@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Inter', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 15px;
    border: unset;
    font-weight: 400;
    border-radius: 10px;
    color: #033F2D;
    z-index: 1;
    background: #F0E20A;
    position: relative;
    font-size: 15.3px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 10px;
    background-color: #033F2D;
    z-index: -1;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 850ms;
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme_btn:hover img{filter: brightness(0) saturate(100%) invert(100%) sepia(69%) saturate(321%) hue-rotate(66deg) brightness(122%) contrast(99%);`}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Inter', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Inter', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Inter', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Inter', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Inter', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Inter', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 20px 10px;
    margin: 50px 150px 0 150px;
    background: #ffffff10;
    border-radius: 20px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0px 25px;
    font-size: 15.1px;
    font-weight: 400;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #eee12e;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


section.main_banner {
    position: relative;
    height: 110vh;
}

section.main_banner img.ban_img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


.mini {
    font-size: 13px;
    font-weight: 400;
    color: #033F2D;
    background: #ffffff10;
    display: inline-block;
    padding: 10px 20px 10px 40px;
    border-radius: 50px;
    position: relative;
}


.mini:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 20px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #eee12e;
}


.bann_txt h1 {
    font-size: 62px;
    font-weight: 400;
    color: #fff;
    padding: 0 350px;
}

.bann_txt {
    text-align: center;
    padding: 230px 0 0 0;
}


.para {
    font-size: 14px;
    color: #484C44;
    line-height: 25px;
    font-weight: 400;
}


.bann_txt p {
    color: #fff;
    padding: 0 460px;
}


.bann_txt h6 {
    color: #fff;
}

.theme_btn1 img{}


.main_banner .btns_wrp {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin: 40px 0 0 0;
}

a.theme_btn1 {
    padding: 5px 15px;
    font-weight: 400;
    border-radius: 10px;
    color: #fff;
    z-index: 1;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15.3px;
}


.bann_txt ul {
    display: flex;
    margin: 0;
    align-items: end;
    gap: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}


.padd {
    padding: 80px 0;
}


/* Container */
.progress-box {
    width: 100%;
    margin-bottom: 30px;
}

/* Title Row */
.progress-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #033F2D;
    font-size: 15px;
}

/* Background Bar */
.progress-bar {
    width: 100%;
    height: 8px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

/* Fill Bar */
.progress-fill {
    height: 100%;
    width: 0;
    background: #eee12e;
    border-radius: 10px;
    animation: fillAnimation 2s ease forwards;
}

/* Different widths */
.fill-90 { animation-delay: 0.2s; }
.fill-95 { animation-delay: 0.4s; }

/* Keyframes */
@keyframes fillAnimation {
    from { width: 0; }
    to { width: var(--width); }
}



.head {
    font-size: 44px;
    color: #033F2D;
    font-weight: 400;
    line-height: 52px;
}


.left_dib h1 {
    font-size: 44px;
    font-weight: 700;
    color: #033F2D;
    margin: 0 0 5px 0;
}

.left_dib {
    text-align: center;
    padding: 0 0px;
    width: 30%;
}

.left_dib p {
    margin: 0;
    padding: 0;
}

.right_dib p {
    color: #484C44;
}

.right_dib p img {
    margin: 0 10px 0 0;
}

.abt_txt .d-flex {
    margin: 40px 0;
}

.about_sec .btns_wrp {
    display: flex;
    gap: 25px;
    margin: 50px 0 0 0;
}

.about_sec .btns_wrp a.theme_btn1{}

.about_sec .btns_wrp a.theme_btn1 p {font-size: 19px;color: #033F2D;margin: 0;line-height: 1.5;}
.about_sec .btns_wrp a.theme_btn1 p span{
    display: block;
    font-size: 14px;
    color: #484C44;
}

.servi_left {
    padding: 0 520px 0 0;
    margin: 0 0 50px 0;
}


.servi_bx {
    padding: 25px;
    margin: 0 0 10px 0;
    transition: all 900ms;
    border-radius: 10px;
    background: #ffff;
}

.servi_bx .servi_top {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
}

.servi_bx .servi_top .txt_top h4 {
    margin: 0;
    font-size: 18px;
    color: #033F2D;
}

.servi_btm {
    padding: 50px 0 0 0;
    border-top: 2px solid #DDDDDD;
}


.servi_btm p {
    padding: 0 20px 0 0;
    font-size: 15px;
}

.btn_servi a {
    background: transparent;
}

.btn_servi {
    margin: 30px 0 0 0;
}


.servi_bx:hover {
    border: 2px solid #e1e1e1;
    transform: translate3d(0px, -5px, 0px);
    
}


.service_btm {
    text-align: center;
    margin: 30px 0 0 0;
}

.service_btm h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    color: #484C44;
}

.service_btm h6 p {
    margin: 0;
}

.service_btm h6 a {
    color: #eee12e;
    text-decoration: underline;
}



.service_btm h5 {
    color: #033F2D;
    font-size: 19px;
    margin: 0;
}


.why_txt ul.d-flex {
    gap: 20px;
    margin: 30px 0;
}

.why_txt ul.d-flex li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.why_txt ul.d-flex li h6 {
    margin: 0;
    color: #033F2D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}


.why_choose .btns_wrp {
    display: flex;
    gap: 10px;
    margin: 40px 0 0 0;
}




.why_choose a.theme_btn1 p {
    font-size: 19px;
    color: #033F2D;
    margin: 0;
    line-height: 22px;
}

.why_choose a.theme_btn1 p span {
    display: block;
    font-size: 14px;
    color: #484C44;
}

.story_sec ul {
    display: flex;
    margin: 150px 0 0 0;
    padding: 70px 0 0 0;
    border-top: 1px solid #ffffff69;
}

.story_bg {
    padding: 100px 20px;
    margin: 0 0px;
    background: url(../images/story-bg.png);
    background-size: cover;
    background-position: 100%;
    border-radius: 20px;
}


.our_wrpr h6 {
    color: #fff;
}

.our_wrpr h2 {
    color: #fff;
}

.our_wrpr p {
    color: #fff;
}

.our_wrpr {
    padding: 0 140px 0 0;
}


.our_btn {
    text-align: center;
}


.story_sec ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.story_sec ul li h6 {
    margin: 0;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
}


.story_sec ul li:before {
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #ffffff69;
}


.story_sec ul li:nth-child(4):before{display: none;}


.team_wrp {
    text-align: center;
    padding: 0 310px;
    margin: 0 0 70px 0;
}

.team_Sec ul {
    display: flex;
    margin: 0 0 40px 0;
    justify-content: space-between;
    gap: 20px;
}

.team_Sec ul li {position: relative;height: 385px;width: 25%;}

.team_Sec ul li img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 25px;
}


.btm_wrp {
    position: absolute;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 900ms;
}


.btm_wrp h6 {
    color: #033F2D;
    font-size: 19px;
    margin: 0 0 5px 0px;
}

.btm_wrp p.para {
    margin: 0;
    color: #484C44;
}


.team_Sec ul li:hover .btm_wrp {transform: translate3d(0px, -5px, 0px);}


.pro_txt ul {
    display: flex;
    gap: 50px;
    margin: 40px 0;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 40px 0;
}

.pro_txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pro_txt ul li h6 {
    margin: 0;
    font-size: 18px;
    color: #033F2D;
    font-weight: 400;
}

.protected_detail {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 0 0;
}

.protected_detail .item {
    text-align: center;
    padding: 20px 20px;
    transition: all 900ms;
}

.protected_detail .item img {
    margin: 0 0 20px 0;
}

.protected_detail .item h5 {
    color: #033F2D;
    font-size: 19px;
    font-weight: 400;
}

.protected_detail .item h1 {
    color: #033F2D;
    font-size: 40px;
    font-weight: 400;
}


.protected_detail .item p {
    font-size: 14px;
    font-weight: 400;
    color: #484C44;
    margin: 0;
}


.protected_detail .item:hover{ border: 2px solid #e1e1e1;
    transform: translate3d(0px, -5px, 0px);}


.pro_txt_detail {
    height: 670px;
    position: relative;
}

.pro_txt_detail img.pro_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_txt_detail .pro_txt_inner {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
}


.pro_txt_inner a {
    display: flex;
    gap: 20px;
    margin: 0 0 40px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ffffff82;
    align-items: center;
}

.pro_txt_inner a .right_sde h5 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 10px 0;
}

.pro_txt_inner a .right_sde h6 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}


.pro_txt_inner ul {
    margin: 0;
}

.pro_txt_inner ul li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 15px 0;
}

.pro_txt_inner ul li img {
    margin: 0 10px 0 0;
}


.how_wrp {
    text-align: center;
    margin: 0 0 90px 0;
    padding: 0 250px;
}

.how_bx h6 {
    color: #033F2D;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #eee12e;
    vertical-align: middle;
    border-radius: 50%;
    padding: 20px 0;
    text-align: center;
    margin: -30px 0 50px 0;
}

.how_bx {
    text-align: center;
    padding: 0px 20px 20px 20px;
    margin: 0 0 80px 0;
    transition: all 900ms;
}

.how_bx img {
    display: block;
    margin: 0 auto 30px;
    width: 23%;
}


.how_bx h4 {
    color: #033F2D;
    font-size: 19px;
    font-weight: 400;
}

.how_bx p.para {
    margin: 0;
}


.how_bx:hover{ border: 2px solid #e1e1e1;
    transform: translate3d(0px, -5px, 0px);}

.testi_sec {}
.testi_bg {
    background: url(../images/testi-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    border-radius: 20px;
}    



.testi_txt {
    text-align: center;
    padding: 0 330px;
    margin: 0 0 80px 0;
}

.testi_txt h6 {
    color: #fff;
}

.testi_txt h2 {
    color: #fff;
}


.testi_bx {background: #235846;padding: 30px;border-radius: 10px;}

.testi_bx p{
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    padding: 0 40px 0 0;
    margin: 0;
}


.testi_bx img {
    margin: 0 0 50px 0;
    width: auto;
}


.testi_bx ul {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 80px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #ffffff4f;
}

.testi_bx ul li img {
    margin: 0;
}

.testi_bx ul li h5 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.testi_bx ul li h6 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}


.testi_sec .service_btm {
    margin: 70px 0 0 0;
}


.testi_sec .service_btm h6 p {color: #fff; }

.testi_sec .service_btm h5{color: #fff; }


.testi_sec .slick-slide {opacity: 1 !important;margin: 0 12px;}

.testi_sec .slick-dots {bottom: -60px; }

.testi_sec .slick-dots li button:before{color: #FFFFFF;    font-size: 8px;}
.testi_sec .slick-dots li {margin: 0 0px;}
.testi_sec .slick-dots li.slick-active button:before {background: #eee12e;opacity: 1;width: 20px;left: -6px;}
.testi_sec .slick-active {opacity: 1; }
.testi_sec .slick-dots li button:before{content: '';background: #fff;height: 8px;width: 8px;border-radius: 50px;}


.blog_txt {
    text-align: center;
    padding: 0 240px;
    margin: 0 0 70px 0;
}

.blog_box h6 {
    color: #033F2D;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 0 30px 0;
    border-bottom: 2px solid #e1e1e1;
}

.blog_box img.blg_img {
    width: 100%;
    border-radius: 20px;
    margin: 0 0 20px 0;
}


.footerSec {
    background: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 20px 0;
    border-radius: 20px;
    position: relative;
}


ul.smm_icon {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin: 0;
}

ul.smm_icon li {
    padding: 7px 12px;
    border-radius: 10px;
    background: #ffffff10;
}

ul.smm_icon li a {
    color: #fff;
    font-size: 15px;
}

img.footerLogo {
    width: 28%;
}


.ftr_wrp {
    margin: 120px 0 0 0;
}


.ftr_wrp h5 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}

.ftr_wrp p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 50px 0 0;
}

ul.linkList {
    margin: 0;
}

ul.linkList li {
    padding: 0 0 15px 20px;
    position: relative;
}

ul.linkList li a {
    color: #fff;
    font-size: 14px;
}




ul.linkList li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -3px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #eee12e;
}


.footerForm {
    display: flex;
    margin: 30px 0 0 0;
    padding: 5px 10px 5px 10px;
    background: #ffffff20;
    border-radius: 10px;
}


.footerForm input {
    background: transparent;
    border: 0;
    color: #fff;
    height: 45px;
}

.footerForm input::placeholder{color: #fff;}


.footerForm button {
    background: #F0E20A;
    border: 0;
    height: 45px;
    padding: 0px 10px;
    border-radius: 5px;
}

.brdr{
    border-bottom: 1px solid #ffffff60;
    padding: 30px 0 0 0;
}


.footerSec:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 170px;
    height: 1px;
    width: 80%;
    background: #ffffff60;
}


.footerSec hr {
    border-top: 1px solid #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
}


.end_ftr p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.end_ftr ul {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.end_ftr ul li a {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}


.footer_main {
    padding: 0 0 20px 0;
}


html {
    overflow-x: hidden;
}