@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
:root {
  --primary: #277A27;
  --secondary: #093172 ;
  --gray: #716c80
  
}

img {
  max-width: 100%;
}
html,
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;

}
a {
  text-decoration: none;
  transition: all 0.3s ease, background-position 1ms;
}
p{
  line-height: 26px;
  text-align: justify;
}
.container{
  max-width: 1200px;
}
.pt-70{
  padding-top: 70px;
}
.pb-70{
  padding-bottom: 70px
}
.text-primary{
  color: var(--primary);
}
.bg-secondary{
  background: var(--secondary) !important;
}
.font-famalt-three{
  font-family: 'Philosopher', sans-serif;
}
.bg-primary{
  background: var(--primary) !important;
}
header {

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
 /* border-bottom: 1px solid #eee; */
}
.header-top{
  background: var(--primary);
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-top a{
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
}
.top-bar{
  background: #EAEAEA;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.top-bar p{
  margin-bottom: 0px;
  font-size: 14px;
  margin-right: 20px;
}
.social-icons ul {
  padding: 0px;
  margin: 0px;
}
.social-icons li {
  list-style: none;
  float: left;
  margin-right: 12px;
}
.social-icons li a {
  background: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30x;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: var(--primary);
  font-size: 16px;
}
.social-icons li a:hover{
  color: var(--primary);
}
.container-sm{
  max-width: 960px;
}
.logo img{
  height: 60px;
}
.btn-primary {
  background: #169bd6;
  border-color: #169bd6;
}
.modal-footer {
  justify-content: center;
}
.min-h-100{
  min-height: 100vh;
}
.min-h-80{
  min-height: 80vh;
}
.text-primary{
  color: var(--primary) !important;
}
.text-secondary{
  color: var(--secondary) !important;
}

@keyframes myanimation {
  0% {
    background-color: #169bd6;
  }
  25% {
    background-color: green;
  }
  50% {
    background-color: #ffc525;
  }
  75% {
    background-color: rgb(250, 141, 16);
  }
  100% {
    background-color: #169bd6;
  }
}

.page-start {
  padding-top: 137px;
}
.top-header {
  background: #054374;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.top-header-left a {
  color: #ffffff;
  /* opacity: 0.8; */
  font-size: 13px;
  display: inline-block;
  font-weight: 700;
  /* margin-right: 30px; */
}
.top-header-left a i {
  margin-right: 5px;
}
.top-header-right {
  text-align: right;
}
.top-header-right a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}
.top-header a:hover {
  color: #84898b;
}

.header-right span small {
  color: #169bd6;
}
.banner{
  /* background: #E8F0E8; */
  padding-top: 40px;
  padding-bottom: 40px;
  /* background: url(../images/bg.jpg) left bottom;
  background-size: cover; */
  background: rgb(241,241,241);
background: -moz-linear-gradient(104deg, rgba(241,241,241,1) 0%, rgba(235,255,235,1) 100%);
background: -webkit-linear-gradient(104deg, rgba(241,241,241,1) 0%, rgba(235,255,235,1) 100%);
background: linear-gradient(104deg, rgba(241,241,241,1) 0%, rgba(235,255,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ebffeb",GradientType=1);
}
.banner h1{
  font-weight: 600;
  color: #000;
  font-size: 50px;
  text-transform: capitalize;
}
.banner h5{
  font-size: 18px;
  color: #5E5E5E;
  font-weight: 400;
  line-height: 32px;
}
.banner h5 span{
  color: #000;
  font-size: 28px;
}
.icon-box {
  background: #ffffff;
  width: 60px;
  border-radius: 100px;
  margin: 0px auto;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.home-about{
  background: #F7F9FF;
}
.experience-box{
  background: var(--primary);
  width: 180px;
  padding: 30px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.experience-box h1{
  color: #fff;
  font-size: 45px;
  font-weight:600;
  line-height: 25px;
 
}
.experience-box h1 span{
  font-size: 22px;
  font-weight: 200;
  line-height: 12px;
}
.main-btn{
  background: var(--primary);
display: inline-block;
text-align: center;
padding: 12px 20px;
color:  #fff;
text-transform: uppercase;
font-size: 14px;
transition: all 0.3s ease, background-position 1ms;
border-radius: 5px;
}
.main-btn:hover{
  background: var(--secondary);
  color: var(--primary);
}
.btn-two{
  background: var(--secondary);
display: inline-block;
text-align: center;
padding: 12px 20px;
color:  #fff;
text-transform: uppercase;
font-size: 14px;
transition: all 0.3s ease, background-position 1ms;
border-radius: 5px;
}
.main-btn:hover{
  background: var(--secondary);
  color: var(--primary);
}
.seconadry-btn{
  background: var(--secondary);
display: inline-block;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
text-align: center;
padding: 10px 40px;
color:  var(--primary);
text-transform: uppercase;
font-size: 14px;
transition: all 0.3s ease, background-position 1ms;
}
.seconadry-btn:hover{
  background: var(--primary);
  color: var(--secondary);
}
.services-bg{
  background: url(../images/services-bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.title-icon{
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 12px 20px;
  border-radius: 40px;
  font-size: 14px;
}
.title-icon img{
  display: inline-block;
  margin-right: 3px;
}
.service-list{
  background: rgb(255,255,255);
background: -moz-linear-gradient(189deg, rgba(255,255,255,0.6320903361344538) 0%, rgba(235,255,235,1) 100%);
background: -webkit-linear-gradient(189deg, rgba(255,255,255,0.6320903361344538) 0%, rgba(235,255,235,1) 100%);
background: linear-gradient(189deg, rgba(255,255,255,0.6320903361344538) 0%, rgba(235,255,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ebffeb",GradientType=1);
padding: 30px;
border-radius: 5px;
}
.service-list h4{
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.service-list p{
  font-weight: 300;
  color: #000;
  opacity: 0.7;
}
.card-list{
  border: 1px solid rgba(239, 248, 255, 0.159);
  padding:30px 20px;
  border-radius: 10px;
}
.card-list img{
  max-height: 40px;
}

.card {
 
  border: 1px solid #08B59F;
}
.card-list p{
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* .card {
  background-color:#fff;
  border: 1px solid #08B59F;
}
.card-list p{
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
} */
.activity-list .card{
  width: 80%;
  margin: auto;
  margin-top: -30px;
  position: relative;
  

}
.activity-list{
  padding-left: 10px;
  padding-right: 10px;
}

.activity-list h3{
  margin-top:  0rem;
  margin-bottom:  0rem; 
  font-size: 20px;
  font-family: 'Philosopher', sans-serif;
  font-weight: 500;
  color:#ffffff;
  
}
.activity-list p{
  color: #656565;
}
.clients{
  background: rgb(239, 248, 255);
}
.client-list{
  
  padding: 20px;
  height: 150px;
  
}
.client-list img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition: 0.5s ease-in-out;

}
.client-list:hover{
  cursor: pointer;
}
.client-list:hover img{
  filter: none;
  -webkit-filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.image-bg h2{
  padding-top: 90px;
  padding-bottom: 90px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.bg-light{
  background: #F6F6F6;
}
.white-box{
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 15px;
 text-align: center;
}
.white-box img{
  max-height: 70px;
  margin-bottom: 20px;
}
.white-box h5{
  color:#000;
  font-weight: 600;
  font-size: 20px;
}

.white-box p{
  color: #707070;
  font-size: 14px;
  margin-bottom: 0px;
}
.border_bottom{
  border-bottom: 1px solid rgba(255, 255, 255, 0.344);
}
.testimonial{
  background: url(../images/services-bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.testimonial-user img {
  border-radius: 100%;
  width: 50px !important;
  height: 50px;
  margin: auto;
  
}
.testimonial-rate img{
  width: auto;
  height: 50px;
  margin: auto;
}
.testimonial-user h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  font-family: "DM Serif Display", serif;
}

.testimonial-list {

  text-align: center;
  
  padding: 15px;
  
}
.testimonial-list p {
  font-size: 26px;
  color: #fff;
  font-family: "DM Serif Display", serif;
  line-height: 34px;
}

.carousel-control-prev-icon {
  background-image: url(../images/prev.png);
  width: 34px;
  height: 34px;
  background-size: auto;
}
.carousel-control-next-icon {
  background-image: url(../images/next.png);
  width: 34px;
  height: 34px;
  background-size: auto;
}
.course-image{
  position: relative;
}
.course-image img{
  border-radius: 10px;
  width: 100%;
}
.course-image::after{
  width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(189deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7721463585434174) 100%);
    background: -webkit-linear-gradient(189deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7721463585434174) 100%);
    background: linear-gradient(189deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7721463585434174) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
   
    z-index: 2;
    right: 0;
    content: "";
    border-radius: 10px;

}
.course-list p{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.course-list h4{
  color: #fff;
  font-size: 22px;
}
.course-content{
  margin-top: -70px;
  position: relative;
  z-index: 9;
  padding:0px 20px;
}
.news-letter {
  background: #243E90;
  padding-top: 130px;
  padding-bottom: 130px;
}
.news-letter h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;

}
.news-letter p {
  color: #fff;
  /* margin-bottom: 20px; */
}
.news-letter .form-control-lg,.btn-lg{
  border-radius: 0px;
}
.white-btn {
  background: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  color: #000;
}
.news-letter-btn{
  max-width: 150px;
}
.white-btn:hover {
  background: #169bd6;
  color: #ffffff;
}
.choose {
  background: #054374;
  padding-top: 70px;
  padding-bottom: 70px;
}
.choose h2 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 50px;
}
.choose p {
  color: #ebebeb;
  margin-bottom: 20px;
}
.box {
  background: rgb(148,213,162);
  background: -moz-linear-gradient(189deg, rgba(148,213,162,0.1558998599439776) 0%, rgba(23,23,23,0.2959558823529411) 100%);
  background: -webkit-linear-gradient(189deg, rgba(148,213,162,0.1558998599439776) 0%, rgba(23,23,23,0.2959558823529411) 100%);
  background: linear-gradient(189deg, rgba(148,213,162,0.1558998599439776) 0%, rgba(23,23,23,0.2959558823529411) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94d5a2",endColorstr="#171717",GradientType=1);
  padding: 25px;
  border-radius: 5px;
}
.box h4 {
  font-weight: 600;
  color: #000;
  font-size: 30px;
}
.box p {
 color: #525766;

 font-size: 14px;
 margin-bottom: 0px;
}
.news {
  padding-top: 70px;
  padding-bottom: 70px;
}
.news p {
  color: #6d6d6d;
}
.news-list {
  position: relative;
  margin-top: 20px;
}
.news-list img {
  border-radius: 5px;
}
.news-content {
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgb(0, 0, 0)
  );
  padding: 20px 15px;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-content h5 {
  color: #ffffff;
}
.news-content button {
  margin-bottom: 10px;
}
footer {
  padding-top: 40px;
  background: #1E1E1E;
  border-top: 1px solid var(--primary);
}
footer p {
  color: #ffffff;
  opacity: 0.7;
  font-size: 16px;
}
footer p a {
  color: #ffffff;
  opacity: 0.8;
}

footer h5 {
  margin-bottom: 10px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
}
footer ul{
  padding: 0px;
  margin: 0px;
}
footer li {
  list-style: none;
  line-height: 40px;
  color: #fff;
  opacity: 0.7;
}
.footer-menu ul {
  padding: 0px;
  margin: 0px;
}
.footer-menu li {
  list-style: none;
  line-height: 40px;
  color: #fff;
}
.footer-menu li a {
  color: #ffffff;

}
.footer-logo{
  max-height: 50px;
}
.footer-top {
  margin-top: 30px;
   border-top: 1px solid #4D4D4D;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-social ul {
  padding: 0px;
  margin: 0px;
}
.footer-social li {
  list-style: none;
  float: left;
  margin-right: 20px;
}
.footer-social li a {
  color: #ffffff;
  background: #494949;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
}
.footer-social li a:hover {
  color: #169bd6;
}
.footer-social p {
  font-size: 14px;
}
.footer-social p span {
  color: #169bd6;
}
.testimonial-page .card {
  border-radius: 10px !important;
  box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
  border: none !important;
}
.testimonial-page .testimonial-user {
  margin-top: 20px;
  margin-bottom: 30px;
}
.announcement-list {
  margin-bottom: 20px;
}
.announcement-list img {
  max-width: 40px;
  position: absolute;
  /* left: 0; */
  right: 20px;
  top: 20px;
  opacity: 0.5;
}

.custom-checkbox{
  font-size: 12px;
    line-height: 1;
    position: relative;
    display: inline-block;
    /* margin: 0 5px 0 0; */
    text-transform: uppercase;
    color: #000;
    background-color: #f1f2f6;
    
}
.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.custom-checkbox .size-name {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0;
  border-radius: 3px;
 
  padding: 8px;
  display: inline-block;
}
.custom-checkbox input:checked~.size-name {
  color: #fff;
  background-color: #2d8f56;
}
.custom-checkbox .size-name small{
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
  display: inline-block;
}
.custom-checkbox .disabled{
  color: red !important;
  text-decoration: line-through;
}
.custom-checkbox .disabled small{ 
  
  text-decoration: line-through;
}
.videos h4{
  font-weight: 600;
  margin-bottom: 20px
}
.videos h4 i{
  margin-right: 10px;
  color: #169bd6;
}
.videos p{
  margin-top: 10px;
}
.video-list{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60.25%;
}
.video-list iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* Profile container */
.profile-side {
   background: #ececec;
   background: #f2fbff;
   padding: 20px;
   min-height: 70vh;
 
   border: 1px solid rgba(0,0,0,.125);

}
.progile-image{
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
}
.profile-side h5{
  font-size: 16px;
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.profile-content .card-body{
  min-height: 70vh;
}
.blog{
  background: #EBF1EB;
}
.blog-list{
  background: #fff;
}
.blog-list img{
  width: 100%;
}
.blog-list .price-badge{
 text-align: center;
 padding: 10px;
 text-transform: uppercase;
}
.blog-content{
  padding: 20px;
}
.blog-content .badge{
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  background: #deffde;
}
.blog-list p{
  font-size: 14px;
  color: #000;
  opacity: 0.8;
  line-height: 22px;
}
.client-box{
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  padding: 20px;
}
.main-heading{
  font-size: 40px;
  font-weight: 600;
}
.main-heading span{
  border-bottom: 5px solid #08B59F;
  display: inline-block;
  padding-bottom: 10px;
}
.paragraph-text{
 font-size: 16px;
 line-height: 28px;
}
.paragraph-one b{
  color: #08B59F;
}
.heading-small{
  font-weight: 800;
  color: var(--secondary);
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0px;
}
.out-line-heading{
  font-size: 80px;
  position: relative;
  z-index: 9;
  font-weight: 800;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1.5px;
-webkit-text-stroke-color: #224056;
text-transform: uppercase;
letter-spacing: -3px;
line-height: 70px;
font-weight: 900;
}
.sub-heading{
 font-weight: 600;
}
.skills-icon{
  border-bottom: 1px solid rgba(0, 0, 0, 0.143);
  padding-bottom: 30px;
}
.skills-icon img{
  height: 30px;
}
.image-hover{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition: 0.5s ease-in-out;
}
.image-hover:hover{
  filter: none;
  -webkit-filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}

.btn-primary {
  background: #C62931;
  border-color: #C62931;
  cursor: pointer;
}
.btn-primary:hover {
  background: #d94950;
  border-color: #d94950;
}
.btn-secondary {
  background: #FFFFFF !important;
  color: #354050 !important;
  border-color: #D0D5DC !important;
  cursor: pointer;
}
.btn-secondary:hover {
  color: #354050 !important;
  background: #F9FAFB !important;
}
.btn-secondary:active {
  color: #79879A !important;
  background: #F0F2F5 !important;
}
.btn-secondary:focus {
  color: #79879A !important;
  background: #F0F2F5 !important;
  outline: 0 !important;
}
.mobile-nav {
  position: fixed;
  bottom: 0;
  z-index: 50;
  display: block;
  width: 100%;
  background: #111822;
}
.mobile-nav a {
  text-decoration: none !important;
  cursor: pointer;
  color: #A2ABB9;
  font-size: 12px;
  float: left;
  width: 20%;
  display: inline-block;
  text-align: center;
  margin: 0 !important;
  padding: 8px 0px 5px 0px;
}
.mobile-nav a.active {
  background: #222C3A;
  color: #FFFFFF;
}
.mobile-nav a i {
  font-size: 23px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2px;
}

.page-loader{
	width: 100%;
	height: 100vh;
	position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
	background: var(--secondary);
	z-index: 1000;
}
	.txt{
		color: #666;
		text-align: center;
		top: 40%;
		position: relative;
		text-transform: uppercase;
		letter-spacing: 0.3rem;
		font-weight: bold;
		line-height: 1.5;
	
}

/* SPINNER ANIMATION */
.spinner {
	position: relative;
	top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

.contact-page p{
  opacity: 0.8;
}
.contact-page a{
  opacity: 0.8;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
.page-header{
  background: url(../images/service-page-head.jpg) center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
 position: relative;

}
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 18.1%, rgba(241, 247, 248, 0.2) 58.56%, rgba(241, 247, 248, 0) 65.36%);
    z-index: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.header-contont{
  position: relative;
  z-index: 1;
}
.page-header .main-heading{
  color: #000;
  font-size: 50px;
  margin-bottom: 10px;
}
.whatsapp_fixed{
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background: #2ab03f;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
}
.bg-dark{
background: var(--secondary) !important;
}
/* .about-page img{
  border: 1px solid var(--primary);
} */
.service-page .blog-list{
  border: 1px solid rgb(202, 202, 202);
}
.faq-bg{
  background: rgb(246,246,255);
  background: -moz-linear-gradient(104deg, rgba(246,246,255,1) 0%, rgba(238,250,238,1) 100%);
  background: -webkit-linear-gradient(104deg, rgba(246,246,255,1) 0%, rgba(238,250,238,1) 100%);
  background: linear-gradient(104deg, rgba(246,246,255,1) 0%, rgba(238,250,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6ff",endColorstr="#eefaee",GradientType=1);

}
@media (max-width: 768px) {
  .header-top{
    display: none;
  }
  .social-icons li{
    margin-right: 5px;
  }
  .social-icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .page-header .main-heading{
    font-size: 30px;
  }
  
  .main-btn{
    margin-bottom: 15px;
  }
  .home-about .main-heading{
   margin-top: 15px;
  }
 
  .main-heading{
    font-size: 30px;
  }
  .pt-70{
    padding-top: 35px;
  }
  .pb-70{
    padding-top: 35px;
  }
  .about-two h1{
    padding: 10px;
    font-size: 33px;
  }
  .home-about h2{
    font-size: 26px;
  }
  .search-box{
    height: 44px;
  }
  .top-bar{
    display: none;
  }
  .banner{
    padding-top: 30px;
  }
  .banner h1 {
   font-size: 35px;
  }
  .banne h5{
    font-size: 16px;
  }
  .banner h5 span{
    font-size: 24px;
  }
  .banner-btn{
    padding: 12px 20px;
    font-size: 14px;
    background: rgba(36, 63, 143, 0.664);
    background: linear-gradient(90deg, rgba(36, 63, 143, 0.664) 0%, rgba(67, 180, 232, 0.664) 100%);
   
  }
  .product-list{
    margin-bottom: 20px;
  }
  .about,.home-video,.gallery,.testimonial{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-video h2{
    font-size: 24px;
  }
  header {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-start {
    padding-top: 0px;
  }
  .flow-chart {
    display: none;
  }

  .logo {
    text-align: left;
  }

  .header-right {
    text-align: left !important;
  }
  .header-right a {
    margin-top: 15px;
    font-size: 14px;
  }


  .box-item {
    padding: 10px 25px;
   
    margin-bottom: 10px;
    /* text-align: left; */
  }
  .icon-box {
    width: 55px;
    height: 55px;
    line-height: 55px;
}
  .box-item img {
    max-height: 30px;
  }
  .box-item h1{
    font-size: 25px;
  }
  .box-item h4 {
    font-size: 16px;
    font-weight: 400;
  }
  .courses,
  .news-letter,
  .news,.programs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .choose {
    padding-top: 30px;
  }
  .choose img {
    margin-top: 20px;
  }

  .top-header-right {
    text-align: center;
  }
  .nav-link {
    text-transform: uppercase;
   
  }
  .news-letter h2{
    font-size: 25px;
  }
  .news-letter p{
    font-size: 14px;
  }
  .footer-social{
    margin-bottom: 20px;
    overflow: hidden;
  }
  
  .inner-page{
    padding-top:30px;
    padding-bottom: 30px;
  }
  .program-list img{
    margin-bottom: 12px;
  }
  .price-details{
    margin-top: 30px;
  }
  .profile-side{
    min-height: auto;
    margin-bottom: 20px;
  }
  .mobile-text{
    font-size: 30px;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    letter-spacing: 1.5px; */
    font-family: 'Philosopher', sans-serif;
    color: #fff;
  }
  .banner-video::before{
    display: none;
  }

}
@media (max-width: 480px) {
  .banner-video h1{
    font-size: 30px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    letter-spacing: 1px;
   
  
  }
}