.light-bg-color {
    background-color: #f7f6f2;
}

.heading-section span {
    font-size: 16px;
    color: #444;
    font-family: var(--thm-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.heading-section figure {
    margin-bottom: 20px;
}

.heading-section h2,
.heading-section.heading-small h2 span {
    font-size: 40px;
    margin-bottom: 45px;
    color: #111;
}

.heading-section h2 {
    margin-top: 5px;
    color: var(--thm-primary);
    text-transform: uppercase;
}

.heading-section.heading-small h2 {
    margin-bottom: 19px;
}

.heading-section.heading-small span {
    margin-bottom: 70px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    text-transform: inherit;
    letter-spacing: 1px;
}

.heading.heading-small h2 span {
    text-transform: capitalize;
    position: relative;
}

.heading.heading-style-3 h2 span:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 7px;
    left: 0;
    border-radius: 10px;
}

.heading.heading-style-3 p span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-text);
    text-transform: none;
    border-bottom: 1px solid #bcbcbc;
    color: #444;
    letter-spacing: 0;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .heading-section h2, .heading-section.heading-small h2 span{
        font-size: 35px;
    }

    .heading-section.heading-small h2 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .heading-section h2, .heading-section.heading-small h2 span{
        font-size: 25px;
    }
}

.theme-light main {
    background-color: #fff;
}


.theme-styleBtn,
.theme-styleBtn i,
.theme-styleBtn i:after,
.banner-section .owl-nav button,
.desktop-menu .social-medias a:before,
.desktop-menu .social-medias a:after,
button.scrollTopStick i{
    transition: 0.3s ease-in-out;
}

button.scrollTopStick.active:before {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 14.5px 34px;
    border-radius: 0px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: var(--thm-primary);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.theme-btn:hover:before {
    bottom: -40%;
}


.theme-styleBtn {
    padding: 18px 50px;
    font-size: 1rem;
    font-family: var(--thm-font);
    font-weight: 400;
    display: inline-flex;
    position: relative;
    border: 2px solid;
    font-weight: bold;

    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.b-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.b-btn.btn-sm {
    padding: 10px 20px;
}

.b-btn:focus,
.b-btn:hover {
    color: #111;
    text-decoration: none;
}

.b-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(13%, -190%) rotate(30deg);
    transform: translate(13%, -190%) rotate(30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.b-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.b-btn::before {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.b-btn:hover::before,
.b-btn:hover::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.theme-btn.b-btn-two {
    padding: 12.5px 33px;
}

.theme-styleBtn:hover {
    background-color: transparent;
    color: #ffffff;
}

.theme-styleBtn:hover i {
    color: black;
    width: 45px;
}

.theme-styleBtn i {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -14px;
    z-index: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.theme-styleBtn i:after {
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: skew(-24deg, 0deg);
    transition: 0.5s ease-in-out;
}

.theme-styleBtn-two {
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 0.975rem;
    font-family: var(--thm-font);
    font-weight: 400;
    color: #000;
    display: inline-flex;
    position: relative;
    margin-top: 10px;

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.common-btn {
    text-align: left;
    margin-top: 50px;
}

.common-btn .theme-styleBtn {
    padding: 15px 30px;
}

.common-btn .theme-styleBtn:hover {
    background: var(--thm-primary);
    color: #ffffff;
}

@media only screen and (max-width: 599px){
    .common-btn{
        margin-top: 30px;
    }
}

input,
select {
    height: 65px;
    border-radius: 0 !important;
    padding-left: 20px;
    position: relative;
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-color: #c1c1c1;
}

textarea {
    height: 180px;
    padding-left: 20px !important;
    padding-top: 20px;
    font-size: 16px;
    border-radius: 0 !important;
    border-color: #c1c1c1;
}

.nice-select .list {
    width: 100%;
}

.nice-select:before {
    content: "";
    width: 65px;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.nice-select:after {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    height: 8px;
    right: 25px;
    width: 8px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    box-shadow: 0 0 0 0.25rem transparent;
}

.nice-select .option {
    height: 50px;
    display: flex;
    align-items: center;
}


.form form,
.form form textarea {
    width: 100%;
}

.form form textarea,
.form form input {
    border: 1px solid #c1c1c1;
    background: #fafafa;
    padding: 20px;
}

.form form input:focus {
    outline: 0;
}

.contact-form-2 form textarea:focus {
    outline: 0;
    border: 0;
}

.form form textarea {
    margin-bottom: 10px;
}

.form form .theme-styleBtn:hover {
    color: #000;
}

.form form input[type=checkbox] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 12px;
}

.form form input[type=checkbox]+label {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-family: var(--thm-font);
}

.form form .form-check {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.form form .theme-styleBtn {
    margin-top: 25px;
}

.ratings {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    padding: 3px 14px;
    margin-bottom: 14px;
}

.ratings i {
    font-size: 15px;
    margin-right: 10px;
}

.ratings span {
    font-weight: bold;
    font-size: 16px;
    font-family: var(--thm-font);
}

/* 1.1 Scroll Top Start */
.scroll-to-top {
    width: 45px;
    height: 45px;
    border: 0;
    position: fixed;
    bottom: 85px;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top.active {
    background-color: #f2f6f7;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: var(--box-shadow-3);
    -webkit-box-shadow: var(--box-shadow-3);
    -moz-box-shadow: var(--box-shadow-3);
    cursor: pointer;
    z-index: 999;
    border: 1px solid #ffffff;
}

.scroll-to-top.active i {
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.scroll-to-top.active:hover i {
    color: #fff;
    font-size: 20px;
    transform: rotate(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.scroll-to-top:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
}

/* Scroll Top End */


/* General Style End */


/* Main Menu Style Start */
.header-style .container {
    position: relative;
}

.wm-header-button {
    float: right;
    font-size: 25px;
    color: #ffffff;
    display: block;
    /* margin: 60px 0px 0px 0px; */
    margin-top: -8px;
    padding: 0px;
    z-index: 2;
    border: none;
}

.collapse-box .wm-header-button{
    margin: 40px 0px 0px 0px;
}

.wm-header-button.navbar-toggler span {
    background-color: #ffffff;
    width: 25px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.wm-main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 125px;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;

    -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;
}

.wm-main-header.wm-header-slider {
    top: 0px;
}

.header-style .wm-main-header.slideDown,
.header-style .wm-main-header.slideUp {
    background: #000;
    width: 100%;
}

.header-style .wm-logo {
    color: #fff;
    margin: 18px 0;
    display: block;
    width: 200px;
}

.header-style .wm-logo.logo-show{
    width: auto;
}

.wm-infolist {
    float: right;
    padding: 28px 0px 6px 0px;
    border-bottom: 1px solid #333333;
    display: flex;
    justify-content: center;
}

.wm-infolist>li {
    float: left;
    list-style: none;
    color: #fff;
    font-size: 14px;
    margin-left: 40px;
    position: relative;
}

.wm-infolist li:first-child {
    margin-left: 0px;
}

.wm-infolist li i {
    display: inline-block;
    margin: 1px 3px 0px 0px;
}

.wm-infolist li i.flaticon-nation {
    font-size: 10px;
}

.wm-infolist li i.fa-angle-down {
    font-size: 10px;
    margin: 0px 0px 0px 14px;
    color: #676767;
}

.wm-infolist li a {
    color: #6d6d6d;
}

.wm-infolist li a span {
    margin-right: 6px;
}

.header-style .wm-language-popup,
.wm-header-three .wm-language-popup {
    background-color: #333;
}

.header-style .wm-language-popup li a,
.wm-header-three .wm-language-popup li a {
    padding: 3px 22px;
}

.wm-right-section{
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-style .navbar {
    float: left;
}

.header-style .navbar-expand-lg .navbar-nav>li>a {
    color: #ffffff;
    padding: 17px 24px;
}

.header-style .navbar-expand-lg .navbar-nav>li.active>a{
    color: var(--thm-primary);
}

.wm-section-spacer {
    padding-right: 112px;
}

.header-style .wm-search-popup,
.wm-header-three .wm-search-popup {
    margin-top: 10px;
}

.wm-main-header .wm-header-button {
    position: absolute;
    right: 15px;
    top: 0px;
}

.slideUp {
    transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -o-transform: translateY(-140px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.slideDown {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: black;
}

.slideUp,
.slideDown {
    transition: transform .5s ease-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}


/*--color.css--*/
.header-style-bg {
    background-image: url("extra-images/bannertwo-2.jpg");
    float: left;
    height: 132px;
    position: relative;
    width: 100%;
}

.wm-transparent-layer-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}

/* Navigation */
.navbar {
    background: none;
    border: none;
    float: left;
    margin-bottom: 0px;
    text-align: left;
}

.nav>li {
    position: relative;
    display: block;
}

.navbar-nav>li>a {
    font-size: 14px;
    color: #6d8492;
    padding: 23px 35px 23px 35px;
    text-transform: uppercase;
}

.navbar-nav>li:first-child>a {
    padding-left: 0px;
}

.navbar-nav>li:last-child>a {
    padding-right: 0px;
}

.navbar-nav li:hover>.wm-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.wm-dropdown-menu {
    background-color: #ffffff;
    left: 0;
    margin: 10px 0px 0px 0px;
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
    -moz-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
    -ms-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
    -o-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
    transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
    visibility: hidden;
    width: 210px;
    z-index: 99;
}

.wm-dropdown-menu .wm-dropdown-menu {
    left: 100%;
    top: 20%;
}

.wm-dropdown-menu li {
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
}

.wm-dropdown-menu li a {
    border-bottom: 1px solid #efefef;
    color: #606060;
    float: left;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 30px;
    width: 100%;
}

.wm-dropdown-menu li a:hover,
.wm-dropdown-menu li a:focus,
.wm-dropdown-menu li.current a{
    color: var(--thm-primary);
}

.wm-dropdown-menu li:last-child a {
    border: none;
}

/* Nav Section Icon's */
.wm-navicons {
    float: left;
    padding: 17px 0px 0px 40px;
}

.wm-navicons>ul>li {
    float: left;
    list-style: none;
    margin: 0px 14px;
    position: relative;
}

.wm-navicons>ul>li>a {
    font-size: 16px;
    color: #8198a5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .wm-section-spacer{
        padding-right: 95px;
    }

    .header-style .wm-logo{
        margin: 25px 0;
        width: 220px;
    }

    .header-style .navbar-expand-lg .navbar-nav>li>a{
        padding: 17px 10px;
    }
}

/* Mian Menu Style End */

/* Header Style Start */
.header-style {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header-style .nav-bar>ul {
    display: flex;
}

.header-style .nav-bar ul li a {
    font-size: 16px;
    color: #ffffff;
}

.header-style .nav-bar>ul>li:not(:last-child) {
    margin-right: 40px;
}

.header-style .extras .menu-start svg {
    fill: #ffffff;
    width: 50px;
    height: 50px;
}

.header-style .extras .menu-start {
    display: none;
    margin-top: 30px;
}

.header-style .extras #desktop-menu {
    display: block;
}

.header-style .extras .slideDown svg {
    margin-left: 30px;
}

.header-style .extras .slideDown:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: -1;
    background: #000;
}

.nav-right-box{
    float: right;
    display: flex;
    align-items: center;
    /* margin-top: 35px; */
}

@media only screen and (max-width: 991px){
    .grid-item{
        width: 50%;
    }

    .wm-main-header{
        height: 80px;
    }

    .header-style .extras .menu-start {
        display: block;
    }


    .wm-infolist{
        display: none;
    }

    .header-style .wm-logo{
        float: left;
        margin: 13px 0;
    }

    .header-style .wm-logo img{
        width: 150px;
    }

    .header-style .extras{
        float: right;
        display: flex;
        align-items: center;
    }

    .nav-right-box{
        margin-top: 20px;
    }

    .collapse-box .wm-header-button {
        margin: 15px 0px;
    }

    .mobile-nav.open{
        z-index: 999;
    }

    .header-style .extras .menu-start{
        margin-top: 0;
    }

}

@media only screen and (max-width: 767px) and (max-width: 1024){
    .header-style .wm-logo img{
        width: 300px;
    }

    .nav-right-box{
        margin-top: 55px;
    }
}

@media only screen and (max-width: 767px){
    .header-style{
        /* position: relative;
        background-color: #2a2a2a; */
    }
}

@media only screen and (max-width: 381px){
    .header-style .wm-logo img{
        width: 200px;
    }
}

@media only screen and (max-width: 350px){
    .header-style .wm-logo img{
        width: 160px;
    }
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #ffffff;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
    background: #000;
}

.desktop-menu {
    width: 100%;
    padding-top: 15px;
}

.desktop-menu h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.desktop-menu h3,
.desktop-menu .social-medias a,
.desktop-menu p{
    color: #dddddd;
    display: inline-block;
}

.desktop-menu p span{
    margin-left: 10px;
}

.desktop-menu h3,
.desktop-menu p{
    width: 100%;
}

.desktop-menu .social-medias a {
    font-size: 16px;
    position: relative;
    margin-right: 25px;
    margin-bottom: 15px;
}

.desktop-menu .social-medias {
    margin-top: 23px;
}

.desktop-menu .social-medias a:before,
.desktop-menu .social-medias a:after {
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.desktop-menu .social-medias a:before {
    border-bottom: 1px solid #6a6a6a;
    width: 100%;
}

.desktop-menu .social-medias a:after {
    width: 0;
    border-bottom: 1px solid;
}

.desktop-menu .social-medias a:hover:after {
    width: 100%;
}

.desktop-menu h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.desktop-menu .num,
.desktop-menu .mailus {
    margin-bottom: 10px;
}

.desktop-menu .adrs {
    width: 80%;
}

.mobile-nav.open {
    transform: translateY(0);
}

.mobile-nav ul li a svg {
    width: 11px;
}

.mobile-nav ul>li.menu-item-has-children:before {
    content: "";
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.mobile-nav>ul li.menu-item-has-children.active ul.sub-menu li:before {
    top: 12px;
}

.mobile-nav>ul>li.menu-item-has-children.active:before {
    background-image: url(../images/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.mobile-nav>ul>li {
    position: relative;
    border-bottom: 1px solid #5b5b5b;
    padding: 10px 0;
}

.mobile-nav>ul li>a {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    position: relative;
}

.mobile-nav>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.mobile-nav>ul li.menu-item-has-children ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #5b5b5b;
    margin-top: 8px;
}

.mobile-nav>ul li.menu-item-has-children.active>ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}

.mobile-nav>ul li.menu-item-has-children.active ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}

.mobile-nav>ul>li.menu-item-has-children.active > a,
.mobile-nav>ul li.menu-item-has-children.active ul.sub-menu li.current > a {
    color: #2071ac;
}

.mobile-nav>ul li.menu-item-has-children.active ul.sub-menu li a:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -15px;
}

.res-log {
    margin-bottom: 30px;
    margin-top: 30px;
}

.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.mobile-nav .donation a:first-child {
    margin-right: 40px;
}

.mobile-nav .donation a.theme-styleBtn {
    padding: 10px 30px;
}

.mobile-nav .donation a.cart {
    position: relative;
}

.mobile-nav .donation a.cart:before {
    content: "1";
    color: #ffffff;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}

.res-rights p {
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav a#res-cross:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('../images/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}

.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

@media(max-width: 1366px) {
    .mobile-nav {
        padding: 40px 30px 15px;
    }
    .mobile-nav.desktop-menu {
        padding: 30px;
    }
}

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

    .mobile-nav {
        width: 55%;
    }

}

@media(max-width: 600px) {
    .mobile-nav {
        width: 75%;
    }
}

@media(max-width: 480px) {
    .mobile-nav {
        width: 100%;
    }
}


/* Header Style End */

/* Featured Slider Start */

.m-banner-slider img {
    width: 100%;
    height: 100vh;
}

.banner-section .slider-content,
.banner-section .owl-item.active .slider-content {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 16%;
    width: 40%;
    z-index: 9;
}

.banner-section .slider-content h1,
.banner-section .slider-content p,
.banner-section .slider-content a {
    opacity: 0;
    visibility: hidden;
}

.banner-section .owl-item.active .slider-content h1,
.banner-section .owl-item.active .slider-content p,
.banner-section .owl-item.active .slider-content a {
    opacity: 1;
    visibility: visible;
}

.banner-section .owl-item.active .slider-content h1 {
    font-size: 70px;
    line-height: 80px;
    color: #ffffff;
    margin-bottom: 10px;
}

.banner-section .owl-item.active:before {
    content: "";
    width: 475px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 3%;
    transform: translateX(-50%) skew(-20deg, 0deg);
    z-index: 1;
    opacity: 0.4;
}

.banner-section .owl-item.active:after {
    content: "";
    width: 280px;
    height: 540px;
    position: absolute;
    top: 60%;
    right: 1.5%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: 1;
}

.banner-section .owl-item.active .slider-content p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 55px;
    width: 90%;
}

.banner-section .owl-item.active .slider-content h1,
.banner-section .owl-item.active .slider-content p,
.banner-section .owl-item.active .slider-content a {
    animation-name: fadeInOne;
}

.banner-section .owl-item.active .slider-content h1 {
    animation-duration: 1s;
}

.banner-section .owl-item.active .slider-content p {
    animation-duration: 1.5s;
}

.banner-section .owl-item.active .slider-content a {
    animation-duration: 2s;
}

.banner-section .owl-item.active:before,
.banner-section .owl-item.active:after {
    animation-duration: 2.3s;
    animation-delay: 0s;
}

.banner-section .owl-item.active:before {
    animation-name: fadeInTwo;
}

.banner-section .owl-item.active:after {
    animation-name: fadeInThree;
    animation-duration: 2.3s;
    animation-delay: 0s;
}

@keyframes fadeInOne {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInTwo {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) skew(-20deg, 0deg);
        transform: translateX(-50%) skew(-20deg, 0deg);
    }

    40% {
        opacity: 0;
        -webkit-transform: translateX(-30%) skew(-15deg, 0deg);
        transform: translateX(-30%) skew(-20deg, 0deg);
    }

    100% {
        opacity: 0.4;
        -webkit-transform: translateX(-50%) skew(-20deg, 0deg);
        transform: translateX(-50%) skew(-20deg, 0deg);
    }
}

@keyframes fadeInThree {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.banner-section .owl-nav {
    position: absolute;
    bottom: 10%;
    right: 0;
    transform: translate(-50%, -50%);
}

.banner-section .owl-nav button {
    width: 80px;
    height: 80px;
    background: transparent;
    color: #ffffff;
    border: 0;
    position: relative;
    z-index: 0;
}

.banner-section .owl-nav button span {
    color: #ffffff;
}

.banner-section .owl-nav button.owl-prev:before,
.banner-section .owl-nav button.owl-next:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: 2px solid;
}

.banner-section .owl-nav button.owl-prev:hover:before,
.banner-section .owl-nav button.owl-next:hover:before {
    border-color: #c1c1c1;
}

.banner-section .owl-nav button:first-child {
    margin-right: 10px;
}

.banner-section .banner-item {
    position: relative;
}

.banner-section .banner-item:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
}

/* Bg Video Style Start */
.rs-video-area {
    position: relative;
    overflow: hidden;
}

.rs-video-area:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.rs-video-area .rs-video-content-wrap {
    height: 100vh;
    position: relative;
    color: #ffffff;
    width: 100%;
}

.rs-video-area .rs-video-content-wrap:before {
    background-color: rgba(0, 0, 0, 0.55);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.rs-video-area .rs-video-content-wrap .content-details {
    position: absolute;
    top: 60%;
    width: 100%;
    max-width: 700px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 11;
}

.rs-video-area .rs-video-content-wrap .sl-title {
    color: #ffffff;
    display: block;
    margin-bottom: 35px;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
}

.rs-video-area .rs-video-content-wrap .sl-title span {
    color: var(--thm-primary);
}

.rs-video-area .rs-video-content-wrap .sl-desc {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #fff;
}

#rs-header.rs-header3 {
    position: absolute;
    z-index: 111;
    top: 0;
    width: 100%;
}

@media only screen and (min-width: 1600px) {
	.rs-video-area .rs-video-content-wrap .content-details{
		top: 55%;
	}
}

@media only screen and (max-width: 1199px){
    .rs-video-area .rs-video-content-wrap .sl-desc{
		margin-bottom: 30px;
	}

	.rs-video-area .rs-video-content-wrap .sl-title{
		margin-bottom: 20px;
	}
	.rs-video-area .rs-video-content-wrap .sl-title{
		font-size: 45px;
	}
}

@media only screen and (max-width: 991px){
    .rs-video-area .rs-video-content-wrap .content-details{
		top: 50%;
	}

    .rs-video-area .rs-video-content-wrap{
		height: 450px;
	}
}

@media only screen and (max-width: 767px){
    .rs-video-area .rs-video-content-wrap{
		height: 400px;
	}
	.rs-video-area .rs-video-content-wrap .sl-title {
		font-size: 30px;
	}

    .rs-video-area .rs-video-content-wrap .content-details{
		padding-left: 10px;
		max-width: 500px;
	}
}

@media only screen and (max-width: 590px){
    .rs-video-area .rs-video-content-wrap{
		height: 350px;
	}
	.rs-breadcrumbs .page-title,
	.rs-video-area .rs-video-content-wrap .sl-title{
		font-size: 25px;
	}
	.rs-video-area .rs-video-content-wrap .sl-desc{
		margin-bottom: 15px;
	}

    .rs-video-area .rs-video-content-wrap .content-details{
		max-width: 400px;
	}
}

@media only screen and (max-width: 480px){
    .rs-video-area .rs-video-content-wrap .sl-title {
		font-size: 18px;
        line-height: 24px;
	}

    .rs-video-area .rs-video-content-wrap{
		height: 300px;
	}

    .rs-video-area .rs-video-content-wrap .content-details{
		max-width: 280px;
		padding-left: 15px;
	}
}

.video-banner{
    position: relative;
}

.service-section.thumb-slider{
    transform: translate(0, -50px);
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}
.thumb-slider.featured-types .featured-data .details h3{
    font-size: 20px;
    font-weight: 500;
}

.thumb-slider.featured-types .featured-data a {
    width: 40px;
    height: 40px;
}

.thumb-slider.featured-types .featured-data a i {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .service-section.thumb-slider{
        transform: translate(0);
    }
}

@media only screen and (max-width: 599px){
    .service-section.thumb-slider{
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .theme-light .service-section.thumb-slider{
        background-color: #efefef;
    }

    .service-section.thumb-slider .featured-data img{
        height: 200px !important;
    }
}

/* Bg Video Style Start */

/* Featured Slider End */

/* About Us Start */
.about-section .about-content-left {
    display: flex;
    align-items: flex-end;
    position: relative;
    align-items: center;
    height: 100%;
}

.about-section .about-content-left img {
    border-radius: 10px;
    width: 100%;
}

/* .about-section .about-content-left .about-image {
    margin-left: 15px;
    margin-bottom: 165px;
    height: 200px;
    position: absolute;
    right: 30px;

} */

.about-section .about-content-right span {
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    position: relative;
    padding-left: 90px;

    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.about-section .about-content-right span:before {
    position: absolute;
    content: '';
    background-color: #075e9b;
    width: 70px;
    height: 2px;
    left: 0px;
    top: 13px;
}

.about-section .about-content-right h2 {
    color: #075e9b;
    font-size: 50px;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-section .about-content-right {
    padding-top: 90px;
}

.about-section .about-content-right .about-info p {
    margin-bottom: 30px;
    padding-right: 45px;
}

.about-section .about-content-right .about-info h3,
.about-section .about-content-right .about-info h4 {
    font-size: 16px;
    line-height: 26px;
}

.about-section .about-content-right .about-info h3 {
    font-weight: bold;
    margin-top: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1399px){
    .about-section .about-content-left img {
        width: 90%;
    }
    .about-section .about-content-right {
        padding-top: 50px;
    }

    .about-section .about-content-right h2{
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .about-section .about-content-left .about-image {
        height: 126px;
        position: absolute;
        right: -30px;
    }
}

@media only screen and (max-width: 991px){
    .about-section.pb-85 {
        padding-bottom: 0 !important;
    }

    .about-section .about-content-right {
        padding-top: 60px;
    }

    .about-section .about-content-right h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .about-section .about-content-left .about-image{
        display: none;
    }

    .about-section .about-content-right{
        padding-top: 60px;
        margin-left: 0;
    }

    .about-section .about-content-right h2{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}



@media only screen and (max-width: 599px){
    .about-section .about-content-right h2 {
        font-size: 34px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

/* About Us End */

/* Helpful Links Style Start */
.helpful-links{
    width: 100%;
}
.helpful-block{
    margin-bottom: 25px;
    display: flex;
}

.helpful-block:nth-child(6),
.helpful-block:nth-child(5),
.helpful-block:nth-child(4){
    margin-bottom: 0;
}

.helpful-links .inner-box{
    display: flex;
    height: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
}

.helpful-links .inner-box h4{
    font-size: 17px;
    text-transform: uppercase;
}
.helpful-links .inner-box p{
    font-size: 13px;
    line-height: 25px;
    margin: 10px 0;
}
.read-more {
    font-size: 12px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.04em;
    color: #333;
    font-weight: 600;
    line-height: 20px;
}
.read-more:hover {
    color: #333;
    opacity: 1;
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .helpful-section [class*="col-"].text-lg-end a,
    .helpful-section [class^="col-"].text-lg-end a {
        font-size: 15px;
    }

    .helpful-block:nth-child(4){
        margin-bottom: 25px;
    }
    .helpful-block:nth-child(6),
    .helpful-block:nth-child(5){
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .helpful-block:nth-child(5),
    .helpful-block:nth-child(4){
        margin-bottom: 25px;
    }
}

/* Helpful Links Style End */

/* Services Start */
.featured-types .featured-data a {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 45px;
    left: 50px;
}

.featured-types .featured-data a i {
    font-size: 30px;
    color: #fff;
}

.featured-types .featured-data .details h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.featured-types .featured-data .details {
    position: absolute;
    top: 0;
    left: 0;
    padding: 55px 50px 45px 50px;
    height: 100%;
    width: 100%;
}

.featured-types .featured-data {
    position: relative;
}

/* .featured-types .featured-data figure:before {
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
} */

.featured-types .featured-data .details p {
    color: #ddd;
}

.featured-types .featured-data .details p,
.featured-types .featured-data .details a,
.featured-types .featured-data .details .normal-text,
.featured-types .featured-data .details ul > li {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.featured-types .featured-data .details:hover p,
.featured-types .featured-data .details:hover a,
.featured-types .featured-data .details:hover .normal-text,
.featured-types .featured-data .details:hover ul > li {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .featured-types .featured-data .details h3{
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .featured-types .featured-data .details{
        padding: 45px 40px;
    }

    .featured-types .featured-data .details h3{
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px){
    [class*="col-"] .featured-types, [class^="col-"] .featured-types,
    [class*="col-"] .featured-data, [class^="col-"] .featured-data,
    [class*="col-"] .project-item, [class^="col-"] .project-item{
        margin-bottom: 22px;
    }

    [class*="col-"]:last-child .featured-types, [class^="col-"]:last-child .featured-types,
    [class*="col-"]:last-child .featured-data, [class^="col-"]:last-child .featured-data,
    [class*="col-"]:last-child .project-item, [class^="col-"]:last-child .project-item{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px){
    [class*="col-"] .featured-types, [class^="col-"] .featured-types,
    [class*="col-"] .featured-data, [class^="col-"] .featured-data,
    [class*="col-"] .project-item, [class^="col-"] .project-item {
        margin-bottom: 30px;
    }

    [class*="col-"]:last-child .featured-types, [class^="col-"]:last-child .featured-types,
    [class*="col-"]:last-child .featured-data, [class^="col-"]:last-child .featured-data,
    [class*="col-"]:last-child .project-item, [class^="col-"]:last-child .project-item{
        margin-bottom: 0;
    }
}

/* Services End */

/* Our work Start */
.project-section {
    overflow: hidden !important;
}

.project-section .project-item {
    position: relative;
    overflow: hidden;
    height: 515px;
}

.project-section .project-item .headding-title {
    padding: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    background: rgba(0, 0, 0, 0.8);
}

.project-section .project-item .headding-title h3 {
    display: flex;
    align-items: center;
    height: 65px;
}

.project-section .project-item .headding-title h3 a {
    font-size: 25px;
    color: #fff;
}

.project-section .project-item .headding-title a.project-link {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 7px 10px;
    text-transform: capitalize;
}

.project-section .project-item .project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 110%;
    left: 0;
    text-align: left;
    z-index: 11;
    padding: 55px 50px 45px 50px;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.project-section .project-item .project-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12%;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    -webkit-transition: .25s opacity ease;
    transition: .25s opacity ease;
}

.project-section .project-item .project-img img {
    width: 100%;
    object-fit: cover;
}

.project-section .project-item a.image-popup i,
.project-section .project-item .p-title,
.project-section .project-item .p-desc,
.project-section .project-item a.project-link {
    position: relative;
    z-index: 11;
}

.project-section .project-item .p-desc li{
    position: relative;
}

.project-section .project-item .p-desc li::before{
    content: "\f133";
    font-family: bootstrap-icons !important;
    margin-right: 7px;
    font-size: 11px;
}

.project-section .project-item a.project-link:hover {
    color: #ffffff;
}

.project-section .project-item .p-title {
    line-height: normal;
    color: #fff;
    margin-bottom: 20%;
}

.project-section .project-item .p-title a {
    line-height: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.project-section .project-item .p-title a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.project-section .project-item .p-desc {
    font-size: 15px;
    color: #ccc;
    margin-bottom: 20%;
    margin-top: 10px;
}

.project-section .project-item:hover .project-content {
    opacity: 1;
    top: 0;
    text-align: left;
}

.project-section .project-item:hover .project-content:before {
    top: 0;
}

.project-section .project-item:hover .headding-title {
    opacity: 0;
    visibility: hidden;
}

.project-section.innner-project .project-item {
    position: relative;
    overflow: hidden;
}

.project-section.innner-project .project-item .project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 25px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.project-section.innner-project .project-item .project-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    -webkit-transition: .25s opacity ease;
    transition: .25s opacity ease;
}

.project-section.innner-project .project-item .project-img img {
    width: 100%;
}

.project-section.innner-project .project-item .p-zoom {
    display: inline-block;
    font-size: 50px;
    position: relative;
    z-index: 11;
    color: var(--thm-primary);
    transition: all 0.3s ease 0s;
}

.project-section.innner-project .project-item .p-zoom:hover {
    opacity: 0.6;
}

.project-section.innner-project .project-item .p-title {
    line-height: normal;
    margin-top: 18px;
    color: #fff;
    margin-bottom: 6px;
}

.project-section.innner-project .project-item .p-title a {
    font-size: 20px;
    color: #fff;
}

.project-section.innner-project .project-item .p-title a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.project-section.innner-project .project-item .p-desc {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.project-section.innner-project .project-item:hover .project-content {
    opacity: 1;
    top: 0;
}

.project-content:hover .overly-border:before,
.project-content:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.cover-wrapper-section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cover-wrapper-section .card {
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    gap: 2.5rem;
}

.cover-wrapper-section .card .card-body {
    display: grid;
    flex-shrink: 0;
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
    grid-template-columns: repeat(3,1fr);
    /* grid-template-rows: repeat(4,1fr); */
    padding-bottom: var(--spacing-gigantic);
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
}

.cover-section .cover-wrapper {
    background-color: #f4f9fd;
    padding: 90px 0 75px;
}

@media(min-width:1400px) and (max-width:1599px) {
    .cover-section .cover-wrapper {
        padding: 90px 0;
    }
}

.cover-section .cover-wrapper .slider-btn-group .slider-btn {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.cover-section .cover-wrapper .slider-btn-group .slider-btn.next-1 {
    left: unset;
    right: -10px
}

.eg-card1 {
    display: inline-block;
    width: 100%;
    position: relative;
    filter: grayscale(100%);
}

.eg-card1:hover {
    filter: grayscale(0);
}

.eg-card1 .card-img {
    display: inline-block;
    /* margin-bottom: 30px; */
}

.eg-card1 .card-img img {
    height: 340px;
    width: 305px;
    transition: all 1s ease;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
}

/* .cover-wrapper-section .eg-card1 .card-img {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    inset: 0px;
}

.cover-wrapper-section .eg-card1 .card-img img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
} */

@media(max-width:576px) {
    .eg-card1 .card-img img {
        width: 100%
    }
}

.eg-card1 .card-content {
    /* position: absolute;
    bottom: 7px; */
    transition: all .5s ease;
    opacity: 0;
    width: 100%;
    margin-top: 10px;
}

.eg-card1:hover .card-content {
    opacity: 1;
}

.cover-wrapper-section .eg-card1 .card-content {
    position: absolute;
    /* bottom: -1.5rem; */
    margin-top: 0;
    padding: 12px 0 0;
}


.eg-card1 .card-content>h5 {
    color: rgba(var(--bs-black-rgb));
    font-size: 18px;
    font-weight: 600;
    padding: 1px 12px;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    transition: all .6s;
    z-index: 1;
}

.eg-card1 .card-content>p {
    margin-bottom: 0;
    text-align: center;
    margin-top: 5px;
}

.eg-card1 .card-content h5 span {
    color: inherit;
    font-size: 20px;
    font-weight: 500 !important;
    transition: .35s
}

.eg-card1 .card-content h5 span:hover {
    color: var(--thm-primary);
}

.slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.slider-btn-group .slider-btn {
    height: 40px;
    width: 40px;
    background-color: var(--thm-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    cursor: pointer;
    border: 1px solid rgba(217, 217, 217, .9019607843)
}

.slider-btn-group .slider-btn svg {
    fill: var(--thm-primary);
    transition: .4s
}

.slider-btn-group .slider-btn:hover {
    background-color: var(--thm-primary);
    border-color: var(--thm-primary)
}

.slider-btn-group .slider-btn:hover svg {
    fill: var(--thm-white)
}

.slider-btn-group .slider-btn.swiper-button-disabled {
    opacity: 0;
}

.slider-btn-group.w-100 {
    max-width: 100px;
    min-width: 100px;
    width: 100%
}

/* Our work End */

/* Our Team Start */
.team-section .team-item {
    position: relative;
    overflow: hidden;
}

.team-section .team-item .team-img {
    position: relative;
    height: 380px;
}

.team-section .team-item .team-img .normal-text,
.project-section .project-item .project-content .normal-text {
    position: absolute;
    left: -57px;
    bottom: 63px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.team-section .team-item .team-img .normal-text .team-name,
.project-section .project-item .project-content .normal-text .featured-name {
    background: var(--thm-primary);
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px !important;
}

.project-section .project-item .project-content .normal-text{
    position: relative;
    bottom: -45px;
    left: 0;
    margin: 0;
}

.team-section .team-item .team-img .normal-text span.subtitle {
    background: #333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.team-section .team-item .team-img .normal-text span.subtitle,
.team-section .team-item .team-img .normal-text .team-name,
.project-section .project-item .project-content .normal-text .featured-name {
    margin: 0;
    padding: 10px 20px;
    display: block;
}

.project-section .project-item .project-content .service-wrap{
    vertical-align: baseline;
}

.project-section .project-item .project-content .normal-text .featured-name{
    display: block;
    color: #ffffff;
    font-size: 1rem;
}

/* Project Section End */

/* Testimonial Start */
.slick-track>* {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.testimonial-section .heading-section h2,
.testimonial-section .heading-section span {
    color: #fff;
}

.testimonial-item {
    /* margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    margin-bottom: 50px; */
}

.testimonial-item .testimoni-img img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.testimonial-item.text-center .testimoni-img {
    margin-left: auto;
    margin-right: auto;
}

.testimonial-item.text-right .testimoni-img {
    margin-left: auto;
    margin-right: 0;
}

.testimoni-img {
    max-width: 120px;
    margin-bottom: 30px;
}

.testimoni-img img {
    border-radius: 0;
}

.testimoni-img i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid;
    border-radius: 100%;
    font-size: 18px;
}

.slick-initialized .slick-slide .card{
    border: none;
}

.slick-initialized .slick-slide .card-body{
    background-color: var(--thm-white);
    padding: 35px 35px 35px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: var(--box-shadow-4);
    box-shadow: var(--box-shadow-4);
    border: 1px solid;
    border-color: #f1f8ff;
    position: relative;
    margin-bottom: 50px;
}

.testimonial-item .testimonial-img {
    margin-bottom: 30px;
}

.testimonial-item .testimoni-info p {
    font-size: 18px;
}

.testimonial-item .testimoni-info p i {
    font-size: 30px;
    position: relative;
    top: 8px;
    margin-right: 2px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-item .testimoni-author-ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-item .testimoni-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-item .testimoni-info-inner .testimoni-img {
    max-width: 60px;
    margin-right: 15px;
    margin-bottom: 0;
}

.testimonial-item .testimoni-info-inner .testimoni-name-designation h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-item .testimoni-info-inner .testimoni-name-designation label {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.testimonial-item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--thm-primary);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.testimonial-item:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.testimonial-item:hover .testimoni-info p i {
    color: var(--thm-primary);
}

/* Testimonial End*/

/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
    margin: 0 0 30px;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 1;
}

.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--thm-silver);
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: var(--thm-primary);
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
}

.slick-arrow-3 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: -120px;
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: block;
    left: auto;
    right: 100px;
    text-align: center;
    -webkit-box-shadow: var(--box-shadow-2);
    box-shadow: var(--box-shadow-2);
}

.slick-arrow-3 .slick-arrow:hover {
    background-color: transparent;
    border-color: var(--border-color-4);
    color: var(--thm-white) !important;
    border: 2px solid;
}

.slick-arrow-3 .slick-next {
    right: 15px;
    background-color: var(--thm-white);
    border-color: var(--thm-white);
    border: 2px solid var(--thm-white);
    color: var(--thm-primary) !important;
}

.slick-arrow-3 .slick-prev {
    background-color: var(--thm-primary);
    border-color: var(--border-color-4);
    border: 2px solid var(--thm-primary);
    color: var(--thm-white) !important;
}

@media (max-width: 767px){
    .slick-dots{
        margin-bottom: 0;
        margin-top: 10px;
    }
}

/* Slick End*/

/* Our Team Start */
.team-section .team-item .team-img img {
    width: 100%;
}

.team-section .team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    text-align: center;
    z-index: 11;
    padding: 30px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.team-section .team-item .team-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    -webkit-transition: .25s opacity ease;
    transition: .25s opacity ease;
}

.team-section .team-item .team-name a {
    margin-bottom: 6px;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

.team-section .team-item .team-name a:hover {
    color: var(--thm-primary);
}

.team-section .team-item .team-name a,
.team-section .team-item .team-title {
    position: relative;
    z-index: 111;
}

.team-section .team-item .team-title {
    font-size: 14px;
    color: var(--thm-primary);
    padding-bottom: 12px;
}

.team-section .team-item .team-title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--thm-primary);
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.team-section .team-item .team-desc {
    color: #fff;
    margin-bottom: 0;
    padding-top: 12px;
    margin-top: 8px;
}

.team-section .team-item .team-social {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 111;
    opacity: 0;
    margin-top: 25px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.team-section .team-item .team-social .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    margin-right: 6px;
    border-radius: 50%;
}

.team-section .team-item .team-social .social-icon i {
    font-size: 14px;
    color: #101010;
}

.team-section .team-item .team-social .social-icon:hover {
    background-color: var(--thm-primary);
}

.team-section .team-item:hover .team-content {
    opacity: 1;
    top: 0;
}

.team-section .team-item:hover .team-social {
    opacity: 1;
}

.team-section .team-item:hover .normal-text {
    opacity: 0;
    visibility: hidden;
}

.team-content:hover .overly-border:before,
.team-content:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-section .team-item .team-img .normal-text{
        bottom: 86px;
    }
}

@media only screen and (max-width: 767px){
    .team-section [class*="col-"] .team-item,
    .team-section [class^="col-"] .team-item{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 320px){
    .team-section .team-item .team-img .normal-text{
        bottom: 87px;
    }
}

/* Our Team End */

/* Form alt Start */
.form-alt {
    position: relative;
    background: var(--thm-primary);
    padding: 50px 70px;
    max-width: 560px;
    margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .form-alt{
        padding: 35px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-alt{
        margin-bottom: 20px;
    }
}

/* Form alt End */


/* Footer Style Start */
.llc-footer .footer-top {
    background-color: #142b3c;
    padding: 0;
}

.llc-footer .footer-bottom span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.llc-footer .footer-bottom {
    background-color: #151515;
    border-radius: 0;
}

.llc-footer .widget.widget-info {
    margin-bottom: 0;
}

.llc-footer .widget .title {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 3px;
    position: relative;
    padding: 10px 0px;
    display: -webkit-inline-box;
    margin-bottom: 20px;
    font-weight: 700;
}


.llc-footer .widget .title:after {
    width: 40px;
}

.llc-footer .widget-info p {
    color: #b8bfc5;
    margin: 0;
    word-wrap: break-word;
}

.llc-footer .footer-top [class*="col-"]:last-child {
    border: 0;
}

.llc-footer .footer-top [class*="col-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 30px;
}

@media only screen and (max-width: 1200px) {
    .llc-footer .footer-top .footer-logo {
        margin: auto;
        width: 300px;
    }

    .llc-footer .container {
        max-width: 100%;
    }

    .llc-footer .footer-top [class*="col-"]:first-child {
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media only screen and (max-width: 767px) {
    .llc-footer .footer-top [class*="col-"]:first-child {
        padding: 50px 30px;
    }

    .llc-footer .footer-top [class*="col-"]:last-child,
    .llc-footer .footer-top [class*="col-"] {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 20px 30px 30px;
        border-right: 0;
        text-align: center;
    }
}

.llc-footer .footer-bottom {
    background-color: var(--thm-primary);
    border-radius: 0;
    padding: 25px 0;
}

.footer-bottom .footer-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.footer-bottom .footer-col p,
.footer-bottom .footer-col a {
    color: #dddddd;
    font-weight: 400 !important;
}

@media only screen and (max-width: 767px){
    .footer-bottom .footer-col{
        display: inline-block;
        text-align: center;
    }
    .footer-bottom .footer-col p,
    .footer-bottom .footer-col a {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }

}

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

}

/* Footer Style End */


/* Banner Style One Start */
.hero-banner {
    padding: 120px 0 50px 0;
    position: relative;
}

.hero-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.7);
}

@media only screen and (min-width: 992px) {
    .hero-banner {
        padding: 125px 0 100px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-banner {
        padding: 260px 0 175px 0;
    }
}

.section-intro__subtitle {
    float: left;
    font-size: 40px;
    z-index: 1;
    color: #ddd;
}

.breadcrumb {
    padding-top: 5px;
    background: transparent;
    float: right;
    z-index: 1;
    margin-bottom: 0;
}

.breadcrumb span {
    cursor: initial !important;
}

.breadcrumb .btn {
    background: #D9D9D9;
    border-color: #D9D9D9;
    color: #000000;
    border-radius: 5px;
}

.breadcrumb .btn.btn--rightBorder:after {
    background: #D9D9D9;
    right: -1.5rem;
}

.breadcrumb .btn:after {
    content: "|";
    margin: 0 5px 0 9px;
}

.breadcrumb .btn:last-child:after {
    content: "";
}

.breadcrumb .btn:first-child {
    padding-right: 0;
}

.breadcrumb .btn:not(:first-child) {
    padding-left: 0;
}



@media only screen and (max-width:1199px){
    .hero-banner {
        padding: 220px 0 150px 0;
    }
    .section-intro__subtitle{
        font-size: 30px;
    }
}

@media only screen and (max-width:991px){
    .hero-banner {
        padding: 140px 0 160px 0;
    }

    .section-intro__subtitle{
        font-size: 30px;
        margin-bottom: 20px;
        width: 100%;
    }

    .breadcrumb{
        float: left;
    }
}

@media only screen and (max-width:767px){
    .hero-banner {
        /* padding: 40px 0 115px 0; */
    }

    .section-intro__subtitle{
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:381px){
    .breadcrumb .btn {
        padding: .5rem 0.575rem;
    }
}


/* Banner Style One End */

/* About Us Start */
.inner-about .about-content-left {
    display: block;
}

.inner-about .about-content-right {
    margin-left: 60px;
}

.inner-about.about-section .text {
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px; */
    margin-top: 20px;
    margin-right: 20px;
    background: #fff;
    width: 140px;
    padding: 12px 15px 18px 15px;
    text-align: center;
    z-index: 2;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.about-section .text h2 {
    color: var(--thm-primary);
}

.inner-about.about-section .text h2 {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 6px;
}

.inner-about.about-section .text h6 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.inner-about.about-section .text-box .enquirie {
    display: block;
    text-align: center;
}

.inner-about.about-section .text-box .enquirie strong {
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1399px){
    .inner-about.about-section .about-content-left img{
        width: 100%;
    }

    .inner-about .about-content-right{
        margin-left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .inner-about .about-content-right {
        padding-top: 90px;
        margin-left: 0;
    }
}

/* About Us End */

/* Inner List Start */
.inner-listing.featured-types [class*="col-"],
.inner-listing.featured-types [class^="col-"],
.inner-details .featured-types [class*="col-"],
.inner-details .featured-types [class^="col-"],
.inner-listing.helpful-section [class*="col-"],
.inner-listing.helpful-section [class^="col-"] {
    margin: 12px 0;
}

.inner-listing.featured-types .featured-data .details {
    padding: 40px;
}

.inner-listing.featured-types .featured-data .details h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.inner-listing.featured-types .featured-data a {
    width: 60px;
    height: 60px;
    left: 40px;
}

/* Inner List End */

/* Inner Detail Start */
.sidebar{
    position: relative;
}
.sidebar>.side-bar{
    width: 390px !important;
}

.inner-details .service-list-sidebar ul > li {
    display: block;
    position: relative;
}

.inner-details .service-list-sidebar ul > li a {
    position: relative;
    color: #142b3c;
    display: block;
    font-size: 15px;
    font-family: var(--base-font);
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    display: block;
    line-height: 26px;
    padding: 17px 20px;
    z-index: 1;
}

.inner-details .service-list-sidebar ul > li.active a,
.inner-details .service-list-sidebar ul > li a:hover{
    color: #ffffff;
}

.inner-details .service-list-sidebar ul > li a:after {
    content: "";
    font-size: 1rem;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    transition: all 500ms ease;
}

.inner-details .service-list-sidebar ul > li a:hover:after,
.inner-details .service-list-sidebar ul > li.active a:after{
    width: 100%;
}

.inner-details .services-left-side h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0 8px;
    padding-bottom: 12px;
    font-weight: 600;
}

.inner-details .services-left-side.our-office {
    margin-top: 48px;
}

.inner-details .services-left-side.our-office ul#office-address {
    margin-top: 30px;
}

.inner-details .services-left-side.our-office ul#office-address li {
    margin-bottom: 20px;
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    padding-left: 35px;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.inner-details .services-left-side.our-office ul#office-address li a {
    color: var(--thm-title);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.inner-details .services-left-side.our-office ul#office-address li i {
    color: #505050;
    position: absolute;
    left: 0;
    top: 5px;
}

.inner-details .services-left-side.our-office ul#office-address li span {
    overflow: hidden;
}

.inner-details .services-left-side.our-office ul#office-address li a:hover {
    color: var(--thm-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .sidebar>.side-bar{
        width: 340px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .sidebar>.side-bar{
        width: 300px !important;
    }
}

@media only screen and (max-width: 991px){
    .inner-details .row.sticky{
        width: 100%;
    }

    .sidebar {
        height: auto !important;
        display: none;
    }

    .sidebar>.side-bar {
        width: 360px !important;
        position: static !important;
        margin-top: 40px;
    }
}


/* Detail Right Section */
h3.title-border {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 25px;
}

h3.title-border:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 100px;
    background: var(--thm-primary);
    bottom: 0;
    left: 0;
}

.inner-details p,
.inner-details h3,
.inner-details h4 {
    margin: 0 0 25px 0;
}

.inner-details h3 {
    color: var(--thm-title);
    font-weight: bold;
}

.inner-details h4 {
    font-size: 24px;
    color: var(--thm-title);
    text-transform: capitalize;
    margin-bottom: 15px;
}

.inner-details .content-data ul {
    padding-left: 25px;
}

.inner-details .content-data ul:last-child {
    /* padding-bottom: 25px; */
    padding-bottom: 0;
}

.inner-details .content-data ul li {
    position: relative;
    font-size: 16px;
    color: #444;
    margin-bottom: 18px;
}

.inner-details .content-data ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #444;
    position: absolute;
    border-radius: 100%;
    left: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content-data-types a[data-fancybox="gallery"] {
    width: 55px;
    height: 55px;
    top: 45px;
    right: 50px;
    left: auto;

}

.content-data-types a[data-fancybox="gallery"] i {
    font-size: 20px;
}

.fancybox-button--zoom svg{
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 1199px){
    .content-data-types a[data-fancybox="gallery"] {
        width: 50px;
        height: 50px;
        top: 25px;
        right: 35px;
    }
}

@media only screen and (max-width: 767px){
    h3.title-border{
        font-size: 1.70rem;
    }
}

@media only screen and (max-width: 480px){
    h3.title-border{
        font-size: 1.555rem;
    }
}

@media only screen and (max-width: 392px){
    .content-data-types a[data-fancybox="gallery"]{
        width: 50px;
        height: 50px;
        top: 25px;
        right: 35px;
    }
}


/* Inner Detail End */

/** contact-style Start **/

.contact-block .content-data {
    position: relative;
    display: block;
}

.contact-us .content-data h2 {
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-block .content-data .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 75px;
}

.contact-block .content-data .inner-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 1;
}

.contact-block .content-data .inner-box .single-item .icon-box svg{
    fill: #142b3c;
    height: 50px;
    width: 50px;
}

.contact-block .content-data .inner-box .single-item .icon-box i {
    font-size: 45px;
    color: #142b3c;
}

.contact-block .content-data .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    color: #142b3c;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-block .content-data .inner-box .single-column:first-child .single-item {
    padding-bottom: 32px;
    margin-bottom: 33px;
    border-bottom: 1px solid #dedede;
}

.contact-block .content-data .inner-box .single-item .info li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.contact-block .content-data .inner-box .single-item .info li:last-child {
    margin-bottom: 0px;
}

.contact-block .content-data .inner-box .single-item .info li h6 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.contact-block .content-data .inner-box .single-item .info li p a {
    display: inline-block;
    color: #828080;
}

.contactus-form .content-data .form-inner .form-group {
    margin-bottom: 15px;
    padding: 0px 7.5px;
}

.contactus-form .content-data .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contactus-form .content-data .form-inner form {
    margin: 0px 7.5px;
}

.contactus-form .content-data .form-inner .form-group input[type='text'],
.contactus-form .content-data .form-inner .form-group input[type='email'],
.contactus-form .content-data .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    color: #828080;
    border: 1px solid transparent;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.contactus-form .content-data .form-inner .form-group textarea {
    height: 120px;
    resize: none;
    padding-top: 15px;
}

.contactus-form .content-data .form-inner .form-group button[type='submit'] {
    width: 100%;
}

.contactus-form .content-data {
    padding-left: 65px;
    margin-left: 35px;
    border-left: 1px solid #dedede;
}

@media only screen and (max-width: 991px){
    .contactus-form .content-data {
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 30px;
        border-left: none;
    }
}

@media only screen and (max-width: 767px) {
    .contact-block .content-data .inner-box .single-item {
        margin-bottom: 20px;
    }
    .contact-block .content-data .inner-box .single-column:first-child .single-item {
        margin-bottom: 20px;
    }
}

/** contact-style End **/

/* Contact Map Start */


.contactinfo-section .map-inner {
    position: relative;
    display: flex;
}

.contactinfo-section .map-inner iframe {
    position: relative;
    width: 100%;
    height: 500px;
}

/* Contact Map End */


/* Video PopUp Start */
.video-popup {
    position: relative;
}

.video-popup:before {
    content: "";
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: skew(-23deg, 0deg) translateX(-50%);
    z-index: 0;
    opacity: 0.8;
}

.video-popup .video-play-btn {
    left: 57%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg)
}

/* Video PopUp End */
