@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
   outline: none;
  visibility: visible;
  overflow-x: hidden;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(66 131 196) !important;
}

header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}



/* ================= */
/* ====== parallax Our Services=========== */

.our_service {
	
  /* The image used */
  background-image: url("../images/bgk1.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.our_service {
	    padding: 70px;
    margin: 60px 0px;
 
}


/* ================= */

.div-ceo-pic{
	
	    position: relative;
    padding: 30px 50px;
}

.div-ceo-pic img{
	    border: 7px solid #fffbfb;
    border-radius: 10px 10px;
    box-shadow: 0px 4px 19px 2px #d6cdcd;
}

 

.div-ceo-content{
	
	    padding: 30px 30px;
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    word-spacing: 6px;
    line-height: 30px;
    text-align: justify;
    font-style: oblique;

}


.div-ceo-content-name{
	font-size: 28px;
    text-transform: uppercase;
    padding: 0px 50px;
    margin: 0px;
    text-align: center;
	
	font-family: "Open Sans", serif;
    font-weight: 500;
    font-style: normal;
	
}


.div-ceo-content-subname{
	    font-weight: 500;
    text-transform: capitalize;
    padding: 0px 50px;
    text-align: center;
    font-family: "Roboto", serif;
    font-size: medium;
	
}

/* ================= */
/* ======  Heading Style=========== */
.ornament{
	width:100%;
	text-align:center;
}
.ornament h2{
	position:relative;
	display:inline-block;
	padding:24px 64px;
}
.ornament h2:before, .ornament h2:after{
	content:"";
	display:block;
	width:50%;
	height:4px;
	border-top:1px solid #111;
	position:absolute;
	top:70px;
}
.ornament h2:before{left:-24px;}
.ornament h2:after{right:-24px;}
.ornament h2 span{
	display:block;
	width:4px;height:4px;
	border:2px solid #111;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:68px;
	left:50%;
	margin-left:-4px;
}


/* ================= */
/* =====  individual heading ============ */
.ornament_hd_services{
	color:#fff;
	text-transform:uppercase;
}
.ornament_hd_services h2 span{border:2px solid #fff;}

.ornament_hd_services h2:before, .ornament_hd_services h2:after{border-top:1px solid #fff;}


.ornament_hd_coaches{
	color:#000;
	text-transform:uppercase;
}
.ornament_hd_coaches h2 span{border:2px solid #000;}

.ornament_hd_coaches h2:before, .ornament_hd_coaches h2:after{border-top:1px solid #000;}





/* ================= */
/* ======  our service=========== */

#main h1{
  font-size: 45px;
    color: #bac0e3;
    text-align: center;
}
.cards-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
}
.card{
margin: 30px auto;
    width: 300px;
    height: 260px;
    border-radius: 50px 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    cursor: pointer;
    transition: 0.4s;
    justify-content: flex-start !important;
  background-color: #97A9BD;
}

.card_image{
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto;
}
.card_image i{ 
    margin: 17px;
    font-size: 37px;
  
-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
 .card_title .heading {
    font-size: 1.2rem;
    font-weight: 700;
       margin: auto;
    text-align: center;
       color: #fff;
}
.card_title p {
    margin: 10px auto;
    line-height: normal;
  text-align: center;
      color: #fff;
}
.cards-list .card:nth-child(1) {
  background-color: #16b495d1;
}
.cards-list .card:nth-child(1):hover {
 background-color: #5e6e80;
}

.cards-list .card1 .card_image a i{
  color: #97A9BD;
 
}

.cards-list .card:nth-child(2) {
    background-color: #16b495d1;
}
.cards-list .card:nth-child(2):hover {
 background-color: #625682;
}
.cards-list .card2 .card_image a i{
  color: #A197BD;
 
}
.cards-list .card:nth-child(3) {
    background-color: #16b495d1;
}
.cards-list .card:nth-child(3):hover {
 background-color: #826552;
}
.cards-list .card3 .card_image a i{
  color:#BDA697;
 
}
.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #ababb4;
    display: block;
    transition: 0.5s;
    position: absolute;
    background: #fcfcfc;
    content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
      top: 0;
    left: 0;
    opacity: 1;
    color: #f9f9ff;
    display: block;
    padding: 0 30px;
    line-height: 40px;
    transition: 0.5s;
    position: relative;
    /* background: #fbfbfd; */
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
    border: 1px solid #fbfbfb;
}
.btn-read{
  justify-content: center;
    align-content: center;
    display: flex;
  margin: 31px;
}



/* ====  end of our service============= */


/* ====  Price list============= */
/*Colors*/
/*Fonts*/
.pricelist {
  background: linear-gradient(90deg, #b784ed, #7925ed);
  padding:20px 0px 0px 0px;
}

 
/* Start Style*/
.wrapper {
  max-width: 1000px;
  margin: 50px auto;
}
.wrapper .plans {
  display: flex;
  justify-content: space-around;
  height: 550px;
}
.wrapper .plans__1, .wrapper .plans__2, .wrapper .plans__3 {
  width: 200px;
  height: 330px;
  background: #d7d9e8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px 15px 100px 100px;
  text-align: center;
  cursor: pointer;
  margin-top: 50px;
  transition: all 0.5s ease;
}
@media (max-width: 710px) {
  .wrapper .plans__1, .wrapper .plans__2, .wrapper .plans__3 {
    margin-bottom: 55px;
  }
}
.wrapper .plans__1:hover, .wrapper .plans__2:hover, .wrapper .plans__3:hover {
  background: #fffefe;
  transform: scale(1.2);
}
.wrapper .plans__1:hover .plan-header .icon, .wrapper .plans__2:hover .plan-header .icon, .wrapper .plans__3:hover .plan-header .icon {
  background: #fffefe;
}
.wrapper .plans__1 .plan-header, .wrapper .plans__2 .plan-header, .wrapper .plans__3 .plan-header {
  color: #1f59a7;
}
.wrapper .plans__1 .plan-header .icon, .wrapper .plans__2 .plan-header .icon, .wrapper .plans__3 .plan-header .icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: #d7d9e8;
  padding: 0 24px;
  font-size: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.5s ease;
}
.wrapper .plans__1 .plan-header h2, .wrapper .plans__2 .plan-header h2, .wrapper .plans__3 .plan-header h2 {
  font: 600 30px "Poppins", sans-serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transform: translateY(-110%);
}
.wrapper .plans__1 .plan-price, .wrapper .plans__2 .plan-price, .wrapper .plans__3 .plan-price {
  width: 220px;
  min-height: 100px;
  background: #1f59a7;
  color: #fffefe;
  transform: translateY(-40%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: -10px 17px 22px -17px #6b5c5c;
}
.wrapper .plans__1 .plan-price:before, .wrapper .plans__2 .plan-price:before, .wrapper .plans__3 .plan-price:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  width: 0;
  height: 0;
  border-radius: 50% 10% 0 0;
  border: 5px solid #1f59a7;
  border-color: #1f59a7 #1f59a7 #1f59a7 #1f59a7;
}
.wrapper .plans__1 .plan-price:after, .wrapper .plans__2 .plan-price:after, .wrapper .plans__3 .plan-price:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0px;
  width: 0;
  height: 0;
  border-radius: 10% 50% 0 0;
  border: 5px solid #1f59a7;
  border-color: #1f59a7 #1f59a7 #1f59a7 #1f59a7;
}
.wrapper .plans__1 .plan-price h3, .wrapper .plans__2 .plan-price h3, .wrapper .plans__3 .plan-price h3 {
  font: 500 36px "Poppins", sans-serif;
  letter-spacing: 1px;
}
.wrapper .plans__1 .plan-price h3:before, .wrapper .plans__2 .plan-price h3:before, .wrapper .plans__3 .plan-price h3:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0;
  height: 0;
  border-radius: 0 0 10% 50%;
  border: 5px solid #1f59a7;
  border-color: #1f59a7 #1f59a7 #1f59a7 #1f59a7;
}
.wrapper .plans__1 .plan-price h3:after, .wrapper .plans__2 .plan-price h3:after, .wrapper .plans__3 .plan-price h3:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0px;
  width: 0;
  height: 0;
  border-radius: 0 10% 50% 0;
  border: 5px solid #1f59a7;
  border-color: #1f59a7 #1f59a7 #1f59a7 #1f59a7;
}
.wrapper .plans__1 .plan-price h3 span, .wrapper .plans__2 .plan-price h3 span, .wrapper .plans__3 .plan-price h3 span {
  font: 100 30px "Poppins", sans-serif;
}
.wrapper .plans__1 .plan-price span, .wrapper .plans__2 .plan-price span, .wrapper .plans__3 .plan-price span {
  font: 100 12px "Poppins", sans-serif;
  text-transform: uppercase;
  transform: translateY(-80%);
}
.wrapper .plans__1 .plan-advantege, .wrapper .plans__2 .plan-advantege, .wrapper .plans__3 .plan-advantege {
  transform: translateY(-15%);
}
.wrapper .plans__1 .plan-advantege ul, .wrapper .plans__2 .plan-advantege ul, .wrapper .plans__3 .plan-advantege ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.wrapper .plans__1 .plan-advantege ul li, .wrapper .plans__2 .plan-advantege ul li, .wrapper .plans__3 .plan-advantege ul li {
  padding: 8px 0;
}
.wrapper .plans__1 .plan-advantege ul li:first-child, .wrapper .plans__2 .plan-advantege ul li:first-child, .wrapper .plans__3 .plan-advantege ul li:first-child {
  padding: 0;
}
.wrapper .plans__1 .plan-advantege ul li .correct, .wrapper .plans__2 .plan-advantege ul li .correct, .wrapper .plans__3 .plan-advantege ul li .correct {
  color: #88aa65;
  font-size: 30px;
  font-weight: bold;
}
.wrapper .plans__1 .plan-advantege ul li .false, .wrapper .plans__2 .plan-advantege ul li .false, .wrapper .plans__3 .plan-advantege ul li .false {
  color: #a72c28;
  font-size: 30px;
  font-weight: bold;
}
.wrapper .plans__1 .plan-advantege ul .bar, .wrapper .plans__2 .plan-advantege ul .bar, .wrapper .plans__3 .plan-advantege ul .bar {
  width: 198px;
  height: 1px;
  background: #b4b4ab;
}
.wrapper .plans__2 .plan-header {
  color: #d8322f;
}
.wrapper .plans__2 .plan-price {
  background: #d8322f;
}
.wrapper .plans__2 .plan-price:before, .wrapper .plans__2 .plan-price:after {
  border: 5px solid #d8322f;
  border-color: #d8322f #d8322f #d8322f #d8322f;
}
.wrapper .plans__2 .plan-price h3:before, .wrapper .plans__2 .plan-price h3:after {
  border: 5px solid #d8322f;
  border-color: #d8322f #d8322f #d8322f #d8322f;
}
.wrapper .plans__3 .plan-header {
  color: #562052;
}
.wrapper .plans__3 .plan-header .icon .icon-inner {
  transform: translateX(25%) rotate(45deg);
}
.wrapper .plans__3 .plan-price {
  background: #562052;
}
.wrapper .plans__3 .plan-price:before, .wrapper .plans__3 .plan-price:after {
  border: 5px solid #562052;
  border-color: #562052 #562052 #562052 #562052;
}
.wrapper .plans__3 .plan-price h3:before, .wrapper .plans__3 .plan-price h3:after {
  border: 5px solid #562052;
  border-color: #562052 #562052 #562052 #562052;
}



/* ====  end of Price list============= */
/* ====  Footer============= */

h1, h2, h3, h4, h5, h6 {
}
section {
       padding: 20px 0;
    min-height: 10vh;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer{
  position: relative;
  background: #1e2129;
}

.footer-content{
  position: relative;
  padding: 85px 0px 80px 0px;
}
.footer-content:before{
  position: absolute;
  content: '';
  background: url(https://i.ibb.co/jyRLrBZ/world-map.png);
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.footer-content .logo-widget{
  position: relative;
  margin-top: -5px;
}
.footer-content .logo-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child{
  margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2e3138;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}
.footer-content .logo-widget .footer-social li a:hover{
  color: #ffffff;
  background: #ff5e14;
}
.footer-content .logo-widget .logo-box{
  margin-bottom: 25px;
}
.footer-content .logo-widget .text p{
  color: #9ea0a9;
  margin-bottom: 32px;
}
.footer-content .footer-title{
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}
.footer-content .service-widget .list li{
  display: block;
  margin-bottom: 12px;
}
.footer-content .service-widget .list li a{
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}
.footer-content .service-widget .list li a:hover{
  color: #ff5e14;
}
.footer-content .contact-widget p{
  color: #9ea0a9;
  margin-bottom: 15px;
}
.footer-content .contact-widget{
  margin-left: 90px;
}
.footer-content .contact-widget .footer-title{
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a{
  position: relative;
  color: #9ea0a9;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover{
  color: #ff5e14;
}
.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child{
  margin-left: 0px;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}
.footer-bottom .footer-nav li:first-child:before{
  display: none;
}
.logo-box img {
    max-width: 220px;
}

/* ====  end of Footer============= */

.sec_testimonial .title {font-family: "Raleway", sans-serif;color:#fff;}
.sec_testimonial p {font-family: "Raleway", sans-serif;color:#fff;}





/* ====== event main page ============ */
.section_latest_event{position:relative;margin-top:50px;}
.event_divMainpage{
	position:relative;float:left; 
}
.event_date11{position:relative;float:left;width:100%;background:red;}
 .event_date {
   position: absolute;
    background-color: #ff7350;
    width: 87px;
    height: 67px;
    left: 30px;
    top: -60px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
   
}
.event_date strong{
	      font-size: 29px;
    display: block;
    margin-top: 2px;
    font-weight: 800;

}


.event_date span{text-transform: capitalize;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}
.event_textDiv{
	padding:30px 30px;background:#f0f7ff;
}

.event_textDiv h2{
	font-size: 23px;
	text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.event_textDiv p{
font-family: 'Noto Sans', sans-serif;color: #6f6e6e;

}
.event_location span{font-size:14px;color:#9c9c9c;}
.event_location i{color :#ff7350;}
.event_location strong{color :#ff7350;font-family: 'Noto Sans', sans-serif;
font-weight:500;text-transform:capitalize; font-size:14px;}



/* ====== end of event main page ============ */




	

@media (max-width: 710px) {
  .nav_spaceinmob {    border-top: outset;
    margin-top: 20px;
	
  }
  .nav_spaceinmob li{
	
	padding: 10px 0px;
    font-size: large;
    font-weight: 600;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    border-bottom-style: solid;
	}
	
	.our_service {
		padding: 60px;
		margin: 0px 0px;
	}
	
}
