/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
  overflow-x:hidden;
}
body {
 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  overflow-x: hidden !important;
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{ 
  text-decoration: none;
  color: #2f2f2f;
  
}
a:focus{
  outline: none;
  text-decoration: none;
}
/*h1,h2{
	font-family: 'Montserrat', sans-serif; 
}
h3,h4,h5,h6{
	font-family: 'Varela', sans-serif;	
}

h2 {
  color: #313338;  
  font-size: 72px;
  font-weight: 700;
  line-height: 57px;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
img{
 border:none;
}
*/
img {
    max-width: 100%;
    height: auto;
}
/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(img/status.GIF); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  color: #fff;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/
.karavali_result a{color: #e1091d;
    font-size: 18px;
    font-weight: 600;
    
    border: 2px solid;
    padding: 5px 10px;}

.karavali_head_block .karavali_head_content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(-50%, -50%);
}
.karavali_head_block .karavali_head_content::before {
    left: 1px;
}
.karavali_head_block .karavali_head_content::before, .karavali_head_block .karavali_head_content::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background-color: #e1091d;
    width: 1px;
}
.karavali_head_block .karavali_head_content h3 {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 32px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #e1091d;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
   text-align:center;
    word-wrap: break-word;
}
.karavali_head_content .breadcrumb {
     background-color: transparent;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 22px;
    opacity: 1;
    padding: 10px 23px;
	text-transform: uppercase;
}
.breadcrumb>.active {
    color: #fff;
}
.karavali_head_block .karavali_head_content::after {
    right: 0;
}
.karavali_head_block .karavali_head_content::before, .karavali_head_block .karavali_head_content::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background-color: #e1091d;
    width: 1px;
}
.karavali_head_block{margin-top:340px;}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
 /* -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;*/
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
 /* -webkit-transform: scale(1.1);
  transform: scale(1.1);*/
  background:#082e7d;color:#fff;
}


#header{
	float: left;
	display: inline;
	width: 100%;
	margin: 0px;
}


.slider_area{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
}
.slider_overlay {
  background: none repeat scroll 0 0 #242434;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

/*===SLIDER NAVIGATIONS==*/

.slides-navigation a {
	width: 100px;
	height: 100px;
}

.slides-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.slides-navigation h3 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
	height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/

.slider_caption {
  margin-top: 12%;
  padding: 0 13%;
  position: relative;
  text-align: center;
  z-index: 999;
}
.slider_caption > h2 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
}
.slider_caption>p{
	color: #ffffff;
	font-size: 20px;	
}
.slider_caption>a{		
	margin-top: 30px;	
}
.slider_btn{
	padding: 10px 15px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
}
.slider_btn:hover,.slider_btn:focus{
	text-decoration: none;
}


/*--------------------*/
/* INDEX SECTION */
/*-------------------*/

#home{
    display: inline;
    float: left;
    width: 100%;
    padding: 50px 0px 30px;
}
#home  .heading p
{
    font-size: 18px;
    letter-spacing: 2px;
    color: rgb(141, 126, 126);
    line-height: 38px;
    font-weight: 700;
}



.results h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #002265;
}
/*--------------------*/
/* ABOUT SECTION */
/*--------------------*/


/*contact*/


.sleepycontact{margin-top:42%;margin-bottom:10%;}
.contactt{margin-top:5%;margin-left: 15px;}
.choose-grid h4{

	position:relative;
	font-weight:800;
	font-size:24px;
	
	padding-bottom:8px;
	color:#0e8773;	
}
.choose-grid p{
	position:relative;
	line-height:29px;
	font-size:17px;
	
	padding-bottom:50px;
	color:#000;	
	}

	
.contactt input[type="text"] {
   /* padding: 0 10px;
    width: 48%;
    height: 40px;
	float:left;
    border: 1px solid rgba(0,0,0,.09);
    margin-bottom: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    color: #73656e;*/
	font-size: 13px;
    color: #e1091d;
    height: 45px;
    padding-right: 30px;
    padding-left: 0;
    border: none;
	 margin-bottom: 35px;
    border-bottom: 1px solid  rgba(0,0,0,.09);
    outline: none;
	width: 45%;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 .contactt input[placeholder="Subject" ] {
    padding: 0 10px;
    width: 95%;
    height: 40px;
	float:left;
    border: none;
	 margin-bottom: 35px;
    border-bottom: 1px solid  rgba(0,0,0,.09);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    color: #73656e;
}
.contactt input[type="email"] {
  /*  padding: 0 10px;
	margin-left: 10px;
    width: 48%;
    height: 40px;
    border: 1px solid rgba(0,0,0,.09);
    margin-bottom: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    color: #73656e;*/
	font-size: 13px;
    color: #e1091d;
    height: 45px;
	width: 45%;
    padding-right: 30px;
    padding-left: 0;
    border: none;
	 margin-bottom: 35px;
    border-bottom: 1px solid  rgba(0,0,0,.09);
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contactt textarea {
   padding: 10px;
color:#a2929d;
   font-size: 13px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    resize: none;
    width: 98%;
    height: 140px;
    margin-bottom: 10px;
    overflow: auto;
}
.contactt input[type="submit"]:hover {
    background: #002265;
	color:#fff;
	
}
.contactt input[type="submit"] {
    color: #a2929d;
	margin-top:20px;
    font-size: 12px;
    padding: 8px 18px;
    
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 300;
    border: 1px solid #e31f25;
	border-radius:3px;
    cursor: pointer;
    outline: none;*/
}
.stroke{border-left: 6px solid #fbca00;}
.choose-con h4{

	position:relative;
	font-weight:800;
	font-size:26px;
	text-transform:uppercase;
	padding-left:10px;
	color:#0e8773;	
}
/*.choose-con p{
	position:relative;
	line-height:28px;
	font-size:16px;
	
	color:#000;	
	}*/
	.social-links{padding-top:30px;}
	.social-links .fa{font-size:20px;color:#e96f91;
	text-align: center;
    
	
    padding: 6px;}
.social-links a {
    position: relative;
    display: inline-block;
    margin: 0px 5px 3px 0px;
    width: 70px;
    height: 50px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #999999;
    background: #fbca00;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.social-links a:hover{
	border-color:#204e7f;
	background:#e96f91;
	color:#fbca00;
}

.conblock1{padding-top:8%}
.conblock1  img{background-color: #0e8773;
    padding: 16px;}
	
.conblock1 .span1{    background-color: #fbca00;
    color: #fff;
   position: relative;
    padding: 5px 6px;
    font-weight: 600;
    top: 19px;
    left: 0px;}
.conblock1 .span2{    background-color: #fbca00;
    color: #fff;
    position: relative;
    padding: 5px 6px;
    font-weight: 600;
    top: 20px;
    left: 1px;}
.conblock1 .span3{    background-color: #fbca00;
    color: #fff;
   position: relative;
    padding: 5px 6px;
    font-weight: 600;
    top: 22px;
    left: 2px;}
.conblock1 h5{padding-top: 30px;
    font-size: 18px;
	color:#0054a6;
	line-height: 24px;
    font-weight: 600;}
.conspace{margin-bottom:10%;}
  .conspace:hover  img{background-color:#fbca00;
  /*  border:2px solid #0e8773;*/}
.conspace:hover span{background-color:#0e8773;border:1px solid #fbca00;}



#muffin{margin-top:40px;margin-bottom:60px;}
.muffin0 h2{display: inline-block;
font-family: 'Raleway', sans-serif;
    font-size: 45px;
    line-height: 70px;
    font-weight: 900;
    margin-right: 15px;
	color:#002265;}
.muffin0 span{font-size: 20px;
    line-height: 24px;
	padding-left:20px;
    font-weight: 600;
    letter-spacing: 0px;
	display: inline-block;
	color: #002265;
	    margin-bottom: 15px;}
.muffin1 h2{font-size: 20px;
    line-height: 24px;
    font-weight: 600!important;
	font-family: "Raleway", Arial, Tahoma, sans-serif;
	color: #0a154e;
    letter-spacing: 0px;}
.muffin2 h6{font-size:12px;line-height:22px;color:#666666;padding-left: 10px;
    border-left: 2px solid #e1091d;}
.muffin2 h3{display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 15px;
	margin-top:5px;
	color:#002265;}
.muffin0{border-bottom:2px solid #e1091d;width:95%;}
.blank{height: 100px;
    border-bottom: 1px solid #e1091d;}
.muffin3 h3{display: inline-block;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 15px;
	letter-spacing:-1px;
	color:#002265;}
.mapon{height: 400px;
    margin-left: -16px;
   
    margin-top: 40px;
    width: 100%;}
.muffin4 h6{font-size: 12px;
    line-height: 22px;
    color: #666666;
	padding-left: 10px;
    border-left: 2px solid #e1091d;
    margin: 10px 0px 0px 15px;}
.muffin4 h4{display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 15px;
	padding-left:12px;
    margin-top: 5px;
    color: #002265;}
	
.pagehead{margin-left: 115px;
    margin-top: 90px;
   /*background: rgba(84,106,125,0.65);
  
    padding: 105px 102px;*/
    border-left: 0px solid #e1091d;}	
.pagehead:before{ background:url(images/pattern.png);}
.pagehead h2{font-weight: bold;
    /* text-align: center; */
    color: #002265;
    font-size: 46px;
    background: rgba(255,255,255,0.6);
	width: 340px;
    padding: 50px 45px;
    border-left: 10px solid #e1091d;}	
.pagehead p{position: relative;
    background: #002265;
    width: 40%;
	border-radius: 3px;
    padding: 12px;
    color: #fff;
    top: -30px;
    left: 60px;}
.pagehead p a{color:#fff;}	
	
	
	
	
	/*about*/

#about1{margin:80px 0px;}
.content1 h2{
	font-family: 'PT Sans', sans-serif;
	font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #002265;}
.content1 p{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
    line-height: 30px;
    color: #9a9a9a;
    text-align: center;
    padding-top: 20px;}
.content1 p span{color: #e1091d;}
.underline{background: #ebebeb;
    height: 1px;
	 width: 255px;
    position: relative;
    margin-top: 27px;
    margin-bottom: 23px;}
.underline:after{    background: #e1091d;
    content: "";
    top: -1px;
    left: 90px;
    bottom: 0;
    right: 0;
    width: 65px;
    height: 3px;
    position: absolute;
    z-index: 1;}
.forwardmarch p{font-family: 'PT Sans', sans-serif;
	font-size: 17px;
    line-height: 30px;
    color: #9a9a9a;
    text-align: left;
    padding-top: 20px;}
.forwardmarch h2{font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    border-left: 4px solid #e1091d;
    color: #002265;}
.forwardimg img{margin-top: 90px;
    border-right: 4px solid #e1091d;}
	
	
#about2{margin-bottom:80px;}
#about2 .col-md-6{padding-left:0px;padding-right:0px;}
.award{background: #002265;
    height: 315px;
   }
.award img{padding-top:70px;}
.award h2{
	 font-family: 'PT Sans', sans-serif;
	 color:#fff;
	 font-size:20px;
	 text-align:center;
	 font-weight:700;}
.awardimg{background:#f0f4f7;}
.awardimg img{height:315px;}
.awardline{background: #fff;
    height: 3px;
    width: 30px;
    position: relative;
    margin-top: 10px;
    margin-left: 174px;
    margin-bottom: 23px;}
.aboutnew p{font-family: 'PT Sans', sans-serif;
	font-size: 17px;
    line-height: 30px;
    color: #9a9a9a;
    text-align: left;
    padding-top: 20px;}	

#extra{margin-bottom:80px;}	
#about3{margin-bottom:80px;}	

#about4{padding-bottom:80px;padding-top:50px;margin-bottom: 70px;
	background: url(images/bg.jpg);
    background-size: 100%;
    background-attachment: fixed;}
.rightword h2{ font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    border-left: 4px solid #e1091d;
    color: #002265;}	
.rightword p{font-family: 'PT Sans', sans-serif;
	font-size: 16px;
    line-height: 30px;
    color: #e1091d;
    text-align: left;
    padding-top: 20px;}
.leftword h3{font-size: 16px;
    font-weight: 600;
    width: 110px;
	text-align: center;
    padding: 10px 15px;
    margin-left: 147px;
    color: #fff;
	z-index: 1;
	position: relative;
    background: #002265;}
.rowhover:hover .leftword h3{background:#e1091d;}
.rowhover:hover .hvr-bubble-bottom:before{border-color: #e1091d transparent transparent transparent;}
.rightword{border-left: 2px solid #c7c2c2;
   padding-left: 70px;
    z-index: -1;
    margin-left: -186px;
    }

/* Bubble Bottom */
/*.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}*/
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: 50px;
    bottom: -10px;
    border-width: 10px 8px 0 8px;
  border-color: #002265 transparent transparent transparent;
}
.row1{padding-top:40px;margin-top: -30px;}

	
	
#facility
{
  margin: 0 45px 0 60px;} 
}

.facility_title
{
  display: inline;
  float: left;
  width: 100%;
  text-align:center;
}

.facility_title h2
{
    color: #000;
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-weight: 700;
	background: url(../images/line_border.png) no-repeat center bottom;
	height: 90px;
	margin-bottom: 5px;
}
.facility_title h2 span
{
    color: #1c9bdc;
}
.facility_title  p
{
    font: 16px 'Open Sans', sans-serif;
	line-height: 23px;
}
.tab_box_about
{
	float: left;
	display: inline;
	width: 100%;
	border-right:1px solid rgba(0,0,0,0.02);
}

.tab_block
{
    float: left;
    display: inline;
    width: 100%;
    border:1px solid rgba(0,0,0,.08);
}
.tab_block .nav
{
    /*margin: 20px 0px 20px;
    border: 1px solid #E6E6E6;*/

}
.nav-pills > li {
    float: left;
    padding: 0px;
    border: 1px solid rgba(0,0,0,.08);
	border-bottom:1px solid #fff !important;
	border-left:1px solid #fff !important;
}

.nav-pills > li + li {
    margin-left:0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #000;
    background-color: #fff!important;
	border-bottom:1px solid #fff !important;
}


.tab_block ul li.active:after {
  opacity: 1;
}

/*.tab_block ul li::after {
    position: absolute;
    bottom: -14px;
    left: 43%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    opacity: 0;
    content: '';
    transition: all .3s ease;
}*/

.tab_block ul li.active a,
.tab_block ul li:hover a {
	color: #e1091d!important;
	text-decoration: none;
	background-color: #fff !important;
	
}
.tab_block ul li.active h5{margin:0px 10px;border-bottom:1px solid #fff !important;}
.tab_block ul li a {
    text-align: center;
	border-radius: 0;
	font-size: 14px;
	display: block;
	color: #0a154e ;
	padding: 10px 0;
	transition: all 0.3s ease;
	font-weight: 700;
	position: unset;
}



.tab-content h4
{
    color: #333E56;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 600;
}
.tab-content h4 .fa {
    font-size: 18px;
    color: #00ACD9;
    margin-right: 5px;
}
.tab-content .content-box p
{
    color: #777;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding:15px 5px 20px 5px;
	line-height: 26px;
	letter-spacing: .02em;
	text-align: justify;
}
.award1 {
 
   
    padding: 0px 40px 20px;
}
.award1 h4{padding-top: 34px;
    color: #002265;
    font-weight: 600;
    line-height: 22px;
    font-size: 17px;}
.award1 h4:after{content: "";
    height: 2px;
    width: 50px;
    display: block;
    margin: 8px 168px;
    background: #ff4949;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
.awardimg1{
    padding: 72px 0px;
}
.forwardmarchaward h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    border-left: 4px solid #002265;
    color: #e1091d;
}
.award1 img{float:left;padding-right: 20px;height: 100px;width: 30%;
    padding-top: 30px;}	
.award1 h2 {
    font-family: 'PT Sans', sans-serif;
    color: #002265;
    font-size: 20px;
   
    font-weight: 700;
}	
.certi img{height: 225px;
    width: 355px;
    padding-left: 170px;}	
.awardline1 {
    background: #fff;
    height: 3px;
    width: 30px;
    position: relative;
    margin-top: 10px;
    margin-left: 85px;
    margin-bottom: 23px;
}	


/*footer*/
#upperfooter{background:#e1091d;}
#upperfooter ul li{display:inline-block;color: #fff;
    font-size: 16px;
    padding: 10px 10px 5px;}
#upperfooter ul li a{display:inline-block;color: #fff;
    font-size: 16px;
    padding: 10px 10px 5px;}
.mainfooter{background:#082e7d;padding-bottom: 10px;}
.footersocial{text-align: right;
    font-size: 30px;
    padding: 40px 0px;}
.footersocial li{padding:0px 5px;color:#e7e7e7;display:inline-block;}
.footermenu li{list-style-type: none;}
.footermenu{padding:40px 0px;}
.footermenu li a{color:#fff;font-size:16px;font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.footermenu i{font-size: 8px;
    padding-right: 6px;}
.designer span{color:#fff;
font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.designer a{color: #969191;
    padding-left: 8px;}
.bottomtotop{text-align: right;
    padding-top: 20px;}
.bottomtotop a{font-size:14px;color: #969191;}
.bottomtotop a:hover{text-decoration:none;}

.footersocial li a{text-align: right;
    font-size: 30px;
    padding: 40px 0px;}
.footersocial li  a{padding:0px 5px;color:#7795cc;display:inline-block;}
.footersocial li  a:hover{color:#e9e9e9;}
.headfooter h2{color: #fff;
    font-weight: 600;
	padding-top: 15px;
    font-size: 21px;
  font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.footunderline{width: 35px;
    height: 3px;
	margin-bottom: 18px;
    background: #fff;}
.headfooter p{font-family: Rajdhani,sans-serif;
    font-weight: bold;
    color: #fff;}
.designer p{text-align:center;}
.designer{border-top: 1px solid #777;
    padding-top: 15px;}
/*directors*/

.practise-details {
    background-color: #fbf7f8;
    bottom: -65px;
    padding: 0 15px 30px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
     width: 100%;
	 z-index:1;
}
#director{margin:80px 0px;}
.directorname{background: #fff;
    text-align: center;
    bottom: 0px;
    padding: 10px;
   
    text-align: center;
   /* transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;*/
     width: 100%;
	 z-index:1;}
.directorname h3{font-size: 20px;
    font-weight: 600;}
	

.directorblock{margin-bottom:20px;}
.directorimg img
{ 
   
	transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
-webkit-transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
}
.directorblock:hover img{

    -webkit-transform: translate3d(0,0,0px);
    transform: translate3d(0,0,0px);
    -moz-transform: translate3d(0,0,0px);
    transform: scale(1,1) rotate(0deg);
    -webkit-transform: scale(1.2,1.2) rotate(0deg);
    -ms-transform: scale(1.8,1.8) rotate(0deg);
    -o-transform: scale(1.8,1.8) rotate(0deg);
    -moz-transform: scale(1.8,1.8) rotate(0deg);
    opacity: 0.90;
}

.directorimg{
	overflow:hidden;height: 210px;
    width: 215px;}

.directorname h3{font-size: 16px;
    margin-top: 10px;}
.directorblock{box-shadow: 1px 3px 12px #999;width: 215px;}
.directorname{padding: 5px 0px 10px 15px;background-color:#fff;color:#002265;border-bottom: 5px solid #e1091d;}
.directorimg img{height: 210px;
    width: 215px;}
.directorblock:hover .directorname{background-color:#e1091d;color:#fff;padding-left:20px;border-left: 5px solid #1e3183;transition: all 800ms ease;}



.rowtop{padding-top:50px;}



/*branches*/
.clearfix span{padding-left:37px;}

.accrodion-grp {
	    
		margin:0px 70px;
		border-left:1px solid rgba(0,0,0,0.2);
}
.accrodion 
{
	border-bottom: 10px solid #fff;
	padding: 0px;
	
}
.accrodion:last-child 
{
	border: none;
}
.accrodion h4,
.accrodion p 
{
	margin: 0;
	padding: 0;
}
.accrodion.active .accrodion-title h4{color:#002265;}
.accrodion.active {border-left: 4px solid #e1091d;}
.accrodion.active .accrodion-title h4 :after{
	content: '\f068 ';
	/*background: #fff;*/
	color: rgba(0,0,0,0.2);
	height: 40px;
	line-height: 35px;
	
}
.accrodion .accrodion-title 
{
	cursor: pointer;
	position: relative;
}
.accrodion .accrodion-title h4 
{
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
    padding-left: 40px;
    font-weight: 600;
    color: #002265;
	}
.accrodion .accrodion-title h4 :after
{
	content: '\f067 ';
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 12px;
	width: 50px;
    height: 50px;
    padding: 8px;
	line-height: 35px;
	color: rgba(0,0,0,0.2);
	display: inline-block;
	float: right;
	padding-left:185px;
	transition: all 0.5s ease;
	margin-right: 15px;
	
}
.accrodion .accrodion-content {
  padding-left: 50px;
}
.accrodion .accrodion-content p {
  margin: 0;
font-size: 13px;
color: #000;
font-weight: 300;
line-height: 26px;
text-align: justify;
padding: 10px 15px 10px 30px;
}

#branch{margin:90px;}
.branchicon img{text-align: right;
    height: 40px;
    padding-left: 40px;}
.branchrow{margin:30px 0px;}
.branchinfo h4{font-family: 'PT Sans', sans-serif;
	font-size: 18px;
    line-height: 30px;
    color: #9a9a9a;
    text-align: left;
   }
.branchline{background: #e1091d;
    height: 3px;
    width: 30px;
    position: relative;
    margin-top: 0px;
    margin-left: 100px;
    margin-bottom: 23px;}
.branchrow:hover .branchinfo h4{color:#e1091d;font-weight:700;}


/*service1*/
.maineye{
    border-bottom: 4px solid #e1091d;
    border-radius: 0 0 2px 2px;
    margin-bottom: 30px;
    min-height: 313px;
    overflow: hidden;
    position: relative;
}

.maineye:hover .practise-details {
	bottom: 4px;
}
.moveup{
  
     transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}
 
.mad_button.style2, .mad_button.style3 {
    background: transparent;
    border: 2px solid #fff;
    padding: 6px 20px 4px;
    border-bottom-width: 4px;
    box-shadow: none;
}
.newrow a{color:#fff;font-size:16px;font-weight:800;}
.newrow a:hover{color:#821b62;}
.mad_button.style2:hover{background:#fff;}
 .eyeimg{overflow: hidden;
    position: relative;}
.roundeye{
	z-index:-1;
    background-color: #fff;
    border-radius: 50%;
    bottom: 40px;
    height: 90px;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 90px;}
.service-price {
   background-color: #ea4a69;
    border-radius: 50%;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    top: -25px;
    height: 45px;
    width: 45px;
    line-height: 42px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 47px;
}
.practise-details {
    background-color: #fff;
	border: 1px solid #eee;
    bottom: -120px;
    padding: 0 15px 30px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
     width: 100%;
	 z-index:1;
}
.practise-details .icon {
    color: #7d3cf3;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
}
.practise-details img{height: 30px;
    position: relative;
    right: -3px;
    top: 15px;}
.flaticon-bath-2:before {
    content: "\f102";
}
#eye{margin:150px 0px;}
.practise-details::after {
    background-color: #e1091d;
    content: "";
    height: 4px;
    left: 4px;
    margin: auto;
    position: absolute;
    right: -3px;
    top: 16px;
    width: 30px;
}
.practise-details .title {
    margin-top: -60px;
	font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.practise-details  h3{font-size: 16px;
	font-family: Rajdhani,sans-serif;
    font-weight: bold;
    color: #002265;
    margin-top: 0px;}
.practise-details .details {
    font-size: 13px;
    font-family: Rajdhani,sans-serif;
    font-weight: bold;
    color: #777;
    letter-spacing: 1px;}
.details span{font-size: 27px;
    font-weight: 600;
    color: #e1091d;}
.eyeimg img{height:269px;width:100%;}
.eyeimg .roundeye {
    background-color: #fbf7f8;
    border-radius: 50%;
    bottom: -48px;
    height: 90px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 90px;
}

#service{margin:80px 0px;}
.fixed_head h3{
		font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #002265;}
.fixedrow{margin:60px 0px 30px 0px;}
  
.cashrow{margin:0px 0px 60px 0px;}  
.cashimg img{height:200px;width:100%;}
.cashgeneral h3{font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 65px;
    color: #fff;
    left: 205px;
	z-index: 1;
    border-radius: 20px;
    padding: 10px;
    width: 145px;
    background: #002265;}
.cashterm h4{margin-top: -70px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
   text-align: center;
    font-weight: 600;
    text-transform: uppercase;}
.cashterm{padding-top: 88px;
    border: 1px solid #eee;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.1);}
.cashterm h3{text-align: center;
    font-size: 18px;
	margin-top:-1px;
    font-family: Rajdhani,sans-serif;
    font-weight: bold;
    color: #002265;}
.cashterm h3 span{    color: #e1091d;
    font-size: 30px;
  font-family: Rajdhani,sans-serif;
    font-weight: bold;}


.cashleft h2{text-align: center;
    font-size: 13px;
    color: #002265;
    line-height: 20px;
    font-family: Rajdhani,sans-serif;
    font-weight: bold;
  }
.cashright h2{text-align: center;
    font-size: 13px;
    color: #002265;
    line-height: 30px;
   font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.cashleft h2 span{font-size: 30px;
    color: #e1091d;
    line-height: 50px;
  font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.cashright h2 span{font-size: 30px;
    color: #e1091d;
    line-height: 50px;}
.cashblock:hover .cashgeneral h3 {background:#e1091d;}
.cashimg{overflow:hidden;}
.cashimg img{-webkit-transition: all 1.5s ease;
			transition: all 1.5s ease;}
.cashimg img:hover{-webkit-transform:scale(1.2);
		transform:scale(1.2);}


	
.karvali_deposit{height:0px;}
.recurring_head span:after{content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ff4949;
   margin-bottom: -4px;
    margin-left: 15px;}
.recurring_head span img{height:30px;}
.recurring_head h2{font-size: 46px;
    color: #fff;
    font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.recurring_head{position: relative;
    top: 82px;
    padding-left: 80px;}
.emptyrow .col-md-3{height:150px;}
#recurring .col-md-3{border-top: 1px solid rgba(255,255,255,0.2);border-left: 1px solid rgba(255,255,255,0.2);}
.emptycol{height:366px;}	
.recurringbg{background:#fff;border: 1px solid #bfbdbd;padding: 30px 0px;}
.recurring1 h2{font-size: 22px;
	text-align:center;
	color:#002265;
   font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.recurring1 h2:after{content: "";
    height: 1px;
    width: 50px;
    display: block;
    margin: 20px auto;
    background: #ff4949;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
.recurring1 h3{text-align: center;
    font-size: 16px;
  font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.recurring1 h5{text-align: center;
    font-size: 24px;
    color: #e1091d;
   font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.recurring1 h4{padding: 5px 25px;
    font-size: 16px;
    color: #777;
  font-family: Rajdhani,sans-serif;
    font-weight: bold;}
.recurring1 h4 span{font-size: 30px;
    color: #e1091d;
	line-height: 50px;
	padding-left: 10px;
    font-family: Rajdhani,sans-serif;
    font-weight: bold;}	
.recurringbg:hover{background:#002265;}	
.recurringbg:hover .recurring1 h2  {color:#fff;}
.recurringbg:hover  .recurring1 h3 {color:#fff;}
.recurringbg:hover  .recurring1 h4 {color:#fff;}
.recurrent{margin-left:50px;}
	
.nidhiblock{
	border: 1px solid #dee4ee;
    transition: box-shadow .5s;}
#nidhi{padding:80px 0px;}	
.nidhiblock{margin-top:60px;padding:0px 0px 30px 0px;}
.nidhiblock img{padding: 40px 0px 10px 40px;}	
.nidhiblock h2{font-size: 20px;
    font-weight: 700;
    color: #002265;
    padding-left: 40px;
}
.nidhiblock h2:after{content: "";
    height: 3px;
    width: 25px;
    display: block;
	margin: 10px 4px;
    background: #e1091d;}
.nidhiblock h3{font-size: 20px;
    font-weight: 600;
    color: #e1091d;
    padding-left: 40px;}
.nidhiblock h4{font-size: 16px;
    font-weight: 600;
    /* color: #e1091d; */
    padding-left: 42px;}
.nidhiblock h4 span{font-size: 34px;
    color: #e1091d;
    padding-left: 10px;}	
/* Float Shadow */
.nidhiblock {
 
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.nidhiblock:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.nidhiblock:hover, .nidhiblock:focus, .nidhiblock:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.nidhiblock:hover:before, .nidhiblock:focus:before, .nidhiblock:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
	
		
	
/*service2*/
.saveloan{background: #fff;border: 1px solid #eee;
    padding: 20px 35px 40px 30px;}
.saveloan h2:after{content: "";
    height: 3px;
    width: 40px;
    display: block;
    margin: 10px 4px;
    background: #e1091d;}
.saveloan h2{font-size: 26px;
    font-weight: 700;
    color: #002265;}
.saveloan h3{font-size: 18px;
    font-weight: 500;}
.saveloan h4{color: #e1091d;
    font-size: 49px;
    padding-left: 30px;}
#saving{margin-bottom:80px;}	
	
/* Underline From Left */
.saveloan {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.saveloan:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #e1091d;
  height: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#saving:hover .saveloan:before, .hvr-underline-from-left:focus .saveloan:before, .hvr-underline-from-left .saveloan:active:before {
  right: 0;
}	
	
	
.loanrow{margin:60px 0px;}	
.loanblock{    background: rgba(246, 246, 246, 0.8);
    border: 1px solid #e7e7ee;
}
.loaninfo{text-align:center;height: 265px;}
.loaninfo h4{font-size: 20px;
    font-weight: 700;
    color: #e1091d;
    padding-top: 40px;}
.loaninfo h3{    font-size: 80px;
	font-family: 'Montserrat', sans-serif;
	color:#002265;
    font-weight: 900;}
.sym{    font-size: 24px;
    position: relative;
    top: -20px;
    font-weight: 400;
    padding-right: 10px;}
.per{font-size: 24px;
    font-weight: 400;
    color: #777;
    padding-left: 10px;}	
.loaninfo img{    position: relative;
    height: 120px;
    width: 130px;
    top: -76px;
    right: -110px;
	z-index: -1;}	
.loaninfo h5{    color: #777;}	
	

/* Box Shadow Outset 
.loanblock {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}*/
.loanblock:hover, .loanblock:focus, .loanblock:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.loanblock:hover .loanimg img{
-webkit-transform:scale(1);
transform:scale(1);
}
.loanimg {
overflow:hidden;
}
.loanimg img {
width:100%;height:251px;
-webkit-transform:scale(1.1);
transform:scale(1.1);
-webkit-transition: all 1.1s ease;
transition: all 1.1s ease;
}
	
	
#financial {margin: 80px auto;}
.fi{
    margin: 80px 45px 0 60px;
}
	
.slider_height{height:420px;}

/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
  .slider_caption > h2 {width: 100%;}
  .blog_slider .slick-prev {left: 91%;}
  #map_canvas{height: 404px;}
  /*only firefox browser*/
  @-moz-document url-prefix() { 
  #map_canvas{height: 404px;	}
  }
  .slider_caption {margin-top: 25%;}
  .subscribe_mail {width: 76%;}
  .subscr_btn {width: 24%;}

}
  
@media(max-width:991px ){
  .navbar-default .navbar-nav > li > a {font-size: 13px;padding: 15px 6px;}
  .navbar-brand {font-size: 18px;}
  #slides{height: 600px !important;}
  .slider_caption > h2 {font-size: 48px;line-height: 48px;}
  .slider_caption > p {font-size: 18px;}
  .about_area {padding-bottom: 80px;}
  .about_slider{margin-top: 30px;}
  .single_iteam {text-align: center;}
  .single_iteam img {display: inline-block;}
  .single_service .service_title {font-size: 18px;}
  .single_service > .service_title:after {left: 33%;}
  .single_price > h3 {font-size: 20px;line-height: 80px;}
  .single_price .price > h4 {font-size: 50px;line-height: 50px;}
  .price_features li {font-size: 13px;line-height: 15px;}
  .price_btn {font-size: 13px;padding: 10px 15px;}
  .blog_slider .slick-prev {left: 88.5%;}
  .testi_content {width: 100%;}
  .clients_slider .slick-prev {left: 45%;}
  .clients_slider .slick-next {right: 45%;}
  .subscr_btn {font-size: 15px;}
  .single_contact_feaured {margin-bottom: 30px;}
  .top-header .space {
    padding-left:0;
}	
.respon_text
{
	display:none;
}	
  
}

@media(min-width:991px ){
	.respon_text1
	{
		display:none;
	}
	

}


@media(min-width:767px ){
	.dealers-box-responsive
	{
		display:none;
	}
	

}

@media only screen and (max-width: 767px) {
.top-header .top_content, .top-header .space {
    width: 50%;
    float: left;
}
	.top-header h4
	{
		font-size: 12px;
    margin: 3px;

}
.top-header .social_nav_header li a
{
	border: 1px solid #FFF;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    text-align: center;
    line-height: 28px;
    background-color:#24649B;
    height: 25px;
    width: 30px;
    padding: 4px;
	  line-height: 18px;
	  -webkit-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: all 0.5s;
}

	
}

@media only screen and (max-width: 600px) {
.top-header .top_content, .top-header .space {
    width: auto;
    float: left;
}

}
	
@media(max-width:767px ){
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    font-family: "Aclonica",sans-serif;
    font-size: 14px;
}
	
	
	.navbar-brand
		
		{
			display:none;
	}
	
	.nav-logo > img {
    display: none;
}
	.brand
	{
    width: 50%;
    float: left;
	height: 150px;
	margin-bottom: 5%;
}
.dealers-box{
	display:none;
	}
	.navbar-collapse{background-color: rgba(0,0,0,0.8);} 
	.main_nav{text-align: center;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:rgba(225, 216, 216, 0.5);}
	#slides {height: 360px !important;}
	.slider_caption {margin-top: 15%;}
	.slider_caption > h2 {font-size: 25px;line-height: 26px;}
	.slider_caption > p {font-size: 15px;}
	.slider_btn {font-size: 18px;}
	.heading h2 {font-size: 30px;line-height: 30px;}
	.skills_area {background-size: cover;}
	.single_skill {width: 50%; margin-bottom: 22px;}
	.counter {width: 50%;float: left;}
	.counter_section {background-size: cover;}
	.portfolio_area {padding: 60px 15px 0;}
	.wagwep-container ul#portfolio-filter a {margin: 0 5px 5px 0;padding: 6px 10px;font-size: 12px;}
	.single_price {margin-bottom: 30px;}	
	.single_price > h3 {font-size: 24px;line-height: 100px;}
	.single_price .price > h4 {font-size: 60px;line-height: 60px;}
	.price_features li {font-size: 15px;line-height: 18px;}
	.price_btn {font-size: 15px;padding: 10px 20px;}
	.single_post h3 {font-size: 15px;line-height: 15px;}
	.testi_content:before {left: 35%;}
	.single_client {padding: 18px 10px;}
	.single_client > img {max-width: 100%;}
	.contact_map {margin-top: 30px;}
	#contactFeature {background-size: cover;}
	.subscribe_form {margin: 0 auto; width: 85%;}
	.team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
	.blog_slider .slick-prev {left: 86.5%;}
	.og-close {z-index: 999;}
	#about {padding: 50px 0;}
	#service {padding: 50px 0 50px;}
	#about-2 {padding: 50px 0 50px;}
	#works {padding: 0 0 50px;}
	#team {padding: 50px 0;}
	#pricing {padding: 50px 0;}
	#blog {padding: 50px 0;}
	#testimonial {padding: 50px 0;}
	#clients {padding: 50px 0 100px;}
	#contact {padding: 50px 0 0;}
	#subscribe {padding: 50px  0;}
	.social_nav {margin-top: 20px;text-align: center;}
	.footer_left {text-align: center;}
	.single_service > .service_title:after {left: 41%;}	
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {text-indent: 0;}

}

@media(max-width:480px ){	
	#slides {height: 320px !important;}
	.slider_caption {margin-top: 20%;}
	.slider_caption > h2 { font-size: 20px;line-height: 22px;margin-bottom: 0px;}
	.slider_caption > p {font-size: 14px;}
	.slider_caption > a { font-size: 15px; margin-top: 20px;  padding: 8px 10px;}
	.wagwep-container ul#portfolio-filter li {width: auto;}
	.wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
	.blog_slider .slick-prev {left: 81.5%;} 
	.clients_slider .slick-prev {left: 43%;}
	.clients_slider .slick-next {right: 43%;}
	.subscribe_form {width: 100%;}
	.footer_left {text-align: center;}
	.footer_right { margin-top: 20px;}
	.social_nav { text-align: center;}
	.testi_content:before {left: 30%;}	
	.single_service > .service_title:after {left: 38%;}
	.wagwep-container ul#portfolio-filter {padding: 0 3%;}
		
	.top-header .top_content
	{
		display:none;
	}
	.top-header .space {
		width: 100%;
		float: left;
	}
}

@media(max-width:360px ){
	.brand
	{
    width: 100%;
    float: none;
	margin-bottom: 5%;
	}
	
	
	.slider_caption {margin-top: 28%;}
	.slider_caption > a {margin-top: 10px;}
	.slides-navigation h3 {display: none;}
	.slider_caption > h2 {font-size: 18px;line-height: 20px;}
	.panel-title {font-size: 17px;}
	.about_area {padding-bottom: 0px;}
	.about_slider{height: auto;}
	.single_skill {margin-bottom: 25px;width: 100%;}
	.heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
	.counter {width: 100%;margin-bottom: 15px;}
	.blog_slider .slick-prev {left: 75.5%;}
	.clients_slider .slick-prev {left: 40%;}
	.clients_slider .slick-next {right: 40%;}
	.subscribe_mail {width: 70%;font-size: 15px;}
	.subscr_btn {width: 29%;font-size: 15px;}
	.heading h2 { font-size: 25px;line-height: 30px;}
	.single_service > .service_title:after {left: 32%;}
	.slides-navigation {display: none;}
	
}

@media(max-width:320px ){
	.slider_caption > h2 {font-size: 15px;line-height: 18px;}
	.single_service > .service_title:after {left: 29%;}
	.blog_slider .slick-prev {left: 70.5%;}
	.subscr_btn {font-size: 11px;}
	.slider_caption {margin-top: 34%;}  
	
}
@media(max-width:700px ){
.top-header{
	padding:0px;
}
.top-header .title span {
    font-size: 12px;
    font-family: "Aclonica",sans-serif;
}
}

@media(max-width:360px ){

.top-header .title span {
    font-size: 10px;
    font-family: "Aclonica",sans-serif;
}
}
@media screen and (min-width:991px) and (max-width:1199px) {
	.pagehead p{width:55%;}
	.leftword h3{margin-left:80px;}
	.practise-details{bottom: -185px;}
	.maineye:hover .practise-details {bottom: -15px;}
	.cashgeneral h3{top: 50px;left: 153px; width: 130px;}
	.recurring1 h4 span { font-size: 24px;}
	.recurring1 h4 {padding: 5px 15px;}
	.loaninfo img{right:-74px;}
	.accrodion-grp {margin: 0px 10px;}
	.karavali_result a{font-size:15px;}
}

@media screen and (min-width:767px) and (max-width:991px) {
	footer .container{width:870px;}
	.headfooter p{font-size:13px;}
	.footermenu li a{font-size:13px;}
	.forwardimg img {margin-top: 20px;}
	.leftword h3{margin-left:7px;}
	.rightword p{font-size:14px;}
	.forwardmarchaward{margin-left:10px;}
	.award1 { padding: 0px 5px 20px;}
	.award1 img{padding-right:10px;width: 40%;}
	.award1 h4{font-size:14px; padding-top:40px;}
	.award1 h4:after{margin: 8px 120px;}
	.tab-content .content-box p{font-size:12px;line-height:22px;}
	.fi { margin: 80px 0px 0 0px;}
	.tab_block ul li a{padding: 10px 0px!important;}
	.pagehead{width: 40%;}
	.recurring1 h2 {font-size: 20px;}
	.recurring1 h2:after{margin: 10px auto;}
	.recurring1 h3{font-size: 15px;margin-top: 0px;}
	.recurring1 h5{font-size: 20px;}
	.recurring1 h4 span { font-size: 24px;line-height: 36px;}
	.recuring1 h4 { padding: 0px 12px; font-size: 14px; line-height: 20px;}
	.nidhiblock h4 {font-size: 16px; padding-left: 16px;}
	.nidhiblock h3{padding-left: 16px;}
	.nidhiblock img {padding: 40px 0px 10px 16px;}
	.nidhiblock h2{padding-left: 16px;}
	.nidhiblock h4 span {font-size: 24px;}
	.loanblock{margin:30px 0px;}
	.loanrow{margin:0px 0px;}
	.loanimg img{height:auto;}
	#branch {margin: 90px 0px;}
	.accrodion-grp {margin: 0px 20px;}
	.pagehead p{width:50%;}
	.karavali_result a{font-size:10px;}
	.karavali_head_block {
    margin-top: 180px;
}
}
@media screen and (min-width:167px) and (max-width:767px) {
	.footermenu{padding: 10px 0px;}
	.designer p{font-size:9px;}
	.pagehead { margin-left: 5px;}
	.pagehead h2{font-size: 30px; width: 100%; padding: 40px 10px;}
	.pagehead p{width: 75%; left:10px;}
	.content1 h2{font-size:22px;}
	.content1 p{font-size: 15px; line-height: 26px;}
	.forwardmarch p{font-size: 15px; line-height: 26px;}
	.aboutnew p{font-size: 15px; line-height: 26px;}
	.award{height:270px;}
	.award h2{font-size:16px;}
	.leftword{display:none;}
	.rightword { border-left: 0px solid #c7c2c2;padding-left: 0px; margin-left: 0px; }
	.rightword p{font-size: 14px; line-height: 28px; text-align: justify;}
	.forwardmarchaward{margin-left:15px;}
	.award1 { padding: 0px 0px 20px;}
	.award1 img{width:40%;}
	.award1 h4{font-size:14px;}
	.award1 h4:after{display:none;}
	#facility { margin: 0 15px 0 15px;}
	.tab-content .content-box p{font-size:13px; line-height:24px;}
	.fi { margin: 80px 0px 0 0px;}
	.tab_block ul li a{padding: 10px 0px!important;}
	.pagehead{width: 60%!important;}
	.pagehead h3{font-size:20px!important;}
	.eyeimg img{height:auto;width:100%;}
	.cashgeneral h3 {font-size: 13px; top: 45px;left: 127px; padding: 8px; width: 112px;}
	.recurring_head{padding-left:0px;}
	.cashimg img { height: auto; width: 100%;}
	.karvali_deposit{height:215px;}
	.emptycol{display:none;}
	.recurring_head h2 {font-size: 26px;}
	.empty_empty{display:none;}
	.details span { font-size: 22px;}
	.recurring1 h4 {padding: 5px 20px;}
	.recurring1 h4 span {font-size: 24px;}
	.recurringbg { margin: 15px 0px;}
	#recurring .col-md-3 { border-top: 0px solid rgba(255,255,255,0.2);border-left: 0px solid rgba(255,255,255,0.2);}
	.loanblock{margin:30px 0px;}
	.loanrow{margin:0px 0px;}
	.loanimg img{height:auto;}
	#branch {margin: 90px 0px;}
	.accrodion-grp {margin: 0px 0px;}
	.branchicon img {padding-left:0px;}
	.accrodion .accrodion-title h4 {padding-left:20px;}
	.clearfix span { padding-left: 12px;}
	.accrodion .accrodion-title h4{font-size:20px;}
	.branchline{margin-left: 50px;}
	.accrodion .accrodion-title h4 :after{margin-right: 10px; margin-top: -32px;}
	.accrodion .accrodion-content { padding-left: 0px;}
	.branchinfo h4{font-size: 16px;line-height: 26px;}
	.branchrow {margin: 10px 0px 30px 0px;}
	.branchicon img{height:30px;}
	.muffin4 h4{font-size:18px;}
	.muffin2 h3{font-size:18px;}
	.karavali_head_block .karavali_head_content{width:80%;}
	.karavali_head_block {
    margin-top: 190px;
}
}

@media screen and (min-width:167px) and (max-width:467px) {
	.loaninfo img { height: 100px; width: 95px; right: -55px;}
	.muffin0 h2{font-size: 35px;line-height:26px;}
	.karavali_result a{font-size:12px;}
}

@media screen and (min-width:167px) and (max-width:370px) {
	.pagehead h2 {font-size: 26px;}
	.pagehead p { width: 82%;font-size: 12px;}
}
@media screen and (min-width:167px) and (max-width:550px) {
.slider_height{height:185px;}
}

/*only firefox browser*/
@-moz-document url-prefix() { 
	 #map_canvas{
		width: 100%;
		float: left;
		display: inline;
		height: 422px;
	}
}