@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Raleway", sans-serif;
}

@media (max-width: 768px) {
    body {
        cursor: default;
    }
}

html {
    scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

li {
    list-style-type: none;
}

.row {
    width: 100%;
}

.col-md-6 {
    width: 50%;
}

@media (max-width:767px) {
    .col-md-6 {
        width: 100%;
    }
}

/* Extra small - default (less than 576px) */
.container {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
    }
}


@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}


@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
    .logo-slider{
        padding: 0px 30px;
    }
}


@media (min-width: 1400px) {
    .container {
        width: 1260px;
    }
}


@media (min-width: 1600px) {
    .container {
        width: 1559px;
    }
}



.d-flex {
    display: flex;
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.cmn-space {
    padding: 80px 0px 80px 0px;
}

/* Header section start*/

header {
    background: var(--mastercolor);
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
}

.head-main.d-flex {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

aside.header-right nav ul li a {
    color: var(--gray);
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}

aside.header-right nav ul li.menu-item {
    margin: 0px 20px;
}

aside.header-right nav ul li.menu-item.active,
aside.header-right nav ul li a:hover {
    color: var(--text-white);
    position: relative;
}

aside.header-right nav ul li.menu-item.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--text-white);
    bottom: -7px;
}

a.social-outer {
    background: var(--gray);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
}

a.social-outer:not(:last-child) {
    margin-right: 20px;
}

aside.head-social-icons {
    padding-left: 20px;
}

/* Header section End */

/* banner section */

.ban-cnt-bg {
    background-image: url("../../assets/images/banner-cnt-bg.png");
    background-repeat: no-repeat;
}

section.banner-sec {
    padding-top: 100px;
}

.banner-title h1 {
    color: var(--mastercolor);
    font-size: 77px;
}

.banner-title h1 span {
    display: block;
    color: var(--gray1);
}

.banner-description {
    width: 50%;
    padding: 0px 0px 40px;
}

.banner-description p {
    color: var(--text-white);
    font-size: 30px;
}

.ban-cnt-bg {
    background-image: url('../../assets/images/banner-cnt-bg.png');
    background-repeat: no-repeat;
    margin: 0px 20px;
    background-size: cover;
    height: 460px;
    align-items: center;
    justify-content: flex-start;
}

.banner-btn a.btn {
    color: var(--mastercolor);
    background: var(--text-white);
    font-size: 20px;
font-weight: 400;
padding: 15px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'AgenorNeue';  
}

/* banner section ends */

/* Fold1 */
span.sub-text {
    font-size: 25px;
    font-weight: 500;
    color: var(--gray1);
}

h2 {
    font-size: 50px;
    font-weight: 400;
    color: var(--mastercolor);
}

.cnt-text-wrap p {
    font-size: 19px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    margin-bottom: 40px;
    color: var(--gray2);
    line-height: 30px;
}

.cnt-img-left img,
.cnt-img-right img {
    width: 100%;
    vertical-align: middle;
}

.cnt-img-left,
.cnt-left {
    padding-right: 40px;
}

.cnt-right,
.cnt-img-right {
    padding-left: 40px;
}

.cnt-text-wrap {
    margin-top: 70px;
}

@media (max-width:1024px) {
    .cnt-row {
        flex-direction: column;
    }

    .col-md-6 {
        width: 100%;
    }

    .cnt-img-left {
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .cnt-right {
        padding-left: 0px;

    }

    .container {
        padding: 0px 20px;
    }
}

.smd-text {
    font-size: 19px;
    font-weight: 600;
    color: var(--mastercolor);
}

a.primary-btn {
    text-transform: uppercase;
    cursor: pointer;
    background: var(--mastercolor);
font-family: 'AgenorNeue';  
    border-radius: 5px;
    color: var(--text-white);
    z-index: 1;
    text-decoration: none;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    font-size: 20px;
font-weight: 400;
padding: 15px 30px;

}

.btn-ar {
    margin-top: 40px;
}

.footer-column {
    width: 33.33%;
}

.footer-column:not(:first-child) {
    padding-left: 20px;
}

.foot-row {
    display: flex;
}

.footer-column a {
    text-decoration: none;
    font-size: 20px;
    color: var(--text-white);
    font-weight: 400;
}

li.foot-menu-list {
    margin-bottom: 20px;
}


footer {
    background: var(--mastercolor);
    color: var(--text-white);
    padding: 60px 0px;
}

.foot-mob,
.foot-mail,
.foot-address {
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--text-white);
}

.foot-icon img {
    width: 25px;
}

p.foot-main-menu {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.foot-social {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.foot-logo {
    width: 30%;
}

.txt-follow-us {
    padding-right: 20px;
}

.foot-social {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid var(--gray);
}

.foot-logo img {
    width: 100%;
    padding-right: 30px;
}

.txt-follow-us {
    padding-right: 20px;
    font-size: 19px;
    font-weight: 400;
}

.ft-bottom-sec.d-flex {
    padding-top: 40px;
    z-index: 2;
    position: relative;

}

.foot-row {
    z-index: 2;
    position: relative;
}

.btm-ft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    background-color: var(--text-white);
    font-family: "Poppins", sans-serif;
}

p.btm-foot-txt {
    color: var(--gray2);
    font-size: 18px;
    font-weight: 300;
}

p.foot-yr {
    color: var(--gray2);
    font-size: 18px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

span.bld-text {
    font-weight: 600;
}

.bg-light {
    background-color: #F5F5F5;
}

.inner-cnt p {
    margin-bottom: 5px;
}

.inner-cnt {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .cmn-space {
        padding: 30px 0px;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

    .flx-column {
        flex-direction: column;
    }

    .res-img img {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .foot-top-box h3 {
        font-size: 16px;
    }
}

@media (max-width:767px){
    .cmn-space {
        padding: 20px 0px;
    }
    section.testimonial-sec{
        margin-bottom: 80px;
    }
    .foot-top-box h3 {
        font-size: 16px;
    }
    h3 br{
        display: none;
    }
    .inner-banner {
        margin-bottom: 25px;
    }
    /* .inner-banner .banner-description{
        background: #0000003b;
        padding: 0px 20px !important;
    } */
}
.abt-desc p,
.abt-list li {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Raleway", sans-serif;
}

.abt-box {
    padding: 30px 20px 40px 20px;
}

.abt-list li {
    position: relative;
    margin-bottom: 10px;
}

.abt-list li:before {
    content: '';
    background-color: var(--gray2);
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: -20px;
    border-radius: 50%;
}

.about-cnt-svg img {
    width: 70px;
}

ul.abt-list {
    margin-left: 20px;
}

.abt-bx-img img {
    width: 100%;
}



.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    background: var(--gray);
    height: 2px;
    width: 25px;
    margin: 3px 0;
    display: block;
}

div#hamburger {
    margin-left: 20px;
}

#main-menu {
    display: none;
}

/* #main-menu.menu-open {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 90px;
} */

.hamburger.active+#main-menu {
    display: block;
}

@media screen and (max-width: 1024px) {
    .main-menu {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        right: 0;
    }

    #main-menu.menu-open {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-top: 90px;
    }

    .main-menu.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    ul#main-menu {
        width: 40%;
        top: 0;
    }

    li.menu-item {
        padding: 15px 20px;
    }

    aside.header-right nav ul li.menu-item {
        margin: 0px 0px;
    }

    ul#main-menu {
        width: 60%;
        top: 0;
        background: var(--mastercolor);
        height: 100vh;
        align-items: center;
        justify-content: center;
    }

    .close-icon {
        display: block !important;
    }

    svg#close {
        fill: var(--gray);
        width: 33px;
        position: absolute;
        top: 15px;
        right: 26px;
    }
}

.close-icon {
    display: none;
}




/* footer responsive  */

@media (max-width:1024px) {
    .footer-column:not(:first-child) {
        padding-left: 100px;
    }

    p.foot-main-menu {
        font-size: 18px;

    }

    .footer-column a {
        font-size: 17px;
    }

    .address {
        font-size: 15px;
        line-height: 25px;
    }

    .cnt-img-right {
        padding-left: 0px;
    }

    .abt-bx-img img,
    .cnt-img-left img,
    .cnt-img-right img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .form-outer-wrap {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .site-logo {
        width: 170px;
    }

    .footer-column {
        width: 100%;
    }

    .footer-column:not(:first-child) {
        padding-left: 0px;
    }

    .foot-logo {
        width: 50%;
    }

    .foot-row {
        flex-direction: column;
    }

    .address br {
        display: none;
    }

    .foot-social {
        padding: 0px 0 6px 0px;
    }

    .btm-ft {
        justify-content: center;
        flex-direction: column;
    }
}

.menu-list {
    font-family: 'AgenorNeue' !important;
}

.form-outer-wrap {
    width: 60%;
    background: var(--mastercolor);
    padding: 50px 30px;
    border-radius: 10px;
}

.name-fields input {
    width: 50%;
}

.name-fields {
    gap: 20px;
}

.input-field-full input,
.input-field-full textarea {
    width: 100%;
}

input {
    border: none;
    outline: none;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 20px;
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    color: var(--gray);
}

textarea {
    height: 150px;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    color: var(--gray);
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.frm-right-cnt img {
    width: 325px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

a.frm-btn {
    margin-top: 20px;
    background: var(--gray);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 10px;
    text-decoration: none;
    gap: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color: var(--mastercolor);
    letter-spacing: 1px;
    transition-duration: 0.3s;
    transition: 0.3;
}

span.frm-title {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.form-title {
    margin-bottom: 25px;
}

a.frm-btn:hover {
    background-color: var(--text-white);
    transition: 0.3;
}

.frm-right-cnt {
    padding-left: 60px;
}

.form-right-sc {
    width: 40%;
    position: relative;
}

.frm-right-cnt p {
    margin-top: 20px;
}

.menu-item{
    position: relative;

}
.menu-list.active:after {
    content: '';
    width: 41px;
    height: 2px;
    background-color: var(--text-white);
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translate(-50%, 0);
    left: 50%;
    border-radius: 60px;
}

.menu-list.active{
    color: var(--text-white);
}

.foot-mob a {
    font-family: 'Poppins';
    font-weight: 300;
}

@media (max-width:767px){
    .pb-0{
        padding-bottom: 0;
    }
}

@media (max-width:991px){
    .connect-section:after, 
    .vector-one:after{
        right: 0;
        display: none;
    }
}