
body{
 font-family: "Fira Sans", sans-serif;
}


/* start top header */

.header-top {
    background: #e57a34;
    padding: 10px 0;
    overflow: hidden;
}
.header-top__widget {
    float: left;
    padding-left: 25px;
    margin: 0px;
}
.header-top__widget li {
   list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 22px;
    font-weight: 500;
}
.header-top__widget li a{
    color: #ffffff;
   
}
.header-top__widget li i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 5px;
}
.header-top__right {
    float: right;
}
.header-top__right__social a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    margin-right: 14px;
}
.header-top__right__social a i{
    font-weight: 600;
}
/* end top header */








/* start navbar */
.header-bg{
 
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
}
a{
    text-decoration: none;
}

.header-logo {
    position: relative;
    padding: 1px 0 1px;
    z-index: 1;
}
/* .header-logo:after {
    left: -535px;
} */


/* .header-logo:after {
    position: absolute;
     top: 0;
    height: 111px;
    width: 755px;
    background: #ff5f2a;
    content: "";
    z-index: -1;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
} */

.header-logo span{
    color:#ffff;
}
.menu-logo{
height: 50px;
}
.menu-logo1{
    height: 50px;
}
.menu-logo2{
    height: 50px;
}
@media  (max-width:768px){
.menu-logo1{
display: none;
}}

/* @media  (min-width:769px){
.menu-logo2{
display: none;
}} */

@media  (max-width:769px){
    .header-logo {
        margin-top: 0px;
        padding: 12px 0 10px;
}
.header-logo:after {
    height: 69px;

}
    .header-bg .navbar{
        padding: 0;
    }

}



.navbar-brand{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    color: #262626;
}


.navbar-light .navbar-nav .nav-item .nav-link:hover
{
    background-color: #1a1945;
    color: #fff;
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #1a1945;
    padding: 5px 7px;
    transition: all 300ms ease-in-out .1ms;
    font-weight: 600;
    font-size: 16px;
}



.navbar-light .navbar-toggler {
    border: none;
    color: #fff;
    /* outline: none; */
    padding: 0px;
}
.navbar-toggler img{
    height: 50px;
}

@media (max-width: 768px){
.nav-item .nav-link {
    padding-top: 12px !important;
    border-bottom: 1px solid #bbb8b8;
}

}

@media (max-width: 768px){
    .banner {

        padding: 200px 0;
        
    }
    .banner h2 {

        font-size:1.8em;
        
    }
    .navbar-collapse {
        background: #fff;
    }
    
}

.button-5 {
     background: linear-gradient(90deg, #e57a34, #4543a7);
    color: #fff;
     font-size: 16px;
    font-weight: 600;
 padding: 10px 30px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: .4s;
    /* box-shadow: 0 15px 35px #c2491a; */
}

/* end navbar */



  /* start slider */

/* .slide-right{
  background-color: orange;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  width: 30px;
  height: 30px;
}

.slide-left{
  background-color: orange;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  width: 30px;
  height: 30px;
} */

/* img inner zoom in */
.carousel-item.active img {
  transition: transform 5000ms linear 0s;
  transform: scale(1.05, 1.05);
}

/* img inner zoom in / */

.slider_header .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  /* border-radius: 50%; */
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #a09e9e;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  transition: opacity .6s ease;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.slider_header .carousel-indicators .active {
 
  background-color: #e57a34;
  /* border-radius: 50%; */
  font-size: 20px;
  font-weight: 600;
  width: 12px;
  height: 12px;
}
.carousel-icon i{
    background-color: #e57a340f;
    padding: 4px 8px 4px 10px;
    /* border-radius: 20px; */
    font-size: 22px;
    color: #ffffff;
    line-height: 25px;
}

.slider_header {
  position: relative;
}
.sider_text {
  position: absolute;
  top: 30%;
  width: 60%;
  left: 6%;
}
.slider_heading {
  color: #fff;
  margin: auto;
  max-width: 1000px;
}
h1.slider_title {
  font-size: 36px;
  color: #ffff;
  font-weight: 700;
  /* transition: all 20s ease; */
  text-shadow: 2px 2px 2px #000;
  /* text-transform: uppercase; */
  margin-bottom: 0;


}
.slider_heading p{
     font-size: 18px;
    color: #ffff;
    font-weight: 500;
  
}

@media only screen and (max-width: 426px) {
  .sider_text {
    width: 90%;
    top: 40%;
}
.slider_heading p{
  display: none;
}}

@media (min-width: 768px) {
  .d-md-block {
      display: block !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  h1.slider_title {
      font-size: 25px;
      letter-spacing: 0px;
  }
}
@media only screen and (max-width: 426px) {
  h1.slider_title {
      font-size: 16px;
      letter-spacing: 0px;
  }
}
  /* end slider */



/*  Featured Services */

.featured-services {
    background-color:#e57a3424;
    padding: 40px 0;
  }
  
  .featured-services .service-item {
    position: relative;
    padding-top: 20px;
  }
  
  .featured-services .service-item .icon {
    background-color: #e57a347d;
    width: 110px;
    height: 100px;
    position: relative;
    margin-right: 15px;
  
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
  }
  
  .featured-services .service-item .icon i {
    color: #e57a34;
    font-size: 32px;
    z-index: 2;
    position: relative;
  }
  
  .featured-services .service-item .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
  }
  
  .featured-services .service-item .title a {
    color: #e57a34;
  }
  
  .featured-services .service-item .title a:hover {
    color: #e57a34;
  }
  
  .featured-services .service-item .description {
   font-weight: 500;
    font-size: 16px;
    color: #575a7b;
    letter-spacing: 0.5px;
    
  }
  
  .featured-services .service-item:hover .icon {
    background-color: #e57a34;
  }
  
  .featured-services .service-item:hover .icon i {
    color: #ffff;
  }

  /*  end featured-services */



/*  start about us */

.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.header-title h3 {
     font-size: 44px;
    font-weight: 800;
   margin-bottom: 20px;
    transition: .5s;
    background: linear-gradient(90deg, #ff6b00, #07124a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-title span{
  color: #e57a34;
}
.header-title h5{
      color: #666;
    font-size: 25px;
}
.header-title h6{
      font-weight: 400;
    font-size: 22px;
    color: #e57a34;
    font-family: "Edu AU VIC WA NT Guides", cursive;
}
.header-title p{
    font-size: 18px;
    color: #575a7b;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-weight: 400;
}
.counter-title{
      color: #ffffff !important;
          -webkit-background-clip: text;
    -webkit-text-fill-color: #ffff !important;
}

.about-section  .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}


.about {
  padding-bottom: 20px;
}


.about-section p{
     font-size: 18px;
    color: #575a7b;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
 
}

@media only screen and  (max-width: 426px) {
    .header-title h3 {
        font-size: 24px;
    }}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 5px;
  font-size: 18px;
  color: #212121;
  font-weight: 400;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 4px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: #1a75bc;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;

  transition: 0.3s;
}

.about .content .read-more:hover {
    background: #74c8e2;
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .about-images img {
  border-radius: 10px;
  margin-bottom: 10px;
}


.about-banner {
  background-image: 
  /* linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),  */
  url(../images/about-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px 80px 0px;
  text-align: center;
}




.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:30px;
    transition:.5s;
}

.about-image:hover img{
    transform:scale(1.03);
}

.experience{
    position: absolute;
    bottom: -50px;
    right: -50px;
    background: #1a1945;
    color: #fff;
    padding: 7px;
    border-radius:10px;
        text-align: center;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.experience h2{
    font-size:30px;
    font-weight:900;
}

@media only screen and (max-width:768px){
  .experience {
   bottom: 22px;
    right: 22px;
   padding: 5px;
}
.experience h2 {
    font-size: 20px;
}}


.about-content p{
 font-size: 18px;
    color: #575a7b;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
}


.btn-main{
    background: #e57a34;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    margin-top: 2px;
    position: relative;
    font-size: 16px;
    border: none;
    transition: .4s;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 10px 17px #e57a3475;
}

.btn-main:hover{
    transform:translateY(-5px);
    background:#1a1945;
    color:#fff;
}

.header-banner{
  background-color: #ffff;
  padding: 40px 20px;
  text-align: right;
}
.header-banner:hover{
  box-shadow: 1px 1px 12px #e8e8e8;
}
.header-banner h3 {
  font-size: 30px;
  font-weight: 700;
  color: #3e5055;
  margin-bottom: 20px;
}
.header-banner p {
  font-size: 18px;
    color: #212121;
    font-weight: 400;
}

.mission-text{
    background-color: #1a1945;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.mission-text h5{
  font-size: 23px;
  font-weight: 600;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.mission-text p{

  font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.5px;
}
.mission-text i{
  font-size: 30px;
 color: #fff;

}
.vision-text{
   background-color: #e57a34;
    padding: 20px;
}
.vision-text h5 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}
.vision-text p{
     font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.5px;
}
.vision-text i{
   font-size: 30px;
 color: #fff;
}
/* end aboutus */




/* start whocan */
.whocanbg{
    background-color: #e57a3424;
}
.whocan {
    text-align: center;
}
.whocan h4{
font-size: 20px;
    font-weight: 600;
    color: #292d35;
    margin-bottom: 10px;
}
.whocan p{
font-size: 16px;
    color: #575a7b;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-weight: 400;
}
.whocan img{
      width: 100px;
    height: 100px;
        margin-bottom: 20px;


}
.whocan img{
       -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
        border: 4px solid #1a1945;
    border-radius: 50%;

}
.whocan:hover img{
       -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* end whocan */



/* start our team */

.team-bg {
	background-color: #f8f9fa;
	overflow: hidden;
}
.team .section-title {
	padding-bottom: 40px;
}
.team .section-title .main-team-subheading {
	font-size: 14px;
	font-weight: 500;
	padding: 0;

	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaaaaa;
}
.team .section-title .main-team-subheading::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #556270;
	margin: 4px 10px;
}
.team .main-team-heading {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #556270;
}
.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
	padding: 30px;
	border-radius: 4px;
	background: #fff;
}
.team .member .pic {
	overflow: hidden;
	width: 30%;
	border-radius: 4px;
    border: 3px solid #e57a34;
}
.team .member .pic img {
	transition: ease-in-out 0.3s;
}
.team .member:hover img {
transform: scale(1.1);
}
.team .member .member-info {
	padding-left: 20px;
    width: 70%;
}
.team .member .member-heading {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 22px;
	    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
    /* color: #1a1945; */
    background: linear-gradient(90deg, #e57a34, #4543a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}
.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #dee2e6;
	bottom: 0;
	left: 0;
}
.team .member .member-para {
  margin: 10px 0 0 0;
    font-size: 16px;
    color: #575a7b;
    letter-spacing: 0.5px;
   
    font-weight: 400;
}
.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	background: #1a1945;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .member .social a:hover {
	background: #e57a34;
}
.team .member .social a .team-icon {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}
/* end our team */

/* start Our Approach */
.ourpproach{
      background-color: #e2e7f8;
}
.feature-card{
    background:#ffff;
    border-radius:25px;
    padding:45px 35px;
    text-align:center;
    transition:.5s;
    position:relative;
    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    height:100%;
}

.feature-card::before{
    content:'';
    position:absolute;
    width:100%;
    height:0;
     background: linear-gradient(180deg, #e57a34, #4543a7);
  
    left:0;
    bottom:0;
    transition:.5s;
    z-index:0;
}

.feature-card:hover::before{
    height:100%;
}

.feature-card *{
    position:relative;
    z-index:2;
}

.feature-card i{
    font-size:60px;
    color:#e57a34;
    margin-bottom:25px;
    transition:.5s;
    background: linear-gradient(90deg, #e57a34, #4543a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-card h4{
  font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #292d35;
}

.feature-card p{
  font-size: 16px;
    color: #575a7b;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-weight: 400;
}

.feature-card:hover{
    transform:translateY(-15px);
}

.feature-card:hover i,
.feature-card:hover h4,
.feature-card:hover p{
    /* color:#fff; */
    background: linear-gradient(90deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* end Our Approach */


/* start counter  */
.counter-wrapper{
padding-top: 30px;
padding-bottom: 30px;
   background-image:url("../images/slider/footerbg1.jpg");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgb(0 0 0 / 14%);
}
.counter-inner{
  position:relative;
  z-index:2;
}

.count span{
font-size: 50px;
font-weight: 600;
}
@media only screen and (max-width:768px){
    
.count span{
font-size: 25px;
}}

/* end counter */



/* start benefits */

.benefit-image img{
  border-radius:30px;
    transition:.5s;
}

.benefit-image:hover img{
    transform:scale(1.03);
}

.benefit-content h3{
    font-size:45px;
    font-weight:900;
    color:#033b33;
    margin-bottom:25px;
}

.benefit-list{
    margin-top:30px;
}

.benefit-item{
    display:flex;
    margin-bottom:25px;
}

.benefit-icon{
    color: #ee6f23;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-right: 3px;
}

.benefit-text h5{
     font-size: 18px;
    font-weight: 600;
    color: #292d35;
    margin-bottom: 10px;
}
.benefit-text p{
  font-size: 16px;
  color: #575a7b;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: 400;
}
.benefit-icon img{
  height: 50px;
}
/* end benefits */



/* start Featured Programs*/

.program{
     background:#eefaf7;
}

.program-box{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    position: relative;
    transition:.5s;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    height:100%;
}

.program-box:hover{
    transform:translateY(-10px);
}

.program-box img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.program-box:hover img{
    transform:scale(1.1);
}

.program-content{
    padding:35px;
}

.program-content h3{
   font-size: 25px;
    font-weight: 700;
    color: #e57a34;
    margin-bottom: 10px;
}

.program-content ul{
    padding-left:20px;
}

.program-content ul li{
  font-size: 18px;
    color: #575a7b;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
    list-style: none;
}
.product-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1a1945;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}
/* end Featured Programs */

/* start journey */


.journey{
    background:#e57a3424;
}

.timeline{
    position:relative;
    padding-left:40px;
}

.timeline::before{
    content:'';
    position:absolute;
    left:10px;
    top:0;
    width:4px;
    height:100%;
    background:#e57a34;
}

.timeline-box{
    position:relative;
    background:#fff;
    padding:35px;
    border-radius:20px;
    margin-bottom:30px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:.4s;
    opacity: 1;
    transform: translateZ(0);
}

.timeline-box:hover{
    transform:translateX(10px);
}

.timeline-box::before{
    content:'';
    position:absolute;
    width:20px;
    height:20px;
    background:#e57a34;
    border-radius:50%;
    left:-40px;
    top:40px;
}
.timeline-box h4{
      font-size: 20px;
    font-weight: 600;
    color: #292d35;
    margin-bottom: 10px;
}
.timeline-box p{
      font-size: 18px;
    color: #575a7b;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 400;
}
/* end journey */


/* start contact us */

.contactus{

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
 .left-side{
     padding: 10px 0;
      background-color: #0c1a42;
    border-radius: 10px;
}

 .left-side .details{
  margin: 14px;
  text-align: center;
}
 .left-side .details i{
  font-size: 30px;
  color: #ffff;
  margin-bottom: 10px;
}
.left-side .details .topic{
    font-size: 22px;
    font-weight: 600;
    color: #ffff;
}
 .left-side .details {
  font-size: 16px;
  color: #ffff;
  font-weight: 600;
}


 .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #191844;
}
.right-side .input-box{
  height: 50px;

  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}

/* end contact us */




/* start product  */

    .product-gallery{
      background:#fff;
      border-radius:25px;
      padding:30px;
      position:relative;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(0,0,0,0.06);
    }

    .product-gallery::before{
      content:'';
      position:absolute;
      width:350px;
      height:350px;
      background:rgba(255,107,0,0.08);
      border-radius:50%;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }

    .main-product{
      width:100%;
      transition:0.5s;
      position:relative;
      z-index:2;
    }

    .main-product:hover{
      transform:scale(1.05) rotate(-2deg);
    }

    .thumbs img{
      width:80px;
      border-radius:12px;
      margin-bottom:15px;
      border:2px solid #eee;
      cursor:pointer;
      transition:0.3s;
      background:#fff;
    }

    .thumbs img:hover{
      border-color:#ff6b00;
      transform:translateY(-5px);
    }

    .badge-custom{
      background:#ff6b00;
      color:#fff;
      padding:7px 15px;
      border-radius:6px;
      font-size:13px;
      display:inline-block;
      margin-bottom:15px;
      font-weight:600;
    }

    .product-title{
      font-size:48px;
      font-weight:800;
      line-height:1.2;
      margin-bottom:20px;
    }

    .rating{
      color:#ff9900;
      font-size:18px;
      margin-bottom:15px;
    }

    .product-desc{
      color:#666;
      line-height:1.8;
      margin-bottom:25px;
    }

    .feature-box{
      text-align:center;
      padding:20px 10px;
      background:#fff;
      border-radius:18px;
      transition:0.4s;
      box-shadow:0 5px 20px rgba(0,0,0,0.05);
      height:100%;
    }
    .feature-box h6{
        font-size: 18px;
    font-weight: 600;
    color: #07124a;
    margin-bottom: 10px;
    }
    .feature-box:hover{
      transform:translateY(-10px);
      background:#07124a;
      color:#fff;
    }
  .feature-box:hover h6{
  color:#fff;
  }
    .feature-box i{
      font-size:32px;
      color:#ff6b00;
      margin-bottom:12px;
    }

    
    .card-product{
      background:#fff;
      border-radius:20px;
      overflow:hidden;
      transition:0.4s;
      box-shadow:0 8px 25px rgba(0,0,0,0.06);
      margin-bottom:30px;
    }

    .card-product:hover{
      transform:translateY(-12px);
    }

    .card-product img{
      width:100%;
      padding:20px;
      transition:0.4s;
    }

    .card-product:hover img{
      transform:scale(1.08);
    }

    .card-body-custom{
      padding:20px;
    }

    .card-title{
      font-weight:700;
      font-size:22px;
      margin-bottom:12px;
    }


    .btn-cart{
      background:#ff6b00;
      border:none;
      color:#fff;
        padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
      transition:0.4s;
      margin-right:3px;
    }

    .btn-cart:hover{
      background:#07124a;
      transform:translateY(-3px);
    }

    .btn-buy{
      background:#07124a;
      border:none;
      color:#fff;
       padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
      transition:0.4s;
    }

    .btn-buy:hover{
      background:#ff6b00;
      transform:translateY(-3px);
    }


    
.trust-section{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    background: linear-gradient(135deg, #5e3518f2 0%, #111d5c 50%, #07124a 100%);
    padding:30px 0;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* ORANGE CURVE */

.trust-section::after{
    content:'';
    position:absolute;
            width: 300px;
    height: 260px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff7b00,#ff5e00);
    top:-50px;
    right:-120px;
    z-index:1;
}

/* GLOW */

.trust-section::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:rgba(255,255,255,0.03);
    border-radius:50%;
    top:-250px;
    left:-250px;
}

/* CONTENT */

.trust-content{
    position:relative;
    z-index:3;
}

.section-heading{
    color:#fff;
    font-size:40px;
    font-weight:800;
    margin-bottom:40px;
}

.section-heading span{
    color:#ff7b00;
}

/* TRUST BOX */

.trust-box{
    position:relative;
   
    transition:0.5s;
    border-right:1px solid rgba(255,255,255,0.12);
    min-height:180px;
}

.trust-box:last-child{
    border-right:none;
}

.trust-box:hover{
    transform:translateY(-12px);
}

/* ICON */

.icon-circle{
    width:72px;
    height:72px;
    border:2px solid rgba(255,123,0,0.4);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    transition:0.5s;
    background:rgba(255,255,255,0.03);
}

.trust-box:hover .icon-circle{
    background:#ff7b00;
    transform:rotateY(180deg) scale(1.1);
    box-shadow:0 0 25px rgba(255,123,0,0.6);
}

.icon-circle i{
    color:#ff7b00;
    font-size:30px;
    transition:0.5s;
}

.trust-box:hover .icon-circle i{
    color:#fff;
    transform:rotateY(180deg);
}

/* TEXT */

.trust-title{
    color:#fff;
    font-size:24px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:12px;
}

.trust-desc{
    color:rgba(255,255,255,0.72);
    line-height:1.8;
    font-size:17px;
}

/* SHIELD ICON */

.shield-wrapper{
    position:absolute;
        right: 15px;
    top: 22%;

    transform:translateY(-50%);
    z-index:2;
}

.shield-circle{
    width:150px;
    height:150px;
    border-radius:50%;
    background:rgba(255,255,255,0.06);
    display:flex;
    align-items:center;
    justify-content:center;
    backdrop-filter:blur(5px);
    animation:float 4s ease-in-out infinite;
}

.shield-circle i{
    color:#fff;
    font-size:100px;
    opacity:0.9;
}

/* FLOAT */

@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* RESPONSIVE */

@media(max-width:767px){

    .shield-wrapper{
        display:none;
    }

}

@media(max-width:991px){

    .section-heading{
        font-size:40px;
    }

    .trust-box{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.12);
        padding:30px 0;
    }

}

@media(max-width:767px){

    .trust-section{
        padding:35px 25px;
    }

    .section-heading{
        font-size:32px;
        text-align:center;
    }

    .trust-title{
        font-size:21px;
    }

    .trust-desc{
        font-size:15px;
    }

    .icon-circle{
        width:65px;
        height:65px;
    }

}


/* end product */



/* start services */
 .service {
  padding: 25px 15px;
  background: transparent;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
      margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
 .service:hover {
    color: #ffffff;
 background: linear-gradient(180deg, #e57a34, #4543a7);
  transform: scale(1.05);
}

 .service h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #07124a;
  font-size: 24px;

}
 .service p {
    font-size: 15px;
    /* color: #575a7b; */
    font-weight: 400;
 }

  .service:hover   .service  h3{
    color: #ffffff;
  }

/* end services */



/* start gallery */

/* Demo 4 - Layla Effect */
.layla-box {
    background-color: #e57a34; 
    position: relative; 
    overflow: hidden;
}
.layla-box img {
    width: 100%; 
    height: auto; 
    overflow: hidden;
    transform: scale(1.25) translate3d(0,-30px,0); 
    transition: all 0.35s ease;
}
.layla-box .layla-caption {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}
.layla-box .layla-caption:before, .layla-box .layla-caption:after {
    position: absolute; 
    content: ''; 
    opacity: 0;
    transition: all 0.35s ease; 
    transition: opacity 0.35s, transform 0.35s;
}
.layla-box .layla-caption:before {
    transform: scale(0, 1); 
    transform-origin: 0 0;
    border-top: 1px solid #FFFFFF; 
    border-bottom: 1px solid #FFFFFF;
    top: 30px; 
    bottom: 30px; 
    left: 20px; 
    right: 20px;
}
.layla-box .layla-caption:after {
    transform: scale(1, 0); 
    transform-origin: 100% 0;
    border-left: 1px solid #FFFFFF; 
    border-right: 1px solid #FFFFFF;
    top: 20px; 
    bottom: 20px; 
    left: 30px; 
    right: 30px;
}
.layla-box .layla-caption .layla-title {
    position: absolute; 
    top: 20%; 
    left: 0%; 
    width: 100%; 
    height: auto;
    font-weight: 400; 
    font-size: 20px;
   text-decoration: none; 
    text-align: center;
    color: #FFFFFF; 
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    transform: translate3d(0,-30px,0);
	transition: transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.layla-box .layla-caption .layla-desc {
    position: absolute; 
    bottom: 30%; 
    left: 15%; 
    width: 70%; 
    height: auto;
   font-weight: 400; 
    font-size: 0.9rem;
    text-transform: uppercase; 
    text-decoration: none; 
    text-align: center;
    letter-spacing: 1px; 
    color: #FFFFFF; 
    opacity: 0;
	transform: translate3d(0,-10px,0);
    transition: opacity 0.35s, transform 0.35s;
}
.layla-box:hover img {
    opacity: 0.4;
    transition-delay: 0.15s;
	transform: scale(1.25) translate3d(0, 0, 0);
}
.layla-box:hover .layla-caption:before {
    opacity: 1;
	transform: scale(1);
}
.layla-box:hover .layla-caption:after {
    opacity: 1;
	transform: scale(1);
	transition-delay: 0.15s;
}

.layla-box:hover .layla-caption .layla-title {
    opacity: 1;
    transition-delay: 0.15s;
	transform: translate3d(0,0,0);
}
.layla-box:hover .layla-caption .layla-desc {
    opacity: 1;
    transition-delay: 0.15s;
	transform: translate3d(0,0,0);
}
/* end gallery */


/* start testimonials */
        .testimonial{
            margin: 0 20px 40px;
        }
        .testimonial .testimonial-content{
            padding: 35px 25px 35px 50px;
            margin-bottom: 35px;
            background: #fff;
            position: relative;
            box-shadow: 0 22px 30px rgba(0, 0, 0, 0.05);
        }
        .testimonial .testimonial-content:before{
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            border-top: 15px solid #718076;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial .testimonial-content:after{
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            border-top: 15px solid #718076;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial-content .testimonial-icon{
            width: 50px;
            height: 45px;
            background: #e57a34;
            text-align: center;
            font-size: 22px;
            color: #fff;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
        }
        .testimonial-content .testimonial-icon:before{
            content: "";
            border-bottom: 16px solid #e57a34;
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description{
            font-size: 15px;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0;
        }
        .testimonial .title{
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #525252;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0;
        }
        .testimonial .post{
            display: block;
            font-size: 14px;
            color: #e57a34;
        }
        .owl-theme .owl-controls{
            margin-top: 20px;
        }
        .owl-theme .owl-controls .owl-page span{
            background: #ccc;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span{
            background: #e57a34;
        }

/* end testimonials */

/* start footer */

.main-footer{
    position:relative;
  
    background-color: #0c1a42;
    background-repeat:repeat-x;
    background-position:right bottom;
}


.main-footer .footer-widget h2{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:#ffff;
    line-height:1.2em;
    margin-bottom:30px;
    margin-top:25px;
    text-transform:capitalize;
}

.main-footer .about-widget{
    position:relative;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width: 210px;
}
.main-footer .about-widget .text{
    position:relative;
}

.main-footer .about-widget .text p{
    position:relative;
    color:#ffff;
    font-size:15px;
    line-height:1.7em;
    margin-bottom:5px;
}

.main-footer .about-widget .text p:last-child{
    margin-bottom:0px;
}

/* Footer List */

.main-footer .footer-list{
      padding-left: 0;

}

.main-footer .footer-list li{
    position:relative;
    margin-bottom:17px;
     list-style: none;
}

.main-footer .footer-list li a{
    position:relative;
    color:#ffff;
    font-size:15px;
    padding-left:15px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
    text-decoration:underline;
    color:#ff6666;
}


/*Gallery Widget*/

.main-footer .gallery-widget{
    position:relative;
    max-width:350px;
}

.main-footer .gallery-widget .images-outer{
    position:relative;
    margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
    position:relative;
    float:left;
    width:50%;
    padding:0px 5px;
    margin-bottom:10px;
}

.main-footer .gallery-widget .image-box img{
    position:relative;
    display:block;
    width:100%;
    border-radius:4px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
    opacity:0.70;   
}

/* Info List */

.main-footer .info-list{
       padding-left: 0;
}

.main-footer .info-list li{
    font-size: 16px;
    color: #ffff;
    letter-spacing: 0.5px;
    margin-bottom:12px;
    list-style: none;

}
.info-list li a{
    color: #ffff;
    background: #e57a34;
    padding: 6px;
}
.main-footer .info-widget .social-links{
    position:relative;
    float:left;
    padding:15px 0px;
    margin-bottom: 0;
}

.main-footer .info-widget .social-links li{
    position:relative;
    margin-right:8px;
    display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
    margin-right:0px;
}

.main-footer .info-widget .social-links li a{
    position:relative;
    color: #e57a34;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .info-widget .social-links li.whatsapp a{
    background-color:#ffff;
}

.main-footer .info-widget .social-links li.facebook a{
    background-color:#ffff;
}

.main-footer .info-widget .social-links li.linkedin a{
    background-color:#ffff;
}

.main-footer .info-widget .social-links li.instagram a{
   background-color:#ffff;
}

.main-footer .info-widget .social-links li.vimeo a{
    background-color:#ffff;
}

.main-footer .footer-bottom{
    position:relative;
    padding:6px 0px;
    border-top:1px solid #e5e5e5;
    color: #ffff;
    background: #e57a34;
}

.main-footer .footer-bottom .footer-nav{
    position:relative;
    text-align:right;
    margin-bottom: 0;

}

.main-footer .footer-bottom .footer-nav li{
    position:relative;
    padding-right:10px;
    margin-right:10px;
    line-height:1.1em;
    display:inline-block;
    border-right:1px solid #575a7b;
}

.main-footer .footer-bottom .footer-nav li:last-child{
    padding-right:0px;
    margin-right:0px;
    border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
    position:relative;
    color: #ffff;
    font-size:15px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
    color:#ff6666;
    text-decoration:underline;
}
.copyright a{
color: #ffff;
}
/* end footer */


/* topup button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 1px;
    z-index: 99;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 25px;
  
}
.wa-ani{
    animation-duration: 3s;
}

.whatsapp-logo {
    height: 50px;
    width: 50px;
    position: fixed;
    top: 65%;
    /* bottom: 15px; */
    right: 9px;
    z-index: 9999;
    font-size: 21px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
}
/* end topup button */