@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;600;700;800;900&display=swap");

:root {
    --main-color-one: #ffc400;
    --main-color-two: #396afc;
    --secondary-color: #2c3e50;
    --heading-color: #111;
    --paragraph-color: #7e7e7e;
    --heading-font: "Montserrat", sans-serif;
    --body-font: "Poppins", sans-serif
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 15px
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1 {
    font-size: 48px;
    line-height: 1.0833333333
}

h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700
}

h3 {
    font-size: 24px;
    line-height: 1.0833333333;
    font-weight: 700
}

h4 {
    font-size: 20px;
    line-height: 1.2380952381
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 700
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
    line-height: 24px
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color)
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0;
    color: inherit
}

pre {
    word-break: break-word
}

a i {
    padding: 0 2px
}

img {
    max-width: 100%
}

ol {
    counter-reset: counter;
    padding-left: 0
}

ol li {
    list-style: none;
    margin-bottom: 1rem
}

ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #ddd
}

code {
    color: var(--main-color-one)
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}
.content-p{
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    border-bottom:1px solid #F5F5F5 ;
}
.content-p .left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-p .left img{
    width: 258px;
    height: 167px;
    border: 1px solid #F5F5F5;
}
.content-p .right{
    width: 50%;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

#default-home .container {
    max-width: 1220px
}

@media(max-width:767px) {
    #hero-section .container {
        max-width: 500px
    }

    #service-section .container,
    #callto-section .container,
    #project-section .container,
    #about-section .container,
    #solution-section .container,
    #testimonial-section .container,
    #team-section .container,
    #blog-section .container,
    #footer-section .container,
    #contact-section .container {
        max-width: 400px
    }
}

.card,
.card-body {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0
}

#form-messages {
    color: green
}

.bg-prefix {
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    width: 100%
}


.abouts {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.products {
  
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}
.gyzx{
    
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}
.blog{
  
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}
.contact{
   
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}
#banner-section .overlay {
    display: flex;
    align-items: flex-end;
    height: 500px;

}

#banner-section .about {
    display: flex;
    align-items: flex-end;
    height: 500px;

}

.breadcrubms ul li {
    color: #fff;
    font-size: 20px
}

.breadcrubms {
    display: flex;
    align-items: center;
}

.breadcrubms .area {
    width: 16px;
    height: 120px;
    background: #0058A0;
    margin-right: 28px;
}

.breadcrubms .text h2 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.breadcrubms .text p {
    font-size: 10px;
    color: #fff;
}

.breadcrubms ul li span {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: var(--main-color-one)
}

.breadcrubms ul li span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 3px;
    width: 50px;
    background: var(--main-color-one)
}

.breadcrubms ul li span:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: var(--main-color-one)
}

.breadcrubms2 {
    display: flex;
    align-items: flex-end;
    margin-top: -1px;
}
.breadcrubms3{
    display: flex;
    align-items: center;
}
.breadcrubms3 .tips{
    font-size: 17px;
    font-weight: 600;
    color: #333;
    width: 100%;
    border-bottom: 1px solid #D2D2D2;
    line-height: 80px;
}

.breadcrubms2 .area {
    width: 16px;
    height: 80px;
    background: #00A0E9;
    margin-right: 28px;
}

.breadcrubms2 .text {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D2D2D2;
    width: 100%;
    line-height: 80px;
}

.breadcrubms2 .text li {
    width: max-content;
    padding:0 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    

}
.breadcrubms2 .text li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    

}

.breadcrubms2 .text .on {
    background: #000;
    color: #fff;
}

.bg {
    background-image: url(/public/images/about/bg.png);
}
.gyzxs{
    width: 100%;
}
.gyzxs .gy{
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
}
.gyzxs .gy .left{
    width: 60%;
    height: 100%;
    position: relative;
}
.gyzxs .gy .left img{
    width: 100%;
    height: 100%;
}
.gyzxs .gy .left .date{
    position: absolute;
    right: 0;
    width: 120px;
    height: 100%;
    background: #0058A0;
    opacity: 0.8;
    top:0;
    display: flex;
    flex-direction: column;
    align-items:right;

}
.gyzxs .gy .left .date p{
    font-size:12px;
    color: #fff;
    text-align: right;
    margin-right: 15px;
}
.gyzxs .gy .left .date .year{
    margin: 51px 15px 5px 0;
}
.gyzxs .gy .left .date p span{
    font-size: 32px;
    font-weight: 600;
    margin-left: 5px;
}

.gyzxs .gy .right{
    width: 40%;
    background-color: #F5F5F5;
    height: 100%;  
    display: flex;
    align-items: center; 
}
.gyzxs .gy .right .area{
    width: 15px;
    height: 300px;
    background: #00A0E9;
}
.gyzxs .gy .right .text{
    max-width: 399px;
    margin-left: 36px;
}
.gyzxs .gy .right .text .title{
    font-size: 18px;
    color: #0058a0;
    font-weight: 600;

}
.gyzxs .gy .right .text .content{
    font-size: 14px;
    color: #333;
    margin: 30px 0  50px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.gyzxs .gy .right .text .more{
    color:#00a0e9;
    font-size:14px
}
.gyzxs .gy .left2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #F5F5F5;
}
.gyzxs .gy .left2 .area{
    width: 15px;
    height: 300px;
    background: #00A0E9;
}
.gyzxs .gy .left2 .text{
    max-width: 399px;
    margin-left: 36px;
}
.gyzxs .gy .left2 .text .title{
    font-size: 18px;
    color: #0058a0;
    font-weight: 600;

}
.gyzxs .gy .left2 .text .content{
    font-size: 14px;
    color: #333;
    margin: 30px 15px 50px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.gyzxs .gy .left2 .text .more{
    color:#00a0e9;
    font-size:14px
}
.gyzxs .gy .right2{
    width: 60%;
    height: 100%;
    position: relative;
}
.gyzxs .gy .right2 img{
    width: 100%;
    height: 100%;
}
.gyzxs .gy .right2 .date{
    position: absolute;
    left: 0;
    width: 120px;
    height: 100%;
    background: #0058A0;
    opacity: 0.8;
    top:0;
    display: flex;
    flex-direction: column;
    align-items:right;

}
.gyzxs .gy .right2 .date p{
    font-size:12px;
    color: #fff;
    text-align: left;
    margin-left: 15px;
}
.gyzxs .gy .right2 .date .year{
    margin: 51px 0 5px 15px;
}
.gyzxs .gy .right2 .date p span{
    font-size: 32px;
    font-weight: 600;
    margin-right: 5px;
}
@media(max-width:767px) {
    #banner-section .overlay {
        padding: 100px 0;
        background: rgba(0, 0, 0, .5)
    }

    .breadcrubms ul li span {
        font-size: 32px
    }
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}



.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 60px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

@media(max-width:991px) {
    .md-mt-5 {
        margin-top: 5px
    }
    .noc{
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        line-height:30px
    }

    .md-mt-10 {
        margin-top: 10px
    }

    .md-mt-15 {
        margin-top: 15px
    }

    .md-mt-20 {
        margin-top: 20px
    }

    .md-mt-25 {
        margin-top: 25px
    }

    .md-mt-30 {
        margin-top: 30px
    }

    .md-mt-35 {
        margin-top: 35px
    }

    .md-mt-40 {
        margin-top: 40px
    }

    .md-mt-45 {
        margin-top: 45px
    }

    .md-mt-50 {
        margin-top: 50px
    }

    .md-mt-55 {
        margin-top: 55px
    }

    .md-mt-60 {
        margin-top: 60px
    }

    .md-mt-65 {
        margin-top: 65px
    }

    .md-mt-70 {
        margin-top: 70px
    }

    .md-mb-5 {
        margin-bottom: 5px
    }

    .md-mb-10 {
        margin-bottom: 10px
    }

    .md-mb-15 {
        margin-bottom: 15px
    }

    .md-mb-20 {
        margin-bottom: 20px
    }

    .md-mb-25 {
        margin-bottom: 25px
    }

    .md-mb-30 {
        margin-bottom: 30px
    }

    .md-mb-35 {
        margin-bottom: 35px
    }

    .md-mb-40 {
        margin-bottom: 40px
    }

    .md-mb-45 {
        margin-bottom: 45px
    }

    .md-mb-50 {
        margin-bottom: 50px
    }

    .md-mb-55 {
        margin-bottom: 55px
    }

    .md-mb-60 {
        margin-bottom: 60px
    }

    .md-mb-65 {
        margin-bottom: 65px
    }

    .md-mb-70 {
        margin-bottom: 70px
    }
}

@media(max-width:767px) {
    .xs-mt-5 {
        margin-top: 5px
    }

    .xs-mt-10 {
        margin-top: 10px
    }

    .xs-mt-15 {
        margin-top: 15px
    }

    .xs-mt-20 {
        margin-top: 20px
    }

    .xs-mt-25 {
        margin-top: 25px
    }

    .xs-mt-30 {
        margin-top: 30px
    }

    .xs-mt-35 {
        margin-top: 35px
    }

    .xs-mt-40 {
        margin-top: 40px
    }

    .xs-mt-45 {
        margin-top: 45px
    }

    .xs-mt-50 {
        margin-top: 50px
    }

    .xs-mt-55 {
        margin-top: 55px
    }

    .xs-mt-60 {
        margin-top: 60px
    }

    .xs-mt-65 {
        margin-top: 65px
    }

    .xs-mt-70 {
        margin-top: 70px
    }

    .xs-mb-5 {
        margin-top: 5px
    }

    .xs-mb-10 {
        margin-top: 10px
    }

    .xs-mb-15 {
        margin-top: 15px
    }

    .xs-mb-20 {
        margin-top: 20px
    }

    .xs-mb-25 {
        margin-top: 25px
    }

    .xs-mb-30 {
        margin-top: 30px
    }

    .xs-mb-35 {
        margin-top: 35px
    }

    .xs-mb-40 {
        margin-top: 40px
    }

    .xs-mb-45 {
        margin-top: 45px
    }

    .xs-mb-50 {
        margin-top: 50px
    }

    .xs-mb-55 {
        margin-top: 55px
    }

    .xs-mb-60 {
        margin-top: 60px
    }

    .xs-mb-65 {
        margin-top: 65px
    }

    .xs-mb-70 {
        margin-top: 70px
    }
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.min-height-600 {
    min-height: 600px
}

.overflow-hidden {
    overflow: hidden
}

.alignleft {
    float: left;
    clear: both
}

.alignright {
    float: right;
    clear: both
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%
}

.alignwide {
    max-width: 1100px
}

.clear {
    clear: both
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.btn {
    padding: 15px 25px;
    border-radius: 0;
    color: #111
}

.btn-primary {
    position: relative;
    background-color: var(--main-color-one);
    border: 0;
    z-index: 1;
    overflow: hidden
}

.btn-primary:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    box-shadow: -7px -7px 20px 0 #fff9, -4px -4px 5px 0 #fff9, 7px 7px 20px 0 #fff9, 4px 4px 5px 0 #fff9;
    transition: all .3s ease;
    border-radius: 0
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--main-color-two);
    border-radius: 0
}

.btn-primary:hover:after {
    top: 0;
    height: 100%
}

.btn-primary:active {
    top: 2px
}

.section-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.section-title .left {
    max-width: 535px;
    text-align: left;
}

.section-title .left h3 {
    color: #0058a0;
    font-weight: 600;
    font-size: 18px;
}

.section-title .left p {
    color: #333333;
    font-size: 14px;
}

.section-title .right {
    max-width: 535px;
    text-align: left;
}

.section-title .right p {
    color: #333333;
    font-size: 14px;
}

.section-title .line {
    width: 50px;
    height: 1px;
    background: #0058A0;
}

.section-title .line2 {
    width: 1px;
    height: 230px;
    background: #D2D2D2;
    margin: 0 63px;
}

.section-title span.subtitle {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--body-font);
    color: #999999;
    margin-bottom: 10px;
    display: block
}

.section-title .title {
    font-size: 30px;
    line-height: 52px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin: 0
}


.section-title .title span {
    color: var(--main-color-one)
}

.section-title p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px
}

@media(max-width:767px) {
    .section-title span.subtitle {
        font-size: 14px
    }

    .section-title .title {
        font-size: 30px;
        line-height: 36px
    }
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    display: none
}

.pre-wrap {
    position: fixed;
    content: "";
    transform: translate(-100%, -240%);
    font-size: 62px
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader-inner .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.preloader-inner .center span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #262626;
    animation: animate 4s infinite forwards ease-in-out
}

.preloader-inner .center span:nth-child(1) {
    background: #ffc400;
    left: -24px;
    top: -24px;
    animation-delay: .5s
}

.preloader-inner .center span:nth-child(2) {
    background: #ffc400;
    left: 0;
    top: -24px;
    animation-delay: 1s
}

.preloader-inner .center span:nth-child(4) {
    background: #396afc;
    left: -24px;
    top: 0;
    animation-delay: 1.5s
}

.preloader-inner .center span:nth-child(3) {
    background: #396afc;
    left: 0;
    top: 0;
    animation-delay: 2s
}

@keyframes animate {
    0% {
        transform: rotateY(0deg)
    }

    20% {
        transform: rotateY(360deg)
    }

    40% {
        transform: rotateX(180deg)
    }

    60% {
        transform: rotateX(0deg)
    }

    80% {
        transform: rotateX(360deg)
    }

    100% {
        transform: rotateY(180deg)
    }
}

.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.preloader-inner .cancel-preloader a {
    background-color: var(--main-color-one);
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    transition: all .3s ease-in
}

.preloader-inner .cancel-preloader a:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.sticky {
    display: block
}

embed,
iframe,
object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.search{
   position: relative;
   display: flex;
   align-items: center;
   height: 30px;
   width: 200px;
}
.searchs{
    position: absolute;
    top: 20px;
    display: none;
    right: -210px;
}
.search img{
    position: absolute;
    left: 5px;
}

.search .input{
  
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 0 30px;
}
.search .sub{

    width: 40px;
    position: absolute;
    right: 5px;  
    padding: 0;
    margin: 0;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    border:0;
}


.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.wp-link-pages a {
    margin: 0 5px;
    transition: .3s ease-in
}

.wp-link-pages {
    margin-bottom: 30px;
    margin-top: 25px
}

.wp-link-pages span,
.wp-link-pages a {
    border: 1px solid #e2e2e2;
    padding: 5px 15px;
    display: inline-block
}

.wp-link-pages .current,
.wp-link-pages a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one)
}

.wp-link-pages span:first-child {
    margin-right: 5px
}

.post-password-form input {
    display: block;
    border: 1px solid #e2e2e2;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px
}

.post-password-form label {
    font-weight: 600;
    color: #333
}

.post-password-form input[type=submit] {
    width: 100px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
    transition: .3s ease-in
}

.post-password-form input[type=submit]:hover {
    background-color: #121A2F
}

.footer-widget .table td,
.footer-widget .table th {
    padding: .5rem !important
}

.single-post-details-item .entry-content>.alignwide {
    max-width: 1100px
}

.single-post-details-item .entry-content>.alignfull {
    margin: 1.5em 0;
    max-width: 100%
}

.wp-block-video video {
    max-width: 636px
}

.wp-block-image img {
    display: block
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%
}

.wp-block-image.alignfull img {
    width: 100vw
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto
}

.wp-block-cover-text p {
    padding: 1.5em 14px
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px
}

.wp-block-table {
    display: block;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.wp-block-quote.is-large {
    margin: 0 auto 16px
}

.wp-block-pullquote>p:first-child {
    margin-top: 0
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0
}

@media screen and (min-width:768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0
    }
}

wp-block-video video {
    max-width: 636px
}

.wp-block-image img {
    display: block
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%
}

.wp-block-image.alignfull img {
    width: 100vw
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto
}

.wp-block-cover-text p {
    padding: 1.5em 14px
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px
}

.wp-block-table {
    display: block;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.wp-block-quote.is-large {
    margin: 0 auto 16px
}

.wp-block-pullquote>p:first-child {
    margin-top: 0
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding-left: 1em
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0
}

@media screen and (min-width:768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0
    }
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d
}

.header-top {
    padding: 20px 0
}

.header-top .header-top-left ul li {
    padding-right: 30px
}

.header-top .header-top-left ul li span {
    text-transform: uppercase;
    font-size: 12px
}

.header-top .header-top-left ul li p i {
    color: var(--main-color-one);
    font-size: 14px
}

.header-top .header-top-left ul li p {
    margin-top: 5px;
    font-size: 18px;
    color: #111
}

@media(max-width:992px) {
    .header-top .header-top-left ul li p {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .nav-right-content {
        margin: 10px 0 10px 0;
        text-align: center
    }
}

.navbar.navbar-area.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar.navbar-area .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-toggler {
    padding: 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.mobile-logo {
    display: none
}

@media only screen and (max-width:991px) {
    .mobile-logo {
        display: block
    }

    .desktop-logo {
        display: none !important
    }
}

.navbar-area {
    padding: 5px;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 42pt;
    width: 100%;
}

.navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1
}

.navbar-area.nav-style-02.has-topbar {
    top: 50px
}

.navbar-area.nav-style-02.has-topbar-02 {
    top: 122px
}

.navbar-area.nav-style-02.has-topbar-03 {
    top: 70px
}

.navbar-area.nav-style-02 .nav-container {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper {
    max-width: 200px
}

.navbar-area.nav-style-02 .nav-container .nav-right-content {
    display: flex;
    align-items: center
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
    color: #fff
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li+li {
    margin-left: 5px
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
    color: #fff
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li.current-menu-item:before {
    color: #fff
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: #fff
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
    color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
    text-align: center;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: #fff
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
    color: #fff
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    transition: all .3s ease-in;
    color: #fff
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one)
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one)
}

.navbar-area .nav-container {
    background-color: #fff;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 30px
}

.navbar-area .nav-container .nav-right-content .btn-wrapper {
    margin-left: 40px
}

.navbar-area .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px
}

.navbar-area .nav-container .nav-right-content ul li {
    display: inline-block;
    margin: 0 15px;
    color: #6a7795
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
    margin-right: 0
}

.navbar-area .nav-container .nav-right-content ul li a {
    color: #6a7795;
    transition: all .3s ease-in
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
    color: var(--secondary-color)
}

.navbar-area .nav-container .nav-right-content ul li.search {
    cursor: pointer;
    transition: all .3s ease-in
}

.navbar-area .nav-container .nav-right-content ul li.search:hover {
    color: var(--main-color-one)
}

.navbar-area .nav-container .navbar-brand .site-title {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--heading-font);
    line-height: 90px;
    color: var(--heading-color)
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: right
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 70px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 20px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one)
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
    z-index: 0
}

.menu-item-has-children i {
    font-size: 9px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 48pt;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    border-bottom: 4px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 14px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: 1px solid #e2e2e2
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
    color: #fff
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--main-color-one)
}

@media only screen and (max-width:991px) {
    .wu {
        display: none;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-toggler {
        background-color: #fff
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
        background-color: #000;
        padding: 0 20px;
        position: fixed;
        top: 0;
        right: 0;
        opacity: 0.8;

    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }

    .navbar-area.nav-style-01 .nav-container {
        padding: 20px 0
    }

    .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
        background-image: none
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        text-align: left
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 30px
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: var(--main-color-one)
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
        color: var(--main-color-one)
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
        z-index: initial
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        color: rgba(255, 255, 255, 0.8)
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
        border-top: 1px solid #e2e2e2
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: var(--paragraph-color)
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
        background-color: var(--main-color-one);
        color: #fff
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
        color: #656565
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        transition: all .3s ease-in;
        color: rgba(255, 255, 255, 0.8)
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
        color: var(--main-color-one)
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: var(--main-color-one)
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 80px
    }

    .navbar-area .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%
    }


    .navbar-area .nav-container .navbar-brand {
        display: block
    }

    .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #e2e2e2
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 42pt
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5)
    }


    .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
        margin-left: 0
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: 0;
        padding-top: 10px
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: 0;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        transition: height 500ms
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: ""
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        color: #fff
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
        border-top: 0
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
}

@media only screen and (max-width:575px) {
    .navbar-area .nav-container {
        margin: 0
    }
}

.hero-slider-one.style-01 .owl-item.active .subtitle {
    animation: flipInX 1.5s .3s both
}

.hero-slider-one.style-01 .owl-item.active .title {
    animation: flipInX 1.5s .6s both
}

.hero-slider-one.style-01 .owl-item.active p {
    animation: flipInX 1.5s .9s both
}

.hero-slider-one.style-01 .owl-item.active .author-sign {
    animation: flipInX 1.5s 1.2s both
}

.hero-slider-one.style-01 .owl-item.active .hero-btn .btn {
    animation: flipInX 1.5s 1.5s both
}

.hero-slider-one:hover .owl-nav div {
    visibility: visible;
    opacity: 1
}

.hero-slider-one .owl-nav div {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #111;
    border: 1px solid #111;
    border-radius: 50%;
    transition: all .3s ease-in;
    visibility: hidden;
    opacity: 0
}

.hero-slider-one .owl-nav div:hover {
    background: var(--main-color-one);
    border-color: var(--main-color-one)
}

.hero-slider-one .owl-nav div.owl-next {
    left: auto;
    right: 20px
}

.hero-area {
    padding: 200px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 445;
}

.hero-content {
    max-width: 875px;
    height: 235px;
    position: relative;
    display: flex;

}

.hero-content .left-area {
    width: 35px;
    height: 100%;
    background: rgba(0, 0, 0, .3);

}

.hero-content .center-area .top {
    width: 20px;
    height: 50%;
    background: #1A4E80;
}

.hero-content .center-area .down {
    width: 20px;
    height: 50%;
    background: #2B95C3
}

.hero-content .right-area {
    background: #000;
}

.hero-content .subtitle {
    position: relative;
    margin-bottom: 20px;
    color: #111;
    font-weight: 700
}

.hero-content .title {
    line-height: 1.1;
    font-size: 60px;
    text-align: center;
    padding-top: 50px;
}

.hero-content .title span {
    color: #fff;

}

.hero-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 40px;
    color: #fff
}

.justify-content-center {
    width: 100%;
    height: 290px;
    display: flex;
    align-items: center;
}

.justify-content-center .ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.justify-content-center .ul li {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.justify-content-center ul li .title {
    position: relative;
}

.justify-content-center ul li .title span {
    position: absolute;
    top: -10px;
    right: -30px;
}

.justify-content-center .knows {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.justify-content-center .knows li {
    display: flex;
    flex-direction: column;
    max-width: 563px;
    font-size: 14px;
    color: #333333;
    margin-right: 70px;
    height: 126px;
}

.justify-content-center .knows li .title {
    font-size: 20px;
    color: #0058a0;
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .hero-area {
        padding: 100px 0
    }
}

@media(max-width:767px) {
    .hero-area {
        padding: 100px 0
    }

    .hero-content .title {
        font-size: 42px
    }

    .hero-content p {
        font-size: 16px
    }

    .hero-content .subtitle {
        font-size: 20px
    }
}

.about-wd {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.about-wd .left {
    width: 35px;
    background: rgba(0, 0, 0, .5);
    height: 100%;
}

.about-wd .center {
    background: rgba(0, 0, 0, .7);
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 60px;
    height: 100%;
}

.about-wd .center p {
    font-size: 14px;
    color: #fff;

}

.about-wd .center .tip {
    color: #cccccc;
    margin-bottom: 17px;
    line-height: 14px;
}

.about-wd .center .title {
    color: #fff;
    margin-bottom: 19px;
    line-height: 14px;
    font-size: 30px;
}

.about-wd .center .line {
    width: 50px;
    height: 1px;
    background: #0058A0;
    margin-bottom: 39px;

}

.about-wd .center a p {
    color: #0058a0;
    font-size: 14px;
}

.about-wd .right1 {
    width: 200px;
    height: 200px;
    background: #333333;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-wd .right1 .title {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}

.about-wd .right2 .title {
    color: #000;
    margin-top: 20px;
    font-size: 18px;
}

.about-wd .right2 {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    opacity: 0.8;
}

.about-wd .text {
    margin-bottom: 30px;
}

.zuhe {
    display: flex;
    align-items: center;
    width: 100%;
}


.zuhe .left {
    position: relative;
    width: 60%;
    height: 500px;
    right: 0;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/public/images/blog/left.jpg)
}

.zuhe .right {
    position: relative;
    width: 40%;
    height: 500px;
    background-image: url(/public/images/blog/right.jpg);
    background-repeat: no-repeat;
}

.zuhe .left-text {
    position: absolute;
    top: 60px;
    right: 0;
    height: 120px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 70%;
    background-image: url(/public/images/blog/left.png)
}

.zuhe .left-text p {
    text-align: right;
    margin-right: 60px;
}

.zuhe .left-text .tit {
    font-size: 14px;
    color: #fff;
    margin-top: 21px;
}

.zuhe .left-text .name {
    font-size: 30px;
    color: #fff;
    margin-top: 17px;
}

.zuhe .left-text .line {
    width: 50px;
    height: 1px;
    background: #0058A0;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.zuhe .left .area {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0058A0;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    right: 1px;
}

.zuhe .right-text {
    position: absolute;
    bottom: 100px;
    left: -1px;
    height: 120px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 80%;
    background-image: url(/public/images/blog/right.png);

}

.zuhe .right-text p {
    position: absolute;
    left: 50px;
}

.zuhe .right-text .name {
    font-size: 30px;
    color: #fff;
    margin-top: 34px;

}

.zuhe .right-text .know {
    font-size: 14px;
    color: #00a0e9;
    bottom: 28px;
}

.zuhe .right .area2 {
    width: 50px;
    height: 50px;
    background: #0058A0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: -1px;
}

.foot-menus {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 0 0;
}

.foot-menus .li {
    width: 16%;
}

.foot-menus .li .menu {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #0058A0;
    padding-bottom: 8px;
    width: 100%;
}

.foot-menus .li ul {
    margin-top: 8px;
}

.foot-menus .li ul li {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 3px;

}

.service-title {
    margin-left: auto;
    margin-right: auto
}

.service-single-item {
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
    padding: 50px
}

.service-single-item .shape {
    position: absolute;
    top: 30px;
    left: 45PX;
    width: 80px;
    z-index: -1
}

.service-single-item .icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 75px;
    height: 1px;
    width: 70px;
    background: var(--main-color-two)
}

.service-single-item .icon i {
    padding-left: 15px;
    color: var(--main-color-two);
    z-index: 1;
    font-size: 36px;
    display: block
}

.service-single-item .title {
    font-weight: 600
}

.service-single-item:hover .content .title {
    color: var(--main-color-one);
    transition: .3s
}

#callto-section {
    height: 500px;
}

#callto-section .content {
    max-width: 700px;
    margin: auto
}

.callto .subtitle {
    text-transform: uppercase;
    line-height: 1.5
}

.callto .subtitle {
    background: #fff;
    color: var(--main-color-two);
    padding: 5px;
    max-width: 460px;
    margin: auto;
    text-align: center
}

.callto .title {
    color: #fff
}

.callto .phone-number {
    font-size: 48px;
    display: block;
    font-weight: 600;
    color: var(--main-color-one)
}

.callto-img {
    position: absolute;
    top: -150px;
    right: 0;
    z-index: 9
}

.about-menus {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
}

.about-menus .sp {
    width: 535px;
    height: 415px;
}


.about-menus .jy {
    position: relative;
    margin: 10px;
}

.about-menus .jy .bj {
    position: absolute;
    top: 70%;
}

.about-menus .bj {
    width: 100%;
    height: 70px;
    opacity: 0.9;
    background: linear-gradient(90deg, #0058A0 0%, rgba(53, 60, 53, 0) 100%);
    display: flex;
    align-items: center;
}

.about-menus .bj .area {
    width: 14px;
    height: 70px;
    background: #00A0E9;
    opacity: 0.9;
}

.about-menus .bj p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-left: 18px;
}

.advc {
    text-align: right;
}
@media (max-width:1400px) {
    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border: 1px solid rgba(255, 255, 255, 0.8);
        background-color: #fff;
    }
   
  
}
@media (max-width:1200px) {
    .content-p{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 300px;
    }
    .content-p .left{
        width: 100%;
    }
    .content-p .right{
        width: 100%;
    }
    #banner-section .about {
        display: flex;
        align-items: flex-end;
        height: 300px;

    }

    .zuhe {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-menus {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    #callto-section {
        height: auto;
    }

    .zuhe .left {
        width: 100%;
    }

    .zuhe .right {
        width: 100%;
    }

    .about-wd {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-wd .right1 {
        display: none;
    }

    .about-wd .right2 {
        display: none;
    }

    .about-wd .left {
        display: none;
    }

    .about-wd .center {
        width: 100%;
        padding: 0 10px;
        height: 100%;
        overflow: hidden;
    }

    .about-wd .center .tip {
        padding-top: 10px;
    }

    .about-wd .center .title {
        margin-bottom: 10px;
    }

    .about-wd .center .line {
        margin-bottom: 10px;
    }

    .about-wd .text {
        margin-bottom: 15px;
    }
}

@media (max-width:850px) {
    .about-menus .sp {
        height: 265px;
        width: 345px;
    }
    
    .m850 {
        display: none;
    }
    .gyzxs .gy .right{
        width: 100%;
    }
    .gyzxs .gy .left{
        display: none;
    }
    .gyzxs .gy .right2{
        
        display: none;
    }
    .gyzxs .gy .left2{
        
        width: 100%;
    }
    .section-title {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top: 43pt;
    }

    .section-title .line2 {
        width: 230px;
        height: 1px;
        background: #D2D2D2;
        margin: 30px 0 20px 0;
    }

}

@media(max-width:767px) {
    .foot-menus {
        display: none;
    }

    .mt-50 {
        margin-top: 0;
    }

    .callto .title,
    .callto .phone-number {
        font-size: 30px
    }

    .callto-img img {
        width: 200px
    }
}

.solution-title {
    margin-left: auto;
    margin-right: auto
}

.solution-item {
    position: relative;
    padding: 30px;
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1)
}

.solution-item .solution-shape-icon .shape {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 60px
}

.solution-item .solution-shape-icon i {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 28px
}

.solution-item .title {
    font-weight: 600
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .solution-img {
        text-align: center;
        margin-bottom: 30px
    }
}

.request-form {
    background-color: var(--main-color-two);
    padding: 50px 45px 50px;
    position: relative;
    z-index: 2
}

.request-form .content .title {
    color: #fff
}

.request-form .section-title .title {
    font-size: 24px;
    line-height: 34px
}

.request-page-form .form-group textarea {
    width: 100%;
    resize: none
}

.request-page-form .form-group .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 30px 15px 0;
    color: #fff;
    background-color: transparent
}

.request-page-form .form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500
}

.request-page-form .submit-btn {
    margin-top: 20px;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color-two);
    transition: all .3s ease-in-out;
    border: 0;
    cursor: pointer
}

.request-page-form .submit-btn:hover {
    background-color: var(--main-color-one);
    color: #fff
}

@media(max-width:767px) {
    .request-form {
        margin-top: 40px
    }
}

.testimonial-area.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0
}

.testimonial-counter {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    justify-content: center
}

.testimonial-counter.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0
}

.testimonial-counter.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.testimonial-counter .content .title {
    font-size: 100px;
    line-height: 110px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px
}

.testimonial-counter .content h4 {
    color: #fff;
    font-size: 24px
}

.testimonial-area {
    position: relative;
    z-index: 0
}

.testimonial-area.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.testimonial-area.bg-image-02 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.testimonial-area.bg-image-02::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 11, 32, 0.35);
    z-index: -1
}

.testimonial-carousel-area {
    background: #F4F4F4
}

.single-testimonial-item {
    display: flex;
    align-self: flex-start;
    position: relative
}

.single-testimonial-item .thumb.bg-image-02 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat
}

.single-testimonial-item .content {
    padding: 70px 0 80px 67px;
    text-align: left;
    max-width: 533px;
}

.single-testimonial-item .content2 {
    padding: 70px 100px 80px 67px;
    text-align: left;
    max-width: 650px;
}

.single-testimonial-item .content h3 {
    font-size: 18px;
    color: #0058a0;
    font-weight: 600;
    margin-bottom: 30px;
}

.single-testimonial-item .content p {
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
}

.single-testimonial-item .content img {
    width: 100%;
}

.single-testimonial-item .author-details .author-img img {
    width: 70px;
    border-radius: 50%;
    margin: auto
}

.single-testimonial-item .content .designation {
    color: #111;
    text-transform: uppercase
}

@media(max-width:888px) {
    .hero-content {
        display: none;
        padding: 100px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-counter .content .title {
        font-size: 52px;
        line-height: 48px
    }

    .testimonial-counter .content h4 {
        font-size: 20px
    }

    .single-testimonial-item .content {
        padding: 50px
    }
}

@media(max-width:767px) {
    .testimonial-area.bg-image {
        min-height: 0
    }

    .justify-content-center {
        height: auto;
    }

    .justify-content-center .ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .justify-content-center .ul li {
        margin-top: 20px;
    }

    .justify-content-center .knows {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 10px;

    }

    .justify-content-center .knows li {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }

    .testimonial-counter .content .title {
        font-size: 48px;
        line-height: 48px
    }
}

.blog-title {
    margin-left: auto;
    margin-right: auto
}

.blog-post-item {
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
    border-radius: 20px
}

.blog-post-item .thumb {
    border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08), 0 0 0 transparent
}

.blog-post-item .thumb img {
    left: 50%;
    border-radius: 20px
}

.blog-post-item .post-category {
    padding-left: 30px
}

.blog-post-item .post-category a {
    padding: 3px 10px;
    background: var(--main-color-one);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.blog-post-item .content {
    padding: 30px
}

.blog-post-item .content .title {
    transition: .3s
}

.blog-post-item .content .title:hover {
    color: var(--main-color-one)
}

.blog-post-item .content p {
    margin-top: 15px
}

.blog-post-item .content .post-meta img {
    max-width: 40px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: -5px
}

.blog-post-item .content .post-meta li {
    padding: 0 10px;
    font-size: 13px
}

.blog-post-item .content .post-meta .separator {
    background: var(--main-color-one);
    height: 5px;
    width: 5px;
    padding: 0;
    border-radius: 50%
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .blog-post-item .content {
        padding: 30px 15px
    }
}

@media(max-width:350px) {
    .blog-post-item .content {
        padding: 30px 15px
    }
}

#footer-section {
    background: #333333
}

.footer-widget .widget-title {
    color: #fff
}

.footer-widget .widget-title span {
    color: var(--main-color-one)
}

.footer-widget p {
    color: #90979e
}

.footer-widget-social ul li a {
    padding-right: 20px
}

.footer-widget-gallery ul li {
    float: left;
    width: 50%;
    padding: 10px 20px 10px 0
}

.footer-widget-gallery ul li figure {
    margin: 0;
    padding: 0
}

.footer-widget-links ul li a {
    padding: 5px 0;
    display: block
}

.footer-widget-post .card {
    border-bottom: 1px solid #384350;
    padding-bottom: 20px
}

.footer-widget-post .card:last-child {
    border: 0
}

.footer-widget-post .content .title {
    color: #ddd;
    font-weight: 600
}

.footer-widget-post .content .meta span {
    color: var(--main-color-one)
}



.copyright-area p {
    color: #fff;
    font-size: 14px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-gallery {
        margin-top: 50px
    }
}

.project-title {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.pc2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
}
.pc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
}

.pc .product {
    width: 380px;
    margin: 0 0 30px 0;
    border: 1px solid #F4F4F4;
}


.project-item {
    position: relative
}

.project-img2 {
    width: 258px;
    height: 167px;
    margin: 42px auto 32px auto;
}

.project-img2 img {
    width: 100%;
    height: 100%;
}
.pc .product2{
    width: 565px;
    margin-bottom: 50px;
}
 .project-img3{
    width: 100%;
    height: 260px;
}
.project-img3 img{
    width: 100%;
    height: 100%;
}
.pc .product2 .name{
    font-size: 18px;
    color: #0058a0;
    margin: 20px 0;
}
.pc .product2 .text{
    font-size: 14px;
    color: #333;
}
.pc .product2 .date{
    margin-top: 20px;
    font-size: 12px;
    color: #333;
}
.pc .product .name {
    width: 100%;
    height: 30px;
    background: #0058A0;
    font-size: 14px;
    color: #fff;

}

.pc .product p {
    width: 100%;
    height: 25px;
    padding-left: 23px;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}
.pc2 .product3{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.project-img4{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pc .product3 .lx-fs{
    margin: 20px 0 10px 0;
    font-size: 18px;
    color: #666666;
}
.pc .product3 .lx-fs span{
    font-size: 10px;
}
.pc .product3 .lx{
    font-size: 18px;
    color: #666666;
}
.project-img4 img{
    width: 76px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 20px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #0058A0;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #0058A0;
    color: white;
    border: 1px solid #0058A0;
}

ul.pagination li a:hover:not(.active) {
    background-color: #0058A0;
}

.project-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .3s
}

.project-item .content .title {
    position: absolute;
    left: 20px;
    bottom: 0;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    color: #fff !important
}

.project-item .content .icon i {
    position: absolute;
    right: 20px;
    bottom: 50px;
    visibility: hidden;
    opacity: 0;
    height: 40px;
    width: 40px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    background: var(--main-color-one);
    border-radius: 50%;
    color: #fff;
    transition: .3s;
    display: block
}

.project-item:hover .content .title {
    visibility: visible;
    opacity: 1;
    bottom: 20px
}

.project-item:hover .content .icon i {
    visibility: visible;
    opacity: 1;
    bottom: 20px
}

.project-detl .project-heading .text {
    font-size: 18px;
    line-height: 1.5
}

.project-detl p {
    margin-top: 15px
}

.projects-detl-list li {
    padding: 10px 0
}

.projects-detl-list li i {
    margin-right: 10px;
    color: var(--main-color-one)
}

.blog-post-item .content h3.title {
    line-height: 1.5
}

.blog-post-item .content .post-quote {
    background: rgba(255, 196, 0, .2);
    padding: 30px
}

.blog-post-item .content .post-quote i {
    font-size: 24px
}

.blog-post-item .content .post-quote p {
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: #111
}

.blog-post-item .content .post-quote small {
    margin-top: 15px;
    display: block;
    color: #111
}

.blog-post-item .content .post-inner-list li {
    padding: 10px 0
}

.blog-post-item .content .post-inner-list li i {
    font-size: 11px;
    margin-right: 10px;
    color: var(--main-color-one)
}

.blog-sidebar {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
    padding: 30px;
    border-radius: 20px
}

.blog-sidebar .widget-search {
    position: relative
}

.blog-sidebar .widget-search input {
    padding: 17px;
    border-radius: 0;
    font-size: 14px
}

.blog-sidebar .widget-search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 57px;
    line-height: 62px;
    width: 50px;
    font-size: 20px;
    border: 0;
    color: var(--main-color-one);
    background: transparent;
    cursor: pointer
}

.blog-sidebar .widget-archive.categories ul li a {
    padding: 7px 0;
    display: block
}

.blog-sidebar .widget-archive.categories i {
    color: var(--main-color-one);
    margin-right: 10px;
    font-size: 14px
}

.blog-sidebar .widget-archive.categories ul li a span {
    float: right
}

.blog-sidebar .recent-post-item .thumb {
    width: 300px;
    padding-right: 20px
}

.blog-sidebar .recent-post-item .title {
    font-size: 16px;
    transition: .3s
}

.blog-sidebar .recent-post-item .title:hover {
    color: var(--main-color-one)
}

.blog-sidebar .recent-post-item span {
    font-size: 13px;
    color: var(--main-color-one)
}

.blog-sidebar .widget-tag-cloud {
    overflow: hidden
}

.blog-sidebar .tagcloud ul li {
    float: left
}

.blog-sidebar .tagcloud ul li a {
    padding: 5px 15px;
    background: #f3f6fd;
    margin: 5px 2px;
    border-radius: 50px;
    font-size: 13px;
    display: block;
    transition: .3s
}

.blog-sidebar .tagcloud ul li a:hover,
.blog-sidebar .tagcloud ul li a.active {
    background: var(--main-color-one);
    color: #111
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comments-area .comments-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 38px
}

.comments-area .comment-list .comment-respond {
    margin-bottom: 30px
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin-bottom: 20px
}

.comments-area .comment-list li {
    margin-bottom: 30px
}

.comments-area .comment-list li:last-child {
    margin-bottom: 0
}

.comments-area .comment-list li ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none
}

.comments-area .comment-list li ul {
    list-style: none
}

.comments-area .comment-list li ul.children li {
    margin-left: 50px;
    list-style-type: none;
    list-style: none
}

.comments-area .comment-list li .single-comment-wrap {
    display: flex;
    align-self: flex-start
}

.comments-area .comment-list li .single-comment-wrap .thumb {
    margin-right: 20px;
    min-width: 80px;
    border-radius: 50%
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
    margin-bottom: 10px;
    border-radius: 50%;
    width: 100px
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.comments-area .comment-list li .single-comment-wrap .content {
    flex: 1;
    position: relative
}

.comments-area .comment-list li .single-comment-wrap .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--heading-font)
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
    max-width: 620px
}

.comments-area .comment-list li .single-comment-wrap .content p {
    font-size: 14px;
    line-height: 24px;
    word-break: break-word
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
    margin-bottom: 0
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
    color: var(--main-color-one);
    font-size: 12px;
    transition: .3s
}

.comments-area .comment-list li .single-comment-wrap .content .reply i {
    font-size: 10px;
    margin-right: 5px
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
    color: var(--main-color-two)
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600
}

.comments-area .form-submit {
    margin-bottom: 0
}

.comment-form .form-group.textarea .form-control {
    resize: none
}

.comment-form .form-group.textarea .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-group .form-control {
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #eee
}

.comment-form .submit-btn {
    height: 50px;
    width: auto;
    border-radius: 5px;
    font-weight: 400;
    background-color: var(--main-color-one);
    border: 0;
    cursor: pointer;
    transition: .3s ease-in;
    color: #fff
}

.comment-form .submit-btn:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.comments-area .comment-list .children li:last-child {
    margin-bottom: 30px
}

.comments-area .comment-list li ul.children {
    margin-top: 30px
}

.comment-form-cookies-consent input[type=checkbox] {
    margin-right: 5px
}

.team-item .content {
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
    padding: 20px
}

.team-item .team-img img {
    width: 100%
}

#testimonial-page .testimonial-carousel-area {
    background: transparent;
    padding: 0;
    margin: 0
}

#testimonial-page .single-testimonial-item .content {
    max-width: 100%;
    padding: 0
}

#testimonial-page .single-testimonial-item .testimonial-title {
    position: relative
}

#testimonial-page .single-testimonial-item .testimonial-title h6 {
    padding-left: 90px
}

#testimonial-page .single-testimonial-item .testimonial-title:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 38%;
    height: 1px;
    width: 70px;
    background: var(--main-color-one)
}

#testimonial-page .single-testimonial-item .content .text {
    color: inherit
}

#testimonial-page .single-testimonial-item .content .title {
    color: #111
}

#testimonial-page .single-testimonial-item .author-meta .designation {
    color: var(--main-color-one);
    font-size: 13px;
    font-weight: 600
}

#testimonial-page .owl-carousel .owl-controls {
    margin-top: 30px
}

#testimonial-page .owl-carousel .owl-controls .owl-dots {
    text-align: center
}

#testimonial-page .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin: 0 2px;
    font-size: 24px;
    background: #eee;
    height: 15px;
    width: 15px;
    border-radius: 50%
}

#testimonial-page .owl-dots .owl-dot.active {
    background: var(--main-color-one);
    width: 40px;
    border-radius: 25px
}
.index-contact-form-top .one .p{
    margin-left: 10px;
  }

@media(max-width:767px) {
    .index-contact-form-top .one{
        display: flex;
        flex-direction: column;
    }
    .index-contact-form-top .one .p{
        margin-left: 0px;
        margin-top: 15px;
    }
    .pc2{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content:center;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .testimonial-counter .content {
        padding: 50px
    }

    .single-testimonial-item .content {
        padding: 50px
    }

    #testimonial-page .single-testimonial-item .testimonial-title::before {
        display: none
    }

    #testimonial-page .single-testimonial-item .testimonial-title h6 {
        padding-left: 0
    }
}

.customer-review-title {
    margin: 0 auto 20px
}

.customer-review-item {
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
    padding: 30px
}

.customer-review-item .customer-name {
    font-size: 16px;
    color: var(--main-color-one)
}

.customer-review-item .designation {
    font-size: 14px
}

.customer-review-item .customer-rating ul li {
    margin-right: 3px;
    color: var(--main-color-one)
}

.customer-review-item .icon {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 42px;
    opacity: .2;
    color: var(--main-color-one)
}

.contact-details .contact-phone span {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0;
    color: var(--main-color-two)
}

.contact-details .contact-info {
    position: relative;
    padding-left: 10px
}

.contact-details .contact-info:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    height: 52px;
    width: 3px;
    background: var(--main-color-one);
    z-index: -1
}

.contact-details .contact-info .subtitle {
    text-transform: uppercase
}

.contact-details .contact-info .title {
    padding: 10px 0;
    font-size: 24px;
    font-weight: 500
}

.contact-details .contact-info .text {
    font-size: 18px;
    font-weight: 300;
    max-width: 180px
}

.contact-form-detl h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 10px
}

@media(max-width:991px) {
    .contact-form-detl {
        margin-top: 50px
    }
}

@media(max-width:767px) {
    .contact-details .contact-phone span {
        font-size: 28px
    }

    .contact-form-detl h3 {
        font-size: 26px
    }
}

.error-page a {
    background: var(--main-color-one);
    padding: 20px;
    margin: 30px auto 0;
    letter-spacing: 1px;
    display: block;
    width: 200px
}