

@font-face {
    font-family: 'OpenSans-Regular';
    src: url("/assets/fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url("/assets/fonts/OpenSans-SemiBold.ttf");
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url("/assets/fonts/OpenSans-Bold.ttf");
}
@font-face {
    font-family: 'Gantari-Regular';
    src: url("/assets/fonts/Gantari-Regular.ttf");
}
/*-------------------Navigation style---------------------------------------------------*/

.nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #188976;
}

.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer;
}

.nav-drill {
    transform: translateX(100%);
    /*border-top: 8px solid #0295FF;*/
}

.nav-is-toggled .nav-drill {
    transform: translateX(0);
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-drill::before {
    background-color: #20b49c;
}

.nav-drill {
    display: flex;
    position: fixed;
    z-index: 29;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
	padding-top:5.5rem;
}

.nav-items {
    flex: 0 0 100%;
}

.nav-link {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
	font-style: normal;
}

.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: 0.3s;
    visibility: hidden;
}

.nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #20b49c;
}

.nav-expand-content .nav-link {
    background-color: #daf9f4;
}

.nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    color: #fff;
}

.nav-expand-content .nav-back-link::before {
    content: 'chevron_left';
    margin-right: 0.5em;
    font-family: 'Material Icons';
}

.nav-expand-link {
    display: flex;
    justify-content: space-between;
}

.nav-expand-link::after {
    content: 'chevron_right';
    flex: 0 1 auto;
    font-family: 'Material Icons';
}

.nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#header ul li:hover, .current, #header ul .active {

   color: #E50A00;
}
.nav_button{
	height: 3rem!important;
}
.device_hr {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important;
    border-color: #bbbaba;
}
#nav-content ul .active {
   /*color: #FBDE00 !important;*/
}
.menuspan{
	height: 1rem;
    display: block;
}
#nav-content ul li .menuspan img{
   display:none;
}
#nav-content ul .current .menuspan img{
   display:block;
}
#nav-content ul li:hover .menuspan img{
   display:block;
}


.child-menu {
    visibility: hidden;
    background-color: #2DAAE2;
    position: absolute;
    top: 4rem;
    left: 0rem;
    width: 16.1rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border: 1px solid #0b9fe1;
}


.child-menu li:hover{
	background-color:#FDB217;
	color:#ffffff!important;
}
.dropdown-submenu{
	cursor:pointer;
}
#header ul li {
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 20px;
    color: #000000;
}

/*-------------------End of Navigation style---------------------------------------------------*/

/*-------------------cookie style----------------------------------------*/
.rounded-lg.bg-yellow-100 {
    background: #FFFFFF !important;
    border: 1px #E50A00 solid;
}
.js-cookie-consent{
	z-index:29;
}
.cookie-consent__message {
    color: #000 !important;
}
.js-cookie-consent-agree {
    background: #E50A00 !important;
    color: #FFFFFF !important;
}
/*-------------------cookie style ends----------------------------------------*/

/*----------------shrink style-------------------------------*/

/*----------------shrink style ends-------------------------------*/

/*---------------------Form Styles-----------------------------------------*/

	.field_width input[type=text], .field_width input[type=email], .field_width input[type=number], .field_width input[type=password], .field_width input[type=tel], .field_width input[type=date] {
    width: 100%;
    padding: 13px 10px;
    border-radius: 0px!important;
    border: 2px solid #E50A00;
    height: 3rem;
}
	.field_width textarea {
	    width: 100%;
		padding: 10px;
		border: 2px solid #E50A00;   
	}
	.field_width select {
		width: 100%;
		padding: 10px;
		border-radius: 0px;
		height: 3rem;
		border: 2px solid #E50A00;
		background-color: white;
	}
	.form_label {
	 font-family: 'OpenSans-Bold';	
	 font-size:14px;
	display:block;
	}
/*---------------------Form Styles Ends-----------------------------------------*/


/*---------------------FAQ Styles -----------------------------------------*/
.tab{
    border-radius:0;
}

.acc-head{
    transition:.3s;
}

.acc-body{
    display:none;
    border-top:1px solid rgba(255,255,255,.25);
}

.acc_label{
    font-family: "century-gothic", sans-serif; 
    font-size:18px;
    font-weight:900;
    margin:0;
}

.toggle-icon{
    font-size:30px;
    font-weight:300;
    transition:.3s;
}
.acc-body {
   
    border-top: 0 !important;
}
/*---------------------FAQ Styles Ends-----------------------------------------*/


body {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    word-break: break-word;
}

.banner_adjust {
    margin-top: 6.5rem;
}
.bg-red-200{
	background-color:#FDE7E6;
}
.bg-red-700{
	background-color:#E50A00;
}
.bg-orange-900{
	background-color:#8D231E;
}
.text-red1{
  color:#E50A00;	
}
.text-blue1{
  color:#02175C;	
}
.text-gray-300{
	color:#6B7280;
}
.whiteline{
	border:1px solid #ffffff;
}
#banner-carousel .owl-dot span {
    background: #fff !important;
    width: 12px !important;
    height: 12px !important;
    margin: 3px !important;
}
#banner-carousel .owl-dot.active span{
    background: #E50A00 !important;
}
#banner-carousel .owl-nav.disabled {
    position: relative;
    display: none !important;
}
#banner-carousel .owl-nav {
    margin-top: 0;
}
#banner-carousel .owl-dots{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
	bottom: 5%;
    left: 5%;
}

.pp-carousel .owl-nav button.owl-next {
    margin-left: 10px;
}
.pp-carousel .owl-dot span {
display:none!important;
}

.pp-carousel .owl-item, .gallery-carousel .owl-item, .review-carousel .owl-item {
    opacity: 0.1;
}
.pp-carousel .center, .pp-carousel .center + .active,
.gallery-carousel .center, .gallery-carousel .center + .active,
.review-carousel .center, .review-carousel .center + .active, .review-carousel .center + .active + .active {
    opacity: 1;
}
.pp-carousel .owl-stage, .gallery-carousel .owl-stage 
{ left: -300px; } 
.review-carousel .owl-stage 
{ left: -420px; } 
.owl-dots button:focus {
    outline: unset;
}
.gallery-carousel .owl-nav.disabled+.owl-dots, .review-carousel .owl-nav.disabled+.owl-dots {
    display: none;
}
.button-hover:hover{
	opacity:0.8;
}

.banner_heading{
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
   font-size:40px;
   line-height:1.2;
}
.banner_subtext{
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
  font-size:20px;
}
.primary_button, .banner_button{
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
  font-size:20px;
  letter-spacing:2px;
}
.banner_button{
	border: 3px solid #ffffff;
}
.common_subhead{
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
   font-size:48px;
   line-height:1.2;
}
.common_content{
    font-family: 'OpenSans-Regular';	
	font-size:16px;
}
.common_Boldcontent{
    font-family: 'OpenSans-Bold';	
	font-size:16px;
}
.common_content p strong{
	font-size:20px;
	font-weight: normal;
}
.common_content p{
    padding-bottom: 1rem;
}
.common_content ul{
   list-style: disc;
    margin-left: 1rem;
}
.cast_subhead{
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
   font-size:25px;	
}
.testimonial_subhead, .inner_heading{
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
   font-size:40px;
   line-height:1;
}
.inner_subheading{
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
   font-size:15px;
}
.author_designation{
font-family: 'Gantari-Regular';
font-size:16px;	
}
.pp_title{
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
   font-size:24px;
}
.pp_titleinner{
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
   font-size:18px;
}
.form_heading{
font-family: "century-gothic", sans-serif;
font-weight: 900;
font-style: normal;
   font-size:20px;
}
.inner_title {
top: 50%;
left:50%;
  transform: translate(-50%, -50%);
}
.innerbanner_img {
    height: 37.6rem;
}
.left_space {
    padding-left: 4.5rem;
}
.right_space{
	 padding-right: 4.5rem;
}
.accimag {
    height: 50rem;
}
.home_top {
    top: 12rem;
}

.home_top {
    left: 0;
    right: 0;
    z-index: 28;
	    margin-left: auto;
    margin-right: auto;
}

.homebanner_img {
    height: 43rem;
}
.home-vdo {
    height: 25.2rem;
}
.review_text{
  font-family: 'OpenSans-Regular';
  font-size:18px;
}
.review_title{
  font-family: 'OpenSans-SemiBold';
  font-size:16px;
}
.RTHeight{
	height:8rem;
	overflow:hidden;
}
.review_logo {
    height: 8rem;
    width: auto!important;
}
.departments{
	border: 1px solid #E50A00;
}
.departments h4 {
  font-family: 'OpenSans-Bold';	
  font-size:14px;
}
.departments a, .departmentText {
  font-family: 'OpenSans-Regular';	
  font-size:14px;
}	
	
.common-top{
  height: 20rem;	
}
.Footernav a, .footerlink{
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 20px;
}
.footerline{
   border-color: #e5e7eb45;

}
.footertext{
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 14px;
}
.footerbrandtext{
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 14px;
}
.review-carousel .owl-stage-outer .owl-stage {
    margin-left:37px;
}

@media (min-width: 1280px) {
.container {
    max-width: 1230px;
}

}
@media (min-width: 1536px) {
.container {
    max-width: 1230px;
}


}

@media (min-width: 1900px) {

.homebanner_img {
    height: 47rem;
}
#banner-carousel .owl-dots {
    left: 17.5%;
	bottom: 5%;
}
.review-carousel .owl-stage 
{ left: -400px; } 
.accimag {
    height: auto;
}
.left_space {
    padding-left: 21rem;
}
.right_space{
	 padding-right: 21rem;
}
.innerbanner_img {
    height: auto;
}


}

@media (min-width:768px) and (max-width:896px){

}


@media (max-width:767px) {
.container,.left_space, .right_space {
    padding-left: 15px;
    padding-right: 15px;

}

.nav-link{
 display:flex;	
}
.child-menu {
	background-color:#1184b7;
    z-index: 9999;
    width: 100%;
}

.accimag {
    height: auto;
}
.pp-carousel .owl-stage , .gallery-carousel .owl-stage, .review-carousel .owl-stage
{ left: 0px; } 
.banner_heading {
    font-size: 30px;
}
.common_subhead{
   font-size:38px;
}
.testimonial_subhead{
   font-size:30px;
}
.banner_buttonset .primary_button, .banner_buttonset .banner_button{
	width:100%;
}
#banner-carousel .owl-dots {
display:none;
}
.innerbanner_img {
    height: 26rem;
}
.footersocial{
	width:100%;
}
}

@media (max-width:515px) {
.js-cookie-consent .mt-2{
   margin-top: 0rem;
 }
.js-cookie-consent-agree {
    width: 50%;
	margin:0 auto;
}
.homebanner_img, .homebannerouter {
    height: 34rem;
}
.topnav_button {
    font-size: 1.5rem;
}

.home_top {
    top: 4rem;
}
}

@media (max-width:375px) {

		
}

@media (max-width:360px) {

}