/* line 65, ../sass/screen.scss */
.fullBlock, header, .home-banner, .inner-banner, ul.home-slider, ul.home-slider li, .home-features, .feat_box, .feat_footer, .feat_bottom_shape, .rsc-wapper, .rsc-content, .service-wapper, .service-content, .service-list, .brand-custom-box, .brand-box .bc-left, .brand-box-icon ul, .logo-section, .blue-wapper, .blue-wapper .blue-overlay, .white-section, footer, .widget-title, .widget-desc, ul.footer-links, ul.connect-info, ul.social-nav, .footer-copyright, .inner-banner-text, .about-section, .about-content, .about-desc, .about-layer, .about-brand, .ABContent .ABC-desc, .team-wapper, .team-content, .teammembers .desc, .customer-brand-wapper, .customer-white-section, .CWS_Container, .customer-box, .CWS_Footer, .two-col-container, .blog-wrap, .comment-post, .comments-area, .contact-banner, .CI-Question, .GSR-Wapper {
    width: 100%;
    float: left;
}

/* line 66, ../sass/screen.scss */
.row {
    max-width: 1130px;
}

/* line 67, ../sass/screen.scss */
header {
    position: relative;
    top: 0px;
    z-index: 99;
    /*background: rgba(255, 255, 255, 0.5);*/
}

/* line 68, ../sass/screen.scss */
.site-title {
    width: auto;
    float: left;
    margin-right: 89px;
    /*padding: 19px 0;*/
    margin-top:10px; /*Change this for logo placement and logo size */
}

/* line 69, ../sass/screen.scss */
.top-bar {
    width: auto;
    float: left;
    background-color: transparent;
    padding: 0px;
}
/* line 70, ../sass/screen.scss */
.top-bar ul {
    background-color: transparent;
    padding: 0 20px;
}
/* line 71, ../sass/screen.scss */
.top-bar ul li {
    padding: 27px 0 23px 0;
}
/* line 72, ../sass/screen.scss */
.top-bar ul li a {
    font-size: 12px;
    color: #545454;
    font-family: 'brandon_grotesque_regularRg';
    text-transform: uppercase;
    padding: 9px 11px 7px 11px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
/* line 73, ../sass/screen.scss */
.top-bar ul li ul {
    padding: 0px;
    background: #fff;
}
/* line 74, ../sass/screen.scss */
.top-bar ul li ul li {
    padding: 0px;
}
/* line 75, ../sass/screen.scss */
.top-bar ul li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 21px;
    padding: 8px 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
/* line 79, ../sass/screen.scss */
.top-bar ul li:hover > a, .top-bar ul li.selected a {
    background: #003b59;
    color: #fff;
}

/* line 82, ../sass/screen.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    display: none;
}

/* line 83, ../sass/screen.scss */
.utility-wrap {
    width: auto;
    float: right;
}
/* line 84, ../sass/screen.scss */
.utility-wrap ul {
    width: auto;
    float: left;
}
/* line 85, ../sass/screen.scss */
.utility-wrap ul li {
    float: left;
    list-style: none;
    padding: 25px 0px 25px 35px;
}
/* line 86, ../sass/screen.scss */
.utility-wrap ul li a {
    font-size: 18px;
    color: #26a5b9;
}
/* line 88, ../sass/screen.scss */
.utility-wrap ul li:first-child {
    padding-left: 0px;
}

/* line 92, ../sass/screen.scss */
.navbar-expand-toggle {
    display: none;
}

/* line 94, ../sass/screen.scss */
.side-menu h4 {
    color: #fff;
    cursor: default;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .035em;
    padding: 12px 15px 12px 0px;
    pointer-events: none;
    margin: 0;
    background: #23a9e0;
    font-family: 'brandon_textbold';
}

/* line 106, ../sass/screen.scss */
.sidemain-menu {
    width: 100%;
    display: inline-block;
}
/* line 107, ../sass/screen.scss */
.sidemain-menu ul {
    background: #fff;
}
/* line 108, ../sass/screen.scss */
.sidemain-menu ul li {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    display: block;
}
/* line 109, ../sass/screen.scss */
.sidemain-menu ul li a {
    font-size: 16px;
    color: #003b59;
    font-family: 'brandon_textlight';
    line-height: 20px;
}
/* line 110, ../sass/screen.scss */
.sidemain-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 4px;
    background: none;
}
/* line 111, ../sass/screen.scss */
.sidemain-menu ul li a:hover:before {
    background-color: #23a9e0;
}
/* line 113, ../sass/screen.scss */
.sidemain-menu ul li ul {
    border-top: 1px solid #f5f5f5;
}
/* line 115, ../sass/screen.scss */
.sidemain-menu ul li ul li a {
    font-size: 14px;
    padding: 6px 15px 6px 26px;
}
/* line 118, ../sass/screen.scss */
.sidemain-menu ul li ul li ul li a {
    padding: 6px 15px 6px 37px;
}

/* line 126, ../sass/screen.scss */
.sidebar-footer {
    width: 100%;
    float: left;
    padding: 19px 16px 12px 16px;
    position: absolute;
    bottom: 0px;
    background: #23a9e0;
}
/* line 128, ../sass/screen.scss */
.sidebar-footer ul.social {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
    line-height: 0px;
}
/* line 129, ../sass/screen.scss */
.sidebar-footer ul.social li {
    display: inline-block;
    padding: 0 6px;
    line-height: 21px;
}
/* line 130, ../sass/screen.scss */
.sidebar-footer ul.social li a {
    font-size: 28px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

/* line 137, ../sass/screen.scss */
.home-banner, .inner-banner {
    margin-top: -78px;
    overflow: hidden;
    position: relative;
    /*background: #07758c;
  background: -moz-linear-gradient(top, #07758c 0%, #11bedc 100%);
  background: -webkit-linear-gradient(top, #07758c 0%, #11bedc 100%);
  background: linear-gradient(to bottom, #07758c 0%, #11bedc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07758c', endColorstr='#11bedc', GradientType=0 );*/
}

/* line 140, ../sass/screen.scss */
ul.home-slider li {
    max-height: 950px;
    overflow: hidden;
}

/* line 142, ../sass/screen.scss */
.slide-bg-img {
    width: 100%;
    opacity: 0.2;
}

/* line 143, ../sass/screen.scss */
.home-banner::before, .inner-banner::before {
    content: '';
    width: 100%;
    height: 345px;
    /*background: url("../_assets/img/halftone_pattern.png") repeat-x bottom left;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/* line 144, ../sass/screen.scss */
.home-banner::after, .inner-banner::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: 170px solid #fff;
    border-left: 1920px solid transparent;
}

/* line 145, ../sass/screen.scss */
.home-banner-caption {
    padding: 0 15px;
    padding-top: 78px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    max-width: 1130px;
    right: 0px;
    margin: 0 auto;
}

/* line 146, ../sass/screen.scss */
.home-banner-text {
    width: 100%;
    float: right;
    text-align: right;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* line 147, ../sass/screen.scss */
.home-banner-text span {
    font-size: 54.36px;
    color: #193f6e;
    display: block;
    font-family: 'brandon_textlight';
    line-height: normal;
    padding-left: 18px;
}
/* line 148, ../sass/screen.scss */
.home-banner-text h1 {
    font-size: 60px;
    color: #193f6e;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}
/* line 149, ../sass/screen.scss */
.home-banner-text h2 {
    font-size: 45px;
    color: #193f6e;
    font-family: 'brandon_textbold';
    margin-bottom: 6px;
    text-align:right;
}
/* line 150, ../sass/screen.scss */
.home-banner-text p {
    font-size: 18.09px;
    color: #193f6e;
    font-family: 'brandon_textbold';
    text-align: right;
}

/* line 152, ../sass/screen.scss */
.home-banner-caption .row {
    position: relative;
}

/* line 153, ../sass/screen.scss */
a.btn-arrow {
    font-size: 28.44px;
    color: #26a5b9;
    font-family: 'brandon_textblack';
}
/* line 154, ../sass/screen.scss */
a.btn-arrow em {
    font-size: 40px;
    margin-left: 16px;
    vertical-align: -4px;
}
/* line 155, ../sass/screen.scss */
a.btn-arrow:hover {
    color: #003b59;
}

/* line 157, ../sass/screen.scss */
.banner-img {
    width: 50%;
    float: right;
    margin-right: 0px;
    padding-left: 30px;
    z-index: 5;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
/* line 158, ../sass/screen.scss */
.banner-img img {
    margin-left: -25px;
    z-index: 3;
    position: relative;
}

/* line 160, ../sass/screen.scss */
.banner-img:after {
    content: '';
    width: 610px;
    height: 610px;
    display: inline-block;
    background: url(../_assets/img/circle-shape.png) no-repeat top left;
    position: absolute;
    left: 0px;
    z-index: 2;
    top: -100px;
    background-size: cover;
}

/* line 161, ../sass/screen.scss */
.banner-img:before {
    content: '';
    width: 138px;
    height: 538px;
    background: rgba(44, 76, 102, 0.51);
    position: absolute;
    left: -120px;
    right: 0px;
    top: -15px;
    z-index: 1;
    margin: 0 auto;
    transform: skew(32deg);
    -webkit-transform: skew(32deg);
    -moz-transform: skew(32deg);
    -o-transform: skew(32deg);
    -ms-transform: skew(32deg);
}

/* line 162, ../sass/screen.scss */
.home-features {
    padding: 140px 0 80px 0;
    background: #fff;
    position: relative;
}

/* line 163, ../sass/screen.scss */
.feat_box {
    padding-top: 85px;
}

/* line 164, ../sass/screen.scss */
.feat_box ul {
    width: 100%;
    float: left;
    position: relative;
    border: 0px;
}
/* line 165, ../sass/screen.scss */
.feat_box ul li {
    width: 50%;
    float: left;
    background: #2c4c66;
    padding: 69px 15px 30px 15px;
    text-align: center;
    min-height: 200px;
    border-left: 1px solid #28455d;
    border-top: 1px solid #28455d;
}
/* line 166, ../sass/screen.scss */
.feat_box ul li a {
    padding: 0px;
    background: transparent !important;
}
/* line 168, ../sass/screen.scss */
.feat_box ul li.is-active, .feat_box ul li:hover {
    background: #181a4a;
    cursor: pointer;
}

/* line 170, ../sass/screen.scss */
.home-features:after {
    content: '';
    width: 125px;
    height: 300px;
    background: #62cffb;
    position: absolute;
    left: -15px;
    top: -129px;
    z-index: 1;
    margin: 0 auto;
    transform: skew(-36deg);
    -webkit-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    -ms-transform: skew(-36deg);
}

/* line 172, ../sass/screen.scss */
.feat_box ul:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 48px;
    height: 48px;
    border-bottom: 48px solid #fff;
    border-left: 48px solid transparent;
}

/* line 173, ../sass/screen.scss */
.feat_item {
    width: 100%;
    display: inline-block;
    text-align: left;
    max-width: 162px;
}
/* line 174, ../sass/screen.scss */
.feat_item span.box-icon {
    display: inline-block;
    margin-bottom: 18px;
}
/* line 175, ../sass/screen.scss */
.feat_item h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 17px;
}
/* line 176, ../sass/screen.scss */
.feat_item h6 span {
    font-family: 'brandon_textlight';
    display: block;
}

/* line 179, ../sass/screen.scss */
.feat_content {
    width: 100%;
    float: left;
    background: #0dabca;
    position: relative;
    padding: 195px 18px 20px 18px;
    text-align: center;
}

/* line 180, ../sass/screen.scss */
.feat_content:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 146px;
    height: 146px;
    border-top: 146px solid #fff;
    border-right: 146px solid transparent;
}

/* line 181, ../sass/screen.scss */
.feat_content .tabs-content {
    width: 100%;
    display: inline-block;
    background: transparent;
    border: 0px;
    padding: 0px;
    text-align: left;
    max-width: 422px;
}
/* line 182, ../sass/screen.scss */
.feat_content .tabs-content .tabs-panel {
    padding: 0px;
}

/* line 184, ../sass/screen.scss */
.feat_content h2 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}
/* line 185, ../sass/screen.scss */
.feat_content h2 span {
    font-size: 34.59px;
    display: block;
    font-family: 'brandon_textlight';
}

/* line 187, ../sass/screen.scss */
.sub-text {
    width: 100%;
    display: inline-block;
    max-width: 315px;
}

/* line 188, ../sass/screen.scss */
.feat_content p {
    color: #fff;
}

/* line 189, ../sass/screen.scss */
.feat_content span {
    font-size: 18.09px;
    color: #fff;
    font-family: 'brandon_textlight';
    display: block;
}

/* line 190, ../sass/screen.scss */
.feat_content h3 {
    color: #fff;
}

/* line 191, ../sass/screen.scss */
.feat_footer {
    padding-top: 22px;
}

/* line 192, ../sass/screen.scss */
.feat_footer a.button {
    width: 50%;
    float: left;
    padding: 14px 12px;
}

/* line 193, ../sass/screen.scss */
.small-desc-line {
    width: 100%;
    float: left;
    padding: 20px 0px 12px 0px;
}

/* line 194, ../sass/screen.scss */
.feat_bottom_shape {
    position: relative;
    background: #0dabca;
    min-height: 148px;
}

/* line 195, ../sass/screen.scss */
.feat_bottom_shape:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 146px;
    height: 146px;
    border-bottom: 149px solid #fff;
    border-left: 148px solid transparent;
}

/* line 196, ../sass/screen.scss */
.rsc-wapper {
    background: url("../_assets/img/rsc-bg.png") no-repeat bottom left;
    background-size: cover;
    padding: 88px 0 165px 0;
}

/* line 197, ../sass/screen.scss */
.rsc-content {
    max-width: 490px;
}
/* line 198, ../sass/screen.scss */
.rsc-content h1 {
    color: #5a5a5a;
    text-transform: uppercase;
    margin-bottom: 8px;
}
/* line 199, ../sass/screen.scss */
.rsc-content span {
    font-size: 19px;
    color: #11bedc;
    display: block;
    font-family: 'brandon_textbold';
    margin-bottom: 18px;
}
/* line 200, ../sass/screen.scss */
.rsc-content p {
    color: #747474;
    line-height: 26px;
}
/* line 201, ../sass/screen.scss */
.rsc-content a.button {
    width: 183px;
}

/* line 203, ../sass/screen.scss */
ul.list-style-circle {
    width: 100%;
    float: left;
    padding: 6px 0 22px 15px;
}
/* line 204, ../sass/screen.scss */
ul.list-style-circle li {
    font-size: 16px;
    color: #2c4c66;
    font-family: 'Myriad Pro';
    list-style: none;
    position: relative;
    padding: 1px 0 1px 25px;
}
/* line 205, ../sass/screen.scss */
ul.list-style-circle li:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
    border: 2px solid #192f46;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* line 209, ../sass/screen.scss */
ul.list-style-circle.white li {
    color: #fff;
}
/* line 210, ../sass/screen.scss */
ul.list-style-circle.white li:before {
    border-color: #fff;
}

/* line 213, ../sass/screen.scss */
ul.grid-3 li {
    width: 33.33333%;
    float: left;
    margin: 10px 0px;
    font-size: 18.24px;
    line-height: 23px;
}

/* line 216, ../sass/screen.scss */
.service-wapper {
    position: relative;
    overflow: hidden;
}

/* line 217, ../sass/screen.scss */
.service-content {
    padding: 123px 0 71px 0;
}

/* line 218, ../sass/screen.scss */
.service-list {
    padding: 0 10px;
    margin: 18px 0px;
}
/* line 219, ../sass/screen.scss */
.service-list figure {
    margin: 0 0 17px 6px;
}
/* line 220, ../sass/screen.scss */
.service-list h4 {
    font-size: 18px;
    color: #11bddb;
    font-family: 'Myriad Pro';
    text-transform: capitalize;
    margin-bottom: 6px;
}
/* line 221, ../sass/screen.scss */
.service-list p {
    font-size: 13px;
    color: #747474;
    font-family: 'Myriad Pro Light';
}

/* line 223, ../sass/screen.scss */
.service-wapper .medium-6.pull-left {
    position: relative;
}

/* line 224, ../sass/screen.scss */
.service-img {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 0px;
    margin: 0 auto;
    padding-left: 45px;
}
/* line 225, ../sass/screen.scss */
.service-img img {
    position: relative;
    z-index: 3;
}

/* line 227, ../sass/screen.scss */
.service-img:before {
    content: '';
    width: 569px;
    height: 569px;
    background: url(../_assets/img/circle-bg.png) no-repeat;
    display: inline-block;
    position: absolute;
    left: -86px;
    top: -86px;
    z-index: 3;
    background-size: contain;
}

/* line 228, ../sass/screen.scss */
.rectangle-top {
    border-bottom: 88px solid #26c3de;
    border-left: 0px solid transparent;
    border-right: 65px solid transparent;
    height: 0;
    width: 244px;
    position: absolute;
    top: 51px;
    right: 14%;
    margin: 0 auto;
    z-index: 2;
}

/* line 229, ../sass/screen.scss */
.rectangle-bottom {
    border-bottom: 88px solid #26c3de;
    border-right: 0px solid transparent;
    border-left: 60px solid transparent;
    height: 0;
    width: 124px;
    position: absolute;
    bottom: 82px;
    left: 0px;
    z-index: 2;
}

/* line 230, ../sass/screen.scss */
.service-img:after {
    content: '';
    width: 125px;
    height: 433px;
    background: #2c4c66;
    position: absolute;
    left: -229px;
    top: 50px;
    z-index: 1;
    margin: 0 auto;
    transform: skew(-37deg);
    -webkit-transform: skew(-37deg);
    -moz-transform: skew(-37deg);
    -o-transform: skew(-37deg);
    -ms-transform: skew(-37deg);
}

/* line 231, ../sass/screen.scss */
.brand-custom-box {
    background: #192f46;
    position: relative;
}

/* line 232, ../sass/screen.scss */
.brand-box {
    width: 53%;
    float: left;
    overflow: hidden;
    position: relative;
    background: url("../_assets/img/layer-02.png") no-repeat left bottom;
    background-size: cover;
}
/* line 233, ../sass/screen.scss */
.brand-box .brand-content {
    width: 100%;
    float: right;
    max-width: 608px;
    padding: 140px 15px 89px 15px;
}
/* line 234, ../sass/screen.scss */
.brand-box .brand-content h2 {
    font-size: 47px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px;
}
/* line 235, ../sass/screen.scss */
.brand-box .brand-content h2 span {
    font-size: 19px;
    color: #11bddb;
    display: block;
    padding-left: 11px;
    margin-bottom: 8px;
}
/* line 237, ../sass/screen.scss */
.brand-box .brand-content p {
    color: #fff;
    line-height: 25.61px;
}
/* line 239, ../sass/screen.scss */
.brand-box .bc-left {
    max-width: 415px;
}
/* line 240, ../sass/screen.scss */
.brand-box a.button {
    width: 183px;
    margin-top: 35px;
}

/* line 242, ../sass/screen.scss */
.brand-box-icon {
    width: 47%;
    float: left;
    padding: 46px 15px 20px 133px;
    background: #0b9ebf;
    background: -moz-linear-gradient(left, #0b9ebf 0%, #0b9fc0 25%, #0eaccc 50%, #0eadcd 76%, #0fb1d1 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0b9ebf), color-stop(25%, #0b9fc0), color-stop(50%, #0eaccc), color-stop(76%, #0eadcd), color-stop(100%, #0fb1d1));
    background: -webkit-linear-gradient(left, #0b9ebf 0%, #0b9fc0 25%, #0eaccc 50%, #0eadcd 76%, #0fb1d1 100%);
    background: -o-linear-gradient(left, #0b9ebf 0%, #0b9fc0 25%, #0eaccc 50%, #0eadcd 76%, #0fb1d1 100%);
    background: -ms-linear-gradient(left, #0b9ebf 0%, #0b9fc0 25%, #0eaccc 50%, #0eadcd 76%, #0fb1d1 100%);
    background: linear-gradient(to right, #0b9ebf 0%, #0b9fc0 25%, #0eaccc 50%, #0eadcd 76%, #0fb1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9ebf', endColorstr='#0fb1d1', GradientType=1 );
}
/* line 250, ../sass/screen.scss */
.brand-box-icon h5 {
    color: #fff;
}
/* line 251, ../sass/screen.scss */
.brand-box-icon ul {
    max-width: 376px;
    padding-top: 8px;
}
/* line 252, ../sass/screen.scss */
.brand-box-icon ul li {
    width: 50%;
    float: left;
    position: relative;
    height: 144px;
}
/* line 253, ../sass/screen.scss */
.brand-box-icon ul li:nth-child(1) {
    background: #13b7d3;
}
/* line 254, ../sass/screen.scss */
.brand-box-icon ul li:nth-child(2) {
    background: #0a9db6;
}
/* line 255, ../sass/screen.scss */
.brand-box-icon ul li:nth-child(3) {
    background: #0b8094;
}

/* line 258, ../sass/screen.scss */
.brandlist {
    width: 100%;
    float: left;
    padding: 20px 18px 0 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* line 259, ../sass/screen.scss */
.brandlist .bl-icon {
    display: block;
    margin-bottom: 2px;
}
/* line 260, ../sass/screen.scss */
.brandlist h3 {
    color: #fff;
    margin-bottom: 4px;
}
/* line 261, ../sass/screen.scss */
.brandlist p {
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'brandon_textbold';
    line-height: 10px;
    margin-bottom: 0px;
}

/* line 263, ../sass/screen.scss */
.brand-box-layer {
    position: absolute;
    left: 0px;
    right: -15px;
    bottom: -75px;
    z-index: 1;
    margin: 0 auto;
    width: 299px;
}

/* line 264, ../sass/screen.scss */
.logo-section {
    padding: 80px 0 80px 0;
    background: #fff;
}
/* line 265, ../sass/screen.scss */
.logo-section h6 {
    font-size: 16.7px;
    color: #353535;
    font-family: 'brandon_textblack';
    text-transform: uppercase;
    margin-bottom: 10px;
}
/* line 266, ../sass/screen.scss */
.logo-section .ls-count {
    font-size: 69.49px;
    color: #0eaecd;
    font-family: 'brandon_textlight';
    display: block;
    line-height: 50px;
}

/* line 268, ../sass/screen.scss */
ul.LogoSlider {
    padding: 12px 0;
}

/* line 269, ../sass/screen.scss */
ul.LogoSlider li img {
    width: auto;
    display: inline-block;
}

/* line 270, ../sass/screen.scss */
img.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
}

/* line 271, ../sass/screen.scss */
.LogoSlider a:hover img.grayscale {
    filter: none;
    -webkit-filter: grayscale(0%);
}

/* line 272, ../sass/screen.scss */
.blue-wapper {
    background: #10b9d7 url("../_assets/img/layer-04.png") no-repeat bottom left;
    background-size: cover;
}
/* line 273, ../sass/screen.scss */
.blue-wapper .blue-overlay {
    padding: 68px 0 76px 0;
    background: url("../_assets/img/blue-overlay.png") no-repeat top left;
    background-size: cover;
}
/* line 274, ../sass/screen.scss */
.blue-wapper h1 {
    color: #fff;
    font-family: 'brandon_textlight';
    line-height: 49px;
}
/* line 275, ../sass/screen.scss */
.blue-wapper h1 span {
    font-family: 'brandon_textbold';
    display: block;
}
/* line 277, ../sass/screen.scss */
.blue-wapper p {
    color: #fff;
}
/* line 278, ../sass/screen.scss */
.blue-wapper a.button {
    width: 270px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 22px;
}

/* line 280, ../sass/screen.scss */
.medium-content {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 815px;
}

/* line 281, ../sass/screen.scss */
.white-section {
    background: #fff;
    padding: 124px 0 78px 0;
    position: relative;
}

/* line 282, ../sass/screen.scss */
.quote-circle {
    width: 123px;
    height: 123px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -36px;
    margin: 0 auto;
    text-align: center;
    line-height: 123px;
}

/* line 283, ../sass/screen.scss */
.testimonial-content {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 665px;
    text-align: center;
}
/* line 284, ../sass/screen.scss */
.testimonial-content p {
    color: #b2b1b1;
    line-height: 24px;
}

/* line 286, ../sass/screen.scss */
.testiinfo {
    width: 100%;
    display: inline-block;
    padding: 15px 0 0 0;
}
/* line 287, ../sass/screen.scss */
.testiinfo h5 {
    color: #6bc0ed;
    text-transform: uppercase;
    margin-bottom: 4px;
}
/* line 288, ../sass/screen.scss */
.testiinfo span {
    font-size: 15.84px;
    color: #000;
    display: block;
    font-family: 'brandon_textbold';
    font-style: italic;
}

/* line 290, ../sass/screen.scss */
.testimonial-slider {
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
}
/* line 291, ../sass/screen.scss */
.testimonial-slider li {
    outline: none;
}

/* line 293, ../sass/screen.scss */
.testimonial-slider .slick-dots {
    bottom: 0px;
    margin: 0px;
}
/* line 294, ../sass/screen.scss */
.testimonial-slider .slick-dots li {
    text-align: center;
    width: 16px;
    height: 16px;
}
/* line 295, ../sass/screen.scss */
.testimonial-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    border: 2px solid #589bd0;
    background: #589bd0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0px;
}
/* line 296, ../sass/screen.scss */
.testimonial-slider .slick-dots li button:before {
    display: none;
}
/* line 298, ../sass/screen.scss */
.testimonial-slider .slick-dots li.slick-active button {
    border-color: #cbcbcb;
    background: #fff;
}

/* line 300, ../sass/screen.scss */
footer {
    background: #252525;
    padding: 100px 0 67px 0;
}

/* line 301, ../sass/screen.scss */
.widget-title {
    margin-bottom: 22px;
}
/* line 302, ../sass/screen.scss */
.widget-title h5 {
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/* line 304, ../sass/screen.scss */
footer p {
    font-size: 13px;
    line-height: 17.6px;
    color: rgba(255, 255, 255, 0.26);
    margin-bottom: 25px;
}

/* line 305, ../sass/screen.scss */
.widget-desc {
    max-width: 250px;
}
.widget-desc p {
    text-align:left;
}

/* line 306, ../sass/screen.scss */
footer .button {
    margin-bottom: 0px;
    width: 165px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* line 307, ../sass/screen.scss */
ul.footer-links {
    margin: 0px;
    padding: 0px;
}
/* line 308, ../sass/screen.scss */
ul.footer-links li {
    display: block;
    padding: 4px 0;
}
/* line 309, ../sass/screen.scss */
ul.footer-links li a {
    font-size: 12px;
    line-height: 21.6px;
    color: rgba(255, 255, 255, 0.26);
    font-family: 'Roboto', sans-serif;
}
/* line 310, ../sass/screen.scss */
ul.footer-links li a:hover {
    color: #11bedc;
}

/* line 314, ../sass/screen.scss */
ul.connect-info {
    margin: 0px;
    padding: 0px;
    max-width: 238px;
}
/* line 315, ../sass/screen.scss */
ul.connect-info li {
    display: block;
    position: relative;
    padding: 0 0 24px 39px;
}
/* line 316, ../sass/screen.scss */
ul.connect-info li em {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #11bedc;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0px;
}
/* line 317, ../sass/screen.scss */
ul.connect-info li a {
    font-size: 14px;
    line-height: 21px;
    color: #898787;
    vertical-align: -4px;
}

/* line 320, ../sass/screen.scss */
ul.social-nav {
    margin: 0px;
    padding-top: 16px;
}
/* line 321, ../sass/screen.scss */
ul.social-nav li {
    float: left;
    margin-right: 20px;
}
/* line 322, ../sass/screen.scss */
ul.social-nav li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
/* line 323, ../sass/screen.scss */
ul.social-nav li a:hover {
    color: #11bedc;
    background: #fff;
}

/* line 327, ../sass/screen.scss */
.footer-copyright {
    padding: 31px 0px;
    border-bottom: 3px solid #252525;
    background: #fff;
}
/* line 328, ../sass/screen.scss */
.footer-copyright p {
    font-size: 13px;
    color: #7c7a7a;
    margin: 10px 0;
}
/* line 329, ../sass/screen.scss */
.footer-copyright p a:hover {
    color: #fff;
}
/* line 331, ../sass/screen.scss */
.footer-copyright ul.footer-nav {
    width: 100%;
    float: right;
    text-align: right;
    line-height: 18px;
    padding: 8px 0;
}
/* line 332, ../sass/screen.scss */
.footer-copyright ul.footer-nav li {
    display: inline-block;
}
/* line 333, ../sass/screen.scss */
.footer-copyright ul.footer-nav li a {
    font-size: 13px;
    color: #7c7a7a;
    font-family: 'Myriad Pro';
    line-height: 20px;
    display: inline-block;
}
/* line 334, ../sass/screen.scss */
.footer-copyright ul.footer-nav li a:hover {
    color: #6bc0ed;
}
/* line 336, ../sass/screen.scss */
.footer-copyright ul.footer-nav li:before {
    content: '.';
    position: relative;
    top: -4px;
    margin: 0px 10px 0px 6px;
    display: inline-block;
    font-size: 32px;
}
/* line 337, ../sass/screen.scss */
.footer-copyright ul.footer-nav li:first-child:before {
    display: none;
}

/* inner page */
/* line 344, ../sass/screen.scss */
.inner-banner {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}
/* line 345, ../sass/screen.scss */
.inner-banner img.banner-bg-img {
    width: 100%;
    opacity: 0.15;
}

/* line 347, ../sass/screen.scss */
.inner-banner:before, .inner-banner:after {
    display: none;
}

/* line 348, ../sass/screen.scss */
.inner-banner-caption {
    padding: 78px 15px 0 15px;
    position: absolute;
    top: 50%;
    left: 0px;
    max-width: 1130px;
    right: 0px;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* line 350, ../sass/screen.scss */
.inner-banner-text span {
    font-size: 35.35px;
    color: #fff;
    display: block;
    font-family: 'brandon_textlight';
    line-height: 36px;
    padding-left: 8px;
}
/* line 351, ../sass/screen.scss */
.inner-banner-text h1 {
    font-size: 60px;
    color: #3b6ba5;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 71px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align:center;
}

/* About page */
/* line 356, ../sass/screen.scss */
.about-section {
    padding: 155px 0;
    background: #fff;
    position: relative;
}
/* line 357, ../sass/screen.scss */
.about-section .about-left {
    width: 46%;
    float: left;
}
/* line 358, ../sass/screen.scss */
.about-section .about-right {
    width: 54%;
    float: left;
}

/* line 361, ../sass/screen.scss */
.about-section:after {
    content: '';
    display: inline-block;
    width: 175px;
    height: 55px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: -55px;
    z-index: 1;
}

/* line 362, ../sass/screen.scss */
.about-section:before {
    content: '';
    width: 138px;
    height: 200px;
    background: #23a9e0;
    position: absolute;
    left: -51px;
    bottom: -55px;
    z-index: 1;
    margin: 0 auto;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
}

/* line 363, ../sass/screen.scss */
.about-content {
    padding-top: 15px;
}
/* line 364, ../sass/screen.scss */
.about-content h2 {
    font-size: 40px;
    color: #5a5a5a;
    line-height: 32.02px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
/* line 365, ../sass/screen.scss */
.about-content h5 {
    color: #11bedc;
    font-family: 'brandon_textbold';
}
/* line 366, ../sass/screen.scss */
.about-content p {
    line-height: 25.61px;
    color: #747474;
}

/* line 368, ../sass/screen.scss */
.about-desc {
    padding-top: 20px;
}

/* line 370, ../sass/screen.scss */
.about-layer {
    position: relative;
}
/* line 371, ../sass/screen.scss */
.about-layer img {
    position: relative;
    z-index: 3;
}
/* line 372, ../sass/screen.scss */
.about-layer .rectangle-shape {
    width: 120px;
    height: 510px;
    background: #23a9e0;
    position: absolute;
    left: -112px;
    right: 0px;
    top: -80px;
    z-index: 2;
    margin: 0 auto;
    transform: skew(-39deg);
    -webkit-transform: skew(-39deg);
    -moz-transform: skew(-39deg);
    -o-transform: skew(-39deg);
    -ms-transform: skew(-39deg);
    display: include;
}

/* line 376, ../sass/screen.scss */
.about-layer:after, .about-layer:before {
    content: '';
    display: inline-block;
    position: absolute;
    border: 1px solid #23a9e0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* line 377, ../sass/screen.scss */
.about-layer:after {
    width: 520px;
    height: 520px;
    bottom: -26px;
    left: 58px;
}

/* line 378, ../sass/screen.scss */
.about-layer:before {
    width: 420px;
    height: 420px;
    bottom: 25px;
    left: 108px;
}

/* line 380, ../sass/screen.scss */
.about-brand {
    background: #192b37 url("../_assets/img/layer-02.png") no-repeat bottom left;
    background-size: cover;
    position: relative;
}

/* line 381, ../sass/screen.scss */
.AB_box {
    position: absolute;
    left: -20%;
    right: 0px;
    bottom: -103px;
    z-index: 1;
    margin: 0 auto;
    width: 299px;
}

/* line 382, ../sass/screen.scss */
.ABContent {
    width: 46%;
    float: right;
    background: #23a9e0;
    padding: 135px 15px 135px 88px;
    position: relative;
    bottom: -55px;
}
/* line 383, ../sass/screen.scss */
.ABContent .ABC-desc {
    max-width: 455px;
}
/* line 384, ../sass/screen.scss */
.ABContent .ABC-desc h2 {
    color: #fff;
    line-height: 29.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
/* line 385, ../sass/screen.scss */
.ABContent .ABC-desc h5 {
    font-size: 17.45px;
    color: #fff;
    margin-bottom: 38px;
}
/* line 386, ../sass/screen.scss */
.ABContent .ABC-desc p {
    font-size: 14.69px;
    color: #fff;
    line-height: 23.52px;
}

/* line 390, ../sass/screen.scss */
.about-brand:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 71px;
    height: 71px;
    border-top: 71px solid #fff;
    border-right: 71px solid transparent;
}

/* line 391, ../sass/screen.scss */
.about-brand:before {
    content: '';
    width: 114px;
    height: 125px;
    background: #23a9e0;
    position: absolute;
    right: -62px;
    bottom: -98px;
    z-index: 1;
    margin: 0 auto;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
}

/* line 392, ../sass/screen.scss */
.ABContent:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 91px;
    height: 91px;
    border-bottom: 91px solid #fff;
    border-left: 91px solid transparent;
}

/* line 395, ../sass/screen.scss */
.team-wapper {
    background: #fff;
    padding: 163px 0px 40px 0px;
}
/* line 396, ../sass/screen.scss */
.team-wapper h2 {
    font-size: 43.11px;
    color: #172833;
    font-family: 'brandon_textlight';
    line-height: 48.28px;
    text-align: center;
}
/* line 397, ../sass/screen.scss */
.team-wapper h2 span {
    display: block;
    font-family: 'brandon_textblack';
}

/* line 400, ../sass/screen.scss */
.team-wapper.small-wapper {
    padding: 90px 0 40px 0;
}

/* line 401, ../sass/screen.scss */
.team-wapper.small-wapper .teammembers {
    margin-bottom: 50px;
}

/* line 402, ../sass/screen.scss */
.team-content {
    padding-top: 55px;
}

/* line 403, ../sass/screen.scss */
.teammembers {
    width: 100%;
    display: inline-block;
    max-width: 250px;
}
/* line 404, ../sass/screen.scss */
.teammembers figure {
    width: 100%;
    display: inline-block;
    max-width: 221px;
    border: 2px solid #23a9e0;
    padding: 6px;
    position: relative;
}
/* line 405, ../sass/screen.scss */
.teammembers figure:before, .teammembers figure:after {
    content: '';
    width: 49px;
    height: 36px;
    background: url("../_assets/img/top-shape.png") no-repeat top left;
    position: absolute;
}
/* line 406, ../sass/screen.scss */
.teammembers figure:before {
    top: -2px;
    left: -2px;
}
/* line 407, ../sass/screen.scss */
.teammembers figure:after {
    bottom: -2px;
    right: -2px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
/* line 409, ../sass/screen.scss */
.teammembers .desc {
    text-align: center;
    padding-top: 40px;
}
/* line 410, ../sass/screen.scss */
.teammembers .desc h3 {
    font-size: 29.31px;
    color: #000;
    font-family: 'brandon_textbold';
}
/* line 411, ../sass/screen.scss */
.teammembers .desc h3 a {
    color: #000;
}
/* line 412, ../sass/screen.scss */
.teammembers .desc h3 a:hover {
    color: #23a9e0;
}
/* line 415, ../sass/screen.scss */
.teammembers .desc ul {
    margin: 0px;
    padding: 4px 0px 8px 0px;
}
/* line 416, ../sass/screen.scss */
.teammembers .desc ul li {
    display: inline-block;
    padding: 0 11px;
}
/* line 417, ../sass/screen.scss */
.teammembers .desc ul li a {
    font-size: 18px;
    color: #119cdc;
    display: inline-block;
    line-height: 18px;
}
/* line 420, ../sass/screen.scss */
.teammembers .desc p {
    font-size: 13.51px;
    line-height: 19.31px;
    color: #969595;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

/* line 425, ../sass/screen.scss */
.member-photo {
    width: 100%;
    float: left;
    position: relative;
}
/* line 426, ../sass/screen.scss */
.member-photo figure {
    width: 100%;
}
/* line 427, ../sass/screen.scss */
.member-photo figure img {
    width: 100%;
    display: block;
}
/* line 429, ../sass/screen.scss */
.member-photo:after {
    display: inline-block;
    content: "";
    border: 1em solid transparent;
    border-right: 1em solid #23a9e0;
    border-bottom: 1em solid #23a9e0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transform: all 0.4s ease-in-out;
}
/* line 430, ../sass/screen.scss */
.member-photo:hover:after {
    right: 5px;
    bottom: 5px;
}

/* line 432, ../sass/screen.scss */
.hover-effect {
    position: relative;
}
/* line 433, ../sass/screen.scss */
.hover-effect figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transform: all 0.4s ease-in-out;
}
/* line 435, ../sass/screen.scss */
.hover-effect figcaption .caption-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #6bc0ed;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transform: all 0.4s ease-in-out;
}
/* line 436, ../sass/screen.scss */
.hover-effect figcaption .caption-buttons a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    color: #fff;
}
/* line 439, ../sass/screen.scss */
.hover-effect:hover figcaption {
    opacity: 1;
}
/* line 440, ../sass/screen.scss */
.hover-effect:hover figcaption:hover .caption-buttons {
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

/* line 443, ../sass/screen.scss */
ul.SocialNav {
    width: auto;
    float: right;
    line-height: 0px;
    margin: 20px 0;
}
/* line 444, ../sass/screen.scss */
ul.SocialNav li {
    display: inline-block;
    line-height: 0px;
    margin-left: 10px;
}
/* line 445, ../sass/screen.scss */
ul.SocialNav li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
/* line 446, ../sass/screen.scss */
ul.SocialNav li a .fa {
    line-height: 30px;
    overflow: hidden;
    position: relative;
}
/* line 447, ../sass/screen.scss */
ul.SocialNav li a:hover {
    color: #fff;
    background-color: #000;
}

/* line 451, ../sass/screen.scss */
.member-info {
    width: 100%;
    float: left;
}
/* line 452, ../sass/screen.scss */
.member-info h3 {
    font-size: 28px;
    font-family: 'brandon_textblack';
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #003b59;
}
/* line 453, ../sass/screen.scss */
.member-info h4 {
    font-family: 'brandon_textlight';
    color: 000;
    text-transform: none;
}

/* line 457, ../sass/screen.scss */
.customer-brand-wapper {
    text-align: center;
    padding: 79px 0 285px 0;
    position: relative;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003b59+0,003d5c+25,004b71+50,005d8c+75,006ca3+100 */
    background: #003b59;
    /* Old browsers */
    background: -moz-linear-gradient(left, #003b59 0%, #003d5c 25%, #004b71 50%, #005d8c 75%, #006ca3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #003b59 0%, #003d5c 25%, #004b71 50%, #005d8c 75%, #006ca3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #003b59 0%, #003d5c 25%, #004b71 50%, #005d8c 75%, #006ca3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b59', endColorstr='#006ca3',GradientType=1 );
    /* IE6-9 */
}
/* line 465, ../sass/screen.scss */
.customer-brand-wapper .circle-group {
    width: 778px;
    height: 778px;
    background: url("../_assets/img/circle-group-bg.png") no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
/* line 466, ../sass/screen.scss */
.customer-brand-wapper .CBW-details {
    width: 100%;
    display: inline-block;
    max-width: 830px;
    position: relative;
    z-index: 3;
}
/* line 468, ../sass/screen.scss */
.customer-brand-wapper h2 {
    font-size: 47px;
    color: #fff;
    line-height: 39.95px;
    text-transform: uppercase;
}
/* line 469, ../sass/screen.scss */
.customer-brand-wapper h2 span {
    font-size: 35.35px;
    text-transform: none;
    font-family: 'brandon_textlight';
    display: block;
    margin-bottom: 12px;
}
/* line 471, ../sass/screen.scss */
.customer-brand-wapper h5, .customer-brand-wapper p {
    color: #fff;
}
/* line 472, ../sass/screen.scss */
.customer-brand-wapper p {
    line-height: 25.61px;
}

/* line 475, ../sass/screen.scss */
.customer-white-section {
    background: #fff;
    position: relative;
}

/* line 476, ../sass/screen.scss */
.CWS_Container {
    margin-top: -170px;
}

/* line 480, ../sass/screen.scss */
.customer-white-section:before, .customer-white-section:after {
    content: '';
    width: 138px;
    height: 565px;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
}

/* line 481, ../sass/screen.scss */
.customer-white-section:before {
    background: #62cffb;
    left: 18px;
    top: -300px;
}

/* line 482, ../sass/screen.scss */
.customer-white-section:after {
    background: rgba(44, 76, 102, 0.51);
    right: -25px;
    top: -465px;
}

/* line 484, ../sass/screen.scss */
.customer-box {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

/* line 486, ../sass/screen.scss */
.CB_Iamge {
    border-radius: 55px 0 0 0;
    -webkit-border-radius: 55px 0 0 0;
    -moz-border-radius: 55px 0 0 0;
    position: relative;
    z-index: 1;
}
/* line 487, ../sass/screen.scss */
.CB_Iamge img {
    border-radius: 55px 0 0 0;
    -webkit-border-radius: 55px 0 0 0;
    -moz-border-radius: 55px 0 0 0;
    width: 100%;
}

/* line 489, ../sass/screen.scss */
.CB_Caption {
    background: #fff;
    border-radius: 0 0 55px 0;
    -webkit-border-radius: 0 0 55px 0;
    -moz-border-radius: 0 0 55px 0;
    padding: 40px 15px 12px 22px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.23);
}
/* line 492, ../sass/screen.scss */
.CB_Caption h3 {
    font-size: 22.5px;
    color: #20394d;
    font-family: 'brandon_textblack';
    line-height: 22.53px;
    text-transform: uppercase;
}
/* line 493, ../sass/screen.scss */
.CB_Caption h3 span {
    font-size: 18.76px;
    font-family: 'brandon_textlight';
    display: block;
}
/* line 495, ../sass/screen.scss */
.CB_Caption p {
    font-size: 13px;
    color: #676767;
    line-height: 21.61px;
}
/* line 496, ../sass/screen.scss */
.CB_Caption a.btn-arrow {
    font-size: 12px;
    color: #20394d;
    font-family: 'brandon_textbold';
}
/* line 497, ../sass/screen.scss */
.CB_Caption a.btn-arrow em {
    font-size: 21px;
    margin-left: 7px;
    vertical-align: -3px;
}

/* line 502, ../sass/screen.scss */
.CWS_Footer {
    padding: 54px 0 74px 0;
}
/* line 503, ../sass/screen.scss */
.CWS_Footer a {
    width: 269px;
    margin-bottom: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* Blog page */
/* line 507, ../sass/screen.scss */
.two-col-container {
    background: #fff;
}

/* line 508, ../sass/screen.scss */
.single-wrap {
    padding: 59px 20px 59px 0px;
}

/*Added*/
.single-wrap p
{
    text-align:left;
}
.single-wrap h2
{
    text-align:left;
}
.single-wrap h3
{
    font-family: 'brandon_textblack';
}


/* line 509, ../sass/screen.scss */
.pull-right .single-wrap {
    padding: 59px 0px 59px 20px;
}

/* line 510, ../sass/screen.scss */
.blog-wrap {
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 26px;
    margin-bottom: 42px;
}
/* line 511, ../sass/screen.scss */
.blog-wrap figure {
    position: relative;
    min-height: 91px;
}
/* line 512, ../sass/screen.scss */
.blog-wrap figure figcaption {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(32, 57, 77, 0.79);
    padding: 23px 55px;
}
/* line 513, ../sass/screen.scss */
.blog-wrap figure figcaption h2 {
    font-size: 28.44px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'brandon_textbold';
}
/* line 514, ../sass/screen.scss */
.blog-wrap figure figcaption h2 span {
    font-family: 'brandon_textbold';
}
/* line 515, ../sass/screen.scss */
.blog-wrap figure figcaption h2 a {
    color: #fff;
}

/* line 521, ../sass/screen.scss */
.post-meta {
    width: 100%;
    float: left;
    padding-bottom: 18px;
}
/* line 522, ../sass/screen.scss */
.post-meta ul {
    width: 100%;
    float: left;
    padding: 28px 0px 24px 0px;
    text-align: center;
}
/* line 523, ../sass/screen.scss */
.post-meta ul li {
    display: inline-block;
    margin: 0px 15px;
    font-size: 12.14px;
    color: #20394d;
    font-family: 'Myriad Pro';
    line-height: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
/* line 524, ../sass/screen.scss */
.post-meta ul li em {
    font-size: 18px;
    color: #20394d;
    margin-right: 8px;
    display: inline-block;
    vertical-align: -1px;
}
/* line 525, ../sass/screen.scss */
.post-meta ul li a {
    font-size: 12.14px;
    color: #20394d;
    font-family: 'Myriad Pro';
    font-weight: bold;
}
/* line 526, ../sass/screen.scss */
.post-meta ul li a:hover {
    color: #23a9e0;
}
/* line 528, ../sass/screen.scss */
.post-meta ul li span a:before {
    content: ',';
    font-size: 14px;
    color: #20394d;
    position: relative;
    top: 0px;
    margin: 0 5px;
}
/* line 529, ../sass/screen.scss */
.post-meta ul li span a:first-child:before {
    display: none;
}

/* line 534, ../sass/screen.scss */
.post-desc, .post-detail-desc {
    width: 100%;
    float: left;
}
/* line 535, ../sass/screen.scss */
.post-desc p, .post-detail-desc p {
    font-size: 14.17px;
    color: #363636;
    line-height: 21.25px;
}

/* line 538, ../sass/screen.scss */
.wrap-title {
    font-size: 34px;
    color: #003b59;
    line-height: 36px;
    margin-bottom: 30px;
    border-bottom: 5px solid #181a4a;
    padding-bottom: 13px;
}
/* line 539, ../sass/screen.scss */
.wrap-title span {
    font-family: 'brandon_textlight';
    display: inline-block;
}

/* line 543, ../sass/screen.scss */
ul.pagination {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
/* line 544, ../sass/screen.scss */
ul.pagination li {
    border: 2px solid #3f3f3f;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-family: 'brandon_grotesque_regularRg';
    color: #3f3f3f;
    margin: 0 4px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
/* line 545, ../sass/screen.scss */
ul.pagination li a {
    color: #3f3f3f;
    padding: 0px;
    display: block;
    vertical-align: 1px;
    line-height: 36px;
    background: transparent !important;
}
/* line 547, ../sass/screen.scss */
ul.pagination li.current, ul.pagination li:hover {
    background: #01c8e6;
    color: #fff;
    border-color: #01c8e6;
}
/* line 548, ../sass/screen.scss */
ul.pagination li.current a, ul.pagination li:hover a {
    color: #fff;
}
/* line 550, ../sass/screen.scss */
ul.pagination li.pagination-previous, ul.pagination li.pagination-next {
    width: 110px;
}
/* line 551, ../sass/screen.scss */
ul.pagination .pagination-button {
    width: 149px;
    padding: 0px;
}
/* line 552, ../sass/screen.scss */
ul.pagination .pagination-previous {
    margin-right: 16px;
}
/* line 553, ../sass/screen.scss */
ul.pagination .pagination-next {
    margin-left: 16px;
}

/* line 556, ../sass/screen.scss */
.close-button {
    color: #fff;
    right: 0px;
    top: 0px;
    font-size: 2em;
    line-height: 0px;
    width: 44px;
    height: 36px;
    text-align: center;
    padding: 0px;
}

/* line 558, ../sass/screen.scss */
.col-sidebar {
    width: 90%;
    float: left;
    background: #f9f9f9;
    padding: 59px 28px 24px 28px;
}

/* line 560, ../sass/screen.scss */
.side-search {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    padding-top: 24px;
}
/* line 561, ../sass/screen.scss */
.side-search form {
    position: relative;
    width: 100%;
    float: left;
}
/* line 562, ../sass/screen.scss */
.side-search form input[type="text"] {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: none !important;
    margin-bottom: 0px;
    padding: 8px 44px 8px 12px;
}
/* line 563, ../sass/screen.scss */
.side-search form input[type="submit"] {
    width: 31px;
    height: 31px;
    background: #10b9d7 url("../_assets/img/icon/search.png") no-repeat center;
    padding: 0px;
    position: absolute;
    right: 5px;
    top: 4px;
}

/* line 567, ../sass/screen.scss */
.side-widget {
    width: 100%;
    float: left;
}
/* line 568, ../sass/screen.scss */
.side-widget .widget-title {
    width: 100%;
    float: left;
    border-bottom: 5px solid #181a4a;
    margin-bottom: 0px;
    padding: 10px 30px;
}
/* line 569, ../sass/screen.scss */
.side-widget .widget-title h4 {
    font-size: 20.73px;
    color: #20394d;
    font-family: 'brandon_textbold';
    margin-bottom: 0px;
    text-transform: capitalize;
}
/* line 571, ../sass/screen.scss */
.side-widget .widget-title.WBG-title {
    background: #181a4a;
    border-bottom: none;
    text-align: center;
    padding: 16px 15px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}
/* line 572, ../sass/screen.scss */
.side-widget .widget-title.WBG-title h4 {
    color: #fff;
}

/* line 576, ../sass/screen.scss */
.BlogRecentPost, .SW_Links, .BlogTagList, .BlogPostArchive {
    width: 100%;
    float: left;
    margin-bottom: 32px;
}
/* line 577, ../sass/screen.scss */
.BlogRecentPost ul, .SW_Links ul, .BlogTagList ul, .BlogPostArchive ul {
    padding: 11px 0;
}
/* line 578, ../sass/screen.scss */
.BlogRecentPost ul li, .SW_Links ul li, .BlogTagList ul li, .BlogPostArchive ul li {
    border-bottom: 1px solid #e4e4e4;
    padding: 11px 20px 11px 38px;
}
/* line 579, ../sass/screen.scss */
.BlogRecentPost ul li a, .SW_Links ul li a, .BlogTagList ul li a, .BlogPostArchive ul li a {
    font-size: 16.43px;
    color: #626263;
    font-family: 'Myriad Pro';
    line-height: 18.63px;
    display: block;
    position: relative;
}
/* line 580, ../sass/screen.scss */
.BlogRecentPost ul li a:hover, .SW_Links ul li a:hover, .BlogTagList ul li a:hover, .BlogPostArchive ul li a:hover {
    color: #019ab1;
}
/* line 581, ../sass/screen.scss */
.BlogRecentPost ul li a:before, .SW_Links ul li a:before, .BlogTagList ul li a:before, .BlogPostArchive ul li a:before {
    content: '>';
    font-size: 18px;
    color: #a4a4a4;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 14px;
}

/* line 588, ../sass/screen.scss */
.SW_Links ul {
    border-bottom: 0px;
    padding: 20px 0;
}
/* line 589, ../sass/screen.scss */
.SW_Links ul li {
    border-bottom: none;
    padding: 8px 20px 8px 38px;
}
/* line 590, ../sass/screen.scss */
.SW_Links ul li a {
    color: #01c8e6;
    padding: 0px;
}
/* line 591, ../sass/screen.scss */
.SW_Links ul li a:hover {
    color: #626263;
}
/* line 592, ../sass/screen.scss */
.SW_Links ul li ul {
    padding: 5px 0;
    border-bottom: none;
}
/* line 593, ../sass/screen.scss */
.SW_Links ul li ul li {
    padding: 6px 10px 6px 15px;
}
/* line 594, ../sass/screen.scss */
.SW_Links ul li ul li a:before {
    left: -15px;
}
/* line 597, ../sass/screen.scss */
.SW_Links ul li ul.left-padd {
    padding-left: 18px;
}

/* line 602, ../sass/screen.scss */
.js-drilldown-back a:before {
    content: '' !important;
}

/* line 604, ../sass/screen.scss */
.side-newsletter {
    width: 100%;
    float: left;
    padding: 21px 16px;
}
/* line 605, ../sass/screen.scss */
.side-newsletter p {
    font-size: 12.95px;
    color: #363636;
    line-height: 16.98px;
}
/* line 606, ../sass/screen.scss */
.side-newsletter input[type="submit"] {
    margin: 0 auto;
    width: 100%;
    max-width: 120px;
    display: block;
    margin-bottom: 0px;
    padding: 10px 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* line 610, ../sass/screen.scss */
.post-detail-desc h4 {
    color: #666;
    font-family: 'brandon_textbold';
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 28.75px;
    font-family: 'Myriad Pro';
}
/* line 611, ../sass/screen.scss */
.post-detail-desc p {
    font-size: 16px;
    color: #8b8989;
    line-height: 23px;
}
/* line 612, ../sass/screen.scss */
.post-detail-desc h3 {
    font-size: 29px;
    color: #666;
    font-family: 'Myriad Pro';
    font-weight: bold;
}

/* line 615, ../sass/screen.scss */
.comment-post {
    padding-top: 12px;
}
/* line 616, ../sass/screen.scss */
.comment-post form {
    width: 100%;
    float: left;
}

/* line 619, ../sass/screen.scss */
.comment-title {
    width: 100%;
    float: left;
    border-bottom: 5px solid #20394d;
    margin-bottom: 30px;
    padding: 10px 0px;
}
/* line 620, ../sass/screen.scss */
.comment-title h4 {
    color: #20394d;
    font-family: 'brandon_textlight';
    margin-bottom: 0px;
    text-transform: capitalize;
}
/* line 621, ../sass/screen.scss */
.comment-title h4 span {
    font-family: 'brandon_textbold';
}

/* line 626, ../sass/screen.scss */
.comments-area {
    position: relative;
    padding-top: 30px;
}
/* line 627, ../sass/screen.scss */
.comments-area .comment-box {
    width: 100%;
    float: left;
    position: relative;
}
/* line 628, ../sass/screen.scss */
.comments-area .comment-box .comment {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    padding: 0px 0px 10px 110px;
}
/* line 629, ../sass/screen.scss */
.comments-area .comment-box .comment .author-thumb {
    width: 84px;
    height: 84px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
/* line 630, ../sass/screen.scss */
.comments-area .comment-box .comment .author-thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
/* line 632, ../sass/screen.scss */
.comments-area .comment-box .comment .comment-info {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
/* line 633, ../sass/screen.scss */
.comments-area .comment-box .comment .comment-info strong {
    color: #292929;
    font-family: 'brandon_textbold';
    font-size: 20px;
}
/* line 634, ../sass/screen.scss */
.comments-area .comment-box .comment .comment-info span {
    color: #bcbcbc;
    font-family: 'brandon_textlight';
    font-size: 16px;
    display: block;
}
/* line 637, ../sass/screen.scss */
.comments-area .comment-box .comment .text {
    width: 100%;
    float: left;
    position: relative;
    padding: 18px 15px 6px 15px;
    background: #f3f3f3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/* line 638, ../sass/screen.scss */
.comments-area .comment-box .comment .text p {
    font-size: 14px;
    margin-bottom: 12px;
}
/* line 640, ../sass/screen.scss */
.comments-area .comment-box .comment .text:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -18px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f3f3f3;
}

/* line 646, ../sass/screen.scss */
#back-to-top {
    position: fixed;
    z-index: 999;
    right: 17px;
    bottom: 17px;
    display: none;
    padding: 8px 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #62bfed;
    border: 3px solid #fff;
    color: #ffffff;
}

/* Event page */
/* line 652, ../sass/screen.scss */
.event-wrap {
    width: 100%;
    float: left;
    margin-bottom: 24px;
    padding-left: 80px;
    position: relative;
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 24px;
}
/* line 653, ../sass/screen.scss */
.event-wrap .date-view {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 52px;
    border: solid 1px #e6e6e6;
}
/* line 654, ../sass/screen.scss */
.event-wrap .date-view .date {
    width: 100%;
    border: solid 1px #fff;
    background: #fafafa;
    display: block;
    text-align: center;
    line-height: 54px;
    color: #3c3c3c;
    font-size: 36px;
    font-weight: 300;
    font-family: "Open Sans";
}
/* line 655, ../sass/screen.scss */
.event-wrap .date-view .year {
    display: block;
    width: 100%;
    border-top: solid 1px #e6e6e6;
    padding: 9px 0 5px 0;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    color: #666666;
}
/* line 657, ../sass/screen.scss */
.event-wrap .event-info {
    width: 100%;
    float: left;
}
/* line 658, ../sass/screen.scss */
.event-wrap .event-info h4 {
    color: #181a4a;
    text-transform: capitalize;
    font-family: 'Myriad Pro Semibold';
    margin-bottom: 6px;
}
/* line 659, ../sass/screen.scss */
.event-wrap .event-info h4 a {
    color: #181a4a;
}
/* line 661, ../sass/screen.scss */
.event-wrap .event-info .event-btn {
    width: 100%;
    float: left;
    padding-top: 10px;
}
/* line 662, ../sass/screen.scss */
.event-wrap .event-info .event-btn a {
    font-size: 14px;
    color: #fff;
    font-family: 'brandon_textblack';
    line-height: 20px;
    padding: 7px 25px;
    background: #11bedc;
    display: inline-block;
}
/* line 663, ../sass/screen.scss */
.event-wrap .event-info .event-btn a:hover {
    background: #181a4a;
    color: #fff;
}

/* Contact page */
/* line 671, ../sass/screen.scss */
.contact-banner {
    margin-top: -78px;
    padding-top: 78px;
    background: #07768c;
    background: -moz-linear-gradient(left, #07768c 0%, #11bedc 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #07768c), color-stop(100%, #11bedc));
    background: -webkit-linear-gradient(left, #07768c 0%, #11bedc 100%);
    background: -o-linear-gradient(left, #07768c 0%, #11bedc 100%);
    background: -ms-linear-gradient(left, #07768c 0%, #11bedc 100%);
    background: linear-gradient(to right, #07768c 0%, #11bedc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07768c', endColorstr='#11bedc', GradientType=1 );
}

/* line 683, ../sass/screen.scss */
.contact-banner-caption {
    width: 100%;
    float: left;
    padding: 90px 0 180px 0;
}
/* line 684, ../sass/screen.scss */
.contact-banner-caption span {
    font-size: 35.35px;
    color: #fff;
    line-height: 36.6px;
    font-family: 'brandon_textlight';
    display: block;
    margin-bottom: 18px;
}
/* line 685, ../sass/screen.scss */
.contact-banner-caption h1 {
    font-size: 76.78px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 60px;
}

/* line 689, ../sass/screen.scss */
.inner-contact {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding-bottom: 54px;
}

/* line 690, ../sass/screen.scss */
.inner-contact:after {
    content: '';
    width: 138px;
    height: 390px;
    background: #62cffb;
    position: absolute;
    left: 0px;
    top: -135px;
    z-index: 1;
    margin: 0 auto;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
}

/* line 691, ../sass/screen.scss */
.contact-wapper {
    width: 100%;
    float: left;
    margin-top: -75px;
    position: relative;
    z-index: 2;
}

/* line 693, ../sass/screen.scss */
.form-horizontal-col {
    width: 100%;
    float: left;
}
/* line 694, ../sass/screen.scss */
.form-horizontal-col .form-top {
    width: 100%;
    float: left;
    padding-left: 85px;
    overflow: hidden;
}
/* line 695, ../sass/screen.scss */
.form-horizontal-col .form-top h2 {
    font-size: 35.35px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'brandon_textbold';
    margin-left: -44px;
}
/* line 697, ../sass/screen.scss */
.form-horizontal-col .form-title {
    width: 100%;
    float: left;
    padding: 34px 10px;
    background: #181a4a;
    position: relative;
}
/* line 698, ../sass/screen.scss */
.form-horizontal-col .form-title:after {
    content: '';
    border-bottom: 118px solid #181a4a;
    border-left: 117px solid transparent;
    position: absolute;
    top: -1px;
    left: -116px;
}
/* line 700, ../sass/screen.scss */
.form-horizontal-col form {
    width: 100%;
    float: left;
    padding: 39px 60px 26px 60px;
    background: #fff;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.15);
}
/* line 701, ../sass/screen.scss */
.form-horizontal-col form .form-group {
    width: 100%;
    float: left;
    padding-bottom: 11px;
}
/* line 702, ../sass/screen.scss */
.form-horizontal-col form .form-group textarea {
    height: 131px;
}
/* line 703, ../sass/screen.scss */
.form-horizontal-col form .form-group label {
    padding-left: 10px;
}
/* line 704, ../sass/screen.scss */
.form-horizontal-col form .form-group .button {
    width: 231px;
    margin-bottom: 0px;
    padding: 12px 15px;
}

/* line 710, ../sass/screen.scss */
.contact-information {
    width: 100%;
    float: left;
    padding-right: 78px;
}

/* line 711, ../sass/screen.scss */
.con-info-box {
    width: 100%;
    float: left;
    background: #254c6b;
    position: relative;
    padding: 25px 16px 24px 16px;
}
/* line 712, ../sass/screen.scss */
.con-info-box ul {
    width: 100%;
    float: right;
    max-width: 415px;
}
/* line 713, ../sass/screen.scss */
.con-info-box ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 8px 0 6px 85px;
    margin: 12px 0 12px 0;
}
/* line 714, ../sass/screen.scss */
.con-info-box ul li .info-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}
/* line 715, ../sass/screen.scss */
.con-info-box ul li h4 {
    font-size: 21.76px;
    color: #fff;
    line-height: 18.13px;
    font-family: 'brandon_textlight';
    text-transform: capitalize;
    margin-bottom: 16px;
}
/* line 716, ../sass/screen.scss */
.con-info-box ul li p {
    font-size: 18.13px;
    color: #fff;
    line-height: 18.13px;
    font-family: 'Myriad Pro';
    font-weight: bold;
    margin-bottom: 4px;
}
/* line 717, ../sass/screen.scss */
.con-info-box ul li p a {
    color: #fff;
}
/* line 718, ../sass/screen.scss */
.con-info-box ul li p a:hover {
    color: #23a9e0;
}

/* line 726, ../sass/screen.scss */
.con-info-box:before, .CI-Question .Question-box:before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 85px;
    height: 85px;
    border-bottom: 85px solid #fff;
    border-left: 85px solid transparent;
}

/* line 727, ../sass/screen.scss */
.con-info-box:after {
    content: '';
    width: 138px;
    height: 390px;
    background: #2c4c66;
    position: absolute;
    right: -272px;
    bottom: 0px;
    z-index: 1;
    margin: 0 auto;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
}

/* line 729, ../sass/screen.scss */
.CI-Question {
    padding: 17px 0 0 17px;
}
/* line 730, ../sass/screen.scss */
.CI-Question .Question-box {
    width: 100%;
    float: left;
    background: #c2d0e1 url("../_assets/img/Question-bg-layer.png") no-repeat bottom right;
    position: relative;
    padding: 26px 15px 24px 42px;
}
/* line 731, ../sass/screen.scss */
.CI-Question .Question-box h2 {
    font-size: 41.1px;
    color: #20394d;
    font-family: 'brandon_textbold';
    line-height: 41.51px;
    margin-bottom: 12px;
}
/* line 732, ../sass/screen.scss */
.CI-Question .Question-box p {
    font-size: 21.76px;
    color: #252525;
    line-height: 26.13px;
    margin-bottom: 6px;
}
/* line 733, ../sass/screen.scss */
.CI-Question .Question-box .Que_Content {
    width: 100%;
    float: left;
    max-width: 205px;
}
/* line 734, ../sass/screen.scss */
.CI-Question .Question-box a.button {
    width: 100%;
    margin-bottom: 0px;
}

/* Customer Service page */
/* line 743, ../sass/screen.scss */
.GSR-Wapper {
    padding: 30px 0;
    background: #d7d7d7;
    background: -moz-linear-gradient(left, #d7d7d7 0%, white 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d7d7d7), color-stop(100%, white));
    background: -webkit-linear-gradient(left, #d7d7d7 0%, white 100%);
    background: -o-linear-gradient(left, #d7d7d7 0%, white 100%);
    background: -ms-linear-gradient(left, #d7d7d7 0%, white 100%);
    background: linear-gradient(to right, #d7d7d7 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ffffff', GradientType=1 );
}

/* line 755, ../sass/screen.scss */
.row-title {
    width: 100%;
    float: left;
    padding-left: 50px;
    position: relative;
    overflow: hidden;
}
/* line 756, ../sass/screen.scss */
.row-title h4 {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    font-family: 'brandon_textblack';
    background: #181a4a;
    padding: 16px 24px;
}
/* line 757, ../sass/screen.scss */
.row-title h4:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -69px;
    width: 50px;
    height: 61px;
    border-bottom: 61px solid #181a4a;
    border-left: 70px solid transparent;
}

/* line 761, ../sass/screen.scss */
.request-content {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
/* line 763, ../sass/screen.scss */
.request-content form {
    width: 100%;
    float: left;
    background: #fff;
    padding: 28px 26px 0px;
    position: relative;
}
/* line 764, ../sass/screen.scss */
.request-content form label {
    padding-left: 20px;
}
/* line 765, ../sass/screen.scss */
.request-content form select, .request-content form input {
    margin-bottom: 0px;
}
/* line 766, ../sass/screen.scss */
.request-content form input[type="submit"] {
    width: 100%;
    padding: 12px 15px;
    position: relative;
    top: -19px;
}
/* line 768, ../sass/screen.scss */
.request-content .blank-rectangle {
    width: 100%;
    float: left;
    position: relative;
    padding-right: 48px;
    overflow: hidden;
}
/* line 769, ../sass/screen.scss */
.request-content .blank-rectangle:before {
    content: '';
    width: 100%;
    height: 38px;
    background: #fff;
    float: left;
}
/* line 770, ../sass/screen.scss */
.request-content .blank-rectangle:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 1px;
    width: 48px;
    height: 38px;
    border-top: 48px solid #fff;
    border-right: 54px solid transparent;
}

/* line 773, ../sass/screen.scss */
.faq_content, .white-wapper {
    width: 100%;
    float: left;
    padding: 110px 0 40px 0;
}
/* line 774, ../sass/screen.scss */
.faq_content h2, .white-wapper h2 {
    font-size: 47px;
    color: #003b59;
    text-align: center;
    line-height: 40px;
    margin-bottom: 35px;
}
/* line 775, ../sass/screen.scss */
.faq_content h2 span, .white-wapper h2 span {
    font-family: 'brandon_textlight';
    display: inline-block;
}

/* line 779, ../sass/screen.scss */
.white-wapper {
    background: #fff;
    padding: 82px 0;
}
/* line 780, ../sass/screen.scss */
.white-wapper h2 {
    text-align: left;
    margin-bottom: 26px;
}
/* line 781, ../sass/screen.scss */
.white-wapper p {
    color: #4c4b4b;
    line-height: 25.61px;
}

/* line 784, ../sass/screen.scss */
ul.publication-media {
    width: 100%;
    float: left;
    max-width: 750px;
}
/* line 785, ../sass/screen.scss */
ul.publication-media li {
    width: 100%;
    float: left;
    margin: 26px 0;
}
/* line 786, ../sass/screen.scss */
ul.publication-media li h4 {
    font-family: 'Myriad Pro Semibold';
    color: #003b59;
    line-height: 37px;
    text-transform: none;
    margin-bottom: 0px;
}
/* line 787, ../sass/screen.scss */
ul.publication-media li h4 a {
    color: #003b59;
}
/* line 789, ../sass/screen.scss */
ul.publication-media li p {
    font-size: 17px;
    color: #5e5e5e;
    margin-bottom: 0px;
}
/* line 790, ../sass/screen.scss */
ul.publication-media li span {
    margin-top: 20px;
    display: block;
    color: #5e5e5e;
    font-size: 17px;
    font-family: 'Myriad Pro';
    font-weight: bold;
}

/* line 794, ../sass/screen.scss */
.quality-services, .features-service {
    width: 100%;
    float: left;
    background: #fff;
    padding: 72px 0;
}
/* line 795, ../sass/screen.scss */
.quality-services h2, .features-service h2 {
    font-size: 47px;
    color: #003b59;
    text-align: center;
    line-height: 40px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
/* line 796, ../sass/screen.scss */
.quality-services h2 span, .features-service h2 span {
    font-size: 35.35px;
    font-family: 'brandon_textlight';
    display: block;
    margin-bottom: 12px;
}
/* line 798, ../sass/screen.scss */
.quality-services p, .features-service p {
    line-height: 25.61px;
}
/* line 800, ../sass/screen.scss */
.quality-services a.button, .features-service a.button {
    width: 269px;
    margin-bottom: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 2;
    position: relative;
}

/* line 803, ../sass/screen.scss */
.quality-content {
    width: 100%;
    float: left;
    padding: 58px 0;
    position: relative;
}

/* line 804, ../sass/screen.scss */
.quality-content:after {
    content: '';
    width: 100%;
    height: 214px;
    background: rgba(35, 169, 224, 0.15);
    position: absolute;
    bottom: -16px;
    left: 0px;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    z-index: 1;
}

/* line 805, ../sass/screen.scss */
.view-overlay {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
/* line 807, ../sass/screen.scss */
.view-overlay .overlay-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0px;
    background: rgba(32, 57, 77, 0.87);
    padding: 20px 15px;
    text-align: center;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transform: all 300ms ease-in-out;
}
/* line 808, ../sass/screen.scss */
.view-overlay .overlay-box .overlay-vertical {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* line 809, ../sass/screen.scss */
.view-overlay .overlay-box .overlay-desc {
    width: 100%;
    display: inline-block;
    max-width: 175px;
}
/* line 810, ../sass/screen.scss */
.view-overlay .overlay-box .icon {
    display: inline-block;
    margin-bottom: 14px;
}
/* line 811, ../sass/screen.scss */
.view-overlay .overlay-box h3 {
    font-size: 25px;
    color: #fff;
    line-height: 35.95px;
    font-family: 'brandon_textblack';
    margin-bottom: 0px;
    text-transform: uppercase;
}
/* line 812, ../sass/screen.scss */
.view-overlay .overlay-box h3 a {
    color: #fff;
}
/* line 813, ../sass/screen.scss */
.view-overlay .overlay-box h3 a:hover {
    text-decoration: underline;
}

/* line 819, ../sass/screen.scss */
.view-overlay:hover .overlay-box {
    top: 0px;
}

/* line 823, ../sass/screen.scss */
.features-service {
    position: relative;
    background: #181a4a;
    padding: 116px 0;
}
/* line 824, ../sass/screen.scss */
.features-service h2 {
    color: #fff;
    position: relative;
}
/* line 825, ../sass/screen.scss */
.features-service h2:after {
    content: '';
    width: 63px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -32px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
/* line 826, ../sass/screen.scss */
.features-service p {
    color: #fff;
}
/* line 827, ../sass/screen.scss */
.features-service .medium-content {
    padding-top: 34px;
}
/* line 828, ../sass/screen.scss */
.features-service .row {
    position: relative;
    z-index: 3;
}
/* line 829, ../sass/screen.scss */
.features-service .tl-rectangle {
    width: 138px;
    height: 258px;
    display: inline-block;
    background: #62cffb;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    position: absolute;
    top: -24px;
    left: -30px;
}
/* line 830, ../sass/screen.scss */
.features-service .br-rectangle {
    width: 138px;
    height: 210px;
    display: inline-block;
    background: #23a9e0;
    transform: skew(38deg);
    -webkit-transform: skew(38deg);
    -moz-transform: skew(38deg);
    -o-transform: skew(38deg);
    -ms-transform: skew(38deg);
    position: absolute;
    bottom: 185px;
    right: -55px;
}

/* line 833, ../sass/screen.scss */
.FQ_Service {
    width: 100%;
    float: left;
    padding: 76px 0 0 0;
}

/* line 836, ../sass/screen.scss */
.service-box {
    width: 100%;
    float: left;
    text-align: center;
    pointer: relative;
}
/* line 838, ../sass/screen.scss */
.service-box .service-icon {
    width: 143px;
    height: 143px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    cursor: pointer;
}
/* line 839, ../sass/screen.scss */
.service-box .service-icon .fs-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/* line 840, ../sass/screen.scss */
.service-box .service-icon .star-icon {
    width: 45px;
    height: 43px;
    background: url(../_assets/img/icon/star.png) no-repeat;
    background-position: top left;
}
/* line 841, ../sass/screen.scss */
.service-box .service-icon .stopwatch-icon {
    width: 48px;
    height: 48px;
    background: url(../_assets/img/icon/stopwatch.png) no-repeat;
    background-position: top left;
}
/* line 842, ../sass/screen.scss */
.service-box .service-icon .package-icon {
    width: 44px;
    height: 48px;
    background: url(../_assets/img/icon/package-01.png) no-repeat;
    background-position: top left;
}
/* line 844, ../sass/screen.scss */
.service-box .service-icon:after, .service-box .service-icon:before {
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px white;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* line 849, ../sass/screen.scss */
.service-box .service-icon:after {
    top: -6px;
    left: -6px;
    padding: 6px;
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
}
/* line 850, ../sass/screen.scss */
.service-box .service-icon:before {
    top: -12px;
    left: -12px;
    padding: 12px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
/* line 852, ../sass/screen.scss */
.service-box .service-icon:hover {
    background: #fff;
}
/* line 853, ../sass/screen.scss */
.service-box .service-icon:hover .fs-icon {
    background-position: bottom left;
}
/* line 856, ../sass/screen.scss */
.service-box .service-icon:hover:after {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    opacity: 1;
}
/* line 857, ../sass/screen.scss */
.service-box .service-icon:hover:before {
    transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    opacity: 1;
}
/* line 860, ../sass/screen.scss */
.service-box .service-des {
    width: 100%;
    display: inline-block;
    padding: 26px 0 16px;
    max-width: 250px;
}
/* line 861, ../sass/screen.scss */
.service-box .service-des h5 {
    font-size: 18px;
    color: #fff;
    font-family: 'Myriad Pro';
}
/* line 862, ../sass/screen.scss */
.service-box .service-des h5 a {
    color: #fff;
}
/* line 863, ../sass/screen.scss */
.service-box .service-des h5 a:hover {
    color: #23a9e0;
}
/* line 866, ../sass/screen.scss */
.service-box .service-des p {
    font-size: 13px;
    line-height: 19.61px;
}

/* line 869, ../sass/screen.scss */
.features-service:before {
    content: '';
    width: 100%;
    height: 234px;
    /*background: url(../_assets/img/halftone_pattern2.png) repeat-x top left;*/
    position: absolute;
    top: 0px;
    left: 0px;
}

/* line 870, ../sass/screen.scss */
.features-service:after {
    content: '';
    width: 100%;
    height: 278px;
    /*background: url(../_assets/img/halftone_pattern1.png) repeat-x top left;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/* line 873, ../sass/screen.scss */
.blue-wapper.inner-testimonial .blue-overlay {
    padding: 32px 0 64px 0;
}
/* line 874, ../sass/screen.scss */
.blue-wapper.inner-testimonial h2 {
    font-size: 47px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
/* line 875, ../sass/screen.scss */
.blue-wapper.inner-testimonial h2 span {
    font-size: 23px;
    font-family: 'brandon_textlight';
    display: block;
    margin-bottom: 8px;
    text-transform: none;
}

/* Desired Box page */
/* line 883, ../sass/screen.scss */
.look-custom-box {
    width: 100%;
    float: left;
    padding: 146px 0 0 0;
    background: #003b59;
    background: -moz-linear-gradient(left, #003b59 0%, #003b59 2%, #0071aa 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #003b59), color-stop(2%, #003b59), color-stop(100%, #0071aa));
    background: -webkit-linear-gradient(left, #003b59 0%, #003b59 2%, #0071aa 100%);
    background: -o-linear-gradient(left, #003b59 0%, #003b59 2%, #0071aa 100%);
    background: -ms-linear-gradient(left, #003b59 0%, #003b59 2%, #0071aa 100%);
    background: linear-gradient(to right, #003b59 0%, #003b59 2%, #0071aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b59', endColorstr='#0071aa', GradientType=1 );
}

/* line 888, ../sass/screen.scss */
.look-custom-content {
    width: 100%;
    float: left;
}
/* line 890, ../sass/screen.scss */
.look-custom-content h2 {
    font-size: 76.78px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 71px;
}
/* line 891, ../sass/screen.scss */
.look-custom-content h2 span {
    font-size: 35.35px;
    font-family: 'brandon_textlight';
    display: block;
    margin-bottom: 5px;
    line-height: 26px;
    text-transform: none;
    font-weight: normal;
}
/* line 893, ../sass/screen.scss */
.look-custom-content h5 {
    font-family: 'brandon_textbold';
    color: #fff;
}
/* line 894, ../sass/screen.scss */
.look-custom-content p {
    color: #fff;
    line-height: 25.61px;
}
/* line 895, ../sass/screen.scss */
.look-custom-content .LCB-Image {
    width: 100%;
    float: left;
    padding-top: 35px;
}
/* line 896, ../sass/screen.scss */
.look-custom-content .LCB-Image .pull-left {
    padding: 0 5px;
}
/* line 898, ../sass/screen.scss */
.look-custom-content .medium-content {
    padding: 70px 0px;
    display: inline-block;
}
/* line 899, ../sass/screen.scss */
.look-custom-content ul.list-style-circle {
    padding-left: 8%;
    text-align: left;
}

/* line 902, ../sass/screen.scss */
.get-quote-content {
    width: 100%;
    float: left;
    margin-bottom: -66px;
}
/* line 903, ../sass/screen.scss */
.get-quote-content h2 {
    font-size: 40px;
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
}
/* line 904, ../sass/screen.scss */
.get-quote-content p {
    font-size: 19px;
    color: #fff;
}
/* line 906, ../sass/screen.scss */
.get-quote-content .request-content {
    margin-bottom: 0px;
    margin-top: 44px;
    z-index: 4;
    position: relative;
    box-shadow: -50px 47px 40px rgba(0, 0, 0, 0.08);
}

/* line 910, ../sass/screen.scss */
.blank-white-wapper {
    width: 100%;
    float: left;
    background: #fff;
}
/* line 911, ../sass/screen.scss */
.blank-white-wapper article {
    width: 100%;
    height: 135px;
    position: relative;
}
/* line 912, ../sass/screen.scss */
.blank-white-wapper article:after, .blank-white-wapper article:before {
    content: '';
    width: 138px;
    height: 530px;
    background: #62cffb;
    z-index: 1;
    margin: 0 auto;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    position: absolute;
}
/* line 913, ../sass/screen.scss */
.blank-white-wapper article:after {
    right: -274px;
    bottom: 15px;
}
/* line 914, ../sass/screen.scss */
.blank-white-wapper article:before {
    left: -307px;
    top: -154px;
}

/* line 918, ../sass/screen.scss */
.inner-page .logo-section {
    padding: 66px 0;
}

/* Product page */
/* line 924, ../sass/screen.scss */
.product-search {
    width: 100%;
    float: left;
    background: #fff;
    padding: 62px 0 42px 0;
    border-bottom: 1px solid #ededed;
}
/* line 925, ../sass/screen.scss */
.product-search .pro-search-content {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 942px;
}
/* line 926, ../sass/screen.scss */
.product-search .pro-search-content form {
    width: 100%;
    display: inline-block;
    padding-right: 215px;
    position: relative;
    margin-bottom: 18px;
}
/* line 927, ../sass/screen.scss */
.product-search .pro-search-content form input[type="submit"] {
    margin-bottom: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    line-height: 22px;
    padding: 11px 20px;
    width: 215px;
}
/* line 928, ../sass/screen.scss */
.product-search .pro-search-content form input[type="text"] {
    padding: 12px 15px 12px 60px;
    font-size: 14px;
    border-radius: 5px 0px 0px 5px;
    font-family: 'brandon_textlight';
    color: #999;
    margin-bottom: 0px;
    border: none;
    line-height: 20px;
    background: #f8f8f8 url("../_assets/img/icon/search-black.png") no-repeat 20px center;
    box-shadow: none !important;
}
/* line 930, ../sass/screen.scss */
.product-search .pro-search-content p {
    font-size: 14px;
    color: #7a7272;
    margin-bottom: 0px;
}
/* line 931, ../sass/screen.scss */
.product-search .pro-search-content p a {
    color: #23a9e0;
    text-decoration: underline;
}
/* line 932, ../sass/screen.scss */
.product-search .pro-search-content p span {
    color: #b8b8b8;
    display: inline-block;
    margin: 0 6px;
}

/* line 936, ../sass/screen.scss */
.product-wapper {
    width: 100%;
    float: left;
    background: #fff;
}

/* line 938, ../sass/screen.scss */
.product-filters {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0 20px 0;
}
/* line 939, ../sass/screen.scss */
.product-filters span {
    font-size: 14px;
    color: #003b59;
    font-family: 'Myriad Pro';
    float: left;
    line-height: 28px;
    padding-right: 8px;
}
/* line 940, ../sass/screen.scss */
.product-filters ul {
    width: auto;
    float: left;
    margin-bottom: 20px;
}
/* line 941, ../sass/screen.scss */
.product-filters ul li {
    float: left;
    border: 1px solid #20394d;
    margin: 0 4px;
    position: relative;
}
/* line 942, ../sass/screen.scss */
.product-filters ul li a {
    font-size: 14px;
    color: #003b59;
    font-family: 'Myriad Pro';
    line-height: 19px;
    display: block;
    padding: 5px 10px 2px 10px;
}
/* line 944, ../sass/screen.scss */
.product-filters ul li.active {
    border-color: #23a9e0;
    background: #23a9e0;
}
/* line 945, ../sass/screen.scss */
.product-filters ul li.active a {
    color: #fff;
}
/* line 946, ../sass/screen.scss */
.product-filters ul li.active:after {
    content: '';
    width: 8px;
    height: 4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #23a9e0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    margin: 0 auto;
}

/* line 951, ../sass/screen.scss */
.product-grid-wrapper {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

/* line 953, ../sass/screen.scss */
.product-item {
    width: 100%;
    float: left;
}
/* line 954, ../sass/screen.scss */
.product-item figure {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 42px;
    text-align: center;
}
/* line 956, ../sass/screen.scss */
.product-item figure .label-sale {
    width: auto;
    float: left;
    background: #181a4a;
    padding: 8px 14px 3px 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
}
/* line 957, ../sass/screen.scss */
.product-item figure .label-sale span {
    font-size: 18.56px;
    color: #fff;
    line-height: 22.2px;
    font-family: 'Myriad Pro Semibold';
    display: inline-block;
    transform: skew(40deg);
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(40deg);
}
/* line 962, ../sass/screen.scss */
.product-item .product-item-details {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
}
/* line 963, ../sass/screen.scss */
.product-item .product-item-details .product-name {
    width: auto;
    float: left;
    padding-right: 10px;
}
/* line 964, ../sass/screen.scss */
.product-item .product-item-details .product-name h5 {
    font-size: 18.56px;
    color: #20394d;
    line-height: 22.2px;
    font-family: 'Myriad Pro Semibold';
    margin-bottom: 0px;
}
/* line 965, ../sass/screen.scss */
.product-item .product-item-details .product-name h5 a {
    color: #20394d;
}
/* line 968, ../sass/screen.scss */
.product-item .product-item-details span {
    font-size: 16.24px;
    color: #626262;
    display: block;
    font-family: 'Myriad Pro';
}
/* line 969, ../sass/screen.scss */
.product-item .product-item-details .price-box {
    width: auto;
    float: right;
    background: #10b9d7;
    font-size: 23.2px;
    color: #fff;
    font-family: 'Myriad Pro';
    line-height: 28px;
    padding: 9px 8px 5px 8px;
}
/* line 970, ../sass/screen.scss */
.product-item .product-item-details .price-box sup {
    font-size: 16px;
    top: -6px;
}

/* line 976, ../sass/screen.scss */
.product_pagination {
    padding: 59px 0 35px 0;
}

/* Product page */
/* line 980, ../sass/screen.scss */
.testimonial-wapper {
    width: 100%;
    float: left;
}
/* line 981, ../sass/screen.scss */
.testimonial-wapper h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* line 983, ../sass/screen.scss */
.testimonial {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 0 25px;
    margin-bottom: 30px;
}
/* line 984, ../sass/screen.scss */
.testimonial .pic {
    width: 65px;
    padding: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
/* line 985, ../sass/screen.scss */
.testimonial .description {
    width: 100%;
    padding: 30px 45px 20px 60px;
    border: 1px solid #23a9e0;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 26px;
    position: relative;
}
/* line 986, ../sass/screen.scss */
.testimonial .description:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 50px;
    height: 125px;
    border-bottom: 125px solid #23a9e0;
    border-left: 50px solid transparent;
}
/* line 987, ../sass/screen.scss */
.testimonial .description p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
}
/* line 989, ../sass/screen.scss */
.testimonial .testimonial-content {
    width: 100%;
    float: left;
    padding: 20px 0 0 34px;
    text-align: left;
}
/* line 990, ../sass/screen.scss */
.testimonial .testimonial-content h5 {
    margin-bottom: 0px;
    color: #003b59;
}
/* line 991, ../sass/screen.scss */
.testimonial .testimonial-content .post {
    display: block;
}

@media (max-width: 1280px) {
    /* line 998, ../sass/screen.scss */
    header {
        padding: 0 15px;
    }

    /* line 999, ../sass/screen.scss */
    .search-container {
        width: auto;
        float: none;
        margin: 0 -15px;
        padding: 20px 15px;
    }

    /* line 1000, ../sass/screen.scss */
    .top-bar ul {
        padding: 0 10px;
    }

    /* line 1001, ../sass/screen.scss */
    .site-title {
        margin-right: 45px;
    }

    /* line 1002, ../sass/screen.scss */
    ul.home-slider li {
        max-height: 800px;
    }

    /* line 1003, ../sass/screen.scss */
    .home-banner-text h1 {
        font-size: 80px;
        line-height: 70px;
    }

    /* line 1004, ../sass/screen.scss */
    .home-banner-text span {
        font-size: 36px;
    }

    /* line 1005, ../sass/screen.scss */
    .home-banner-text h2 {
        font-size: 38px;
    }

    /* line 1006, ../sass/screen.scss */
    a.btn-arrow {
        font-size: 28px;
        float:right;
    }

    /* line 1007, ../sass/screen.scss */
    a.btn-arrow em {
        font-size: 24px;
        margin-left: 7px;
        vertical-align: -1px;
    }

    /* line 1008, ../sass/screen.scss */
    .banner-img img {
        max-width: 390px;
    }

    /* line 1009, ../sass/screen.scss */
    .banner-img {
        text-align: center;
    }

    /* line 1010, ../sass/screen.scss */
    .banner-img:after {
        width: 500px;
        height: 500px;
    }

    /* line 1011, ../sass/screen.scss */
    .banner-img:before {
        width: 100px;
        height: 398px;
    }

    /* line 1012, ../sass/screen.scss */
    .brand-box-layer {
        width: 200px;
    }
}
@media (max-width: 1124px) {
    /* line 1017, ../sass/screen.scss */
    .home-banner::after, .inner-banner::after {
        border-bottom-width: 75px;
        border-left-width: 1024px;
    }

    /* line 1018, ../sass/screen.scss */
    .home-features {
        padding: 55px 0 0 0;
    }

    /* line 1019, ../sass/screen.scss */
    .home-features:after {
        width: 125px;
        height: 225px;
        transform: skew(-46deg);
        -webkit-transform: skew(-46deg);
        -moz-transform: skew(-46deg);
        -o-transform: skew(-46deg);
        -ms-transform: skew(-46deg);
    }

    /* line 1020, ../sass/screen.scss */
    .feat_content {
        padding: 115px 18px 20px 18px;
    }

    /* line 1021, ../sass/screen.scss */
    .feat_content:after, .feat_bottom_shape:after {
        width: 100px;
        height: 100px;
    }

    /* line 1022, ../sass/screen.scss */
    .feat_content:after {
        border-top-width: 100px;
        border-right-width: 100px;
    }

    /* line 1023, ../sass/screen.scss */
    .feat_bottom_shape:after {
        border-bottom-width: 100px;
        border-left-width: 100px;
    }

    /* line 1024, ../sass/screen.scss */
    .feat_bottom_shape {
        min-height: 99px;
    }

    /* line 1025, ../sass/screen.scss */
    .feat_box ul li {
        padding: 50px 15px 20px 15px;
        min-height: 178px;
    }

    /* line 1027, ../sass/screen.scss */
    .service-content {
        padding: 70px 0;
    }

    /* line 1028, ../sass/screen.scss */
    .brand-box-layer {
        width: 150px;
        bottom: -50px;
    }

    /* line 1029, ../sass/screen.scss */
    .brand-box-icon {
        padding: 35px 15px 20px 65px;
    }

    /* line 1030, ../sass/screen.scss */
    .brand-box .brand-content {
        padding: 70px 15px;
    }

    /* line 1032, ../sass/screen.scss */
    .AB_box {
        max-width: 215px;
    }

    /* line 1033, ../sass/screen.scss */
    .ABContent {
        padding: 75px 30px 65px 30px;
    }

    /* line 1034, ../sass/screen.scss */
    .con-info-box ul li {
        margin: 12px 0 11px 0;
    }

    /* line 1035, ../sass/screen.scss */
    .faq_content, .white-wapper, .white-wapper, .quality-services, .features-service, .features-service {
        padding: 45px 0;
    }

    /* line 1036, ../sass/screen.scss */
    .faq_content h2, .white-wapper h2, .white-wapper h2, .quality-services h2, .features-service h2, .features-service h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    /* line 1037, ../sass/screen.scss */
    .quality-services h2 span, .features-service h2 span, .features-service h2 span {
        font-size: 26.26px;
        margin-bottom: 4px;
    }

    /* line 1038, ../sass/screen.scss */
    .FQ_Service {
        padding-top: 45px;
    }

    /* line 1039, ../sass/screen.scss */
    .look-custom-box {
        padding-top: 52px;
    }

    /* line 1040, ../sass/screen.scss */
    .look-custom-content h2 {
        font-size: 47px;
        line-height: 52px;
    }
    /* line 1041, ../sass/screen.scss */
    .look-custom-content h2 span {
        font-size: 26.26px;
    }

    /* line 1043, ../sass/screen.scss */
    .get-quote-content h2 {
        font-size: 32px;
        line-height: 34px;
    }

    /* line 1044, ../sass/screen.scss */
    .get-quote-content .request-content {
        margin-top: 18px;
    }

    /* line 1045, ../sass/screen.scss */
    .look-custom-content .medium-content {
        padding: 35px 0;
    }

    /* line 1046, ../sass/screen.scss */
    .blank-white-wapper article {
        height: 90px;
    }

    /* line 1047, ../sass/screen.scss */
    .utility-wrap ul li {
        padding: 28px 0px 22px 22px;
    }
}
@media (max-width: 1023px) {
    /* line 1051, ../sass/screen.scss */
    .site-title {
        margin-right: 33px;
    }

    /* line 1052, ../sass/screen.scss */
    .utility-wrap ul li {
        padding: 25px 0px 25px 16px;
    }

    /* line 1053, ../sass/screen.scss */
    .white-section {
        padding: 90px 0 35px 0;
    }

    /* line 1054, ../sass/screen.scss */
    .blue-wapper .blue-overlay {
        padding: 35px 0 50px 0;
    }

    /* line 1056, ../sass/screen.scss */
    .about-section {
        padding: 84px 0;
    }
    /* line 1057, ../sass/screen.scss */
    .about-section:before {
        width: 100px;
        height: 125px;
    }

    /* line 1059, ../sass/screen.scss */
    .about-layer {
        max-width: 406px;
        float: right;
        margin-top: 40px;
    }
    /* line 1060, ../sass/screen.scss */
    .about-layer:before {
        width: 300px;
        height: 300px;
        left: 50px;
    }
    /* line 1061, ../sass/screen.scss */
    .about-layer:after {
        width: 400px;
        height: 400px;
        left: 0px;
    }
    /* line 1062, ../sass/screen.scss */
    .about-layer .rectangle-shape {
        width: 100px;
        height: 355px;
        left: 0px;
        top: -50px;
    }

    /* line 1066, ../sass/screen.scss */
    .form-horizontal-col .form-title {
        padding: 24px 10px;
    }
    /* line 1067, ../sass/screen.scss */
    .form-horizontal-col .form-title h2 {
        font-size: 28px;
    }
    /* line 1068, ../sass/screen.scss */
    .form-horizontal-col .form-title:after {
        border-bottom-width: 90px;
    }

    /* line 1070, ../sass/screen.scss */
    .con-info-box ul li {
        margin: 6px 0;
    }

    /* line 1071, ../sass/screen.scss */
    .customer-brand-wapper {
        padding: 72px 15px 200px 15px;
    }

    /* line 1072, ../sass/screen.scss */
    .customer-white-section:before, .customer-white-section:after {
        width: 100px;
        height: 400px;
    }

    /* line 1073, ../sass/screen.scss */
    .customer-white-section:before {
        top: -200px;
    }

    /* line 1074, ../sass/screen.scss */
    .customer-white-section:after {
        top: -315px;
        right: 70px;
    }
}
@media (max-width: 991px) {
    /* line 1078, ../sass/screen.scss */
    .home-banner, .inner-banner, .inner-banner {
        margin-top: 0px;
    }

    /* line 1079, ../sass/screen.scss */
    .inner-banner {
        max-height: 230px;
    }

    /* line 1080, ../sass/screen.scss */
    .inner-banner-text span, .contact-banner-caption span {
        font-size: 26px;
        line-height: 28px;
    }

    /* line 1081, ../sass/screen.scss */
    .inner-banner-text h1, .contact-banner-caption h1 {
        font-size: 48px;
        line-height: 58px;
    }

    /* line 1084, ../sass/screen.scss */
    .inner-banner-caption {
        padding-top: 0px;
    }

    /* line 1085, ../sass/screen.scss */
    .top-bar {
        display: none;
    }

    /* line 1086, ../sass/screen.scss */
    header {
        position: fixed;
        top: 0px;
        background: #fff;
        border-bottom: 3px solid #003b59;
    }

    /* line 1087, ../sass/screen.scss */
    .navbar-expand-toggle {
        display: block;
    }

    /* line 1088, ../sass/screen.scss */
    .app-container .content-container .side-body.padding-top {
        padding-top: 78px;
    }

    /* line 1089, ../sass/screen.scss */
    .team-wapper {
        padding-top: 112px;
    }

    /* line 1090, ../sass/screen.scss */
    .team-content {
        padding-top: 20px;
    }

    /* line 1091, ../sass/screen.scss */
    ul.accordion {
        padding-left: 50px;
    }
    /* line 1093, ../sass/screen.scss */
    ul.accordion li a {
        font-size: 26px;
        line-height: 27.95px;
    }
    /* line 1094, ../sass/screen.scss */
    ul.accordion li a:before {
        width: 35px;
        height: 35px;
        line-height: 33px;
        left: -50px;
    }
    /* line 1098, ../sass/screen.scss */
    ul.accordion .is-active > .accordion-title:before {
        line-height: 27px;
    }

    /* line 1100, ../sass/screen.scss */
    .features-service .br-rectangle, .features-service .tl-rectangle {
        width: 100px;
    }
}
@media (max-width: 840px) {
    /* line 1105, ../sass/screen.scss */
    .home-banner-text h1 {
        font-size: 52px;
        line-height: 60px;
    }

    /* line 1106, ../sass/screen.scss */
    .home-banner-text span {
        font-size: 26px;
        padding-left: 6px;
    }

    /* line 1107, ../sass/screen.scss */
    .home-banner-text h2 {
        font-size: 24px;
        float:right;
    }

    /* line 1108, ../sass/screen.scss */
    .banner-img:after {
        width: 400px;
        height: 400px;
    }

    /* line 1109, ../sass/screen.scss */
    .banner-img img {
        max-width: 275px;
    }

    /* line 1110, ../sass/screen.scss */
    .feat_content h2 {
        font-size: 34px;
        line-height: 34px;
    }
    /* line 1111, ../sass/screen.scss */
    .feat_content h2 span {
        font-size: 28px;
    }

    /* line 1113, ../sass/screen.scss */
    .feat_content {
        padding: 60px 15px 0px 15px;
    }

    /* line 1114, ../sass/screen.scss */
    .feat_content:after, .feat_bottom_shape:after {
        width: 65px;
        height: 65px;
    }

    /* line 1115, ../sass/screen.scss */
    .feat_content:after {
        border-top-width: 65px;
        border-right-width: 65px;
    }

    /* line 1116, ../sass/screen.scss */
    .feat_bottom_shape:after {
        border-bottom-width: 65px;
        border-left-width: 65px;
    }

    /* line 1117, ../sass/screen.scss */
    .small-desc-line {
        padding: 6px 0;
    }

    /* line 1118, ../sass/screen.scss */
    .feat_box {
        padding-top: 42px;
    }

    /* line 1119, ../sass/screen.scss */
    .feat_bottom_shape {
        min-height: 63px;
    }

    /* line 1120, ../sass/screen.scss */
    .feat_box ul li {
        padding: 34px 15px 20px 15px;
        min-height: 155px;
    }

    /* line 1121, ../sass/screen.scss */
    .rsc-wapper {
        padding: 45px 0 35px 0;
        background-size: contain;
    }

    /* line 1122, ../sass/screen.scss */
    .service-wapper .small-12.pull-right, .service-wapper .small-12.pull-left {
        width: 100%;
        height: auto !important;
    }

    /* line 1123, ../sass/screen.scss */
    .service-img {
        position: static;
    }

    /* line 1125, ../sass/screen.scss */
    .service-img {
        width: 100%;
        padding: 0px;
        text-align: center;
        max-width: 595px;
        position: relative;
    }

    /* line 1126, ../sass/screen.scss */
    .service-img:before {
        left: 0;
        right: 0px;
        margin: 0 auto;
    }

    /* line 1128, ../sass/screen.scss */
    footer {
        padding: 52px 0 42px 0;
    }

    /* line 1129, ../sass/screen.scss */
    .widget-title h5 {
        font-size: 16px;
    }

    /* line 1130, ../sass/screen.scss */
    ul.social-nav li {
        margin-right: 10px;
    }

    /* line 1131, ../sass/screen.scss */
    .brandlist {
        padding: 20px 16px 0 16px;
    }
    /* line 1132, ../sass/screen.scss */
    .brandlist h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    /* line 1134, ../sass/screen.scss */
    .logo-section {
        padding: 50px 0 42px 0;
    }
    /* line 1135, ../sass/screen.scss */
    .logo-section h6 {
        font-size: 13px;
    }
    /* line 1136, ../sass/screen.scss */
    .logo-section .ls-count {
        font-size: 46px;
    }

    /* line 1138, ../sass/screen.scss */
    .AB_box {
        max-width: 160px;
        bottom: -50px;
    }

    /* line 1139, ../sass/screen.scss */
    .ABContent {
        padding: 50px 30px;
        width: 50%;
    }
    /* line 1140, ../sass/screen.scss */
    .ABContent:after {
        width: 50px;
        height: 50px;
        border-bottom-width: 50px;
        border-left-width: 50px;
    }

    /* line 1142, ../sass/screen.scss */
    .about-brand:before {
        width: 80px;
        height: 115px;
    }

    /* line 1144, ../sass/screen.scss */
    .col-sidebar {
        padding: 40px 18px;
    }

    /* line 1145, ../sass/screen.scss */
    .single-wrap {
        padding: 40px 20px 40px 0px;
    }

    /* line 1146, ../sass/screen.scss */
    .blog-wrap figure figcaption {
        padding: 18px 20px;
    }

    /* line 1147, ../sass/screen.scss */
    .BlogRecentPost ul li, .SW_Links ul li, .SW_Links ul li {
        padding-left: 24px;
    }

    /* line 1148, ../sass/screen.scss */
    .BlogRecentPost ul li:before, .SW_Links ul li:before, .SW_Links ul li:before {
        left: 6px;
    }

    /* line 1149, ../sass/screen.scss */
    .post-meta ul li {
        margin: 0 6px;
    }

    /* line 1150, ../sass/screen.scss */
    .con-info-box ul li {
        padding-left: 65px;
    }
    /* line 1151, ../sass/screen.scss */
    .con-info-box ul li .info-icon {
        width: 50px;
        height: 50px;
    }
    /* line 1152, ../sass/screen.scss */
    .con-info-box ul li p {
        font-size: 16px;
        line-height: 17px;
    }

    /* line 1154, ../sass/screen.scss */
    .form-horizontal-col form {
        padding: 39px 36px 26px 36px;
    }

    /* line 1155, ../sass/screen.scss */
    .view-overlay .overlay-box h3 {
        font-size: 20px;
        line-height: 24.95px;
    }

    /* line 1157, ../sass/screen.scss */
    .customer-brand-wapper h2 {
        font-size: 32px;
        line-height: 36px;
    }
    /* line 1158, ../sass/screen.scss */
    .customer-brand-wapper h2 span {
        font-size: 26.26px;
        line-height: 28px;
        margin-bottom: 4px;
    }
}
@media (max-width: 767px) {
    /* line 1165, ../sass/screen.scss */
    .home-features:after {
        width: 100px;
        height: 170px;
        left: -47px;
        top: -40px;
    }

    /* line 1166, ../sass/screen.scss */
    .md-12-col {
        width: 100% !important;
    }

    /* line 1167, ../sass/screen.scss */
    .home-features {
        padding: 0px;
    }

    /* line 1168, ../sass/screen.scss */
    .feat_box {
        margin-bottom: 30px;
    }

    /* line 1169, ../sass/screen.scss */
    .feat_bottom_shape {
        min-height: 30px;
        overflow: hidden;
    }

    /* line 1170, ../sass/screen.scss */
    .brand-box-layer {
        display: none;
    }

    /* line 1171, ../sass/screen.scss */
    footer {
        padding-bottom: 0px;
    }
    /* line 1172, ../sass/screen.scss */
    footer .tow_column {
        width: 100%;
        margin-bottom: 30px;
    }
    /* line 1173, ../sass/screen.scss */
    footer .tow_column .columns {
        width: 50%;
    }

    /* line 1177, ../sass/screen.scss */
    .footer-copyright .columns {
        width: 100%;
        text-align: center;
    }
    /* line 1178, ../sass/screen.scss */
    .footer-copyright .footer-logo {
        margin-bottom: 22px;
    }
    /* line 1179, ../sass/screen.scss */
    .footer-copyright .footer-logo a {
        display: inline-block;
    }
    /* line 1181, ../sass/screen.scss */
    .footer-copyright ul.footer-nav {
        text-align: center;
    }

    /* line 1183, ../sass/screen.scss */
    .about-section {
        padding: 41px 0 84px 0;
    }

    /* line 1184, ../sass/screen.scss */
    .about-layer {
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 90px;
    }

    /* line 1185, ../sass/screen.scss */
    .AB_box {
        display: none;
    }

    /* line 1186, ../sass/screen.scss */
    .ABContent {
        width: 70%;
    }

    /* line 1188, ../sass/screen.scss */
    .single-wrap {
        padding-right: 0px;
    }

    /* line 1189, ../sass/screen.scss */
    .CI-Question, .pull-right .single-wrap {
        padding-left: 0px;
    }

    /* line 1191, ../sass/screen.scss */
    .request-content form label {
        padding-left: 0px;
    }

    /* line 1192, ../sass/screen.scss */
    .customer-brand-wapper .circle-group {
        width: 567px;
        height: 567px;
    }
}
@media (max-width: 639px) {
    .footer-navigation{
        display:none;
    }
    .footer-navigation-contact{
        text-align:center;
    }
    /* line 1196, ../sass/screen.scss */
    .banner-img {
        display: none;
    }

    /* line 1197, ../sass/screen.scss */
    .home-banner-text {
        width: 100%;
        text-align: center;
        left: 0px;
        padding: 0 15px;
    }

    /* line 1198, ../sass/screen.scss */
    .brand-box-icon {
        padding: 35px 15px;
    }

    /* line 1199, ../sass/screen.scss */
    .brand-box-icon ul {
        max-width: 100%;
    }

    /* line 1200, ../sass/screen.scss */
    .logo-section {
        text-align: center;
        padding: 35px 0;
    }
    /* line 1201, ../sass/screen.scss */
    .logo-section h6 {
        font-size: 16px;
    }
    /* line 1202, ../sass/screen.scss */
    .logo-section .ls-count {
        margin-bottom: 22px;
    }

    /* line 1206, ../sass/screen.scss */
    .rsc-content span {
        font-size: 16px;
    }

    /* line 1208, ../sass/screen.scss */
    ul.publication-media li h4 {
        font-size: 18px;
        line-height: 22px;
    }
    /* line 1209, ../sass/screen.scss */
    ul.publication-media li p {
        font-size: 14px;
        line-height: 21px;
    }
    /* line 1210, ../sass/screen.scss */
    ul.publication-media li .small-1 {
        padding: 0px;
    }
    /* line 1211, ../sass/screen.scss */
    ul.publication-media li span {
        font-size: 14px;
        margin-top: 0px;
        text-align: center;
    }

    /* line 1213, ../sass/screen.scss */
    .request-content form select, .request-content form input {
        margin-bottom: 16px;
    }

    /* line 1214, ../sass/screen.scss */
    .look-custom-content .LCB-Image {
        padding: 0 0 26px 0;
    }

    /* line 1215, ../sass/screen.scss */
    .look-custom-content .medium-content {
        padding: 0px;
    }

    /* line 1216, ../sass/screen.scss */
    .look-custom-content ul.list-style-circle {
        padding-left: 20px;
    }

    /* line 1217, ../sass/screen.scss */
    ul.grid-3 li {
        width: 50%;
    }

    /* line 1218, ../sass/screen.scss */
    .get-quote-content h2 {
        font-size: 22px;
        line-height: 26px;
    }

    /* line 1219, ../sass/screen.scss */
    .get-quote-content p {
        font-size: 16px;
    }

    /* line 1221, ../sass/screen.scss */
    h1 {
        font-size: 30px;
    }

    /* line 1222, ../sass/screen.scss */
    h2 {
        font-size: 26px;
    }

    /* line 1223, ../sass/screen.scss */
    h3 {
        font-size: 24px;
    }

    /* line 1224, ../sass/screen.scss */
    h4 {
        font-size: 21px;
    }

    /* line 1225, ../sass/screen.scss */
    h5 {
        font-size: 18px;
    }

    /* line 1226, ../sass/screen.scss */
    h6 {
        font-size: 14px;
    }

    /* line 1228, ../sass/screen.scss */
    .customer-brand-wapper {
        padding: 50px 15px 185px 15px;
    }

    /* line 1229, ../sass/screen.scss */
    .CB_Caption {
        padding: 34px 15px 22px 20px;
    }

    /* line 1230, ../sass/screen.scss */
    ul.pagination .pagination-button {
        width: 125px;
    }

    /* line 1231, ../sass/screen.scss */
    #back-to-top {
        right: 8px;
        bottom: 8px;
        padding: 6px 10px;
    }

    /* line 1232, ../sass/screen.scss */
    .request-content form input[type="submit"] {
        top: 0px;
    }
}
@media (max-width: 567px) {
    .home-banner-text h1 {
        font-size: 24px;
        line-height: 32px;
        float:right;
    }

    /* line 1297, ../sass/screen.scss */
    .home-banner-text span {
        font-size: 32px;
        float:right;
    }

    /* line 1298, ../sass/screen.scss */
    .home-banner-text p {
        font-size: 18px;
        margin-bottom: 10px;
        float:right;
    }
    /* line 1236, ../sass/screen.scss */
    .service-img {
        max-width: 300px;
    }
    /* line 1237, ../sass/screen.scss */
    .service-img img {
        max-width: 215px;
    }
    /* line 1238, ../sass/screen.scss */
    .service-img:before {
        width: 300px;
        height: 300px;
        top: -50px;
    }
    /* line 1239, ../sass/screen.scss */
    .service-img:after {
        width: 65px;
        left: -168px;
    }

    /* line 1242, ../sass/screen.scss */
    .rectangle-top {
        border-bottom-width: 40px;
        border-right-width: 34px;
        top: 21px;
        right: 12px;
        width: 150px;
    }

    /* line 1243, ../sass/screen.scss */
    .rectangle-bottom {
        border-bottom-width: 40px;
        border-left-width: 34px;
        bottom: 50px;
    }

    /* line 1245, ../sass/screen.scss */
    .feat_content h2 {
        font-size: 28px;
        line-height: 30px;
    }
    /* line 1246, ../sass/screen.scss */
    .feat_content h2 span {
        font-size: 18px;
    }
    /* line 1248, ../sass/screen.scss */
    .feat_content h3 {
        font-size: 18px;
    }

    /* line 1250, ../sass/screen.scss */
    .brand-box .brand-content {
        padding: 35px 15px 35px 15px;
    }
    /* line 1251, ../sass/screen.scss */
    .brand-box .brand-content a.button {
        margin: 0px;
    }

    /* line 1253, ../sass/screen.scss */
    .brand-box .brand-content h2 {
        font-size: 28px;
        line-height: 30px;
    }

    /* line 1254, ../sass/screen.scss */
    .about-layer {
        max-width: 300px;
    }
    /* line 1255, ../sass/screen.scss */
    .about-layer:after {
        width: 320px;
        height: 320px;
        left: -10px;
    }
    /* line 1256, ../sass/screen.scss */
    .about-layer:before {
        width: 250px;
        height: 250px;
        left: 25px;
        bottom: 10px;
    }
    /* line 1257, ../sass/screen.scss */
    .about-layer .rectangle-shape {
        width: 75px;
        height: 258px;
        left: 0px;
        top: -45px;
    }

    /* line 1260, ../sass/screen.scss */
    .about-section:after {
        display: none;
    }

    /* line 1261, ../sass/screen.scss */
    .ABContent {
        width: 100%;
        bottom: 0px;
    }

    /* line 1262, ../sass/screen.scss */
    .about-brand:before {
        bottom: -40px;
    }

    /* line 1263, ../sass/screen.scss */
    .team-wapper {
        padding-top: 50px;
    }

    /* line 1264, ../sass/screen.scss */
    .team-wapper h2 {
        font-size: 32px;
        line-height: 36px;
    }

    /* line 1266, ../sass/screen.scss */
    .inner-banner {
        max-height: 200px;
    }

    /* line 1267, ../sass/screen.scss */
    .contact-banner-caption {
        padding: 45px 0 110px 0;
    }

    /* line 1269, ../sass/screen.scss */
    ul.accordion {
        padding-left: 32px;
        padding-top: 20px;
    }
    /* line 1270, ../sass/screen.scss */
    ul.accordion li {
        margin-bottom: 6px;
    }
    /* line 1271, ../sass/screen.scss */
    ul.accordion li a {
        font-size: 20px;
        line-height: 20px;
    }
    /* line 1272, ../sass/screen.scss */
    ul.accordion li a:before {
        width: 26px;
        height: 26px;
        line-height: 24px;
        left: -32px;
        top: 18px;
    }
    /* line 1274, ../sass/screen.scss */
    ul.accordion li .accordion-content {
        padding: 10px 10px;
    }
    /* line 1277, ../sass/screen.scss */
    ul.accordion .is-active > .accordion-title:before {
        line-height: 21px;
    }

    /* line 1279, ../sass/screen.scss */
    .request-content {
        margin-bottom: 0px;
    }

    /* line 1280, ../sass/screen.scss */
    .blue-wapper.inner-testimonial .blue-overlay {
        padding: 35px 0 50px 0;
    }

    /* line 1281, ../sass/screen.scss */
    .blue-wapper.inner-testimonial h2 {
        font-size: 30px;
    }
    /* line 1282, ../sass/screen.scss */
    .blue-wapper.inner-testimonial h2 span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    /* line 1284, ../sass/screen.scss */
    .row-title h4 {
        font-size: 16px;
    }

    /* line 1285, ../sass/screen.scss */
    .product-search .pro-search-content form {
        padding-right: 92px;
    }
    /* line 1286, ../sass/screen.scss */
    .product-search .pro-search-content form input[type="submit"] {
        padding: 11px 10px;
        width: 92px;
        font-size: 12px;
    }
    /* line 1287, ../sass/screen.scss */
    .product-search .pro-search-content form input[type="text"] {
        background-position: 14px center;
        background-size: 14px;
        padding-left: 40px;
    }

    /* line 1289, ../sass/screen.scss */
    .customer-brand-wapper .circle-group {
        width: 480px;
        height: 480px;
    }
}
@media (max-width: 479px) {
    /* line 1292, ../sass/screen.scss */
    .site-title {
        margin-right: 15px;
    }

    /* line 1293, ../sass/screen.scss */
    .utility-wrap ul li {
        display:none;
    }

    /* line 1295, ../sass/screen.scss */
    .home-banner-text span {
        font-size: 18px;
        padding-left: 0px;
    }

    /* line 1296, ../sass/screen.scss */
    .home-banner-text h1 {
        font-size: 24px;
        line-height: 32px;
        float:right;
    }

    /* line 1297, ../sass/screen.scss */
    .home-banner-text span {
        font-size: 30px;
        float:right;
    }

    /* line 1298, ../sass/screen.scss */
    .home-banner-text p {
        font-size: 16px;
        margin-bottom: 10px;
        float:right;
    }

    /* line 1299, ../sass/screen.scss */
    a.btn-arrow {
        font-size: 16px;
        float:right;
    }

    /* line 1301, ../sass/screen.scss */
    .home-features:after {
        display: none;
    }

    /* line 1303, ../sass/screen.scss */
    .widget-title {
        margin-bottom: 12px;
    }
    .footer-navigation{
        display:none;
    }
    .footer-navigation-contact{
        text-align:center;
    }
    /* line 1304, ../sass/screen.scss */
    .contact-information {
        padding-right: 50px;
    }

    /* line 1305, ../sass/screen.scss */
    .con-info-box:after {
        width: 100px;
        right: -230px;
    }

    /* line 1307, ../sass/screen.scss */
    .form-horizontal-col .form-top {
        padding-left: 45px;
    }

    /* line 1308, ../sass/screen.scss */
    .form-horizontal-col .form-title {
        padding: 15px 10px;
    }
    /* line 1309, ../sass/screen.scss */
    .form-horizontal-col .form-title h2 {
        font-size: 24px;
    }

    /* line 1314, ../sass/screen.scss */
    .inner-banner-text span, .contact-banner-caption span {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    /* line 1315, ../sass/screen.scss */
    .inner-banner-text h1, .contact-banner-caption h1 {
        font-size: 32px;
        line-height: 44px;
    }

    /* line 1316, ../sass/screen.scss */
    .inner-contact:after {
        top: -95px;
    }

    /* line 1317, ../sass/screen.scss */
    .view-overlay .overlay-box h3 {
        font-size: 18px;
    }

    /* line 1319, ../sass/screen.scss */
    .faq_content h2, .white-wapper h2, .white-wapper h2, .white-wapper h2, .quality-services h2, .features-service h2, .features-service h2, .features-service h2 {
        font-size: 26px;
        line-height: 28px;
    }

    /* line 1320, ../sass/screen.scss */
    .quality-services h2 span, .features-service h2 span, .features-service h2 span, .features-service h2 span {
        font-size: 18px;
        margin-bottom: 0px;
    }

    /* line 1322, ../sass/screen.scss */
    .customer-white-section:before {
        left: -140px;
    }

    /* line 1323, ../sass/screen.scss */
    .customer-white-section:after {
        right: -35px;
    }

    /* line 1324, ../sass/screen.scss */
    .CWS_Container > .small-6.columns {
        width: 100%;
    }

    /* line 1325, ../sass/screen.scss */
    .customer-brand-wapper .circle-group {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 413px) {
    /* line 1329, ../sass/screen.scss */
    .service-content {
        padding: 35px 0;
    }
    /* line 1330, ../sass/screen.scss */
    .service-content .small-6.columns {
        width: 100%;
        text-align: center;
    }
    /* line 1331, ../sass/screen.scss */
    .service-content .service-list {
        margin: 14px 0px;
    }

    /* line 1335, ../sass/screen.scss */
    footer .tow_column {
        width: 100%;
        margin-bottom: 0px;
    }
    /* line 1336, ../sass/screen.scss */
    footer .tow_column .columns {
        width: 100%;
        margin-bottom: 20px;
    }
    /* line 1337, ../sass/screen.scss */
    footer .tow_column .medium-5.columns {
        width: 35%;
    }
    /* line 1338, ../sass/screen.scss */
    footer .tow_column .medium-7.columns {
        width: 65%;
    }
    /* line 1340, ../sass/screen.scss */
    footer .widget-desc {
        max-width: 100%;
    }

    /* line 1343, ../sass/screen.scss */
    ul.grid-3 li {
        width: 100%;
        margin: 5px 0;
    }
}
@media (max-width: 374px) {
    /* line 1347, ../sass/screen.scss */
    .feat_footer a.button {
        text-transform: capitalize;
    }

    /* line 1349, ../sass/screen.scss */
    .contact-information {
        padding-right: 10px;
    }

    /* line 1350, ../sass/screen.scss */
    .con-info-box:after {
        width: 65px;
        right: -188px;
    }

    /* line 1351, ../sass/screen.scss */
    .utility-wrap ul li {
        display:none;
    }
    /* line 1353, ../sass/screen.scss */
    .utility-wrap ul li a {
        font-size: 15px;
    }
}