@charset "UTF-8";
@font-face {
  font-family: "Sofia Pro Bold";
  src: url("../fonts/SofiaPro-Bold.eot");
  src: url("../fonts/SofiaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-Bold.woff2") format("woff2"), url("../fonts/SofiaPro-Bold.woff") format("woff"), url("../fonts/SofiaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro Light";
  src: url("../fonts/SofiaPro-Light.eot");
  src: url("../fonts/SofiaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-Light.woff2") format("woff2"), url("../fonts/SofiaPro-Light.woff") format("woff"), url("../fonts/SofiaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro Regular";
  src: url("../fonts/SofiaProRegular.eot");
  src: url("../fonts/SofiaProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaProRegular.woff2") format("woff2"), url("../fonts/SofiaProRegular.woff") format("woff"), url("../fonts/SofiaProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro Medium";
  src: url("../fonts/SofiaPro-Medium.eot");
  src: url("../fonts/SofiaPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-Medium.woff2") format("woff2"), url("../fonts/SofiaPro-Medium.woff") format("woff"), url("../fonts/SofiaPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArboriaMedium";
  src: url("../fonts/Arboria-Medium.eot");
  src: url("../fonts/Arboria-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Arboria-Medium.woff2") format("woff2"), url("../fonts/Arboria-Medium.woff") format("woff"), url("../fonts/Arboria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.footer {
  padding: 60px 0 0;
  background: #060a0d;
}
.footer .container .topFooter {
  margin: 0 -10px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .container .topFooter .sitemap {
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
}
.footer .container .topFooter .sitemap h6 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer .container .topFooter .sitemap ul li {
  padding: 10px 0;
  color: #fff;
  font-family: "Sofia Pro Light";
}
.footer .container .topFooter .sitemap ul li a {
  display: inline-block;
  line-height: 1;
}
.footer .container .topFooter .sitemap .contbk {
  padding: 10px 0;
}
.footer .container .topFooter .sitemap p {
  color: #85B09A;
  font-family: "Sofia Pro Medium";
  line-height: 24px;
}
.footer .container .topFooter .sitemap p a {
  display: block;
  font-family: "Sofia Pro Light";
  color: #fff !important;
}
.footer .container .topFooter .sitemap p a:hover {
  color: #85B09A !important;
}
.footer .container .topFooter .sitemap.social ul {
  margin-top: 10px;
}
.footer .container .topFooter .sitemap.social ul li {
  padding: 0 15px;
  font-size: 24px;
}
.footer .container .topFooter .sitemap.social ul li:first-child {
  padding-left: 0;
}
.footer .container .btmFooter {
  color: #fff;
  padding: 32px 0;
  font-size: 15px;
  font-family: "Sofia Pro Light";
}
.footer .container .btmFooter ul li {
  padding: 0 10px;
  position: relative;
}
.footer .container .btmFooter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  width: 1px;
  background: #fff;
}
.footer .container .btmFooter ul li:first-child:before {
  display: none;
}
.footer .container .btmFooter ul li:first-child {
  padding-left: 0;
}
.footer a:hover {
  color: #85B09A !important;
}

/* home page style starts */
img {
  max-width: 100%;
}

p,
* {
  margin: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  color: inherit;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

#wrapper {
  overflow-x: hidden;
}

.container {
  max-width: 1750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Sofia Pro Light";
  font-size: 18px;
  font-weight: 400;
  color: #060A0D;
  background: #ffffff;
}

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.justify-content-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.justify-content-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

.align-content-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}

a {
  color: inherit !important;
}

.header {
  background: #01011a;
}
.header .container {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .container .logo {
  width: 244px;
}
.header .container .menu ul li {
  padding: 0 30px;
  font-family: "Sofia Pro Bold";
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.header .container .menu ul li.active {
  color: #6B8D73;
}
.header .container .headerbtn .btn {
  width: 140px;
  height: 40px;
  text-transform: capitalize;
  margin-left: 15px;
  padding: 0;
  text-align: center;
  line-height: 40px;
}
.header .container .headerbtn .btn.login {
  border: 2px solid #FFFFFF;
  line-height: 36px;
  background: transparent;
}

.btn {
  font-size: 16px;
  font-family: "Sofia Pro Bold";
  color: #fff !important;
  background: #6B8D73;
  height: 60px;
  text-transform: uppercase;
  line-height: 60px;
  display: inline-block;
  padding: 0 60px;
  border-radius: 5px;
}

h1 {
  font-family: "Sofia Pro Bold";
  font-size: 70px;
  line-height: 1;
  color: #FFFFFF;
}

h6 {
  font-family: "Sofia Pro Bold";
  font-size: 16px;
  color: #85B09A;
}

.main-content {
  position: relative;
  z-index: 13;
}

.banner {
  margin-bottom: 0 !important;
  color: #fff;
  position: relative;
}
.banner .bannerSlide {
  position: relative;
  font-size: 0;
  height: 900px;
}
.banner .bannerSlide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.banner .bannerSlide .bannerTxt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.banner .bannerSlide .bannerTxt h1 {
  padding-bottom: 25px;
}
.banner .bannerSlide .bannerTxt p {
  padding-bottom: 50px;
  font-size: 26px;
  line-height: 1.3;
}
.banner .bannerSlide .bannerTxt .container {
  padding: 0 145px;
}
.banner .bannerSlide .bannerTxt .btn {
  margin-right: 20px;
}
.banner .bannerSlide .bannerLogo {
  padding-bottom: 20px;
}
.banner .bannerSlide .bannerLogo .icon img {
  width: auto;
  height: auto;
}
.banner .bannerSlide .bannerLogo .iconTxt {
  padding-left: 15px;
}
.banner .bannerSlide .bannerLogo .iconTxt h5 {
  font-size: 21px;
  letter-spacing: 3.44px;
  color: #FFFFFF;
  font-family: "GothamMedium";
}
.banner .bannerSlide .bannerLogo .iconTxt p {
  padding-bottom: 0;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Sofia Pro Light";
}
.banner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: transparent linear-gradient(180deg, #060A0D00 0%, var(--unnamed-color-060a0d) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #060A0D00 0%, #060A0D 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  height: 300px;
  z-index: 1;
}

.slick-next,
.slick-prev {
  z-index: 9;
}

.slick-prev {
  left: 100px;
}

.slick-next {
  right: 100px;
}
h3 {
  font-size: 26px;
  font-family: "Sofia Pro Bold";
  color: #6B8D73;
  line-height: 1;
}

h4 {
  font-size: 22px;
  font-family: "Sofia Pro Bold";
  color: #85B09A;
  line-height: 1;
}

.link-text {
  font-size: 16px;
  font-family: "Sofia Pro Medium";
  position: relative;
  display: inline-block;
}

.link-text:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}

.perform-list {
  background: #060A0D;
  color: #fff;
  padding: 100px 0;
}
.perform-list ul {
  margin: 0 -15px;
}
.perform-list ul li {
  padding: 30px 15px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
}
.perform-list ul li.listBox .listIcon {
  margin-bottom: 35px;
}
.perform-list ul li.listBox .listIcon img {
  max-width: 80px;
}
.perform-list ul li.listBox .listTxt h3 {
  color: #fff;
  padding-bottom: 10px;
}
.perform-list ul li.listBox .listTxt p {
  line-height: 1.5;
  padding-bottom: 35px;
}

.fx-head {
  max-width: 850px;
  margin: 0 auto;
}
.fx-head h3 {
  color: #6B8D73;
  padding-bottom: 20px;
}

.absIcon {
  position: absolute;
  right: -190px;
  top: -200px;
}

.fx-plus {
  padding: 125px 0;
  position: relative;
}
.fx-plus .fx-head {
  padding-bottom: 120px;
}
.fx-plus .absIcon {
  position: absolute;
  right: -190px;
  top: -200px;
}

.simply-bots {
  margin: 0 -10px;
}
.simply-bots .botsBox {
  flex: 0 0 33%;
  max-width: 33%;
  padding: 0 10px;
}
.simply-bots .botsBox .botBox_in {
  background: url("../images/bocBG.jpg");
  padding: 55px 40px 28px;
}
.simply-bots .botsBox .botBox_in .botIcon {
  text-align: center;
  margin-bottom: 40px;
}
.simply-bots .botsBox .botBox_in .botIcon .iconImg {
  margin-bottom: 20px;
}
.simply-bots .botsBox .botBox_in .botIcon h3 {
  font-size: 28px;
  font-family: "GothamMedium";
  letter-spacing: 4.48px;
  line-height: 1;
  padding-bottom: 5px;
  color: #060A0D;
}
.simply-bots .botsBox .botBox_in .botIcon p {
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: 16px;
}
.simply-bots .botsBox .botBox_in .botTxt h4 {
  padding: 8px 0;
}
.simply-bots .botsBox .botBox_in .botTxt p {
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
}
.simply-bots .botsBox .botBox_in .botTxt .btn {
  margin-top: 35px;
  width: 100%;
  text-align: center;
}

.simplyBest {
  background: #85B09A;
  padding: 100px 0 120px;
}
.simplyBest .container {
  max-width: 1170px;
}
.simplyBest .container h3 {
  padding-bottom: 20px;
  color: #0D291C;
}
.simplyBest .container p {
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  padding-bottom: 10px;
}
.simplyBest .container p:last-child {
  padding-bottom: 0;
}
.simplyBest .container p span {
  font-style: italic;
  font-size: 16px;
}

.as-seen {
  padding: 110px 0;
}

.fLogo a {
  display: block;
}

.getTouch {
  position: relative;
  background: url("../images/banner.jpg");
  background-size: cover;
  padding: 80px 0 100px;
}
.getTouch .absIcon {
  position: absolute;
  left: -190px;
  top: -70px;
}
.getTouch .absIcon img {
  max-height: 400px;
}
.getTouch .getTouchIn {
  max-width: 590px;
  padding: 0 15px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 3;
}
.getTouch .getTouchIn h3 {
  color: #fff;
}
.getTouch .getTouchIn p {
  padding-bottom: 40px;
}
.getTouch:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: transparent linear-gradient(180deg, #060A0D00 0%, var(--unnamed-color-060a0d) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #060A0D00 0%, #060A0D 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  height: 140px;
  z-index: 1;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.form-group select,
.form-group .form-control {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  background: #fff;
  border: 0;
  outline: none;
  padding: 0 20px;
  color: #999999;
  font-size: 16px;
  font-family: "Sofia Pro Light";
}
.form-group textarea.form-control {
  height: 150px;
  padding: 10px 20px;
}

input[type=submit] {
  border: 0;
  outline: none;
  cursor: pointer;
  height: 60px;
  width: 270px;
}

.slick-next::before,
.slick-prev::before {
  content: "";
  opacity: 1;
  font-family: "FontAwesome";
  font-weight: 300;
  font-size: 28px;
}

.slick-next::before {
  content: "";
}

.slick-dots {
  border: 40px;
  z-index: 10;
}

.slick-dots li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
}

.slick-dots li.slick-active {
  background: white;
}

.slick-dots li button {
  display: none;
}

.logIn {
  border: 2px solid #FFFFFF;
  line-height: 36px;
  background: transparent;
  line-height: 54px;
}

.keyFacts {
  background: #060A0D;
  color: #fff;
  padding: 100px 0 120px;
  position: relative;
}
.keyFacts .absIcon {
  position: absolute;
  right: -190px;
  top: -300px;
}
.keyFacts .absIcon img {
  max-height: 560px;
}
.keyFacts h3 {
  color: #fff;
  padding-bottom: 40px;
}
.keyFacts .container .key-fact-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 35px;
}
.keyFacts .container .key-fact-left h3 {
  padding-bottom: 0;
}
.keyFacts .container .key-fact-left p {
  padding: 10px 0 30px;
}
.keyFacts .container .key-fact-left p + p {
  padding-top: 0;
}
.keyFacts .container .key-fact-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 230px;
  position: relative;
}
.keyFacts .container .key-fact-right:before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
}
.keyFacts .container .key-fact-right .keyfacts {
  margin-bottom: 10px;
}
.keyFacts .container .key-fact-right .keyfacts .keyIcon img {
  max-width: 60px;
}
.keyFacts .container .key-fact-right .keyfacts .keyTxt {
  padding-top: 18px;
  padding-left: 20px;
}
.keyFacts .container .key-fact-right .keyfacts .keyTxt h4 {
  padding-bottom: 8px;
  color: #fff;
}
.keyFacts .container .key-fact-right .keyfacts .keyTxt p {
  padding-bottom: 20px;
}

.sensex-slide {
  padding: 5px 0;
  border-bottom: 1px solid gray;
}
.sensex-slide img {
  width: 100%;
}

.performance {
  padding: 100px 0 120px;
}
.performance .fx-head h3 {
  padding-bottom: 10px;
}
.performance .fx-head p {
  padding-bottom: 30px;
}

.months ul {
  margin-bottom: 35px;
}
.months ul li {
  border-radius: 20px;
  background: #F5F5F5;
  height: 40px;
  width: 100%;
  padding: 0 32px;
  line-height: 40px;
  font-family: "Sofia Pro Bold";
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}
.months ul li .monthFill {
  border-radius: 20px;
  background: #85B09A;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.months ul li .monthFill p {
  position: absolute;
  right: -38px;
  top: 45%;
  transform: translateY(-50%);
  padding: 0;
  color: #6B8D73;
}
.months ul li p {
  z-index: 4;
  position: relative;
  padding: 0;
}

.concept {
  border-radius: 30px;
  background: #FFFFFF;
  color: #2C5697 !important;
}

.cover-pg {
  background: #081F2C;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.cover-pg .coverContent {
  max-width: 710px;
  width: 100%;
  padding: 0 15px;
  color: #fff;
}
.cover-pg .coverContent h2 {
  padding-bottom: 30px;
  font-size: 48px;
  font-family: "ArboriaMedium";
}
.cover-pg .coverContent p {
  padding-bottom: 30px;
}
.cover-pg .coverContent .btn {
  margin-top: 30px;
}

.skyCircle {
  width: 680px;
  height: 680px;
  background: #00B2A9;
  border-radius: 50%;
  position: absolute;
  top: -76px;
  left: -390px;
}

.clearicon {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.clearicon img {
  max-height: 50px;
}

/*# sourceMappingURL=main.css.map */
