/* Ashok Desai */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
	background: #fff;
}
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:87px;
}

* {
	padding: 0;
	margin: 0;
}

/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
}
.container:after, .row:after {
	clear: both;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.flt-right {
	float: right;
}
.flt-left {
	float: left;
}
.dbox{
	display: block;
}
.mbox{
	display: none;
}
.bdr{
	border:none!important;
}
/* #Buttons Styles
================================================== */
span.btn {
	float: left;
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #1090cf;
	transition: background-color .3s;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	border: 2px solid #1090cf;
	border-radius: 5px;
	margin-top: 5%;
	}
span.btn:hover {
	background-color: #fff;
	color: #1090cf;
	border: 2px solid #1090cf;
	}

/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.center {
	text-align: center;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
	background: #fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	}
header .container{
	width: 60%;
}
header .logo {
	padding:0.5% 0%;
	display: inline-block;
	width:20%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header nav {
	width:80%;
	margin: 0 auto;
	padding:1.5% 0%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header.smaller {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	}
header.smaller .logo {
	padding:1% 0%;
	display: inline-block;
	width:16%;
	float: left;
	}
header.smaller nav {
	padding:1.5% 0%;
	width:84%;
	float: left;
	}
.banner{
	width: 100%;
	margin: 0 auto;
}
.banner img{
	width: 100%;
}
.Profile_Box{
	width: 100%;
	position: relative;
	
}
.Profile_Box .Profile_details{
	width:80%;
	margin:-180px auto 0;
	padding: 50px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
}

.Profile_Box .Profile_details .lt_det{
	width: 100%;
	float: left;
}
.Profile_Box .Profile_details .rt_det{
	width: 100%;
	float: left;
}
.Profile_Box .Profile_details .lt_det h1.Title{
	font-size:28px;
	color: #222;
	font-weight: 500;
	padding-bottom: 10px;
	text-align: left;
}
.Profile_Box .Profile_details .lt_det p{
	font-size:16px;
	color: #333;
	font-weight: 300;
	padding-bottom: 10px;
	text-align: justify;
}
.Profile_Box .Profile_details .lt_det p span{
	color: #000;
	font-weight: 400;
}
.Profile_Box .Profile_details .rt_det .Profile_Pic{
	width: 300px;
	height: 300px;

}
.Profile_Box .Profile_details .rt_det .Profile_Pic img{
	width: 300px;
	height: 300px;
	border-radius: 50%;
}
.Profile_Box .Profile_details .lt_det ul {
  margin:0;
  padding:0;
  
}
 
.Profile_Box .Profile_details .lt_det ul>li {
	font-size:16px;
	color: #333;
	font-weight: 300;
	margin:0;
	padding:0 0 10px 0;
	list-style-type:none;
	
}
 
.Profile_Box .Profile_details .lt_det ul>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:400;
  text-align:right;
  
}
/*Popup*/
.popup_box{
	position:fixed;
	width:100%;
	height:100vh;
	background-color:rgba(0, 0, 0, 0.9);
	z-index:999999999;
	display:none;
	overflow:hidden;
	padding:1%;
	}
.popup_box .Box_Inner{
	width:50%;
	margin:1% auto;
	background:#fff;
	border-radius:5px;
	padding:1% 2% 0%;
	position:relative;
	}
.popup_box .close_btn{
	padding:5px 10px;
	cursor:pointer;
	float:right;
	position:absolute;
	z-index:99;
	right:0;
	top:-1px;
	}	
.Box_Inner .d_name{
 	color: #fd6100;
 	text-align: left;
    font-size:22px;
    font-weight:400;
    text-transform: capitalize;
    padding:2% 0 0;
	}
.Box_Inner .designation{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
	text-align: left;
	font-style: italic;
	padding-bottom: 10px;
	}
.Box_Inner .details{
	padding-bottom: 4%;
	}
.Box_Inner .details p{
    font-size: 14px;
    color: #5a5757;
    font-weight: 400;
    line-height: 24px;
	text-align: justify;
	padding-bottom:10px;
	}

/* Message Box
================================================== */	

.Message_Box{
	width:80%;
	position: relative;
	margin:5% auto;
	padding: 50px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
}

.Message_Box .Title{
	font-size: 24px;
	color: #222;
	font-weight: 400;
	padding-bottom: 20px;
}

#slider3 {
	position: relative;
	padding:2% 0 0;
	}
.prev3 {
	display: block;
	position: absolute;
	left:-5%;
	top: 50%;
	z-index: 100;
	padding: 1%;
	}
.prev3:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.next3 {
	display: block;
	position: absolute;
	right:-5%;
	top: 50%;
	z-index: 100;
	padding: 1%;
	}
.next3:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.carousel-box {
	position: relative;
	}
.carousel-box .inner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	}
.carousel2.main {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin: 0 20px 0 20px;
	}
.carousel-box ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	position: relative;
	width:420px;
	overflow: hidden;
	padding:0px 10px;
	margin: 0px;
	}
.testimony{
	width: 100%;
	background:#ecf0f3;
	text-align:left;
	padding:20px 20px;
	margin-bottom: 20px;
	border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
-webkit-box-shadow: -1px 9px 11px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 9px 11px -8px rgba(0,0,0,0.75);
box-shadow: -1px 9px 11px -8px rgba(0,0,0,0.75);
	}
.testimony .testi_name{
	font-size: 21px;
	color: #1090cf;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	padding-bottom:5px;
	}

.testimony p{
	font-size:16px;
	color: #333;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	padding: 0;
	}
/* Inner Page
================================================== */	
.Inner_Page{
	width: 100%;
	position: relative;
	margin-bottom: 5%;
}
.Inner_Page .Inner_Contain{
	width:80%;
	margin:-180px auto 0;
	padding: 50px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
box-shadow: -4px 6px 36px -9px rgba(0,0,0,0.75);
}
.Inner_Page .Inner_Contain h1.Title{
	font-size:28px;
	color: #222;
	font-weight: 500;
	padding-bottom: 10px;
	text-align: left;
}
.Inner_Page .Inner_Contain p{
	font-size:16px;
	color: #333;
	font-weight: 300;
	line-height: 28px;
	padding-bottom: 10px;
	text-align: justify;
}

.Inner_Page .Inner_Contain ol {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
}
 
.Inner_Page .Inner_Contain ol>li {
	font-size:16px;
	color: #333;
	font-weight: 300;
	margin:0;
	padding:0 0 10px 2em;
	text-indent:-2em;
	list-style-type:none;
	counter-increment:item;
}
 
.Inner_Page .Inner_Contain ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:400;
  text-align:right;
  content:counter(item) ".";
}
/* Publications Section
================================================== */	
.Publications_Section{
	width: 100%;
	margin:0 auto;
	padding:2% 0%;
}
.Publications_Section h1.Title{
	font-size:30px;
	text-align: left;
	color: #5a5757;
	font-weight:300;
	padding-bottom:2%;
	}

.Publications_Section .Publications_Box{
	width: 100%;
	margin:0 auto;
	text-align: center;
	padding-bottom: 15px;
	height: 350px;
}
.Publications_Section .Publications_Box .Publications_Thum{
	width: 100%;
	margin:0 auto;
	text-align: center;
	border: 1px solid #cdcdcd;
	padding: 10px;
	transition: all 0.3s;
}
.Publications_Section .Publications_Box:hover .Publications_Thum{
	border: 1px solid #1090cf;
}
.Publications_Section .Publications_Box .Publications_Name{
	font-size: 14px;
	color:#5a5757;
	text-align: center;
	padding:5px 0px;
	font-weight: 400;
}
.Publications_Section .Publications_Box .Publications_Name span{
	display: block;
	font-weight: 300;
	font-size: 13px;
}
.Video_Section{
	width: 100%;
	margin: 0 auto;
	height: 350px;
}
.Video_Section .box {
    margin: 0 auto;
    width: 100%;
}
.Video_Section .box .thum .playbtn {
    left:41%;
    position: absolute;
    text-align: center;
    top: 45%;
    width:50px;
    height:30px;
    background: rgba(0,0,0,0.6);
    border-radius:10%;
}
.Video_Section .box .thum {
    position: relative;
    text-align: center;
    width: 100%;
    border: 1px solid #cdcdcd;
	padding: 2%;
	transition: all 0.3s;
}
.Video_Section .box:hover .thum {
	border: 1px solid #1090cf;
}
.Video_Section .box .thum img {
    text-align: center;
    width: 100%;
}
.Video_Section .text{
	font-size: 14px;
	color:#5a5757;
	text-align: center;
	font-weight: 400;
	padding:10px 0px;
	text-transform: capitalize;
}
.Video_Section .text span{
	display: block;
	font-size: 13px;
	color:#5a5757;
	font-weight: 300;
}
/* Photo Gallery
================================================== */	
.Gallery_Section .Gallery_Box{
	width: 100%;
	margin:0 auto;
	text-align: center;
	padding-bottom: 15px;
}
.Gallery_Section .Gallery_Box .Gallery_Thum{
	text-align: center;
	border: 1px solid #cdcdcd;
	padding:5px;
	transition: all 0.3s;
}
.Gallery_Section .Gallery_Box:hover .Gallery_Thum{
	border: 1px solid #1090cf;
}
.Gallery_Section .Gallery_Box .Gallery_Name{
	font-size: 14px;
	color:#5a5757;
	text-align: center;
	font-weight: 400;
	padding:10px 0px;
	text-transform: capitalize;
}
.Gallery_Section .Gallery_Box .Gallery_Name span{
	display: block;
	font-size: 13px;
	color:#5a5757;
	font-weight: 300;
}
.awards_top_bdr{
	padding-top: 2%;
	border-top:1px dashed #cdcdcd;
}

/* footer
================================================== */	
.footer {
	width: 100%;
	background: #ffffff;
	padding:1% 0%;
	border-top: 1px solid #cdcdcd;
	clear: both!important;
	}
.footer .copyright {
	font-size: 13px;
	color: #000;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	}
.footer .ft_link{
	float: right;
	}
.footer .ft_link a {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	text-align: right;
	margin-left:20px;
	transition: all 0.3s;
	}
.footer .ft_link a:hover {
	color: #222;
	}
.footer .siteby{
	font-size: 13px;
	color: #1090cf;
	font-weight: 300;
	text-align: right;
	transition: all 0.3s;
	}
.footer .siteby a {
	font-size: 13px;
	color: #1090cf;
	font-weight: 300;
	text-align: right;
	transition: all 0.3s;
	}
.footer .siteby a:hover {
	color: #fd6100;
}
.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	width:80px;
	padding:13px;
	z-index:9;
	}