:root {
    --primary-color: #e4312a;
    --secondary-color: #011936;
    --white-color: #fff;
    --white-color-rgb: rgb(255, 255, 255);
    --black-color: #000;
    --transition: all .5s ease-in-out;
    --primary-color-dark: #b5090d;
}

body,
html {
    overflow-x: hidden
}

body {
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    /*color: #dc3545;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::selection {
    background-color: var(--primary-color);
    color: #fff
}

a {
    color: #1b1a1a;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

a:hover {
    color: #ad3600;
    text-decoration: none
}

section {
    position: relative;
    padding: 30px 0;
    padding-bottom: 30px;
}

img {
    max-width: 100%
}

.team-card {
    position: relative;
    /*overflow: hidden*/
}

.team-card .team-img-wrap {
    border: 1px solid var(--body-color);
    padding: 15px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-img {
    /*overflow: hidden;*/
    position: relative
}

.team-card .team-img:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: rgba(14, 18, 29, 0.4)
}

.team-card .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-card .th-social {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.team-card .th-social a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.team-card .th-social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-card .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-card .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-card .th-social a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-card .team-title {
    margin-bottom: 2px
}

.team-card .team-title a {
    color: var(--white-color)
}

.team-card .team-title a:hover {
    color: var(--theme-color)
}

.team-card .team-desig {
    color: var(--theme-color);
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -0.3em
}

.team-card .team-content {
    padding: 30px 30px 0px 30px;
    text-align: center
}

.team-card:hover .team-img-wrap {
    border-color: var(--theme-color)
}

.team-card:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-card:hover .team-img:after {
    opacity: 1
}

.team-card:hover .th-social a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.team-card.style3 {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05)
}

.team-card.style3 .team-img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-bottom: 0px;
    height: 350px;
    object-fit:contain;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
}

.team-card.style3 .team-img:after {
    display: none
}

.team-card.style3 .team-content {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background-color: #f5f5f5;
    text-align: start;
    padding: 30px;
    border-top-right-radius: 100px;
    width: 93%;
}

@media (max-width: 1299px) {
    .team-card.style3 .team-content {
        padding: 23px
    }
}

.team-card.style3 .box-title {
    margin-bottom: 2px;
    /*width:100%;*/
    margin-left: -31px;
    text-align: center;
}

@media (max-width: 1299px) {
    .team-card.style3 .box-title {
        font-size: 22px
    }
}

.team-card.style3 .th-social {
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 15px
}

.team-card.style3 .th-social a {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: var(--smoke-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    --icon-size: 40px
}

.team-card.style3 .th-social a:hover {
    background: var(--theme-color)
}

.team-items-box {
    border: 1px solid #000;
}

li.parsley-required {
    color: red;
}

.blog-meta.style-two {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    /*width: 359px;*/
    height: 53px;
    /*position: relative;*/
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}

.blog-meta-date {
    width: 60px;
    height: 53px;
    border-radius: 3px 0px 0px 3px;
    background: #000;
    line-height: 0px;
    margin-right: 26px;
    position: relative;
    z-index: 1;
}

.blog-meta-date::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 3px 0px 0px 3px;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.blog-single-box.style-two:hover .blog-meta-date::before {
    width: 100%;
}

.blog-meta-date h5 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-meta-date span {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-left: 16px;
}

.blog-meta-info span i {
    color: #000;
    transition: .5s;
}

.blog-single-box.style-two {
    background: inherit;
    padding: 0;
}

.blog-single-box {
    background: #FFF;
    box-shadow: 0px 4px 30px 0px #E3E3E2;
    padding: 26px 30px 48px;
}

.blog-area {
    padding: 29px 0 123px;
}

/*.blog-content.style-two {
   padding: 0px 16px 24px;
}*/
.blog-thumb {

    border: 1px solid #000;
}

.blog-title.style-two {
    margin-top: -8px;
}

.blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-btn {
    display: inline-block;
}

.blog-icon a i {
    font-size: 17px;
    transition: .5s;
}

.blog-single-box.style-two:hover .blog-icon a i {
    color: #F60;
}

.bodybgBoxs {
    position: relative;
    margin-bottom: 0;
    padding: 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.bodybgBoxs .panel-body {
    margin: 0;
    padding: 10px;
    line-height: 1.45;
    background: #ffffff;
    position: relative;
    border-left: 3px solid #b10000;
    border-right: 3px solid #b10000;
    text-align: justify;
    color: #000;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

*,
:active,
:focus {
    outline: 0
}

ol,
ul {
    list-style: none
}

button {
    border: none
}

.btn.focus,
.btn:focus,
.form-control,
.form-control:focus,
button,
button:focus {
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

textarea {
    resize: none
}

select {
    background-color: transparent
}

.col-padding-0>.row {
    margin: 0
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
    padding: 0
}

.inner-padding {
    padding: 120px 70px
}

.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.background-banner {
    min-height: 500px
}

.width-auto {
    width: auto !important
}

.fz-13 {
    font-size: 13px
}

.font-secondary {
    font-family: Roboto, sans-serif
}

.lh-1 {
    line-height: 1 !important
}

.vh-100 {
    height: 100vh !important
}

.list-inline>li {
    display: inline-block
}

.align-v {
    display: flex;
    align-items: center
}

.align-v-h {
    display: flex;
    justify-content: center;
    align-items: center
}

.border-top {
    border-top: 1px solid #eaeaea !important
}

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

@media (min-width:992px) {
    .col-lg-5th {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-50 {
    margin-right: 50px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-50 {
    margin-left: 50px !important
}

.pb-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
}

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

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

.pt-110 {
    padding-top: 110px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-130 {
    padding-top: 130px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pt-150 {
    padding-top: 150px !important
}

.pt-170 {
    padding-top: 170px !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
}

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

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

.pb-110 {
    padding-bottom: 110px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

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

.pb-140 {
    padding-bottom: 140px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.pb-170 {
    padding-bottom: 170px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-100 {
    padding-left: 100px !important
}



@media only screen and (min-width:992px) and (max-width:1200px) {
    .inner-padding {
        padding: 120px 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    section {
        padding: 55px 0
    }

    .inner-padding {
        padding: 100px 50px !important
    }

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

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

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

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

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

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

    .mt-90 {
        margin-top: 64.2857142857px !important
    }

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

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

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

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

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

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

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

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

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

    .mr-30 {
        margin-right: 23.0769230769px !important
    }

    .mr-40 {
        margin-right: 28.5714285714px !important
    }

    .mr-50 {
        margin-right: 35.7142857143px !important
    }

    .ml-30 {
        margin-left: 27.2727272727px !important
    }

    .ml-40 {
        margin-left: 33.3333333333px !important
    }

    .ml-50 {
        margin-left: 35.7142857143px !important
    }

    .pt-30 {
        padding-top: 23.0769230769px !important
    }

    .pt-40 {
        padding-top: 28.5714285714px !important
    }

    .pt-50 {
        padding-top: 35.7142857143px !important
    }

    .pt-60 {
        padding-top: 42.8571428571px !important
    }

    .pt-70 {
        padding-top: 50px !important
    }

    .pt-80 {
        padding-top: 57.1428571429px !important
    }

    .pt-90 {
        padding-top: 64.2857142857px !important
    }

    .pt-100 {
        padding-top: 71.4285714286px !important
    }

    .pt-110 {
        padding-top: 78.5714285714px !important
    }

    .pt-120 {
        padding-top: 85.7142857143px !important
    }

    .pt-130 {
        padding-top: 93.3333333333px !important
    }

    .pt-140 {
        padding-top: 87.5px !important
    }

    .pt-150 {
        padding-top: 88.2352941176px !important
    }

    .pt-160 {
        padding-top: 88.8888888889px !important
    }

    .pt-170 {
        padding-top: 89.4736842105px !important
    }

    .pb-30 {
        padding-bottom: 23.0769230769px !important
    }

    .pb-40 {
        padding-bottom: 28.5714285714px !important
    }

    .pb-50 {
        padding-bottom: 35.7142857143px !important
    }

    .pb-60 {
        padding-bottom: 42.8571428571px !important
    }

    .pb-70 {
        padding-bottom: 50px !important
    }

    .pb-80 {
        padding-bottom: 57.1428571429px !important
    }

    .pb-90 {
        padding-bottom: 64.2857142857px !important
    }

    .pb-100 {
        padding-bottom: 71.4285714286px !important
    }

    .pb-110 {
        padding-bottom: 78.5714285714px !important
    }

    .pb-120 {
        padding-bottom: 85.7142857143px !important
    }

    .pb-130 {
        padding-bottom: 86.6666666667px !important
    }

    .pb-140 {
        padding-bottom: 87.5px !important
    }

    .pb-150 {
        padding-bottom: 88.2352941176px !important
    }

    .pb-160 {
        padding-bottom: 88.8888888889px !important
    }

    .pb-170 {
        padding-bottom: 89.4736842105px !important
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    section {
        padding: 30px 0
    }

    .inner-padding {
        padding: 50px 30px !important
    }

    .text-center-xs-sm {
        text-align: center !important
    }

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

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

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

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

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

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

    .mt-90 {
        margin-top: 45px !important
    }

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

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

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

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

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

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

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

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

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

    .mr-30 {
        margin-right: 25px !important
    }

    .mr-40 {
        margin-right: 30.7692307692px !important
    }

    .mr-50 {
        margin-right: 33.3333333333px !important
    }

    .ml-30 {
        margin-left: 25px !important
    }

    .ml-40 {
        margin-left: 30.7692307692px !important
    }

    .ml-50 {
        margin-left: 33.3333333333px !important
    }

    .pt-30 {
        padding-top: 23.0769230769px !important
    }

    .pt-40 {
        padding-top: 28.5714285714px !important
    }

    .pt-50 {
        padding-top: 33.3333333333px !important
    }

    .pt-60 {
        padding-top: 33.3333333333px !important
    }

    .pt-70 {
        padding-top: 35px !important
    }

    .pt-80 {
        padding-top: 40px !important
    }

    .pt-90 {
        padding-top: 45px !important
    }

    .pt-100 {
        padding-top: 50px !important
    }

    .pt-110 {
        padding-top: 55px !important
    }

    .pt-120 {
        padding-top: 60px !important
    }

    .pt-130 {
        padding-top: 66.6666666667px !important
    }

    .pt-140 {
        padding-top: 63.6363636364px !important
    }

    .pt-150 {
        padding-top: 65.2173913043px !important
    }

    .pt-160 {
        padding-top: 66.6666666667px !important
    }

    .pt-170 {
        padding-top: 68px !important
    }

    .pb-30 {
        padding-bottom: 23.0769230769px !important
    }

    .pb-40 {
        padding-bottom: 28.5714285714px !important
    }

    .pb-50 {
        padding-bottom: 33.3333333333px !important
    }

    .pb-60 {
        padding-bottom: 33.3333333333px !important
    }

    .pb-70 {
        padding-bottom: 35px !important
    }

    .pb-80 {
        padding-bottom: 40px !important
    }

    .pb-90 {
        padding-bottom: 45px !important
    }

    .pb-100 {
        padding-bottom: 50px !important
    }

    .pb-110 {
        padding-bottom: 55px !important
    }

    .pb-120 {
        padding-bottom: 60px !important
    }

    .pb-130 {
        padding-bottom: 61.9047619048px !important
    }

    .pb-140 {
        padding-bottom: 63.6363636364px !important
    }

    .pb-150 {
        padding-bottom: 65.2173913043px !important
    }

    .pb-160 {
        padding-bottom: 66.6666666667px !important
    }

    .pb-170 {
        padding-bottom: 68px !important
    }
}

.color-white {
    color: #fff !important
}

.color-gray {
    color: #f9f9f9 !important
}

.color-dark {
    color: #222 !important
}

.color-theme {
    color: var(--primary-color) !important
}

.color-heading {
    color: #1b1a1a !important
}

.color-body {
    color: #9b9b9b !important
}

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

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

.bg-dark {
    background-color: #222 !important
}

.bg-heading {
    background-color: #1b1a1a !important
}

.bg-theme {
    background-color: var(--primary-color) !important
}

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

.bg-parallax {
    background-attachment: fixed
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, .45)
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, .25)
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, .95)
}

.bg-overlay-4:before {
    background-color: rgba(27, 26, 26, .05)
}

.bg-overlay-gradient:before {
    background-color: transparent;
    background: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0, rgba(27, 26, 26, 0) 0, #1b1a1a 85%);
    background: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0, rgba(27, 26, 26, 0) 0, #1b1a1a 85%);
    background: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0, rgba(27, 26, 26, 0) 0, #1b1a1a 85%)
}

.bg-overlay-theme:before {
    background-color: rgba(255, 94, 20, .85)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1a1a;
    font-family: Teko, sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 23px
}

p {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: black;
}

h1 {
    font-size: 52px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 38px
}

h4 {
    font-size: 32px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 18px
}

.heading {
    position: relative;
}

.heading__subtitle {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #0c0808;
    display: block;
    margin-bottom: 21px
}

.heading__subtitle.left {
    width: fit-content;
}

.heading__subtitle svg {
    position: absolute;
    bottom: -8px;
    left: 0;
    color: var(--primary-color);
}

.title-left-shape {
    position: absolute;
    left: 0;
    bottom: -25px;
}

.heading__title {
    font-size: 34px;
    margin-bottom: 20px
}

.heading__desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0
}

.divider__line+.heading__desc {
    margin-top: 22px
}

.heading-2 .heading__title {
    position: relative;
    font-size: 48px
}

.heading-3 .heading__title {
    position: relative;
    font-size: 52px;
    margin-bottom: 25px
}

.heading-3 .heading__desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

.heading-4 .heading__title {
    position: relative;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 35px
}

.heading-4 .heading__desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700
}

.heading-5 .heading__title {
    font-size: 85px
}

.heading-5 .heading__desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700
}

.heading-white .heading__subtitle {
    color: #f9f9f9
}

.heading-white .heading__desc,
.heading-white .heading__title {
    color: #fff
}

.text__block-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px
}

.text__block-2 {
    position: relative
}

.text__block-2 .text__block-title {
    position: absolute;
    top: 0;
    left: 0
}

.text__block-2 .text__block-desc {
    padding-left: 220px
}

.text-content-section h5 {
    font-size: 30px
}

.text__link {
    font-size: 14px;
    font-weight: 700
}

.text__link a {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transition: all .3s ease;
    padding-bottom: 2px
}

.text__link:hover a {
    color: #1b1a1a;
    border-bottom: 2px solid #1b1a1a
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .heading__title {
        font-size: 30px
    }

    .heading-2 .heading__title {
        font-size: 35px;
        line-height: 44px
    }

    .heading-3 .heading__title {
        font-size: 37px;
        line-height: 47px
    }

    .heading-3 .heading__desc {
        font-size: 16px;
        line-height: 26px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .heading__title {
        font-size: 25px;
        margin-bottom: 10px
    }

    .heading-2 .heading__title {
        font-size: 30px;
        margin-bottom: 10px
    }

    .heading-2 .heading__desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px
    }

    .heading-3 .heading__subtitle {
        margin-bottom: 13px
    }

    .heading-3 .heading__title {
        font-size: 30px
    }

    .heading-3 .heading__desc {
        font-size: 16px;
        line-height: 26px
    }

    .heading-4 .heading__title {
        font-size: 40px
    }

    .heading-4 .heading__desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400
    }

    .heading-5 .heading__title {
        font-size: 45px
    }

    .heading-5 .heading__desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400
    }

    .text__block-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .text__block-2 .text__block-title {
        position: static
    }

    .text__block-2 .text__block-desc {
        padding-left: 0
    }
}

@media only screen and (max-width:450px) {
    .heading-2 .heading__title {
        font-size: 35px
    }

    .heading-2 .heading__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px
    }
}

.pagetitle__subheading {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #f9f9f9;
    display: block;
    margin-bottom: 25px
}

.pagetitle__heading {
    font-size: 85px;
    color: #fff;
    margin-bottom: 0
}

.pagetitle__desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    color: #f9f9f9;
    margin-top: 12px;
    margin-bottom: 0
}

.page-title {
    padding-top: 240px;
    padding-bottom: 150px
}

.page-title .breadcrumb {
    margin-top: 10px;
    margin-bottom: 0
}

.page-title .breadcrumb-item {
    padding-bottom: 5px
}

.page-title .breadcrumb-item.active {
    color: #f9f9f9;
    padding-bottom: 3px
}

.page-title .breadcrumb-item.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 22px);
    height: 1px;
    background-color: #fff
}

.page-title .breadcrumb-item a {
    position: relative
}

.page-title .breadcrumb-item a,
.page-title .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.page-title .breadcrumb-item a:hover {
    color: var(--primary-color)
}

.page-title-layout1 .pagetitle__heading {
    font-size: 65px
}

.page-title-layout1 .btn {
    margin-top: 38px
}

.page-title-layout2 {
    padding-top: 245px;
    padding-bottom: 185px
}

.page-title-layout2 .pagetitle__heading {
    font-size: 48px
}

.page-title-layout3 {
    padding-top: 217px;
    padding-bottom: 115px
}

.page-title-layout4 {
    padding-top: 205px;
    padding-bottom: 110px
}

.page-title-layout5 {
    padding-top: 235px;
    padding-bottom: 125px
}

.page-title-layout6 {
    padding-top: 235px;
    padding-bottom: 140px
}

.page-title-layout7 {
    padding-top: 215px;
    padding-bottom: 115px
}

.page-title-layout7 .cta__banner {
    padding: 40px;
    border-radius: 5px
}

.page-title-layout10,
.page-title-layout8 {
    padding-top: 240px;
    padding-bottom: 140px
}

.page-title-layout9 {
    padding-top: 235px;
    padding-bottom: 145px
}

.page-title-layout9 .btn {
    margin-top: 32px
}

.page-title-layout11 {
    padding-top: 65px;
    padding-bottom: 50px
}

.page-title-layout11 .pagetitle__heading {
    font-size: 48px;
    color: #1b1a1a
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-title {
        padding-top: 200px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .page-title {
        padding-top: 100px;
        padding-bottom: 50px
    }

    .page-title .pagetitle__subheading {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .page-title .pagetitle__desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        padding-right: 0 !important
    }

    .page-title .pagetitle__heading {
        font-size: 32px !important
    }

    .page-title .breadcrumb {
        margin-top: 15px
    }

    .page-title .btn {
        margin-top: 20px
    }

    .page-title-layout5 .breadcrumb {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .page-title-layout11 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page-title-layout11 .pagetitle__heading {
        font-size: 35px
    }
}

.why-choose-one__box {
      position: relative;
    z-index: 1;
    border-radius: 12px;
    border: 1px solid rgb(48 48 48 / 7%);
    padding: 14px 13px 24px;
    overflow: hidden;
    transition-duration: 700ms;
    text-align: center;
}

.why-choose-one .row:nth-child(odd) .col-lg-3:nth-child(even) .why-choose-one__box,
.why-choose-one .row:nth-child(even) .col-lg-3:nth-child(odd) .why-choose-one__box {

    background: #fbfbfb;
}

.why-choose-one__box::after {
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: var(--primary-color);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.why-choose-one__box:hover {
    border-color: var(--white-color);
}

.why-choose-one__box:hover .why-choose-one__box__title {
    color: var(--white-color);
}

.why-choose-one__box:hover::after {
    bottom: -50%;
    visibility: visible;
    opacity: 1;
}

.why-choose-one__box__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(15px);
    z-index: -1;
}

.why-choose-one__box:hover .why-choose-one__box__bg {
    background: var(--primary-color);
}

.why-choose-one__box__icon {
    margin-bottom: 20px;
}

.why-choose-one__box__icon img {
    display: inline-block;
    /*filter: brightness(0) opacity(0.3);*/
    transition: all 2s ease;
    /*height: 100px;*/
    /*width: 100px;*/
    /*border-radius: 50%;*/
}

.why-choose-one .col-lg-3:nth-child(even) .why-choose-one__box__icon img {
    /*filter: brightness(0) opacity(0.5);*/
}

.why-choose-one__box__title {
    color: var(--secondary-color);
    font-size: 24px;
    transition-duration: 500ms;
    margin: 0;
    font-weight: normal;
}

.r-gap {
    row-gap: 0px;
}

.why-choose-one__box:hover .why-choose-one__box__icon img {
    -webkit-animation-name: wobble-horizontal-on-hover;
    animation-name: wobble-horizontal-on-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*filter: brightness(0) invert(1) !important;*/

}

@media (max-width: 1399px) {
    .about-one__shape-two {
        display: none;
    }
}

.about-one__image {
    position: relative;
    direction: rtl;
    margin: 28px 0 0;
}

@media (max-width: 767px) {

    .about-one__image .col-md-5,
    .about-one__image .col-md-7 {
        width: 50%;
    }
}

.about-one__image__one {
    position: relative;
}

.about-one__image__one img {
    max-width: 100%;
    height: auto;
    box-shadow: rgb(0 0 0) 0px 15px 30px -10px;
    border-radius: 119px;
}

.about-one__image__one img+img {
    margin-top: 16px;
}

.about-one__image__one svg {
    width: 178px;
    height: 30px;
    stroke-width: 2px;
    stroke: var(--primary-color);
    position: absolute;
    left: 10px;
    bottom: -23px;
    fill: transparent;
    animation: zumpTop 3s infinite linear;
}


@media (max-width: 767px) {
    .about-one__image__one svg {
        display: none;
    }
}


.about-one__image__two img {
    max-width: 100%;
    height: auto;
    box-shadow: rgb(0 0 0 / 24%) 0px 20px 30px -10px;
    border-radius: 135px;
}

.about-one__image__two__shape {
    position: absolute;
    bottom: -147px;
    left: -100px;
}

.about-one__image__two__shape img {
    border-radius: 0;
    animation: zoomBig 3s linear infinite;
}

@keyframes zoomBig {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.8, 0.8);
    }

    100% {
        transform: scale(1, 1);
    }
}

.about-one__image__two {
    position: relative;
}

.about-one__image__two svg {
    width: 163px;
    height: 75px;
    stroke-width: 2px;
    stroke: var(--primary-color);
    position: absolute;
    left: 0;
    top: -28px;
    fill: transparent;
    animation: zumpBottom 3s infinite linear;
}

@media (max-width: 767px) {
    .about-one__image__two svg {
        display: none;
    }
}

.about-one__counter {
    position: absolute;
    z-index: 2;
    /* left: -28px; */
    bottom: -44px;
    width: 165px;
    height: 165px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-one__counter img {
    width: 92%;
}

.trevlo-tilt.l-one img {
    height: 450px;
}

.about-one__counter__number {
    display: flex;
    align-items: baseline;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-color);
    margin: 0 0 -6px;
}

.about-one__counter__number .count-text {
    font-size: 30px;
}

.about-one__counter__title {
    font-weight: 400;
    line-height: 1;
    color: var(--white-color);
    font-size: 31px;
    margin: 0;
}

.about-one__content {
    position: relative;
    width: 100%;
}

.about-one__content__text {
    margin: 0 0 12px;

}

.about-one__content .trevlo-btn {
    margin-top: 30px;
}

.about-one__content .trevlo-btn:hover {
    color: var(--white-color);
}

.about-one .sec-title {
    margin-bottom: 20px;
}

.about-one__box {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 76px;
    padding: 0 0 0 97px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .about-one__box {
        display: block;
        padding: 0;
    }
}

.about-one__box__icon {
    width: 76px;
    height: 76px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    font-size: 40px;
    color: var(--white-color);
}

@media (max-width: 767px) {
    .about-one__box__icon {
        position: relative;
        margin-bottom: 18px;
    }
}

.about-one__box__icon::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: var(--primary-color);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.about-one__box__icon::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: var(--secondary-color);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.about-one__box__icon span {
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-one__box__icon .icon-friendly-Guide {
    font-size: 50px;
}

.about-one__box:hover .about-one__box__icon span {
    transform: scale(0.95);
}

.about-one__box:hover .about-one__box__icon::before {
    top: 100%;
}

.about-one__box:hover .about-one__box__icon::after {
    bottom: -50%;
}

.about-one__box__title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    min-width: 110px;
}

.about-one__box__text {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 0 5px 35px;
    margin: 0 0 0 42px;
    border-left: 1px solid #EBE6DE;
}

@media (max-width: 767px) {
    .about-one__box__text {
        border: none;
        margin: 0;
        padding: 0;
    }
}


.btn {
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    padding: 0 25px;
    letter-spacing: .4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

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

.btn__block {
    width: 100%
}

.btn__primary {
    background-color: #1d2939;
    border: 2px solid #1d2939;
    color: #fff
}

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
    color: #fff
}

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--primary-color)
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.btn__secondary {
    background-color: #222;
    border: 2px solid #222;
    color: #fff
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222
}

.btn__default {
    background-color: transparent;
    border: 2px solid #eaeaea
}

.btn__default:active,
.btn__default:focus,
.btn__default:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.btn__white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #1b1a1a
}

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
    color: #fff
}

.btn__rounded {
    border-radius: 50px
}

.btn__link {
    background-color: transparent;
    border-color: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    border: none;
    padding: 0;
    min-width: 0;
    border-radius: 0
}

.btn__link.btn__primary {
    color: var(--primary-color)
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
    background-color: transparent;
    border-color: transparent;
    color: #222
}

.btn__link.btn__secondary {
    color: #222
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--primary-color)
}

.btn__link.btn__white {
    color: #fff
}

.btn__link.btn__white:active,
.btn__link.btn__white:focus,
.btn__link.btn__white:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff
}

.btn__bordered {
    background-color: transparent
}

.btn__bordered.btn__primary {
    border-color: var(--white-color);
    color: var(--primary-color)
}

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.btn__bordered.btn__secondary {
    border-color: #222;
    color: #222
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.btn__bordered.btn__white {
    color: #fff;
    border-color: #fff
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
    color: var(--primary-color);
    background-color: #fff;
    border-color: #fff
}

.btn__white.btn__secondary {
    background-color: #fff;
    border-color: #fff;
    color: #222
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.btn__video.popup-video {
    padding-left: 40px;
    color: #fff
}

.btn__video.popup-video .video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.btn__lg {
    min-width: 220px
}

.btn__underlined {
    padding-bottom: 5px
}

.btn__underlined:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn__white.btn__underlined:after {
    background-color: #fff
}

.btn__white.btn__underlined:hover {
    color: #1b1a1a
}

.btn__white.btn__underlined:hover:after {
    background-color: #1b1a1a
}

.btn span~i {
    margin-left: 8px
}

.btn i~span {
    margin-left: 8px
}

label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #1b1a1a
}

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

.form-control {
    height: 50px;
    line-height: 50px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 1px;
    padding: 0 0 0 20px;
    border-radius: 50px
}

.form-control:focus {
    background-color: #f4f4f4;
    border-color: var(--primary-color)
}

textarea.form-control {
    height: 122px;
    padding-top: 10px;
    line-height: 25px;
    border-radius: 15px
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b
}

.form-control:-moz-placeholder {
    color: #9b9b9b
}

.form-control::-moz-placeholder {
    color: #9b9b9b
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px
}

.form-group-select:after {
    content: "ï„‡";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.form-group-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #9b9b9b;
    cursor: pointer
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: 0 0;
    border: 2px solid #eaeaea;
    border-radius: 50%
}

.label-radio input:checked~.radio-indicator {
    background: 0 0
}

.label-radio input:checked:focus~.radio-indicator,
.label-radio:hover input:not([disabled]):checked~.radio-indicator {
    background: 0 0
}

.radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: var(--primary-color)
}

.label-radio input:checked~.radio-indicator:after {
    display: block
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .form-group {
        margin-bottom: 20px
    }
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav__link {
    display: block;
    position: relative;
    padding: 0 0 6px;
    margin: 0 30px 20px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #1b1a1a
}

.nav-tabs .nav__link:last-of-type {
    margin-right: 0
}

.nav-tabs .nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -ms-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
    color: var(--primary-color)
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
    width: 100%
}

.nav-tabs-white .nav__link {
    color: #fff
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
    color: #fff
}

.nav-tabs-white .nav__link:after {
    background-color: #fff
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .nav-tabs .nav__link {
        margin: 0 15px 10px 0
    }
}

.social__icons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.social__icons li {
    margin-right: 20px
}

.social__icons li a {
    display: block;
    color: #1b1a1a;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.social__icons li a:hover {
    color: var(--primary-color)
}

.social__icons li:last-of-type {
    margin-right: 0
}

.breadcrumb {
    background-color: transparent;
    padding: 0
}

.breadcrumb-item {
    position: relative;
    line-height: 1
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: FontAwesome;
    content: "ï„…"
}

.pagination li {
    margin-right: 10px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: #f4f4f4;
    color: #222;
    text-align: center;
    border: none;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pagination li a i {
    font-weight: 700
}

.pagination li a.current,
.pagination li a:hover {
    background-color: var(--primary-color);
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .pagination li a {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 38px
    }
}

.list-items li {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 9px
}

.list-items li:before {
    content: "ï€Œ";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    background-color: #1b1a1a;
    font-size: 10px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.product-details .list-items li:before{
    background-color: var(--primary-color) !important;
}
.list-items-layout2 li:before {
    background-color: var(--primary-color)
}

.list-items-white li {
    color: #fff
}

@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@-moz-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@-ms-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@-o-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-moz-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-ms-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-o-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.header {
    position: relative;
    z-index: 1010
}

.navbar {
    padding: 0;
    height: 85px;
    max-height: 85px;
    background-color: #fff;
    border-bottom: 1px solid #ededed
}

.navbar>.container,
.navbar>.container-fluid {
    position: relative;
    height: 100px
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 265px;
}

.navbar .logo-light {
    display: none
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative
}

.navbar .navbar-toggler .menu-lines {
    display: inline-block
}

.navbar .navbar-toggler .menu-lines:after,
.navbar .navbar-toggler .menu-lines:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px;
    height: 2px;
    display: inline-block;
    background-color: #333;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.navbar .navbar-toggler .menu-lines:after {
    top: 10px
}

.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #333
}

.navbar .navbar-toggler.actived .menu-lines>span {
    opacity: 0
}

.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar .nav__item {
    position: relative;
    margin-right: 30px
}

.navbar .nav__item:last-child {
    margin-right: 0
}

.navbar .nav__item .nav__item-link {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #1b1a1a;
    line-height: 85px;
    letter-spacing: .4px
}

.navbar .nav__item .nav__item-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white-color);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: transform 2s cubic-bezier(.2, 1, .3, 1);
    -moz-transition: transform 2s cubic-bezier(.2, 1, .3, 1);
    -ms-transition: transform 2s cubic-bezier(.2, 1, .3, 1);
    -o-transition: transform 2s cubic-bezier(.2, 1, .3, 1);
    transition: transform 2s cubic-bezier(.2, 1, .3, 1)
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.navbar .dropdown-toggle:after {
    content: "ï„…";
    font-family: fontAwesome;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #fff
}

.navbar .dropdown-menu .nav__item {
    padding: 0 10px;
    margin-right: 0
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 33px !important;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 33px;
    transform: none;
    transition-delay: .5s;
    color: var(--primary-color);
    font-size: 10px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: var(--primary-color)
}

.navbar .dropdown-menu .dropdown-toggle:after {
    right: 0
}

.header__topbar .contact__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.header__topbar .contact__list li {
    font-size: 13px;
    margin-right: 25px;
    display: flex;
    align-items: center
}

.header__topbar .contact__list li i {
    font-size: 15px;
    margin-right: 8px
}

.header__topbar .contact__list li:last-child {
    margin-right: 0
}

.header__topbar .header__topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

.header__topbar .header__topbar-links li {
    line-height: 47px
}

.header__topbar .header__topbar-links li a {
    display: block;
    color: #fff;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 13px
}

.header__topbar .header__topbar-links li a:after {
    content: "-";
    position: absolute;
    right: 0;
    color: #fff
}

.header__topbar .header__topbar-links li a:hover {
    color: var(--primary-color)
}

.header__topbar .header__topbar-links li:last-child a {
    padding-right: 0;
    margin-right: 0
}

.header__topbar .header__topbar-links li:last-child a:after {
    display: none
}

.header-transparent .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    background-color: var(--primary-color);
}

.header-transparent .navbar .navbar-toggler .menu-lines span,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines:before {
    background-color: #fff
}

.header-transparent .logo-light {
    display: inline-block;
}

.header-transparent .logo-dark {
    display: none;

}

.header-transparent .module__btn,
.header-transparent .module__btn-request,
.header-transparent .nav__item .nav__item-link {
    color: #fff
}

.header-transparent .module__btn-phone a {
    color: #fff
}

.header-white .module__btn-phone .icon-phone,
.header-white .module__btn-phone a {
    color: #222
}

.header-full .navbar,
.header-full .navbar .nav__item .nav__item-link {
    line-height: 80px
}

.header-full .navbar,
.header-full .navbar>.container,
.header-full .navbar>.container-fluid {
    height: 80px
}

.header-full .module__btn-request {
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    min-width: 170px;
    margin-top: -2px
}

.header-full .module__btn-request:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 0 !important;
    height: 90px;
    max-height: 90px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    -webkit-animation: translateHeader .8s;
    -moz-animation: translateHeader .8s;
    -ms-animation: translateHeader .8s;
    -o-animation: translateHeader .8s;
    animation: translateHeader .8s
}

.fixed-navbar>.container,
.fixed-navbar>.container-fluid {
    position: relative;
    height: 90px
}

.fixed-navbar .navbar-brand {
    line-height: 90px
}

.fixed-navbar .header__top-right {
    display: none !important
}


.fixed-navbar .logo-light {
    display: none
}

.fixed-navbar .logo-dark {
    display: inline-block
}

.fixed-navbar .navbar-nav {
    margin-top: 0
}

.fixed-navbar .module__btn,
.fixed-navbar .module__btn-phone a {
    color: #333
}

.header-full .fixed-navbar.navbar__bottom {
    background-color: #1b1a1a !important;
    height: 60px;
    max-height: 60px
}

.header-full .fixed-navbar.navbar__bottom>.container,
.header-full .fixed-navbar.navbar__bottom>.container-fluid {
    height: 60px
}


.header-transparent .fixed-navbar .module__btn-request:hover {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: #000
}

.navbar-modules .modules__btns-list li {
    margin-left: 20px
}

.navbar-modules .modules__btns-list li:first-child {
    margin-left: 30px
}

.module__btn {
    position: relative;
    color: #333
}

.module__btn:hover {
    color: var(--primary-color)
}

.module__btn-request {
    width: 142px;
    min-width: 0;
    padding: 0;
    height: 45px;
    line-height: 41px;
    letter-spacing: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.module__btn-request span {
    margin-right: 7px
}

.module__btn-request:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.module__btn-phone i {
    font-size: 18px;
    margin-right: 7px;
    color: var(--primary-color)
}

.module__btn-phone a {
    font-size: 30px;
    font-family: Teko, sans-serif
}

.module__search-container {
    position: fixed;
    z-index: 2300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.module__search-container .close-search {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-delay: .9s
}

.module__search-container .close-search:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    background-color: #1b1a1a;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.module__search-container .close-search:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.module__search-container .module__search-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 770px;
    margin: -40px auto 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.module__search-container .module__search-btn {
    position: absolute;
    top: 0;
    left: 27px;
    line-height: 75px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    transition: .3s ease;
    color: #1b1a1a
}

.module__search-container .module__search-btn:hover {
    color: var(--primary-color)
}

.module__search-container .search__input {
    font-family: Teko, sans-serif;
    color: #1b1a1a;
    font-size: 45px;
    font-weight: 300;
    z-index: 1;
    height: 75px;
    padding: 0 0 0 70px;
    background: #f4f4f4;
    border: none;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.module__search-container.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.module__search-container.active .close-search {
    opacity: 1
}

.module__search-container.active .module__search-form {
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1)
}

.module__search-container.inActive {
    opacity: 0;
    transition-delay: .5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.module__search-container.inActive .module__search-form {
    transition-delay: 0s;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .navbar .nav__item {
        margin-right: 15px
    }

    .module__btn-request {
        width: 130px;
        font-size: 12px
    }

    .navbar .logo-light {
        max-width: 140px
    }

    .navbar-modules .modules__btns-list li:first-child {
        margin-left: 20px
    }
}

@media only screen and (max-width:991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 13px
    }

    .navbar .collapse:not(.show) {
        display: block
    }

    .navbar .navbar-nav {
        margin: 0 !important
    }

    .navbar .nav__item {
        margin-right: 0
    }

    .navbar .nav__item .nav__item-link {
        color: #222;
        line-height: 35px !important;
        padding-left: 15px
    }

    .navbar .nav__item .nav__item-link:hover {
        color: var(--primary-color)
    }

    .navbar .nav__item .nav__item-link:before {
        display: none
    }

    .navbar .navbar-collapse {
        background-color: #fff;
        box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
        z-index: 50;
        padding: 15px 0;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    .navbar .navbar-collapse .navbar-modules {
        padding: 0 15px
    }

    .navbar .menu-opened.navbar-collapse {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .navbar i[data-toggle=dropdown] {
        position: absolute;
        top: 7px;
        right: 15px;
        width: 50%;
        text-align: right;
        z-index: 2
    }

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

    .navbar .nav__item.opened>i[data-toggle=dropdown]:before,
    .navbar .nav__item.show>i[data-toggle=dropdown]:before {
        content: "ï„‡"
    }

    .navbar .dropdown-menu {
        background-color: #fff
    }

    .navbar .dropdown-menu .nav__item {
        padding: 0 15px 0 30px
    }

    .navbar .dropdown-menu .nav__item .nav__item-link {
        border-bottom: none
    }

    .navbar .dropdown-menu .dropdown-menu-col .nav__item {
        padding: 0
    }

    .navbar .dropdown-menu-col h6 {
        font-size: 13px;
        margin: 10px 0 5px
    }

    .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
        padding-left: 10px
    }

    .navbar .dropdown-submenu .dropdown-menu .nav__item {
        padding: 0 0 0 15px
    }

    .navbar .navbar-nav .dropdown-menu.show {
        padding: 0
    }

    .navbar .mega-dropdown-menu .container {
        max-width: none
    }

    .navbar .mega-dropdown-menu>.nav__item {
        padding: 0 10px
    }

    .navbar .mega-dropdown-menu .nav__item {
        padding: 0
    }

    .fixed-navbar {
        position: static;
        animation: none
    }

    .header-transparent+.page-title {
        margin-top: 0
    }

    .header-full .navbar {
        line-height: 80px
    }

    .header .navbar,
    .header-transparent .navbar {
        background-color: #fff
    }

    .header .logo-dark,
    .header-transparent .logo-dark {
        display: inline-block
    }

    .header .logo-light,
    .header-transparent .logo-light {
        display: none
    }

    .header .module__btn,
    .header-transparent .module__btn {
        color: #333;
        margin: 0 60px 0 0
    }

    .header .navbar .navbar-toggler .menu-lines span,
    .header .navbar .navbar-toggler .menu-lines:after,
    .header .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines span,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines:before {
        background-color: #333
    }

    .header .navbar-expand-lg>.container,
    .header .navbar-expand-lg>.container-fluid,
    .header-transparent .navbar-expand-lg>.container,
    .header-transparent .navbar-expand-lg>.container-fluid {
        width: 100%;
        max-width: none
    }

    .header .navbar,
    .header .navbar>.container,
    .header .navbar>.container-fluid,
    .header-transparent .navbar,
    .header-transparent .navbar>.container,
    .header-transparent .navbar>.container-fluid {
        height: 80px
    }

    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand,
    .header-transparent .navbar-brand {
        margin-left: 15px;
        line-height: 80px !important
    }

    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand {
        line-height: 80px
    }

    .header__topbar>.container {
        max-width: none
    }

    .navbar__bottom {
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:992px) {
    .navbar .dropdown-menu {
        width: max-content;
        padding: 25px 0 23px;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11)
    }

    .navbar .dropdown-menu .nav__item .nav__item-link:before {
        display: none
    }

    .navbar .dropdown-menu.wide-dropdown-menu {
        min-width: 550px;
        padding: 0;
        overflow: hidden
    }

    .navbar .dropdown-menu.wide-dropdown-menu>.nav__item {
        padding: 0
    }

    .navbar .dropdown-menu.wide-dropdown-menu>.nav__item:before {
        display: none
    }

    .navbar .dropdown-menu.wide-dropdown-menu h6 {
        font-size: 25px;
        font-weight: 500;
        margin: 20px auto 0px;
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
        padding: 20px 0 27px
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child::before {
        content: "";
        position: absolute;
        top: 0;
        right: -2px;
        width: 2px;
        height: 100%;
        background-color: #eaeaea
    }

    .navbar .nav__item.dropdown-submenu>.mega-menu,
    .navbar .nav__item.with-dropdown>.dropdown-menu,
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
    .navbar .nav__item.with-dropdown>.mega-menu {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu,
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%
    }

    .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
    .navbar .nav__item.with-dropdown:hover>.dropdown-menu,
    .navbar .nav__item.with-dropdown:hover>.mega-menu,
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .navbar .nav__item.with-dropdown.mega-dropdown {
        position: static
    }

    .navbar .nav__item.with-dropdown .mega-dropdown-menu {
        width: 100%
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
        padding: 0
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
        overflow: hidden;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
        font-family: FontAwesome;
        content: "ï„‘";
        position: absolute;
        top: auto;
        left: -7px;
        font-size: 7px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        color: var(--primary-color)
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
        padding-left: 15px
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
        opacity: 1;
        left: 4px
    }

    .navbar-nav>.nav__item>.dropdown-toggle:after {
        display: none
    }

    .nav__item i[data-toggle=dropdown] {
        display: none
    }

    .header-full .navbar,
    .header-full .navbar>.container,
    .header-full .navbar>.container-fluid {
        height: auto
    }

    .header-full .navbar {
        display: block;
        line-height: 60px
    }

    .header-full .navbar .nav__item .nav__item-link {
        line-height: 60px
    }

    .header-full .nav__item .nav__item-link {
        color: #fff
    }

    .header-full .nav__item .nav__item-link:before {
        background-color: #fff
    }

    .header-full .header__topbar .contact__list li {
        line-height: 1;
        padding-right: 30px;
        margin-right: 30px;
        position: relative
    }

    .header-full .header__topbar .contact__list li:after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #eaeaea
    }

    .header-full .header__topbar .contact__list li:last-child {
        margin-right: 0
    }

    .header-full .header__topbar .contact__list li:last-child:after {
        display: none
    }

    .header-full .header__topbar .contact__list li>i {
        font-size: 16px;
        margin-right: 14px
    }

    .header-full .header__topbar .contact__list li a,
    .header-full .header__topbar .contact__list li strong {
        display: block;
        font-size: 14px;
        margin-top: 8px;
        font-weight: 700;
        color: #1b1a1a
    }

    .header-full .header__topbar .social__icons li a {
        background-color: #1b1a1a;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%
    }

    .header-full .header__topbar .social__icons li a:hover {
        background-color: var(--primary-color)
    }

    .header-full .navbar__bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        background-color: #1b1a1a
    }

    .header-full .navbar__bottom>.container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .dropdown-menu.mega-dropdown-menu>.nav__item {
        padding: 0 15px
    }

    .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
        border-bottom: 1px solid #f2f2f2
    }

    .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
        border-bottom: none
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .module__search-container .module__search-form {
        max-width: 90%
    }

    .module__search-container .module__search-btn {
        left: 15px;
        font-size: 16px;
        line-height: 50px
    }

    .module__search-container .search__input {
        font-size: 20px;
        padding: 0 0 0 40px;
        height: 50px
    }
}

@media only screen and (max-width:450px) {
    .navbar-brand img {
        max-width: 150px
    }

    .header-full .module__search-form .search__input {
        max-width: 150px
    }

    .navbar-modules .modules__btns-list li {
        margin-left: 10px
    }
}

@media only screen and (max-width:360px) {
    .navbar-brand img {
        max-width: 140px
    }

    .header-full .module__search-form .search__input {
        max-width: 110px
    }
}

@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.accordion-item {
    border: 1px solid #ededed;
    background-color: #fff;
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 27px
}

.accordion-item .accordion__item-title {
    font-family: Teko, sans-serif;
    color: #222;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px
}

.accordion-item .accordion__item-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "ï§";
    font-family: fontawesome;
    background-color: transparent;
    color: #1b1a1a;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px
}

.accordion-item.opened {
    border-color: var(--primary-color)
}

.accordion-item.opened .accordion__item-title {
    color: var(--primary-color)
}

.accordion-item.opened .accordion__item-title:after {
    background-color: var(--primary-color);
    color: #fff;
    content: "ï¨"
}

.accordion-item .accordion__item-body {
    padding-top: 25px
}

.accordion-item .accordion__item-body p {
    margin-bottom: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .accordion-item {
        padding: 15px 20px
    }
}

.divider__line {
    position: relative;
    height: 2px
}

.divider__line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #eaeaea
}

.divider__line.divider__center:after {
    left: 50%;
    transform: translateX(-50%)
}

.divider__line.divider__sm:after {
    width: 30px
}

.divider__line.divider__lg:after {
    width: 70px
}

.divider__theme:after {
    background-color: var(--primary-color)
}

.divider__white:after {
    background-color: #fff
}

.footer {
    background-color: #161616
}

.footer-top {
    padding-top: 110px;
    padding-bottom: 40px
}

.footer__widget {
    margin-bottom: 30px
}

.footer__widget-title {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 24px
}

.footer__widget-about p {
    margin-bottom: 20px
}

.footer__contact-phone {
    line-height: 1
}

.footer__contact-phone i {
    color: var(--primary-color);
    font-size: 18px;
    margin-right: 8px
}

.footer__contact-phone a {
    font-family: Teko, sans-serif;
    font-size: 35px;
    font-weight: 300;
    color: var(--primary-color);
    line-height: 1
}

.footer__widget-newsletter .footer__widget-content {
    background-color: #121212;
    border-radius: 4px;
    padding: 40px
}

.footer__widget-newsletter .footer__widget-content p {
    color: #f4f4f4;
    font-weight: 700;
    margin-bottom: 21px
}

.widget__newsletter-form {
    position: relative
}

.widget__newsletter-form .form-control {
    font-size: 13px;
    background-color: transparent;
    border: 2px solid #2f2e2e
}

.widget__newsletter-form .form-control:focus {
    background-color: transparent;
    border-color: var(--primary-color)
}

.widget__newsletter-form .btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px
}

.footer__widget-nav li a {
    display: block;
    position: relative;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 33px;
    padding-left: 17px
}

.footer__widget-nav li a:after {
    font-family: icomoon;
    content: "î¤‚";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 33px;
    color: var(--primary-color);
    font-size: 10px
}

.footer__widget-nav li a:hover {
    color: var(--primary-color)
}

.footer__copyright-links li {
    margin-right: 27px;
    margin-bottom: 5px
}

.footer__copyright-links li:last-child {
    margin-right: 0
}

.footer__copyright-links li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 33px
}

.footer__copyright-links li a:hover {
    color: var(--primary-color)
}

.footer .social__icons {
    margin-top: 32px
}

.footer .social__icons li {
    margin-right: 9px
}

.footer .social__icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 17px;
    border-radius: 50%
}

.footer .social__icons li a:hover {
    background-color: #fff;
    color: var(--primary-color)
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #212121
}

#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primary-color);
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#scrollTopBtn:hover {
    background-color: #222
}

#scrollTopBtn.actived {
    right: 30px;
    opacity: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-top {
        padding-top: 70px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer-top {
        padding-top: 50px;
        padding-bottom: 0
    }

    .footer-top .footer__widget-title {
        margin-bottom: 20px
    }

    .footer-bottom {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .footer__copyright-links {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        margin-top: 20px
    }

    .footer__copyright-links li {
        margin-right: 10px
    }

    .footer__copyright-links li a {
        font-size: 13px;
        font-weight: 400
    }

    .footer .text-right {
        text-align: left !important
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .footer__widget-newsletter .footer__widget-content {
        padding: 20px
    }

    #scrollTopBtn {
        bottom: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    #scrollTopBtn.actived {
        right: 20px
    }
}

@media only screen and (max-width:400px) {

    .footer__copyright-links li a,
    .footer__widget-nav li a {
        font-size: 13px;
        line-height: 30px
    }

    .footer__widget-newsletter .footer__widget-content {
        padding: 20px
    }
}
.cta__banner.slider-img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
}
.cta__banner {
    background-color: var(--primary-color);
    max-width: 400px;
    padding: 50px 30px 40px 40px
}

.cta__banner .cta__title {
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.cta__banner .cta__desc {
    color: #f9f9f9;
    margin-bottom: 15px
}

.cta__banner .btn:hover {
    color: #1b1a1a
}

.cta__banner .cta__icon {
    line-height: 1;
    margin-bottom: 20px
}

.cta__banner .cta__icon i {
    font-size: 60px;
    line-height: 1;
    color: #fff
}

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

.cta__banner-white .cta__title {
    color: #1b1a1a;
    margin-bottom: 15px
}

.cta__banner-white .cta__desc {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 700
}

.cta__banner-white .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: inline-block
}

[data-dots=false] .owl-dots,
[data-nav=false] .owl-nav {
    display: none
}

.owl-carousel .owl-item img {
    width: 100%
}

.carousel-dots .owl-dots {
    margin-top: 10px;
    text-align: center
}

.carousel-dots .owl-dots .owl-dot {
    margin: 0 5px
}

.carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #b2b2b2;
    border: 2px solid #b2b2b2;
    margin: 0;
    display: inline-block
}

.carousel-dots .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-color: #1b1a1a;
    transform: translateY(3px)
}

.carousel-dots .owl-dots .owl-dot.active span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1b1a1a;
    transform: translate(-50%, -50%)
}

.carousel-dots-white .owl-dots .owl-dot span {
    background-color: #fff;
    border-color: #fff
}

.carousel-dots-white .owl-dots .owl-dot.active span {
    border-color: #fff
}

.carousel-dots-white .owl-dots .owl-dot.active span:before {
    background-color: #fff
}

.carousel-arrows .owl-nav .owl-next,
.carousel-arrows .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    color: #333;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.carousel-arrows .owl-nav .owl-next:hover,
.carousel-arrows .owl-nav .owl-prev:hover {
    color: var(--primary-color);
    background-color: transparent
}

.carousel-arrows .owl-nav .owl-prev {
    left: 0
}

.carousel-arrows .owl-nav .owl-prev:before {
    font-family: icomoon;
    content: "î¤";
    font-size: 55px
}

.carousel-arrows .owl-nav .owl-next {
    right: 0
}

.carousel-arrows .owl-nav .owl-next:before {
    font-family: icomoon;
    content: "î¤ƒ";
    font-size: 55px
}

.carousel-arrows .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 1
}

@media only screen and (min-width:320px) and (max-width:767px) {

    .carousel-arrows .owl-nav .owl-next:before,
    .carousel-arrows .owl-nav .owl-prev:before {
        font-size: 40px
    }
}

/*.header-transparent+.slider {*/
/*    margin-top: -100px*/
/*}*/

/*.header-transparent+.slider .slide-item {*/
/*    padding-top: 170px*/
/*}*/

.slider {
    padding: 0
}

.slider .slide-item {
    height: 85vh
}

.slider .slide__subtitle {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 18px
}

.slider .slide__title {
    font-size: 59px;
    line-height: 62px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px; text-transform:uppercase;text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.slider .slide__desc {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    max-width: 650px;
    line-height: 22px;
    font-weight: 500;
    padding: 3px 20px 1px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: max-content;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
}

.slider .carousel-arrows .owl-nav .owl-prev {
    left: 50px
}

.slider .carousel-arrows .owl-nav .owl-next {
    right: 50px
}

.slider .carousel-arrows .owl-nav .owl-next,
.slider .carousel-arrows .owl-nav .owl-prev {
    color: #fff;
    border: none;
    line-height: 46px;
    width: auto;
    opacity: 0;
    transition: opacity .5s ease, transform .4s ease;
    transform: scale(.8)
}

.slider .carousel-arrows .owl-nav .owl-next:hover,
.slider .carousel-arrows .owl-nav .owl-prev:hover {
    color: var(--primary-color)
}

.slider:hover .carousel-arrows .owl-nav .owl-next,
.slider:hover .carousel-arrows .owl-nav .owl-prev {
    opacity: 1;
    transform: scale(1)
}

.slider .carousel-arrows .owl-dots {
    bottom: 30px;
    text-align: center
}

.slider .carousel-dots .owl-dots .owl-dot span {
    border-color: #fff
}

.slider .carousel-dots .owl-dots .owl-dot.active span:before {
    background-color: #fff
}

.slider-layout2 .slide__title {
    font-size: 85px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .slider .slide__title {
        font-size: 65px;
        line-height: 75px
    }

    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider .slide__title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px
    }

    .slider .carousel-arrows .owl-nav .owl-next {
        right: 0
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .header-transparent+.slider {
        margin-top: 0
    }

    .header-transparent+.slider .slide-item {
        padding-top: 0
    }

    .slider .slide-item {
        height: 35vh
    }

    .header-transparent+.slider .slide__content {
        padding-top: 0
    }

    .slider .carousel-arrows .owl-nav .owl-next,
    .slider .carousel-arrows .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .slider .carousel-arrows .owl-nav .owl-next:before,
    .slider .carousel-arrows .owl-nav .owl-prev:before {
        font-size: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider .slide__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px
    }

    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .slider .slide__subtitle {
        margin-bottom: 15px
    }

    .slider .slide__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .slider .slide__desc {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 20px;
        line-height:1.6;
        display:none;
    }

    .slider .btn {
        margin-bottom: 20px
    }

    .slider .carousel-arrows .owl-nav .owl-next,
    .slider .carousel-arrows .owl-nav .owl-prev {
        display: none
    }
}

.video__btn {
    position: relative
}

.video-banner {
    padding: 225px 0;
    border-radius: 5px
}

.video-banner-layout2 {
    padding: 300px 0
}

.popup-video {
    text-align: center;
    display: inline-block;
    position: relative
}

.popup-video .video__player {
    font-size: 18px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    position: relative;
    display: inline-block
}

.popup-video .video__player-animation {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .5;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-animation: pulsing 3s linear 0s infinite;
    -moz-animation: pulsing 3s linear 0s infinite;
    -ms-animation: pulsing 3s linear 0s infinite;
    -o-animation: pulsing 3s linear 0s infinite;
    animation: pulsing 3s linear 0s infinite
}

.popup-video .video__player-animation-2 {
    animation-delay: 1s
}

.popup-video .video__player-animation-3 {
    animation-delay: 1.8s
}

.popup-video .video__player-title {
    color: #1b1a1a;
    font-size: 13px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 1;
    margin-left: 30px
}

.popup-video:hover .video__player-animation {
    opacity: 0;
    animation-play-state: paused
}

.video__btn-white .video__player {
    background-color: #fff;
    color: #1b1a1a
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .video-banner {
        padding: 125px 0
    }

    .video-banner-layout2 {
        padding: 150px 0
    }

    .popup-video .video__player {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .video-banner {
        padding: 100px 0
    }

    .video-banner-layout2 {
        padding: 120px 0
    }
}

.feature-numberd-item {
    position: relative;
    text-align: center;
    padding-top: 30px
}

.feature-numberd-item .feature__numberd-item-icon {
    font-size: 60px;
    color: #6f6f6f;
    line-height: 1;
    margin-bottom: 23px
}
.feature-numberd-item .feature__numberd-item-icon img {
    height:80px;
    width:80px;
}

.feature-numberd-item:hover .feature__numberd-item-icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate
}

.feature-numberd-item .feature__numberd-item-number {
    font-size: 160px;
    line-height: 1;
    color: #f5f5f5;
    margin-bottom: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.feature-numberd-item .feature__numberd-item-title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px
}

.feature-item {
    position: relative;
    margin-bottom: 30px
}

.feature-item .feature__img {
    margin-bottom: 24px
}

.feature-item .feature__img img {
    border-radius: 3px;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

.feature-item .feature__subtitle {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px
}

.feature-item .feature__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.feature-item .feature__desc {
    margin-bottom: 0
}

.feature-item .feature__link {
    line-height: 1;
    display: block;
    margin-top: 5px
}

.feature-item:hover .feature__img img {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.feature-item:hover .feature__title {
    color: var(--primary-color)
}

.features-layout2 .features-wrap {
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    border-radius: 5px;
    position: relative;
    z-index: 3;
    background-color: #fff
}

.features-layout2 .feature-item {
    padding: 35px 25px;
    margin-bottom: 0;
    border-right: 2px solid #eaeaea
}

.features-layout2 .feature-item:last-child {
    border-right: 0
}

.features-layout2 .feature-item .feature__title {
    font-size: 24px
}

.features-layout2 .title-box {
    margin-top: 45px
}

.features-layout2 .title-box i {
    font-size: 55px
}

.features-layout2 .title-box h4 {
    font-size: 28px;
    font-weight: 400
}

.feature-list-item {
    padding: 27px 15px 22px 25px;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear
}

.feature-list-item .feature__content {
    position: relative;
    padding-left: 32px
}

.feature-list-item .feature__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: Fontawesome;
    content: "ï€Œ";
    color: var(--primary-color);
    font-size: 18px
}

.feature-list-item .feature__title {
    font-size: 19px;
    margin-bottom: 18px
}

.feature-list-item:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .15)
}

.feature-list-item:hover .feature__content:before,
.feature-list-item:hover .feature__desc,
.feature-list-item:hover .feature__title {
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media only screen and (min-width:992px) {
    .features-layout2 .features-wrap {
        margin-top: -100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-item .feature__img {
        margin-bottom: 20px
    }

    .feature-item .feature__title {
        font-size: 16px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .feature-item .feature__img {
        margin-bottom: 15px
    }

    .feature-item .feature__title {
        margin-bottom: 10px
    }

    .features-layout2 .feature-item {
        padding: 20px;
        border-right: 0;
        border-bottom: 2px solid #eaeaea
    }

    .features-layout2 .feature-item:last-child {
        border-bottom: 0
    }
}

.fancybox-item {
    position: relative;
    margin-bottom: 40px
}

.fancybox-item .fancybox__icon {
    font-size: 52px;
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 22px;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

.fancybox-item .fancybox__title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fancybox-item .fancybox__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.fancybox-item:hover .fancybox__icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate
}

.fancybox-item:hover .fancybox__title {
    color: var(--primary-color)
}

.fancybox-white .fancybox-item .fancybox__icon,
.fancybox-white .fancybox-item .fancybox__title,
.fancybox-white .fancybox-item:hover .fancybox__title {
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .fancybox-item .fancybox__title {
        margin-bottom: 12px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .fancybox-item {
        margin-bottom: 30px
    }

    .fancybox-item .fancybox__icon {
        font-size: 40px;
        margin-bottom: 5px
    }

    .fancybox-item .fancybox__title {
        font-size: 15px;
        margin-bottom: 5px !important
    }
}

.portfolio-item {
    position: relative;
    margin-bottom: 50px
}

.portfolio-item .portfolio__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.portfolio-item .portfolio__img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    display: block;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.portfolio-item .portfolio__img img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear
}

.portfolio-item:hover .portfolio__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-item .portfolio__content {
    padding-top: 30px;
    border-radius: 0 5px 0 0;
    background-color: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-right: 28px
}

.portfolio-item .portfolio__cat {
    line-height: 1;
    margin-bottom: 20px
}

.portfolio-item .portfolio__cat a {
    position: relative;
    font-size: 14px;
    color: var(--primary-color);
    padding-right: 7px
}

.portfolio-item .portfolio__cat a:hover {
    color: #1b1a1a
}

.portfolio-item .portfolio__cat a::after {
    content: ",";
    position: absolute;
    top: 2px;
    right: 2px
}

.portfolio-item .portfolio__cat a:last-child:after {
    display: none
}

.portfolio-item .portfolio__title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px
}

.portfolio-item .portfolio__title a {
    color: #1b1a1a
}

.portfolio-item .portfolio__title a:hover {
    color: var(--primary-color)
}

.portfolio-item .portfolio__desc {
    margin-bottom: 0
}

.portfolio-item .btn__link {
    line-height: 1;
    margin-top: 23px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.portfolio-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.portfolio-item:hover .btn__link {
    color: var(--primary-color)
}

.portfolio-item:hover .btn__link i {
    background-color: var(--primary-color)
}

.portfolio-item .divider__line {
    margin-bottom: 22px
}

.portfolio-item .zoom__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.portfolio-item .zoom__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.portfolio-item .zoom__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff
}

.portfolio-item:hover .zoom__icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.portfolio-classic .portfolio-item .portfolio__title {
    margin-bottom: 14px
}

.portfolio-classic .portfolio-item .portfolio__content {
    padding-top: 30px;
    margin-top: 0;
    margin-right: 0
}

.portfolio-carousel .portfolio-item {
    margin-bottom: 0
}

.portfolio-carousel .portfolio-item .portfolio__content {
    margin: 0
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next,
.portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
    top: 40%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 53px 0 rgba(40, 40, 40, .05)
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next:hover,
.portfolio-carousel .carousel-arrows .owl-nav .owl-prev:hover {
    background-color: var(--primary-color);
    color: #fff
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
    left: -30px
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev:before {
    content: "î¤€";
    font-size: 13px
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next {
    right: -30px
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next:before {
    content: "î¤‚";
    font-size: 13px
}

.portfolio-carousel-layout2 .portfolio-item {
    box-shadow: 0 0 12px 0 rgba(40, 40, 40, .08);
    margin-bottom: 20px
}

.portfolio-carousel-layout2 .portfolio-item .portfolio__content {
    margin: 0;
    padding: 40px 40px 20px
}

.portfolio-carousel-layout2 .owl-stage-outer {
    margin: -15px;
    padding: 15px
}

.portfolio-hidden>.portfolio-item {
    display: none
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .portfolio-carousel .owl-nav .owl-next,
    .portfolio-carousel .owl-nav .owl-prev {
        left: -30px
    }

    .portfolio-carousel .owl-nav .owl-next:before,
    .portfolio-carousel .owl-nav .owl-prev:before {
        font-size: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .portfolio-grid .container {
        max-width: none
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .portfolio-item .portfolio__content {
        padding-top: 15px
    }

    .portfolio-item .portfolio__title {
        margin-bottom: 10px
    }

    .portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
        left: 10px
    }

    .portfolio-carousel .carousel-arrows .owl-nav .owl-next {
        right: 10px
    }

    .portfolio-carousel-layout2 .portfolio-item .portfolio__content {
        padding: 20px 20px 10px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .portfolio-item .portfolio__title {
        font-size: 18px;
        line-height: 22px
    }
}

.member {
    position: relative;
    margin-bottom: 60px
}

.member .member__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.member .member__img img {
    width: 100%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.member:hover .member__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.member .member__info {
    padding-top: 27px
}

.member .member__info .member__name {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 7px
}

.member .member__info .member__desc {
    margin-bottom: 0
}

.member .member__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 94, 20, .95);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.member .member__content-inner {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.member .social__icons li {
    margin-right: 40px
}

.member .social__icons li:last-child {
    margin-right: 0
}

.member .social__icons li a {
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.member .social__icons li a:hover {
    color: #1b1a1a
}

.member .social__icons li:nth-of-type(2) a {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.member .social__icons li:nth-of-type(3) a {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.member .social__icons li:nth-of-type(4) a {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.member:hover .member__hover {
    opacity: 1
}

.member:hover .member__content-inner {
    bottom: 50px;
    opacity: 1
}

.member:hover .social__icons li a {
    opacity: 1
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .member {
        max-width: 400px;
        margin: 0 auto 30px
    }

    .member .member__info {
        padding-top: 15px
    }

    .member .member__info .member__name {
        font-size: 17px;
        margin-bottom: 0
    }
}

.testimonial-item {
    position: relative
}

.testimonial-item .testimonial__desc {
    color: #333;
    font-size: 22px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 28px
}

.testimonial__meta {
    position: relative;
    z-index: 2
}

.testimonial__meta .testimonial__meta-title {
    color: #1b1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    display: block
}

.testimonial__meta .testimonial__meta-desc {
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    color: #616161;
    margin-bottom: 0;
    display: block
}

.testimonial__thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 14px;
    display: inline-block;
    padding: 2px;
    border: 2px solid transparent
}

.testimonial__thumb img {
    max-width: 100%;
    border-radius: 50%
}

.testimonial-wrap-panel {
    padding: 80px 60px
}

.testimonials .carousel-arrows .owl-nav .owl-next,
.testimonials .carousel-arrows .owl-nav .owl-prev {
    top: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #eaeaea;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.testimonials .carousel-arrows .owl-nav .owl-next:hover,
.testimonials .carousel-arrows .owl-nav .owl-prev:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.testimonials .carousel-arrows .owl-nav .owl-prev {
    left: auto;
    right: 0
}

.testimonials .carousel-arrows .owl-nav .owl-prev:before {
    content: "î¤€";
    font-size: 13px
}

.testimonials .carousel-arrows .owl-nav .owl-next {
    right: 0;
    top: 80px
}

.testimonials .carousel-arrows .owl-nav .owl-next:before {
    content: "î¤‚";
    font-size: 13px
}

.testimonials .owl-thumbs {
    display: flex;
    margin-top: 30px
}

.testimonials .owl-thumb-item {
    display: flex;
    align-items: center;
    opacity: .5;
    margin-right: 50px;
    text-align: left
}

.testimonials .owl-thumb-item:last-child {
    margin-right: 0
}

.testimonials .owl-thumb-item.active {
    opacity: 1
}

.testimonials .owl-thumb-item.active .testimonial__thumb {
    border-color: var(--primary-color)
}

@media only screen and (min-width:992px) {
    .testimonials-layout1 .testimonial__desc {
        padding-right: 150px
    }
}

@media only screen and (max-width:992px) {
    .testimonials-layout1 .testimonial__desc {
        padding-right: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-item .testimonial__desc {
        font-size: 18px;
        line-height: 28px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .testimonial-wrap-panel {
        padding: 30px 20px
    }

    .testimonial-wrap-panel .testimonial-item {
        padding: 0
    }

    .testimonial-item .testimonial__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px
    }

    .testimonials .owl-thumb-item {
        margin-right: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .testimonials .owl-thumbs {
        margin-top: 0
    }

    .testimonial__thumb {
        width: 40px;
        height: 40px;
        margin-right: 7px
    }

    .testimonial__meta .testimonial__meta-title {
        font-size: 13px;
        margin-bottom: 0
    }

    .testimonials .carousel-arrows .owl-nav .owl-next,
    .testimonials .carousel-arrows .owl-nav .owl-prev {
        width: 40px;
        height: 40px
    }

    .testimonials .carousel-arrows .owl-nav .owl-next {
        top: 60px
    }
}

@media only screen and (max-width:380px) {
    .testimonial__thumb {
        width: 35px;
        height: 35px
    }

    .testimonial__meta .testimonial__meta-desc,
    .testimonial__meta .testimonial__meta-title {
        font-size: 11px
    }
}

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

.clients .client {
    position: relative;
    text-align: center
}

.clients .client img {
    display: inline-block;
    width: auto !important;
    max-width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .clients {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .clients {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.blog-item {
    position: relative;
    margin-bottom: 40px
}

.blog-item .blog__img {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.blog-item .blog__img img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.blog-item:hover .blog__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-item .blog__content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 27px;
    padding-left: 30px;
    margin-right: 30px;
    margin-top: -40px;
    border-radius: 0 4px 0 0
}

.blog-item .blog__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11px
}

.blog-item .blog__meta-cat {
    margin-right: 8px;
    line-height: 1
}

.blog-item .blog__meta-cat a {
    position: relative;
    color: var(--primary-color);
    padding-right: 7px
}

.blog-item .blog__meta-cat a:hover {
    color: #1b1a1a
}

.blog-item .blog__meta-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: var(--primary-color)
}

.blog-item .blog__meta-cat a:last-child {
    padding: 0
}

.blog-item .blog__meta-cat a:last-child:after {
    display: none
}

.blog-item .blog__meta-date {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-right: 20px
}

.blog-item .blog__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative
}

.blog-item .blog__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: var(--primary-color)
}

.blog-item .blog__title a {
    color: #1b1a1a
}

.blog-item .blog__title a:hover {
    color: var(--primary-color)
}

.blog-item .blog__desc {
    margin-bottom: 0
}

.blog-item .btn__link {
    margin-top: 23px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.blog-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.blog-item:hover .btn__link {
    color: var(--primary-color)
}

.blog-item:hover .btn__link i {
    background-color: var(--primary-color)
}

.hidden-blog-item {
    display: none
}

.blog-single .blog-item .blog__meta-cat,
.blog-single .blog-item .blog__meta-date {
    margin-bottom: 0
}

.blog-single .blog-item .blog__content {
    padding-left: 0
}

.blog__meta-author {
    font-size: 13px
}

.blog__meta-author a {
    color: #0e2b5c
}

.blog-single .blog__meta>* {
    margin-right: 20px
}

.blog-single .blog__meta>:last-child {
    margin-right: 0
}

.blog-single .blog__desc {
    margin-bottom: 21px
}

.blog-single .blog__desc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px
}

.blog-standard .blog-item .blog__desc {
    margin-bottom: 22px
}

.blog-widget {
    padding-top: 40px;
    margin-bottom: 60px
}

.blog__widget-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 26px
}

.blog-comments {
    padding-bottom: 37px;
    border-bottom: 2px solid #eaeaea
}

.blog-share .blog__share-title {
    color: #222;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-right: 22px;
    margin-bottom: 0
}

.blog-share .social__icons a {
    color: #0f2b5b
}

.blog-share .social__icons a:hover {
    color: var(--primary-color)
}

.blog-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding-top: 30px
}

.blog-nav .blog__next,
.blog-nav .blog__prev {
    position: relative;
    min-height: 70px
}

.blog-nav .blog__next:hover h6,
.blog-nav .blog__prev:hover h6 {
    color: var(--primary-color)
}

.blog-nav .blog__next {
    text-align: right
}

.blog-nav .blog__next .blog__nav-img {
    right: 0;
    left: auto
}

.blog-nav .blog__nav-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden
}

.blog-nav .blog__nav-img img {
    width: 100%;
    height: 100%
}

.blog-nav .blog__nav-content span {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #616161;
    display: block;
    margin-bottom: 1px
}

.blog-nav .blog__nav-content h6 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-nav .blog__next .blog__nav-content {
    padding-right: 90px
}

.blog-nav .blog__prev .blog__nav-content {
    padding-left: 90px
}

.blog-author {
    padding: 40px;
    display: flex;
    background-color: #f4f4f4;
    border-radius: 4px
}

.blog-author .blog__author-avatar {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 20px
}

.blog-author .blog__author-name {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px
}

.blog-author .blog__author-bio {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 13px
}

.blog-author .social__icons li {
    margin-right: 30px
}

.blog-author .social__icons:last-child {
    margin-right: 0
}

.blog-author .social__icons a {
    font-size: 15px;
    color: #1b1a1a
}

.blog-author .social__icons a:hover {
    color: var(--primary-color)
}

.comments-list .comment__item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px
}

.comments-list .comment__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.comments-list .comment__item .comment__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%
}

.comments-list .comment__item .comment__content {
    padding-left: 90px
}

.comments-list .comment__item .comment__content .comment__author {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 11px
}

.comments-list .comment__item .comment__content .comment__date {
    font-family: Roboto, sans-serif;
    color: #616161;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px
}

.comments-list .comment__item .comment__content .comment__desc {
    margin-bottom: 6px
}

.comments-list .comment__item .comment__content .comment__reply {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    display: inline-block
}

.comments-list .comment__item .comment__content .comment__reply:hover {
    color: #1b1a1a
}

.comments-list .comment__item .nested__comment {
    border-top: 2px solid #eaeaea;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px
}

.blog-comments-form .form-group {
    margin-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-single .blog-item .blog__title {
        padding: 0 40px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .blog-item {
        margin-bottom: 30px
    }

    .blog-item .blog__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .blog-item .blog__content {
        padding-left: 0
    }

    .blog-single .blog-item .blog__title {
        font-size: 20px;
        line-height: 30px;
        padding: 0
    }

    .blog-grid-layout2 .blog-item .blog__content,
    .blog-grid-layout2 .blog-item-wide .blog__content {
        padding: 0 20px 20px 20px
    }

    .blog__tags ul {
        justify-content: flex-start !important
    }

    .comments-list .comment__item .comment__avatar {
        width: 40px;
        height: 40px
    }

    .comments-list .comment__item .comment__content {
        padding-left: 60px
    }

    .blog-nav {
        display: block
    }

    .blog-nav .blog__prev {
        margin-bottom: 20px
    }

    .blog-nav .blog__nav-content h6 {
        font-size: 13px
    }

    .blog-nav .blog__nav-img {
        width: 60px;
        height: 60px
    }

    .blog-nav .blog__prev .blog__nav-content {
        padding-left: 70px
    }

    .blog-nav .blog__next .blog__nav-content {
        padding-right: 70px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .blog-author {
        display: block;
        padding: 20px
    }
}

.google-map+.contct {
    margin-top: -120px
}

.contact__panel {
    background-color: #fff;
    padding: 80px 80px 40px;
    border-radius: 5px;
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    display: flex;
    flex-wrap: wrap
}

.contact__panel .contact__panel-banner {
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
    padding-bottom: 40px
}

.contact__panel .contact__panel-banner img {
    border-radius: 4px
}

.contact__panel .contact__panel-banner .cta__banner {
    max-width: 360px;
    border-radius: 0 4px 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0
}

.contact__panel .contact__panel-banner .cta__banner .cta__desc {
    font-size: 16px
}

.contact__panel .contact__panel-banner .contact__number {
    color: #fff
}

.contact__panel .contact__panel-banner .contact__number i {
    font-size: 25px;
    margin-right: 13px
}

.contact__panel .contact__panel-banner .contact__number a {
    font-family: Teko, sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 1
}

.contact__panel .contact__form-panel {
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 80px
}

.contact__panel .contact__form-panel-header {
    margin-bottom: 20px
}

.contact__panel .contact__form-panel-header h4 {
    font-size: 34px;
    margin-bottom: 13px
}

.contact__panel .contact__form-panel-header p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px
}

.contact__panel .nice-select .list {
    width: 100%
}

.contact__panel-layout2 {
    display: block;
    padding: 80px
}

.contact__panel-layout2 .contact__form-panel {
    max-width: 100%;
    padding-left: 0
}

.contact-info-box .contact__info-box-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 17px
}

.contact-info-box .contact__info-list li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 9px
}

.contact-info-box .contact__info-list li a {
    color: #9b9b9b
}

@media only screen and (max-width:992px) {
    .contact__panel {
        padding: 20px
    }

    .contact__panel .contact__form-panel {
        padding-top: 20px;
        padding-left: 0
    }

    .contact__panel .contact__form-panel,
    .contact__panel .contact__panel-banner {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact__panel {
        padding: 30px
    }

    .contact__panel .contact__form-panel {
        padding-left: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .contact__panel .contact__form-panel-header h4 {
        margin-bottom: 5px
    }

    .contact__panel .contact__form-panel-header p {
        margin-bottom: 10px
    }

    .contact__panel .contact__panel-banner .cta__banner {
        padding: 20px
    }

    .contact__panel .contact__panel-banner .cta__banner .cta__desc {
        font-size: 12px
    }

    .contact__panel .contact__panel-banner .contact__number i {
        font-size: 15px
    }

    .contact__panel .contact__panel-banner .contact__number a {
        font-size: 30px
    }
}

.pricing-item {
    position: relative;
    background-color: #fff;
    padding: 50px 40px 60px;
    box-shadow: 0 3px 53px 0 rgba(40, 40, 40, .05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    margin-bottom: 30px
}

.pricing-item:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.pricing-item .pricing__header {
    padding-bottom: 30px;
    border-bottom: 2px solid #eaeaea
}

.pricing-item .pricing__title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 17px
}

.pricing-item .pricing__desc {
    margin-bottom: 40px
}

.pricing-item .pricing__price {
    font-family: Teko, sans-serif;
    font-size: 50px;
    color: #1b1a1a;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px
}

.pricing-item .pricing__list {
    padding-top: 50px;
    margin-bottom: 30px
}

.pricing-item .pricing__list li {
    position: relative;
    padding-left: 27px;
    font-size: 14px;
    line-height: 34px;
    text-transform: capitalize
}

.pricing-item .pricing__list li:after {
    content: "ï€Œ";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--primary-color)
}

.pricing-item-theme {
    background-color: var(--primary-color)
}

.pricing-item-dark {
    background-color: #222
}

.pricing-item-dark .pricing__desc,
.pricing-item-dark .pricing__list li,
.pricing-item-dark .pricing__list li::after,
.pricing-item-dark .pricing__price,
.pricing-item-dark .pricing__title,
.pricing-item-theme .pricing__desc,
.pricing-item-theme .pricing__list li,
.pricing-item-theme .pricing__list li::after,
.pricing-item-theme .pricing__price,
.pricing-item-theme .pricing__title {
    color: #fff
}

@media only screen and (min-width:1200px) {
    .pricing .heading__title {
        margin-left: -70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pricing .container {
        max-width: none
    }

    .pricing-item {
        padding: 30px
    }

    .pricing-item .pricing__header {
        padding-bottom: 20px
    }

    .pricing-item .pricing__list {
        padding-top: 20px
    }

    .pricing-item .pricing__title {
        margin-bottom: 15px
    }

    .pricing-item .pricing__price {
        font-size: 40px;
        margin-bottom: 0
    }

    .pricing-item .pricing__desc,
    .pricing-item .pricing__title {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .pricing-item {
        padding: 30px 20px
    }

    .pricing-item .pricing__desc {
        margin-bottom: 20px
    }

    .pricing-item .pricing__list {
        padding-top: 20px
    }

    .pricing-item .pricing__price {
        font-size: 40px;
        margin-bottom: 0
    }

    .pricing-item .pricing__header {
        padding-bottom: 20px
    }
}

.counter-item {
    text-align: center
}

.counter-item h4 {
    font-size: 43px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px
}

.counter-item .counter__icon {
    line-height: 1;
    margin-bottom: 29px
}

.counter-item .counter__icon i {
    font-size: 60px
}

.counter-item .counter__subtitle {
    font-family: Teko, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .5px;
    margin-bottom: 0
}

.counter-item .counter__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.counters-white .counter__desc,
.counters-white .counter__icon,
.counters-white .counter__subtitle,
.counters-white h4 {
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .counter-item {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .counter-item .counter__icon {
        margin-bottom: 15px
    }

    .counter-item .counter__icon i {
        font-size: 45px
    }

    .counter-item h4 {
        font-size: 35px
    }

    .counter-item .counter__subtitle {
        font-size: 13px
    }
}

@media only screen and (max-width:450px) {
    .counter-item .counter__icon {
        margin-bottom: 15px
    }

    .counter-item .counter__icon i {
        font-size: 30px
    }

    .counter-item h4 {
        font-size: 25px
    }

    .counter-item .counter__subtitle {
        font-size: 12px
    }
}

.service-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 53px 0 rgba(40, 40, 40, .05);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.service-item .service__img {
    position: relative
}

.service-item .service__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .4;
    -webkit-background-image: linear-gradient(top, rgba(27, 26, 26, .35), #1b1a1a 100%);
    -moz-background-image: linear-gradient(top, rgba(27, 26, 26, .35), #1b1a1a 100%);
    -ms-background-image: linear-gradient(top, rgba(27, 26, 26, .35), #1b1a1a 100%);
    -o-background-image: linear-gradient(top, rgba(27, 26, 26, .35), #1b1a1a 100%);
    background-image: linear-gradient(top, rgba(27, 26, 26, .35), #1b1a1a 100%)
}

.service-item .service__img img {
    width: 100%;
    max-width: 100%
}

.service-item .service__content {
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    background-color: #fff;
    padding: 50px 40px 50px
}

.service-item .service__icon {
    margin-bottom: 60px
}

.service-item .service__icon i {
    font-size: 65px;
    line-height: 1;
    color: var(--primary-color)
}

.service-item .service__title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px
}

.service-item .service__desc {
    margin-bottom: 0
}

.service-item .btn__link {
    margin-top: 28px
}

.service-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.service-item .btn__link:hover i {
    background-color: var(--primary-color)
}

.service-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.service-item:hover .service__icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate
}

.service-item .service__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(255, 94, 20, .9);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.service-item:hover .service__overlay {
    opacity: 1
}

.services-layout2 .service__content {
    padding: 50px 40px 20px
}

.services-layout2 .service-item:hover .service__content {
    background-color: var(--primary-color)
}

.services-layout2 .service-item:hover .btn__link,
.services-layout2 .service-item:hover .service__desc,
.services-layout2 .service-item:hover .service__icon i,
.services-layout2 .service-item:hover .service__title {
    color: #fff
}

.services-layout2 .service-item:hover .btn__link i {
    color: var(--primary-color)
}

.services-layout2 .service-item .btn__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    margin-top: 28px;
    border-top: 2px solid #eaeaea
}

.services-layout2 .service-item .btn__link i {
    background-color: #fff;
    color: #222
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-item .service__icon {
        margin-bottom: 15px
    }

    .service-item .service__icon i {
        font-size: 50px
    }

    .service-item .service__title {
        font-size: 25px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .service-item .service__content {
        padding: 20px
    }

    .service-item .service__title {
        font-size: 22px;
        margin-bottom: 5px
    }

    .service-item .service__icon {
        margin-bottom: 20px
    }

    .service-item .service__icon i {
        font-size: 45px
    }
}

.sidebar {
    position: relative;
    /*margin-right: 20px;*/
    z-index: 2
}

.widget {
    background-color: #f4f4f4;
    /*padding: 20px;*/
    margin-bottom: 40px;
    border-radius: 4px
}

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

.widget .widget__title {
    font-size: 24px;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 26px
}

.widget-search .widget__form-search {
    position: relative
}

.widget-search .widget__form-search .form-control {
    background-color: #fff;
    border: 2px solid #eaeaea
}

.widget-search .widget__form-search button {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    color: #333;
    padding: 0;
    min-width: 0
}

.widget-search .widget__form-search button:hover {
    color: var(--primary-color)
}

.widget-categories ul {
    background-color: #fff;
    box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .15)
}

.widget-categories ul li a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    color: #1b1a1a;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 2px solid #f4f4f4;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.widget-categories ul li a.active,
.widget-categories ul li a:hover {
    background-color: var(--primary-color);
    color: #fff
}

.widget-categories ul li:last-child a {
    border-bottom: none
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap
}

.widget-tags ul li a {
    display: block;
    font-size: 14px;
    background-color: var(--primary-color);
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    padding: 8px 10px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.widget-tags ul li a:hover {
    background-color: #1b1a1a
}

.widget-posts .widget-post-item {
    margin-bottom: 26px
}

.widget-posts .widget-post-item:last-of-type {
    margin-bottom: 0
}

.widget-posts .widget-post-item .widget__post-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0
}

.widget-posts .widget-post-item .widget__post-title a {
    color: #222
}

.widget-posts .widget-post-item:hover .widget__post-title a {
    color: var(--primary-color)
}

.widget-posts .widget-post-item .widget__post-img {
    margin-bottom: 19px
}

.widget-posts .widget-post-item .widget__post-date {
    line-height: 1;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 7px
}

.widget-posts .widget-post-item .widget__post-cat {
    margin-bottom: 7px;
    line-height: 1
}

.widget-posts .widget-post-item .widget__post-cat a {
    position: relative;
    font-size: 13px;
    color: var(--primary-color);
    padding-right: 7px
}

.widget-posts .widget-post-item .widget__post-cat a:hover {
    color: #1b1a1a
}

.widget-posts .widget-post-item .widget__post-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: var(--primary-color)
}

.widget-posts .widget-post-item .widget__post-cat a:last-child {
    padding: 0
}

.widget-download .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    height: 70px;
    border-radius: 4px
}

.widget-download .btn img {
    width: 22px;
    height: 24px
}

.widget-help {
    overflow: hidden;
    padding: 50px
}

.widget-help .widget__content {
    position: relative
}

.widget-help .widget__content .widget__icon {
    color: #fff;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 31px
}

.widget-help .widget__content h5 {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px
}

.widget-help .widget__content p {
    color: #f9f9f9;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 26px
}

.widget-help .widget__content .btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary-color);
    display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sidebar {
        margin-right: 0
    }

    .widget {
        padding: 20px;
        margin-bottom: 30px
    }

    .widget-categories ul {
        padding: 15px 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .widget {
        padding: 25px
    }

    .widget .widget__title {
        margin-bottom: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .widget {
        padding: 15px
    }

    .widget .widget__title {
        margin-bottom: 20px
    }

    .widget-help .widget__content p {
        margin-bottom: 30px
    }

    .widget-categories ul li a {
        font-size: 14px;
        line-height: 40px;
        padding: 5px 15px
    }

    .widget-download .btn {
        height: 50px
    }
}

.about__text p {
    color: #222;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px
}

.about__img {
    position: relative;
    box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .1)
}

.about__img img {
    border-radius: 3px;
    height: 450px;
    max-height: 100%;
}

.about-layout1 .cta__banner {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 270px;
    border-radius: 4px 0 0 4px;
    padding: 50px 30px 50px 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-layout1 .cta__banner .cta__title {
    margin-bottom: 15px
}

.about-layout1 .cta__banner .cta__icon {
    margin-bottom: 25px
}

.about-layout1 .cta__banner .btn i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #fff;
    color: var(--primary-color);
    border-radius: 50%;
    display: inline-block
}

.about-layout2 .cta__banner {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 250px;
    border-radius: 0 4px 0 4px
}
@media only screen and (min-width:1500px) {
    .position-static{height:660px;}    .container {
        max-width: 1500px !important;
    }
}
@media only screen and (min-width:1200px) {
    .about-layout1 .about__img {
        margin-right: 40px
    }

    /* .about-layout2 .heading__title {
        margin-left: -70px
    } */

    .about-layout2 .about__imgs-container {
        position: absolute;
        right: 0;
        top: 50px;
        max-width: 43%
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .about__img .cta__banner {
        padding: 20px
    }

    .about__img .cta__banner .cta__title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .about__img .cta__banner .cta__icon i {
        font-size: 35px
    }

    .about-layout2 .about__imgs-container {
        margin-right: -5px;
        margin-left: -5px
    }

    .about-layout2 .about__imgs-container>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }
}

.banner-layout1 .inner-padding {
    padding: 110px 50px
}

.banner-layout1 .list-items {
    display: flex;
    flex-wrap: wrap
}

.banner-layout1 .list-items li {
    flex-basis: 50%
}

.banner-layout1 .popup-video {
    display: inline-block;
    position: relative;
    border: 10px solid var(--primary-color);
    border-radius: 50%;
    margin-left: -50px
}

.banner-layout1 .statistic-item {
    position: absolute;
    text-align: right;
    width: 200px
}

.banner-layout1 .statistic-item:first-child {
    top: 5%;
    left: 10%
}

.banner-layout1 .statistic-item:nth-of-type(2) {
    top: 30%;
    left: 50%
}

.banner-layout1 .statistic-item:nth-of-type(3) {
    /* bottom: 10%;
    left: 30% */
    bottom: 28%;
    left: 10%;
}

.banner-layout1 .statistic-item:nth-of-type(4) {
    top: 65%;
    left: 50%;
}

.banner-layout1 .statistic-item .statistic__item-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: #fff;
    color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .5);
    border-radius: 50%;
    margin-top: 23px
}

.banner-layout1 .statistic-item .statistic__item-panel {
    width: 200px;
    height: 170px;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    padding: 25px 40px 40px;
    margin-left: -15px;
    position: relative;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.banner-layout1 .statistic-item .statistic__item-panel:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    border: 6px solid;
    border-color: #fff #fff transparent transparent
}

.banner-layout1 .statistic-item .statistic__item-counter {
    color: var(--primary-color);
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0
}

.banner-layout1 .statistic-item .statistic__item-title {
    color: #1b1a1a;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
}

.banner-layout1 .statistic-item.opened .statistic__item-panel {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.banner-layout1 .statistic-item.opened .statistic__item-btn {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 94, 20, .5)
}

.banner-layout2 .contact__panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding-left: 60px
}

.banner-layout2 .container-fluid {
    padding-right: 80px;
    padding-left: 80px
}

.banner-layout2 .video__player-title {
    line-height: 24px;
    font-weight: 700;
    color: #fff
}

.banner-layout2+.blog-grid,
.banner-layout2+.testimonials-layout1 {
    margin-top: -50px;
    z-index: -1
}

.banner-layout3 .inner-padding {
    padding: 110px 70px 120px
}

.banner-layout3 .heading__desc {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600
}

.banner-layout3 .cta__banner-white {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px
}

.banner-layout3 .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #fff;
    color: var(--primary-color);
    border-radius: 50%;
    display: inline-block
}

.banner-layout4 {
    padding-bottom: 260px
}

.banner-layout4 .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: inline-block
}

.banner-layout4 .btn__link:hover {
    color: #fff
}

.banner-layout4 .blockquote {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 47px 50px 50px;
    margin-top: 30px
}

.banner-layout4 .blockquote:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 50px;
    width: 45px;
    height: 32px;
    background-image: url(../images/testimonials/quote-icon2.png)
}

.banner-layout4 .blockquote:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border: 10px solid;
    border-color: var(--primary-color) transparent transparent var(--primary-color)
}

.banner-layout4 .blockquote .quote__author {
    display: block;
    font-size: 14px;
    margin-top: 34px
}

.banner-layout4+.contact-layout2 .contact__panel {
    margin-top: -120px;
    position: relative;
    z-index: 3
}

@media only screen and (min-width:1400px) {
    .banner .inner-padding {
        padding-right: 110px;
        padding-left: 110px
    }

    .banner-layout2 .container-fluid {
        padding-right: 130px;
        padding-left: 130px
    }

    .banner-layout3 .inner-padding {
        padding-right: 120px;
        padding-left: 120px
    }
}

@media only screen and (max-width:1200px) {
    .banner-layout1 .video__btn {
        text-align: center
    }
}

@media only screen and (max-width:992px) {
    .banner-layout2 .container-fluid {
        padding-right: 30px;
        padding-left: 30px
    }

    .banner-layout2 .contact__panel-wrap {
        position: static;
        padding: 0
    }

    .banner-layout2+.blog-grid,
    .banner-layout2+.testimonials-layout1 {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .banner-layout1 .list-items {
        display: block
    }

    .banner-layout2 .container-fluid {
        padding: 0 20px
    }

    .banner-layout3 .carousel {
        width: 320px;
        padding: 20px
    }

    .banner-layout3 .heading__desc {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400
    }

    .banner-layout4 .blockquote {
        font-size: 15px;
        padding: 20px;
        font-weight: 400
    }

    .banner-layout4 .blockquote .quote__author {
        margin-top: 14px
    }
}

.careers .owl-carousel .owl-stage-outer {
    margin: 0 -20px;
    padding: 20px
}

.job-item {
    background-color: #fff;
    padding: 50px 40px 40px;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgba(40, 40, 40, .08);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.job-item:hover {
    box-shadow: 0 0 15px 0 rgba(40, 40, 40, .14);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.job-item .job__meta {
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

.job-item .job__type {
    font-size: 13px;
    text-transform: capitalize;
    background-color: var(--primary-color);
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 10px
}

.job-item .job__location {
    font-size: 13px
}

.job-item .job__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px
}

.job-item .btn__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.job-item .btn__link i {
    font-size: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.job-item .btn__link:hover {
    color: var(--primary-color)
}

.job-item .btn__link:hover i {
    background-color: var(--primary-color)
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .job-item {
        padding: 30px
    }

    .job-item .job__meta {
        margin-bottom: 20px
    }

    .job-item .job__title {
        margin-bottom: 10px
    }
}

#map {
    height: 560px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #map {
        height: 450px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    #map {
        height: 370px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    #map {
        height: 300px
    }
}

tem span {
    font-weight: 600;
    color: var(--primary-color);
}

.team-area.style-three {
    padding: 60px 0px;
}

.team-itmes-content {
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 19px 20px 27px;
}

.team-itmes-content h4 {
    margin: 0;
}

.team-itmes-content h4 a {
    text-decoration: none;
    line-height: 32px;
    transition: .5s;
    color: #010212;
    font-size: 24px;
    font-weight: 500;
}

.team-items-box:hover .team-itmes-content h4 a {
    color: var(--primary-color);
}

.team-itmes-content span {
    line-height: 24px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
}

.team-items-thumb {
    position: relative;
}

.team-items-thumb::before {
    position: absolute;
    content: "";
    width: 261px;
    height: 4px;
    background: #010212;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.team-items-box:hover .team-items-thumb::before {
    width: 0;
    background: var(--primary-color);
}

.team-items-thumb img {
    width: 100%;
}

.team-main-icon {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
}

.team-main-icon a {
    height: 40px;
    width: 40px;
    background: #18191D;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.team-main-icon a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.team-items-box:hover .team-main-icon a::before {
    transform: scale(1);
}

.team-main-icon a i {
    transition: .5s;
}

.team-items-box:hover .team-main-icon a i {
    color: #fff;
}

.team-sub-icon {
    position: absolute;
    right: 20px;
    transition: .5s;
    bottom: 30px;
    opacity: 0;
}

.team-sub-icon ul {
    list-style: none;
    background: var(--primary-color);
    padding: 3px 12px 11px;
}

.team-sub-icon ul li {
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    color: var(--primary-color);
}

.team-sub-icon ul li a i {
    font: 17px;
    color: #fff;
}

/* -----------------------footer-------------------------- */

.site-footer-three {
    position: relative;
    display: block;
    background-color: #ededed;
    z-index: 1;
    overflow: hidden;
}

.site-footer-three__shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: -1;
    filter: brightness(0.83);
}

.site-footer-three__shape-1 img {
    width: auto;
}

.site-footer-three__shape-2 {
    position: absolute;
    right: 0;
    bottom: 215px;
    opacity: 1;
    z-index: -1;
    filter: brightness(0.83);
}

.site-footer-three__shape-2 img {
    width: auto;
}

.site-footer-three__shape-3 {
    position: absolute;
    right: 105px;
    bottom: 32px;
    z-index: -1;
}

.site-footer-three__shape-3 img {
    width: auto;
}

.site-footer-three__top {
    position: relative;
    display: block;
    padding-top: 60px;
}

.site-footer-three__contact-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.site-footer-three__contact-list li {
    position: relative;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
}

.site-footer-three__contact-list li:last-child {
    padding-left: 95px;
}

.site-footer-three__contact-list li:nth-child(2) {
    padding-left: 50px;
}

.site-footer-three__contact-list-single {
    position: relative;
    display: flex;
}

.site-footer-three__contact-list-single .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: rgba(var(--white-color-rgb), .10);
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-three__contact-list-single .icon:hover {
    background-color: var(--primary-color);
}

.site-footer-three__contact-list-single .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--white-color);
}

.site-footer-three__contact-list-single .content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.site-footer-three__contact-list-single .content h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 6px;
}

.site-footer-three__contact-list-single .content p {
    font-size: 16px;
    line-height: 25px;
    color: #383838;
}

.site-footer-three__contact-list-single .content p a {
    color: #383838;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-three__contact-list-single .content p a:hover {
    color: var(--primary-color);
}

.site-footer-three__middle {
    position: relative;
    display: block;
    padding: 55px 0 0px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);

}

.footer-widget-three__about {
    position: relative;
    display: block;
}

.footer-widget-three__logo {
    position: relative;
    display: block;
}

.footer-widget-three__about-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 32px;
    color: #383838;
}

.footer-widget-three__email {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-three__email a {
    color: var(--white-color);
    position: relative;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 3px 15px 3px;
}

.footer-widget-three__email a:hover {
    color: var(--primary-color);
}

.footer-widget-three__email a span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--white-color);
    margin-right: 10px;
}

.footer-widget-three__title-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-widget-three__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    color: #313131;
    margin-bottom:15px;
}

.footer-widget-three__title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 3px;
    background: rgb(218 215 215);
    bottom: 0;
    left: 0;
}

.footer-widget-three__title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: #afafaf;
    bottom: 0;
    left: 18px;
}

.footer-widget-three__company {
    position: relative;
    display: block;
    margin-left: 0px;
}

.footer-widget-three__company-list {
    position: relative;
    display: block;
}

.footer-widget-three__company-list li {
    position: relative;
    display: block;
}

.footer-widget-three__company-list li+li {
    margin-top: 15px;
}

.footer-widget-three__company-list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #383838;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__company-list li a:hover {
    color: var(--primary-color);
}

.footer-widget-three__post {
    position: relative;
    display: block;
    /*margin-left: 80px;*/
}


.footer-widget-three__post-list {
    position: relative;
    display: block;
}

.footer-widget-three__post-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-three__post-list li+li {
    margin-top: 26px;
}

.footer-widget-three__post-img {
    position: relative;
    display: block;
}

.footer-widget-three__post-img img {
    width: auto;
    border-radius: 5px;
}

.footer-widget-three__post-content {
    position: relative;
    display: block;
    margin-left: 10px;
}

.footer-widget-three__post-content h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.footer-widget-three__post-content h3 a {
    color: var(--white-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__post-content h3 a:hover {
    color: var(--primary-color);
}

.footer-widget-three__post-content p {
    font-size: 14px;
    font-weight: 400;
    color: #383838;
    margin-top: 7px;
}

.footer-widget-three__post-content p span {
    position: relative;
    margin-right: 8px;
}

.footer-widget-three__subscribe {
    position: relative;
    display: block;
}


.footer-widget-three__subscribe-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
    color: #383838;
}

.footer-widget-three__subscribe-form-input-box {
    position: relative;
    display: block;
}

.footer-widget-three__subscribe-form-input-box input[type="email"] {
    height: 56px;
    width: 100%;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    color: #98A2B3;
    font-weight: 400;
    border: none;
    padding-right: 70px;
    padding-left: 20px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-widget-three__subscribe-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: none;
    width: 48px;
    background-color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.footer-widget-three__subscribe-btn:hover {
    background-color: var(--white-color);
}

.footer-widget-three__subscribe-btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--white-color);
}

.footer-widget-three__subscribe-btn:hover span {
    color: var(--primary-color);
}

.site-footer-three__bottom {
    position: relative;
    display: block;
    border-top: #d5d5d5 solid 4px;
    background: #e5e5e5;
}

.site-footer-three__bottom::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 30px;
    top: 0;
    left: 0;
    background: #d5d5d5;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.site-footer-three__bottom::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: #d5d5d5;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

.site-footer-three__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px 0px;
}

.site-footer-three__bottom-text,
.site-footer-three__bottom-text a {
    font-size: 15px;
    line-height: 24px;
    color: #383838;
}

.site-footer-three__bottom-social {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0px;
}

.site-footer-three__bottom-social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #383838;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #dadada;
}

.site-footer-three__bottom-social a:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

.site-footer-three__bottom-social a+a {
    margin-left: 10px;
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

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

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

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

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

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

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

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

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

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

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

.img-bounce {
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.footer .widget-contact ul:not(.menu-footer-services):not(.widget-text) li:not(:last-child) {
    border-bottom: 1px solid rgba(140, 140, 140, 0.18);
    margin-bottom: 15px;
}

.widget-contact li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 20px;
    margin: 0 4px;
}

.widget-contact li {
    padding-left: 37px;
    position: relative;
    padding-top: 0;
    padding-bottom: 17px;
    line-height: 25px;
    color: #383838;
    font-weight: normal;
}

.centred {
    text-align: center;
}

/** page-title **/

.page-title {
    position: relative;
    padding: 80px 0px 80px
}

.page-title .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title .bg-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.page-title .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 83px;
    width: 86px;
    height: 170px;
    background-repeat: no-repeat;
}

.page-title .pattern-layer .pattern-2 {
    position: absolute;
    top: 0px;
    right: 120px;
    width: 279px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 64px;
    line-height: 74px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0px;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding-right: 15px;
    margin-right: 5px;
}

.page-title .bread-crumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: #fff;
}

.page-title .bread-crumb li a:hover {
    color: var(--white-color);
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: '/';
    top: 0px;
    right: 0px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}


/** responsive-css **/

@media only screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 40px;
        line-height: 120%;
    }

    .page-title {
        padding: 50px 0px;
    }
    .page-title .bread-crumb li{
        font-size:15px;
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}


.information {
    position: relative;
    display: block;
    padding: 60px 0 0px;
    z-index: 1;
}

.information__single {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #EAECF0;
    background-color: var(--white-color);
    padding: 40px 50px 40px;
    margin-bottom: 30px;
    z-index: 1;
    height: 355px;
}

.contact-page .no-pad {
    padding: 0px;
}

.information__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 15px 30px -2px rgba(16, 24, 40, 0.08);
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: -1;
}

.information__single:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.information__icon {
    position: relative;
    display: inline-block;
}

.information__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    position: relative;
    text-align: center;
    font-size: 60px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--primary-color);
    margin-bottom: 25px;
}

.information__icon::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    border: 3px solid #d9d9d9;
    transition: var(--transition);
    z-index: -1;
}

.information__icon:hover:before {
    left: 0;
    top: 0;
    width: 94px;
    height: 94px;
}

.information__single:hover .information__icon span {
    transform: scale(0.9);
}

.information__text {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 4px;
    font-size: 26px;
}

.information__number {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #0b0b0b;
}

.information__number a {
    color: #0d121e;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.information__number a:hover {
    color: var(--primary-color);
}

.information__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 32px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.information__btn:hover {
    color: var(--primary-color);
}

.information__btn span {
    position: relative;
    margin-left: 5px;
    font-weight: 900;
}

.contact-page {
    position: relative;
    display: block;
    padding: 60px 0px;
    z-index: 1;
    background: #f8f8f8;
}

.contact-page .row {
    --bs-gutter-x: 0px;
}

.contact-page__left {
    position: relative;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #EAECF0;
    background: var(--white-color);
    padding: 40px 35px 40px;
}

.contact-page__title {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 0px;
}

.contact-page__sub-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #26292E;
    margin-top: 7px;
}

.contact-page__form-box {
    position: relative;
    display: block;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.contact-page__form-box .col-xl-12,
.contact-page__form-box .col-xl-6 {
    padding-bottom: 6px;
}

.contact-page__input-title {
    color: #0d121e;
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: 1.12px; */
    text-transform: uppercase;
    margin-bottom: 2px;
}

.contact-page__input-title span {
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: lowercase;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box select,
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="file"]{
    height: 42px;
    width: 100%;
    border: none;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #EAECF0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; padding:7px 10px;
}

.contact-page__input-box input[type="text"]:focus,
.contact-page__input-box select:focus,
.contact-page__input-box input[type="email"]:focus {
    border-bottom: 1px solid #0d121e;
}

.contact-page__showing-sort {
    position: relative;
    display: block;
    width: 100%;
}

.contact-page__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;

}

.contact-page__showing-sort .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.contact-page__showing-sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 38px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-bottom: 1px solid #383838;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__showing-sort .bootstrap-select>.dropdown-toggle:focus {
    border-bottom: 1px solid #0d121e;
}

.contact-page__showing-sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
}

.contact-page__showing-sort .dropdown-menu {
    border-radius: 0;
}

.contact-page__input-box textarea {
    width: 100%;
    height: 108px;
    margin-bottom: 0px;
    outline: none;
    border: none;
    font-size: 14px;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #EAECF0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__input-box textarea:focus {
    border-bottom: 1px solid #0d121e;
}

.contact-page__btn-box {
    position: relative;
    display: block;
    padding-top: 16px;
}

.contact-page__btn {
    border: none;
    padding: 11px 35px 12px;
}

.contact-page__btn span {
    position: relative;
    transform: rotate(45deg);
    margin-right: 13px;
}


.contact-page__right {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 640px;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about-section {
    position: relative;
}

.about-section .pattern-layer {
    position: absolute;
    top: 60px;
    right: -224px;
    width: 394px;
    height: 394px;
    border-radius: 50%;
    border: 1px solid #E9E9E9;
}

.about-section .pattern-layer:before {
    position: absolute;
    content: '';
    background: #F2F2F2;
    width: 38px;
    height: 38px;
    left: 29px;
    top: 52px;
    border-radius: 50%;
}

.image_block_one {
    margin-left: 27px;
}

.image_block_one .image-box {
    position: relative;
    display: block;
}

.image_block_one .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.image_block_one .image-box .image img {
    width: 100%;
}


.image_block_one .image-box .image:before {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.image_block_one .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.image_block_one .image-box .rating-box {
    position: absolute;
    left: 0px;
    top: 60px;
    background: #fff;
    width: 220px;
    padding: 24px 20px;
    text-align: center;
    z-index: 1;
}

.image_block_one .image-box .rating-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #FFBA09;
}

.image_block_one .image-box .rating-box h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.image_block_one .image-box .experience-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* right: -90px; */
    right: 344px;
    bottom: 95px;
    width: 180px;
    height: 180px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 15px 20px;
    z-index: 1;
}

.image_block_one .image-box .mr-40 {
    margin-right: 30px !important;
    margin-left: 30px;
}

.image_block_one .image-box .experience-box h2 {
    display: block;
    margin: 0px;
    font-size: 54px;
    line-height: 70px;
    color: #fff;
}

.image_block_one .image-box .experience-box h6 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    margin:0px;
}

.image_block_one .image-box .experience-box:before {
    position: absolute;
    content: '';
    width: 290px;
    height: 290px;
    border-radius: 50%;
    left: -55px;
    top: -55px;
    border: 20px solid rgba(255, 255, 255, 0.50);
}

.image_block_one .image-box .image-shape {
    position: absolute;
    /* left: -108px; */
    top: 110px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 8s infinite linear;
    animation: zoom-fade 8s infinite linear;
    right: -93px;
}

.content_block_one {
    position: relative;
    z-index: 1;
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.content_block_one .content-box {
    position: relative;
    display: block;
    margin-top: -5px;
}

.content_block_one .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 23px;
}

.content_block_one .content-box .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.content_block_one .content-box .inner-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary-color);
    z-index: 1;
}

.content_block_one .content-box .inner-box .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    opacity: 0.10;
    z-index: -1;
}

.content_block_one .content-box .inner-box .single-item h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.about-section .pattern-layer {
    position: absolute;
    top: 60px;
    right: -224px;
    width: 394px;
    height: 394px;
    border-radius: 50%;
    border: 1px solid #E9E9E9;
}

.about-section .pattern-layer:before {
    position: absolute;
    content: '';
    background: #F2F2F2;
    width: 38px;
    height: 38px;
    left: 29px;
    top: 52px;
    border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
    .about-section .pattern-layer {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .image_block_one .image-box {
        margin: 0px 0px 30px 0px !important;
    }

    .content_block_one .content-box {
        margin: 0px !important;
    }

    .content_block_three .content-box {
        margin: 0px 0px 30px 0px !important;
    }

    .image_block_three .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .about-section {
        padding: 40px 0px;
    }

    .about-style-two {
        padding: 70px 0px;
    }

    .image_block_two .image-box .image.pt_115 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {
    .image_block_one .image-box .experience-box:before {
        display: none;
    }
    
    .image_block_one{
        margin:0px;
    }

    .image_block_one .image-box .experience-box {
        position: relative;
        width: 100%;
        right:0px;
        text-align: center;
        bottom: 0px;
        border-radius: 0px;
        height:130px;
    }

    .image_block_one .image-box .rating-box {
        position: relative;
        top: 0px;
        width: 100%;
        margin: 30px 0px;
    }

    .image_block_one .image-box {
        padding: 0px;
    }

    .image_block_three .image-box {
        padding-right: 0px;
    }

    .image_block_three .image-box .experience-box {
        position: relative;
        width: 100%;
        top: 0px;
    }

    .image_block_three .image-box .rating-box {
        position: relative;
        bottom: 0px;
        width: 100%;
        margin: 30px 0px;
    }
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.owl-next,
.owl-prev {
    display: none !important;
}

.sidebar .single-sidebar.service-sidebar {
    border: none !important;
    padding: 0 !important;
}

.sidebar .single-sidebar.service-sidebar ul.service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li+li {
    margin-top: 7px;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li a {
    display: block;
    color: #011936;
    font-weight: 500;
    font-size: 16px;
    background: #F5F5F5;
    position: relative;
    padding-left: 25px;
    line-height: 58px;
    transition: all 0.4s ease;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li a:before {
    content: "";
    width: 6px;
    height: 0;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li:hover a,
.sidebar .single-sidebar.service-sidebar ul.service-list li.active a {
    background: #011936;
    color: #fff;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li:hover a:before,
.sidebar .single-sidebar.service-sidebar ul.service-list li.active a:before {
    height: 100%;
}

.p-relative {
    position: relative
}

.tp-feature-area {
    position: relative;
    padding: 80px 0px 80px;
    background: rgba(232, 247, 253, .5);
    overflow: hidden
}

.tp-feature-area:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: var();
    height: 166px;
    width: 100%;
    left: 0
}

.tp-feature-area.feature-breadcrumb:before {
    display: none
}

.tp-feature-area.feature-breadcrumb .tp-feature-shape .shape-1 {
    position: absolute;
    top: 0;
    left: 0
}

.tp-feature-shape img {
    position: absolute;
    left: -212px;
    z-index: 0;
    bottom: -36px;
    opacity: .5
}

.tp-feature-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    justify-content: flex-end;
    display: flex
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-feature-wrapper p {
        justify-content: start;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-feature-wrapper p br {
        display: none
    }
}

.tp-feature-wrapper p:after {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 2px;
    height: 41px;
    left: 128px;
    top: 10px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-feature-wrapper p:after {
        left: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature-wrapper p:after {
        left: -15px;
        height: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-feature-wrapper p:after {
        left: -10px
    }
}

.tp-feature-item {
    text-align: center;
    background: var(--white-color);
    box-shadow: 0 -4px 31px #00000012;
    overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-feature-item {
        margin-bottom: 50px
    }
}

.tp-feature-item-box .tp-feature-item-btn a {
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--primary-color);
    position: absolute;
    bottom: -25px;
    left: 43%;
    text-align: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    scale: 0;
    z-index: 2
}

.tp-feature-item-box:hover .tp-feature-item-btn a {
    opacity: 1;
    visibility: visible;
    scale: 1
}

.tp-feature-item:hover .tp-feature-item-thumb .shape {
    opacity: 1;
    visibility: visible;
    top: 80px
}

.tp-feature-item:hover .tp-feature-item-thumb .thumb {
    transform: scale(1.05)
}

.tp-feature-item:hover .tp-feature-item-wrapper:after {
    opacity: 1;
    visibility: visible;
    left: 0
}

.tp-feature-item:hover .tp-feature-item-wrapper:before {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.tp-feature-item-wrapper {
    padding: 50px 25px 25px;
}

.tp-feature-item-wrapper:after {
    position: absolute;
    top: 0;
    content: "";
    background: var(--primary-color);
    clip-path: polygon(0 0, 0% 100%, 80% 50%);
    width: 42px;
    height: 57px;
    opacity: 0;
    visibility: visible;
    transform: scaleY(1);
    left: -10px;
    transition: all .3s ease-in-out
}

.tp-feature-item-wrapper:before {
    position: absolute;
    right: 0;
    content: "";
    background: var(--secondary-color);
    clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
    width: 52px;
    height: 37px;
    opacity: 0;
    visibility: visible;
    transform: scaleY(1);
    bottom: -10px;
    transition: all .3s ease-in-out
}

.tp-feature-item-shape {
    position: absolute;
    top: 0;
    left: 0
}

.tp-feature-item-thumb .shape {
    position: absolute;
    right: 120px;
    top: 100px;
    background: var(--white-color);
    box-shadow: 6px -6px 4px #15314a12;
    border-radius: 24.945px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 0;
    opacity: 0;
    visibility: visible;
    z-index: 1;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-item-thumb .shape {
        right: 60px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-feature-item-thumb .shape {
        right: 150px
    }
}

@media (max-width: 575px) {
    .tp-feature-item-thumb .shape {
        right: 60px
    }
}

.tp-feature-item-thumb .thumb {
    border-radius: 88.5px;
    margin-bottom: 35px;
    overflow: hidden;
    transition: .2s 0s ease-in
}

.tp-feature-item-content .feature-title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 33px;
    color: var(--secondary-color)
}

.tp-feature-item-content .feature-title a {
    font-size: 32px;
    font-weight: 500;
    color: var(--secondary-color);
}

.tp-feature-item-content .feature-title a:hover {
    color: var(--primary-color);
}

.tp-feature-item-content .feature-title span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    color: var(--primary-color)
}

.tp-feature-item-content .feature-title:hover {
    color: var(--primary-color)
}

.tp-feature-item-content p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

.heading-2 .heading__title.smallfont {
    font-size: 27px;
}

.information__single .title-left-shape {
    left: 10%;
}

.features-section {
    position: relative;
    padding: 60px 0px;
    background: #f9f9f9;
    padding-bottom: 0px;
}

.feature-block {
    margin-bottom: 30px;
}

.feature-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 20px 35px;
    overflow: hidden;
    background-color: #fff;
    border: #e5e5e5 solid 1px;
}

@media (max-width: 1199.98px) {
    .feature-block .inner-box {
        padding: 20px 10px 35px 20px;
    }
}

@media (max-width: 767.98px) {
    .feature-block .inner-box {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .feature-block .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.feature-block .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 127px;
    height: 100%;
    background-color: var(--primary-color);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box:before {
        width: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }
}

.feature-block .inner-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color-dark);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box:after {
        width: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }
}

.feature-block .inner-box:hover::before {
    width: 180%;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box:hover::before {
        width: 200%;
    }
}

.feature-block .inner-box:hover::after {
    width: 127px;
}

.feature-block .inner-box:hover .content:after {
    width: 200px;
}

.feature-block .inner-box:hover .content .title,
.feature-block .inner-box:hover .content .text {
    color: var(--white-color);
}

.feature-block .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-block .inner-box .content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    background-color: #f5f5f5;
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box .content:before {
        width: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }
}

.feature-block .inner-box .content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color-dark);
    opacity: 0.3;
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box .content:after {
        width: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }
}

.feature-block .inner-box .title {
    position: relative;
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    z-index: 3;
}

.feature-block .inner-box .text {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box .icon {
    position: relative;
    width: 96px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 25px;
    color: #484848;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box .icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.feature-block .inner-box .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed var(--primary-color);
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-one__bg {
    position: relative;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(50% - 15px);
    height: 80%;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 0px 1000px 1000px 0px;
}

.about-one__bg__border {
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% - 80px);
    height: 100%;
    border-radius: 0px 1000px 1000px 0px;
    border: 5px solid var(--primary-color);
    animation: zumpX 1s infinite alternate;
}

.about-one__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #EFECE7;
    mix-blend-mode: multiply;
    border-radius: 0px 1000px 1000px 0px;
}

.about-one__image1 {
    margin-right: 50px;
}

.about-one__image1 {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: 100px;
    width: 280px;
    height: 300px;
    top: 43px;
}

.about-one1 {
    padding-top: 0px;
}

.about-one__image__one1 {
    width: 300px;
    height: auto;
    border-radius: 50%;
}

.directionright {
    direction: rtl;
}

.directionright .about-one__bg {
    right: 0;
    left: auto;
}

.directionright .about-one__bg__border {
    right: -10px;
    left: auto;
    border-radius: 1000px 0px 0px 1000px;
}

.directionright .about-one__bg__inner {
    right: 0;
    left: auto;
    border-radius: 1000px 0px 0px 1000px;
}

.directionright .about-one__image1 {
    margin-right: auto;
    margin-left: 101px;
}

.directionright p {
    text-align: left;
}

.process-single {
    position: relative;
}

.process-single::before {
    content: url(../images/02.png);
    position: absolute;
    right: -72px;
    top: 34px;
}

.process-single .icon {
    height: 140px;
    width: 140px;
    display: inline-flex;
    position: relative;
    line-height: 132px;
    background: var(--white-color);
    box-shadow: var(--box-shadow);
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 70px;
    color: #4e4e4e;
        justify-content:center;
}

.process-single .icon i{
    display:flex;
    align-items:center;
}

.process-single .icon::before {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 3px solid #000;
}

.process-single span {
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 14px;
    background: var(--primary-color);
    line-height: 40px;
    border-radius: 50%;
    color: var(--white-color);
    left: -3px;
    top: -5px;
    font-weight: 600;
}

.process-single h4 {
    margin-bottom: 10px;
    font-size: 24px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .process-single::before {
        display: none
    }
}

@media(max-width:767px) {
    .process-single::before {
        display: none
    }
}

.process-area .col-lg-3:last-child .process-single::before {
    display: none
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;    border: #ddd solid 2px;
}

.service-block .inner-box {
    position: relative;
    padding-bottom: 77px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.service-block .inner-box:hover .image-box .read-more {
    color: var(--white-color);
    background: #4e4e4e;
}

.service-block .inner-box:hover .image-box .read-more:before {
    height: 100%;
}

.service-block .inner-box:hover .content-box .inner {
    height: auto;
}

.service-block .inner-box .image-box .image {
    position: relative;
    margin-bottom: 0px;
    margin-right: 42px;
    overflow: hidden;
}

.service-block .inner-box .image-box .image img {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height:250px;
    /*object-fit:cover;*/
}

.service-block .inner-box .image-box .read-more {
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 12px;
    width: 205px;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #4e4e4e;
    background: #f3f4f7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 767.98px) {
    .service-block .inner-box .image-box .read-more {
        padding: 11px 114px;
    }
}

@media (max-width: 575.98px) {
    .service-block .inner-box .image-box .read-more {
        padding: 11px 32px;
    }
}

.service-block .inner-box .image-box .read-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    left: auto;
    right: 0;
    height: 0;
    background-color: #4e4e4e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.service-block .inner-box .image-box .read-more:hover {
    color: var(--primary-color);
}

.service-block .inner-box .image-box .read-more i {
    font-size: 14px;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--primary-color);
}

.service-block .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 29px 0px;
    background-color: var(--white-color);
    /*border: 1px solid #eee9e3;*/
    height: 0;
}

.service-block .inner-box .content-box::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 44px;
    height: 64px;
    background-image: url(../images/icon-arrow.png);
    -webkit-transform: translate(-33px, -35px);
    transform: translate(-33px, -35px);
}

.service-block .inner-box .content-box .info-box {
    position: relative;
    padding-left: 105px;
    margin-bottom: 15px;
}

.service-block .inner-box .content-box .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.service-block .inner-box .content-box .icon::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 93px;
    height: 58px;
    background-image: url(../images/icon-border.png);
}

.service-block .inner-box .content-box .title {
    position: relative;
    font-size:20px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    z-index: 2;
}

.service-block .inner-box .content-box .title:hover {
    color: var(--primary-color);
}

.service-block .inner-box .content-box .inner {
    position: relative;
    display: none;
    overflow: hidden;
    padding-right: 46px;
}

.service-block .inner-box .content-box .inner .text {
    position: relative;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.team-area .owl-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -10px;
}

.team-area .owl-dots .owl-dot {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d7d7d7;
}

.team-area .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.team-area .owl-dots .owl-dot.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.text-center .heading__subtitle svg {
    left: 41%;
}

.process-single p {
    text-align: center;
}

.process-area {
    background: #f6f6f6;
}

.blog-thumb .cat-img {
    height: 225px;
    width:100%;
    object-fit:cover;
}

.plus-icon {
    position: fixed;
    top: 25px;
    left: 120px;
}
.plus-icon.tm {
    position: fixed;
    top: 25px;
    left: 150px;
}
.gap-2 {
    gap: 1rem !important;
}

.round-img {
    background-color: #e4312a;
    border-radius: 50%;
    padding: 7px;
    height: 85px;
    width: 85px;
    margin: auto;
    display: flex;
    align-items: center;
}

.round-img img {
    width: 100px;
    height: fit-content;    filter: drop-shadow(1px 0 0 white) drop-shadow(0 1px 0 white) drop-shadow(-1px 0 0 white) drop-shadow(0 -1px 0 white);

}

.home-2.service-section {
    padding: 50px 0px;
    position: relative;
}

.home-2.service-section .row {
    position: relative;
    top: 0px;
    align-items:center;
}
a:not([href]):not([tabindex]):hover{
    color:#fff;
}

.home-2.service-section h3 {
    font-size: 1.75rem;
    margin:0px;
}

.home-2.service-section .thm-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 0;
    width: 190px;
}

.quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    position: absolute;
    left: -21px;
    top: 90px;
}

.quote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    position: absolute;
    right: -35px;
    bottom: -12px;
}

.wpo-project-section .container-fluid {
    padding: 0;
}

.wpo-project-section .owl-nav {
    display: none;
}

.project-card {
    position: relative;
    z-index: 1;
    max-width: 480px;
    max-height: 680px;
    overflow: hidden;
    border: 1px solid #cfc9c9;
}

/* .project-card::before{
    content: '';
    position: absolute;
    z-index: 1;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color: rgb(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
  } */


@media (max-width: 575px) {
    .project-card {
        max-width: 100%;
    }
}

.project-card .image {
    transition: all 0.3s ease-in-out;
}

.project-card .image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 300px;
    object-fit: contain;
}

.project-card .content {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    padding: 40px;
    position: absolute;
    left: 50%;

    bottom: 0px;
    width: 100%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(30, 46, 62, 0) 0%, rgba(30, 46, 62, 0.29) 20%, rgba(24, 40, 55, 0.78) 50%, #101A25 80%);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .project-card .content {
        padding: 25px;
    }
}

.project-card .content h3 a {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .project-card .content h3 a {
        font-size: 30px;
    }
}

.project-card .content p {
    color: #f4f4f4b4;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.project-card:hover .image img {
    transform: scale(1.1);
}

.project-card:hover .content {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.widget-block {
    position: relative;
}
.patch-hide , .widget-block-news .patch-hide{
	position: absolute;	top: 0px;
	width: 100%;	background: #e4312a;
	left: 0px;	height: 50px;
}.widget-block .patch-hide h3 , .widget-block-news .patch-hide h3{
	color: #fff;	padding: 15px 12px;
	text-transform: uppercase;	font-size: 15px;
}.widget-block .patch-hide {
	width: 100%;
}
.usd-inr .poweredBy {
    display: none !important;
}

/*Product-detail*/
.shop-details{
    position: relative;
    padding: 60px 0px;
  }

  .shop-details .products-carousel .image {
        margin-bottom: 12px;
        border: 1px solid #ddc5c4;
    box-shadow: 10px 10px 70px 20px rgb(68 62 62 / 10%);
    }

    .shop-details .product-thumbs-wrapper {
        max-width: 265px;
    }
  
  .product-details-content .slider-content{
    position: relative;
    display: block;
  }
  
  .product-details-content .slider-content .slider-pager{
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .product-details-content .product-details .title-box {
    border-top: 6px solid #e4312a;
}
.product-details-content .product-details .product-info li:before {
    color: #e4312a;
}
  .product-details-content .slider-content .slider-pager .thumb-box li{
    margin-bottom: 20px;
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    z-index: 9;
  }
  
  .product-details-content .slider-content .slider-pager .thumb-box li:last-child{
    margin-bottom: 0px;
  }
  
  .product-details-content .slider-content .product-image{
    position: relative;
    padding-left: 100px;
  }
  
  .product-details-content .slider-content .product-image .image{
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
  }
  
  .product-details-content .slider-content .product-image .image img{
    width: 100%;
  }
  
  .product-details-content .slider-inner{
    position: relative;
    margin-right: 30px;
  }
  
  .product-details-content .product-details .title-box h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #212121;
    margin-bottom: 8px;
  }
  
  .product-details-content .product-details .title-box .customer-review .rating-box{
    position: relative;
    float: left;
    margin-right: 10px;
    font-size: 14px;
  }
  
  .product-details-content .product-details .title-box .customer-review .rating-box li{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
  }
  
  .product-details-content .product-details .title-box .customer-review a{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 17px;
    color: #a3a3a3;
    font-weight: 700;
  }
  
  .product-details-content .product-details .title-box .customer-review a:hover{
  
  }
  
  .product-details-content .product-details .title-box .customer-review{
    position: relative;
    margin-bottom: 1px;
  }
  
  .product-details-content .product-details .title-box h4{
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 38px;
    right: 30px;
  }
  
  .product-details-content .product-details .title-box h4 del{
    color: #b6b6c2;
    margin-left: 10px;
  }
  
  .product-details-content .product-details .title-box{
    position: relative;
    padding: 24px 30px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
  }
  
  .product-details-content .product-details .text .category li{
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #a3a3a3;
    margin-right: 5px;
  }
  
  .product-details-content .product-details .text .category li a{
    display: inline-block;
  }
  
  .product-details-content .product-details .text .category li a:hover{
    text-decoration: underline;
  }
  
  .product-details-content .product-details .text .category{
    margin-bottom: 17px;
  }
  
  .product-details-content .product-details .text{
    margin-bottom: 34px;
  }
  
  .product-details-content .product-details .product-info{
    position: relative;
    display: block;
    padding: 10px 0px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 25px;
  }
  
  .product-details-content .product-details .product-info li{
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    font-size: 17px;
    line-height: 30px;
    color: #212121;
    padding-left: 25px;
    font-weight: 500;
  }
  
  .product-details-content .product-details .product-info li:before{
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    left: 0px;
    top: 1px;
    font-weight: 700;
  }
  
  .product-details-content .product-details .product-info li:after{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 12px;
  }
  
  .product-details-content .product-details .product-info li:last-child:after{
    display: none;
  }

  .bootstrap-touchspin .input-group-btn-vertical i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    }
  
  .product-details-content .addto-cart-box{
    margin-bottom: 28px;
  }
  
  .addto-cart-box .clearfix li{
    position: relative;
    display: inline-block;
    float: left;
  }
  
  .addto-cart-box .input-group{
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 33px;
  }
  
  .addto-cart-box .cart-btn button{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #212121;
    font-weight: 500;
    text-align: center;
    padding: 17px 63px;
    cursor: pointer;
    margin-right: 20px;
    transition: all 500ms ease;
  }
  
  .addto-cart-box button:hover{
    background: #212121;
    color: #fff;
  }
  
  .addto-cart-box .like-btn a{
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #212121;
    background: #f8f8f8;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: .5s;
  }
  .swiper-slide .image img{
      width: 100%;
    height: auto;
  }
  .swiper-slide .image.detail-img img{
    height: 350px !important;
    object-fit : cover;
  }
  
  .addto-cart-box .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 146px;
    width: 100%;
    float: left;
    padding: 0px 45px;
    margin-right: 20px;
    z-index: 1;
  }
  
  .addto-cart-box input.quantity-spinner {
    line-height: 60px;
    height: 60px;
    width: 60px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #212121;
    background: #f8f8f8;
    border-radius: 0 !important;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
    position: absolute;
    height: 60px;
    line-height: 56px;
    width: 46px;
    background: transparent;
    padding: 0px 0px;
    left: -45px;
    top: -60px;
    border: 1px solid #e3e3e3;
    text-align: center;
    z-index: 1;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
    position: absolute;
    height: 60px;
    width: 45px;
    background: transparent;
    padding: 0px 0px;
    right: -45px;
    top: -60px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    text-align: center;
    z-index: 1;
  }
  
  .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 12px;
    font-style: normal;
    color: #212121;
    font-family: 'Font Awesome 5 pro';
    font-weight: 700;
  }
  
  .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 12px;
    font-style: normal;
    color: #212121;
    font-weight: 700;
    font-family: 'Font Awesome 5 pro';
  }
  
  .bootstrap-touchspin .input-group-btn-vertical{
    position: absolute;
    width: 100%;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
    margin-top: 0px;
  }
  
  .product-details-content .product-details .addto-cart-box p{
    display: block;
    margin-bottom: 9px;
  }
  
  .product-details-content .product-details .share-option p{
    position: relative;
    display: block;
    color: #a3a3a3;
    margin-bottom: 9px;
    font-size: 17px;
  }
  
  .product-details-content .product-details .share-option .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .product-details-content .product-details .share-option .social-links li:last-child{
    margin: 0px !important;
  }
  
  .product-details-content .product-details .share-option .social-links li a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 65px;
    text-align: center;
  }
  .product-details-content .product-details .share-option .social-links li a i{
      font-size: 30px;
  }
  .product-details-content .product-details .share-option .social-links li:first-child a{
  
  }
  
  .product-details-content .product-details .share-option .social-links li:nth-child(2) a{
  
  }
  
  .product-details-content .product-details .share-option .social-links li:nth-child(3) a{
  
  }
  
  .product-details-content .product-details .share-option .social-links li:last-child a{
  
  }
  
  .product-details-content .product-details{
    position: relative;
    margin-top: -7px;
  }
  
  .product-details-content{
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  
  .product-discription .tab-btn-box{
    position: relative;
    display: block;
    margin-bottom: 42px;
  }
  
  .product-discription .tab-btn-box:before{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
  }

  .product-discription .tab-btn-box .tab-buttons {
      text-align: center;
  }
  
  .product-discription .tab-btn-box .tab-buttons li{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #212121;
    font-weight: 600;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    text-align: center;
    padding: 13px 30px;
    cursor: pointer;
    margin: 0px 8px;
    transition: all 500ms ease;
    font-family: 'Mukta', sans-serif;
  }
  
  .product-discription .tab-btn-box .tab-buttons li.active-btn{
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  }
  
  .product-discription .tabs-content .text p{
    position: relative;
    margin-bottom: 17px;
  }
  
  .product-discription .tabs-content .text p:last-child{
    margin-bottom: 0px;
  }
  
  .product-discription .tabs-content .single-review-box{
    position: relative;
    display: block;
    padding: 30px 30px 33px 125px;
    background: #f8f8f8;
  }
  
  .product-discription .tabs-content .single-review-box .image-box{
    position: absolute;
    left: 30px;
    top: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  
  .product-discription .tabs-content .single-review-box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .product-discription .tabs-content .single-review-box .rating-box li{
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
  }
  
  .product-discription .tabs-content .single-review-box .rating-box{
    margin-bottom: 6px;
  }
  
  .product-discription .tabs-content .single-review-box h5{
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  
  .product-discription .tabs-content .single-review-box h5 span{
    font-size: 17px;
    text-transform: uppercase;
  }
  
  .product-discription .tabs-content .reviews-box{
    margin-bottom: 65px;
  }
  
  .product-discription .tabs-content .comment-form{
    position: relative;
    display: block;
    padding: 55px 60px 60px 60px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background: #ffff;
  }
  
  .product-discription .tabs-content .comment-form .title-box{
    position: relative;
    margin-bottom: 27px;
  }
  
  .product-discription .tabs-content .comment-form .title-box h3{
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .product-discription .tabs-content .comment-form .form-group label{
    position: relative;
    display: block;
    margin-bottom: 9px;
  }
  
  .product-discription .tabs-content .comment-form .form-group{
    margin-bottom: 22px;
  }
  
  .product-discription .tabs-content .comment-form .rating-box p{
    float: left;
    margin-right: 20px;
  }
  
  .product-discription .tabs-content .comment-form .rating-box .rating li{
    position: relative;
    display: inline-block;
    font-size: 13px;
  }
  
  .product-discription .tabs-content .comment-form .rating-box{
    margin-bottom: 10px;
  }
  
  .product-discription .tabs-content .comment-form .message-btn .custom-controls-stacked{
    line-height: 56px;
  }
  
  .custom-control.material-checkbox {
    --color: #ebebeb;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px !important;
  }
  
  .custom-control.material-checkbox .material-control-input {
    display: none;
  }
  
  .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: relative;
    left: 0px;
    width: 16px;
    height: 16px;
    background: #eceff6;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    cursor: pointer;
    top: 2px;
  }
  
  .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    border-color: var(--color);
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 8px;
    border: 2px solid #4f68c5;
    border-top: 0px;
    border-left: 0px;
    background: transparent;
    border-radius: 0px;
  }
  
  .product-discription .tabs-content .comment-form .message-btn .custom-controls-stacked .custom-control .text{
    font-size: 18px;
    cursor: pointer;
  }
  
  .related-products{
    position: relative;
    padding-bottom: 90px;
  }
  
  .related-products .title-box{
    position: relative;
    display: block;
    margin-bottom: 33px;
  }
  
  .related-products .title-box h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
  .product-details-content .product-details .share-option .social-links li:first-child a{
      background: #3b5998;
  }
  .product-details-content .product-details .share-option .social-links li:nth-child(2) a {
    background: #55acee;
}
.product-details-content .product-details .share-option .social-links li:nth-child(3) a {
    background: #FCAF45;
}
.product-details-content .product-details .share-option .social-links li:last-child a {
    background: #0A66C2;
}

/*search*/
.about-section-search {
    position: relative;
    padding: 50px 0 50px;
}
.accordion-boxx.style-two {
    padding: 0;
    background-color: #fff;
}
.accordion-boxx {
    position: relative;
}
.accordion-boxx.style-two .block {
    margin-bottom: 10px;
    padding: 17px 20px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.accordion-boxx .block.active-block {
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
}
.accordion-boxx .block {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
}
.accordion-boxx.style-two .block.active-block::before {
    background-color: #e4312a;
}

.accordion-boxx.style-two .block:before {
    position: absolute;
    content: '';
    left: 59px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #f2f2f2;
}
.accordion-boxx.style-two .block .acc-btn {
    border: none;
    color: #372b9b;
    background: none;
    padding: 0 0 0 62px;
}
.accordion-boxx .block .acc-btn.active {
    /*background-color: #000048;*/
    color: #fff;
}
.accordion-boxx .block .acc-btn {
    position: relative;
    font-size: 17px;
    cursor: pointer;
    line-height: 34px;
    color: #242f6c;
    font-weight: 400;
    background-color: #f2f3f6;
    padding: 19px 50px 16px 20px;
    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-boxx.style-two .block .icon-outer {
    left: 25px;
    top: 0;
    right: auto;
}
.accordion-boxx .block .icon-outer {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 20px;
    color: #262626;
    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-boxx.style-two .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 1;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion-boxx .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}
.accordion-boxx.style-two .block .icon-outer .icon {
    border: none;
    color: #e4312a;
    font-size: 20px;
    font-weight: 600;
    background: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordion-boxx .block .icon-outer .icon-plus {
    opacity: 1;
}
.accordion-boxx .block .icon-outer .icon {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    background-color: #f8c11e;
}
.accordion-boxx .block .acc-content {
    position: relative;
    display: block;
}
.accordion-boxx.style-two .block .content {
    padding: 15px 30px 0 62px;
    border: none;
}
.accordion-boxx .block .content {
    position: relative;
    font-size: 14px;
    padding: 30px 35px 30px 35px;
}
 .service-sidebar {
        position: relative;
        display: block;
        margin-right: 20px;
    }
    .service-sidebar .category-widget {
    margin-bottom: 50px;
}
.service-sidebar .category-widget {
    position: relative;
    display: block;
    border: 1px solid #e2e2e2;
    padding-left: 30px;
}
.service-sidebar .widget-title {
    position: relative;
    display: block;
    padding: 21px 0px;
    border-bottom: 1px solid #e2e2e2;
}
.service-sidebar .widget-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 0;
}
.service-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    padding: 18px 26px 17px 0px;
    border-bottom: 1px solid #e2e2e2;
}
.service-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #1c1c1c;
}
.service-sidebar .category-widget .category-list li a:hover {
    color: #e4312a;
}

.service-sidebar .category-widget .category-list li a:hover:before {
    width: 38px;
    height: 1px;
    top: 12px;
    right: 13px;
}
.service-sidebar .category-widget .category-list li a:hover:before {
    background: #e4312a;
}
.service-sidebar .category-widget .category-list li a:before {
      position: absolute;
    content: '';
    background: #e2e2e2;
    width: 1px;
    height: 59px;
    top: -18px;
    right: 16px;
    transition: all 500ms ease;
}
.service-sidebar .category-widget .category-list li a i {
    position: absolute;
    top: 1px;
       right: -7px;
    font-size: 16px;
    color: #a9a6a5;
    transition: all 500ms ease;
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-right-chevron:before {
    content: "\f105";
}
.service-sidebar .category-widget .category-list li a:hover i {
    color: #e4312a;
}
.qty-bg-img{
    background-image: url(../images/iso-bg.png);
     background-repeat: no-repeat;
     background-position: center center;
}

.project-two__carousel .project-card__content {
    transform: translateY(0);
}
.project-card__content {
    position: relative;
    background: #e9e9e9;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    transition: all 0.6s ease-in-out;    margin-top: -45px;
}
.project-card__content__inner {
    padding: 25px 0px 25px 30px;
}
.project-card__content__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #DF9E42;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.project-card__content__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #2E2A20;
    margin-bottom: 0;
    padding-bottom: 0;
}
.project-card__content__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.project-two__carousel .project-card__content__link {
    background: #2E2A20;
}
.project-card__content__link {
    padding: 35px 30px;
    background: var(--primary-color);
    border-radius: 20px 20px 20px 80px;
    line-height: 0;
    font-size: 20px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-card__content__link i {
    line-height: 0;
    font-size: 600;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.wrapper__video
{ position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; top:0;
}


.DZ-theme-btn.DZ-bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%);
}
.DZ-theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.DZ-theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 86px;
    color: #fff;
    display: table;
    height: 50px;
    right: 30px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 99999;
}
.DZ-theme-btn svg {
    fill: #fff;
    width: 26px;
    height: 26px;
}
.DZ-theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}
.DZ-theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-transform: uppercase;
    color:#fff;
}
.DZ-theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}
.social-share .DZ-theme-btn{
    background: #e4312a; display: flex;align-items: center;justify-content: center;
    /*transition-timing-function: ease-in-out;*/
    transition: all 300ms ease;
}

.quote-inner-column .info-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 7px;
    margin-bottom: 20px;
}
.quote-inner-column .info-box .inner-box .icon-box {
    background-color: var(--primary-color);
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.quote-inner-column .info-box .inner-box .icon-box .icon {
    color: var(--white-color);
    font-size: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.quote-inner-column .info-box .inner-box .title {
    color: var(--white-color);
    margin-bottom: 0;
    text-align: center;
    font-size: 22px !important;
}

.quote-inner-column .info-box .inner-box .icon-box-arrow {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.quote-inner-column .info-box .inner-box .icon-box-arrow .icon {
    color: var(--white-color);
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.quote-inner-column .info-box .inner-box:hover .icon-box {
    background-color: var(--white-color);
}
.quote-inner-column .info-box .inner-box:hover .icon-box .icon {
    color: var(--primary-color);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.quote-inner-column .info-box .inner-box:hover .icon-box-arrow .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.add-more{
    position: relative;
    top: 20px;
    border-bottom: 1px solid;
    background: #ededed;
    padding: 10px;
    width: 100%;
}
.add-more.add-more-danger{
    color: #b31616;
    border-bottom: 1px solid #b31616;
}
.btn__bordered.btn__primary.pr-btn{
    border-color: var(--primary-color);
    color: var(--primary-color);
    padding: 0px 10px;
    width: 100%;
}
.btn__bordered.btn__primary.pr-btn:hover{
    color: var(--white-color) !important;
}







/* BLOG */
.main-content{
    padding-top:50px;
    padding-bottom:50px;
}
.blog-index .single-entry {
    /*margin-bottom: 30px;*/
}
.single-entry {
    padding: 15px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-entry .entry-thumb {
    position: relative;
}
.single-entry .entry-thumb img{
        height: 200px;
        width: 100%;
        object-fit: cover;
        border: 1px solid #ececec;
        border-radius: 10px;
}
.single-entry .date-meta {
    position: absolute;
    right: 20px;
    bottom: -25px;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #f4462f;
    text-align: center;
    line-height: 1.2;
    font-family: "Fira Sans", sans-serif;
    padding-top: 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.single-entry .date-meta span {
    display: block;
}
.single-entry .entry-txt {
    padding-top: 40px;
}
.single-entry .entry-txt p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
}
.single-entry .entry-txt h3{
    line-height: 1 !important;
}
.single-entry .entry-txt h3 a{
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1 !important;
    color: black;
    font-size: 22px;
    margin-bottom: 0;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.single-entry:hover {
    border: 1px solid transparent;
}
.single-entry:hover{
    -webkit-box-shadow: 0px 3px 30px 3px rgba(45, 45, 45, 0.1);
    -moz-box-shadow: 0px 3px 30px 3px rgba(45, 45, 45, 0.1);
    box-shadow: 0px 3px 30px 3px rgba(45, 45, 45, 0.1);
}
.single-entry:hover .entry-txt h3 a {
    /*color: #ec322e;*/
}
.entry-cover img{
        width: 100%;
    height: 350px;
    object-fit: cover
}
/* BLOG */

/* BLOG  DETAIL*/
.post-index .single-entry {
    padding: 0;
    border: none;
}

.single-entry {
    padding: 15px;
    /* border: 1px solid #dddddd; */
    /* -webkit-border-radius: 10px; */
    /* -moz-border-radius: 10px; */
    /* -ms-border-radius: 10px; */
    /* border-radius: 10px; */
    /* background-color: #fff; */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post-index:hover .single-entry {
    box-shadow: none;
}
.post-index .single-entry .entry-cover {
    position: relative;
}
.post-index .single-entry .entry-cover .date-meta {
    width: 82px;
    height: 77px;
    font-size: 22px;
    font-weight: 500;
    top: 35px;
    right: 35px;
}

.single-entry .date-meta {
    position: absolute;
    right: 20px;
    bottom: -25px;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #ec322e;
    text-align: center;
    line-height: 1.2;
    padding-top: 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.single-entry .date-meta span {
    display: block;
}
.post-index .single-entry .entry-details h1 {
    font-size: 34px;
    margin: 30px 0 10px;
}
.post-index .single-entry .entry-details p {
    /*margin-bottom: 30px;*/
    color: black;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.post-index .single-entry .entry-footer {
    padding-top: 35px;
    border-top: 1px solid #ebebeb;
}
.post-index .single-entry .entry-footer .entry-tags {
    float: left;
        display: flex
;
    gap: 5px;
}
.post-index .single-entry .entry-footer .entry-tags span {
    text-transform: capitalize;
    margin-right: 5px;
}
.listing{
    margin-bottom:20px;
}
.listing li{
    font-size:17px;
    color:black;
}
.listing li i{
   color: #ec322e;
}
.post-index .single-entry .entry-footer .entry-tags span a {
    color: #455359;
    background: #f6f6f6;
    display: inline-block;
    padding: 4px 24px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.post-index .single-entry .entry-footer .entry-tags span a:hover {
    background: #f4462f;
    color: #fff;
}
.post-index .single-entry .entry-footer .entry-share {
    float: left;
        display: flex
;
    gap: 5px;
    padding-top: 25px;
}
.entry-footer.entry-footer1{
     padding: 0 !important;
    border: none !important;
}
.entry-footer h4{
    font-size: 28px;
        font-weight: normal;
            margin-bottom: 0;
}
.post-index .single-entry .entry-footer .entry-share a {
    margin-left: 10px;
    display: inline-table;
    width: 40px;
    height: 38px;
    background: #f6f6f6;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.post-index .single-entry .entry-footer .entry-share a i {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
    font-size: 17px;
    color: #ec322e;
    transition: all .3s ease-in-out;
}
.post-index .single-entry .entry-footer .entry-share a:hover {
    background: #f4462f;
}
.post-index .single-entry .entry-footer .entry-share a:hover i {
    color: white !important;
}
.sidebar {
    /*padding-left: 40px;*/
}
.widget.recent-post {
      background: #F6F6F6;
    padding: 30px;
    border-radius: 15px;
}
.widget {
    margin-bottom: 40px;
}
.widget .widget-title {
    font-size: 28px;
    margin-bottom: 30px;
}
.feature-posts{
    border: 2px solid #ebebeb;
    padding: 15px;
    border-radius: 20px;
}
.widget .single-feature {
    margin-bottom: 25px;
        display: flex;
    gap: 10px;

}
.widget .single-feature .figure-thumb {
    float: left;
    overflow: hidden;
}
.widget .single-feature .figure-thumb img {
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 250px;
    object-fit: cover;
    height: 70px;
}
/*.widget .single-feature .sf-text {*/
/*    margin-left: 75px;*/
/*}*/
.entry-details{
    padding-top:25px;
}
.widget .single-feature .sf-text h4 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget .single-feature .sf-text h4 a {
    color: #455359;
}
.widget .single-feature:hover img {
    -webkit-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
}


.sidebar .widget {
    background: #F6F6F6;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.sidebar .widget .widget-title {
    /*padding-bottom: 10px;*/
    margin-bottom: 30px;
    font-size: 22px;
    color: black;
    font-weight: 700;
}
.sidebar .widget .social-link a {
    width: 35px;
    height: 35px;
        display: inline-block;
    line-height: 32px;
    border: 2px solid #e4312a;
    color: #e4312a;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}
.sidebar .widget .social-link a:hover {
    background: #e4312a;
    color:white;
}
.sidebar .widget {
    background: #F6F6F6;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.sidebar .widget .widget-title {
    /* padding-bottom: 10px; */
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    color: black;
    font-weight: 700;
}
.widget .tag-list a {
    background: white;
    color: black;
    padding: 5px 18px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 50px;
    display: inline-block;
    transition: all .5s ease-in-out;
}
.widget .tag-list a:hover {
    background-color:  #e4312a;
    color: white;
}
/* BLOG  DETAIL*/
