
@import url('https://fonts.googleapis.com/css2?family=Irish+Grover&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

:focus,button:focus,.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

a,button,input[type=submit] {
    cursor: pointer
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    color: #000;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,a :focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    font-family: poppins
}

body {
    font-size: 16px;
    font-family: poppins,sans-serif;
    color: #666
}

p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    font-weight: 300;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../web-images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 94% 50%
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-200 {
    padding-top: 200px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-130 {
    padding-bottom: 130px
}

.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px
}

.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.mb-25 {
    margin-bottom: 25px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-60 {
    margin-bottom: 60px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.mb-80 {
    margin-bottom: 80px!important
}

.mb-90 {
    margin-bottom: 90px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.mmt-10 {
    margin-top: -10px!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-10 {
    margin-top: 10px!important
}

.mt-15 {
    margin-top: 15px!important
}

.mt-20 {
    margin-top: 20px!important
}

.mt-25 {
    margin-top: 25px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-35 {
    margin-top: 35px!important
}

.mt-40 {
    margin-top: 40px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-60 {
    margin-top: 60px!important
}

.mt-70 {
    margin-top: 70px!important
}

.mt-80 {
    margin-top: 80px!important
}

.mt-100 {
    margin-top: 100px!important
}

.mtb-100 {
    margin-top: 100px!important;
    margin-bottom: 100px!important
}

.z-0 {
    z-index: 0;
    position: relative
}

#message {
    padding: 0;
    margin: 0
}

.help-block {
    color: #e31c25
}

.list-style {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-style li {
    list-style: none
}

.page-wrapper {
    overflow-x: hidden
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.social-profile.style1 li a,.social-profile.style2 li a,.search-area,.content-feature-list.style1 li span,.category-box.style2 ul li a span,.feature-item-wrap .feature-item .feature-icon,.feature-card.style3 .feature-info .feature-title span,.service-card.style3 .service-icon,.contact-item .contact-icon,.header-wrap .header-top .header-top-right,.select-lang .navbar-language .dropdown-toggle,.project-info-widget .project-info-list li,.schedule-widget ul li,.hero-wrap.style3 .hero-content .hero-btn,.hero-wrap.style3 .hero-content .hero-btn .play-video,.feature-card .feature-info .feature-title,.service-card.style2 .service-info .service-title,.service-card.style4 .service-info .service-title,.feature-wrap .feature-content .feature-item-wrap .feature-item,.testimonial-card .client-info-area,.testimonial-card .client-info-area .client-info-wrap,.testimonial-card-thumb .client-info-wrap,.post-navigation,.footer-wrap .footer-widget .social-link,.project-info-widget .project-share,.owl-carousel .owl-nav,.pp-post-item,.feature-item-wrap .feature-item,.currency-card,.service-card.style3,.counter-card-wrap,.contact-item,.wp-block-quote,.post-author,.comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero-wrap.style3 .hero-content .hero-btn .play-video .play-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.social-profile.style1 li a,.social-profile.style2 li a,.search-area,.content-feature-list.style1 li span,.category-box.style2 ul li a span,.feature-item-wrap .feature-item .feature-icon,.feature-card.style3 .feature-info .feature-title span,.service-card.style3 .service-icon,.contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-wrap.style3 .hero-content .hero-btn .play-video .play-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right,.select-lang .navbar-language .dropdown-toggle,.project-info-widget .project-info-list li,.schedule-widget ul li,.hero-wrap.style3 .hero-content .hero-btn,.hero-wrap.style3 .hero-content .hero-btn .play-video,.feature-card .feature-info .feature-title,.service-card.style2 .service-info .service-title,.service-card.style4 .service-info .service-title,.feature-wrap .feature-content .feature-item-wrap .feature-item,.testimonial-card .client-info-area,.testimonial-card .client-info-area .client-info-wrap,.testimonial-card-thumb .client-info-wrap,.post-navigation,.footer-wrap .footer-widget .social-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.project-info-widget .project-share {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.project-info-widget .project-info-list li,.project-info-widget .project-share,.schedule-widget ul li,.post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-wrap .header-top .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.play-now .ripple,.play-now .ripple:before,.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 85px;
    width: 85px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now {
    position: relative;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 92px;
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    padding-left: 5px;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

/* .back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #5395CC;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.back-to-top.open {
    bottom: 30px
}

.back-to-top i {
    color: #fff
} */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loader div {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border-radius: 50px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    display: inline-block;
    -webkit-animation: bouncing 1.4s linear infinite;
    animation: bouncing 1.4s linear infinite
}

.loader div:last-child {
    margin: 0
}

.loader div:nth-child(1) {
    background: rgba(0,169,164,.7)
}

.loader div:nth-child(2) {
    background: rgba(0,169,164,.7);
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loader div:nth-child(3) {
    background: rgba(0,169,164,.7);
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

@-webkit-keyframes bouncing {
    0%,100% {
        -webkit-transform: translateY(0) scale(1,1);
        transform: translateY(0) scale(1,1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: translateY(80px) scale(1,1);
        transform: translateY(80px) scale(1,1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    50% {
        -webkit-transform: translateY(80px) scale(1.5,.5);
        transform: translateY(80px) scale(1.5,.5);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    55% {
        -webkit-transform: translateY(80px) scale(1,1);
        transform: translateY(80px) scale(1,1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bouncing {
    0%,100% {
        -webkit-transform: translateY(0) scale(1,1);
        transform: translateY(0) scale(1,1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: translateY(80px) scale(1,1);
        transform: translateY(80px) scale(1,1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    50% {
        -webkit-transform: translateY(80px) scale(1.5,.5);
        transform: translateY(80px) scale(1.5,.5);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    55% {
        -webkit-transform: translateY(80px) scale(1,1);
        transform: translateY(80px) scale(1,1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 13px 35px 15px;
    border-radius: 50px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap
}

.btn i {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-left: 7px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn:hover {
    color: #fff
}

.btn:hover:after,.btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1
}

.btn.style1 {
    background-color: #5395CC;
    border-radius: 0px;
}

.btn.style1:after,.btn.style1:before {
    /* background: #010647; */
}

.btn.style2 {
    background-color: #030734;
    color: #fff
}

.btn.style2:after,.btn.style2:before {
    background: #010647
}

.btn.style2:hover {
    color: #fff
}

.btn.style3 {
    background-color: #282b58;
    color: #fff
}

.btn.style3:after,.btn.style3:before {
    background: #5395CC
}

.btn.style3:hover {
    color: #fff
}

.btn.style4 {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    color: #000
}

.btn.style4:after,.btn.style4:before {
    background: #5395CC
}

.btn.style4:hover {
    color: #fff
}

.btn.style5 {
    background-color: transparent;
    border: 1px solid #5395CC;
    color: #5395CC
}

.btn.style5:after,.btn.style5:before {
    background: #5395CC
}

.btn.style5:hover {
    color: #fff
}

.btn.style6 {
    background-color: #fff;
    color: #5395CC
}

.btn.style6:after,.btn.style6:before {
    background: #5395CC
}

.btn.style6:hover {
    color: #fff
}

.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #5395CC;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #5395CC;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.link i {
    position: relative;
    top: 0px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.link:hover {
    color: #5395CC
}

.link:hover:after {
    /* visibility: visible; */
    opacity: 1;
    width: 100%
}

.link:hover i {
    margin-left: 10px
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-prev i,.owl-carousel .owl-nav button.owl-next i {
    font-size: 18px;
    line-height: .8;
    display: inline-block;
    position: relative;
    top: 1px;
    color: #666;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #5395CC;
    border-color: transparent
}

.owl-carousel .owl-nav button.owl-prev:hover i,.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff
}

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    bottom: -5px
}

.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 16px;
    height: 10px;
    border-radius: 50px;
    background: #9a9cb1;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.owl-carousel .owl-dots button.owl-dot.active span {
    width: 28px;
    background: #5395CC
}

.section-title,.content-title {
    position: relative
}

.section-title h2,.content-title h2 {
    margin: 0;
    color: #425563;
    font-family: poppins;
    font-size: 59px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 55.556% */
    letter-spacing: 3.6px;
    padding-bottom: 30px;
    position: relative;
}

.section-title p,.content-title p {
    margin: 12px 0 0;
    padding: 0px 9rem;
}

.section-title span,.content-title span {
    /* display: inline-block; */
    /* font-weight: 500; */
    /* margin: 0 0 10px; */
    /* position: relative; */
    /* z-index: 1; */
    /* line-height: 1; */
}

.section-title span p,.content-title span p {
    margin: 10px auto 0
}

.section-title.style1 span,.content-title.style1 span {
    color: #5b92c0;
    font-family: poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.section-title.style2 span,.content-title.style2 span {
    color: #5395CC
}

.section-title.style2 h2,.content-title.style2 h2 {
    color: #fff
}

.section-title.style2 p,.content-title.style2 p {
    color: rgba(255,255,255,.8)
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.bg-athens {
    background-color: #f3f4f6
}

.bg-albastor {
    background-color: #4255630d;
    border-top-right-radius: 201px;
    border-bottom-left-radius: 200px;
}

.bg-rock {
    background-color: #030734
}

.bg-spring {
    background-color: #f2fbfa
}

.bg-stratos {
    background-color: #009FDA;
}

.bg-rock {
    /* background-color: #372835; */
}

.bg-rhino {
    background-color: #282b58
}

.bg-alco {
    background-color: #02073f
}

.bg-squeeze {
    background-image: url(../web-images/hero_img.jpg);
    height: 88vh;
    background-size: cover;
    background-position: center center;
}

.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.body_overlay.open {
    visibility: visible;
    opacity: 1
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.op-1 {
    opacity: .1
}

.op-2 {
    opacity: .2
}

.op-3 {
    opacity: .3
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-75 {
    opacity: .75
}

.op-8 {
    opacity: .8
}

.op-85 {
    opacity: .85
}

.op-9 {
    opacity: .9
}

.op-95 {
    opacity: .95
}

.op-10 {
    opacity: 1
}

.bg-f {
    background-position: center center;
    background-size: rockr;
    background-repeat: no-repeat;
    background-color: #ddd
}

.pos-rel {
    position: relative;
    z-index: 1
}

.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out
}

.moveHorizontal {
    -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
    animation: moveHorizontal 3000ms infinite ease-in-out
}

.moveVertical {
    -webkit-animation: moveVertical 3000ms infinite ease-in-out;
    animation: moveVertical 3000ms infinite ease-in-out
}

.slide_up {
    -webkit-animation: slide_up 3000ms infinite ease-in-out;
    animation: slide_up 3000ms infinite ease-in-out
}

.moveHorizontal_reverse {
    -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
    animation: moveHorizontal_reverse 3000ms infinite ease-in-out
}

.animationFramesTwo {
    -webkit-animation: animationFramesTwo 15000ms infinite ease-in-out;
    animation: animationFramesTwo 15000ms infinite ease-in-out
}

.waving_left {
    -webkit-animation: waving_left 7s infinite linear;
    animation: waving_left 7s infinite linear;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.waving_right {
    -webkit-animation: waving_right 7s infinite linear;
    animation: waving_right 7s infinite linear;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear
}

.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear
}

@-webkit-keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(6deg)
    }

    75% {
        -webkit-transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(6deg)
    }

    75% {
        -webkit-transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(-3deg)
    }

    50% {
        -webkit-transform: rotate(-6deg)
    }

    75% {
        -webkit-transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(-3deg)
    }

    50% {
        -webkit-transform: rotate(-6deg)
    }

    75% {
        -webkit-transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg)
    }
}

@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes slide_up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slide_up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.social-profile li {
    display: inline-block;
    margin: 0 4px
}

.social-profile li:first-child {
    margin-left: 0
}

.social-profile li:last-child {
    margin-right: 0
}

.social-profile li:last-child {
    margin-right: 0
}

.social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-profile li a i {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px;
    line-height: .8
}

.social-profile li a:hover {
    border-color: transparent;
    color: #5395CC
}

.social-profile.style1 li a,.social-profile.style2 li a {
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-profile.style1 li a i,.social-profile.style2 li a i {
    color: #5395CC
}

.social-profile.style1 li a {
    background-color: #161942;
    border-radius: 5px
}

.social-profile.style1 li a i {
    color: #ffffff;
    font-size: 26px;
}

.social-profile.style1 li a:hover {
    background-color: #5395CC;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.social-profile.style1 li a:hover i {
    color: #ffffff;
}

.social-profile.style2 li a {
    background-color: #f9f9f9;
    border-radius: 5px
}

.social-profile.style2 li a i {
    color: #5395CC
}

.social-profile.style2 li a:hover {
    background-color: #5395CC;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.social-profile.style2 li a:hover i {
    color: #fff
}

.page-nav {
    text-align: center
}

.page-nav li {
    margin: 0 5px;
    display: inline-block
}

.page-nav li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 42px;
    font-weight: 600;
    opacity: .7;
    background: 0 0;
    border: 1px solid rgba(0,0,0,.12);
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.page-nav li a i {
    font-size: 18px;
    line-height: 42px;
    position: relative;
    top: 3px;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.page-nav li a.active,.page-nav li a:hover {
    color: #fff;
    opacity: 1;
    background-color: #5395CC;
    border-color: transparent
}

.page-nav li a.active i,.page-nav li a:hover i {
    color: #fff
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.social-profile.style1 li a,.social-profile.style2 li a,.search-area,.content-feature-list.style1 li span,.category-box.style2 ul li a span,.feature-item-wrap .feature-item .feature-icon,.feature-card.style3 .feature-info .feature-title span,.service-card.style3 .service-icon,.contact-item .contact-icon,.header-wrap .header-top .header-top-right,.select-lang .navbar-language .dropdown-toggle,.project-info-widget .project-info-list li,.schedule-widget ul li,.hero-wrap.style3 .hero-content .hero-btn,.hero-wrap.style3 .hero-content .hero-btn .play-video,.feature-card .feature-info .feature-title,.service-card.style2 .service-info .service-title,.service-card.style4 .service-info .service-title,.feature-wrap .feature-content .feature-item-wrap .feature-item,.testimonial-card .client-info-area,.testimonial-card .client-info-area .client-info-wrap,.testimonial-card-thumb .client-info-wrap,.post-navigation,.footer-wrap .footer-widget .social-link,.project-info-widget .project-share,.owl-carousel .owl-nav,.pp-post-item,.feature-item-wrap .feature-item,.currency-card,.service-card.style3,.counter-card-wrap,.contact-item,.wp-block-quote,.post-author,.comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.social-profile.style1 li a,.social-profile.style2 li a,.search-area,.content-feature-list.style1 li span,.category-box.style2 ul li a span,.feature-item-wrap .feature-item .feature-icon,.feature-card.style3 .feature-info .feature-title span,.service-card.style3 .service-icon,.contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right,.select-lang .navbar-language .dropdown-toggle,.project-info-widget .project-info-list li,.schedule-widget ul li,.hero-wrap.style3 .hero-content .hero-btn,.hero-wrap.style3 .hero-content .hero-btn .play-video,.feature-card .feature-info .feature-title,.service-card.style2 .service-info .service-title,.service-card.style4 .service-info .service-title,.feature-wrap .feature-content .feature-item-wrap .feature-item,.testimonial-card .client-info-area,.testimonial-card .client-info-area .client-info-wrap,.testimonial-card-thumb .client-info-wrap,.post-navigation,.footer-wrap .footer-widget .social-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.header-wrap .header-top .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.topbar a {
    color: #FFF;
    padding: 0px;
    align-items: center;
}

p.adress {
    text-align: right;
    color: #FFF;
}

.topbar p {
    color: #FFF;
    padding: 0px;
    margin: 0px;
    display: flex;
    float: right;
}
p.contact {
    font-family: Irish Grover;
    font-size: 20px;
    color: #FFCC00;
    font-weight: 400;
    float: left;
}
.row.top-bar a i {
    color: #fc0;
    padding-right: 6px;
    padding-top: 4px;
}
.row.top-bar p i {
    color: #fc0;
    padding-right: 6px;
    padding-top: 4px;
}
.header-wrap {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #FFF;
    box-shadow: 0px -1px 19px 4px #cdcdcd36;
}

.header-wrap.sticky {
    position: fixed;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-transition: .4s;
    transition: .4s;
    background: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    width: 100%;
    top: -48px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1)
}

.header-wrap.sticky.style2 .header-bottom {
    background-color: #030734;
    border-color: transparent
}

.header-wrap .header-top {
    padding: 10px 0 13px;
    background-color: #030734
}

.header-wrap .header-top .header-top-left .contact-info li {
    display: inline-block;
    margin-right: 25px
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
    margin-right: 0
}

.header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 14px;
    line-height: .8;
    color: #5395CC;
    position: relative;
    top: 2px;
    margin-right: 6px
}

.header-wrap .header-top .header-top-left .contact-info li a,.header-wrap .header-top .header-top-left .contact-info li p {
    color: rgba(255,255,255,.8);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0
}

.header-wrap .header-top .header-top-left .contact-info li a:hover,.header-wrap .header-top .header-top-left .contact-info li p:hover {
    color: #fff
}

.header-wrap .header-top .header-top-right .header-top-menu li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

.header-wrap .header-top .header-top-right .header-top-menu li:first-child {
    padding-left: 0;
    margin-left: 0
}

.header-wrap .header-top .header-top-right .header-top-menu li:before {
    position: absolute;
    top: 9px;
    right: 0;
    content: "";
    background-color: rgba(255,255,255,.6);
    width: 1px;
    height: 12px
}

.header-wrap .header-top .header-top-right .header-top-menu li a {
    font-size: 14px;
    color: rgba(255,255,255,.8)
}

.header-wrap .header-top .header-top-right .select-lang span {
    color: rgba(255,255,255,.8)
}

.header-wrap .header-bottom .searchbox {
    position: relative;
    margin-left: 25px;
    margin-right: 30px
}

.header-wrap .header-bottom .searchbox input {
    width: 100%;
    border: none;
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    background-color: transparent
}

.header-wrap .header-bottom .searchbox button {
    position: absolute;
    top: 6px;
    right: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    border: none
}

.header-wrap .header-bottom .searchbox button i {
    color: #5395CC
}

.header-wrap.style1 .header-bottom {background-color: #425563;position: relative;}

.header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a {
    color: #ffffff;
    text-align: left;
    font-family: poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a.active,.header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a:hover {
    color: #fcc70e;
}

.header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #666
}

.header-wrap.style1 .header-bottom .navbar .navbar-nav>.nav-item>a:after {
    top: 57px;
    height: 0px;
}

.header-wrap.style2 .header-bottom {
    background: 0 0;
    border-bottom: 1px solid rgba(255,255,255,.12)
}

.header-wrap.style2 .header-bottom .searchbox input {
    border-bottom: 1px solid rgba(255,255,255,.5);
    background-color: transparent;
    color: #fff
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a {
    color: #fff
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a.active,.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a:hover {
    color: #5395CC
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #666
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active,.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #5395CC
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav>.nav-item>a:after {
    background: #5395CC
}

.search-area {
    position: fixed;
    top: 0;
    left: 50%;
    width: 0%;
    height: 100vh;
    visibility: hidden;
    background: rgba(0,169,164,.8);
    opacity: 0;
    z-index: 990;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s
}

.search-area.open {
    width: calc(100% + 1px);
    visibility: visible;
    opacity: 1
}

.search-area .close-searchbox {
    position: absolute;
    top: 15px;
    right: 10px;
    background: 0 0;
    border: none
}

.search-area .close-searchbox i {
    color: #fff;
    font-size: 35px;
    font-weight: 300
}

.search-area form {
    width: 100%
}

.search-area .form-group {
    width: 100%
}

.search-area .form-group input {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.5);
    font-size: 20px;
    padding: 20px;
    color: #fff
}

.search-area .form-group input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.search-area .form-group input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.search-area .form-group input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.search-area .form-group input::placeholder {
    color: #fff;
    opacity: 1
}

.select-lang {
    padding-left: 18px;
    position: relative;
    top: 1px
}

.select-lang i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 15px;
    line-height: 1;
    color: #5395CC
}

.select-lang .navbar-language .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    padding-right: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

.select-lang .navbar-language .dropdown-toggle:after {
    display: none
}

.select-lang .navbar-language .dropdown-toggle:before {
    position: absolute;
    top: 5px;
    right: -3px;
    content: "\EA4E";
    font-family: remixicon;
    border: 0;
    font-size: 18px;
    line-height: .8;
    color: rgba(255,255,255,.8)
}

.select-lang .navbar-language .dropdown-menu {
    margin: 0;
    padding: 5px 0;
    -webkit-box-shadow: 0 9px 54px 0 rgba(32,32,32,.1);
    box-shadow: 0 9px 54px 0 rgba(32,32,32,.1);
    left: auto;
    right: 0;
    inset: 0 0 auto auto!important;
    border: none;
    border-radius: 0;
    -webkit-transform: translateY(75px)!important;
    transform: translateY(75px)!important;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.select-lang .navbar-language .dropdown-menu a {
    padding: 5px 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 15px
}

.select-lang .navbar-language .dropdown-menu a img {
    width: 20px;
    margin-right: 10px
}

.select-lang .navbar-language .dropdown-menu.show {
    -webkit-transform: translateY(40px)!important;
    transform: translateY(40px)!important;
    opacity: 1;
    pointer-events: all
}

img.logo-light {
    position: absolute;
    top: -84px;
    /* left: -92px; */
    max-width: 289px;
    z-index: 99;
}
@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 232px;
        height: 55px;
    }

    .header-wrap.sticky {
        top: 0;
        z-index: 999999999999999;
        padding-top: 0px !important;
    }

    .header-wrap.style1 .header-top {
        background-color: #f9f9f9
    }

    .header-wrap.style1 .header-top .close-sidebar i {
        color: #030734
    }

    .header-wrap.style1 .header-top .header-top-left .contact-info li a,.header-wrap.style1 .header-top .header-top-left .contact-info li p {
        color: #030734
    }

    .header-wrap.style1 .header-top .header-top-right .header-top-menu li:before {
        background-color: #030734
    }

    .header-wrap.style1 .header-top .header-top-right .header-top-menu li a {
        color: #030734
    }

    .header-wrap.style1 .header-top .header-top-right .select-lang span {
        color: #030734
    }

    .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
        color: #030734
    }

    .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-menu {
        inset: 0 auto auto 0!important
    }

    .header-wrap .header-top {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        padding: 40px 10px 10px;
        background: #fff;
        z-index: 1;
        -webkit-transition: .4s;
        transition: .4s
    }

    .header-wrap .header-top.open {
        left: 0
    }

    .header-wrap .header-top .close-sidebar {
        position: absolute;
        top: 10px;
        right: 10px;
        background: 0 0;
        border: none;
        cursor: pointer
    }

    .header-wrap .header-top .close-sidebar i {
        color: #fff;
        font-size: 24px
    }

    .header-wrap .header-top .header-top-left {
        text-align: left;
        margin-bottom: 15px
    }

    .header-wrap .header-top .header-top-left .contact-info li {
        display: block;
        margin: 0 0 10px
    }

    .header-wrap .header-top .header-top-left .contact-info li:last-child {
        margin-bottom: 0
    }

    .header-wrap .header-top .header-top-left .contact-info li a,.header-wrap .header-top .header-top-left .contact-info li p {
        color: #030734
    }

    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-wrap .header-top .header-top-right .header-top-menu {
        width: 100%
    }

    .header-wrap .header-top .header-top-right .header-top-menu li:last-child:before {
        display: none
    }

    .header-wrap .header-top .header-top-right .header-top-menu li a {
        color: #030734
    }

    .header-wrap .header-top .header-top-right .select-lang {
        color: #030734;
        margin-left: 0;
        margin-top: 20px
    }

    .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-menu {
        inset: 0 auto auto 0!important
    }

    .header-wrap .mobile-sidebar {
        position: relative;
        top: -3px;
        display: inline-block;
        line-height: 1;
        cursor: pointer
    }

    .header-wrap .mobile-sidebar i {
        font-size: 24px;
        color: #5395CC
    }
}

@media only screen and (min-width: 768px) {
    .close-sidebar,.mobile-sidebar {
        display:none
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .header-wrap.sticky {
        top:-87px
    }

    .header-wrap .header-top .header-top-left {
        text-align: center;
        margin-bottom: 15px
    }

    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-wrap .header-top .header-top-left,.header-wrap .header-top .header-top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        height:100vh
    }
}

@media only screen and (max-width: 1199px) {
    .header-wrap .header-top .header-top-left .contact-item p,.header-wrap .header-top .header-top-left .contact-item a {
        font-size:16px;
        font-weight: 400
    }

    .header-wrap.sticky .mobile-menu {
        margin-right: 0
    }

    .header-wrap .header-bottom .searchbtn {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0 22px
    }

    .header-wrap .header-bottom .searchbtn i {
        font-size: 20px;
        line-height: .8;
        position: relative;
        top: -1px
    }

    .header-wrap .search-area .close-searchbox {
        top: 0;
        right: 0
    }

    .header-wrap .search-area .form-group input {
        font-size: 14px;
        padding: 15px
    }

    .header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
        color: #030734
    }

    .header-wrap.style1 .searchbtn i {
        color: #5395CC
    }

    .header-wrap.style1 .mobile-menu a {
        background: #5395CC
    }

    .header-wrap.style1 .mobile-menu a i {
        color: #fff
    }

    .header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a {
        color: #030734
    }

    .header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
        color: #030734
    }

    .header-wrap.style2 .mobile-menu a {
        background: #fff
    }

    .header-wrap.style2 .mobile-menu a i {
        color: #030734
    }

    .header-wrap.style2 .searchbtn i {
        color: #fff
    }

    .header-wrap.style2 .mobile-sidebar i {
        color: #fff
    }

    .header-wrap .header-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-wrap .header-bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-wrap .header-bottom .navbar .navbar-collapse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .header-wrap .header-bottom .navbar .navbar-nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
        position: relative
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
        color: #000;
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 7px
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid #f3f4f6;
        padding-top: 15px;
        padding-bottom: 12px;
        color: #000 !important;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
        display: none
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
        color: #5395CC
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn.style1 {
        margin-top: 15px;
        color: #fff;
        padding: 12px 15px 14px;
        display: block;
        width: 100%;
        margin-top: 20px
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn.style1:hover {
        background-color: transparent;
        color: #fff
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
        background-color: #fff;
        border: none;
        padding: 0
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 10px
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #010647
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
        margin-left: 20px
    }

    .mobile-bar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        top: 4px
    }

    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px
    }

    .menu-close i {
        color: #000;
        font-size: 25px
    }

    .mobile-menu {
        text-align: right
    }

    .mobile-menu a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        background-color: #010647;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-menu a i {
        font-size: 22px;
        color: #fff;
        margin: 0 auto
    }

    .mobile-menu {
        display: inline-block;
        position: relative;
        top: -4px
    }

    .mobile-top-bar {
        display: inline-block;
        margin-right: 6px;
        cursor: pointer;
        position: relative;
        top: 0
    }

    .mobile-top-bar span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #000;
        border-radius: 20px;
        margin: 5.9px 0
    }

    .mobile-top-bar span:nth-child(1) {
        margin-top: 0
    }

    .mobile-top-bar span:nth-child(2) {
        width: 12px;
        margin-left: 8px
    }

    .close-header-top button {
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 999;
        background: 0 0;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0
    }

    .close-header-top button i {
        color: #000;
        font-size: 26px
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: .5s;
        transition: .5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: .4s;
        transition: .4s
    }

    .main-menu-wrap.open {
        left: 0
    }

    .main-menu>li.has-children.menu-open>span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-menu>li.has-children.menu-open>span.menu-expand i {
        color: #000
    }

    .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-menu li {
        position: relative
    }

    .main-menu li:last-child {
        margin: 0
    }

    .main-menu li>span.menu-expand {
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer
    }

    .main-menu li>span.menu-expand i {
        color: #000;
        font-size: 18px
    }

    .main-menu li>span.menu-expand:hover {
        color: #000
    }

    .main-menu li a.active {
        color: #000
    }

    .main-menu li>a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,.3)
    }

    .main-menu li>a:hover {
        color: #000
    }

    .main-menu li>ul.sub-menu {
        padding-left: 20px
    }

    .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
        display: none
    }

    .main-menu li a.active {
        font-weight: 600;
        color: #000;
        border-color: rgba(0,0,0,.3)
    }
}

@media only screen and (min-width: 1200px) {
    .menu-expand i {
        display:none
    }

    .header-wrap .navbar {
        padding: 0
    }

    .header-wrap .navbar .navbar-brand {
        padding: 0 20px 0 0
    }

    .header-wrap .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0
    }

    .header-wrap .navbar .navbar-nav {
        margin-left: auto !important;
        position: relative;
    }

    .header-wrap .navbar .navbar-nav>.nav-item {
        position: relative;
        top: 3px
    }

    .header-wrap .navbar .navbar-nav>.nav-item>a:after {
        position: absolute;
        bottom: 30px;
        left: 0;
        content: "";
        width: 0;
        height: 2px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .4s;
        transition: .4s
    }

    .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
        top: 0;
        margin: 0 10px
    }

    .header-wrap .navbar .navbar-nav .nav-item.has-dropdown {
        position: relative;
        top: -1px
    }

    .header-wrap .navbar .navbar-nav .nav-item.first-child {
        margin-left: 0
    }

    .header-wrap .navbar .navbar-nav .nav-item a {
        font-weight: 500;
        padding: 20px 0;
        -webkit-transition: .4s;
        transition: .4s;
        position: relative
    }

    .header-wrap .navbar .navbar-nav .nav-item a:hover,.header-wrap .navbar .navbar-nav .nav-item a:focus,.header-wrap .navbar .navbar-nav .nav-item a.active {
        color: #010647
    }

    .header-wrap .navbar .navbar-nav .nav-item a:hover:after,.header-wrap .navbar .navbar-nav .nav-item a:focus:after,.header-wrap .navbar .navbar-nav .nav-item a.active:after {
        visibility: visible;
        opacity: 1;
        width: 60px;
    }

    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 3px;
        display: inline-block;
        margin-left: -3px;
        -webkit-transition: .4s;
        transition: .4s
    }

    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
        display: block!important;
        border: none;
        top: 40px;
        left: -23px;
        z-index: 99;
        opacity: 0;
        width: 299px;
        padding: 0;
        display: block;
        border-radius: 0 0 5px 5px;
        position: absolute;
        visibility: hidden;
        background: #f9f9f9;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
        -webkit-transition: .5s;
        transition: .5s
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
        margin: 0 20px
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
        border-bottom: none
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 18px 0 12px;
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #666;
        -webkit-transition: .3s;
        transition: .3s;
        border-bottom: 1px solid rgba(0,169,164,.09)
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
        /* position: absolute; */
        /* top: 26px; */
        left: 0;
        /* content: ""; */
        width: 15px;
        height: 2px;
        background-color: #5395CC;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .4s;
        transition: .4s;
        padding-right: 10px;
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        color: #5395CC;
        padding-left: 10px;
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
        visibility: visible;
        opacity: 1
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        width: 100%;
        right: auto;
        left: 0
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
        margin: 0;
        position: absolute;
        top: 55%;
        font-size: 16px;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        top: 0;
        opacity: 0;
        left: -275px;
        right: auto;
        visibility: hidden
    }

    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible
    }

    .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        top: 85px;
        opacity: 1;
        visibility: visible
    }

    .header-wrap .navbar .others-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-wrap.style1 .header-bottom .navbar-nav>.nav-item>a:after {
        background-color: #fff
    }

    .header-wrap.style1 .header-bottom .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #5395CC
    }

    .header-wrap.style2 .header-bottom .navbar-nav>.nav-item>a:after {
        background-color: #5395CC
    }

    .header-wrap.style2 .header-bottom .navbar-nav .nav-item a {
        color: #fff
    }
}

@media only screen and (min-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin:0 15px
    }

    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 17px
    }
}

@media only screen and (min-width: 1600px) {
    .header-wrap.style1 .container,.header-wrap.style2 .container {
        max-width:1520px
    }
}

.content-wrapper {
    margin-top: 132px
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-image:url('../web-images/heroobg.png');
    height: 300px;
    align-items: center;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
}
.breadcrumb-title h2 {
    font-size: 60px;
    font-weight: 300;
    color: #FFF;
}
.breadcrumb-wrap .br-shape-one,.breadcrumb-wrap .br-shape-two,.breadcrumb-wrap .br-shape-three,.breadcrumb-wrap .br-shape-four {
    position: absolute;
    z-index: -1
}

.breadcrumb-wrap .br-shape-one {
    bottom: 0;
    left: 0;
    opacity: .3
}

.breadcrumb-wrap .br-shape-two {
    top: 0;
    right: 0;
    opacity: .3
}

.breadcrumb-wrap .br-shape-three {
    top: 100px;
    left: 35%
}

.breadcrumb-wrap .br-shape-four {
    top: 100px;
    left: 50px
}

.breadcrumb-title h2 {
    font-size: 40px;
    font-weight: "00";
    margin: 0 0 5px
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #666;
    font-weight: 500
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -15px;
    content: "\EA6E";
    font-family: remixicon!important;
    font-size: 16px;
    background-color: transparent;
    color: #666
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #5395CC
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0 5px;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    color: #666
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #5395CC
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
    display: none
}

.breadcrumb-img {
    position: relative;
    z-index: 1
}

.breadcrumb-img .br-shape-five,.breadcrumb-img .br-shape-six {
    position: absolute;
    z-index: -1
}

.breadcrumb-img .br-shape-five {
    left: 0;
    bottom: 100px
}

.breadcrumb-img .br-shape-six {
    right: 0;
    bottom: 50px
}

.breadcrumb-img img {
    display: block;
    margin: 0 auto
}

.content-feature-list {
    margin: 0 0 28px
}

.content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0px 0 8px;
}

.content-feature-list li:last-child {
    margin-bottom: 0
}

.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: -7px;
    color: #5395CC;
    font-size: 13px;
    line-height: .8
}

.content-feature-list.style1 li {
    padding-left: 40px
}

.content-feature-list.style1 li span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0,169,164,.1);
    text-align: center
}

.content-feature-list.style1 li span i {
    position: relative;
    font-size: 14px;
    line-height: .8;
    margin: 0 auto;
    top: 0
}

.login-form-wrap {
    padding: 30px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.06);
    box-shadow: 0 0 15px rgba(0,0,0,.06)
}

.login-form-wrap .login-header {
    margin-bottom: 25px
}

.login-form-wrap .login-header h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px
}

.login-form-wrap .login-header span {
    color: #fff
}

.login-form-wrap .login-body .form-group {
    margin: 0 0 20px
}

.login-form-wrap .login-body .form-group label {
    font-size: 16px;
    color: #666;
    margin: 0 0 10px;
    display: block
}

.login-form-wrap .login-body .form-group input {
    border-radius: 5px;
    background: #f9f9f9;
    border: none;
    width: 100%;
    height: 60px;
    padding: 10px 15px
}

.login-form-wrap .login-body .btn {
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 15px
}

.login-form-wrap .login-body .form_group label {
    font-size: 16px
}

.login-form-wrap .link.style1 {
    color: #5395CC
}

.or-text {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    font-size: 18px;
    z-index: 9
}

.or-text .btn.fb i {
    color: #3b5999!important
}

.or-text .btn.google i {
    color: #ff3838!important
}

.or-text:before {
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1
}

.or-text p {
    display: inline-block;
    padding: 0 10px;
    background-color: #f9f9f9;
    margin: 0 auto;
    z-index: 1;
    font-size: 18px;
    border-radius: 50%
}

.sidebar .sidebar-widget {
    margin: 0 0 30px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 25px
}

.sidebar .sidebar-widget.style2 {
    background: 0 0;
    -webkit-box-shadow: 0 0 25px rgba(85,85,85,.1);
    box-shadow: 0 0 25px rgba(85,85,85,.1)
}

.sidebar .sidebar-widget.style2 h4 {
    padding-bottom: 0
}

.sidebar .sidebar-widget.style2 h4:after {
    display: none
}

.sidebar .sidebar-widget.style3 {
    background: 0 0;
    padding: 0
}

.sidebar .sidebar-widget.style3 h4 {
    padding-bottom: 0;
    color: #fff
}

.sidebar .sidebar-widget.style3 h4:after {
    display: none
}

.sidebar .sidebar-widget.style4 {
    background: 0 0;
    padding: 0
}

.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 22px;
    position: relative;
    line-height: 1;
    position: relative;
    padding-bottom: 20px
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 1px;
    content: "";
    background: #5395CC;
    -webkit-transition: .4s;
    transition: .4s
}

.sidebar .sidebar-widget:last-child {
    margin: 0
}

.search-box {
    position: relative
}

.search-box .form-group {
    position: relative
}

.search-box .form-group input {
    width: 100%;
    height: 54px;
    background: #f9f9f9;
    border: none;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 0
}

.search-box .form-group input:focus {
    border-color: #888
}

.search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    background: 0 0
}

.search-box .form-group button i {
    color: #030734;
    top: 4px;
    left: 1px;
    font-size: 20px;
    position: relative
}

.category-box ul li {
    position: relative;
    padding-left: 25px
}

.category-box ul li:first-child a {
    padding-top: 0
}

.category-box ul li:first-child a i {
    top: 8px
}

.category-box ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0
}

.category-box ul li a {
    font-weight: 400;
    padding: 8px 10px 8px 0;
    display: block;
    font-size: 18px;
    -webkit-transition: .4s;
    transition: .4s
}

.category-box ul li a i {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 15px;
    line-height: .8;
    color: #5395CC;
    -webkit-transition: .4s;
    transition: .4s
}

.category-box ul li a span {
    float: right;
    font-weight: 400;
    opacity: .5;
    margin-left: 4px;
    font-size: 16px;
    color: #666
}

.category-box ul li a:hover {
    color: #5395CC;
    padding-left: 10px
}

.category-box ul li a:hover i {
    color: #5395CC
}

.category-box.style2 ul li {
    margin: 0 0 15px;
    padding-left: 0
}

.category-box.style2 ul li:last-child {
    margin-bottom: 0
}

.category-box.style2 ul li a {
    display: block;
    background: #f9f9f9;
    padding: 17px 18px 18px;
    border-radius: 5px;
    color: #666;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s
}

.category-box.style2 ul li a span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f9f9f9;
    opacity: 1;
    float: right;
    text-align: center;
    position: relative;
    top: -3px
}

.category-box.style2 ul li a span i {
    position: relative;
    font-size: 10px;
    font-weight: 600;
    line-height: .8;
    color: #000;
    margin: 0 auto;
    top: 0
}

.category-box.style2 ul li a:hover {
    background: #5395CC;
    color: #fff
}

.category-box.style2 ul li a:hover span {
    background: #fff
}

.category-box.style2 ul li a:hover span i {
    color: #5395CC;
    left: 0
}

.project-info-widget {
    background-image: url(../web-images/contact-widget-bg.jpg);
    position: relative;
    z-index: 1;
    padding: 25px
}

.project-info-widget .overlay {
    z-index: -1
}

.project-info-widget .project-info-list li {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.project-info-widget .project-info-list li:last-child {
    margin-bottom: 0
}

.project-info-widget .project-info-list li p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.project-info-widget .project-info-list li p i {
    color: #5395CC;
    position: relative;
    top: 2px;
    font-size: 17px;
    font-weight: 500;
    margin-right: 10px
}

.project-info-widget .project-info-list li span {
    color: #fff
}

.project-info-widget .project-share {
    margin: 20px 0 0
}

.project-info-widget .project-share p {
    width: 120px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.project-info-widget .project-share p i {
    color: #5395CC;
    position: relative;
    top: 2px;
    margin-right: 7px
}

.project-info-widget .project-share ul {
    width: calc(100% - 120px);
    text-align: right
}

.project-info-widget .project-share ul li {
    display: inline-block
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,.project-slider-one.owl-carousel .owl-nav button.owl-prev,.project-slider-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,169,164,.08);
    border: none
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev i,.testimonial-slider-one.owl-carousel .owl-nav button.owl-next i,.project-slider-one.owl-carousel .owl-nav button.owl-prev i,.project-slider-one.owl-carousel .owl-nav button.owl-next i {
    color: #5395CC
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover,.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover,.project-slider-one.owl-carousel .owl-nav button.owl-prev:hover,.project-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background: #5395CC
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover i,.project-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,.project-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,.project-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -55px
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,.project-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -55px
}

.schedule-widget ul li {
    margin: 0 0 15px
}

.schedule-widget ul li:last-child {
    margin: 0
}

.schedule-widget ul li h6 {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    font-weight: 500
}

.schedule-widget ul li p {
    margin: 0;
    font-size: 15px
}

.contact-widget-form {
    background-image: url(../web-images/contact-widget-bg.jpg);
    position: relative;
    z-index: 1;
    padding: 25px
}

.contact-widget-form .overlay {
    z-index: -1
}

.contact-widget-form form .form-group {
    margin-bottom: 25px
}

.contact-widget-form form .form-group input,.contact-widget-form form .form-group textarea {
    width: 100%;
    border: none;
    background: rgba(255,255,255,.2);
    padding: 15px 20px;
    color: #fff
}

.contact-widget-form form .form-group input::-webkit-input-placeholder,.contact-widget-form form .form-group textarea::-webkit-input-placeholder {
    opacity: .8
}

.contact-widget-form form .form-group input:-ms-input-placeholder,.contact-widget-form form .form-group textarea:-ms-input-placeholder {
    opacity: .8
}

.contact-widget-form form .form-group input::-ms-input-placeholder,.contact-widget-form form .form-group textarea::-ms-input-placeholder {
    opacity: .8
}

.contact-widget-form form .form-group input::placeholder,.contact-widget-form form .form-group textarea::placeholder {
    opacity: .8
}

.contact-widget-form form .form-group input {
    height: 50px
}

.contact-widget-form form .form-group textarea {
    height: 100px;
    resize: none
}

.tag-list ul {
    margin-top: -12px
}

.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0 0
}

.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 15px 11px;
    color: #666;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-transition: .3s;
    transition: .3s
}

.tag-list ul li a:hover {
    background-color: #fff;
    color: #5395CC;
    border-color: transparent
}

.tag-list.style2 li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.tag-list.style2 li a:hover {
    background: 0 0
}

.tag-list.style3 li a {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    padding: 10px 12px;
    border: none
}

.pp-post-item {
    margin: 0 0 20px
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px
}

.pp-post-item .pp-post-img img {
    border-radius: 4px
}

.pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: 2px
}

.pp-post-item .pp-post-info h6 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0
}

.pp-post-item .pp-post-info h6 a {
    color: #000
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 22px;
    color: #888;
    margin-bottom: 12px
}

.pp-post-item .pp-post-info span i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 13px;
    line-height: .8;
    color: #5395CC
}

.pp-post-item:last-child {
    margin: 0
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #5395CC
}

.hero-wrap {
    margin-top: 80px;
}

.hero-wrap .hero-content span {
    margin-bottom: 8px;
    color: #5395CC
}

.hero-wrap .hero-content h1 {
    font-size: 54px;
    margin-bottom: 20px
}

.hero-wrap .hero-content p {

font-family: poppins;

font-size: 20px;

font-style: normal;

font-weight: 300;

line-height: 28px;

width: 785px;

color: #FFF;
}

.hero-wrap.style1 {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.hero-wrap.style1 .hero-slide-item {
    padding: 100px 0 0
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    bottom: 50px;
    left: 30%;
    z-index: -1;
    max-width: 100px
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    top: 100px;
    left: 40%;
    z-index: -1;
    max-width: 100px
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
    z-index: 1
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    display: block;
    margin-right: auto
}

.hero-wrap.style1 .hero-content {
    padding-bottom: 80px;
    position: relative
}

.hero-wrap.style1 .hero-content h1 {
    display: inline-block;
    font-size: 52px
}

.hero-wrap.style1 .hero-content .hero-btn .btn:first-child {
    margin-right: 15px
}

.hero-wrap.style2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 200px 0 70px;
    margin-top: 0
}

.hero-wrap.style2 .hero-shape-three {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.hero-wrap.style2 .hero-shape-six {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    z-index: 1
}

.hero-wrap.style2 .hero-img-wrap .hero-shape-one {
    position: absolute;
    bottom: 40px;
    right: -20px
}

.hero-wrap.style2 .hero-img-wrap .hero-shape-two {
    position: absolute;
    top: 30px;
    left: -20px
}

.hero-wrap.style2 .hero-img-wrap .hero-img {
    display: block;
    margin: 0 auto
}

.hero-wrap.style2 .hero-content {
    position: relative
}

.hero-wrap.style2 .hero-content .hero-shape-four {
    position: absolute;
    top: -50px;
    right: 15%;
    z-index: -1;
    opacity: .3
}

.hero-wrap.style2 .hero-content .hero-shape-five {
    position: absolute;
    bottom: -50px;
    right: 5%;
    z-index: -1
}

.hero-wrap.style2 .hero-content h1 {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    color: #fff
}

.hero-wrap.style2 .hero-content p {
    color: rgba(255,255,255,.8)
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.hero-wrap.style3 .hero-shape-one {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1
}

.hero-wrap.style3 .hero-shape-two {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.hero-wrap.style3 .hero-shape-four {
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: -1
}

.hero-wrap.style3 .hero-slide-item {
    padding-top: 200px;
}

.hero-wrap.style3 .hero-content .hero-btn .play-video {
    margin-left: 25px
}

.hero-wrap.style3 .hero-content .hero-btn .play-video .play-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #5395CC;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.07);
    box-shadow: 0 0 15px rgba(0,0,0,.07);
    margin-bottom: 0;
    margin-right: 8px
}

.hero-wrap.style3 .hero-content .hero-btn .play-video .play-btn i {
    margin: 0 auto;
    font-size: 14px;
    line-height: .8;
    color: #fff;
    position: relative;
    left: 1px
}

.hero-wrap.style3 .hero-content .hero-btn .play-video span {
    margin-bottom: 0;
    color: #030734;
    font-weight: 500
}

.hero-wrap.style3 .hero-content h1 {
    font-size: 48px
}

.hero-wrap.style3 .hero-img-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden
}





.hero-wrap.style3 .hero-img-wrap .hero-shape-five,.hero-wrap.style3 .hero-img-wrap .hero-shape-six,.hero-wrap.style3 .hero-img-wrap .hero-shape-eight,.hero-wrap.style3 .hero-img-wrap .hero-shape-seven {
    position: absolute;
    z-index: -1
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-five {
    top: 50px;
    right: 120px;
    max-width: 120px
}

.hero-wrap.style3 .hero-img-wrap .hero-shape-six {
    bottom: 30px;
    left: 150px;
    max-width: 120px
}

.hero-wrap.style3 .hero-img-wrap .hero-img {
    position: relative;
    border-radius: 50px
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    display: block;
    margin: 45px 0;
    bottom: 0
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0,169,164,.3);
    border-radius: 50%;
    background: 0 0;
    display: inline-block
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot span:before {
    position: absolute;
    top: 32px;
    left: 50%;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #5395CC;
    width: 1px;
    height: 26px
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot span:after {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,169,164,.3)
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active span {
    width: 20px;
    height: 20px;
    background: 0 0;
    border-color: #5395CC
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active span:after {
    background: #5395CC
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child span:before {
    display: none
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev,.hero-slider-two.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 80px;
    background-color: rgba(0,169,164,.09);
    border: none
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev i,.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
    color: #5395CC;
    font-size: 12px
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover,.hero-slider-two.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #5395CC
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover i,.hero-slider-two.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 5px 5px 0
}

.hero-slider-two.owl-carousel .owl-nav button.owl-next {
    right: 0;
    border-radius: 5px 0 0 5px
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span,.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1,.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p,.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn,.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.service-charge-wrap .charge-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.service-charge-wrap .charge-form .form-group label {
    display: block;
    margin: 0 0 15px;
    line-height: 1;
    color: rgba(255,255,255,.8)
}

.service-charge-wrap .charge-form .form-group input {
    width: 100%;
    height: 54px;
    background-color: #282b58;
    border-radius: 5px;
    border: none;
    padding: 15px 20px;
    color: #fff
}

.service-charge-wrap .charge-form .form-group select {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #5395CC;
    color: #fff;
    border-radius: 5px;
    width: 80px;
    height: 54px;
    padding: 15px 10px;
    border: none;
    background-image: url(../web-images/down-arrow-2.png);
    background-size: 12px;
    background-position: 85% 53%
}

.service-charge-wrap .charge-form .form-btn {
    margin-top: 32px
}

.service-charge-wrap .charge-form p {
    display: inline-block;
    color: rgba(255,255,255,.8);
    margin: 0 15px 0 0;
    padding-right: 15px;
    position: relative
}

.service-charge-wrap .charge-form p:last-child {
    margin: 0;
    padding: 0
}

.service-charge-wrap .charge-form p:last-child:after {
    display: none
}

.service-charge-wrap .charge-form p:after {
    position: absolute;
    top: 9px;
    right: 0;
    content: "";
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,.5)
}

.service-charge-wrap .charge-form p span {
    color: #fff;
    font-weight: 600
}

.section-shape-one,.section-shape-two {
    position: absolute;
    bottom: 0;
    z-index: -1
}

.section-shape-one {
    right: 0
}

.section-shape-two {
    left: 0
}

.about-wrap {
    position: relative;
    z-index: 1
}

.about-wrap .about-content .content-title {
    margin-bottom: 25px
}

.about-wrap.style1 .about-content {
    position: relative;
    z-index: 1
}

.about-wrap.style1 .about-content .about-shape-three {
    position: absolute;
    bottom: 0;
    right: 0
}

.about-wrap.style1 .about-content .content-feature-list {
    margin-bottom: 35px
}

.about-wrap.style1 .about-content .content-feature-list li {
    font-weight: 500;
    font-size: 17px;
    color: #030734
}

.about-wrap.style1 .about-img-wrap {
    position: relative;
    z-index: 1
}

.about-wrap.style1 .about-img-wrap .about-img {
    width: 100%
}

.about-wrap.style1 .about-img-wrap .about-shape-one {
    position: absolute;
    bottom: 20px;
    left: 40%
}

.about-wrap.style1 .about-img-wrap .about-shape-two {
    position: absolute;
    top: 60px;
    right: 60px
}

.about-wrap.style2 .about-img-wrap {
    position: relative;
    z-index: 1
}

.about-wrap.style2 .about-img-wrap img {
    display: block;
    margin: 0 auto
}

.about-wrap.style2 .about-img-wrap .about-shape-two {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.about-wrap.style2 .about-img-wrap .about-shape-three {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.about-wrap.style2 .about-content {
    position: relative
}

.about-wrap.style2 .about-content .about-shape-one {
    position: absolute;
    top: -10px;
    left: -80px;
    max-width: 60px
}

.about-wrap.style2 .about-content .content-title {
    margin-bottom: 25px
}

.about-wrap.style2 .about-content .content-feature-list {
    -webkit-columns: 2;
    columns: 2;
    margin-bottom: 35px
}

.about-wrap.style2 .about-content .content-feature-list li {
    font-size: 17px;
    color: #fff
}

.about-wrap.style2 .about-content .content-feature-list li i {
    color: #5395CC;
    font-size: 20px
}

.feature-item-wrap .feature-item {
    margin-bottom: 25px
}

.feature-item-wrap .feature-item:last-child {
    margin-bottom: 0
}

.feature-item-wrap .feature-item .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    position: relative;
    top: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-item-wrap .feature-item .feature-icon i {
    font-size: 30px;
    line-height: .8;
    margin: 0 auto;
    color: #5395CC;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-item-wrap .feature-item .feature-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #5395CC;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 80px);
    margin-left: 20px
}

.feature-item-wrap .feature-item .feature-text h3 {
    font-size: 22px;
    margin: 0 0 10px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-item-wrap .feature-item .feature-text p {
    margin: 0
}

.feature-item-wrap .feature-item:hover .feature-icon i {
    color: #fff
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
    color: #5395CC
}

.simple-wrap {
    position: relative;
    z-index: 1
}

.simple-wrap .simple-img-wrap {
    position: relative;
    z-index: 1
}

.simple-wrap .simple-img-wrap img {
    display: block;
    margin: 0 auto
}

.simple-wrap .simple-img-wrap .simple-shape-one {
    position: absolute;
    top: 0;
    left: 0
}

.simple-wrap .simple-img-wrap .simple-shape-two {
    position: absolute;
    bottom: 0;
    left: 0
}

.simple-wrap .simple-content {
    position: relative
}

.simple-wrap .simple-content .simple-shape-three {
    position: absolute;
    top: 50%;
    right: -50px;
    max-width: 60px;
    opacity: .4
}

.simple-wrap .simple-content .content-title {
    margin-bottom: 25px
}

.simple-wrap .simple-content .content-feature-list {
    -webkit-columns: 2;
    columns: 2;
    margin-bottom: 35px
}

.simple-wrap .simple-content .content-feature-list li {
    font-size: 17px;
    padding-left: 30px;
    color: #fff
}

.simple-wrap .simple-content .content-feature-list li i {
    color: #5395CC;
    font-size: 20px
}

.security-wrap .security-content .content-title {
    margin-bottom: 30px
}

.security-wrap .security-content .feature-item-wrap .feature-icon {
    background-color: rgba(0,169,164,.1)
}

.security-wrap .security-content .feature-item-wrap .feature-icon img {
    max-width: 32px;
    margin: 0 auto
}

.security-wrap .security-img-wrap {
    position: relative;
    z-index: 1
}

.security-wrap .security-img-wrap .security-shape-one {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.security-wrap .security-img-wrap .security-shape-two {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 0;
    z-index: -1
}

.why-choose-wrap .wh-img-wrap {
    position: relative;
    z-index: 1
}

.why-choose-wrap .wh-img-wrap img {
    display: block;
    margin: 0 auto
}

.why-choose-wrap .wh-img-wrap .wh-shape-one {
    position: absolute;
    top: 0;
    left: 0
}

.why-choose-wrap .wh-img-wrap .wh-shape-two {
    position: absolute;
    bottom: 50px;
    right: 0
}

.why-choose-wrap .wh-content .content-title {
    margin-bottom: 25px
}

.why-choose-wrap .wh-content .feature-item-wrap {
    margin-left: 5px
}

.why-choose-wrap .wh-content .feature-item-wrap .feature-item .feature-icon {
    overflow: visible;
    width: 55px;
    height: 55px;
    top: 13px;
    background: 0 0
}

.why-choose-wrap .wh-content .feature-item-wrap .feature-item .feature-icon i {
    color: #fff;
    font-size: 26px
}

.why-choose-wrap .wh-content .feature-item-wrap .feature-item .feature-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #010647;
    border-radius: 7px;
    z-index: -1
}

.why-choose-wrap .wh-content .feature-item-wrap .feature-item .feature-icon:after {
    border-radius: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.why-choose-wrap .wh-content .feature-item-wrap .feature-item .feature-text {
    margin-left: 25px
}

.feature-card {
    margin-bottom: 25px
}

.feature-card .feature-info {
    padding: 22px 25px;
    position: relative;
    overflow: hidden;
}

.feature-card .feature-info .feature-title {
    margin-bottom: 18px
}

.feature-card .feature-info .feature-title span {
    position: relative;
    top: 5px;
    -webkit-transition: .8s;
    transition: .8s;
    text-align: center
}

.feature-card .feature-info .feature-title span i {
    color: #5395CC;
    font-size: 35px;
    line-height: .8;
    margin: 0 auto;
    -webkit-transition: .8s;
    transition: .8s
}

.feature-card .feature-info .feature-title h3 {
    width: calc(100% - 70px);
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 22px
}

.feature-card .feature-info .feature-title h3 a {
    -webkit-transition: .5s;
    transition: .5s
}

.feature-card .feature-info p {
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.feature-card.style1 {
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.06);
    box-shadow: 0 2px 15px rgba(0,0,0,.06);
    position: relative;
    background-color: #fff
}

.feature-card.style1 .feature-info .feature-title {
    margin-bottom: 8px
}

.feature-card.style1 .feature-info .feature-title h3 {
    width: calc(100% - 75px);
    margin-left: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-card.style1 .feature-info .feature-title span {
    width: 55px;
    top: 0
}

.feature-card.style1 .feature-info .feature-title span img {
    max-width: 45px
}

.feature-card.style1 .feature-info .feature-title span img {
    margin: 0 auto
}

.feature-card.style1,.feature-card.style3 {
    /* background-color: #fff; */
    /* -webkit-box-shadow: 0 0 25px rgba(85,85,85,.1); */
    /* box-shadow: 0 0 25px rgba(85,85,85,.1); */
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
}

.feature-card.style1:after,.feature-card.style3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    content: "";
    z-index: -1;
    background-color: #5395CC;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-card.style1 .feature-info,.feature-card.style3 .feature-info {
    /* padding: 25px 25px 22px; */
    /* height: 260px; */
    text-align: center;
    background-color: #FFF;
    width: 129px;
    height: auto;
    margin: auto;
    border-radius: 50%;
    padding: 23px 9px;
    border: 9px solid #009fdac7;
}

.feature-card.style1 .feature-info p,.feature-card.style3 .feature-info p {
    -webkit-transition: .4s;
    transition: .4s
}

.feature-card.style1:hover:after,.feature-card.style3:hover:after {
    /* height: 100%; */
}

.feature-card.style1:hover .feature-info .feature-title h3,.feature-card.style3:hover .feature-info .feature-title h3 {
    color: #fff
}

.feature-card.style1:hover .feature-info p,.feature-card.style3:hover .feature-info p {
    color: rgba(255,255,255,.8)
}

.feature-card.style3 .feature-info .feature-title h3 {
    width: calc(100% - 85px);
    margin-left: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-card.style3 .feature-info .feature-title span {
    width: 65px;
    height: 65px;
    border: 1px solid rgba(0,169,164,.6);
    border-radius: 7px;
    position: relative;
    top: 0
}

.feature-card.style3 .feature-info .feature-title span img {
    margin: 0 auto
}

.feature-card.style3 .feature-info .feature-title span:after,.feature-card.style3 .feature-info .feature-title span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5395CC
}

.feature-card.style3 .feature-info .feature-title span:before {
    top: 10px;
    left: -4px;
    -webkit-animation: slide_up 3000ms infinite ease-in-out;
    animation: slide_up 3000ms infinite ease-in-out
}

.feature-card.style3 .feature-info .feature-title span:after {
    bottom: 10px;
    right: -4px
}

.feature-card.style3:hover .feature-info .feature-title span {
    border: 1px solid rgba(255,255,255,.6)
}

.feature-card.style3:hover .feature-info .feature-title span:after,.feature-card.style3:hover .feature-info .feature-title span:before {
    background-color: rgba(255,255,255,.8)
}

.feature-card.style2 {
    background-color: #0c1148
}

.feature-card.style2 .feature-info .feature-title span i {
    color: #fff
}

.feature-card.style2 .feature-info .feature-title h3 {
    width: calc(100% - 70px);
    margin-left: 15px;
    margin-bottom: 0;
    color: #fff;
    font-size: 22px
}

.feature-card.style2 .feature-info .feature-title h3 a {
    color: #fff
}

.feature-card.style2 .feature-info p {
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.feature-card.style2 .feature-info .content-feature-list li {
    color: #fff
}

.feature-card:hover .feature-info .feature-title h3 {
    color: #030734
}

.feature-card:hover h3 a {
    color: #030734
}

.currency-card {
    background-color: #0c1148;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    -webkit-transition: .4s;
    transition: .4s
}

.currency-card .currency-flag {
    width: 80px
}

.currency-card .currency-info {
    width: calc(100% - 100px);
    margin-left: 20px
}

.currency-card .currency-info h3 {
    font-size: 22px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.currency-card .currency-info p,.currency-card .currency-info span {
    color: rgba(255,255,255,.8);
    margin: 0
}

.currency-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.currency-card:hover .currency-info h3 {
    color: #5395CC
}

.service-wrap {
    position: relative
}

.service-wrap.style1 {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(54.17%,#F3FFFE),to(rgba(255,233,249,0.28)));
    background: linear-gradient(180deg,#F3FFFE 54.17%,rgba(255,233,249,0.28) 100%)
}

.service-wrap.style1 .service-content {
    margin-bottom: 25px
}

.service-wrap.style1 .service-content .content-title {
    margin-bottom: 30px
}

.service-wrap.style3 .container {
    position: relative;
    z-index: 1
}

.service-wrap.style3 .container .service-shape-one {
    position: absolute;
    top: 100px;
    right: -10px;
    z-index: -1
}

.service-wrap.style3 .container .service-shape-two {
    position: absolute;
    bottom: 100px;
    left: -35px;
    z-index: -1
}

.service-card {
    margin: 0 0 25px
}

.service-card h3 {
    font-size: 22px
}

.service-card.style1 {
    -webkit-box-shadow: 0 0 25px rgba(85,85,85,.1);
    box-shadow: 0 0 25px rgba(85,85,85,.1);
    padding: 22px 25px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    z-index: 1
}

.service-card.style1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    content: "";
    z-index: -1;
    background-color: #030734;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style1 .service-icon {
    margin-bottom: 20px;
    display: block
}

.service-card.style1 .service-icon img {
    max-width: 40px
}

.service-card.style1 h3 {
    margin-bottom: 12px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style1 h3 a:hover {
    color: #5395CC
}

.service-card.style1 p {
    margin: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style1:hover:after {
    height: 100%
}

.service-card.style1:hover h3 a {
    color: #fff
}

.service-card.style1:hover p {
    color: #fff
}

.service-card.style2 {
    position: relative;
    background-color: #0c1148;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style2 .service-info {
    padding: 25px 25px 22px
}

.service-card.style2 .service-info .service-title {
    margin-bottom: 10px
}

.service-card.style2 .service-info .service-title h3 {
    width: calc(100% - 70px);
    margin-left: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style2 .service-info .service-title h3 a {
    color: #fff
}

.service-card.style2 .service-info .service-title span {
    width: 50px;
    top: 0
}

.service-card.style2 .service-info .service-title span i {
    font-size: 45px;
    line-height: .8;
    color: #5395CC;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style2 .service-info p {
    color: #fff;
    margin-bottom: 12px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    content: "";
    z-index: -1;
    background-color: #5395CC;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style2:hover:after {
    height: 100%
}

.service-card.style2:hover .service-info .service-title span i {
    color: #fff
}

.service-card.style2:hover .service-info .link {
    color: #fff
}

.service-card.style3 {
    background-color: #161942;
    padding: 25px 25px 22px;
    border-radius: 10px;
    position: relative;
    z-index: 1
}

.service-card.style3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    content: "";
    z-index: -1;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style3 .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 9px;
    border: 1px solid rgba(255,255,255,.9);
    position: relative;
    top: 2px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style3 .service-icon i {
    font-size: 40px;
    line-height: .8;
    margin: 0 auto;
    color: rgba(255,255,255,.9);
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style3 .service-icon:after,.service-card.style3 .service-icon:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.8);
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style3 .service-icon:before {
    top: 10px;
    left: -4px;
    -webkit-animation: slide_up 3000ms infinite ease-in-out;
    animation: slide_up 3000ms infinite ease-in-out
}

.service-card.style3 .service-icon:after {
    bottom: 10px;
    right: -4px
}

.service-card.style3 .service-info {
    width: calc(100% - 105px);
    margin-left: 25px
}

.service-card.style3 .service-info h3 {
    margin-bottom: 12px
}

.service-card.style3 .service-info h3 a {
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style3 .service-info p {
    margin: 0;
    color: rgba(255,255,255,.8);
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style3:hover:after {
    height: 100%
}

.service-card.style3:hover .service-info h3 a {
    color: #030734
}

.service-card.style3:hover .service-info p {
    color: #666
}

.service-card.style3:hover .service-icon {
    border: 1px solid rgba(0,169,164,.8)
}

.service-card.style3:hover .service-icon i {
    color: #5395CC
}

.service-card.style3:hover .service-icon:after,.service-card.style3:hover .service-icon:before {
    background-color: #5395CC
}

.service-card.style4 {
    position: relative;
    background-color: #fff;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.07);
    box-shadow: 0 0 15px rgba(0,0,0,.07)
}

.service-card.style4 .service-info {
    padding: 35px 25px 22px
}

.service-card.style4 .service-info .service-title {
    margin-bottom: 10px
}

.service-card.style4 .service-info .service-title h3 {
    width: calc(100% - 70px);
    margin-left: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style4 .service-info .service-title h3 a {
    color: #030734
}

.service-card.style4 .service-info .service-title span {
    width: 50px;
    top: 0;
    position: relative
}

.service-card.style4 .service-info .service-title span:after {
    position: absolute;
    top: -10px;
    left: 45%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(0,169,164,.15)
}

.service-card.style4 .service-info .service-title span i {
    font-size: 45px;
    line-height: .8;
    color: #5395CC;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style4 .service-info p {
    margin-bottom: 12px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    content: "";
    z-index: -1;
    background-color: #030734;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style4:hover:after {
    height: 100%
}

.service-card.style4:hover .service-info .service-title span:after {
    background-color: rgba(255,255,255,.15)
}

.service-card.style4:hover .service-info .service-title span i {
    color: #fff
}

.service-card.style4:hover .service-info .service-title h3 a {
    color: #fff
}

.service-card.style4:hover .service-info .link {
    color: #fff
}

.service-card.style4:hover .service-info p {
    color: rgba(255,255,255,.8)
}

.service-slider-one.owl-carousel .owl-dots {
    margin-top: 10px;
    text-align: center
}

.loan-wrap .service-card.style2 {
    -webkit-transition: .4s;
    transition: .4s
}

.loan-wrap .service-card.style2:after {
    display: none
}

.loan-wrap .service-card.style2 .service-info .service-title {
    margin-bottom: 12px
}

.loan-wrap .service-card.style2 .service-info .service-title h3 {
    width: calc(100% - 60px);
    margin-left: 20px;
    color: #fff
}

.loan-wrap .service-card.style2 .service-info .service-title span {
    width: 40px
}

.loan-wrap .service-card.style2 .service-info .service-title span i {
    font-size: 40px
}

.loan-wrap .service-card.style2 .service-info .content-feature-list {
    margin-bottom: 0
}

.loan-wrap .service-card.style2 .service-info .content-feature-list li {
    color: rgba(255,255,255,.8);
    padding-left: 25px;
    color: rgba(255,255,255,.8)
}

.loan-wrap .service-card.style2 .service-info .content-feature-list li i {
    font-size: 18px
}

.loan-wrap .service-card.style2:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.service-desc .accordion {
    margin-top: 25px
}

.project-card {
    position: relative;
    overflow: hidden;
}
.project-card .titre {
    background-color: #425563;
    display: flex;
    align-items: center;
    color: #FFF;
    position: absolute;
    width: 100%;
    bottom: 0;
}.project-card .titre h3{
    color:#FFF;
    padding-left:15px
}
.project-card .titre span{
    background-color: #5395CC;
    padding: 14px;
    font-family: 'Poppins';
    letter-spacing: 2px;
    font-size: 33px;
      color: #FFF;
}

.project-card img {
    -webkit-transition: .9s;
    transition: .9s;
    width: 100%;
}

.project-card .project-info {
    position: absolute;
    left: 50%;
    width: calc(100% - 0px);
    background: #4255639c;
    padding: 0px;
    border-radius: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
    z-index: 999;
    height: 100%;
    top: 0px;
    align-content: center;
    align-items: center;
}

.project-card .project-info .project-gallery {
    display: inline-block;
    margin: 0 auto 15px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
}

.project-card .project-info .project-gallery i {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin: 0 auto
}

.project-card .project-info h3 {
    font-size: 22px;
    margin: 0
}
.project-card .project-info h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
}

.project-card .project-info p {
    text-align: left;
    color: #FFF;
    font-size: 14px;
}
.project-card .project-info h3 a {
    color: #fff
}

.project-card .project-info h3 a:hover {
    color: #5395CC
}

.project-card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.project-card:hover .project-info {
    bottom: 25px;
    visibility: visible;
    opacity: 1
}

.team-card {
    margin-bottom: 25px;
    -webkit-box-shadow: 0 6px 24px rgba(0,0,0,.07);
    box-shadow: 0 6px 24px rgba(0,0,0,.07);
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s
}

.team-card:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: "";
    width: 0%;
    height: 3px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fcc70e;
    border-radius: 0 0 5px 5px;
    -webkit-transition: .4s;
    transition: .4s
}

.team-card .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0
}

.team-card .team-img:after {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* width: 0; */
    /* height: 0; */
    /* content: ""; */
    background: 0 0;
    border-top: 40px solid #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid #fff;
    border-bottom: 40px solid transparent;
    border-radius: 5px 5px
}

.team-card .team-img img {
    -webkit-transition: .7s;
    transition: .7s
}

.team-card .team-img .social-profile {
    position: absolute;
    top: 50%;
    right: 20px;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.team-card .team-img .social-profile li {
    display: block;
    margin: 0 0 10px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0
}

.team-card .team-img .social-profile li:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.team-card .team-img .social-profile li:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.team-card .team-img .social-profile li:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.team-card .team-img .social-profile li:nth-child(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.team-card .team-img .social-profile li:last-child {
    margin-bottom: 0
}

.team-card .team-img .social-profile li a i {
    color: #fff
}

.team-card .team-info {
    padding: 22px 25px
}

.team-card .team-info h3 {
    font-size: 22px;
    margin-bottom: 5px
}

.team-card span {
    color: #666
}

.team-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.team-card:hover:after {
    width: 85%
}

.team-card:hover .team-img:after {
    visibility: visible;
    opacity: 1
}

.team-card:hover .team-img .social-profile li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.account-form {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.06);
    box-shadow: 0 0 15px rgba(0,0,0,.06);
    padding: 50px
}

.account-form .form-group {
    margin-bottom: 25px
}

.account-form .form-group label {
    display: block;
    margin: 0 0 10px;
    text-align: left
}

.account-form .form-group input,.account-form .form-group textarea,.account-form .form-group select {
    width: 100%;
    height: 54px;
    border: none;
    background: #f9f9f9;
    padding: 15px 20px;
    resize: none
}

.account-form .form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../web-images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 98% 50%
}

.goal-wrap .goal-content .content-title {
    margin-bottom: 30px
}

.goal-wrap .goal-content .content-feature-list {
    -webkit-columns: 2;
    columns: 2;
    margin: 0
}

.goal-wrap .goal-content .content-feature-list li {
    font-size: 17px;
    font-weight: 500;
    color: #030734;
    margin-bottom: 20px
}

.goal-wrap .goal-content .content-feature-list li:last-child {
    margin-bottom: 0
}

.goal-wrap .goal-content .content-feature-list li span {
    width: 26px;
    height: 26px;
    background-color: #5395CC;
    border-radius: 5px
}

.goal-wrap .goal-content .content-feature-list li i {
    font-size: 12px;
    line-height: .8;
    color: #fff;
    top: 0
}

.goal-wrap .goal-img-wrap {
    position: relative;
    z-index: 1
}

.goal-wrap .goal-img-wrap .goal-shape-three {
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.goal-wrap .goal-img-wrap .goal-shape-one {
    position: absolute;
    bottom: 0;
    left: 0
}

.goal-wrap .goal-img-wrap .goal-shape-two {
    position: absolute;
    top: 0;
    right: 0
}

.shopping-wrap .shopping-content {
    position: relative;
    z-index: 0;
}

.shopping-wrap .shopping-content .content-title {
    margin-bottom: 20px
}

.shopping-wrap .shopping-content .shopping-shape-one {
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: -1;
    max-width: 35px
}

.shopping-wrap .shopping-content .shopping-shape-two {
    position: absolute;
    top: -20px;
    left: -40px;
    z-index: -1;
    max-width: 35px
}

.shopping-wrap .shopping-content .content-feature-list {
    margin-bottom: 35px;
    margin-left: 6px;
}

.shopping-wrap .shopping-content .content-feature-list li {
    font-size: 15px;
    font-weight: 300;
    color: #555;
}

.shopping-wrap .shopping-content .content-feature-list li i {
    font-size: 20px;
    top: 1px;
    background: #60AEC8;
    height: 25px;
    width: 25px;
    padding: 4px 3px;
    border-radius: 13px;
    color: #FFF;
}

.shopping-wrap .shopping-img-wrap {
    position: relative;
    z-index: 0;
}

.shopping-wrap .shopping-img-wrap .shopping-shape-three {
}

.shopping-wrap .shopping-img-wrap img {
    display: block;
    margin: 0 auto;
    z-index: 0;
}

.app-wrap {
    position: relative;
    z-index: 1
}

.app-wrap .app-btn a:first-child {
    margin-right: 15px
}

.app-wrap.style1 .app-content .content-title {
    margin-bottom: 30px
}

.app-wrap.style1 .app-img-wrap {
    position: relative;
    z-index: 1
}

.app-wrap.style1 .app-img-wrap .app-shape-one {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1
}

.app-wrap.style2 .app-content .content-title {
    margin-bottom: 35px
}

.app-wrap.style2 .app-content .app-btn a:first-child {
    margin-right: 15px
}

.app-wrap.style2 .app-img-wrap {
    position: relative;
    z-index: 1
}

.app-wrap.style2 .app-img-wrap .app-shape-one {
    position: absolute;
    bottom: 100px;
    right: 50px
}

.app-wrap.style2 .app-img-wrap .app-shape-two {
    position: absolute;
    top: 60px;
    left: -20px
}

.app-wrap.style2 .app-img-wrap .app-shape-three {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: -1
}

.app-wrap.style3 .app-content .content-title {
    margin-bottom: 30px
}

.app-wrap.style3 .app-img-wrap {
    position: relative;
    z-index: 1
}

.app-wrap.style3 .app-img-wrap .app-shape-one {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1
}

.cta-wrap.style1 {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(54.17%,#F3FFFE),to(rgba(255,233,249,0.28)));
    background: linear-gradient(180deg,#F3FFFE 54.17%,rgba(255,233,249,0.28) 100%)
}

.cta-wrap .container {
    position: relative
}

.cta-wrap .container .cta-shape-one {
    position: absolute;
    top: 40px;
    left: 0
}

.cta-wrap .container .cta-shape-two {
    position: absolute;
    bottom: 40px;
    right: 0
}

.cta-wrap .cta-btn {
    text-align: center
}

.cta-wrap .cta-btn a:first-child {
    margin-right: 15px
}

.feature-wrap {
    position: relative;
    z-index: 0;
}

.feature-wrap .feature-img-wrap {
    position: relative
}

.feature-wrap .feature-img-wrap img {
    display: block;
    margin: 0 auto
}

.feature-wrap .feature-img-wrap .feature-shape-one {
    position: absolute;
    top: 40px;
    left: 20px
}

.feature-wrap .feature-img-wrap .feature-shape-two {
    position: absolute;
    bottom: 40px;
    right: 10px
}

.feature-wrap .feature-content .feature-item-wrap {
    -webkit-columns: 2;
    columns: 2
}

.feature-wrap .feature-content .feature-item-wrap .feature-item .feature-icon {
    border-radius: 5px;
    background-color: #5395CC
}

.feature-wrap .feature-content .feature-item-wrap .feature-item .feature-icon i {
    color: #fff
}

.feature-wrap .feature-content .feature-item-wrap .feature-item .feature-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.feature-wrap.style2 .feature-content .content-title {
    margin-bottom: 30px
}

.feature-wrap.style2 .feature-item-wrap .feature-item .feature-text h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff
}

.testimonial-slider-one {
    margin-top: -10px
}

.testimonial-slider-one .testimonial-card {
    margin-top: 10px
}

.testimonial-card {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 25px;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.07);
    box-shadow: 0 0 15px rgba(0,0,0,.07);
    z-index: 1;
    padding: 25px
}

.testimonial-card .ratings {
    line-height: 1
}

.testimonial-card .ratings li {
    display: inline-block
}

.testimonial-card .ratings li i {
    color: #5395CC;
    font-size: 16px;
    line-height: .8
}

.testimonial-card .client-quote {
    margin-bottom: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card .client-info-area {
    margin-bottom: 20px
}

.testimonial-card .client-info-area .client-info-wrap {
    width: calc(100% - 40px)
}

.testimonial-card .client-info-area .client-info-wrap .client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%
}

.testimonial-card .client-info-area .client-info-wrap .client-img img {
    border-radius: 50%
}

.testimonial-card .client-info-area .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 20px
}

.testimonial-card .client-info-area .client-info-wrap .client-info h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card .client-info-area .client-info-wrap .client-info span {
    font-size: 14px;
    display: block;
    line-height: 1;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card .client-info-area .quote-icon i {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 40px;
    line-height: .8;
    color: #5395CC;
    opacity: .4
}

.testimonial-card.style1 .client-info {
    width: 100%
}

.testimonial-card.style1 .client-info h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card.style1 .client-info span {
    font-size: 14px;
    display: block;
    line-height: 1;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card.style3 {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    padding: 0;
    margin-bottom: 0
}

.testimonial-card.style3 .quote-icon {
    margin: 0 auto 25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.07);
    box-shadow: 0 4px 15px rgba(0,0,0,.07)
}

.testimonial-card.style3 .quote-icon i {
    font-size: 21px;
    line-height: 52px;
    margin: 0 auto;
    color: #5395CC
}

.testimonial-card.style3 .client-quote {
    max-width: 75%;
    margin: 0 auto
}

.testimonial-thumb-slider {
    margin: -10px 0
}

.testimonial-thumb-slider .owl-item.current .testimonial-card-thumb {
    border-color: #5395CC
}

.testimonial-card-thumb {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 20px rgba(85,85,85,.07);
    box-shadow: 0 0 20px rgba(85,85,85,.07);
    max-width: 320px;
    margin: 35px auto 0;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card-thumb .client-info-wrap .client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%
}

.testimonial-card-thumb .client-info-wrap .client-img img {
    border-radius: 50%
}

.testimonial-card-thumb .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 20px;
    text-align: left
}

.testimonial-card-thumb .client-info-wrap .client-info h4 {
    font-size: 20px;
    margin: 0 0 3px
}

.testimonial-card-thumb .client-info-wrap .client-info span {
    color: #666
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,.testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0,169,164,.08);
    border: none
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev i,.testimonial-slider-three.owl-carousel .owl-nav button.owl-next i {
    color: #5395CC
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover,.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #5395CC
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover i,.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    right: 0
}

.pricing-table {
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.1);
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    background: #fff;
    margin: 0 0 25px;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-table .pricing-header {
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.pricing-table .pricing-header .feature-tag {
    position: absolute;
    top: 22px;
    right: -50px;
    display: inline-block;
    background-color: #1bd666;
    color: #ffffff;
    padding: 10px 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 14px;
}

.pricing-table .pricing-header h2 {
    color: #fff;
    line-height: 1.2;
    margin: 0;
    font-size: 24px;
    font-weight: 600
}

.pricing-table .pricing-header h2 img {
    margin-right: 7px;
    max-width: 32px
}

.pricing-table .pricing-header .pricing-header-tag {
    margin-top: 20px
}

.pricing-table .pricing-header .pricing-header-tag h3 {
    font-size: 38px;
    color: #ffffff;
    line-height: 1.2;
    margin: 0
}

.pricing-table .pricing-header .pricing-header-tag h3 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #fff;
    margin-top: 6px
}

.pricing-table .pricing-features {
    margin: 20px 30px;
    position: relative
}

.pricing-table .pricing-features li {
    margin: 0 auto;
    display: flex;
    text-align: center;
    color: #666;
    padding: 18px 0;
    border-bottom: 1px solid #f3f4f6
}

.pricing-table .pricing-features li:last-child {
    border-bottom: none
}

.pricing-table .pricing-features li.checked i {
    color: green
}

.pricing-table .pricing-features li.unchecked i {
    color: red
}

.pricing-table .pricing-features li i {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.pricing-table .purchase-pricing {
    text-align: center;
    padding-bottom: 25px
}

.pricing-table:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.pricing-table.style1 .pricing-header {
    background: rgb(85 145 190);
}

.pricing-table.style1 .pricing-header:after {
    height: 50px
}

.pricing-table.style1 .pricing-header h2 {
    color: #ffffff;
}

.pricing-table.style1 .pricing-features .pricing-header-tag {
    background: #030734
}

.pricing-table.style1 .btn.style1 {
    background: rgb(84 143 187);
    color: #ffffff;
}

.pricing-table.style2 .pricing-header {
    background-color: #425563;
}

.pricing-table.style2 .pricing-header h2 {
    color: #fff
}

.pricing-table.style2 .pricing-header .pricing-header-tag h3 {
    color: #fff
}

.pricing-table.style2 .pricing-header .pricing-header-tag h3 span {
    color: rgba(255,255,255,.8)
}

.pricing-table.style2 .btn.style1 {
    color: #fff;
    background: #425563;
}

.counter-wrap {
    position: relative;
    z-index: 1
}

.counter-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    background-color: #030734;
    z-index: -1
}

.counter-card-wrap {
    background: #5395CC;
    border-radius: 5px
}

.counter-card-wrap .counter-card {
    width: 25%;
    position: relative;
    padding: 45px 30px 50px
}

.counter-card-wrap .counter-card:nth-child(4):after,.counter-card-wrap .counter-card:nth-child(4):before {
    display: none
}

.counter-card-wrap .counter-card:nth-child(1):before,.counter-card-wrap .counter-card:nth-child(3):before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.6)),color-stop(75%,rgba(255,255,255,0.01)));
    background: linear-gradient(180deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.01) 75%)
}

.counter-card-wrap .counter-card:nth-child(1):after,.counter-card-wrap .counter-card:nth-child(3):after {
    top: 40px;
    right: -4px
}

.counter-card-wrap .counter-card:nth-child(2):before {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0.6)),color-stop(75%,rgba(255,255,255,0.01)));
    background: linear-gradient(360deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.01) 75%)
}

.counter-card-wrap .counter-card:nth-child(2):after {
    bottom: 40px;
    right: -4px
}

.counter-card-wrap .counter-card:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%
}

.counter-card-wrap .counter-card:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.5)
}

.counter-card-wrap .counter-card .counter-text {
    text-align: center
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    font-family: poppins,sans-serif;
    color: #fff;
    margin: 0 0 5px
}

.counter-card-wrap .counter-card .counter-text p {
    margin: 0;
    font-size: 18px;
    color: #fff
}

.blog-card {
    margin-bottom: 25px;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-card .blog-img {
    overflow: hidden;
    position: relative;
}
.blog-card .blog-img img {
    width: 100%;
}

.blog-info h4 {
    font-size: 24px;
    font-weight: 400;
    padding-top: 10px;
}

.blog-card .blog-img img {
    -webkit-transition: .7s;
    transition: .7s;
    z-index: -1;
}
.blog-card .blog-info span {
    background-color: #5395CC;
    padding: 14px;
    font-family: 'Poppins';
    letter-spacing: 2px;
    font-size: 33px;
}
.blog-card .blog-info {
    /* padding: 22px 25px; */
    /* background-color: #372835c2; */
    /* display: flex; */
    /* align-items: center; */
    /* color: #FFF; */
    /* z-index: 999999; */
    position: relative;
    /* width: 100%; */
    /* bottom: 0; */
    padding: 17px 14px;
}

.blog-card .blog-info .blog-metainfo {
    margin-bottom: 12px
}

.blog-card .blog-info .blog-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-right: 20px;
    font-size: 14px
}

.blog-card .blog-info .blog-metainfo li:after {
    position: absolute;
    top: 5px;
    right: -12px;
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgba(255,255,255,.8)
}

.blog-card .blog-info .blog-metainfo li:last-child {
    margin-right: 0;
    position: absolute;
    top: -15px;
    z-index: 999999;
    left: 30px;
    background-color: #ffbf17;
    color: #FFF;
    padding: 0px 10px;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
    display: none
}

.blog-card .blog-info .blog-metainfo li a {
    font-size: 14px;
    color: #666
}

.blog-card .blog-info .blog-metainfo li a:hover {
    color: #5395CC
}

.blog-card .blog-info .blog-metainfo li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    line-height: .8;
    color: #5395CC
}

.blog-card .blog-info h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.blog-card .blog-info p {
    margin: 0 0 15px
}

.blog-card.style1 {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 50px rgba(0,0,0,.07);
    box-shadow: 0 6px 50px rgba(0,0,0,.07);
}

.blog-card.style1 .blog-info .blog-metainfo {
    margin-bottom: 15px
}

.blog-card.style1 .blog-info .blog-metainfo li:after {
    background-color: rgba(0,0,0,.3)
}

.blog-card.style1 .blog-info h3 {
    color: #fff;
    font-family: poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: 0.32px;
    margin: 0px;
    padding-left: 10px;
    text-transform: uppercase;
}

.blog-card.style1 .blog-info p {
    margin-bottom: 15px;
    padding-bottom: 0px;
    /* border-bottom: 1px solid #f3f4f6; */
}

.blog-card.style2 .blog-info {
    padding: 25px 0 0
}

.blog-card.style2 .blog-info .blog-metainfo {
    margin-bottom: 18px
}

.blog-card.style2 .blog-info .blog-metainfo li {
    color: rgba(255,255,255,.8)
}

.blog-card.style2 .blog-info .blog-metainfo li a {
    color: rgba(255,255,255,.8)
}

.blog-card.style2 .blog-info .blog-metainfo li a:hover {
    color: #5395CC
}

.blog-card.style2 .blog-info h3 {
    margin-bottom: 0
}

.blog-card.style2 .blog-info h3 a {
    color: #fff
}

.blog-card.style2 .blog-info h3 a:hover {
    color: #5395CC
}

.blog-card:hover {
    /* -webkit-box-shadow: 0 40px 51px -16px rgba(0,0,0,.1); */
    /* box-shadow: 0 40px 51px -16px rgba(0,0,0,.1); */
    /* border-color: transparent; */
}

.blog-card:hover .blog-img img {
    /* -webkit-transform: scale(1.08) rotate(3deg); */
    /* transform: scale(1.08) rotate(3deg); */
}

.blog-card:hover .blog-info h3 a {
    color: #5395CC
}

.contact-form-area {
    position: relative;
    z-index: 1
}

.contact-form-area .contact-shape-one {
    position: absolute;
    top: 100px;
    left: 10%;
    z-index: -1
}

.contact-form-area .contact-shape-two {
    position: absolute;
    bottom: 40%;
    right: 10%;
    z-index: -1
}

.contact-item {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 0;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s
}

.contact-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #5395CC;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.contact-item .contact-icon {
    width: 50px;
    height: 50px;
    position: relative;
    top: 5px;
    border-radius: 50%;
    text-align: center;
    background-color: #030734;
    -webkit-transition: .4s;
    transition: .4s
}

.contact-item .contact-icon i {
    color: #fff;
    line-height: .8;
    font-size: 22px;
    position: relative;
    -webkit-transition: .34s;
    transition: .34s
}

.contact-item .contact-info {
    width: calc(100% - 70px);
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-item .contact-info h3 {
    font-size: 22px;
    margin: 0 0 6px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-item .contact-info a,.contact-item .contact-info p {
    display: block;
    margin: 0;
    line-height: 1.5;
    color: #666;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-item:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.contact-item:hover .contact-info {
    color: #666
}

.contact-item:hover .contact-info a,.contact-item:hover .contact-info h3,.contact-item:hover .contact-info p {
    color: #fff
}

.contact-item:hover .contact-icon {
    background-color: #fff
}

.contact-item:hover .contact-icon i {
    color: #5395CC
}

.comp-map {
    height: 400px
}

.comp-map iframe {
    width: 100%;
    height: 100%
}

#contactForm {
    margin-bottom: -8px
}

#contactForm .form-group {
    margin: 0 0 20px
}

#contactForm .form-group input,#contactForm .form-group textarea {
    width: 100%;
    background: #fff;
    border: none;
    padding: 10px 15px 10px 20px;
    border-radius: 0
}

#contactForm .form-group input:focus,#contactForm .form-group textarea:focus {
    border: 1px solid rgba(0,0,0,.2)
}

#contactForm .form-group input {
    height: 60px
}

#contactForm .form-group textarea {
    height: 165px;
    resize: none
}

.btn.disabled {
    opacity: 1
}

.faq-wrap {
    position: relative
}

.faq-wrap .faq-img-wrap img {
    width: 100%
}

.faq-wrap .faq-content .content-title {
    margin-bottom: 25px
}

.faq-wrap .accordion.style2 .accordion-item .accordion-header .accordion-button {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.06);
    box-shadow: 0 0 15px rgba(0,0,0,.06);
    color: #fff
}

.faq-wrap .accordion.style2 .accordion-item .accordion-header .accordion-button.collapsed {
    color: #000
}

.faq-wrap .accordion.style2 .accordion-item .accordion-header .accordion-button.collapsed span {
    background-color: #5395CC!important
}

.faq-wrap .accordion.style2 .accordion-item .accordion-body {
    border: none;
    border-top: none
}

.faq-wrap .accordion.style2 .accordion-item .accordion-collapse .accordion-body {
    border: none
}

.faq-wrap .accordion.style2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #5395CC!important;
    border: none
}

.accordion-item {
    border: none;
    margin: 0 0 25px;
    background: 0 0
}

.accordion-item:last-child {
    margin-bottom: 0
}

.accordion-item .accordion-header {
    margin-bottom: 0
}

.accordion-item .accordion-header .accordion-button {
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 5px;
    color: #000;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    padding: 20px 65px 20px 20px;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-item .accordion-header .accordion-button:after {
    display: none
}

.accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-item .accordion-header .accordion-button.collapsed {
    color: #000
}

.accordion-item .accordion-header .accordion-button.collapsed span {
    background-color: #030734!important
}

.accordion-item .accordion-header .accordion-button span {
    display: inline-block;
    min-width: 60px;
    height: calc(100% - 8px);
    background-color: #5395CC;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 5px
}

.accordion-item .accordion-header .accordion-button span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 30px;
    line-height: .8;
    color: #fff
}

.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0
}

.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0
}

.accordion-item .accordion-body {
    border: none;
    padding: 20px 20px 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.accordion-item .accordion-body p {
    margin: 0
}

.accordion-collapse {
    border: none
}

.accordion-item .accordion-collapse .accordion-body {
    border: 1px solid rgba(0,0,0,.1);
    padding: 18px 20px 20px;
    border-radius: 0 0 5px 5px;
    padding-bottom: 15px
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: 0 0!important;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: none;
    border-radius: 5px 5px 0 0
}

.accordion-button:not(.collapsed) span i.plus {
    visibility: hidden;
    opacity: 0
}

.accordion-button:not(.collapsed) span i.minus {
    visibility: visible!important;
    opacity: 1!important
}

.error-content {
    text-align: center
}

.error-content img {
    display: block;
    margin: 0 auto 20px;
    max-width: 600px
}

.error-content p {
    margin: 0 auto 20px;
    max-width: 520px
}

.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px
}

.post-cat-title span {
    font-weight: 600;
    color: #030734
}

article p,.service-desc p,.terms-wrap p,.project-desc p {
    margin-bottom: 15px
}

article p strong,.service-desc p strong,.terms-wrap p strong,.project-desc p strong {
    color: #000
}

article p a,.service-desc p a,.terms-wrap p a,.project-desc p a {
    color: #030734
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover,.project-desc p a:hover {
    text-decoration: underline;
    color: #030734
}

article h1,.service-desc h1,.terms-wrap h1,.project-desc h1 {
    font-size: 30px;
    margin-bottom: 15px
}

article h2,.service-desc h2,.terms-wrap h2,.project-desc h2 {
    font-size: 28px;
    margin-bottom: 15px
}

article h3,.service-desc h3,.terms-wrap h3,.project-desc h3 {
    font-size: 26px;
    margin-bottom: 15px
}

article h4,.service-desc h4,.terms-wrap h4,.project-desc h4 {
    font-size: 24px;
    margin-bottom: 15px
}

article h5,.service-desc h5,.terms-wrap h5,.project-desc h5 {
    font-size: 22px;
    margin-bottom: 15px
}

article h6,.service-desc h6,.terms-wrap h6,.project-desc h6 {
    font-size: 20px;
    margin-bottom: 15px
}

article ol,.service-desc ol,.terms-wrap ol,.project-desc ol {
    margin-top: 20px;
    margin-bottom: 25px
}

article ol li,.service-desc ol li,.terms-wrap ol li,.project-desc ol li {
    margin-bottom: 15px;
    color: #666;
    padding-left: 3px
}

article .content-feature-list,.service-desc .content-feature-list,.terms-wrap .content-feature-list,.project-desc .content-feature-list {
    margin: 25px 0
}

.service-desc .service-img {
    border-radius: 5px
}

.service-desc .service-img img {
    border-radius: 5px
}

article {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,.09)
}

.post-navigation {
    margin: 0 0 25px
}

.post-navigation .next-post,.post-navigation .prev-post {
    width: 50%;
    display: block;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s
}

.post-navigation .next-post span,.post-navigation .prev-post span {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: .3s;
    transition: .3s
}

.post-navigation .next-post:hover,.post-navigation .prev-post:hover {
    color: #5395CC
}

.post-navigation .next-post:hover span,.post-navigation .prev-post:hover span {
    color: #5395CC
}

.post-navigation .next-post {
    text-align: right
}

.post-navigation .prev-post {
    text-align: left
}

.post-metainfo {
    line-height: 1;
    margin-bottom: 15px
}

.post-metainfo li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    margin-right: 25px;
    color: #666
}

.post-metainfo li:after {
    position: absolute;
    top: 2px;
    right: -12px;
    content: "";
    width: 1px;
    height: 14px;
    background-color: rgba(0,0,0,.3)
}

.post-metainfo li:last-child {
    margin-right: 0
}

.post-metainfo li:last-child:after {
    display: none
}

.post-metainfo li i {
    font-size: 15px;
    color: #5395CC;
    position: absolute;
    top: 1px;
    left: 0
}

.post-metainfo li:last-child {
    margin-right: 0
}

.post-metainfo li a {
    color: #666
}

.post-img {
    position: relative;
    margin: 0 0 25px;
    display: block
}

.post-img .blog-date {
    display: inline-block;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.08);
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    padding: 7px 32px 8px;
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 1;
    background-color: #5395CC;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.post-img .blog-date:hover {
    background: #030734;
    color: #fff
}

.wp-block-quote {
    position: relative;
    padding: 35px;
    background-color: #f9f9f9;
    text-align: left;
    margin: 30px 0
}

.wp-block-quote .wp-quote-text {
    width: calc(100% - 100px);
    margin-left: 30px
}

.wp-block-quote .wp-quote-text p {
    font-weight: 500;
    color: #000;
    font-weight: 500;
    margin-bottom: 0
}

.wp-block-quote .wp-quote-text h6 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin: 20px 0 0;
    line-height: 1.2;
    padding-left: 60px
}

.wp-block-quote .wp-quote-text h6:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 45px;
    height: 2px;
    background-color: #5395CC
}

.wp-block-quote .wp-quote-icon {
    width: 70px;
    height: 100px;
    position: relative;
    z-index: 1
}

.wp-block-quote .wp-quote-icon i {
    color: #5395CC;
    font-size: 68px;
    line-height: .8;
    opacity: .7;
    margin: 0 auto
}

.post-meta-option {
    border: 1px solid rgba(0,0,0,.09);
    padding: 20px;
    margin-bottom: 25px
}

.post-tag ul {
    display: inline-block
}

.post-tag ul li {
    display: inline-block
}

.post-tag ul li a {
    color: #555;
    font-size: 16px;
    border-radius: 3px
}

.post-tag ul li a:hover {
    color: #5395CC
}

.post-tag span {
    margin-right: 10px;
    font-weight: 500;
    color: #000
}

.post-share {
    display: inline-block
}

.post-share span {
    font-weight: 500;
    color: #000
}

.post-share ul {
    display: inline-block;
    margin-left: 5px
}

.post-author {
    padding: 25px;
    margin: 15px 0 30px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.09)
}

.post-author .post-author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.post-author .post-author-img img {
    border-radius: 50%
}

.post-author .post-author-info {
    width: calc(100% - 175px);
    margin-left: 25px
}

.post-author .post-author-info h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px
}

.post-author .post-author-info p {
    margin: 0 0 15px
}

.comment-item-wrap .comment-item {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0,0,0,.09)
}

.comment-item-wrap .comment-item.reply {
    margin-left: 40px
}

.comment-item-wrap .comment-item:last-child {
    margin-bottom: 0
}

.comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 4px
}

.comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 50%
}

.comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 9px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    display: inline-block
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #888;
    margin-top: 12px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin: 0 0 10px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0 0 5px
}

.comment-item-wrap .reply-btn {
    display: inline-block;
    background: rgba(0,169,164,.1);
    line-height: 1;
    font-weight: 500;
    padding: 9px 12px 10px;
    border-radius: 5px;
    color: #5395CC;
    -webkit-transition: .3s;
    transition: .3s
}

.comment-item-wrap .reply-btn i {
    position: relative;
    margin-right: 4px
}

.comment-item-wrap .reply-btn:hover {
    background: #5395CC;
    color: #fff
}

.comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    padding-bottom: 15px
}

.comment-box-title h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
    content: "";
    background: #5395CC;
    -webkit-transition: .4s;
    transition: .4s
}

.comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0
}

#cmt-form {
    margin-top: 35px
}

#cmt-form label {
    color: #888;
    padding-left: 20px
}

#cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative
}

#cmt-form .comment-form .form-group>label {
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    padding-left: 0;
    color: #888
}

#cmt-form .comment-form .form-group input,#cmt-form .comment-form .form-group textarea {
    width: 100%;
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
    padding: 15px;
    color: #000
}

#cmt-form .comment-form .form-group input:focus,#cmt-form .comment-form .form-group textarea:focus {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

#cmt-form .comment-form .form-group input {
    height: 60px
}

#cmt-form .comment-form .form-group textarea {
    height: 145px;
    resize: none
}

.checkbox {
    display: block
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 20px
}

.checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #030734;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 6px
}

.checkbox a {
    color: #030734
}

.checkbox.style2 label:before {
    border-radius: 50%;
    border-color: #888
}

.checkbox input:checked+label:before {
    border-color: #5395CC
}

.checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    border-radius: 50%;
    background: #5395CC
}

.post-cat-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px
}

.post-cat-title span {
    font-weight: 600;
    color: #030734
}

.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px
}

.post-cat-title span {
    font-weight: 600;
    color: #030734
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.social-profile.style1 li a,.social-profile.style2 li a,.search-area,.content-feature-list.style1 li span,.category-box.style2 ul li a span,.feature-item-wrap .feature-item .feature-icon,.feature-card.style3 .feature-info .feature-title span,.service-card.style3 .service-icon,.contact-item .contact-icon,.header-wrap .header-top .header-top-right,.select-lang .navbar-language .dropdown-toggle,.project-info-widget .project-info-list li,.schedule-widget ul li,.hero-wrap.style3 .hero-content .hero-btn,.hero-wrap.style3 .hero-content .hero-btn .play-video,.feature-card .feature-info .feature-title,.service-card.style2 .service-info .service-title,.service-card.style4 .service-info .service-title,.feature-wrap .feature-content .feature-item-wrap .feature-item,.testimonial-card .client-info-area,.testimonial-card .client-info-area .client-info-wrap,.testimonial-card-thumb .client-info-wrap,.post-navigation,.footer-wrap .footer-widget .social-link,.project-info-widget .project-share,.owl-carousel .owl-nav,.pp-post-item,.feature-item-wrap .feature-item,.currency-card,.service-card.style3,.counter-card-wrap,.contact-item,.wp-block-quote,.post-author,.comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.social-profile.style1 li a,.social-profile.style2 li a,.search-area,.content-feature-list.style1 li span,.category-box.style2 ul li a span,.feature-item-wrap .feature-item .feature-icon,.feature-card.style3 .feature-info .feature-title span,.service-card.style3 .service-icon,.contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right,.select-lang .navbar-language .dropdown-toggle,.project-info-widget .project-info-list li,.schedule-widget ul li,.hero-wrap.style3 .hero-content .hero-btn,.hero-wrap.style3 .hero-content .hero-btn .play-video,.feature-card .feature-info .feature-title,.service-card.style2 .service-info .service-title,.service-card.style4 .service-info .service-title,.feature-wrap .feature-content .feature-item-wrap .feature-item,.testimonial-card .client-info-area,.testimonial-card .client-info-area .client-info-wrap,.testimonial-card-thumb .client-info-wrap,.post-navigation,.footer-wrap .footer-widget .social-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.footer-wrap {
    position: relative;
    z-index: 1;
    background-color: #425563;
}

.footer-wrap .footer-shape-three {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.footer-wrap .container {
    position: relative;
    z-index: 1
}

.footer-wrap .container .footer-shape-one {
    position: absolute;
    top: 30%;
    left: -100px;
    z-index: -1;
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out
}

.footer-wrap .container .footer-shape-two {
    position: absolute;
    bottom: 100px;
    right: -100px;
    z-index: -1;
    -webkit-animation: animationFramesTwo 15000ms infinite ease-in-out;
    animation: animationFramesTwo 15000ms infinite ease-in-out
}

.footer-wrap .footer-widget {
    margin-bottom: 25px
}

.footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #5996c5;
}
.footer-wrap .footer-widget .footer-widget-title:before {
    width: 56%;
    background-color: #ffffff78;
    height: 2px;
    position: absolute;
    content: " ";
    bottom: 0px;
    left: 0px;
}
.footer-wrap .footer-widget .footer-logo {
    margin-bottom: 15px;
    display: block
}

.footer-wrap .footer-widget .comp-desc {
    color: #E8E8E8;
    font-family: poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    width: 325px;
}

.footer-wrap .footer-widget .social-link h6 {
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin: 0 10px 0 0
}

.footer-wrap .footer-widget .social-link .social-profile li a {
    color: #e8e8e8;
    font-size: 18px;
    background-color: #5391c4;
    border: 1px solid #5697cc;
    /* border-radius: 41px; */
}

.footer-wrap .footer-widget .social-link .social-profile li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 6px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
    margin-bottom: 0
}

.footer-wrap .footer-widget .footer-menu li a {
    color: #E8E8E8;
    position: relative;
    padding-left: 5px;
}

.footer-wrap .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: -5px;
    left: 0px;
    content: "";
    width: 0;
    height: 1px;
    background-color: #5395CC;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-wrap .footer-widget .footer-menu li a i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 9px;
    color: #5395CC;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #fcc70e;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    visibility: visible;
    opacity: 1;
    width: calc(100% - 22px)
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
    color: #5395CC
}

.footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px
}

.footer-wrap .footer-widget .contact-info li:last-child {
    margin-bottom: 0
}

.footer-wrap .footer-widget .contact-info li h6 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px
}

.footer-wrap .footer-widget .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    line-height: .8;
    color: #5395CC
}

.footer-wrap .footer-widget .contact-info li p,.footer-wrap .footer-widget .contact-info li a {
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-wrap .footer-widget .contact-info li:hover p,.footer-wrap .footer-widget .contact-info li:hover a {
    color: #5395CC
}

.footer-wrap .footer-widget .newsletter-text {
    color: rgb(41 95 119);
    margin-bottom: 28px
}

.footer-wrap .footer-widget .newsletter-form {
    position: relative
}

.footer-wrap .footer-widget .newsletter-form input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 5px;
    background-color: #161942;
    color: #fff;
    text-align: left;
    padding: 10px 55px 10px 15px
}

.footer-wrap .footer-widget .newsletter-form input::-webkit-input-placeholder {
    opacity: .9;
    color: #fff
}

.footer-wrap .footer-widget .newsletter-form input:-ms-input-placeholder {
    opacity: .9;
    color: #fff
}

.footer-wrap .footer-widget .newsletter-form input::-ms-input-placeholder {
    opacity: .9;
    color: #fff
}

.footer-wrap .footer-widget .newsletter-form input::placeholder {
    opacity: .9;
    color: #fff
}

.footer-wrap .footer-widget .newsletter-form button {
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    background-color: #5395CC;
    margin: 15px 0 0;
    color: #fff
}

.footer-wrap .footer-widget .newsletter-form.style2 input {
    border-radius: 50px
}

.footer-wrap .footer-widget .newsletter-form.style2 button {
    border-radius: 50%
}

.footer-wrap .footer-widget .newsletter-form.style3 input {
    border-radius: 5px
}

.footer-wrap .footer-widget .newsletter-form.style3 button {
    border-radius: 5px
}

.copyright-text {
    padding: 17px 10px 20px;
    text-align: left;
    border-top: 1px solid rgba(255,255,255,.1)
}

.copyright-text p {
    color: #ffffff;
    margin: 0;
    left: 0;
    text-align: left;
    text-transform: capitalize;
}

.copyright-text p i {
    position: relative;
    top: 2px;
    margin-right: 2px
}

.copyright-text p a {
    color: #ffffff;
    font-weight: 300;
}

.copyright-text p a:hover {
    text-decoration: underline
}

.hero-wrap.style3 .hero-content h1 span {
    color: #FFF;
    font-family: poppins;
    font-size: 44px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hero-wrap.style3 .hero-content h1{
    color: #FFF;
    font-family: poppins;
    font-size: 64px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 1015px;
}
.text-hero p {
    width: 846px;
    margin: auto;
    color: #555;
    text-align: center;
    font-family: poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.text-hero {
    margin: 40px 0px;
}

.text-hero h2 {
    color: #333;
    text-align: center;
    font-family: poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.feature-title {
    display: block !important;
    width: 100%;
}

.feature-title h3 {
    width: 100% !important;
    margin: auto !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    margin-top: 10px !important;
}



.feature-card.style3 p {
    color: #777;
    font-family: poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.content-title.style1 h3 {
    color: #333;
    font-family: poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}
section.testimonial-wrap.ptb-100.bg-albastor {
    background-image: url(../web-images/get_app.jpg);
}
section.testimonial-wrap.ptb-100.bg-albastor .text-hero {
    margin: 10px 0px;
}

section.testimonial-wrap.ptb-100.bg-albastor .text-hero h2{
    color: #FFF;
}
section.testimonial-wrap.ptb-100.bg-albastor .text-hero p {
    color: #FFF;
}
.hero-btn a {
    margin-left: 15px;
}
header.header-wrap.style1.sticky {padding-top: 48px;background-color: #ffffff;}

.hero-btn a.btn.style1 {
    background-color:#FFFF;
    color:#5395CC
}
.service-charge-wrap.bg-stratos .bloc {
    margin: 15px 0px;
}
.service-charge-wrap.bg-stratos  .bloc span {
    color: #FFF;
    font-family: poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
     /* 100% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border: 2px solid #FFF;
    padding: 10px 30px;
    }
    .blog-info a.link.style1 {
        border: 2px solid #5395CC;
        background: rgba(255, 255, 255, 0.12);
        color: #333;
        font-family: poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 100% */
        letter-spacing: 1.4px;
        text-transform: uppercase;
        padding: 10px 20px;
        border-radius: 29px;
    }  
a.link.style1 i {
    display: none;
}

a.link.style1:hover {
    background-color: #5395CC;
    color: #FFF;
}

a.link.style1:hover i {
    display: inline;
    background: #FFFF;
    padding: 4px 8px;
    border-radius: 20px;
    color: #5395CC;
    padding-top: 7px;
}
    .blog-card.stylebg .blog-info {
     background: none;
     }
     .blog-card.stylebg {
         background-image: url(../web-images/img_blue.jpg);
         display: flex;
         align-items: center;
         height: 95%;
         background-position: center center;
         background-size: cover;
         margin-bottom: 0px;
     }  
     .blog-card.stylebg .blog-info h3 {
    
        color: #FFF;
        font-family: poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.48px;
        padding-top: 12px;
    }
    .blog-card.stylebg .blog-info p {color: #FFF;font-family: poppins;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px; /* 150% */letter-spacing: 0.32px;}
    .blog-card.stylebg .blog-info span{color: #FFF;font-family: poppins;font-size: 14px;font-style: normal;font-weight: 400;line-height: 20px; /* 142.857% */letter-spacing: 0.28px;text-transform: uppercase;}
   
    section.feature-wrap.pt-50.pb-75.bg-stratos .text-hero span {
        color: #FFF;
        font-family: poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }
    section.feature-wrap.pt-50.pb-75.bg-stratos .text-hero h2 {color:#FFF;text-align: center;font-family: poppins;font-size: 48px;font-style: normal;font-weight: 400;line-height: normal;width: 745px;margin: auto;}
   .les_btn a.link.style1 {
       border-color: #FFF;
       color: #FFF;
   }
   
   .feature-card.style3 p {
   
color: #FFF;
   
text-align: center;
   
font-family: poppins;
   
font-size: 16px;
   
font-style: normal;
   
font-weight: 300;
   
line-height: 24px;
}
.feature-card.style3 h3{
    color: #FFF;
    text-align: center;
    font-family: poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
    text-transform: uppercase;
    margin-top: 15px;
  }

  .blog-wrap1 .blog-info span {
    color: #5395CC;
    font-family: poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.blog-wrap1 .blog-card.style1 .blog-info h3 {color: #284163;font-family: poppins;font-size: 24px;font-style: normal;font-weight: 500;line-height: normal;}
.blog-wrap1 .blog-card.style1 .blog-info p {
    font-size: 16px;
}
ul.footer-menu.list-style p {color: #E8E8E8;}
.blog-wrap1 .blog-info a.link.style1 {
    color: #5395CC;
    font-family: poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; 
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a {
        color: #316479;
    }   
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
        color: #316479 !important;
    }
    .hero-btn {
                margin-left: -17px;
                display: flex;
                align-items: center;
            }

    .hero-btn a>img {
        width: 156px !important;
    }
    .text-hero h2 {
       
        font-size: 20px;

    }
    .text-hero p{
        width: 100%;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        font-size:18px;
        margin-bottom: 8px;
        padding-bottom: 10px
    }

    .footer-wrap .footer-widget .comp-desc {
        font-size: 14px;
        padding-right: 10px
    }

    .footer-wrap .footer-widget h6 {
        font-size: 16px
    }

    .footer-wrap .footer-widget .contact-info li {
        margin-bottom: 10px
    }

    .footer-wrap .footer-widget .contact-info li i {
        top: 5px
    }

    .footer-wrap .footer-widget .contact-info p,.footer-wrap .footer-widget .contact-info a {
        font-size: 14px
    }

    .footer-wrap .footer-widget .footer-menu li {
        margin-bottom: 8px
    }

    .footer-wrap .footer-widget .footer-menu li a {
        font-size: 14px
    }

    .footer-wrap .footer-widget .footer-menu li a i {
        top: 3px
    }

    .footer-wrap .footer-widget .newsletter-form input {
        height: 48px
    }

    .footer-wrap .footer-widget .newsletter-form input,.footer-wrap .footer-widget .newsletter-form button {
        font-size: 14px
    }

    .footer-wrap .footer-widget .newsletter-form button {
        padding: 13px 15px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size:20px
    }

    .footer-wrap .footer-widget .comp-desc {
        padding-right: 40px
    }
}

@media only screen and (max-width: 991px) {
    .footer-wrap .footer-widget .footer-widget-title {
        margin-bottom:18px;
        padding-bottom: 12px
    }

    .footer-wrap .footer-widget .comp-desc {
        margin: 15px 0 20px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size:22px
    }

    .footer-wrap .footer-widget .comp-desc {
        padding-right: 20px
    }

    .footer-wrap .footer-widget .newsletter-form {
        position: relative
    }

    .footer-wrap .footer-widget .newsletter-form input {
        height: 52px
    }

    .footer-wrap .footer-widget .newsletter-form button {
        padding: 14px 15px
    }
}

@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-top .footer-widget .footer-widget-title {
        margin-bottom:18px
    }
}

@media only screen and (min-width: 1200px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:25px
    }
}
/* =============================================== */
.image_partenaire {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_partenaire img {
    margin: auto;
      max-width: 260px;
}
.image_partenaire img:hover {
    opacity: 0.5;
    cursor: pointer;
}
section.partenaire {
    /* background-color: #F4F7FF; */
    padding: 70px 0px;
}
section.partenaire .section-title p {
    color: #444;
    text-align: center;
    font-family: poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* max-width: 750px; */
    margin: auto;
    padding-bottom: 23px;
}

section.partenaire .section-title h2{
    padding-bottom:20px
}
section.cart {
    padding: 70px 0px;
}
section.cart .section-title h2 {
    padding-bottom: 20px;
}
section.cart p {  
    color: #444;
    text-align: center;
    font-family: poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 750px;
    margin: auto;
    padding-bottom: 23px;
}

section.cart .section-title p {
    color: #444;
    text-align: center;
    font-family: poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 750px;
    margin: auto;
    padding-bottom: 23px;
}
section.cart img {
    margin: auto;
    /* margin-top: 40px; */
}

.address {
    float: left;
    border-left: 2px solid #5395CC;
    text-align: left;
    padding-left: 20px;
    margin-top: 40px;
    border-left: 2px solid #5395CC;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #DDE3F4;
    width: 98%;
    padding-bottom: 20px;
}

.address p {
    line-height: 10px;
    padding: 0px;
    margin: 12px 0px;
}

section.cart {
    text-align: center;
}

section.cart .address p {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0px;
}

span {
    /* color: #fff; */
    font-family: 'Poppins';
    /* font-size: 24px; */
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #;
}
.project-card .project-info span {
    background-color: #5395CC;
    padding: 14px;
    font-family: 'Poppins';
    letter-spacing: 2px;
    font-size: 33px;
    color: #FFF;
    height: 100%;
    align-items: center;
    display: flex;
}
.project-card:hover .titre {
    display: none;
}
.info {
    padding: 13px;
}
.address a {
    color: #555;
    padding-left: 4px;
}
/* ===================================================== */
/*--------------------------------------------------------------
    Template Name 	: FastXpress - Logistics And Transportation Website Template
    Version         : 1.0
	Author          : ZRTHEMES
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  Generale Style
--------------------------------------------------------------*/

body {
	background: #ffffff;
	color: #333333;
	font-family: 'poppins', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0px 2px 2px rgb(192 192 192 / 16%);
	letter-spacing: 0.3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'poppins', sans-serif;
	font-weight: normal;
	color: #333333;
	line-height: 1.5;
}

a {
	color: #0072ec;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

i {
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip {
    position: relative;
}

.flip:hover img {
    transform: rotateY(180deg);
}

.flip:hover i {
    transform: rotateY(180deg);
}


.icon {
	position: relative;
}
.icon img {
	max-width: 50px;
	margin-bottom: 10px;
}

.box-shadow {
	-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
}


.flex-column{
	flex-direction: column;
}
.z-index {
	z-index: 9;
}

.position-relative {
	position: relative !important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #333333;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 15px 70px;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	border-radius: 10px 20px 0 9px;
	color: #ffffff;
	background: none;
	cursor: pointer;
	margin-top: 25px;
	overflow: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 30%);
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 30%);
}

.button:hover {
	color: #fff;
}

.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.button:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.button-large:focus {
	outline: none;
	box-shadow: none;
}

.button-large {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 14px 59px;
	text-align: center;
	font-size: 32px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	background: none;
	cursor: pointer;
	margin-top: 50px;
	overflow: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.button-large:hover {
	color: #fff;
}

.button-large:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button-large:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button-large:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.button-large:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.navbar .button{margin: 0;background: #404040;padding: 10px 30px;}

.btn-red{
	padding: 10px 20px;
    background: #333333;
    border-radius: 2px;
	color: #ffffff;
}
.btn-black{
	padding: 10px 20px;
    background: #000;
    border-radius: 2px;
	color: #ffffff;
}
.btn-gray{
	padding: 10px 20px;
    background: rgb(132, 132, 132);
    border-radius: 2px;
	color: #ffffff;
}
.bg-gray {
	background-color: #f8f8f9;
}

.bg-none {
	background: none !important;
}

.color-text {
	color: #333333;
}

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

.mr-15 {
	margin-right: 15px;
}
.m-3{
	margin: 5px;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

h5 {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-family: 'poppins', sans-serif;
}
section{
	overflow: hidden;
}
.section-padding {
	padding: 60px 0;
	position: relative;
}
.section-large-padding {
	padding: 150px 0;
	position: relative;
}

.section-right {
	position: relative;
}
.section-right:before{
	content: '';
	position: absolute;
	top: 0;
	right: -65%;
	z-index: 0;
	display: block;
	width: 56%;
	height: 100%;
	background: -webkit-linear-gradient(to right, rgb(255 255 255) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgb(255 255 255) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(35deg);
	-webkit-transform: skewX(35deg);
	transform: skewX(36deg);
	background: linear-gradient(306deg,#333333,#edc702,#4bb5bb,#333333);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
	opacity: 0.9;
}

.section-left {
	position: relative;
}
.section-left:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to right, rgb(255 255 255) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgb(255 255 255) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
	background: linear-gradient(306deg,#333333,#edc702,#4bb5bb,#333333);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
	opacity: 0.9;
}

.footer-section-left {
	position: relative;
}

.section-title {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}


.section-title.style1 h2>span {
    font-size: 52px;
    text-transform: capitalize;
}

.section-title h2:before {
    content: ' ';
    height: 0px;
    background-color: #fcc70e;
    position: absolute;
    z-index: 1;
    width: 100px;
    top: 50px;
    left: 38rem;
}


.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mb-30{
	margin-bottom: 30px;
}

.mr-0 {
	margin: 0;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #333333;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}

.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}

.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
	border-radius: 50%;
}

.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


@media only screen and (min-width: 1500px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1320px;
	}
}




/*-------------------------------------------------------------- 
[ Start Overlay ] 
--------------------------------------------------------------*/

[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]:before {
    background-image: linear-gradient(83deg, transparent, transparent);
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-light]:before {
	background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

.bg-b {
	background-color: #ffffff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}


.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #333333 !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #333333;
	box-shadow: 0 1px 5px #333333;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #333333;
	transition: .3s;
}

.single-page {
	margin-top: 143px;
}
.breadcrumb{
	justify-content: center;
}
.fill-text{
	background: #333333;
    color: #ffffff;
    font-size: 33px;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: 0 auto;
}
.fill-text:hover,
.fill-text i:hover{
	background: #000;
    color: #ffffff;
}
/*--------------------------------------------------------------
 * Preloader Area CSS
--------------------------------------------------------------*/

.preloader {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99999999;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.preloader .preloader-wapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}

.preloader img{
 max-width: 100px;	
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 18px;
  background: #333333;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.spinner-loader {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 0.25rem;
}

.spinner-loader div {
	position: absolute;
	border: 4px solid #333333;
	opacity: 1;
	border-radius: 0;
	-webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	border-radius: 0.25rem;
}

.spinner-loader div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	border-radius: 0.25rem;
}

@-webkit-keyframes spinner-loader {
	0% {
		top: 35px;
		left: 35px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}

@keyframes spinner-loader {
	0% {
		top: 35px;
		left: 35px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}

/*--------------------------------------------------------------
  Navber Area Style
--------------------------------------------------------------*/
.topbar {
  /* height: 45px; */
  font-size: 16px;
  transition: all 0.5s;
  color: #fff;
  padding: 0px;
  width: 100%;
  background: #ffffff;
  align-items: center;
  display: flex;
  padding: 25PX 0;
  /*display: none;*/
}

.topbar .contact-info i {
  font-style: normal;
  color: #333333;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  color: #6c757d;
  font-family: 'poppins', sans-serif;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

@media (max-width: 787px) {
  .topbar {
    /*display: none;*/
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #333333;
  text-decoration: underline;
}

.topbar .social-links a {
  color: #0073ec;
  line-height: 26px;
  transition: 0.3s;
  margin-left: 5px;
  border-radius: 50%;
  height: 34px;
  text-align: center;
  padding: 5px;
}

.topbar .social-links a:hover {
  color: #414141;
}
.zr-theme-menu-header-navber-area {
	height: auto;
	background: transparent;
	position: relative;
	z-index: 100;
}

.zr-theme-menu-header-navber-area .nav-top-bar {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f3f3f3;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
	margin: 0 0 10px;
	display: inline-block;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p i {
	margin-right: 3px;
	font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a {
	color: #ecca01;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:focus {
	color: #FFC107;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li {
	display: inline-block;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a {
	color: #ffffff;
	font-size: 16px;
	margin-left: 5px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:focus {
	color: #333333;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours {
	float: right;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p i {
	margin-right: 3px;
	font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg {
	background: #333333;
	border-bottom: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
	color: #ffffff;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg .top-social li a {
	color: #ffffff;
}

.navbar-b {
	transition: all .5s ease-in-out;
	padding: 0;
}

.menu-bg{
    height: 80px;
    background: #0072ec;
    border-radius: 20px 20px 0 20px;
}


.navbar-b.navbar-reduce {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}


.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 0px;
	padding-left: 10px;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	padding-right: 0;
	padding-left: 15px;
	font-family: 'poppins', sans-serif;
	text-shadow: 0px 2px 7px rgb(0 0 0 / 20%);
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #464646;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #464646;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fffefe;
	font-weight: 500;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	background: #0073ec;
}

.navbar-b.navbar-reduce .nav-link {
	color: #ffffff;
}

.navbar-b.navbar-reduce .book-now {
	color: #fff !important;
}

.navbar-b.navbar-reduce .book-now .nav-link {
	color: #fff !important;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #505050;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	position:relative;
}

.navbar-b .navbar-brand span{
	display: flex;
	align-items: center;
	font-weight: 500;
	position: relative;
}

.navbar-b .navbar-brand img {
	width: 37px;
	border-radius: 0;
	margin-right: 24px;
}
.navbar-b .navbar-brand:before{
	content: '';
	width: 50px;
	display: block;
	height: 50px;
	background: #0073ec;
	border: 2px dashed;
	z-index: 0;
	left: 0px;
	position: absolute;
	border-radius: 10px;
	top: -2px;
	transform: rotateZ(45deg);
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #333333;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #333333;
}

.navbar-toggler {
	position: absolute;
	right: 5%;
	top: 18px;
	z-index: 10001;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}


.navbar-toggler span {
	display: block;
	background-color: #ffffff;
	height: 4px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

.navbar-b .black-logo {
	display: none;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}
.book-now {
	padding-left: 24px !important;
}

.book-now a {
	background: #ecca01;
	border-radius: 4px;
	padding-right: 15px !important;
	color: #fff !important;
}

.book-now a:hover {
	background: #333333;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

/*--------------------------------------------------------------
  Home Section Style
--------------------------------------------------------------*/

.home-area {
	position: relative;
	z-index: 1;
	text-align: center;
	background: url(../images/slider-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	padding-top: 150px;
	padding-bottom: 40px;
}

.home-area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .6;
	z-index: -1;
	background: #000 !important;
}

.hero-equal-height {
	position: relative;
	min-height: 100vh;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-area .home-content {
	margin-bottom: 50px;
}

.home-area .home-content h1 {
	font-size: 80px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'poppins', sans-serif;
}

.home-area .home-content p {
	font-size: 16px;
	color: #ffffff;
}

.button.home-btn {
	background: #404040;
	margin-right: 15px;
	color: #fff;
}

.home-app-button-box .img-app-btn-1 {
	margin-right: 15px;
}

/*--------------------------------------------------------------
  Partners Style
--------------------------------------------------------------*/
 .customer-logos {
	position: relative;
}
.customer-logos img {
	border-radius:  20px;
	padding: 15px;
	border: 1px solid #e7e7e7;
	margin: 15px 0;
}
.customer-logos img:hover{
	border-radius:  20px;
	padding: 15px;
	border: 1px solid #e7e7e7;
	margin: 15px 0;
	filter: grayscale(0);
	opacity: 1;
}

/*--------------------------------------------------------------
  Slider Home Style
--------------------------------------------------------------*/

.slider {
	position: relative;
	/* margin-top: 80px; */
	z-index: 0;
}

.slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.slider .swiper-slide-active {
	z-index: 3;
}

.slider .parallax-slider {
	position: relative;
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 720px;
	padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
}
.hero-img img{
  width: 100%;
    -webkit-animation: shine 2.75s infinite;
  animation: shine 2.75s infinite;
}
.hero-img{
  width: 100%;
  -webkit-transition: background-color 2.50ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 2.50ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  position: relative;
  overflow: hidden;
}
.hero-img:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hero-img:hover::before{
    -webkit-animation: shine 2.75s infinite;
  animation: shine 2.75s infinite;
}
.swiper-slide:before{
  /*-------------------------------------------------------------- content: '';--------------------------------------------------------------*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 60%;
  min-width: 605px;
  bottom: 0;
  background: -webkit-linear-gradient(270deg,#333333,#eac801,#a43c1e,#3e4a43);
  -webkit-transform: skewX(-25deg);
  transform: skewX(0deg);
  background: linear-gradient(270deg,#eac801,#333333,var(--blue),#000000);
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
  opacity: 0.8;
  border-radius: 0 50% 50% 0;
}
.swiper-slide:after{
  /*-------------------------------------------------------------- content: '';--------------------------------------------------------------*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  min-width: 405px;
  bottom: 0;
  background: -webkit-linear-gradient(270deg,#333333,#eac801,#a43c1e,#3e4a43);
  -webkit-transform: skewX(-25deg);
  transform: skewX(0deg);
  background: linear-gradient(270deg,#333333,#eac801,var(--danger),#000000);
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
  opacity: 0.9;
  border-radius: 0 50% 50% 0;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.form-bg{
	background: #ffffff;
	border-radius: 0px;
	padding: 25px;-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: hsla(0,0%,100%,.8);
}
.form-bg .button{
	background: #333333;
	margin-top: 0;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
	opacity: 1;
	animation: fadeInLeft .8s;
	-webkit-animation-delay: 1s;
	animation-delay: .3s;
}

.slider .parallax-slider .caption {
	text-align: left;
	position: relative;
	z-index: 8;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.slider .parallax-slider .caption h1 {
	font-size: 84px;
	line-height: 70px;
	font-weight: 100;
	color: #fff;
	text-transform: none;
	opacity: 1;
	visibility: visible;
	font-family: 'poppins', sans-serif;
	position: relative;
}

.slider .parallax-slider .caption h1 span{
	font-size: 60px;
	line-height: 65px;
	font-weight: 400;
	color: #6A8BB6;
	opacity: 1;
	visibility: visible;
	font-family: 'Monoton', sans-serif;
	position: relative;
	text-shadow: 1px 2px 3px #000000;
	letter-spacing: 5.3px;
}

.slider .parallax-slider .caption h3 {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #ffffff;
	opacity: 1;
	visibility: visible;
	font-family: 'poppins', sans-serif;
}
.slider .parallax-slider .caption h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'poppins', sans-serif;
}

.slider .parallax-slider .caption p {
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	opacity: 1;
}

.slider .parallax-slider .caption p {
	color: #fff;
	font-weight: 300;
	margin-top: 10px;
	opacity: 1;
	animation: fadeInRight .8s;
	font-size: 68px;
	line-height: 69px;
}

.slider .parallax-slider .caption .home-slider-btn {
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
	opacity: 1;
	animation: fadeInUp 1s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin-top: 27px;
}

.slider .parallax-slider .caption .home-slider-btn a{
	background: none;
	color: #ffffff;
	border: 1px solid #FFFF;
}
.slider .parallax-slider .caption .home-slider-btn a:hover{
	color: #ffffff;
}

.slider .control-text {
	position: absolute;
	bottom: 0;
	z-index: 8;
	width: 100%;
	height: auto;
	align-items: center;
	/*--------------------------------------------------------------display: flex;
	justify-content: space-between;*/
}

.slider .control-text .swiper-nav-ctrl {
	color: #eee;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 50px;
	margin-right: 50px;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	background: transparent;
	padding: 6px 10px;
	border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
	font-size: 25px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0.25rem;
	display: block;
	text-align: center;
	background: rgb(0, 0, 0, 0.3);
}

.slider .parallax-slider img{
	border-radius: 0 88px;
	border: 0px solid;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	overflow: hidden;
	text-align: center;
}

.slider .parallax-slider .img-large{
	
}

.slider .parallax-slider .img-small{
	width: 250px;
	height: auto;
	position: absolute;
	left: -93px;
	bottom: -22px;
}

.slider .swiper-pagination-bullets {
	bottom: 20px;
}

.slider .swiper-pagination-bullet {
	background: #ffffff;
	opacity: .4;
	padding: 5px;
}

.slider .swiper-pagination-bullet-active {
	background: #5395CC;
	opacity: 1;
	border: 2px solid #fbfbfb;
	padding: 5px;
}

.header-chef-image {
	position: absolute;
	bottom: 0;
	z-index: 90;
	right: 0;
}

.header-chef-image img {
	width: 100%;
	max-width: 600px;
}

.hero-social-links{
	display: flex;
	flex-direction: row;
}
.hero-social-links a{
	font-size: 16px;
	color: #333333;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 0.25rem;
	margin: 0px;
}
.hero-social-links a i{
	color: #333333;
}


/*--------------------------------------------------------------
  About Section Style
--------------------------------------------------------------*/

.about {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.image {
    overflow: hidden;
}

.about.right:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f7f7f7;
    opacity: 1;
    z-index: 0;
}

.about.left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: #f7f7f7;
    opacity: 1;
    z-index: 0;
}

.about .list {
    list-style: disc;
    padding-left: 30px;
    font-size: 14px;
}

.about .list li {
    margin-bottom: 10px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}
.single-feature{
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.single-feature h4{
	font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.single-feature:hover img,
.single-feature:hover i {
    
}

/*--------------------------------------------------------------
  Our Services Section Style
--------------------------------------------------------------*/
.zr-theme-single-service-card {
	margin-bottom: 10px;
	display: flex;
	text-align: left;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #f7f7f7;
	border-radius: 10px;
	padding: 25px;
	overflow: hidden;
}

.zr-theme-single-service-card img{
	width: 80px;
	height: 80px;
}

.zr-theme-single-service {
	margin-bottom: 20px;
}

.repair-main-banner .video-btn {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 0.25rem;
	display: block;
	color: #fff;
	background: transparent;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.iq-video.video-btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 83px;
	background: linear-gradient(-48deg, #ffffff -30%, #333333 60%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.repair-main-banner .video-btn {
	border-radius: 0.25rem;
	display: block;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	-webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0);
	}
}

.animation-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(-5px);
	}
}

.bg-grey {
	background: #f5f5f5;
}

/*--------------------------------------------------------------
  Our Services Section Style
--------------------------------------------------------------*/
.features {
	background: url(../images/section-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
}

.features::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
	background: #0072ec;
}
.features hr{
	border-top: 1px solid rgb(255 255 255 / 58%);
}
.features h2{
	color: #fff;
	font-family: 'poppins', sans-serif;
}
.features p{
	color: #fff
}
.features .features-wrap{
	margin-top: 20px;
}
.features .feature-list{
	border: 1px dashed #ffffff;
	margin: 15px 0;
	padding: 15px;
	border-radius: 20px;
	background: #404040;
}
.features .feature-list i{
	color: #ffffff;
}
.features .feature-list p {
	line-height: 30px;
	color: #fff;
}

/*--------------------------------------------------------------
  Our Packages Style
--------------------------------------------------------------*/

.our-packages {
	position: relative;
	z-index: 1;
}

.bg--cover {
	background-position: 50% 50% !important;
	background-size: cover !important;
}

.our-packages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.our-packages-product-content .our-packages-tab-header {
	text-align: left;
}

.our-packages-product-content .our-packages-tab-list .active {
	background: #333333;
}

.our-packages-product-content .our-packages-tab-list li {
	display: inline-block;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: top;
}

.our-packages-product-content .our-packages-tab-list li a {
	display: block;
	color: #555;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 50px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
}

.our-packages-product-content .our-packages-tab-list li a i {
	font-size: 35px;
	vertical-align: middle;
}

.menu-single-tab-content.active {
	display: block;
}

.menu-single-tab-content {
	display: none;
}

.our-packages-product-content .menu-single-product-horizontal {
	border-bottom: 1px dashed #bbb;
	padding: 15px 0;
}

.menu-single-product-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.zr-theme-menu-product-info-box {
	margin-bottom: 30px;
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	padding: 25px;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	overflow: hidden;
	text-align: center;
}

.menu-single-product-horizontal .zr-theme-menu-product-info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: space-between;
}

.menu-single-product-horizontal .menu-product-title {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.main-price {
	display: flex;
	height: 50px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
	border-radius: 20px;
}

.menu-product-details {
	display: block;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: 'poppins', sans-serif;
}

.menu-single-product-horizontal .menu-product-details p {
	margin-bottom: 0;
	color: #333333;
}

.menu-single-product-horizontal .menu-product-price {
	max-width: 80px;
	padding-left: 15px;
	text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	background: #333333;
	width: 68px;
	display: block;
	height: 80px;
	text-align: center;
	line-height: 80px;
}

.our-packages-main-tabs-content {
	border-top: 5px solid #333333;
}

.our-packages-product-content .our-packages-tab-list li a:hover {
	color: #333333;
}

.our-packages-product-content .our-packages-tab-list li a:hover i {
	color: inherit;
}

.our-packages-product-content .our-packages-tab-list li a:hover i:before {
	color: inherit;
}

.our-packages-product-content .our-packages-tab-list li.active a {
	color: #333333;
}

.our-packages-product-content .our-packages-tab-list li.active a i {
	color: inherit;
}

.our-packages-product-content .our-packages-tab-list li.active a i:before {
	color: inherit;
}

.our-packages-product-content .menu-single-product-horizontal {
	border-bottom: 1px dashed #bbb;
	padding: 15px 0;
}

.our-packages-product-content .menu-single-product-horizontal:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.menu-product-description {
	justify-content: space-between;
	display: list-item;
	list-style: none;
	margin-left: 0;
	padding: 5px 0;
}

.menu-product-description span {
	color: #333333;
}

/*--------------------------------------------------------------
# Download Section
--------------------------------------------------------------*/
.download-app-promo {
	background: url(../images/section-bg.jpg) center left;
	background-size: cover;
	padding: 60px 0px;
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	text-align: center;
  }
  
  .download-app-promo:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #1b6ee9;
	z-index: 0;
	opacity: 0.9;
  }
  
  .download-app-promo__section {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 8px;
  }
  
  .download-app-promo-text {
	color: #fff;
	min-width: 277px;
	padding: 0 1em;
	width: 100%;
	max-width: 700px;
	margin: 1em auto;
	display: block;
	position: relative;
  }
  
  .download-app-promo-text__tagline {
	font-size: 1.09em;
	margin-bottom: 20px;
	}
  
  .download-app-promo-text__download {
	font-size: 2.25em;
	font-weight: 600;
  }
  
  .download-app-promo-buttons {
	margin: 0 auto;
	max-width: 35%;
	display: block;
  }
  
  .download-app-promo-buttons__buttons {
	display: block;
  }
  
  .download-app-promo-buttons__logo {
	display: inline-block;
  }
  
  .download-app-promo-subsection {
	display: flex;
	margin: 0 auto;
	margin-right: 10px;
	justify-content: center;
  }
  
  .download-app-promo__bbc-logo {
	display: inline-block;
	width: 106px;
	margin-bottom: 8px;
  }
  
  .download-app-promo__play-store,
  .download-app-promo__app-store {
	display: block;
	width: 161px;
	height: auto;
	margin-bottom: 8px;
  }
  
  .download-app-promo-subsection--link {
	text-decoration: none;
	border: 0;
	margin: 0 10px;
  }

/*--------------------------------------------------------------
  Reservation Section Style
--------------------------------------------------------------*/

.zr-theme-reservation-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/section-bg.jpg);
	z-index: 1;
	text-align: center;
	position: relative;
}

.zr-theme-reservation-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	z-index: -1;
	background: #252525;
}


.zr-theme-reservation-area h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 50px;
}

.zr-theme-reservation-area h1 {
	color: #ffffff;
	font-size: 70px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: -5px;
}

.zr-theme-reservation-area h5 {
	color: #ffffff;
}

.reservation-btn {
    background: #0053a9;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 15px 37px;
    border-radius: 10px 20px 0 10px;
    margin-top: 20px;
}
.reservation-btn:hover {
	color: #fff;
}
.mt-20{
	margin-top: 20px;
}

/*--------------------------------------------------------------
  Reservation Modal Style
--------------------------------------------------------------*/
#reservationModal .modal-dialog {
	max-width: 650px;
}

#reservationModal .modal-dialog .modal-content {
	border: none;
	border-radius: 5px;
}

#reservationModal .modal-dialog .modal-content .modal-header {
	padding: 25px 25px 20px;
	display: block;
	background: #333333;
	position: relative;
}

#reservationModal .modal-dialog .modal-content .modal-header .modal-title {
	margin-bottom: 0;
	line-height: 1;
	color: #ffffff;
	font-size: 22px;
}

#reservationModal .modal-dialog .modal-content .modal-header .close {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	color: #ffffff;
}

#reservationModal .modal-dialog .modal-content .modal-body {
	padding: 25px;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm {
	overflow: hidden;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .form-control {
	padding: 4px 10px 0;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .btn {
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 1px;
	padding: 12px 30px 8px;
	margin-top: 4px;
	float: right;
	background: #000;
	border-radius: 25px;
}

/*--------------------------------------------------------------
  Counter Section Style
--------------------------------------------------------------*/
.counter-area{
	   position: relative;
    z-index: 1;
    background-image: url(../images/section-bg.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    color: #ffffff;
}
.counter-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
    background: #0072ec;
}
.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px dashed #ffffff;
  margin: 15px 0;
  padding: 15px;
  border-radius: 20px;
}
.counter-container i{
	margin-bottom: 15px;
	font-size: 40px;
}
.counter {
  font-size: 40px;
  margin-top: 10px;
}
.counter-area span {
  margin-top: 10px;
  font-size: 19px;
  line-height: 19px;
  font-family: 'poppins', sans-serif;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}


/*--------------------------------------------------------------
  Gallery Section Style
--------------------------------------------------------------*/

.gallery-area {
	position: relative;
}

.gallery-area .gallery-list {
	text-align: center;
}

.gallery-area .gallery-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

.gallery-area .gallery-list .nav li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 5px;
	padding: 22px 10px;
	min-width: 140px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 20px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin-bottom: 10px;
}

.gallery-area .gallery-list .nav li:hover,
.gallery-area .gallery-list .nav li.filter-active {
	color: #fff;
	background: linear-gradient(180deg, #333333, #333333);
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.gallery-area .gallery-container {
	display: inline-block;
	width: 100%;
}

.gallery-area .gallery-grid-item {
	overflow: hidden;
}

.gallery-grid-item img {
	width: 100%;
}

.gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 30px;
}

.gallery-item .gallery-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 20px;
}


.gallery-item .gallery-img-overlay:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	border-radius: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #262626;
	opacity: 0.5;
}

.gallery-item:hover .gallery-img-overlay:after {
	height: 100%;
	width: 100%;
}

.gallery-item .gallery-img-overlay .gallery-content .info {
	position: absolute;
	left: 5%;
	top: 4%;
	overflow: hidden;
}

.gallery-item .gallery-img-overlay .gallery-content .info h6 {
	margin-top: 5px;
	padding: 5px 20px;
	color: #fff;
	background: #333333;
	border-radius: 2px;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.gallery-item .gallery-img-overlay .gallery-content .icon {
	position: absolute;
    top: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 2px;
    border: 1px solid #2a4696;
    text-align: center;
    font-size: 16px;
    text-transform: UPPERCASE;
    font-weight: 500;
    color: #fff;
    background: #0073ec;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .icon {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .info h6 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.gallery-more-btn {
	margin-top: 30px;
}

.contact-area .button,
.blog-area .button,
.gallery-area .button {
	background: #5395CC;
}

.contact-area .button:hover,
.blog-area .button:hover,
.gallery-area .button:hover {
	color: #ffffff;
}

.messages{
	padding-top: 30px;
	padding-right: 15px;
    padding-left: 15px;
}

/*--------------------------------------------------------------
  Testimonial Section Style
--------------------------------------------------------------*/

.testimonial-area {
    position: relative;
}

.single-page-testimonial-area .section-title h2 {
	color: #333333;
}
.single-page-testimonial-area .section-title h5 {
    color: #a1a1a1;
}

.single-testimonial {
	position: relative;
	padding: 20px;
	margin: 30px;
	text-align: center;
	border-radius: 10px 20px 10px 10px;
}

.testimonial-bio{
	margin-right: 20px;
}
.rating-box ul li {
	display: inline-block;
}

.rating-box ul li i {
	color: #ffce39;
	font-size: 16px;
}

.testimonial-content {
	margin-top: 10px;
	margin-bottom: 20px;
}
.testimonial-content .bio-info .name{
	font-size: 20px;
}

.testimonial-content-inner{
	display: flex;
	flex-direction: column;
}

.testimonial-bio{
	margin-right: 0px;
}
.single-testimonial .testimonial-bio .avatar{
	max-width: 100px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.single-testimonial .testimonial-bio .avatar img{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-radius: 50%;
}

.single-testimonial .testimonial-bio .bio-info {
	text-align: center;
	margin-top: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
	margin-top: 0;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-family: 'poppins', sans-serif;
}

.single-testimonial .testimonial-bio .bio-info span {
	font-size: 16px;
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
	background-color: #ddd;
}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
	background-color: #cacaca;
}

/*--------------------------------------------------------------
  Team Section Style
--------------------------------------------------------------*/

.team-area .section-title {
	margin-bottom: 35px;
}

.single-team-box {
	margin-top: 30px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-image {
	position: relative;
	z-index: 1;
	border: 5px solid #33333382;
	padding: 9px;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
}

.team-social-box {
	display: block;
}

.team-social-box {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.single-team-box:hover .team-image .team-social-box:after {
	height: 100%;
}

.single-team-box .team-social-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.single-team-box .team-social-icon a {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: inherit;
	font-size: 16px;
	margin: 12px 5px;
	vertical-align: middle;
	background: #ffffff;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.single-team-box .team-social-icon a:after {
	top: 0px;
	left: 0px;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: inherit;
	border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-info {
	padding: 20px 15px 25px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-info h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.team-info span {
	color: #333333;
	font-size: 12px;
	font-weight: 400;
	display: block;
}

.social-color-1:hover:after {
	background-color: #3b5998 !important;
}

.social-color-2:hover:after {
	background-color: #00acee !important;
}

.social-color-3:hover:after {
	background-color: #0e76a8 !important;
}

.social-color-1 {
	color: #3b5998 !important;
	background-color: transparent;
}

.social-color-2 {
	color: #00acee !important;
	background-color: transparent;
}

.social-color-3 {
	color: #0e76a8 !important;
	background-color: transparent;
}

.mt-70 {
	margin-top: 70px !important;
}

/*--------------------------------------------------------------
  Blog Section Style
--------------------------------------------------------------*/

.blog-area .section-title {
	text-align: center;
	margin-bottom: 35px;
}

.blog-area .single-blog {
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	overflow: hidden;
}

.blog-area .blog-img {
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
	color: #555;
}

.blog-area .single-blog .blog-content h3 a {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #333333;
	text-decoration: underline !important;
}

.blog-area .card{
	background: #ffffff;
	border-radius: 20px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	border: unset;
}

.blog-bottom-text-link {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.blog-bottom-text-link span {
	font-size: 16px;
	color: #5a5a5a;
	font-weight: 500;
}

.single-blog .blog-content .blog-bottom-text-link a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background: #333333;
	display: block;
	padding: 0px 10px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #333333;
	text-decoration: underline !important;
}

.blog-more-btn {
	margin-top: 30px;
}

.card-img {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-radius: 20px;
}

.card-title {
	color: #0072ec;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'poppins', sans-serif;
}

.cat {
	display: inline-block;
	margin-bottom: 1rem;
}

.card-footer {
	font-size: 0.8rem;
}

.blog-btn {
	background: linear-gradient(180deg, #333333, #333333);
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	color: #fff;
	padding: 15px 37px;
	border-radius: 20px;
	margin-top: 20px;
}

.blog-btn:hover {
	background: linear-gradient(180deg, #333333, #333333);
	color: #ffffff;
}


/*--------------------------------------------------------------
  Comments Section Style
--------------------------------------------------------------*/
.comments-section h6{
	color: #333333;
}
.comments-section i{
	margin-right: 5px;
}
/*--------------------------------------------------------------
  Pagination Section Style
--------------------------------------------------------------*/
.pagination {
    margin-bottom: 30px;
    list-style: none !important;
    padding: 0px;
}

.page-link {
    color: #fff;
    background-color: #252525;
    border: 1px solid #252525;
    padding: 0;
    margin: 0 10px;
    border-radius: 50% !important;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    transition: .3s;

}

.page-link:focus,
.page-link:active {
    box-shadow: none !important;
}

.page-link:hover {
    color: #fff !important;
}

.page-link {
    color: #666;
    background-color: #eee;
    border: 1px solid #eee;
}

.page-link:hover {
    background-color: #000;
    border: 1px solid #000;
}

/*--------------------------------------------------------------
  Press Section Style
--------------------------------------------------------------*/

.theme-single-press-content {
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	background: #fbfbfb;
}

.theme-single-press-content h3 {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 30px;
}
.theme-single-press-content img{
	filter: grayscale(100%);
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	}
  
  .team .member img {
	border-radius: 10px;
	overflow: hidden;
  }
  
  .team .member .member-content {
	padding: 0 20px 30px 20px;
  }
  
  .team .member h4 {
	margin-top: 16px;
	color: #0072ec;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'poppins', sans-serif;
	}
  
  .team .member span {
	font-style: italic;
	display: block;
	font-size: 14px;
	color: #6c757d;
  }
  
  .team .member p {
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #6c757d;
  }
  
  .team .member .social {
	margin-top: 15px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 30px;
  }
  
  .team .member .social a {
	color: #1b6ee9;
	transition: 0.3s;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e8e8;
	background: #fafafa;
	margin: 3px;
	}
  
  .team .member .social a:hover {
	color: var(--color-primary);
	border-color: var(--color-primary);
  }
  
  .team .member .social i {
	font-size: 14px;
	margin: 0 2px;
  }

/*--------------------------------------------------------------
  Quote Setion Style
--------------------------------------------------------------*/

.custom-area .form select,
.custom-area .form input,
.custom-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	min-height: 55px;
	background-color: #f8f8f8;
	font-weight: 500;
	border-radius: 10px 20px 0 10px;
	border: 1px solid #0053a9;
}

.custom-area .form textarea {
	max-height: 120px;
	max-width: 100%;
}
/*--------------------------------------------------------------
  Contact Section Style
--------------------------------------------------------------*/

.contact-area {
	position: relative;
}

.contact-area .section-title h5,
.contact-area .section-title h2{
	/* color: #ffffff; */
}

.contact-box h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333333;
}

.contact-box p {
	margin-bottom: 0;
	margin-top: 7px;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	color: #ffffff;
}

.contact-box p i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #464646;
}

.contact-box p a {
	color: #ffffff;
}

.contact-box p a:hover {
	color: #464646;
}

.contact-box p.opening-hours {
	overflow: hidden;
	padding: 0;
	text-align: left;
}

.contact-box p.opening-hours span {
	float: right;
	margin-right: 25px;
}

.Tracking-form .form-control {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	height: auto;
	background-color: transparent;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #b6b6b7;
	border-bottom: 3px solid #333333;
}

.contact-box form .button {
	display: block;
	font-size: 16px;
	width: 100%;
	padding: 3px 0;
	margin-top: 10px;
	height: 42px;
	border-radius: 3px;
}

.contact-box form .button i {
	font-size: 25px;
	padding-left: 10px;
	vertical-align: middle;
}

.form-container-box {
	border-radius: 0;
}

.contact-area .form select,
.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	min-height: 55px;
	background-color: #f8f8f8;
	font-weight: 500;
	border-radius: 20px;
	border: 1px solid #333333;
}

.contact-area .form textarea {
	max-height: 120px;
	max-width: 100%;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button,
input,
textarea {
	color: #505050;
}

button,
input,
textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/*--------------------------------------------------------------
  Seacrh Section Style
--------------------------------------------------------------*/
.search-form {
	position: relative;
	overflow: hidden;
	border-radius: 0.25rem;
}
.search-form input {
	width: 100%;
	padding: 17px 28px;
	height: 61px;
	background: #2E2E2E;
	color: #fff;
}
.search-form button {
	position: absolute;
	right: 0;
	background: #333333;
	padding: 17px 20px;
	height: 61px;
}
.search-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}


/*-------------------------------------------------------------- Slider--------------------------------------------------------------*/

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 40px 0;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 38px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



/*--------------------------------------------------------------
  Map Section
--------------------------------------------------------------*/
.map-content #contact-map {
  position: relative;
  width: 100%;
  height: 300px;
  border: 0;
  margin-bottom: -2px;
  border-radius: 0;
}
.rounded-border{
    overflow: hidden;
}

/*--------------------------------------------------------------
  Footer Section Style
--------------------------------------------------------------*/
span.lang-name {
    color: #333;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 100% */
    letter-spacing: 0.32px;
}
section.contact{
    background-image: url(../web-images/Contact_img.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
.form-control {
    padding:  14px;
    margin-bottom: 16px;
    font-size: 17px;
    /* border: 1px solid #E6E6E6; */
    /* color: #E6E6E6; */
}
input.btn-submit {
    color: #FFF;
    background-color: #5395CC;
    padding: 10px 30px;
    border-radius: 22px;
    font-size: 18px;
}

form.contact-form p {
    font-size: 18px;
    color: #434B56;
    padding: 10px 0px;
}

form.contact-form p>span {
    color: #5395CC;
    font-family: 'Poppins';
    font-size: 18px;
}

form.contact-form p.contact-aide {
    color: #FFCC00;
    padding-left: 60px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    rotate: -2deg;
    font-size: 25px;
    font-family: 'Irish Grover';
}
form.contact-form h3 {
    font-size: 32px;
    padding-bottom: 18px;
}

form.contact-form {
  
    padding-top: 17px;
}
ul.footer-menu.list-style li i {
    color: #5395CC;
}
.footer-wrap .footer-widget .footer-menu li a i {
    position: absolute;
    top: 1px;
    left: -13px;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}

ul.footer-menu.list-style {
    padding-left: 10px;
}
img.img-contact {
    display: none;
}


.cta-text span {
    color: #000;
    font-size: 16px;
}
a.descover {
    margin: auto;
    text-align: center;
    color: #5b91c0;
    text-transform: uppercase;
    justify-content: center;
    border: 1px solid #5b91c0;
    padding: 10px 67px;
    background-color: #FFFF;

}

.titree h3 {
    background-color: #425563;
    align-items: center;
    color: #FFF;
    width: 100%;
    bottom: 0px;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 10px;
}
.bg-blog {
    background-color: #4255630d;
    border-top-right-radius: 201px;
}
.copyright-text{
    display: flex;
}
.copyright-text img {
    text-align: right;
    right: 0;
    margin-left: auto;
    height: 30px;
}
.event {
    display: flex;
    align-items: center;
    font-size: 27px;
    justify-content: right;
}
.event h3 span {
    color: #000000;
    background-color: #fcc70e;
    padding: 1px 6px;
    margin: 0px 5px;
    align-items: center;
    font-size: 20px;
}
.event h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    /* padding-right: 60px; */
    display: flex;
    align-items: center;
}
li.checked {
    display: flex;
}

.pricing-table .pricing-features li {
    align-items: center;
    justify-content: center;
}

.ri-check-line {
    color: #1bd666;
    padding-right: 10px;
}

.ri-close-line {
    color: red;
    padding-right: 24px;
}

.pricing-table .pricing-features ul {
    text-align: center;
}
.section-title h3 {
    font-size: 36px;
    font-weight: 600;
    color: #5b92c1;
    text-align: left;
    margin-left: 13rem;
}

p.upercase::first-letter {
    font-size: 200%;
    text-transform: uppercase;
}
section.project-wrap p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}
.blog-wrap1 .blog-info a.link.style1:hover {
    color: #FFF;
}
.section-title.style1 h4 {
    font-size: 36px;
    font-weight: 600;
    color: #5b92c1;
    text-align: left;
}

.image-clignote  {
    line-height: 40px !important;
    animation-duration: 2s; /* Increased duration for a slower, smoother effect */
    animation-name: clignoter;
    animation-timing-function: ease-in-out; /* Smooths the beginning and end of the animation cycle */
    animation-iteration-count: infinite;
}

@keyframes clignoter {
    0%, 100% { opacity:1; } /* Starts and ends fully visible */
    50% { opacity:0; } /* Halfway through the cycle, the element is fully transparent */
}
a.register {
    background-color: #67a1d0;
    color: #FFF;
    padding: 10px 30px;
    font-size: 19px;
    margin-left: 10px;
}
.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 65px !important;
    left: -15px;
}
.agadir .project-card img {
    width: 100%;
    height: 220px;
}

.blog-wrap1 .blog-info section.act .row.member span {
    background: none !important;
    text-align: center !important;
    font-weight: 700;
    color: #69a1ce !important;
}
.blog-wrap1 .blog-info section.act .row.member p{
    font-size: 16px !important;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}


section.act .row.member img {
    width: 93%;
    height: 72%;
    border-radius: 14px;
    margin-bottom: 13px;
}

.row.member .col-md-3 {
    text-align: center;
}

.act .blog-info h1 {
    text-align: center;
}

 .blog-wrap1 .blog-info .act span {
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    color: #425563;
    font-weight: 800;
    font-size: 16px;
}

.blog-wrap1 .blog-info .act ul li {
    padding: 5px 0px;
    font-size: 17px;
}

.blog-wrap1 .blog-card.style1 .blog-info .act h3 {
    font-size: 25px;
    font-weight: 600;
    color: #67a1d0;
}

.blog-info .act h4 {
    font-size: 25px;
    color: #425563;
    font-weight: 600;
}

.blog-info h1 {
    text-align: center;
    font-weight: 600;
}
.act a {
    background-color: #425563 !important;
    align-items: center !important;
    color: #FFF !important;
    width: 100% !important;
    bottom: 0px !important;
    text-align: center !important;
  
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
}

.act p strong>a {
    background-color: #e2f2ff !important;
    color: #425563 !important;
    line-height: 50px;
}
@media only screen and (max-width: 1200px) {
	.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link{
		font-size: 16px;
	}
	h5 {
	    letter-spacing: 0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	    font-size: 12px;
	}
	.slider .parallax-slider .caption h2 {
	    font-size: 20px;
	}
	.slider .parallax-slider .caption h3 {
    	font-size: 21px;
	}
}
img.logo-mobile {
    display: block;
    width: 270px;
    padding: 10px;
}
.register h1 {
    color: #5395CC;
    font-size: 32px;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.register input , .register select  {

    background-color: #F7F7F7
}

.register .btn-register {
    padding: 12px 36px 12px 36px;
    border: 1.6px 0px 0px 0px;
    opacity: 0px;
    background-color: #5395CC !important;
    margin-top: 20px;
}

#totalDisplay {
    float: right;
    text-align: right;
    font-size: 23px;
}



@media (max-width: 767.98px) {
    .hide-image {
      display: none; /* Hide the element */
    }

    section.project-wrap p {
        text-align: initial;
    }

    
  }

  .table>thead {
    background-color: #69a0ce;
    color: #FFF;
    font-size: 21px;
    text-align: center;
    font-weight: 500;
}
.table>thead th {
    padding: 30px 0px;
    font-weight: 600;
    border: 1px solid #FFFF;
    color: #FFF;
}
tbody th {
    padding: 15px 0px;
}
.table-bordered>:not(caption)>*>* {
    padding: 36px 0px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #69a0ce;
}
.table>:not(:first-child) {
    border-top: none;
}
table.table.table-bordered {
    font-family: 'poppins', sans-serif;
    width: 100%;
}
.table>thead th {
    width: 33.33%;
}
@media only screen and (max-width: 991px) {
    .slider .parallax-slider .swiper-slide .bg-img {
        background-image: url(../web-carousselle/doctor_img_mobile_header1.png) !important;
       
    }
    .hide-image {
        display: none;
    }
    .section-title h2:before {
        height: 0px;
    }
	.header-button,
	.zr-theme-menu-header-navber-area .nav-top-bar {
		display: none;
	}
	.d-mobile{
		position: absolute;
		top: 95px;
		right: 15px;
	}
	#navbarDefault{
		height: 100vh;
		overflow-y: hidden;
		background: #0073ec;
		top: 0px;
		position: absolute;
		width: 200px;
		z-index: 10000;
		right: 0;
		padding-top: 7%;
	}
	.slider .parallax-slider .caption h1{
		font-size: 45px;
		line-height: 50px;
	}
	.slider .parallax-slider .caption h1 span{
		font-size: 45px;
	}
	.slider .parallax-slider .img-small {
		width: 200px;
    left: 0;
	}
	.slider .parallax-slider .swiper-slide {
    min-height: 567px;
 }
	.single-testimonial {
		padding: 0;
		margin: 0;
	}
	.counter-container{
		margin-bottom: 30px;
	}
	.navbar-b .navbar-brand{
		margin-left: 15px;
	}
	.menu-bg{
		background: #0072ec;
		border-radius: 0;
	}
	.about.left:before{
		width: 100%;
	}
	.m-w-100{
		max-width: 100% !important;
	}
	.m-text-center{
		text-align: center !important;
	}
    img.logo-mobile {
        display: block;
        max-width: 269px;
        height: 55px;
        padding: 5px;
        padding-left: 0px;
    }
    img.logo-light{
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
	.swiper-slide:before{
		left: -14%;
		width: 106%;
	  }
	.swiper-slide:after{
		width: 54%;
	}	  
	.form-bg .button {
	    background: #333333;
	    margin-top: 0;
	    padding: 15px 20px;
	}
	.hero-social-links {
		position: absolute;
		left: 0%;
		bottom: 11%;
		right: 0%;
		top: unset;
		z-index: 888888905;
		display: flex;
		flex-direction: row;
	}
	.slider .parallax-slider .caption h2 {
	    font-size: 21px;
	}
	.slider .parallax-slider .caption h3 {
    	font-size: 19px;
	}
	.hero-social-links a {
		margin: 5px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.home-area {
		padding-top: 130px;
	}
	.home-area .home-content h1 {
		font-size: 65px;
	}
	.slider .control-text .swiper-nav-ctrl {
		margin-left: 10px;
		margin-right: 10px;
	}
	.about-content h2{
		font-size: 30px;
	}
	.our-packages-product-content .our-packages-tab-list li {
		padding: 10px 15px;
		margin: 15px 0;
		border: 0;
	}
	.our-packages-product-content .our-packages-tab-list li a {
		font-size: 16px;
	}
	.zr-theme-reservation-area h2 {
		font-size: 35px;
		margin-bottom: 0;
	}
	.gallery-area .gallery-list .nav li {
		margin: 10px 10px;
	}
	.theme-single-press-content {
		margin-bottom: 15px;
	}
	.theme-single-press-content h3 {
		padding-bottom: 15px;
	}
   
    .image_partenaire {
       
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 30px;
    }
    .section-title p, .content-title p {
        padding: 0px;
    }
    .table>thead th {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0px !important;
    }
    
    .table-bordered>:not(caption)>*>* {
        padding: 20px 0px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 479px) and (max-width: 991px) {
	.home-area .home-content h1 {
		font-size: 80px;
	}
	.home-area {
		padding-top: 170px;
		padding-bottom: 40px;
	}
	.about-image {
		text-align: center;
		margin-top: 30px;
	}
	.tab .tabs li {
		margin: 10px;
	}
	.theme-single-press-content {
		margin-bottom: 30px;
	}
	.theme-single-press-content h3 {
		padding-bottom: 15px;
	}
	.contact-box {
		margin-bottom: 30px;
	}
	.header-chef-image img{
		max-width: 200px;
	}
	.book-now a{
		display: inline-block;
	}
	.zr-theme-reservation-area .text-right{
		text-align: left !important;
	}
    .slider .parallax-slider .caption h1 {
        font-size: 36px;
    }
    
    .slider .parallax-slider .caption p {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-title h3 {
        margin-left: 0px;
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
    
    section.project-wrap img {width: 100%;}
    
    .bg-blog {
        border-top-right-radius: 0px;
    }
    
    .copyright-text {
        display: block;
    }
    
    .copyright-text p {
        text-align: center;
        padding-bottom: 10px;
    }
    .event {
        display: block;
        text-align: center;
    }
    
    .event h3 {
        display: grid;
        text-align: center;
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    
    .event h3 span {
        font-size: 17px;
        text-align: center;
    }
    
    a.register {
        margin: auto;
        font-size: 16px;
        padding: 7px 20px;
    }
    
    img.logo-light {
        top: -53px;
        left: -16px;
        max-width: 137px;
    }
    section.project-wrap.pt-200.pb-100 {
        padding-top: 260px;
    }
}
@media screen and (max-width: 320px) and (min-width: 0px){
	.section-title h2 {
		font-size: 30px;
	}
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area .home-content {
		margin-bottom: 30px;
		text-align: center;
	}
	.home-area {
		padding-top: 130px;
	}
	.home-area .home-content h1 {
		font-size: 40px;
	}
	.slider .parallax-slider .caption h1 {
		font-size: 40px;
	}
	.slider .control-text .swiper-nav-ctrl {
		display: none;
	}
	.about-content h2{
		font-size: 30px;
	}
	.zr-theme-reservation-area h2 {
		font-size: 35px;
		margin-bottom: 0;
	}
	.gallery-area .gallery-list .nav li {
		margin: 10px 10px;
	}
	.theme-single-press-content h3 {
		padding-bottom: 15px;
	}
	.contact-box {
		margin-bottom: 30px;
	}
	.form-container-box {
		padding: 25px 15px;
		margin-top: 30px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .footer-link ul {
		margin-top: 10px;
		text-align: center;
		list-style-type: none;
	}
	.slider .parallax-slider .caption h1 {
        font-size: 36px;
    }
    
    .slider .parallax-slider .caption p {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-title h3 {
        margin-left: 0px;
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
    
    section.project-wrap img {width: 100%;}
    
    .bg-blog {
        border-top-right-radius: 0px;
    }
    
    .copyright-text {
        display: block;
    }
    
    .copyright-text p {
        text-align: center;
        padding-bottom: 10px;
    }
    .event {
        display: block;
    }
    
    .event h3 {
        display: grid;
        text-align: center;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    
    .event h3 span {
        font-size: 16px;
        text-align: unset;
    }
    
    a.register {
        margin: auto;
        float: right;
    }
    
    img.logo-light {
        top: -53px;
        left: -16px;
        max-width: 137px;
    }
}

@media only screen and (max-width: 479px) {

	.section-title h2 {
		font-size: 30px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area .home-content h1 {
		font-size: 50px;
	}
	.slider .control-text .swiper-nav-ctrl {
		display: none;
	}

	.about-content h2{
		font-size: 30px;
	}
	.zr-theme-reservation-area h2 {
		font-size: 35px;
		margin-bottom: 0;
	}
	.gallery-area .gallery-list .nav li {
		margin: 10px 10px;
	}
	.theme-single-press-content h3 {
		padding-bottom: 15px;
	}
	.contact-box {
		margin-bottom: 30px;
	}
	.form-container-box {
		padding: 25px 15px;
		margin-top: 30px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .footer-link ul {
		margin-top: 10px;
		text-align: center;
		list-style-type: none;
	}
	.zr-theme-single-service-card{
		flex-direction: column;
		text-align: center;
	}
    .slider .parallax-slider .caption h1 {
        font-size: 36px;
    }
    
    .slider .parallax-slider .caption p {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-title h3 {
        margin-left: 0px;
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
    
    section.project-wrap img {width: 100%;margin-bottom: 20px;
        *display: none;}
    
    .bg-blog {
        border-top-right-radius: 0px;
    }
    
    .copyright-text {
        display: block;
    }
    
    .copyright-text p {
        text-align: center;
        padding-bottom: 10px;
    }
    .event {
        display: block;
        text-align: center;
    }
    
    .event h3 {
        display: grid;
        text-align: center;
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    
    .event h3 span {
        font-size: 17px;
        text-align: center;
    }
    
    a.register {
        margin: auto;
        /* float: right; */
        font-size: 16px;
        padding: 7px 20px;
    }
    
    img.logo-light {
        top: -53px;
        left: -16px;
        max-width: 137px;
    }
    .header-wrap.style1 .header-bottom {
        padding: 6px 0px;
    }
    section.project-wrap.pt-200.pb-100 {
        padding-top: 260px;
    }
    .blog-wrap1 .blog-info section.act .row.member p {
    font-size: 13px !important;
    font-weight: 400;
}

.blog-wrap1 .blog-info section.act .row.member span {
    font-size: 14px;
}

.row.member .col-md-3 {
    margin-bottom: 14px;
}

.table>thead th {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px !important;
}

.table-bordered>:not(caption)>*>* {
    padding: 20px 0px;
    font-size: 15px;
}


.pr-image{
    display: block !important;
    width: 120px !important;
    margin: 0 auto;
}
.blog-card.style1 a.descover {
  	font-size: 10px !important;    
	padding: 10px 6px !important;
}
	section.act .row.member img{
	height: auto;
	}
}
/* .partenaire .client-img img {
    height: 100px;
} */
.blog-wrap1 .blog-info .act a {
    background: none !important;
    padding: 0px !important;
 
}