﻿/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Autorex             ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************



* 1. imported styles 
* 2. miscelnious styles 
* 3. header styles
* 4. banner styles 
* 5. about styles 
* 6. service styles 
* 7. team styles 
* 8. testimonial styles
* 9. estimate styles 
* 10. fact styles 
* 11. main footer styles 
* 12. why choose styles 
* 13. welcome styles 
* 14. project styles 
* 15. page title styles 
* 16. blog styles 
* 17. error styles 
* 18. commingsoon styles 
* 19. comment form styles 
* 20. contact styles 



****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/






/*** 

====================================================================
            Fonts
====================================================================

 ***/

/* @import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('stroke-gap.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');
@import url('botstrap-select.min.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('polyglot-language-switcher.css'); */

@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.font.im/css?family=Oswald');
@import url('https://fonts.font.im/css?family=Oswald:700');



/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

body {
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif !important;
}



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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    font-family: 'Oswald', sans-serif !important;
    line-height: 1.2;
    margin: 0px;
    background: none;
    color: #222222;
}
h5,
h6 {
    font-family: 'Roboto', sans-serif !important;
}
ol,ul{
    margin: 0;
    padding: 0;
}
textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}

.cpxiangqing p.text {
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0dd";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    z-index: 5;
    font-weight: 900;
    color: #9a9a9a;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

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

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

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

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

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    display: none !important;
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.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: #0a273d;
}

.owl-nav,
.owl-dots {
    display: none;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}

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

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

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

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

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

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

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

.mb-70 {
    margin-bottom: 70px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}

/*** 

====================================================================
    hanna style
====================================================================

***/

.header-top .left-column .office-hour i {
    margin-right: 10px;
}

.why-choose-us .link-btn a {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
}

.widget.widget_newsletter .text span {
    padding-right: 5px;
    color: #ee0d09;
    font-weight: 600;
}

.footer-bottom ul.social-links LI {
    display: inline-block;
    margin-right: 13px;
}

.footer-bottom ul.social-links a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s;
    width: 35px;
    height: 35px;
}

.footer-bottom ul.social-links a:hover {
    background-color: #ee0d09;
    border-color: #ee0d09;
}

h5.zs-bt {
    text-align: center;
    margin-top: 15px;
}

h4.cp-biaoti {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

.thisclass {
    color: #fff;
    background-color: #034B9D;
}

.pagination li {
    padding: 20px;
}




































/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #25283a;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 0;
    overflow: hidden;
    text-transform: uppercase;
}


.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: 0;
}

.btn-style-one:hover:before {
    width: 100%;
    opacity: .1;
}

.btn-style-one span {
    position: relative;
}

/* Style Three */
.btn-style-one.style-three {
    background-color: white;
}

.btn-style-one.style-three:hover {
    color: #fff;
}

.btn-style-one.style-three:before {
    opacity: 1;
}

/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}

.main-header.header-style-one .auto-container {
    max-width: 1400px;
    padding: 0;
}

/* Header Top */
.header-top {
    position: relative;
    background-color: #004780;
}

.header-top .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-top .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .left-column .text {
    padding: 12px 35px;
}

.header-top .text {
    color: #fff;
    margin-bottom: 0;
}

.header-top .left-column .office-hour {
    color: #fff;
    margin-left: 35px;
}

.header-top .right-column {
	padding:5px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-top .right-column .phone-number {
    font-size: 16px;
    color: #fff;
}

.header-top .right-column .phone-number strong {
    font-weight: 700;
    font-size: 20px;
    margin-left: 20px;
}

.header-top #polyglotLanguageSwitcher {
    background: transparent;
    margin-left: 30px;
    padding-left: 20px;
    margin-right: 40px;
}

.header-top #polyglotLanguageSwitcher a.current:link,
.header-top #polyglotLanguageSwitcher a.current:visited,
.header-top #polyglotLanguageSwitcher a.current:active {
    color: #fff;
}

.header-top #polyglotLanguageSwitcher span.trigger:before {
    color: #fff;
}

.header-top #polyglotLanguageSwitcher:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 1px;
    height: 20px;
    background: #fff;
}

/* Header Upper */

.main-header .header-upper {
    position: relative;
}

.main-header.header-style-one .header-upper .auto-container {
    /* padding: 0 55px; */
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper .logo-box {
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 15px 0px;
}

.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .header-upper .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .header-upper .contact-info .single-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 60px;
}

.main-header .header-upper .contact-info .single-info:last-child {
    margin-right: 0;
}

.main-header .header-upper .contact-info .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin-right: 17px;
}

.main-header .header-upper .contact-info h5 {
    font-size: 18px;
    margin-bottom: 7px;
}

.main-header .header-upper .contact-info .text {
    position: relative;
    margin-bottom: 0;
}

.main-header .header-upper .contact-info .text a {
    color: #222222;
}

.main-header .header-upper .search-btn {
    margin-left: 35px;
    padding-left: 20px;
    line-height: 20px;
    border-left: 1px solid #919191;
    margin-right: 20px;
}

.main-header .header-upper .link-btn a {
    vertical-align: middle;
}

.main-header .header-upper .search-toggler {
    color: #000;
    background: transparent;
    font-size: 20px;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .inner-container .nav-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-menu .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 35px;
}

.main-menu .contact-info .icon {
    width: 75px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
}

.main-menu .contact-info h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.main-menu .contact-info h4 {
    font-size: 22px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu .navigation>li {
    position: relative;
    padding: 28.5px 0px;
    margin-right: 50px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    bottom: 30px;
    left: 0;
    width: 23px;
    height: 1px;
    opacity: 0;
}

.main-menu .navigation>li.current:before {
    opacity: 1;
}

.main-menu .navigation>li:last-child:before {
    display: none;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -150%;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -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);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

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

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    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>a {
    position: relative;
    display: block;
    padding: 10.5px 33px;
    border-bottom: 1px solid #e0dcdc;
    line-height: 24px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 30px;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: "Font Awesome 7 Free";
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

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

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

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

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10.5px 33px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e0dcdc;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #fff;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    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.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    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.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/* *************787787**************** */
.dropdown1_f {
    position: relative;
}

.dropdown1 {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -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);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.dropdown1_f:hover .dropdown1 {
    opacity: 1;
    visibility: visible;
    /* display: block; */

}

.dropdown1 li :hover {
    background-color: #034b9d;
}

.dropdown1 li a {
    position: relative;
    display: block;
    padding: 10.5px 33px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e0dcdc;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* **************77868678678********************* */

/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: none;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}


.sticky-header .main-menu .navigation {
    margin-left: 0;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .inner-container {
    margin-bottom: 0;
    box-shadow: none;
}

.fixed-header .sticky-header .search-toggler {
    color: #222;
    background: transparent;
    font-size: 20px;
}

.main-header .sticky-header .header-upper .logo-box .logo {
    padding: 13.5px 0px;
}

.sticky-header .main-menu .navigation>li {
    padding: 17px 0px;
}

.main-header .sticky-header .header-upper .inner-container {
    min-height: 70px;
}

.sticky-header .main-menu .navigation>li:before {
    bottom: 20px;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 450px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.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;
    margin-bottom: 100px;
    margin-top: 25px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -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;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-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 .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #081336;
    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;
    -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;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.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;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-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.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-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 .dropdown1 {
    display: none;
}

.mobile-menu .dropdown1_f {
    position: relative;
}

.mobile-menu .dropdown1 {
    position: relative;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-bottom: 30px;
}

.mobile-menu .dropdown1 a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .dropdown1_f .dropdown1 {
    opacity: 1;
    visibility: visible;
    /* display: block; */

}

/* ============ */
.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 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 40px;
}

.hidden-sidebar .about-widget-two {
    position: relative;
}

.hidden-sidebar .about-widget-two h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hidden-sidebar .news-widget {
    position: relative;
}

.hidden-sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #001659;
}

.hidden-sidebar .news-widget .post-wrapper {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.hidden-sidebar .news-widget .post-wrapper:last-child {
    margin-bottom: 0px;
}

.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}

.hidden-sidebar .news-widget .category {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
}

.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700;
}

.hidden-sidebar .news-widget h4 a {
    color: #001659;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hidden-sidebar .newsletter-widget {
    position: relative;
    margin-bottom: 50px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.hidden-sidebar .newsletter-widget .theme-btn {
    color: #fff;
}

.hidden-sidebar .newsletter-widget .theme-btn:before {
    background-color: #222;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section .slick-list{
    height: auto !important;
}

.banner-section {
    position: relative;
}

.banner-section .big-title {
    position: absolute;
    right: 0;
    bottom: -6px;
    text-transform: uppercase;
    font-size: 200px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
    z-index: 99;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.0;
    content: "";
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 135px 15px 110px;
    min-height: 731px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    padding: 0 15px;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 75px;
    font-weight: 900;
    line-height: 70px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 20px;
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h1:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -20px;
    height: 2px;
    width: 80px;
    transform: translateX(-50%);
}

.banner-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    padding-bottom: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section h4:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}

.banner-section h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: var(--theme-color);
}

.banner-section h4.style-two {
    padding-bottom: 0px;
}

.banner-section h4.style-two:after,
.banner-section h4.style-two:before {
    display: none;
}

.banner-section .text {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    padding-top: 20px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
    padding: 19.5px 36px;
    padding-right: 26px;
}

.banner-section .link-box a i {
    margin-left: 12px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-right: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-left: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}












.post-share-icon {
    font-size: 14px;
    color: #999999;
    position: relative;
    transition: .5s;
    cursor: pointer;
}

.post-share-icon ul.social-links {
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.post-share-icon ul.social-links li {
    margin-right: 15px;
}

.post-share-icon ul.social-links li a {
    color: #999;
    transition: .5s;
}

.post-share-icon:hover ul.social-links {
    opacity: 1;
    visibility: visible;
}



/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h6 {
    position: relative;
    font-size: 14px;
    color: #172b56;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #014C9D;
    padding-bottom: 15px;
}

.sec-title.style-two h2 {
    display: inline-block;
    padding-bottom: 0;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 85px;
    height: 2px;
}

.sec-title.style-two h2:before {
    width: 50px;
    left: auto;
    right: -68px;
    bottom: 10px;
}

.sec-title .text {
    position: relative;
    margin-top: 25px;
}

.sec-title.style-three h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-bottom: 0;
}

.sec-title.style-three h2:before {
    display: none;
}

/* About Section */
.about-section {
    position: relative;
    padding: 125px 0 65px;
}

.about-section .sec-title h2 {
    font-size: 45px;
    /* font-family: 'Poppins', sans-serif; */
}

.about-section .image-box {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -4px;
    margin-bottom: 30px;
}

.about-section .image-box img {
    margin: 0 3.5px 10px;
}

.about-section .year-experience {
    position: absolute;
    right: -11px;
    bottom: -20px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 110px;
    height: 150px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 36px 0 0;
}

.about-section .year-experience strong {
    font-size: 50px;
    font-weight: 800;
}

/* Services Section */

.services-section {
    position: relative;
    padding: 100px 0 170px;
    background: #f5f4f7 url(../images/pattern.png);
}

.service-block-one .inner-box {
    position: relative;
    padding: 45px 33px 40px;
    background-color: #fff;
    display: block;
}

.service-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-one h5 {
    position: relative;
    font-size: 12px;
    color: #001659;
    text-transform: uppercase;
}

.service-block-one h2 {
    font-size: 26px;
    color: #001659;
    font-weight: 700;
    margin-bottom: 50px;
}

.service-block-one a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.service-block-one .icon {
    position: absolute;
    right: 33px;
    bottom: 25px;
    line-height: 45px;
    font-size: 55px;
    color: #b2b2b2;
}

/* Features Section */

.features-section {
    position: relative;
}

.features-section .auto-container {
    max-width: 100%;
    padding: 0;
}

.features-section .inner-container {
    max-width: 570px;
    margin: 0 auto;
    margin-right: 0;
    padding: 80px 0;
}

.features-section h2 {
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.features-section .text {
    position: relative;
    color: #fff;
}

.features-section .image {
    position: relative;
    margin-top: -100px;
}

/* Why Choose Us */

.why-choose-us {
    position: relative;
    padding: 100px 0 100px 0;
    /* background: url(../images/cp-wl.jpg); */
    background-position: center;
    background-repeat: no-repeat;
}

.why-choose-us .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    max-width: 500px;
}

.why-choose-us .icon-box:last-child {
    border-bottom: 0;
}

.why-choose-us .icon-box .icon {
    position: relative;
    font-size: 50px;
    line-height: 45px;
    margin-right: 30px;
}

.why-choose-us .icon-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: #172b56;
}

.why-choose-us .image {
    margin-bottom: 30px;
}

.why-choose-us .list {
    position: relative;
    margin-bottom: 30px;
}

.why-choose-us .list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 18px;
    padding-left: 30px;
}

.why-choose-us .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background-image: url(../images/icon-1.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

/* Video Section */

.video-section {
    position: relative;
    padding: 130px 0 130px;
    background-size: cover;
    overflow: hidden;
}

.video-section .sec-bg {
    position: absolute;
    top: -70px;
    bottom: -20px;
    left: 0;
    right: 0;
    background-size: cover;
}

.video-section h5 {
    position: relative;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 15px;
}

.video-section h5:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 85px;
    height: 2px;
    width: 50px;
    right: -68px;
    bottom: 10px;
}

.video-section h2 {
    position: relative;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
}

.video-section .video-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.video-section .video-box .video-btn a {
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px;
    display: inline-block;
    font-size: 72px;
    transition: .5s;
    background-color: #fff;
}

.video-section .video-box .video-btn a:hover {
    color: #fff;
}

.video-section .video-box .text {
    position: relative;
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}


/* Meet Our Team */

.team-section {
    position: relative;
    padding: 100px 0 70px;
    z-index: 1;
}

.team-block-one {
    position: relative;
}

.team-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.team-block-one .image {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #eee;
}

.team-block-one .image img {
    width: 100%;
}

.team-block-one h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #172b56;
    position: relative;
    display: inline-block;
}

@media (max-width:767px) {
    .team-block-one h4{
        font-family: 'Roboto', sans-serif !important;
        font-size: 18px;
    }
}

/* .team-block-one h4:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 41px;
    right: -60px;
    bottom: 8px;
} */

.team-block-one .designation {
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
}

.team-block-one .overlay-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.50);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-one .inner-box:hover .overlay-box {
    opacity: 1;
    visibility: visible;
}

.team-block-one .social-links {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px;
    padding: 0px 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.team-block-one .inner-box:hover .social-links {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease 100ms;
    -moz-transition: all 300ms ease 100ms;
    -ms-transition: all 300ms ease 100ms;
    -o-transition: all 300ms ease 100ms;
    transition: all 300ms ease 100ms;
}

.team-block-one .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
}

.team-block-one .social-links li a {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-one .social-links li a:hover {
    color: #ffffff;
}

/* Testimonial section */

.testimonial-section {
    position: relative;
    padding: 110px 0 192px;
    background-size: cover;
    background-color: #08194a;
    background-position: right center;
}

.testimonial-section .shape {
    position: absolute;
    right: 12%;
    top: 20px;
}

.testimonial-section .image-wrapper {
    position: relative;
    text-align: center;
}

.testimonial-section .quote {
    font-family: Arial;
    position: relative;
    z-index: 99;
    top: 24px;
    font-size: 100px;
    font-weight: 700;
    line-height: 70px;
    width: 124px;
}

.testimonial-block .inner-box {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.testimonial-block .image {
    position: relative;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
    width: 122px;
    height: 122px;
    margin-top: 10px;
}

.testimonial-block .image img {
    border-radius: 50%;
    transform: scale(1.02);
}

.testimonial-block .content {
    max-width: 550px;
}

.testimonial-block h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    line-height: 55px;
    margin-bottom: 50px;
}

.testimonial-block h2:before {
    position: absolute;
    content: '';
    top: 40px;
    right: -60px;
    width: 40px;
    height: 2px;
    background-color: #242424;
}

.testimonial-block .text {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 34px;
    color: #fff;
}

.testimonial-block .author-info {
    position: relative;
    padding-left: 15px;
}

.testimonial-block h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.testimonial-block h4:before {
    position: absolute;
    content: '-';
    left: -15px;
    top: 0;
}

.testimonial-block .designation {
    font-size: 15px;
    color: #a9c4e0;
    text-transform: uppercase;
}


.mission-section .lower-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.testimonial-section .owl-dots {
    display: flex;
    text-align: revert;
    margin-top: -10px;
    justify-content: flex-end;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #f3f4f6;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

/* Estimate Section */

.estimate-section {
    position: relative;
}

.estimate-section .wrapper-box {
    position: relative;
    padding: 65px 0 50px;
    margin-top: -50px;
}

.estimate-section .wrapper-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
}

.estimate-section .content {
    position: relative;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1330px) {
    .estimate-section .content {
        margin-left: -50px;
    }
}

.estimate-section .content h2 {
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.estimate-section .content .text {
    position: relative;
    color: #fff;
    font-size: 20px;
    padding-bottom: 25px;
}

.estimate-section .content .text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background-color: #fff;
}


.estimate-form {
    position: relative;
}

.estimate-form .bootstrap-select .dropdown-menu {
    padding: 0;
}

.estimate-form .dropdown-item.active,
.estimate-form .dropdown-item:active {
    color: #fff;
}

.estimate-form .bootstrap-select .dropdown-menu li a.active span.text {
    color: #fff;
}

.estimate-form .dropdown-item {
    color: #222;
}

.estimate-form .bootstrap-select .dropdown-menu li a span.text {
    color: #222;
    font-size: 16px;
}

.estimate-form .dropup .dropdown-toggle::after {
    display: none;
}

.estimate-form .form-group {
    margin-bottom: 15px;
}

.estimate-form .form-group input {
    width: 100%;
    background-color: #f9f9f9;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #eee;
}

.estimate-form .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 10.5px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 18px;
}

.estimate-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.estimate-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 4px;
}

.estimate-form .form-group .theme-btn {
    background-color: #ac0b08;
}

.estimate-form .form-group .theme-btn:before {
    background-color: #fff;
    opacity: 1;
    width: 100%;
    height: 0%;
}

.estimate-form .form-group .theme-btn:hover:before {
    height: 100%;
}

/* facts Section */

.facts-section {
    position: relative;
    padding: 100px 0 30px;
}

.facts-section h2 {
    position: relative;
    font-size: 45px;
    font-weight: 900;
    color: #001659;
    line-height: 45px;
    margin-bottom: 30px;
}

.facts-section .facts-block {
    position: relative;
    margin-bottom: 30px;
}

.facts-section .facts-block .icon {
    position: relative;
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 15px;
}

.facts-section .facts-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Blog Section */

.blog-section {
    position: relative;
    /*     background-color: #f9f9f9; */
    padding: 100px 0 70px;
}

.blog-section .top-content .theme-btn {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
}

.news-block-one {
    position: relative;
    margin-bottom: 60px;
}

.news-block-one .image {
    overflow: hidden;
}

.news-block-one .image img {
    width: 100%;
    transition: .5s;
}

.news-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}

.news-block-one .lower-content {
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 35px 25px 3px;
}

.news-block-one .meta-info {
    position: relative;
    /*    margin-bottom: 10px; */
}

.news-block-one .meta-info a {
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
    padding-right: 15px;
    margin-right: 10px;
    display: inline-block;
}

.news-block-one .meta-info a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.news-block-one .meta-info a:before {
    position: absolute;
    content: '';
    right: 0;
    top: 6px;
    width: 1px;
    height: 14px;
}

.news-block-one .meta-info a:last-child:before {
    display: none;
}

.news-block-one h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-block-one h3 a {
    color: #001659;
}

.news-block-one .link-btn a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    bottom: -30px;
}

.news-block-one .link-btn a i {
    transition: 1s;
    margin-left: 0;
}

.news-block-one .link-btn a:hover i {
    transform: rotate(360deg);
}

/* CTA Section */

.cta-section {
    position: relative;
    background-color: #f9f9f9;
    padding-bottom: 100px;
}

.cta-section .wrapper-box {
    position: relative;
    padding: 37px 50px 13px;
}

.cta-section .wrapper-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cta-section h3 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.cta-section .text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.cta-section .right-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cta-section .phone {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-right: 30px;
    margin-bottom: 20px;
}

.cta-section .theme-btn {
    margin-bottom: 20px;
    padding: 19.5px 45px;
    padding-right: 26px;
    background-color: #fff;
    color: #000;
}

.cta-section .theme-btn i {
    margin-left: 12px;
}

.cta-section .theme-btn:before {
    background-color: #d70c08;
    opacity: 1;
}

.cta-section .theme-btn:hover {
    color: #fff;
}

/* Main Footer */

.main-footer {
    position: relative;
    background-color: #081336;
}

.main-footer .upper-box {
    position: relative;
    border-bottom: 1px solid #1e294a;
}

.main-footer .footer-info-box {
    position: relative;
    border-right: 1px solid #1e294a;
}

.main-footer .footer-info-box .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 45px;
    padding-top: 23px;
    padding-bottom: 10px;
}

.main-footer .footer-info-box .icon {
    position: relative;
    margin-right: 20px;
}

.main-footer .footer-info-box .icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.main-footer .footer-info-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.main-footer .footer-info-box .text a {
    font-size: 20px;
    color: #fff;
}

.main-footer .footer-info-box .text strong {
    font-size: 20px;
    font-weight: 700;
}

.main-footer .widgets-section {
    position: relative;
    padding: 80px 40px 20px;
}
@media (max-width:575px) {
    .main-footer .widgets-section {
        padding: 40px 20px;
    }
}

/* Widget */

.widget {
    margin-bottom: 40px;
}

.widget h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.widget_about {
    position: relative;
}

.widget_about .logo {
    margin-bottom: 25px;
}

.widget_about .text {
    color: #b2b9c5;
}

/* Widget Links */

.widget_links li {
    margin-bottom: 8px;
}

.widget_links li a {
    color: #b2b9c5;
    font-size: 17px;
    text-transform: capitalize;
}

/* Widget Newsletter*/

.widget_newsletter .text {
    position: relative;
    color: #b2b9c5;
    font-size: 17px;
    margin-bottom: 20px;
}

.widget_newsletter form {
    position: relative;
}

.widget_newsletter .form-group {
    margin-bottom: 10px;
}

.widget_newsletter form input {
    position: relative;
    width: 100%;
    height: 47px;
    border: 1px solid #474c59;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 5px;
    color: #b2b9c5;
    background-color: transparent;
}

.widget_newsletter form button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 47px;
    width: 54px;
    padding: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.widget_newsletter label.subscription-label {
    color: #fff;
}

.widget_newsletter .social-links {
    position: relative;
}

.widget_newsletter .social-links li {
    display: inline-block;
    margin-right: 13px;
}

.widget_newsletter .social-links li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s;
    width: 35px;
    height: 35px;
}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    padding: 24px 0 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #1e294a;
}

.footer-bottom .text a,
.footer-bottom .text,
.footer-bottom .copyright-text a,
.footer-bottom .copyright-text {
    color: #b2b9c5;
    font-size: 17px;
}

@media only screen and (min-width: 992px) {
    .widget_about {
        margin-right: 60px;
    }

    .widget_links {
        margin-left: -30px;
    }
}

/* Header Style Two */
.main-header.header-style-two .auto-container {
    max-width: 100%;
    padding: 0;
}

.main-header.header-style-two .header-upper.style-two .logo-box .logo {
    padding: 18.5px 30px;
    padding-right: 80px;
}

.main-header.header-style-two .header-upper.style-two .main-menu .navigation>li {
    padding: 22px 0px;
}

.main-header.header-style-two .sticky-header .auto-container {
    padding: 0 55px;
}

.main-header.header-style-two .header-info-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-header.header-style-two .header-info-right .phone-number {
    color: #001659;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-right: 50px;
}

.main-header.header-style-two .header-info-right .sidemenu-nav-toggler {
    position: relative;
    background: #001659;
    padding: 26.5px 33px;
}

.main-header.header-style-two .main-menu .navigation {
    margin: 0;
}

.main-header.header-style-two .header-upper.style-two .main-menu .navigation>li:before {
    display: none;
}

@media only screen and (min-width: 1700px) {
    .main-header.header-style-two .header-upper.style-two .main-menu .navigation>li {
        margin-right: 55px;
        padding-right: 55px;
        border-right: 1px solid #ddd;
    }

    .main-header.header-style-two .header-upper.style-two .main-menu .navigation>li:last-child {
        margin-right: 0;
    }
}

/* About Section Two */

.about-section-two {
    position: relative;
    padding: 100px 0;
    background: #f1f2f8 url(../images/pattern.png);
}

.about-section-two .image-two,
.about-section-two .image-one {
    position: relative;
    box-shadow: 0px 15px 57px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.about-section-two .image-two .image,
.about-section-two .image-one .image {
    overflow: hidden;
}

.about-section-two .image-two {
    position: absolute;
    top: 0;
    right: 115px;
}

.about-section-two .image-wrapper {
    position: relative;
    padding-top: 142px;
}

@media only screen and (min-width: 1700px) {
    .about-section-two .image-wrapper {
        margin-left: -235px;
    }

    .about-section-two .content {
        margin-left: -30px;
    }
}

.about-section-two .content h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 52px;
    margin-top: -5px;
}

.about-section-two .content h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.about-section-two .content .text p {
    margin-bottom: 20px;
}

/* Services Section Two */

.services-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.service-block-two {
    position: relative;
    margin-bottom: 60px;
}

.service-block-two h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
}

.service-block-two h4 a {
    color: #001659;
    transition: .5s;
}

.service-block-two h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e3e3e3;
    height: 1px;
}

.service-block-two h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 85px;
    height: 1px;
}

.service-block-two .image {
    position: relative;
    overflow: hidden;
}

.service-block-two .image img {
    transition: .5s;
}

.service-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}


.service-block-two .image: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;
}

.service-block-two .inner-box:hover .image:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


/* Why Choose Us / Style Two */

.why-choose-us.style-two .sec-title.style-two h2 {
    color: #fff;
}

.why-choose-us.style-two .sec-title.style-two h2:before {
    background-color: #fff;
}

.why-choose-us.style-two .sec-title .text {
    color: #fff;
}

.why-choose-us.style-two .icon-box h4 {
    color: #fff;
}

.why-choose-us.style-two .icon-box .icon {
    color: #fff;
}

.why-choose-us.style-two .list li {
    color: #fff;
}

.why-choose-us.style-two .list li:before {
    background-image: url(../images/icon-2.png);
}

.why-choose-us.style-two .icon-box {
    border-color: #f35653;
}

/* CTA Style Two */

.cta-section.style-two .wrapper-box {
    background: #fff;
}

.cta-section.style-two h3 {
    color: #0c1c4b;
}

.cta-section.style-two .text {
    color: #0c1c4b;
}

.cta-section.style-two {
    padding-bottom: 70px;
    padding-top: 60px;
}

.cta-section.style-two .phone {
    color: #0c1c4b;
}

.cta-section.style-two .theme-btn {
    color: #fff;
}

/* Facts Section Two */

.facts-section-two {
    position: relative;
    padding: 140px 0 200px;
}

.facts-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shape-2.png);
    background-size: cover;
    background-position: bottom center;
}

.facts-section-two h2 {
    position: relative;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 50px;
}

.facts-section-two h2 strong {
    font-weight: 900;
}

.facts-section-two .counter-column {
    position: relative;
    text-align: center;
    padding: 0px 9px;
}

.facts-section-two .icon {
    font-size: 55px;
    line-height: 50px;
    color: #001659;
    margin-bottom: 10px;
}

.facts-section-two .count-box {
    font-size: 55px;
    font-weight: 900;
    color: #001659;
    margin-bottom: 5px;
    line-height: 60px;
}

/* Testimonial Style Two */
.testimonial-section.style-two {
    background: #fff;
    padding: 10px 0 100px;
}

.border-bottom {
    border-bottom: 1px solid #d8d8d8 !important;
}

.testimonial-section.style-two .testimonial-block .text {
    color: #797979;
}

.testimonial-section.style-two .testimonial-block h4 {
    color: #001659;
}

.testimonial-section.style-two .owl-dots .owl-dot {
    border-color: #9dadbd;
}



/* Estimate Style Two */

.estimate-section.style-two .wrapper-box {
    margin-top: 0;
}

/* Header Style Three */

.main-header.header-style-three .header-top .left-column .text {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.main-header.header-style-three .header-top #polyglotLanguageSwitcher {
    margin-right: 0;
}

.main-header.header-style-three .header-upper.style-three .logo-box {
    position: relative;
}

.main-header.header-style-three .header-upper.style-three .logo-box:before {
    position: absolute;
    content: '';
    right: -100px;
    top: 0;
    height: 100px;
    width: 2000%;
    transform: skewX(-50deg);
}

.main-header.header-style-three .header-upper.style-three .logo-box .logo {
    padding: 22px 0px;
}

.main-header.header-style-three .header-upper.style-three .main-menu .navigation>li {
    padding: 25.5px 0px;
}

.main-header.header-style-three .main-header .header-upper.style-three .search-btn {
    margin-right: 0;
}

/* Banner Section Style Two*/

.banner-section.style-two .content-box h1 {
    color: #001659;
}

.banner-section.style-two .text {
    color: #001659;
}

/* Services Section */

.services-section.style-two {
    background: transparent;
    background-image: -moz-linear-gradient(90deg, rgb(237, 241, 244) 16%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(237, 241, 244) 16%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(237, 241, 244) 16%, rgb(255, 255, 255) 100%);
    padding: 100px 0 115px;
}

.welcome-block {
    position: relative;
    margin-top: -55px;
    margin-bottom: 100px;
    z-index: 9;
}

.welcome-block .left-content {
    position: relative;
    padding: 90px 55px;
    padding-right: 40px;
}

.welcome-block .left-column {
    position: relative;
    z-index: 1;
}

.welcome-block .left-content h4 {
    position: relative;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    ;
    margin-bottom: 15px;
    line-height: 47px;
}


.welcome-block .left-content .text {
    position: relative;
    font-size: 20;
    font-weight: 400;
    color: #fff;
    ;
    margin-bottom: 0;
}

.welcome-block .right-content {
    position: relative;
    background-color: #fff;
    padding: 85px 60px 60px;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 11%, 93.4% 0);
}

.welcome-block .wrapper-box {
    position: relative;
}

.welcome-block .wrapper-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 55px;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 0.2);
}

.welcome-block .right-content h5 {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.welcome-block .right-content h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 46px;
}

.welcome-block .right-content .text {
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
}

/* Features Section Two */


.features-section-two {
    position: relative;
}

.features-section-two .auto-container {
    max-width: 100%;
    padding: 0;
}

.features-section-two .inner-container {
    max-width: 715px;
    margin: 0 auto;
    margin-right: 0;
    padding: 95px 0 60px;
}

.features-section-two h2 {
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 48px;
}

.features-section-two .text {
    position: relative;
    color: #fff;
    margin-bottom: 40px;
}

.features-section-two .image {
    position: relative;
    margin-top: -45px;
}

.features-section-two .icon-box {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .features-section-two .column:nth-child(2) .icon-box {
        padding-left: 45px;
        border-left: 1px solid rgb(255 255 255 / 0.40);
        margin-left: -10px;
        margin-right: -35px;
    }

    .features-section-two .inner-container {
        padding-right: 60px;
    }
}

.features-section-two .icon-box .icon {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
}

.features-section-two .icon-box h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}


/* CTA Section / Style Three */
.cta-section.style-three {
    padding: 0;
}

/* Blog Section / Style Two */
.blog-section.style-two {
    background-color: transparent;
}

/* Projects Section */

.projects-section {
    position: relative;
    padding: 100px 0 40px;
    background: #f1f2f8 url(../images/pattern.png);
}

.project-block-one {
    position: relative;
    margin-bottom: 60px;
}

.project-block-one .image {
    overflow: hidden;
    position: relative;
}

.project-block-one .image img {
    transition: .5s;
}

.project-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}

.project-block-one .image: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;
}

.project-block-one .inner-box:hover .image:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.project-block-one h4 {
    position: relative;
    font-size: 20px;
    text-align: center;
    padding: 15.5px 10px;
    color: #fff;
    margin: 0 15px;
    margin-top: -38px;
    z-index: 991;
}

.project-block-one h4 a {
    color: #fff;
}

/* Brand Logo */

.brand-logo {
    position: relative;
    padding: 220px 0 70px;
    background-color: #f7f5f9;
    margin-top: -180px;
}

.brand-logo .wrapper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo .image {
    margin: 30px 20px;
}

.brand-logo .sec-title.style-two h2 {
    padding-bottom: 20px;
}

.brand-logo .sec-title.style-two h2:before {
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.brand-logo .image img {
    transition: .5s;
}

.brand-logo .image:hover img {
    transform: rotateX(180deg);
}


/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 108px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
    font-size: 55px;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    font-size: 16px;
    /* font-family: "Font Awesome 7 Free"; */
    content: ">";
    right: -2px;
    top: 1px;
    color: #ffffff;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    font-weight: 400;
    text-transform: capitalize;
    color: white;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.page-title h1 {
    position: absolute;
    right: 20px;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 58px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 1.1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 1);
    color: transparent;
    text-align: right;
}
@media (max-width:767px) {
    .page-title h1{
        display: none;
    }
}


/* About Section Three */

.about-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.about-section-three .content {
    margin-bottom: 30px;
}

.about-section-three .content h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 52px;
    margin-top: -5px;
}

.about-section-three .content h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.about-section-three .content .text p {
    margin-bottom: 20px;
}

.about-section-three .image {
    margin-bottom: 30px;
}

/* Why Choose Us TWo */

.why-choose-us-two {
    position: relative;
}

.why-choose-us-two .auto-container {
    max-width: 100%;
    padding: 0;
}

.why-choose-us-two .inner-container {
    max-width: 570px;
    margin: 0 auto;
    margin-right: 0;
    padding: 100px 0 70px;
}

.why-choose-us-two .sec-title.style-two h2 {
    color: #fff;
}

.why-choose-us-two .sec-title.style-two h2:before {
    background-color: #fff;
}

.why-choose-us-two .right-column {
    background-size: cover;
}

@media only screen and (min-width: 1200px) {
    .why-choose-us-two .right-column {
        left: 85px;
        position: relative;
    }

    .why-choose-us-two .image {
        display: none;
    }
}

.why-choose-us-two .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.why-choose-us-two .icon-box .icon {
    position: relative;
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    margin-right: 35px;
}

.why-choose-us-two .icon-box h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.why-choose-us-two .icon-box .text {
    color: #fff;
}

/* History Sectin*/

.history-section {
    position: relative;
    padding-bottom: 50px;
    padding-top: 100px;
}

.history-block {
    position: relative;
    padding-bottom: 35px;
    padding-left: 173px;
}

.history-block .years {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.history-block:before {
    position: absolute;
    content: "";
    left: 35px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d2d2d2;
}

.history-block:last-child:before {
    display: none;
}

.history-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.history-block .image-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.history-block .image-box .image {
    position: relative;
    margin-bottom: 30px;
    margin-right: 30px;
}

/* Services Section / Style Three */
.services-section.style-three {
    padding: 100px 0 70px;
    background: #f5f4f7;
}

/* Services Section Two / Style Two */
.services-section-two.style-two {
    padding: 100px 0 40px;
}


/*** 

====================================================================
    Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    background: #2c2c2c;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 52px;
    color: #ffffff;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 52px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h2 {
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-title h2:after {
    position: absolute;
    content: '';
    bottom: 2px;
    width: 30px;
    height: 2px;
}

.sidebar-title.style-two h2 {
    padding-bottom: 18px;
}

.sidebar-title.style-two h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
}



/*Blog Category*/

.blog-cat {
    position: relative;
}

.blog-cat li {
    position: relative;
    margin-bottom: 3px;
}

.blog-cat li a {
    position: relative;
    font-size: 20px;
    color: #001659;
    font-weight: 500;
    padding: 14px 12px 14px 21px;
    display: block;
    background-color: #f1f1f1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-left: 4px solid #d2d2d2;
}

.blog-cat li.active a,
.blog-cat li a:hover {
    color: #fff;
    border-color: #014C9D;
}

/*Brochure Box*/

.brochure-widget {
    margin-bottom: 40px;
}

.brochure-box {
    position: relative;
    padding: 14px 18px;
    margin-bottom: 10px;
    background-color: #001659;
}

.brochure-box .inner {
    position: relative;
    padding-left: 40px;
}

.brochure-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.brochure-box .inner .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #ee6f27;
    font-size: 24px;
    font-weight: 300;
}

.brochure-box .inner .text {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

/*Contact Info Widget*/

.contact-info-widget {
    position: relative;
}

.contact-info-widget .inner-box {
    position: relative;
}

.contact-info-widget .inner-box ul {
    position: relative;
    margin-top: 30px;
}

.contact-info-widget .inner-box ul li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #001659;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding-left: 35px;
}

.contact-info-widget .inner-box ul li .icon {
    position: absolute;
    left: 0px;
    top: 3px;
    line-height: 1em;
    font-size: 18px;
}

.contact-info-widget .inner-box ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.services-single {
    position: relative;
    padding-left: 30px;
}

.services-single .inner-box {
    position: relative;
}

.services-single .inner-box .gallery-image {
    position: relative;
    margin-bottom: 45px;
}

.services-single .inner-box .gallery-image .row {
    margin: 0px -5px;
}

.services-single .inner-box .gallery-image .image-column {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.services-single .inner-box .gallery-image .image {
    position: relative;
}

.services-single .inner-box .gallery-image .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-single .inner-box .big-image {
    position: relative;
    margin-bottom: 45px;
}

.services-single .inner-box .big-image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-single .inner-box h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.services-single .inner-box .text {
    position: relative;
}

.services-single .inner-box .text p {
    position: relative;
    color: #797979;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.services-single .inner-box .text .two-column {
    position: relative;
    margin-top: 40px;
}

.services-single .inner-box .text .two-column .inner-column.right-padd {
    position: relative;
    padding-right: 10px;
}

.services-single .inner-box .text .two-column .inner-column.left-padd {
    position: relative;
    padding-left: 20px;
}

.services-single .inner-box .text .two-column h3 {
    position: relative;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 18px;
}

.services-single .inner-box .text .two-column .image-column {
    position: relative;
}

.services-single .inner-box .text .two-column .image-column .image {
    position: relative;
}

.services-single .inner-box .text .two-column .image-column .image img {
    position: relative;
    display: block;
    width: 100%;
}


.services-single .list-style-four {
    position: relative;
    margin-bottom: 30px;
}

.services-single .list-style-four li {
    position: relative;
    color: #797979;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 8px;
}

.services-single .list-style-four li:before {
    position: absolute;
    content: "\f13d";
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #757779;
    font-family: "Flaticon";
}

.services-single .facts {
    position: relative;
}

.services-single .facts h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

/*Featured Block*/

.featured-blocks {
    position: relative;
    border-bottom: 0px;
    margin-top: 20px;
}

.featured-block {
    position: relative;
    padding: 0px;
}

.featured-block .featured-inner {
    position: relative;
    padding: 25px 25px;
    padding-bottom: 0;
    border-bottom: none;
}

.featured-block .featured-inner .content {
    position: relative;
    padding-left: 92px;
}

.featured-block .featured-inner .content .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #ffffff;
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
}

.featured-block .featured-inner .content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.featured-block .featured-inner .content h3 a {
    position: relative;
    color: #001659;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*Accordian Boxed*/

.accordian-boxed {
    position: relative;
    margin-top: 30px;
}

.accordian-boxed h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}


/*** 

====================================================================
    Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    padding: 8px 0px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #001659;
    font-weight: 500;
    padding: 0px 10px 0px 64px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 14px;
    top: 0px;
    font-size: 18px;
    color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 10px 30px 0px 60px;
}

.accordion-box .block .content .text {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

/*Accordian Faq Form*/

.accordion-box.faq .block {
    padding: 0px;
    border: 0px;
    margin-bottom: 40px;
}

.accordion-box.faq .block .acc-btn {
    padding-left: 30px;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.accordion-box.faq .block .icon-outer {
    left: -10px;
    color: #242424;
}

.accordion-box.faq .block .acc-btn.active .icon-outer .icon-minus {
    background: none;
    color: #242424;
}

.accordion-box.faq .block .content {
    padding: 14px 30px 0px 30px;
}

.accordion-box.faq .block .content .text {
    font-size: 17px;
    line-height: 1.6em;
}

.accordion-box.style-three .block {
    margin-bottom: 20px;
}

.accordion-box.style-three .accordion.active-block {
    background-color: #f9f9f9;
}

.accordion-box.style-three .block .icon-outer {
    left: 12px;
    color: #242424;
}

.accordion-box.style-three .block .acc-btn.active .icon-outer .icon-minus {
    color: #242424;
    background: none;
}

.accordion-box.style-three .block .content {
    padding-left: 52px;
}

.accordion-box.style-three .block .acc-btn {
    padding-left: 52px;
    font-size: 20px;
    font-weight: 500;
}

.accordion-box.style-three .block .content .text {
    margin-bottom: 5px;
}


/* Gallery Section */

.gallery-section {
    position: relative;
    padding: 100px 0 70px;
}

.gallery-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.gallery-block .inner-box .image img {
    width: 100%;
}

.gallery-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    opacity: 0;
    background-color: rgb(238 13 9 / 0.85);
    padding: 30px;
}

.gallery-block .inner-box:hover .overlay {
    opacity: 1;
}

.gallery-block .zoom-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    transition: .9s;
    transform: rotate(360deg);
}

.gallery-block .inner-box:hover .zoom-btn {
    transform: rotate(0);
}

.gallery-block .zoom-btn a {
    color: #242424;
}

.gallery-block h4 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    transition: .5s;
    overflow: hidden;
}

.gallery-block h4 span {
    position: relative;
    transition: .5s;
    display: block;
    transform: translateY(100%);
    transition-delay: .3s;
}

.gallery-block .inner-box:hover h4 span {
    transform: translateY(0);
}


.filter-tabs {
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.filter-tabs li {
    border-bottom: 1px solid transparent;
    margin: 0;
    padding: 0;
    line-height: 20px;
    margin: 0 22px 10px;
    color: #001659;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.filter-tabs li .count {
    display: none;
}

/* Style Two */

.filter-tabs.style-two {
    justify-content: flex-start;
}

.filter-tabs.style-two li {
    padding-left: 20px;
    border: 0;
    margin: 0;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.filter-tabs.style-two li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 9px;
    width: 10px;
    height: 1px;
    background: #172b56;
}

/* Projects Style Two */
.projects-section.style-two {
    background: #fff;
}


/* Testimonials  Style Three */

.testimonial-section.style-three {
    background: #ddd;
    padding: 0;
}

.testimonial-section.style-three .testimonial-block {
    padding: 130px 0 110px;
}

.testimonial-section.style-three .testimonial-block {
    background-color: #f13431;
}

.testimonial-section.style-three .testimonial-block .content {
    max-width: 100%;
    width: calc(100% - 202px);
}

.testimonial-section.style-three .testimonial-block .image {
    margin-right: 70px;
}

.testimonial-section.style-three .testimonial-block .quote {
    color: #fff;
}

.testimonial-section.style-three .testimonial-block .designation {
    color: #fff;
}

.testimonial-section.style-three .testimonial-block .text {
    font-size: 22px;
}

/**/

.testimonial-section.style-three .testimonial-block.style-two {
    background: #f1f2f8 url(../images/pattern.png);
}

.testimonial-section.style-three .testimonial-block.style-two .quote {
    color: #001659;
}

.testimonial-section.style-three .testimonial-block.style-two .text {
    color: #797979;
}

.testimonial-section.style-three .testimonial-block.style-two h4 {
    color: #001659;
}

/* Projects Details */

.projects-details {
    position: relative;
    padding: 100px 0;
}

.projects-details h4 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.projects-details .text-block {
    position: relative;
    margin-bottom: 20px;
}

.projects-details .text-block .text {
    margin-bottom: 30px;
}

.projects-details .text-block .image {
    margin-bottom: 30px;
}

.projects-details .text p {
    margin-bottom: 26px;
}

.projects-details h5 {
    font-size: 24px;
    color: #242424;
    margin-bottom: 20px;
}

.projects-details .text-block-two {
    position: relative;
    padding: 40px 35px;
    padding-left: 50px;
    background: #f5f5f5;
}

.projects-details h3 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

.projects-details .text-block-two .list {
    position: relative;
    margin: 30px 0;
}

.projects-details .text-block-two .list li {
    font-size: 18px;
    color: #242424;
    position: relative;
    margin-bottom: 11px;
}

.projects-details .text-block-two .list li:before {
    content: "\f0a4";
    top: 1px;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-right: 12px;
    position: relative;
}


/* Faq Section */

.faq-section {
    position: relative;
    padding: 100px 0 70px;
}

.faq-section .sear-form {
    position: relative;
    margin-bottom: 30px;
}

.faq-section .sear-form input[type="search"] {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e0e0e0;
    padding: 0 25px;
    border-radius: 3px;
    color: rgb(0 0 0 / 0.5);
}

.faq-section .sear-form button {
    position: absolute;
    background: transparent;
    right: 21px;
    top: 16px;
    color: rgb(0 0 0 / 0.50);
}


.accordion-box.style-three .block {
    border: 0;
}

.accordion-box.style-three .block .acc-btn {
    font-size: 24px;
    padding-left: 30px;
}

.accordion-box.style-three .block .icon-outer {
    left: 0;
}

.accordion-box.style-three .accordion.active-block {
    background: transparent;
}

.accordion-box.style-three .block .content {
    padding-left: 30px;
}


.faq-form-section {
    position: relative;
    padding: 100px 0 85px;
    background-size: cover;
}

.faq-form-section h4 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.faq-form {}

.faq-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.faq-form input,
.faq-form textarea {
    position: relative;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid #f78684;
    height: 60px;
}

.faq-form textarea {
    height: 182px;
}

.faq-form button {
    position: relative;
    background: #fff;
    padding: 18px 35px;
    font-size: 16px;
    font-weight: 700;
    color: #001659;
    text-transform: uppercase;
    transition: .5s;
}

.faq-form button i {
    margin-left: 20px;
}

.faq-form button:hover {
    background: #081336;
    color: #fff;
}




/*Error Section*/

.error-section {
    position: relative;
    padding: 210px 0px 225px;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-section .content {
    position: relative;
    text-align: center;
}

.error-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(31 31 32 / 0%);
}

.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.error-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 66px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.error-section .text {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 50px;
}

.error-section .theme-btn {
    color: #fff;
    font-size: 23px;
    padding: 19px 46px;
}

.error-section .theme-btn:hover {
    background-color: #fff;
}


/*Comming Soon*/

.comming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-size: cover;
}

.comming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
}

.comming-soon .content .content-inner {
    position: relative;
    padding: 50px 15px;
    display: table-cell;
    vertical-align: middle;
}

.comming-soon .content .content-inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 90px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 80px;
    font-family: 'Poppins', sans-serif;
}

.comming-soon .content .content-inner .text {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6em;
    max-width: 885px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.comming-soon .content .content-inner .text span {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

/*** 

====================================================================
    Countdown style
====================================================================

***/

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    margin: 0px 15px 0px;
    width: 180px;
    height: 180px;
    text-align: center;
    display: inline-block;
    padding: 20px 0px 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: 600;
    margin-bottom: 30px;
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 40px;
    padding: 28px 10px 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
}

.comming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 210px;
}

.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 76px;
    font-weight: 500;
    font-size: 18px;
    color: #242424;
    padding: 10px 36px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Poppins", sans-serif;
}

.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    padding: 26px 40px;
}

/* Blog Section Two */

.news-block-two {
    position: relative;
    margin-bottom: 70px;
}

.news-block-two .image {
    position: relative;
    margin-bottom: 20px;
    background-color: #000;
}

.news-block-two .image {
    overflow: hidden;
}

.news-block-two .image img {
    width: 100%;
    transition: .5s;
}

.news-block-two .inner-box:hover .image img {
    transform: scale(1.1);
    opacity: .8;
}

.news-block-two.blog-single-post .inner-box:hover .image img {
    transform: scale(1);
    opacity: 1;
}

.news-block-two .lower-content {
    position: relative;
}

.news-block-two .date {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-block-two .meta-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}

.news-block-two .meta-info li {
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    margin-right: 30px;
    position: relative;
}

.news-block-two .meta-info li:before {
    position: absolute;
    content: '/';
    right: -18px;
}

.news-block-two .meta-info li:last-child:before {
    display: none;
}

.news-block-two h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.news-block-two h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.news-block-two h3 a {
    color: #001659;
    transition: .5s;
}

.news-block-two .text {
    margin-bottom: 30px;
}



/*** 

====================================================================
    Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 52px;
    color: #ffffff;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 52px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 5px;
}

.sidebar-title h2 {
    font-size: 24px;
    color: #001659;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-title h2:after {
    position: absolute;
    content: '';
    right: -30px;
    bottom: 7px;
    width: 20px;
    height: 1px;
}

.sidebar-title.style-two h2 {
    padding-bottom: 18px;
}

.sidebar-title.style-two h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
}

/*Blog Category*/

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
}

.cat-list li a {
    position: relative;
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-transform: capitalize;
}

.cat-list li:last-child a {
    border-bottom: 0px;
}

.cat-list li a:after {
    position: absolute;
    /*   content:'\f105'; */
    right: 0px;
    top: 0px;
    color: #c8c8c8;
    font-size: 14px;
    font-family: 'FontAwesome';
}

/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 85px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    background-color: #000;
    overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.sidebar .popular-posts .post .post-thumb:hover img {
    opacity: 0.5;
    transform: scale(1.05);
}

.sidebar .popular-posts .post .text {
    position: relative;
    margin-top: -4px;
    font-size: 18px;
    margin: 0px 0px 0px;
    font-weight: 500;
    color: #242424;
    line-height: 1.6em;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: #001659;
    display: inline-block;
    line-height: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
    text-decoration: underline;
}

.sidebar .popular-posts .post-info {
    font-size: 15px;
}

/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 15px 6px;
    min-width: 100px;
    margin: 0px 6px 10px 0px;
    color: #a6a6a6;
    text-align: center;
    font-size: 18px;
    background: none;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    color: #ffffff;
}


/*** 

====================================================================
    Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    margin-top: -30px;
    margin-bottom: 30px;
}

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

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 42px;
    height: 44px;
    font-size: 16px;
    min-width: 45px;
    color: #081336;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #172b56;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    border-color: #172b56;
    background-color: #172b56;
}

/*** 

====================================================================
    Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 55px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 28px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 24px;
    color: #001659;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 0px;
    display: inline-block;
}

.sidebar-page-container .comments-area .inner-box {
    position: relative;
    border: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 25px 25px 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0) {
    background-color: #fcfcfc;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    border-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 98px;
    padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment.reply-comment {
    margin-left: 100px;
    margin-top: 45px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #9cc900;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span {
    font-size: 14px;
    margin-right: 4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 73px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 75px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 700;
    color: #181e44;
    line-height: 16px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #898989;
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.7em;
    margin-bottom: 8px;
}

.sidebar-page-container .comments-area .comment-time {
    position: relative;
    font-size: 13px;
    color: #f47a3c;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info {
    position: relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li {
    position: relative;
    padding-right: 10px;
    line-height: 1em;
    margin-right: 10px;
    color: #aeaeae;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #bebebe;
    display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child {
    border: 0px;
}

.blog-single .news-block-three {
    margin-bottom: 50px;
}

/*** 

====================================================================
    Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
}

.comment-form .form-inner {
    position: relative;
    padding: 50px 35px 30px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 45px;
    color: #a5a5a5;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 20px 20px;
    color: #a5a5a5;
    height: 170px;
    font-size: 15px;
    resize: none;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.comment-form button {
    margin-top: 10px;
    padding: 19px 35px;
}

.news-block-two.style-two .meta-info li.date {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #001659;
    padding: 8px 30px;
    background: #f2f3f4;
    border-radius: 21.5px;
}

.news-block-two.style-two .meta-info li.date:before {
    opacity: 0;
}

.news-block-two.style-two .meta-info {
    border-bottom: 0;
}

.news-block-two.style-two .image {
    margin-bottom: 25px;
}

.news-block-two.style-two .text {
    margin-bottom: 35px;
}

/*** 

====================================================================
    Customer Support Section
====================================================================

***/
.customer-1-item{
    position: relative;
    margin-bottom: 20px;
}
.customer-1-item-icon{
    position: absolute;
    left: 40px;
    top: 30px;

}
.customer-1-item-icon img{
    width: 45px;
    margin-bottom: 12px;
}
.customer-1-item-icon h6{
    color: #606060;
    font-weight: 600;
    font-size: 22px;
}
.customer-2-section{
    position: relative;
}
.customer-2-section img{
    width: 100%;
}
.customer-2-content{
    position: absolute;
    bottom: 50px;
    left: 3%;
}
.customer-2-content .section-title{
    padding-bottom: 0;
}
.customer-2-content .section-title h2,
.customer-2-content .section-title h6{
    color: white;
    text-shadow: 0 0 15px rgba(0,0,0,0.6);
}
@media (max-width:700px) {
    .customer-2-content{
        bottom: 13%;
    }
    .customer-2-content .section-title h2{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .customer-2-content .section-title h6{
        font-size: 14px;
    }
}

.customer-3-item-section,
.customer-4-item-section{
    height: 100%;
    padding-bottom: 25px;
}
.customer-3-item{
    background-color: #F2F2F2;
    border-radius: 12px;
    padding: 17px;
    height: 100%;
    /* border-bottom: 20px solid #FFFFFF; */
    /* overflow: hidden; */
}
.customer-3-item ul,
.customer-4-item ul{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    height: 100%;
}
.customer-3-item li,
.customer-4-item li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8F8F8F;
}
.customer-section-p-before{
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 0;
    color: #606060;
    font-size: 16px;
    line-height: 22px;
}
.customer-section-p-before::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #004780;
}
.customer-4-item{
    border-radius: 12px;
    height: 100%;
    background-color: #F2F2F2;
    position: relative;
    overflow: hidden;
}
.customer-4-item-des{
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.customer-4-item-des h6{
    text-align: center;
    color: white;
}
.customer-5-item img{
    border-radius: 12px;
}
.customer-5-item-des h6{
    text-align: center;
    color: #808080;
    margin: 17px 0;
    font-size: 18px;
    font-weight: 600;
}
.customer-6-item-section{
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.customer-6-item-section-2{
    justify-content: space-between;
}
.customer-6-item-section-3{
    justify-content: center;
}
.customer-6-item img{
    width: 100%;
}
.customer-6-item-1{
    border: 3px solid #EAE9E9;
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 48%;
    display: flex;
    align-items: center;
}
.customer-6-item-2{
    border-radius: 17px;
    background-color: #EAE9E9;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    overflow: hidden;
    padding-right: 17px;
    min-height: 48%;
}
.customer-6-item-1 img{
    width: 100%;
}
.customer-6-item-3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 20px;
    border: 3px solid #EAE9E9;
    border-radius: 17px;
    gap: 15px 12px;
    height: 100%;
}
@media (max-width:991px) {
    .customer-6-item-section-2{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 25px;
        align-items: center;
        /* flex-direction: row; */
    }
    .customer-6-item-section-2 .customer-6-item{
        height: 100%;
    }
}
@media (max-width:991px) {
    .customer-6-item-1{
        padding: 5px;
    }
    .customer-6-item-2{
        padding-right: 7px;
    }
    .customer-6-item-3{
        padding: 7px;
        gap: 4px;
    }
}
.customer-7-item-section{
    padding-bottom: 20px;
    height: 100%;
}
.customer-7-item{
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #EAE9E9;
    padding: 17px 10px;
}
.customer-7-item-1{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.customer-7-item-1 img{
    width: 90%;
}
.customer-7-item-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
}
.customer-7-item-2 img{
    width: 100%;
}
@media (max-width:991px){
    .customer-7-item-2{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.customer-8-item-section {
    padding-bottom: 25px;
}
.customer-8-item img{
    width: 100%;
}
.customer-10-item-section{
    display: grid;
    grid-template-columns: 31% 27% 42%;
    column-gap: 30px;
}
.customer-10-item-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
}
.customer-10-item-1-item{
    display: grid;
    grid-template-columns: 20% 80%;
    column-gap: 15px;
    margin-bottom: 20px;
}
.customer-10-item-1-item .customer-10-item-1-item-icon img{
    width: 100%;
}
.customer-10-item-1-item-content{
    padding-top: 5px;
}
.customer-10-item-1-item-content h6{
    text-transform: uppercase;
    color: #4E4E4E;
    font-size: 19px;
    font-weight: 600;
}
.customer-10-item p{
    margin-bottom: 0;
    color: #4E4E4E;
    line-height: 21px;
    font-size: 16px;
}
.customer-10-item-2-item img{
    width: 100%;
}
.customer-10-item-2 p,
.customer-10-item-3 p{
    text-align: center;
    margin-top: 15px;
}
.customer-10-item-3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

@media (max-width: 991px) {
    .customer-10-item-section{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 2%;
        /* grid-template-columns: 1fr; */
    }
    .customer-10-item-1{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 0 20px 0;
        column-gap: 15px;
    }
    .customer-10-item-2{
        width: 38%;
    }
    .customer-10-item-3{
        width: 59%;
    }
    .customer-10-item-2 p,
    .customer-10-item-3 p{
        margin-bottom: 20px;
    }
    .customer-10-item-3-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 575px){
    .customer-10-item-1{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        padding: 0 0 20px 0;
        column-gap: 15px;
    }
    .customer-10-item-2 {
        width: 100%;
    }
    .customer-10-item-3 {
        width: 100%;
    }
    .customer-10-item p{
        font-size: 15px;
        line-height: 19px;
    }
}

/*** 

====================================================================
    Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 75px 0px 70px;
}

.contact-section .contact-title {
    position: relative;
    margin-bottom: 50px;
}

.contact-section .contact-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4em;
    display: inline-block;
}

.contact-section .contact-title h2:after {
    position: absolute;
    content: '';
    right: -65px;
    bottom: 15px;
    width: 50px;
    height: 2px;
}

.contact-section .contact-title .text {
    position: relative;
    color: #797979;
    font-size: 18px;
    margin: 0;
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .inner-column {
    position: relative;
}

/*Contact Form*/

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 56px;
    font-size: 16px;
    padding: 10px 22px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #dddddd;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-form textarea {
    height: 208px;
    resize: none;
    font-size: 16px;
    background: #ffffff;
}

.contact-form .theme-btn {
    font-size: 18px;
    margin-top: 10px;
    padding: 20px 36px;
    position: relative;
    color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus{
    outline: none;
    border: 1px solid #034B9D !important; 
    transition: border 0.3s ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column .inner-column {
    position: relative;
    padding-left: 80px;
}

@media (max-width: 992px) {
    .contact-section .info-column .inner-column {
        padding-left: 0px;
    }
    
}

.contact-section .info-column ul {
    position: relative;
}

.contact-section .info-column ul li {
    position: relative;
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 50px;
}

.contact-section .info-column ul li span {
    color: #001659;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.contact-section .info-column ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.contact-section .info-column .inner-column h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-section .info-column .inner-column .text {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .blog-post-column {
        padding-right: 45px;
    }
}





/* EVEN  */
.ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style-type: none;

    .li {
        padding: 6px 10px;
        border: #fff solid 2px;


        .a {
            --fill-color: #fff;
            position: relative;
            display: block;
            padding: 20px 0;
            font: 700 4rem Raleway, sans-serif;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-text-stroke: 2px var(--fill-color);
            background: linear-gradient(var(--fill-color) 0 100%) left / 0 no-repeat;
            color: transparent;
            background-clip: text;
            transition: 0.5s linear;

            &:hover {
                background-size: 100%;
            }
        }
    }
}

.two .ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style-type: none;

    .li {
        padding: 6px 10px;
        border: #fff solid 2px;


        .a {
            --fill-color: #fff;
            position: relative;
            display: block;
            padding: 20px 0;
            font: 700 4rem Raleway, sans-serif;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-text-stroke: 2px var(--fill-color);
            background: linear-gradient(var(--fill-color) 0 100%) left / 0 no-repeat;
            color: transparent;
            background-clip: text;
            transition: 0.5s linear;

            &:hover {
                background-size: 100%;
            }
        }
    }
}

.bg-blue {
    background-color: #014A96;
}

.bg-green {
    background-color: #25D366;
}

.pro-whatsapp-btn {
    /* margin: 0 5%; */
    /* width: 90%; */
    display: block;
    background-color: #014A96;
    color: white;
    font-size: 24px;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 30px;
    transition: all .5s ease;
    border: 2px solid white;
}

.pro-whatsapp-btn:hover {
    background-color: white;
    color: #014A96;
    border: 2px solid #014A96;
}

/* index-ad */
.index-ad-section .section-title h2{
    color: #222222;
    text-transform: uppercase;
}
.index-ad-des{
    display: flex;
    align-items: center;
    column-gap: 13px;
}
.index-ad-des-icon img{
    width: 120px;
}
.index-ad-des p{
    margin-bottom: 0;
    font-size: 20px;
    color: #565655;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
}
.index-ad-item{
    display: flex;
    align-items: center;
    column-gap: 17px;
    padding: 8px 0 8px 40px;
}
.index-ad-section .border-top{
    border-top: 1px solid #D4D4D4;
}
.index-ad-section .border-bottom{
    border-bottom: 1px solid #D4D4D4;
}
.index-ad-item-icon img{
    width: 65px;
}
.index-ad-item-title h5{
    font-weight: 700;
    font-size: 20px;
}
@media (max-width:991px) {
    .index-ad-item{
        padding: 8px 0;
    }
}
@media (max-width:767px) {
    .index-ad-item-icon{
        min-width: 14.2%;
    }
    .index-ad-item-icon img{
        width: 100%;
    }
    .index-ad-item-title h5{
        font-size: 16px;
    }
}
@media (max-width:575px) {
    .index-ad-des-icon{
        display: none;
    }
    .index-ad-des p{
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }
    .index-ad-item-icon{
        width: 10%;
    }
    .index-ad-item-icon img{
        width: 100%;
    }
}


/* index-products */
.products-section {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.index-pro-item{
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between ;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    padding: 17px 17px 12px 17px;
    margin-bottom: 20px;
}
.index-pro-item-img{
    width: 100%;
}
.index-pro-item-img img{
    width: 100%;
}
.index-pro-item-title h6{
    font-weight: 600;
    color: #808080;
    font-size: 16px;
}

.main-pro{
    display: block;
}
.main-pro-phone{
    display: none;
}
@media (max-width:1199px) {
    .main-pro{
        display: none;
    }
    .main-pro-phone{
        display: block;
        margin-bottom: 25px;
    }
}

.products-section .card {
    padding: 20px 15px;
    border: none;
    margin-bottom: 0px !important;
    transition: all .5s ease-in-out;
}
@media (max-width: 1199px) {
    .products-section .card {
        margin-top: 15px;
    }
}

.products-section .card h4 {
    font-weight: bold;
    color: #000;
    font-size: 1.36rem;
    transition: all .5s ease-in-out;


}

.products-section .card:hover h4 {
    color: #014A96;
}

.products-section .card .card-body {}

.shibie {
    overflow: hidden;
}

.shibie li {
    margin: 5px;
    float: left;

}

.zfx {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #CACACA;
}

/* .car-model .owl-nav{ 
    display: inline;
  } */
/* 父容器需要相对定位 */
.car-type-section{
    padding: 80px 0;
}
.car-model {
    position: relative;
    /* background: url(../images/back-img.jpg); */
}

.owl-carousel {
    position: relative;
}

.car-model .item {
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
}

.car-model .item img {
    padding: 10px 10px;


}

/* 自定义导航容器 */
.custom-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    /* 确保箭头在轮播内容上方 */
}

/* 箭头按钮样式 */
.custom-nav div {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

/* 左箭头定位到左侧外侧 */
.custom-nav .owl-prev {
    left: -50px;
    /* 根据实际需求调整负值 */
}

/* 右箭头定位到右侧外侧 */
.custom-nav .owl-next {
    right: -50px;
    /* 根据实际需求调整负值 */
}
.section-title{
    padding-bottom: 50px;
}
.section-title h2 {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #014C9D;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .section-title h2 {
        font-size: 37px;
    }
    
}
@media (max-width:575px) {
    .section-title{
        padding-bottom: 10px;
    }
}

.bcakgorund-img {
    background: url(../images/back-img.jpg);
    background-size: cover;
    /* 关键属性：确保图片覆盖全部区域 */
    background-position: center;
    /* 图片居中显示 */
    background-repeat: no-repeat;
    /* 禁止重复 */
}

.video-bg {
    background: url(../images/video-bg.jpg);
    background-size: cover;
    /* 关键属性：确保图片覆盖全部区域 */
    background-position: center;
    /* 图片居中显示 */
    background-repeat: no-repeat;
    /* 禁止重复 */
    padding: 80px 0;
}

@media (max-width:1311px) {
    .video-bg video{
        width: 100%;
    }
}


.owlbody {
    padding: 10px;
}

.owlbody h3 {
    font-weight: 700;
    color: #000000;

}

.owlbody .owl-button {
    text-align: center;
    background-color: #014A96;
    padding: 10px 15px;
    transition: all .5s ease-in-out;
}

.owlbody .owl-button a {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    transition: all .5s ease-in-out;


}

.owlbody .owl-button:hover {
    background-color: #ebebeb;

}

.owlbody .owl-button:hover a {
    color: #014A96;

}


.mix-area {
    position: relative;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); */
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.products-area {
    background: url(../images/products/backgroundimg.jpg);
    background-size: cover;
    /* 关键属性：确保图片覆盖全部区域 */
    background-position: center;
    /* 图片居中显示 */
    background-repeat: no-repeat;
    /* 禁止重复 */
    padding-bottom: 50px;
}

.products-area .product-block img {
    border-radius: 10px 10px 0px 0px;

}

.products-area .product-block {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);


}

.products-area .product-block .image-card {
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    /* height: 350px; */
    transition: transform 0.4s ease;
}

.products-area .product-block .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease;
}

.products-area .product-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.products-area .product-block .image-card:hover .overlay {
    opacity: 1;
}

.products-area .product-block .image-card:hover .image {
    transform: scale(1.05);
}

.products-area .product-block .title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #ffffff;
}
@media (max-width:550px) {
    .products-area .product-block .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .products-area .product-block .description{
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }
}

.products-area .product-block .description {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

.pro-btn {
    background-color: #014A96;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    transition: all .5s ease-in-out;
    border-radius: 5px;
}

.pro-btn:hover {
    background-color: #fff;
    color: #014A96;

}

.products-items {
    min-width: 20%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pro-t {
    padding: 10px 5px;
    border-radius: 0px 0px 10px 10px;
}



/* about-area */

.about-area {
    position: relative;
}

.backbst:after {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    /* border-radius: 50%; */
    content: '';
    background: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.backbst1:after {
    position: absolute;
    top: 900px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    /* border-radius: 50%; */
    content: '';
    background: url(../images/about-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.backbst2:after {
    position: absolute;
    top: -50px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 1000px;
    /* border-radius: 50%; */
    content: '';
    background: url(../images/dingzhibg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.about-area .about-tiem {
    background-color: #fff;
    margin-top: 45vh;
    padding: 70px 70px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.about-tiem .about-description {
    font-size: 24px;
}
@media (max-width:767px) {
    .about-tiem .about-description {
        font-size: 18px;
    }
    .about-area .about-tiem{
        padding: 40px 30px !important;
    }
}

@media (max-width:991px) {
    .about-area video{
        margin-bottom: 30px;
    }
}
.count-number {
    text-align: center;
}

.count-number h1 {
    font-weight: bold;
    font-size: 68px;
    color: #014C9D;
}

@media (max-width:767px) {
    .count-number h1 {
        font-size: 45px;
    }
}

.count-number p {
    color: #666666;


}

.about-sec2 h4 {
    color: #000;
    font-size: 2.5rem;
}

@media (max-width:767px) {
    .about-sec2 h4 {
        font-size: 22px;
    }
}

.youshi h5 {
    font-size: 2rem;
    font-weight: bold;
    color: #084C93;
}

.youshi p {
    font-size: 24px;
}
@media (max-width:991px) {
    .youshi h5{
        font-size: 22px;
    }
    .youshi p {
        font-size: 16px;
    }
}
@media (max-width:767px) {
    .youshi p {
        font-size: 14px;
    }
}
.youshi img {
    padding: 35px;
    border-top: #014A96 solid 10px;
    width: 80%;
}

@media (max-width:1117px) {
    .youshi img {
        padding: 15px;
    }
}
@media (max-width:767px) {
    .youshi img {
        padding: 10px 50px 0;
        width: 100%;
    }
}
.dingzhihua {
    position: relative;
    padding: 50px 0px;
    background: url(../images/dingzhibg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;

}

.dingzhihua img {
    padding: 0px 30px;
    width: 100%;
}
@media (max-width:767px) {
    .dingzhihua img {
        padding: 0px 10px;
    }
}

.dingzhihua .card {
    background: url(../images/tab.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.yewuyuan {
    background: url(../images/yewuyuan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
}

.yewuyuan .container {
    border-top: #000 solid 5px;
}

.yewuyuan-row {
    padding-top: 62px;
}

.yewuyuan-items {
    position: relative;
    background-color: #064E9A;
    border-radius: 10px;
    padding: 25px 10px;
    text-align: center;
    margin-bottom: 77px;
}

.yewuyuan-items img {
    border-radius: 50%;
    width: 100px;
    border: 1px solid white;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08);
}

.yewuyuan-items h3 {
    margin-top: 45px;
    text-transform: uppercase;
    color: white;
}

.yewuyuan-items a {
    display: block;
    margin-top: 15px;
}

.yewuyuan-items a span {
    text-transform: uppercase;
    color: #064E9A;
    font-weight: 600;
    background-color: white;
    text-align: center;
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 15px;
}

.yewuyuan-2 {
    margin: 70px 0;
    padding-bottom: 70px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    padding: 30px;
    background-color: #fff;
}

.yewuyuan-2-des {
    padding: 15px;
    border-bottom: 3px solid #064E9A;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
}
@media (max-width:1250px) {
    .yewuyuan-2-des {
        font-size: 30px;
    }
}
@media (max-width:767px) {
    .yewuyuan-2-des {
        font-size: 25px;
    }
}

.feedback {
    background: url(../images/feedback-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.feedback h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width:767px) {
    .feedback h2 {
        font-size: 37px;
    }
}

.feedback-img-item {
    padding: 7px;
    border-radius: 7px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .index-feedback-item-media{
        display: flex;
        flex-direction: row;
    }
    .index-feedback-item-media .feedback-img-item:nth-child(1){
        margin-right: 30px;
    }
}


.feedback-icon {
    position: absolute;
    right: -15px;
    top: -10px;
}

.feedback-icon img {
    width: 150px;
}

.shipment {
    background: url(../images/ship-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shipment-item {
    padding: 7px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);

}

.shipment-item img {
    width: 100%;
}

.ship-des {
    padding: 15px 30px;
    border-left: 6px solid #064E9A;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 600;
}
@media (max-width:1250px) {
    .ship-des {
        font-size: 20px;
    }
}
@media (max-width:767px) {
    .ship-des {
        font-size: 18px;
    }
}
.ship-section {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 30px 30px 0;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.upfooter {
    position: relative;
    padding: 50px 0px;
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
}
.upfooter .section-title {
    padding-bottom: 0;
}
.boxz {
    overflow: hidden;
}

.boxz img {
    transition: all .3s ease-in-out;
}

.boxz:hover img {
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}

/* 侧边栏 */
/* 搜索框 */
.search-box form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.search-box input[type="text"]{
    font-size: 16px;
    background: none !important;
    border: none;
    color: #646464;
    /* padding: 0.7rem 1rem; */
    border-bottom: 1px solid #e7e7e7 !important;
    width: 100%;
    transition: all ease-in-out .5s;
    margin-right: -2rem;
}
.search-box button{
    background: none;
}

/* pro-section */
.pro-section{
    position: relative;
}
.product-sidebar{
    position: sticky;
    top: 120px;
}


/* pro-ar */
@media (max-width:767px) {
    .pro-slick-big .slick-list,
    .pro-slick-small .slick-list{
        height: auto !important;
    }
}
.pro-ar-section h3{
    color: #222222;
    font-size: 26px;
    position: relative;
    display: inline-block;
}
.pro-ar-section h3::before{
    position: absolute;
    content: '';
    right: -37px;
    bottom: 7px;
    width: 30px;
    height: 1px;
    background-color: #004780;
}

.pro-ar-section h4{
    color: #222222;
    font-size: 26px;
}
.pro-ar-section p.text{
    color: #797979;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
}

.content-table {
    max-height: 500px;
    overflow-y: auto;
    display: block;
    margin: 20px 0;
}

.pro-ar-section table::-webkit-scrollbar {
    width: 10px;
}

.pro-ar-section table::-webkit-scrollbar-thumb {
    background: #b6b6b6;
    border-radius: 4px;
}

.pro-ar-section table::-webkit-scrollbar-thumb:hover {
    background: #014A96;
}

.pro-ar-section table table {
    border-collapse: collapse;
    width: 100%;
}

.pro-ar-section table tr {
    width: 100%;
}

.pro-ar-section table th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 15px;
}

.pro-ar-section table th {
    background-color: #f2f2f2;
}

.pro-ar-section table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.pro-ar-section img {
    width: 100% !important;
    height: auto !important;
}

.video-div video {
    width: 100% !important;
    height: auto !important;
}

.content h2 {
    font-weight: 600;
    background-color: aliceblue;
    padding: 20px;
}

.video-div video:not([src]) {
    display: none;
}


/* oe号展示部分 */
.product-oe-number{
    background-color: #F9F9F9;
    padding: 30px 20px;
}
.oe-list span {
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px;
    background-color: white;
    margin: 4px 5px 4px 0;
    border-radius: 77px;
    color: #525252;
    border: 1px solid #d9e6ff;
}