/*----------------------- Drop Down Menu -----------------------*/
*{margin:0;padding:0;text-decoration:none}
.mainmenu{width:100%;background: #bc2f40;}
nav{position:relative;width:100%;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; margin-right:3px;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{background:#bc2f40;}
#cssmenu > ul > li{float:left;}
#cssmenu > ul > li > a{
padding: 18px 10px 17px 13px;
text-decoration:none;
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight:600;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
letter-spacing:1px;
}
.mainnavitm{
margin-bottom:0px !important;
margin-left:20px;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fbd4d5;}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:23px;right:17px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:20px;right:20px;display:block;width:2px;height:8px;background:#fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px;z-index: 9999;}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#c24353;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:36px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid #eac0c5;padding:10px 15px;width:240px;font-size:14px;text-decoration:none;color:#fff;font-weight:500;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#eac0c5}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:091E3E;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top: 1px solid #dd979f;}
#cssmenu ul li:hover{background:091E3E;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:091E3E!important;}
#cssmenu ul ul li a:hover{color:#eac0c5!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#fff;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#fff;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer; margin-top:2px;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #ffffff;border-bottom:2px solid #ffffff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid rgba(150,150,150,0.15);height:45px;width:45px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#c24353}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#fff;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}

#cssmenu > ul > li > a {
    padding: 17px 9px 16px 13px;
	}
}
.sdactive a{
color: #ef2b2f !important;
}
.left-menu{
width:100%;
margin-top:5px;
}
.left-menu11{
width:100%;
}
.extrafontcss{
font-size:14px !important;
}
/*----------------------- Side Drop Down Menu -----------------------*/
.fontsizeicn{
font-size:18px !important;
}
.testitext{
font-size:50px !important;
}
.headsocial a{
color:#FFFFFF !important;
}
.headsocial a:hover{
color:#ef2b2f !important;
}
.reqtitlecss{
font-size:20px;
font-weight:500;
padding-bottom:10px;
color: #ef2b2f;
}
.alert-success{
color:#468847;
background-color:#dff0d8;
border-color:#d6e9c6; 
width:100%;
border: 1px solid #d6e9c6;
border-radius: 3px;
font-size:15px;
padding:6px 35px 6px 14px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.list-unstyled li a{
font-size: 15px;
}
.mainlogo{
width:175px;
height:auto;
}
.headcss{
padding-top: 0px;
}
.ftco-footer-widget span.fa{
color: #fff !important;
}
.headerdiv{
padding-top: 5px;
padding-bottom: 53px;
background:#fff;
}
.whydiv{
text-align:center;
}

.careerdiv{
width:100%;
}
.current_open{
font-size:25px !important;
color: #0D2B98;
}
.clickhere{
padding-top:7px;
padding-bottom:10px;
}
.clickhere a{
color: #ef2b2f;
font-size:15px;
font-weight:bold;
text-decoration:none;
cursor:pointer;
}
.clickhere i.fa{
  	padding-right:10px;
	font-size:18px;
	color:#ef2b2f;
}
.clickhere a:hover{
color: #000;
}
.opentitle{
padding-top:15px;
padding-bottom:0px;
font-weight:600;
font-size:15px;
}
.opentitle p{
margin-bottom: 0rem !important;
}
.recent-post {
width:100%;
padding-top:5px;
}
.footer_nav
{
width:100%;
}
.footer_nav_list
{
	font-size: 3px;
}
.footer_nav_item
{
	display: inline-block;
	margin-right:30px;
	padding-top: 10px;
	
}
.footer_nav_item a
{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	letter-spacing:1px;
}
.footer_nav_item a:hover
{
	color: #ef2b2f;
}
.footlogoname{
margin-bottom: 6px;
color:#fff;
font-size:35px;
font-weight: 800;
letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
font-family: "Nunito",sans-serif;
}
.know_more{
width:100%;
margin-top:0px;
}
/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/
.home_banner
{
width: 100%;
}
.carousel-item img{
width:100%;
height:500px;
}
.carousel-control-prev, .carousel-control-next{
	background: #ef2b2f;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 43%;
    font-size: 20px;
    display: block;
    color: #fff;
	border-radius: 4px;
	line-height: 62px;
	text-align: center;
    transition: all .3s ease-in-out;
}
.carousel-item .container{
	position: relative;
	z-index: 2;
	text-align: center;
}
.bannertext{
  position: absolute;
  left: 50%;
  bottom:50%;
  transform: translate(-50%, -60%);
}
.carousel-item .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.carousel-item .container > .row {
    height: 100%;
}
.carousel-item h1{
	font-family: "Nunito",sans-serif;
	font-weight: 800;
	font-size:45px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.carousel-item h2{
	font-weight: 800;
	font-size:25px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
	padding-bottom:15px;
}
.carousel-item p{
	font-size: 18px;
	color: #fff;
}
.social-media a:hover{
color:#FFFFFF;
}
.headtext a{
color:#333 !important;
font-weight:600;
font-size:14px;
}
.google_map{
width: 100%;
height: 403px;
margin: 40px 0 30px 0;
border: 1px solid #ef2b2f;
}
/*---------------------
	Newsletter Section
-----------------------*/
.test_border
{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #ef2b2f, #13076d);
}
.newsletter-section {
/*background: #f9f9ff;*/
background-image: url("../images/bg2.png");
padding: 35px 0 30px 0;
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}
.alerttitl{
margin-bottom: 10px;
color: #0D2B98;
padding-top: 10px;
font-size: 26px;
font-weight:700;
}
.newsletter-section p{
font-weight:600;
font-size:15px;
color: #929191;
}
.newsletter-section .newsletter input {
	width: 100%;
	font-size: 17px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
	border: 1px solid #0D2B98;
	font-weight:600;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px 50px 50px 0px;
	min-width: 150px;
}
.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: linear-gradient(to right, #ef2b2f 0%, #13076d 70%);
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
	letter-spacing:1px;
}
/*---- Fixed Side Contact ----*/
.support{
    background: #f97210;
    width: 42px !important;
    height: 42px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    right: 15px;
    bottom: 60px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.support:hover{
  cursor: pointer;
}
.support img{
  transition: all 300ms ease-in-out;
  width: 60%;
}
.inner-fabs a{
    background: #81b304;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 29px;
    position: fixed;
    right: 15px;
    bottom: 60px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
	padding-left: 1px;
}
.inner-fabs a i{
font-size:22px;
}
.inner-fabs a:hover{
    text-decoration: none;
}
.inner-fabs.show a{
  transition: all 300ms ease-in-out;
}
.inner-fabs.show a:nth-child(1) {
  bottom: 110px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #3b5998;
}
.inner-fabs.show a:nth-child(2) {
  bottom: 160px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #f502be;
}
.inner-fabs.show a:nth-child(3) {
  bottom: 210px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #e53c29;
}
.inner-fabs.show a:nth-child(4) {
  bottom: 260px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #28a745;
}
.inner-fabs.show a:nth-child(5) {
  bottom: 310px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #03e7e7;
}
.returntotop {
background: #81b304;
width: 42px !important;
height: 42px !important;
color: #fff;
font-size: 18px;
position: fixed;
right: 15px !important;
bottom: 10px !important;
cursor: pointer;
z-index: 999;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: all 300ms ease-in-out;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
opacity:1;
}
.returntotop i {
font-size:24px;
display: block;
color: #fff;
}
.returntotop.show {
opacity: 1;
}
/*---- Fixed Side Contact ----*/
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_background img{
width: 100%;
height: 300px;
}
.home_content
{
	position: absolute;
	bottom: 35%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home_title
{
	font-size:40px;
	font-weight: 800;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
	font-family: "Nunito",sans-serif;
}
/* =============================================================================
	Animations
========================================================================== */
.animate-onscroll {
  visibility: hidden;
}

.animated {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.animated.fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*--------------Career Page Css--------------*/
.careerform_div{
width:100%;
border: 1px solid #ef2b2f;
padding:20px;
margin-top:10px;
margin-bottom:10px;
}
.careerform_head .cartext11{
color:#0D2B98;
font-size: 20px;
padding:0px 0px 5px 0px;
font-weight: 600;
}
.careerform_head .cartext22{
width:100%;
color:#0D2B98;
font-size:15px;
padding:0px 0px 5px 0px;
font-weight: 600;
text-align:right;
}
.careerform_head .cartext22 span{
color:#FF0000; !important;
}
.form_divcom{
width:100%;
}
.write_box{
float:right;
width:65%;
}
.label_title{
color:#6B6B6B;
font-size: 14px;
font-weight:500;
padding:4px 0px 0px 0px;
text-transform:none;
float:left;
}
.extarlabpad{
padding-left:15px;
}
.extracolr{
color:#0D2B98 !important;
font-weight:500 !important;
}
.lab33{
color:#000000;
font-size:12px;
font-weight:600;
letter-spacing:1px;
margin-bottom: 0px !important;
}
.boton_div{
	margin:30px 0 0px 0px;
	width:100%;
	text-align: center;
}
.testBx {
   border: 1px solid #CCC;
    color: #000000;
    height: 35px;
    outline: 0 none;
	font-size:13px;
    padding: 5px 0px 5px 5px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}
.testBx:focus{
	border: 1px solid #ef2b2f ;
}
.testBx:hover{
	border: 1px solid #ef2b2f ;
}
.ReristerSelectBx {
   border: 1px solid #CCC;
    color: #000000;
    height: 35px;
    outline: 0 none;
	font-size:13px;
    padding: 5px 0px 5px 5px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}
.ReristerSelectBx:focus{
	border: 1px solid #ef2b2f ;
}
.ReristerSelectBx:hover{
	border: 1px solid #ef2b2f ;
}
.rtextAr2{
    border: 1px solid #CCC;
    color: #000000;
    outline: 0 none;
	height:35px;
	font-size:13px;
    padding: 5px 0px 5px 5px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}
.rtextAr2:focus{
	border: 1px solid #ef2b2f ;
}
.rtextAr2:hover{
	border: 1px solid #ef2b2f ;
}
.savebtn{
	color: white;
    text-shadow: none;
    background-color: #ef2b2f;
	background-image: none;
	filter: none;
	border: 0;
	box-shadow: none;
	padding: 5px 20px; 
	text-shadow: none;
    font-size: 16px;
	font-weight:600; 	
	cursor: pointer;
	outline: none;
	letter-spacing:1px;
	border-radius:4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}
.savebtn:hover{
	color:#000;
}
.resetbtn{
	color: white;
    text-shadow: none;
    background-color: #555555;
	background-image: none;
	filter: none;
	border: 0;
	box-shadow: none;
	padding: 5px 20px; 
	text-shadow: none;
    font-size: 16px;
	font-weight:600; 
	cursor: pointer;
	outline: none;
	letter-spacing:1px;
	border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin-left:5px;    
}
.resetbtn:hover{
	background-color: #000;
}
.clrred{
color:#FF0000;
padding-left:3px;
font-size:14px;
}
.usertypecss{
padding:0 0 0 4px;
}
.filealeart{
width:100%;
color: #FF0000;
font-size: 14px;
font-weight:600;
float:left;
margin-top:3px;
}
/*--------------Career Page Css End--------------*/
.organo_img{
width:100%;
}
.organo_img img{
width:100%;
height:auto;
}
.clickhere11{
width:100%;
text-align:center;
margin-top:20px;
}
.clickhere11 a{
color: #ef2b2f;
font-size:20px;
font-weight:600;
text-decoration:none;
cursor:pointer;
}
.clickhere11 a i.fa{
  	padding-right:10px;
	font-size:20px;
	color:#ef2b2f;
}
.clickhere11 a:hover{
color: #0D2B98;
}
/*-----------------------
Administration CSS
-----------------------*/
.pagecontent{
width:100%;
}
.pricnimg{
margin: 7px 40px 15px 0px;
float:left;
width:300px;
box-shadow: 1px 1px 5px #888888;
}
.aboutviceprincipal{
width:100%;
padding-top:15px;
}
.princidetail{
width:100%;
padding-bottom:10px;
margin-top:10px;
}
.form-prindel{
padding:0 0 20px 0;
}
.cushead{
font-size:15px;
font-weight:600;
color:#0D2B98;
}
.cushead i{
font-size:15px;
color:#ef2b2f;
padding-right:10px;
}
.cusdel{
font-size:15px;
padding-left:10px;
color:#333;
font-weight:500;
}
.cusdel a{
text-decoration:none;
color:#007bff;
font-weight:500;
}
.cusdel a:hover{
color:#ef2b2f;
}
.photoname{
width:100%;
font-size:23px;
color:#ef2b2f;
font-weight:500;
padding-bottom:5px;
}
.healthsafetyphoto{
width: 100%;
margin-bottom:10px;
margin-top:10px;
position: relative;
z-index: 0;
}
.healthsafetyphoto .img {
width: 100%;
height: 200px;
}
.healthsafetyphoto .img .icon {
width: 50px;
height: 50px;
background: #ef2b2f;
margin: 0 auto;
opacity: 0;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }
.healthsafetyphoto .img .icon span {
color: #fff; }
.healthsafetyphoto:hover .img .icon {
opacity: 1; }
.handsphototitle{
width:100%;
text-align:center;
font-size:16px;
font-weight:600;
color: #ef2b2f;
padding-top:5px;
}
/*********************************
Blog CSS
*********************************/
.compagediv{
width:100%;
}
.blog
{
	padding-top: 30px;
	padding-bottom: 0px;
}
.blog11{
	padding-top: 0px;
}
.videopagediv{
width:100%;
padding-bottom: 30px;
}
.bdelfont{
font-size:26px !important;
}
.topmar{
top:40px !important;
}
.blog_post_container
{
	width: 100%;
}
.blog_post{
margin-bottom:30px;
}
.blog_post:not(:last-child)
{
	margin-bottom: 74px;
}
.blog_post_image
{
width:100%;
}
.blog_post_image img
{
	width: 100%;
	height:350px;
}
.blog_post_image11
{
width:100%;
}
.blog_post_image11 img
{
	width: 100%;
	height:480px;
}
.blog_post_date
{
	position: absolute;
	top: 15px;
	left: 30px;
	width: 130px;
	height:40px;
	border-radius: 37px;
	background: linear-gradient(to right, #ef2b2f 0%, #13076d 70%);
}
.blog_post_day
{
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
.blog_post_month
{
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 3px;
}
.blog_post_meta
{
	margin-top:15px;
}
.blog_post_meta ul
{
margin-bottom:5px;
}
.blog_post_meta_item
{
	display: inline-block;
	position: relative;
	margin-right: 27px;
}
.blog_post_meta_item:last-child
{
	margin-right: 0px;
}
.blog_post_meta_item::after
{
display: block;
position: absolute;
top: 9px;
right: -16px;
width: 2px;
height: 14px;
background: #ef2b2f;
content: '';
}
.blog_post_meta_item:last-child::after
{
	display: none;
}
.blog_post_meta_item
{
	font-size: 17px;
	font-weight:500;
	color: #ef2b2f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_title
{
	font-size: 20px;
	font-weight: 600;
	color: #111;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_text
{
	margin-top: 10px;
	padding-bottom:15px;
}
.blog_post_text p
{
	color: #333;
	line-height:28px;
	text-align:justify;
	font-size:16px;
}
.blog_post_text p:last-of-type
{
	margin-bottom: 0px;
}
/*********************************
Whatsapp Share
*********************************/
.modal-title{
width: 100%;
font-size: 18px;
font-weight: 400;
color: #ef2b2f;
padding: 10px 0 10px 15px;
border-bottom: 1px solid #e9ecef;
}
.whappmdlcss{
padding:10px 20px 10px 0px;
}
.whatappshare{
width: 100%;
margin:17px 0 22px 0;
}
.btnproduct {
background-color:#28a745;
text-decoration:none;
border: none;
color: #fff !important;
padding: 10px 15px 10px 15px;
font-size: 18px;
cursor: pointer;
margin-right: 10px;
}
.btnproduct:hover {
  background-color: #218838;
  color: white;
}
.whatapptextBx {
border: 1px solid #CCC;
color: #000000;
height: 38px;
outline: 0 none;
font-size:15px;
padding: 5px 0px 5px 10px;
width: 100%;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;    
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.whatapptextBx:focus{
	border: 1px solid #ef2b2f ;
}
.wamargbot{
margin-top:10px;
}
/*********************************
Project Details CSS
*********************************/
.project_details{
width:100%;
}
.project_image{
width: 100%;
border:1px solid #CACACA;
padding:5px;
}
.project_image img {
width: 100%;
height:auto;
}
/*********************************
Client CSS
*********************************/
.client-entry {
width: 100%;
margin-bottom:30px; 
box-shadow: 0px 0px 15px 0px #DBDBDB;
}
.clientimg {
width: 100%;
}
.clientimg img{
width: 100%;
height:180px;
}
.client-entry .text {
position: relative;
border-top: 0;
width: 100%;
background: #fff;
padding: 14px 10px;
}
.client-entry .text .heading {
font-size: 17px;
font-weight: 600;
margin-bottom:0px;
text-align:center;
color: #ef2b2f;
}
/*********************************
All Product related CSS
*********************************/
.searchform{
width:100%;
}
.header-middle{
width:100%;
}
.header-middle form input[type="search"] {
outline: none;
border: none;
width: 75%;
height: 36px;
padding: 0px 0 0 10px;
color: #033;
font-size: 15px;
letter-spacing: 1px;
box-shadow: none;
border: 1px #ef2b2f solid !important;
margin-top: 0px;
margin-right:-4px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.header-middle form input[type="submit"]{
width: 95px;
height: 36px;
padding: 0;
border: none;
outline: none;
background:#ef2b2f;
color: #fff;
font-size: 15px;
font-weight: 500;
cursor:pointer;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.header-middle form input[type="submit"]:hover{
color: #000;
}
.header-middle form input[type="search"]::placeholder {
  color: #BCBCBC;
  opacity: 1; /* Firefox */
}

.header-middle form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #BCBCBC;
}

.header-middle form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
 color: #BCBCBC;
}

.social-media .top-right {
width:100%;
margin-top:4px;
}
/* Language Nav */
.lang-nav {
	list-style-type: none;
    overflow: hidden;
	margin:0px !important;
}
.lang-nav li{
float: left;
margin-right: 20px;
}
.lang-nav li i{
	margin-right:10px;
	color:#FFFFFF;
}
.lang-nav li a {
color: #fff;
font-weight: 500;
font-size: 16px;
}
.lang-nav li a:hover{
color: #fff;
}

.topper .up-item {
	display: inline-block;
	font-size: 14px;
	margin-top: 4px;
}

.topper .up-item i {
	font-size: 22px;
	color:#ef2b2f;
	padding-right:5px;
}

.topper .up-item a {
	font-size: 15px;
	color: #fff;
	font-weight:500;
}

.topper .up-item a:hover {
	color:#ef2b2f;
}

.shopping-card {
	display: inline-block;
	position: relative;
}

.shopping-card span {
    position: absolute;
    top: -20px;
    left: 100%;
    height: 23px;
    min-width: 23px;
    color: #033;
    font-size:15px;
    background: #ef2b2f;
    text-align: center;
    border-radius: 30px;
    padding: 4px 2px 0 2px;
    margin-left: -7px;
	text-align:center;
	font-weight:500;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #ef2b2f !important;
    border-color: #ef2b2f !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	text-align: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
    background: #CCCCCC !important;
    border-color: #CCCCCC !important;
}

.testimonial-carousel .owl-dot.active {
    background: #ef2b2f !important;
    border-color: #ef2b2f !important;
}
.testiname{
color:#000 !important;
font-size:17px !important;
font-weight:600;
}
.testtext{
padding-left:10px;
}
.testtext small{
color: #666565 !important;
font-weight:500;
}
.testimonial-item p{
line-height:26px !important;
color: #666565 !important;
}
.testimony-section{
padding-bottom: 15px !important;
padding-top: 40px !important;
background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
}
.testimony-section .owl-carousel .owl-nav.disabled{
display:none !important;
}
/*** Section Title ***/
.webpagetitle{
width:100%;
text-align:center;
}
.section-title {
    position: relative;
    display: inline-block;
	font-family: 'Pacifico', cursive;
}
.webpagetitle h1{
margin-top: 0;
margin-bottom: .5rem;
font-family: "Nunito",sans-serif;
font-weight: 800;
line-height: 1.2;
color: 091E3E;
font-size:30px;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #ef2b2f;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #ef2b2f;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

/*------Footer Title-------*/
.footer-title {
    position: relative;
    display: inline-block;
	font-family: 'Pacifico', cursive;
}
.footer_logo {
  width: 230px;
  height: auto;
  margin-bottom: 10px;
}
.footer-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #F4364C;
}
.ftco-footer .ftco-footer-widget ul li a span:hover{
color: #ef2b2f !important;
}
.ftco-footer .bg-primary p a:hover {
  color: #ef2b2f !important;
}
/* ------------------
  Features section
---------------------*/
.features-section{
width:100%;
}
.feature {
	text-align: center;
	background: 091E3E;
	height: 100%;
}

.feature:nth-child(2) {
	background: #ef2b2f;
}

.feature:nth-child(4) {
	background: #ef2b2f;
}

.feature:nth-child(2) h2 {
	color: #fff;
}

.feature .feature-inner {
	padding: 25px 0px 15px 0px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.feature .feature-icon {
	display: inline-block;
	margin-right: 15px;
}
.feature .feature-icon i{
font-size:30px;
color:#FFFFFF;
}

.feature h2 {
	font-size:21px;
	display: inline-block;
	color:#FFFFFF;
	font-weight:700;
	font-family: "Nunito",sans-serif;
}
.brndimg{
height:50px;
}
.carousel-newpro .owl-dots {
    margin-top:0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	text-align: center;
}

.carousel-newpro .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
    background: #CCCCCC !important;
    border-color: #CCCCCC !important;
}

.carousel-newpro .owl-dot.active {
    background: #ef2b2f !important;
    border-color: #ef2b2f !important;
}
.fcatbackcolr{
background: #000 !important;
opacity:0.6;
}
.carousel-newpro .owl-nav {
	position: absolute;
	top: calc(45% - 60px);
	width: 100%;
	left: 0;
}

.carousel-newpro .owl-nav button.owl-next,
.carousel-newpro .owl-nav button.owl-prev {
	color: #ef2b2f;
	font-size: 30px;
	position: relative;
}

.carousel-newpro .owl-nav button.owl-next {
	float: right;
	right: -85px;
}

.carousel-newpro .owl-nav button.owl-prev {
	float: left;
	left: -85px;
}
.ftco-header-social{
width:100%;
}
.ftco-header-social li {
list-style: none;
margin: 0 32px 0 0;
display: inline-block;
}
.ftco-header-social li a {
display: block;
position: relative;
transition: .3s;
}
.ftco-header-social li a span {
position: absolute;
font-size: 20px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #ef2b2f !important;
}
.ftco-header-social li a span:hover {
color: #ef2b2f !important; 
}
.swal2-popup .swal2-title{
color: #ef2b2f !important; 
}
.btn btn-primary:hover{
background-color: #ef2b2f !important; 
border-color: #ef2b2f !important; 
}
.homeabout{
padding-top: 50px !important;
padding-bottom: 40px !important;
}
.bg-primary11{
position: relative;
z-index: 0;
overflow: hidden;
}
.textclorabt strong{
color: #ef2b2f !important;
font-size:23px;
font-weight:500;
}
.aboutmain{
text-align:center;
font-size:16px;
font-weight:500;
}
.aboutmain strong{
font-size:25px;
color: #ef2b2f !important; 
}
/*------------Footer Social --------------*/
.footer_social li{
float:left;
list-style:none;
padding-right:11px;
}
.btn-social-icon {
  line-height: 26px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  width: 36px;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover {
  color: #fff !important;
  background-color: #30487b !important;
}
.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover {
  color: #fff !important;
  background-color: #1c92c7 !important;
}
.btn-instagram {
  color: #fff;
  background-color: #f502be;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:hover {
  color: #fff !important;
  background-color: #c40198 !important;
}
.btn-linkedin {
  color: #fff;
  background-color: #4c91b4;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:hover {
  color: #fff !important;
  background-color: #19729e !important;
}
.btn-justdial {
  color: #fff;
  background-color: #f7844b;
  border-color: rgba(0,0,0,0.2);
}
.btn-justdial:hover {
  color: #fff !important;
  background-color: #de6b31 !important;
}
.justdial_icon{
width: 28px !important;
  height: auto;
  padding-top: 9px;
  padding-left: 7px;
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:hover {
  color: #fff !important;
  background-color: #a81a20 !important;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 36px;
  font-size: 19px !important;
  text-align: center;
}
.contsocial{
width:100%;
text-align:center;
margin-top:20px;
}
.contsocial li.share {
  vertical-align: top;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ef2b2f;
}

/*---- Alert ----*/
.alert-fail{
color: #FF0000;
background-color: #FFD9D9;
border-color:#FFCECE; 
width:100%;
border: 1px solid #FFCECE;
border-radius: 3px;
font-size:15px;
padding:6px 35px 6px 14px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.alert-success{
color:#468847;
background-color:#dff0d8;
border-color:#d6e9c6; 
width:100%;
border: 1px solid #d6e9c6;
border-radius: 3px;
font-size:16px;
padding:6px 35px 6px 14px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.close {
display: inline-block;
width: 10px;
height: 10px;
background-repeat: no-repeat !important;
background-image: url("../images/remove-icon-small.png") !important;
cursor: pointer;
background: transparent;
background-repeat: repeat;
background-image: none;
border: 0;
-webkit-appearance: none;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:hover {
opacity:1;
}
.register-link a{
color:#FFFFFF !important;
font-weight:600 !important;
font-size:15px !important;
}
.register-link i{
padding-right:5px;
font-size:15px;
}
.headsocil_div{
padding-top: 10px;
}
/*--------------Feature--------------*/
.benifit{
width:100%;
padding-top: 50px;
background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.05));
}
.benifitdiv{
width:100%;
text-align:center;
border:2px dotted #ef2b2f;
padding:20px 0 10px 0;
}
.benefitimg span{
font-size:45px;
color:#ef2b2f;
}
.benifittext{
padding-top:10px;
font-size:16px;
font-weight:600;
color:091E3E;
}
/*--------------Feature--------------*/
.copyright_txt{
color:#FFFFFF !important;
font-size: 15px;
padding-top: 5px;
}
.copyright_txt a{
color:#FFFFFF;
}
/*--------Load More Photo---------*/
.load_morediv{
width:100%;
text-align:center;
}
.show_more_main {
width: 150px;
margin: 20px auto;
}
.show_more {
    background-color: #ef2b2f;
    background-image: -webkit-linear-gradient(top,#ef2b2f 0,#ef2b2f 100%);
    background-image: linear-gradient(top,#ef2b2f 0,#ef2b2f 100%);
    border: 1px solid;
    border-color: #ef2b2f;
    color: #fff;
    font-size: 16px;
	letter-spacing: 0.6px;
    outline: 0;
}
.show_more {
    cursor: pointer;
    display: block;
    padding: 6px 0;
    text-align: center;
    font-weight:bold;
}
.show_more:hover {
    background-color: #bf2225;
    background-image: -webkit-linear-gradient(top,#bf2225 0,#bf2225 100%);
    background-image: linear-gradient(top,#bf2225 0,#bf2225 100%);
	border-color: #bf2225;
}
.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}
.loding_txt {
    background-image: url(../images/loading.gif);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}
/*--------Load More Photo---------*/

.footer_descrip p{
margin-bottom: 1px !important;
}

.notice_back{
background-color: #f7f7f7;
padding: 5px;
}
.notify_head11{
font-size: 30px;
text-transform: none;
letter-spacing: 0px;
color: #163269;
}
.notify_head11 i{
margin-right: 10px;
font-size: 27px;
}
.notify_body11{
width:100%;
margin:10px 0 10px 0;
background-color:#FFFFFF;
padding:15px;
}
.notify_body11 h2{
margin-bottom:8px;
font-size:16px;
color:#06A3DA;
font-weight: 600 !important;
}
.notify_body11 h2 i{
font-size: 14px;
padding-right:5px;
color: #163269;
}
.notify_body11 h3{
font-size: 14px;
color:#6A6A6A;
margin-bottom:10px;
}
.notify_body11 p{
font-size: 14px !important;
color:#333;
margin-bottom: 0px !important;
}
.readpdf11{
color: #F57E57;
}
.down_notice11{
width:100%;
margin-top: 15px;
}
.down_notice11 a{
font-size: 18px;
font-weight:600;
cursor:pointer;
}
.down_notice11 a i{
font-size: 18px;
padding-right:7px;
}
/*--Notifications and event--*/
.course-wrap {
  margin-bottom:30px;
  padding:12px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.30); }
  .course-wrap .course_img img {
    width: 100%;
    height: 220px; }
  .course-wrap .text {
    width: 100%;
    text-align: center;
    padding: 20px 0px 0px 0px;
    position: relative; }
    .course-wrap .text h2 {
      font-weight: 500;
      font-size: 20px; }
	      .course-wrap .text p {
		  font-size:14px !important;
		  line-height:26px !important;
 }
    .course-wrap .text .icon {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #fff;
      margin: -65px auto 15px auto;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
      box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28); }
      .course-wrap .text .icon span {
        color: #ef2b2f;
        font-size: 50px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; 
		padding-top: 20px;
		}
    .course-wrap .text .btn-custom {
      position: absolute;
      bottom: -45px;
      left: 0;
      right: 0;
      width: 80%;
      background: #0D044C;
      color: #fff;
      padding: 12px 10px;
      border-radius: 3px;
      margin: 0 auto;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px; }
  .course-wrap:hover {
    -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18); }
    .course-wrap:hover .text .icon {
      background: #ef2b2f; }
      .course-wrap:hover .text .icon span {
        color: white; }
    .course-wrap:hover .text .btn-custom {
      background: #fc5e28; }
	  /*-----------------------
DESK CSS
-----------------------*/
.pricnimg{
margin: 7px 40px 15px 0px;
float:left;
width:300px;
box-shadow: 1px 1px 5px #888888;
}
.aboutviceprincipal{
width:100%;
padding-top:15px;
}
.princidetail{
width:100%;
padding-bottom:10px;
margin-top:10px;
}
.form-prindel{
padding:0 0 20px 0;
}
.cushead{
font-size:15px;
font-weight:600;
color:#000;
}
.cushead i{
font-size:15px;
color:#F57E57;
padding-right:10px;
}
.cusdel{
font-size:15px;
padding-left:10px;
color:#033;
font-weight:600;
}
.photoname{
width:100%;
font-size:24px;
color:#ef2b2f;
font-weight:600;
padding-bottom:5px;
}
.abutdesk{
color: #0F172B;
font-size: 26px;
}
/*-----------------------
DESK CSS
-----------------------*/

/*********************************
Blog CSS
*********************************/

.blog
{
	padding-top: 30px;
	padding-bottom: 0px;
}
.blog11{
	padding-top: 20px;
}
.videopagediv{
width:100%;
padding-bottom: 30px;
}
.bdelfont{
font-size:26px !important;
}
.topmar{
top:40px !important;
}
.blog_post_container
{
	width: 100%;
}
.blog_post_del{
padding-bottom:30px;
}
.blog_post{
margin-bottom:30px;
background-color: #fff;
  padding: 13px;
  border-radius: 0.5rem;
}
.blog_post:not(:last-child)
{
	margin-bottom: 74px;
}
.blog_post_image
{
width:100%;
}
.blog_post_image img
{
	width: 100%;
	height:230px;
}
.blog_post_image11
{
width:100%;
}
.blog_post_image11 img
{
	width: 100%;
	height:480px;
}
.blog_post_date
{
	position: absolute;
top: 20px;
  left: 35px;
	width: 130px;
	height:40px;
	border-radius: 37px;
	background: linear-gradient(to right, #ef2b2f 0%, #f36a6d 70%);
}
.blog_post_day
{
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
.blog_post_month
{
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 3px;
}
.blog_post_meta
{
	margin-top:10px;
}
.blog_post_meta_item
{
	display: inline-block;
	position: relative;
	margin-right: 27px;
}
.blog_post_meta_item:last-child
{
	margin-right: 0px;
}
.blog_post_meta_item::after
{
display: block;
position: absolute;
top: 7px;
right: -16px;
width: 2px;
height: 14px;
background: #ef2b2f;
content: '';
}
.blog_post_meta_item:last-child::after
{
	display: none;
}
.blog_post_meta_item
{
	font-size: 14px;
	font-weight:500;
	color: #ef2b2f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_title
{
	margin-top: 5px;
}
.blog_post_title
{
	font-size: 20px;
	font-weight: 600;
	color: #111;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_text
{
	margin-top: 10px;
	padding-bottom:15px;
}
.blog_post_text p
{
	color: #033;
	line-height:28px;
	text-align:justify;
	font-size:16px;
}
.blog_post_text p:last-of-type
{
	margin-bottom: 0px;
}
.blog_post_link
{
	margin-top: 32px;
}
.blog_post_link a
{
	font-size: 14px;
	font-weight: 700;
	color: #85c854;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_link a:hover
{
	color: #361f5d;
}
.blog_navigation
{
	margin-top: 100px;
}
.blog_dot
{
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #2b2b2b;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_dot:hover
{
	color: #fa9e1c;
}
.blog_dot:hover.active div
{
	border-color: #fa9e1c;
}
.blog_dot.active
{
	padding-left: 13px;
	padding-right: 9px;
	margin-right: 3px;
	color: #fa9e1c;
}
.blog_dot div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_dot.active div
{
	border: solid 2px #fa9e1c;
}
.blogreadmr{
width:100%;
text-align:center;
padding-bottom:5px;
}
.readmbtn{
font-size:16px !important;
}
.bloffilediv{
width:100%;
float:left;
}
.bloffilediv ul {
list-style-type: none;
}
.bloffilediv ul li{
float:left;
text-align:left;
list-style:none;
padding: 20px 30px 15px 0px;
color: #111;
font-size:18px;
font-weight:500;
}
.bloffilediv ul li a{
font-size:15px;
}
.bloffilediv ul li i{
color: #85c854;
padding-right:8px;
font-size: 18px;
}
.bloffilediv ul li p{
margin-bottom:0px;
padding-top:5px;
}
.zoombutton {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
width: 70px;
height: auto;
cursor: pointer;
text-decoration: none;
}
/*---------------------
	Blog Category Section
-----------------------*/
.blogcatdiv{
margin-top:35px;
}
.blogcat-item {
margin-bottom:30px;
}

.blogcat-item a{
text-decoration:none;
color:#85c854;
}

.blogcat-item a:hover{
color:#fff;
}

.blogcat-item .blogcat-icon {
text-align: center;
height: 170px;
}
.blogcat-item .blogcat-icon img {
	width: 100%;
	height: 230px;
}

.blogcat-item .blogcat-content {
text-align: center;
height: 234px;
/*box-shadow: 0px 0px 15px 0px #85c854;*/
border: 2px solid #85c854;
}

.blogcat-title {
font-size: 18px;
font-weight: 500;
padding: 15px 10px 0 10px;
background-color: #141414;
z-index: 1;
height: 60px;
position: relative;
width: 100%;
bottom: 0;
opacity: 0.8;
}
