@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Laila:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Teko:wght@300..700&display=swap');
*{margin: 0px; padding: 0px}
body{font-family: "Roboto", serif; color:#18181B; font-size: 17px;background: url('../images/bg1.png') top right; background-size: 125%}
.logo{float: left}
.logo img{width: 150px}
header{padding: 5px 0px; display: flex}   
nav{width: auto;
    float: left;
    margin: 5% 0%;}
nav ul{margin: 0px; padding: 0px; list-style: none}
nav ul li {display: inline-block}
nav ul li a{text-decoration: none; color: #000 !important; display: block; margin: 10px; padding: 3px 13px !important; font-weight: 500 !important;border-radius: 37px;}
nav ul li a.active, nav ul li a:hover{background: #02033B;color: #fff !important; border-radius: 37px;}
.header-icon{ margin: 4% 0% 2%; text-align: right}
.header-icon a{ margin: 10px; padding: 6px;}
.banner{background: url(../images/bg.webp) top; background-size: 90%; color: #fff; height: 650px; position: relative}
.banner h1{font-size: 5vw; color: #fff; padding-top: 150px}
.banner p{font-weight: 300; text-align: justify}
.relative{position: relative}
.home-feature{position: absolute; top:595px; width: 100%; text-align: center}
.home-featureIcon img{width:90px}
.home-feature-body{ background: #222348; font-weight: 300;
    margin-top: -38px;
    text-align: center;
    color: #fff;
    padding: 50px 30px 20px 30px;
    font-size: 26px;
    border-radius: 0px 0px 20px 20px;}
.home-featurebox{padding: 0 6%}
.box-banner-width{max-width: 70%; margin: 0 auto}
.header{display: flex}
.header div{flex:auto}
.light-bg{padding: 100px 0px}
.pt-250{padding-top: 250px}
.heading{font-size: 36px; color:#02033B; font-weight: bold}
.darktheme{background:#02033B }
.bg-grey{background: #F3f3f3}
.keyfeaturebox{background: #F6F6F6; border-radius: 10px; padding: 20px; color: #0E1F51; margin-bottom: 25px}
.keyfeaturebox strong{font-size: 20px}
.icon_key{background: #fff; padding: 10px; border-radius: 5px; display: block; width: 66px; height: 65px; margin-bottom: 20px; float: left}
.key_number{font-size: 48px;
    float: left;
    width: 65%;
    text-align: center;
    font-weight: bold;
    color: #02033b3b;}

.investorcard{background: #fff; border-radius: 16px; padding: 10px}
.investorcard img{width: 100%}
.investorcard .investor_content{padding: 30px}
.investorcard .investor_content span{color: #6A6A77; font-size: 12px}
.investor_content h4{font-size: 24px; color: #18181B; margin: 15px 0px; display: block; width: 100%}
.investor_content p{font-size: 14px; color: #4D4D56; min-height: 100px}
.advisorybox{background: #02033B; border-radius: 28px; width: 84%; margin: 0 auto; padding: 50px 50px 0px 50px}
.advisorybox h3{color: #fff; font-size: 29px; font-weight: bold}
.advisorybox strong{font-size: 16px; color: #B0B0B0; font-weight: 500}
.advisorybox p{color: #B0B0B0; font-size: 15px; margin-top: 20px; margin-bottom: 0px; text-align: justify}


.carousel img {
  width: 70px;
/*  max-height: 70px;*/
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
    background: none
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.card-text{color:#02033B; font-size: 16px; min-height: 320px}
.checked {
  color: orange;
}
.footer_bg{background: #FAF5EF; padding: 50px 0px; color: #6D6D6D}
.footerlogo{width:180px}
.footer_tagline{font-size: 14px; margin-top: 38px; width: 80%}
.footer_menu h3{color: #F57F25; font-size: 20px; margin-top: 10px}
.footer_menu ul{margin: 0px; padding: 0px; list-style: none}
.footer_menu ul li a{display: block;padding: 7px 0px; color:#6D6D6D; text-decoration: none; text-transform: capitalize}
.footer_menu a{display: block; color:#6D6D6D; text-decoration: none;}
.bottom_footer{border-top:2px solid #02033B; padding: 15px 0px 0px 0px; margin-top: 20px }
.bottom_footer a{margin: 0px 10px 0px 0px}
.text-muted{color:#B0B0B0 !important}



.section-padding {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #e6c239 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #ccc !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px orange;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

#slideshow { 
    margin: 0 auto; 
    position: relative; 
    width: 100%;
    padding: 0% 0% 50% 0%; /*56.25 is for 16x9 resolution*/
/*
		border-radius:20px;
		background: rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
*/
  box-sizing:border-box;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow > div > img {
	width:100%;
/*	height:100%;*/
	border-radius:20px;
}

#slideshow:hover i, #slideshow:hover .slider-dots{
	opacity: 1;
	}

.slidebtn {
	z-index:99;
	background:transparent;
	outline:none;
	border:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding:0 10px 0 10px;
	}

.slidebtn:active,
.slidedtn:focus {
	outline:none;}
	
.slidebtn i {
	color:#FFF;
	font-size:30px;
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	}

.prev {
    position: absolute; 
    top: 225px; 
    left: 65px; 
    bottom: 10px;
}

.next {
    position: absolute; 
    top: 225px; 
    right: -25px; 
    bottom: 10px;
}


.slider-dots {
	opacity: 0.2;
  list-style: none;
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  position:absolute;
  left:50%;
  bottom:3%;
  transform: translate(-50%, 0);
  z-index:99;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}

.slider-dots li {
  color: #000;
  display: inline;
  font-size: 48px;
  margin-right: 5px;
  cursor:pointer;
}

.slider-dots li.active-dot {
  color: #fff;
}


.advisorybox img{border-radius:20px}
.banner_services{padding-top: 50px; text-align: center; padding-bottom: 50px; }
.banner_services h1{font-size: 58px; color: #050038; font-weight: bold}
.banner_services img{width: 70%;}
.banner_services h1 span{color:#F57F25;  }
.banner_services h4{font-weight: normal; color: #050038; font-size: 20px; margin-bottom: 60px;text-transform: uppercase; line-height: 30px;}
.keyfeaturebox p{min-height: 130px; margin-top: 20px; }
.service_card{background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .23); margin-bottom: 20px}
.service_card h3{margin-bottom:0px; font-size: 24px}
.service_card p{margin-bottom: 0px; margin-top: 10px; min-height: 160px}
.learnmore{background:#F57F25; color: #fff; padding:7px 15px; border-radius: 50px }
.w-80{width: 80%}
.main-title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  color: #2e8074;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-title:before, .main-title:after {
  content: "";
  display: block;
  margin: 0 0.2rem;
  flex: 1;
  border-bottom: 1px solid #2e8074;
}

.wrapper {
  width: 100%;
  margin: auto;
  font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 768px) {
  .wrapper {
    width: auto;
    padding: 0 0.3rem;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + .item .title {
  color: #fff;
  border-color: #f57f25;
  background-color: #f57f25;
}
input[type=radio]:checked + .item .title:after {
  transform: rotate(180deg);
}
input[type=radio]:checked + .item .content {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s, opacity 0.7s;
}

.item {
  display: block;
  margin-bottom: 0.1rem;
}

.title {
  padding:10px;
  border-radius: 0.3rem;
  color: #f57f25;
  border: 1px solid;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3
}
.title:after {
  content: "▼";
  display: inline-block;
  font-size: 12px;
}

.content {
  width: 95%;
  margin: 0 auto;
  padding: 15px;
  line-height: 1.6;
  color: #000;
  border: 1px solid;
  border-width: 0 1px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.servicelist li{margin-bottom:15px; list-style:disc}
.blogcard{background: #fff; border-radius: 15px; margin-bottom: 30px}
.blogcard h3{font-size: 28px; margin-bottom: 20px; font-weight: bold}
.blogcard p{font-size: 16px}
.blogcard a{text-decoration: none; color: #000; font-weight: bold; padding-top: 20px;}
.blogcard a:hover{color:#f57f25 }
.bg_grey{background: #F7F7F8}
@media screen and (max-width: 768px) {
.header {
    display: block;
}
/*
    .logo {
    float: left;
    width: 100%;
}
*/
    
    .navbar-nav{    padding-top: 22px;}
    .logo img {
    width: 100px;
    margin: 0 auto;
    display: block;
}
    .sm-icons{display: none}
    nav ul li a {
    margin: 0px;
    padding: 10px !important;
    font-size: 14px;
}
    .banner p{font-size: 14px;}
    .header-icon{display: none}
    .banner h1{padding-top: 30px;}
    .banner img{margin: 0 auto;
    display: block;
    width: 100% !important;
    margin-left: -8%;}
    .home-feature{display: none}
    .pt-250, .light-bg{padding: 20px !important;}
    .investorcard{margin-bottom: 20px}
    .advisorybox h3{font-size: 18px; margin-top: 20px}
    .advisorybox{width: 96%; padding: 10px}
    .slidebtn .prev{left: -17px;}
     .slidebtn .next{right: -17px;}
    #slideshow{padding: 22% 0% 50% 0%; position: static}
    #slideshow > div{top:121px}
    #slideshow .prev{    left: 13px;}
     #slideshow .next{    right: 23px;}
    .slider-dots{display: none}
    .banner{height:auto;background: linear-gradient(156deg, #02033B 0%, #16176E 51%, #02033B 100%)}
    .keyfeaturebox strong{width: 100%}
    .footer_menu .col-sm-1{width: 40px}
      .footer_menu .col-sm-9{width: 300px}
    .bottom_footer{font-size: 14px; text-align: center}
      .bottom_footer .text-end{font-size: 14px; text-align: center !important; margin-top: 20px}
}

.storytheme{background: url('../images/storybg.webp') no-repeat;  background-size: 100%; padding: 85px 0px}
.storyimg{border-radius: 49px 0px 49px 0px; border: 4px solid #fff}
.storyimg2{border-radius: 0px 49px 0 49px; border: 4px solid #fff}
.storyimg img{width: 100%; border-radius: 44px 0px 44px 0px;}
.storyimg2 img{width: 100%; border-radius: 0px 44px 0 44px;}
.vidoewhy{width: 100%; border-radius: 20px; border: 8px solid #ccc}
.text-primary{color: #F57F25 !important}
.count-card{background: #f3f3f3; box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .23); text-align: center; border-radius: 10px; padding:20px 10px; margin-top: 50px }
.count-card strong{font-size: 40px}
.Subscribe{background: #02033B; text-align: center; color: #fff; padding: 50px; border-radius: 30px}
.btn-primary{background: #F57F25 !important; border-color:#F57F25}
.SubscribeCard{background: #fff; color:#666; text-align: center; padding: 15px; margin-top: 50px; border-radius: 10px}
.SubscribeCard img{margin-bottom: 10px; height: 50px}
.SubscribeCard p{font-size: 16px; margin-bottom:0px}
.SubscribeCard strong{font-size: 30px;color:#F57F25;}
.form-group{margin-bottom: 15px}
.form-control{border: 2px solid #ccc; margin-top: 5px;}
label{color: #333; font-weight: bold;}
.blog1-single-box{border: 1px solid #d8dade; margin-bottom: 25px;
    border-radius: 9px;
    transition: all .4s;}
.blog1-single-box .thumbnail {
    position: relative;
    border-radius: 8px 8px 0 0;
}
.blog1-single-box a{text-decoration: none}
.image-anime {
    overflow: hidden;
}
.blog1-single-box .heading1 {
    padding: 16px;
}
.blog1-single-box .heading1 .social-area {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
.blog1-single-box .heading1 .social-area a.social {
    color: #0a0d12;
    font-size:16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: all .4s;
}
.blog1-single-box .heading1 .social-area a.time {
    color: #0a0d12;
    font-size:16px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    display: inline-block;
}
.heading1 h4 a {
    display: inline-block;
    color:#0a0d12;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    transition: all .4s;
}
.heading1 p {
    color: #6b7280;
    font-weight: 400;
}
.heading1 .author-area {
    display: flex
;
    align-items: center;
    padding-top: 16px;
}
.heading1 .author-area .author {
    display: flex
;
    align-items: center;
}
.heading1 .author-area .author .author-tumb {
    height: 28px;
    width: 28px;
}
.heading1 .author-area .author .author-text {
    display: inline-block;
    color: #0a0d12;
    font-size: 16px;
    font-style: normal;
    font-weight:400;
    line-height: 16px;
    padding-left: 8px;
    padding-top: 0px
}
.heading1 .author-area .date {
    padding-left: 40px;
    position: relative;
}
.heading1 .author-area .date a {
    display: inline-block;
    color: #0a0d12;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 0px
}
.heading1 .author-area .date:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 16px;
    height: 16px;
    width: 1px;
    background-color: #d8dade;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.thumbnail img {
    transition: all .4s;
    width: 100%;
}

.homeslider .carousel {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

    .homeslider input[type="radio"] {
        position: absolute;
        display: none;
    }

    .homeslider .slide {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        opacity: 100%;
        transition: ease-in-out 0.6s;
    }



    .homeslider .control {
        width: 6rem;
        height: 6rem;
        display: none;
        clip-path: circle(50% at 50% 50%);
/*        background-color: rgba(0, 0, 0, 0.26);*/
        color: #fff;
        font-size: 1rem;
        text-align: center;
        cursor: pointer;

        position: absolute;
        top: 50%;
    }

    .homeslider .next {
        right: -45px;
        transform: translate(-20%, -50%) !important;
    }

    .homeslider .prev {
        transform: translate(20%, -50%) !important;
        left:36px
    }

    .homeslider input:nth-of-type(1):checked ~ .control-1,
    .homeslider input:nth-of-type(2):checked ~ .control-2,
   .homeslider  input:nth-of-type(3):checked ~ .control-3 {
        display: block;

    }

    .homeslider input:nth-of-type(1):checked ~ .navigation .radio-btn-1,
    .homeslider input:nth-of-type(2):checked ~ .navigation .radio-btn-2,
    .homeslider input:nth-of-type(3):checked ~ .navigation .radio-btn-3 {
        background-color: #fff;
    }

    .homeslider input:nth-of-type(1):checked ~ .slide {
        transform: translateX(0);
    }

    .homeslider input:nth-of-type(2):checked ~ .slide {
        transform: translateX(-100%);
    }

    .homeslider input:nth-of-type(3):checked ~ .slide {
        transform: translateX(-200%);
    }

   .homeslider .navigation {
        position: absolute;
        width: 90px;
        height: 20px;

        bottom: 4%;
        left: 50%;
        transform: translateX(-50%);

        display: flex;
        justify-content: space-between;
 }
      .homeslider  .radio-btn {
            cursor: pointer;
            width: 25px;
            height: 25px;
            background-color: rgba(0, 0, 0, 0.26);;
            display: block;
            border-radius: 50%;
            border: 0.4rem solid rgba(255, 255, 255, 0.9);
        }
   
