/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:100,300,400,500,700,900');

body{font-family: 'Roboto', sans-serif; color:#333333; line-height:24px; font-weight:400; overflow-x:hidden;}
.font-opnesans{font-family: 'Open Sans', sans-serif;}
.font-roboto{font-family: 'Roboto', sans-serif;}
/*reusable classes*/
.hide-scroll, .animatedParent{overflow:hidden;}
img{max-width:100%;}
.style_bg{background-size:cover; background-position:center center; width:100%; background-repeat:no-repeat; position:relative;}
.fix_bg{background-attachment:fixed;}
.bg_overlay{position: absolute; width:100%; top:0px; bottom:0px; left:0; right:0;}
.bg_overlay.black{background-color:rgba(0, 0, 0, 0.2);}

.dsp-none{display: none !important;}

.review-title{font-size:22px; color:#000;}
.text-gray{color:#8899a1;}
.text-black{color:#101113;}
.text-white{color:#fff;}
.text-blue{color:#006496;}

.fa16{font-size:16px;}
.pr5{padding-right:5px;}
.pb20{padding-bottom:20px;}
.pa10{padding:10px;}
.pa20{padding:20px;}
.py10{padding-top:10px; padding-bottom:10px;}
.py20{padding-top:20px; padding-bottom:20px;}
.py30{padding-top:30px; padding-bottom:30px;}
.py40{padding-top:40px; padding-bottom:40px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mx20{margin-top:20px; margin-bottom:20px;}
.mb0{margin-bottom:0;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mr10{margin-right:10px;}

.font-700{font-weight: 700 !important;}
.vc_separator.vc_sep_color_blue .vc_sep_line {border-color: #038fb2 !important;}

.image-with-content .vc_column-inner{padding-top: 0 !important;}
.image-with-content .wpb_content_element{margin-bottom: 0 !important;}
.image-with-content ul{padding-left: 15px;}

/*button style*/

.no-padding .vc_column-inner, .no-padding .wpb_content_element {padding: 0px !important;margin: 0 !important;}
/*end*/


/* Slick Slider dots and arrows Start */
.slick-dots {line-height: 0;padding: 15px 0;}
.slick-dots li, .slick-dots li button, .slick-dots li button::before {width: 12px;height: 12px;border-radius: 50%;padding: 0;}
.slick-dots li button::before {content: '';background-color: #006496;opacity: 1;}
.slick-dots li.slick-active button::before {content: '';background-color: #000000;opacity: 1;}
.slick-prev, .slick-next{height: 70px;width: 40px;background-color: rgba(0, 0, 0, 0.3);z-index: 1;-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.slick-prev:before, .slick-next:before{color: #ffffff;font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 20px;line-height: 32px;}
.slick-prev:before{content: "\f053";}
.slick-next:before{content: "\f054";}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background-color: rgba(193, 154, 107, 0.3);}
.slick-slider .slick-slide:focus{outline: none;}
.slick-prev:before, .slick-next:before{opacity: 1;}
/* Slick Slider dots and arrows End */

.section-title .bar {height: 5px;width: 90px;background: #006496;margin: 20px auto;position: relative;border-radius: 30px;}
  
.wpb_content_element-mb-0 .wpb_content_element{margin-bottom: 0 !important;}
/*------top bar start--------*/
.top_bar{background-color:#006496;}
.top_bar a{color:#fff; font-size:14px; font-weight:400; display:inline-block;}
.top_bar a:hover, .top_bar a:focus{text-decoration:none;}
.top_bar a:hover span, .top_bar a:focus span{color:#051827;}
.top_bar a i{margin-right:8px;}
.topbar-icon{line-height:42px; padding-right:0; float:right; margin-bottom:0;}
.topbar-icon li{float:left; margin-right:15px; padding-right:15px; border-right:solid 1px #1a74a1;}
.topbar-icon li:last-child{padding-right:0; margin-right:0; border:none;}
.topbar-icon a{color:#fff;}
.topbar-icon a span{color:#fff;}
.topbar-icon a i{width:26px; height:26px; text-align:center; background-color:#2986b5; border-radius:2px; color:#fff;}
.topbar-icon a i::before{height:26px; line-height:26px;}
/*------top bar end--------*/


/*---------------Navigation-Bar-Start-------------*/


.sticky_header .sticky_logo{display:none; float:left; padding-top:9px; padding-left:15px; }
.sticky_header{width:100%; position:static; z-index:1; top:0; background-color:#fff;}
.sticky_header ul.navbar-nav li a{color:#333333;padding: 5px 20px; font-weight:600; font-size:15px; text-transform:uppercase; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
.sticky_header ul.navbar-nav li:last-child a{border-right:none;}
.navbar-default .sticky_header .navbar-nav > .active > a, .navbar-default .sticky_header .navbar-nav > .active > a:hover, .navbar-default .sticky_header .navbar-nav > .active > a:focus{color:#006496; background-color:transparent;}
.navbar-default .sticky_header .navbar-nav > li > a:hover, .navbar-default .sticky_header .navbar-nav > li > a:focus{color:#000; background-color:transparent;}
.navbar-default .sticky_header .navbar-nav > .active::before{left:0; right:0;}

.nav_outr{margin-bottom:0; border:none; min-height:45px;}
.nav_outr .navbar-brand, .top_bar .navbar-brand{padding:10px; display:table;}
.nav_outr .navbar-brand >img, .top_bar .navbar-brand >img{max-height:60px;}
.desktop-logo, .mobile-logo{display:none;}

.sticky_header ul.navbar-nav li > ul{position:absolute; z-index:1; width:300px; background-color:#006496; list-style:none; padding: 0px; opacity:0; display:none;}
.sticky_header.fixed{position:fixed; z-index:11;-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);}
.sticky_header ul.navbar-nav li.has-submenu a{padding-right:35px; position:relative; z-index:1;}
.sticky_header ul.navbar-nav > li.has-submenu:hover > ul{opacity:1; display:block;}
.sticky_header ul.navbar-nav > li.has-submenu .arrow-down:after{font-family:'FontAwesome';content:'\f0dd'; position:absolute; right:20px; top:0px; color:#575757;}
.sticky_header ul.navbar-nav li > ul > li > a{padding:7px 20px; display: block; color:#fff; border-bottom:solid 4px #006496;}
.sticky_header ul.navbar-nav li > ul > li > a:hover{color:#fff; text-decoration:none; background-color:#006496;}
.sticky_header ul li > ul > li{margin-right:0;}





.secondary_menu .sticky_logo{display:none; float:left; padding-top:9px; padding-left:15px; }
.secondary_menu{width:100%; /*position:absolute;*/ z-index:1; top:0; background-color:#006496; -webkit-box-shadow:0 10px 15px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 10px 15px rgba(0, 0, 0, 0.2); box-shadow:0 10px 15px rgba(0, 0, 0, 0.2);}
.secondary_menu ul.navbar-nav li a{color:#ffffff;padding-left:15px; padding-right:15px; font-weight:400; font-size:15px; text-transform:uppercase; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
.secondary_menu ul.navbar-nav li:last-child a{border-right:none;}
.navbar-default .secondary_menu .navbar-nav > .active > a, .navbar-default .secondary_menu .navbar-nav > .active > a:hover, .navbar-default .secondary_menu .navbar-nav > .active > a:focus{color: #ffffff; background-color: #051827;}
.navbar-default .secondary_menu .navbar-nav > li > a:hover, .navbar-default .secondary_menu .navbar-nav > li > a:focus{color:#ffffff; background-color:#051827;}
.navbar-default .secondary_menu .navbar-nav > .active::before{left:0; right:0;}

.secondary_nav_outr{margin-bottom:0; border:none; min-height:45px;}
.secondary_menu ul.navbar-nav > li > a > .fa-home{font-size: 20px;line-height: 17px;}


.secondary_menu ul.navbar-nav li > ul{position:absolute; z-index:9; width: 100%; background-color:#006496; list-style:none; padding: 0px; opacity:0; display:none;}
.secondary_menu.fixed{position:fixed; z-index:11;}
.secondary_menu ul.navbar-nav li.has-submenu a{padding-right:35px; position:relative; z-index:1;}
.secondary_menu ul.navbar-nav > li.has-submenu:hover > ul{opacity:1; display:block;}
.secondary_menu ul.navbar-nav > li.has-submenu .arrow-down:after{font-family:'FontAwesome';content:'\f0dd'; position:absolute; right:20px; top:0px; color:#575757;}
.secondary_menu ul.navbar-nav li > ul > li > a{padding:7px 20px; display: block; color:#fff; border-bottom:solid 4px #051827;}
.secondary_menu ul.navbar-nav li > ul > li > a:hover{color:#fff; text-decoration:none; background-color:#006496;}
.secondary_menu ul li > ul > li{margin-right:0;}
.secondary_menu ul.navbar-nav li.has-submenu:hover > a{color: #ffffff; background-color: #051827;}


.seo-section-home{padding: 0 100px;}
.seo-section-home > .vc_col-sm-4{border: 1px solid #dfdfdf;border-top: none;border-left: none;padding-top: 40px;}

.seo-section-home > .vc_col-sm-4 {display: inline-block;vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; background-color:transparent; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.seo-section-home > .vc_col-sm-4:before {content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #051827; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out; }
.seo-section-home > .vc_col-sm-4:hover, .seo-section-home > .vc_col-sm-4:focus, .seo-section-home > .vc_col-sm-4:active { color: white;}
.seo-section-home > .vc_col-sm-4:hover:before, .seo-section-home > .vc_col-sm-4:focus:before, .seo-section-home > .vc_col-sm-4:active:before { -webkit-transform: scale(1); transform: scale(1);}
.seo-section-home > .vc_col-sm-4:nth-child(3n) {border-right: medium;}
.seo-section-home.border-bottom-none > .vc_col-sm-4{border-bottom: none;}
.seo-section-home .wpb_content_element{margin-bottom: 20px;}

.widget__socialproofslider {
    opacity: 1;
}

.home-testimonial .social-proof-slider-wrap .slick-dots li button{-webkit-box-shadow: 3px 5px 10px -2px rgb(189, 189, 189);-moz-box-shadow: 3px 5px 10px -2px rgb(189, 189, 189); box-shadow: 3px 5px 10px -2px rgb(189, 189, 189); background-color: #ffffff !important; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;}
.home-testimonial .slick-dots li button:before{top: 5px;left: 5px;}
.home-testimonial .slick-dots li.slick-active button:before{color: #006496 !important;}
.home-testimonial .slick-slider .testimonial-item .testimonial-author-img-wrap .testimonial-author-img img{width: 80px;}
#_socialproofslider-shortcode .social-proof-slider-wrap .testimonial-item.featured-image .testimonial-author-img{margin: 30px auto;}
.home-testimonial .slick-slider .testimonial-item .testimonial-text .quote{color: #ffffff;font-size: 21px;line-height: 25px;}
.home-testimonial .slick-slider .testimonial-item .testimonial-text .author{color: #ffffff;}

.home-testimonial .social-proof-slider-wrap .slick-dots li button {font-size: 0;line-height: 0; display: block; width: 24px;height: 24px;padding: 5px;cursor: pointer;color: transparent; border: 0; outline: none; background: transparent; }
.home-testimonial .social-proof-slider-wrap ul.slick-dots > li {position: relative;display: inline-block;width: 24px;height: 24px;margin: 0 10px;padding: 0 0 0 0;cursor: pointer; border: none; background-image: none; }
.home-testimonial .social-proof-slider-wrap .slick-dots li button::before{font-size: 14px;line-height: 14px;width: 14px;height: 14px;}
.home-testimonial .slick-slider .testimonial-item .testimonial-text .author{font-weight: bold;}
.home-testimonial .social-proof-slider-wrap .testimonial-item .testimonial-text {padding: 0;}

#_socialproofslider-shortcode .social-proof-slider-wrap{padding-top: 0;}


.contact-form-footer{color: #ffffff;}
.contact-form-content ul{padding-left: 30px;}
.contact-form-content ul > li{position: relative;}
.contact-form-content ul > li:before{content: "\f111"; font-family: 'FontAwesome';position: absolute;left: -10px;font-size: 6px;top: 50%;  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%); transform: translateY(-50%);}
.contact-form-footer .form-control{background-color: #fff;border: none;border-radius: 0;padding: 0px 25px;height: 40px; margin-bottom: 20px !important;border-radius: 50px;}
.contact-form-footer .form-control.wpcf7-textarea{height: 220px;border-radius: 10px;padding: 15px;}
/*.contact-form-footer .btn-submit{font-weight: bold;font-size: 22px !important;background-color: #fff;border: none;color: #006496;border-right: 5px solid #006496; padding: 17px 50px; -webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.14);  -moz-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.14);  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.14); -webkit-transition: background .3s linear; -moz-transition: background .3s linear; -ms-transition: background .3s linear; transition: background .3s linear;padding: 20px 55px !important; font-size: 16px !important;} 
.contact-form-footer .btn-submit:hover, .contact-form-footer .btn-submit:focus{background-color: #006496;color: #fff;}*/
.contact-form-footer .checkbox-1 .wpcf7-list-item-label{color: #ffffff;font-size: 10px;line-height: 12px;display: block;padding-left: 25px;}
#checkbox-1 > .wpcf7-list-item{position: relative;}
#checkbox-1 > .wpcf7-list-item input{position: absolute;left: -14px;width: 30px;height: 30px;top: -4px;}
.footer-btn{text-align: right;}
/*Custom Checkbox Start*/
#checkbox-1 > span > input[type="checkbox"] {position: absolute;opacity: 0;}
#checkbox-1 > span > input[type="checkbox"] + label {position: absolute;cursor: pointer;padding: 0;left: -12px;}
#checkbox-1 > span > input[type="checkbox"] + label:before {content: ''; margin-right: 10px; display: inline-block; vertical-align: text-top; width: 25px; height: 25px; background: #ffffff; }
#checkbox-1 > span > input[type="checkbox"]:hover + label:before {background: #006496;}
#checkbox-1 > span > input[type="checkbox"]:checked + label:before {background: #00307d;}
#checkbox-1 > span > input[type="checkbox"]:disabled + label {color: #b8b8b8;cursor: auto;}
#checkbox-1 > span > input[type="checkbox"]:disabled + label:before {box-shadow: none;background: #ddd;}
#checkbox-1 > span > input[type="checkbox"]:checked + label:after {content: "\f00c";position: absolute;font-family: 'FontAwesome';left: 6px;top: 4px;color: #fff; font-size: 14px; }
/*Custom Checkbox End*/
.home-contact-form input {
    height: 45px;
}

.form-heading h1 {padding-bottom: 20px;}
.form-heading h1 {color: #fff; font-size: 42px; margin: 0 0 50px; text-align: center; text-transform: uppercase; position: relative;}
.form-heading h1::after { background: #aebac0 none repeat scroll 0 0; bottom: 0; content: ""; display: inline-block; height: 1px; left: 0; margin: 0 auto; position: absolute;  right: 0;  vertical-align: top;  width: 112px; }
.footer-form-content h3 { font-size: 24px; font-weight: 700; margin-bottom: 0; margin-top: 0;}
.footer-form-content h3 span { display: block; font-size: 16px; font-weight: 400; margin-top: 12px;}
.footer-form-content  p { margin-bottom: 20px;}
.footer-form-content  p span { font-weight: 400;}

/*------footer--------*/
.site-footer{color:rgba(255, 255, 255, 0.9);background-color:#434c90; padding-top: 80px; padding-bottom: 0;}
.site-footer h4{font-size:20px; line-height:24px; margin-bottom:20px; padding:10px 0px; color:#fff;}
.site-footer p{padding-top:4px;font-size: 12px;}
.site-footer ul{padding-left:0px; list-style:none; margin:0;}
.site-footer ul li a{color:rgba(255, 255, 255, 0.9); display:inline-block; padding:4px 0px;font-size: 12px;}
.site-footer ul li a:hover,.site-footer ul li a:focus{text-decoration:none;color:#dead3f;}
.site-copyright{background-color:#dead3f; padding:10px 0px; color:#fff;}
.site-copyright .row > *:first-child{text-align:center;}
.site-copyright .row > *:last-child{text-align:center;}
.site-copyright a{color:#fff;}
.site-copyright a:hover{color:#434c90; text-decoration:none;}

.footer-social-links{text-align: center;position: absolute;top: -120px;left: 0;right: 0;}
.footer-social-links > ul{display: inline-block;margin: 0 auto;background-color: #ffffff;border-radius: 5px;}
.footer-social-links > ul > li{display: table-cell;border-right: 1px solid #ededf1;}
.footer-social-links > ul > li:last-child{border: none;}
.footer-social-links > ul > li > a{display: block;padding: 30px 40px;color: #389afe;font-size: 16px;}


.get-touch-content .cont-heading{position: relative;color: #ffffff;padding-left: 65px;}
.get-touch-content .cont-heading:before{content: '';width: 50px;height: 1px;background-color: #ffffff;position: absolute;left: 0;top: 10px;}
.get-touch-content h3{font-size: 30px;font-weight: 400;color: #ffffff;}
.get-touch-content p{color: #ffffff;}
.get-touch-content ul{list-style: none; padding: 0; }
.get-touch-content ul > li{padding-left: 60px;position: relative;color: #ffffff;padding-top: 10px;padding-bottom: 10px;margin-bottom: 10px;}
.get-touch-content ul > li img{position: absolute;left: 0;top: 0px;}

.home-contact-form{padding-top: 50px;}
.home-contact-form input{height: 45px;}
.home-contact-form textarea{resize: none;height: 100px;}
.home-contact {padding: 60px 0;}
.home-newsletter{text-align: center; color: #ffffff;padding-top: 80px;}
.home-newsletter h4{margin-bottom: 20px;}
.home-newsletter .newsletter-wrap{position: relative;}
.home-newsletter .newsletter-wrap .form-control{height: 60px; border-radius: 50px;padding-left: 25px;padding-right: 125px;}
.home-newsletter .newsletter-wrap .newletter-btn{position: absolute;top: 10px;right: 10px;}
.home-newsletter .newsletter-wrap .newletter-btn .btn-submit{padding: 10px 20px;border-radius: 50px;}
.home-contact-form input { height: 45px;}
.btn-submit{color: #ffffff; border: none; box-shadow: none;padding: 10px 40px;
background: rgba(210,56,161,1);
background: -moz-linear-gradient(left, rgba(210,56,161,1) 0%, rgba(253,173,26,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,56,161,1)), color-stop(100%, rgba(253,173,26,1)));
background: -webkit-linear-gradient(left, rgba(210,56,161,1) 0%, rgba(253,173,26,1) 100%);
background: -o-linear-gradient(left, rgba(210,56,161,1) 0%, rgba(253,173,26,1) 100%);
background: -ms-linear-gradient(left, rgba(210,56,161,1) 0%, rgba(253,173,26,1) 100%);
background: linear-gradient(to right, rgba(210,56,161,1) 0%, rgba(253,173,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d238a1', endColorstr='#fdad1a', GradientType=1 );}
.btn-submit:hover, .btn-submit:focus{color: #ffffff; 
background: rgba(253,173,26,1);
background: -moz-linear-gradient(left, rgba(253,173,26,1) 0%, rgba(210,56,161,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,173,26,1)), color-stop(100%, rgba(210,56,161,1)));
background: -webkit-linear-gradient(left, rgba(253,173,26,1) 0%, rgba(210,56,161,1) 100%);
background: -o-linear-gradient(left, rgba(253,173,26,1) 0%, rgba(210,56,161,1) 100%);
background: -ms-linear-gradient(left, rgba(253,173,26,1) 0%, rgba(210,56,161,1) 100%);
background: linear-gradient(to right, rgba(253,173,26,1) 0%, rgba(210,56,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdad1a', endColorstr='#d238a1', GradientType=1 );
}
/*.site-footer{background: url(img/footer-map.png) no-repeat scroll center top #2a2f36;}
.site-footer h4{font-size:16px; margin-bottom:10px; padding:10px 0px; color:#fff; font-weight:bold;}
.site-footer p{padding-top:4px;}
.site-footer p > a{color:rgba(230, 126, 34, 0.7);}
.site-footer ul.footer-menu, .site-footer .info-box, .site-footer .payment-info, .footer-link{padding-left:0px; list-style:none; margin:0; list-style:none;padding-top: 12px;}
.site-footer ul.footer-menu li a{color:#8899a1; display:block; padding:4px 0px;}
.site-footer ul.footer-menu li a:hover,.site-footer ul.footer-menu li a:focus{text-decoration:none;color:#006496;}
.site-footer .social-box > a{font-size:22px; color:rgba(255, 255, 255, 0.70);}
.site-footer .social-box > a:hover,.site-footer .social-box > a:focus{color:#006496;}
.site-footer .info-box li{padding:10px 0;}
.site-footer .info-box li a{display:table; width:100%; margin-bottom:5px; cursor:pointer; color:#fff;}
.site-footer .info-box li a span{width:38px; height:38px; float:left; display:table; border-radius:50%; background:#636972; text-align:center; margin-right:20px;}
.site-footer .info-box li a span i{color:#fff; display:table-cell; vertical-align:middle;}
.site-footer .info-box li a .info-box-text{float:left;}
.site-footer .info-box li a .info-box-text strong{font-size:16px;}
.site-footer .payment-info li{display:inline-block; margin-right:5px;}
.site-footer .payment-info li:last-child{margin-right:0px;}
.site-footer .btn-orange, .site-footer .btn-orange::before{border-radius:25px;}
.footer-link{margin-top:20px;}
.footer-link li{display:inline-block;}
.footer-link li a{color:#7b828c; padding:0px 15px; border-left:solid 2px #7b828c;}
.footer-link li a:hover, .footer-link li a:focus{color:#006496; text-decoration:none;}
.copyright{padding: 15px 0;color: #fff;}

.site-footer h3 { position: relative; color: #006496; padding: 10px 0;text-transform: uppercase; font-size: 25px; font-weight: 700; margin-bottom: 5px;padding-top: 0;}
.footer-nav{margin: 0;padding: 0;}
.footer-nav li {list-style: none; position: relative;}
.footer-nav li a {color: #a9a9a9;font-weight: 400;padding: 4px 0;text-decoration: none;line-height: 16px;display: inline-block;text-transform: uppercase;}
.footer-nav li a:hover { color: #ccc;}
.copyright_content{background-color: #4c4c4c;}*/
/*-- scroll to top --*/
.scrollToTop{width: 40px; height: 40px; position: fixed; z-index: 9999; right: 10px; bottom: 15px; color: #fff; text-align: center; line-height: 40px;cursor: pointer; border-radius: 100%; border: 1px solid #006496; padding: 3px;}
.scrollToTop:hover{text-decoration: none;}
.scrollToTop i{display: block; width: 100%; height: 100%; background: #006496; border-radius: 100%; line-height: 170%; font-size: 18px; color: #ffffff;}
/*Magento 2 css End*/


.low-costs-content{margin-bottom: 40px;}
.low-costs-content .low-costs-img{padding-bottom: 0;}
.low-costs-content h3 {margin-top: 15px;}
.low-costs-content img{max-height: 50px;}

.single-work-process {text-align: center;cursor: pointer;}
.single-work-process h4 {color: #7897e6; margin-bottom: 0px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; font-size: 20px; font-weight: 700; }
.single-work-process:hover .work-process-icon {border-color: #02d1d1;background-color: #1040d2;-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); }
.single-work-process:hover h4 {color: #FFFFFF;}
.work-process-icon { text-align: center; width: 124px; height: 124px; line-height: 124px;border: 1px solid #0981d8; border-radius: 50%; background-color: #0e49d652; width: 124px; height: 124px;  margin: 0 auto; -webkit-transition: all 0.4s ease;  -o-transition: all 0.4s ease;  transition: all 0.4s ease;  margin-bottom: 40px;  position: relative; }
.work-process-icon::before {position: absolute; content: ""; top: 50%; right: -70%; width: 70%; height: 1px;background-color: #02cfd1;opacity: .5;}
.work-process-icon:after {content: ''; position: absolute; left: calc(-30% + 2px); width: 10px; height: 10px; border-top: solid 1px #02cfd1; border-right: solid 1px #02cfd1;  top: 50%;  -webkit-transform: translateY(-50%) rotate(45deg);  -ms-transform: translateY(-50%) rotate(45deg);  transform: translateY(-50%) rotate(45deg); }
.working-process-group [class^="col-"]:last-child .work-process-icon::before { display: none;}
.working-process-group [class^="col-"]:first-child .work-process-icon::after { display: none;}
/* work process animation */
.current-section .working-process-group .work-process-icon { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: bounceIns; animation-name: bounceIns; }
.current-section .working-process-group .work-process-icon::before { right: -70%; opacity: .5;}
.current-section .working-process-group [class^="col-"]:nth-of-type(2) .work-process-icon { -webkit-animation-delay: .5s; animation-delay: .5s;}
.current-section .working-process-group [class^="col-"]:nth-of-type(2) .work-process-icon::before { -webkit-transition-delay: .4s; -o-transition-delay: .4s;transition-delay: .4s; }
.current-section .working-process-group [class^="col-"]:nth-of-type(3) .work-process-icon { -webkit-animation-delay: .7s;animation-delay: .7s;}
.current-section .working-process-group [class^="col-"]:nth-of-type(3) .work-process-icon::before { -webkit-transition-delay: .6s; -o-transition-delay: .6s; transition-delay: .6s; }
.current-section .working-process-group [class^="col-"]:last-child .work-process-icon { -webkit-animation-delay: .9s; animation-delay: .9s;}
.current-section .working-process-group [class^="col-"]:last-child .work-process-icon::before { -webkit-transition-delay: .8s; -o-transition-delay: .8s; transition-delay: .8s; }
.working-process-anim .work-process-icon { opacity: 0;}
.working-process-anim .work-process-icon::before { right: 0%; -webkit-transition: all 1s ease; -o-transition: all 1s ease;transition: all 1s ease;opacity: 0;}
@-webkit-keyframes bounceIns { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}
    20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
    40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9);}
    60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}
    80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97);}
    to {opacity: 1;-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
}

@keyframes bounceIns {from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}
    20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
    40% { -webkit-transform: scale3d(0.9, 0.9, 0.9);  transform: scale3d(0.9, 0.9, 0.9);}
    60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}
    80% { -webkit-transform: scale3d(0.97, 0.97, 0.97);transform: scale3d(0.97, 0.97, 0.97);}
    to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
}
.work-process-container{padding: 60px 175px;}
.work-process-container > .vc_col-sm-3:first-child .single-work-process .work-process-icon:after{content: none;}
.work-process-container > .vc_col-sm-3:last-child .single-work-process .work-process-icon:before{content: none;}



/*=================================================
    17. testimonial
==============================================================*/
.testimonial-slider-preview {padding: 0 50px; margin-bottom: 20px;}
.single-testimonial-preview {text-align: center; color: #000000;margin-bottom: 25px;}
.single-testimonial-preview p {font-size: 20px;margin-bottom: 18px;opacity: .60;}
.border-line {width: 128px; display: block; height: 1px; position: relative; background-color: rgba(0, 0, 0, 0.25); -webkit-box-shadow: 10px 0px 0px 0px rgba(255, 168, 1, 0), 138px 0px 0px rgba(0, 0, 0, 0.25);  box-shadow: 10px 0px 0px 0px rgba(255, 168, 1, 0), 138px 0px 0px rgba(0, 0, 0, 0.25);  margin: 0 auto;  left: -64px;}
.border-line::before,
.border-line::after {position: absolute; content: ""; top: 0; left: calc(100% + 10px); height: 13px; width: 1px; border-right: 1px solid rgba(0, 0, 0, 0.25);}
.border-line::after { left: calc(107% - 10px); height: 16px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: top right;  -ms-transform-origin: top right;  transform-origin: top right; }
.testimonial-slider-thumb { padding: 0 96px;}
.testimonial-slider-thumb .single-bio-thumb { opacity: .25;}
.single-bio-thumb { -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;  opacity: .25;}
.slider-nav .slick-slide.slick-current.slick-active .single-bio-thumb{opacity: 1;}
.single-bio-thumb h4 { color: #0c5adb; margin-bottom: 2px;font-size: 18px;}
.single-bio-thumb p { color: #919191;}
.single-bio-thumb .bio-image { position: relative; overflow: hidden; width: 55px; height: 55px; border-radius: 50%; float: left;}
.single-bio-thumb .bio-info { margin-left: 74px;position: relative; top: 3px;}
.testimonial-section { position: relative; overflow: hidden;}
.testimonial-section.xs-section-padding { padding-bottom: 80px;}
.testimonial-slider .single-bio-thumb {  display: inline-block; text-align: left; margin-top: 30px;}
.testimonial-slider .single-testimonial-preview img {margin-bottom: 15px;}
.slider-testimonial{margin-bottom: 50px;}
.testimonial-heading{padding-bottom: 50px;}
.testimonial-heading > h3{color: #006496;font-weight: 400;}


.home-slider .slick-dots li,.home-slider .slick-dots li button, .home-slider .slick-dots li button::before{width:12px; height:12px; border-radius:50%; padding:0;}
.home-slider .slick-dots{bottom:13px;}
.home-slider .slick-dots li button::before{content:''; background-color:#ada5a5; opacity:1;}
.home-slider .slick-dots li.slick-active button::before{content:''; background-color:#fff; opacity:1;}

.home-res-slider .wpb_revslider_element{margin-bottom: 0;}
.top-enquiry-form > .wpb_column > .vc_column-inner {padding-top: 0 !important;}
.top-enquiry-form .form-group{margin-top: 20px;}
.top-enquiry-form .btn-submit{margin-top: 15px;margin-bottom: 15px;}

.home-tab-section > .vc_tta-panels-container > .vc_tta-panels{border: 1px solid #f5f5f5 !important;border-radius: 5px;background-color: white  !important;-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06)  !important; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06)  !important;} 
.home-tab-section .tab-content-section .tab-content{border: none; padding: 0;}
.home-tab-section .tab-content-section .wpb_column .vc_cta3-container{margin-bottom: 0;}
.wpb-js-composer .home-tab-section > .vc_tta-tabs-container{margin-bottom: 65px !important; overflow: visible !important;}
.wpb-js-composer .home-tab-section > .vc_tta-tabs-container > .vc_tta-tabs-list{overflow: visible !important;}
.wpb-js-composer .home-tab-section > .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab:not(:last-child) { margin-right: 30px;}
.wpb-js-composer .home-tab-section > .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab > a{background-color: #f7f7f7 !important;color: #292225;font-weight: 600;-webkit-box-shadow: 0px 5px 10px 0px rgba(3, 27, 78, 0.08) !important; box-shadow: 0px 5px 10px 0px rgba(3, 27, 78, 0.08) !important;    background-color: #f7f7f7;display: block;  min-height: 85px; text-align: center; color: #7a7a7a; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;  border-radius: 2px; border: 1px solid #e5e8ed; padding: 27px 25px 26px; position: relative;} 
.wpb-js-composer .home-tab-section > .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab.vc_active > a{background-color: #ffffff !important;}
.wpb-js-composer .home-tab-section > .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab.vc_active > a::before{border-top-color: #ffffff;border-top-color: #f7f7f7;opacity: 1; visibility: visible;    position: absolute; content: ""; bottom: -40px; left: 50%;-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);transform: translateX(-50%); height: 40px; width: 40px;  border-top: solid #FFFFFF  !important;  border-left: solid transparent  !important;  border-right: solid transparent  !important; border-width: 20px  !important; -webkit-filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08)) !important; filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08)) !important; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease;  transition: all 0.4s ease; }
.wpb-js-composer .home-tab-section > .vc_tta-tabs-container > .vc_tta-tabs-list > .vc_tta-tab.vc_active > a::after{border: none !important;}

.tab-main-heading{padding-bottom: 30px;}

.inner-banner h1{font-size: 63.7px;letter-spacing: 2px;margin: 0 0 7px;text-transform: uppercase;color: #ffffff;}
.inner-banner p{color: #fff;font-size: 21px;padding: 0;position: relative;line-height: 31px;margin: 0 0 30px;}
.inner-banner p:before{content: "";border: 2px solid #878787;bottom: -25px;position: absolute;width: 78px;}
.inner-banner button.vc_general.vc_btn3{line-height: 48.2px;height: auto !important;border-color: #2f90ee;color: #2f90ee;margin: 28px 0 0;background: rgba(0, 0, 0, 0);border-radius: 5px; display: inline-block; padding: 0 28px; letter-spacing: 0.3px; text-transform: uppercase;} 
.inner-banner button.vc_general.vc_btn3:hover {background-color: hsl(192, 97%, 35%);color: #fff;border: 1px solid hsl(192, 97%, 35%);}


.noMatter h2{color: #000000;font-size: 37px;margin: 0;text-transform: uppercase;}
.noMatter .movingLing{border-bottom: 1px solid #fee583;font-size: 30px;line-height: 28px;margin: 20px 0 40px;padding: 18px 60px; word-spacing: -1px;position: relative;font-weight: 600;} 
.noMatter .movingLing::before {border-top: 1px solid hsl(51, 100%, 50%);width: 97%;transition: all 1s ease-in-out 0s;-webkit-transition: all 1s ease-in-out 0s; border-top: 1px solid transparent; content: ""; height: 1px; left: 0; margin: 0 auto; position: absolute; right: 0; top: -1px; width: 0%; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; }
.noMatter .movingLing::after {border-bottom: 1px solid hsl(51, 100%, 50%);width: 97%;transition: all 1s ease-in-out 0s;-webkit-transition: all 1s ease-in-out 0s;border-bottom: 1px solid transparent; content: ""; height: 1px; left: 0; margin: 0 auto; position: absolute; right: 0; bottom: -1px; width: 0%; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; }
/* .noMatter .movingLing:hover::before {border-top: 1px solid #45A2E2;width: 100%;transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;} */
.noMatter .movingLing:hover::after {border-bottom: 1px solid #45A2E2; width: 100%;transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;}


.nmContent {margin: 0 0 30px;}
.nmContent .wpb_content_element{margin-bottom: 0 !important;}

.businessInner{padding-bottom: 35px;}
.businessInner h2{color: #ffffff;font-size: 48px;margin-bottom: 25px;}
.businessInner p {color: hsla(0, 0%, 100%, 0.8);font-size: 18px;position: relative;}
.businessInner p:before {content: "";border: 2px solid #878787;bottom: -10px;left: 50%;position: absolute;transform: translateX(-50%);width: 78px;}

.heighterRanking .vc_custom_heading{color: hsl(192, 97%, 35%);font-size: 37px;letter-spacing: 0.8px;margin: 0 0 5px 0;text-transform: uppercase; padding-top: 30px;position: relative;}
/* .heighterRanking .vc_custom_heading:before{content: "";border-left: 20px solid rgba(0, 0, 0, 0);border-right: 20px solid rgba(0, 0, 0, 0);border-top: 17px solid #1d2831; height: 17px; left: 50%;  position: absolute; top: 100%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 39px; z-index: 0; transition: all 0.35s ease 0s; top: -35px;}  */
.heighterRanking p{color: #000000;display: inline-block;font-size: 22px;margin: 0 0 50px;position: relative;width: 100%;}
.inner-blue-arrow-top.vc_custom_heading:before{content: "";border-left: 20px solid rgba(0, 0, 0, 0);border-right: 20px solid rgba(0, 0, 0, 0);border-top: 17px solid #1d2831; height: 17px; left: 50%;  position: absolute; top: 100%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 39px; z-index: 0; transition: all 0.35s ease 0s; top: -35px;} 
.nmKhmPara p{color: #000000;font-size: 17px;padding: 0 40px;}



.ma-research{background: #ffffff;border-color: #ebf0f5;border-bottom: 5px solid #ecf1f6;border-right: 5px solid #ecf1f6;padding: 40px 0 37px;}
.ma-research:hover{background: #1069bd; color: #ffffff;}

.ma-research:hover .vc_single_image-img{filter: brightness(0) invert(1);}

.googlePenalty h2{color: #000000;font-size: 30px;text-transform: initial;margin: 0px 0 20px 0;font-weight: 400;}
.googlePenalty p{color: #000000;font-size: 17px;padding: 0 70px;}

.wpb-js-composer .seo-accordion.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{background: #e1e9f0;border-color: #e1e9f0;border-radius: 0;}
.wpb-js-composer .seo-accordion.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {background: #e1e9f0;border-color: #e1e9f0;}
.wpb-js-composer .seo-accordion.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading h4 a{color: #0a5bde;}

.superCharge{margin-top: -22px; position: relative;}
.superCharge:before{border-left: 12px solid rgba(0, 0, 0, 0); border-right: 12px solid rgba(0, 0, 0, 0); border-top: 13px solid #f3f3f3; content: ""; left: 50%;  position: absolute;  top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%);border-top: 13px solid #e1e9f0;} 

.superCharge h2{color: #ffffff;font-size: 30px;margin: 0 0 5px;} 
.superCharge p{color: #b2b3b5;font-size: 22px;}
.superCharge .vc_btn3-container{margin-bottom: -20px;}

.cfLeft h2{color: #1675cd;font-size: 37px;line-height: 47px;padding: 0 10px 0 0;text-align: right;text-transform: none;margin: 0;}
.cfLeft p{color: #000000;font-size: 20px;line-height: 27px;margin: 8px 0 0;padding: 0 20px 0 10px;}
.cfLeft .vc_btn3-container{margin: 50px 0 0;position: relative;}
.cfLeft{position: relative;}
/*.cfLeft::before, .cfLeft::after {background: #000000 none repeat scroll 0 0;border-bottom: 1px solid #e0e0e0; content: "";left: 0;position: absolute; top: 50%; transform: translateY(-50%); width: 352px; }
.cfLeft::after {left: inherit; right: 0;}
*/
.cfLeft button.vc_general.vc_btn3 {font-size: 25px;background-color: #333333; color: #82bc04; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear;}
.cfLeft button.vc_general.vc_btn3:hover, .cfLeft button.vc_general.vc_btn3:focus{background-color: #038fb2;color: #fff;}

.home-tab-section.seo-tab > .vc_tta-panels-container > .vc_tta-panels{padding: 15px 15px;}    

.seo-slider-section{padding: 0 100px;}

.seo-slider-section > .wpb_column > .vc_column-inner{padding: 0;padding-bottom: 35px;}
.seo-slider-section > .wpb_column > .vc_column-inner .sa_hover_container{padding: 0 !important;}
.seo-slider-section #slider_334{display: inline-block;height: 227px;left: 63px;top: 18px;width: 395px;}

.rank_button .vc_separator{position: absolute;top: 50%;left: 0;z-index: -1;}
.rank_button .vc_btn3-container{margin-top: 35px;}


.blog-listing{display: table;}
.blog-listing > .vc_column_container{display: table-cell;vertical-align: bottom;float: none;}

.post-item > .post-info{margin-bottom: 30px;}
.post-info .post-title{margin: 10px 0;min-height: 100px;font-size: 24px;}
.post-meta{margin-bottom: 0;text-transform: capitalize;padding-left: 0;font-size: 14px;font-weight: 600;}
.blog-heading{background-color: #f5f5f5;padding: 20px 30px;}

.btn-blog{height: 50px;width: 50px;line-height: 52px;text-align: center;display: inline-block;border-radius: 50%;background-color: #ffff;    -webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.14) !important; -moz-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.14) !important; box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.14) !important;}
.btn-blog:hover, .btn-blog:focus{background-color: #038fb2;color: #fff;}
.post-info .btn-blog{position: absolute;bottom: -28px;right: 15px;}
.home-slider .slide {display: table;}
.home-slider .banner-txt {position: relative;display: table-cell;vertical-align: bottom;}
.post-info .overlay{position: relative;}
.post-info .overlay .overlay-bg{overflow: hidden;}
.post-info ._style_bg{-webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear;}
.post-info:hover ._style_bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.post-info ._style_bg > ._bg_overlay{
	/*background-color: rgba(232, 35, 112, 0.70);*/
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.post-info:hover ._style_bg > ._bg_overlay{
	/*background-color: rgba(124, 17, 62, 0.5);*/
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.hgt_250 {
    height: 250px;
}
.hgt_450 {
    height: 450px;
}
.home-slider .slide {
    display: table;
}
._style_bg {
    background-size: cover;
    background-position: center center;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
}
._bg_overlay.black {
    background-color: rgba(0, 0, 0, 0.4);
}
._bg_overlay {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
}
.widget_categories{background-color: #f5f5f5;padding: 0px; padding-bottom: 7px;}
.widget_categories .widget-title{color: #333333;margin: 15px 0;}
.widget_categories ul li a{color: #ababab;font-size: 18px; padding-bottom: 8px; display: block;}
.widget_categories ul li a:hover, .widget_categories ul li a:focus{color: #038fb2;}
.entry-content{text-align: justify;}
ul {
    padding: 0;
    list-style: none;
}
a:hover {
    text-decoration: none;
    color: #038fb2;
}
.sidebar.widget-area{background-color: #f5f5f5;padding: 30px;}


.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center;justify-content: center;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element{width: 33.33333333%;padding: 0 15px; position: relative;margin-bottom: 0px;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element .arrow-content-wraper{position: relative;padding-left: 125px;margin: 30px 0;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element .arrow-content-wraper .arrow-img{position: absolute;left: 0;width: 100px;height: 100px;padding: 20px;border: 3px solid #ffffff;border-radius: 100px;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element .arrow-content-wraper .arrow-img img{max-height: 100px;filter: brightness(0) invert(1);}

.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element .arrow-content-wraper .arrow-conyent{text-align: left; padding-right: 100px;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-2{order: 4;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-4{order: 5;}

.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-1:after{content: '';background-image: url(img/arrow-down.png);background-repeat: no-repeat;background-position: -10px 0;position: absolute;height: 100%;width: 190px;left: 50px;top: 125px;-webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg);transform: rotate(10deg);}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-2:after{content: '';background-image: url(img/arrow-up.png);background-repeat: no-repeat;background-position: -6px 0;position: absolute;height: 100%;width: 190px;left: 85px;top: -70px;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-3:after{content: '';background-image: url(img/arrow-down.png);background-repeat: no-repeat;background-position: -10px 0;position: absolute;height: 100%;width: 190px;left: 50px;top: 125px;-webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg);transform: rotate(10deg);}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-4:after{content: '';background-image: url(img/arrow-up.png);background-repeat: no-repeat;background-position: -6px 0;position: absolute;height: 100%;width: 190px;left: 85px;top: -70px;}

.pages_banner{height: 400px;position: relative; display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center;align-items: center; text-align: center;color: #fff;}
.pages_banner:after{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0; background-color: rgba(0, 0, 0, 0.8);}
.pages_banner > .container{position: relative;z-index: 1;}


.breadcrumbs .items{display: block; color: #fff; font-size: 14px;margin: 20px 0; overflow: hidden;}
.breadcrumbs .items > li{padding-top: 8px;padding-bottom: 8px;padding-left: 15px; background-color: #24282b;float: left;}
.breadcrumbs .items > li > a{color: #fff; font-size: 14px;padding-right: 8px;}
.breadcrumbs .item:not(:last-child):after{margin: 0 0px;}
.breadcrumbs .item:not(:last-child):after{line-height: 24px;}
.breadcrumbs .items > li:last-child{position: relative;}
.breadcrumbs .items > li:last-child:after{content: " ";display: block;width: 0;height: 0;border-top: 20px solid transparent;border-bottom: 20px solid transparent; border-left: 20px solid #24282b; position: absolute; top: 50%; margin-top: -20px; left: 100%; z-index: 2;} 
.breadcrumbs .item:not(:last-child):after {font-size: 10px;content: "\f054";font-family: "Font Awesome 5 Free";margin: 0 10px;vertical-align: top;display: inline-block;font-weight: 900;overflow: hidden;text-align: center;}
.contact_page_address{padding: 40px 0;}
.contact_page_address > .row{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center;align-items: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center;justify-content: center; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap;flex-wrap: wrap;}
.feature-box.fbox-bg.fbox-center {margin-top: 68px;padding: 68px 30px 30px;background-color: #fff;border: 1px solid #e5e5e5;border-radius: 5px;text-align: center;position: relative;}
.feature-box.fbox-bg.fbox-center:first-child {margin-top: 70px;}
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon {background-color: #fff;}
.feature-box.fbox-bg.fbox-center .fbox-icon {position: absolute;top: -48px;left: 50%;margin: 0 0 0 -48px;width: 96px;border: none!important;height: auto!important;display: block;}
.feature-box .fbox-icon a{display: block;position: relative;width: 100%;height: 100%;color: #fff;}
.feature-box.fbox-center.fbox-plain .fbox-icon i {font-size: 84px;line-height: 1!important;border: none!important;background-color: transparent!important;color: #006496;border-radius: 0;font-style: normal;text-align: center;display: block; position: relative;width: 100%;height: 100%;}
.feature-box h3 {font-size: 16px;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 0;color: #333;}
.feature-box h3 span.subtitle {display: block;margin-top: 5px;color: #444;font-weight: 300;text-transform: none;}

.contact-form{margin-bottom: 30px;}
.contact-form .form-control{height: 50px;border-radius: 0;box-shadow: none;}
.contact-form textarea.form-control{height: auto;resize: none;}
.contact-form h4{margin-top: 0;margin-bottom: 30px;font-size: 14px;}

.google-map iframe{height: 600px; width: 100%;}


.sim-button{display: inline-block;padding: 13px 25px;background-color: #006496;}
.sim-button{border: none;color: rgba(255,255,255,1);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: relative;}
.sim-button:hover, .sim-button:focus{color: #ffffff;}
.sim-button a{color: rgba(51,51,51,1);text-decoration: none;display: block;}
.sim-button::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;border: 1px solid rgb(0, 100, 150, 0.5);-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.sim-button:hover::before{opacity: 0;-webkit-transform: scale(1.2,1.2);transform: scale(1.2,1.2);}
.sim-button::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;background-color: rgba(255,255,255,0.25);-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;-webkit-transform: scale(0.5,0.5);transform: scale(0.5,0.5);}
.sim-button:hover::after{opacity: 1 ;-webkit-transform: scale(1,1);transform: scale(1,1);}
 
.gallery-row > *{padding-bottom:30px;}
.gallery-col{overflow:hidden; position:relative; cursor:pointer; margin-bottom: 10px;}
.gallery-overlay{background-color:rgba(0, 100, 150, 0.70); -webkit-transform:scale(0); -moz-transform:scale(0); transform:scale(0); -webkit-transition:all .5s ease; -moz-transition:all .5s ease; transition:all .5s ease;}
.gallery-overlay > span{display:inline-block; width:40px; height:40px; margin:auto; text-align:center;  background-color:#fff; color:#006496; border:1px solid #fff; line-height:38px; font-size:18px; border-radius:50%; -webkit-transition:all .3s ease;  -moz-transition:all .3s ease;  transition:all .3s ease;}
.gallery-overlay > span:hover{background-color:#006496; border-color:#fff; color:#fff;}
.gallery-col > a:hover .gallery-overlay{-webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);}
.gallery-img-hgt {height: 300px;object-fit: cover;width: 100%;}
.work-listing .shadow-work{box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);padding: 1.78571rem;background-color: #fff;}
.work-listing .shadow-work h4{color: #000;font-weight: 700;text-align: center;}

.section-heading-border{position: relative;text-align: center;margin: 30px 0;}
.section-heading-border > h2{margin: 0;display: inline-block;background-color: #ffffff;padding: 0 12px;position: relative;z-index: 1;}
.section-heading-border:after{content: '';background-color: #006496;left: 15%;right: 15%;top: 0;bottom: 0;position: absolute;height: 2px;margin: auto;}

.left-bar .nav-clr{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center;-webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center;justify-content: center;}
.left-bar .nav-clr li + li{margin-left: 15px;}
.left-bar .nav-clr li a{border: 1px solid #dddddd;color: #000;cursor: pointer;}
.left-bar .nav-clr li a:hover, .left-bar .nav-clr li a:focus{border-color:  #006496;background-color: #006496;color: #fff;}

@media (min-width: 1200px){
	.container {width: 100%;max-width: 1280px;}
	.home-tab-section{padding: 0 100px;}
	.home-tab-section > .vc_tta-panels-container > .vc_tta-panels{padding: 50px 80px;}
}
@media (max-width: 1199px){
    .custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element .arrow-content-wraper .arrow-conyent{padding-right: 5px;}
    .custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-1:after{background-position: -12px 0;left: 13px; -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); transform: rotate(25deg);}
    .custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-3:after{background-position: -12px 0;left: 13px; -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); transform: rotate(25deg);}
    .secondary_menu ul.navbar-nav li a{font-size: 12px;padding-left: 10px;padding-right: 10px;}
}

@media (max-width:991px){
.sticky_header ul.navbar-nav li a{padding-left: 10px; padding-right: 10px; font-size: 14px;}
.secondary_menu ul.navbar-nav li a{padding-left:4px; padding-right:4px; font-size: 10px;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-1:after, 
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-2:after, 
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-3:after, 
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-4:after, 
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-5:after{display: none;} 
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element{width: 100%;margin-bottom: 40px;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-2{order: initial;}
.custom-arrow-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .custom-order-4{order: initial;}
.seo-section-home .vc_custom_heading{font-size: 15px;}
.seo-section-home p{font-size: 15px;}
.seo-section-home {padding: 0;}
}


@media (min-width:768px){
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -23px;
  background: #051827;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #006496;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.navbar_wraper.fixed{position: fixed;top: 0;z-index: 10;width: 100%;}
.nav_outr .menu-btn{display:none;}
.desktop-logo{display:block;}
.sticky_header ul.navbar-nav{float:right;padding: 23px 0;}
.sticky_header ul.navbar-nav > li > a{line-height:24px;border-right: 1px solid #ddd;}
.sticky_header ul.navbar-nav > li.has-submenu .arrow-down::after{line-height:64px; height:80px;}


.secondary_menu ul.navbar-nav > li > a{height: auto; line-height: 20px;border-right: 1px solid #0079b5;}
.secondary_menu ul.navbar-nav > li.has-submenu .arrow-down::after{line-height:64px; height:80px;}
/*.home-testimonial .slick-slider .testimonial-item .testimonial-author-img-wrap{float: right;width: 20%;text-align: right !important;}
.home-testimonial .slick-slider .testimonial-item .testimonial-text{float: left;width: 80%;text-align: right;padding: 25px 0;}*/
.home-testimonial .slick-dots{text-align: left;}
.second-menu-toggle{display: none;}
}

@media (max-width:767px){
body{padding-top: 0 !important;}
.nav_outr{min-height:0;}
.top_bar{position:fixed; z-index:11; width:100%; background-color:#fff; -webkit-box-shadow:0 10px 15px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 10px 15px rgba(0, 0, 0, 0.2); box-shadow:0 10px 15px rgba(0, 0, 0, 0.2);}

.mobile-logo{display:block;}
.menu-btn{position:relative; border:none; z-index:11; width:65px; padding:10px; margin-top:8px; margin-right:15px; margin-bottom:8px;background-color: #08c; color: #fff;}
.menu-btn.left{right: 200px;color: #fff; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear;}

.menu-btn-second{position:absolute;right: 0; border:none; z-index:1; width:65px; padding:7px 15px; margin-top:8px; margin-right:15px; margin-bottom:8px;background-color: #08c; color: #fff;border-radius: 3px;}
.menu-btn-second.left{right: 200px;color: #fff; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear;}
.second-menu-toggle:before, .second-menu-toggle:after{content: ''; clear: both; display: table;}
.second-menu-toggle{background-color: #006496;}
.second-menu-toggle > h3{float: left;margin: 0; padding: 14px 12px;  color: #fff; font-weight: 100;}
.second-menu-toggle > .menu-btn-second{float: right;}



.sticky_header{position:fixed; z-index:11; top:0px; bottom:0; right:0; border-left:solid 4px #006496; width:220px; text-align:right; -webkit-transition:transform 0.3s ease-out; -moz-transition:transform 0.3s ease-out; transition:transform 0.3s ease-out; overflow:visible;}

.sticky_header .navbar-collapse{position:fixed; padding-top:0; top:0px; bottom:0; right:0; left:0; display:block;  border-top:none;  overflow-y: auto!important;}

.menu-off{-webkit-transform:translateX(100%); -moz-transform:translateX(100%); transform:translateX(100%);}
.menu-on{-webkit-transform:translateX(0); -moz-transform:translateX(0); transform:translateX(0);}
.sticky_header ul.navbar-nav > li.active > a:after{background-color:#006496; width:30px;}
.sticky_header ul.navbar-nav > li > a:after{content:''; display:block; width:18px; height:4px; background-color:rgba(254, 108, 59, 0.4); position:absolute; right:25px; bottom:5px;}
.sticky_header ul.navbar-nav li a{padding:15px 25px 15px 15px; border-right:none;}
.sticky_header ul.navbar-nav > li.has-submenu:hover > ul{display:none;}
.sticky_header ul.navbar-nav li.has-submenu a{padding-right:50px;}
.sticky_header ul.navbar-nav > li.has-submenu .arrow-down:after{padding: 0px 15px; cursor:pointer; z-index:111; content:"\f067"; right:6px; top:14px;}
.sticky_header ul.navbar-nav > li.has-submenu .arrow-down.up:after{content: "\f068";}
.sticky_header ul.navbar-nav li > ul{position:relative; z-index:1; width:100%; list-style:none; opacity:1; display:none;}
.sticky_header ul li > ul > li{margin-top:0;}


.secondary_menu{position:fixed; z-index:11; top:0px; bottom:0; right:0; border-left:solid 4px #006496;    background-color: #ffffff; width:220px; text-align:right; -webkit-transition:transform 0.3s ease-out; -moz-transition:transform 0.3s ease-out; transition:transform 0.3s ease-out; overflow:visible;}
.secondary_menu .navbar-collapse{position:fixed; padding-top:0; top:0px; bottom:0; right:0; left:0; display:block;  border-top:none;  overflow-y: auto!important;}

.secondary_menu-off{-webkit-transform:translateX(100%); -moz-transform:translateX(100%); transform:translateX(100%);}
.secondary_menu-on{-webkit-transform:translateX(0); -moz-transform:translateX(0); transform:translateX(0);}
.secondary_menu ul.navbar-nav > li.active > a:after{background-color:#006496; width:30px;}
.secondary_menu ul.navbar-nav > li > a:after{content:''; display:block; width:18px; height:4px; background-color:rgba(0, 136, 204, 0.5); position:absolute; right:25px; bottom:5px;}
.secondary_menu ul.navbar-nav li a{padding:15px 25px 15px 15px; border-right:none;}
.secondary_menu ul.navbar-nav > li.has-submenu:hover > ul{display:none;}
.secondary_menu ul.navbar-nav li a{color: #006496;}
.secondary_menu ul.navbar-nav li.has-submenu a{padding-right:50px;color: #ffffff;}
.secondary_menu ul.navbar-nav > li.has-submenu .arrow-down:after{padding: 0px 15px; cursor:pointer; z-index:111; content:"\f067"; right:6px; top:14px;}
.secondary_menu ul.navbar-nav > li.has-submenu .arrow-down.up:after{content: "\f068";}
.secondary_menu ul.navbar-nav li > ul{position:relative; z-index:1; width:100%; list-style:none; opacity:1; display:none;}
.secondary_menu ul li > ul > li{margin-top:0;}
.social-proof-slider-wrap .testimonial-item .testimonial-text {padding: 0;padding-bottom: 20px;}
.home-testimonial .slick-slider .testimonial-item .testimonial-text .author{text-align: right;}
.home-testimonial{padding-bottom: 20px;}
.home-testimonial > .vc_column-inner {padding: 0 !important;}
#_socialproofslider-shortcode .social-proof-slider-wrap ul.slick-dots {bottom: -30px;}
.footer-social-links > ul > li{font-size: 10px;}
.footer-social-links > ul > li > a{padding: 10px;font-size: 10px;}
.nav_outr .navbar-brand >img, .top_bar .navbar-brand >img {max-height: 40px;}
.secondary_menu ul.navbar-nav li.has-submenu > a {color: #ffffff;background-color: #051827;}

.seo-section-home {padding: 0 15px;}
.seo-section-home > .vc_col-sm-4{border-right: none;}
.seo-section-home.border-bottom-none > .vc_col-sm-4 {border-bottom: 1px solid #dddddd;}
.work-process-container {padding: 0;}
.work-process-icon::before {position: absolute;content: "";width: 1px;background-color: #02cfd1; opacity: .5; height: 35%; left: 50%; bottom: -35%;top: initial;}
.work-process-icon:after{content: none; display: none;}
.noMatter .movingLing{font-size: 18px;padding: 18px 0px;}
.businessInner h2{font-size: 27px;}
}

.site-footer{background-color: #256495;}
.home-contact{background: rgba(37,100,149,1);background: -moz-linear-gradient(-45deg, rgba(37,100,149,1) 0%, rgba(125,199,255,1) 100%);background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(37,100,149,1)), color-stop(100%, rgba(125,199,255,1)));background: -webkit-linear-gradient(-45deg, rgba(37,100,149,1) 0%, rgba(125,199,255,1) 100%);background: -o-linear-gradient(-45deg, rgba(37,100,149,1) 0%, rgba(125,199,255,1) 100%);background: -ms-linear-gradient(-45deg, rgba(37,100,149,1) 0%, rgba(125,199,255,1) 100%);background: linear-gradient(135deg, rgba(37,100,149,1) 0%, rgba(125,199,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256495', endColorstr='#7dc7ff', GradientType=1 );}