
/*-------------------------------------------------------

    CSS INDEX
    ===================
1. Theme Default CSS


-------------------------------------------------------*/


/*Importing Font*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900&display=swap');



/* ....................................
1. Theme Default CSS
.......................................*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .4px
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

body.modal-open {
    position: fixed;
}

*:focus {
    outline: 0;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a,
button {
    outline: medium none;
}

button {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: .3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    line-height: 1.3;
}

h1 {
    font-size: 55px;
    line-height: 1.2;
    font-weight: bold;
}

h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.9;
    margin-bottom: 15px;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

*::placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

.input-border::-moz-placeholder {
    color: #201c15;
    font-weight: normal;
}

.blue{
    color: #4b9dff;
}
.black{
    color: #32363a;
}

.input-border::placeholder {
    color: #201c15;
    font-weight: normal;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    border-radius: 0px;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #fff;
}

.bg-white {
    background: #ffffff;
}
.get-quote[data-overlay]:before{
    background: #2989d8;
}
.bg-cover {
    background-size: cover !important;
    background-position: center center !important;
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-position: center center;
}

[data-overlay]::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-overlay="1"]::before {
    opacity: 0.1;
}

[data-overlay="2"]::before {
    opacity: 0.2;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

[data-overlay="9"]::before {
    opacity: 0.9;
}


.input-white {
border: none;
    position: relative;
    border-radius: 5px;
    height: 57px;
    padding: 0px 20px;
}

.input-white+i {
    position: absolute;
    right: 25px;
    font-size: 15px;
    opacity: 1;
    color: #4b9dff;
}
textarea.input-white{
    height: 103px;
    padding-top: 20px;
}
.btn.btn-black {
    background-color: #32363a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 45px;
    border-radius: 8px;
}
.bg-grey{
    background-color: #eff2fb;
}



/*Buttons*/

.btn,
.btn:hover {
    border-radius: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
/* ....................................
2. Header
.......................................*/

.social-icons li {
    display: inline-block;
    margin-right: 20px;
}

.social-icons li:last-child {
    margin-right: 0px;
}

.email-head,
.social-head {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu-1 ul li {
    display: inline-block;
    margin-right: 6px;
    position: relative;
}

.main-menu-1>div>ul>li {
    padding: 7px 0px;
    padding-top: 9px;
}

.main-menu-1>ul>li {
    padding: 15px 0px;
}

.main-menu-1 ul li a {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 21px;
}

.main-menu-1 ul li a.active {
    border-radius: 50px;
    position: relative;
}

.main-menu-1 li .submenu {
    position: absolute;
    width: 220px;
    left: 17%;
    top: 34px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 13px 0px;
    padding-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 25;
    text-align: left;
    background-color: #fff;
}

.main-menu-1 li .submenu.right-align {
    left: initial;
    right: 0;
}

.main-menu-1 ul li a.active:after {
    position: absolute;
    content: close-quote;
    left: 13px;
    right: 17px;
    bottom: -28px;
    height: 2px;
}
.line-after-1 .main-menu-1 ul li a.active:after{
    bottom: -30px;
}

.head-type-1.fixed-nav  .line-after-1 .main-menu-1 ul li a.active:after{
    bottom: -23px;
}

.main-menu-1 ul>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.main-menu-1 ul>li:hover>.submenu.right-align {
    left: initial;
}

.main-menu-1>ul>li>a:hover,
.main-menu-1>ul>li>a.active {
    border-radius: 50px;
}

.main-menu-1>ul>li a:hover {
    border-radius: 50px;
}

.main-menu-1 li .submenu li a {
    font-size: 13px;
    width: 100%;
    display: block;
    padding: 7px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu-1 li .submenu li {
    width: 100%;
    margin-right: 0px;
}

.main-menu-1 li .submenu li:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
}

.main-menu-1 li .submenu li:last-child a {
    border: none;
}

.main-menu-1 ul li a span {
    margin-left: 5px;
}

.main-menu-1 li .submenu li a:hover {
    border-radius: 0px;
}

.emergency {
    padding: 15px 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.head-type-1 {
    background-color: #fff;
}

.head-type-1.fixed-nav .emergency p {
    display: none;
}

.emergency img {
    position: absolute;
    left: -22px;
    top: 0;
    opacity: 0.15;
}

.head-1-book {
    border: 2px solid;
    padding: 7px 18px;
    font-size: 15px;
}

.head-1-book:hover {
    color: #fff;
}

.emergency p {
    margin-bottom: 0px;
}

.shine-inf {
    background-image: linear-gradient( to right, transparent 33%, rgba(255, 255, 255, 0.15) 50%, transparent 66%);
    background-size: 300% 100%;
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        background-position: right;
    }
    100% {
        background-position: left;
    }
}

.head-type-2.fixed-nav {
    position: fixed;
    -webkit-transition: all .4s;
    left: 0;
    top: 0;
    background-color: #fff;
    right: 0;
    transition: all .4s;
    box-shadow: 0 4px 10px rgba(40, 47, 65, 0.06);
    z-index: 20;
}

.head-type-2.fixed-nav {
    box-shadow: 0 4px 10px rgba(40, 47, 65, 0.1);
    padding: 8px 0px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}

.head-type-1.fixed-nav .emergency {
    padding: 21px 40px;
}

.mean-container .mean-nav {
    max-height: 80vh;
    overflow: scroll;
}

.head-type-1.fixed-nav .main-menu-1 ul li a.active:after {
    bottom: -18px;
}

.mobile-menu .mean-nav {
    margin: 0;
    background-color: #fff;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.mean-container a.meanmenu-reveal span {
    height: 2px;
    width: 30px;
    margin-top: 6px;
    background: #4b9dff;
}

.mean-container a.meanmenu-reveal {
    top: -60px;
    -webkit-transition: none;
    transition: none;
    color: #4b9dff;
}

.mean-container .mean-bar {
    min-height: 0px;
    padding: 0px;
    top: 15px;
    background-color: #32363a;
    background: #32363a;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 99;
}

.head-type-2 .mean-container .mean-nav{
    background:none;
    height: 0;
}
.head-type-2 .meanmenu-reveal.meanclose + .mean-nav{
    height: auto;
}
.bottom-head .meanmenu-reveal.meanclose + .mean-nav{
    margin-top: 43px;
}

.mean-container a.meanmenu-reveal span.close-menu {
    background: none;
    font-size: 21px;
}


/*header type 2*/

.head-type-2 {
    padding: 25px 0px;
    position: fixed;
    left: 0;
    transition: all .4s;
    top: 0;
    right: 0;
    z-index: 5;
}
.logo img {
    max-width: 153px;
}

.head-1-book-2 {
    padding: 13px 21px;
    font-size: 14px;
    color: #fff;
    background-color: #4b9dff;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 0px 4px 14px 0px rgba(75, 157, 255, 0.4);
}

.head-1-book-2:hover {
    color: #fff;
}

.head-1-book-call {
    border: 1px solid #fff;
    padding: 7px 18px;
    font-size: 15px;
    color: #fff;
}

.head-type-2 .main-menu-1 ul li a {
    color: #32363a;
    font-weight: 500;

}
.head-type-2 .main-menu-1 ul li a:after {
    position: absolute;
    content: close-quote;
    left: 21px;
    right: 100px;
    bottom: -8px;
    height: 2px;
    background-color: #4b9dff;
    -webkit-transition: all .4s;
    
}
.head-type-2 .main-menu-1 ul li a:hover:after{
    right: 21px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.head-type-2 .main-menu-1 ul li a:hover{
    color: #4b9dff;
}

.head-type-2 .main-menu-1 ul li a.active {
    color: #4b9dff;
}
.head-1-book-2:hover,
.banner-im-row .btn-blue:hover {
    box-shadow: 0px 11px 14px 0px rgba(75, 157, 255, 0.4);
    transform: scale(1.04);
}

.head-type-2 .main-menu-1 li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(247, 247, 247, 0.05);
}

.head-type-2 .main-menu-1.menu-2 ul li a.active:after {
    position: absolute;
    content: close-quote;
    left: 21px;
    right: 21px;
    bottom: -8px;
    height: 2px;
    background-color: #4b9dff;
}
.head-type-2.fixed-nav .main-menu-1.menu-2 ul li a.active:after {
    bottom: -19px;
    height: 3px;
}


.head-type-2 .main-menu-1 ul li {
    display: inline-block;
    margin-right: 2px;
    position: relative;
}

.head-1-book-call:hover {
    color: #fff;
}





/*header type 4*/

.left-head .social-head ul {
    display: inline-block;
}

.topheader {
    padding: 19px 0px;
}

.social-head ul li a {
    font-size: 16px;
}

.social-head ul li {
    margin-right: 14px;
}

.left-head .email {
    font-size: 15px;
}

.right-head .btn.btn-blue {
    padding: 8px 17px;
    font-weight: 500;
}

.bottom-head .header-1 ul li a {
    color: #fff;
}

.bottom-head .main-menu-1>div>ul>li {
    margin-right: 10px;
    padding: 0;
}

.bottom-head .main-menu-1 li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(247, 247, 247, .1);
}

.bottom-head .main-menu-1>div>ul>li>a.active,
.bottom-head .main-menu-1>div>ul>li>a:hover {
    color: #fff;
    border-radius: 0px;
}

.bottom-head .main-menu-1>div>ul>li>a {
    padding: 12px 15px;
    display: block;
}

.bottom-head .main-menu-1 li .submenu {
    top: 46px;
}

.search-popup .modal-content {
    background: none;
    border: none;
}

.search-popup .modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.input-search {
    height: 70px;
    background: #fff;
    border-radius: 0;
    border: 2px solid;
    padding-left: 40px;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
}

.input-search+i {
    position: absolute;
    right: 40px;
    font-size: 20px;
}

.close-search-modal {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 25px;
    color: #fff;
    opacity: .5;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 14px;
}

/* ....................................
3. Banner
.......................................*/

.each-slider {
    min-height: 670px;
    background-size: cover;
    background-position: 32%;
}

.banner-text-left {
    margin-left: 90px;
    max-width: 750px;
    position: relative;
}
.banner-text-left .banner-check-list {
    margin-bottom: 15px;
}
.bnr-ic-img {
    position: absolute;
    width: initial !important;
}

.banner-img img {
    position: absolute;
    left: -68px;
    top: 50%;
    transform: translateY(-17%);
    width: auto !important;
    max-width: 750px;
}

.banner-check-list li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 400;
}

.banner-check-list li:last-child {
    margin: 0;
}

.banner-check-list li i {
    margin-right: 7px;
}

.banner-text-left p {
    max-width: 550px;
    margin-bottom: 6px;
}

.dots-img {
    position: absolute;
    max-width: 111px;
    left: -20px;
    top: 0;
}

.main-slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 75px;
    color: #fff;
    border: 2px solid;
}

.main-slider.owl-carousel .owl-nav .owl-prev {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 0;
    font-size: 20px;
}
.banner-im-row .btn-blue {
    padding: 14px 30px;
    font-size: 14px;
    color: #fff;
    background-color: #4b9dff;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 0px 4px 14px 0px rgba(75, 157, 255, 0.4);
}

.main-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.main-slider.owl-carousel .owl-nav button:hover i {
    color: #fff;
}


/*banner-type 2*/

.slider-2 {
    min-height: 710px;
}

.banner-check-list.white li i {
    color: #fff;
}

.banner-text-left.slide-type-2 {
    margin-left: 0px;
}

.banner-quote-form {
    padding: 38px 28px;
    text-align: center;
    border-radius: 6px;
    padding-top: 26px;
}


.input-white.select-nice {
    width: 100%;
}

.banner-quote-form .input-white {
    padding: 6px 14px;
}

.banner-quote-form .form-group {
    margin-bottom: 15px;
}

.banner-quote-form .input-white:focus+i {
    opacity: 1;
}

.banner-quote-form .input-white+i {
    font-size: 14px;
}

.banner-quote-form .btn-blue {
    font-size: 14px;
    box-shadow: none;
}

.sp-padd-sel1 {
    padding-right: 7px;
}

.sp-padd-sel2 {
    padding-left: 7px;
}


/*banner type 3*/

.slider-3.vector-slide {
    min-height: 645px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #eff2fb;
}

.zip-code-input {
    max-width: 400px;
    height: 55px;
}


.zip-code-input .input-white {
    height: 55px;
}

.zip-code-input .btn-black {
    min-width: 72px;
}
.banner-im-row {
padding-bottom: 88px;
    padding-top: 130px;
}
.zip-code-input .input-white+i {
    position: absolute;
    right: 93px;
    font-size: 15px;
    z-index: 9;
    opacity: 0.3;
}

.slider-3 .banner-text-left {
    margin: 0;
}

.banner-3-check li img {
    max-width: 23px;
}

.banner-3-check li h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.banner-3-check {
    max-width: 550px;
}

.banner-3-check.check-list2 li {
    padding-left: 40px;
}
.main-slider-2 .owl-dots {
    max-width: 1108px;
    margin: auto;
    position: relative;
    bottom: 56px;
}

.main-slider-2 .owl-dots .owl-dot {
    width: 30px;
    background-color: #4b9dff;
    height: 3px;
    margin-right: 20px;
    opacity: .5;
}

.main-slider-2 .owl-dots .owl-dot.active {
    opacity: 1;
}
.search-popup .modal-content {
    background: none;
    border: none;
}

.search-popup .modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.input-search {
    height: 70px;
    background: #fff;
    border-radius: 0;
    border: 2px solid;
    padding-left: 40px;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
}

.input-search+i {
    position: absolute;
    right: 40px;
    font-size: 20px;
}

.close-search-modal {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 25px;
    color: #fff;
    opacity: .5;
}
.bnr-ic-img.bb1 {
    top: -7%;
    left: -15%;
}

.bnr-ic-img.bb2 {
    bottom: 23%;
    left: -24%;
}

.bnr-ic-img.bb3 {
    bottom: -11%;
    right: 29%;
}

/* ....................................
4. Service area
.......................................*/

.main-heads h1 {
    font-size: 35px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
}

.main-heads .sub-head {
    font-weight: 700;
    color: #4b9dff;
    margin-bottom: 4px;
    position: relative;
    z-index: 10;
}
.main-heads.white .sub-head {
    color: #fff;
}

.main-heads {
    position: relative;
}

.main-heads .faded-head {
    font-size: 134px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 5;
    opacity: 0.04;
    color: #4b9dff;
    line-height: 1;
}
.service-box {
    padding: 35px 22px;
    background-color: #eff2fb;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all .4s;
}

.service-box .ser-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: auto;
    line-height: 96px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.service-box .ser-text h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.service-box .ser-text p {
    margin-bottom: 11px;
}

.line-btn {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4b9dff;
    border-bottom: 2px solid #4b9dff;
    padding-top: 5px;
    display: inline-block;
}

.service-box .ser-icon.green {
    background-color: #9cecd6;
}
.service-box .ser-icon.orange{
   background-color: #f0af7a; 
}
.service-box .ser-icon.violet{
   background-color: #a6b3fa; 
}
.service-box .ser-icon.blue{
   background-color: #90ebf5; 
}

.service-box .ser-icon img {
    opacity: .5;
}
.service-box:hover {
    background-color: #4b9dff;
    transition: all .4s;
}
.service-box:hover .ser-icon{
    -webkit-transform: translateY(-10px) rotateY(180deg);
    -ms-transform: translateY(-10px) rotateY(180deg);
    -o-transform: translateY(-10px) rotateY(180deg);
    transform: translateY(-10px) rotateY(180deg);
        background-color: #fff;
}

.service-box:hover .ser-text {
    color: #fff;
}

.service-box:hover .line-btn {
    color: #fff;
    border-color: #fff;
}
.ser-ic-img {
    position: absolute;
    right: 0%;
    top: 9%;
}
section.about {
    background-color: #eff2fb;
}

/* ....................................
5. About area
.......................................*/

img.abt-img {
    position: absolute;
    right: 0;
    width: initial;
    max-width: 670px;
}
.btn.btn-blue {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #4b9dff;
    font-weight: 400;
    border-radius: 7px;
}

.btn.btn-blue.bordered {
    color: #4b9dff;
    background: none;
    border: 2px solid #4b9dff;
}

.btn.btn-blue:hover {
    box-shadow: 0px 4px 14px 0px rgba(75, 157, 255, 0.4);
}

.btn.btn-blue.bordered:hover {
    color: #fff;
    background-color: #4b9dff;
}
.abt-icon-bx {
    position: relative;
    padding-left: 65px;
}

.abt-icon-bx .ab-icon-bx {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    left: 0;
    top: -1px;
}
.s-bg-blue{
    background-color: #90ebf5;
}
.s-bg-orange{
    background-color: #f0af7a;
}
.s-bg-green{
    background-color: #a0efd8;
}
.s-bg-violet{
    background-color: #d29df7;
}
.s-bg-red{
    background-color: #f59d9d;
}
.s-bg-yellow{
    background-color: #f0eb93;
}

.abt-icon-bx p {
    margin: 0;
}
img.abt-bg-1 {
    position: absolute;
    right: 7%;
    top: 15%;
}
img.abt-bg-2 {
    position: absolute;
    right: 11%;
    bottom: 10%;
}

/* ....................................
6. How we work area
.......................................*/

.each-process {
    text-align: center;
    padding: 0px 25px;
    position: relative;
}

.each-process .dot-line-ac {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    margin: auto;
    border-radius: 50%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.each-process h5 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .4s;
}
.each-process:hover h5 {
    color: #4b9dff;
    transition: all .4s;
    letter-spacing: 1px;
}

.each-process p {
    margin-bottom: 0px;
}

.each-process .dot-line-ac:after {
    position: absolute;
    content: close-quote;
    width: 222px;
    height: 2px;
    background-color: #4b9dff;
    top: 6px;
    left: 13px;
    opacity: .2;
}

.the-process ul li:last-child .each-process .dot-line-ac:after {
    width: 0;
}
img.hw-bg-ic1 {
    position: absolute;
    right: 10%;
    top: 20%;
}

img.hw-bg-ic2 {
    position: absolute;
    left: 5%;
    bottom: 12%;
}

/* ....................................
6. Why us area
.......................................*/
.why-us {
    background-color: #eff2fb;
}
img.why-us-img {
    position: absolute;
    right: -90px;
    width: initial;
    max-width: 630px;
    top: -55px;
    z-index: 5;
}
.why-boxes .abt-icon-bx{
 margin-bottom: 20px;
}

.contact-fms .form-group {
margin-bottom: 16px;
    padding: 0px 8px;
}
/* ....................................
7. Projects area
.......................................*/
.project-img img {
    width: 100%;
}
.project-text {
    background-color: #fff;
    padding: 27px 33px;
    position: relative;
    padding-right: 102px;
}

.btn-project {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
}

.project-text p {
    margin: 0px;
}

.btn-project:before {
    position: absolute;
    content: close-quote;
    width: 50px;
    height: 50px;
    background-color: #4b9dff;
    z-index: -1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
    box-shadow: 0px 4px 14px 0px rgba(75, 157, 255, 0.4);
    transition: all .4s;
}

.project-text h3 {
    font-size: 24px;
    font-weight: 500;
    transition: all .4s;
}
.each-project:hover .project-text h3 {
    color: #4b9dff;
    transition: all .4s;
}

.each-project:hover .project-text .btn-project {
    right: 42px;
}

.each-project:hover .project-text .btn-project:before {
    right: -5px;
    transition: all .4s;
}
.each-project {
    position: relative;
    overflow: hidden;
    transition: all .4s;
    margin-bottom: 30px;
}
.each-project:hover {
    box-shadow: 0 8px 34px -14px rgb(203, 208, 224);
    transition: all .4s;
    transform: scale(1.02);
}
.each-project:before{
position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background-image: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.each-project:hover:before{
    -webkit-animation: shine .75s;
    -ms-animation: shine .75s;
    -o-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {left: 125%;}
}
@keyframes shine {
  100% {left: 125%;}
}

.project-row{
    max-width: 1042px;
    margin: auto;
}
.btn-blue.btn-md {
    font-weight: bold;
    padding: 15px 43px;
}
/* ....................................
7. Why us area
.......................................*/

.quote-nav {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
}

.quote-icon-2 {
position: absolute;
    top: 1px;
    z-index: -1;
    font-size: 215px;
    line-height: 1;
    color: #eff2fb;
    left: -15px;
}

.happyclients {
    padding: 40px 50px;
    border: 3px solid;
    position: relative;
}

.happyclients:before {
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.logo-each {
    padding: 34px 23px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 117px;
}

.logo-each img {
    opacity: .8;
}

.clients-logos {
    overflow: hidden;
}

.clients-logos .logo-each {
    margin-bottom: -2px;
    margin-right: -4px;
}

.client-text-2 {
    text-align: left;
}

.fade-texts {
    position: absolute;
    left: 0;
    font-size: 110px;
    top: -55px;
    opacity: 0.04;
    z-index: 4;
}
.fade-texts.my-style {
    font-size: 115px;
    width: 100%;
    left: 50%;
    top: 50%;
}
.fade-texts.testi-2s {
    position: absolute;
    left: 0;
    font-size: 120px;
    top: -61px;
    opacity: 0.05;
    z-index: 1;
}
.cont-fade {
    position: absolute;
    left: 69px;
    font-size: 150px;
    top: -3px;
    opacity: 0.05;
    z-index: -1;
    font-weight: bold;
}
.bg-black {
    background-color: #000;
}
.quote-nav:hover {
    transform: scale(1.12);
    filter: drop-shadow(0px 4px 3px #ccc);
}
.each-quote h4 {
    color: #4b9dff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
.each-quote .img-div {
    max-width: 56px;
    border: 1px solid #4b9dff;
    padding-bottom: 0px;
    border-radius: 50%;
    padding: 4px;
}

.bg-blue{
    background-color: #4b9dff;
}
.bottom-footer {
    background-color: #e5e9f4;
}
.footer-contacty li {
    display: inline-block;
    margin-left: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #32363a;
}

.footer-contacty li i {
    width: 42px;
    height: 42px;
    background-color: #4b9dff;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 17px;
    border-radius: 50%;
    margin-right: 14px;
}
.footer-nav li {
    display: inline-block;
    margin-right: 50px;
}

.footer-nav li a {
    color: #32363a;
}

.footer-nav li a:hover,.footer-nav li.active a {
    color: #4b9dff;
}
.footer-nav li {
    display: inline-block;
    margin-right: 50px;
}

.footer-nav li a {
    color: #32363a;
}

.footer-nav li a:hover,.footer-nav li.active a {
    color: #4b9dff;
}

ul.social-icons li a {
    color: #32363a;
}

ul.social-icons li a:hover {
    color: #4b9dff;
}
.banner-img:after {
    height: 450px;
    width: 450px;
    background: white;
    border-radius: 50%;
    -webkit-animation: rectangleimg 3s linear infinite;
    animation: rectangleimg 3s linear infinite;
    position: absolute;
    left: 10%;
    top: -43px;
    content: "";
    z-index: -1;
}

@-webkit-keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .3)
    }
    90% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
}

@keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .3)
    }
    90% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
}
img.bg-rtatr {
    width: 100%;
    float: right;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 42%; -webkit-animation: ani-rotate 50s linear infinite;
    animation: ani-rotate 50s linear infinite;
    position: absolute;
    max-width: 450px;
    top: -6%;
    right: 19%;
    opacity: 0.2;
}
@keyframes ani-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}


.why-us-div:after {
    height: 480px;
    width: 480px;
    background: white;
    border-radius: 50%;
    -webkit-animation: rectangleimg 3s linear infinite;
    animation: rectangleimg 3s linear infinite;
    position: absolute;
    left: 10%;
    top: -43px;
    content: "";
    z-index: 1;
    opacity: 0.9;
}

.each-process img {
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.each-process:hover img {
    -webkit-transform: translateY(-10px) rotateY(180deg);
    -ms-transform: translateY(-10px) rotateY(180deg);
    -o-transform: translateY(-10px) rotateY(180deg);
    transform: translateY(-10px) rotateY(180deg);
}
.scroll-btn {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 118px;
    background-color: #2989d8;
    bottom: 15px;
    border-radius: 50%;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    z-index: 50;
    text-align: center;
}
.scroll-btn:hover{
    color: #fff;
}

/* ....................................
8. About us area
.......................................*/

.inner-banner {
    min-height: 375px;
}

.inner-bnr-nav li {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.inner-bnr-nav li:last-child {
    margin: 0;
    padding: 0;
}

.inner-bnr-nav li:after {
    position: absolute;
    content: '/';
    margin-left: 9px;
    top: 4%;
    right: -5px;
}

.inner-bnr-nav li:last-child:after {
    display: none;
}

.inner-banner[data-overlay]::before{
    background-color: #fff;
}

.inner-pages .head-type-2 {
    border-bottom: 2px solid #eff2fb;
}
.why-us-div.missions:after{
    display: none;
}
.why-us-div.missions img.why-us-img {
    position: absolute;
    right: initial;
    width: initial;
    max-width: 580px;
    top: -105px;
    z-index: 5;
    left: 7px;
}

/* ....................................
9. Contact us
.......................................*/

.contacts-list li {
    position: relative;
    padding-left: 60px;
}

.contacts-list li .icon {
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 46px;
    border-radius: 50%;
    top: 7px;
}

.contacts-list li .sub-head {
    text-transform: inherit;
    font-size: 14px;
    font-weight: normal;
    margin-top: 1px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0px;
}

.contacts-list li p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.contact-form {
    padding: 33px;
    border-radius: 8px;
    padding-top: 27px;
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .input-white {
    padding: 6px 20px;
}

.contact-form .nice-select:after {
    height: 8px;
    width: 8px;
    right: 25px;
    top: 24px;
}

.contact-form textarea.input-white {
    padding-top: 16px;
}

.contact-form .input-white+i {
    right: 20px;
    font-size: 14px;
}

.contact-form .list {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    border: none;
}

/* ....................................
10. Career
.......................................*/

.job-list {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.job-list:after {
    position: absolute;
    content: close-quote;
    width: 2px;
    height: 76px;
    background: #eff2fb;
    right: 150px;
}

.icon-box.why-work-box {
    margin-bottom: 40px;
}

.icon-box.why-work-box .icon-img {
    width: 83px;
    margin-top: 6px;
}

.job-apply a.plus-btn {
    background-color: #4b9dff;
    color: #fff;
    font-weight: bold;
    padding: 9px 26px;
    font-size: 14px;
    border-radius: 5px;
}

.career-heads h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
}

.career-heads .col-lg-12 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 28px;
}

.career-heads p {
    max-width: 900px;
    margin: auto;
    margin-bottom: 13px;
}
/* ....................................
11. Portfolio details
.......................................*/

.line-right {
    position: relative;
}

.line-right:after {
    position: absolute;
    content: close-quote;
    height: 1px;
    width: 20px;
    background-color: #4b9dff;
    top: 50%;
    margin-left: 15px;
}

.case-info p {
    margin: 0;
}

.case-quote a {
    text-decoration: underline;
}

.each-gallery.case-gallery-links {
    margin-bottom: 30px;
}
.bg-light-white{
    background: #e9f1f9;
}
.gallery-links {
    position: relative;
    display: block;
}

.each-gallery {
    margin-right: 12px;
}

.gallery-links .full-cover {
    color: #fff;
}



.gallery-links .full-cover {
    opacity: 0;
}

.gallery-links:hover .full-cover {
    opacity: 1;
}
.gallery-links .full-cover{
    background-color: #4b9dff;
}
.thank-you {
    position: absolute;
    left: 7px;
    top: 0;
    transition: all .6s;
    right: 0;
    bottom: 0;
    background-color: rgb(50, 54, 58);
    text-align: center;
    padding: 25px 55px;
    color: #fff;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0.21,.1,.1);
    opacity: 0;
    transform-origin: 6% 91%;
    z-index: 1;
}
.thank-you .btn-black {
    background-color: #4b9dff;
}
.btn-black.thnk-btn {
    position: relative;
    z-index: 2;
}

.thank-you span.close-th {
    position: absolute;
    right: 23px;
    cursor: pointer;
    top: 20px;
    font-size: 18px;
}
.thank-you.zoomIn {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);  
    transition: all .6s;
    left: 0;
    opacity: 1;
}

.thank-you  h3 {
    font-size: 39px;
}
.thank-you .transform-center{
    width: 70%;
}

.thank-you h3 p {
    font-size: 15px;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}






