@import url('https://fonts.googleapis.com/css2?family=Exo+2: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=Quicksand:wght@300;400;500;600;700&display=swap');
body{
font-family: 'Quicksand', sans-serif;
font-family: 'Exo 2', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Exo 2', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
a{ color:#005485; }
a:hover{ color:#fa244d; }
a:hover{ text-decoration:none; }
.top-hedar{
	background: #005485;
	padding-top: 13px;
}
.top-hedar .mail ul{
	list-style-type: none;
}
.top-hedar .mail li{
	 display: inline;
	 color: #fff;
	 padding-right: 7px;
	 font-weight: 700;
}
.top-hedar .mail li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
        margin-left: 18px;
}
.top-hedar .phon-number li{
	 display: inline;
	 color: #fff;
	 padding-right: 7px;
	 font-weight: 700;
}
.top-hedar .phon-number li a{
	 color: #fff;
	 text-decoration: none;
	 font-family: 'Quicksand', sans-serif;
	 font-weight: 700;
}
/*.top-hedar li svg{
	font-size: 25px;
    position: absolute;
}
.mail svg{

}*/
.logo {
	 max-width: 200px;
	 margin-left: -12px;
}
 .navbar {
	 align-items: center;
	 background: #fff;
	 display: flex;
	 flex-direction: row;
	 font-family: sans-serif;
	 padding: 10px 50px;
}
 .push-left {
	 margin-left: auto;
}
/* Menu */
 .hamburger {
	 background: transparent;
	 border: none;
	 cursor: pointer;
	 display: none;
	 outline: none;
	 height: 30px;
	 position: relative;
	 width: 30px;
	 z-index: 1000;
}

.abou-us-list{display: table;
    position: relative; padding-left:0px; }
.abou-us-list li{ list-style:none; }
.abou-us-list li:nth-child(1){      position: absolute;
    bottom: -20px;
    right: -90px;
    z-index: 99;}
.abou-us-list li img{ border: 4px solid #005485;
    border-radius: 20px;
    box-shadow: 8px 10px 2px rgba(0,0,0,.2); }

/*.about-us-img img{
        z-index: 999;
    position: relative;
}*/
.about-us-content .all-btn{    margin-top: 20px;
    display: table; }

.google-map{ background:#effcfa; padding:40px 40px; }
.banner-img{ position:relative; }
.banner-img img{     height: 620px;
    width: auto;
    right: 11%;
    position: relative;
    z-index: 9; }
.circle {
     border-radius: 50%;
    background-color:#fa244d;
    width: 220px;
    height: 220px;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    position: absolute;
    bottom: 20%;
    right: 39%;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}





.book-but {
  display: inline-block;
  padding:14px 30px 14px 30px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1; text-decoration:none;
}
.book-but:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fa244d;
  border-radius:4px;
  z-index: -2;
}
.book-but:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #005485;
  transition: all 0.3s;
  border-radius: 4px;
  z-index: -1;
}
.book-but:hover {
  color: #fff;
}
.book-but:hover:before {
  width: 100%;
}


.slider-content .book-but{ margin-left:98px; }



.Course-button {
  display: inline-block;
  padding:14px 30px 14px 30px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1; text-decoration:none;
}
.Course-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#005485;
  border-radius:4px;
  z-index: -2;
}
.Course-button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color:#fa244d;
  transition: all 0.3s;
  border-radius: 4px;
  z-index: -1;
}
.Course-button:hover {
  color: #fff;
}
.Course-button:hover:before {
  width: 100%;
}



.wrap:before,
.wrap:after {
  z-index: -1;
}
.wrap a,.book-nav li a {
  text-decoration: none;
  line-height: 80px;
  text-align: center; z-index:9;
}
.wrap a,.book-nav li a {
     position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0px 0px;
    max-width: 160px; line-height:43px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 2px solid #005485;
    color: #005485;
    float: left;
   
}
.wrap a:hover,.book-nav li a:hover {
    color: white;
}
.ver-overlap:before, .ver-overlap:after,
.ver-overlap span:before,
.ver-overlap span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f82d2d;
  transition: 0.4s ease-in-out; z-index:-9;
}
.book-list-nav{ padding:0px; }
.book-list-nav li a{ padding:2px 20px; }
.ver-overlap:after,
.ver-overlap span:before {
  top: auto;
  bottom: 0;
}
.ver-overlap span:before,
.ver-overlap span:after {
  transition-delay: 0.4s;
}
.ver-overlap:hover:before, .ver-overlap:hover:after,
.ver-overlap:hover span:before,
.ver-overlap:hover span:after {
  height: 80px;
}
.ver-overlap:active {
  background-color: #f82d2d;
}
 


.course-box .wrap a{ max-width:117px; line-height:40px; }
body > div.courses > div > div > div:nth-child(7) > div,body > div.courses > div > div > div > div:nth-child(7) > div{ margin-bottom:0px; }
.view-more-but{ 
    display: table;
    margin: 0px auto;
    min-width: 200px; }

.owl-carousel .owl-item img{ width:auto; }
.testimonial-content{    min-height: 130px;}
.menu-dase{ cursor: pointer; }

.sidenav {
 height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -40px;
    background-color: #005485;
    overflow-x: hidden;
    transition: 0.5s; z-index:9999; 
}

.wpcf7-textarea{ height:80px; }


.sidenav .closebtn {
  position: absolute;
  top: 0;
  right:55px;
  font-size: 36px;
  margin-left: 50px; color:#fff;
}
.mySidenavform{ padding:40px 60px 40px 20px; }
.mySidenavform h3{     color: #fff;
    font-size: 20px; }
#BookAppointment{padding:13px 26px;}
#BookAppointment:hover{ background:#000 !important; padding:13px 26px; text-decoration:.6s; }
.menu-dase span{color: #005485;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold; }

.fixed {
      position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    z-index: 999;
}

.wat-web-nav{    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 999;
    padding: 0px;}
.wat-web-nav li{     list-style: none;
    display: block;
    line-height: 60px;
    left: 90px;
    position: relative; transition-duration:.6s; }

.wat-web-nav li:hover{left:20px;}    
.wat-web-nav li a{    color: #fff;
    text-decoration: none;
    background: #29A71A;
    padding: 12px 24px 17px 0px;
    border-radius: 30px 0px 0px 30px; }

.wat-web-nav li img{ position: relative; top: -1px; }
.comments-area{ display:none; }
.inner-page{ padding:120px 0px 155px 0px; }

.main-menu{ box-shadow:2px 2px 2px rgba(0,0,0,.1); }
.woocommerce-page .inner-banner{ display: none;  }
h2.woocommerce-page-title{ margin-left: 52%;
    color: #005485;
    font-weight: bold; }
.woocommerce div.product div.images.woocommerce-product-gallery {
     margin-top: -36px;
} 

.woocommerce div.product p.price, .woocommerce div.product span.price{ color:#fa244d !important; font-weight:bold; }
.woocommerce div.product div.images img{ border-radius:10px; }
.woocommerce .nav-links{ display: none; }
.woocommerce table.shop_table td.product-thumbnail img{     width: 40px !important;
    height: 40px !important;
    border-radius: 40px; }
.woocommerce table.shop_table td.product-thumbnail a{ color:#005485; }
.book-nav{  }
.book-nav li{ display: inline-block; }
.footer-mobile-number .fa-phone-flip{    rotate: 89deg;
    top: 9px;
    position: relative;}
.tnp-subscription-minimal input.tnp-email{ border-radius: 40px !important; border:2px solid #fa244d !important;}
.tnp-subscription-minimal input.tnp-submit{ background-color:#fa244d !important; border-radius:50px !important; }
@media screen and (max-height: 450px) {
  .sidenav {    padding-top: 15px; 
    right: -16px;}
  .sidenav a {font-size: 18px;}
}

.woocommerce div.product div.images{ opacity:1 !important;  }
.related.products{ display: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{ background-color:#fa244d !important; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.woocommerce form .form-row select, .woocommerce-page form .form-row select{    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

    .woocommerce ul.order_details{    margin: 0 0 3em;
    list-style: none;
    border: 1px solid #ccc;
    display: table;
    padding: 15px;}

.woocommerce-page .woocommerce-message .button{ background:#fa244d; color:#fff; }
.woocommerce-page .woocommerce-message .button:hover{ background:#000 !important ; color:#fff; }
#comments,.post-navigation{ display: none; }








 @media screen and (max-width: 768px) {
	 .hamburger {
		 display: inline-block;
	}
}
 .hamburger-line {
	 background: #272727;
	 height: 3px;
	 position: absolute;
	 left: 0;
	 transition: all 0.2s ease-out;
	 width: 100%;
}
 .hamburger:hover .hamburger-line {
	 background: #777;
}
 .hamburger-line-top {
	 top: 3px;
}
 .menu-active .hamburger-line-top {
	 top: 50%;
	 transform: rotate(45deg) translatey(-50%);
}
 .hamburger-line-middle {
	 top: 50%;
	 transform: translatey(-50%);
}
 .menu-active .hamburger-line-middle {
	 left: 50%;
	 opacity: 0;
	 width: 0;
}
 .hamburger-line-bottom {
	 bottom: 3px;
}
 .menu-active .hamburger-line-bottom {
	 bottom: 50%;
	 transform: rotate(-45deg) translatey(50%);
}
 .nav-menu {
	 display: flex;
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 transition: all 0.25s ease-in;
	 margin-right: 101px;
}
 @media screen and (max-width: 768px) {



	 .nav-menu {
		 background: #fff;
		 flex-direction: column;
		 justify-content: center;
		 opacity: 0;
		 position: absolute;
		 top:102px;
		 right: 0;
		 left: 0;
		 transform: translatey(-100%);
		 text-align: center; width:100%;
	}
	 .menu-active .nav-menu {
		 transform: translatey(0%);
		 opacity: 1;
	}
}
 .nav-menu .menu-item a {
	 color: #005485;
	 display: block;
	 line-height: 30px;
	 margin: 0px 41px;
	 text-decoration: none;
	 text-transform: uppercase;
	 font-family: 'Exo 2', sans-serif;
	 font-weight: 700;
}
 .nav-menu .menu-item a:hover {
	 color: #005485;
	
}
 @media screen and (max-width: 768px) {
	 .nav-menu .menu-item a {
		 font-size: 20px;
		 margin: 8px;
	}
	.logo {
    max-width: 200px;
    margin-left: 0px;
}
}
 .sub-nav {
	 border: 1px solid #ccc;
	 display: none;
	 position: absolute;
	 background-color: #fff;
	 padding: 5px 5px;
	 list-style: none;
	 width: 230px;
}
 @media screen and (max-width: 768px) {
	 .sub-nav {
		 position: relative;
		 width: 100%;
		 display: none;
		 background-color: #fff;
		 box-sizing: border-box;
	}
	.logo {
    max-width: 200px;
    margin-left: 0px;
}
}
 .nav__link:hover + .sub-nav {
	 display: block;
}
 .sub-nav:hover {
	 display: block;
}
.slider{
     background: linear-gradient(180deg, rgba(174,234,255,1) 25%, rgba(249,240,231,1) 74%);

}
.slider-img img{
	    width: 359px;
    padding-top: 29px;
        z-index: 999;
    position: relative; height:auto;
}
.slider-content h3{
color: #005485;
font-size: 35px;
font-weight: 700;
padding-left: 30px;
padding-right: 83px;
line-height: 46px;
padding-bottom: 10px;
}
.slider-content h3 span{
color: #fa244d;
font-size: 35px;
font-weight: 700;
}
.slider-content h6{
font-size: 25px;
font-weight: 600;
color: #fa244d;
padding-top: 157px;
padding-left:30px;
padding-bottom: 10px;
}
.slider-content p{
    padding-left: 30px;
    color: #005485;
    font-size: 25px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    padding-right: 118px;
    padding-bottom: 0px;
}
.banner-buttn{ margin-left:30px !important; }
/*.slider-content a{
    margin-left: 100px;
        background-color: #fa244d;
    color: #ffffff;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 30px;
}
.slider-content a:hover{
    background: #005485;
    transition: 1s;
}*/
.slider-img .slider-round-one{
    width: 393px;
    height: 374px;
    border-radius: 48%;
    background: #fa244d;
    position: absolute;
    margin-top: 139px;
    margin-left: -15px;
    animation: zoom-in-zoom-out 10s ease infinite;
}
.slider-img .slider-round-tow{
	width: 367px;
    height: 340px;
    border-radius: 48%;
    background: #fd98ab;
    margin-top: 154px;
    position: absolute;
    animation: zoom-in-zoom-out 10s ease infinite;
}
.slider-img .slider-round-three{
    width: 344px;
    height: 319px;
    border-radius: 48%;
    background: #fcd2da;
    position: absolute;
    margin-top: 165px;
    margin-left: 10px;
    animation: zoom-in-zoom-out 10s ease infinite;
}
/*.slider-round-one p{
	display: none;
}
.slider-round-tow p{
	display: none;
}
.slider-round-three p{
	display: none;
}*/
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1.1, 1);
  }
}
.fuchar{
	padding: 120px 0px;
}
.fuchar .fuchar-box{
	margin: 0px 0px 0px 0px;
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 30px 0px rgb(51 51 51 / 10%);
}
.fuchar-content h4{
	color: #fa244d;
	font-size: 25px;
	font-weight: 700;
}
.fuchar-content p{
	color: #005485;
	font-weight: 600;
	font-family: 'Exo 2', sans-serif;
}
.about-us-background-one{
    width: 417px;
    height: 500px;
    background: #fa244d;
    border: 1px solid #005485;
    position: absolute;
}
.element {
    animation: rotate 2s infinite;
    background-color:#fa244d;
    width: 574px;
    height: 480px;
    position: absolute;
    margin-left: -80px;
    border-radius: 25px;
}

@keyframes rotate {
  0% {
    transform: rotate(90deg)
  }
  100% {
    transform: rotate(80deg)
  }
}
.elements {
  animation: rotates 2s infinite;
  background-color:#005485;
    width: 574px;
    height: 480px;
    position: absolute;
    margin-left: -80px;
    border-radius: 25px;
    border: 1px solid #fa244d;
}

@keyframes rotates {
  0% {
    transform: rotate(80deg)
  }
  100% {
    transform: rotate(90deg)
  }
}
.about-us-img img{
	   /* z-index: 999;*/
    position: relative;
}
.about-us-home{
	    padding: 120px 137px;
}
.about-us-home img{ max-width:100%; }
.about-us-content h6{
	color:#005485;
	font-size: 20px;
	font-weight: 600;
	margin-top: 50px;
}
.about-us-content h3{
	color:#fa244d;
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 30px;
}
.about-us-content p{
    color: #005485;
    font-weight: 600;
    font-size: 19px;
    font-family: 'Exo 2', sans-serif;
    line-height: 25px;
}
/*.about-us-content a{
    background-color: #fa244d;
    color: #ffffff;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: none;
}
.about-us-content a:hover{
    background: #005485;
    transition: 1s;
}*/
/*.about-us-content p:nth-child(2) {
  margin-bottom: 30px;
}*/
.conten-part-tow{
	margin-bottom: 60px;
}

.space-area {
  height:850px;
  background:#009a11;
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
     position: relative;
    text-align: center;
    color: #fa244d;
    margin: 0px auto;
    background: #005485;
    width: 100%;
    padding: 40px 0px 80px 0px;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}
.count-title {
    font-size: 20px; color:#fff;
}
.our-courses{
	padding: 60px 0px;
	background: #dceffb;
	margin-top: 120px;
}
.our-courses-hedar h6{
	color: #fa244d;
	font-size: 20px;
	font-weight: 600;
}
.our-courses-hedar h3{
	color: #005485;
	font-size: 30px;
	font-weight: 600;
}
.our-courses-button a{
	    color: #fff;
    background: #fa244d;
    text-decoration: none;
    padding: 13px 34px;
    font-size: 20px;
    font-weight: 700;
    float: right;
    border-radius: 25px;
    margin-top: 15px;
    font-family: 'Exo 2', sans-serif;
}
.our-courses-img img{
	width: 308px;
    height: 224px;
    border-radius: 25px;
    margin-top: 60px;
}
.our-courses-content h4{
    color: #005485;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
}
.our-courses-content h6{
	color: #005485;
	text-align: center;
	font-weight: 700;
}
.coming-soon{
	background-image: url(../images/coming-soon-background-img.png);
    background-position: 25% 75%;
    width: 100%;
    padding: 120px;
    border: 3px solid #7fa9c2;
}
.coming-soon-box{
	background: #005485;
	border: 2px solid #fa244d;
	border-radius: 25px;
	padding: 60px;
}
.squares li{
  position: absolute;
  display: block;
  list-style: none;
  background: rgba(255, 255, 255, 0.1);
  animation: animate 30s linear infinite;
  bottom: -165px;
  width: 25px;
  height: 25px;
}

.squares li:nth-child(1){
  left: 26%;
  width: 90px;
  height: 90px;
  animation-delay: 0s;
}

.squares li:nth-child(2){
  left: 8%;
  width: 5px;
  height: 5px;
  animation-delay: 5s;
  animation-duration: 5s;
}

.squares li:nth-child(3){
  left: 10%;
  width: 15px;
  height: 15px;
  animation-delay: 10s;
}

.squares li:nth-child(4){
  left: 20%;
  width: 20px;
  height: 20px;
  animation-delay: 6s;
  animation-duration: 40s;
}

.squares li:nth-child(5){
  left: 35%;
  width: 80px;
  height: 80px;
  animation-delay: 2s;
}

.squares li:nth-child(6){
  left: 40%;
  width: 40px;
  height: 40px;
  animation-delay: 10s;
}

.squares li:nth-child(7){
  left: 55%;
  width: 200px;
  height: 200px;
}

.squares li:nth-child(8){
  left: 65%;
  width: 15px;
  height: 15px;
  animation-duration: 35s;
}

.squares li:nth-child(9){
  left: 70%;
  width: 25px;
  height: 25px;
  animation-delay: 20s;
  animation-duration: 20s;
}

.squares li:nth-child(10){
  left: 85%;
  width: 100px;
  height: 100px;
  animation-delay: 1s;
  animation-duration: 15s;
}




.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#f1f1f1;
  border-radius:50%;
  opacity:0.5;
  animation: rise 10s infinite ease-in;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}




























@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 30%;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
  }

  100% {
    transform: translateY(-1000px) rotate(600deg);
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;  }
}

#middle {

  text-align: center;
}

#middle h1 {
  color: #FFFFFF;
  font-size: 3.80em;
  font-family: 'Satisfy', cursive;
  text-shadow: 0px 1.5px 1.5px rgba(0, 0, 0, 0.3);
  line-height: 1;
  text-align: left;
}


#countdown-container {
  display: inline-flex;
  box-sizing: border-box;
  line-height: 1;
  margin-top: 1.10em;
  margin-bottom: 4.1em;
  width: 100%;
}

.countdown-box {
      padding-right: 0.5em;
    padding-left: 0.5em;
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    /* border: 2px solid; */
    border: 3px solid #fa244d;
    /* padding: 15px 60px; */
    min-width: 231px;
    padding: 12px 0px;
    border-radius: 25px;
    background: #effcfa;
}

.countdown-box p{
  font-size: 2em;
  text-shadow: 0px 1.5px 1.5px rgba(0, 0, 0, 0.3);
      font-family: 'Exo 2', sans-serif;
      color: #fa244d;
}

#middle h3 {
  color: #FFFFFF;
  font-size: 1.20em;
  display: inline-block;
  margin-right: 0.9em;
}

#middle i {
  margin-left: 0.9em;
}

#middle a {
  color: #FFFFFF;
  text-decoration: none;
}

#middle a:hover {
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0px 2.2px 2.2px rgba(0, 0, 0, 0.4);
}

#twitter:hover {
  color: #00acee;
}

#medium:hover {
  color: #000000;
}

#dribbble:hover {
  color: #ea4c89;
}

#codepen:hover {
  color: #000000;
}

#middle img {
  padding: 0.5em;
}

#middle img a {
  text-decoration: none;
}

#middle img:hover {
  text-decoration: none;
  opacity: 0.8;
}
.coming-soon-box h3{
	font-size: 35px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 0px 100px;
    margin-bottom: 30px;
}
.coming-soon-box a{
	color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 23px;
    border: 2px solid #fff;
    padding: 10px 25px;
    border-radius: 30px;
    /* margin-top: 60px; */
    margin: 0px auto;
    display: table;
}
#background-wrap {
    bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
box-shadow: 0 21px 30px rgb(0 0 0 / 95%), inset 0px 10px 150px 5px rgb(103 199 252);
	
    height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 68px;
	left: 10px;
	position: absolute;
	width: 65px;
}

.countdown-box span{
	color: #005485 !important;
}
.testimonial-box{
padding: 35px 35px 35px 35px;
    background-color: #005485;
/*    box-shadow: 0px 0px 0px 0px rgb(51 51 51 / 10%);*/
    border: 2px solid #fa244d;
    border-radius: 25px;
}
.testimonial-box .fa-quote-right{
	 color: #fa244d;
    font-size: 40px;
}
.testimonial-rating svg{
    color: #f39c12;
    margin-right: 11px;
    font-size: 23px;
    margin-top: 13px;
    margin-left: -6px;
}
.testimonial-content p{
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 26px;
}
.testimonial-img img {
      border-radius: 50px 50px 50px 50px;
}
/*.testimonial-client-details{
	    margin-left: 105px;
    margin-top: -66px;
}*/
.testimonial-client-details h4{
	    margin-top: 21px;
    color: #fff;
}
.testimonial{
	margin: 120px 0px;
}
.testimonial-text-aria span{
	color: #FF630E;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: 'Exo 2', sans-serif;
}
.testimonial-text-aria{
	margin-left: 100px;
	margin-top: 85px;
}
.testimonial-text-aria h4{
	color: #130F40;
    font-size:36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 55px;
    font-family: 'Exo 2', sans-serif;
    margin-top: 16px;
}
.testimonial-text-aria p{
	margin-right: 60px;
    margin-top: 33px;
}
.why-choose-me img{
	    width: 332px;
    height: 381px;
    border-radius: 20px 20px 20px 20px;
        border: 4px solid #005485;
}
.img-1{
	    margin: 100px 0px 0px 0px;
}
.img-2{
	    margin: 0px 50px 0px -50px;
}
.img-4{
	    margin-top: -231px;
    margin-left: 20px;
}
.why-choose-me-content{
	padding-left: 100px;
}
.why-choose-me-content h4{
	color: #fa244d;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 55px;
    padding-bottom: 26px;
}
.why-choose-me-content h6{
	font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 34px;
    color: #005485;
}
.why-choose-me-content p{
	color: #005485;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.faq-container {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.faq {
  box-sizing: border-box;
  background: transparent;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.faq:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}

.faq-title {
  margin: 0 35px 0 0;
  color: #005485;
      font-size: 22px;
}

.faq-text {
  margin: 30px 0 0;
  display: none;
  line-height: 1.5rem;
  color: #005485;
}

.faq.active {
  background-color: #f8f8f8;
  box-shadow: inset 4px 0px 0px 0px var(--accent-color);
}

.faq.active .faq-title {
  color: #005485;
      font-size: 22px;
}

.faq.active .faq-text {
  display: block;
  color: #005485;
  font-weight: 700;
}

.faq-toggle {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease;
}

.faq-toggle:focus {
  outline: none;
}

.faq.active .faq-toggle {
  transform: rotate(180deg);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #000;
}
.main-faq{
	background: #effcfa;
	padding: 120px 0px;
}
.main-faq span{
    color: #fa244d;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px;
    margin-left: 23px;
    font-family: 'Exo 2', sans-serif;
}
.main-faq h4{
    color: #005485;
    font-size: 37px;
    margin-left: 23px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 55px;
    margin-bottom: 48px;
}
.faq-img img{
	margin-left: 60px;
    border-radius: 25px;
    margin-top: 60px;
    border: 2px solid #fa244d;
}
.why-choose-me{
	padding-bottom: 120px;
}
.futter-subscribe{
    max-width: 1000px;
    padding: 30px 40px;
    background: #005485;
    margin: 0px auto;
    display: table;
    border-radius: 25px;
    margin-top: -69px;
        z-index: 99;
    position: relative; width:100%;
}
.futter-subscribe h5{
	color: #fff;
	font-size: 31px;
}
.futter-subscribe input{
	width: 359px;
    height: 50px;
    padding: 0px 28px;
    border: 2px solid #fa244d;
    border-radius: 25px;
}
.futter-subscribe a{
	color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    background: #fa244d;
    padding: 15px 14px;
    border-radius: 25px;
    margin-left: -135px;
}
.futter-subscribe a:hover{
    background: #005485;
    transition: 1s;
}
.futter{
    background: #000;
    padding-top: 115px;
    padding-bottom: 10px;
    margin-top: -37px;
}
.futter-logo{
	    background: #fff;
    width: 225px;
    border-radius: 25px;
    padding: 5px 0px;
}
.futter-logo img{
	    padding-left: 21px;
}
.futter-about-us p{
	    color: #fff;
    font-weight: 600;
    margin-top: 18px;
    font-size: 12px;
}
.top-hedar li a:hover{
color: #fa244d;
transition: 1s;
}
.nav__link:hover{
    color: #fa244d !important;
transition: 1s;
}
.menu-course-categories li a:hover{
 color: #fa244d !important;
transition: 1s;
}
.recent-post-widget li a:hover{
     color: #fa244d !important;
transition: 1s;
}
.address-widget-list li a:hover{
         color: #fa244d !important;
transition: 1s;
}

.recent-post-widget li img{     width: 90px;
    height: 90px;
    border-radius: 5px;
    display: inline-block;
    float: left;}
.futter-about-us h6{
	color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
.footer-social-icons li{
	display: inline;
    margin-left: 28px;
    font-size: 25px;
}
.footer-social-icons li a{
	color: #fff;
}
.footer-social-icons{
	margin-left: -63px;
}
.categories h4{
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    margin-left: 30px;
}
.menu-course-categories li svg {
    color: #fa244d;
}
.menu-course-categories li {
    margin-bottom:10px; position:relative;}

.menu-course-categories li:before{     content: "";
    background: #fa244d;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    position: absolute;
    top: 11px;
    left: -7px; }
.tnp-subscription-minimal{ position:relative; }
.tnp-subscription-minimal .tnp-submit{color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    background: #fa244d;
    padding: 10px 14px;
    display: table;
    width: 130px;
    position: absolute;
    top: 0px;
    right: 78px;}

.menu-course-categories{
	list-style-type: none;
}
.menu-course-categories li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}
.recent-post .widget-title{
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    margin-left: 28px;
}
.recent-post-wid-thumb {
    height: 100px;
    width: 100px;
    background-size: cover;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.recent-post-wid-cont {
    padding-left: 16px;
    overflow: hidden;
    padding-top: 4px;
    display: table;
}

.page-id-247 .post-247{ text-align:center; }
.recent-post-widget h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.recent-post-widget-date {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
}
.recent-post-wid-cont h6 a {
    color: #ddd;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
        text-decoration: none;
}
.recent-post-widget li {
    overflow: hidden;
    margin-bottom: 30px !important;
}
.recent-post-widget-date {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}
.futter-contact .widget-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}
.address-widget-list li {
    position: relative;
    padding-left: 14px;
    font-size: 15px;
    line-height:23px;
        list-style: none;
}
.address-widget-list i.fa-map-marker {
    font-size: 30px;
}
.address-widget-list svg{
	color: #fa244d;
	font-size: 20px;
	margin-left: -41px;
	margin-top: 29px;
}
.address-widget-list li p{
	color: #fff;
	margin-top: -32px;
	    font-weight: 700;
}
.address-widget-list li a{
	    color: #fff;
    text-decoration: none;
        font-weight: 800;
}
.address-widget-list li span{
	    color: #fff;
    font-weight: 700;
    padding-left: 20px;
}
.address-widget-list li .futter-number-one{
padding-left: 4px !important;
}
.footer-subscribe-form {
    position: relative;
    margin-top: 30px;
    color: #fa244d;
    font-weight: 700;
    font-size: 20px;
    padding-left: 52px;
}
.footer-bottom-area {
	margin-top: 20px;
    border-top: 1px solid #fa244d;
        margin-left: 60px;
        margin-right: 60px;
}
.rev span{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.rev a{
	color: #fa244d;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.rev{
	padding-top: 10px;
}
.dig span{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.dig a{
	color: #fa244d;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.dig{
	padding-top: 10px;
	    float: right;
}
.inner-banner:before {
    content: "";
    height: 426px;
    left: 0;
    position: absolute;
    top: 155px;
    width: 100%;
    background: rgba(6,10,37,0.83);
}
.inner-banner img {
    width: 100%;
}
.inner-banner-detail {
    position: absolute;
    bottom:20%;
    left: 4%;
}
.inner-banner-detail h1 {
    color: #fbcd21;
    font-weight: 700;
}
.inner-banner-nav li a {
    color: #fff;
}
.inner-banner-nav li {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    position: relative;
}
.inner-banner-nav li:nth-child(1):before {
    content: ">";
    height: 10px;
    left: 50px;
    position: absolute;
    top: 1px;
    width: 10px;
    color: #fbcd21;
}
.inner-banner-nav{
	padding-left: 0px;
}
.contact{
	    padding-top: 74px;
    padding-bottom: 120px;
}
.contact-from{
    padding: 50px 50px 30px 50px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 10%);
}
.contact-from input{
	    background-clip: padding-box;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 100%;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    margin-bottom:10px;
        height: 56px;
            border: 1px solid #fa244d;
}
.contact-from textarea {
    resize: vertical;
    width: 100%;
    height: 165px;
    border: 1px solid #fa244d;
    padding-left: 11px;
    padding-top: 10px;   
}
.wpcf7-submit{
    background-color: #fa244d !important;
    color: #ffffff !important;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 30px; border:none; 
}
.wpcf7-submit:hover{
    background-color: #005485 !important; border:none;   
}

.contact-details a{ color:#005485; text-decoration: none; }
.contact-details a:hover{ color:#fa244d; }
.contact-details h4{
	color: #005485;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 55px;
    margin-top: 60px;
        margin-bottom: 10px;
}
.contact-details p{
	    font-size: 16px;
    margin: 20px 0px;
    padding-right: 100px;
    font-weight: 600;
}
.elementor-icon-box-title{
	font-size: 23px;
}
.why{
	padding-bottom: 134px;
    padding-top: 90px;
}
}
.inner-banner {
    position: relative;
}
.inner-banner:before {
   content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.inner-banner img {
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.inner-banner{ position:relative; }
.inner-banner-detail {
    position: absolute;
    left: 0%;
    text-align: center;
    width: 100%;
}
.inner-banner-detail h1 {
    color: #fff;
}
.inner-banner-nav {
    padding: 0px;
}
.inner-banner-nav li {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    position: relative;
}
.inner-banner-nav li:nth-child(1):before {
    content: ">";
    height: 10px;
    left: 50px;
    position: absolute;
    top: 1px;
    width: 10px;
    color: #fa244d;
}
.inner-banner-nav li a {
    color: #fff;
    text-decoration: none;
}
.about-us-img{
     padding: 90px 0px 75px 0px;
         max-width: 1140px;
             margin: 0px auto;
}
.about-us-img img{
	width: 360px;
	border-radius: 25px;
}
.about-img-one{
	    margin: 100px 0px 0px 0px;
}
.about-img-three{
	margin: 100px 0px 0px 0px;
}
.about-who-we-are{
	margin-bottom: 6px;
}
.about-who-we-are h6{
	color: #fa244d;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}

.about-who-we-are h3{
    color: #005485;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0px 213px;
}
.about-who-we-are p{
    color: #005485;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    padding: 25px 146px;
}
.best-learning-platfrom{
	margin-bottom: 120px;
	padding: 80px 0px 90px 0px;
	background: #F7F7F7;
}
.best-learning-platfrom h6{
    color: #fa244d;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}
.best-learning-platfrom h4{
    color: #005485;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 50px;
}
.about-box{
	    padding: 40px 30px 40px 30px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.about-box svg{
	    color: #fa244d;
    font-size: 66px;
    margin: 0px auto;
    display: table;
    padding-bottom: 20px;
}
.about-box h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: #005485;
}
.about-box p{
    color: #005485;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.about-box:hover{
	box-shadow: 0px 20px 30px 0px rgba(51, 51, 51, 0.1);
}
.about-us-img img:hover{
	box-shadow: 0px 20px 30px 0px rgba(51, 51, 51, 0.5);
}
.why-choose-me img:hover{
	box-shadow: 0px 20px 30px 0px rgba(51, 51, 51, 0.5);
}
.fuchar-box:hover{
	box-shadow: 0px 20px 30px 0px rgba(51, 51, 51, 0.2);
}
.courses{
	padding: 120px 0px;
}
.courses-box:hover{
	box-shadow: 0px 20px 30px 0px rgba(51, 51, 51, 0.2);
}
.courses h6{
	color: #fa244d;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}
.courses h4{
	color: #005485;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 55px;
    text-align: center;
    padding-bottom: 38px;
}
.courses-box{
	text-align: left!important;
    padding: 15px 15px 15px 15px;
    margin: 0px 0px 30px 0px;
    background-color: #EEFAFF;
    box-shadow: 0px 0px 0px 0px rgb(51 51 51 / 10%);
}
.course-header {
    position: relative;
}
.course-difficulty-level {
    color: #fa244d;
    background-color: #FFFFFF;
}
.course-difficulty-level {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 15px;
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 4px;
}
.course-img img {
    border-radius: 10px 10px 10px 10px;
}
.course-img img {
    height: auto;
    max-width: 100%;
}
.course-content {
    padding: 30px 20px 30px 20px;
}
.course-price {
    margin-bottom: 8px;
}
.course-price span {
    color: #fa244d;
    font-size: 24px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
}
.course-title {
    margin-bottom: 10px;
}
.course-title a {
    color: #005485;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    font-family: 'Exo 2', sans-serif;
    text-decoration: none;
}
.course-title a:hover{
	color: #fa244d;
	transition: 1s;
}
.ratings-stars svg{
    color: #ED9700;
    font-size: 20px;
    margin-right: 9px;
    margin-top: 2px;
    margin-bottom: 14px;
}
.course-rating-count span{
	    color: #005485;
    margin-left: 3px;
    font-size: 19px;
    font-weight: 600;
}
.course-content-footer {
    border-top: 1px solid #e6f0fa;
    padding-top: 20px;
    margin-top: 25px;
}
.course-content-footer li {
    display: inline-block;
}
.course-content-footer .course-user {
    float: right;
}
.tutor-color-secondary {
    color: #005485;
    font-weight: 700;
    margin-right: 4px;
}
.course-content-footer ul{
	padding-left: 0px;
}
.tutor-level{
	color: #005485;
}
.tutor-meta-level{
	color: #005485;
}
.course-content-footer .course-user p{
    float: right;
    color: #005485;
}
.course-content-footer li svg {
    font-size: 16px;
    margin-right: 9px;
    color: #005485;
}
.faq-page{
	padding: 120px 0px;
}
.faq-page h6{
    color: #fa244d;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}
.faq-page h4{
    color: #005485;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 55px;
    text-align: center;
    padding-bottom: 50px;
}
.all-btn{
    max-width: 200px;
}
.testimonial-box:hover{
box-shadow: 0px 20px 30px 0px rgba(51, 51, 51, 0.4);
}
.testimonial-page{
    padding: 120px 0px;
}
.testimonial-page h6{
    color: #fa244d;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}
.testimonial-page h4{
    color: #005485;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 55px;
    text-align: center;
        padding-bottom: 80px;
}
.testimonial-page-box{
    background-color: #D3D3D3;
    border-radius: 12px;
    padding: 25px;
        margin-bottom: 60px;
}
.testimonial-page-box img{ border-radius:50px; border: 5px solid #005485;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2); }
.testimonial-page-box h5{
    text-align: center;
    font-weight: 700;
    color: #005485;
        margin-top: -34px;
}
.testimonial-page-box h6{
    font-size: 14px;
    line-height: 20px;
}
.testimonial-page-box img{
        margin: 0px auto;
    display: table;
    top: -51px;
    position: relative;
}
.testimonial-ratings-stars svg{
    color: #ED9700;
    font-size: 21px;
}
.testimonial-ratings-stars{
    margin: 0px auto;
    display: table;
}
.testimonial-page-content {
        height: 116px !important;
            overflow: auto !important;
}

.testimonial-page-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background-color: #CCCCCC;
}

.testimonial-page-content::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.testimonial-page-content::-webkit-scrollbar-thumb
{
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg,
                                              rgba(0, 0, 0, 1) 0%,
                                              rgba(0, 0, 0, 1) 25%,
                                              transparent 100%,
                                              rgba(0, 0, 0, 1) 75%,
                                              transparent)
}
.testimonial-page-content p{
    padding-right: 4px;
    padding-top: 10px;
}
.testimonial-page-box:hover{
    box-shadow: 0px 20px 30px 0px rgba(51, 51, 51, 0.5);
}
.contact-details svg{
    color: #fa244d ;
    font-size: 20px;
        margin-right: 8px;
}
.img-responsive{
        height: 320px;
}

.menu-item svg{
        color: #005485;
    font-size: 25px;
    padding-top: 3px;
    margin-left: 15px;
}
.icon svg{
        display: inline;
    color: #fff;
    margin-left: 13px;
    font-weight: 700;
}
.top-hedar .mail svg{
        padding-top: 6px;
    position: absolute;
}

.course-box img{
    transform: skewx(-19deg);
    box-shadow: 10px 5px 5px #005485;
        width: 284px;
    margin-left: 37px;
}
.course-box{
    margin-bottom: 60px;
}
.course-box h3 a {
    color: #005485;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    font-family: 'Exo 2', sans-serif;
    text-decoration: none;
}
.course-box h3{
        margin-top: 0px;
    margin-bottom: 17px;
}
.tt-nomber {
    display: block;
    width: 74px;
    height: 75px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    z-index: 7;
    position: relative;
    left: 50%;
    margin-top: -52px;
    margin-left: -54px;
    font-size: 22px;
    line-height: 70px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    
}

.tt-fon span {
    position: relative;
    top: 4px;
    left: 4px;
    display: block;
    width: 43px;
    height: 43px;
    outline: 1px solid #fff;
    font-size: 22px;
    line-height: 43px;
}
.tt-text {
    position: relative;
}
.tt-fon {
    background: #fa244d;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 9px;
    left: 11px;
    z-index: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hover14 figure {
    position: relative;
    overflow: hidden;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.Course-button{
    color: #fff;
    background: #005485;
    text-decoration: none;
    padding: 10px 26px;
    border-radius: 4px 4px 4px 4px;
}
.Course-button:hover{
    background: #fa244d;
    color: #fff;
    transition: 1s;
}
.course-difficulty-level {
    position: absolute;
    left: 59px;
    top: 0;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 4px;
}
.course-difficulty-level {
        color: #fff;
    background-color: #005485;
    z-index: 2;
        transform: skewx(-19deg);
}
.course-contents{
    background: linear-gradient(180deg, rgba(255,255,255,1) 11%, rgba(174,234,255,1) 72%);
    height: 181px;
    margin-top: -39px;
    padding-top: 42px;
    padding-left: 20px;
    width: 307px;
    margin-left: 4px;
}
.course-box{
        padding: 3px 0px;
}