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

/*@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Roboto:500,700);*/

@import url(font-awesome.min.css);
@import url(flaticon.css);
@import url(animate.min.css);
@import url(owl.css);
@import url(bootstrap.min.css);

/*@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);*/

@import url(bootstrap-select.min.css);
@import url(jquery-ui/jquery-ui.css);
@import url(timePicker.css);
@import url(jquery.bxslider.css);
@import url(jquery.fancybox.css);
@import url(hover.css);
@media (min-width:1200px) {
    .container {
        padding: 0
    }
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif
}

.page-wrapper {
    overflow: hidden
}

a {
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif
}

p {
    position: relative;
    line-height: 1.8em
}

.section-title h3 {
    font-size: 34px;
    line-height: 0;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .6px;
    font-family: 'Open Sans', sans-serif
}

.section-title h3 span {
    color: #0070ba
}

.section-title p {
    font-size: 25px;
    line-height: 26px;
    font-weight: 300;
    color: #0070ba;
    font-family: 'Open Sans', sans-serif
}

.strike-through {
    text-decoration: line-through
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.anim-3,
.anim-3-all * {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.anim-5,
.anim-5-all * {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.anim-7,
.anim-7-all * {
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

::-webkit-input-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222;
    opacity: 1
}

::-moz-placeholder {
    color: #222;
    opacity: 1
}

:-ms-input-placeholder {
    color: #222
}

::-ms-input-placeholder {
    color: #222
}

.btn-style-one {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding: 8px 36px;
    background: #0070ba;
    border: 1px solid #0070ba;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.btn-style-one:focus,
.btn-style-one:hover {
    color: #0070ba;
    border: 1px solid #0070ba;
    background: 0 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.btn-style-two {
    font-size: 15px;
    font-weight: 700;
    color: #848484;
    line-height: 28px;
    padding: 10px 36px;
    background: 0 0;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.btn-style-two:hover {
    color: #fff;
    background: #e60000;
    border: 1px solid #e60000;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.border-shep {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 40px;
    border-radius: 50%;
    border: 2px solid #0070ba
}

.border-shep:after {
    position: absolute;
    top: 3px;
    left: 10px;
    content: '';
    width: 40px;
    border-bottom: 1px solid #e5e5e5
}

.border-shep:before {
    position: absolute;
    top: 3px;
    right: 10px;
    content: '';
    width: 40px;
    border-bottom: 1px solid #e5e5e5
}

.border-shep.style-two {
    margin-left: 0
}

.border-shep.style-two:after {
    width: 80px
}

.border-shep.style-two:before {
    display: none
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif)
}

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    width: 45px;
    height: 45px;
    border: 1px solid #0070ba;
    background: #0070ba;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    border-radius: 8px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.carousel {
    position: relative;
    margin-top: 0!important
}

.toggleMenu {
    display: none;
    background: #666;
    padding: 2px 9px;
    color: #fff
}

.nav {
    list-style: none;
    zoom: 1;
    background: 0 0;
    float: right;
    margin-top: 18px
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav ul {
    list-style: none;
    width: 9em
}

.nav a {
    padding: 10px 20px;
    color: #fff;
    font-size: 17px
}

.nav li {
    position: relative
}

.nav>li {
    float: left;
    border-top: none
}



.nav>li>.parent {
    width: 100%
}

.nav>li>a {
    display: block;
    padding: 7px 22px!important
}

.nav li ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0 0 5px #ccc;
    width: 200px
}

.nav>li.hover>ul {
    left: 0
}

.nav li li.hover ul {
    left: 100%;
    top: 0
}

.nav li li a {
    display: block;
    background: #005e9c;
    position: relative;
    z-index: 100;
    border-top: solid 1px #ccc;
    border-right: #ccc solid 1px
}

.nav li li a:hover {
    display: block;
    background: #0070bb;
    color: #fff
}

.nav li li li a {
    background: #005e9c;
    z-index: 200;
    border-top: solid 1px #ccc
}

.nav li ul li ul li ul {
    display: none
}

.nav li ul li ul li:hover ul {
    display: block
}

@media screen and (max-width:768px) {
    .faq-main-block .faq-title-block {
        padding: 12px!important
    }
    .faq-main-block .faq-content-block {
        padding: 12px!important
    }
    a.toggleMenu {
        float: right!important;
        margin-top: 8px!important;
        background-color: #fff
    }
    .nav {
        width: 100%;
        float: left!important;
        margin-top: 17px;
        background-color: #438bc4
    }
    .nav>li:nth-child(3) {
        background-image: none
    }
    .active {
        display: block
    }
    .nav>li {
        float: none
    }
    .nav>li>.parent {
        background-position: 95% 50%;
        color: #fff
    }
    .nav>li>.parent {
        background-image: none
    }
    .nav li .more {
        background-repeat: no-repeat;
        background-position: 95% 50%;
        float: right;
        width: 20%;
        border-left: 1px solid rgba(255, 255, 255, .3);
        padding: 8px 15px;
        margin: 2px 5px 2px 0;
        cursor: pointer;
        z-index: 200;
        position: relative;
    }
    .nav li .more:before {
        content: "";
        background: rgba(0, 0, 0, .3);
        width: 1px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2px
    }
    .nav ul {
        display: block;
        width: 100%
    }
    .nav li li.hover ul,
    .nav>li.hover>ul {
        position: static;
        width: 100%
    }
    .carousel {
        position: relative;
        margin-top: 62px!important
    }
    
    .tp-ar {
    margin-left: -62px;
    float: right;
    margin-top: 5px;
    position: absolute;
    right: 25px;
    top: 10px;
}
}

@media screen and (max-width:767px) {
    section.mb-ac {
        padding: 60px 0
    }
    .faq-ba {
        margin: 63px 0 0 0!important
    }
    img.pp {
        width: 63%
    }
    .cnt223 img.close {
        top: -18px!important;
        right: 232px!important
    }
    .accordion {
        display: block!important
    }
    .acf {
        display: none!important
    }
    a.toggleMenu {
        float: right!important;
    background-color: transparent!important;

    }
    
    .semi-transparent-header.affix {
    background-color: #fff!important;
}
}

@media screen and (max-width:1024px) {
    .nav>li>a {
        padding: 20px 15px
    }
    .cntct p {
        padding: 31px 20px!important
    }
}

@media screen and (min-width:768px) {
    a.toggleMenu {
        float: right!important;
        margin-top: 30px!important
    }
}

.scroll-to-top:hover {
    background: #fff;
    color: #0070ba;
    border-color: #0070ba;
    transition: all .5s ease
}

.header-top {
    padding-top: 10px;
    padding-bottom: 51px;
    background: #343742
}

.header-top .logo {
    float: left;
    padding: 5px 0
}

.header-top .contact-links {
    margin-top: 20px;
    float: right
}

.header-top .contact-links li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #fffefe;
    margin-left: 40px;
    letter-spacing: .5px;
    font-family: 'Open Sans', sans-serif
}

.header-top .contact-links li i {
    margin-right: 10px;
    color: #0070ba
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -150px
    }
    50% {
        margin-top: -130px
    }
    100% {
        margin-top: 0
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -150px
    }
    50% {
        margin-top: -130px
    }
    100% {
        margin-top: 0
    }
}

.fixed-header .logo img.img-responsive {
    width: 135px
}

.main-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    transition: all .5s ease;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .11)
}

.main-header .header-area {
    position: relative;
    width: 100%;
    border-radius: 0
}

.main-header .header-area .main-menu {
    position: relative;
    float: left
}

.main-header .header-area .search-box {
    position: relative;
    float: right;
    margin-top: 22px;
    text-align: right
}

.main-header .header-area .search-box .whatsapp_no {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    line-height: 0;
    color: #000;
    font-family: Roboto, sans-serif
}

.main-header .header-area .search-box .whatsapp_no i {
    color: #009b01;
    font-size: 33px;
    vertical-align: middle
}

.fixed-header .header-area .search-box .whatsapp_no {
    color: #000
}

.main-header .header-area .search-box input {
    color: #222;
    width: 100%;
    padding-left: 20px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: Raleway, sans-serif
}

.main-header .header-area .search-box button {
    position: absolute;
    right: 16px;
    top: 12px;
    color: #222;
    background: #fff
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    text-align: left;
    margin-right: 52px;
    display: inline-block
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 32px;
    font-weight: 400;
    opacity: 1;
    padding: 25px 0;
    letter-spacing: .5px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li.current-menu-item>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    position: relative;
    opacity: 1;
    color: #0070ba;
    transition: all .5s ease
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 200%;
    width: 220px;
    padding: 0;
    z-index: 1;
    display: none;
    background: #012f5d;
    border-top: 3px solid #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e5e5e5
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 26px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #0070ba;
    padding: 20px;
    transition: all .5s ease;
    font-family: Roboto, sans-serif;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #0070ba;
    background: #fff;
    transition: all .5s ease
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition: all .5s ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    display: none
}

.rev_slider_wrapper .slide-content-box h1 {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.rev_slider_wrapper .slide-content-box p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    padding-top: 5px;
    font-family: Raleway, sans-serif
}

.rev_slider_wrapper .slide-content-box .button a {
    background: #fff;
    padding: 15px 40px!important;
    color: #fff;
    font-weight: 700!important;
    line-height: 28px!important;
    border: 1px solid #0070ba;
    background: #0070ba;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    transition: all .5s ease!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    -ms-transition: all .5s ease!important;
    -o-transition: all .5s ease!important
}

.rev_slider_wrapper .slide-content-box .button a:hover {
    background: 0 0;
    color: #0070ba;
    transition: all .5s ease!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    -ms-transition: all .5s ease!important;
    -o-transition: all .5s ease!important
}

.rev_slider_wrapper .slotholder {
    position: relative
}

.slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.tp-bannertimer {
    display: none
}

.rev_slider_wrapper .tparrows {
    background: 0 0;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.rev_slider_wrapper .tparrows:before {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center
}

.service-form {
    position: relative;
    padding: 17px 0;
    background: #fff;
    box-shadow: 0 5px 20px #ebebeb
}

.service-form h6 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #222;
    padding-top: 10px;
    font-family: Roboto, sans-serif
}

.service-form h6 span {
    color: #0070ba
}

.service-form form {
    margin-top: 10px
}

.service-form form input {
    position: relative;
    height: 50px;
    width: 245px;
    padding: 0 18px;
    margin-left: 15px;
    border-radius: 5px;
    border: 1px solid #e5e5e5
}

.service-form form button {
    position: relative;
    height: 50px;
    margin-left: 10px
}

.about-section {
    position: relative;
    padding-top: 75px;
    padding-bottom: 88px
}

.about-section .section-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px
}

.about-section .image-holder img {
    border-radius: 7px;
    margin-left: 20px
}

.about-section .tab-box {
    margin-top: -10px
}

.about-section .nav-tabs {
    border-bottom: none
}

.about-section .nav-tabs>li {
    margin-right: 25px
}

.about-section .nav-tabs>li .border-shep {
    display: none;
    transition: all .5s ease
}

.about-section .nav-tabs>li.active .border-shep {
    display: block;
    transition: all .5s ease
}

.about-section .nav-tabs>li>a {
    border: none;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #848484;
    background: #fff;
    padding: 0;
    font-family: Roboto, sans-serif
}

.about-section .nav-tabs>li.active>a,
.about-section .nav-tabs>li.active>a:focus,
.about-section .nav-tabs>li.active>a:hover {
    border: none;
    color: #222
}

.about-section .image-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #848484;
    padding-top: 10px;
    padding-bottom: 13px;
    font-family: Raleway, sans-serif
}

.about-section .image-text {
    margin-top: 20px
}

.about-section .image-text .check-menu li {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #848484;
    padding-top: 6px;
    font-family: Raleway, sans-serif
}

.about-section .image-text .check-menu li i {
    margin-right: 10px;
    font-size: 13px
}

.about-section .image-text .link-btn {
    margin-top: 38px
}

.caption-section {
    padding-top: 55px;
    padding-bottom: 82px;
    background: #343742
}

.caption-section h3 {
    font-size: 38px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.caption-section h3 span {
    color: #0070ba
}

.caption-section p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    padding-top: 10px;
    font-family: Raleway, sans-serif
}

.caption-section .link-btn {
    margin-top: 30px
}

.service-section {
    padding-top: 60px;
    padding-bottom: 50px
}

.service-section .section-title {
    padding-bottom: 20px;
    margin-bottom: 30px
}

.service-section .section-title h3 {
    padding-bottom: 8px
}

.service-section .item-holder {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px
}

.service-section .item-holder .icon-box {
    position: absolute;
    left: 0;
    top: 4px
}

.service-section .item-holder .icon-box i:before {
    font-size: 55px;
    color: #0070ba;
    margin-left: 0
}

.service-section .item-holder h6 span {
    font-size: 15px
}

.service-section .item-holder h6 {
    font-size: 18px;
    line-height: 32px;
    color: #222;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif
}

.service-section .item-holder p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #848484;
    letter-spacing: .5px;
    font-family: 'Open Sans', sans-serif
}

.service-section .image-box img {
    position: relative;
    margin-top: -25px
}

.testimonials-section {
    position: relative;
    z-index: 1;
    padding-top: 95px;
    margin-bottom: -90px;
    background-repeat: no-repeat;
    background-size: cover
}

.testimonials-section:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: '';
    bottom: 0;
    z-index: -1;
    background: rgba(52, 55, 66, .9)
}

.testimonials-section:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 400px;
    min-height: 280px;
    bottom: 0;
    content: '';
    background: #f8f8fa
}

.testimonials-section .section-title h3 {
    color: #fff;
    padding-bottom: 10px
}

.testimonials-section .section-title h3 span {
    color: #f76200
}

.testimonials-section .section-title p {
    color: #fff
}

.testimonials-section .testimonial-carousel {
    cursor: -webkit-grab
}

.testimonials-section .slide-item {
    padding-top: 95px
}

.testimonials-section .image-box {
    margin-top: -78px
}

.testimonials-section .owl-carousel .owl-item img {
    display: inline-block;
    border: 4px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.testimonials-section .inner-box {
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 22px 30px
}

.testimonials-section .inner-box .image-content h6 {
    font-size: 18px;
    line-height: 28px;
    color: #e60000;
    font-weight: 500;
    padding-top: 25px;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.testimonials-section .inner-box .image-content span {
    font-size: 14px;
    color: #0070ba;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif
}

.testimonials-section .inner-box p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-top: 12px;
    font-family: Raleway, sans-serif
}

.testimonials-section .owl-theme .owl-controls {
    display: none
}

.team-section {
    padding-top: 95px;
    margin-top: 190px;
    padding-bottom: 70px
}

.team-section .section-title {
    padding-bottom: 38px
}

.team-section .section-title h3 {
    padding-bottom: 10px
}

.team-section .image-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .5s ease
}

.team-section .image-holder .image-box {
    position: relative
}

.team-section .image-holder img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 0 0 8px 8px
}

.team-section .image-holder .image-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: -1;
    background: #f8f8fa;
    border-radius: 0 0 8px 8px;
    transition: all .5s ease
}

.team-section .image-holder:hover .image-background {
    bottom: -300px
}

.team-section .image-holder .image-background:before {
    position: absolute;
    left: 0;
    height: 70px;
    width: 100%;
    top: -30px;
    content: '';
    z-index: -1;
    background: #f8f8fa;
    transform: skewY(5deg);
    -webkit-transform: skewY(-15deg);
    transition: all .5s ease
}

.team-section .image-holder .image-background:after {
    position: absolute;
    left: 0;
    height: 70px;
    width: 100%;
    top: -15px;
    content: '';
    z-index: -1;
    background: #f8f8fa;
    transform: skewY(5deg);
    -webkit-transform: skewY(6deg);
    transition: all .5s ease
}

.team-section .image-holder .content-text {
    position: absolute;
    bottom: -300px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
    border-radius: 0 0 8px 8px;
    background: #0070ba;
    transition: all .5s ease
}

.team-section .image-holder .content-text:before {
    position: absolute;
    left: 0;
    height: 70px;
    width: 100%;
    top: -30px;
    content: '';
    z-index: -1;
    background: #0070ba;
    transform: skewY(5deg);
    -webkit-transform: skewY(15deg);
    transition: all .5s ease
}

.team-section .image-holder .content-text:after {
    position: absolute;
    left: 0;
    height: 70px;
    width: 100%;
    top: -15px;
    content: '';
    z-index: -1;
    background: #0070ba;
    transform: skewY(5deg);
    -webkit-transform: skewY(-6deg);
    transition: all .5s ease
}

.team-section .image-holder:hover .content-text {
    bottom: 0;
    z-index: 1;
    transition: all .5s ease
}

.team-section .image-holder .content-text h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    font-family: Roboto, sans-serif
}

.team-section .image-holder .content-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    font-family: Raleway, sans-serif
}

.team-section .content-text .social-links li {
    display: inline-block
}

.team-section .content-text .social-links li i {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    padding: 0 10px
}

.fact-counter {
    position: relative;
    padding-top: 90px;
    padding-bottom: 85px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    overflow: hidden
}

.fact-counter:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(48, 55, 77, .9)
}

.fact-counter .column .item {
    position: relative;
    text-align: left;
    z-index: 5
}

.fact-counter .column i:before {
    font-size: 60px;
    top: 0;
    left: 0;
    color: #fff
}

.fact-counter .item .icon-box {
    position: absolute;
    top: 8px;
    left: -10px
}

.fact-counter .item .content-text {
    position: relative;
    margin-left: 90px
}

.fact-counter .count-outer span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 58px;
    border-bottom: 2px solid #fff
}

.fact-counter .count-outer span {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    color: #f76200;
    padding-bottom: 10px;
    font-family: Roboto, sans-serif
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 20px;
    font-family: Raleway, sans-serif;
    text-transform: capitalize;
    color: #fff
}

.blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #efefef
}

.blog-section .section-title {
    padding-bottom: 40px
}

.blog-section .section-title h3 {
    padding-bottom: 0
}

.blog-section .section-title p {
    font-size: 15px
}

.blog-section .item-holder {
    position: relative;
    margin-bottom: 40px;
    border-radius: 8px;
    transition: all .5s ease;
    overflow: hidden
}

.blog-section .item-holder:hover {
    transition: all .5s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, .33)
}

.blog-section .item-holder img {
    position: relative;
    width: 100%;
    border-radius: 0;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.blog-section .item-holder:hover img {
    transform: scale(1.1)
}

.blog-section .item-holder .date-box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 55px;
    height: 50px;
    z-index: 1;
    border-radius: 5px;
    background: #0070ba
}

.blog-section .item-holder .date-box:before {
    position: absolute;
    content: '';
    background: #0070ba;
    width: 40px;
    height: 40px;
    bottom: -11px;
    left: 0;
    z-index: -1;
    transform: skewY(5deg);
    -webkit-transform: skewY(-20deg)
}

.blog-section .item-holder .date-box:after {
    position: absolute;
    content: '';
    background: #0070ba;
    width: 40px;
    height: 40px;
    bottom: -11px;
    right: 0;
    z-index: -1;
    transform: skewY(5deg);
    -webkit-transform: skewY(20deg)
}

.blog-section .item-holder .date-box h5 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    padding-top: 3px;
    margin-bottom: -12px;
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.blog-section .item-holder .date-box span {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.blog-section .content-text {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    box-shadow: 0 0 20px #f3f3f3
}

.blog-section .content-text h6 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #222;
    padding-top: 22px;
    padding-bottom: 15px;
    font-family: Roboto, sans-serif;
    transition: all .5s ease
}

.blog-section .content-text h6:hover {
    color: #0070ba;
    transition: all .5s ease
}

.blog-section .content-text p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #848484;
    padding-bottom: 12px;
    font-family: 'Open Sans', sans-serif
}

.blog-section .content-text .blog-info {
    border-top: 1px solid #e5e5e5
}

.blog-section .content-text .blog-info li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    padding: 32px 0;
    line-height: 27px;
    font-weight: 400;
    color: #848484;
    font-family: 'Open Sans', sans-serif
}

.blog-section .content-text .blog-info li i {
    margin-right: 10px;
    color: #848484;
    font-size: 14px
}

.sponsors-logos {
    padding: 34px 0;
    background: #f8f8fa
}

.sponsors-logos .sponsors-container {
    max-width: 991px;
    margin: 0 auto
}

.sponsors-logos .owl-theme .owl-controls {
    display: block
}

.sponsors-logos .owl-theme .owl-controls .owl-dots {
    display: none!important
}

.sponsors-logos .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: 0 0
}

.sponsors-logos .owl-theme .owl-controls .owl-prev {
    position: absolute;
    top: 10%;
    left: -100px
}

.sponsors-logos .owl-theme .owl-controls .owl-next {
    position: absolute;
    top: 10%;
    right: -100px
}

.sponsors-logos .owl-theme .owl-controls span {
    width: 55px;
    height: 55px;
    font-size: 20px;
    color: #848484;
    line-height: 55px;
    background: 0 0;
    border-radius: 50%;
    border: 1px solid #e5e5e5
}

.sponsors-logos img {
    padding: 9px 50px;
    width: 100%
}

.main-footer {
    position: relative;
    background-size: cover;
    z-index: 1;
    background: rgba(50, 55, 71, .95)
}

.footer-top {
    padding-top: 14px;
    padding-bottom: 0
}

.footer-top .about-widget p {
    margin-left: 5px;
    padding-top: 18px
}

.footer-top p {
    font-size: 14px;
    font-weight: 400;
    color: #d4dae3;
    padding-top: 10px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif
}

.footer-top h6 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 6px;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.footer-top .menu-link {
    margin-left: 52px
}

.footer-top .menu-link li {
    padding-top: 13px
}

.footer-top .menu-link li a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #d4dae3;
    font-family: 'Open Sans', sans-serif;
    transition: all .5s ease
}

.footer-top .menu-link li:hover a {
    color: #0070ba;
    transition: all .5s ease
}

.footer-top .menu-link li i {
    margin-right: 8px
}

.footer-top .contact-links {
    margin-left: -25px
}

.footer-top .location-info {
    padding-top: 10px
}

.footer-top .location-info li {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #d4dae3;
    padding-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
    transition: all .5s ease
}

.footer-top .location-info li a {
    color: #d4dae3;
    transition: all .5s ease
}

.footer-top .location-info li a:hover {
    color: #e60000;
    transition: all .5s ease
}

.footer-top .newsletter-cloumn input {
    height: 50px;
    width: 100%;
    margin-top: 18px;
    padding: 0 20px;
    background: rgba(255, 255, 255, .05);
    border-radius: 7px;
    margin-bottom: 20px
}

.footer-top input::-webkit-input-placeholder {
    color: #d4dae3!important
}

.footer-bottom {
    padding: 8px 0 13px 0
}

.footer-bottom .copyright-text p {
    font-size: 14px;
    font-weight: 300;
    color: #959595;
    line-height: 26px;
    margin-bottom: 0;
    letter-spacing: .5px;
    float: left;
    padding: 6px 0;
    font-family: 'Open Sans', sans-serif
}

.footer-bottom .social-links {
    float: right
}

.footer-bottom .social-links li {
    display: inline-block;
    margin-left: 9px
}

.footer-bottom .social-links li i {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all .5s ease
}

.footer-bottom .social-links li i:hover {
    color: #0070ba;
    transition: all .5s ease
}

.footer-bottom .copyright-text a {
    color: #0070ba
}

.page-title {
    padding-top: 88px;
    padding-bottom: 48px;
    position: relative;
    background: #f8f8fa
}

.page-title .section-title {
    float: left
}

.page-title .title-list {
    float: right;
    margin-top: 10px
}

.page-title li {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    padding-right: 4px;
    color: #0070ba;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    display: inline-block
}

.page-title li i {
    padding-left: 8px
}

.page-title li a {
    color: #848484;
    -o-transition: all .5s ease
}

.page-title li a:hover {
    color: #0070ba;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.team-section.style-two {
    margin-top: 0
}

.team-section.style-three {
    padding-bottom: 30px
}

.team-section.style-three .image-holder {
    margin-bottom: 70px
}

.service-details {
    padding-top: 100px;
    padding-bottom: 78px
}

.service-details .service-menu {
    position: relative
}

.service-details .service-menu li {
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 8px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease
}

.service-details .service-menu li a {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #848484;
    transition: all .5s ease;
    font-family: Roboto, sans-serif
}

.service-details .service-menu li i {
    margin-left: 20px
}

.service-details .service-menu li:hover {
    background: #0070ba;
    transition: all .5s ease
}

.service-details .service-menu li:hover a {
    color: #fff;
    transition: all .5s ease
}

.service-details .service-right img {
    border-radius: 10px
}

.service-details .service-right .image-text h4 {
    font-size: 30px;
    line-height: 36px;
    color: #222;
    font-weight: 400;
    padding-top: 36px;
    padding-bottom: 11px;
    font-family: Roboto, sans-serif
}

.service-details .service-right .image-text p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}

.service-details .service-right .image-text .text {
    padding-top: 16px
}

.service-details .service-right .content-text h6 {
    font-size: 20px;
    line-height: 36px;
    color: #222;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 12px;
    font-family: Roboto, sans-serif
}

.service-details .service-right .content-text p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-bottom: 3px;
    font-family: 'Open Sans', sans-serif
}

.gallery-section .filters {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    margin: 3px 18px;
    font-family: Montserrat, sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.gallery-section .filters li.active,
.gallery-section .filters li:hover {
    color: #0070ba
}

.gallery-section {
    padding-top: 90px;
    padding-bottom: 62px
}

.gallery-section .inner-container {
    position: relative
}

.gallery-section .inner-box {
    position: relative;
    margin-bottom: 32px
}

.gallery-section .inner-box .img_holder {
    position: relative
}

.gallery-section .inner-box .img_holder img {
    position: relative;
    width: 100%;
    border-radius: 5px
}

.gallery-section .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 45%;
    border-radius: 5px;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: all .5s ease
}

.gallery-section .inner-box:hover .overlay-box {
    background: rgba(20, 39, 47, .7);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all .5s ease
}

.gallery-section .overlay-box i:before {
    color: #fff;
    font-size: 25px;
    margin-left: 0;
    padding: 20px;
    border-radius: 50%;
    background: #0070ba
}

.fancybox-skin {
    position: relative;
    background: #53d572;
    color: #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.error-section {
    padding-top: 85px;
    padding-bottom: 100px
}

.error-section .image-box img {
    margin-left: 100px;
    margin-top: -85px
}

.error-section h1 {
    font-size: 260px;
    line-height: 280px;
    color: #222;
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.error-section h3 {
    font-size: 30px;
    line-height: 42px;
    color: #222;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 65px;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif
}

.error-section h3 span {
    color: #0070ba
}

.error-section .link-btn {
    padding-bottom: 38px
}

.error-section .link-btn .btn-style-one {
    padding: 12px 38px
}

.faq-page {
    padding-top: 100px;
    padding-bottom: 80px
}

.accordion {
    display: block
}

.blog-section.style-two .right-side {
    margin-left: 20px
}

.blog-section.style-two .service-menu {
    position: relative
}

.blog-section.style-two .service-menu li {
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 8px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease
}

.blog-section.style-two .right-side .service-menu li a {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #848484;
    transition: all .5s ease;
    font-family: Roboto, sans-serif
}

.blog-section.style-two .right-side .service-menu li i {
    margin-left: 20px
}

.blog-section.style-two .right-side .service-menu li:hover {
    background: #0070ba;
    transition: all .5s ease
}

.blog-section.style-two .right-side .service-menu li:hover a {
    color: #fff;
    transition: all .5s ease
}

.blog-section.style-two .right-side .blog-side {
    position: relative
}

.blog-section.style-two .right-side .blog-title h6 {
    font-size: 20px;
    color: #222;
    line-height: 30px;
    font-weight: 400;
    margin-top: 40px;
    padding-bottom: 18px;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.blog-section.style-two .right-side .blog-side .single-item {
    position: relative;
    padding-left: 95px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.blog-section.style-two .right-side .blog-side .single-item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.blog-section.style-two .right-side .blog-side img {
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    border-radius: 5px
}

.blog-section.style-two .right-side .blog-side .single-item h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    text-transform: capitalize
}

.blog-section.style-two .right-side .blog-side .single-item span {
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    color: #848484;
    font-family: 'Open Sans', sans-serif
}

.blog-section.style-two .right-side .blog-side .single-item span i {
    margin-right: 10px
}

.blog-section.style-two .right-side .popular-tags .section-title h6 {
    margin-top: 15px
}

.blog-section.style-two .right-side .popular-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 18px
}

.blog-section.style-two .right-side .popular-list li:last-child {
    margin-right: 0
}

.blog-section.style-two .right-side .popular-list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #848484;
    padding: 7px 14px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease
}

.blog-section.style-two .right-side .popular-list li a:hover {
    color: #fff;
    background: #0070ba;
    border: 1px solid #0070ba;
    transition: all .5s ease
}

.blog-section.style-three .content-text h4 {
    font-size: 30px;
    font-weight: 400;
    color: #222;
    padding-bottom: 29px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    font-family: Roboto, sans-serif
}

.blog-section.style-three .content-text {
    padding: 0 30px
}

.blog-section.style-three .content-text .blog-info li {
    padding-bottom: 5px
}

.blog-section.style-three .social-links {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5
}

.blog-section.style-three .social-links li {
    display: inline-block
}

.blog-section.style-three .social-links li strong {
    font-size: 14px;
    line-height: 38px;
    color: #222;
    margin-right: 20px
}

.blog-section.style-three .social-links li i {
    font-size: 13px;
    color: #848484;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    transition: all .5s ease;
    border: 1px solid #e5e5e5
}

.blog-section.style-three .social-links li a:hover i {
    color: #0070ba;
    border-color: #0070ba;
    transition: all .5s ease
}

.blog-section.style-three .comments-area .section-title {
    padding-bottom: 20px
}

.blog-section.style-three .comments-area .section-title h6 {
    font-size: 20px;
    line-height: 32px;
    color: #222;
    font-weight: 400;
    padding-top: 52px;
    font-family: Roboto, sans-serif
}

.blog-section.style-three .comments-area {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.blog-section.style-three .comments-area .comment {
    position: relative;
    margin-bottom: 15px
}

.blog-section.style-three .comments-area .comment.reply-comment {
    padding-left: 105px
}

.blog-section.style-three .comments-area .comment .image-holder {
    display: table-cell
}

.blog-section.style-three .comments-area .comment .image-holder img {
    border-radius: 6px
}

.blog-section.style-three .comments-area .comment .image-text {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-left: 30px
}

.blog-section.style-three .comments-area .comment .image-text h6 {
    font-size: 15px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin-top: -9px;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif
}

.blog-section.style-three .comments-area .comment .image-text h5 {
    position: absolute;
    top: 22px;
    left: 150px;
    font-size: 14px;
    line-height: 26px;
    color: #0070ba;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif
}

.blog-section.style-three .comments-area .comment .image-text span {
    font-size: 13px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}

.blog-section.style-three .comments-area .comment .image-text span i {
    margin-right: 6px
}

.blog-section.style-three .comments-area .comment .image-text p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-top: 12px;
    font-family: 'Open Sans', sans-serif
}

.blog-section.style-three .form-area {
    padding-bottom: 35px
}

.blog-section.style-three .form-area .form-title h6 {
    font-size: 20px;
    line-height: 32px;
    color: #222;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif
}

.blog-section.style-three .form-area .form-group {
    margin-bottom: 30px
}

.blog-section.style-three .form-area input {
    height: 50px;
    padding-left: 20px;
    color: #848484;
    border-color: #e5e5e5;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all .5s ease
}

.blog-section.style-three .form-area input:focus,
.blog-section.style-three .form-area input:hover {
    border-color: #0070ba;
    color: #0070ba;
    transition: all .5s ease
}

.blog-section.style-three .form-area textarea {
    height: 160px;
    padding-left: 20px;
    text-transform: capitalize;
    border-color: #e5e5e5;
    resize: none;
    color: #848484;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all .5s ease
}

.blog-section.style-three .form-area textarea:focus,
.blog-section.style-three .form-area textarea:hover {
    border-color: #0070ba;
    color: #0070ba;
    transition: all .5s ease
}

.blog-section.style-three input::-webkit-input-placeholder {
    color: #848484
}

.blog-section.style-three textarea::-webkit-input-placeholder {
    color: #848484
}

.blog-section.style-three form input::-webkit-input-placeholder {
    color: #9e9e9e
}

.styled-pagination {
    padding-bottom: 78px
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 5px
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #e5e5e5;
    color: #222;
    font-weight: 400;
    height: 50px;
    padding: 2px 20px;
    text-align: center;
    border-radius: 8px;
    font-family: Roboto, sans-serif;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
    color: #fff;
    border-color: #0070ba;
    background: #0070ba;
    transition: all .5s ease
}

.contact-info {
    padding: 100px 0
}

.contact-info .info-area {
    border: 1px solid #e5e5e5;
    border-radius: 6px
}

.contact-info .item {
    position: relative;
    padding-left: 20px;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 30px
}

.contact-info .item:before {
    position: absolute;
    left: -51px;
    top: -6px;
    content: '';
    height: 80px;
    border-left: 1px solid #e5e5e5
}

.contact-info .item i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #0070ba
}

.contact-info .item strong {
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif
}

.contact-info .item p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif
}

.contact-info .item a {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}

.contact-info .clomun:nth-child(1) i {
    font-size: 32px;
    margin-left: -18px
}

.contact-info .clomun:nth-child(2) i {
    font-size: 22px;
    margin-left: -18px
}

.contact-info .clomun:nth-child(3) i {
    font-size: 19px;
    margin-left: -19px
}

.contact-section {
    padding-bottom: 100px
}

.contact-section .section-title {
    margin-left: 15px
}

.contact-section .section-title h4 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
    color: #222;
    padding-bottom: 4px;
    font-family: Roboto, sans-serif
}

.contact-section .section-title p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #848484;
    padding-bottom: 12px;
    font-family: 'Open Sans', sans-serif
}

.contact-section .contact-form {
    margin-left: 15px
}

.contact-section .contact-form form input[type=email],
.contact-section .contact-form form input[type=text],
.contact-section .contact-form form textarea {
    border: 1px solid #ddd;
    color: #777;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
    border-radius: 8px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all .5s ease
}

.contact-section .contact-form form textarea {
    height: 190px;
    resize: none;
    margin-bottom: 40px;
    padding: 10px 20px
}

.contact-section .contact-form form input[type=text]:focus {
    border-color: #0070ba
}

.contact-section .contact-form form input[type=email]:focus {
    border-color: #0070ba
}

.contact-section .contact-form form textarea:focus {
    border-color: #0070ba
}

.contact-section .contact-form form button {
    margin-top: -10px
}

.google-map-area {
    position: relative
}

#contact-google-map {
    height: 400px;
    width: 100%
}

.headingad {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px
}

.para4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    color: #fff
}

.logo {
    float: left;
    padding: 10px 0 10px
}

.logo img {
    width: 59%!important
}

.rev_slider_wrapper .tparrows {
    display: none
}

.band {
    position: relative
}

.band .content-one {
    float: left;
    position: relative;
    width: 33.3%;
    padding-left: 1px;
    background: #fff
}

.band .content-one img {
    width: 98%
}

.band .content-one:first-child {
    padding-left: 0
}

.content-copy {
    position: absolute;
    width: 100%;
    top: 35%;
    padding: 0 40px;
    text-align: center
}

.content-copy h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px
}

.content-copy p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .7px
}

.testimonials-section-2 {
    margin-bottom: 0;
    padding-bottom: 50px;
    margin-top: -2px;
    position: relative;
    padding-top: 50px
}

.testimonials-section-2 .overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 122, 186, .72);
    z-index: 0
}

.testimonials-section-2 .carousel-indicators {
    bottom: -38px
}

.testimonials-section-2 .content-faq {
    z-index: 2;
    position: relative
}

.testimonials-section-2 .content-faq h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 50px
}

.carousel-control.left,
.carousel-control.right {
    background: 0 0;
    top: 40%
}

.testimonials-section-2 .carousel-inner>.item {
    text-align: center;
    padding: 0 50px
}

.testimonials-section-2 .carousel-inner>.item h4 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px
}

.testimonials-section-2 .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #fff
}

.testimonials-section-2 .carousel-indicators .active {
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    background: #0070ba
}

.testimonials-section-2 .carousel-inner>.item p {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 35px;
    margin-bottom: 15px
}

.testimonials-section-2 .carousel-inner>.item p.width1 {
    width: 85%
}

.products {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0
}

.products .slide-item {
    padding: 10px
}

.products .owl-theme .owl-controls .owl-dots {
    display: none!important
}

.products .owl-theme .owl-controls .owl-nav .owl-next,
.products .owl-theme .owl-controls .owl-nav .owl-prev {
    border: 1px solid #ccc;
    font-size: 40px;
    color: #000;
    background: 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.products .owl-theme .owl-controls .owl-nav .owl-next:hover,
.products .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background: #0070ba;
    border-color: #0070ba;
    color: #fff
}

.products .owl-theme .owl-controls .owl-nav .owl-next span,
.products .owl-theme .owl-controls .owl-nav .owl-prev span {
    line-height: 30px
}

.products .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 40%
}

.products .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 40%
}

.pro {
    padding: 10px 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s
}

.pro:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.pro .images {
    width: 100%;
    margin: 0 auto
}

.pro .images img {
    margin: 0 auto
}

.pro h3 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

.pro p {
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    padding: 0 20px
}

.pro p.price {
    font-weight: 600
}

.footer-top .menu-link {
    margin-left: 0
}

.menu-link li {
    display: inline;
    padding-right: 30px
}

.comparebg img {
    width: 50%;
    margin: 0 auto;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.comparebg-mg-1 {
    margin-top: 50px
}

.comparebg img:hover {
    transform: scale(1.2)
}

@media (max-width:991px) {
    .service-section .item-holder {
        height: 100px;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .service-section .item-holder {
        height: 80px
    }
    .band .content-one {
        width: 100%;
        padding: 0
    }
    .band .content-one img {
        width: 100%
    }
    .menu-link li {
        display: block
    }
    .footer-top .menu-link li {
        padding-top: 5px
    }
    .section-title h3 {
        font-size: 30px;
        line-height: 40px
    }
    .section-title p {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:480px) {
    .testimonials-section-2 .carousel-inner>.item p {
        font-size: 18px;
        line-height: 28px
    }
    .footer-bottom .social-links {
        width: 100%;
        text-align: center
    }
}

@media (max-width:391px) {
    .testimonials-section-2 .carousel-control.left {
        left: -10px
    }
    .testimonials-section-2 .carousel-control.right {
        right: -10px
    }
    .logo {
        width: 100px
    }
    .logo img {
        width: 100%
    }
    .main-header .header-area .search-box {
        width: auto;
        margin-top: 18px
    }
    .main-header .header-area .search-box .btn-style-one {
        padding: 3px 8px
    }
}

.sect-about-1 {
    width: 100%;
    position: relative;
    padding: 150px 0;
    z-index: 1
}

@-webkit-keyframes link-animate {
    0% {
        padding-left: 10px
    }
    100% {
        padding-left: 20px
    }
}

@-moz-keyframes link-animate {
    0% {
        padding-left: 10px
    }
    100% {
        padding-left: 20px
    }
}

@-o-keyframes link-animate {
    0% {
        padding-left: 10px
    }
    100% {
        padding-left: 20px
    }
}

@keyframes link-animate {
    0% {
        padding-left: 10px
    }
    100% {
        padding-left: 20px
    }
}

.blog-1 {
    float: left;
    width: 100%;
    background: #fff;
    flex-direction: row;
    height: 100%;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    margin-top: 50px
}

.blog-1:hover {
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2)
}

.news-full-width-image {
    max-width: 50%;
    flex-basis: 50%;
    width: 50%;
    float: left
}

.news-full-width-image a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%
}

.news-full-width-image a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right top, #0070ba, #0070ba, #0070ba, #0070ba, #0070ba);
    opacity: 0;
    transition: .3s ease-out opacity
}

.news-full-width-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-full-width-image a:after {
    content: '\f0c1';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    font-family: FontAwesome;
    font-size: 40px;
    color: #fff;
    opacity: 0;
    transition: .4s ease-out all
}

.news-full-width-image a:hover:before {
    opacity: .6
}

.news-full-width-image a:hover:after {
    transform: translate(-50%, -50%);
    opacity: 1
}

.news-full-width-body {
    padding: 25px 15px;
    float: left;
    width: 50%;
    position: relative
}

.news-full-width-body:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19.5px 13px 19.5px 0;
    border-color: transparent transparent transparent transparent;
    border-right-color: #fff
}

.news-full-width-body h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto;
    line-height: 26px;
    letter-spacing: 0
}

.news-full-width-body p {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d
}

.news-full-width-body .list-inline-divided {
    padding: 10px 0 0 0
}

.news-full-width-body .list-inline-divided a {
    padding-left: 8px;
    color: #151515
}

.news-full-width-body .list-inline-divided a:hover {
    color: #0070ba
}

.news-full-width-body .link-1 {
    padding-top: 30px;
    padding-bottom: 10px
}

.news-full-width-body .link-1 a {
    padding: 8px 30px 8px 10px;
    position: relative;
    background: #0070ba;
    color: #fff;
    opacity: .8;
    font-size: 14px;
    border-radius: 4px;
    transition: all .7s;
    -webkit-transition: all .7s
}

.news-full-width-body .link-1 a:after {
    position: absolute;
    content: "\f061";
    font-family: FontAwesome;
    color: #fff;
    top: 4px;
    padding-left: 5px;
    transition: all .7s;
    -webkit-transition: all .7s
}

.news-full-width-body .link-1 a:hover {
    opacity: 1
}

.news-full-width-body .link-1 a:hover:after {
    -webkit-animation: link-animate-2 .7s infinite;
    -moz-animation: link-animate-2 .7s infinite;
    -o-animation: link-animate-2 .7s infinite;
    animation: link-animate-2 .7s infinite
}

@-webkit-keyframes link-animate-2 {
    0% {
        padding-left: 5px
    }
    100% {
        padding-left: 10px
    }
}

@-moz-keyframes link-animate {
    0% {
        padding-left: 5px
    }
    100% {
        padding-left: 10px
    }
}

@-o-keyframes link-animate {
    0% {
        padding-left: 5px
    }
    100% {
        padding-left: 10px
    }
}

@keyframes link-animate {
    0% {
        padding-left: 5px
    }
    100% {
        padding-left: 10px
    }
}

.post-single {
    background-color: #fff;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08)
}

.blog-content {
    padding: 20px 15px 20px 15px
}

.blog-content h1 {
    font-size: 26px;
    font-weight: 700;
    font-family: Roboto;
    letter-spacing: 0;
    margin-bottom: 20px
}

.blog-content p {
    font-size: 14px;
    font-family: Roboto;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 15px
}

.blog-content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: Roboto;
    letter-spacing: 0
}

.blog-content .list-inline {
    padding-bottom: 10px
}

.blog-content .list-inline li span {
    padding-right: 5px;
    line-height: 0
}

.blog-content .list-inline li span.icon::before {
    top: -1px
}

.blog-content .list-inline li {
    color: #0070ba
}

.blog-2 .news-full-width-image {
    width: 100%;
    max-width: 100%
}

.blog-2 .news-full-width-image img {
    height: 250px
}

.blog-2 .news-full-width-body {
    width: 100%
}

.blog-2 .news-full-width-body::before {
    display: none
}

.post-single-sidebar-item {
    background-color: #fff;
    padding: 50px 22px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
    float: left
}

.post-single-sidebar-item h4 {
    font-size: 25px;
    font-weight: 700;
    font-family: Roboto;
    letter-spacing: 0;
    text-align: center
}

.post-minimal-wrap {
    margin-top: 30px
}

.post-minimal {
    display: flex;
    align-items: center;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.post-minimal-image {
    flex-shrink: 0
}

.post-minimal-body {
    padding-left: 20px
}

.post-minimal-body span {
    display: block
}

.post-minimal-title {
    color: #000!important;
    transition: .3s ease-out all;
    font-size: 16px!important;
    line-height: 20px;
    letter-spacing: .3px!important;
    font-weight: 700!important;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.post-minimal-time {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: .01em;
    color: #9b9b9b;
    transition: .3s ease-out all
}

.post-minimal-wrap,
.post-minimal-wrap:last-child {
    height: auto!important
}

.post-minimal:hover .post-minimal-title {
    color: #0070ba!important
}

.more-blog {
    float: left;
    width: 100%;
    margin-top: 70px
}

.more-blog h3 {
    font-size: 35px;
    font-weight: 700;
    font-family: Roboto;
    letter-spacing: 0;
    text-align: center
}

.post-single img {
    width: 100%
}

.modal-open .modal {
    z-index: 9999999
}

.mode1 h2 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px
}

.mode1 p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

.more-features h3 {
    font-size: 34px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .6px;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

.more-features p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px
}

.more-features {
    float: left;
    width: 100%;
    background: #efefef;
    padding: 50px 0 20px 0;
    margin-top: -1px
}

.m-feature {
    float: left;
    width: 100%;
    text-align: center;
    height: 150px
}

.m-feature .iconf {
    width: 60px;
    height: 60px;
    border: 1.5px solid #0070ba;
    background: #0070ba;
    border-radius: 70px;
    margin: 0 auto 10px auto;
    line-height: 55px;
    position: relative;
    transition: all .7s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s
}

.m-feature .iconf img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s
}

.m-feature:hover .iconf {
    transform: scale(1.2)
}

.m-feature h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

.band .content-one .carousel-control.left,
.band .content-one .carousel-control.right {
    background: 0 0;
    top: 40%
}

.band .content-one .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #fff
}

.band .content-one .carousel-indicators .active {
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    background: #0070ba
}

.comparebann {
    float: left;
    width: 100%;
    background-color: #3dbac2;
    padding: 50px 0
}

.comparebg {
    float: left;
    width: 100%
}

.comparebg h3 {
    font-size: 34px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    text-align: center
}

.comparebg-cont {
    width: 60%;
    margin: 0 auto
}

.comparebg-cont .img-1 {
    float: left;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.comparebg-cont .img-1:hover {
    transform: scale(1.2)
}

.comparebg-cont .img-2 {
    float: right;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.comparebg-cont .img-2:hover {
    transform: scale(1.2)
}

.vertel-fm {
    display: none
}

.service-section .item-holder .icon-box-2 {
    padding: 10px 15px;
    right: 0;
    border-radius: 10px
}

.service-section .item-holder .icon-box-2 img {
    width: auto
}

.walky-talky-f {
    margin-top: 45px
}

.item-holder-2 {
    padding-left: 0!important;
    padding-right: 70px;
    text-align: right
}

.service-section .item-holder .icon-box-3 {
    padding: 10px 15px
}

.service-section .item-holder .icon-box-3 img {
    width: auto
}

.walky-im {
    width: 53%;
    margin: 30px auto 0 auto;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.walky-im:hover {
    transform: scale(1.2)
}

.walky-im-dm {
    width: 44%;
    margin: 0 auto;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.walky-im-base {
    width: 95%;
    margin: 56px auto 0 auto;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.walky-im-base2 {
    width: 88%;
    margin: 82px auto 0 auto;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.walky-im-vl {
    width: 30%;
    margin: 0 auto 0 auto;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.walky-im-repeat {
    width: 88%;
    margin: 188px auto 0 auto;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s
}

.defaultimg {
    background-size: 100% 100%!important
}

.teste {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0
}

.teste-1 {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 20px;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.teste-1:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4)
}

.teste-1 .circle-img {
    text-align: center
}

.teste-1 .circle-img img {
    margin: 0 auto;
    width: 30%
}

.teste-1 h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .6px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    text-align: center
}

.teste-1 p {
    font-size: 15px;
    line-height: 24px;
    color: #999;
    font-weight: 400;
    letter-spacing: .3px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    text-align: center
}

.tested {
    margin-top: 30px
}

.ban-img-2 {
    display: none!important
}

@media (min-width:1024px) and (max-width:1279px) {
    .header nav ul.nav-main>li+li {
        padding: 0 0!important
    }
    .vt-ims img {
        width: 100%!important
    }
    .nav>li>a {
        padding: 7px 10px!important
    }
    .carousel-bg .carousel-inner .item {
        min-height: 490px!important
    }
    .sd-bn-tx h2 {
        font-size: 36px!important
    }
    .content-details h3 {
        font-size: 18px!important
    }
    .content-details p {
        font-size: 14px!important;
        margin-bottom: 14px!important;
        line-height: 23px!important
    }
    .content-details {
        top: 48%!important
    }
    .gp {
        width: 37%!important
    }
    .fun-inter {
        margin-left: 0!important
    }
    .gp2 {
        width: 37%!important
    }
    .gp3 {
        width: 36%!important
    }
    .fun-inter3 {
        margin-left: 0!important
    }
    .custo-inner {
        min-height: 470px!important
    }
    .dl-tm-lf ul li {
        font-size: 18px!important
    }
    .dl-tm-lf2 ul li {
        font-size: 18px!important
    }
    .content-copy {
        top: 9%!important
    }
    #pulse-wrapper {
        margin: -141px auto 0 auto!important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .vt-ims {
        margin-top: 50px
    }
    .prd-main {
        margin-bottom: 30px
    }
    .nav li .more {
        width: 50%!important
    }
    .semi-transparent-header {
        background-color: rgba(255, 255, 255, .2)!important
    }
    .semi-transparent-header.affix {
        background-color: #FFF!important
    }
    .carousel-bg .carousel-inner .item {
        min-height: 401px!important
    }
    .sd-bn-tx h2 {
        font-size: 34px!important;
        line-height: 38px!important
    }
    .hm-abt-dec h2 {
        font-size: 30px!important
    }
    .licns-sld h1 {
        font-size: 30px!important
    }
    .content {
        margin-bottom: 10px!important
    }
    .lpf h2 {
        font-size: 30px!important;
        padding: 0 0 30px 0!important
    }
    .carousel {
        margin-top: 0!important
    }
    .fun-inter {
        margin-left: 0!important
    }
    .gp2 {
        width: 47%!important
    }
    .gp {
        width: 47%!important
    }
    .gp3 {
        width: 47%!important
    }
    .fun-inter3 {
        margin-left: 0!important
    }
    .cust-mn h2 {
        font-size: 30px!important;
        padding: 0 0 30px 0!important
    }
    .custo-inner h2 {
        font-size: 20px!important
    }
    .call-bt {
        text-align: center!important;
        margin-top: 30px!important;
        float: inherit!important
    }
    .hm-abt-dec-ab h1 {
        font-size: 30px!important
    }
    .partn-hdn h2 {
        font-size: 30px!important
    }
    .part-mn-tx {
        min-height: 238px!important
    }
    .dl-tm-lf {
        padding: 20px 0 0 0!important
    }
    .dl-tm-lf ul li {
        font-size: 20px;
        background: url(../images/check.png)!important;
        background-position: left center!important;
        background-repeat: no-repeat!important;
        text-align: left!important;
        padding: 0 20px 0 47px!important;
        float: left
    }
    .dl-tm-lf2 {
        padding: 260px 0 0 0!important
    }
    .dl-tm-lf2 ul li {
        background: url(../images/check.png)!important;
        background-position: left center!important;
        background-repeat: no-repeat!important;
        text-align: left!important;
        padding: 0 20px 0 47px!important;
        float: left!important
    }
    .dl-tm-lf-p {
        padding: 60px 0 0 0!important
    }
    .dl-tm-lf-p ul li {
        background: url(../images/check.png)!important;
        background-position: 130px center!important;
        background-repeat: no-repeat!important;
        text-align: center!important;
        padding: 0 0 0 50px!important
    }
    .dl-tm-lf-p2 {
        padding: 230px 0 0 0!important
    }
    .dl-tm-lf-p2 ul li {
        background: url(../images/check.png)!important;
        background-position: 130px center!important;
        background-repeat: no-repeat!important;
        text-align: center!important;
        padding: 0 0 0 50px!important
    }
    .clr-cng {
        bottom: -29px!important
    }
    .stnig-fetr h1 {
        font-size: 30px!important
    }
    .lod-hdn h2 {
        font-size: 30px!important
    }
    .enq-mdl h2 {
        font-size: 30px!important
    }
    .call-2 {
        text-align: center!important
    }
    .content-copy {
        top: 9%!important;
        padding: 0 10px!important
    }
    .content-copy h3 {
        font-size: 20px!important;
        margin-bottom: 6px!important
    }
    .walky-talky-f {
        margin-top: 246px!important
    }
    .walky-im-vl {
        display: block!important;
        width: 15%!important
    }
    .bb-nw-m {
        margin-top: 0!important
    }
    .walky-im-base2 {
        display: block!important;
        width: 50%!important
    }
    .bb-nw-m1 {
        margin-top: 0!important
    }
    .walky-im-dm {
        display: block!important;
        width: 15%!important
    }
    .walky-im-base {
        display: block!important;
        width: 50%!important
    }
    .bb-nw-m3 {
        margin-top: 40px!important
    }
    .walky-im-repeat {
        display: block!important;
        width: 60%!important
    }
    a.toggleMenu {
    background-color: transparent;
}

.nav li .more {
     border-left: 0px solid rgba(255, 255, 255, .3)!important;

}

.nav li .more:before {
    content: "";
    width: 0px;

}
}

@media only screen and (max-width:1024px) {
    .walky-im {
        width: 80%
    }
    .header nav ul.nav-main>li+li {
        padding: 0 0!important
    }
}

@media only screen and (max-width:991px) {
    .walky-im {
        display: none
    }
    .walky-im-vl {
        display: none
    }
    .walky-im-base2 {
        display: none
    }
    .walky-im-dm {
        display: none
    }
    .walky-im-base {
        display: none
    }
    .walky-im-repeat {
        display: none
    }
    .vertel-fm {
        display: block
    }
    .vertel-fm-2 {
        display: none
    }
    .walky-talky-f {
        margin-top: 0
    }
    .tested {
        margin-top: 0
    }
    .teste-1 {
        margin-top: 50px
    }
}

@media only screen and (max-width:815px) {
    .products .owl-theme .owl-controls .owl-nav .owl-prev {
        position: absolute;
        left: -15px;
        top: 40%
    }
    .products .owl-theme .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: -15px;
        top: 40%
    }
}

@media only screen and (max-width:767px) {
    .ban-img-2 {
        display: block!important
    }
    .products .owl-theme .owl-controls .owl-nav .owl-prev {
        position: absolute;
        left: -15px;
        top: 40%
    }
    .products .owl-theme .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: -15px;
        top: 40%
    }
    .vt-ims img {
        width: 100%!important
    }
    .vt-ims {
        margin-top: 40px!important
    }
    .prd-main {
        margin-bottom: 30px!important
    }
    .nav li .more {
        width: 50%!important;
         border-left: 0px solid rgba(255, 255, 255, .3)!important;
    }
    
    .nav li .more:before {
    content: "";
    width: 0px!important;

}

.nav a {
    font-size: 15px!important;
}

.nav>li>a {
    padding: 7px 14px!important;
}
    
   
    .carousel-bg .carousel-inner .item {
        min-height: 360px!important
    }
    .sd-bn-tx h2 {
        font-size: 28px!important;
        line-height: 34px!important
    }
    .sd-bn-tx {
        top: 28%!important
    }
    .hm-abt-dec h2 {
        font-size: 28px!important
    }
    .licns-sld h1 {
        font-size: 28px!important
    }
    .content {
        margin-bottom: 10px!important
    }
    .content-details h3 {
        font-size: 20px!important
    }
    .carousel-control.left-lc {
        top: 100%!important;
        left: 37%!important
    }
    .carousel-control.right-lc {
        top: 100%!important
    }
    .carousel {
        margin-top: 0!important
    }
    .gp {
        width: 31%!important
    }
    .fun-inter {
        margin-left: 0!important;
        margin-top: 0!important;
        margin-bottom: 20px!important
    }
    .fun-inter2 {
        margin-top: 0!important;
        margin-bottom: 20px!important
    }
    .gp2 {
        width: 31%!important
    }
    .fun-inter3 {
        margin-left: 0!important;
        margin-top: 0!important
    }
    .gp3 {
        width: 31%!important
    }
    .ic-fn {
        background: 0 0!important;
        margin: 0!important;
        padding: 0!important
    }
    .bt-fn h2 {
        font-size: 28px!important
    }
    .lpf h2 {
        font-size: 28px!important
    }
    .cust-mn h2 {
        font-size: 28px!important
    }
    .custo-inner h2 {
        font-size: 20px!important
    }
    .custo-inner {
        margin-bottom: 15px!important
    }
    .tf {
        width: 93%!important
    }
    .by-bn {
        float: inherit!important;
        margin-top: 20px!important
    }
    p.cpy {
        padding: 20px 20px 0 20px!important
    }
    .call-bt {
        text-align: center!important;
        margin-top: 30px!important;
        float: inherit!important
    }
    .call-mnt h2 {
        font-size: 18px!important;
        text-align: center!important
    }
    .hm-abt-dec-ab h1 {
        font-size: 28px!important
    }
    .partn-hdn h2 {
        font-size: 28px!important
    }
    .part-mn-tx {
        margin-bottom: 10px!important
    }
    .dl-tm-lf ul li {
        font-size: 16px;
        background: url(../images/check.png)!important;
        background-position: 20px center!important;
        background-repeat: no-repeat!important;
        text-align: center!important;
        padding: 0 0 0 50px!important
    }
    .dl-tm-lf2 {
        padding: 260px 0 0 0!important
    }
    .dl-tm-lf {
        padding: 20px 0 0 0!important
    }
    .dl-tm-lf2 ul li {
        font-size: 16px;
        background: url(../images/check.png)!important;
        background-position: 20px center!important;
        background-repeat: no-repeat!important;
        text-align: center!important;
        padding: 0 0 0 50px!important
    }
    .clr-cng {
        bottom: -23px!important
    }
    .stnig-fetr h1 {
        font-size: 28px!important
    }
    .lod-hdn h2 {
        font-size: 28px!important
    }
    .lod-txr {
        padding-bottom: 30px!important
    }
    .carousel-bg .carousel-inner .item3 {
        min-height: 335px!important
    }
    .more-features h3 {
        font-size: 28px!important
    }
    .dl-tm-lf-p {
        padding: 20px 41px 0 0!important
    }
    .dl-tm-lf-p2 {
        padding: 230px 0 0 0!important
    }
    .dl-tm-lf-p ul li {
        background: url(../images/check.png)!important;
        background-position: 14px center!important;
        background-repeat: no-repeat!important;
        text-align: left!important;
        padding: 0 0 0 57px!important
    }
    .content-copy {
        top: 16%!important
    }
    .walky-im-vl {
        display: block!important
    }
    .walky-talky-f {
        margin-top: 229px!important
    }
    .bb-nw-m {
        margin-top: 0!important
    }
    .walky-im-base2 {
        display: block!important;
        width: 70%!important
    }
    .bb-nw-m1 {
        margin-top: 0!important
    }
    .walky-im-dm {
        display: block!important;
        width: 30%!important
    }
    .walky-im-base {
        display: block!important
    }
    .bb-nw-m3 {
        margin-top: 50px!important
    }
    .walky-im-repeat {
        display: block!important
    }
}

@media only screen and (max-width:320px) {
    .content-details p {
        font-size: 13px!important;
        margin-bottom: 10px!important;
        line-height: 22px!important
    }
    .content-details h3 {
        font-size: 16px!important
    }
    .content-details a {
        font-size: 18px!important;
        padding: 4px 20px!important
    }
    input.sbsc-bt {
        width: 18%!important
    }
    input.sbsc {
        width: 82%!important
    }
    .bt-fn a {
        font-size: 17px!important
    }
    img.pp {
        width: 54%!important
    }
    .cnt223 img.close {
        top: -18px!important;
        right: 270px!important
    }
    .dl-tm-lf-p {
        padding: 20px 0 0 0!important
    }
    .content-copy {
        top: 16%;
        padding: 0 10px!important
    }
    .dl-tm-lf ul li {
        font-size: 16px!important
    }
    .dl-tm-lf2 ul li {
        font-size: 16px!important
    }
    .dl-tm-lf-p ul li {
        font-size: 16px!important
    }
    .dl-tm-lf-p2 ul li {
        font-size: 16px!important
    }
    .service-section .item-holder h6 {
        line-height: 24px!important
    }
    .bb-nw-m {
        margin-top: 0!important
    }
    
    .nav>li>a {
    padding: 7px 6px!important;
}

.semi-transparent-header.affix {
    background-color: #fff!important;
}

a.toggleMenu {
    background-color: transparent;
}
}

@media only screen and (max-width:560px) {
    .logo {
        width: 100px
    }
    .main-header .header-area .search-box {
        margin-top: 10px
    }
}

@media only screen and (max-width:500px) {
    .comparebg h3 {
        margin-bottom: 0
    }
}

@media only screen and (max-width:480px) {
    .main-header .header-area .search-box .whatsapp_no {
        font-size: 16px
    }
    .btn-style-one {
        padding: 4px 10px
    }
    .main-header .header-area .search-box {
        margin-top: 12px
    }
}

@media only screen and (max-width:430px) {
    .logo {
        width: 80px
    }
}

@media only screen and (max-width:405px) {
    .logo {
        width: 80px
    }
    .btn-style-one {
        padding: 4px 10px
    }
    .main-header .header-area .search-box {
        margin-top: 12px
    }
    .main-header .header-area .search-box .whatsapp_no {
        margin-right: 10px
    }
}

@media only screen and (max-width:391px) {
    .logo {
        width: 80px
    }
    .btn-style-one {
        padding: 4px 10px
    }
    .main-header .header-area .search-box {
        margin-top: 12px
    }
    .main-header .header-area .search-box .whatsapp_no {
        margin-right: 10px
    }
}

@media only screen and (max-width:370px) {
    .btn-style-one {
        font-size: 13px
    }
    .main-header .header-area .search-box {
        margin-top: 5px
    }
    .main-header .header-area .search-box .whatsapp_no {
        display: block
    }
    .btn-style-one {
        margin-top: 5px
    }
}

@media only screen and (max-width:350px) {
    .main-header .header-area .search-box {
        margin-top: 5px
    }
    .main-header .header-area .search-box .whatsapp_no {
        display: block
    }
    .btn-style-one {
        margin-top: 5px
    }
}

.frm-main {
    padding: 60px 0 32px 0
}

.frm-bg {
    background-color: #ececec;
    padding: 50px 0 50px 0
}

.frm-bg h1 {
    font-size: 34px;
    color: #000;
    text-align: center;
    padding: 25px 0 20px 0
}

.frm-bg .formrow {
    margin-bottom: 15px;
    width: 78%;
    margin: 10px auto
}

.frm-bg .formrow .form-control {
    height: auto;
    border-radius: 0;
    padding: 10px 23px;
    font-size: 16px;
    border-color: #ddd;
    box-shadow: none;
    color: #9d9c9c
}

.frm-bg .formrow textarea.form-control {
    height: 100px;
    width: 100%
}

.frm-bg .btn {
    background: #0070ba;
    width: 50%;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 18px;
    box-shadow: 5px 0 0 #00000;
    margin: 0 auto;
    display: block;
}

.frm-bg .btn:hover {
    background: #000
}

.bformBox.pg6 {
    margin: 0;
    background: #f6f6f6;
    padding: 30px 0
}

.cntct p {
    font-size: 18px;
    color: #000;
    padding: 40px 20px;
    background-color: #ececec;
    margin: 5px 0;
    display: flex
}

i.fa.fa-map-marker.fd {
    color: #0070ba;
    margin: 0 15px 0 0;
    font-size: 35px
}

i.fa.fa-envelope.ld {
    color: #0070ba;
    margin: 0 15px 0 0;
    font-size: 35px
}

i.fa.fa-phone-square.md {
    color: #0070ba;
    margin: 0 15px 0 0;
    font-size: 35px
}

.dmhn {
    background-color: #59b7f5
}

.dmhn-hd {
    padding: 30px 0;
    text-align: center
}

.dmhn-hd h1 {
    font-size: 35px;
    color: #000
}

.dmhn-hd p {
    font-size: 18px;
    color: #000;
    padding: 20px 0 0 0
}

.accordion {
    position: relative
}

[id*=close-accordion],
[id*=open-accordion] {
    background: #00a486;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 99%
}

[id*=close-accordion] {
    display: none
}

.accordion a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding-left: 2%;
    padding-right: 11%;
    text-decoration: none;
    text-shadow: none;
    margin: 5px 0;
    background-color: #c3c3c3;
    padding-top: 18px;
    padding-bottom: 53px;
    line-height: 21px
}

[id*=close-accordion]:after,
[id*=open-accordion]:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.target-fix {
    display: block;
    top: 0;
    left: 0;
    position: fixed
}

.accordion-content {
    background: #fff;
    height: 0;
    margin: -1px auto 0;
    padding: 0 2.5%;
    position: relative;
    overflow: hidden;
    width: 90%;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease
}

.accordion span:target~.accordion-content {
    display: block;
    height: auto;
    padding-bottom: 25px;
    padding-top: 10px;
    background-color: #ececec;
    width: 99%
}

.accordion span:target~[id*=close-accordion] {
    display: block;
    background-color: #0070bb;
    color: #fff
}

.accordion span:target~[id*=open-accordion] {
    display: none
}

.accordion span:target~[id*=close-accordion]:after {
    border-top: 10px solid #fff;
    transform: rotate(0);
    -webkit-transform: rotate(0)
}

a#open-accordion2 {
    padding: 15px 5% 77px 2%;
    line-height: 21px
}

a#close-accordion2 {
    padding: 15px 5% 77px 2%;
    line-height: 21px
}

a#open-accordion4 {
    padding: 15px 6% 107px 2%;
    line-height: 21px
}

a#close-accordion4 {
    padding: 15px 6% 107px 2%;
    line-height: 21px
}

a#open-accordion12 {
    padding: 15px 5% 77px 2%;
    line-height: 21px
}

a#close-accordion12 {
    padding: 15px 5% 77px 2%;
    line-height: 21px
}

a#open-accordion13 {
    padding: 15px 5% 77px 2%;
    line-height: 21px
}

a#close-accordion13 {
    padding: 15px 5% 77px 2%;
    line-height: 21px
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    z-index: 100;
    display: none
}

.cnt223 a {
    text-decoration: none
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 1056
}

.cnt223 {
    width: 600px;
    margin: 150px auto;
    position: relative
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px
}

.cnt223 .x:hover {
    cursor: pointer
}

.cnt223 img.close {
    position: absolute;
    top: -21px;
    right: -16px;
    cursor: pointer;
    opacity: 9
}

.faq-main-block {
    margin: 0 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    cursor: pointer
}

.faq-main-block .faq-title-block {
    background: #bcbcbc;
    padding: 30px;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s
}

.faq-main-block .faq-title-block h1 {
    color: #000;
    font-size: 16px;
    margin: 0;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    list-style-type: none;
    line-height: 24px
}

.faq-main-block .faq-content-block {
    background: #e7e7e7;
    padding: 30px;
    -webkit-transition: all 1s;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s
}

.faq-main-block .faq-content-block p {
    color: #000;
    font-size: 15px;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    margin: 0;
    line-height: 24px
}

.faq-main-block .faq-title-block:before {
    border: 10px solid #bcbcbc;
    content: '';
    position: absolute;
    left: 30px;
    bottom: -20px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: all 1s;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s
}

.faq-main-block.active .faq-title-block:before,
.faq-main-block:hover .faq-title-block:before {
    border: 10px solid #3f87b7;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.faq-main-block.active,
.faq-main-block:hover {
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 1px 1px 20px #999
}

.faq-main-block.active .faq-title-block,
.faq-main-block:hover .faq-title-block {
    background: #3f87b7
}

.faq-main-block.active .faq-title-block h1,
.faq-main-block:hover .faq-title-block h1 {
    color: #fff
}

.faq-main-block.active .faq-content-block,
.faq-main-block:hover .faq-content-block {
    background: #fff
}

section.acf {
    padding: 60px 0 50px 0
}

section.hm-ab {
    padding: 50px 0;
    background: url(../images/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat
}

.hm-abt-dec {
    text-align: center
}

.hm-abt-dec h2 {
    font-size: 34px;
    color: #000;
    padding: 0 0 15px 0
}

.hm-abt-dec p {
    font-size: 15px;
    color: #000;
    line-height: 28px
}

.hm-abt-dec a {
    font-size: 18px;
    color: #fff;
    background-color: #0058ae;
    padding: 10px 38px;
    margin-top: 5px!important;
    display: -webkit-inline-box;
    border-radius: 40px;
    transition: all 1s ease
}

.hm-abt-dec a:hover {
    background-color: #000
}

.vt-ims img {
    width: 90%
}

.vt-ims2 {
    margin-top: 40px
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px!important;
    margin-bottom: 60px!important
}

.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222;
    border: 4px solid #fff;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: -30px
}

.media-carousel .carousel-control.right {
    right: -12px!important;
    background-image: none;
    background: none repeat scroll 0 0 #222;
    border: 4px solid #fff;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: -30px
}

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

.media-carousel .carousel-indicators li {
    background: silver
}

.media-carousel .carousel-indicators .active {
    background: #333
}

.prod-imd {
    text-align: center;
    background-color: #fff;
    padding: 10px 0
}

.prd-main {
    padding: 20px;
    background-color: #fbfbfb
}

.prd-dsc h1 {
    font-size: 22px;
    color: #337ab7;
    padding: 20px 0 10px 0
}

.prd-dsc p {
    font-size: 15px;
    color: #000
}

.prd-dsc a {
    font-size: 16px;
    color: #fff;
    background-color: #337ab7;
    padding: 10px 20px;
    margin-top: 5px!important;
    display: -webkit-inline-box
}

.prd-dsc a:hover {
    background-color: #000
}

.prd-hd h1 {
    font-size: 40px;
    color: #000;
    padding: 60px 0 0 0;
    text-align: center
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #0058ae!important;
    color: #fff!important;
    border-radius: 60px
}

p.prodt-ct {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin-bottom: 23px
}

.faq-ba {
    margin: 96px 0 0 0
}

.main-faq h1 {
    text-align: center;
    font-size: 35px;
    color: #000
}

iframe.map-main {
    width: 100%;
    height: 500px;
    margin-top: 10px;
    margin-bottom: 30px
}

.main-analog {
    background-color: #efefef;
    padding: 40px 0
}

h1.hedng {
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 0 0 21px 0
}

section.mb-ac {
    padding: 50px 0
}

.licns-sld {
    padding: 50px 0 50px 0;
    background: url(../images/lf-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.licns-sld h1 {
    color: #000;
    font-size: 34px;
    text-align: center;
    padding: 0 0 30px 0
}

.lpf {
    padding: 50px 0 90px 0;
    background: url(../images/lp-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.lpf h2 {
    color: #000;
    font-size: 34px;
    text-align: center;
    padding: 0 0 30px 0
}

.multi-item-carousel .carousel-inner {
    text-align: center
}

.multi-item-carousel .carousel-inner>.item>a {
    text-align: center
}

.multi-item-carousel .carousel-inner .item a .img-responsive {
    margin: auto;
    display: inline-block
}

.multi-item-carousel .carousel-inner>.item {
    transition: .5s ease-in-out left
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%
}

.multi-item-carousel .carousel-inner .next {
    left: 33%
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%
}

.carousel-control {
    opacity: 1
}

.carousel-control:hover {
    opacity: .6
}

.carousel-control.left-lc {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 27%, rgba(0, 0, 0, .48) 65%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 27%, rgba(0, 0, 0, .48) 65%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 27%, rgba(0, 0, 0, .48) 65%, rgba(125, 185, 232, 0) 100%)
}

.carousel-control.right-lc {
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0, rgba(0, 0, 0, .33) 33%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0, rgba(0, 0, 0, .33) 33%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0, rgba(0, 0, 0, .33) 33%, rgba(0, 0, 0, 1) 100%)
}

.carousel-control.left-lc {
    background: 0 0;
    top: 107%;
    color: #0070bb;
    left: 40%
}

.carousel-control.right-lc {
    background: 0 0;
    top: 107%;
    left: 46%;
    color: #0070bb
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .multi-item-carousel .carousel-inner .active.left {
        left: 0
    }
    .multi-item-carousel .carousel-inner .active.right {
        left: 0
    }
    .multi-item-carousel .carousel-inner .next {
        left: 0
    }
    .multi-item-carousel .carousel-inner .prev {
        left: 0
    }
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner>.item {
        transition: .5s ease-in-out left;
        backface-visibility: visible;
        transform: none!important
    }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none
}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden
}

.content img {
    width: 100%
}

.content .content-overlay {
    background: url(../images/p-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

.content-details {
    position: absolute;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.content:hover .content-details {
    top: 45%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px
}

.content-details h4 {
    background-color: #fff;
    width: 25%;
    padding: 2px 0
}

.content-details p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px
}

.content-details a {
    color: #0058ae;
    font-size: 20px;
    background-color: #fff;
    padding: 7px 30px;
    border-radius: 40px;
    transition: all 1s ease
}

.content-details a:hover {
    color: #fff;
    font-size: 20px;
    background-color: #0058ae;
    padding: 7px 30px;
    border-radius: 40px
}

.fadeIn-bottom {
    top: 50%
}

.fun-mn {
    padding: 50px 0 70px 0;
    background: url(../images/fun-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.ic-fn {
    background: url(../images/line.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 50px 0 50px 0;
    margin: 53px 0 0 0
}

.fun-inter {
    text-align: center;
    margin-left: 136px;
    margin-top: -60px
}

.fun-inter h2 {
    font-size: 20px;
    color: #000
}

.bt-fn {
    text-align: center
}

.bt-fn h2 {
    font-size: 32px;
    color: #0058ae;
    padding-top: 50px
}

.bt-fn p {
    font-size: 22px;
    color: #000;
    padding-top: 10px
}

.bt-fn a {
    font-size: 18px;
    color: #fff;
    background-color: #0058ae;
    padding: 10px 38px;
    margin-top: 35px!important;
    display: -webkit-inline-box;
    border-radius: 40px;
    transition: all 1s ease
}

.bt-fn a:hover {
    background-color: #000
}

.fun-inter2 {
    text-align: center;
    margin-left: 0;
    margin-top: -60px
}

.fun-inter2 h2 {
    font-size: 20px;
    color: #000
}

.fun-inter3 {
    text-align: center;
    margin-left: -131px;
    margin-top: -60px
}

.fun-inter3 h2 {
    font-size: 20px;
    color: #000
}

.call-2 {
    background: url(../images/call-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.call-bt {
    float: right
}

.call-mnt h2 {
    color: #000;
    font-size: 20px
}

.call-bt a {
    font-size: 18px;
    color: #fff;
    background-color: #0058ae;
    padding: 10px 38px;
    border-radius: 40px;
    transition: all 1s ease
}

.call-bt a:hover {
    background-color: #000;
    color: #fff
}

.btm-ft-mn {
    background-color: #000;
    padding: 30px 0 10px 0
}

.by-bn {
    float: right
}

.ftr-tp {
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    padding: 0 0 20px 0
}

.pd-no {
    padding: 0
}

.qk-mn {
    border-bottom: solid 1px rgba(255, 255, 255, .25)
}

.qik-lnk {
    border-right: solid 1px rgba(255, 255, 255, .25);
    padding-left: 14px;
    min-height: 270px
}

.qik-lnk h2 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    padding: 20px 0 20px 0
}

.qik-lnk ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 43px
}

.qik-lnk ul li a:hover {
    color: #0058ae
}

.adrs-mn {
    border-right: solid 1px rgba(255, 255, 255, .25);
    min-height: 270px
}

.adrs-mn h2 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    padding: 20px 0 20px 30px
}

.adrs-mn ul {
    padding: 9px 30px 0 30px
}

.adrs-mn ul li {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 10px;
    display: flex
}

.ft {
    padding-right: 20px;
    padding-top: 7px;
    font-size: 20px
}

.sbs {
    padding-right: 13px
}

.sbs h2 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    padding: 20px 0 20px 30px
}

.sbs p {
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
    padding: 9px 0 10px 30px
}

.tf {
    background-color: #fff;
    border-radius: 40px;
    padding: 0 0;
    margin-left: 20px;
    width: 97%
}

input.sbsc {
    border-radius: 40px;
    padding: 0 0 0 20px;
    width: 85%;
    float: left;
    margin-top: 17px
}

input.sbsc-bt {
    border-radius: 50%;
    width: 15%;
    padding: 16px;
    margin-left: 0;
    background: url(../images/fly.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0058ae;
    display: block
}

p.cpy {
    text-align: center;
    color: #fff;
    padding: 20px 0 0 0
}

.cust-mn {
    padding: 50px 0 90px 0;
    background: url(../images/cus-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.cust-mn h2 {
    color: #000;
    font-size: 34px;
    text-align: center;
    padding: 0 0 30px 0
}

.custo-inner {
    background-color: #fff;
    text-align: center;
    padding: 40px 15px;
    min-height: 449px
}

.custo-inner img {
    width: 30%
}

.custo-inner h2 {
    font-size: 20px;
    color: #000;
    padding: 20px 0 10px 0;
    line-height: 30px
}

.custo-inner p {
    font-size: 15px;
    color: #000;
    line-height: 26px
}

.carousel-bg .carousel-inner .item {
    background-size: cover;
    background-position: center;
    min-height: 609px
}

.carousel-bg .carousel-inner .item2 {
    background-size: cover;
    background-position: center;
    min-height: 300px
}

.carousel-bg .carousel-inner .item3 {
    background-size: cover;
    background-position: center;
    min-height: 528px
}

.slide {
    margin-top: 30px
}

.sd-bn-tx {
    position: absolute;
    left: 8%;
    top: 50%
}

.sd-bn-tx h2 {
    font-size: 42px;
    color: #fff;
    line-height: 55px;
    font-weight: 100
}

.sd-bn-tx p {
    font-size: 20px;
    color: #fff;
    padding-top: 15px
}

.semi-transparent-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    background-color: rgba(255, 255, 255, .2);
    width: 100%
}

.semi-transparent-header.affix {
    top: 0;
    background-color: #000
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: #0159ae;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1050
}

#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:hover {
    background: rgba(0, 0, 0, .9)
}

#return-to-top:hover span {
    color: #fff
}

.stning-main {
    padding: 50px 0 20px 0;
    background: url(../images/st-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.stnig-fetr {
    text-align: center
}

.stnig-fetr h1 {
    font-size: 34px;
    color: #000;
    padding: 0 0 5px 0
}

.stnig-fetr p {
    font-size: 20px;
    color: #0058ae
}

.sl-tm-tk {
    font-size: 32px;
    color: #000;
    padding: 20px 0 0 0;
    text-align: center
}

.dl-tm-lf {
    padding: 60px 50px 0 0
}

.dl-tm-lf ul li {
    font-size: 20px;
    color: #000;
    line-height: 70px;
    background: url(../images/check.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-align: right;
    padding: 0 50px 0 0
}

.tm-tal {
    padding: 40px 0 0 0;
    text-align: center
}

.dl-tm-lf2 {
    padding: 60px 0 0 50px
}

.dl-tm-lf2 ul li {
    font-size: 20px;
    color: #000;
    line-height: 70px;
    background: url(../images/check.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
    padding: 0 0 0 50px
}

.lf-pod {
    margin-top: 50px!important
}

.by-nw {
    margin-top: 0
}

.by-nw a {
    font-size: 18px;
    color: #fff;
    background-color: #0058ae;
    padding: 10px 38px;
    border-radius: 40px;
    transition: all 1s ease;
    margin: 0 auto;
    display: table;
    text-align: center
}

.by-nw a:hover {
    background-color: #000
}

.by-nw2 {
    margin-top: 101px
}

.by-nw2 a {
    font-size: 18px;
    color: #fff;
    background-color: #0058ae;
    padding: 10px 38px;
    border-radius: 40px;
    transition: all 1s ease;
    margin: 0 auto;
    display: table;
    text-align: center
}

.by-nw2 a:hover {
    background-color: #000
}

.clr-cng {
    bottom: 10px
}

.clr-cng li {
    background-color: #d3d3d3!important
}

.clr-cng .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #0058ae!important
}

.partner-th {
    background: url(../images/part-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.partn-hdn h2 {
    font-size: 34px;
    color: #000;
    padding: 0 0 40px 0;
    text-align: center
}

.part-mn-tx {
    text-align: center;
    background-color: #fff;
    padding: 30px 30px;
    min-height: 210px
}

.part-mn-tx h2 {
    font-size: 20px;
    color: #000;
    padding: 20px 0 15px 0;
    line-height: 26px
}

.lne {
    background-color: #0159ae;
    padding: 2px 0;
    width: 30%;
    margin: 0 auto
}

.part-mn-tx p {
    font-size: 15px;
    color: #000;
    padding: 10px 0 0 0;
    line-height: 24px
}

.load-main {
    background: url(../images/load-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.lod-hdn {
    text-align: center;
    padding-bottom: 30px
}

.lod-hdn h2 {
    font-size: 34px;
    color: #000;
    padding: 0 0 10px 0
}

.lod-hdn p {
    font-size: 18px;
    color: #0058ae
}

.lod-txr {
    text-align: center
}

.lod-txr h2 {
    font-size: 18px;
    color: #000;
    padding-top: 20px
}

.enq-main {
    padding: 50px 0
}

.enq-mdl {
    background: url(../images/enquire.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.enq-mdl h2 {
    font-size: 34px;
    color: #000;
    padding: 0 0 30px 0;
    text-align: center
}

.ent {
    border: none;
    padding: 26px 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .788235294117647);
    box-shadow: 0 5px 14px #dadada
}

.cstm-but {
    margin: 7px auto 0 auto;
    background-color: #0159ae;
    padding: 10px 59px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    font-size: 18px;
    transition: all 1s ease
}

.cstm-but:hover {
    background-color: #000;
    color: #fff
}

@keyframes pulse_animation {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 88, 174, .8)
    }
    100% {
        box-shadow: 0 0 0 200px rgba(0, 88, 174, 0)
    }
}

#pulse-wrapper {
    z-index: -1050;
    margin: -192px auto 0 auto;
    display: -webkit-box
}

#pulse-wrapper #pulse {
    margin: auto
}

#pulse-wrapper #pulse span {
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0058ae;
    animation: pulse_animation 1.5s infinite;
    z-index: -1
}

#pulse-wrapper #pulse span:nth-child(2) {
    animation-delay: .8s
}

#pulse-wrapper #pulse span:nth-child(3) {
    animation-delay: .4s
}

.hm-ab-ab {
    padding: 30px 0;
    background: url(../images/st-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.hm-abt-dec-ab {
    padding: 0 0 20px 0
}

.hm-abt-dec-ab h1 {
    font-size: 34px;
    color: #000;
    padding: 0 0 15px 0
}

.hm-abt-dec-ab p {
    font-size: 15px;
    color: #000;
    line-height: 28px
}

.nw-pd {
    padding: 20px 0 0 0
}

.stning-main2 {
    padding: 50px 0 50px 0;
    background: url(../images/st-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.mn-hgt-cm {
    min-height: 500px!important
}

.dl-tm-lf-p {
    padding: 60px 41px 0 0
}

.dl-tm-lf-p ul li {
    font-size: 18px;
    color: #000;
    line-height: 70px;
    background: url(../images/check.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-align: right;
    padding: 0 50px 0 0
}

.dl-tm-lf-p2 {
    padding: 60px 0 0 41px
}

.dl-tm-lf-p2 ul li {
    font-size: 18px;
    color: #000;
    line-height: 70px;
    background: url(../images/check.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
    padding: 0 0 0 50px
}

.pad-sv {
    padding-bottom: 143px
}

h1.margi {
    padding-top: 0;
    line-height: 50px;
    margin-bottom: 30px
}

.bb-nw-m {
    margin-top: 150px
}

.bb-nw-m1 {
    margin-top: 130px
}

.bb-nw-m2 {
    margin-top: 50px
}

.bb-nw-m3 {
    margin-top: 0
}

.repeat-1 {
    margin-top: 100px
}

.mb-mar1 {
    margin-top: 100px
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 1050
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup2 {
    margin: 150px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out;
    border: 10px solid #0070ba
}

.popup2 h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif
}

.popup2 .close2 {
    position: relative;
    top: inherit;
    right: inherit;
    transition: all .2s;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: #333;
    float: right
}

.popup2 .close:hover {
    color: #06d85f
}

.popup2 .content1 {
    overflow: auto;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%
}

.bubm {
    background: #0070ba;
    width: 50%;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 0 auto;
    display: block;
    border-radius: 40px
}

.bubm:hover {
    background-color: #000;
    color: #fff
}

@media screen and (max-width:700px) {
    .popup2 {
        width: 70%
    }
}

.content1 h2 {
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 30px
}

.plx-fc {
    background: url(../images/st-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

div#myCarousel2 img {
    width: 100%;
}

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .85;
    -moz-opacity: .85;
    z-index: 101;
    display: none
}

.delayedPopupWindow {
    display: none;
    position: fixed;
    top: 50%;
    left: 48%;
    margin-left: -260px;
    margin-top: -180px;
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 102;
    padding: 5px
}

#btnClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #000;
    position: absolute;
    padding-right: 15px;
    font-weight: 600
}

#btnClose:hover {
    color: #c90c12
}

@media (max-width:768px) {
    .delayedPopupWindow {
        top: 50%;
        left: 44%
    }
}

@media (max-width:767px) {
    .delayedPopupWindow {
        top: 50%;
        left: 79%;
        margin-left: -260px;
        margin-top: -180px;
        width: 80%
    }
    .delayedPopupWindow img {
        width: 100%
    }
}

@media (max-width:320px) {
    .delayedPopupWindow {
        top: 50%;
        left: 90%
    }
}


.tp-ar {
    margin-top: 5px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.prs p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #353535;
}
.by-nw2.prs p span {
    text-decoration: line-through;
    padding-right: 10px;
    color: #ccc;
}













.effect {
  width: 100%;
  padding: 10px 0px 10px 0px;
  background-color: #212121;
}
.effect h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 3px;
}
.effect:nth-child(2n) {
  background-color: transparent;
}
.effect:nth-child(2n) h2 {
  color: #212121;
}
.effect .buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

/*common link styles !!!YOU NEED THEM*/
.effect .buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  visibility: hidden;
}
.effect a {
  text-decoration: none !important;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  visibility: visible;
}
.effect a i {
  position: relative;
  z-index: 3;
}
.effect a:after {
  content: attr(title);
  visibility: hidden;
  width: 190px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  z-index: 400;
  font-size: 18px;
}
.effect a:nth-child(-n+4):after {
  position: absolute;
  top: 0;
  left: 70px;
  text-align: left;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.effect a:nth-child(n+5):after {
  position: absolute;
  top: 0;
  right: 70px;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.effect a.fb {
  background-color: #3b5998;
}
.effect a.tw {
  background-color: #00aced;
}
.effect a.g-plus {
  background-color: #dd4b39;
}
.effect a.dribbble {
  background-color: #ea4c89;
}
.effect a.pinterest {
  background-color: #cb2027;
}
.effect a.insta {
  background-color: #bc2a8d;
}
.effect a.in {
  background-color: #007bb6;
}
.effect a.vimeo {
  background-color: #1ab7ea;
}


/* phebe effect */
.effect.phebe a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.effect.phebe .buttons:hover a:not(:hover) {
  -webkit-transform: scale(0.6) rotate(360deg);
          transform: scale(0.6) rotate(360deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.effect.phebe .buttons:hover a:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 2px 2px 1px rgba(0, 0, 0, 0.2), 3px 3px 1px rgba(0, 0, 0, 0.2), 4px 4px 1px rgba(0, 0, 0, 0.2), 5px 5px 1px rgba(0, 0, 0, 0.2), 6px 6px 1px rgba(0, 0, 0, 0.2), 7px 7px 1px rgba(0, 0, 0, 0.2), 8px 8px 1px rgba(0, 0, 0, 0.2);
}
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}
























