
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Raleway', sans-serif;

	color: #484848;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'Raleway', sans-serif;


	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;

    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
	color: #111;
}
p{
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}
a {
	outline: 0;
	color: #484848;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}
/******* Header ************/

/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}
/******* header ************/


/******* Menu ************/

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: #fff;
}
/******* header ************/
.top-header{
    background: #254993;
    padding:0;

}
.cus-header-box {
    display: flex;
    justify-content: space-between;
}
.cus-header-box p{
    margin-bottom: 0px;

}
.social-box {
    padding: 7px 0;
}
.cus-header-box p a{
    color: #254993;
    margin-right: 0px;
    background: #fff;
    padding: 14px 7px;
}

.cus-phone {
    display: flex;
    align-items: center;
}
.cus-phone p{
   color: #fff;
}

.cus-phone p a{
    color: #fff;
    font-size: 15px;
    background: #0000;
}

/******* Menu ************/

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: #fff;
}
.top_menu{
    padding: 7px 0 0;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 8px #66666638;
}

.menu-bar{
    display: flex;
    padding: 0 10px 0 0;
	align-items: center;
}
.logo{
width: 120px !important;
  height: 80px;
}
.logo img{
    width: 100%;
  height: 100%;
  object-fit: contain;
}
.cus-menu {
    width: 100%;
    text-align: right;
    margin: 0;
    display: flex;
}
.book{
    width: 7%;
    text-align: end;
    padding: 0 0 0 20px;
}
a.btn-book{
    background: #ff6a48;
    color: #ffff;
    text-decoration: none;
    padding: 14px 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 14px;
}
a.call{
    background: #0e2243;
    color: #fff;
    text-decoration: none;
    /* padding: 10px 25px; */
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    border: 2px solid #0e2243;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.call i{
    color: #fff;
    margin-right: 5px;
}

a.call:hover i{
    color: #fff;
}
.vg-nav>ul>li>a {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 9px;
    border-radius: 7px;
   text-transform: uppercase;

}
.vg-nav>ul>li {
    padding: 1px 5px;
}
.vg-nav>ul>li.active a, .vg-nav>ul>li a:hover {
    color: #000;
}
.vg-nav .dropdown ul li a {
    text-align: left;
}
.vg-nav .dropdown ul li a {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px;
    
}
.vg-nav .dropdown ul {
    background: #002e5d;
    box-shadow: 0 4px 7px rgb(0 0 0 / 15%);
}
.vg-nav .dropdown ul li a {
    text-align: left;
  text-transform: capitalize; 
    font-size: 13px;
    padding: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.openBtn {
    background: #f1f1f100;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }
  
  .openBtn:hover {
    background: #bbb;
  }
  
  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .overlay button:hover {
    background: #bbb;
  }

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    transition: 0.8s;
    -webkit-transition: 0.8s;

}

.vg-nav-hover>ul .dropdown-mega:hover .dropdown-mega-container{
    top: 170%;
    left: -170px;
    width: 160%;
    padding: 25px;
    background: #342a67;
}

/******* Slider ************/
.slider{
    padding: 0px 0 0 0;
    position: relative;
}
.slider::before {
    content: '';
    background: #00000045;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}



.slider .carousel-caption {
    text-align: left;
    bottom: 0;
    top: 0px;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    left: 5%;
    right: 5%;
}
.slider-bg {
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;
    border-radius: 0 20px 20px 21px;
    width: 53%;
}
.slider-bg img{
    height: auto !important;
    animation-name: inherit !important;
}
.slider-bg h5{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.slider-bg h2{
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 58px;
    margin: 0px 0 7px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.slider-bg h2 span{
    background: #1248b3;
    padding: 0 10px;
}

.slider-bg p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 13px 0;
    line-height: 30px;
}

.slider-bg ul li i{
    color: #cba043;
    margin-right: 8px;
}


.btn-primary {
    color: #fff;
    background-color: #2962d3;
    border-color: #2962d3;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 3px;
    padding: 12px 20px;
    letter-spacing: 0.5px;
}
.slider-bg .btn-secondary {
    color: #fff;
    background-color: #fff0;
    border-color: #fff;
    border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    padding: 12px 20px;
}
.slider .carousel-item img{
    height: 83vh;
    object-fit: cover;
}


.avia_styleswitcher.switcher_right .openclose {
    height: 300px;
    left: -47px;
	-webkit-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.29);
box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.29);
}
.slider .carousel-indicators [data-bs-target]{
	width: 11px;
    height: 11px;
    border: 10px;
    border-radius: 30px;
    margin-right: 5px;
}

.slider .carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}
.slider .carousel-indicators {
	bottom: 70px;
    justify-content: flex-end;
    margin-left: 10%;
    list-style: none;
}

/******* about ************/
.about{
    padding: 80px 0;
}
.about-text{

}
.about-text h2{
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    position: relative;
}
.about-text h2:before{

    content: '';
    background: #254a93;
    width: 50px;
    position: absolute;
    height: 4px;
    top: -15px;

}

.about-text h2 span{
    font-weight: 700;
}
.about-text img{
    margin-top: 10px;
}
.security-text-new{
    padding: 0 0 0 30px;
    width: 100%;
}
.security-box {
    display: flex;
    margin-bottom: 50px;
    position: relative;
}
.security-icon{
    width: 20%;
    position: relative;
}
.security-icon img{
    border: 1px solid #66666657;
    border-radius: 100%;
    padding: 11px;
    height: 90px;
    object-fit: cover;

}
.security-box:after{
    content: '';
    border: 1px dashed #666666ba;
    left: 42px;
    position: absolute;
    bottom: -22px;
    height: 40px;
}

.security-text{
    width: 100%; 
}
.security-box:last-child::after{
    border: 0px solid #66666657;
}
.security-text h4{
    font-weight: 700;
    font-size: 22px;
}
.security-box:last-child{
    margin-bottom: 0px;
}


/******* courses ************/
.courses{
    background: #eeeded;
    padding: 80px 0 120px;
}   
.courses-text{

}
.courses-text h2{
    font-size: 40px;
    color: #0d0e0e;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.courses-text h2:before{
    content: '';
    background: #254a93;
    width: 50px;
    position: absolute;
    height: 4px;
    top: -15px;
    left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)

}
.courses-text p{
    width: 70%;
    margin: 0 auto;
}
.courses-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    margin: 40px 0 0 0;
    background: #fff;
}
.wp-courses {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 30px;
	height: 290px;
}
.wp-courses h4{

    font-size: 20px;
    font-weight: 600;
}
.wp-courses p{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wp-courses span{
    display: inline-block;
    color: #254a93;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
	margin-top: 7px;
}
.owl-theme .owl-dots .owl-dot {
    display: none;
    zoom: 1;
}
.wp-courses a{
    color: #fff;
    background-color: #254a93;
    border-color: #254a93;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 3px;
    padding: 11px 20px;
    letter-spacing: 0;
    width: 44%;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {

    position: absolute;
    bottom: -40px;
 left: 42%;
}
.owl-carousel .owl-nav button.owl-next{
    border: 1px solid #66666663;
    padding: 7px 17px 12px !important;
    color: #000000b8;
    left: 50%;
}
.owl-carousel .owl-nav button.owl-prev{
    border: 1px solid #66666663;
    padding: 7px 17px 12px !important;
    color: #000000b8;
}

/******* offer ************/

.offer{
    background-image: url(../images/1.1.jpeg);
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    position: relative;
}
.main_section.offer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
#0000009c;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:
auto;
}
.offer .cat-courses-link i {
    font-size: 16px;
  height: 20px;
  width: 20px;
  background:
black;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
}
.offer .container {
  max-width: 90%;
}
.offer .about-text h2 {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: right;
}

.offer .about-text h2:before {
    content: '';
    background: #fff;
}
.breadcrumb-hd.bread-cat {
  margin-left: 20px;
}
.offex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.offex-text-box {
    flex: 0 40%;
    padding: 20px;
    background: #2962d3;
    margin: 20px 20px 13px 0;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.offex-text-box h4{
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.offex-text-box p{
    color: #fff;
    line-height: 24px;
}
.off {
    position: absolute;
    width: 90px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    top: -40px;
    right: -50px;
}
.main_section.offer .row{
    display: flex;
  flex-direction: row;
  justify-content: end;
}
.off h5{
    color: #254a93;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    padding: 5px;
}
.offex-text-box:nth-child(4) a{
    text-align: center;
}
.offex-text-box:nth-child(4) h4{
text-align: center;
}
.offex-text-box i{
    color: #254a93;
    font-size: 28px;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    line-height: 50px;
    margin-bottom: 21px;
}
.offex-text-box:hover{
    background: #fff;
}

.offex-text-box:hover h4{
    color: #333;
}
.offex-text-box:hover p{
    color: #333;
}
.offex-text-box:hover i{
    color: #fff;
    background: #254a93;
}
.schedule-img{
    margin-top: 20px;
}
.schedule-img img{
    height: 510px;
    object-fit: cover;
}

/******* class ************/
.class{
    padding: 80px 0;
}
.class .about-text{
    margin-top: 70px;
}
.class .about-text h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
}
.class .about-text p{
    line-height: 32px;
    margin-bottom: 30px;
}

.information{
    background-image: url(../images/testimonial-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.information::before{
    content: '';
    background: #2962d3c4;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}
.information-text{
    padding: 10% 0 0 9%;
    text-align: center;
}

.information-text .about-text h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.information-text p{
    text-transform: uppercase;
    color: #fff;
}
.information-text .about-text h2:before {
    content: '';
    background: #fff;
    left: 45%;
}
.information-text .form-control {
    padding: 0.875rem 0.75rem;

    border-radius: 0px;
    margin-bottom: 8px;
}
.information-text .form-select {
    padding: 0.875rem 2.25rem 0.875rem 0.75rem;
    border-radius: 0px;
}

.information-text .btn-primary {
    color: #fff;
    background-color: #254a9300;
    border-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 3px;
    padding: 12px 29px;
    letter-spacing: 0.5px;
    border: 2px solid #fff;
}
p.get {
    margin: 30px 0 0 0;
}
p.get a{
   color: #fff;
   font-weight: 700;
   font-size: 18px ;
}

/******* cretified ************/
.cretified{
    padding: 0px;
}   
.cretified-box {
    padding: 0% 10% 10% 10%;
}

.cretified-box .about-text h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 13px;
}
/******* cretified ************/
.textimonial{
    padding: 110px 0;
}
.textimonial::before {
    content: '';
    background: #0000008a;
}

.textimonial .about-text h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}
.textimonial .about-text p{
color: #fff;
text-transform: uppercase;
}
.textimonial .about-text h2{
	text-transform: uppercase;
}
.textimonial .about-text h2:before {
    content: '';
    background: #fff;
    left: 0%;
}
.wp-textimonial-box {
    background: #fff;
    padding: 25px;
    margin: 0px 0 0 0;
    position: relative;
	height: 360px;
}

.author-name {
    padding: 0 0 0 20px;
}
.author-name h6{
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.textimonial-text {
    display: flex;
    margin-bottom: 15px;
}
.wp-textimonial-box p{
    font-size: 15px;
    line-height: 25px;
}
.quote {
    position: absolute;
    right: 60px;
    bottom: -3px;
    z-index: 9;
}
.quote i{
    color: #2962d3;
    font-size: 46px;
}

.textimonial .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #ffffff;
    padding: 7px 17px 12px !important;
    color: #fff;
}
.textimonial .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #ffffff;
    padding: 7px 17px 12px !important;
    color: #fff;
}
.cta{
    background-attachment: inherit;
    padding: 40px 0;
}
.cta::before {
    content: '';
    background: #2e61c5eb;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}
.cta-text h2{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}
.cta-text p{
    color: #fff;
}
.cta-btn .btn-primary {
    color: #fff;
    background-color: #254a9300;
    border-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 3px;
    padding: 12px 29px;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    margin: 30px 0 0 0;
}

.location-box{

}
.location-box h3{
    font-weight: 700;
}



/******* footer ************/
.footer {
    background: #02131a;
    padding: 80px 0 30px;
}
.footer-text{
    position: relative;
}
.footer-services1{
    margin-top: -13px;
}
.footer-text a img {
    width: 120px;
    margin: 0 0 16px;
}

.footer-text h4{
    font-size: 19px;
    color: #fff;
    margin-bottom: 13px;
    font-weight: 700;
    position: relative;
}
.footer-text h4:before{
    content: '';
    background: #1248b3;
    width: 34px;
    height: 3px;
    position: absolute;
    top: -14px;
}
.footer-text ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-text ul li{
    line-height: 45px;
}
.footer-text ul li a{
    font-size: 15px;
    color: #ffffffb3;
    text-decoration: none;
    font-weight: 400;

}
.footer-text ul li a i{
    background: #274993;
    padding: 3px 5px;
    font-size: 8px;
    border-radius: 2px;
    margin-right: 5px;
}
.footer-text .form-control {
    padding: 0.5rem 0.75rem;
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 0px;
}
.footer-text .btn-primary {
    color: #fff;
    background-color: #0d6efd00;
    border-color: #0d6efd00;
    position: absolute;
    top: 5px;
    right: 4px;
}
.footer-text ::-webkit-input-placeholder { /* Edge */
    color: #666;
    font-style: italic;
  }
  
  .footer-text :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
    font-style: italic;
  }
  
  .footer-text ::placeholder {
    color: #666;
    font-style: italic;
  }
  .social-icons{
    margin: 35px 0 0 0;
  }
  .social-icons h4{
    margin-bottom: 10px;
  }
  
  .footer-services {
    padding: 0 0px 0 0;
}

  .footer-services ul li{
    line-height: 34px;

  }
  .footer-address ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer-address ul li {
    position: relative;
    margin-bottom: 22px;

}
.footer-address ul li .icon i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address ul li .cont {
    padding-left: 35px;
}
.footer-address ul li .cont p {
    color: #ffffffb3;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
}
.footer-address ul li .cont p a{
    color: #ffffffb3;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    height: auto;
    border: inherit;
}
.subscribe {
    position: relative;
    margin: 15px 0;
}
.footer-text .form-control {
    padding: 0.5rem 0.75rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}
.subcribr-arrow {
    position: absolute;
    right: -5px;
    top: 0px;
    color: #1280b4;
    background: #fff;
    padding: 9px 13px;
}
.subcribr-arrow i{
    color: #1280b4;
}

hr {
    margin: 2rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .5;
}
.footer hr{
    color: #fff;
}

.footer p{
    color: #ffffffb3;
    font-weight: 300;
    margin-bottom: 0px;
}
.footer p a{
    color: #ffffffb3;
    font-weight: 200;
    margin-bottom: 0px;
    text-decoration: none;
}
.footer-services1 ul li a {
    font-size: 15px;
    color: #ffffffb3;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Azonix';
}
.social-icons {
    margin: 15px 0 20px 0;
}
.social-icons a{

}
.social-icons ul li {
    display: inline-block;
    padding: 0 18px 0 0;
    justify-content: space-between;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    opacity: 1;
    border-radius: 100px;
    margin-right: 7px;
    box-shadow: 0px 6px 6px #0003;
}
.social-icons ul li a {
    color: #fff;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #27343a;
    border-radius: 3px;
    height: 43px;
    width: 36px;
    border-radius: 0px;
}
.social-icons ul li a i{
    background: #27499300;
    font-size: 20px;
}

.copy p{
    font-size: 14px;
}
.copy1 p{
    text-align: right;
}
.copy1 p a{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.slider-inner .carousel-item img {
    height: 50vh;
    object-fit: cover;
}
.cretified .about-text p {
    line-height: 32px;
    margin-bottom: 15px;
}
.about-page{
    background: #eeeded;
}
.about-page .security-text {
    display: flex;
}

.about-page .security-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
    background: #fff;
    margin: 0 12px;
    width: 31%;
    padding: 23px;
    box-shadow: 0px 0px 10px #0000001f;
    border-radius: 10px;
}

.about-page .security-icon {
    width: auto;
    position: relative;
    border: 1px solid #66666654;
    border-radius: 100%;
    padding: 13px;
}
.about-page .security-icon img {
    border: 0px solid #66666657;
    border-radius: 0;
    padding: 3px;
    height: 80px;
    object-fit: cover;
}
.about-page .security-box:after{
    display: none;
}
.cta-text h4 {
    color: #fff;
}
.Instructors-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Instructors-text p{
    color: #fff;
    font-size: 20px;
}
.Instructors-text p i{
    font-size: 30px;
    margin-right: 8px;
}
.contact-wp{

}
.contact-text{

}
.contact-text h5{
    color: #254993;
    font-weight: 400;
    font-size: 24px;
    line-height: 46px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.contact-text h5:before{
    content: '';
    background: #254993;
    height: 1px;
    width: 166px;
    position: absolute;
    bottom: 22px;
    left: 53%;
}
.contact-text h2{
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    
    line-height: 41px;

}
.contact-text p{
    color: #333;
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 12px;
    line-height: 30px;
}
.contact-info {
    display: flex;
    margin-bottom: 15px;
}
.contact-icon{
    margin: 0 20px 0 0;
}
.contact-icon i{
    color: #2962d3;
    font-size: 25px;
}
.contact-email h6{
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 26px;
}
.contact-email a{
    color: #333;
    font-weight: 300;
    font-size: 19px;
    line-height: 35px;
    text-decoration: none;
}
.contact-email p{
    color: #333;
    font-weight: 300;
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 0px;
}
.write{

}
.write h4{
    color: #00354b;
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 30px;
    line-height: 43px;
}
.write .form-label {
    margin-bottom: 0.5rem;
    color: #000;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.write .form-control {
    padding: 1.2rem 0.75rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    border: 1px solid #00354b4d;
    border-radius: 0px;
}

.write .form-select{
    padding: 1.2rem 0.75rem;
    border: 1px solid #00354b4d;
    border-radius: 0px;
    font-weight: 300; 
    color: #000;
}
.option{
    font-weight: 300; 
    color: #000;
}
.write .btn-primary {
    color: #fff;
    background-color: #2962d3;
    border-color: #2962d3;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 300;
    border-radius: 6px;
}
.map{
    padding: 0px;
}
.courses-page{
    background: #f7f7f7;
}
.product-box {
    position: relative;
    border: 1px solid #e9eaec;
    border-radius: 4px;
    margin-top: 25px;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    background: #fff;
}
.product-box:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.125);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.125);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.product-box p {
    font-size: 16px;
    color: #222529;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-box span {
    font-size: 22px;
    color: #254a93;
    font-weight: 700;
    display: block;
    margin: 16px 0;
    letter-spacing: 1.5px;
}
.product-box a {
    background: #254a93;
    padding: 7px 15px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.management-text {
    background: #fff;
    padding: 14px;
}
.product-box img{
    width: 100%;
}

.cus-product-details{

}
.copy-img {
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 4px #6666662b;
    margin-bottom: 170px;
    margin: 0 40px 170px;
}
.copy-img .carousel-item img{
    width: 100%;
    object-fit: contain;
}

.copy-img  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}
.copy-img .carousel-indicators {
    bottom: -42px;
}
.copy-img .carousel-indicators .active img {
    border: 1px solid #000;
}
.copy-img .carousel-indicators img{
    box-shadow: 0px 0px 4px #6666667d;
    border-radius: 5px;
}

.product-title {
    margin-top: 0px;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;

}


.description {
    border-bottom: 1px solid #e7e7e7;
    padding: 3px 0 8px;
    margin-bottom: 15px;
}
.product-category{
    margin: 9px 0;
    border-bottom: 1px solid #e7e7e7;
}
.product-category p{
    font-weight: 500;
}

.product-category p a{
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.product-social {
    margin-top: 12px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.product-social p{
    font-size: 17px;
    font-weight: 600;
    margin: 0 15px 0 0;
}
.cart ul {
    padding: 0px;
    text-decoration: none;
    margin: 0px;
}
.cart ul li {
    list-style-type: none;
    display: inline-block;
    /* float: left; */
    /* padding: 0 19px 0 0; */
    border: 1px solid #e7e7e7;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 4px #6666661f;
}
.product-social ul li a i {
    color: #222529;
}
.btn-wishlist {
    padding-right: 10px;
    border: none;
    background: #fff;
    cursor: pointer;
    color: #342a66;
}


.product-decription-text {
    padding: 20px 10px 0;
}
.product-decription .nav-link {
    display: block;
    padding: 0.5rem 1.9rem;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.product-decription .nav-tabs .nav-link.active {
    color: #342a66;
    background-color: #fff;
    border-color: #fff #fff #fff;
    border-bottom: 2px solid #342a66;
    font-weight: 700;

}
.product-decription-text{
    
}
.product-decription-text p{

}
.product-decription-text h6{
    font-size: 23px;
    font-weight: 700;
    color: #254993;
}


.product-decription-text h3{
    margin: 20px 0 20px 0;
    font-size: 27px;
    font-weight: 700;
    color: #342a66;
    text-align: center;
}

.price-old {
    color: #848484 !important;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
}

.price-new {
    color: #254993!important;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0 0;
    display: block;
}
.description h6{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.description span{
    color: #1092ce !important;
    margin: 3px 0;
    display: inline-flex;
}
.product-quntity {
    display: flex;
}
.quantily_info {
   
}
.qty.mt-2 {
    border: 1px solid #e7e7e7;
}
.qty .minus {
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 38px;
    height: 40px;
    font: 30px;
    text-align: center;
    border-radius: 0;
    font-size: 40px;
    background-clip: padding-box;
    background: #ffffff !important;
}
.qty .count {
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 37px;
    height: 40px;
    font-size: 19px;
    padding-left: 10px;
    text-align: center;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
    background: #ffffff !important;
    border-left: 1px solid #e7e7e7;
}
.qty .plus {
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 37px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    border-radius: 0;
    background-clip: padding-box;
    background: #ffffff !important;
    border-left: 1px solid #e7e7e7;
}
.btn-cart {
    border: 1px solid #254993;
    color: #fff;
    margin-bottom: 25px;
    padding: 8px 21px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    background: #254993;
    margin-top: 8px;
    margin-left: 0px;
    border-radius: 3px;
}

.btn-cart1 {
    border: 1px solid #254993;
    color: #254993;
    margin-bottom: 25px;
    padding: 8px 21px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    background: #22252900;
    margin-top: 8px;
    margin-left: 0px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    border-radius: 3px;
}
.btn-cart1:hover {
    background: #254993;
    color: #fff;
}
.courses-page h2{
    font-weight: 700;
    font-size: 35px;
}
.need{

}
.need .about-text {
    margin-top: 0px;
}
.need .about-text p {
    line-height: 32px;
    margin-bottom: 10px;
}
.courses-img img {
    height: 300px;
    object-fit: cover;
}
.wp-courses h3{
    font-size: 18px;
    font-weight: 600;
	margin: 10px 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
	background-color: #254a93;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-weight: 600;
    font-size: 33px;
    line-height: 35px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 2em;
    color: #254a93;
    font-weight: 700;
    margin: 14px 0 !important;
    display: inline-block;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover{
		background-color: #254a93;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
    line-height: 25px;
    font-size: 20px;
}
.woocommerce ul.products li.product .price {
    color: #254a93;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: 700;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    float: left;
    margin: 0 5px 0 0;
    font-size: 13px;
    background: #254a93;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 9px;
}
.vg-nav-main-container .dropdown>ul {
width: 270px;
    height: 400px;
    overflow-y: scroll;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.term-courses .slider-inner h2{
	    background: #254a93;
    padding: 0 10px;
	    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 58px;
    margin: 0px 0 7px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
	z-index: 9;
}
.woocommerce ul.products li.product a img {
    object-fit: cover;
    height: 200px;
}
select.orderby {
    padding: 9px;
    margin-bottom: 20px;
}
.cus-location{
	background:#f7f7f7;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 150px;
}

.mc-main .details .mc-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0px;
}
.mc-main .details .mc-image {

    max-width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.mc-main .mc_edit_links a {
    color: #ff0000;
    display: inline !important;
}
.mc-main .details .mc_edit_links {
    background: var(--primary-light);
    border-radius: 10px;
    border: 0px solid var(--highlight-dark);
	padding:0px;
	margin:0px;
}
.mc-main .calendar-event .details, .mc-main .calendar-events {
     position: absolute;
    top: 10em;
    left: 1%;
    width: 58%;
    background: #fff;
    background: var(--primary-light);
    box-shadow: 0 0 4px;
    color: #333;
    color: var(--primary-dark);
    height: 400px;
    overflow-y: scroll;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 130px;
}
li {
    font-weight: 400;
}
h2.woocommerce-loop-product__title {
    height: 120px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

    padding: 10px;
}
button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
    background: #254993;
    color: #fff;
}
button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
	    background: #254993;
    color: #fff;
}
.mc_bottomnav.my-calendar-footer {
    display: none;
}
a.checkout-button.button.alt.wc-forward.wp-element-button {
		    background: #254993;
    color: #fff;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 82px;
    box-shadow: none;
}
input#coupon_code {
    width: 46%;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 0;
	height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}
button#place_order {
		    background: #254993;
    color: #fff;
}
.cretified-img img{
	
}
h1.page-title {
    font-weight: 700;
    font-size: 45px;
}

.single-mc-events .cus-product-details p {
    margin-bottom: 0px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
    box-shadow: 0px 0px 10px #0000003b;
    padding: 6px;
}
nav.woocommerce-MyAccount-navigation ul{
	list-style-type:none;
	padding:0px;
}
nav.woocommerce-MyAccount-navigation ul li{
background: #ebe8e8;
    padding: 7px;
    margin-bottom: 5px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active{
	background:#254993;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
	color:#fff;
}

.google-review a img{
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
margin-top: 45px;

}


/*========== About Us Page Css ==========*/

.ct_about_banner {
    background: linear-gradient(147deg, #DEF0FF 19.73%, #FFF 65.12%);
    padding: 70px;
}
.ct_about_banner .container-fluid {
    max-width: 1620px;
}
.ct_about_banner .bann_cnt_wrap h1 {
    color: #000;
    font-size: 52px;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}
.ct_about_banner .bann_cnt_wrap h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 3px;
    background: #254A93;
}
.ct_about_banner .bann_cnt_wrap .banner_cnt {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 50px;
}
.ct_about_banner .bann_cnt_wrap .spec_inner {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.ct_about_banner .bann_cnt_wrap .spec_inner .spec_item {
    width: 33.3333%;
    flex: 0 0 auto;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.ct_about_banner .bann_cnt_wrap .spec_inner .spec_item .icon {
    width: 28px;
}
.ct_about_banner .bann_cnt_wrap .spec_inner .spec_item  .content {
    width: calc(100% - 28px);
    padding-left: 10px;
}
.ct_about_banner .bann_cnt_wrap .spec_inner .spec_item .content p {
    color: #000;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.ct_about_banner .bann_cnt_wrap .spec_inner .spec_item .content p a{
	font-size: inherit;
	font-weight: inherit;
	color: #000;
}
.ct_about_banner .bann_cnt_wrap .spec_inner .spec_item .content p a:hover{
	color: #00a54f;
}
a.cmn_btn {
    border-radius: 4px;
    background: #2962d3;
    display: inline-block;
    padding: 18px 27px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    min-width: 250px;
    transition: all 0.5s ease-in-out;
}
a.cmn_btn:hover {
    background: #000;
}
.banner_img .row {
    align-items: flex-end;
}
.banner_img img {
    border-radius: 20px;
}
.ct_imgwcnt_sec {
    padding: 70px 0px;
}
.ct_imgwcnt_sec .imgwcnt_item {
    margin-bottom: 80px;
}
.ct_imgwcnt_sec .imgwcnt_item .imw_img {
    margin-bottom: 35px;
}
.ct_imgwcnt_sec .imgwcnt_item .imw_img img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.ct_imgwcnt_sec .imgwcnt_item .imw_cnt h2 {
    color: #0B273D;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.ct_imgwcnt_sec .imgwcnt_item.twitem .imw_cnt h2{
	text-align: center;
}
.ct_imgwcnt_sec .imgwcnt_item .imw_cnt p {
    color: #000;
    text-align: justify;
    font-weight: 500;
    line-height: 1.5;
}
.ct_legalcom_sec {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0;
    color: #fff;
    margin: 0 0 105px;
}
.ct_legalcom_sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:  #2962d3ad;
}
.ct_legalcom_sec .container {
    max-width: 1480px;
    position: relative;
    z-index: 1;
	padding: 0 20px;
}
.ct_legalcom_sec .legalcom_cnt {
    width: 68.6%;
    padding-right: 95px;
}
.ct_legalcom_sec .legalcom_img {
    width: 31.4%;
    position: absolute;
    right: 0;
    top: -205px;
    z-index: 1;
}
.ct_legalcom_sec .legalcom_cnt h2 {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 27px;
}
.ct_legalcom_sec .legalcom_cnt p {
    color: #FFF;
    text-align: justify;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
.ct_legalcom_sec .legalcom_img img {
    border-radius: 20px;
    box-shadow: 4px 4px 35.2px 3px rgba(0, 0, 0, 0.25);
}
.ct_aboutus_sec {
    padding: 70px 0;
}
.ct_aboutus_sec .abuscnt_item:nth-child(even) .abs_img {
    order: 2;
}
.ct_aboutus_sec .abuscnt_item:not(:last-child) {
    margin-bottom: 80px;
}
.ct_aboutus_sec .abuscnt_item h2 {
    color: #2962d3;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}
.ct_aboutus_sec .abuscnt_item p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.ct_aboutus_sec .abuscnt_item .cnt_wrap {
    padding-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ct_aboutus_sec .abuscnt_item:nth-child(even) .cnt_wrap{
	padding-left: 0px;
	padding-right: 20px;
}
.ct_aboutus_sec .abuscnt_item .abs_img img {
    border-radius: 20px;
}
.ct_joinus_form_sec {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 70px 0;
}

.ct_joinus_form_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2962d3ad;
}
.ct_joinus_form_sec > .container {
    position: relative;
    z-index: 1;
}
.ct_joinus_form_sec .form_img img {
    border-radius: 20px;
}
.ct_joinus_form_sec .form_cntinner h2 {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}
.ct_joinus_form_sec .form_cntinner p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 35px;
}
.ct_joinus_form_sec .form_cntinner .mainform  .col-md-6 p {
    margin: 0 0 10px;
}
.ct_joinus_form_sec .form_cntinner .mainform select.form-select,
.ct_joinus_form_sec .form_cntinner .mainform .form-control {
    border-radius: 0;
	color: #212121;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 11px;
}
.ct_joinus_form_sec .form_cntinner .mainform textarea.form-control{
	height: 90px;
}
.ct_joinus_form_sec .form_cntinner .mainform .btn_wrap {
    text-align: right;
}
.ct_joinus_form_sec .form_cntinner .mainform .btn_wrap p {
    margin: 0;
    position: relative;
}
.ct_joinus_form_sec .form_cntinner .mainform .btn_wrap input.btn-primary {
    margin: 0;
    padding: 18px 27px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    min-width: 220px;
}
.ct_joinus_form_sec .form_cntinner .mainform .btn_wrap p span.wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.ct_joinus_form_sec .form_bottom_cnt {
    padding-top: 40px;
    text-align: center;
}
.ct_joinus_form_sec .form_bottom_cnt p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.ct_joinus_form_sec .form_bottom_cnt p a {
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    transition: all 0.5s ease-in-out;
}
.ct_joinus_form_sec .form_bottom_cnt p a:hover {
    text-decoration: underline;
}


/* media screen and (max-width: 1480px)
---------------------------------------------------------------------- */
@media screen and (max-width:1480px) {

	.ct_joinus_form_sec .form_cntinner .mainform .btn_wrap input.btn-primary,
	a.cmn_btn{
		font-size: 16px;
		min-width: auto;
	}
	.ct_joinus_form_sec .form_cntinner .mainform .btn_wrap input.btn-primary{
		padding: 12px 25px;
	}
	.ct_legalcom_sec .legalcom_img {
		width: 27.4%;
		right: 70px;
		top: -140px;
	}
}

/* media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
@media screen and (max-width:1280px) {

	.ct_about_banner .bann_cnt_wrap .spec_inner .spec_item {
		width: 100%;
		padding: 10px 0;
	}
	.ct_about_banner .bann_cnt_wrap .banner_cnt,
	.ct_about_banner .bann_cnt_wrap .spec_inner {
		margin-bottom: 20px;
	}
	.ct_aboutus_sec .abuscnt_item:not(:last-child),
	.ct_imgwcnt_sec .imgwcnt_item {
		margin-bottom: 35px;
	}
	.ct_about_banner .bann_cnt_wrap .spec_inner .spec_item {
		width: 100%;
		padding: 10px 0;
	}

	.ct_about_banner .bann_cnt_wrap .spec_inner {
		margin-bottom: 20px;
	}

	.ct_legalcom_sec .legalcom_img {
		position: relative;
		top: auto;
		right: auto;
		width: 35%;
	}

	.ct_legalcom_sec .ctrow {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.ct_legalcom_sec {
		padding: 50px 0;
		margin: 0;
	}

	.ct_legalcom_sec .legalcom_cnt {
		width: 65%;
		padding-right: 40px;
	}

	.ct_aboutus_sec,
	.ct_imgwcnt_sec,
	.ct_joinus_form_sec {
		padding: 50px 0;
	}
	.ct_imgwcnt_sec {
		padding-bottom: 20px;
	}
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

	
}

/* media screen and (max-width: 991px)
---------------------------------------------------------------------- */
@media screen and (max-width:991px) {

	.bann_cnt_wrap {
		margin-bottom: 35px;
	}
	.ct_about_banner{
		padding: 50px 0 15px;
	}
}

@media screen and (max-width: 767px) {
	
	.ct_imgwcnt_sec .imw_cnt h2,.ct_imgwcnt_sec .imw_cnt p{
		text-align: center !important;
	}
	.ct_legalcom_sec .legalcom_cnt,.ct_legalcom_sec .legalcom_img {
		width: 100%;
		text-align: center;
	}
	.ct_legalcom_sec .legalcom_cnt{
		padding: 0;
	}
	.ct_legalcom_sec .legalcom_cnt h2 {
		text-align: center;
	}

	.ct_legalcom_sec .legalcom_cnt p {
		text-align: center;
		margin-bottom: 35px;
	}

	.ct_aboutus_sec .abuscnt_item .cnt_wrap {
		padding: 20px 0 0 !important;!i;!;
	}

	.ct_aboutus_sec .abuscnt_item:nth-child(even) .abs_cnt {
		order: 2;
	}

	.ct_aboutus_sec .abuscnt_item, .ct_aboutus_sec .abuscnt_item p {
		text-align: center;
	}
	.ct_joinus_form_sec .form_cntinner .mainform .btn_wrap,
	.ct_aboutus_sec .abuscnt_item, .ct_aboutus_sec .abuscnt_item p {
		text-align: center;
	}
	.ct_joinus_form_sec .form_bottom_cnt p{
		font-size: 18px;
	}
	.ct_joinus_form_sec .form_img{
		padding-bottom: 20px;
		text-align: center;
	}
	.ct_about_banner .bann_cnt_wrap h1 {
		font-size: 40px;
	}
	.ct_aboutus_sec .abuscnt_item h2,
	.ct_legalcom_sec .legalcom_cnt h2,
	.ct_imgwcnt_sec .imgwcnt_item .imw_cnt h2 {
		font-size: 25px;
		margin: 0 0 15px;
	}
	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
   .social-box {
    padding: 7px 0;
    display: none;
}
.cus-phone p a {
    font-size: 12px;
}	
.cus-menu {
    width: 12%;
    text-align: right;
    margin: 0;
    display: flex;
    position: absolute;
    right: 0px;
}	
.book {
    width: 50%;
    text-align: end;
    padding: 0 0 0 0px;
    margin: 0 0px 0 0;
}	
	a.call{
	    height: 40px;
    width: 40px;	
	}	
	.slider-bg {
    width: 100%;
}
.slider-bg h2 {
    font-size: 29px;
    font-weight: 800;
    color: #fff;
    line-height: 38px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.slider .carousel-item img {
height: 55vh;
}	
	.slider .carousel-indicators {
    bottom: 10px;
    justify-content: center;
    margin-left: 10%;
    list-style: none;
}
.about-text h2 {
    font-size: 24px;
    line-height: 34px;
}	
.about-text img {
    margin-bottom: 20px;
    width: 100%;
}	
.security-icon img {
    padding: 5px;
    height: 57px;
}	
.security-box {
    margin-bottom: 10px;
}	
	.security-box:after{
		display:none;
	}
	.security-text-new {
    padding: 0 0 0 17px;
    width: 100%;
}
	.about {
    padding: 50px 0;
}
.courses-text h2 {
    font-size: 30px;
    margin-bottom: 0px;
}	
.courses-text h2:before {
    transform: translate(200% , 0%);
}	
.courses-box {
    margin: 20px 0 0 0;
}	
.wp-courses a {
    width: 50%;

}	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    position: absolute;
    bottom: -40px;
    left: 27%;
}
.owl-carousel .owl-nav button.owl-next {
    border: 1px solid #66666663;
    padding: 7px 17px 12px !important;
    color: #000000b8;
    left: 44%;
}	
select:not(.my-calendar-admin select), .mc-main .my-calendar-footer select:not(.my-calendar-admin select) {

    margin: 0px 10px !important;
}	
	.mc-main .mc-list .event-date button.mc-text-button {

    color: #254a93 ! important;

}
.schedule-img img {
    height: auto;
    object-fit: cover;
}	
.offex-text-box {
    flex: 0 90%;	
	}
.off {

    top: -25px;
    right: -20px;
}	
	.class {
    padding: 50px 0;
}
.class .about-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
}	
	.information-text {
    padding: 10% 0 43px 0%;
    text-align: center;
}
select:not(.my-calendar-admin select), .mc-main .my-calendar-footer select:not(.my-calendar-admin select) {
    margin: 0px 0px !important;
}	
	.wpcf7-spinner{
		display:none;
	}	
	.class .about-text {
    margin-top: 20px;
}
.cretified-box {
    padding: 0% 10% 10% 7%;
}	
.textimonial .about-text h2 {
    font-size: 28px;
	}
.textimonial .about-text h2:before {
    content: '';
    background: #fff;
          left: 0;
}	
.cta-text h2 {
    font-size: 28px;
    line-height: 38px;
}	
	.cta-btn .btn-primary{
		    margin: 0px 0 0 0;
	}	
	.footer {
    padding: 60px 0 30px;
}
	.footer-text h4:before{
		display:none;
	}
	
	.footer-text h4 {

    margin-bottom: 3px;
    margin-top: 20px;
}
a.call i {
    color: #fff;
    margin-right: 0px;
}	
select#my-calendar-month {
    margin: 0 10px !important;
}	
input.button {
    margin: 0 10px !important;
    background: #0e2243;
    color: #fff;
    border: 1px solid #0e2243;
    padding: 9px 10px !important;
}	
.slider-inner .carousel-item img {
    height: 40vh;
}	
.about-page .security-text {
    display: flex;
    flex-direction: column;
}	
.about-page .security-box {
    margin: 0 0px 24px;
    width: 100%;
    padding: 23px;
}	
.Instructors-box {
    flex-direction: column;
}	
.contact-text h5 {
    font-size: 20px;
	}
.contact-text h5:before {
    left: 67%;
	    width: 76px;

}	
.contact-text h2 {
    font-size: 30px;
	}
.contact-wp {
    padding: 50px 0;
}	
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 98%;
	padding:0 10px;
    margin: 0 0 2.992em;
}	
.woocommerce ul.products li.product a img {
    object-fit: cover;
    height: 220px;
}
	.woocommerce div.product .product_title {
    font-size: 23px;
    line-height: 30px;
}
h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 17px;
}	
span {
    font-weight: 400;
}	
h1.content-h1 {
    font-size: 24px;
}
	h2.woocommerce-loop-product__title {
    height: auto;
}
.mc-main .details {
    padding: 0.5rem;
}	
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 200px;
    object-fit: cover;
    margin: 20px 0;
}
.textimonial-box {
    margin-bottom: 80px;
}	
.google-review a img {
    margin-top: 0px;
}	
	
}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:580px) {

	.banner_img .imgone, .banner_img .imgtwo {
		padding: 5px 0;
		text-align: center;
	}

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}


/*MY CSS*/

.abt-us h1 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 58px;
    margin: 0px 0 7px;
    text-transform: uppercase;
    background: #254a93;
    padding: 0 10px;
    display: inline;
}
h1.rd {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 17px;
    text-align: center;
    padding-bottom: 50px;
}

p.title-mn {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 58px;
    margin: 0px 0 7px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
}
p.title-mn span {
    background: #254a93;
    padding: 0 10px;
}
p.wp-block-heading.more-info {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    position: relative;
    margin-bottom: 17px;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    color: #111;
}
p.new-more {
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 17px;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
}
p.new-more:before {
    content: '';
    background: #fff;
    left: 45%;
    width: 50px;
    position: absolute;
    height: 4px;
    top: -15px;
}
p.white-txt {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    line-height: 42px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-family: 'Raleway', sans-serif;
}

p.white-txt:before {
    width: 50px;
    position: absolute;
    height: 4px;
    top: -15px;
    content: '';
    background: #fff;
    left: 0%;
}
p.loc-hd {
    font-size: 40px;
    color: #2962d3;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 55px;
    margin-bottom: 17px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
}

p.loc-hd:before {
    content: '';
    background: #254a93;
    width: 50px;
    position: absolute;
    height: 4px;
    top: -15px;
    transform: translate(280%, 0%);
}
.woocommerce-tabs h2.des-head {
    padding-top: 20px;
}


@media screen and (max-width: 728px) {
.abt-us h1 {
        font-size: 29px;
        font-weight: 800;
        color: #fff;
        line-height: 38px;
        margin: 0;
        padding: 0;
        position: relative;
        text-transform: uppercase;
    }

h1.rd {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    margin-bottom: 17px;
    text-align: center;
    padding-bottom: 40px;
    padding-left: 0;
}

h1.rd span{
    font-weight: 600;
}
p.title-mn {
    font-size: 29px;
    font-weight: 800;
    color: #fff;
    line-height: 38px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;    
}
p.wp-block-heading.more-info {
    font-size: 24px;
    line-height: 34px;
}
p.white-txt:before {
    content: '';
    background: #fff;
    left: 0;
}
p.white-txt {
    font-size: 28px;
}
p.loc-hd:before{
    transform: translate(200%, 0%);
}
p.loc-hd {
    font-size: 30px;
    margin-bottom: 0px;
}
p.new-more {
    font-size: 30px;
    line-height: 36px;
}

}