@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*
{
    /* font-family: 'Bitter', serif; */
    /* font-family: "Roboto Condensed", serif; */
    /* font-weight: 600; */
    font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body{
  /* font-family: "Roboto Condensed", serif; */
  /* font-weight: 600; */
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.logo-header {
    background-color: #0077b9;
    /* padding: 10px; */
    /* margin-top: 3px; */
    /* border-bottom: 1px solid #1e97a1; */
    padding-top: 3px;
    padding: 3px 0px;
}

.logo {
    width: 80px;
    /* float: left; */
    margin-right: 10px;
    margin-top: 5px;
}
.logo-header h2 {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    margin-top: 23px;
    /* margin-left: 21px; */
    /* margin-right: 10px; */
    /* padding-left: 51px; */
    font-weight: bold;
    /* margin-bottom: 5px; */
    text-transform: uppercase;
    margin-bottom: 6px;
    text-align: center;
}
.logo-header h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 58px;
    margin-left: -48px;
}
ul.gov-guidelines {
  list-style-type: none;
  padding: 8px;
  margin: 0px;
  /* float: right; */
}

ul.gov-guidelines li {
  display: inline-block;
}

ul.gov-guidelines a {
  color: rgb(255 255 255);
  padding: 3px 4px;
  font-weight: 500;
  font-size: 12px;
  text-decoration:none;
  /* border-radius: 50%; */
  border: 1px solid #ccc;
  background: #03599d;
  text-wrap: nowrap;
}
select {
  padding: 4px 7px;
  border: 0px;
  background: rgb(255 253 252);
  color: rgb(0 0 0);
  padding: 10px 15px;
  /* border-radius: 30px; */
  border: 1px solid #ccc;
  /* margin-top: 15px; */
}


.black {
  background: rgb(0, 0, 0) !important;
  border: 1px solid #ccc;
}

.white {
  background: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
}

.pannel {
  float: right;
}

ul.pannel {
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  /* float: left; */
  padding: 0;
}

ul.pannel li {
  display: inline-block;
  width: 15px;
  height: 15px;
  /* border-radius: 50%; */
  background: #e56d04;
  border: 1px solid #fff;
}


.color1
{
    background: #df5311;
}

.color2
{
    background: #138999 !important;
}
.color3
{
    background: #0077b9 !important;
}

.color4
{
    background: #2196F3;
}

.color5
{
    background: #E91E63;
}
.color6
{
    background: #4CAF50;
}





.navbar .dropdown-menu-end{ right:0; left: auto;  }
.dropdown-menu{display:block;opacity: 0;visibility: hidden;/* transition:.3s; */margin-top: 0px;border: 0;box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);}
.navbar .nav-item:hover .nav-link{color: #0077b9;}
.dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.dropdown-menu.fade-up{top:180%;border-top: 4px solid #0077b9;border-radius: 10px;}
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }

/* ============ desktop view ============ */

body
{
font-family: 'Space Grotesk', sans-serif;
background:url(../images/bg.jpg);
}

@media all and (max-width: 992px) 
{
    .dropdown-menu
    {
       
        display:none;
    }

    .dropdown-menu > li:hover > .submenu
	{
		display: block;

	}
	.submenu
	{
		display: block;

	}
}
@media all and (min-width: 992px) 
{

	.dropdown-menu li
	{
		position: relative;
		/* padding: 5px; */
		/* border-bottom: 1px dashed #ccc; */
		/* padding: 5px; */
	}
	.dropdown-menu .submenu{
		display: none;
		position: absolute;
		left:100%;
		top:-7px;
		margin-top: -35px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;

	}

 
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
	margin-left:0.7rem; margin-right:0.7rem; margin-bottom: 30px;
}

}	
/* ============ small devices .end// ============ */

/*== Dropdown Menu End==*/


/* ==MegaMenu== */

.navbar .megamenu
{ 
	padding: 1rem; 
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) 
{

	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0;right:0;width: 80%;margin-top: -8px;margin: -8px auto;border: 0;box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);}

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px)
{
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse
	{
		overflow-y: auto;
		max-height: 90vh;
		margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */

/* ==MegaMenu end== */

/* ========== Hedare Slider============= */

.fixed-top {
	/* top: -40px;
	transform: translateY(40px);
	transition: transform .3s; */
}
/* ========== Hedare Slider End============= */


.navbar-dark .navbar-nav .nav-link 
{
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	padding: 0px 13px;
}

.dropdown-item 
{
	padding: 9px 20px;
	font-size: 13px;
	border-bottom: 1px solid #f7f3f3;
	font-weight: 600;
}
.dropdown-menu
{
	padding:0px;
}
.col-megamenu li a
{
	font-size: 14px;
	text-decoration: none;
	color: #212529;
	/* padding: 28px 20px; */
}
.col-megamenu ul li
{
	padding: 5px;
}
.col-megamenu {
    border-right: 1px solid #f9f7f7;
    margin-left: 34px;
    padding-left: 0px;
}
/* #navbar_top
{
	padding: 3px;
} */

.navbar-dark {
    background-color: #ffffff !important;
    padding: 5px;
    margin-top: 1px;
    border-top: 1px dotted #1d8b1c;
    /* box-shadow: 0 4px 9px -6px #0865a863; */
    /* border-radius: 40px; */
    /* margin-top: 20px; */
    border-bottom: 2px solid #d3d3d3;
    box-shadow: 0px 20px 30px rgb(3 4 28 / 15%);
    /* z-index: 0; */
}



img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.title h1 {
    font-size: 48px;
    color: #000000;
    margin: 0;
    font-weight: bold;
  }
  


/*---------------------------------------
  Categories_wrap Css              
-----------------------------------------*/
.categories_wrap{z-index: 1000; margin-top: -70px; position: relative;}
.categories-course{background: #3ab64c; padding:15px; text-align: center; border-radius: 12px;}
.categories-course h4{font-size: 22px;color: #fff;position: relative;margin-bottom: 30px;}
.categories-course h4:before{content: ""; background: #fff; width: 40px; height: 2px; position: absolute; bottom: -15px; text-align: center; left:50%;  margin-left: -20px;}
.categories-course p{font-size: 14px;color: #fff;line-height: 24px;font-weight: 400;}
.coure-icon-inner{width: 130px;height: 130px;background: #fff;text-align: center;line-height: 40px;border-radius: 100%;display: inline-block;padding-top: 24px;}
.cours-icon{margin-bottom: 30px;margin-top: -80px;}
.categories_wrap ul li:nth-child(1) .categories-course{background: #03599d;box-shadow: 0 4px 9px -4px #03599d;}
.categories_wrap ul li:nth-child(2) .categories-course{background: #ff8d00;box-shadow: 0 4px 9px -4px #ff8d00;}
.categories_wrap ul li:nth-child(3) .categories-course{background: #0f90db;box-shadow: 0 4px 9px -4px #0f90db;}
.categories_wrap ul li:nth-child(4) .categories-course{background: #6246d5;box-shadow: 0 4px 9px -4px #6246d5;}





.about-wrap {
    position: relative;
    padding: 60px 0 40px 0;
  }
  .aboutImg {
    margin-bottom: 15px;
  }
  .about-wrap .readmore {
    margin-top: 40px;
  }
  .about-wrap .title h1 {
    font-size: 25px;
    color: #000;
  }
  .about_box {
    margin-left: 20px;
    margin-right: 20px;
  }
  .subText {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
  }
  
  .edu_list{list-style: none;padding: 0;margin-top: 15px;}
  .learing-wrp{display: flex;margin-bottom: 25px;}
  .edu_icon{background: #000;width: 125px;height: 69px;line-height: 54px;text-align: center;border-radius: 100%;margin-right: 20px;display: table;padding-top: 12px;}
  .edu_list li:nth-child(1) .edu_icon{background: #0e86ce;}
  .edu_list li:nth-child(2) .edu_icon{background: #3ab64c;}
  .edu_list li:nth-child(3) .edu_icon{background: #ffa707;}
  .learing-wrp h3{font-size: 20px;font-weight: 600;text-transform: uppercase;}
  .edu_list li{margin-bottom: 15px;}
  
  





  .gallery-wrap {
    position: relative;
    background: url(../images/gallery-bg.jpg) no-repeat top;
    background-size: cover;
    padding:60px 0;
    border-bottom: 1px solid #7cb3ac;
  }
  .gallery_box{display: table; height: 100%;}
  .gallery_left{display: table-cell; vertical-align: middle;}
  .galleryImg {
    margin: 15px 0;
    position: relative;
    border: 6px solid #fff;
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  }
  .gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
    margin-top: 30px;
  }
  .gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
    margin-top: 30px;
  }
  
  .serImg {
    margin-bottom: 30px;
  }
  .galley_inner .row > div {
    margin: 15px 0;
  }
  .galley_inner {
    text-align: center;
  }
  .testi_list {
    list-style: none;
  }
  .testi_list li {
    margin: 36px 0;
  }
  .testi_list .testimonials_sec {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  }
  .portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .galleryImg img {
    width: 100%;
  }
  .gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .gallery-wrap .content, .galley_inner .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  .gallery-wrap .content .image-link, .galley_inner .content .image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px !important;
    background: #f0aa00;
    display: list-item;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
    vertical-align: middle;
    list-style-type: none;
  }
  .readmore a {
    text-decoration: none;
    font-size: 15px;
    background: #03599d;
    text-transform: uppercase;
    border-radius: 36px;
    font-weight: bold;
    display: inline-block;
    padding: 18px 38px;
    color: #fff;
}


  .client
  {
    padding: 30px;
  }



  .footer-wrap{background: #0077b9;background-size: cover;padding: 50px 0 20px 0;color: #fff !important;}
  .footer-wrap1{
    background-image: url(../images/bg-12.jpg);
    background-size: auto;
    background-repeat: repeat;
  }
.footer-wrap p{font-size: 14px;color: #f3f8ff;margin-top: 15px;}

.footer-wrap h3{font-size: 18px; margin-bottom: 20px; display: inline-block; font-weight: bold; font-family: 'Open Sans', sans-serif; color: #fff; margin-bottom: 25px;}
.footer-links{list-style:none;margin-bottom: 0;padding: 0;}
.footer-links li{margin-bottom: 10px;color: #fff !important;}
.footer-links li a{text-decoration:none;color: #ffffff;font-size:14px;}
.footer-links li:before{content: "\f0da";font-weight: 600;font-family: 'FontAwesome';padding-right:10px;color: #ffffff;font-size: 14px;}
.footer-links li a:hover{color: #e47b9b;}
.insta_pics{}
.insta_pics li{display: inline-block; padding-right: 5px; margin-bottom: 9px;}
.hourswrp{}
.hourswrp li{font-size: 14px;color: #ffffff;border-bottom: 1px solid #ffffff33;padding: 6px 0;}
.hourswrp li span{float: right;}
.hourswrp li:first-child{padding-top: 0;}
.hourswrp li:last-child{border: none;}
.footer_info{margin-left: 14px;}

.footer-adress{list-style:none;padding: 0;}
.footer-adress li{margin:0;  padding-bottom: 15px; display: flex;}
.footer-adress li > i{vertical-align:top;font-size:16px;color: #ffffff;width:30px;padding-top: 3px;margin-right: 20px;}
.footer-adress li span a, .footer-adress li span{font-size: 14px;color: #ffffff;text-decoration: none;}
.footer-adress li span a:hover{color: #77dda7;}
.footer_phone a{font-size: 24px !important; font-weight: bold;}
.footer_address i, .footer_phone i{font-size: 24px !important;}
.footer_icon{text-align: left;}
.footerLinks li{position:relative; padding-left:16px;}
.footerLinks li a{font-size:14px; color:#fff; line-height:30px; text-decoration:none;}
.footerLinks li:before{content:"\f105"; font-family: 'FontAwesome'; position:absolute; top:4px; left:0; font-size:14px; color:#fff;}
.footerLinks li a:hover{color:#328bc3;}
.footer-bottom{padding: 4px 0;background: #035481;!;!importan;color: #fff;}
.copyright-text{font-size: 14px; color: #000;}


.social-icons ul li{display:inline-block; margin-right:3px;}
.social-icons ul li a{
    border:1px solid #fff;
    display:block;
    font-size:18px;
    text-align: center;
    color:#fff;
    width:38px;
    height:38px;
    line-height: 58px;
    border-radius:100%;
    padding-top: 10px;
}

.social-icons ul li:nth-child(1) a{background: #3c599b; border-color: #3c599b;}
.social-icons ul li:nth-child(2) a{background: #1ea1f3; border-color: #1ea1f3;}
.social-icons ul li:nth-child(3) a{background: #cd2e80; border-color: #cd2e80;}
.social-icons ul li:nth-child(4) a{background: #fb000f; border-color: #fb000f;}

/*********************************************
        Copyright css
*********************************************/
.copyright {
  font-size: 12px;
  color: #fff;
  padding-top: 3px;
  text-transform: capitalize;
}
.credits {
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
}
.credits a {
  color: #fff;
  text-decoration: none;
}
.credits a:hover {
  color: #f2b31a;
}
.close-toggler {
  display: none;
}
/* .navbar-toggler {
  display: none;
} */


.footer-govt-logo
{
    width: 100px;
    vertical-align: middle;
    background: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

ul
{
    list-style-type: none;
}


.login
{
    background: #0077b9;
    border-radius: 30px;
    padding: 7px 25px !important;
    color: #fff !important;
    box-shadow: 0 4px 9px -4px #7519327a;
}

.f-r
{
  float: right;
}

.nav-item
{
  /* background: #673AB7; */
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  margin: 8px;
  font-size: 15px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /* background: #efefef; */
  border-radius: 10px 10px 0px 0px;
  /* background: linear-gradient(90deg, #673AB7 36%, #FF9800 100%); */
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #1d8b1c;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #fff;
}

.tab-content
{
  /* border: 1px solid #1d8b1c; */
  margin: 0px 0px;
  min-height: 323px;
}

.latestnews p {
  float: left;
  width: 100%;
  background: whitesmoke;
  line-height: 2.3;
  cursor: pointer;
  margin-bottom: 11.2px;
  z-index: 9999;
}

.latestnews p i {
  float: left;
  padding: 8px;
  background: #1d8b1c;
  color: #fff;
  margin-right: 6px;
  margin-top: 0px;
  font-size: 15px;
}
.latestnews p a {
  color: #000 !important;
  font-size: 13px;
  text-decoration: none;
}
.f-30
{
  font-size: 18px;
}

.panel-heading
{
  background: #1d8b1c;
  padding: 15px;
  color: #fff;
  font-weight: 300;
  border-radius: 10px;
  margin-top: 17px;
  border-radius: 10px 10px 0px 0px;
  /* background: linear-gradient(90deg, #673AB7 36%, #FF9800 100%); */
}

.panel-body
{
  border: 1px solid #1d8b1c;
  margin: 0px 0px;
  min-height: 323px;
  /* overflow-x: auto; */
}

li.news-item 
{
  padding: 13px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

li.news-item:last-child
{
  border: none;
}

.mt-15
{
  margin-top: 15px;
}

.c1
{
  color: #751932;
}
.c2
{
  color: #751932;
}
.c3
{
  color: #751932;
}
.c4
{
  color: #751932;
}

.notifications
{
  margin-bottom: 50px;
}
.modal-body li

{
  padding: 10px;
}


.alerts
{
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  background: #0077b9;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  border: 2px solid #fff;
}


.alerts .fa-bell
{
  color:#fff;
}


.govt_tabs img
{
    border: 6px solid #fff;
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
}







.form-container {
	/* max-width: 500px; */
	/* width: 100%; */
	/* padding: 15px 25px; */
	/* background-color: #ffffff; */
	/* border-radius: 8px; */
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
	/* border-top: 3px solid #080f5b; */
	}
  .form-container h2 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
	color: #080f5b;
	font-weight: 800;
	font-size: 20px;
	}
  .form-group {
	position: relative;
	margin-bottom: 20px;
  }
  .form-group input {
	width: 100%;
	padding: 10px;
	border: 1px solid #6e92b933;
	border-radius: 0px;
	font-size: 16px;
	/* margin-top: 10px; */
	transition: border-color 0.3s ease;
	/* border-radius: 7px; */
	border: 0;
	border-bottom: 1px solid #c2c6c9;
	background: unset;
	}
  .form-group label {
	position: absolute;
	left: 12px;
	top: 12px;
	font-size: 14px;
	color: #3b516b;
	transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
	font-weight: 600;
	}
  .form-group input:focus {
	border-color: #080f5b;
	outline: none;
	top: 3px;
	margin-top: 3px;
	}
  .form-group input:focus + label,
  .form-group input:not(:placeholder-shown) + label {
	top: -6px;
	font-size: 12px;
	color: #44449f;
	background-color: #ffffff;
	padding: 0px 4px;
	border-radius: 4px;
	left: 8px;
	}
  .submit-button {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	padding: 10px;
	background-color: #03599d;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	/* background-color: #dc4c64; */
	color: #fff;
	box-shadow: 0 4px 9px -4px #03599db8;
	}
  .submit-button:hover {
	background-color: #0056b3;
  }
  
  
  .form-group label .fa
  {
	font-size: 15px;
	padding-right: 12px;
	margin-left: 8px;
	border-right: 1px solid #cbcbcb;
	margin-right: 10px;
	}
  
  .form-group input:focus + .fa
  {
	font-size: 12px;
  }
  
  img 
  {
	  max-width: 100%;
  }
  .pad-0
  {
	  padding:0;
  }
  .login-form
  {
  
  width: 98%;
  
  height: 96vh;
  
  background: #fff;
  
  position: absolute;
  
  margin: 0 auto;
  
  /* position: absolute; */
  
  left: 0;
  
  right: 0;
  
  top: 12px;
  
  bottom: 0;
  
  border-radius: 30px;
  
  background:url("../images/login-bg-bottom.png")
  }
  
  
			  .copy-right 
			  {
				  /* position: absolute; */
				  width: 100%;
				  bottom: 0;
				 }
		  
  
  .login-right
  {
	margin-top: 50px;
	position: relative;
	width: 90%;
	float: right;
	border: 2px solid #03599d;
	padding: 30px;
	}
  .about-content
  {
	margin-top: 25px;
	position: relative;
	width: 100%;
	float: right;
	/* border: 2px solid #03599d; */
	/* padding: 30px; */
	min-height: 380px;
	}
  
  .captcha
  {
	border-radius: 8px;
  }
  
  .lock
  {
	width: 50px;
	margin: 0 auto;
	position: absolute;
	top: -40px;
	left: 40%;
	/* border: 2px solid #ccc; */
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 7px 15px;
	background: #ffffff;
	}
  .new-register p
  {
	margin-bottom:0;
  }
 
  img
  {
	max-width: 100%;
  }
  
  
  @media only screen and (max-width: 600px) 
  {
	.mt-50 {
	  margin-top: 10px;
  }
  }

.center
{
  text-align: center;
}
.modal-header{
  background: #751932;
  padding: 10px;
}
.modal-body{
  background: url(../images/bg.jpg);
}
.modal-title{
  width: 100%;
    color: #fff;
    font-size: 17px;
}
.modal-header .btn-close{
  position: absolute;
  right: 20px;
}


@media all and (max-width: 992px) 
{


  .categories-course 
  {
   
    margin: 50px 0px !important;
  }
  .navbar-dark {
    background-color: #751932 !important;
  }
  .navbar-dark .navbar-nav .nav-link
  {
    color: rgb(255 255 255);
   
}
}	

.maindodycnt {
  min-height: 435px;
  background: #FFF;
  box-shadow: 0px 0px 1px #cacaca;
  /* MARGIN-TOP: 5PX; */
  /* MARGIN-BOTTOM: 20PX; */
  padding: 15px;
}
.mainheading {
  float: left;
  width: 100%;
}
.mainheading h2 {
  margin: 0;
  font-size: 21px !important;
  color: #03599d;
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-weight: 600;
}
.mainheading span {
  float: left;
  width: 77px;
  height: 2px;
  background: #03599d;
  margin-top: 5px;
  margin-bottom: 10px;
}
.maindodycnt p {
  text-align: justify;
}
.maindodycnt ul li {
  list-style-type: circle;
  line-height: 27px;
  font-size: 14px;
}

.table > thead > tr > th {
  border-bottom: none;
  background: #751932;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.table > tbody > tr > td {
  font-size: 13px;
}

.ac {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
  box-shadow: 0 5px 0 0 -webkit-linear-gradient(left, #193775, #00abc9) inset;
}
.ac li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.ac li {
  position: relative;
  padding: 0;
  background: -webkit-linear-gradient(left, #1d8b1c, #52c751);
  margin: 0;
  /* padding-bottom: 4px; */
  padding-right: 0;
  /* padding-top: 3px; */
  /* border-top: 1px dotted #dce7eb; */
  margin-bottom: 10px;
}
.ac li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  /* padding: 4px; */
  height: 93%;
  z-index: 1;
  opacity: 0;
  /* background: -webkit-linear-gradient(left, #193775, #00abc9); */
}
.ac li .cu {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 14px;
}
.ac li h2 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  font-weight: 500;
  padding: 10px;
}
.ac li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  display: none;
  color: #fff;
}
.ac li input[type=checkbox]:checked ~ .cu:before {
  transform: translate(2px, 0) rotate(45deg);
}
.ac li .cu:before, ul li .cu:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 3px;
  height: 9px;
}
.ac li input[type=checkbox]:checked ~ .cu:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.ac li .cu:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.ac li .cu:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.transition, p, .ac li .cu:before, .ac li .cu:after {
  transition: all 0.25s ease-in-out;
}
.ac li .cu:before, ul li .cu:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 3px;
  height: 9px;
}
.ac li {
  list-style-type: none !important;
}

.ac li p {
  color: #fff !important;
  background: -webkit-linear-gradient(left, #d3ffd3, #ffffff);
}
.ac p {
  /* padding: 15px; */
  position: relative;
  z-index: 1111111111111111111111;
}
.ac p a {
  border: 1px dotted #022b69;
  padding: 10px 10px;
  color: #022b69 !important;
  padding-bottom: 0.25em;
  text-decoration: none;
  line-height: 1.5;
  padding-bottom: 15px;
  border-top: 0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #04406e !important;
  border-color: #04406e !important;
}
.client1{
  background: #03599d;
  padding: 35px;
}
.client1 p{
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.client1 p span{

}
hr{
  border: 1px solid #03599d;
    opacity: 1;
    margin: 2px 0;
}

/* latest news */

.acme-news-ticker {
  background: #fff;
  position: relative;
  height: 38px;
  border: 1px solid #0077b9;
  margin-top: 45px;
  }
  @media (min-width: 768px) {
    .acme-news-ticker {
      margin-top: 0px;
      margin-bottom: 0;
      } }
  .acme-news-ticker-label {
    background: #0077b9;
    padding: 7px;
    width: auto;
    float: left;
    margin-right: 12px;
    line-height: normal;
    height: 100%;
    color: #fff;
    }
    @media (max-width: 575px) {
      .acme-news-ticker-label {
        position: absolute;
        top: -45px; } }
  .acme-news-ticker-box {
    height: 100%;
    padding-top: 6px;
    overflow: hidden;
    }
    @media (max-width: 575px) {
      .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px; } }
    .acme-news-ticker-box ul {
      width: 100%;
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
      .acme-news-ticker-box ul li a {
        text-decoration: none;
        color: #0077b9;
        font-weight: 600;
        font-size: 14px;
        }
  .acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }
    .acme-news-ticker-controls button {
      height: 100%;
      background: #ffffff;
      padding: 0;
      width: 40px;
      border-color: #c9c9c9;
      border-style: solid;
      border-width: 0 0 0 1px;
      cursor: pointer;
      display: inline-block;
      }
      .acme-news-ticker-controls button:hover {
        background: #eeeeee; }
      .acme-news-ticker-controls button.acme-news-ticker-arrow {
        margin: 0;
        display: inline-block;
        position: relative; }
        .acme-news-ticker-controls button.acme-news-ticker-arrow:after {
          border-color: #999;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          content: '';
          display: inline-block;
          height: 8px;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 8px; }
      .acme-news-ticker-controls button.acme-news-ticker-pause {
        position: relative;
        display: inline-block; }
        .acme-news-ticker-controls button.acme-news-ticker-pause:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-color: #999;
          border-style: solid;
          border-width: 0 2px 0;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(315deg);
          -ms-transform: translate(-50%, -50%) rotate(315deg);
              transform: translate(-50%, -50%) rotate(315deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
          -ms-transform: translate(-50%, -50%) rotate(405deg);
              transform: translate(-50%, -50%) rotate(405deg); }


/* middle boxs */

/* Background Colors */
.bg-primary {
  background-color: #751932!important;
}
.bg-success {
  background-color: #dd7911!important;
}
.bg-info {
  background-color: #2196F3!important;
}
.bg-secondary {
  background-color: #009688!important;
}
.bg-danger {
  background-color: #f44336!important;
}
.bg-dark {
  background-color: #223035!important;
}
.bg-warning {
  background-color: #ff9700!important;
}
.bg-light {
  background-color: #cddc39!important;
}
.bg-contrast{background: #6d46e3 !important;}
.bg-pink
{
background-color: #f54ea2 !important;
}

.align-self-center {
  width: 25%;
  float: left;
  margin-right: 10px;
}
.our-course-categories-two{
  margin-top: 30px;
}

/* Social Icon Four */

.social-icon-four {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* border-left: 1px solid rgba(255, 255, 255, 0.1); */
	border-bottom: 1px solid rgb(145 145 145 / 10%);
	padding: 0;
	margin: 0;
}

.social-icon-four li {
	width: 20%;
}

.social-icon-four li a {
	color: #858585;
	display: block;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	padding: 17px 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	text-decoration: none;
}

.social-icon-four li:last-child a {
	border-right: 0px;
}

.social-icon-four li a span {
	margin-right: 8px;
}

.social-icon-four .facebook{
	color: #fff;
	background: #3a559f;
}

.social-icon-four .twitter {
	color: #fff;
	background: #1c9deb;
}

.social-icon-four .linkedin {
	color: #fff;
	background: #0073af;
}

.social-icon-four .linkedin {
	color: #fff;
	background: #0073af;
}

.social-icon-four .whatsapp {
	color: #fff;
	background: #14af00;
}

.social-icon-four .google-plus{
	color: #fff;
	background: #d64836;
}

.social-icon-four .pinterest {
	color: #fff;
	background: #c62026;
}

.text-bg-dark {
  color: #fff!important;
  background-color: #000;
  opacity: 0.8;
}
.carousel-caption{
  bottom: 0.25rem;
}

.carousel-caption h5, p{
  margin: 0px;
}

/* about text */

.about-image-gallery
{
    position:relative;
    padding: 20px 0 20px 20px;
}

.about-img-2
{
    position:absolute;
    bottom: 30px;
    right: 80px;
    /* border: 2px solid #fff; */
}

.shape-group li
{
    list-style-type: none;
}

.btn-readmore
{
    background-color: #44449f;
    color: #fff;
}

.about-Section
{
    position: relative;
    padding-bottom: 30px;
}

.about-image-gallery .shape-group li.shape-1 {
    left: inherit;
    right: 175px;
    top: -15px;
}
.about-image-gallery .shape-group li {
    position: absolute;
    z-index: -1;
}
.about-image-gallery .shape-group li.shape-1 {
    top: -40px;
    /* left: -100px; */
}

.about-image-gallery .shape-group li.shape-2 {
    top: 40px;
    right: 30px;
    z-index: -2;
}
.about-style-3 .shape-group li {
    position: absolute;
    z-index: -1;
}
.about-image-gallery .shape-group li {
    position: absolute;
    z-index: -1;
}

.about-image-gallery .shape-group li.shape-3 {
    top: inherit;
    right: inherit;
    left: -30px;
    bottom: 33px;
}

.about-image-gallery img
{
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px)
{
.shape-group li.shape-5 {
    left: -90px;
}
}
@media only screen and (max-width: 1650px)
{
.shape-group li.shape-5 {
    left: 0;
    top: 0;
}
}
.shape-group li.shape-5 {

left: -10px;

top: -90px;

position: absolute;

z-index: -1;
}


.aboutus > span
{
  background: #e7deff;
    padding: 5px 15px;
    border-radius: 30px;
    color: #4458c9;
    font-weight: 700;
}
.aboutus h2
{
  margin: 15px 0px;
  font-weight: 900;
}
.aboutus > p
{

border-left: 2px solid #5566cf;

padding-left: 11px;

color:#5f6c76;

text-align: justify;
}
.spc-title
{
  font-size: 20px;
}

.info
{
  border: 3px solid #fff6e9;
  padding: 10px;
  margin-bottom: 20px;
  /* padding: 18px 15px; */
  /* box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1); */
  margin-bottom: 30px;
  transition: var(--transition);
  position: relative;
  border-radius: var(--borderRadius3);
  background: var(--whiteColor);
  min-height: 185px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.info h4
{
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 12px;
  border-radius: 5px;
  padding-left: 30px;
}

.info a
{
  color: #06062c;
  text-decoration: none;
  float: right;
  padding-top: 8px;
  /* font-weight: 600; */
  font-size: 14px;
}

/* footer area */

/*------------------------------
Footer Area
-------------------------------*/
.footerarea {
  background: #0c0e2bf0;
  position: relative;
}
.footerarea__newsletter__wraper {
  padding-bottom: 10px;
  padding-top: 14px;
  /* border: 4px solid var(--darkcolor); */
  position: absolute;
  top: -156px;
  background: #161b5b;
  margin: 54px 0px;
  border-radius: 10px;
  background: url("../images/bg.jpg");
  /* background-size: contain; */
  box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
  width: 300px;
}
.footerarea__newsletter {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .footerarea__newsletter {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.footerarea__newsletter__input {
  position: relative;
}
.footerarea__newsletter__input input {
  width: 100%;
  color: var(--whiteColor);
  height: 62px;
  background: var(--deepgray);
  font-size: 16px;
  padding-left: 15px;
  border: 1px solid var(--deepgray);
  border-radius: var(--borderRadius);
}
.footerarea__newsletter__input input::placeholder {
  color: var(--darkgray);
}
.footerarea__newsletter__input input:focus {
  border: 1px solid var(--whitegrey);
}
.footerarea__newsletter__button {
  position: absolute;
  top: 0;
  right: 0;
}
.footerarea__newsletter__button .subscribe__btn {
  padding: 0 20px;
  background: var(--primaryColor);
  text-align: center;
  color: var(--whiteColor);
  display: inline-block;
  border: 1px solid var(--primaryColor);
  border-radius: var(--borderRadius);
  font-size: 15px;
  height: 62px;
  line-height: 62px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__newsletter__button .subscribe__btn {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footerarea__newsletter__button .subscribe__btn {
    padding: 0 13px;
    font-size: 12px;
  }
}
.footerarea__newsletter__button .subscribe__btn:hover {
  background: inherit;
  border: 1px solid var(--primaryColor);
}

.footerarea__newsletter__wraper .row {
  align-items: center;
}

.footerarea__wrapper {
  padding-top: 90px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--darkcolor);
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footerarea__wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.footerarea__wrapper.footerarea__wrapper__2 {
  border-bottom: none;
}
.footerarea__wrapper .footerarea__padding__left {
  padding-left: 60px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .footerarea__wrapper .footerarea__padding__left {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__wrapper .footerarea__padding__left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footerarea__wrapper .footerarea__padding__left {
    padding-left: 0;
  }
}
.footerarea__wrapper .footerarea__right__wraper {
  padding-left: 50px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .footerarea__wrapper .footerarea__right__wraper {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__wrapper .footerarea__right__wraper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footerarea__wrapper .footerarea__right__wraper {
    padding-left: 0;
  }
}
.footerarea__wrapper .footerarea__about__us {
  margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__wrapper .footerarea__inner {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footerarea__wrapper .footerarea__inner {
    margin-top: 20px;
  }
}
.footerarea__wrapper .footerarea__inner .footerarea__heading {
  margin-bottom: 20px;
}
.footerarea__wrapper .footerarea__inner .footerarea__heading h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: var(--headingFont);
}
.footerarea__wrapper .footerarea__inner .footerarea__content {
  margin-bottom: 30px;
}
.footerarea__wrapper .footerarea__inner .footerarea__content p {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .footerarea__wrapper .footerarea__inner .footerarea__content p {
    font-size: 14px;
  }
}
.footerarea__wrapper .footerarea__inner .footerarea__icon {
  margin-top: 30px;
}
.footerarea__wrapper .footerarea__inner .footerarea__icon ul li {
  margin-right: 5px;
}
.footerarea__wrapper .footerarea__inner .footerarea__icon ul li a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  background: var(--deepgray);
  font-size: 16px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: var(--whitegrey);
}
@media (min-width: 992px) and (max-width: 1365px) {
  .footerarea__wrapper .footerarea__inner .footerarea__icon ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.footerarea__wrapper .footerarea__inner .footerarea__icon ul li a:hover {
  color: var(--whiteColor);
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li {
  display: block;
  margin-bottom: 12px;
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--contentFont);
  transition: 0.3s;
  position: relative;
  text-decoration: none;
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background: var(--primaryColor);
  left: 0;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:hover {
  color: var(--primaryColor);
}
.footerarea__wrapper .footerarea__inner .footerarea__list ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.footerarea__right__wraper .footerarea__right__list ul li {
  margin-bottom: 15px;
  display: block;
}
.footerarea__right__wraper .footerarea__right__list ul li a {
  display: flex;
  align-items: center;
}
.footerarea__right__wraper .footerarea__right__list ul li a:hover .footerarea__right__content h6 {
  color: var(--primaryColor);
}
.footerarea__right__wraper .footerarea__right__list ul li a .footerarea__right__img {
  margin-right: 11px;
  max-width: 60px;
}
.footerarea__right__wraper .footerarea__right__list ul li a .footerarea__right__content span {
  font-size: 12px;
  color: var(--darkgray);
}
.footerarea__right__wraper .footerarea__right__list ul li a .footerarea__right__content h6 {
  font-size: 15px;
  color: var(--whiteColor);
}

.footerarea__copyright__wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__copyright__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footerarea__copyright__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__copyright__wrapper .footerarea__copyright__content.footerarea__copyright__content__2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footerarea__copyright__wrapper .footerarea__copyright__content.footerarea__copyright__content__2 {
    margin-bottom: 20px;
  }
}
.footerarea__copyright__wrapper .footerarea__copyright__content.footerarea__copyright__content__2 p {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .footerarea__copyright__wrapper .footerarea__copyright__content.footerarea__copyright__content__2 p {
    font-size: 14px;
  }
}
.footerarea__copyright__wrapper .footerarea__copyright__content p {
  color: var(--darkgray);
  margin-bottom: 0;
}
.footerarea__copyright__wrapper .footerarea__copyright__content p span {
  color: var(--primaryColor);
}
.footerarea__copyright__wrapper .footerarea__copyright__content p a {
  color: var(--darkgray);
}
.footerarea__copyright__wrapper .footerarea__copyright__content p a:hover {
  color: var(--primaryColor);
}
.footerarea__copyright__wrapper .footerarea__copyright__list {
  text-align: right;
}
@media (max-width: 767px) {
  .footerarea__copyright__wrapper .footerarea__copyright__list {
    text-align: center;
    margin-top: 20px;
  }
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li {
  color: var(--darkgray);
  position: relative;
  padding-right: 25px;
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li a {
  color: var(--darkgray);
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li a:hover {
  color: var(--primaryColor);
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li:last-child {
  padding-right: 0;
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li:last-child::after {
  display: none;
}
.footerarea__copyright__wrapper .footerarea__copyright__list ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: var(--darkgray);
  bottom: 5px;
  right: 9px;
}

.footerarea__text h3 {
  font-size: 40px;
  line-height: 64px;
  color: var(--whiteColor);
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__text h3 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .footerarea__text h3 {
    font-size: 36px;
    line-height: 50px;
  }
}
.footerarea__text h3 span {
  color: var(--primaryColor);
}
.footerarea__text p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}

.foter__bottom__text {
  display: flex;
  align-items: center;
}
.foter__bottom__text .footer__bottom__icon {
  margin-right: 22px;
}
.foter__bottom__text .footer__bottom__icon i {
  width: 78px;
  height: 78px;
  color: var(--whiteColor);
  background: var(--primaryColor);
  display: inline-block;
  text-align: center;
  line-height: 78px;
  font-size: 30px;
}
.foter__bottom__text .footer__bottom__content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  color: var(--whiteColor);
  text-transform: uppercase;
  margin-bottom: 0;
}
.foter__bottom__text .footer__bottom__content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.63);
  display: block;
  margin-bottom: 7px;
}

.footerarea__copyright__wrapper__2 .row {
  align-items: center;
}

.footerarea__icon__2 {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerarea__icon__2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footerarea__icon__2 {
    text-align: left;
  }
}
.footerarea__icon__2 ul li a {
  width: 40.19px;
  height: 37px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--whiteColor);
  display: inline-block;
  text-align: center;
  line-height: 37px;
  margin-right: 7px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .footerarea__icon__2 ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 3px;
  }
}
.footerarea__icon__2 ul li a:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

@media (min-width: 992px) and (max-width: 1365px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footerarea.footerarea__image {
    background-image: none !important;
  }
}

.client
{
  /* margin-bottom: 60px; */
  background: #fff;
}
.footer-wrapper
{
  background-image: url(../images/slider3.jpg);
}

.fa-calendar
{
  font-size: 18px !important;
  margin-bottom: -3px;
  height: 31px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.form-control {
  margin-bottom: 8px;
  padding: 10px;
  font-size: 13px;
}
.footerarea__list ul{
  padding: 0px;
}
.text-warning {
  color: #ffffff!important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 55%;
  padding: 1rem;
  color: #fff;
  text-align: center;
}


	/* #social icon Styles */
/* 
.social {
  position: fixed;
  top: 290px;
  z-index: 99999;
  left: 25px;
  }
  .social ul {
  padding: 0px;
  transform: translate(-270px, 0);
  }
  .social ul li {
  display: block;
  margin: 5px;
  background: rgb(25 135 84);
  width: 290px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
  }
  .social ul li:hover {
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
  }
  .social ul li:hover a {
  color: #fff;
  text-decoration: none;
  }
  .social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  transform: rotate(360deg);
  transition: all 1s;
  }
  .social ul li i {
  margin-left: 10px;
  color: #198754;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #ffffff;
  transform: rotate(0deg);
  }
.social ul li.twitter{

background: #2196F3;
}
.social ul li.facebook{

background: #3F51B5;
}
.social ul li.instagram{

background: #9C27B0;
}
.social ul li.youtube{

background: #ff1100;
}

.social ul li.twitter i{

  color: #2196F3;
  }
  .social ul li.facebook i{
  
    color: #3F51B5;
  }
  .social ul li.instagram i{
  
    color: #9C27B0;
  }
  .social ul li.youtube i{
  
    color: #ff1100;
  }

  .social ul li a{

    color: #fff;
    } */

    /* social icons */

.icons {
	margin:2px;
	position: fixed;
	top: 37%;
	right: 0%;
	width: 250px;
	display: flex;
	flex-direction: column;
	background-color: transparent !important;
	z-index: 1;
}
.icons a{
	flex-direction: none;
	text-decoration: uppercase;
	padding: 6px;
	font-size: 18px;
	font-family:'oswald'san-serif;
	text-align: left;
	border-radius: 50px 0px 0px 50px;
	transform: translate(212px, 0px);
	transition: all 0.5s;
	margin-bottom: 2px;
}.icons a:hover {
	/* transform: translate(0px, 0px); */
	}.icons a:hover span{ transform: rotate(360deg); }
.icons a span {
	background-color: white;
	margin-right: 10px;
	height: 30px;
	width: 30px;
	color: black;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	transition: all 0.5s;
} .icons a{
	text-transform:uppercase;
}
.facebook{
	background-color: #2c80d3;
	color: #fff;
}
.youtube{
	background-color: #fa0910;
	color: #fff;
}.twitter{
	background-color: #53c5ff;
	color: #fff;
}.linkedin{
	background-color: #007bb5;
	color: #fff;
}.WhatsApp{
	background-color: green;
	color: #fff;
}

    
    .navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
      color: #0077b9;
  }
  .about-text{
    min-height: 430px;
  }

  /***

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:
	relative;
	padding-left: 48px;
	/* min-height: 65px; */
	/* margin-bottom:55px; */
	width: 98%;
	margin-left: 15px;
}

.sec-title.alternate{
	padding-left: 0px;
	padding-right: 80px;
	margin-bottom:0px;
	text-align: right;
}

.sec-title:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background: #0077b9;
}

.sec-title.alternate:before{
	left: auto;
	right: 0;
}

.sec-title .title-icon{
	position: absolute;
	left: 3px;
	top: 4px;
}

.sec-title.alternate .title-icon{
	left: auto;
	right: 3px;
}

.sec-title .subtitle{
	position: relative;
	display: block;
	line-height: 1.6em;
	font-size: 14px;
	color: #751932;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1.30em;
	color: #0077b9;
	font-weight: 700;
	margin-bottom: 0px;
}

.sec-title h2 strong{
	font-weight: 700;
}

.sec-title .sub-text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #585f5f;
	padding: 10px 0px 0px;
	margin-left: -80px;
  
}
.title-icon img{
  width: 25px;
}
.about-content h4{
  /* margin-left: 15px; */
  color: #0077b9;
  /* text-transform: uppercase; */
  font-weight: bold;
}
.about-content p{
  font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: justify;
    color: #080e30;
    margin-left: 15px;
}

.deadline li {
  padding: 3px;
  font-weight: 600;
  line-height: 30px;
}
.h4-text{
  margin: 0;
  font-size: 17px !important;
  color: #751932;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 0;
}
.mainheading span {
  float: left;
  width: 77px;
  height: 2px;
  background: #751932;
  margin-top: 5px;
  margin-bottom: 10px;
}
.elinks{

padding: 0;

margin-top: 20px;
}
.elinks li{

float: left;
}
.elinks li a {

background: #e8f5ff;

padding: 20px;

margin-left: 5px;

text-decoration: none;

border: 3px solid #fff;

color: #751932;
}


/* box shadows */

.box{
  width: 17.2%;
  height: 100px;
  float:left;
  background-color:white;
  margin: 21px 15px;
  border-radius:5px;
  padding: 5px;
}
.box h3{
  font-family: 'Didact Gothic', sans-serif;
  font-weight:normal;
  text-align:center;
  padding-top: 32px;
  color:#fff;
  font-size: 18px;
  vertical-align: middle;
  text-transform: uppercase;
}
.box1{
  background-color: #ff7600;
}
.box2{
  background-color: #6139dc;
}
.box3{
  background-color: #4CAF50;
}
.box4{
  background-color: #9EEBBF;
}
.box5{
  background-color: #3F51B5;
}
.box6{
  background-color: #00BCD4;
}
.box7{
  background-color: #DB9EEB;
}
.box8{
  background-color: #C49EEB;
}
.shadow1, .shadow2, .shadow3,.shadow4,.shadow5,.shadow6,.shadow7,.shadow8{
  position:relative;
}
.shadow1,.shadow2,.shadow3,.shadow4,.shadow5,.shadow6,.shadow7,.shadow8{
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
/*****************************************************************dashed border
****************************************************************/
.shadow1 h3, .shadow2 h3, .shadow3 h3, .shadow4 h3, .shadow5 h3, .shadow6 h3, .shadow7 h3, .shadow8 h3{
  width: 100%;
  height: 100%;
  /* margin-left:6%; */
  border:2px dashed #F7EEEE;
  border-radius:5px;
}
/****************************************************************
*styling shadows
****************************************************************/
.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#9B7468;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow1:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;left: auto;
}
.shadow2:before{
  position:absolute;
  content:"";
  width:80%;
  top:140px;bottom:15px;left:30px;
  background-color:#9F8641;
  z-index:-1;
  -webkit-box-shadow:0 23px 17px 0 #9F8641;
  -moz-box-shadow:0 23px 17px 0 #9F8641;
  box-shadow: 0 23px 17px 0 #9F8641;
  -webkit-transform:rotate(-4deg);
  -moz-transform:rotate(-4deg);
  transform:rotate(-4deg);
}
.shadow3:before, .shadow3:after{
  content:"";
  position:absolute;
  bottom:0;top:2px;left:15px;right:15px;
  z-index:-1;
  border-radius:100px/30px;
 -webkit-box-shadow:0 0 30px 2px #479F41;
  -moz-box-shadow:0 0 30px 2px #479F41;
  box-shadow: 0 0 30px 2px #479F41;
}
.shadow4:before, .shadow4:after{
  position:absolute;
  content:"";
  top:14px;bottom:14px;left:0;right:0;
  box-shadow:0 0 25px 3px #548E7F;
  border-radius:100px/10px;
  z-index:-1;
}
.shadow5:before, .shadow5:after{
  position:absolute;
  content:"";
  box-shadow:0 10px 25px 20px #518C96;
  top:40px;left:10px;bottom:50px;
  width:15%;
  z-index:-1;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.shadow5:after{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;left: auto;
}
.shadow6:before, .shadow6:after{
  position:absolute;
  content:"";
  top:100px;bottom:5px;left:30px;right:30px;
  z-index:-1;
  box-shadow:0 0 40px 13px #486685;
  border-radius:100px/20px; 
}
.shadow7:before, .shadow7:after{
  position:absolute;
  content:"1";
  top:25px;left:20px;bottom:150px;
  width:80%;
  z-index:-1;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow7:before{
  box-shadow:10px -10px 30px 15px #984D8E;
}
.shadow7:after{
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  transform: rotate(7deg);
  bottom: 25px;top: auto;
  box-shadow:10px 10px 30px 15px #984D8E;
}
.shadow8{
  box-shadow:
 -6px -6px 8px -4px rgba(250,254,118,0.75),
  6px -6px 8px -4px rgba(254,159,50,0.75),
  6px 6px 8px -4px rgba(255,255,0,0.75),
  6px 6px 8px -4px rgba(0,0,255,2.75);
}
.box a{
  text-decoration: none;
  color: #fff;
}
.schemes{
  background: #fff;
  padding: 10px;
}

.schemes .col-sm-2{
  width: 20% !important;
}
.schemes p a{
  text-decoration: none;
  color: #fff;
}
.scheme1{
  background: #3ab64c;
  text-align: center;
  padding: 13px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px #000;
  color: #fff;
}
.scheme2{
  background: #0e86ce;
  text-align: center;
  padding: 13px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px #000;
  color: #fff;
}
.scheme3{
  background: #ffa707;
  text-align: center;
  padding: 13px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px #000;
  color: #fff;
}
.scheme4{
  background: #6d46e3;
  text-align: center;
  padding: 13px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px #000;
  color: #fff;
}
.scheme5{
  background: #0dceec;
  text-align: center;
  padding: 13px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px #000;
  color: #fff;
}
.schemes1{
  border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.media a{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

/* hr time line */

.hr-timeline-group {
	counter-reset: myNumber
}
.hr-timeline-group [class^=col-]:nth-of-type(2) .hr-single-timeline .hr-timeline-content-wraper, .hr-timeline-group [class^=col-]:nth-of-type(3) .hr-single-timeline .hr-timeline-content-wraper {
	margin-left: auto;
	margin-right: auto
}
.hr-timeline-group [class^=col-]:nth-of-type(2) .hr-single-timeline .number-count, .hr-timeline-group [class^=col-]:nth-of-type(3) .hr-single-timeline .number-count {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.hr-timeline-group [class^=col-]:last-child .hr-single-timeline .hr-timeline-content-wraper {
	margin-left: auto
}
.hr-timeline-group [class^=col-]:last-child .hr-single-timeline .number-count {
	left: inherit;
	right: 0
}
.hr-timeline-group [class^=col-]:nth-of-type(3) .hr-single-timeline {
	margin-top: -60px
}
.hr-timeline-group [class^=col-]:nth-child(2n) .hr-single-timeline {
	top: 60px
}
.hr-timeline-group [class^=col-]:first-child .hr-single-timeline {
	margin-top: -40px
}
.hr-single-timeline {
	position: relative;
	z-index: 1
}
.hr-single-timeline:hover .hr-timeline-content-wraper {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}
.hr-single-timeline .number-count {
	position: absolute;
	bottom: calc(100% - 45px);
	left: 0;
	z-index: -1
}
.hr-single-timeline.color-1 .hr-timeline-content>i, .hr-single-timeline.color-1 .number-count {
	color: #4246e8
}
.hr-single-timeline.color-2 .hr-timeline-content>i, .hr-single-timeline.color-2 .number-count {
	color: #7ad9fd
}
.hr-single-timeline.color-3 .hr-timeline-content>i, .hr-single-timeline.color-3 .number-count {
	color: #ff5382
}
.number-count {
	font-size: 7.1875rem;
	font-weight: 700;
	color: #f5a802;
	display: block;
	line-height: 1;
	opacity: .2
}
.number-count:before {
	counter-increment: myNumber;
	content: "0" counter(myNumber)
}
.hr-timeline-content-wraper {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 7px 25px 0 rgba(0,0,0,.1);
	box-shadow: 0 7px 25px 0 rgba(0,0,0,.1);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}
.hr-timeline-content-wraper .hr-timeline-content {
	width: 100%;
	color: #a1a1a1
}
.hr-timeline-content-wraper .hr-timeline-content>i {
	color: #f5a802;
	font-size: 2.5rem;
	display: block;
	margin-bottom: 5px
}
.hr-timeline-section {
	position: relative;
	padding: 100px 0px;
}
.hr-timeline-section .timeline-wave {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%
}
.hr-timeline-group .col-lg-2{
  width: 20% !important;
}
.hr-timeline-section a{
  text-decoration: none;
}


.objective
{
	/* padding: 25px 15px; */
	background: red;
	color: #01051f;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	/* min-height: 155px; */
	font-weight: 500;
	background: url(../images/pat.png);
	background-size: contain;
}
.obj-inner
{
	background: url(../images/pat.png);
	min-height: 155px;
	padding: 15px 15px;
}

.obj1
{
	background: #cee9ff;
	/* border: 1px solid #98a9e5; */
}
.obj2
{
	background: #f8cba2;
	border: 1px solid #e9a96e;
}
.obj3
{
	background: #c7eeed;
	border: 1px solid #8cdbd9;
}

.objective img{
	height: 100px;
	margin-bottom: 20px;
	border: 0px !important;
	box-shadow: none !important;
}
.btn-middle .btn-primary{
  background-color: #6d1932 !important;
    border-color: #6d1932 !important;
}
.hr-single-timeline span.hr-bottom{
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  /* left: 65px; */
  margin-left: 65px;
  color: #751932;
}

.hr-single-timeline span.hr-bottom1{
  margin-left: 10px;
  font-size: 16px;
  color: #751932;
  font-weight: bold;
}

.hr-single-timeline span.hr-bottom2{
  margin-left: 40px;
  font-size: 16px;
  color: #751932;
  font-weight: bold;
}

.c100 {
  /* background: #fff; */
  min-height: 284px;
  padding: 10px;
  /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
  /* border: 10px solid #f1f1f1; */
}
.c110 {
  border: 1px solid #ddd;
  padding: 10px 10px 0px 10px;
  margin-bottom: 5px;
}
.c110 h4 {
  text-align: left;
  font-weight: bold;
  font-size: 19px;
  /* letter-spacing: .8px; */
  color: #0077b9;
  /* text-decoration: overline; */
}
.c110 h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
ul.cl00-list {
  list-style: none;
  position: relative;
  left: 10px;
}
ul.cl00-list li a {
  color: #009cff;
}

.c110 {
  border: 1px solid #ddd;
  padding: 10px 10px 0px 10px;
  margin-bottom: 5px;
  color: #292929;
}
ul.cl00-list li {
  border-bottom: 1px #ddd dashed;
  padding: 5px;
}
ul.cl00-list {
  list-style: none;
  position: relative;
  left: 0;
  padding: 0;
}
ul.cl00-list li {
  border-bottom: 1px #ddd dashed;
  padding: 5px;
  color: #000;
  font-weight: 500;
}
.directorimg
{
  height: 127px;
  background: #ffffff;
  border: 2px solid #ddd;
  padding: 2px;
  margin-bottom: 10px;
}
.iasimg
{
  height: 125px;
    background: #ffffff;
    border: 2px solid #ddd;
    padding: 2px;
    margin-bottom: 10px;
}
.title
{
	margin-bottom: 30px;
}

.line1
{

background: #0077b9;

width: 95px;

height: 3px;

float: left;

border-radius: 22px;

position: absolute;

margin-top: 6px;

left: 46%;
}
.line2
{
	background: #0077b9;
	width: 10px;
	height: 10px;
	float: left;
	border-radius: 22px;
	position: absolute;
	margin-left: -26px;
	margin-top: 2px;
}
.line3
{
	background: #0077b9;
	width: 8px;
	height: 8px;
	float: left;
	border-radius: 22px;
	position: absolute;
	margin-left: -8px;
	margin-top: 3px;
}
.line4
{
	background: #0077b9;
	width: 6px;
	height: 6px;
	float: left;
	border-radius: 22px;
	position: absolute;
	margin-left: 8px;
	margin-top: 4px;
}
ul.cl00-list li i{
  
color: #0077b9;
  
padding-right: 20px;
  
font-size: 22px;
}
.table th{
  text-align: center;
  background: #0077b9;
  color: #fff;
  font-weight: 400;
  padding: 9px;
}
.table td{
  
font-size: 14px !important;
  
font-weight: 500;
  
padding: 10px;
}

/* news area */
.news-parts-one {
  background: #0077b94f;
  padding: 7px;
  position: relative;
  /* min-height: 421px; */
  overflow: hidden;
  box-shadow: 0 5px 4px 0 rgb(0 0 0 / 22%);
}

.latestnews p {
  /* float: left; */
  display: flex;
  width: 100%;
  background: #fff;
  line-height: 21px;
  cursor: pointer;
  /* margin-bottom: 8px; */
  z-index: 9999;
  font-size: 15.5px;
  border-bottom: 1px dashed rgb(117 25 50 / 64%);
  margin-bottom: 0px;
  /* font-weight: 600; */
  padding: 10px 7px;
}
.latestnews p i {
  float: left;
  padding: 10px;
  background: #03599d;
  color: #fff;
  margin-right: 6px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.latestnews span {
  /* display: block; */
  display: contents;
  font-weight: 600;
  /* color: #d96312; */
  margin-bottom: 0;
}
.latestnews img{
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px #ccc;
  margin-right: 20px;
  height: 76px;
}
.latestnews span{
  margin-top: 30px;
  color: #751932;
}
.carousel-indicators [data-bs-target]{
  background-color: #751932 !important;
}
.our-course-categories-two .card-body{
  padding: 1rem 0.5rem !important;
}
.title-head:before {
  content: '';
  width: 67px;
  height: 3px;
  background: #0077b9;
  position: absolute;
  /* bottom: 0; */
  z-index: 9;
  border-radius: 20px;
  top: 36px;
}
.title-head:after {
  content: '';
  width: 25px;
  height: 7px;
  background: #0077b9;
  position: absolute;
  /* bottom: -12px; */
  z-index: 9;
  border-radius: 10px;
  left: 20px;
  top: 34px;
}
.title-head1:before {
  content: '';
  width: 67px;
  height: 3px;
  background: #a93d5a;
  position: absolute;
  /* bottom: 0; */
  z-index: 9;
  border-radius: 20px;
  top: 98px;
}
.title-head1:after {
  content: '';
  width: 25px;
  height: 7px;
  background: #751932;
  position: absolute;
  bottom: 0;
  z-index: 9;
  border-radius: 10px;
  /* left: 0; */
  top: 96px;
  right: 600px;
}
/*--dashboard css--*/
.dashboard-part{
  padding: 20px 0px;
  background: url(../images/bg3.jpg);
  /* background-size: cover; */
  /* background-position: top; */
  BACKGROUND-ATTACHMENT: FIXED;
  BACKGROUND-SIZE: 100%;
  margin-bottom: 40px;
}

.dashboard-design h4 {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.dashboard-design h5 {
  color: #fff;
  /* font-family: 'DSDIGI' !important; */
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
}

.dashboard-design {
  /* text-align: center; */
  padding: 10px;
  margin-bottom: 22px;
  /* border: 1px solid #937367; */
  /* float: left; */
  text-align: center;
  /* background: #04173873; */
  width: 100%;
  /* margin-top: 30px; */
  /* padding-right: 0; */
  /* padding-left: 0; */
}
.dashboard-img {
  /* float: left; */
  border-radius: 50%;
  margin-right: 13px;
  border: 2px solid #ffffff;
  width: 60px;
  text-align: center;
  height: 60px;
  margin-bottom: 9px;
  margin: 0px auto;
}
.dashboard-img img {
  /* width: 60px; */
  /* height: 60px; */
  /* object-fit: contain; */
  /* padding: 9px; */
  /* text-align: center; */
  /* margin: 0px auto; */
  /* display: block; */
  width: 55px;
  padding: 8px;
  text-align: center;
  margin: 0px auto;
  display: block;
  /* margin-bottom: 20px; */
}
.partner-img img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  background: #fff;
}

.partner-img {
  border: 1px solid #e3dfdb;
  padding: 10px;
  margin-bottom: 12px;
  height: 80px;
}

.title-head {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.dashboard-design .title-head:before
    {bottom: -31px;width: 82px;left: 89px;top: 49px;}
    .dashboard-design .title-head:after
    {bottom: -31px;left: 45%;top: 47px;}
    .dashboard-design .title-head h5{
        font-size: 25px;
        font-family: 'DSDIGI' !important;
        margin-bottom: 9px;
        letter-spacing: 2px;
        font-weight: 600;
    }

   .linksboxes
   {

width: 100%;

background: #fff;

display: block;

text-align: center;

padding: 16px;

box-shadow: 0 4px 8px 0 rgb(0 0 0 / 31%);

border-radius: 14px;

color: #000;

text-decoration: none;

text-transform: uppercase;

font-weight: 600;
}
   .linksboxes img
   {

margin-bottom: 12px;

}
   .boxedlinksection
   {
background: url(../images/paralex-bg.png);

   }
   .boxedrow
   {
    /* background: #badfeb66; */
    padding: 50px 0;
   }
   .boxedrow .col-sm-3
   {
    width: 20%;
   }
   .learn_info p{
    text-align: justify;
   }
   .about_box p{
    text-align: justify;
    font-size: 14px;
   }

   /* media queries */

   @media (min-width: 300px) and (max-width: 500px){
    .logoclass{
      text-align: center !important;
    }
    .dashboard-design .title-head:before{
      left: 178px !important;
    }
    .dashboard-design .title-head:after{
      left: 47% !important;
    }
   }
   @media (min-width: 300px) and (max-width: 500px){
   .boxedrow .col-sm-3 {
    width: 50% !important;
    margin-bottom: 10px;
}
   }

   .icons a img {
    background-color: white;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    color: black;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.5s;
    padding: 5px;
}
.gallery_left .title h1{
  font-size: 43px;
  text-align: center;
}

@media (min-width: 1235px) {
  .container{
      max-width: 1230px;
  }
}

.qrcode img{
	
  width: 100%;
    
  height: auto;
    
  /* background: #fff; */
    
  padding: 0;
    
  /* box-shadow: 0px 0px 10px; */
    
  border: 0px solid #fff;
    
  overflow: hidden;
    
  margin-top: 0px;
  }
  

  /* #social icon Styles */

.social {
	position: fixed;
	top: 200px;
	z-index: 99999999999;
	left: 0;
	}
	.social ul {
	padding: 0px;
	transform: translate(0px, 0);
	}
	.social ul li {
	display: block;
	margin-bottom: 5px;
	background: rgb(25 135 84);
	width: 35px;
	text-align: right;
	padding: 5px;
	border-radius: 0 30px 30px 0;
	transition: all 1s;
	}
	.social ul li:hover {
	transform: translate(0px, 0);
	background: rgba(255, 255, 255, 0.4);
	}
	.social ul li:hover a {
	color: #fff;
	text-decoration: none;
	}
	.social ul li:hover i {
	color: #fff;
	background: rgba(0, 0, 0, 0.36);
	transform: rotate(360deg);
	transition: all 1s;
	}
	.social ul li i {
	margin-left: 0px;
	color: #198754;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	font-size: 16px;
	background: #ffffff;
	transform: rotate(0deg);
	}
  .social ul li.twitter{
  
  background: #141414;
  }
  .social ul li.facebook{
  
  background: #3F51B5;
  }
  .social ul li.instagram{
  
  background: #9C27B0;
  }
  .social ul li.youtube{
  
  background: #ff1100;
  }
  
  .social ul li.twitter i{
  
	color: #141414;
	}
	.social ul li.facebook i{
	
	  color: #3F51B5;
	}
	.social ul li.instagram i{
	
	  color: #9C27B0;
	}
	.social ul li.youtube i{
	
	  color: #ff1100;
	}
  
	.social ul li a{
  
	  color: #fff;
	  }
	  .twitter img{
		  margin-left: 0px;
		  color: #198754;
		  background: #fff;
		  padding: 5px;
		  border-radius: 50%;
		  width: 25px;
		  height: 25px;
		  font-size: 16px;
		  background: #ffffff;
		  transform: rotate(0deg);
		 }


     /* login css */

.sub-box-login {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  background: #fff;
  background: url(../images/bgg.jpg);
  background-position: right;
  background-size: contain;
  margin-top: 25px !important;
  width: 60%;
  margin: auto;
  margin-bottom: 30px;
}
.common-style {
  min-height: 350px;
  padding-bottom: 20px;
}

.title-login h5 {
  background: -webkit-linear-gradient(#3F51B5, #1f85f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
}
.form-control {
  border-radius: 30px;
  border: 1px solid #0077b94f;
  font-size: 14px;
}
.common-style .btn-primary {
  color: #fff;
  background-color: #0077b9;
  border-color: #0077b9;
  padding: 7px 42px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
}
.common-style .refresh {
  width: 39px;
  background: #0077b9;
  padding: 7px 5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
img.captcha {
  width: 100%;
  height: 39px;
  border: 1px solid #ced4da;
  border-radius: 30px;
  object-fit: contain;
}

p.password-style a {
  float: right;
  color: #0077b9;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  text-decoration: none;
  margin-top: -38px;
}

.common-style label{
font-weight: 600;
  font-size: 14px;
}
.img-width{
  margin-top: 40px;
}

.sub-form-box {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  background: #fff;
  background: url(../images/bgg.jpg);
  background-position: right;
  background-size: contain;
  margin-top: 45px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

/* Style 7
 ----------------------------- */
 .seven h1 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #751932;
  letter-spacing:1px;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 10px;
  align-items: center;
  padding: 0px 20px;
  margin-top: 20px;
  }
  
  .seven h1:after,.seven h1:before {
      content: " ";
      display: block;
      border-bottom: 1px solid #751932;
      border-top: 1px solid #751932;
      height: 5px;
      background-color:#f8f8f8;
  }

@media (min-width: 768px) {
  .form-style .col-md-3 {
    float: left;
    margin: 0px;
    padding: 5px;
  }
}
input[type=file] {
  width: 65%;
  float: left;
  margin-right: 5px;
}
.btn-success{
  border-radius: 30px;
}
.btn-info {
  color: #fff;
  background-color: #289fc4;
  border-color: #269abc;
  border-radius: 30px;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.form-check-inline{
  padding-left: 0px;
}
.form-check-input[type=radio] {
  border-radius: 50%;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: none;
  margin-left: 0 !important;
}
table.dataTable thead th, table.dataTable tbody td {
  border: 1px solid #a5a4a4;
  vertical-align: middle;
}
table.dataTable{
  border-collapse: collapse !important;
}
.dataTables_length select{
  background: #751932;
  margin-bottom: 10px;
  color: #fff;
}
table.dataTable thead th{
  border-bottom: none !important;
}

/* disticts card flip */
.district_card,
.card__inner {
 /* width: 300px; */
 height: 250px;
}

.card__front,
.card__back  {
  display: flex;

  color: #888;
  background-color: #fff; 

  justify-content: center;
  align-items: center;
}

.card {
  &:hover,
  &:active,
  &:focus {
    .card__inner {
      transform: rotateY(180deg);
    }
  }
}

.district_card,
.card__inner {
  /* width: 300px; */
  height: 250px;
}

.card__inner {
  transition: transform .25s ease-in-out;
}

.card__front,
.card__back  {
  display: flex;

  color: #888;
  background-color: #fff; 

  justify-content: center;
  align-items: center;
}

.card__front,
.card__back  {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;

  width: 100%;
  height: 100%;

  color: #888;
  background-color: #fff; 

  justify-content: center;
  align-items: center;
}

.card {
  perspective: 1000px;
  &:hover,
  &:active,
  &:focus {
    .card__inner {
      transform: rotateY(180deg);
    }
  }
}

.district_card,
.card__inner {
  position: relative; 

  /* width: 300px; */
  height: 250px;
}

.card__inner {
  transition: transform .25s ease-in-out;

  transform-origin: 50% 50%;
  transform-style: preserve-3d;
}

.card__back {
  transform: rotateY(180deg);
}

.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;

  width: 100%;
  height: 100%;

  color: #888;
  background-color: #fff;

  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}

/* dashboard css */
.card.custom-card {
  border-radius: 0.5rem;
  /* background-color: var(--custom-white); */
  box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.05);
  border: 0;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
  border: 1px solid #ededed;
}
.card.custom-card .card-body {
  padding: 1rem;
  color: #212b37;
}
.border.border-primary.border-opacity-10 {
  border-color: #5c67f71a !important;
}
.border.border-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}
.border.border-primary {
  border: 1px solid #5c67f7 !important;
  opacity: 1;
}
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 500;
}
.avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.8rem;
}
.text-muted {
  color: #000 !important;
}

.fs-14 {
  font-size: 0.875rem;
  padding: 5px 10px;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.bg-prim {
  background-color: #751932;
}

.crm-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  /* inset-inline-end: -1.85rem; */
  background-image: url(../images/media/media-73.png);
  background-repeat: no-repeat;
  opacity: 0.045;
  transform: scaleX(-1);
}
.svg-white i {
  fill: #fff;
  font-size: 20px;
}
.rounded-pill a{
  color: #751932 !important;
  font-weight: 500;
  font-size: 11px;
  text-decoration: none;
}
.crm-card1{
  background: #FFFFF0;  
}
.crm-card2{
  background: #FFFAFA;  
}
.crm-card3{
  background: #F5FFFA;  
}
.crm-card4{
  background: #FFFAF0;  
}
.crm-card5{
  background: #F0FFFF;  
}
.crm-card6{
  background: #FFFAF0;  
}
.crm-card7{
  background: #F0FFF0;  
}
.crm-card8{
  background: #F8F8FF;  
}
.crm-card9{
  background: #FFF5EE;  
}
.crm-card10{
  background: #F0F8FF;  
}
.crm-card11{
  background: #FDF5E6;  
}
.crm-card12{
  background: #FFF0F5;  
}

.sub-form-box{
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  background: #fff;
  background: url(../images/bgg.jpg);
  background-position: right;
  background-size: contain;
  margin-top: 25px !important;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

.btn-light{
  border-radius: 0px 50px 50px 0px;
    margin-left: -12px;
    margin-bottom: 5px;
}
#search {
  /* bottom: 0; */
  /* right: 5px; */
  width: 215px;
  z-index: -1;
  transition: transform 500ms;
  position: absolute;
  top: -2px;
  border-radius: 30px;
  display: none;
  margin-left: -23px;
  text-align: right;
}


.theme-bg {
  background-color: #035481;
}
.top-bar {
  position: relative;
  padding: 0px 0;
  z-index: 999;
}
.top-bar .wrapper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-bar .left-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}

.social-icon-one li a {
  position: relative;
  color: #000;
  background: #fff;
  height: 17px;
  line-height: 17px;
  width: 17px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  margin-bottom: 2px;
  margin-left: 10px;
  text-decoration: none;
}
.top-bar .right-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.contact-info li {
  margin-right: 20px;
  padding-right: 0px;
  /* border-right: 1px solid #ffffff; */
}
.contact-info li a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
ul.pannel {
  list-style-type: none;
  margin: 0px 10px 0px 0px;
  /* float: right; */
  padding: 0;
}
ul.pannel li {
  display: inline-block;
  width: 12px;
  height: 12px;
  /* border-radius: 50%; */
  background: #751932;
  border: 1px solid #fff;
  margin: -2px 1px;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #0077b9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card__front p{
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #751932;
  padding: 11px;
  margin-bottom: 0px;
  font-size: 14px;
}

.card__front{
  display: grid !important;
}
.news-part {
  /* min-height: 490px; */
  border: 7px solid #7519322e;
  box-shadow: 0 5px 4px 0 rgb(0 0 0 / 22%);
}
img.imges-size {
  width: 100%;
  height: 225px;
  object-fit: cover;
  padding: 1px;
  border: 1px solid #0077b94f;
  border-radius: 0;
  margin: 0px 0px;
}
.new-box {
  margin: 16px !important;
}
.new-box p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 13px;
  /* font-weight: 600; */
  line-height: 22px;
  color: #000000;
}
a.read-more {
  float: right;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #3F51B5;
  margin-top: -4px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

/* accrodion css */

.accordion-button{
  color: #ffffff;
  background-color: #1775ab;
  margin-bottom: 4px;
  border-radius: 30px !important;
  /* border-right: 6px solid #F44336 !important; */
  border-bottom: 0px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top: 0px;
}
.accordion-button::after{
  background-image: url(../images/accordian-arrow.png);
}
.accordion-button:not(.collapsed)::after{
  background-image: url(../images/accordian-arrow.png);
}
.accordion-button:focus{
  border-color: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  color: #ffffff;
  background-color: #045989;
}
.accordion-button:not(.collapsed):before {
  content: '';
  width: 410px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0px;
  transform: skewX(0deg);
  transition: all 0.5s ease 0s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}


button.accordion-button:before {
  content: "";
  width: 415px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 3px;
  transform: skewX(0deg);
  transition: all 0.5s ease 0s;
  border-radius: 30px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.accordion-item {
  border-radius: 0px;
  margin-bottom: 23px;
  border: 0px;
}
.accordion-body {
  padding: 1rem 1.25rem;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* min-height: 100px; */
}
ol.list-ntr {
  list-style: none;
  padding: 0;
}

ol.list-ntr li {
  border-bottom: 1px dashed #cfcbcb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
ol.list-ntr li a {
  font-size: 14px;
  color: #000;
  position: relative;
  display: flex;
  text-decoration: none;
}
ol.list-ntr li a:before {
  /* content: '\f07e '; */
  content: '\f036 ';
  font-family: FontAwesome;
  padding-right: 10px;
  color: #045989;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #751932;
  color: #fff;
}
.nav-tabs .nav-link{
  background: #c54568;
  color: #fff;
  border: 0px;
  margin-right: 6px;
}
.nav-tabs{
  border-bottom: 0px;
}