
 #body .container{
    max-width: 1300px !important;
}

body{
    font-family: 'Lato', sans-serif !important;
}

.a-font{
    font-family: 'Exo', sans-serif;
}


/*------------ fixed social -------------------*/

.fixed-list{
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.fixed-list li a{
    width: 52px;
    height: 52px;
    line-height: 52px;
    /* border-radius: 100%; */
    text-align: center;
    margin: 3px 0;
    color: #fff;
    display: inline-block;
    font-size: 25px;
}

.fix{
    background-image: linear-gradient(to right top, #2d35b7, #2945c5, #2454d2, #1f62df, #1b71ec);
    
}

.fix2{
    background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    
}

.fix3{
    background: #1bc895;
    
}

.fix4{
    background: #0fdace;
    
}

.fix5{
    background: #0a66c2;
}



.fixed{
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 30%;
}





/*---------------- top navigation ----------------------*/

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    /* margin-left: 20px; */
    margin-right: 25px;
    
}

.top-list li a i {
    color: #ffffff;
    font-size: 13px;
    margin-right: 10px;
    transform: translateY(1px);
}

.top-list2{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.top-list2 li a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-right: 18px;
}

.top-navigation .container-fluid{
    padding: 0 100px !important;
}

.top-panel {
    /* background: url(../images/top-bg.png) no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    padding: 6px 0;
    background: #1c272a;
}

.top-container{
    width: 80%;
    margin: 0 auto;
}



/*------------- navigation ----------------*/

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: black; */
    /* box-shadow: 0px 2px 17px 6px #dedddd; */
    box-shadow: 0 6px 17px -6px #abaaaa;
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }

  h5.logo-header {
    margin-bottom: 0;
    color: #1c272a;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    margin-top: 50px;
    margin-left: 16px;
    font-size: 25px;
    /* letter-spacing: 1px; */
}

.top-navigation .navbar .nav-container {
    width: 80%;
    margin: 0 auto;
}

.top-navigation .navbar{
    background-color: #fff !important;
    padding: 0 0 !important;
}

.top-navigation .navbar .navbar-nav li a {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    /* padding-right: 30px; */
    padding-left: 25px;
}

.top-navigation .navbar .navbar-nav li a i {
    color: #fc7011;
    font-size: 16px;
    transform: translateY(-1px);
    margin-right: 4px;
}

.top-navigation .navbar .navbar-nav li a:hover{
    color: #fc7011;
}


a.navbar-brand img {
    width: 115px;
}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.nav-list li a{
    display: inline-block;
}

.nav-list li a i {
    color: #000;
    transform: translateY(12px);
    margin-right: 35px;
    font-size: 14px;
}

a.nav-btn {
    background-color: #fc7011 !important;
    color: #fff;
    padding: 10px 40px;
    font-weight: 600;
}


/*------------------- banner --------------------*/

 .bc-img {
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
    
} 

  .bc-img2{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
} 

 .bc-img3{
    background: url(../images/banner-c.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
}  

h5.ban-header {
    color: #fc7011;
    margin-left: 909px;
    font-size: 65px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 81px;
    margin-top: 12%;
}

h5.ban-header span {
    color: #ffffff;
    
}

h5.ban-header2 {
    color: #fc7011;
    margin-left: 779px;
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 90px;
    margin-top: 14%;
}

h5.ban-header2 span {
    color: #ffffff;
    
}

h5.ban-header3 {
    color: #fc7011;
    margin-left: 779px;
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 90px;
    margin-top: 11%;
}

h5.ban-header3 span {
    color: #ffffff;
    
}

/*------------------- al banners --------------------*/

.contact-banner{
    background: url(../images/contact-ban.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.abt-banner{
    background: url(../images/about-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}


/*------------------- contact us --------------------*/

.con-cap {
    padding: 230px 0;
}

.con-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.con-list li a{
    display: flex;

}

.con-list li a h5 {
    font-size: 15px;
    color: #7a7a7a;
    line-height: 26px;
    padding-bottom: 8px;
    font-weight: 400;
    padding-right: 70px;
    margin-bottom: 14px;
}

.con-list li a h5:last-child {
    padding-bottom: 0;
}

.con-list li a i {
    color: #fc7011;
    transform: translateY(7px);
    margin-right: 13px;
}

h5.con-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.con-1 {
    background: #ffffff;
    box-shadow: 0px 4px 12px 0px #d7d7d7;
    padding: 30px;
    min-height: 309px;
    /* border: 1px solid #ddd; */
}

h4.con-header {
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 400;
    
    margin-top: 60px;
    margin-bottom: 30px;
}

 /* .get-1 .form-get-bg .form-get-box .form-grp-1 .form-control {
    background: initial;
    border-radius: initial;
    border: initial;
    border-bottom: 1px solid #818a91;
    height: initial;
    padding: 0;
} */

/* .get-1 .form-get-bg .form-grp-1 .msg {
    resize: none;
    border: 1px solid #9b9898;
    height: 107px;
} */

/* .get-1 .form-get-bg .form-grp-1 .msg-label {
    color: #8a8a8a !important;
    margin-bottom: 15px;
}

.get-1 .form-get-bg .form-get-box .form-grp-1 label {
    color: #8a8a8a !important;
    margin-bottom: 0px;
}

.get-1 .form-get-bg .form-get-box .form-grp-1 {
    margin-bottom: 26px;
}

input.get-link {
    border: initial;
    background: #022d52;
    color: #fff;
    font-size: 17px;
    padding: 9px 25px;
    margin-top: 25px;
} */

/*------------------- about us --------------------*/


 

.abt-bg {
    background: #f4f4f4;
    padding: 68px 0;
    margin-top: 100px;
}

.abt-img {
    width: 100%;
    height: 353px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 30px;
}

.abt-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

h5.abt-heading {
    font-size: 16px;
    color: #e87c05;
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
    border-bottom: 2px solid #e87c05;
    display: inline-block;
}

/* h5.abt-heading::before {
    content: "";
    width: 27px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 15px;
    left: 0;
} */

.abt-heading2 {
    font-size: 27px;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 0px;
    /* padding-left: 200px; */
    /* padding-right: 200px; */
    font-weight: 600;
    color: #12273a;
}

p.abt-para {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    color: #6c6c6c;
}

a.abt-link {
    display: inline-block;
    background: #022d52;
    color: #fff;
    font-weight: 500;
    
    padding: 8px 30px;
    transition: all .5s ease-in-out;
}

a.abt-link:hover{
    color: #fff;
    background-color: #f56600;
    text-decoration: none;
}

.abt-bottom {
    margin-bottom: 25px;
}

.abt-rt {
    width: 95%;
    margin-left: 20px;
    margin-top: 55px;
}
/*------------------- core business --------------------*/



h5.core-title {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px;
}

h5.core-title::before {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #e87c05;
    position: absolute;
    bottom: -10px;
    left: 45px;
}

.c-before{
    position: relative;
}

.c-before::after {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 30px;
}

p.core-para {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #e5e5e5;
}

.core-icon img {
    width: 55px;
}

a.core-link {
    /* background-color: #eaf0f4; */
    display: inline-block;
    padding: 10px 34px;
    /* box-shadow: 0 3px 12px rgba(2, 45, 82, 0.5); */
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    border: 1px solid #fff;
}

a.core-link:hover{
    color: #ffffff;
    text-decoration: none;
}

.c-color3{
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.c-color3:hover{
    color: #000000 !important;
}

.c-prgh {
    color: #555555 !important;
}

a.core-link i{
    margin-left: 6px;
}

.core-box {
    /* box-shadow: 0 0 30px rgba(0,0,0,.15); */
    padding: 50px 20px;
    text-align: center;
    background: #1c272a;
    min-height: 371px;
    margin-top: 50px;
    border-radius: 15px;
}

.c-color {
    background-color: #dedede !important;
}

.c-color2{
    background-color: #fc7011 !important;

}

.c-ico{
    filter: brightness(0) saturate(100%) invert(52%) sepia(49%) saturate(3809%) hue-rotate(353deg) brightness(101%) contrast(98%);
}

.c-font{
    color: #000 !important;
}

.c-container{
    width: 80%;
    margin: 0 auto;
}

/*------------------- divisons --------------------*/

.d-img {
    width: 100%;
    height: 462px;
    overflow: hidden;
    float: left;
    position: relative;
    
}

.d-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.d-img::before {
    content: url(../images/d-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.d-box {
    background: #f0f5f8;
    padding: 125px 70px;
    margin-left: -30px;
    /* margin-top: 40px; */
}

h5.d-header a {
    
    color: #022d52;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 20px;
    display: inline-block;
}

p.d-para {
    font-size: 15px;
    color: #4f4d4d;
    line-height: 26px;
    margin-bottom: 30px;
    
}

a.d-link {
    display: inline-block;
    background: #022d52;
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding: 8px 30px;
    transition: all .5s ease-in-out;
}

a.d-link:hover{
    color: #fff;
    background-color: #f56600;
    text-decoration: none;
}

.divisons{
    margin-top: 100px;
}

.d-box2 {
    background: #f0f5f8;
    padding: 125px 70px;
    margin-right: -30px;
    
}


.d-img2 {
    width: 100%;
    height: 462px;
    overflow: hidden;
    float: left;
    position: relative;
    
}

.d-img2 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.d-img2::before {
    content: url(../images/d-bg2.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}




.career{
    margin-top: 70px;
}

.career .container-fluid {
    padding: 0 100px !important;
}

p.ca-para {
    margin-top: 20px;
}

h4.ca-header {
    font-size: 65px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 18px;
}

a.ca-link {
    display: inline-block;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 48px;
    font-size: 17px;
}

a.ca-link:hover{
    color: #fff;
    text-decoration: none;
}

p.i-para a {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
}

p.i-para a:hover{
    text-decoration: none;
}

.ca-contain {
    margin-top: 40px;
}



.i-img img{
    width: 100%;
}

.i-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 60px;
}

h5.i-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}

h4.i-title2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 12px;
}

p.i-para {
    color: #fff;
    font-size: 18px;
}

a.i-link {
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

a.i-link i{
    font-size: 14px;
    margin-left: 8px;
}

.i-link:hover{
    text-decoration: none;
    color: #fff;
}

/*------------- investors ----------------*/

.in-bg {
    background: url(../images/in-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0;
}

.in-bg2 {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 40px;
    border: 2px solid #fff;
    min-height: 380px;
}

h5.in-header {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.in-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.in-list li a {
    color: #fff;
    line-height: 70px;
    display: inline-block;
    font-size: 15px;
}

.in-list li a:hover{
    text-decoration: none;
}

.in-list li a img {
    width: 40px;
    margin-right: 14px;
}

.in-list li a i {
    font-size: 8px;
    margin-right: 12px;
}


.in-list2{
    margin: 0;
    padding: 0;
    list-style: none;

}

.in-list2 li a {
    color: #fff;
    line-height: 72px;
    display: flex;
}

.in-list2 li a:hover{
    text-decoration: none;
}

.in-list2 li a h5 {
    font-size: 15px;
    line-height: 25px;
}

.in-list2 li a i {
    font-size: 8px;
    margin-right: 15px;
    transform: translateY(8px);
}

.in-list2 li {
    padding-bottom: 8px;
}

.in-list2 li:last-child{
    padding-bottom: 0;
}

.in-list3{
    margin: 0;
    padding: 0;
    list-style: none;

}

.in-list3 li a{
    display: flex;
}

a.in-icon i {
    color: #fff;
    font-size: 8px;
}

h5.ul-3 {
    color: #fff;
    font-size: 22px;
}

h5.ul-3 i{
   margin: 0 6px;
    font-size: 20px;
}

h5.ul-2 {
    color: #fff;
    font-size: 15px;
}

h5.ul-2 span{
    margin-left: 6px;
}

a.in-icon i {
    color: #fff;
    font-size: 8px;
    /* margin-top: 10px; */
    /* transform: translate(10px, 10px); */
    /* margin-left: 10px; */
    margin-right: 15px;
    transform: translateY(10px);
}

.in-top{
    margin-top: 18px;
}

.in-title{
    font-size: 15px;
    margin-top: 40px;
    color: #fff;
}

.in-header2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
}

a.in-link {
    font-size: 16px;
    display: inline-block;
    color: #022d52;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    padding: 6px 27px;
    background: #fff;
    font-weight: 700;
    margin-top: 15px;
}

.in-top {
    margin-top: 24px !important;
}

.investor {
    margin-top: 70px;
}


/* <!------------------- what ----------------------> */

.w-img img {
    width: 50px;
}

h5.w-header {
    font-size: 35px;
    font-weight: 600;
    color: #022d52;
    margin-bottom: 0;
}

h5.w-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
}

p.w-para {
    color: #686868;
}

.w-box {
    background: #fff;
    padding: 25px 35px;
    box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 10%);
    margin-top: 30px;
}

.what {
    margin-top: 70px;
}


/*----------- footer -----------*/

.footer2 {
    background: #dddddd;
    padding: 20px 0;
    /* border-top: 1px solid #939393; */
}

.ftr-cap {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer {
    min-height: auto;
    padding: 50px 0;
    background: #efefef;
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 20px;
    color: #fc7011;
    font-weight: 600;
    margin-bottom: 13px;
    /* margin-top: 30px; */
    position: relative;
    font-family: 'Exo', sans-serif;
}

.ftr-logo a img {
    width: 135px;
}


.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 15px;
    color: #535252;
    line-height: 25px;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    background-color: #ffffff;
    color: #fb7b44;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    /* padding-right: 15px; */
    font-size: 16px;
    /* border: 1px dotted #efefef; */
    /* border: 1px dashed rgba(255, 255, 255, 0.3); */
}

.ftr-ul{
    margin-top: 35px !important;
}

.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #535252;
    padding-bottom: 10px;
}

.ftr-list li a i {
    font-size: 15px;
    color: #fc7011;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #535252;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
    padding-right: 20px;
}


.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 16px;
    /* color: #dbd9d9; */
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #484848;
}

.ftr-list2 li a:hover{
    color: #535252;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #fc7050;
    transform: translatey(6px);
    margin-right: 12px;
    font-size: 15px;
}

.ftr-3 {
    margin-left: 30px;
}

.ftr-4 {
    /* margin-right: 40px; */
    margin-left: -30px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

.ftr-2 {
    margin-left: 100px;
}

.ftr-container {
    width: 63%;
    margin: 0 auto;
}

.click-to-top {
    position: fixed;
    right: 85px;
    bottom: 25px;
    z-index: 999;
}

.click-button {
    background: #901e78;
    border: none;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-block;
    border-radius: 100%;
}

.click-angle {
    /* transform: translate(1px, -2px); */
    font-size: 28px;
    transform: translateY(0px);
    /* line-height: 40px; */
}

h5.p-header {
    color: #ea7606;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
}

p.pro-para {
    font-size: 16px;
    color: #545353;
    line-height: 26px;
    text-align: justify;
}

.p-rt {
    margin-top: 42px;
    margin-left: 30px;
}

.profile {
    margin-top: 60px;
}

.m-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.m-list li a{
    display: flex;
}

.m-list li a h5 {
    font-size: 17px;
    color: #d6d6d6;
    line-height: 28px;
}

.m-list li a i {
    color: #e87c05;
    transform: translateY(7px);
    margin-right: 10px;
}

.m-list li a:hover{
    text-decoration: none;
}

/*----------------- mission ----------------------*/

.mission {
    background: url(../images/m-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 70px 0;
    margin-top: 80px;
}

.m-container {
    width: 85%;
    margin: 0 auto;
}

h5.m-header {
    color: #fff;
}

.m-para{
    color: #fff;
}

.m-text {
    background: rgba(2, 45, 82,85%);
    width: 90%;
    padding: 60px 40px;
    /* margin: 40px 0; */
    min-height: 400px;
}
h5.m-header {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.m-para {
    color: #dfdfdf;
    font-size: 17px;
    line-height: 30px;
}






h3.get-heading {
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 40px;
    position: relative;
    /* font-weight: 600; */
}

h3.get-heading::after {
    content: "";
    width: 67px;
    height: 3px;
    background-color: #fc7011;
    position: absolute;
    /* bottom: -7px; */
    left: 47%;
    bottom: -18px;
    /* margin-bottom: 40px; */
}

p.get-para {
    padding: 0 340px;
    color: #545454;
    line-height: 28px;
}

.form-get-bg .form-get-box .form-grp-1 .form-control {
    height: 50px;
    border-radius: initial;
    padding-left: 25px;
    border: 1px solid #d7d4d4;
}

.form-get-bg .form-grp-1 .msg{
    height: 148px !important;
    resize: none !important;
    padding-left: 25px !important;
    border: 1px solid #d7d4d4;
    border-radius: initial;
}

.form-get-bg .form-grp-1 .form-control::placeholder{
    font-size: 15px;
}

input.get-link {
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 13px 40px;
    margin-top: 10px;
    transition: all 0.5s ease;
    /* width: 100%; */
}

.form-grp-1 {
    margin-bottom: 25px;
}

.from-bg3 {
    background: #ddd;
    padding: 40px;
    padding: 50px;
    background: #fff;
    /* box-shadow: 0px 0px 15px 5px rgba(37, 143, 103, 0.3); */
    margin: 30px 0 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.get-1 {
    margin-top: 60px;
}

.ovr-container {
    width: 60% !important;
    margin: 0 auto;
}

.ftr-gap{
    margin-top: 70px;
}