@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background: #000;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #6eb1f0 #000;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6eb1f0, #000);
  border-radius: 10px;
  border: 2px solid #000;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #000, #6eb1f0);
}

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: 300;
  font-family: 'Outfit';
  font-size: 18px;
  color: #fff;
}


/***** 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: 'gopher-bold';
  src: url(../fonts/gopher-bold.ttf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'gopher-boldItalic';
  src: url(../fonts/gopher-boldItalic.ttf);
  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;
}

.theme-btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 35px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: capitalize;
  font-family: 'Outfit';
  background: rgba(110, 177, 240, 1);
  border: unset;
  font-family: 'gopher-bold';
}

.theme-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.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: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  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: 0px 0;
}

.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: rgba(255, 255, 255, 1);
    padding: 10px 14px;
    font-size: 18px;
    font-family: 'Outfit';
    font-weight: 300;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.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: #28b16d;
}

.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:hover a {}

.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 */




.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 {}
.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: #ffffff00;
}
.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;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}





.top-cont a {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.top-cont a i {
    color: #6eb1f0;
}
ul.top-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0px;
}

ul.top-social li a {
    color: #6eb1f0;
    font-size: 20px;
}
.top-cont.left-no a {
    justify-content: end;
}
.logo {
    position: relative;
}

img.main-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
}

.menuSec .row {
    align-items: center;
}

.topSec {
    padding: 23px 0px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.topSec .row {
    padding: 0px 30px;
}
.container {
    max-width: 1450px;
}
/*Banner Start*/
.banner_text h3 {
    font-size: 18px;
    font-family: 'gopher-boldItalic';
    color: #fff;
    margin-bottom: 10px;
}
section.main_slider {
    padding: 20px 14px;
}

.banner_text h1 {
    font-family: 'gopher-bold';
    font-size: 69px;
    line-height: 76px;
    margin-bottom: 10px;
}

.banner_text p {
    line-height: 32px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 32px;
}

.banner_text h1 span {
    color: rgba(110, 177, 240, 1);
    display: block;
}
.banner_text {
    text-align: center;
}

section.main_slider .row {
    justify-content: center;
}
/*banner End*/


/*Section Who We Start*/

.who-img1 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.who-img2 img {
    border-radius: 20px;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.who-we-sec {
    background: rgba(110, 177, 240, 1);
    padding: 100px 0px;
    margin-top: 90px;
}

.who-img3 img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
}

.who-img3 {
    border: 10px solid #76b2ee;
    border-radius: 30px;
    margin-top: -149px;
}

.who-we-text h3 {
    font-family: 'gopher-boldItalic';
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.who-we-text h2 {
    font-family: 'gopher-bold';
    font-size: 54px;
    color: #ffff;
    margin-bottom: 14px;
}

.who-we-text a.theme-btn {
    background: #fff;
    color: #76b2ee;
    text-transform: capitalize;
}

.who-we-text {
    margin-left: 40px;
}

.who-img4 img {
    border-radius: 20px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.who-img4 {
    margin-top: 11px;
    margin-right: -15px;
}

.who-we-btn {
    margin-top: 40px;
}

.who-we-sec .row {
    align-items: center;
}

.who-we-images-main .row {
    align-items: unset;
}
.who-img2 {
    margin-right: 10px;
    margin-left: -11px;
}

/*Section Who We End*/


/*Section Story Start*/
.heading-main h3 {
    font-family: 'gopher-boldItalic';
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.heading-main h2 {
    font-family: 'gopher-bold';
    font-size: 70px;
    color: rgba(110, 177, 240, 1);
    margin-bottom: 14px;
    line-height: 80px;
}
.heading-main h2 span {
    display: block;
    line-height: 70px;
}

.heading-main {
    text-align: center;
    margin-bottom: 50px;
}

.our-story-main-sec {
    padding: 100px 0px;
}

.story-main-box img {
    width: 100%;
    border-radius: 20px;
    height: 470px;
    object-fit: cover;
}

.story-main-box {
    position: relative;
}
.story-main-box h3 {
    color: #fff;
    font-family: 'gopher-bold';
    font-size: 22px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
}

.story-main-box:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
}
.storyslid .slick-prev:before, .slick-next:before {
    color: #fff;
}


.storyslid .slick-next:before {
    content: '\f105' !important;
    font-family: 'FontAwesome';
    font-size: 26px;
}

.storyslid .slick-next {
    right: -65px;
}
.storyslid .slick-prev:before {
    content: '\f104' !important;
    font-family: 'FontAwesome';
    font-size: 26px;
}

.storyslid .slick-prev {
    right: -65px;
}
.storyslid .slick-prev {
    left: -70px;
}
.storyslid .slick-active {
    opacity: 1;
}
.storyslid .slick-slide {
    margin: 0px 9px;
}
/*Section Story End*/


/*Section Elite Start*/


.elite-txt h2 {
    font-size: 17px;
    font-family: 'gopher-bold';
    color: #fff;
    margin-bottom: 0px;
    line-height: 48px;
}

.elite-txt h5 {
    font-family: 'Outfit';
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 300;
}

.elite-txt p {
    font-size: 22px;
    font-family: 'gopher-bold';
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.elite-txt p span {
    font-size: 20px;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.5);
}

.elite-txt {
    text-align: center;
    margin-top: 20px;
}

.elite-img {
    background: #fff;
    border-radius: 20px;
}

.elite-img img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.elite-main-sec .heading-main h2 {
    color: #fff;
}

.elite-main-sec {
    background: rgba(110, 177, 240, 1);
    padding: 100px 0px;
}
.eliteslid .slick-prev:before, .slick-next:before {
    color: #fff;
}


.eliteslid .slick-next:before {
    content: '\f105' !important;
    font-family: 'FontAwesome';
    font-size: 26px;
}

.eliteslid .slick-next {
    right: -65px;
}
.eliteslid .slick-prev:before {
    content: '\f104' !important;
    font-family: 'FontAwesome';
    font-size: 26px;
}

.eliteslid .slick-prev {
    right: -65px;
}
.eliteslid .slick-prev {
    left: -70px;
}
.eliteslid .slick-active {
    opacity: 1;
}
.eliteslid .slick-slide {
    margin: 0px 9px;
}
.nav-tabs .nav-link {
    font-family: 'gopher-bold';
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 11px;
    padding: 14px 20px;
}

.nav-item {
    padding: unset;
}

.nav-tabs {
    justify-content: space-between;
    border-bottom: unset;
    width: 97%;
    margin: 0 auto;
    margin-bottom: 40px;
    gap: 9px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #76b2ee;
}
/*Section Elite End*/

/*Section Dna Start*/

.dna-text h3 {
    font-family: 'gopher-boldItalic';
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.dna-text h2 {
    font-family: 'gopher-bold';
    font-size: 54px;
    color: rgba(110, 177, 240, 1);
    margin-bottom: 14px;
    line-height: 66px;
}
.dna-img img {
    width: 100%;
    border-radius: 30px;
}

.dna-main-sec {
    padding: 100px 0px;
}

.dna-text p {
    font-size: 17px;
    line-height: 28px;
}

.dna-img img {
    width: 100%;
    height: 360px;
}
.elite-main-sec .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.elite-main-sec .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}
/*Section Dna End*/


/*Section Introducing STart*/

.introducing-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 20px;
}

.introducing-main-box {
    position: relative;
}

.introducing-img:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 20px;
}

.introducing-text h3 {
    color: #fff;
    font-family: 'gopher-bold';
    font-size: 22px;
    margin-bottom: 10px;
}

.introducing-text p {
    color: #fff;
    line-height: 31px;
}

.introducing-text {
    padding: 0px 14px;
    position: absolute;
    bottom: 10px;
}

.introducing-img {
    position: relative;
}

.introducing-main-sec {
    padding: 100px 0px;
    background: #76b2ee;
}

.introducing-main-sec .heading-main h2 {
    color: #fff;
}

/*Section Introducing nEnd*/


/*Section Base Start*/
.base-text h3 {
    font-family: 'gopher-boldItalic';
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.base-text h2 {
    font-family: 'gopher-bold';
    font-size: 54px;
    color: rgba(110, 177, 240, 1);
    margin-bottom: 14px;
    line-height: 66px;
}
.base-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 30px;
    object-position: top;
}
.base-img2 img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 30px;
}
.base-main-sec .row {
    align-items: center;
}
.base-img2 {
    margin-right: 0px;
}

.base-main-sec {
    padding: 100px 0px;
}
.base-text {
    margin-left: 50px;
}
/*Section Base End*/



/*Section Trusted Start*/

.truted-text h3 {
    font-size: 20px;
    color: rgba(110, 177, 240, 1);
    font-family: 'gopher-boldItalic';
}

.trusted-main-sec {
    background: rgba(110, 177, 240, 1);
    padding: 100px 0px;
}

.trusted-main-sec .heading-main h2 {
    color: #fff;
}

.truted-text p {
    color: #000;
    font-size: 16px;
}

.truted-text h5 {
    color: rgba(110, 177, 240, 1);
    font-family: 'gopher-bold';
    font-size: 18px;
}

.trusted-main-box {background: #fff;padding: 30px 30px;border-radius: 20px;}




/*Section Trusted End*/


/*Section Connect Start*/
.connect-text h3 {
    font-family: 'gopher-boldItalic';
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.connect-text h2 {
    font-family: 'gopher-bold';
    font-size: 54px;
    color: rgba(110, 177, 240, 1);
    margin-bottom: 14px;
    line-height: 66px;
}

.connect-field label {
    font-family: 'Outfit';
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 11px;
}

.connect-field input {
    width: 100%;
    background: unset;
    border: 1px solid #ffffff52;
    padding: 16px 10px;
    border-radius: 10px;
    color: #fff;
}

.connect-field input::placeholder {
    font-family: 'Outfit';
    font-size: 17px;
    font-weight: 300;
}

.connect-field {
    margin-bottom: 30px;
}
.connect-field textarea::placeholder {
    font-family: 'Outfit';
    font-size: 17px;
    font-weight: 300;
}
.connect-field textarea {
    width: 100%;
    background: unset;
    border: 1px solid #ffffff52;
    padding: 12px 20px;
    border-radius: 10px;
    height: 170px;
    color: #fff;
}

.connect-img img {
    width: 100%;
    height: 850px;
    object-fit: cover;
    border-radius: 30px;
}

.connect-main-sec {
    padding: 100px 0px;
}

.connect-text p {
    font-size: 16px;
}

.connect-main-sec form {
    margin-top: 40px;
}

.connect-img {
    margin-left: 80px;
}
/*Sectin Connect End*/


/*Footer Start*/
.ft-logo {
    position: relative;
    margin-bottom: 60px;
}

img.ft-logo {
    position: absolute;
    left: 20px;
    top: 40px;
}

.logo-main p {
    width: 84%;
    line-height: 31px;
}

.ft-links h3 {
    font-family: 'gopher-bold';
    font-size: 20px;
    color: #fff;
}

.ft-links ul li a {
    font-family: 'Outfit';
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.ft-links ul li {
    margin-bottom: 10px;
}

.ft-contact ul li a {
    font-family: 'Outfit';
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.ft-contact ul li {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 12px;
    font-size: 18px;
    margin-bottom: 16px;
}

.ft-contact h3 {
    font-family: 'gopher-bold';
    font-size: 20px;
    color: #fff;
}

.ft-btm-row ul li {
    font-family: 'Outfit';
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.ft-btm-row ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.ft-btm-row ul li span {
    color: #ffffffb3;
}

footer .row {
    align-items: flex-end;
}

footer {
    background: rgba(110, 177, 240, 1);
    border-radius: 50px 50px 0px 0px;
}

.ft-btm-row {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding: 15px 0px;
}
ul.ft-socials li a {
    color: #fff;
    font-size: 20px;
}

ul.ft-socials {
    display: flex;
    gap: 10px;
}

ul.ft-socials li a:hover {
    color: #000;
}

.ft-links ul li:hover a {
    color: #000;
    transition: 0.9s;
}

.ft-contact ul li:hover a {
    color: #000;
    transition: 0.9s;
}

.ft-links {
    margin-bottom: 92px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Footer End*/