/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR HOMLANE           |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/



@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');






@import url(animate.css);
@import url(bootstrap-select.min.css);
@import url(icomoon.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(polyglot-language-switcher.css);
@import url(timePicker.css);
@import url(slick.css);
@import url(jquery.bxslider.css);
@import url(jquery-ui.css);
@import url(tinyscrollbar.css);
@import url(twentytwenty.css);




/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

body {
    color: #686868;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img.lazy-image {
    background: url(../images/icon/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}



/* Tiny Scrollbar */
#scrollbar1 {
    width: 500px;
    margin: 0;
}

#scrollbar1 .viewport {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 870px;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
}



#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: -30px;
    background: #02c18d;
    width: 10px;
}

#scrollbar1 .track {
    background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 10px;
    position: relative;
    padding: 0;
}

#scrollbar1 .thumb {
    background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    background-image: none;
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 1;
}

#scrollbar1 .thumb .end {
    background: #353742 no-repeat 50% 0;
    overflow: hidden;
    height: 120px;
    width: 10px;
}

#scrollbar1 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}




@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}




i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.clr1 {
    color: #f36727;
}

.bgclr1 {
    background: #f36727;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-radius: 3px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-family: 'Roboto', sans-serif;
}

.btn-one:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1c94ce;
    content: "";
    border-radius: 3px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover:after {
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-one .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #f7f7f7;
}

.gradient-bg-1 {
    background-image: -moz-linear-gradient(90deg, rgb(27, 148, 205) 0%, rgb(57, 173, 228) 45%, rgb(86, 197, 250) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(27, 148, 205) 0%, rgb(57, 173, 228) 45%, rgb(86, 197, 250) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(27, 148, 205) 0%, rgb(57, 173, 228) 45%, rgb(86, 197, 250) 100%);
}


.btn-one.style2:after {
    background: #e41926;
}

.gradient-bg-2 {
    background-image: -moz-linear-gradient(90deg, rgb(228, 23, 38) 0%, rgb(231, 68, 74) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(228, 23, 38) 0%, rgb(231, 68, 74) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(228, 23, 38) 0%, rgb(231, 68, 74) 99%);
}



.btn-style3 {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #f4f5f7;
    border-radius: 50%;
    color: #353742;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.btn-style3:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}

.btn-style3:hover:before {
    transform: scale(1.0);
}

.btn-style3:hover {
    color: #ffffff;
}



.gra-bgclr1 {
    background: rgba(0, 0, 0, 0);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(43%, rgba(0, 0, 0, 0.29)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}



.sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 60px;
}

.sec-title h2 {
    color: #051d3e;
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
    margin: 0 0 15px;
}

.sec-title.style2 {
    padding-bottom: 51px;
}

.sec-title.style2 .border-box {
    display: inline-block;
    margin-left: 5px;
}

.sec-title p {
    color: #797979;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 2px 0 0;
}




.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}





.owl-nav-style-one {}

.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
}

.owl-nav-style-one .owl-controls {}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 10;
    display: block;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #f22c39;
    border-color: #f22c39;
}




.owl-nav-style-two {}

.owl-nav-style-two .owl-controls {}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #3740b0;
}



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    line-height: 8px;
    height: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 4px;
    border: 0px solid transparent;
    background: #031f4b;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 0%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #0098ff;
    width: 20px;
    height: 8px;
}




/* Accordion Box Css */
.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .accordion {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    margin-bottom: 10px;
}

.accordion-box .accordion.mar0 {
    margin: 0;
}

.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 70px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn h4 {
    color: #0b1953;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f067";
    top: 50%;
    left: 30px;
    color: #00091f;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .accordion .accord-btn.active {
    background: #025981;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #ffffff;
}

.accordion-box .accordion .accord-btn.active:after {
    color: #ffffff;
    content: "\f068";
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    background: #025981;
    padding-top: 0px;
    padding-bottom: 26px;
    padding-left: 70px;
    padding-right: 30px;
    display: none;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box .accordion .accord-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}



.accordion-box.style2 {}

.accordion-box.style2 .accordion {
    border: 0px solid #e1e1e1;
    margin-bottom: 4px;
}

.accordion-box.style2 .accordion .accord-btn {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
}

.accordion-box.style2 .accordion .accord-btn h4 {
    color: #0b1953;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.accordion-box.style2 .accordion .accord-btn::after {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #0b1953;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    transform: translateY(-50%);
}

.accordion-box.style2 .accordion .accord-content {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 26px;
    padding-left: 30px;
    padding-right: 30px;
}

.accordion-box.style2 .accordion .accord-content p {
    color: #797979;
    font-size: 18px;
    line-height: 28px;
}



.accordion-box.style3 .accordion {
    background: #f5f5f5;
    border: 0px solid #f5f5f5;
    border-radius: 0px;
    margin-bottom: 15px;
}

.accordion-box.style3 .accordion.mar0 {
    margin: 0;
}

.accordion-box.style3 .accordion .accord-btn {
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.accordion-box.style3 .accordion .accord-btn h4 {
    color: #0b1953;
}

.accordion-box.style3 .accordion .accord-btn.active h4 {
    color: #ffffff;
}

.accordion-box.style3 .accordion .accord-btn::after {
    top: 50%;
    left: auto;
    right: 30px;
    height: 30px;
    width: 30px;
    background: #012b58;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box.style3 .accordion .accord-content {
    background: #025981;
    padding-top: 0px;
    padding-bottom: 26px;
    padding-left: 30px;
    padding-right: 70px;
}








@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1),
            0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1),
            0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.rating-box ul {
    overflow: hidden;
}

.rating-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.rating-box ul li {
    color: #fcbc38;
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    overflow: hidden;
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}


/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}

.body_switcher .body_switch_btn button {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}


.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5 {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.body_switcher.switcher-show {
    left: 0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.body_switcher .boxed_switch_menu .switch_body .box>div {
    width: 80px;
    height: 50px;
    background: #fff;
    border: 2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}

.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x: hidden;
}



/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
}

.switcher .switch_btn {
    position: absolute;
    top: 0px;
    right: -50px;
    z-index: -1;
}

.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(255, 255, 255, 0.70);
}

.switcher .switch_menu {
    position: absolute;
    width: 180px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.switcher #styleOptions li:last-child {
    margin-right: 0;
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}

.switcher #styleOptions li a.pink-color {
    background: #ff6ec7;
}

.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
    background: #FFA500;
}



/*________________Preloader_______________ */


/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999999;
}

.preloader-close {
    position: fixed;
    z-index: 999999999999999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 50%;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px;
    }
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #101127;
}





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
    background-image: -moz-linear-gradient(90deg, rgb(228, 23, 38) 0%, rgb(231, 68, 74) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(228, 23, 38) 0%, rgb(231, 68, 74) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(228, 23, 38) 0%, rgb(231, 68, 74) 99%);
}









.scroll-top span {}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}









.scroll-top span {}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}













/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}




/* Post pagination styles */
.post-pagination {
    position: relative;
    display: block;
}

.post-pagination.martop20 {
    margin-top: 20px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313;
}


.post-pagination.style2 li a {
    border-radius: 0;
}




.secpd100-0 {
    padding: 100px 0;
}



/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.overlay-style-one.bg1 {
    background-color: rgba(0, 0, 0, 0.50);
}

.overlay-style-one.bg2 {
    background-color: rgba(227, 47, 48, 0.70);
}



.overlay-style-one.bg3 {
    background-color: rgba(0, 83, 153, 0.90);
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.overlay-style1.bg1 {
    background-color: rgba(0, 0, 0, 0.70);
}

.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    font-size: 18px;
    color: #ffba00;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #f4f5f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #353742;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
    background: #02c18d;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d;
}




/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}







/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}



.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #02c18d;
}









/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.header-style-one .sticky-header .option-box {
    margin-top: 17px;
}



.header-style-one {
    position: relative;
}

.header-top {
    position: relative;
    display: block;
    background: #0a1835;
    z-index: 1;
}

.header-top-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    height: 100%;
    background-attachment: scroll;
    background-position: left center;

    background-repeat: no-repeat;
    z-index: -1;
}

.header-top .outer-box {
    position: relative;
    display: block;
}

.header-top-left {
    position: relative;
    display: block;
    max-width: 430px;
    width: 100%;
}

.header-top-left .logo {
    position: relative;
    display: inline-block;
    padding: 33px 0;
}

.header-top-left .logo a {
    position: relative;
    display: block;
}


.header-top-right {
    position: relative;
    display: block;
    max-width: 720px;
    width: 100%;
}

.header-top-right .top {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.header-top-right .top:before {
    position: absolute;
    content: '';
    background-image: url(../images-2/shape/shape-52.png);
    width: 721px;
    height: 49px;
    top: 0px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.header-top-right .top .opening-hours {
    position: relative;
    display: block;
    float: left;
    padding-left: 70px;
}

.header-top-right .top .opening-hours p {
    color: #6788a8;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.header-top-right .top .opening-hours p span {
    color: #ffffff;
}

.header-top-right .top .button-box {
    position: relative;
    display: block;
    float: right;
    width: 300px;
    text-align: center;
    z-index: 3;
}

.header-top-right .top .button-box a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
}

.header-top-right .bottom {
    position: relative;
    display: block;
    text-align: right;
    padding: 18px 0 19px;
}

.header-top-right .bottom .call-un-now {
    position: relative;
    display: block;
    padding-right: 27px;
}

.header-top-right .bottom .call-un-now p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.header-top-right .bottom .call-un-now p a {
    position: relative;
    top: 5px;
    color: #f22c39;
    font-size: 28px;
    font-weight: 700;
}


.header {
    position: relative;
    display: block;
    background-image: -moz-linear-gradient(90deg, rgb(240, 243, 250) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 243, 250) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 243, 250) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.18);
}

.header .outer-box {
    position: relative;
    display: block;
}

.header-left {
    position: relative;
    display: block;
}

.header-left .nav-outer {
    position: relative;
    display: block;
}

.main-menu.style1 {}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0px;
    padding: 16px 0;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 0 25px;
    color: #000000;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    transition: all 500ms ease;
    opacity: 1;
    font-family: 'Barlow', sans-serif;
}

.main-menu .navigation>li:last-child>a {
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    padding: 10px 0;
    border-top: 2px solid #d90429;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    background: #0a1835;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    padding: 0 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 13px 0px 13px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}


.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f067";
    color: #f22c39;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 10px 0px;
    display: none;
    border-top: 2px solid #d90429;
    background: #0a1835;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 13px 0px 13px;
    color: #fff;
    ;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}



.header-right {
    position: relative;
    display: block;
}

.header-right .outer-search-box-style1 {
    position: relative;
    display: block;
    float: right;
    padding: 10px 0;
    margin-right: 15px;
}

.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
}

.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #242424;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    border: 1px dashed transparent;
    border-radius: 50%;
}

.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}

.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.outer-search-box-style1 .search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"]:focus {
    border-color: #f5f5f5;
}

.outer-search-box-style1 .search-box .form-group button,
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}

.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus+button {
    color: #222222;
    background: #f5f5f5;
}



/*** 
=====================================================
	Banner Area style
=====================================================
***/
.banner-area {
    position: relative;
    display: block;
    padding: 50px 0 50px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-content-box {
    position: relative;
    display: block;
}

.banner-left-content {
    position: relative;
    display: block;
    padding-top: 43px;
}

.banner-left-content .satisfaction-logo {
    position: absolute;
    bottom: -130px;
    right: -30px;
}

.banner-left-content .satisfaction-logo img {
    width: auto;
}

.banner-left-content h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}

.banner-left-content h3 {
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
    margin: 0px 0px 19px;
}

.banner-left-content ul {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.banner-left-content ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    color: #ffffff;
    font-size: 21px;
    line-height: 44px;
    font-weight: 400;
}

.banner-left-content ul li:before {
    position: absolute;
    top: 11px;
    left: 0;
    bottom: 0;
    background-image: url(../images/icon/icon-check.png);
    width: 20px;
    height: 20px;
    content: "";
}

.banner-left-content .button {
    position: relative;
    display: block;
}

.banner-left-content .button a {}


.banner-middle-content {
    position: relative;
    display: block;
}

.banner-middle-content .img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    height: 486px;
}


.banner-right-content {
    position: relative;
    display: block;
    margin-left: -50px;
}

.banner-right-content .quote-form {
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
    float: right;
}

.quote-form {
    position: relative;
    background-color: #012d5b;
}

.quote-form .title-box {
    position: relative;
    padding: 29px 0 44px;
    text-align: center;
    background: rgb(249, 205, 0);
    background: -moz-linear-gradient(top, rgba(249, 205, 0, 1) 0%, rgba(248, 162, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(249, 205, 0, 1) 0%, rgba(248, 162, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 205, 0, 1) 0%, rgba(248, 162, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9cd00', endColorstr='#f8a200', GradientType=0);
}

.quote-form .title-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background-image: url(../images/icon/curve.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.quote-form .title-box h4 {
    position: relative;
    color: #000000;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
    text-shadow: 0 1px 1px #ffffff;
}

.quote-form .form-box {
    position: relative;
    padding: 20px 30px 55px;
}

.quote-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.quote-form .form-group input[type="text"],
.quote-form .form-group input[type="email"],
.quote-form .form-group input[type="tel"],
.quote-form .form-group input[type="url"],
.quote-form .form-group textarea,
.quote-form .form-group select {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #797979;
    font-weight: 400;
    padding: 14px 15px;
    width: 100%;
    height: 45px;
    border: 1px solid #0d254e;
    background-color: #f6f6f6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.quote-form .form-group input[type="submit"],
.quote-form button {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
}

.quote-form .form-group.btn-box {
    margin-top: 20px;
    margin-bottom: 0;
}

.quote-form .form-group.btn-box .btn-one .txt {
    align-items: center;
    justify-content: center;
}


.quote-form .form-group input:focus,
.quote-form .form-group textarea:focus,
.quote-form .form-group select:focus {
    border-color: #152545;
}



/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.slogan-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, rgb(240, 243, 250) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 243, 250) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 243, 250) 0%, rgb(255, 255, 255) 100%);
}

.slogan-content {
    position: relative;
    overflow: hidden;
    padding: 24px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.slogan-content .left {
    position: relative;
    display: block;
}

.slogan-content .left .icon {
    width: 85px;
}

.slogan-content .left .icon,
.slogan-content .left .title {
    display: table-cell;
    vertical-align: middle;
}

.slogan-content .left .title h2 {
    color: #012d5b;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 1px;
}

.slogan-content .left .title p {
    color: #2f6386;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.slogan-content .right {
    position: relative;
    display: block;
}

.slogan-content .right .btns-box {
    position: relative;
}

.slogan-content .right .btns-box a {}




/*** 
=============================================
    Service style1 Area Css
=============================================
***/
.service-style1-area {
    position: relative;
    display: block;
    background: #f2f4f6;
    padding: 110px 0 120px;
}

.service-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-style1-area .title {
    position: relative;
    display: block;
    width: 100%;
    margin: -9px auto 0;
    padding-bottom: 52px;
}

.service-style1-area .title h2 {
    color: #012d5b;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
}

.service-style1-area .title h3 {
    color: #e52933;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    margin: 8px 0 20px;
}

.service-style1-area .title p {
    margin: 0;
}

.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
}

.single-service-style1 .img-holder {
    position: relative;
    display: block;
}

.single-service-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.single-service-style1:hover .img-holder img {
    transform: scale(1.2);
}

.single-service-style1 .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-service-style1:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-service-style1 .img-holder .icon {
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.single-service-style1 .img-holder .icon span:before {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    background: linear-gradient(to top, #086fa0 0%, #56c5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-service-style1 .text-holder {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 49px 30px 41px;
    border: 1px dashed #a9a9a9;
    border-top: none;
    border-radius: 0px 0px 7px 7px;
    -webkit-box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.04);
}

.single-service-style1 .text-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}

.single-service-style1 .text-holder h3 a {
    color: #0a2565;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1 .text-holder h3 a:hover {
    color: #e52933;
}

.single-service-style1 .text-holder p {
    line-height: 28px;
    margin: 0;
}



/*** 
=============================================
   Choosing Area Style Css
=============================================
***/
.choosing-area {
    position: relative;
    display: block;
    background-color: #0876b0;
    padding: 117px 0 102px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.choosing-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 715px;
    background-attachment: scroll;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: .15;
    z-index: -1;
}

.choosing-left-content {
    position: relative;
    display: block;
}

.choosing-left-content .title {
    position: relative;
    display: block;
    margin-top: -10px;
    padding-bottom: 24px;
}

.choosing-left-content .title h2 {
    color: #ffffff;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 16px;
}

.choosing-left-content .title p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.choosing-left-content .text {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.choosing-left-content .text p {
    position: relative;
    display: block;
    font-size: 18px;
    color: #f2f4f6;
    line-height: 30px;
    margin: 0;
}

.choosing-left-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.choosing-left-content ul li {
    position: relative;
    display: block;
    padding-left: 38px;
    color: #ffffff;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.choosing-left-content ul li:last-child {
    margin-bottom: 0px;
}

.choosing-left-content ul li:before {
    color: #fff;
    left: 1px;
    font-weight: 400;
}


.value-box {
    position: relative;
    display: block;
    background: #eff0f0;
    padding: 15px;
    max-width: 370px;
    width: 100%;
}

.value-box .man {
    position: absolute;
    right: -300px;
    bottom: -40px;
    z-index: -1;
}

.value-box .inner {
    position: relative;
    display: block;
    border: 2px dashed #606060;
    z-index: 10;
}

.value-box .inner .value {
    position: relative;
    display: block;
    padding: 25px 0;
    background: rgba(231, 68, 73, 1);
    background: -moz-linear-gradient(top, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 68, 73, 1)), color-stop(100%, rgba(228, 26, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74449', endColorstr='#e41a27', GradientType=0);
}

.value-box .inner .value:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/shape/value-box-bg.png);
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.value-box .inner .value h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.value-box .inner h3 {
    color: #152242;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 25px 0 20px;
}

.value-box .inner .new-clinet {
    position: relative;
    display: inline-block;
    background: #101f42;
    padding: 10px 30px;
}

.value-box .inner .new-clinet h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
}

.value-box .inner h4 {
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 19px 0 21px;
}

.value-box .inner h6 {
    color: #0874ae;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 35px;
}



/*** 
=============================================
    Professional Servies Area Css
=============================================
***/
.professional-servies-area {
    position: relative;
    display: block;
    background-image: -moz-linear-gradient(90deg, rgb(227, 230, 242) 0%, rgb(247, 248, 253) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(227, 230, 242) 0%, rgb(247, 248, 253) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(227, 230, 242) 0%, rgb(247, 248, 253) 100%);
    padding: 110px 0 107px;
}

.professional-servies-area .sec-title-two {
    margin-bottom: 48px;
}

.professional-servies-content {
    position: relative;
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.professional-servies-content .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 50px;
}

.professional-servies-content .title h2 {
    color: #152e62;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}

.professional-servies-tabs {
    position: relative;
    display: block;
}

.professional-servies-tabs .tab-button-column {
    position: relative;
    display: block;
    padding-bottom: 52px;
}

.professional-servies-tabs .tab-button-column .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.professional-servies-tabs .tab-button-column .tab-buttons:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 1px;
    background: #a5aac4;
    content: "";
    z-index: -1;
}

.professional-servies-tabs .tab-button-column .tab-buttons li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    margin: 0 13px -1px;
    border: 1px solid #a5aac4;
    color: #152e62;
    font-size: 20px;
    line-height: 49px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.professional-servies-tabs .tab-button-column .tab-buttons li.tab-btn.active-btn {
    background: #f1f2f9;
}



.professional-servies-tabs .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.professional-servies-tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}


.professional-servies-tab-content {
    position: relative;
    display: block;
}

.professional-servies-tab-content h3 {
    color: #152e62;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 26px;
}

.professional-servies-tab-content p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.professional-servies-tab-content .bottom-text {
    position: relative;
    display: block;
    padding-top: 26px;
}

.professional-servies-tab-content .bottom-text p {}


.professional-servies-logo-box {
    position: relative;
    display: block;
    padding-top: 40px;
}

.professional-servies-logo-box ul {}

.professional-servies-logo-box ul li {
    display: inline-block;
}

.professional-servies-logo-box ul li a {
    position: relative;
    display: inline-block;
}

.professional-servies-logo-box ul li a>img {
    width: auto;
}



/*** 
=============================================
    Latest Project Style1 Area Css
=============================================
***/
.latest-project-style1-area {
    position: relative;
    display: block;
    background: #1e7b82;
    padding: 120px 0 120px;
    z-index: 2;
}

.project-style1-area-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.project-style1-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: -1;
}


.latest-project-style1-title {
    position: relative;
    display: block;
    margin-top: -11px;
    max-width: 220px;
    width: 100%;
    z-index: 2;
}

.latest-project-style1-title h2 {
    color: #ffffff;
    font-size: 45px;
    line-height: 49px;
    font-weight: 900;
    margin-bottom: 22px;
}

.latest-project-style1-title p {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.latest-project-style1-content {
    position: relative;
    margin-right: -300px;
}

.single-project-style1 {
    position: relative;
    display: block;
}

.single-project-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: -webkit-linear-gradient(-90deg, rgba(0, 73, 125, 1), rgba(216, 5, 40, 1) 100%);
}

.single-project-style1 .img-holder img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-project-style1:hover .img-holder img {
    transform: scale(1.05);
    opacity: 0.1;
}

.single-project-style1 .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.single-project-style1 .img-holder .overlay-content:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/shape/project-style1-overlay-bg.png);
    content: "";
    height: 213px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 500ms ease;
}

.single-project-style1:hover .img-holder .overlay-content:before {
    opacity: 0;
}

.single-project-style1 .img-holder .overlay-content h3 {
    position: absolute;
    left: 0;
    bottom: 27px;
    right: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.single-project-style1 .img-holder .overlay-content h3 a {
    color: #ffffff;
}

.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    top: auto;
    right: auto;
    left: -300px;
    bottom: 76px;
}
















.project-style1-contact-info {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 134px;
}

.project-style1-contact-info .left {
    position: relative;
    display: block;
    text-align: left;
}

.project-style1-contact-info .left h2 {
    color: #ffffff;
    font-size: 39px;
    line-height: 48px;
    font-weight: 700;
}

.project-style1-contact-info .left h2 a {
    color: #ffffff;
    font-weight: 400;
}

.project-style1-contact-info .left h2 a:hover {
    text-decoration: underline;
}

.project-style1-contact-info .right {
    position: relative;
    display: block;
}



/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area {
    position: relative;
    display: block;
    background: #eaeaee;
    padding: 110px 0 60px;
    z-index: 1;
}

.testimonial-style1-area .sec-title-two {
    margin-bottom: 35px;
}

.testimonial-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .10;
}


.single-testimonial-style1 {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 60px;
    padding-top: 50px;
    z-index: 10;
}

.single-testimonial-style1 .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 69px 40px 24px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
    z-index: 1;
    border-radius: 7px;
}

.single-testimonial-style1 .inner-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
    content: "";
    z-index: -1;
    transform: scaleX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .inner-content:before {
    transform: scaleX(1.0);
}

.single-testimonial-style1 .img-box {
    position: absolute;
    top: 0;
    left: 30px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.single-testimonial-style1 .img-box img {
    width: 100%;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-style1 .img-box:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(227, 47, 48, 0.50);
    content: "";
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-testimonial-style1:hover .img-box:before {
    transform: scale(1.0);
}


.single-testimonial-style1 .quote-icon {
    position: absolute;
    top: 22px;
    right: 22px;
}

.single-testimonial-style1 .quote-icon span:before {
    color: #bfbfbf;
    font-size: 40px;
    line-height: 40px;
    opacity: .30;
}

.single-testimonial-style1 .text-box {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.single-testimonial-style1 .text-box p {
    color: #1c425d;
    line-height: 30px;
    margin: 0;
}

.single-testimonial-style1 h3 {
    color: #2062ba;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.single-testimonial-style1 .rating-box {
    padding-top: 19px;
}



/*** 
=============================================
    About Team Area Css
=============================================
***/
.about-team-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 110px;
    z-index: 1;
}

.about-team-area .sec-title-two {
    margin-bottom: 35px;
}

.about-team-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
}

.about-team-area .layer-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-attachment: scroll;
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.about-content-box {
    position: relative;
    display: block;
    padding-bottom: 106px;
}

.about-content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 19px;
    content: "";
    background-image: url(../images/shape/box-shadow-1.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-content-box .sec-title.style2 {
    padding-bottom: 36px;
}

.about-content-box .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 40px;
}

.about-content-box .title p {
    color: #f5353e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400px;
    font-style: italic;
    margin: 0px;
}

.about-content-box .title h3 {
    color: #172b56;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700px;
    margin: 9px 0px 0;
}

.about-content-box .inner-content {
    position: relative;
    display: block;
}

.about-content-box .inner-content .top-text {
    position: relative;
    display: block;
}

.about-content-box .inner-content .top-text p {
    color: #172a54;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.about-content-box .inner-content .bottom-text {
    position: relative;
    display: block;
    padding-top: 28px;
}

.about-content-box .inner-content .bottom-text p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}





.team-content-box {
    position: relative;
    display: block;
    padding-top: 78px;
}

.team-content-box .sec-title-two {
    margin-bottom: 35px;
}

.team-member-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -90px;
}

.single-team-member {
    position: relative;
    display: block;
    width: 25%;
}

.single-team-member .img-holder {
    position: relative;
    display: block;
    background: #ffffff;
}

.single-team-member .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-team-member .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-team-member:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-team-member:hover .overlay-style-one {
    opacity: 1;
}

.single-team-member .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: .3s ease-in-out;
}

.single-team-member:hover .img-holder .inner img {
    transform: scale(1.05);
}


.single-team-member .title-holder {
    position: relative;
    display: block;
    text-align: center;
    background: #f5f5f5;
    padding: 17px 0px 20px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-team-member .title-holder:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 2px;
    background: #e52933;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.single-team-member:hover .title-holder:before {
    transform: scaleY(1.0);
}

.single-team-member .title-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 3px;
}

.single-team-member .title-holder h3 a {
    color: #0e294d;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-team-member .title-holder p {
    color: #797979;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}



/*** 
=============================================
    Team Area Css
=============================================
***/
.team-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 100px;
    z-index: 1;
}

.team-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
}

.team-area .layer-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-attachment: scroll;
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.team-area .team-content-box {
    padding-top: 0;
}

.team-area .sec-title p {
    margin: 2px 0 21px;
}



/*** 
=============================================
    Why Choose Area Css
=============================================
***/
.why-choose-area {
    position: relative;
    display: block;
    padding: 189px 0 50px;
    background: -webkit-linear-gradient(0deg, #012b58 20%, #0291ac 100%);
}

.why-choose-area .sec-title h2 {
    color: #ffffff;
}

.why-choose-area .sec-title .border-box {
    background: #ffffff;
}

.why-choose-area .row {
    margin-left: -5px;
    margin-right: -5px;
}

.why-choose-area .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.why-choose-area .title {
    position: relative;
    display: block;
    padding-bottom: 54px;
}

.why-choose-area .title h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}


.single-choose-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.single-choose-box span {
    color: #ffffff;
    font-size: 65px;
}

.single-choose-box h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 17px;
}















/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #f3f4f7;
    padding: 110px 0 70px;
}

.blog-style1-area .sec-title-two {
    margin-bottom: 37px;
}

.blog-style1-area .sec-title h2 {
    margin: 0;
}

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: -webkit-linear-gradient(45deg, #012b58, #028da9 100%);
}

.single-blog-style1 .img-holder .link-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: all 500ms ease;
}

.single-blog-style1:hover .img-holder .link-btn {
    transform: translate(-50%, -50%) scale(1, 1);
}

.single-blog-style1 .img-holder .inner img {
    width: 100%;
    transition: all 500ms ease;
}

.single-blog-style1:hover .img-holder .inner img {
    opacity: 0.07;
    transform: scale(1.05);
}

.single-blog-style1 .img-holder .author-box {
    position: absolute;
    left: 25px;
    bottom: 10px;
    z-index: 1;
}

.single-blog-style1 .img-holder .author-box h5 {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

.single-blog-style1 .img-holder .author-box h5 a {
    color: #ffffff;
}

.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #f3f4f7;
    padding: 0px 0px 0px;
}

.single-blog-style1 .text-holder .date-box {
    position: relative;
    display: block;
    padding-top: 26px;
}

.single-blog-style1 .text-holder .date-box h5 {
    color: #7f7e7e;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    margin: 9px 0 0px;
}

.single-blog-style1 .text-holder .blog-title a {
    color: #18215e;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title a:hover {
    color: #f5353e;
}

.single-blog-style1 .text-holder .bottom-box {
    position: relative;
    display: block;
    padding-top: 13px;
}

.single-blog-style1 .text-holder .bottom-box a {
    position: relative;
    display: inline-block;
    color: #d90429;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-blog-style1 .text-holder .bottom-box a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #e06371;
    content: "";
}



.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 15px;
}

.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 20px;
}

.single-blog-style1 .text-holder .meta-info li:last-child {
    margin-right: 0;
}

.single-blog-style1 .text-holder .meta-info li a {
    color: #353742;
    font-size: 14px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .meta-info li a:hover {
    color: #02c18d;
}

.single-blog-style1 .text-holder .meta-info li span:before {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-right: 6px;
    top: 2px;
}








/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #1e7b82;
    z-index: -1;
}

.footer-area .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-top {
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.12);
}

.footer-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer-top-contact-box {
    position: relative;
    display: block;
}

.footer-top-contact-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}

.footer-top-contact-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 60px;
    margin-right: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-top-contact-box ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.footer-top-contact-box ul li .icon {
    width: 60px;
}

.footer-top-contact-box ul li .icon span:before {
    position: relative;
    top: 2px;
    font-size: 35px;
    line-height: 35px;
}

.footer-top-contact-box ul li .icon,
.footer-top-contact-box ul li .title {
    display: table-cell;
    vertical-align: middle;
}

.footer-top-contact-box ul li .title h5 {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

.footer-top-contact-box ul li:last-child .title h5 a {
    font-size: 22px;
    font-weight: 600;
}

.footer-top-contact-box ul li .title h5 a {
    color: #ffffff;
    font-weight: 600;
}

.footer-style-two.home-4 .footer-top-contact-box ul li .title h5 {
    color: #ddccc6;
}

.footer-style-two.home-4 .footer-top-contact-box ul li .title h5 a {
    color: #ddccc6;
}



.footer {
    position: relative;
    display: block;
    padding: 70px 0 40px;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget.marlftminus {
    margin-left: -50px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 15px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    max-width: 240px;
    width: 100%;
}

.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.single-footer-widget .our-company-info .footer-logo a {
    display: inline-block;
}

.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
    padding-bottom: 32px;
}

.single-footer-widget .our-company-info .text p {
    color: hsl(0, 0%, 100%);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}


.footer-social-links {
    position: relative;
    display: block;
}

.footer-social-links ul {
    overflow: hidden;
}

.footer-social-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footer-social-links ul li:last-child {
    margin-right: 0;
}

.footer-social-links ul li a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(241, 238, 238, 0.911);
    border-radius: 50%;
    color: #fafcff;
    line-height: 38px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-social-links ul li a:hover {
    color: #f5353e;
    border-color: #f5353e;
}


.single-footer-widget .footer-widget-link1 {
    position: relative;
    display: block;
}

.single-footer-widget .footer-widget-link1 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .footer-widget-link1 ul li {
    position: relative;
    display: block;
    line-height: 36px;
}

.single-footer-widget .footer-widget-link1 ul li a {
    position: relative;
    color: #bcc1c9;
    font-size: 17px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .footer-widget-link1 ul li a:hover {
    color: #f5353e;
}

.single-footer-widget .footer-widget-link2 {
    position: relative;
    display: block;
}

.single-footer-widget .footer-widget-link2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .footer-widget-link2 ul li {
    position: relative;
    display: block;
    line-height: 36px;
}

.single-footer-widget .footer-widget-link2 ul li a {
    position: relative;
    color: #fafcff;
    font-size: 17px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .footer-widget-link2 ul li a:hover {
    color: #f5353e;
}

.footer-widget-shape1 {
    position: absolute;
    bottom: -100px;
    right: 10px;
}



.footer-bottom {
    position: relative;
    display: block;
}

.footer-bottom .outer-box {
    position: relative;
    display: block;
    padding: 24px 0 25px;
}

.footer-bottom .outer-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.15);
    width: calc(100% - 385px);
    height: 1px;
    left: 0px;
    top: 0px;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #8b919f;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.copyright-text p a {
    color: #8b919f;
    transition: all 500ms ease;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 92px 0 90px;
    z-index: 10;
}

.breadcrumb-area .layer-outer-icon {
    position: absolute;
    left: 0;
    bottom: -106px;
    right: 0;
    text-align: center;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
}

.breadcrumb-area .title h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 11px;
}

.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: #cccbd6;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: capitalize;
}

.breadcrumb-menu ul li:last-child {
    margin: 0;
}

.breadcrumb-menu ul li a {
    color: #cccbd6;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-menu ul li a:hover {
    color: #f22c39;
}

.breadcrumb-menu ul li.active {
    color: #f22c39;
}

.breadcrumb-area .inner-content .layer-outer {
    position: absolute;
    bottom: -90px;
    right: 0;
}



/*** 
=============================================
    Plumbing Service Area Css
=============================================
***/
.plumbing-service-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.plumbing-service-image-box {
    position: relative;
    display: block;
    max-width: 430px;
    width: 100%;
    padding-bottom: 65px;
}

.plumbing-service-image-box .image-box1 {
    position: relative;
    display: block;
    padding-right: 85px;
}

.plumbing-service-image-box .image-box1 img {
    width: 100%;
}

.plumbing-service-image-box .image-box2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 275px;
}

.plumbing-service-image-box .image-box2 img {
    width: 100%;
}

.plumbing-service-image-box .image-box2:before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: 0;
    height: 20px;
    content: "";
    background: #ffffff;
}

.plumbing-service-image-box .image-box2:after {
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: 0;
    width: 20px;
    content: "";
    background: #ffffff;
}

.plumbing-service-text-box {
    position: relative;
    display: block;
}

.plumbing-service-text-box .title {
    margin-bottom: 23px;
}

.plumbing-service-text-box .title p {
    color: #f5353e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 6px;
}

.plumbing-service-text-box .title h2 {
    color: #0b1953;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
}

.plumbing-service-text-box .inner-content {
    position: relative;
    display: block;
}

.plumbing-service-text-box .inner-content .text {
    margin-bottom: 26px;
}

.plumbing-service-text-box .inner-content .text p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.plumbing-service-text-box .inner-content .bottom {}

.plumbing-service-text-box .inner-content .bottom p {
    color: #444;
    line-height: 28px;
    margin: 0;
}



/*** 
=============================================
    Why Choose Style2 Area Css
=============================================
***/
.why-choose-style2-area {
    position: relative;
    display: block;
    background: #012d5b;
    min-height: 555px;
    z-index: 1;
}

.why-choose-style2-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/pattern/choose-style2-area-bg.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.why-choose-style2-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 39%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-style2-content {
    position: relative;
    max-width: 800px;
    width: 100%;
    min-height: 555px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
}

.choose-style2-content h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 25px;
}

.choose-style2-content p {
    color: rgba(255, 255, 255, 0.60);
    margin: 0;
}

.choose-style2-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 26px;
}

.choose-style2-content ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
}

.choose-style2-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: 'icomoon' !important;
    content: "\e91a";
}



/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.about-style1-content-box {
    position: relative;
    display: block;
}

.about-style1-content-box .sec-title.style2 {
    padding-bottom: 46px;
}

.about-style1-content-box .sec-title.style2 p {
    margin: 0 0 6px;
}

.about-style1-content-box .sec-title.style2 h2 {
    margin: 0;
}

.about-style1-content-box .inner-content {
    position: relative;
    display: block;
}

.about-style1-content-box .inner-content span {
    color: #0b1953;
    font-size: 22px;
}

.about-style1-content-box .inner-content p {
    color: #797979;
    margin: 8px 0 0;
}


.author-info-box1 {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
}

.author-info-box1 .image-box {
    width: 100px;
}

.author-info-box1 .image-box .inner {
    position: relative;
    display: block;
}

.author-info-box1 .image-box .inner img {
    width: 100%;
    border-radius: 50%;
}

.author-info-box1 .image-box,
.author-info-box1 .signature-box {
    display: table-cell;
    vertical-align: middle;
}

.author-info-box1 .signature-box {
    position: relative;
    padding-left: 15px;
}


.faq-content-box {
    position: relative;
    display: block;
}

.faq-content-box .sec-title.style2 {
    padding-bottom: 50px;
}

.faq-content-box .sec-title.style2 p {
    margin: 0 0 6px;
}

.faq-content-box .sec-title.style2 h2 {
    margin: 0;
}



/*** 
=============================================
    Service Page Area Css
=============================================
***/
.service-page-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 50px;
}

.service-page-area .title {
    position: relative;
    display: block;
    width: 100%;
    margin: -9px auto 0;
    padding-bottom: 52px;
}

.service-page-area .title h2 {
    color: #012d5b;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 24px;
}

.service-page-area .title p {
    margin: 0;
}



/*** 
=============================================
    Contact Info Style1 Area Css
=============================================
***/
.contact-info-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px 0 100px;
}

.style1-contact-info {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 37px 30px 37px;
}

.style1-contact-info .left {
    position: relative;
    display: block;
}

.style1-contact-info .left h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
}

.style1-contact-info .left h2 a {
    color: #ffffff;
    font-weight: 300;
}

.style1-contact-info .left h2 span {
    font-weight: 300;
}

.style1-contact-info .right {
    position: relative;
    display: block;
}

.style1-contact-info .right a {
    line-height: 65px;
}



/*** 
=============================================
    Project Style2 Area Css
=============================================
***/
.project-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 70px;
}

.project-style2-area .sec-title h2 {
    margin: 0;
}

.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-filter {
    position: relative;
    display: block;
    margin-top: -15px;
}

.project-filter li {
    position: relative;
    display: block;
    line-height: 44px;
    float: none;
}

.project-filter li .filter-text {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #172a54;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 1;
}

.project-filter li .filter-text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 10px;
    background: #172a54;
    margin: 21px 0;
    content: "";
    z-index: -1;
    transform: scaleX(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before {
    transform: scaleX(1.0);
}

.project-filter li .count {
    display: none;
}

.project-filter li:hover .filter-text,
.project-filter li.active .filter-text {
    color: #e41b29;
}


.single-project-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-project-style2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    background: -webkit-linear-gradient(-90deg, rgba(0, 73, 125, 1), rgba(216, 5, 40, 1) 100%);
}

.single-project-style2 .img-holder img {
    width: 100%;
    transform: scale(1.0);
    transition: all 500ms ease;
}

.single-project-style2:hover .img-holder img {
    opacity: 0.1;
}

.single-project-style2:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
}

.single-project-style2 .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 19px;
    right: 0px;
    padding-left: 25px;
    background-color: transparent;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out 0.5s;
    opacity: 0;
    transform: scale(.5);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-project-style2:hover .overlay-content {
    opacity: 1;
    transform: scale(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-project-style2 .overlay-content .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transform: scale(1.3);
    transition: all 900ms ease 100ms;
    opacity: 0;
}

.single-project-style2:hover .overlay-content .box {
    opacity: 1;
    transform: scale(1.0);
    transition: all 900ms linear;
    transition-delay: 0.5s;
}

.single-project-style2 .overlay-content .box .zoom-button {
    position: absolute;
    top: 20px;
    right: 22px;
}

.single-project-style2 .overlay-content .box .zoom-button img {
    opacity: 1 !important;
}

.single-project-style2 .overlay-content .box .zoom-button li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.single-project-style2 .overlay-content .box .zoom-button li:last-child {
    margin-bottom: 0px;
    left: -1px;
}

.single-project-style2 .overlay-content .box .zoom-button li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 3px;
    font-size: 20px;
    color: #000;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-project-style2 .overlay-content .box .title-holder {
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.single-project-style2 .overlay-content .box .title-holder h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.single-project-style2 .overlay-content .box .title-holder h3 a {
    color: #ffffff;
}



/*** 
=============================================
    Project Style3 Area Css
=============================================
***/
.project-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 90px;
}



/*** 
=============================================
    Prices Area Css
=============================================
***/
.prices-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 50px;
}

.single-prices-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-prices-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-prices-box .img-holder img {
    width: 100%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}


.single-prices-box .img-holder:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(240, 50, 54, 0.85);
    width: 50%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: all;
    opacity: 1;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.single-prices-box:hover .img-holder:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-prices-box .img-holder:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(240, 50, 54, 0.85);
    width: 50%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    transform-origin: right;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.single-prices-box:hover .img-holder:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-prices-box .title-holder {
    position: relative;
    display: block;
    background: #f1f1f1;
    text-align: center;
    padding: 18px 0 18px;
}

.single-prices-box .title-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 6px;
}

.single-prices-box .title-holder h3 a {
    color: #0b1953;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-prices-box .title-holder h3 a:hover {
    color: #f22c39;
}

.single-prices-box .title-holder h2 {
    position: relative;
    display: block;
    color: #0b1953;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}

.single-prices-box .title-holder h2 span {
    position: relative;
    top: -3px;
    left: -1px;
    font-size: 28px;
}



/*** 
=============================================
    Payment Method Area Css
=============================================
***/
.payment-method-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 64px;
}

.payment-method-content {
    position: relative;
    display: block;
}

.payment-method-content .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 43px;
}

.payment-method-content .title h2 {
    color: #0b1953;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.payment-method-content .payment-process {
    position: relative;
    display: block;
}

.payment-method-content .payment-process li {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.payment-method-content .payment-process li:last-child {
    margin-bottom: 0;
}

.payment-method-content .payment-process li h3 {
    color: #0b1953;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 8px;
}

.payment-method-content .payment-process li p {
    color: #797979;
    margin: 0;
}

.payment-method-content .cards {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 42px;
    margin-left: -5px;
    margin-right: -5px;
}

.payment-method-content .cards li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}

.payment-method-content .cards li a {
    position: relative;
    display: block;
}

.payment-method-content .cards li a img {
    width: 100%;
    border-radius: 5px;
}

.payment-method-image-box {
    position: relative;
    display: block;
}


.payment-method-bottom-content {
    position: relative;
    display: block;
    padding-top: 45px;
}

.payment-method-bottom-content h3 {
    color: #0b1953;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.payment-method-bottom-content p {
    color: #797979;
    margin: 0 0 28px;
}



/*** 
=============================================
    Transparency Area Css
=============================================
***/
.transparency-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 44px;
}

.transparency-top-content {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 96px;
    margin-bottom: 100px;
    border-bottom: 1px solid #c6c6c6;
}

.transparency-top-content .sec-title-two {
    margin-right: 70px;
}

.transparency-top-content .sec-title-two h2 {
    font-size: 30px;
    line-height: 40px;
}

.transparency-top-content h3 {
    color: #0b1953;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.transparency-top-content .text {
    position: relative;
    display: block;
    margin-left: -50px;
}

.transparency-top-content .text p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
}

.transparency-top-content .text p:last-child {
    margin-bottom: 0px;
}


.transparency-content-box {
    position: relative;
    display: block;
    margin-top: -5px;
}

.transparency-content-box .single {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.transparency-content-box .single h3 {
    color: #0b1953;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 19px;
}

.transparency-content-box .single p {
    color: #797979;
    margin: 0 0 28px;
}

.transparency-content-box .single h4 {
    color: #0b1953;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 4px;
}

.transparency-image-box {
    position: relative;
    display: block;
    float: right;
}



/*** 
=============================================
    Coupon Area Css
=============================================
***/
.coupon-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 40px;
}

.coupon-area .row {
    margin-left: -30px;
    margin-right: -30px;
}

.coupon-area .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}


.coupon-top-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 52px;
}

.coupon-top-title h2 {
    color: #0b1953;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 21px;
}

.coupon-top-title h3 {
    color: #0b1953;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 18px;
}

.coupon-top-title p {
    color: #797979;
    margin: 0;
}

.single-coupon-box {
    position: relative;
    display: block;
    border: 3px dashed #000000;
    padding: 25px 35px 25px;
    margin-bottom: 60px;
}

.single-coupon-box:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    background: url(../images/icon/siccisor.png);
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    content: "";
}

.single-coupon-box .left {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    padding: 26px 0;
}

.single-coupon-box .left h2 {
    color: #0b1953;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

.single-coupon-box .left h2 span {
    font-weight: 400;
}

.single-coupon-box .left p {
    color: #404c5f;
    font-size: 16px;
    line-height: 20px;
    margin: 9px 0 0;
}

.single-coupon-box .right {
    position: relative;
    display: block;
}

.single-coupon-box .right .value {
    position: relative;
    display: block;
    background: #f22c39;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 55px;
    line-height: 50px;
    font-weight: 600;
    padding: 27px 0;
}

.single-coupon-box .right .value span {
    position: relative;
    top: -12px;
    font-size: 35px;
}

.single-coupon-box .right .value h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-coupon-box .right .barcode {
    position: relative;
    display: block;
    padding-top: 15px;
}



/*** 
=============================================
    Appointment Area Css
=============================================
***/
.appointment-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.appointment-title {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 52px;
}

.appointment-title h2 {
    color: #0b1953;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    margin: 0 0 24px;
}

.appointment-title p {
    margin: 0;
}


.appointment-form-box {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 47px 40px 60px;
}

.appointment-form {
    position: relative;
    display: block;
}

.appointment-form .single-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.appointment-form .single-box.selectbox {
    overflow: inherit;
}

.appointment-form .single-box .jobsite-address input {
    margin-bottom: 20px;
}

.appointment-form .single-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.appointment-form .single-box .inner-title h3 {
    color: #0b1953;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.appointment-checkbox {
    position: relative;
    display: block;
}

.appointment-checkbox .single-checkbox {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.appointment-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #898989;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Quattrocento Sans', sans-serif;
}

.appointment-checkbox input[type="checkbox"] {
    display: none;
}

.appointment-checkbox input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: #aeb3b9;
    border: 1px solid #8e8f8f;
    cursor: pointer;
    border-radius: 0;
    transition: all 300ms ease;
}

.appointment-checkbox label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f00c";
    color: #0b1953;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    background-color: transparent;
    transition: all 300ms ease;
}

.appointment-checkbox input[type="checkbox"]:checked+label span {
    border-color: #16232a;
}

.appointment-checkbox input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}


.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    height: 40px;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Barlow', sans-serif;
}

.appointment-form textarea {
    height: 180px;
}

.appointment-form .date-box {
    position: relative;
    display: block;
    width: 270px;
}

.appointment-form .date-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #898989;
    font-size: 16px;
}

.appointment-form .date-box .icon span:before {
    position: relative;
    top: 2px;
}


.appointment-form .time-box {
    position: relative;
    display: block;
    width: 270px;
}

.appointment-form .time-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #898989;
    font-size: 16px;
}

.appointment-form .time-box .icon span:before {
    position: relative;
    top: 2px;
}


.newsletter-checkbox {
    position: relative;
    display: block;
}

.newsletter-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #898989;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
}

.newsletter-checkbox input[type="checkbox"] {
    display: none;
}

.newsletter-checkbox input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: #aeb3b9;
    border: 1px solid #8e8f8f;
    cursor: pointer;
    border-radius: 0;
    transition: all 300ms ease;
}

.newsletter-checkbox label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f00c";
    color: #0b1953;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    border-radius: 0%;
    opacity: 0;
    background-color: transparent;
    transition: all 300ms ease;
}

.newsletter-checkbox input[type="checkbox"]:checked+label span {
    border-color: #16232a;
}

.newsletter-checkbox input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}


.appointment-form .bootstrap-select {
    position: relative;
    display: block;
}

.appointment-form .bootstrap-select .dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #898989 !important;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    transition: none !important;
    font-family: 'Barlow', sans-serif;
}

.appointment-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.appointment-form .bootstrap-select .dropdown-menu li {
    position: relative;
    display: block;
}

.appointment-form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.appointment-form .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #83888d;
    font-size: 16px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
    background: transparent;
    text-align: right;
}

.appointment-form .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}

.appointment-form .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 25px 9px;
    font-weight: 400;
    color: #898989;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    font-family: 'Barlow', sans-serif;
}

.appointment-form .dropdown-item.active,
.appointment-form .dropdown-item:active {
    color: #222222;
}

.appointment-form .dropdown-item:hover {
    color: #222222;
}

.appointment-form-button {
    position: relative;
    display: block;
}



/*** 
=============================================
    Faq Area style
=============================================
***/
.faq-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 72px;
}

.faq-search-box {
    position: relative;
    display: block;
    padding-bottom: 48px;
}

.faq-search-box form.search-form {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0px auto 0px;
}

.faq-search-box .search-form input[type="search"] {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    letter-spacing: 1px;
    padding-left: 25px;
    padding-right: 80px;
    border-radius: 0;
    transition: all 500ms ease 0s;
}

.faq-search-box .search-form button {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    display: block;
    background: transparent;
    color: #e0e0e0;
    font-size: 14px;
    height: 60px;
    width: 60px;
    border: 0px solid;
    line-height: 60px;
    text-align: center;
    border-radius: 0%;
    transition: all 500ms ease 0s;
    margin: 0;
}

.faq-search-box .search-form button i {
    font-size: 14px
}

.faq-search-box .search-form input[type="search"]:focus {
    color: #000000;
    border: 1px solid #101f42;
    background: #fff;
}

.faq-search-box .search-form input[type="search"]:focus+button,
.faq-search-box .search-form button:hover {
    color: #fff;
    background: #101f42;
}



/*** 
=============================================
    Faq question Form Area style
=============================================
***/
.faq-question-form-area {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
}

.question-form-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 47px;
}

.question-form-title h2 {
    color: #00091f;
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
}

.question-form {
    position: relative;
    display: block;
    max-width: 870px;
    width: 100%;
}

.question-form form input[type="text"],
.question-form form input[type="email"],
.question-form form textarea {
    position: relative;
    display: block;
    background: transparent;
    border: 0px solid #bbbbbb;
    border-bottom: 2px solid #e3e3e3;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 0px;
    color: #00000a;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Quattrocento Sans', sans-serif;
}

.question-form form textarea {
    height: 160px;
}

.question-form form button {}



/*** 
=============================================
    Testimonials Page Area Css
=============================================
***/
.testimonials-page-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 100px 0 40px;
}



/*** 
=============================================
    Team Page Area Css
=============================================
***/
.team-page-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 40px;
    z-index: 1;
}

.team-page-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
}

.team-page-area .layer-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-attachment: scroll;
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.team-page-area .team-content-box {
    padding-top: 0;
}

.team-page-area .team-member-box {
    justify-content: flex-start;
    margin: 0;
}

.team-page-area .single-team-member {
    margin-bottom: 60px;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 146px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

.error-content h4 {
    color: #0b1953;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.error-content .title {
    position: relative;
    display: block;
    color: #0b1953;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 12px;
    font-family: 'Barlow', sans-serif;
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}

.error-content .btns-box {}



/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/
.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 0px;
}

.contact-form-style1-area.pdbottom100 {
    padding-bottom: 100px;
}

.contact-page-title {
    position: relative;
    display: block;
    margin-top: -11px;
    padding-bottom: 38px;
}

.contact-page-title h2 {
    color: #0b1953;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
}

.contact-form {
    position: relative;
    display: block;
    width: 100%;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 55px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 21px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Quattrocento Sans', sans-serif;
}

.contact-form form textarea {
    height: 230px;
    padding-top: 17px;
    padding-left: 21px;
    padding-right: 20px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #797979;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #797979;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #797979;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #797979;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #797979;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #797979;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #797979;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #797979;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #797979;
}

.contact-form form textarea:-moz-placeholder {
    color: #797979;
}

.contact-form form textarea::-moz-placeholder {
    color: #797979;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #797979;
}

.contact-form form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
}

.contact-form .sec-title-two {
    margin-bottom: 40px;
}


.contact-page-book-appintment-box {
    position: relative;
    display: block;
}

.contact-page-book-appintment-box .date-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

.contact-page-book-appintment-box input[type="text"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 55px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 21px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: 'Quattrocento Sans', sans-serif;
}

.contact-page-book-appintment-box .date-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #898989;
    font-size: 16px;
}

.contact-page-book-appintment-box .date-box .icon span:before {
    position: relative;
    top: 2px;
}

.contact-form-style1-border {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    margin-top: 100px;
}



/*** 
=============================================
    Address Area Css
=============================================
***/
.address-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 95px;
}

.address-box {
    position: relative;
    display: block;
    margin-top: 132px;
    margin-left: 70px;
}

.address-box .contact-page-title {}

.address-box .contact-page-title p {
    color: #444;
    margin: 24px 0 0;
}

.address-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.address-box ul li {
    position: relative;
    display: block;
    padding-left: 50px;
    margin-bottom: 38px;
}

.address-box ul li:last-child {
    margin-bottom: 0;
}

.address-box ul li .icon {
    position: absolute;
    top: 4px;
    left: 1px;
}

.address-box ul li .icon span:before {
    position: relative;
    display: inline-block;
    color: #f22c39;
    font-size: 30px;
}

.address-box ul li .text {
    position: relative;
    display: block;
}

.address-box ul li .text h5 {
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 3px;
}

.address-box ul li .text p {
    color: #797979;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.address-box ul li .text p a {
    color: #797979;

}

.contact-map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.contact-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 400px;
}



/*** 
=============================================
    Job Details Area Css
=============================================
***/
.job-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.job-details-content {
    position: relative;
    display: block;
    margin-top: -8px;
}

.job-details-content h2 {
    color: #0b1953;
    font-size: 45px;
    line-height: 58px;
    font-weight: 900;
    margin: 0 0 30px;
}

.job-details-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-details-content ul li {
    color: #242424;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    font-weight: 600;
}

.job-details-content ul li span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.job-details-button {
    position: relative;
    display: block;
    float: right;
    padding: 70px 0;
}


.job-details-top-text {
    position: relative;
    display: block;
    padding-top: 33px;
}

.job-details-top-text p {
    color: #797979;
    line-height: 28px;
    margin: 0;
}

.job-details-text-one {
    position: relative;
    display: block;
    margin-top: 34px;
}

.job-details-text-one h3 {
    color: #0b1953;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.job-details-text-one ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-details-text-one ul li {
    position: relative;
    display: block;
    color: #797979;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 40px;
}

.job-details-text-one ul li:before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 10px;
    height: 1px;
    background: #797979;
    content: "";
}


.job-details-text-two {
    position: relative;
    display: block;
    margin-top: 32px;
}

.job-details-text-two h3 {
    color: #0b1953;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.job-details-text-two ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-details-text-two ul li {
    position: relative;
    display: block;
    color: #797979;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 40px;
}

.job-details-text-two ul li:before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 10px;
    height: 1px;
    background: #797979;
    content: "";
}


.job-details-text-three {
    position: relative;
    display: block;
    margin-top: 31px;
}

.job-details-text-three h3 {
    color: #0b1953;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}

.job-details-text-three ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-details-text-three ul li {
    position: relative;
    display: block;
    color: #797979;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 40px;
}

.job-details-text-three ul li:before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 10px;
    height: 1px;
    background: #797979;
    content: "";
}


.job-details-text-three .text {
    position: relative;
    display: block;
    margin-top: 34px;
    margin-bottom: 51px;
}

.job-details-text-three .text p {
    color: #797979;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.job-details-main-button {
    position: relative;
    display: block;
}




/*** 
=============================================
    blog Area Css
=============================================
***/
#blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.blog-style2-area .blog-posts {
    position: relative;
    display: block;
    max-width: 840px;
    width: 100%;
}

.single-blog-style2 {
    position: relative;
    display: block;
    margin-bottom: 80px;
}

.single-blog-style2 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-style2 .img-holder .inner:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(16, 32, 67, 0.8);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.single-blog-style2:hover .img-holder .inner:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.single-blog-style2 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.single-blog-style2:hover .img-holder .inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-blog-style2 .img-holder .date-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    z-index: 1;
    padding: 18px 0;
}

.single-blog-style2 .img-holder .date-box h2 {
    color: #0b1953;
    font-size: 32px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
}

.single-blog-style2 .img-holder .date-box h2 span {
    font-size: 18px;
}


.single-blog-style2 .text-holder {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
}

.single-blog-style2 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding: 22px 0;
    margin-bottom: 30px;
}

.single-blog-style2 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 26px;
    padding-right: 16px;
    margin-right: 15px;
}

.single-blog-style2 .text-holder .meta-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.single-blog-style2 .text-holder .meta-info li:before {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 3px;
    width: 1px;
    background: #b8b8b8;
    content: "";
    height: 15px;
    transform: rotate(12deg);
}

.single-blog-style2 .text-holder .meta-info li:last-child:before {
    display: none;
}

.single-blog-style2 .text-holder .meta-info li a {
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .text-holder .meta-info li a:hover {
    color: #f22c39;
}

.single-blog-style2 .text-holder .theme-btn-two {
    padding: 9px 26px;
}

.single-blog-style2 .text-holder .blog-title {
    color: #0b1953;
    font-size: 28px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0px;
}

.single-blog-style2 .text-holder .blog-title a {
    color: #0b1953;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .text-holder .blog-title a:hover {
    color: #f22c39;
}


.single-blog-style2 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 31px;
}

.single-blog-style2 .text-holder .text p {
    color: #444444;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    margin: 0;
}

.single-blog-style2 .text-holder .bottom-box {
    position: relative;
    display: block;
}




.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 0px;
    background: #ffffff;
    border: 2px solid #d4d4d4;
    color: #18215e;
    font-size: 18px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    z-index: 1;
    font-family: 'Barlow', sans-serif;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
    border-color: #f22c39;
    background-color: #f22c39;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    position: relative;
    top: -1px;
    color: #18215e;
    line-height: 40px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
    border-color: #f22c39;
    background-color: #f22c39;
}

.styled-pagination.style2 {
    position: relative;
    display: block;
    border-top: 1px solid #d5d5d5;
    padding-top: 50px;
}

.styled-pagination.style2 li {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 0px;
    margin: 0 3px;
}



.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
}

.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.sidebar-wrapper .single-sidebar.last-child {
    margin: 0;
}

.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 16px;
}

.sidebar-wrapper .single-sidebar .title h3 {
    position: relative;
    display: block;
    color: #0b1953;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-wrapper .single-sidebar .title .border-box {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 35px;
    height: 2px;
    background: #c5c9cc;
}




.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    border-radius: 6px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #909090;
    font-size: 17px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 52px;
    background: transparent;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 52px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    font-size: 16px
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
    border-color: #013260;
}

.sidebar-search-box .search-form input[type="text"]:focus+button,
.sidebar-search-box .search-form button:hover {
    color: #ffffff;
    background: #013260;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #909090;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #909090;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #909090;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #909090;
}



.single-sidebar.categories-box {
    position: relative;
    display: block;
}

.single-sidebar .categories {
    position: relative;
    display: block;
}

.single-sidebar .categories ul {
    overflow: hidden;
}

.single-sidebar .categories ul li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}

.single-sidebar .categories ul li:last-child {
    border-bottom: none;
}

.single-sidebar .categories ul li:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    color: #c8c8c8;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories ul li:hover:after,
.single-sidebar .categories ul li.active:after {
    color: #f22c39;
}

.single-sidebar .categories ul li:last-child {
    margin-bottom: 0;
}

.single-sidebar .categories ul li a {
    color: #797979;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories ul li:hover a,
.single-sidebar .categories ul li.active a {
    color: #f22c39;
}


.single-sidebar .recent-news {
    position: relative;
    display: block;
    padding-top: 11px;
}

.single-sidebar .recent-news li {
    position: relative;
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.single-sidebar .recent-news li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.single-sidebar .recent-news li .inner {
    position: relative;
    display: block;
    min-height: 60px;
    padding-left: 70px;
}

.single-sidebar .recent-news li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 60px;
    overflow: hidden;
}

.single-sidebar .recent-news li .img-box img {
    width: 100%;
}

.single-sidebar .recent-news li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.single-sidebar .recent-news li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.single-sidebar .recent-news li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .recent-news li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 60px;
}

.single-sidebar .recent-news li .title-box h4 {
    position: relative;
    top: -4px;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin: 0;
}

.single-sidebar .recent-news li .title-box h4 a {
    color: #797979;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .recent-news li .title-box h4 a:hover {
    color: #f22c39;
}

.single-sidebar .recent-news li .title-box h6 {
    color: #0b1953;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 11px;
}

.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}

.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    padding: 0 19px;
    border: 1px solid #e4e4e4;
    color: #404040;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
}

.single-sidebar .popular-tag li a:hover {
    color: #ffffff;
    border-color: #0d79c0;
    background-color: #0d79c0;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.blog-single-area .single-blog-style2 {
    margin-bottom: 35px;
}

.blog-single-area .single-blog-style2 .img-holder .inner:before {
    display: none;
}

.blog-single-area .single-blog-style2 .text-holder .text {
    padding-top: 15px;
    padding-bottom: 0;
}

.blog-details-text-one {
    position: relative;
    display: block;
}

.blog-details-text-one h3 {
    color: #0b1953;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 0 17px;
}

.blog-details-text-one .single-text {
    position: relative;
    display: block;
}

.blog-details-text-one .single-text p {
    color: #444;
    font-family: 'Barlow', sans-serif;
    line-height: 28px;
    margin: 0;
}

.blog-details-text-one .bottom-text {
    position: relative;
    display: block;
    padding-top: 45px;
}

.blog-details-text-one .bottom-text p {
    color: #444;
    line-height: 28px;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.blog-details-text-one .bottom-text p a {
    color: #c01111;
    text-decoration: underline;
}



.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 51px;
}

.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.comment-box .title h3 {
    color: #0b1953;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.comment-box .outer-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.comment-box .single-comment {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 25px;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 70px;
}

.comment-box .single-comment-box.marleft {
    margin-left: 100px;
}

.comment-box .single-comment.comment-reply {
    border-top: none;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 70px;
    height: 70px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
    border-radius: 0%;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 30px;
}

.comment-box .single-comment-box .text-holder h5 {
    position: relative;
    top: -2px;
    color: #0b1953;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 2px;
}

.comment-box .single-comment-box .text-holder p {
    color: #444;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    margin: 0;
}

.date-reply-button {
    position: relative;
    display: block;
    padding-top: 2px;
}

.date-reply-button ul {
    overflow: hidden;
}

.date-reply-button ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
    color: #aeaeae;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
}

.date-reply-button ul li a {
    color: #ce3030;
}

.date-reply-button ul li:before {
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: #aeaeae;
    content: "";
}

.date-reply-button ul li:last-child:before {
    display: none;
}


.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 55px;
}

.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.add-comment-box .title h3 {
    color: #0b1953;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
    padding: 50px 40px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 45px;
    color: #737373;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    padding: 0 19px;
    margin-bottom: 20px;
    transition: all 500ms ease;
    font-family: 'Quattrocento Sans', sans-serif;
}

.add-comment-box #add-comment-form textarea {
    height: 170px;
    padding: 15px 19px;
    margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
}

/* ..add-comment-box #add-comment-form .button-box .theme-btn-two{
    padding: 10px 12px;
} */



/*** 
=============================================
    Services Details Area Css
=============================================
***/
.services-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.services-details-content {
    position: relative;
    display: block;
    padding-left: 40px;
}

.services-details-top-image {
    position: relative;
    display: block;
}

.services-details-top-image .single-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.services-details-top-image .single-image.left-image {
    margin-right: 14px;
}

.services-details-top-image .single-image.right-image {
    margin-left: -14px;
}

.services-details-top-image .single-image img {
    width: 100%;
}


.services-details-text-box-1 {
    position: relative;
    display: block;
    padding-top: 11px;
}

.services-details-text-box-1 h2 {
    color: #0b1953;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 13px;
}

.services-details-text-box-1 p {
    color: #797979;
    line-height: 28px;
    margin: 0 0 26px;
}


.services-details-text-box-2 {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px;
}

.services-details-text-box-2 .img-box {
    position: relative;
    display: block;
    margin-right: 28px;
}

.services-details-text-box-2 .img-box img {
    width: 100%;
}

.services-details-text-box-2 .text-box {
    position: relative;
    display: block;
}

.services-details-text-box-2 .text-box h3 {
    position: relative;
    top: -5px;
    color: #0b1953;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 12px;
}

.services-details-text-box-2 .text-box p {
    color: #797979;
    line-height: 28px;
    margin: 0;
}

.services-details-text-box-2 .text-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 22px;
}

.services-details-text-box-2 .text-box ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #434344;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

.services-details-text-box-2 .text-box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 7px;
    height: 1px;
    background: #434344;
    content: "";
    margin: 17px 0;
}


.services-details-text-box-3 {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px;
}

.services-details-text-box-3 .title {
    position: relative;
    display: block;
    padding-bottom: 36px;
}

.services-details-text-box-3 .title h2 {
    color: #0b1953;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 14px;
}

.services-details-text-box-3 .title p {
    color: #797979;
    line-height: 28px;
    margin: 0;
}

.single-featured-box {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 38px;
}

.single-featured-box .icon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 70px;
    height: 70px;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
}

.single-featured-box .icon span:before {
    position: relative;
    display: block;
    color: #f22c39;
    font-size: 35px;
    line-height: 70px;
}

.single-featured-box .text {
    position: relative;
    display: block;
}

.single-featured-box .text h3 {
    color: #0b1953;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 8px;
}

.single-featured-box .text p {
    color: #797979;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}

.services-details-text-box-4 {
    position: relative;
    display: block;
    padding-top: 54px;
}

.services-details-text-box-4 .text {
    position: relative;
    display: block;
}

.services-details-text-box-4 .text h2 {
    color: #0b1953;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 17px;
}

.services-details-text-box-4 .text h3 {
    color: #242424;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 27px;
}

.services-details-text-box-4 .text p {
    color: #797979;
    line-height: 28px;
    margin: 0;
}

.money-back-gurantee-logo-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 13px 0;
}




.service-details-faq-box {
    position: relative;
    display: block;
}

.service-details-faq-box .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 33px;
}

.service-details-faq-box .title h3 {
    color: #0b1953;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

.service-details-contact-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #028ca7;
    padding: 36px 30px 45px;
}

.service-details-contact-box h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 26px;
}

.service-details-contact-box a {
    padding-left: 20px;
    padding-right: 20px;
}

.service-details-contact-box .img-box {
    position: absolute;
    bottom: 0;
    right: 0;
}







.sidebar-style1 {
    position: relative;
    display: block;
}

.single-sidebar-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-sidebar-style1.last-child {
    margin-bottom: 0;
}

.single-sidebar-style1 .page-links {
    position: relative;
    display: block;
}

.single-sidebar-style1 .page-links li {
    position: relative;
    display: block;
    line-height: 60px;
}

.single-sidebar-style1 .page-links li a {
    position: relative;
    display: block;
    padding: 0 22px;
    padding-right: 20px;
    background: #f8f8f8;
    border-left: 5px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    color: #0b1953;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.single-sidebar-style1 .page-links li:first-child a {
    border-top: 1px solid #e4e4e4;
}

.single-sidebar-style1 .page-links li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
    transform: perspective(370px) rotateX(-90deg);
    transform-origin: top;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-sidebar-style1 .page-links li a:hover,
.single-sidebar-style1 .page-links li.active a {
    color: #0b1953;
}

.single-sidebar-style1 .page-links li a:hover:before,
.single-sidebar-style1 .page-links li.active a:before {
    opacity: 1;
    transform: perspective(370px) rotateY(0deg);
}

.single-sidebar-style1 .page-links li a:after {
    position: absolute;
    top: -1px;
    left: -5px;
    bottom: -1px;
    width: 5px;
    background: #f22c39;
    content: "";
    z-index: -1;
    transform: perspective(370px) scaleY(0);
    transform-origin: right;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.single-sidebar-style1 .page-links li a:hover:after,
.single-sidebar-style1 .page-links li.active a:after {
    transform: perspective(370px) scaleY(1.0);
}


.sidebar-discount-box {
    position: relative;
    display: block;
    border: 2px dashed #747474;
    padding: 25px 20px 25px;
}

.sidebar-discount-box:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    background: url(../images/icon/siccisor.png);
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    content: "";
}

.sidebar-discount-box .left {
    position: relative;
    display: block;
    max-width: 130px;
    width: 100%;
}

.sidebar-discount-box .left .text {
    position: relative;
    display: block;
}

.sidebar-discount-box .left .text img {}

.sidebar-discount-box .left .text p {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 11px 0 0;
}

.sidebar-discount-box .right {
    position: relative;
    display: block;
}

.sidebar-discount-box .right .value {
    position: relative;
    display: block;
    width: 90px;
    height: 105px;
    background: #f22c39;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    padding: 17px 0;
}

.sidebar-discount-box .right .value span {
    position: relative;
    top: -9px;
    font-size: 25px;
}

.sidebar-discount-box .right .value h2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar-discount-box .right .barcode {
    position: relative;
    display: block;
    padding-top: 10px;
}

.sidebar-download-box {
    position: relative;
    display: block;
    border: 1px solid #d7d7d7;
    padding: 28px 29px 34px;
}

.sidebar-download-box h3 {
    color: #0b1953;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 23px;
}

.sidebar-download-box h3 span {
    font-weight: 700;
}

.sidebar-download-box .button a {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-download-box .icon {
    position: absolute;
    bottom: 30px;
    right: 10px;
}















/*** 
=============================================
    RTL Page Css
=============================================
***/
/** Mainmenu Rtl Css **/

.rtl .main-menu {
    float: right;
}

.rtl .main-menu .navigation>li {
    float: right;
}

.rtl .main-menu .navigation>li>ul {
    left: auto;
    right: 0;
}

.rtl .main-menu .navigation>li>ul>li>a {
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>a:before {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.rtl .main-menu .navigation>li>ul>li>ul>li>a {
    text-align: right;
}

.rtl .sticky-header .main-menu .navigation>li {
    float: right;
}

.rtl.scroll-top {
    left: 20px;
    right: auto;
}

.rtl .header-top-left {
    text-align: right;
}

.rtl .header-top-right .bottom .call-un-now {
    padding-right: 0px;
    text-align: left;
    padding-left: 27px;
}

.rtl .header-right .outer-search-box-style1 {
    float: left;
    margin-right: 0px;
    margin-left: 15px;
}

.rtl .outer-search-box-style1 .search-box {
    right: auto;
    left: 0%;
}


.rtl .banner-left-content ul li:before {
    display: none;
}

.rtl .banner-left-content .satisfaction-logo {
    bottom: -130px;
    right: 230px;
}


.rtl .slogan-content .left .title {
    text-align: right;
}

.rtl .slogan-content .left .icon {
    width: 85px;
    text-align: right;
}

.rtl .sec-title.style2 .border-box {
    margin-left: 0px;
    margin-right: 5px;
}


.rtl .footer-widget-shape1 {
    bottom: -100px;
    right: auto;
    left: -20px;
}

.rtl .single-footer-widget.marlftminus {
    margin-left: 0px;
    margin-right: -50px;
}

.rtl .footer-social-links ul li {
    float: right;
    margin-right: 10px;
}

.rtl .footer-social-links ul li:first-child {
    margin-right: 0;
}
















/*==============================================
   DatePicker Css
===============================================*/
#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 10 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}






/*==============================================
   Theme Color Css
===============================================*/
.thm-clr {
    color: #f5353e;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #f22c39;
}

.outer-search-box-style1 .seach-toggle:hover,
.outer-search-box-style1 .seach-toggle.active {
    color: #f22c39;
}

.mobile-menu .navigation li>a:before {
    border-left: 5px solid #f22c39;
}



/*==============================================
   Theme Hover Color Css
===============================================*/
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #d30412;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #f22c39;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #f22c39;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #f22c39;
}






/*==============================================
   Theme Background Css
===============================================*/
.thm-bgclr {
    background-color: #0098ff;
}




/*==============================================
   Theme Hover Background Color Css
===============================================*/
.overlay-bgc1 {
    background-color: rgba(54, 124, 232, 0.80);
}

.overlay-bgc2 {
    background-color: rgba(0, 0, 0, 0.70);
}

.fancybox-image,
.fancybox-spaceball {}



/** scroll-to-top **/

.scroll-to-top {
    position: fixed;
    right: 0px;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}

.scroll-to-top .scroll-bar-text {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
    transform: scale(1.1);
}

.icon-box img {
    border-radius: 8px;
}

/* Ensure all images have the same height */
.card-img-top {
    height: 200px;
    object-fit: cover;
    /* Ensures the images are cropped to fill the space without distorting */
}

/* Optional: You can add some margin to the card titles to make them more spaced out */
.card-body {
    padding: 1.25rem;

}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ytvideo iframe {
    border-radius: 10px;
}

.brand-logos {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 1.5rem;
}

.brand-logos .item {
    animation: animate 30s linear infinite;
}

.brand-logos .item img {
    min-width: 200px;
    padding: 0 30px;
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-1800px, 0, 0);
    }
}

@media (max-width: 576px) {
    .Video iframe {
        height: 300px;
        /* Adjust iframe height on mobile */
    }
}

/* product */
.product-image {
    max-width: 450px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.sidebar {
    background-color: #f8f9fa;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.sidebar-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.sidebar-content ul {
    list-style: none;
    padding: 0;
}

.sidebar-content ul li {
    margin-bottom: 10px;
}

.sidebar-content ul li a {
    text-decoration: none;
    color: #1e7b82;
}

.sidebar-content ul li a:hover {
    text-decoration: underline;
}

.product-description {
    padding: 20px;
}


/*jssor slider loading skin double-tail-spin css*/
.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 031 css*/
.jssorb031 {
    position: absolute;
}

.jssorb031 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb031 .i .b {
    fill: #000;
    fill-opacity: 0.6;
    stroke: #fff;
    stroke-width: 1600;
    stroke-miterlimit: 10;
    stroke-opacity: 0.8;
}

.jssorb031 .i:hover .b {
    fill: #fff;
    fill-opacity: 1;
    stroke: #000;
    stroke-opacity: 1;
}

.jssorb031 .iav .b {
    fill: #fff;
    stroke: #000;
    stroke-width: 1600;
    fill-opacity: .6;
}

.jssorb031 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}




    /******SEO Start*******/
    .footer-product{
  margin: 50px 0;
position: relative;
/* z-index: 9; */
}
.footer-product span {
    background: #1c7d85;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: block;
}
.footer-product span{

}

.footer-product ul{
padding-left: 0;
}

.footer-product ul li {
list-style-type: none;
margin: 10px 0;
position: relative;
padding-left: 20px;
}
.footer-product ul li::before {
    content: "";
    height: 12px;
    width: 12px;
    display: block;
    background: #b2b4b64f;
    position: absolute;
    top: 8px;
    left: 0px;
    border-radius: 50%;
    border: 2px solid #ba2f2c;
}
.footer-product ul li a {
color: #131e4a;
}

.footer-product ul li a {
color: #131e4a;
font-size: 14px;
font-weight: 700;
}
.footer-product ul li a i {
margin-right: 10px;
}

.footer-product span.location {
font-size: 22px;
background: no-repeat;
color: #061e75;
font-weight: 800;
margin-bottom: 20px;
display: block;
text-align: left;
}

.footerPro{
display: none;
}

.footerPro.mystyle{
display: flex;
}


.pricing-block{

		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}


.forHeadingOne {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    background: #f3f3f3;
    padding: 18px;
    border-bottom: 2px solid #ba2c2e;
    border-radius: 3px;
    color: #1e7b82;
    line-height: 36px;
}

.forHeadingTwo {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    line-height: 32px !important;
    color: #1e7b82;
    background: #f7f1f1;
    padding: 10px;
    border-left: 2px solid #ba2c2e;
    border-radius: 3px;
    margin-top: 20px;
}


.product-list-li ul li {
	list-style-type: none;
	margin: 10px 0;
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	margin-bottom:10px;
  }
  
  .product-list-li ul li strong{
	font-weight: 700;
  }
  
  .product-list-li ul li::before {
	content: "\f061";
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	border-radius: 50%;
    font-family: 'FontAwesome';
  color: #ba2c2e;
  }
  
  .product-pic{
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
  
  .product-pic img {
	width: 100%;
	
  }
  

  
.accro .accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	margin-bottom: 10px;
	font-weight: 400;
  }
  
  .accro  .active, .accordion:hover {
  background-color: #ccc;
  }
  
  .accro .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  }
  
  .accro .active:after {
  content: "\2212";
  }
  
  .accro .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  }
  
  
  .accordion.footer:hover {
	background-color: #fff;
  }

.for-product .product-pic img {
    width: 100%;
    border: 2px solid #0055a1;
}

p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
	margin-bottom:10px;
}


#product-Details {
  display: flex;
}

/* Class to show the product details */
#product-Details.show {
  display: flex; /* Or block, or grid, depending on your layout */
}


.breadcrump-heading{
  color: #ffff;
  font-size: 30px;
  font-weight: 400;
}


.thm-breadcrumb__inner ul.thm-breadcrumb.list-unstyled li {
    font-size: 16px;
}

.thm-breadcrumb__inner ul.thm-breadcrumb.list-unstyled {
    margin-top: 17px;
}

.thm-breadcrumb__inner ul.thm-breadcrumb.list-unstyled li a {
    color: #1e7b82;
}

.thm-breadcrumb__inner ul.thm-breadcrumb.list-unstyled li span.icon-angle-right {
    margin-left: 14px;
}

.thm-breadcrumb__inner ul.thm-breadcrumb.list-unstyled li {
    font-size: 16px;
}


.sec-title-two h1 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #1e7b82;
}


.main-product {
    margin: 60px 0px;
}
.product-social-icons{
    margin-top: 30px;
}

.footerPro {
    display: none !important;
}
.footerPro {
    display: flex !important;
}
.footerPro.mystyle{
    display: none !important;;
}
.info-widget ul.contact-info-two {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-info-two li {
    position: relative;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    color: #3a3a3a;
    font-weight: 500;
    font-size: 20px;
}  
.contact-info-two li a{   
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    color: var(--white-color);
}
.contact-info-two li a:hover{
    color: var(--secondary-color);
}
.contact-info-two li i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: normal;
    border-radius: 50%;
    margin-right: 17px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-info-two li:nth-child(1) i{
    background-color: #1c7d85;
}
.contact-info-two li:nth-child(2) i{
    background-color: #1c7d85;
}
.contact-info-two li:nth-child(3) i{
     background-color: #1c7d85;
}
.contact-info-two li:nth-child(4) i{
     background-color: #1c7d85;
}
.contact-info-two li:nth-child(5) i{
    background-color: #1c7d85;
}
.contact-info-two li:nth-child(6) i{
    background-color: #1c7d85;
}

.info-widget {
    background: #f5f5f5;
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
/*---------SEO ENd----------*/