@font-face {
  font-family: 'MADE SAONARA';
  src: url('../fonts/MADESAONARA.woff2') format('woff2'),
      url('../fonts/MADESAONARA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Light.woff2') format('woff2'),
      url('../fonts/Nunito-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
      url('../fonts/Nunito-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.woff2') format('woff2'),
      url('../fonts/Nunito-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



body {
  font-size: 16px;
  font-family: 'Nunito';

}
ul, li {
  padding: 0;
  margin: 0;
}
[type="button"] {
  -webkit-appearance: none !important;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 18px;
  font-family: 'Nunito';
  font-weight: normal;
}
p {
  font-size: 16px;
  font-weight: 400;
}

img{
  max-width: 100%;
}

.top-section{
  position: relative;
}

.banner-sec{
  background: url(../images/banner-bg.jpg) no-repeat center top;
  width: 100%;
  padding: 45px 45px 130px 45px;
  background-size: cover;
}

.banner-sec .logo-main{
  margin-bottom:65px ;
}
.banner-img-sec{
  text-align: right;
  padding-right: 40px;
}

.banner-right-sec{
  padding-left: 60px;
}


.banner-sec h1, .banner-sec p , .banner-sec h5{
  color: #FFF;
}

.banner-sec h1{
  margin-bottom: 25px;
}

.banner-sec h5{
  margin-bottom: 35px;
}

.banner-sec p{
  margin-bottom: 35px;
  font-size: 20px;
}

.banner-sec h1{
  font-family: 'MADE SAONARA';
  font-size: 40px;
}

.back-arrow{
 background: url(../images/back-arrow.png) no-repeat  15% center;
  width:95px;
  height:30px;
  cursor: pointer;
  display: inline-table;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 1;
  transition: background-position 0.5s;
    font-family: 'Nunito';
	color:#fff;
	padding: 5px 10px 5px 45px;
	border: 1px solid #fff;
	border-radius:5px;
}
.back-arrow:hover{
color:#fff;
text-decoration:none;
  background-position:4%;
}
.d-fix {

    position: fixed !important;
    background-color: #28315a;
    width: 100px;

    display: inline-table;
    border-radius: 5px;z-index: 99;
}
.home-icon {
    position: absolute;
    right: 25px;
    z-index: 2;
    top: 25px;
	padding: 5px;
    display: inline-table;background: #28315a; border-radius:8px;
}
.home-icon img { width: 25px;
    height: 25px;}
.home-icon:hover{background:#30408A;}



.learn-more-sec{
color:#FFF;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
padding-right: 40px;
display: flex;

}

.learn-more-sec:after{
  background: url(../images/learn-more-arrow.png) no-repeat right center;
  width: 22px;
  height: 16px;
  content: "";
  display: inline-block;
     margin-left: 18px;
    margin-top: 5px;
  transition: transform 0.3s ease-out;
}

.learn-more-sec:hover:after{
  transform: translateX(4px);
}

.learn-more-sec:hover{
  color: #FFF;
  text-decoration:none;
}
.content-wrap{
  max-width: 500px;
}
.banner-sec{
  margin-bottom: 65px;
}

.content-section{
  padding: 50px;
}

.content-section h2{
  font-size: 30px;
  font-weight: bold;
  color: #28315A;
  margin-bottom: 40px;
}

.content-section p{
  color: #28315A;
  font-weight: 400;
}

.leader-area .content-section{
display: flex;
align-items: flex-start;
}

.content-area-3.leader-area .content-section{
  align-items:flex-end;
}

.content-area-1{
 position: relative;
 z-index: 1;
}

.content-area-2{
  background: url(../images/cont-area-2-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 428px;
  margin-top: -40px;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.content-area-2 p{
  font-size: 18px;
}

.content-area-3{
  position: relative;
  z-index: 1;
  margin-top: -60px;
}
.content-area-2 p.slogen {
    font-size:30px;
    text-align: left;font-weight: 500;
    font-style: italic;max-width: 80%;
}

.discover-more{
  background: url(../images/discover-more-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 355px;
  max-width: 1215px;
  margin: 0px auto;
  margin-top:75px ;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 60px;
}

.discover-more:hover{
  text-decoration: none;
}

.link-text {
  width: 80%;
  margin: 0px auto;
  display: block;
  font-family: 'MADE SAONARA';
  font-size: 38px;
  font-weight: 400;
}

.link-text i{
  font-style: normal;
  font-weight: 400;
  color: #FFF;
 display: block;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
}
.link-text i:after{
  background: url(../images/discover-arrow.png) no-repeat right center;
  width: 77px;
  height: 77px;
  display: block;
  content: "";
  transition: transform 0.3s ease-out;
}

.discover-more:hover .link-text i:after{
  transform: translateX(4px);
}
.leader-home{
  position: relative;
  background: url(../images/leader-home-bg.jpg) no-repeat center center;
  background-size: cover;

}

.scroll-sec{
  height: 280px;
}

.leader-home-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
}

.leader-svg-sec{
  max-width: 100%;
  margin: 0px auto;
  text-align: center;

  display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.leader-svg-sec svg{
  max-width: 480px;
  height: auto!important;
  margin-top: 80px;
}

.path-class{
  cursor: pointer;
}

.path-class:hover .path-bg{
  fill: url(#linear-gradient);
}

.path-class.active-1 .path-bg{
  fill: url(#linear-gradient);
}

#hisham-path #Polygon_6{
fill: #335e80!important;
}

#hisham-path:hover #Polygon_6, #hisham-path.active-1 #Polygon_6{
  fill: url(#linear-gradient)!important;
}
#naveen-val #Polygon_6{
  fill: #335e80!important;
}
#naveen-val:hover #Polygon_6, #naveen-val.active-1 #Polygon_6{
  fill: url(#linear-gradient-2)!important;
}

.leader-svg-sec.navin-sec .path-class:hover .path-bg{
  fill: url(#linear-gradient-2);
}

.leader-svg-sec.navin-sec .path-click:hover, .path-click.active-1 {
  fill: url(#linear-gradient-2);
}

.path-click:hover, .path-click.active-1 {
  fill: url(#linear-gradient);
}

.leader-svg-sec.navin-sec .path-class.active-1 .path-bg{
  fill: url(#linear-gradient-2);
}




.slide-main{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
  transform: translate3d(-100%,0,0);
  background-size: cover;
 width: 100%;
}
.overlay-slide{
  background: rgba(30,38,77,0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}


.slide-main-content-area{
  background: #28315A url(../images/slide-main-bg.png) no-repeat bottom;
  max-width: 500px;
  padding: 35px;
  height: 100%;
  position: relative;
  z-index: 3;
}

.close-button{
  background: url(../images/close-icon.png) no-repeat center center;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}

.slide-main p{
  color: #FFF;
}

.slide-img-sec{
  margin-bottom: 25px;
  border-radius: 50%;
  max-width: 200px;
}

.slide-main h2{
  margin-top: 25px;
  font-family: 'MADE SAONARA';
  font-size: 30px;
}

.slide-main h5{
  font-size: 10px;
  margin-bottom: 25px;
}

.slide-main h5, .slide-main h2{
  color: #FFF;
}

.slide-main.active{
  transform: translate3d(0px,0,0);
}


.from-mobile-only{
	display:none;
}



@media screen and (min-width: 1600px) {
  .leader-svg-sec svg{
    max-width: 600px;
  }
}


@media screen and (max-width: 1024px) {
  .content-area-2, .content-area-3{
    margin-top: 0;
  }

  .content-area-1, .content-area-2, .content-area-3{
  margin-bottom: 20px;
  }

  .content-section{
    padding: 15px;
  }

  .link-text{
    font-size: 20px;
  }

  .link-text i{
    background-size: 40px;
  }

  .link-text i br{
    display: none;
  }

 .leader-svg-sec svg {
    max-width: 350px;
    width: 95%;
}


  .link-text i{
    padding-right: 0;
  }

  .link-text i:after{
    background-size: 40px;
    flex: 0 0 40px;
    height: 40px;

  }

}



@media screen and (max-width: 767px) {
<<<<<<< HEAD
=======
  .link-text i br.from-mobile-only {
      display: block;
  }
  .link-text {
    width: 76%;
  }
>>>>>>> c2a986ca5b5b4941c3463d6b81e582fc57ba59b2
  .bg-colour{
    padding: 18px 20px 18px 36px;
  }
	.learn-more-sec:after {
    width: 45px;
    height: 16px;
    margin-left: 18px;
    margin-top: 14px;
}

	.back-arrow {

    width: 78px;
    height: 30px;
    padding: 5px 5px 5px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 12px;
    background-size: 17px;
}

.discover-more{margin-bottom: 0px;}
  .leader-svg-sec svg{
    margin-top: 56px;
  }

.back-arrow {
    left: 10px !important;
    top: 26px;
}

  .link-text i{
    padding-right: 0;
  }

  .link-text i:after{
    background-size: 40px;
    flex: 0 0 40px;
    height: auto;

  }

  .logo-main .logo img{
    width: 100px;
  }

  .slide-img-sec{
    width: 100px;
  }

  .banner-sec{
    background-size: cover;
    padding: 30px;
  }
  .banner-img-sec{
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
  }


  .banner-right-sec{
    padding: 0;
  }

}
#scrollButton img {
    width: 25px;
    margin-top: 10px;
}
.bg-colour {
    background: #4157b9;
    padding: 18px;
    border-radius: 10px;
    font-size: 16px;
    border: 2px solid #fff;
}
#scrollButton.show {
    display: block;
}
#scrollButton {
	cursor:pointer;
    position: fixed;
    background: #28315A;
    width: 50px;
    height: 50px;
    z-index: 9999999999;
    display: block;
    border-radius: 50%;
    bottom: 43px;
    right: 11px;
    box-shadow: 2px 1px 6px rgba(116, 115, 115, 0.66);
    display: none;
    text-align: center;
}
#scrollButton:hover {
    background-color: #322f31;
}
@media screen and (max-width: 767px) {
  .bg-colour{
    padding: 18px 20px 18px 36px;
  }
  .from-mobile-only{
    display:block !important;
  }
}
