@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat-Medium";
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** 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;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "American Captain";
    src: url(../fonts/American-Captain.ttf);
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "montserrat.bold";
    src: url(../fonts/montserrat.bold.ttf);
}

@font-face {
    font-family: "montserrat-regular";
    src: url(../fonts/montserrat-regular\ .ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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;
}

.banner_text h1 span {
    font-size: 62px;
    font-weight: 300;
}

h1 {
    font-family: "American Captain";
    font-size: 95px;
    color: #14152d;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "American Captain";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "montserrat.bold";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "montserrat.bold";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "montserrat.bold";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "montserrat.bold";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 16px;
    font-family: "montserrat-regular";
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 87px;
}

.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: #eeeeeec7;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.topSec {
    padding: 11px 0;
    background: #14152d;
}

.menuSection {
    padding: 15px 0;
    background: #4d40fa;
}


/*.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: #000000;
}

.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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}

ul#menu {
    display: flex;
    justify-content: end;
    gap: 260px;
}

.top-bar-left a {
    color: #7a7a87;
}

.top-bar-left::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 31px;
    background: aliceblue;
    left: 145px;
}

.top-bar-left {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}

.top-bar-left a i {
    color: #fff;
    padding-right: 15px;
}

.top-bar-right {
    text-align: end;
}

.top-bar-right a:hover {
    color: #4d40fa;
}

.top-bar-right a {
    color: #7a7470;
    font-size: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0 9px;
}

ul.header-right-btn li a {
    background: #000;
    width: 170px;
    text-align: center;
    height: 62px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 33px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

ul.header-right-btn {
    text-align: end;
}

ul.header-right-btn ::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 56px;
    background: #4d40fa;
    border-radius: 33px;
    left: 3px;
    z-index: -1;
    bottom: 3px;
    transition: 0.5s;
}

ul.header-right-btn li a img {
    padding-left: 28px;
}

ul.header-right-btn a:hover::before {
    width: 92%;
    left: 7px;
    transform: scale(1.05);
}

ul.header-right-btn li a:hover {
    color: #fff;
}


/*header css start */


/*banner css start */

.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-item img {
    width: 100%;
    height: 100vh;
}

.banner_img {
    position: absolute;
    bottom: -97px;
    overflow: hidden;
}

.banner_img img {
    height: 110vh;
    transform: rotate(10deg);
    object-fit: cover;
}

.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: rgb(255 255 255 / 84%);
}

.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_text h1 {
    line-height: 68px;
}

.banner_text h4 {
    color: #4d40fa;
    line-height: 0;
    text-transform: uppercase;
    font-size: 15px;
}

.banner_text p {
    padding: 21px 0;
    color: #555556;
}

a.btn.btn_badam {
    background: #4d40fa;
    color: #000000;
    height: 65px;
    display: flex;
    align-items: center;
    width: 322px;
    border-radius: 40px;
    gap: 33px;
    justify-content: space-evenly;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn.btn_badam img {
    height: auto;
    width: auto;
}

a.btn.btn_badam:before {
    position: absolute;
    content: '';
    background: rgb(255 255 255 / 91%);
    width: 272px;
    height: 59px;
    left: 2px;
    border-radius: 31px;
    z-index: -1;
    transition: 0.5s;
}

a.btn.btn_badam.theme-change {
    /* position: relative; */
    /* transition: 0.5s; */
}

a.btn.btn_badam.theme-change:hover {
    background: #000000;
    right: 0;
    color: #fff;
}

a.btn.btn_badam.theme-change:hover::before {
    width: 98%;
    left: 2px;
    background: #4c3ff7;
    transform: scaleY(1.05);
    height: 55px;
}


/*banner css end*/


/* About_sec Start */

.About_sec {
    padding: 100px 0;
}

.about_text h4 {
    color: #4d40fa;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about_text p {
    padding-bottom: 30px;
    padding-right: 84px;
    color: #0000009c;
}

.about_text a {
    background: #4d40fa;
    color: #000000;
    height: 60px;
    display: flex;
    align-items: center;
    width: 162px;
    border-radius: 40px;
    gap: 22px;
    justify-content: space-evenly;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.about_text a:hover::before {
    background: #000;
    width: 96%;
    transform: scaleY(1.05);
}

.about_text a:hover {
    color: #fff;
}

.about_text a::before {
    position: absolute;
    content: '';
    background: rgb(255 255 255 / 91%);
    width: 121px;
    height: 53px;
    left: 2px;
    border-radius: 31px;
    z-index: -1;
    transition: 0.5s;
}

.about_text a img {
    height: auto;
    width: auto;
}

.about_text {
    position: relative;
    z-index: 1;
    padding: 21px 0;
}

.about_img img {
    width: 100%;
    height: 500px;
    border-radius: 25px;
}

.about_img {
    position: relative;
    z-index: 1;
}

.about_img::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 500px;
    right: 0;
    background: #14152d;
    border-radius: 0px 22px 22px 0;
}

.linkedin {
    position: absolute;
    right: -95px;
    display: flex;
    transform: rotate(270deg);
    align-items: center;
    justify-content: space-around;
    top: 222px;
    gap: 164px;
}

.linkedin h3 {
    font-size: 15px;
    color: #ffffffba;
    font-family: 'Montserrat-Medium';
    font-weight: 200;
    letter-spacing: 3px;
}

.linkedin a i {
    color: #393b3d;
    display: block;
    border: 1px solid;
    height: 40px;
    width: 40px;
    text-align: center;
    justify-content: center;
    border-radius: 25px;
    padding-top: 11px;
}

.linkedin::before {
    position: absolute;
    content: '';
    width: 151px;
    height: 1px;
    background: #393b3d;
    left: 105px;
}

.linkedin a i:hover {
    border-color: #4d40fa;
    background: #4d40fa;
    color: #fff;
}

.Our_mission {
    display: flex;
    background: #4d40fa;
    align-items: center;
    gap: 58px;
    position: absolute;
    left: -125px;
    bottom: -154px;
    border-radius: 0 20px 20px 20px;
    height: 150px;
}

.Our_mission h2 {
    color: #fff;
    font-size: 30px;
    padding-top: 32px;
}

.Our_mission p {
    color: #afa9fd;
    font-size: 14px;
}

.Our_mission img {
    width: 57px;
    height: 59px;
    margin-left: 17px;
    object-fit: cover;
}

.services_sec {
    padding: 100px 0;
}

.our_services {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.our_services_btn a {
    background: #4d40fa;
    color: #000000;
    height: 60px;
    display: flex;
    align-items: center;
    width: 152px;
    border-radius: 40px;
    gap: 21px;
    justify-content: space-evenly;
    position: relative;
    z-index: -1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.our_services_btn a::before {
    width: 108px;
    position: absolute;
    content: '';
    background: rgb(255 255 255 / 91%);
    height: 53px;
    border-radius: 31px;
    z-index: -1;
    transition: 0.5s;
    left: 3px;
}

.our_services_btn a:hover::before {
    background: #000;
    width: 94%;
    left: 4px;
    transform: scaleY(1.05);
}

.our_services_btn a:hover {
    color: #fff;
}

.our_services_btn {
    position: relative;
    z-index: 1;
}

.our_services h4 {
    color: #4d40fa;
    font-size: 18px;
}

.our_services h2 {
    font-size: 40px;
}

.Services {
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.Services_card img {
    height: 369px;
    object-fit: cover;
    width: 100%;
    border-radius: 26px;
    opacity: 0;
}

.Services_card {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    box-shadow: 1px 0 5px 0 #dcdcdc;
    border-radius: 26px;
}

.Services_card::before {
    width: 100%;
    height: 370px;
    position: absolute;
    content: '';
    background: #4d40fac4;
    z-index: 99;
    top: 0;
    left: 0;
    border-radius: 26px;
    opacity: 0;
}

.Services_card_text {
    position: absolute;
    top: 40px;
    left: 22px;
    z-index: 999;
    right: 16px;
}

.Services_card_text h2 {
    font-size: 23px;
    padding-bottom: 11px;
    color: #000000;
}

.Services_card_text p {
    color: #000000a3;
    font-size: 14px;
    line-height: 29px;
    padding-bottom: 15px;
}

.Services_card_text a {
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.Services_card:hover::before {
    opacity: 1.5;
}

.Services_card:hover img {
    opacity: 1;
}

.Services_card:hover * {
    color: #fff;
}

.Services_card_text img {
    height: auto;
    width: auto;
    border-radius: 0;
    padding-bottom: 22px;
    opacity: 1;
}

.Services_card:hover .Services_card_text img {
    filter: brightness(5);
}

.Turning_sec {
    background-image: url(../images/traing.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 200px 0;
}

.Turning_sec::before {
    width: 100%;
    height: 100%;
    background-color: #171830;
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}

.Turning_Experience h4 {
    font-size: 14px;
    color: #fff;
    font-family: 'montserrat.bold';
    text-transform: uppercase;
}

.Turning_Experience h2 {
    font-size: 40px;
    color: #fff;
    padding-top: 4px;
}

.Turning_Experience p {
    color: #ffffff99;
    font-size: 14px;
    padding-bottom: 13px;
    padding-top: 10px;
}

.Turning_Experience a {
    background: #4d40fa;
    color: #ffffff;
    height: 60px;
    display: flex;
    align-items: center;
    width: 322px;
    border-radius: 40px;
    gap: 23px;
    justify-content: space-evenly;
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.Turning_Experience a:before {
    position: absolute;
    content: '';
    background: rgb(6 6 6);
    width: 277px;
    height: 52px;
    left: 2px;
    border-radius: 31px;
    z-index: -1;
    transition: 0.5s;
}

.Turning_Experience a:hover::before {
    width: 94%;
    transform: scale(1.05);
    left: 11px;
}

.Why_chuose_us {
    padding: 100px 0;
}

.Why_chuose_us_text h5 {
    color: #4d40fa;
    font-size: 14px;
    font-family: 'montserrat.bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 11px;
}

.Why_chuose_us_text h2 {
    font-size: 41px;
}

.Why_chuose_us_text p {
    font-size: 15px;
    padding-bottom: 24px;
    padding-top: 5px;
    color: #00000075;
}

.Why_chuose_us_text img {
    width: 100%;
    height: 350px;
    border-radius: 25px;
}

.Why_chuose_us_text {
    padding-top: 33px;
}

.Why_chuose_us_img img {
    width: 85%;
    height: 717px;
    border-radius: 26px;
}

.Excellence img {
    height: 15px;
    width: 11px;
}

.Excellence {
    width: 259px;
    padding: 20px 31px;
    position: absolute;
    right: 91px;
    bottom: 0px;
    z-index: 99;
    background: #fff;
    border-radius: 22px 0 0 0;
}

.Excellence h5 {
    color: #5340fa;
    padding-bottom: 11px;
    font-size: 13px;
    font-family: 'montserrat.bold';
    text-transform: uppercase;
}

.Excellence ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 11px;
    font-weight: 500;
}

.Why_chuose_us_img {
    position: relative;
}

.set_in_touch_form form input {
    width: 100%;
    height: 50px;
    border: 0;
    box-shadow: 0 0 14px 0 #d7d7d7;
    padding: 10px;
    border-radius: 8px;
    color: #000;
}

.set_in_touch_form form input::placeholder {
    font-size: 13px;
    color: #909090;
}

.set_in_touch_form form {
    box-shadow: 0 0 7px 0 #d5d5d5;
    padding: 20px;
    border-radius: 11px;
    background-color: #fff;
}

.set_in_touch_form form textarea {
    width: 100%;
    height: 120px;
    border: 0;
    box-shadow: 0 0 10px 0 #d3d3d3;
    padding: 10px;
    border-radius: 6px;
}

.set_in_touch_form form label {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 5px;
}

.set_in_touch_form form button {
    background: #4d40fa;
    color: #000000;
    height: 60px;
    display: flex;
    align-items: center;
    width: 162px;
    border-radius: 40px;
    gap: 33px;
    justify-content: space-evenly;
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: unset;
}

.set_in_touch_form form button:hover {
    color: #fff;
}

.set_in_touch_form form button:hover::before {
    width: 148px;
    left: 6px;
    background: #000;
    transform: scale(1.05);
}

.set_in_touch_form form button:before {
    position: absolute;
    content: '';
    background: rgb(255 255 255 / 91%);
    width: 121px;
    height: 53px;
    left: 2px;
    border-radius: 31px;
    z-index: -1;
    transition: 0.5s;
}

.set_in_touch_form form textarea::placeholder {
    font-size: 13px;
}

.Get_In_Touch_text h5 {
    font-size: 19px;
    color: #4f42fa;
    text-transform: uppercase;
    font-family: 'montserrat.bold';
}

.Get_In_Touch_text p {
    font-size: 15px;
    color: #0000007a;
}

.Get_In_Touch_text h2 {
    font-size: 46px;
}

.map iframe {
    width: 100%;
    height: 505px;
    position: absolute;
    z-index: 1;
    top: -443px;
}

.map {
    position: relative;
    z-index: 1;
}

.set_in_touch {
    padding: 0px 0 62px;
}

.footerSec {
    background: #14152d;
    padding: 60px 0 0;
}

.footer-btm {
    padding-top: 40px;
}

.footer_logo img {
    width: 100px;
    padding-bottom: 10px;
}

.footer_logo h5 {
    color: #4d40fa;
    font-size: 30px;
    font-family: 'American Captain';
    padding-bottom: 13px;
}

.footer_logo p {
    color: #ffffffb5;
    padding-bottom: 25px;
    font-size: 14px;
}

.foot-links h5 {
    font-size: 30px;
    font-family: 'American Captain';
    color: #4d40fa;
    padding-bottom: 30px;
}

.foot-links ul {
    column-count: 2;
}

.foot-links ul li a {
    padding-bottom: 30px;
    color: #ffffffbd;
    font-size: 14px;
    font-weight: 200;
    font-family: 'montserrat-regular';
}

.follows img {
    width: 135px;
    /* filter: invert(1); */
}

.services_name h5 {
    font-size: 30px;
    font-family: 'American Captain';
    color: #4d40fa;
    padding-bottom: 20px;
}

.services_name ul li a {
    color: #ffffffcc;
    padding-bottom: 25px;
    font-size: 12px;
    font-weight: 200;
}

.footer-contact h5 {
    font-size: 30px;
    font-family: 'American Captain';
    color: #4d40fa;
    padding-bottom: 20px;
}

.footer-contact ul li a {
    font-size: 14px;
    padding-bottom: 40px;
    color: #ffffffc4;
    font-weight: 200;
    font-family: 'montserrat-regular';
}

.footer-contact ul li a i {
    padding-right: 16px;
    color: #4d40fa;
}

.copy-txt {
    text-align: center;
    padding: 18px 0;
    border-top: 1px solid;
}

.copy-txt p {
    color: #ffffffba;
    font-size: 13px;
    font-family: 'montserrat-regular';
    font-weight: 200;
}

.follows {
    display: flex;
    align-items: center;
    gap: 24px;
}

.follows a {
    color: #545566;
    display: math;
    height: 41px;
    width: 41px;
    border: 1px solid;
    text-align: center;
    padding-top: 8px;
    border-radius: 25px;
}

.follows a:hover {
    background: #4d40fa;
    border-color: #4d40fa;
    color: #fff;
}

.set_in_touch_form {
    position: relative;
    z-index: 99;
}

.Down_arrow a img {
    height: 17px;
    width: 11px;
    object-fit: cover;
}

.Down_arrow a {
    background: #fff;
    width: 41px;
    height: 41px;
    display: block;
    text-align: center;
    justify-content: center;
    padding-top: 7px;
    border-radius: 27px;
}

.Down_arrow {
    position: absolute;
    bottom: -5px;
    z-index: 10015;
    left: 738px;
    right: 730px;
}