@charset "utf-8";
/***** Design By Sagar 4.3 HTML 5 *****/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
/* 
font-family: 'Poppins', sans-serif; */

/* CSS Document */

body {
    font-family: 'Poppins', sans-serif;
    color: #1d1f23;
    font-size: 15px;
    overflow-x: hidden;
    font-weight: normal;
	line-height:26px;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
#dyanmic .one{animation:fadeInUp 1s;}
#dyanmic .one:nth-child(2n+2){animation:fadeInUp 2s;}
#dyanmic .one:nth-child(2n+3){animation:fadeInUp 3s;}
#dyanmic .one:nth-child(2n+4){animation:fadeInUp 4s;}
#dyanmic .one:nth-child(2n+5){animation:fadeInUp 5s;}
#dyanmic .one:nth-child(2n+6){animation:fadeInUp 6s;}
#dyanmic .one:nth-child(2n+7){animation:fadeInUp 7s;}
#dyanmic .one:nth-child(2n+8){animation:fadeInUp 8s;}
#dyanmic .one:nth-child(2n+9){animation:fadeInUp 9s;}
#dyanmic .one:nth-child(2n+10){animation:fadeInUp 9.46s;}
#dyanmic .one:nth-child(2n+11){animation:fadeInUp 9.8s;}
#dyanmic .one:nth-child(2n+12){animation:fadeInUp 10s;}
#dyanmic .one:nth-child(2n+13){animation:fadeInUp 10.4s;}
#dyanmic .one:nth-child(2n+14){animation:fadeInUp 10.8s;}
#dyanmic .one:nth-child(2n+15){animation:fadeInUp 11.2s;}
#dyanmic .one:nth-child(2n+16){animation:fadeInUp 11.6s;}
#dyanmic .one:nth-child(2n+17){animation:fadeInUp 12s;}
#dyanmic .one:nth-child(2n+18){animation:fadeInUp 12.4s;}
#dyanmic .one:nth-child(2n+19){animation:fadeInUp 12.8s;}
#dyanmic .one:nth-child(2n+19){animation:fadeInUp 13s;}

/*------------------ VARIABLE CSS ------------ */
.submenulist::-webkit-scrollbar {
    width: 4px!important;
}

.submenulist::-webkit-scrollbar-thumb {
    background: #d1d1d1!important;
    -webkit-border-radius: 0;
    border-radius: 0
}
:root {
    --primary: #237400;
    --secondary: #237400;
}

/*** header ***/
.header-new {
    width: 100%;
    background-color: #fff;
}

.header-cen {
    position: relative;
}
.social_media{
    font-size: 14px;
    border-left: 1px solid #8d8989;
    padding-left: 19px;
}
.social_media i{
  color: #237400;
  padding-right: 3px;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.top-section {
    display: flex;
}

.right-side {
    margin-top: 19px;
    margin-left: 50px;
}

.right-h {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.center-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header li a {
    padding: 26px 12px;
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: .3s linear;
    font-weight: 500;
    border-radius: 0px;
}

.header li a:hover {
    color: #02a0dd;
}

.login {
    padding: 34px 26px !important;
    border-radius: 0px !important;
    margin-left: 15px;
    transition: .3s linear;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px;
    display: block !important;
    align-items: center;
    white-space: nowrap;
    background: #08a3e4;
    color: #fff !important;

}



.set-p {
    position: absolute;

}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInLeft .6s;
    z-index: 9999;
    background-color: #fff;
    min-width: 185px;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-left: 0px;
    margin-right: .1rem;
    margin-top: -39px;
    min-width: 160px;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn {
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 10px 15px;
    min-width: 150px;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    color: #333;
    text-transform: capitalize !important;
}

.dropdoqwn li a:hover {
    background-color: var(--primary);
    color: #fff;
}

.meg:hover {
    background-color:  var(--primary);
}

.catrgory span {
    margin-top: 28%;
    display: block;
}

.catrgory h3 {
    font-size: 24px;
    font-weight: 900;
}

.catrgory a {
    background-color: #084519;
    display: table !important;
    margin: 50px auto;
    padding: 10px 18px !important;
    color: #fff !important;
}

.headerlist {
    padding: 15px 00px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px 0px;
    text-transform: capitalize;
    color: #222;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 0px;
    font-weight: 500 !important;
    margin-bottom: 15px;
    font-size: 16px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    padding: 0px 0px;
	    min-height: 480px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.logo-center img {
    position: absolute;
    margin: 0 auto;
    display: block;
    left: -25px;
    right: 0;
    top: 7px;
    z-index: 999999;
    width: 108px;
}

.logo-part {
    float: left;
    padding: 5px 20px 5px 0px;
}


.darkHeader {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    background-color: #fff;
    border-bottom: none;
    animation: fadeInDown 1s;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.topmenu li {
    display: inline;
    margin-left: 12px;
}

.topmenu i {
    padding-right: 5px;
    font-size: 16px;
    color: #2b2f34;
}

.topmenu i:hover {
    color: #000;
}

.topmenu li a {
    color: #222;
}

.topmenu {
    font-size: 14px;
    background: #efefc2;
    color: #000;
    padding: 4px;
    line-height: 24px;
    font-weight: 700;
}

.header {
    display: flex;
    align-items: center;
}

.banner {
    width: 100%;
    object-fit: cover;
}

.top_section {
    border-bottom: 1px solid #dbdada;
    padding: 8px 0px;
    font-size: 14px;
}

.top_section p {
    margin-bottom: 0px;
}

.icons a {
    color: #555;
    padding-left: 15px;
    font-size: 16px;
}
.header2{
    background-color: #07239e;
}

.dropl_r a{
    padding: 11px 10px !important;
    font-weight: 400;
    color: #fff !important;
    font-size: 16px !important;
    display: inline-block;
    line-height: 27px;
}

.heading{
    padding: 5px 0px;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 0px !important;
    color: #02a0dd;
    margin-top: 20px;
}
.bottom_head{
    display: block !important;
}
.form1{
    display: flex;
}
.formset{
    border-radius: 5px 0px 0px 5px !important;
    font-size: 14px;
}
.button1{
    background-color: #237400;
    border: none;
    color: #fff;
    padding: 7px 17px;
    border-radius: 0px 5px 5px 0px;
}
.contact{
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
}
.enquiry{
    display: inline-block;
    padding: 12px 14px;
    background: #237400;
    color: #fff !important;
    margin-left: 10px;
    font-weight: 500;
    line-height: 25px;
}
.tab a{
    color: #2d2d2e !important;
    padding: 3px 14px !important;
    font-size: 13px !important;
}
.tab a:hover{
    color: #237400 !important;
}
.tab{
    border-right: 1px solid #ccc;
    height: 100%;
    padding: 21px 0px;
    height: 470px;
    overflow: auto;
}
.product-imge a{
    font-weight: 400 !important;
    color: #333 !important;
    font-size: 13px !important;
    padding: 0px !important;
	width: 100%;
} 
.categorylmemu a{ font-size:16px !important; display: block;}
.submenulist{overflow: scroll;    height: 180px;}
.indextext h1{ color:#002a6e; font-size:50px; font-weight:700;}
.indextext h2{ color:#08a4df; font-size:24px;}
.indextext a{ background:#08a4df; border-radius:5px; font-size:18px; color:#fff; padding:15px 25px; display:table;}
.homeprodcuts{ background:#08a4df; padding:50px 0px;color:#fff;}
.homeprodcuts h3{ color:#fff;}
.homeprodcuts a{background:#fff; border-radius:5px; font-size:16px; color:#000; padding:8px 15px;display: inline;
    float: right;}
.homeprodcuts a:hover{color:#08a4df;}
.probg { border: 1px solid #ccc;background:#fff; border-radius:5px; text-align:center;min-height: 310px;}
.probg img{ width:100%; height:240px; object-fit:contain;}
.probg a{ text-align:center; display:block;}
.homeprodcutsbg{ background:#002970; padding:50px 0px;color:#fff;}
.hometestimonial{ background:url(../images/testibg.jpg) no-repeat; background-size:cover; padding:10px 0px 50px;}
.hometestimonial h4{ color:#002970; font-size:50px; text-align:center;}
.testibg{ background:#fff;border-radius:5px; padding:50px;box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);min-height: 255px;}
.footer-section{ background:#002970; color:#fff; font-size:14px;}
.footer-section a{color:#fff;font-weight:300; font-size:14px; }
.footerlist{ margin-top:40px;font-weight:300; font-size:14px;}
.footerlist h6{ font-weight:600; font-size:18px; line-height:30px; border-bottom:1px solid #08a4df; color:#fff; margin-bottom:25px;}
.footericons{ font-weight:400; font-size:16px; margin:0px;}
.socialmedia li{ display:inline;}
.footerbottom{ margin-top:40px !important; background:#08a4df; padding:10px 0px; text-align:center; color:#fff;}
.footerbottom ul li{ display:inline; padding:5px 15px;}
.footerdown{ text-align:center; padding:15px 15px; font-weight:300;}
.footerdown a{ color:#fff;}
.socialmediaright{ display:inline; position:fixed; right:15px; top:200px; z-index:99999;}
.socialmediaright img{ margin-bottom:10px;}
.mobilefixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	text-align: center;
	z-index: 99999!important;
	box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
	border-radius: 10px 10px 0 0
}

.mobilefixed ul {
	width: 100%
}

.mobilefixed li {
	display: inline-block;
	width: 19%;
	margin-bottom: -11px
}

.mobilefixed li a {
	color: #000 !important;
	padding: 10px 15px 0 15px;
	font-weight: 400;
	font-size: 13px;
	display: inline-block
}

.google {
	padding-top: 20px
}

.mobilefixed img {
	width: 22px;
	margin: 0 auto
}

.home-cions {
	background-color: #fff;
	border-radius: 100px;
	padding: 15px!important;
	height: 52px!important;
	position: relative;
	top: -42px;
	box-shadow: 0 0 9px 0 #a0a0a0
}

.home-cions img {
	width: 24px;
	margin-top: -3px
}

.mobilefixed span {
	width: 100%;
	display: block;
	font-size: 12px
}
.bannerbottom{ background:#002970; margin:0px; text-align:center; display:block; padding:26px 0px; font-size:24px; font-weight:300; color:#fff;}
.bannerbottom strong{ font-weight:700; color:#08a4df;}



.coursebg{
    padding:10px 0px;
    text-align: left;
    background-color: #dce4e9;
    color: #000;
}
.coursebg h4{color:#237400; font-size:30px; padding-bottom:15px; font-weight:700;}
.inclusecours{ font-weight:700; font-size:20px;}
.coursefee {
    box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
    padding: 30px;
    border-radius: 10px;
    margin-top: -190px;
    background: #fff;
}
.coursefee h5 {
    background: #c5ffe6;
    color: #037443  !important;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
	font-weight:700;
}
.stickydiv {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.prodetails{ text-align:justify;}
.prodetails img{ border:1px solid #ccc; border-radius: 10px; padding:10px;}
.prodetails h1{  font-size:24px; color:#07239e; padding-bottom:10px; }
.brandname{ background:#237400; padding:2px 8px;border-radius:4px; color:#fff; font-size:14px; display:inline;}
.biicons{ color:#FFCC00;}
table{ width:100%;}
table td{ border:1px solid #ccc; padding:5px;}
.fixed{
  }
 .fixed p{ margin:0px;}
.formpage5{
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 14px;
    padding: 1px 0px 1px;
  }
 .hidden{ display:none;}
.innerform{
	 background: #eeebeb;
  color:#555;
  padding:0px !important;
  margin:10px;
   border-radius:7px;
}  
 .formpage5 strong{ font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0px;
	background-color: #72ab19;
    padding: 8px;
    border-radius: 6px 6px 0px 0px;
	font-weight: 400;
} 
.innerform form{
	padding: 10px 10px;
}
.forminner{ display:block; text-align:center; font-weight:700 font-size:14px !important; padding-top:0px;}	
.inputname{border-radius: 3px; border:1px solid #fff; color:#333; padding:3px 10px; margin-bottom:8px; width:100%;}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#647a91;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}
.readmore3 a{
	display:inline-block;
	margin:50px auto;
	background-image: linear-gradient(#5747e4, #822bce);
	color:#fff;
	padding:10px 30px;
	font-size:17px;
	border-radius:7px;
	font-weight:600;
	text-align:center;
	
} 
.aboutuspage h1{
font-size: 24px;
    border-bottom: 4px solid #237400;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.aboutuspage h2{
font-size: 24px;
    border-bottom: 4px solid #237400;
    display: table;
    padding-bottom: 10px;
	padding-top:15px;
    margin-bottom: 15px;
}
.aboutuspage ul li{ background:url(../images/arrow.png) no-repeat; background-position:0px 10px; padding-left:15px; line-height:30px;}
.contactusbg{ background:#07239e; color:#fff; padding:30px 50px; font-size:18px; font-weight:300; line-height:30px;}
.contactusbg small{ font-size:13px; border-bottom:1px dotted #CCCCCC; padding-bottom:10px;}
.contactinput{
border: 1px solid #e9eef0;
    padding: 5px 10px;
    border-radius: 3px;
    width: 100%;
    border-bottom: 4px solid #e9eef0;
	margin-bottom:8px;
}
.prodetailsimage img{border:none !important;}
.prodetailsimage h2, h3, h4, h5{font-size: 18px;}
.product-imge img{object-fit:contain; height:180px; width:100%;}
.product-imge a{font-size: 16px !important;text-align:center!important;}


/***** Design By Sagar 4.3 HTML 5 *****/