/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         
 Author URI:    
 Template:       twentysixteen
 Version:        1.0.0
*/

/* = My Styles
------------------------------------------------------------------------------------------------------------ */
p {
    margin-bottom: 10px;
}
body,p,h4,#header_section .menu_con ul li a,#support_section .tab button{
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3{
	font-family: 'Raleway', sans-serif;
}
h5{
	font-family: 'Roboto', sans-serif;
}
.banner_slider .slick-prev::before, .banner_slider .slick-next::before,#support_section .tablinks::after {
	font-family: "Font Awesome 5 Free";
}
body,p,#header_section .menu_con ul li a,#support_section .tab button{
	font-size:15px;
	line-height:20px;
}
h1{
	font-size:48px;
	line-height:55px;
}
h2{
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 10px;
}
#about_section h2,#reviews_section h2,#news_section h2,#steps_section h2,#Ct_section h2{
	font-size: 32px;
    line-height: 40px;
}
h3{
	font-size:28px;
	line-height:33px;
}
#cta_section h3{
	font-size:26px;
	line-height:30px;
}

#news_section .posts-con .post-info h3 {
    font-size: 24px;
    line-height: 30px;
}
h4{
	font-size:20px;
	line-height:25px;
	font-weight: 600;
	color: #0465ed;
	margin-bottom: 10px;
}
h5{
	font-size:18px;
	line-height:23px;
}
li{
	list-style: none;
}
#steps_section h4 {
	font-weight:500;
}
#reviews_section h4,#about_section h4{
	font-weight:400;
}
#support_section .tabcontent h3,#support_section h4{
	font-weight:500;
}
.banner_slider h5,#footer_section .menu-con a,#steps_section h2,#about_section h2,#reviews_section h2,#news_section h2,#header_section .menu_con ul li a,banner_slider h1,.cus_btn,#support_section h2,#news_section .posts-con .post-info .post-date,#footer_section .footer-bottom .con.con1 p,#footer_section .footer-bottom .con.con2 a,#footer_section .footer-bottom .con.con4 p,#news_section .posts-con .post-info h3,#footer_section .footer-bottom .con.con3 span{
    font-weight: 600;
}
#Ct_section h2{
    font-weight: 800;
}

.banner_slider .slick-prev::before, .banner_slider .slick-next::before,#support_section .tablinks::after{
	font-weight: 900;
}
#header_section .menu_con ul li a,.banner_slider .slick-prev::before, .banner_slider .slick-next::before,#support_section h2,#support_section .tabcontent h3,h2,a,#news_posts ul li .readmore a:hover,.rel_post h3{
    color: #283e54;
}
#header_section .menu_con ul li a:hover,#header_section .menu_con ul li.current-menu-item a,#support_section .tab button:hover.tablinks::after,#support_section .tab button.active.tablinks::after,#footer_section .footer-bottom .con.con3 span a:hover, #footer_section .footer-bottom .con.con2 a:hover,#footer_section .footer-bottom .con.con4 p a:hover,#footer_section .social-con a:hover,#news_section .posts-con .post-info a:hover,#footer_section .menu-con ul li.current-menu-item a,#footer_section .menu-con a:hover,.footer-bottom .con.con4 p a{
    color: #3ebb88 !important;
}
#header_section .menu_contact .contact_con i,.banner_slider h1,.banner_slider h5,.cus_btn,.cus_btn:hover,#cta_section h3,#cta_section p,#footer_section .menu-con a,#footer_section .social-con a,#footer_section .footer-bottom .con h5, #footer_section .footer-bottom .con p, #footer_section .footer-bottom .con a,#contactInformation_section .form .wpcf7 li input.cus_btn,#inner_banner h1 {
    color: #ffffff;
}


#support_section .tab button,#support_section .tabcontent .contents p{
	color:#000000;
}
#support_section h4,#news_section .posts-con .post-info .post-date{
    color: #0465ed;
}
#support_section .tablinks::after {
    color: #d5dfe1;
}
#header_section .menu_con ul li a,.cus_btn,.cus_btn.light,#header_section .menu_contact .contact_con i,#footer_section .footer-bottom .con.con3 span a, #footer_section .footer-bottom .con.con2 a,#footer_section .footer-bottom .con.con4 p a,#footer_section .social-con a,#news_section .posts-con .post-info a,#footer_section .menu-con a,#footer_section .newsletter-con .wpcf7 ul li:nth-child(2) input,#contactInformation_section .form .wpcf7 li input.cus_btn,#news_posts ul li .readmore a {
	-moz-transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.contact_con i.custom-phone{
	-moz-transition: unset !important;
	-webkit-transition: unset !important;
	-o-transition: unset !important;
	transition: unset !important;
}

button {
    text-transform: unset;
}
a{
	outline:unset !important;
}
#footer_section .menu-con a,#footer_section .footer-bottom .con.con1 p,#footer_section .footer-bottom .con.con2 a  {
    text-transform: uppercase;
}
.relative{
    position: relative;
}
/**menu open sans 16
 * 
button opensans 15px
 * */
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.clear {
	width: 100%;
	display: block;
	clear: both;
}
body{
	background-color:transparent;
}

.site_container{
	width:100%;
	max-width:1120px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}
ul,li{
	padding:0px;
	margin:0px;
}
.fa, .fab, .fal, .far, .fas {
    vertical-align: middle;
}
.show_mobile{
	display:none;
}
.contact_con i.custom-phone{
    background-image:url("/wp-content/uploads/2018/08/phone.jpg");
    background-repeat: no-repeat;
    background-position: center;
	margin-right: 0 !important;
}
.contact_con i.custom-phone:hover{
    background-image: url("/wp-content/uploads/2018/08/phone_hover.jpg");
}

/**Global Inline*/
#header_section .site_logo, #header_section .menu_contact,#header_section .menu_contact .menu_con, #header_section .menu_contact .contact_con,#header_section .menu_con ul li {
    display: inline-block;
    vertical-align: middle;
}
.banner_section,#support_section,#about_section,.background_image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_section {
    padding: 200px 0;
}
.inner_banner_section{
	padding: 170px 0;
}
.inner_section{
	padding: 100px 0;
}
/**button*/
.cus_btn ,#contactInformation_section .form .wpcf7 li input.cus_btn{
    background-color: #3ebb88;
    padding: 15px 10px;
    display: block;
    max-width: 145px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #3ebb88;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.31);
}
.cus_btn.light {
    background-color: #ffffff;
    color: #3ebb88;
    border: 2px solid #ffffff;
}
/**hover Button*/
.cus_btn:hover,#footer_section .newsletter-con .wpcf7 ul li:nth-child(2) input:hover,#contactInformation_section .form .wpcf7 li input.cus_btn:hover {
    background-color: #36455a;
    border: 2px solid #ffffff;
}
.cus_btn.light:hover {
    background-color: #3ebb88;
    color: #ffffff;
    border: 2px solid #3ebb88;
}
button#responsive-menu-button {
    border: 2px solid #ffffff !important;
    background-color: #ffffff !important;
}
/** Header Section Css*/
#header_section {
    padding: 13px 0 20px;
}
#header_section .menu_con ul li{
    margin-right: 30px;
}
#header_section .menu_contact .contact_con i {
    background-color: #3ebb88;
    padding: 9px;
    font-size: 22px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}
#header_section .menu_contact .contact_con i:hover {
    background-color: #36455a;
}
#header_section .menu_contact {
    margin-left: 353px;
}
#header_section .menu_contact .contact_con {
    margin-left: 15px;
}
#header_section .menu_con ul li:last-child {
    margin-right: 0;
}
#header_section .site_logo {
    max-width: 180px;
}
#header_section .site_logo img {
    width: 100%;
    max-width: 100%;
}

/**Banner Section*/
.banner_slider h1 {
    max-width: 550px;
}
.banner_slider h1,.banner_slider h5,#support_section h4{
    margin-bottom: 30px;
}
.banner_slider h5{
    max-width: 515px;
}
.banner_slider .slick-prev,
.banner_slider .slick-next {
	z-index: 2;
}
.banner_slider .slick-prev,
.banner_slider .slick-next,
.banner_slider .slick-prev::before,
.banner_slider .slick-next::before{
	opacity:1 !important;
}
.banner_slider .slick-prev::before, .banner_slider .slick-next::before {
    background-color: #ffffff;
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;

}
.banner_slider .slick-next::before{
	content:"\f061";
}
.banner_slider .slick-prev::before{
	content:"\f060";
}

.banner_slider .slick-next {
    right: 30px;
}
.banner_slider .slick-prev {
    left: 30px;
}
.site-section {
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/** Inner Banner Section Css*/
#inner_banner::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353f4c+0,ffffff+73,ffffff+100&0.95+0,0+77 */
	background: -moz-linear-gradient(left, #283039 0%, rgba(255,255,255,0.0) 65%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #283039 0%,rgba(255,255,255,0.0) 65%,rgba(255,255,255,0) 77%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #283039 0%,rgba(255,255,255,0.0) 65%,rgba(255,255,255,0) 77%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283039', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/** End Inner Banner Section Css*/

/** Support Section Css*/
#support_section h2{
    margin-bottom: 15px;
}
/* Style the tab */
#support_section h4 {
    max-width: 700px;
    width: 100%;
}
#support_section .tab {
	float: left;
    background-color: transparent;
    max-width: 275px;
}
#support_section .tablinks::after {
    position: absolute;
    content: "\f061";
    right: 10px;
    top: 27px;
    font-size: 20px;
}

/* Style the buttons inside the tab */
#support_section .tab button {
    display: block;
    background-color: inherit;
    padding: 22px 69px 22px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
	border-left: 4px solid transparent;
	border-bottom: 2px solid #d5dfe1;
	
}
/* Create an active/current "tab button" class */
#support_section .tab button.active,#support_section .tab button:hover {
    background-color: #ffffff;
    border-left: 4px solid #3ebb88;
}

/* Style the tab content */
#support_section .tabcontent {
    float: left;
    max-width: 450px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
    padding: 25px 40px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-left: -1px;
	background-color: #ffffff;
}

#support_section .tabcontent h3 {
    max-width: 300px;
}
#support_section .tabcontent .contents {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
}
#support_section .tabcontent .contents p {
    padding-left: 20px;
}
#support_section .tabcontent .contents .sub {
    margin-bottom: 15px;
    display: block;
    margin-left: 30px;
    font-size: 13px;
    line-height: 15px;
    padding-left: 20px;
}
#support_section .tabcontent .contents p::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0465ed;
    left: 0;
    top: 5px;
	border-radius: 50%;
}
#support_section .tabcontent .contents .sub::before {
	position: absolute;
	left: 0;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #0465ed;
}

/** About Section Css*/
#about_section .content {
    float: right;
    max-width: 50%;
    width: 100%;
}

#about_section h2 {
    margin-bottom: 15px;
}

#about_section h4 {
    margin-bottom: 30px;
}
#about_section ul.about-content li p {
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}
#about_section ul.about-content li p::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #3ebb88;
    left: 0;
    top: 5px;
    border-radius: 50%;
}
#about_section ul.about-award {
	margin: 50px 0 30px 0;
}
#about_section ul.about-award li {
    display: inline-block;
    vertical-align: middle;
	margin-right: 20px;
}
#about_section ul.about-award li:last-child {
	margin-right: 0px;
}
/* LOGO */
#logo_section {
    padding: 40px 0;
	background-image: linear-gradient(to bottom, #f4f4f4, #f1f2f5, #edf1f6, #e8f0f7, #e1eff6);
}
#logo_section ul.org_logo,#Ct_section h2 {
	text-align: center;
}
#logo_section ul.org_logo li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
/* STEPS */
#steps_section h2 {
    margin-bottom: 0;
}
#steps_section h2,
#steps_section h4 {
	text-align: center;
}
#steps_section .steps-sys {
    margin: 40px 0 0 0;
	position: relative;
}
#steps_section .steps-sys::before {
    position: absolute;
    content: "";
    left: 0;
    border: 10px solid #d6fbea;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 113px;
    max-width: 800px;
    z-index: 1;
}
#steps_section .steps-sys li {
    float: left;
    width: 100%;
    max-width: 25%;
    text-align: center;
	padding: 0 20px;
	z-index: 2;
	position: relative;
}
#steps_section .steps-sys li h3 {
    margin-bottom: 20px;
}
#steps_section .steps-sys li img {
    box-shadow: 0px 0px 15px 5px rgba(51, 51, 51, 0.05);
    border-radius: 50px;
	margin-bottom: 15px;
}
#steps_section .steps-quo {
    margin: 30px 0 0 0;
}
#steps_section .steps-quo .quo-box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#steps_section .steps-quo .quo-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
	position: relative;
	padding-left: 45px;
	background-image: url('/wp-content/uploads/2018/08/quote-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#steps_section .steps-quo .quo-box p {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 0 0;
    color: #0465ed;
    font-weight: bold;
	padding-left: 45px;
}
/* REVIEWS */
#reviews_section {
    padding: 100px 0 150px;
}
#reviews_section .slick-next {
    right: 0px;
}
#reviews_section .slick-prev {
    left: 0px;
}
#reviews_section .client-reviews {
    padding: 0 20px;
    box-sizing: border-box;
}
#reviews_section h2 {
    position: relative;
    padding-left: 45px;
    background-image: url('/wp-content/uploads/2018/08/quote-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
}
#reviews_section h4 {
    color: #fff;
}
#reviews_section .section-inner-1 {
    margin-bottom: 40px;
}
#reviews_section .section-inner-1 .section-left {
    float: left;
    width: 100%;
    max-width: 80%;
}
#reviews_section .section-inner-1 .section-right {
    float: right;
    width: 100%;
    max-width: 20%;
	text-align: right;
}
#reviews_section .section-inner-1 .section-right .cus_btn {
    display: inline-block;
    margin-top: 0px;
    padding: 15px 30px;
    max-width: 100%;
}
#reviews_section .section-inner-2 ul li {
    padding: 30px;
    background-color: #fff;
    margin: 0 20px;
}
#reviews_section .section-inner-2 ul li img {
    margin: 0 auto 20px;
}
#reviews_section .section-inner-2 ul li p {
    font-style: italic;
    height: 100%;
    min-height: 160px;
}
#reviews_section .section-inner-2 ul li h3 {
    font-size: 16px;
    line-height: 24px;
    color: #0465ed;
    font-weight: 500;
	border-top: 1px solid #f0f0f0;
	padding-top: 15px;
}
#reviews_section .section-inner-2 ul .slick-prev, 
#reviews_section .section-inner-2 ul .slick-next, 
#reviews_section .section-inner-2 ul .slick-prev::before, 
#reviews_section .section-inner-2 ul .slick-next::before {
    opacity: 1 !important;
}
#reviews_section .section-inner-2 ul .slick-prev::before {
    content: "\f060";
	font-family: "Font Awesome 5 Free";
	background-color: #ffffff;
	font-size: 18px;
	padding: 5px;
	border-radius: 50%;
	color: #333;
}
#reviews_section .section-inner-2 ul .slick-next::before {
    content: "\f061";
	font-family: "Font Awesome 5 Free";
	background-color: #ffffff;
	font-size: 18px;
	padding: 5px;
	border-radius: 50%;
	color: #333;
}
/* NEWS */
#news_section {
    padding: 100px 0px;
}
#news_section h2 {
    position: relative;
    padding-left: 65px;
    background-image: url('/wp-content/uploads/2018/08/news-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #283e54;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news_section h4 {
    color: #283e54;
}
#news_section .section-inner-1 {
    margin-bottom: 40px;
}
#news_section .section-inner-1 .section-left {
    float: left;
    width: 100%;
    max-width: 80%;
}
#news .section-inner-1 .section-right {
    float: right;
    width: 100%;
    max-width: 20%;
	text-align: right;
}
#news_section .posts-con {
    padding: 30px 0;
    border-bottom: 2px solid #eeeeee;
}
#news_section .section-inner-1 .section-right .cus_btn {
    display: inline-block;
    margin-top: 0px;
    padding: 15px 30px;
    max-width: 100%;
}
#news_section .posts-con .post-image,#news_section .posts-con .post-info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#news_section .posts-con .post-image {
    max-width: 255px;
}
#news_section .posts-con .post-info {
    max-width: 810px;
    margin-left: 40px;
}

/*** CTA Section Css*/
#cta_section {
    padding: 35px 0;
}
#cta_section .image-con, #cta_section .text-con {
    display: inline-block;
    vertical-align: middle;
}
#cta_section .image-con img {
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.67);
}
#cta_section .image-con {
    margin-right: 25px;
}
#cta_section h3,#cta_section .text-con p {
    margin-bottom: 15px;
}
#cta_section p {
    max-width: 740px;
}
#cta_section .cus_btn.light {
    display: inline-block;
    vertical-align: top;
    max-width: 170px;
    width: 100%;
	margin-right: 20px;
}


/** Footer Section Css */
#footer_section {
    padding: 12px 0 50px;
	position: relative;
}
#footer_section .menu-con, #footer_section .social-con, #footer_section .newsletter-con, #footer_section .newsletter-con img, #footer_section .newsletter-con p{
    display: inline-block;
    vertical-align: middle;
}
#footer_section .newsletter-con .wpcf7,#footer_section .newsletter-con .wpcf7 ul li{
	display: inline-block;
    vertical-align: top;
}
div.wpcf7-response-output {
    margin: 0;
    font-size: 12px;
    color: #ffffff;
}
.wpcf7-validation-errors {
    color: #ff071d !important;
}
#footer_section .menu-con {
    margin-left: 95px;
}
#footer_section .newsletter-con .wpcf7 ul li:first-child input {
    border-radius: 5px;
    max-width: 260px;
	padding: 10px 15px;
	margin-right: 10px;
}
#footer_section .newsletter-con .wpcf7 ul li:nth-child(2) input {
    background-color: #3dbc89;
    text-transform: unset;
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 8px;
	border: 2px solid #3dbc89;
}
#footer_section .newsletter-con .wpcf7 ul li:nth-child(2) span {
    display: none;
}
#footer_section .newsletter-con .wpcf7 ul li:first-child input, #footer_section .newsletter-con .wpcf7 ul li:first-child input::placeholder {
    color: #000000;
    font-size: 14px;
}
#footer_section .menu-con li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
#footer_section .newsletter-con p {
    font-weight: 600;
    color: #ffffff;
    max-width: 130px;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 0px;
}
#footer_section .social-con {
    width: 100%;
    max-width: 655px;
    text-align: right;
	margin-bottom: 10px;
}
#footer_section .social-con a {
    margin: 0 5px;
    font-size: 20px;
    line-height: 25px;
}
#footer_section .footer-bottom {
    margin-top: 25px;
    border-top: 1px solid #38414f;
    padding-top: 20px;
}
#footer_section .footer-bottom .con {
    display: inline-block;
    vertical-align: top;
	margin-right: 60px;
}
.footer-bottom .con.con4 p {
    font-size: 13px;
    line-height: 15px;
}
.footer-bottom .con p {
    font-size: 12px;
    line-height: 15px;
}
#footer_section .footer-bottom .con h5 {
    margin-bottom: 20px;
}
#footer_section .footer-bottom .con.con1 {
    max-width: 155px;
}
#footer_section .footer-bottom .con.con2 {
    max-width: 270px;
}
#footer_section .footer-bottom .con.con3 span {
    display: block;
    margin-bottom: 2px;
}
#footer_section .footer-bottom .con.con4 {
    text-align: right;
    max-width: 250px;
    float: right;
}
#footer_section .footer-bottom .con.con4 {
    text-align: right;
    max-width: 270px;
    float: right;
    margin-right: 0px;
}
/*** Contact Page Css*/
#contact_banner_section p {
    margin-bottom: 0;
}
#contact_banner_section iframe {
    height: 500px;
    width: 100%;
}
#contactInformation_section .info {
    margin-bottom: 20px;
}
#contactInformation_section .info h5 {
    margin-bottom: 5px;
}
#contactInformation_section .contacts span {
    display: block;
    margin-bottom: 10px;
}
#contactInformation_section .form {
   max-width: 600px;
   width: 100%;
}
#contactInformation_section .form .wpcf7 li {
    margin-bottom: 20px;
}
#contactInformation_section .form .wpcf7 li:last-child{
	margin-bottom: 0px;
}
#contactInformation_section .form .wpcf7 li input, #contactInformation_section .form .wpcf7 li textarea {
	border-radius: 5px;
	padding: 15px;
	background-color: #ececec;
	box-sizing: border-box;
}
#contactInformation_section .form .wpcf7 li input,#contactInformation_section .form .wpcf7 li input::placeholder, #contactInformation_section .form .wpcf7 li textarea, #contactInformation_section .form .wpcf7 li textarea::placeholder{
	color: #333333;
	font-size: 14px;
	line-height: 18px;
}
#contactInformation_section .form .wpcf7 li input:focus, #contactInformation_section .form .wpcf7 li textarea:focus {
    border: 1px solid #3ebb88;
}
#contactInformation_section .form .wpcf7 li textarea {
    height: 200px;
    resize: vertical;
}
#contactInformation_section .form .wpcf7 li input.cus_btn {
    width: 100%;
}
/*** End Contact Page Css*/
/*** 404 Page Css*/
#four_o_four_section {
    background-color: #3ebb88;
	text-align:center;
}
#four_o_four_section h2 {
    color: #ffffff;
    font-size: 300px;
    line-height: 300px;
}
#four_o_four_section h6 {
    color: #ffffff;
    font-size: 50px;
    line-height: 135px;
}
/*** End 404 Page Css*/
/*** About Us Page Css*/
	#information_section {
		background-position: left;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-color: #f4f8fa;
	}
	#information_section .information_content {
		max-width: 50%;
	}
	#information_section .site_container {
		position: static;
	}
	#information_section .information_content h2 {
		margin-bottom: 15px;
	}
	#information_section .information_content p,#information_section .information_content h5  {
		margin-bottom: 24px;
	}
	#information_section .information_content h5 {
		color: #0465ed;
	}
	.information_content ul {
		margin-bottom: 20px;
	}
	.information_content ul li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.information_content ul li::before {
		content: "• ";
		color: #0465ed;
		position: absolute;
		left: 0;
		font-size: 30px;
	}
	#SQ_section {
		background-position: right;
		background-repeat: no-repeat;
		background-size: 50% 100%;
	}
	#SQ_section .float-left {
		max-width: 520px;
		width: 100%;
	}
	#SQ_section h3 {
		font-weight: 600;
	}
	#SQ_section .float-left h5 {
		color: #0465ed;
		margin-bottom: 15px;
	}
	#SQ_section .float-left .contents ul li {
		padding-left: 20px;
		position: relative;
		display: inline-block;
		vertical-align: top;
		max-width: 220px;
		margin-bottom: 15px;
		width: 100%;
	}
	#SQ_section .float-left .contents ul li:nth-child(2n+1) {
		margin-right: 65px;
	}
	#SQ_section .float-left .contents ul li::before {
		content: "• ";
		color: #0465ed;
		position: absolute;
		left: 0;
		font-size: 30px;
	}
	#SQ_section .float-left .contents ul {
		margin-top: 25px;
	}
		/* Style the tab */
		#tabs_section .tab {
			overflow: hidden;
			background-color: #3ebb88;
		}

		/* Style the buttons inside the tab */
		#tabs_section .tab button {
			background-color: inherit;
			float: left;
			border: none;
			outline: none;
			cursor: pointer;
			padding: 35px 0;
			transition: 0.3s;
			font-size: 20px;
			width: 33%;
			line-height: 30px;
			text-transform: uppercase;
			position: relative;
		}

		/* Change background color of buttons on hover */
		#tabs_section .tab button:hover {
			background-color: #283e54;
		}

		/* Create an active/current tablink class */
		#tabs_section .tab button.active {
			background-color: #283e54;
		}
		#tabs_section .tab button:hover::after,#tabs_section .tab button.active::after {
				position: absolute;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 10px 15px 10px;
				border-color: transparent transparent #ffffff transparent;
				content: "";
				bottom: 0;
				left: 0;
				right: 0;
				margin: 0 auto;
		}

		/* Style the tab content */
		#tabs_section .tabcontent {
			display: none;
			border-top: none;
		}
		#tabs_section .float-left {
			max-width: 540px;
			width: 100%;
		}
		#tabs_section .float-left .contents h5 {
		color: #0465ed;
		margin-bottom: 20px;
		}
		#tabs_section .float-left .contents ul li {
			padding-left: 20px;
			position: relative;
		}
		#tabs_section .float-left .contents ul li::before {
			content: "• ";
			color: #0465ed;
			position: absolute;
			left: 0;
			font-size: 30px;
		}
	#tabs_section .float-right img {
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
		padding: 10px;
		box-sizing: border-box;
		width: 500px;
	}
/***End  About Us Page Css*/
/*** Our Service Page Css*/
#vertical_tab_section .tab {
    float: left;
    background-color: transparent;
    max-width: 400px;
	width:100%;
}
#vertical_tab_section .tabcontent {
    float: left;
    padding-top: 30px;
    max-width: 720px;
	border-left: 2px solid #d5dfe1;
    width: 100%;
}
#vertical_tab_section .tabcontent h2 {
    padding-bottom: 30px;
    border-bottom: 2px solid #d5dfe1;
    padding-left: 30px;
}
#vertical_tab_section .tab button {
    font-size: 15px;
    line-height: 20px;
}
#vertical_tab_section .tab button {
    font-family: 'Open Sans', sans-serif;
}
#vertical_tab_section .tablinks::after {
    color: #d5dfe1;
}
#vertical_tab_section .tab button:hover.tablinks::after,
#vertical_tab_section .tab button.active.tablinks::after{
    color: #3ebb88 !important;
}
#vertical_tab_section .tablinks::after {
    position: absolute;
    content: "\f061";
    right: 10px;
    top: 27px;
    font-size: 20px;
}
#vertical_tab_section .contents .sub {
    margin-bottom: 15px;
    display: block;
	margin-top: 15px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 15px;
    padding-left: 20px;
}
#vertical_tab_section .contents .sub::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #0465ed;
}
#vertical_tab_section .tablinks::after {
    font-family: "Font Awesome 5 Free";
}
#vertical_tab_section .tablinks::after,#vertical_tab_section .tab button{
    font-weight: 900;
}
#vertical_tab_section .tab button.active, #vertical_tab_section .tab button:hover {
    background-color: #ffffff;
    border-left: 4px solid #3ebb88;
}
#vertical_tab_section .tab button, #vertical_tab_section .tabcontent .contents p {
    color: #283e54;
}
#vertical_tab_section .tab button {
    display: block;
    background-color: inherit;
    padding: 22px 69px 22px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-left: 4px solid transparent;
    border-bottom: 2px solid #d5dfe1;
}
#vertical_tab_section .contents {
    padding-left: 30px;
}
#vertical_tab_section .contents h5 {
    margin: 25px 0;
    color: #0465ed;
}
#vertical_tab_section .tabcontent .contents p,#vertical_tab_section .tabcontent .contents ul {
    margin-bottom: 30px;
}
#vertical_tab_section .tabcontent .contents ul li {
    padding-left: 20px;
    position: relative;
}
#vertical_tab_section .tabcontent .contents ul li::before {
    content: "• ";
    color: #0465ed;
    position: absolute;
    left: 0;
    font-size: 30px;
}
/*** End Service Page Css*/
/*** News  Page Css*/
#news_posts ul li {
	float: left;
	max-width: 373px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	height: 490px;
	position: relative;
	border: 2px solid transparent;
}
#news_posts ul li:nth-child(1) {
    border-right: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
}
#news_posts ul li:nth-child(2) {
    border-right: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
}

#news_posts ul li:nth-child(3) {
    border-bottom: 2px solid #d5d5d5;
}
#news_posts ul li:nth-child(4) {
	border-right: 2px solid #d5d5d5;
}
#news_posts ul li:nth-child(5) {
	border-right: 2px solid #d5d5d5;
}

#news_posts ul li .image {
    max-width: 320px;
    margin-bottom: 25px;
	height:200px;
}
#news_posts ul li .readmore {
    position: absolute;
    bottom: 15px;
}
#news_posts ul li h3,#news_posts ul li .post-date{
    margin-bottom: 15px;
}
#news_posts ul li .readmore a {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    color: #43bb8d;

}
/*** End News  Page Css*/
/***  Sigle Post  Page Css*/
#bread_crumbs {
    background-color: #3db886;
    padding: 22px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
#sing_post .sigl_banner,#sing_post h2,#sing_post .post-date,#sing_post h4,#sing_post p {
    margin-bottom: 15px;
}
#sing_post .site_container {
    border-bottom: 2px solid #d5d5d5;
}
.rel_post {
    padding: 20px 0;
}
.rel_post .site_container {
    border-bottom: 2px solid transparent !important;
}
.rel_post ul {
    margin-top: 30px;
}
.rel_post ul li {
    float: left;
    max-width: 260px;
    width: 100%;
    margin-left: 25px;
}
.rel_post ul li .image {
    max-width: 320px;
    margin-bottom: 25px;
    height: 152px;
    background-position: center;
    background-size: cover;
}
.rel_post ul li .img,.rel_post ul li h3 {
    margin-bottom: 15px;
}
.rel_post ul li:first-child {margin-left: 0px;}

#about_section {
	background-position: top center;
}
/***  END Sigle Post  Page Css*/
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background-color: #fff;
    padding: 15px 20px;
    border: 2px solid #0465ed;
    color: #0465ed;
    border-radius: 100%;
    font-size: 30px;
}
/* Start Single Post */
#sing_post .list-on-content {
    display: block;    
}
#sing_post .list-on-content p {
    margin: 0 0 10px 40px;
    list-style: disc;
}
#sing_post .style-on-content p span {
    font-style: italic;
    font-weight: 700;
}
#sing_post .list-on-content p::before {
    content: '•';
    font-size: 20px;
    vertical-align: middle;
    padding-right: 4px;
}
#sing_post.pst-inner-list p {
    margin-left: 85px !important;

}
/* End Single Post*/

#error-page .page-title {
    margin: 0;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}
#error-page p {
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    font-weight: normal;
    display: block;
    color: #fff;
    margin: 20px 0 50px;
}
#error-page .search-form {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
#error-page .search-form input {
    font-size: 20px;
    line-height: 32px;
    display: block;
    font-weight: normal;
    font-family: 'Montserrat',sans-serif;
    width: 100%;
}
#error-page #primary {
    float: none;
    margin: 0;
    width: 100%;
    display: block;
}
#error-page {
    padding: 150px 0;
    background-color: #3ebb88;
}
#error-page #main {
    margin: 0;
}
#error-page .page-header {
    display: block;
    margin: 0;
}
.search-submit {
    width: 70px;
    background-color: #3ebb88;
    border: 3px solid #22a46f;
}
.search-submit:hover {
	background: #2d415b;
}
/* End 404 Page */

/** Responsive */
@media screen and (max-width:1200px) {
	#information_section {
		background-position: -70%;
	}
}
@media screen and (max-width:1120px) {
	.site_container{
		max-width:960px;
	}
	#header_section .menu_contact {
		margin-left: 165px;
	}
	.banner_section,.site-section  {
		padding: 100px 0;
	}
	.banner_slider h1 {
		max-width: 460px;
	}
	h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.banner_slider .slick-prev {
		left: 10px;
	}
	.banner_slider .slick-next {
		right: 10px;
	}
	.banner_slider h1, .banner_slider h5, #support_section h4 {
		margin-bottom: 15px;
	}
	#support_section .tabcontent {
    	max-width: 320px;
	}
	#about_section .content {
		max-width: 500px;
	}
	#news_section .posts-con .post-info {
    	max-width: 660px;
	}
	#footer_section .social-con {
		max-width: 500px;
	}
	#footer_section .footer-bottom .con.con1 {
		max-width: 120px;
	}
	#footer_section .footer-bottom .con p, #footer_section .footer-bottom .con a {
		font-size: 11px;
		line-height: 16px;
	}
	#footer_section .footer-bottom .con.con4 {
		max-width: 200px;
	}
	#footer_section .menu-con {
		margin-left: 35px;
	}
	#footer_section .newsletter-con .wpcf7 ul li:first-child input {
    	max-width: 200px
	}
	#footer_section .newsletter-con p {
		max-width: 110px;
		margin-left: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 13px;
		line-height:15px;
	}
	#footer_section .newsletter-con .wpcf7 ul li:first-child input, #footer_section .newsletter-con .wpcf7 ul li:first-child input::placeholder {
		font-size: 12px;
	}
	#footer_section .newsletter-con .wpcf7 ul li:nth-child(2) input {
		font-size: 13px;
		padding: 10px 5px;

	}
	#contact_banner_section iframe {
		height: 350px;
	}
	#contactInformation_section .form {
    	max-width: 500px;
	}
	#SQ_section .logos {
		max-width: 450px;
	}
	#SQ_section .logos li {
		width: 120px;
		height: 120px;
	}
	#tabs_section .float-right img {
		width: 350px;
	}
	#tabs_section .float-left,#tabs_section .float-right {
		max-width: 100%;
		width: 100%;
	}
	#tabs_section .float-left {
		margin-bottom: 40px;
	}
	#vertical_tab_section .tabcontent {
    	max-width: 560px;
	}
	#news_posts ul li {
		max-width: 320px;
		padding: 10px;
		height: 490px;
	}
	#news_posts ul li img {
		max-width: 290px;
		margin-bottom: 20px;
	}
	.rel_post ul li {
    	max-width: 220px;
	}
}
@media screen and (max-width:1080px) {
#information_section {
    background-position: -270%;
}
}
@media screen and (max-width:1080px) {
	.banner_section .site_container {
		padding: 0 20px;
	}
	#SQ_section {
		position:relative;
		background-size: 80% 100%;
	}
	#SQ_section::before {
		position: absolute;
		content: "";
		background-color: rgba(255, 255, 255, 0.71);
		width: 100%;
		height: 100%;
		top: 0;
	}
}
@media screen and (max-width:1040px) {
#information_section {
    background-position: -1030%;
}
}
@media screen and (max-width:1035px) {
#information_section {
    background-position: -1500%;
}
}
@media screen and (max-width:1029px) {
#information_section {
    background-position: -2000%;
}
}
@media screen and (max-width:1025px) {
#information_section {
    background-position: -2500%;
}
}
@media screen and (max-width:1023px) {
#information_section .information_content {
    max-width: 100%;
}
#information_section .information_image  .show_mobile {
    display: block;
}
}
@media screen and (max-width:1000px) {
#information_section {
	background-position: left;
    position: relative;
}
#information_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.80);
}
#information_section .site_container {
    position: relative;
}
#information_section .information_content {
    max-width: 100%;
}
}
@media screen and (max-width:980px) {
		h1 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	h3 {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	h4 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	body, p, #header_section .menu_con ul li a, #support_section .tab button {
		font-size: 14px;
		line-height: 18px;
	}
	.site_container{
		max-width:747px;
	}
	.inner_section {

		padding: 80px 0;

	}
	#header_section .menu_contact {
		margin-left: 30px;
	}
	#header_section .menu_con ul li {
		margin: 0 10px;
	}
	#header_section .site_logo {
		width: 100%;
		max-width: 140px;
	}
	.banner_section,.site-section {
		padding: 60px 0 !important;
	}

	.banner_slider h1 {
		max-width: 360px;
	}
	.banner_slider h5 {
		max-width: 450px;
	}
	.cus_btn,#news_section .section-inner-1 .section-right .cus_btn,#reviews_section .section-inner-1 .section-right .cus_btn,#contactInformation_section .form .wpcf7 li input.cus_btn {
		padding: 10px;
		max-width: 120px;
	}
	#support_section .tab button {
    	padding: 22px 30px 22px 15px;
	}
	#support_section .tabcontent {
		max-width: 400px;
		padding: 15px 15px;
		margin-left: 0;
	}
	#support_section .section-inner {
		width: 100%;
		max-width: 100%;
	}
	#support_section .tab {
		max-width: 230px;
	}
	#support_section .tablinks::after {
		right: 5px;
		top: 28px;
		font-size: 12px;

	}
	#support_section .tabcontent .contents {
		padding: 10px 0;
		margin-top: 5px;
	}
	#steps_section .steps-sys::before {
		border: 6px solid #d7fbec;
		width: 100%;
		top: 115px;
		max-width: 677px;

	}
	#steps_section .steps-sys li {
		padding: 0 10px;
	}
	#news_section .posts-con .post-info {
    	max-width: 445px;
	}
	#news_section h2 {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 70px;

	}
	#cta_section .text-con {
		max-width: 560px;
	}
	#footer_section .social-con {
    	max-width: 310px;
	}
	#footer_section .footer-bottom .con.con4 {
		max-width: 100%;
		float: left;
		width: 100%;
		text-align: left;
		margin-top: 15px;
		margin-bottom: 0;
	}
	#footer_section .newsletter-con {
		display: block;
		margin-bottom: 20px;
	}
	#footer_section .menu-con {
		margin-left: 0;
	}
	#footer_section .social-con {
		max-width: unset;
		text-align: left;
	}
	#contactInformation_section .form {
    	max-width: 350px;
	}
	#contactInformation_section .form .wpcf7 li input, #contactInformation_section .form .wpcf7 li input::placeholder, #contactInformation_section .form .wpcf7 li textarea, #contactInformation_section .form .wpcf7 li textarea::placeholder {
		font-size: 12px;
		line-height: 14px;
	}
	#contactInformation_section .form .wpcf7 li input, #contactInformation_section .form .wpcf7 li textarea {
    	padding: 10px;
	}
	#contactInformation_section .form .wpcf7 li {
		margin-bottom: 5px;
	}
	#contactInformation_section .form .wpcf7 li:last-child {
		margin-top: 15px;
	}
	#contactInformation_section .form .wpcf7 li textarea {
		height: 100px;
	}
	#four_o_four_section {
		padding: 60px 0;
	}
	#four_o_four_section h2 {
		color: #ffffff;
		font-size: 200px !important;
		line-height: 200px !important;
	}
	#information_section li .information_content {
    	max-width: 400px;
	}
	#information_section li {
    	background-size: 90% 100%;
	}
	#information_section li:nth-child(2n+1)::before {
			background: -moz-linear-gradient(left, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 26%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 94%);
			background: -webkit-linear-gradient(left, rgba(255,255,255,0) 5%,rgba(255,255,255,0) 26%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 94%);
			background: linear-gradient(to right, rgba(255,255,255,0) 5%,rgba(255,255,255,0) 26%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 94%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
		}
	#information_section li:nth-child(2n+1) {
		background-position: -150px 0px;
	}
	#information_section .information_content {
		max-width: 100%;
	}
	#information_section {
		background-image: none !important;
	}
	#information_section p br {
		display: none;
	}
	#information_section .show_mobile {
		display: block;
	}
	#SQ_section .float-left,#SQ_section .float-right {
		max-width: 100%;
		width: 100%;
	}
	#SQ_section .float-left {
		margin-bottom: 50px;
	}
	#SQ_section .logos {
		max-width: 100%;
	}
	#vertical_tab_section .tabcontent {
		padding-top: 20px;
		max-width: 347px;
	}
	#vertical_tab_section .tabcontent h2 {
		padding-left: 20px;
	}
	#vertical_tab_section .tabcontent h2,#vertical_tab_section .contents {
		padding-left: 20px;
	}
	#news_posts ul li {
		max-width: 373px;
		padding: 20px;
		height: 430px;
	}
	#news_posts ul li:nth-child(2),#news_posts ul li:nth-child(4) {
    	border-right: 2px solid transparent;
	}
	#news_posts ul li:nth-child(4) {
		border-bottom: 2px solid #d5d5d5;
	}
	#news_posts ul li:nth-child(3) {
		border-right: 2px solid #d5d5d5;
	}
	.rel_post ul li {
		max-width: 175px;
		margin-left: 15px;
	}
	#error-page p {
		font-size: 20px;
		line-height: 28px;
		margin: 10px 0 30px;
	}
	#error-page {
		padding: 100px 0;
	}
}

@media screen and (max-width:900px) {
	#information_section {
		padding: 80px 0;
	}
	#information_section li {
		background-image: unset !important;
	}
	#information_section li::before{
		display:none;
	}
	#information_section li .information_content {
		max-width: 100%;
		width: 100%;
	}
	#information_section li .information_image .show_mobile {
		display: block;
		width: 500px;
	}
	#information_section .inner_section {
		padding: 0;
	}
	#information_section li {
		margin-bottom: 50px;
	}
	#information_section li:last-child {
		margin-bottom: 0px;
	}
	#information_section li .information_content h5 br,#information_section li .information_content p br {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.site_container{
		max-width:620px;
	}
	.inner_banner_section {
		padding: 100px 0;
	}
	#header_section .site_logo {
		max-width: 100px;
	}
	#header_section .menu_contact {
		margin-left: 60px;
	}
	body, p, #header_section .menu_con ul li a, #support_section .tab button {
		font-size: 14px;
		line-height: 18px;
	}
	#header_section .menu_con ul li {
		margin: 0 6px;
	}
	#header_section .menu_contact .contact_con i {
		padding: 5px;
		font-size: 15px;
		width: 25px;
		height: 25px;
		margin: 0 2px;
	}
	.contact_con i.custom-phone {
		background-size: 18px;
	}
	.banner_section, .site-section {
		padding: 50px 0 !important;
	}
	.banner_slider h1 {
		max-width: 350px;
	}
	#support_section .tabcontent {
    	max-width: 360px;
	}
	#about_section {
		position: relative;
	}
	#about_section::before {
		position: absolute;
		content: "";
		background-color: rgba(255, 255, 255, 0.7);
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 1;
	}
	#logo_section ul.org_logo li {
		margin-right: 18px;
	}
	#steps_section .steps-sys li {
		float: unset;
		width: 100%;
		max-width: 100%;
		text-align: center;
		padding: 0 10px;
		display:block;
		margin-bottom: 40px;
	}
	#steps_section .steps-sys::before {
		display:none;

	}
	#reviews_section .section-inner-1 .section-left {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	#reviews_section .section-inner-1 .section-right {
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
	#news_section .posts-con .post-info {
		max-width: 350px;
		margin-left: 10px;
	}
	#cta_section .text-con {
		max-width: 100%;
		text-align: center;
	}
	#cta_section .image-con {
		margin-right: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	#cta_section .image-con img {
		width: 100px;
		max-width: 80%;
	}
	#footer_section .social-con {
    	max-width: 190px;
	}
	#contact_banner_section iframe {
		height: 300px;
	}
	#contactInformation_section .form {
		max-width: 100%;
		margin-top: 25px;
	}
	#four_o_four_section {
		padding: 50px 0;
	}
	#four_o_four_section h6 {
		font-size: 25px;
		line-height: 44px;
	}
	#SQ_section .logos li {
		width: 100px;
		height: 100px;
		background-size: 50px;
	}
	#vertical_tab_section .tab{
		max-width: 100%;
		margin-bottom:20px;
	}
	#vertical_tab_section .tab button {
		display: inline-block;
		max-width: 300px;
	}
	#vertical_tab_section .tabcontent {
		padding-top: 20px;
		max-width: 100%;
		border-top: 2px solid #d5dfe1;
		border-left:0px solid #d5dfe1;
	}
	#news_posts ul li {
		max-width: 100%;
		padding: 20px;
		text-align: center;
		height: auto;
	}
	#news_posts ul li .readmore {
		position: static;
	}
	#news_posts ul li:nth-child(1),#news_posts ul li:nth-child(2),#news_posts ul li:nth-child(3),#news_posts ul li:nth-child(4),
	#news_posts ul li:nth-child(5),#news_posts ul li:nth-child(6){
		border-top: 2px solid transparent;
		border-right: 2px solid transparent;
		border-left: 2px solid transparent;
	}
	#news_posts ul li:nth-child(1),#news_posts ul li:nth-child(2),#news_posts ul li:nth-child(3),#news_posts ul li:nth-child(4),
	#news_posts ul li:nth-child(5){
		border-bottom: 2px solid #d5d5d5;
	}
	#news_posts ul li img {
		max-width: 280px;
		width: 90%;
	}
	#news_posts ul li .image {
		margin: 0 auto 25px;
	}
	.rel_post ul li {
		max-width: 150px;
		margin-left: 6px;
	}
	.rel_post ul li .image {
		margin-bottom: 10px;
		height: 100px;
	}
	.scroll-top {
		padding: 10px 15px;
		font-size: 18px;
	}
	#error-page .page-content {
		margin: 0 auto;
	}
}
@media screen and (max-width:640px) {
	.site_container{
		max-width:420px;
	}
	.inner_section {
		padding: 60px 0;
	}
	#information_section {
		padding: 40px 0;
	}
	#header_section .menu_contact .menu_con {
		display: none;
	}
	#header_section {
		padding: 20px 0;
	}
	#header_section .menu_contact {
		margin-left: 30px;
	}
	.banner_section,.site-section {
		padding: 40px 0 !important;
	}
	.banner_section {
		position: relative;
	}
	.banner_section::before {
		position: absolute;
		content: "";
		background-color: rgba(50, 49, 49, 0.36);
		width: 100%;
		height: 100%;
		top: 0;
	}
	h1 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	h5 {
		font-size: 16px !important;
		line-height: 19px !important;
	}
	h2 {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	h3 {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	h4 {
		font-size: 15px !important;
		line-height: 19px !important;
	}
	body, p, #header_section .menu_con ul li a, #support_section .tab button {
		font-size: 13px;
		line-height: 17px;
	}
	#support_section .tab {
		max-width: 100%;
		float: unset;
		display: block;
	}
	#support_section .tab button {
		display: inline-block;
		width: 190px;
		margin: 5px 7px;
		vertical-align: top;
		padding: 30px 10px;
		text-align: center;
	}
	#support_section .tablinks::after {
		right: 0;
		top: unset;
		font-size: 12px;
		bottom: 5px;
		left: 0;
		margin: 0 auto;
		text-align: center;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#support_section .tab button.active, #support_section .tab button:hover {
		border-left: 0px solid #3ebb88;
		border-top: 4px solid #3ebb88;
	}
	#support_section .tab button {
		border-left: 0px solid #3ebb88;
		border-top: 4px solid transparent;
	}
	#support_section .tabcontent {
		max-width: 100%;
		margin-top: 25px;
	}
	#about_section {
		background-position: 0 0;
	}
	#about_section ul.about-award li img {
		max-width: 100px;
	}
	#about_section ul.about-award li {
   		display: block;
		margin-right: 0;
		margin-bottom: 35px;
	}
	#about_section {
		background-position: -215px 0;
	}
	#about_section h2,#about_section ul.about-award li,#about_section h4,#reviews_section h2,#reviews_section h4,#news_section .posts-con .post-image,#news_section .posts-con .post-info{
		text-align: center;
	}
	#about_section .cus_btn {
		margin: 0 auto;
	}
	#about_section ul.about-content li p {
		margin-bottom: 15px;

	}
	#logo_section ul.org_logo li {
		width: 50px;
	}
	#logo_section ul.org_logo li {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	#logo_section ul.org_logo li:last-child {
		margin-bottom: 0;
	}
	#reviews_section h2 {
		padding-left: 0;
		margin-top: 20px;
		background-image: unset;
	}
	#reviews_section h2::before {
		background-image: url('/wp-content/uploads/2018/08/quote-icon.png');
		position: absolute;
		content: "";
		width: 30px;
		height: 25px;
		background-repeat: no-repeat;
		background-size: cover;
		top: -30px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	#steps_section .steps-sys li img {
		width: 90px;
		border-radius: 12px;
	}
	#reviews_section .section-inner-1 .section-right {
		text-align: center;
	}
	#news_section .posts-con .post-image {
		max-width: 100%;
		margin-bottom: 15px;

	}
	#news_section .posts-con .post-info {
		max-width: 100%;
		margin-left: 0;

	}

	#news_section h2 {
		padding-top: 0px;
		padding-bottom:0px;
		padding-left:0px;
		text-align: center;
		background: unset;

	}
	#news_section h2::before {
		position: absolute;
		background-image: url('/wp-content/uploads/2018/08/news-icon.png');
		content: "";
		top: -29px;
		width: 34px;
		height: 30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#news_section .section-right{
		display: block;
		text-align: center;
	}
	#news_section .section-inner-1 .section-left {
		float: left;
		width: 100%;
		max-width: 100%;
	}
	#news_section .section-inner-1 {
		margin-bottom: 40px;
		padding-top: 25px;
	}
	#footer_section .social-con {
		width: 100%;
		max-width: unset;
		text-align: left;
		margin-top: 21px;

	}
	#footer_section .footer-bottom .con h5 {
		margin-bottom: 9px;
		font-size: 14px;
	}
	#footer_section .footer-bottom .con {
		display: inline-block;
		vertical-align: top;
		margin-right: 40px;
		margin-bottom: 20px;
	}
	#footer_section .newsletter-con .wpcf7 ul li:first-child input {
		max-width: 150px;
		padding: 10px 6px;
		margin-right: 5px;
	}
	#footer_section .footer-bottom .con.con4 {
		margin-top: 0;
	}
	#contact_banner_section iframe {
		height: 250px;
	}
	#tabs_section .tab button {
		padding: 24px 0;
		font-size: 15px;
	}
	#tabs_section .tab button:hover::after, #tabs_section .tab button.active::after {
		border-width: 0 5px 10px 5px;
	}
	#vertical_tab_section .tab button {
		display: block;
		max-width: 100%;
	}
	.rel_post ul li {
		max-width: 100px;
		margin-left: 5px;
	}
	.rel_post ul li h3 {
		font-size: 12px !important;
		line-height: 15px !important;
	}
	.rel_post ul li .post-date {
		font-size: 11px;
		line-height: 14px !important;
	}
	.rel_post ul li h3,.rel_post ul li .post-date  {
		margin-bottom: 5px;
	}
	.rel_post ul li {
		max-width: 204px;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	#SQ_section {
		background-size: cover;
	}
	#SQ_section::before {
		background-color: rgba(255, 255, 255, 0.88);
	}
	#error-page .my-container {
		max-width: 420px;
		margin: 0 auto;
	}
	#error-page .search-form {
		max-width: 100%;
	}
	#error-page .search-form input {
		font-size: 18px;
		line-height: 24px;
	}
	#error-page p {
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 20px;
	}
	#error-page {
		padding: 50px 0;
	}
}

@media screen and (max-width:480px) {
	.banner_section .site_container {
		padding: 0 50px;
	}
	.scroll-top {
		bottom: 10px;
		right: 10px;
	}
}
@media screen and (max-width:440px) {
	.site_container, #error-page .my-container {
		max-width:300px;
	}
	.inner_banner_section {
		padding: 80px 0;
	}
	.banner_section .site_container {
		padding: 0 0;
	}
	.banner_slider .slick-prev::before, .banner_slider .slick-next::before {
		font-size: 11px;
		padding: 3px;
	}
	.banner_section,.site-section {
		padding: 30px 0 !important;
	}
	#support_section .tab button {
		display: inline-block;
		width: 137px;
		margin: 5px 5px;
		vertical-align: top;
		padding: 20px 5px;
	}
	#support_section .tab button {
		font-size: 10px;
		line-height: 15px;
	}
	#reviews_section .section-inner-2 ul li {
		padding: 5px 10px;
	}
	#reviews_section .section-inner-2 ul .slick-prev::before,#reviews_section .section-inner-2 ul .slick-next::before  {
    font-size: 11px;
	}
	#cta_section .cus_btn.light {
		display: block;
		max-width: 170px;
		width: 100%;
		margin: 0 auto 10px;
	}
	#cta_section .cus_btn.light:last-child {
		margin-bottom:0px;
	}
	#footer_section {
		padding: 20px 0;
	}
	#footer_section .menu-con li a {
		font-size: 10px;
	}
	#footer_section .menu-con li {
		margin-right: 8px;
	}
	#footer_section .footer-bottom .con.con4 {
		margin-top: 0px;
	}
	#footer_section .footer-bottom .con.con4 p,#footer_section .footer-bottom .con.con4 p a {
		font-size: 10px;
	}
	#footer_section .newsletter-con p {
    	max-width: 100%;
	}
	#footer_section .newsletter-con .wpcf7 {
		margin-top: 15px;
	}
	#footer_section .footer-bottom .con.con3 {
		margin-bottom: 0;
	}
	.rel_post ul li {
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.rel_post ul li:last-child {
		margin-bottom:0px;
	}
	.rel_post ul li h3 {
		font-size: 17px !important;
		line-height: 18px !important;
	}
	#error-page p {
		font-size: 16px;
		line-height: 20px;
	}
	#error-page .search-form input {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width:400px) {
	.banner_slider .slick-prev {
		left: 0px;
	}
	.banner_slider .slick-next {
		right: 0;
	}
	.cus_btn, #news_section .section-inner-1 .section-right .cus_btn, #reviews_section .section-inner-1 .section-right .cus_btn {
		padding: 3px;
		max-width: 100px;
	}
	#four_o_four_section {
		padding: 30px 0;
	}
	#four_o_four_section h2 {
		color: #ffffff;
		font-size: 145px !important;
		line-height: 146px !important;
	}
}
@media screen and (max-width:320px) {
	.site_container, #error-page .my-container {
		max-width:95%;
	}
}
@media screen and (max-width:312px) {
	#support_section .tab button {
		display: block;
		width: 100%;
		margin: 19px 0;
		padding: 20px 5px;
		text-align: center;
	}
}
@media screen and (max-width:285px) {
	#header_section .menu_contact {
		margin-left: 15px;
	}
}





