/*======================================
	*      General Start   *
======================================*/
html {
    scroll-behavior: smooth;
}

body #loading-icon-bx {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}

.justify {
    text-align: justify;
}

.text-white {
    color: #fff !important;
}

.sticky-top.adjust {
    top: 50px
}

.section-area .heading-bx h1, .section-area .heading-bx h2, .section-area .heading-bx h3 {
    position: relative;
    display: inline-block;
    color: var(--headingText);
    font-size: var(--headingFontSize);
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 0;
}

.section-area.alt .heading-bx h1, .section-area.alt .heading-bx h2, .section-area.alt .heading-bx h3 {
    color: var(--headingTextAlt);
}

.section-area .heading-bx .title-bottom {
    position: relative;
    width: 100px;
    height: 10px;
}

.section-area .heading-bx .title-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100px;
    height: 100%;
    background: url(../images/Background/Header-Bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-area .heading-bx.text-center .title-head:after {
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 60px;
    height: 1px;
    background: var(--sc-primary);
    content: "";
    right: 0;
    margin: 0 auto;
}

.section-area .heading-bx .title-para {
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    margin-top: 36px;
}

h2.title-head span {
    font-weight: 600;
    color: var(--primary);
}

.section-sp2 {
    padding-top: 75px !important;
    padding-bottom: 0 !important;
}

.section-sp5 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.logoHighlight {
    color: currentColor;
    font-weight: 700;
    /*white-space: nowrap;*/
}

.sub-title-icon {
    padding-right: 5px;
}

.pageBGSugarcane {
    position: relative;
}

.page-content {
    position: relative;
    z-index: 1;
}

.pageBGSugarcane:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/Page-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.02;
}

.pageBGSugarcane2 {
    position: relative;
}

.pageBGSugarcane2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/sugarcane-filed-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.truncate {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.truncateLines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate2Lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.btn-gradient {
    background: linear-gradient(-45deg, var(--buttonHover) 0%, var(--button) 100%);
}

#contact_form_3 #success, #success, #contact_form_3 #error, #error, .LoaderImage, #LoaderImage {
    display: none;
}

.RMM-Btn-20 {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    background-color: var(--button);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.RMM-Btn-20 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--buttonHover);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}

.RMM-Btn-20:hover {
    color: #ffffff;
}

.RMM-Btn-20:hover span {
    width: 225%;
    height: 562.5px;
}

.RMM-Btn-21 {
    font-size: 16px !important;
    color: #fff !important;
    padding: 15px 8px 15px 25px !important;
    text-transform: uppercase !important;
    position: relative !important;
    cursor: pointer !important;
    text-align: center !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    border: none !important;
    background: var(--button) !important;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%) !important;
    transition: all .5s ease-in-out !important;
    z-index: 1 !important;
    font-family: var(--fontFamilyThree) !important;
}

.RMM-Btn-21 i {
    height: 36px !important;
    width: 36px !important;
    line-height: 36px !important;
    color: var(--buttonHover) !important;
    background: #fff !important;
    margin-left: 12px !important;
    border-radius: 50px !important;
    transition: all .5s ease-in-out !important;
}

.RMM-Btn-21:hover {
    color: #fff !important;
    background: var(--buttonHover) !important;
}

.RMM-Btn-21-reverse {
    font-size: 16px !important;
    color: #fff !important;
    padding: 15px 8px 15px 25px !important;
    text-transform: uppercase !important;
    position: relative !important;
    cursor: pointer !important;
    text-align: center !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    border: none !important;
    background: var(--button2) !important;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%) !important;
    transition: all .5s ease-in-out !important;
    z-index: 1 !important;
    font-family: var(--fontFamilyThree) !important;
}

.RMM-Btn-21-reverse i {
    height: 36px !important;
    width: 36px !important;
    line-height: 36px !important;
    color: var(--button2Hover) !important;
    background: #fff !important;
    margin-left: 12px !important;
    border-radius: 50px !important;
    transition: all .5s ease-in-out !important;
}

.RMM-Btn-21-reverse:hover {
    color: #fff !important;
    background: var(--button2Hover) !important;
}

.RMM-Btn-21-reverse.p-tb5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.ft-social-bx a {
    margin-right: 0;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

/*======================================
	*      General End   *
======================================*/




/*======================================
	*      Pagination Start   *
======================================*/
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 2px 10px 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #eee;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #0e9d17;
    border-color: #0a7e11;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #0a7e11;
}
/*======================================
	*      Pagination End   *
======================================*/




/*======================================
	*      Back to Top Start   *
======================================*/
button.back-to-top {
    background-color: var(--backToTop);
    color: var(--backToTopIcon);
    border-radius: 50%;
    transition: 0.5s all;
}

button.back-to-top:hover {
    background-color: var(--backToTopHover);
    color: var(--backToTopIconHover);
}
/*======================================
	*      Back to Top End   *
======================================*/



/*======================================
	*      Enquiry Popup Start   *
======================================*/
.enquiry {
    transform: rotate(-90deg) translate(-20%,0%);
    transform-origin: right;
    z-index: 999999;
    position: fixed;
    top: 210px;
    right: 35px;
    font-size: 12px;
}

.enquiry .apoint-btn-box {
    transform: none !important;
    padding: 10px;
    cursor: pointer;
    background: var(--sc-primary) !important;
    display: block;
    visibility: visible !important;
    color: var(--primary);
    font-size: 15px;
}

.enquiry .apoint-btn-box:before,
.enquiry .apoint-btn-box:after {
    content: "";
    background: var(--sc-primary);
    position: absolute;
    height: 100%;
    width: 40%;
    transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    top: 0;
    right: -30px;
    z-index: -1;
}

.enquiry .apoint-btn-box:before {
    right: auto;
    left: -30px;
    transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
}

.enquiry .apoint-btn-box.onFooter {
    background: #fff !important;
    color: #000 !important;
    font-weight: 800;
    border-top: solid 3px #000;
}

.enquiry .apoint-btn-box.onFooter:before,
.enquiry .apoint-btn-box.onFooter:after {
    background: #fff !important;
    top: -3px;
    border: solid 3px #000;
}

#rotate {
    vertical-align: top;
    margin-top: 23px;
    width: 80px;
    height: 30px;
}

.enquiry a {
    cursor: pointer;
    min-height: 30px;
    position: relative;
    border: 1px solid #cb4154;
    border-radius: 8px;
    padding: 4px 8px;
    margin-left: 20px;
    font-variant: small-caps;
    color: #fff !important;
    text-shadow: 0 0 0;
    outline: 0;
    letter-spacing: 2px;
    text-shadow: 0 1px 4px #111;
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    background: #021f36;
}

.enquiry a:hover {
    box-shadow: 0px 0px 4px #fff;
    color: #fff !important;
}

.ShowcaseModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    overflow: auto;
    display: none;
}

.ShowcaseModal .logo {
    text-align: center;
}

.EnquiryBtn {
    background: #ffa800;
    color: #021f36;
    padding: 5px 10px 5px 10px;
    border: solid 1px #fff;
    font-weight: 700;
}

#EnquiryForm input[type="text"], #EnquiryForm input[type="email"], #EnquiryForm input[type="tel"], #EnquiryForm select, #EnquiryForm textarea {
    background-color: #fff;
    border: 1px solid #333;
    width: 100%;
    border-radius: 5px;
    display: block !important;
    padding: 5px;
}

#EnquiryForm .bootstrap-select {
    display: none;
}

#EnquiryForm #LoaderImage {
    float: right;
    padding-left: 10px;
    padding-top: 0 !important;
}

#EnquiryForm h2 {
    font-size: 35px;
}

.Formoutliner {
    background: #fff;
    /*border: solid 5px #fff;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    border-radius: 5px;
    /*border: 4px solid var(--primary);*/
    position: relative;
    top: 16%;
}

.Formoutliner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/Enquiry-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.2;
}

.main-img img {
    width: 50%;
}

@media only screen and (max-width: 1200px) {
    .menu-logo h2 {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 992px) {
    #EnquiryContactSection {
        display: none;
    }

    .menu-logo h2 {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 500px) {
    .menu-logo h2 {
        font-size: 13px !important;
    }

    .menu-logo .tagLine {
        font-size: 13px;
        top: 0;
    }
}

@media only screen and (max-width: 420px) {
    .menu-logo h2 {
        font-size: 12px !important;
    }

    .menu-logo .tagLine {
        font-size: 13px;
        top: 0;
    }
}

@media only screen and (max-width: 400px) {
    .menu-logo h2 {
        font-size: 10px !important;
    }

    .menu-logo .tagLine {
        font-size: 10px;
        top: 0;
    }
}

@media only screen and (max-width: 350px) {
    .menu-logo h2 {
        font-size: 8px !important;
    }

    .menu-logo .tagLine {
        font-size: 9px;
        top: 0;
    }
}

#EnquiryForm {
    padding: 14px 20px;
}

.Formoutliner .main-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 0px;
    padding: 0 0 40px;
    position: relative;
    z-index: 1;
    color: #fff !important;
}

.Formoutliner .main-heading::before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 25px;
    right: auto;
    left: 4px;
    transform: none;
    width: 70px;
    height: 4px;
    background: #1bbde8 !important;
}

.Formoutliner input {
    margin-bottom: 15px;
    height: 35px;
    font-size: 14px;
}

.Formoutliner textarea {
    margin-bottom: 15px;
    min-height: 80px;
    font-size: 14px;
    padding: 5px 15px;
}

.Formoutliner select {
    margin-bottom: 15px;
    height: 35px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    background: transparent;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
}

.Formoutliner .text-center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Formoutliner .contact-form #success {
    margin-top: 23%;
}

.cont-info {
    padding: 6px 30px 80px;
    background: var(--primary);
    border-radius: 50px 0 0 0;
    min-height: auto;
}

#SubmitDetails {
    padding: 5px 8px 5px 25px !important;
}

.cont-info h4 {
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #fff;
}

.enquiry-info li a:hover, .enquiry-info li a, .enquiry-info li i {
    color: #f5f5f5;
    font-size: 17px;
}

.enquiry-info li {
    margin-bottom: 10px;
}

.color-1 {
    color: var(--primary);
    font-weight: 600 !important;
}

.color-2 {
    color: var(--button);
    font-weight: 600 !important;
}

.Formoutliner .ft-social-bx .btn:hover {
    background: var(--button2Hover);
}

@media only screen and (max-width:500px) {
    .enquiry {
        transform: rotate(-90deg) translate(-20%,0%);
        transform-origin: right;
        z-index: 999999;
        position: fixed;
        top: 120px !important;
        right: 35px;
        font-size: 12px;
    }
}
/*======================================
	*      Enquiry Popup End   *
======================================*/



/*======================================
	*      Whatsapp Start   *
======================================*/
.WPButton {
    position: fixed;
    right: 0;
    top: 450px;
    background: #17980E;
    color: #fff;
    font-size: 30px;
    border-radius: 5px 0 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin-top: 2px;
    line-height: 50px;
    z-index: 9;
}

.WPButton i {
    top: -6px;
    left: 2px;
    position: relative;
    color: #fff;
}

@media only screen and (max-width:500px) {
    .WPButton {
        position: fixed;
        right: 0;
        top: 350px !important;
        background: #17980E;
        color: #fff;
        font-size: 30px;
        border-radius: 5px 0 0 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        display: block;
        margin-top: 2px;
        line-height: 50px;
        z-index: 9;
    }
}
/*======================================
	*      Whatsapp End   *
======================================*/



/*======================================
	*      Enroll Start   *
======================================*/
.icon-bar {
    position: fixed;
    top: 400px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.icon-bar a {
    position: relative;
    display: block;
    width: 35px;
    height: 70px;
    line-height: 70px;
    color: #222;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 25px;
    cursor: pointer;
    background: #fff;
    transition: 0.5s all;
}

.icon-bar a:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 70px;
    background-color: #e3001e;
    border-radius: 50% 0 0 50%;
    left: -26px;
    top: 0;
    z-index: -1;
}

.icon-bar a i {
    font-size: 25px;
    color: #000;
}

.icon-bar a:hover i {
    color: #ff7000;
}

.enroll img {
    width: 27px;
    margin-top: 20px;
    float: left;
    margin-left: 0px;
}

.enroll #enroll {
    /*display: none;*/
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 0px;
    position: absolute;
    width: 225px;
    font-size: 0;
}

.enroll, .enroll a {
    text-decoration: none !important;
    font-size: 13px !important;
    background: var(--tollFreeBg) !important;
}

.enroll:hover {
    width: 200px !important;
    font-size: 15px !important;
    color: #fff;
}

.enroll:hover #enroll {
    display: block;
    font-size: 18px !important;
}
/*======================================
	*      Enroll End   *
======================================*/



/*======================================
	*      Header Start   *
======================================*/
.header {
    position: absolute;
    z-index: 2 !important;
    width: 100%;
}

.header .top-bar {
    background-color: var(--topBarBg);
    border-bottom: unset;
    color: var(--topBarText);
}

.header .topbar-center, .header .topbar-left, .header .topbar-right {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}

.topbar-left ul, .topbar-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    font-size: 14px;
    display: flex;
}

.header .top-bar .topbar-left ul li, .header .top-bar .topbar-right ul li {
    color: var(--topBarText);
    font-size: 15px;
    padding-right: 10px;
    padding-left: 0;
    margin-left: 0;
}

.header .top-bar .topbar-left ul li:nth-last-child(1), .header .top-bar .topbar-right ul li:nth-last-child(1) {
    padding-right: 0;
}

.header .topbar-left ul li:after, .header .topbar-right ul li:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: unset;
    right: 0;
    content: unset;
    top: 0px;
    opacity: 1;
}

.header .topbar-left ul li:nth-last-child(1):after, .header .topbar-right ul li:nth-last-child(1):after {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: unset;
    right: 0;
    content: unset;
    top: 0px;
    opacity: 1;
}

.header .top-bar .topbar-left ul li a, .header .top-bar .topbar-right ul li a {
    color: var(--topBarText) !important;
}

.header .top-bar .topbar-left ul li i, .header .top-bar .topbar-right ul li i {
    color: var(--topBarIcon);
    margin-right: 5px;
    font-size: 18px;
    background: var(--topBarIconBg);
    border-radius: 50%;
    padding: 5px;
    line-height: 17px;
}

.header .mid-bar {
    background-color: var(--midBarBg);
    border-bottom: unset;
    color: var(--midBarText);
    position: relative;
    height: 125px;
}

.header .mid-bar:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/Page-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.header .mid-bar .logo img {
    width: 80%;
    transition: 0.5s;
    padding: 5px;
}

.mid-bar-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.mid-bar-content .logo {
    z-index: 1;
}

.midbar-center {
    background: #ffffff;
    border-radius: 20px;
    color: #000;
    padding: 5px 0 0 0;
    width: 49%;
}

.midbar-center a {
    color: #000;
}

.mid-bar-content ul li {
    display: inline-block;
}

.header .menu-bar {
    background: var(--menuBarBg);
    width: 100%;
    position: relative;
    min-height: 85px;
    top: -40px;
}

.header .is-fixed .menu-bar {
    background: var(--menuBarFixedBg);
}

.header .navbar-expand-lg .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-grow: inherit;
    justify-content: flex-start;
    padding-right: 0;
    text-transform: uppercase;
}

.header .extra-logo1 img {
    width: 80%;
    transition: 0.5s;
    padding: 5px;
}

.header .menu-bar .container {
    position: relative;
    height: 85px;
    border-bottom: 1px solid var(--menuBarBorder);
    background-color: var(--menuBarInnerBg);
    border-radius: 5px;
    /*box-shadow: rgb(0 0 0 / 53%) 0px 3px 8px;*/
    transition: 0.5s all;
}

.header .menu-bar .container:hover {
    box-shadow: unset;
}

.header .is-fixed .menu-bar .container {
    box-shadow: unset;
}

.header .extra-info-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.header .extra-logo1 {
    display: none;
}

.header .menu-links .nav > li {
    margin: 0px;
    font-weight: 500;
    position: relative;
    padding-left: 17px;
    padding-top: 3px;
}

.header .menu-links .nav > li > a {
    border-radius: 0px;
    color: var(--menuText);
    font-size: 16px;
    padding: 28px 0px 27px 10px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.header .menu-links .nav > li.active > a, .header .menu-links .nav > li:hover > a {
    background-color: transparent;
    color: var(--menuActive);
    font-weight: 600;
}

.header .menu-links .nav > li .sub-menu li a {
    color: var(--subMenuText);
    display: block;
    font-size: 14px;
    padding: 8px 25px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    position: relative;
    font-weight: 500;
}

.header .menu-links .nav li .sub-menu li a:hover span {
    color: var(--subMenuActive);
    font-weight: 600;
}

.menu-links .nav .add-menu-left ul li.active a {
    color: var(--subMenuActive);
    font-weight: 600;
}

.header .menu-links .nav .add-menu-left ul li a {
    padding: 8px 0px;
    text-transform: uppercase;
}

.header .navbar-toggler span {
    background: var(--mobileMenuToggler);
}

.menuicon span:nth-child(1) {
    height: 3px;
}

.menuicon span:nth-child(3) {
    height: 3px;
}

.header .menuHide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 0.5s linear;
}

.header .menuShow {
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 0.5s linear;
}

.header .hide-menu {
    display: none;
}

.header .extra-menu {
    position: relative;
}

.header .sub-menu {
    display: block !important;
}

.header .nav > li .sub-menu {
    opacity: 1 !important;
}

.header .is-fixed .menu-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    /* background-color: var(--primary); */
}

@media screen and (max-width:520px) {
    .header .top-bar .topbar-right .topbar-right-inner:before {
        display: none;
    }

    .header .top-bar .topbar-right .topbar-right-inner {
        left: 0;
        top: 6px;
    }

    .header .topbar-center, .topbar-left, .topbar-right {
        padding: 0px 15px;
    }

    .header .rs-nav .menu-links.show {
        width: 234px !important;
    }
}

@media screen and (max-width:767px) {
    .header .extra-logo1 {
        top: 0px;
        border-radius: 0 0 50% 50%;
    }

    .header .extra-logo1 img {
        width: 80%;
    }

    .header .navbar-toggler, .header .is-fixed .navbar-toggler {
        margin: 30px 0 14px 15px !important;
    }

    .header .top-bar {
        padding: 0px 0;
        display: block;
        border-bottom: none;
    }

    .header .menu-links .nav > li {
        padding-left: 0;
    }
}

@media screen and (max-width:992px) {
    .header .extra-logo1 {
        top: 0px;
        border-radius: 0 0 50% 50%;
    }

    .header .navbar-expand-lg .navbar-nav {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .header .menu-links .nav > li.active > a, .header .menu-links .nav > li:hover > a {
        background-color: transparent;
        color: var(--primary);
    }

    .header .menu-links .nav > li ul, .menu-links .nav > li .sub-menu, .menu-links .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #fff;
        padding: 0 5px;
    }

    .header .menu-links .nav > li > a {
        color: #333;
        border-bottom: 1px dashed #E9E9E9;
        border-top: unset;
        padding: 10px;
    }

    .header .extra-logo1 {
        display: block;
    }

    .header .extra-info-inner {
        justify-content: space-between;
    }

    .header .menu-bar {
        background: #fff;
        top: 0;
    }

    .header .menu-bar .container {
        border-bottom: 1px solid #fff;
        background-color: #fff;
        /* box-shadow: rgb(0 0 0 / 53%) 0px 3px 8px; */
    }

    .header .menuHide {
        visibility: visible;
        opacity: 1;
    }

    .header.rs-nav .menu-links.show {
        width: 75%;
    }
}
/*======================================
	*      Header End   *
======================================*/



/*======================================
	*      Banner Start   *
======================================*/
.rev_slider_wrapper .tp-parallax-wrap {
    position: relative;
}

.rev_slider_wrapper .hero-text-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #333;
    opacity: 0.5;
}

.rev_slider_wrapper .tp-parallax-wrap .NotGeneric-Title {
    font-size: 50px !important;
    line-height: 62px !important;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rev_slider_wrapper .tp-parallax-wrap .NotGeneric-SubTitle {
    font-size: 20px !important;
    line-height: 25px !important;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 85px !important;
}

.rev_slider_wrapper .tp-parallax-wrap .NotGeneric-Icon {
    padding-bottom: 30px !important;
    padding-top: 120px !important;
}

.rev_slider_wrapper .tp-caption.tp-hidden-caption, .rev_slider_wrapper .tp-forcenotvisible, .rev_slider_wrapper .tp-hide-revslider, .rev_slider_wrapper .tp-parallax-wrap.tp-hidden-caption {
    visibility: visible !important;
    display: block !important;
}

@media screen and (max-width:767px) {
    .rev_slider_wrapper .tp-parallax-wrap .NotGeneric-Title {
        font-size: 45px !important;
        line-height: 48px !important;
    }

    .rev_slider_wrapper .tp-parallax-wrap .NotGeneric-SubTitle {
        padding-top: 85px !important;
    }

    .rev_slider_wrapper .tp-parallax-wrap .NotGeneric-Icon {
        padding-top: 140px !important;
    }
}

@media screen and (max-width:500px) {
    .rev_slider_wrapper .tp-parallax-wrap .NotGeneric-Title {
        font-size: 30px !important;
        line-height: 42px !important;
    }

    .rev_slider_wrapper .tp-parallax-wrap .NotGeneric-SubTitle {
        padding-top: 65px !important;
    }

    .rev_slider_wrapper .tp-parallax-wrap .NotGeneric-Icon {
        padding-top: 140px !important;
    }

    .rev_slider_wrapper .tparrows {
        top: 80% !important;
    }
}

/* Old
.RMM-Banner-5 {
    position: relative;
    top: 0;
    overflow: hidden;
}

.RMM-Banner-5 .container {
    min-height: 500px;
}

.RMM-Banner-5 .slide-item {
    position: relative;
    padding: 75px 0px;
    height: 100vh;
}

.RMM-Banner-5 .slide-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    background-image: url(../images/Banners/Banner-Shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.RMM-Banner-5 .slide-item .banner-image {
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.RMM-Banner-5 .banner-image img {
    width: 100% !important;
    height: 100vh;
    object-fit: cover;
}

.RMM-Banner-5 .slide-item .banner-image {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.RMM-Banner-5 .inner-content {
    position: absolute;
    top: 300px;
    width: 80%;
    z-index: 5;
    text-align: center;
}

.RMM-Banner-5 .slide-item .inner-content h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.RMM-Banner-5 .active .inner-content h5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.RMM-Banner-5 .inner-content h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.RMM-Banner-5 .active .inner-content h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.RMM-Banner-5 .inner-content .RMM-Btn-20 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.RMM-Banner-5 .active .inner-content .RMM-Btn-20 {
    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;
}

.RMM-Banner-5.owl-dots-none .owl-dots,
.RMM-Banner-5.owl-nav-none .owl-nav {
    display: none !important;
}

.RMM-Banner-5 .owl-nav {
    position: absolute;
    top: 85%;
    width: 100%;
}

.RMM-Banner-5 .owl-nav .owl-prev {
    right: 10%;
}

.RMM-Banner-5 .owl-nav .owl-next {
    right: 5%;
}

.RMM-Banner-5 .nav-style-one .owl-nav .owl-prev, .RMM-Banner-5 .nav-style-one .owl-nav .owl-next {
    position: absolute !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 38px;
    color: #00224f;
    font-size: 25px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    font-weight: 700;
    box-shadow: 0 0px 20px rgb(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;
    cursor: pointer;
}

.RMM-Banner-5 .nav-style-one .owl-nav .owl-prev:hover,
.RMM-Banner-5 .nav-style-one .owl-nav .owl-next:hover {
    background-color: var(--buttonHover);
    color: #fff;
}

.flash-news {
    position: relative;
    border: 10px solid #81c47d;
    width: 210px;
    top: -450px;
    left: 30%;
    z-index: 1;
    padding: 20px;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    background: #ffffff;
    height: 250px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 20px;
    border-image: url(../images/Background/Sugar-Particles.jpg) 30 round;
}

/* Banner Responsive
@media screen and (max-width:300px) {
    .RMM-Banner-5 .slide-item {
        height: 1000px !important;
    }
}

@media screen and (max-width:576px) {
    .RMM-Banner-5 h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .RMM-Banner-5 .inner-content {
        top: 100px !important;
        left: 10%;
    }

    .RMM-Banner-5 .active .inner-content .content-right .inner-img {
        opacity: 1;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }
}

@media screen and (max-width:991px) {
    .RMM-Banner-5 .inner-img img {
        width: 60%;
        height: 200px;
        object-fit: scale-down;
    }

    .RMM-Banner-5 .inner-content {
        top: 200px;
    }

    .RMM-Banner-5 .owl-nav .owl-prev {
        right: unset;
        left: 5%;
    }
}
Old*/
/*======================================
	*      Banner End   *
======================================*/



/*======================================
	*      Page Banner Start   *
======================================*/
.home-hero1 .page-banner {
    height: 425px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
}

.page-banner.ovbl-dark:after {
    background: rgba(0,0,0,0.8)
}

.page-banner .page-banner-entry {
    display: table-cell;
    vertical-align: middle;
    text-align: start;
    padding-top: 170px;
}

.breadcrumb-row {
    background: rgba(255, 255, 255, 0.1);
    max-width: 50%;
    padding: 13px 30px;
}

.page-banner .page-banner-entry h1 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    padding: 10px 15px 10px 0;
    display: inline-block;
    position: relative;
    font-weight: 700;
    line-height: 40px;
}

.page-banner .breadcrumb-row ul li a {
    color: #fff;
    padding: 2px;
}

.page-banner.About {
    background-image: url(../images/Background/About-Page-Banner.jpg);
}

.page-banner.Corporate.Chronicle {
    background-image: url(../images/Background/Corporate-Chronicle-Page-Banner.jpg);
}

.page-banner.Financials {
    background-image: url(../images/Background/Financials-Page-Banner.jpg);
}

.page-banner.Resources {
    background-image: url(../images/Background/Resources-Page-Banner.jpg);
}

.page-banner.Investors {
    background-image: url(../images/Background/Investors-Page-Banner.jpg);
}

.page-banner.Events {
    background-image: url(../images/Background/Events-Page-Banner.jpg);
}

.page-banner.Contact {
    background-image: url(../images/Background/Contact-Page-Banner.jpg);
}

.page-banner.Products {
    background-image: url(../images/Background/Products-Page-Banner.jpg);
}

@media screen and (max-width: 1200px) {
    .breadcrumb-row {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .page-banner .page-banner-entry h1 {
        padding: 10px 15px 10px 15px;
    }
}
/*======================================
	*      Page Banner End   *
======================================*/




/*======================================
	*      Contact Start   *
======================================*/
.single-contact-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 12px 15px;
    border-radius: 5px;
}

.single-contact-box.r-border {
    border-right: 1px solid rgba(83, 94, 224, 0.14);
}

.single-contact-box .inner {
    position: relative;
    display: block;
}

.single-contact-box h5 {
    border-bottom: 4px solid rgb(43 141 38 / 53%);
    display: inline-block;
    padding-bottom: 8px;
}

.single-contact-box ul {
    padding: 0;
}

.single-contact-box ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    position: relative;
    padding-left: 24px;
}

.single-contact-box ul li i {
    color: var(--primary);
    position: absolute;
    left: 0;
    top: 5px;
}

.single-contact-box a {
    color: #333;
    transition: 0.5s all;
}

.single-contact-box a:hover {
    font-weight: 600;
}

.contact form {
    box-shadow: 0px 10px 25px -15px rgb(0 0 0 / 35%);
    padding: 20px 30px;
    margin-bottom: 30px;
}

.contact .map {
    box-shadow: 0px 10px 25px -15px rgb(0 0 0 / 35%);
    padding: 10px 15px;
    margin-bottom: 30px;
}

.map.route.lightgallery {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.map.route.lightgallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 1px solid #505050;
    padding: 5px;
}

@media screen and (max-width:767px) {
    .single-contact-box.r-border {
        border-right: unset;
    }

    .map.route.lightgallery {
        display: block;
    }
}

/*======================================
	*      Contact End   *
======================================*/




/*======================================
	*      Home About Start   *
======================================*/
.home-about {
    /*background-color: #F8F8F8;*/
}

.home-about .about-head-wrap {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    align-items: center;
    margin-bottom: 10px;
}

.home-about .about-head-wrap .about-dec {
    padding: 0 20px 0 30px;
    margin-left: 15px;
    border-left: 3px solid #D9D9D9;
}

.home-about .about-head-wrap .about-dec p {
    font-size: 16px;
}

.home-about .progress-content {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.25);
    padding: 56px 60px 60px 60px;
}

.home-about .progress-content em {
    font-size: 16px;
    font-weight: 600;
}

.home-about .progress-wrapper {
    margin-top: 30px;
    margin-bottom: 35px;
}

.home-about .exp-date {
    border: 3px solid rgb(10 126 17 / 70%);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    background: var(--primary);
}

.home-about .exp-date h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.home-about .exp-date h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

.home-about .progress-content {
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .home-about .about-video-banner {
        margin-right: -30px;
    }

    .home-about .progress-content {
        margin-left: -30px;
    }
}

@media screen and (max-width: 767px) {
    .home-about .about-head-wrap {
        align-items: self-start;
        margin-bottom: 40px;
        display: block;
    }

    .home-about .about-head-wrap .section-head {
        margin-bottom: 0;
    }

    .home-about .about-head-wrap .about-dec {
        padding: 0;
        margin-left: 0;
        border-left: none;
    }

    .home-about .section-head-outer {
        grid-column: 1/3;
    }

    .home-about .about-dec {
        grid-column: 1/3;
        margin-top: auto;
    }

    .home-about .exp-date-wrap {
        grid-column: 3/3;
    }

    .home-about .exp-date-wrap .exp-date {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-about .exp-date-wrap .exp-date h2 {
        font-size: 22px;
    }

    .home-about .exp-date-wrap .exp-date h4 {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .home-about {
        padding: 0 5px;
    }

    .home-about .section-head-outer {
        grid-column: 1/4;
    }

    .home-about .about-dec {
        grid-column: 1/4;
        margin-top: auto;
    }

    .home-about .exp-date-wrap {
        grid-column: 1/4;
    }

    .home-about .progress-wrapper {
        margin-bottom: 30px;
    }

    .home-about .progress-content {
        padding: 30px 30px 40px;
    }
}

.about-video-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
    min-height: 520px;
}

@media screen and (max-width: 575px) {
    .about-video-banner {
        min-height: 290px;
    }
}

.video-button a {
    background-color: rgb(0 43 73 / 80%);
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 18px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
}

.video-button a i {
    color: #ffffff;
}

.video-button a:before, .video-button a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.video-button a:before {
    animation-delay: 0.9s;
}

.video-button a:after {
    animation-delay: 0.3s;
}

.modal-backdrop.show {
    opacity: .5;
    display: none !important;
}

.about-inner .modal {
    background: rgb(0 0 0 / 30%);
    top: 0;
}

.about-inner .modal-content {
    top: 20vh;
}

.about-inner button.close {
    padding: 0;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: 0;
    -webkit-appearance: none;
}

@media screen and (max-width: 575px) {
    .video-button a {
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
/*======================================
	*      Home About End   *
======================================*/




/*======================================
	*      Home Announcement Start   *
======================================*/
.home-announcements {
    position: relative;
}

.home-announcements .image-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;
    left: 0;
    right: 0;
    z-index: -1;
}

.home-announcements .image-overlay:before {
    content: "";
    background-color: #111111;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-item {
    margin-bottom: 70px;
}

.portfolio-item .portfolio-img {
    position: relative;
    min-height: 100px;
}

.portfolio-item .portfolio-img img {
    border-radius: 15px;
}

.portfolio-item .cat-link {
    position: absolute;
    right: 15px;
    top: 15px;
}

.portfolio-item .cat-link a {
    background-color: #535EE0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
}

.portfolio-item .portfolio-content {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -100px;
    padding: 25px 30px 25px 30px;
    position: relative;
    min-height: 300px;
    text-align: center;
    transition: 0.5s all;
}

.portfolio-item .portfolio-content:hover {
    transform: scale(1.05);
}

.min-height {
    min-height: 215px;
}

.portfolio-item .portfolio-content h4 {
    margin-bottom: 10px;
    text-align: center;
}

.portfolio-item .portfolio-content p:last-child {
    margin-bottom: 0;
}

.portfolio-bottom {
    background: #0b7f12;
    padding: 10px;
    border-radius: 10px;
}

.portfolio-content a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .portfolio-item .portfolio-content {
        margin-left: 0;
        margin-right: 0;
    }

    .RMM-List-5 {
        list-style: none;
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 575px) {
    .portfolio-item {
        margin-bottom: 40px;
    }
}
/*======================================
	*      Home Announcement End   *
======================================*/




/*======================================
	*      Home Services Start   *
======================================*/
.home-service .service-image {
    position: relative;
    z-index: 1;
}

.home-service .service-image:before {
    content: "";
    background-image: url(../images/Background/circle.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 500px;
    width: 500px;
    top: 50%;
    left: 50%;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.home-service .service-image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .home-service {
        padding: 70px 0;
    }

    .home-service .service-image {
        padding: 65px;
    }

    .home-service .service-image:before {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .home-service service-image {
        margin: 20px 0;
    }
}

.home-service .service-icon-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.home-service .service-icon-box:last-child {
    margin-bottom: 0px;
}

.home-service .service-icon-box .service-icon-content {
    border: 3px solid rgb(10 126 17 / 20%);
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    width: -moz-calc(100% - 82px);
    width: -webkit-calc(100% - 82px);
    width: calc(100% - 82px);
}

.home-service .service-icon-box .service-icon-content h4 {
    margin-bottom: 10px;
}

.home-service .service-icon-box .service-icon-content p:last-child {
    margin-bottom: 0;
}

.home-service .service-icon-box .service-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.home-service .service-icon-box .service-icon {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(10 126 17 / 34%);
    border-radius: 100%;
    height: 82px;
    width: 82px;
}

.home-service .service-icon-box .service-icon img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    object-fit: cover;
    background: #fff;
    z-index: 1;
}

.home-service .service-icon-box .service-icon i {
    color: #535EE0;
    font-size: 44px;
}

@media screen and (max-width: 767px) {
    .home-service .service-icon-box .service-icon-content {
        width: -moz-calc(100% - 48px);
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 575px) {
    .home-service .service-icon-box {
        margin-bottom: 30px;
    }
}

.home-service .text-left .service-icon-box {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home-service .text-left .service-icon {
    margin-right: -34px;
}

.home-service .text-left .service-icon-content {
    padding: 20px 20px 20px 55px;
}

@media screen and (min-width: 768px) {
    .home-service .text-left .service-icon-box:nth-child(2n+1) {
        -webkit-transform: translate(-30px, 0);
        -moz-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
        -o-transform: translate(-30px, 0);
        transform: translate(-30px, 0);
    }
}

.home-service .text-right .service-icon-content {
    padding: 20px 55px 20px 20px;
}

.home-service .text-right .service-icon {
    margin-left: -34px;
}

@media screen and (min-width: 768px) {
    .home-service .text-right .service-icon-box:nth-child(2n+1) {
        -webkit-transform: translate(30px, 0);
        -moz-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        -o-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
}

@media screen and (min-width: 768px) {
    .home-service .text-right .service-icon-box:first-child .service-icon {
        border-bottom-right-radius: 0;
    }

    .home-service .text-right .service-icon-box:last-child .service-icon {
        border-top-right-radius: 0;
    }
}

@media screen and (min-width: 768px) {
    .home-service .text-left .service-icon-box:first-child .service-icon {
        border-bottom-left-radius: 0;
    }

    .home-service .text-left .service-icon-box:last-child .service-icon {
        border-top-left-radius: 0;
    }
}
/*======================================
	*      Home Services End   *
======================================*/






/*======================================
	*      Founder Start   *
======================================*/
.t-bq-quote-mike {
    position: relative;
    border-top: 0.45em solid var(--primary);
    border-bottom: 0.45em solid var(--primary);
    padding: 20px 0 !important;
    letter-spacing: -0.08em;
    transform: rotate(0deg);
}

.t-bq-quote-mike .t-bq-quote-mike-qmark {
    position: absolute;
    font-size: 50px;
    color: var(--primary);
    opacity: 1;
    bottom: 20px;
    left: -89px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 0;
    width: 114px;
    transform: rotateY(180deg);
}

.t-bq-quote-mike .t-bq-quote-mike-base .t-bq-quote-mike-text {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    border-left: unset;
    margin: 0;
    font-style: italic;
    position: relative;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 10px;
    transition: 0.5s all;
    background-color: #000;
}

.t-bq-quote-mike .t-bq-quote-mike-base .t-bq-quote-mike-text:hover {
    box-shadow: unset;
    transform: scale(1.01);
}

.t-bq-quote-mike .t-bq-quote-mike-base .t-bq-quote-mike-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/Blockquote-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    border-radius: 10px;
}

.founder-img img {
    height: 300px;
    object-fit: contain;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media screen and (max-width: 768px) {
    .t-bq-quote-mike .t-bq-quote-mike-base .t-bq-quote-mike-text:after {
        margin-left: 0;
    }
}
/*======================================
	*      Founder End   *
======================================*/



/*======================================
	*      Group Companies Start   *
======================================*/
.about-img {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    position: sticky;
    top: 30px;
    border-radius: 70px 0 70px 0;
    padding: 10px 10px 0 10px;
    margin: 0;
    margin-bottom: 20px;
}

.about-img img {
    border-radius: 70px 0 70px 0;
    width: 100%;
}

.companies-content {
    border-left: 2px solid var(--primary);
    padding-left: 30px;
}

.companies-content .box {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border: 1px solid var(--primary);
    transition: 0.5s all;
}

.companies-content .box:hover {
    box-shadow: unset;
    transition: 0.5s all;
}

.companies-content .box:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--primary);
    position: absolute;
    top: 10px;
    left: -39px;
    transition: 0.2s all;
}

.companies-content .box:hover:before {
    width: 20px;
    height: 20px;
    top: 10px;
    left: -42px;
    background: #333;
}

.companies-content .box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent var(--primary) transparent transparent;
    border-width: 8px;
    position: absolute;
    left: -16px;
    top: 10px;
}

.companies-content .box i {
    font-size: 15px;
}

.group-companies {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
}

.group-companies .content-wrapper {
    position: absolute;
    width: 50%;
    color: #fff;
}

.group-companies .wheel {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.group-companies .line-dot {
    display: none;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    border: 5px solid #fff;
    border-left: none;
    box-sizing: content-box;
}

.group-companies .marge-line {
    display: none;
    width: 690px;
    height: 690px;
    border-radius: 100%;
}

.group-companies .step-dot {
    display: none;
    width: 400px;
    height: 750px;
    border-radius: 100%;
}

.group-companies .info-token {
    width: 400px;
    height: 850px;
    border-radius: 100%;
}

.group-companies ul {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.group-companies ul.line-dot,
.group-companies ul.marge-line {
    position: absolute;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.group-companies .dot {
    position: absolute;
    inset: -18px;
    text-align: center;
    transform: rotate(calc(30deg * var(--i)));
}

.group-companies .line-dot .dot {
    animation: expand 0.6s linear;
}

.group-companies .marge-line .dot div {
    animation: heightmap 0.6s linear;
}

.group-companies .line-dot .dot div {
    width: 30px;
    height: 30px;
    position: relative;
    background: #fff;
    display: block;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
}

.group-companies .bg-color-1 {
    background: #7190FF !important;
}

.group-companies .bg-color-2 {
    background: #88F2B9 !important;
}

.group-companies .bg-color-3 {
    background: #2E50E9 !important;
}

.group-companies .bg-color-4 {
    background: #1F3664 !important;
}

.group-companies .bg-color-5 {
    background: #62ACE3 !important;
}

.group-companies .bg-color-6 {
    background: #7190FF !important;
}

.group-companies .bg-color-7 {
    background: #7190FF !important;
}

.group-companies .line-dot .dot div:after {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
    transform: translate(-50%, -50%);
}

.group-companies .marge-line .dot div {
    width: 5px;
    height: 100px;
    background: #fff;
    display: block;
    margin: auto;
    box-shadow: 0 0 10px #ccc;
}

.group-companies .step-dot .dot div {
    width: 80px;
    height: 80px;
    background: #fff;
    display: block;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
    animation: scaling 0.6s linear !important;
}

.group-companies .step-dot div {
    transform: rotate(calc(-30deg * var(--i)));
}

.group-companies .step-dot .dot div {
    padding: 10px;
}

.group-companies p {
    margin-top: 5px;
}

.group-companies h3 {
    margin: 0;
    font-size: 20px;
    padding-bottom: 20px;
}

.group-companies h2 {
    font-size: 2em;
    line-height: 1;
    margin: 0;
}

.group-companies h1 {
    font-size: 37px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 30px;
}

.group-companies .info-token div {
    width: 425px;
    height: 120px;
    background: var(--primary);
    display: block;
    margin: auto;
    border-radius: 100px;
    box-shadow: 0 0 10px #ccc;
    padding: 20px 40px;
    text-align: center;
}

.group-companies .info-token .dot {
    transform: rotate(90deg) translate(0px, 0px);
}

.group-companies .info-token div {
    transform: rotate(-90deg) translate(-385px, 0px);
}

.group-companies .semirotate .dot {
    transform: rotate(calc(30deg * var(--i)));
    transition: 0.6s linear;
}

.group-companies .semirotate .dot div {
    transform: rotate(calc(-30deg * var(--i))) translate(190px, 0px);
    transition: 0.6s linear;
    transition-delay: 0.9s;
}

.group-companies .knob {
    width: 345px;
    height: 345px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f9f9f9;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #000;
}

.group-companies .knob ul {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.group-companies .knob ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(calc(30deg * var(--i)));
    animation: expand 0.6s linear;
}

.group-companies .knob ul li div {
    width: 85px;
    height: 40px;
    background: transparent;
    display: block;
    margin: auto;
    text-align: left;
}

    .group-companies .knob-content {
        position: absolute;
        background: #fff;
        height: 85%;
        width: 85%;
        border-radius: 100%;
        box-shadow: 9px 8px 10px #0000003b;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

@keyframes expand {
    from {
        transform: rotate(calc(0deg * var(--i)));
    }

    to {
        transform: rotate(calc(30deg * var(--i)));
    }
}

@keyframes heightmap {
    from {
        height: 0;
    }
}

@keyframes scaling {
    from {
        transform: rotate(calc(-0deg * var(--i))) scale(0);
    }
}

.mobile {
    display: none;
}

@media screen and (max-width:991px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}
/*======================================
	*      Group Companies End   *
======================================*/



/*======================================
	*      Corporate Chronicle Start   *
======================================*/
.bg-chronicle {
    position: relative;
    background-color: var(--primary);
}

.bg-chronicle:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Background/chronicle-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

table.RMM-Table-1 {
    border-collapse: collapse;
    transition: 0.5s all;
}

table.RMM-Table-1.min-height {
    border-collapse: collapse;
    min-height: 420px;
    transition: 0.5s all;
}

table.RMM-Table-1 td {
    padding: 10px 30px;
    text-align: center;
}

table.RMM-Table-1 tr {
    background-color: #035c08;
    vertical-align: baseline;
}

table.RMM-Table-1 td:nth-child(1) {
    background-color: #002b49;
    color: #fff;
    font-weight: bold;
    width: 30%;
    border-radius: 0;
    border-bottom: 1px solid white;
}

table.RMM-Table-1 td:nth-child(2) {
    border-bottom: 1px solid #fff;
    color: #fff;
}

table.RMM-Table-1.reverse td:nth-child(2) {
    background-color: #002b49;
    color: #fff;
    font-weight: bold;
    width: 30%;
    border-radius: 0;
    border-bottom: 1px solid white;
}

table.RMM-Table-1.reverse td:nth-child(1) {
    background-color: transparent;
    font-weight: 400;
    width: 70%;
    border-radius: 0;
    color: #fff;
}

.RMM-List-5 {
    list-style: none;
    padding-top: 20px;
}

.RMM-List-5 li {
    padding-bottom: 10px;
    position: relative;
    display: flex;
}

.RMM-List-5 li:before {
    content: "";
    margin-right: 15px;
    font-family: fontawesome;
    opacity: 1;
    color: #fff;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-radius: 50%;
    background-color: bisque;
    text-align: center;
    background-image: url(../images/Background/List-Bg.png);
    background-size: cover;
    background-position: center;
}

.RMM-List-5 li:after {
    position: absolute;
    content: "";
    top: 25px;
    left: 12px;
    height: 100%;
    border-left: 1px dashed rgba(44, 44, 44, 0.5);
}

.RMM-List-5 li:nth-last-child(1):after {
    display: none;
}

.bg-1 {
    background-color: #add8e6 !important;
    color: #000 !important;
}

.bg-2 {
    background-color: #e0ffff !important;
    color: #000 !important;
}

.bg-3 {
    background-color: #90ee90 !important;
    color: #000 !important;
}

.bg-4 {
    background-color: #c3ffc3 !important;
    color: #000 !important;
}

.bg-5 {
    background-color: #8fbc8f !important;
    color: #000 !important;
}

.bg-6 {
    background-color: #bce2bc !important;
    color: #000 !important;
}

.bg-7 {
    background-color: #eee8aa !important;
    color: #000 !important;
}

.bg-8 {
    background-color: #f5f5dc !important;
    color: #000 !important;
}

.bg-9 {
    background-color: #ffe4b5 !important;
    color: #000 !important;
}

.bg-10 {
    background-color: #e6e6fa !important;
    color: #000 !important;
}

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10 {
    text-align: left !important;
}
/*======================================
	*      Corporate Chronicle End   *
======================================*/
/*======================================
	*      Table Start   *
======================================*/
table.RMM-Table-2 {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    transition: 0.5s all;
    background: #fff;
}

table.RMM-Table-2:hover {
    box-shadow: unset;
}

.RMM-Table-2 thead th {
    background-color: var(--tableHeadBg) !important;
    border: 1px solid;
    border-color: var(--tableBorder);
    text-align: center;
}

table.RMM-Table-2 tr th {
    background-color: var(--tableHover);
    color: #fff;
    vertical-align: middle;
}

.min-cell-width table.RMM-Table-2 tr th {
    min-width: 200px;
}

.RMM-Table-2 thead th {
    color: #fff;
}

.RMM-Table-2 span {
    color: #ebebeb;
    font-weight: 400;
}

table.RMM-Table-2.data-table tr td {
    position: relative;
    text-align: right;
    z-index: 0;
    transition: 0.5s all;
}

table.RMM-Table-2.data-table tr td span {
    transition: 0.5s all;
    position: absolute;
    right: 10px;
    z-index: 10;
}

table.RMM-Table-2 a, table.RMM-Table-2.data-table tr td a {
    color: #333;
}

table.RMM-Table-2.data-table tr td:hover a {
    color: #fff;
}

table.RMM-Table-2 tr:hover td a {
    color: #fff;
}

table.RMM-Table-2.data-table tr td:hover span {
    background-color: #ffffff;
    color: #000;
    transform: scale(1.1);
}

.table-hover tbody tr, .table-hover tbody tr span {
    transition: 0.5s all;
    color: #000;
}

table.RMM-Table-2.data-table tbody tr:hover {
    background-color: transparent;
    color: #333;
}

.table-hover tbody tr:hover {
    background-color: var(--tableHover);
    color: #fff;
}

    .table-hover tbody tr:hover span, .table-hover tbody tr:hover a {
        color: #000;
    }

.dark-bg {
    background-color: var(--tableHover);
}

.dark-bg a {
    color: #fff;
}

.table-sub-heading {
    position: relative;
    padding-left: 25px;
}

.table-sub-heading:before {
    content: "\f013";
    position: absolute;
    padding-right: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: 4px;
    left: 0;
    font-family: fontawesome;
    opacity: 1;
    color: var(--sc-primary);
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.years-box {
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.dropdown_c {
    position: relative;
    margin: 20px 0 20px 20px;
}

.selected a {
    display: flex;
    background: var(--primary);
    width: 200px;
    border-radius: 5px;
    color: #fff;
}

.selected a, .selected a:hover {
    color: #fff;
}

.selected a {
    cursor: pointer;
    display: flex;
    padding: 10px 15px;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}

.drop-content {
    position: relative;
    z-index: 1;
}

.drop-content ul {
    position: absolute;
    left: 0px;
    top: -3px;
    display: none;
    list-style: none;
    width: 200px;
    background: #fff;
    border: 1px solid var(--primary);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 200px;
    overflow-y: scroll;
}

.drop-content ul li {
    border: 1px solid rgb(51 51 51 / 24%);
    margin-left: -40px;
}

.drop-content ul li a {
    display: flex;
    padding: 10px 15px;
    text-decoration: none;
    color: #131313;
}

.drop-content ul li a {
    color: #131313;
}

.drop-content ul li a:hover {
    background: var(--sc-primary);
    color: #fff;
}

.comittee-board .RMM-Table-2 tbody tr:nth-child(1) td {
    font-weight: 700;
}

.RMM-Dropdown {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:767px) {
    .dropdown_c {
        margin: 0px 0 10px 15px;
    }
}
/*======================================
	*      Table End   *
======================================*/
/*======================================
	*      Tabs Start   *
======================================*/
.tab-content > .active {
    opacity: 1;
}

.service-list li {
    width: 100%;
}

.service-list li.active a, .service-list li a.active {
    background-color: var(--primary);
    color: #fff;
}

.tab-content {
    position: sticky;
    top: 50px;
}

.tab-content > .tab-pane {
    padding: 5px 10px;
}
/*======================================
	*      Tabs End   *
======================================*/





/*======================================
	*      Resources Start   *
======================================*/
.resources-iconbox-item-3 {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100%;
}

.resources-iconbox-border {
    width: 100%;
    display: flex !important;
    align-items: center;
}

.resources-iconbox-border .resources-iconbox-icon {
    background-color: var(--primary);
    color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 52%);
    color: #535EE0;
    font-size: 32px;
    width: 78px;
    height: 78px;
    line-height: 73px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    position: relative;
    left: 0px;
    transition: 0.5s all;
}

.resources-iconbox-border:hover .resources-iconbox-icon {
    left: 10px;
}

.resources-iconbox-border .resources-iconbox-icon img {
    border-radius: 50%;
    width: 93%;
    height: 72px;
    object-fit: cover;
    line-height: 67px;
}

.resources-iconbox-border .resources-iconbox-content {
    box-shadow: 0px 0px 10px 0px rgb(44 141 39 / 33%);
    border: 3px solid rgb(44 141 39 / 33%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    width: -moz-calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    padding: 25px 25px 25px 50px;
    margin-left: -30px;
    min-height: 140px;
    position: relative;
    transition: 0.5s all;
}

.resources-iconbox-border .resources-iconbox-content:hover {
    box-shadow: unset;
}

.resources-iconbox-border .resources-iconbox-content h5 {
    position: absolute;
    top: 25%;
}

.resources-iconbox-border .resources-iconbox-content h4 {
    margin-bottom: 10px;
}

.resources-iconbox-border .resources-iconbox-content p {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .resources-iconbox-item-3 {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .resources-iconbox-item-3 {
        width: 33.33%;
    }
}

@media screen and (max-width: 575px) {
    .resources-iconbox-item-3 {
        padding: 0;
    }
}
/*======================================
	*      Resources End   *
======================================*/





/*======================================
	*      Investors Disclosures Start   *
======================================*/
.accordion .item {
    margin-bottom: 10px;
    border-radius: 10px;
    background: #edfaed;
    border: 1px solid #0a7e11;
    z-index: 0;
    position: relative;
}

.t-p {
    color: #000;
    padding: 30px;
    border-radius: 10px;
}

.t-p a {
    color: #000;
}

.t-p60 {
    padding: 60px;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background: var(--sc-primary);
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
    border-radius: 10px;
    text-transform: capitalize;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 0;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 3px 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 25px;
    color: #ffffff;
    background-color: var(--primary);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.feature-item {
    padding: 20px;
    border: 1px solid #192e3f;
    background: #fff;
    position: relative;
    border-radius: 14px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all .5s ease-in-out;
}

.feature-item.min-heigh-275 {
    min-height: 280px;
}

.feature-item.min-heigh-390 {
    min-height: 392px;
}

.feature-item.min-heigh-430 {
    min-height: 449px;
}

.feature-item:hover {
    box-shadow: unset;
    transform: translateY(-10px)
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 65px;
    background: #0a7e11;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    color: #fff;
}

.feature-icon i {
    font-size: 40px;
    color: #fff
}

.feature-icon span {
    color: #fff;
    font-size: 20px;
    background: #1a2f40;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.feature-content p {
    margin-top: 10px;
    color: #192e3f
}

.feature-icon h4 {
    color: #fff;
    font-size: 20px
}

.workspace-item {
    position: relative;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all .5s ease-in-out;
    border-radius: 10px;
}

.workspace-item:hover {
    box-shadow: unset;
    transform: translateY(-10px)
}

.workspace-item img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.workspace-content {
    background: rgb(10 126 17 / 90%);
    border-radius: 10px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 15px 20px;
    text-align: center;
    z-index: 1;
    min-height: 169px;
}

.workspace-content h4 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 26px
}

.workspace-content p {
    color: #fff
}

a.download {
    position: relative;
    border: 1px solid #0a7e11;
    border-radius: 5px;
    top: 9px;
    padding: 35px 20px 13px 60px;
    margin-right: 40px;
    color: #000;
    background: url(../images/Icons/download.png) 2px 0 no-repeat;
    background-color: #fff;
    box-shadow: rgb(0 43 73 / 63%) 0px 5px 15px;
    transition: 0.5s all;
}

a.download:hover {
    border-color: #002b49;
    box-shadow: rgb(0 43 73 / 63%) 0px 5px 15px;
}

a.download:active {
    border-color: #002b49;
    box-shadow: none;
}

a.download:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 55px;
    top: 8px;
    left: 5px;
    transition: all .4s;
    background-color: #fff;
    background-image: url(../images/Icons/document.png);
    background-size: cover;
}

a.download:hover:before {
    opacity: 0;
}

a.download:after {
    content: "Download";
    position: absolute;
    top: 10px;
    left: 60px;
    color: #002b49;
}

.single-contact-box-2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 12px 15px;
    border-radius: 5px;
    background: #fff;
    min-height: 375px;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transition: 0.5s all;
}

.single-contact-box-2:hover {
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
}

.single-contact-box-2 .inner {
    position: relative;
    display: block;
}

.single-contact-box-2 h5 {
    border-bottom: 4px solid rgb(43 141 38 / 53%);
    display: inline-block;
    padding-bottom: 8px;
    color: #000;
}

.single-contact-box-2 ul {
    padding: 0;
}

.single-contact-box-2 ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    position: relative;
    padding-left: 24px;
    color: #000;
}

.single-contact-box-2 ul li i {
    color: var(--primary);
    position: absolute;
    left: 0;
    top: 5px;
}

.single-contact-box-2 a {
    color: #333;
    transition: 0.5s all;
}

.single-contact-box-2 a:hover {
    font-weight: 600;
}

@media screen and (max-width:1200px) {
    .feature-item.min-heigh-275 {
        min-height: 335px;
    }

    .feature-item.min-heigh-390 {
        min-height: 475px;
    }

    .feature-item.min-heigh-430 {
        min-height: 505px;
    }
}

@media screen and (max-width:992px) {
    .feature-item.min-heigh-275 {
        min-height: auto;
    }

    .feature-item.min-heigh-390 {
        min-height: auto;
    }

    .feature-item.min-heigh-430 {
        min-height: auto;
    }
}
/*======================================
	*      Investors Disclosures End   *
======================================*/





/*======================================
	*      Investors Service Start   *
======================================*/
.rank {
    border: 1px solid;
    border-radius: 30px;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

.rank.option-a {
    background-color: #437406;
    color: #fff;
    border-color: #437406;
}

.rank.option-b {
    background-color: #d3b206;
    color: #ffffff;
    border-color: #d3b206;
}

.rank.option-c {
    background-color: #d30a10;
    color: #ffffff;
    border-color: #AA272B;
}

.rank.option-d {
    background-color: #03787C;
    color: #fff;
    border-color: #03787C;
}

.rank.option-a:before, .rank.option-b:before, .rank.option-c:before, .rank.option-d:before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.rank.option-a:before {
    background: url(../images/Icons/excellent.png);
}

.rank.option-b:before {
    background: url(../images/Icons/good.png);
}

.rank.option-c:before {
    background: url(../images/Icons/poor.png);
}

.rank.option-d:before {
    background: url(../images/Icons/not-experienced.png);
}

.inner-border {
    border: 1px solid #c6c6c6;
    padding: 20px 10px;
    margin: 15px;
}

.form-cards-list {
    z-index: 0;
    margin: auto;
}

.form-card {
    margin: 0 30px 30px 0;
    width: 100%;
    height: auto;
    border-radius: 50px 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    cursor: pointer;
    transition: 0.4s;
    padding: 10px 10px 1px 10px;
    background: url(../images/Background/download-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-card:hover {
    box-shadow: unset;
}

.form-card_image {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto;
}

.form-card_image i {
    margin: 17px;
    font-size: 37px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form-card_title .form-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin: auto;
    text-align: center;
    color: #181818;
}

.form-card_title p {
    margin: 10px auto;
    line-height: normal;
    text-align: center;
    color: #fff;
}

.form-btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    font-family: "Open Sans";
    text-transform: uppercase;
    background: var(--button);
    border-radius: 10px;
}

.form-btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.form-btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}

.form-btn-flip:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #000000;
    display: block;
    transition: 0.5s;
    position: absolute;
    background: #fcfcfc;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
    border-radius: 10px;
}

.form-btn-flip:before {
    top: 0;
    left: 0;
    opacity: 1;
    color: #ffffff;
    display: block;
    padding: 0 30px;
    line-height: 40px;
    transition: 0.5s;
    position: relative;
    /* background: #fbfbfd; */
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
    border: 1px solid #fbfbfb;
    border-radius: 10px;
}

.form-btn-read {
    justify-content: center;
    align-content: center;
    display: flex;
    margin: 20px;
}
/*======================================
	*      Investors Service End   *
======================================*/





/*======================================
	*      Footer Start   *
======================================*/
    .subscribe-section {
    position: relative;
    background: #000;
}

.subscribe-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/Background/Subscribe-Bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.5;
}

.subscribe-form input#subscribe_mail {
    border-radius: 40px 0 0 40px !important;
}

.subscribe-section .input-group-append {
    margin-left: -10px;
}

.subscribe-form button.btn {
    border-radius: 0 40px 40px 0 !important;
}

.subscribe-form .btn {
    padding: 0 40px !important;
}

.footer-style2 .footer-top {
    background-color: #0a0b0c;
    position: relative;
    z-index: 1;
}

.footer-style2 .footer-top:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/Footer-Bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.footer-style2 .footer-top {
    padding: 30px 0 30px;
}

.footer-style2 .footer-top a, .footer-style2 .footer-top p {
    color: var(--footerText);
    font-size: var(--paragraphFontSize);
}

.footer-style2 .footer-top a:hover {
    color: var(--footerTextHover);
}

.widget.footer_widget.about {
    background-color: var(--footerAboutBox);
    padding: 10px 20px;
    border-radius: 10px;
}

.footer-style2 .footer-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.footer-style2 .footer-title:after {
    display: block;
    height: 2px;
    margin-top: 0;
    margin-bottom: -12px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 0;
    background: var(--primary);
}

.footer-style2 .list-2 ul li {
    width: 33%;
    float: left;
    position: relative;
    padding: 0px 10px 0px 15px;
    margin-bottom: 0;
    line-height: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.footer-style2 .list-2 ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
    color: var(--primary);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.footer-style2 .list-2 ul li:hover:before {
    left: 2px;
}

.footer-style2 .footer-top.top-padding {
    padding: 60px 0 30px;
}

.footer-style2 .footer-bottom {
    background: var(--footerBottomBg);
    font-size: 14px;
    color: var(--footerBottomText);
    font-weight: 400;
    padding: 5px 0 !important;
}

.footer-style2 .footer-bottom p {
    font-size: 14px;
    color: var(--footerBottomText);
    font-weight: 400;
    line-height: 24px;
}

.footer-style2 .input-group .input-group-append {
    margin-left: -10px;
}

.footer-icons ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
}

.footer-icons ul li {
    display: inline-block;
    border-radius: 50%;
    background-color: var(--primary);
    margin: 5px 2px;
    width: 50px;
    text-align: center;
    transition: 0.5s all;
    padding: 2px;
}

.footer-icons ul li:hover {
    transform: scale(1.1);
}

.footer-icons ul li img {
    border-radius: 50%;
}

.RMM-Social-Media-5 ul {
    list-style: none;
    padding-left: 0;
}

.RMM-Social-Media-5 ul li {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    margin: 5px 2px;
    width: 40px;
    text-align: center;
}

.RMM-Social-Media-5 ul li a {
    color: #333 !important;
}

.RMM-Social-Media-5 ul li:hover a {
    color: #fff !important;
}

.RMM-Social-Media-5 ul li:nth-child(1):hover {
    background-color: var(--facebook1);
}

.RMM-Social-Media-5 ul li:nth-child(2):hover {
    background-color: var(--twitter1);
}

.RMM-Social-Media-5 ul li:nth-child(3):hover {
    background-color: var(--linkedin1);
}

.RMM-Social-Media-5 ul li:nth-child(4):hover {
    background-color: var(--youtube1);
}

.RMM-Link a {
    color: gold;
}

    .RMM-Link a:hover {
        color: gold;
    }

@media screen and (max-width: 767px) {
    .footer-style2 .list-2 ul li {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .footer-style2 .list-2 ul li {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .footer-style2 .footer-title {
        margin-top: 20px;
    }
}
/*======================================
	*      Footer End   *
======================================*/




/*======================================
	*      Hooks Start   *
======================================*/
.hooks-section {
    background: var(--sc-primary);
    position: relative;
    top: 50px;
    padding: 20px;
    z-index: 2;
    margin-left: 0px;
    margin-right: 0;
}

    .hooks-section h5 {
        font-size: 25px;
        color: #fff;
        text-align: center;
        font-style: italic;
    }

    .hooks-section p {
        font-size: 18px;
        color: #fff;
        text-align: center;
        font-style: italic;
        margin-bottom: 0;
    }

.hooks-section2 {
    position: relative;
    background-color: #333;
}

    .hooks-section2:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/Background/Hooks-Bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.5;
    }

    .hooks-section2 h5 {
        font-size: 24px;
        color: #fff;
        text-align: start;
        padding-top: 15px;
    }
/*======================================
	*      Hooks End   *
======================================*/




/*======================================
	*      About Start   *
======================================*/
.about-section .about-img-inner {
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: 1;
    background: var(--primary);
    border: 10px solid #fff;
    color: #fff;
    left: 15%;
    top: 84%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
}

.about-section .about-img-inner div > span {
    font-size: 21px;
    line-height: 22px;
    display: block;
}

.single-about-box {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #f0eef9;
    padding: 24px 28px 22px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgb(9 29 62 / 15%);
    min-height: 195px;
}

.single-about-box .inner {
    position: relative;
    display: block;
}

.single-about-box .inner .icon, .single-about-box .inner .text {
    display: table-cell;
    vertical-align: middle;
}

.single-about-box .inner .icon {
    width: 60px;
    text-align: center;
    font-size: 60px;
    color: #343434;
}

.single-about-box .inner .text {
    padding-left: 15px;
}

.single-about-box .inner .text > span {
    margin: 0 0 14px;
    font-size: 19px;
    font-weight: 700;
    color: #343434;
}

.single-about-box .inner .text p {
    line-height: 20px;
    padding-top: 5px;
}

.single-about-box .inner .text a:hover {
    color: var(--sc-primary);
}

.img-fit {
    text-align: center;
}

.img-fit img {
    width: 50%;
}

@media screen and (max-width:576px) {
    .about-section .about-img-inner {
        width: 140px;
        height: 140px;
        left: 72%;
    }

    .about-section .about-img-inner div > span {
        font-size: 16px !important;
    }

    .single-about-box .inner .icon, .single-about-box .inner .text {
        display: block;
        text-align: center;
    }

    .single-about-box .inner .icon {
        width: 100%;
    }

    .single-about-box {
        padding: 10px;
    }
}

@media screen and (max-width:992px) {
    .single-about-box {
        min-height: unset;
    }
}
/*======================================
	*      About End   *
======================================*/




/*======================================
	*      Events Start   *
======================================*/
.single-events-box {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #dbcfcf;
    border-radius: 10px;
}

.single-events-box .image {
    position: relative;
}

.single-events-box .image .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    background-color: #ffffff;
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.single-events-box .image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.single-events-box .content {
    padding: 25px 20px;
    position: relative;
    border-radius: 0 0 5px 5px;
    background-color: #002b49;
}

.single-events-box .content:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/Background/events-content-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0;
}

.single-events-box .content h3 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 25px;
    color: #fff;
}

.single-events-box .content h3 a {
    display: inline-block;
}

.shot-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    color: #fff;
}

.single-events-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: unset;
}

.events-details-desc .events-details-image {
    margin-bottom: 30px;
}

.events-details-desc .events-details-image img {
    border-radius: 5px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.events-details-desc h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.events-details-desc h3:not(:first-child) {
    margin-top: 30px;
}

.ttr-post-header img {
    border-radius: 10px;
}

.post-title {
    padding-top: 10px;
}

.recent-posts-entry .widget-post .media-post li a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary);
}

.eventImg {
    border-radius: 10px;
    margin: 10px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/*======================================
	*      Events End   *
======================================*/




/*======================================
	*      Counter Start   *
======================================*/
.counter-section1 {
    position: relative;
    background-color: #333;
    margin-right: 0;
    margin-left: 0;
}

.counter-section1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/Counter-Bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    background-attachment: fixed;
}

.counter-section1 .counter-style-2 .counter-bx {
    margin-bottom: 10px;
    font-size: 40px;
    color: #fff;
}

.counter-section1 .counter-style-2 .counter-bx span {
    font-size: 75px;
    font-weight: 300;
    line-height: 110px;
    display: inline-block;
    color: #fff;
}

.counter-section1 .counter-style-2 .counter-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

.counter-section1 .counter-style-2 .bg-icon {
    color: #000;
    width: 100%;
    text-align: center;
    top: -40px;
    bottom: auto;
    opacity: 0.2;
}

.counter-section {
    position: relative;
}

.counter-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/Counter-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

.counter-section .counter-style-2 .counter-bx {
    margin-bottom: 10px;
    font-size: 40px;
    color: #fff;
}

.counter-section .counter-style-2 .counter-bx span {
    font-size: 75px;
    font-weight: 300;
    line-height: 110px;
    display: inline-block;
    color: #fff;
}

.counter-section .counter-style-2 .counter-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

.counter-section .counter-style-2 .bg-icon {
    color: #000;
    width: 100%;
    text-align: center;
    top: -40px;
    bottom: auto;
    opacity: 0.2;
}

@media screen and (max-width:992px) {
    .counter-section1:before {
        background-size: cover;
    }
}
/*======================================
	*      Counter End   *
======================================*/





/*======================================
	*      Products Start   *
======================================*/
.home-product-section {
    position: relative;
}

.home-product-section:before {
    position: absolute;
    content: "\f013 ";
    font-family: 'FontAwesome';
    right: 10%;
    top: -27%;
    font-size: 200px;
    opacity: 0.1;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.home-product-section .single-product {
    margin-top: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home-product-section .single-product .content-box i {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #00235a;
    z-index: 3;
    right: 110px;
    bottom: 0;
    content: "";
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(115%);
    transform: translateY(115%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.home-product-section .single-product:hover .content-box i {
    opacity: 1;
    visibility: visible;
    right: 110px;
    bottom: 120px;
}

@media screen and (max-width:767px) {
    .products-section .content-inner {
        overflow-x: scroll;
    }

    .home-product-section .single-product .content-box i, .home-product-section .single-product:hover .content-box i {
        right: 45%;
        bottom: 160px;
    }

    .home-product-section:before {
        right: 25%;
        top: -5%;
        font-size: 150px;
    }
}

@media screen and (min-width:767px) and (max-width:1200px) {
    .product-info {
        order: 1 !important;
    }

    .home-product-section .single-product .content-box i, .home-product-section .single-product:hover .content-box i {
        right: 140px;
    }
}
/*======================================
	*      Products End   *
======================================*/





/*======================================
	*      Testimonial Start   *
======================================*/
.testimonial-section .testimonial-bx.style2 {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0px 5px 20px 0px rgb(9 29 62 / 15%);
    padding: 10px 20px;
    margin: 10px;
}

.testimonial-img {
    position: relative;
    display: block;
    min-height: 600px;
    max-width: 570px;
    width: 100%;
}

.testimonial-img .img-box {
    position: absolute;
    bottom: 0;
    left: -180px;
    max-width: 570px;
    height: 600px;
}

.testimonial-img .quote-icon-box {
    position: absolute;
    top: 145px;
    right: 30px;
    width: 270px;
    height: 270px;
    border: 1px solid #f0eef9;
    border-radius: 50%;
    padding: 40px;
}

.testimonial-img .quote-icon-box .inner {
    width: 100%;
    height: 100%;
    border: 1px solid #f0eef9;
    border-radius: 50%;
    padding: 40px;
}

.testimonial-img .quote-icon-box .inner .icon {
    width: 100%;
    height: 100%;
    background: var(--sc-primary);
    border-radius: 50%;
    padding: 32px 0 30px;
    text-align: center;
}

.testimonial-section .testimonial-bx .testimonial-content p {
    color: #303030;
    font-size: 16px;
}

.testimonial-section .testimonial-bx.style2 .client-info {
    position: relative;
    padding-left: 50px;
    margin-top: 30px;
}

.testimonial-carousel-3 {
    position: relative;
}

.testimonial-carousel-3 .owl-nav {
    position: absolute;
    bottom: 35%;
    width: 100%;
    display: block;
    left: 0%;
}

.testimonial-carousel-3 .owl-prev, .testimonial-carousel-3 .owl-next {
    background-color: rgba(0,0,0,0.8);
    border-color: rgba(0,0,0,0.8);
    color: #ffffff;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
    border-radius: 3px;
}

.testimonial-carousel-3 .owl-prev {
    position: absolute;
    left: 25px;
}

.testimonial-carousel-3 .owl-next {
    position: absolute;
    right: 5px;
}

@media screen and (max-width:767px) {
    .testimonial-section .testimonial-bx.style2 .client-info {
        padding-left: 5px;
    }
}
/*======================================
	*      Testimonial End   *
======================================*/





/*======================================
	*      Infra Start   *
======================================*/
.infra-section1 .infra {
    border-bottom: 1px solid #d3d3d3;
}

.infra-section1 .single-infra {
    position: relative;
    margin-bottom: 20px;
}

.infra-section1 .infra-img {
    border: 1px solid #f0eef9;
    box-shadow: 0px 0px 10px rgb(9 29 62 / 15%);
    padding-bottom: 50px;
}

    .infra-section1 .infra-img img {
        height: 350px;
        width: 100%;
        object-fit: fill;
    }

.infra-section1 .infra-name {
    position: absolute;
    bottom: 0%;
    left: 18%;
    background: var(--primary);
    width: 65%;
    border: 1px solid #ffffff;
    padding: 8px 20px 0 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(9 29 62 / 15%);
    border-radius: 10px 10px 0 0;
}

    .infra-section1 .infra-name h5 {
        color: #fff;
        font-size: 18px;
    }

.infra-section2 .single-infra {
    position: relative;
    margin-bottom: 20px;
}

.infra-section2 .infra-img {
    border: 1px solid #f0eef9;
    box-shadow: 0px 0px 10px rgb(9 29 62 / 15%);
}

.infra-section2 .infra-img img {
    height: auto;
    width: 100%;
    object-fit: fill;
}

.infra-section2 .infra-name {
    padding: 8px 20px 0 20px;
    text-align: center;
}

    .infra-section2 .infra-name h5 {
        color: #333;
        font-size: 20px;
    }

@media screen and (max-width:767px) {
    .infra-img img {
        height: auto;
    }
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 1 !important;
}
/*======================================
	*      Infra End   *
======================================*/

.w-20{
    width: 20%;
}

