@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/../fonts/poppins/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



:root {
    --green: #eb7328;
}

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
   
    padding: 0px;
   
    outline: none;
}


/*** 
  
  ====================================================================
    Global Settings
  ====================================================================
  
   ***/

/* template-color */

.handle-preloader {
    background: #eb7328;
}

.preloader-close {
    color: #eb7328;
}

.scroll-to-top .scroll-bar-text {
    color: #eb7328;
}

.header-top .info li i {
    color: #eb7328;
}

.header-top .info li a:hover {
    color: #eb7328;
}

.header-top .social-links li a:hover {
    color: #eb7328;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #eb7328;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    color: #eb7328;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #eb7328;
}

.theme-btn.btn-one {
    background: #eb7328;
}
.theme-btn.btn-small {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.2;
}

.main-header .nav-right .support-box h6 a:hover {
    color: #eb7328;
}

.main-header .nav-right .support-box h6 i {
    color: #eb7328;
}

.main-header .nav-right .search-box-outer:hover {
    color: #eb7328;
}

.banner-carousel .content-box h2 span {
    color: #eb7328;
}

.banner-carousel .owl-nav button:hover {
    color: #eb7328;
}

.banner-section .shape .shape-1 {
    background: #eb7328;
}

.banner-section .shape .shape-2 {
    background: #eb7328;
}

.banner-section .shape .shape-3 {
    background: #eb7328;
}

.search-field .title-text h6 {
    background: #ffc803;
}

.search-field .search-area .form-group input:focus {
    border-color: #eb7328 !important;
}


.sec-title h5 {
    color: #eb7328;
}

.list-style-one li:before {
    color: #eb7328;
}

.scroll-top {
    background: #eb7328;
}


.accordion-box .block .acc-btn.active {
    background: #eb7328;
}

.nav-style-one .owl-nav button:hover {
    background: #eb7328;
}


.main-footer .links-widget .links-list li a:hover {
    color: #eb7328;
}

.main-footer .contact-widget .info-list li a:hover {
    color: #eb7328;
}

.footer-bottom .bottom-inner a:hover {
    color: #eb7328;
}

.header-top .text p i {
    color: #eb7328;
}

.header-upper .upper-inner .logo-box .logo:before {
    background: #eb7328;
}

.header-upper .upper-inner .info-list li .icon-box {
    color: #eb7328;
}

.header-upper .upper-inner .info-list li p a:hover {
    color: #eb7328;
}


.content_block_seven .content-box .inner-box .single-item .icon-box {
    color: #eb7328;
    border: 2px solid #eb7328;
}

.content_block_eight .content-box .text .icon-box {
    color: #eb7328;
}

.content_block_eight .content-box .text h3 a:hover {
    color: #eb7328;
}

.content_block_eight .content-box .video-btn a {
    color: #eb7328;
    border: 30px solid #eb7328;
}

.working-section .tabs-content .inner-box .text {
    background: #eb7328;
}

.working-section .tabs-content .inner-box .text:before {
    background: #eb7328;
}

.working-section .tabs-box .tab-btns li {
    color: #eb7328;
    border: 2px solid #eb7328;
}

.working-section .tabs-box .tab-btns li:hover,
.working-section .tabs-box .tab-btns li.active-btn {
    background: #eb7328;
}

.working-section .tabs-box .tab-btns li:hover:before,
.working-section .tabs-box .tab-btns li.active-btn:before {
    background: #eb7328;
}


.main-header .language .lang-dropdown {
    border-top: 2px solid #eb7328;
}

.project-block-one .inner-box .image-box:before {
    background: #eb7328;
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
/* Responsive Css */


@media only screen and (max-width: 1699px) {

    .main-header .logo-box {
        margin-right: 30px;
    }

    .main-header .outer-box {
        padding: 0px 30px;
    }

    .main-header .nav-right .support-box {
        display: none;
    }

    .rtl .main-header .logo-box {
        margin-left: 30px;
    }

}


@media only screen and (max-width: 1200px) {

    .main-menu,
    .sticky-header,
    .main-header.style-one .outer-container:before {
        display: none !important;
    }

    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px;
    }

    .header-top .top-inner {
        display: block;
        text-align: center;
    }

    .header-top .info li {
        float: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-top .info li i {
        top: 4px;
    }

    .header-top {
        padding: 10px 0px;
    }

    .header-top .social-links li {
        float: none;
    }

    .project-block-one .inner-box:hover .text {
        bottom: 30px;
    }

    .blog-sidebar {
        margin-left: 0px;
    }



}



@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul,
    .main-menu .navigation>li>ul>li>ul>li>ul,
    .main-menu .navigation>li>.megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}


@media only screen and (max-width: 991px) {

    .banner-carousel .owl-nav {
        display: none;
    }

    .sec-pad {
        padding: 65px 0px 70px 0px;
    }

    .footer-widget {
        margin: 0px 0px 30px 0px !important;
    }

    .header-upper {
        display: none;
    }

    .content_block_seven .content-box {
        margin-bottom: 30px;
    }

    .content_block_eight .content-box {
        margin-left: 0px;
    }

    .faq-section .bg-layer {
        display: none;
    }

    .rtl .subscribe-section .inner-container .form-inner {
        margin-right: 0px;
    }


}


@media only screen and (max-width: 767px) {

    .banner-carousel .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-carousel .slide-item {
        padding-bottom: 230px;
    }

    .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .service-section {
        padding: 40px 0px 70px 0px;
    }

    .service-section .tab-btns li {
        width: 100%;
    }

    .service-section .tab-btns li:before {
        display: none;
    }

    .main-footer .footer-top {
        padding-bottom: 40px;
    }

    .footer-bottom .bottom-inner {
        display: block;
        text-align: center;
    }

    .footer-bottom .bottom-inner .footer-nav li {
        float: none;
    }

    .working-section .shape {
        display: none;
    }

    .working-section {
        padding-bottom: 40px;
    }

    .sec-title h2 br {
        display: none;
    }


}

@media only screen and (max-width: 599px) {

    .main-header .nav-right .btn-box {
        display: none;
    }

    .main-header .nav-right .search-box-outer {
        margin-right: 0px;
    }


}


@media only screen and (max-width: 499px) {

    .header-top-two .top-inner .info {
        display: block;
    }

    .header-upper-two .upper-inner .other-info .info-list li {
        margin-right: 10px;
    }


}


@media only screen and (max-width: 399px) {

    .content_block_six .content-box .support-box h3 {
        font-size: 16px;
    }

    .main-header .outer-box {
        padding: 0px 15px;
    }

}


body {
    font-size: 16px;
    color: #6e6e6e;
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}



.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px 15px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #6e6e6e;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #141417;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

/* header topbar */


.main-header .language {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.main-header .language span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    padding-right: 16px;
}

.main-header .language span:after {
    position: absolute;
    content: "\e91d";
    font-family: 'icomoon';
    font-size: 10px;
    top: 1px;
    right: 0px;
    transition: all 500ms ease;
}

.main-header .language:hover span:after {
    transform: rotate(180deg);
}

.main-header .language span:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 10px;
    bottom: -10px;
}

.main-header .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    width: 150px;
    background: #2d2f32;
    padding: 5px 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    margin-top: 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.main-header .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-header .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .language .lang-dropdown li:last-child {
    border: none;
}

.main-header .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.main-header .language .lang-dropdown li a:hover {
    color: #f79751;

}


.header-topbar {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #404040;
}

.header-topbar .contact__list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    margin: 0 10px;
}

.header-topbar .contact__list li a:not(.btn) {
    color: #f4f4f4;
}

.header-topbar .contact__list li a:not(.btn):hover {
    color: #ffffff;
}

.header-topbar .contact__list li i {
    font-size: 16px;
    color: var(--green);
    margin-right: 8px;
}

.header-topbar .contact__list li:last-child {
    margin-right: 0;
}

.header-topbar .social-icons li a {
    color: #213360;
    background-color: var(--green);
}

.header-topbar .social-icons li a:hover {
    background-color: #ffffff;
}

.header-topbar .header-topbar__search {
    position: relative;
}

.header-topbar .header-topbar__search .form-control {
    height: 30px;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.15);
}

.header-topbar .header-topbar__search .form-control:focus {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.header-topbar .header-topbar__search .form-control::-webkit-input-placeholder {
    color: var(--green);
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar__search .form-control:-moz-placeholder {
    color: var(--green);
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar__search .form-control::-moz-placeholder {
    color: var(--green);
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar__search .form-control:-ms-input-placeholder {
    color: var(--green);
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar__search .header-topbar__search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

.header-topbar .lang-dropdown .lang-dropdown-toggle {
    padding: 0 10px;
}

.header-topbar .lang-dropdown .lang-dropdown-toggle img {
    margin-right: 7px;
}

.header-topbar .action__btn {
    color: #ffffff !important;
}

.header-topbar a:hover {
    text-decoration: none;
}

.header-layout1,
.header-layout2 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.header-layout2 .header-topbar>.container-fluid>.row,
.header-layout3 .header-topbar>.container-fluid>.row {
    height: 60px;
}



/* theme-switch */

.theme-switch_toggle {
    display: none
}

.theme-dark .theme-switch .theme-switch_label {
    border-color: #680e1d;
    background-color: #4e4c4c
}

.theme-dark .theme-switch .theme-switch_label:after {
    left: 50%;
    background-color: #f8bc07
}

.theme-switch_label {
    outline: 0;
    display: block;
    width: 50px;
    height: 25px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1px;
    background-color: var(--dark);
    border: 1px solid #676767;
    border-radius: 2em;
    transition: all .2s ease;
    left: 7px;
    margin-bottom: 0;
}

.theme-switch_label:after {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 80%;
    background-color: var(--green);
    border-radius: 1em;
    transition: all .2s ease;
    top: 2px;
    left: 3px;
}

.theme-switch a.btn {
    border: none;
    font-size: inherit;
    color: inherit;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
    left: 25px;
    z-index: 1000
}


.theme-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.theme-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.theme-switch .slider {
    position: absolute;
    cursor: pointer;
    background-color: #262626;
    -webkit-transition: .4s;
    transition: .4s;
}

.theme-switch input:checked+.slider {
    background-color: #fff;
}

.theme-switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.theme-switch input:checked+.slider:after {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(22px);
}

.theme-switch label span {
    top: 0;
    position: absolute;
    font-size: 15px;
}

.theme-switch label .dark-call {
    left: 27px;
    color: #747474;
}

.theme-switch label .light-call {
    left: 4px;
    color: #747474;
}

/* Rounded sliders */
.theme-switch .slider.round {
    border-radius: 34px;
}

.theme-switch .slider.round:before {
    border-radius: 50%;
}

/*------------------- 
      Icons
  ------------------*/
.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    position: relative;
    z-index: 2;
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #213360;
    transition: all 0.4s linear;
}

.social-icons li a:hover {
    background-color: #21cdc0;
}

.social-icons li:last-of-type {
    margin-right: 0;
}

.social-icons-light li a {
    color: #ffffff;
}

.social-icons-light li a:hover {
    color: #21cdc0;
}

.social-icons-primary li a {
    color: #21cdc0;
}

.social-icons-primary li a:hover {
    color: #213360;
}

.icon-arrow-right {
    font-size: 65%;
}

/* .fontresize {
    padding: 0 5px;
    border: 1px solid #eb7328;
    border-radius: 15px;
} */

.header-upper .upper-inner .logo-box .logo {
    position: relative;
    display: block;
    padding: 15px 20px;
}

.main-header .logo-box .logo {
    max-width: 152px;
    width: 100%;
}

.logo img {
    max-height: 100px;
    margin-right: 10px;
}
.logo.ad-logo img{ max-height:60px;}
.header-main {
    padding: 10px;
}



/** banner-style-two **/

.banner-style-two {
    position: relative;
}

.banner-style-two .shape .shape-4 {
    width: 100%;
    height: 240px;
    background: #f3f0ec;
    clip-path: polygon(75% 90%, 100% 50%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 27% 75%);
}

.banner-style-two .shape .shape-5 {
    width: 100%;
    height: 240px;
    clip-path: polygon(75% 90%, 100% 40%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 27% 65%);
}

.banner-style-two .shape .shape-5 {
    background: #eb7328;
}

.banner-carousel .content-box .btn-box {
    line-height: 28px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}


.owl-nav button {
    background: transparent;
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-carousel .owl-nav button {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    background-color: rgba(255, 255, 255, 0.20);
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover {
    background: #fff;
}

.banner-carousel .owl-nav button.owl-prev {
    left: 70px;
}

.banner-carousel .owl-nav button.owl-next {
    right: 70px;
}

.banner-style-two .content-box p {
    margin-bottom: 32px;
}

.banner-carousel .content-box .btn-box .theme-btn {
    padding: 17px 36px;
}

.banner-style-two .banner-carousel .slide-item {
    padding-bottom: 360px;
}

.banner-style-two .banner-carousel .owl-nav {
    top: 33%;
}


/** header-style-two **/

.header-style-two {
    position: relative;
}

.header-style-two .header-top {
    padding: 14.5px 0px;
}

.header-top .text p {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding-left: 31px;
}

.header-top .text p i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 26px;
    font-weight: 400;
}

.header-upper {
    position: relative;
    display: block;
    background: #faf8f5;
    border-bottom: 2px solid #eb7328;
}

.header-upper .upper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-upper .upper-inner .logo-box {
    float: none;
    padding: 0px;
    margin: 0px;
}

.header-upper .upper-inner .info-list {
    position: relative;
    display: flex;
    align-items: center;
}

.header-upper .upper-inner .info-list li {
    position: relative;
    display: block;
    padding-left: 60px;
    margin-right: 50px;
}

.header-upper .upper-inner .info-list li:last-child {
    margin: 0px !important;
}

.header-upper .upper-inner .info-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 45px;
    line-height: 50px;
}

.header-upper .upper-inner .info-list li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.header-upper .upper-inner .info-list li p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #141417;
}

.header-upper .upper-inner .info-list li p a {
    display: inline-block;
    color: #141417;
}

.header-style-two .outer-box {
    padding: 0px;
}

.header-style-two .main-menu .navigation>li>a {
    font-weight: 600;
    padding: 15px 0px;
}

.header-style-two .outer-box .theme-btn {
    padding: 17px 36px;
}

.banner-carousel .owl-dots {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff00;
    padding: 5px 20px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid #83838382;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #eb7328;
}

.owl-theme .owl-dots .owl-dot span {
    background: #404040;
}

.control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #373227 !important;
    position: absolute;
    bottom: 75px;
    right: 43%;
    font-size: 13px;
    z-index: 10;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #f6cb02;
    border: 0;
    overflow: hidden;
}
.widget-content ul{columns: 2;}
.footer-widget.contact-widget .widget-content ul{columns:1;}
/* .control:after {
    position: absolute;
    content: "\f04c";
    font-family: FontAwesome;
    top: 0;
    font-size: 19px;
    left: 316px;
}

.control.play:after {
    content: "\f04b";
} */


/*-----------------------------
	News Ticker
------------------------------*/
.newscroll-wrapper {
    background: #f3f0ec;
}

.my-news-ticker a,
.my-upcoming_news-ticker a {
    color: #262626;
}

.acme-news-ticker {
    position: relative;
    height: 45px;
    border: 1px solid #eb7328;
    margin-top: 45px;
}

@media (min-width: 768px) {
    .acme-news-ticker {
        margin-top: 0;
    }
}

.acme-news-ticker-label {
    background: #eb7328;
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff;
    position: relative;
}

.acme-news-ticker-label::after {
    content: "";
    position: absolute;
    background: #eb7328;
    width: 30px;
    height: 45px;
    clip-path: polygon(0% 0%, 75% 0%, 51% 50%, 75% 100%, 0% 100%);
    top: 0;
}
.newslimain .fa-newspaper,
.newslimain .fa-square-up-right{display: none;}
.acme-news-ticker-label i {
    margin-right: 8px;
}

@media (max-width: 575px) {
    .acme-news-ticker-label {
        position: absolute;
        top: -45px;
    }
}

.acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px;
    }
}

.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.acme-news-ticker-box ul li a {
    text-decoration: none;
}

.acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.acme-news-ticker-controls button {
    height: 100%;
    background: #f6f6f6;
    padding: 0;
    width: 40px;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: inline-block;
}

.acme-news-ticker-controls button:hover {
    background: #eeeeee;
}

.acme-news-ticker-controls button.acme-news-ticker-arrow {
    margin: 0;
    display: inline-block;
    position: relative;
}

.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
    border-color: #eb7328;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 8px;
}

.acme-news-ticker-controls button.acme-news-ticker-pause {
    position: relative;
    display: inline-block;
}

.acme-news-ticker-controls button.acme-news-ticker-pause:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-color: #eb7328;
    border-style: solid;
    border-width: 0 2px 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg);
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    -ms-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
}

.mins-box img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}


/** project-section **/

.project-section {
    position: relative;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.project-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
    transform: scale(0, 0);
    z-index: 1;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
    transform: scale(1, 1);
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    opacity: 0.8;
    transition: all 500ms ease;
    height: 245px;
    object-fit: cover;
}

.project-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.project-block-one .inner-box .view-btn {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.project-block-one .inner-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    transform: scale(0, 0);
}

.project-block-one .inner-box:hover .view-btn a {
    transform: scale(1, 1);
}

.project-block-one .inner-box .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-left: 60px;
    padding-right: 50px;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text {
    bottom: 30px;
    opacity: 1;
}

.project-block-one .inner-box .text h4 {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.project-block-one .inner-box .text h4 a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    background: #26282e;
    padding: 8px 16px;
}

.project-block-one .inner-box .text h4 a:hover {
    text-decoration: underline;
}

.project-block-one .inner-box .text span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    background: #26282e;
    padding: 7px 30px;
}
.owl-carousel button{border:0px;}

.project-carousel .owl-nav, .video-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
}

.project-carousel .owl-nav button,
.video-carousel .owl-nav button {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.20);
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.project-carousel .owl-nav button:hover, .video-carousel .owl-nav button:hover {
    background: #fff;
}

.project-carousel .owl-nav button.owl-prev,
.video-carousel .owl-nav button.owl-prev {
    left: 35px;
}

.project-carousel .owl-nav button.owl-next,
.video-carousel .owl-nav button.owl-next {
    right: 35px;
}

.project-carousel .owl-nav button:hover,
.video-carousel .owl-nav button:hover {
    color: #eb7328;
}


.newsli i {
    margin-right: 15px;
    color: #eb7328;
}

.newsli a {
    text-decoration: none;
}

.newsli h6 {
    font-size: 14px;
    color: #323232;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.newsli {
    border-bottom: 1px dashed #9d9d9d;
    padding: 5px 0px;
}

.newsli h6:hover {
    color: #eb7328;
    transition: all 0.3s ease;
}

.newsli.no-borderh h6 {
    border-bottom: none;
    padding: 0;
}

.no-borderh {
    padding: 10px 0;
}

.newsli p {
    font-size: 14px;
    font-weight: 400;
}

.newsbox ul {
    padding: 0;
}

.newsbox {
    background-image: url(../img/newsbg.png);
    border: 1px solid #8b8b8b;
}

.newsbox-upper {
    background: #eb7328;
    padding: 15px;
}

.newsbox-upper h4 {
    color: #fff;
}

.newsbox .description {
    padding: 15px;
    height: 235px;
}



/** button **/


.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
    text-align: center;
    padding: 12px 36px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn.btn-one {}

.theme-btn:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0.1;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn.btn-one:before {
    background: #000;
}

.theme-btn:hover:before {
    width: 100%;
    left: 0px;
}


.sec-pad {
    padding:30px 0px 30px 0px;
}

.mr-0 {
    margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
    position: fixed;
    right: 0px;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}

.scroll-to-top .scroll-bar-text {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
    transform: scale(1.1);
}



@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.sec-title h5 {
    text-transform: uppercase;
}





/*** 
  
  ====================================================================
                          Home-Page-One
  ====================================================================
  
  ***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/** header-lower **/

.header-lower {
    position: relative;
    width: 100%;
}

.header-lower {
    position: relative;
    width: 100%;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* padding: 0px 70px; */
    justify-content: center;
}

.main-header .logo-box {
    position: relative;
    float: left;
    padding: 27px 0px 33px 0px;
    margin-right: 150px;
}

.main-header .logo-box .logo img {
    width: 100%;
}

.main-header .nav-right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .nav-right .support-box {
    position: relative;
    margin-right: 40px;
}

.main-header .nav-right .support-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 30px;
}

.main-header .nav-right .support-box h6 i {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 20px;
}

.main-header .nav-right .support-box h6 a {
    display: inline-block;
    color: #141417;
}


.main-header .nav-right .search-box-outer {
    position: relative;
    margin-right: 40px;
    font-size: 24px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}



/*** Search Popup ***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    padding-bottom: 200px;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    background: #fff;
}

.search-popup .upper-box {
    position: relative;
    padding: 70px 70px;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: relative;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    z-index: 5;
    top: 11px;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: red;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 90px;
    padding: 20px 0px;
    background: #ffffff;
    line-height: 30px;
    font-size: 20px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    border: none;
    font-weight: 400;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #141417;
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}


/** main-menu **/


.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0px 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 40px 0px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    color: #141417;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    margin-top: 15px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    background-color: #26282e;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a,
.main-menu .navigation li>ul>li.dropdown:hover>ul li a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation li>ul>li.dropdown:hover>ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation>li>.megamenu li>a {
    padding-left: 0px;
}

.main-menu .navigation>li>.megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}


.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul,
.main-menu .navigation>li>ul>li>ul>li>ul,
.main-menu .navigation li ul li ul li ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 0px;
    background-color: #37393d;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation>li:last-child>ul>li.dropdown>ul{left:-100%;}
.main-menu .navigation>li:last-child>ul>li.dropdown:hover>ul{left:-100%;}
.main-menu .navigation>li:last-child>ul>li>ul>li.dropdown>ul{left:-100%;}
.main-menu .navigation>li:last-child>ul>li>ul>li.dropdown:hover>ul{left:-100%;}
.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}


.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}
.main-menu .navigation li ul li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    top: 100%;
}
.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}




.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 30px 0px;
}

.sticky-header .logo-box {
    padding: 20px 0px;
}

.sticky-header .nav-right {
    padding: 15px 0px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left:-20px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #141417;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}


.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}


/** banner-section **/

.banner-carousel .slide-item {
    padding-bottom: 310px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-carousel .content-box {
    max-width: 720px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.7;
}

.banner-carousel .slide-item .image-layer {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}


.banner-section .shape .shape-1 {
    width: 100%;
    height: 30px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.banner-section .shape .shape-2 {
    width: 660px;
    height: 110px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.banner-section .shape .shape-3 {
    width: 715px;
    height: 150px;
    opacity: 0.7;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}




/** faq-section **/

.faq-section {
    padding-top: 115px;
}

.content_block_five .content-box .sec-title p {
    line-height: 26px;
    color: #141417;
}

.accordion-box .block {
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 17px 50px 17px 30px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 22px;
    color: #141417;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer {
    transform: rotate(180deg);
    color: #fff;
}

.accordion-box .block .acc-btn.active {}

.accordion-box .block .acc-btn h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5 {
    color: #fff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 25px 30px 0px 30px;
}

.accordion-box .block .acc-content p {
    color: #141417;
}

.accordion-box .block .acc-content.current {
    display: block;
}


/** clients-section **/

.clients-section {
    padding: 20px 0px 20px 0px;
}

.clients-section .clients-logo img {
    position: relative;
    display: block;
    max-width: auto;
    width: auto;
    margin: 0 auto;
    transition: all 500ms ease;
}

.clients-section .clients-logo img:hover {
    transform: scale(1.03);
}


.bg-color-1 {
    background: #f2efeb;
}



.bg-color-2 {
    background: #26282e;
}



/** main-footer **/

.main-footer {
    overflow: hidden;
}

.main-footer .icon-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-footer .footer-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.main-footer .footer-top {
    padding:20px 0px 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer p,
.main-footer a,
.main-footer li {
    color: rgba(255, 255, 255, 0.60);
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.main-footer .widget-title h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
    display: inline-block;
}

.main-footer .contact-widget .info-list li {
    margin-bottom: 19px;
}

.main-footer .contact-widget .info-list li:last-child {
    margin-bottom: 0px;
}


/** footer-bottom **/

.footer-bottom {
    padding: 32px 0px;
}

.footer-bottom .bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .bottom-inner .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 35px;
}

.footer-bottom .bottom-inner .footer-nav li:last-child {
    margin: 0px !important;
}

.footer-bottom .bottom-inner .footer-nav li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.60);
    width: 1px;
    height: 14px;
    top: 5px;
    right: -18px;
}

.footer-bottom .bottom-inner .footer-nav li:last-child:before {
    display: none;
}



/*** 
  
  ====================================================================
                          home-page-2
  ====================================================================
  
  ***/




/** about-style-two **/

.about-style-two {
    background: #f3f0ec;
}

.content_block_seven .content-box {
    position: relative;
    display: block;
}

.content_block_seven .content-box .bold-text {
    color: #141417;
}

.content_block_seven .content-box .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.content_block_seven .content-box .inner-box .left-content h4 {
    margin-bottom: 17px;
}

.content_block_seven .content-box .inner-box .list-style-one {
    margin-bottom: 44px;
}

.content_block_seven .content-box .inner-box .theme-btn {
    padding: 17px 32px;
}

.content_block_seven .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 12px 0px 8px 100px;
    margin-bottom: 40px;
    min-height: 80px;
}

.content_block_seven .content-box .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.content_block_seven .content-box .inner-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
}

.content_block_eight .content-box {
    position: relative;
    display: block;
}

.content_block_eight .content-box .image-box {
    position: relative;
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%, 0% 0%);
}

.content_block_eight .content-box .image-box img {
    width: 100%;
}

.content_block_eight .content-box .image-box:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

.content_block_eight .content-box .text {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 290px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10);
}

.minbox-text {
    margin-top: 10px;
}
.minbox-text p{font-size:14px;}

.working-section .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1186px;
    height: 663px;
    background-repeat: no-repeat;
    z-index: -1;
}

.working-section .shape .shape-2 {
    position: absolute;
    right: 0px;
    bottom: 55px;
    width: 335px;
    height: 406px;
    background-repeat: no-repeat;
    z-index: -1;
}


.faq-section .bg-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: calc(50% - 30px);
    height: calc(100% + 70px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-color-3 {
    background: #f5f0ed;
}

.footer-bottom .footer-nav li {
    margin: 0 15px;
}

.footer-bottom .footer-nav li a:hover {
    color: #eb7328;
}

.footer-bottom .footer-nav {
    margin-bottom: 30px;
}

/* Inner-Pages */


.pagename {
    background-image: url(../images/1284.jpg);
    border-bottom: 1px solid #d9b29a;
    height:350px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    align-items: center;
    display: grid;
}

.pagename h2 {
    color: #fff;
}

.pagename img {
    max-width: 275px;
}

.inner-block {
    padding: 32px;
    border: 1px solid #d9b29a;
    border-radius: 16px;
    box-shadow: 0 0 16px #99999944;
    margin-bottom: 50px;
}

.bg-default {
    background-color: #eb7328;
    color: #fff;
}

.page-link:hover {
    border-color: #874115;
    background-color: #eb7328;
}

.inner-block th {
    background: #eb7328;
    color: #fff;
}

.inner-block td i {
    color: #eb7328;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff2f9;
    color: var(--bs-table-striped-color);
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: unset;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    top: 10px;
    right: 25px;
}

.select2me {
    height: 35px !important;
    padding: 5px 10px !important;
}

.form-control.select2me {
    color: #6c6c6c;
}


.breadcrumb li {
    list-style: none;
    padding-bottom: 0;
}

.breadcrumb li a {
    color: #2b2b2b;
}

.breadcrumb {
    display: flex;
}

.breadcrumb-links {
    display: flex;
    border: 1px solid #d9b29a;
    column-gap: 3px;
    align-items: center;
    margin-bottom: 0;
    box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1.25rem;
    border-radius: 35px;
}

.breadcrumb-box {
    display: flex;
    align-items: center;
}

.breadcrumb {
    background-color: unset;
}

.breadcrumb-link {
    color: #9ca3af;
}

.breadcrumb-box:hover>*:not(.breadcrumb-icon) {
    color: #eb7328;
}

.breadcrumb-icon,
.breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #9ca3af;
}

.breadcrumb-links li:first-child .breadcrumb-text {
    display: none;
}

.breadcrumb-text {
    margin-left: 3px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #6b7280;
}

.page-link.disabled {
    background: #bbbbbb !important;
    color: #323232 !important;
}

.page-link {
    color: #323232 !important;
}

.page-link.bg-default {
    color: #fff !important;
}

.last-update {
    margin-top: 25px;
}

.gallery-box {
    display: contents;
}

.gallery-box .project-block-one {
    margin: 5px; max-width:32%;
}

.pagination {
    margin-top: 10px;
}
.sizetypeinfo {
    display: block;
    background: #f2efe4;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    padding: 0px 4px;
    border: dashed 1px #cab157;
    border-radius:6px;
}
.footer-logo img{max-width:100px;}
.pagename .title3{color:#fff;}
#ajaxdata .gallery-image>a>img{height:260px;}
#ajaxdata .gallery-image{text-align: center;}
.logo-txt a{color:#5d5d5d;}
.about-mins .owl-nav button{position: absolute;top:45%;}
.about-mins .owl-nav button span{font-size:20px;}
.about-mins .owl-nav button.owl-prev{left:10px;}
.about-mins .owl-nav button.owl-next{right:10px;}
.initiatives-card {
    background: #4b4b4b;
    padding-right: 0;
    padding-left: 25px;
    width: 550px;
    margin: 0 10px;
  }
  
  .initiatives-card2 {
    background: var(--green);
    padding-right: 0;
    padding-left: 25px;
    width: 550px;
    margin: 0 10px;
  }
  
  .initiatives-card2 h4 {
    color: #fff;
  }
  
  .card-p2 {
    position: relative;
  }
  
  .card-p2 svg {
    position: absolute;
    display: block;
    left: 0;
    right: 0 !important;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    overflow: visible;
    fill: #1eb744;
    transition: all ease 0.5s;
  }
  
  .card-p2:hover svg {
    transform: scale(1.2);
    transition: all ease 0.5s;
  }
  
  .card-p2 img {
    height: 250px;
    width: 100%;
    /* object-fit: cover; */
    overflow: hidden;
  }
  .initiatives-card .col-md-6.card-p1{padding-top:20px;}
  .initiatives-card .col-md-6.card-p2{padding-right:0px;}
  .initiatives-card .col-md-6.card-p1 h4,  .initiatives-card .col-md-6.card-p1 button{color:#fff;}
  .acme-news-ticker.ticker-two{margin-top:20px;}
  @media only screen and (max-width:1350px) {
    .main-menu .navigation>li{margin:0px 8px;}
    .main-menu .navigation>li>a{font-size: 14px;}
}

@media only screen and (max-width:1024px) {
    .sec-pad{overflow: hidden;}
    .header-topbar{height:auto;}
    }
@media only screen and (max-width: 768px) {
.sec-pad{overflow: hidden;}
.header-topbar{height:auto;}
.gallery-box .project-block-one {
   max-width:48%;
}

}
@media only screen and (max-width:767px) {    
    .header-topbar{height:auto;padding-bottom:10px;}
    h2{font-size:1rem;}
    .newsbox{margin-bottom:20px}
    .gallery-box .project-block-one {
        max-width:99%;
     }
     .main-footer .footer-top{padding:30px 0px 30px 0px}
     .scroll-to-top{right: -30px;}
    }

    @media print{
        .header-topbar,
        .header-lower,
        .main-footer,
        #gov_cal_dir,
        .breadcrums,
        .col-md-2.d-flex.justify-content-end .btn.bg-default.read-more,
        .sticky-header{display: none!important;}
        .pagename .title3{color:#333;}
        .pagename{height:auto;}
    }