@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #F4A419;
    --title-color : #161515;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%)

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

.cartbtn{
    background-color: var(--primary-color);
    height: 60px;
    width: 60px;
    border-radius: 50px;
    position: fixed;
    bottom: 120px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    cursor: pointer;
}
.ordericon {
    text-align: center;
    margin: 15px 10px;
}
.ordericon i {
    color: green;
}
.packageblock p {
    font-size: 15px;
}
.cartbtn i{
    font-size: 30px;
}
.error h5 {
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: 700;
}
.cartcount{
    position:absolute;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: rgb(186, 26, 32);
    top: -20px;
    right: -20px;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}
.cartbtn a{
    display: block;
    text-decoration: none;
    color: #222;
}

.packagesection{
    background:#fff;
    padding:50px 0;
  }
  .packageblock{
    border:solid 1px #eee;
    border-radius:10px;
    padding:15px 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom:15px;
  }
  .packageblock h3{
    font-size:var(--clamp22);
    font-weight:600;
    text-align:Center;
  }
  .packageblock li{
    margin-left:15px;
  }
  .addtocart{
    margin-top:15px;
  }
  .addtocart a {
    background: var(--primary-color);
    padding: 10px;
    text-align: Center;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.50px;
    border-radius: 6px;
  }
  .line-through {
      text-decoration-line: line-through;
  }
  .text-gray-600 {
      color: var(--color-gray-600,#888582);
  }
  .text-base{
    color:#222;
    font-size:var(--clamp20);
  }
  .sectitles h2{
    font-size: var(--clamp30);
    text-transform: uppercase;
  }
  .sectitles h5{
    font-size: var(--clamp18);
    color: grey;
  }

.themebtn button {
    width: 100%;
    background:var(--primary-color);
    border: none;
    box-shadow: none;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
}
.programsection{
    padding: 50px 0;
}
.programsection h4{
    font-size: var(--clamp18) !important;
    text-transform: capitalize !important;
}
.hidecart{
    display: none;
}
/* My Cart */
.mycart{
    background-color: white;
    width: 400px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 2;
    transition: ease-in-out 0.3s;
}
.cartsection{
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition: ease-in-out 0.3s;
}
.cartheader{
    height: 5vh;
    background-color: #eee;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.cartimg{
    height: 60px;
    width: 60px;
}
.cartitem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}
.cartitem h4{
    font-size: var(--clamp16);
    font-weight: 500;
    margin-top: 5px;
}
.cartitem p{
    font-size: var(--clamp16);
    font-weight: 600;
}
.cartqt{
    height: 50px;
    margin-top: -10px;
}

.cartqt a{
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartheader h4{
    font-size: var(--clamp18);
    font-weight: 600;
    margin-top: 6px;
    text-transform: uppercase;
}
.cartheader i{
    margin-top: -8px;
}
.cartbody{
    position: relative;
    height: 70vh;
    overflow-y:auto;
    padding: 5px;
}
.cartqty a{
    height: 30px;
    width: 30px;
}
.cartqt li{
    float: left;
}
.cartfooter{
    height: 18vh;
    background-color: #fff;
    padding: 10px;
    height: auto;
}
.cartfooter a{
    display: block;
    text-decoration: none;
    background-color: var(--primary-color);
    padding: 10px 15px;
    text-align: center;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}
.cartitem{
    background-color: rgb(255, 255, 255);
    height: 100px;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #eee;
    margin-bottom: 5px;
}
.payicons{
    margin-top: 15px;
    text-align: center;
}
.payicons li{
    float: left;
    list-style: none;
}
.payicons img{
    height: auto;
    width: 35px;
    margin: 10px 5px;
}
.cartfooter td{
    font-size: var(--clamp14);
}
.cartfooter th{
    font-size: var(--clamp15);
    text-align: right;
}

.cartbody::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
.cartbody {
  scrollbar-width: none;
}

/* For Internet Explorer and Edge */
.cartbody {
  -ms-overflow-style: none;
}

/* My Cart */

.careersection h3 {
    margin-top: 0px !important; 
    text-align: center !important;
}

.theme-btn button {
    background: #F4A419 !important;
    color: #222 !important;
    padding: 10px 20px !important;
    border: none !important;
}

/* Carrer Page */
.careersection{
    padding: 30px 0;
}
.carrerform input[type="text"],.carrerform input[type="email"],.carrerform input[type="number"]{
    height: 45px;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
}

/* Carrer Page */

.details li {
    font-weight: 700;
}

/* footer */
.footer {
    /* background: #001029; */
    background: #000;
    color: white;
    padding: 50px 0;
}
.footerblock h1 {
    font-size: var(--clamp44);
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
}
.footerblock h5 {
    font-size: var(--clamp14);
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.3;
    letter-spacing: 0px;
    line-height: 20PX;
}
.footer-social a{
	margin:0 6px;
}
.footer-social i{
	color: #fff;
	font-size: 18px;
}
.footerlinks h4{
	font-size:var(--clamp22);
}
.footerlinks li a {
    font-size: var(--clamp14);
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    opacity: 0.7;
}
.footerlinks li a:hover{
	color:#fff;
	opacity:1;
}
.footerlinks li{
	list-style: none;
	line-height: 30px;
}
.footercontact h4{
	font-size:var(--clamp22);
	margin-bottom: 20px;
}
.footercontact p {
    font-size: var(--clamp14);
}
.coursesimg img {
    height: 250px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.footercontact p i{
	margin-right:10px;
}
.footerbrand{
	background-color: #0c0c0c !important;
	text-align: center;
	padding: 5px 0;
}
.footerbrand h6{
	color:#fff;
	font-size:var(--clamp14);
	padding-top: 10px;
	opacity: 0.3;
}

/* footer */


/* Responsive */
@media screen and (min-width: 320px) and (max-width: 575px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 991px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}


.footer-section{
	background-color: #171e29;
	padding: 80px 0;
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.footer-section button{
	background-color: #cc181b;
	color:white;
	top:6px;
	right:6px;
	border:none;
	height:80%;
	padding: 0 40px;
	border-radius:50px;
	letter-spacing:1px;
	font-weight:bold;
}
.footer-section input[type="text"]{
	height:60px;
	overflow:hidden;
	border-radius:50px;
	box-shadow:none;
	padding:0 20px;
}


/* headmenu */
.headermenu{
    background-color: #eee;
    padding: 10px 0;
}
.headermenu li{
    float: left;
    list-style: none;
    margin-right: 25px;
}
.socialmedia{
    float: right;
}
.socialmedia a{
    margin-left: 10px;
    color: #222;
}
/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:320px) and (max-width:991px) {
    .headermenu{
        display: none;
    }
}
/* headmenu */

.swiper {
	width: 100%;
	height: 100%; 
	height: 75vh !important;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	
  }
  .swiper-slide-fully-visible {
    height: 150px !important;
}
.mySwiper {
    height: 150px !important;
    box-sizing: border-box;
    padding: 10px 0;
}

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	height: 80%;
	width: 100%;
  }

  .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
  }

  .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }


  .topmenu-section{
    background-color: transparent;
    height:80px;
}
.topmenu-section .logo img {
    height: 60px;
}
.topmenu-section .website-menu li{
    list-style: none;
    float: left;
    margin-left: 30px;
}
.topmenu-section .website-menu ul {
    float: right;
    margin-top: 18px;
}
.topmenu-section .website-menu ul li a{
    color: #222;
    text-decoration: none;
    font-weight: 500;

}
.topmenu-section .website-menu .splcontact{
    background-color: var(--primary-color);
    padding: 10px 25px;
    border-radius: 50px;
    color: #222;
    font-weight: 600;
    padding-bottom:12px;
}
.mobilemenus{
    display: none;
}
.menubar{
    display: none;
}
section.packages {
    padding: 50px 0;
    text-align: center;
    
}
.packages li{
    list-style: none;
}
.package {
    border: solid 1px #ccc;
    padding: 0px 0;
    border-radius: 10px !important;
    overflow: hidden;
    height: 450px;
    overflow-y: scroll;
}
.package::-webkit-scrollbar {
    display: none;
}
.package a {
    background: var(--primary-color);
    padding: 5px 20px;
    color: #fff;
    border-radius: 50px;
}
.package h3 {
    font-size: 25px;
    font-weight: 600;
    color: white;
}
.package h4 {
    font-size: 25px;
    font-weight: 600;
    color: white;
}
.ptitle{
    background-color: #00133d;
    padding: 15px 15px;
}
.pconent{
    padding: 30px 0;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .innermenulogo img {
        height: 60px;
    }
    .innermenulogo{
        text-align: center !important;
    }
    .coursesimg img {
        height: 250px;
        width: 100%;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -320px;
        width: 320px;
        height:100%;
        z-index: 5;
        transition: ease-in-out 0.3s;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .menubar i{
        font-size: 30px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
        cursor: pointer;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -400px;
        width: 400px;
        transition: ease-in-out 0.3s;
        height:100%;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        cursor: pointer;
    }
    .menubar i{
        font-size: 30px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
* {
	font-family: "Roboto", sans-serif;
}
.toast {
  min-width: 280px;
  padding: 14px 18px;
  border-radius: 8px;
  color: white;
  font-size: 15px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  animation: slideIn 0.4s ease, fadeOut 0.5s ease 2.5s forwards;
  position: fixed;
  right: 0;
}
.toast.success { background-color: #22c55e;}   /* Green */
.toast.error { background-color: #ef4444; }     /* Red */
.toast.info { background-color: #3b82f6; }      /* Blue */

@keyframes slideIn {
  from { transform: translateX(120%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}

@keyframes fadeOut {
  to {
    transform: translateX(120%);
    opacity: 0;
  }
}
button.wh-ap-btn {
	outline: none;
	width: 60px;
	height: 60px;
	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
        position: relative;
    z-index: 9999;

}

button.wh-ap-btn::after {
	content: "";
	background-image: url("//i.imgur.com/cAS6qqn.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

button.wh-ap-btn:hover {
	opacity: 1;
	background-color: #20bf6b;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

button.wh-ap-btn::before {
	content: "Chat with me";
	display: block;
	position: absolute;
	margin-left: -130px;
	margin-top: 16px;
	height: 25px;
	background: #49654e;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	border-radius: 3px;
	width: 0;
	opacity: 0;
	padding: 0;
	transition: opacity 0.4s, width 0.4s, padding 0.5s;
	padding-top: 7px;
	border-radius: 30px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
	opacity: 1;
	width: auto;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}

/* animacion pulse */

.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
    z-index: 9999;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
    z-index: 9999;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

/* Why Chouse Us */
    .why-choose-wrapper {
      padding: 60px 0;
      background: #fff;
    }

    .main-image {
      width: 100%;
      border-radius: 5px;
      object-fit: cover;
    }

    .video-preview {
      position: absolute;
      bottom: -30px;
      left: -30px;
      width: 300px;
      max-width: 90%;
      border: 8px solid #fff;
      box-shadow: 0 15px 30px rgba(0,0,0,0.2);
      border-radius: 6px;
    }

    .video-preview img {
      width: 100%;
      border-radius: 4px;
    }

    .video-play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 32px;
      color: white;
      background: rgba(0,0,0,0.5);
      border-radius: 50%;
      padding: 10px 14px;
      cursor: pointer;
    }

    .feature-icon {
      color: green;
      font-size: 24px;
      margin-right: 15px;
    }

    .section-title {
      font-size: 32px;
      font-weight: 700;
    }

    @media (max-width: 767.98px) {
      .video-preview {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
      }

      .section-title {
        font-size: 26px;
      }
    }
    /* Why Chouse Us */

/* aboutus */
.aboutpage{
	padding: 50px 0;
}
.abtimg{
	overflow: hidden;
	border-radius: 10px;
}
.abtimg img {
    border-radius: 15px !important;
}
.abtcontent {
    position: absolute;
    background-color: white;
    padding: 50px 30px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%) !important;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.abtcontent h3{
	font-size: var(--clamp35);
	font-weight: 400;
}
.abtcontent p{
	font-size: var(--clamp18);
	font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 50px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 50px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.abtcontent {
        position: relative;
        background-color: white;
		left: 0 !important;
		top: 0 !important;
        padding: 30px 30px;
        transform:none !important;
        margin-top: 25px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
}
/* aboutus */

.page-title{
    text-align:center;
    padding:30px 0;
}
.page-title h1{
    font-size:var(--clamp50);
    font-weight:bold;
}
.page-title p{
    font-size:var(--clamp24);
    font-weight:400;
}

/* services */
.services-section{
    padding: 50px 0;
    background-color: #000000;
}
.services-section .titles h2{
    color: #fff;
}
.serdetails h3{
    font-size: var(--clamp22);
    color: white;
}
.serdetails p{
    font-size: var(--clamp16);
    color: white;
}
.serblock{
    background-color: transparent;
    height: 200px;
    padding: 20px;
    border:solid 1px #343333;
}
.serblock:hover{
    background-color:rgb(69, 145, 59);
}

/* services */
.internship{
    padding: 50px 0;
}
.internblock{
    padding: 15px;
    border: solid 1px #eee;
    border-radius: 10px;
    border-left:solid 4px var(--primary-color);
    margin-bottom: 15px;
    min-height: 130px;
    display: flex;
    align-items: center;
}
.internblock h4{
    font-size: var(--clamp26);
    font-weight: 700;
}

.banner{
    background-image: url("https://img.freepik.com/premium-vector/abstract-medical-banner-background-template-design-with-concept-idea-healthcare-technology-innovation-medicine-health-science-research-medical-pattern-website-header-web-banner_181182-15723.jpg");
    background-size: cover;
    background-position: center center;
}
.innerbanner{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    padding: 100px 0;
    text-align: center;
}
.innerbanner h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}
.innerbanner h5{
    font-size: var(--clamp20);
    color: white;
    font-weight: 400 !important;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerbanner{
        padding: 50px 0;
    }
    .innerbanner h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}


/* Testimonials */
.testimonials{
	background-color: #f5f3f3;
	padding: 50px 0;
}
.testi{
	background-color: white;
	padding: 15px;
	width: 33%;
	height: auto;
	min-height: 280px;
	max-height: 320px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.testi-slider .slick-slide {
    margin: 0 8px;
}
.testihead{
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}
.testihead i{
	color: rgb(249, 190, 81);
}
.testbody p{
	font-size: var(--clamp18);
	margin-bottom: 15px;
	margin-top: 15px;
}
.testfooter{
	border-top: solid 1px #eee;
	padding-top: 10px;
}
.testfooter h3{
	font-size: var(--clamp18);
	margin-left: 30px;
	font-weight: 600;
}
.usericon{
	height: 60px;
	width: 60px;
	border-radius: 50px;
	background-color: #ccecf7;
}
/* testimonials */

/* courses */
.courses{
	padding: 0px 0;
}
.courses-block {
    padding: 10px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 25px;
    max-height: 512px;
    min-height: 388px;
    height: 460px;
}
.courses-block li{
    /* list-style: none; */
    margin-left: 20px;
}
.coursescontent h2{
	font-size: var(--clamp20); 
	font-weight: 700;
	margin: 10px 0;
    text-align: left;
    margin-left: 20px;
}
.coursescontent p{
	font-size: var(--clamp16); 
	font-weight: 500;
	margin: 5px 0;
}

/* courses */

/* themebtn */
.themebtn a{
	background-color:var(--primary-color);
	padding: 10px 20px;
	color: #000;
    font-weight: 600;
	text-decoration: none;
    display: block;
    text-align:center;
    border-radius: 10px;
}


/* contact us */
.contactsection{
    padding: 50px 0;
}
.con-content h2{
    font-size: var(--clamp32);
    font-weight: 600;
}
.con-content h5{
    font-size: var(--clamp20);
    font-weight: 500;
}

.con-content p{
    font-size: var(--clamp16);
    font-weight: 400;
}
.con-det h4{
    font-size: var(--clamp20);
    font-weight: 500;
}
.conicon{
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    border-radius: 6px;
}
.conicon i{
    font-size: 24px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .con-content{
        margin-top: 30px;
    }
    .conicon {
        height: 50px;
        width: 50px;
        border-radius: 6px;
    }
    .swiper-wrapper {
        height: 250px !important;
    }
    .swiper {
        height: auto !important;
    }
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .con-content{
        margin-top: 30px;
    }
}



/* contact us */
/* gallery */
.gallery_sec{
    width:100%;
    padding:80px 0;
  }
  .heading{
    width:100%;
    text-align:center;
  }
  .heading h2{
    font-size:30px;
    font-weight:bold;
    border-bottom:2px solid #000;
    padding-bottom:25px;
  }
  .gallery_sec img{
    width:100%;
    margin-bottom:30px;
    height:250px;
  }
  
  .gallery_sec a {
      position: relative;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  
  .gallery_sec a::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      background: none;
      background-size: contain;
      background-repeat: no-repeat;
    top:45%;
    left:50%;
    transform:translate(-50%, -50%);
  }
  
  .gallery_sec img {
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  .gallery_sec a:hover img {
      position: relative;
      width: 100%;
  }
  
  .gallery_sec a:hover img {
      opacity: 0.2;
  }
  
  .gallery_sec a:hover::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url(https://i.ibb.co/3fMkjjF/Resize.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 99;
  }

  .gallery{
    height:300px;
    border:solid 1px #eee;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .gallery img{
    height: 100%;
  }
  .gimg{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
/* gallery */

.finalsection{
    background-image: url("https://www.devsnews.com/template/enacare/enacare/assets/img/bg/08.jpg");
    background-size: cover;
    background-position: center center;
}
.innerfinal{
    background-color: rgba(0,0,0,0.9);
    height: 100%;
    padding: 50px 0;
    text-align: center;
}
.innerfinal li{
    float: left;
    color: white;
    margin-left: 5px;
    margin: 0 10px;
    list-style: none;
    font-size: var(--clamp20);
}
.innerfinal h2{
    color: white;
    font-size: var(--clamp40);
}
.innerfinal h4{
    color: white;
    font-size: var(--clamp28);
}
.innerfinal .themebtn a{
    display: inline-block;
    padding: 10px 45px;
    border-radius: 50px;
    margin-top: 20px;
}
.innerfinal h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerfinal{
        padding: 50px 0;
    }
    .innerfinal h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}

/* mycart */
.theblock{
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	height: 100%;
	width: 	100%;
	z-index: 9;
	top: 0;
	left: 0;
	display: none;
}
.mycart {
    background-color: white;
    width: 400px !important;
    position: fixed;
    top: 0;
    z-index: 10000 !important;
    height: 100%;
    border-right: solid 1px #ccc;
    transition: ease-in-out 0.3s;
    border-left: solid 1px #eee;
}
.carthead {
    border-bottom: solid 1px #ccc;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-left: 0;
}
.carthead h3{
	font-size: var(--clamp18);
	font-weight: 700;
	padding-top: 10px;
}
.close-cart {
    position: absolute;
    left: 10px;
    top: 15px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-cart i{
	font-size: 26px;
}
.close-cart:hover{
	transition: ease-in-out 0.3s;
	border-radius: 50px;
	background-color: #eee;
}
.cartbody {
    padding: 10px;
    background: white;
}
.cartitem {
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    height: 90px;
    padding: 20px;
}
.cartitem h5{
	font-size: var(--clamp16);
}
.cartitem h5 {
    font-size: var(--clamp18);
    font-weight: 600;
}
.less,.add{
    height:30px;
    width:30px;
    background-color: var(--primary-color);
    border-radius: 50px;
    color: #000;
    padding: 3px;
    margin: 0 3px;
}
.cartcontent label{
	font-size: var(--clamp16) !important;
}
.cartcontent input[type="number"]{
	font-size: var(--clamp16) !important;
	text-align: center;
	border: solid 1px #ccc;
	height: 22px;
	width: 60px !important;
}
.cartimage {
    height: 80px;
    padding: 5px;
    width: 235px;
}
.cartbody {
    padding: 10px;
    background: white;
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}
.cartimage img{
	height: 100%;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}
.cartfooter {
    padding: 0 15px;
    background-color: white;
}
.cartempty img {
    height: 150px;
}
.cartempty {
    text-align: center;
}
.cartempty h3{
    text-align: center;
	font-size: var(--clamp22);
	font-weight: 600;
	margin-bottom: 25px;
}
.cartempty a{
    background-color: var(--primary-color);
	color: white;
	padding: 10px 20px;
	border:none;
}
/* mycart */

/* address */
.address{
    padding: 50px 0;
}
.titles{
    text-align: center;
}
.titles h4{
    font-size: var(--clamp22);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.address input[type="text"],.address input[type="number"]{
    height: 45px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
.address button{
    background-color: var(--primary-color);
    padding: 0px 15px;
    border: none;
    height: 45px;
    font-weight: 700;
    letter-spacing: 1px;
}
/* address */