/* Global css */



/* font-family: "Oswald", sans-serif; */

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    font-family: "Jost", sans-serif;
    background: #fff;
    line-height: 25px;
    color: var(--black);
    font-weight: 400;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--black);
}

a:focus,
a:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    color: var(--black);
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 20px;
}

section {
    width: 100%;
    float: left;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=submit],
button {
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

::-ms-input-placeholder {
    color: #000;
}

::placeholder {
    color: #000;
}

#firstName::placeholder {
    color: #FFF;
    opacity: 1;
}

#LastName::placeholder {
    color: #FFF;
    opacity: 1;
}




:root {
    --white: #ffffff;
    --black: #000000;
    --blue: #3c51a2;
    --red: #ed2133;
}

.btn {
    background-color: var(--red);
    color: #fff;
    font-size: 15px;
    font-family: "Jost", sans-serif;
    line-height: 25px;
    text-transform: uppercase;
    padding: 8px 20px;
    border: none;
    border-radius: 0px;
}


.btn:hover {
    background-color: var(--blue);
    color: #fff;
}



/* End Global css */


/*header*/


/* .custom_header_fixed .header_fixed {
    background: none repeat scroll 0 0 white;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    margin: 0PX AUTO;
    z-index: 99;
    top: 0px;
    border-bottom: 1px solid #cfcbcb;
}
.custom_header_fixed .logo {
    margin: 0;
    text-align: center;
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
-moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
} */


.custom_header_fixed .header_fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 999999;
    transition: 0.80s ease 0s, 0.80s ease 0s;
    -ms-transition: 0.80s ease 0s, 0.80s ease 0s;
    -o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;
    -webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}






/*header end*/



/*menu*/
/* #cssmenu {
    display: flex !important;
    justify-content: center;
} */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    color: var();
    font-weight: 500;
    text-transform: uppercase;
}

/* #cssmenu ul {float: right;} */

/* #cssmenu ul li a i.fa.fa-angle-down {font-size: 20px;} */
#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: var(--red);
}

/* #cssmenu > ul > li:hover
,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover {color:#191933 !important;
-webkit-transition: background .3s ease;-ms-transition: background .3s ease;transition: background .3s ease;} */
/* #cssmenu > ul > li.has-sub > a {padding-right: 30px} */
/* #cssmenu > ul > li:last-child > a {padding-right: 0px;} */
/* #cssmenu > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''} */
/* #cssmenu > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;
height: 8px;background: #ddd;content: '';-webkit-transition: all .25s ease;-ms-transition: all .25s ease;transition: all .25s ease} */

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 9;
}

#cssmenu ul ul li {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #000;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 250px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
    text-transform: uppercase;
}

#cssmenu ul ul li a:hover {
    background: var(--red);
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #000;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:1024px) {
    body.custom_header_fixed .button.menu-opened .open {
        display: block !important;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #fff;
        overflow: hidden;
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding: 10px 35px;
        text-transform: uppercase;
        line-height: 23px;
    }

    #cssmenu ul ul li {
        background: #00 !important;
    }

    #cssmenu ul ul li:hover {
        background: #000 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 0px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: -60px;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #000;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #000;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }

    #cssmenu>ul>li>a {
        padding: 15px 17px;
        background: var(--blue);
        color: #fff;
    }

    .mrnuAndLogo .container {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    #cssmenu ul li i.fa.fa-angle-down {
        display: none !important;
    }

    #cssmenu ul {
        position: relative;
        z-index: 9;
    }

    .top-bar {
        display: initial !important;
    }

    .menu {
        position: absolute;
        right: 0px;
        width: 100%;
    }
}

/*menu end*/



/*top-bar*/
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_fixed {
    border-bottom: 2px solid var(--red);
}

.logo img {
    background: #ffffff;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
    margin: 10px 0 -50px 0px;
    position: relative;
    z-index: 9;
}

/*top-bar end*/





/*Banner*/

.banner-bg img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: inline-block !important;
}

.banner-bg {
    position: absolute;
    left: 26%;
    top: 40%;
    text-align: left;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 477px;
    background: #ffffffd6;
    border-radius: 10px;
    padding: 19px;
}

.banner-bg h1 {
    color: var(--black);
    text-transform: capitalize;
    margin: 0px 0px 10px;
    font-weight: 600;
}

.banner-bg h2 {
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 18px 0px;
    font-weight: 500;
}

#home-slider .owl-nav {
    position: absolute;
    left: 12%;
    bottom: 26%;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    transform: translateX(-50%) translateY(-72%);
    align-items: center;
    max-width: 1170px;
}





#home-slider .owl-nav span {
    background: var(--blue);
    width: 40px;
    color: var(--white);
    height: 40px;
    border-radius: 50%;
    font-size: 40px;
    line-height: 25px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 4px;
}

#home-slider .owl-dots {
    display: none;
}

#home-slider .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px;
    background: var(--white);
    border-radius: 50%;
    transition: all 0.3s ease;
}


#home-slider .owl-dot.active span {
    background: var(--red);
    transform: scale(1.3);
}

#home-slider .owl-dot:hover span {
    background: var(--white);
}

.slider-gsr10 {
    position: absolute;
    bottom: -10px;
    z-index: 9;
    right: 120px;
    z-index: 99;
}

/* .home-silder:after {
    background-image: url(../images/carve.png);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0px;
    z-index: 9;
    background-repeat: no-repeat;
}
.home-silder {
    position: relative;
} */

.home-silder {
    position: relative;
}

.banner-curav {
    position: absolute;
    bottom: -90px;
    z-index: 9;
    left: 0px;
    width: 100%;
}

.banner-curav img {
    width: 100%;
}

/*Banner end*/


/* feel-see-main */
.feel-see-main {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 11;
    padding-top: 70px;
}

.feel-see-midel {
    background-color: var(--blue);
}

.feel-left {
    width: 40%;
    margin: -70px 0 0 0px;
}

.see-right {
    width: 40%;
}

.feel-see-midel {
    background-color: #3c51a2e0;
    position: absolute;
    width: 36%;
    margin: 0 auto;
    text-align: left;
    left: 0px;
    right: 0px;
    padding: 20px;
    top: 30px;
}

.feel-see-main img {
    width: 100%;
    border-radius: 13px 13px 0px 0px;
}

.feel-left h3 {
    background: var(--red);
    text-align: center;
    color: #fff;
    padding: 8px 60px;
    font-size: 25px;
    line-height: 40px;
}

.see-right h3 {
    background: var(--red);
    text-align: center;
    color: #fff;
    padding: 8px 80px;
    line-height: 40px;
    font-size: 25px;
}

.feel-see-midel h3 {
    color: #fff;
    font-size: 25px;

    line-height: 35px;
}

.feel-see-midel ul {
    margin: 10px 0 0 25px;
}

.feel-see-midel ul li {
    color: #fff;
    position: relative;
}

.feel-see-midel ul li:after {
    position: absolute;
    top: 6px;
    left: -25px;
    background-image: url(../images/bluet-point.png);
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

/* feel-see-main end */


/* Solutions */

.solutions-tow-img {
    border: 6px solid #fff;
    padding: 10px;
    margin-top: 40px;
}

.solutions h3 {
    text-align: center;
    color: #fff;
}

.solutions-tow-img ul {
    display: flex;
    gap: 10px;
}

.solutions-main {
    display: flex;
    justify-content: flex-end;
    margin: 40px 0 0 0px;
    align-items: center;
    position: relative;
}

.solutions-left-box {
    background: #fff;
}

.solutions-left {
    width: 50%;
    position: absolute;
    z-index: 9;
    left: 0px;
}

.solutions-right {
    width: 55%;
}

.solutions-right img {
    width: 100%;
    border: 8px solid var(--white);
}

.solutions-left-box {
    background: #fff;
    margin-bottom: 12px;
    padding: 20px;
    z-index: 1;
}

.solutions-left-box ul li:after {
    position: absolute;
    top: 6px;
    left: -25px;
    background-image: url(../images/bluet-point.png);
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.solutions-left-box ul li {
    position: relative;
}

.solutions-left-box ul {
    margin: 0 0 12px 27px;
}

.solutions-left-box h4 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: var(--blue);
    margin-bottom: 12px;
}

.solutions-left-box h5 {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    color: var(--black);
    margin-bottom: 12px;
}

.solutions-btn {
    text-align: center;
    margin-top: 50px;
}

/* Solutions end */

/* about-us */
.about-us-main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.about-us-img {
    width: 60%;
    position: relative;
}

.about-us-text {
    width: 40%;
}

.about-us-img img {
    width: 100%;
}

.about-us-text h4 {
    margin: 20px 0px 10px;
    color: var(--blue);
}

.about-us-text ul li {
    position: relative;
}


.about-us-text ul li:after {
    position: absolute;
    top: 6px;
    left: -25px;
    background-image: url(../images/bluet-point.png);
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.about-us-text ul {
    margin: 10px 0 20px 27px;
}

.about-us-img ul li:nth-child(1) img {
    width: 80%;
}

.about-us-img ul li:nth-child(2) img {
    width: 60%;
    position: absolute;
    bottom: 1px;
    left: 40%;
    border: 4px solid #fff;
}

/* about-us end */

/* Partners */

.partners-main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.partners-left {
    width: 60%;
}

.partners-right {
    width: 40%;
    border: 1px solid var(--red);

}

.partners-left h3 {
    margin-bottom: 20px;
    color: var(--blue);
}

.partners-left h4 {
    margin-bottom: 14px;
    color: var(--black);
    font-size: 25px;
}

.partners-left p {
    margin-bottom: 20px;
}

/* Partners end */

/* how-to-work */

.how-to-work h3 {
    text-align: center;
    margin-bottom: 20px;
}

.how-to-work img {
    width: 100%;
}

/* how-to-work end */


/* News */

.home-news h3 {
    text-align: center;
    color: var(--white);
    margin-bottom: 30px;
}

.home-slider-box {
    background: #fff;
    min-height: 170px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: -1px 1px 7px 0px #d0d0d0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-slider-box a {
    position: absolute;
    bottom: 0;
}

.home-slider-box p {
    font-weight: bold;
}

.home-slider-box h6 {
    margin-top: 13px;
    font-size: 15px;
}

.new-btn {
    text-align: center;
    margin-top: 30px;
}

.home-news {
    background-repeat: repeat-x;
}

#home-news-slider .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
    display: flex;
    gap: 10px;
    /* width: 100%; */
    justify-content: center;
    /* transform: translateX(-50%) translateY(-72%); */
    align-items: center;
    /* max-width: 1170px; */
}



#home-news-slider .owl-nav span {
    background-image: url(../images/arow-left.png);
    width: 30px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 4px;
    background-repeat: no-repeat;
    font-size: 0px;
}

#home-news-slider button.owl-next span {
    background-image: url(../images/arow-right.png);
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 4px;
    background-repeat: no-repeat;
    font-size: 0px;
}




/* News end */

/* next-generation */
.next-generation {
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-top: 2px solid var(--blue);
}

.next-generation h3 {
    color: var(--blue);
}

/* next-generation end */


/* footer */
.footer-bg {
    background: var(--blue);
    clear: both;
}

.logo-footer {
    text-align: center;
}

.logo-footer img {
    background: #fff;
    padding: 21px;
    border-radius: 0px 0px 10px 10px;
}

.footer-menu ul {
    display: flex;
    padding: 20px 0px;
    justify-content: center;
}

.footer-menu ul li a {
    color: var(--white);
    text-transform: uppercase;
    padding: 2px 19px;
}

.footer-menu ul li a:hover {
    color: var(--red);
}

.footer-menu {
    border-bottom: 1px solid #fff;
}

.copy-right {
    text-align: center;
}

.copy-right p {
    color: var(--white);
}

.copy-right p {
    color: var(--white);
    text-transform: uppercase;
    padding: 10px 0px;
}

/* footer END */

.innerbanner img {
    width: 100%;
}

.innerbanner {
    position: relative;
}

.innerbannertext {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.innerbannertext h1 {
    color: #fff;
    background: var(--red);
    display: inline-block;
    border-radius: 4px;
    padding: 21px 20px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.about-us.inner-about ul li:nth-child(1) img {
    width: 70%;
}

.about-us.inner-about ul li:nth-child(2) img {
    width: 50%;
    left: 49%;
    border: 4px solid #fff;
}


section.about-us-what-we {
    background: #f5f5f5;
}

.about-us-what-we h4 {
    margin: 20px 0px 10px;
    color: var(--blue);
}





.about-us-our-story h4 {
    margin: 20px 0px 10px;
    color: var(--blue);
}

.about-us-our-story img {
    float: right;
    width: 100%;
    max-width: 350px;
    /* border: 1px solid var(--blue); */
    padding: 10px;
    border-radius: 0;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    box-shadow: 3px 7px 17px 0px #d9d9d9;
}


.contact-form-wrapper {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    clear: both;
}


.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    align-items: flex-end;
}

form.contact-form .form-group {
    gap: 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    flex: 1;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    padding: 12px 14px;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    transition: border 0.3s ease;
}

.form-group input,
.form-group textarea {
    padding: 12px;
    border: none;
    border-bottom: 3px solid var(--blue);
    box-shadow: 2px 2px 0px var(--blue);
    outline: none;
    resize: none;
    font-weight: 500;
}


.contact_map {
    margin: 0 0 -7px 0px;
}

section.contact_map {
    padding-top: 0px;
}

.form-group span {
    color: red;
}

/* ============================ solutions ================ */

.about-us.inner-about.solution-part .text-wrap {
    margin-bottom: 40px;
}

/* ========================= News =========================== */
.news-wrap ul {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}

.news-wrap ul li {
    padding: 20px;
    background-color: #efefef;
    box-shadow: 1px 2px 5px #ccc;
    position: relative;
}

.news-wrap ul h4 {
    font-size: 18px;
    line-height: 28px;
}

.news-wrap ul a.btn {
    margin-top: 20px;
    position: relative;
    bottom: 0;
}


@media screen and (max-width:991px) {
    .news-wrap ul {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width:580px) {
    .news-wrap ul {
        grid-template-columns: auto;
    }
}


/*=================== Sign up page  ======================= */
.signup-container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: auto;
    max-width: 600px;
}

.signup-container h2 {
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}

.signup-container .form-group {
    margin-bottom: 15px;
}

.signup-container label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.signup-container input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}

.signup-container input:focus {
    border-color: #ff416c;
    box-shadow: 0 0 5px rgba(255, 65, 108, 0.3);
}

.signup-container button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background: #ed2133;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.signup-container button:hover {
    background: #3c51a2;
}

.signup-container .login-link {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.signup-container .login-link a {
    color: #ed2133;
    text-decoration: none;
    font-weight: bold;
}

.signup-container .login-link a:hover {
    text-decoration: underline;
}


.copy-right a {
    color: #fff;
}

@media (min-width: 768px) and (max-width:1024px) {
    .partners-left a {
        width: 100%;
        margin-bottom: 11px;
    }
}

@media (max-width: 767px) {
    .partners-left a {
        width: 100%;
        margin-bottom: 11px;
    }
}
