html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
	margin:0;
	padding:0;
	font-size:13px;
}
hr {
	max-width: 50px;
	border-color: #fe731e;
	border-width: 3px;
}
hr.light {
	border-color: #fff;
}
a {
	color: #116797;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
	outline: none;
}
a:hover, a:focus {
	color: #000;
	outline: none !important;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 2;
}
.mb10 {
	margin-bottom:10px !important
}
.mb20 {
	margin-bottom:20px !important
}
.mt10 {
	margin-top:10px !important
}
.mt20 {
	margin-top:20px !important
}
section {
	padding: 0px 0;
}
aside {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.navbar-brand {
	height: auto
}
.navbar-default {
	border-color: rgba(34, 34, 34, .05);
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	background-color: #0b0b0b;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.no-bdr {
	border: none !important
}
header {
	width: 100%;
	min-height: auto;
	text-align: center;
	color: #fff;
	margin-bottom:20px;
}
 .no-gutter > [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}







::-moz-selection {
 text-shadow: none;
 color: #fff;
 background: #222;
}



::selection {
 text-shadow: none;
 color: #fff;
 background: #222;
}
 img::selection {
 color: #fff;
 background: 0 0;
}
 img::-moz-selection {
 color: #fff;
 background: 0 0;
}
.mt0 {
	margin-top:0 !important
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mb_5 {
	margin-bottom:-5px !important
}
.mb0 {
	margin-bottom:0 !important
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mr0 {
	margin-right:0 !important
}
.mr5 {
	margin-right:5px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mr15 {
	margin-right:15px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mr25 {
	margin-right:25px !important;
}
.mr30 {
	margin-right:30px !important;
}
.mr35 {
	margin-right:35px !important;
}
.ml0 {
	margin-left:0 !important
}
.ml5 {
	margin-left:5px !important;
}
.ml10 {
	margin-left:10px !important;
}
.ml15 {
	margin-left:15px !important;
}
.ml20 {
	margin-left:20px !important;
}
.ml25 {
	margin-left:25px !important;
}
.ml30 {
	margin-left:30px !important;
}
.ml35 {
	margin-left:35px !important;
}
.pt0 {
	padding-top:0 !important
}
.pt5 {
	padding-top:5px !important;
}
.pt10 {
	padding-top:10px !important;
}
.pt15 {
	padding-top:15px !important;
}
.pt20 {
	padding-top:20px !important;
}
.pt25 {
	padding-top:25px !important;
}
.pt30 {
	padding-top:30px !important;
}
.pt35 {
	padding-top:35px !important;
}
.pb0 {
	padding-bottom:0 !important
}
.pb5 {
	padding-bottom:5px !important;
}
.pb10 {
	padding-bottom:10px !important;
}
.pb15 {
	padding-bottom:15px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pb25 {
	padding-bottom:25px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.pb35 {
	padding-bottom:35px !important;
}
.pr0 {
	padding-right:0 !important
}
.pr5 {
	padding-right:5px !important;
}
.pr10 {
	padding-right:10px !important;
}
.pr15 {
	padding-right:15px !important;
}
.pr20 {
	padding-right:20px !important;
}
.pr25 {
	padding-right:25px !important;
}
.pr30 {
	padding-right:30px !important;
}
.pr35 {
	padding-right:35px !important;
}
.pl0 {
	padding-left:0 !important
}
.pl5 {
	padding-left:5px !important;
}
.pl10 {
	padding-left:10px !important;
}
.pl15 {
	padding-left:15px !important;
}
.pl20 {
	padding-left:20px !important;
}
.pl25 {
	padding-left:25px !important;
}
.pl30 {
	padding-left:30px !important;
}
.pl35 {
	padding-left:35px !important;
}
.mt-10 {
	margin-top:-10px !important
}
body {
	webkit-tap-highlight-color: #222;
}
.navbar-brand>img {
	display:inline-block
}
#scroll-to-top {
	bottom: 60px;
	display: none;
	position: fixed;
	right: 10px;
	transition: all 0.7s ease 0s;
	z-index: 9999;
}
.homebg {
	/*background:url(../img/bannerbg.jpg) no-repeat 0px 90px;*/



	width:100%;
	background:#ddd;
}
.bg-fff {
	background:#fff;
}
.topbar {
	color: #fff;
	padding: 0px 0;
	display: block;
}
.topbar a {
	margin: 0px;
	padding:5px 5px;
	display:inline-block;
	color: #fff;
	font-family:Calibri;
	font-size:15px;
	font-weight:bold;
}
.categorieslist {
	width:100%;
	margin:0;
	padding:0;
}
.categorieslist li {
	list-style:none;
	margin:10px 1%;
	padding:0;
	border:1px solid #ddd;
	float:left;
	width:31.333%;
 webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.categorieslist li div {
	display:block;
	padding:10px;
	overflow:hidden;
	text-align:center;
}
.categorieslist li div a img {
 webkit-transition: all .35s;
 -moz-transition: all .35s;
	max-height:300px;
 transition: all .35s;
	text-align:center
}
.categorieslist li:hover div a img {
	transform: scale(1.07);
}
.categorieslist li div a span {
	margin:10px 0;
	font-size:16px;
	display:block;
	font-weight:bold;
}
.modal-footer {
	text-align:center !important
}
.top-rightul {
	float:right;
	list-style:none;
	margin:5px 0 0px;
	padding:0;
	min-width:150px;
}
.top-rightul li {
	margin:0;
	padding:10px 35px;
	list-style:none;
	float:left;
	color:#4f4f4f;
	font-family:"Open Sans";
	font-size:11.5px;
	position:relative;
}
.top-rightul li span, .top-rightul li a {
	font-weight:bold;
	font-size:16px;
	display:block;
	color:#27404e;
}
.top-rightul li > i {
	font-size:40px;
	position:absolute;
	left:-5px;
	color:#27404e;
	transition: all 0.5s ease 0s;
}
.top-rightul li:hover > i {
	color:#116797;
}
.top-rightul li:last-child {
	padding-right:0 !important
}
.navbar-brand {
	margin:0px 0 0;
	padding:0px;
}
.mainnav {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
	display:flex;
	align-items: center;
}
.affix .mainnav {
	width:100%;
	z-index:999;
	padding:5px 0;
}
.menu {
	margin-left:auto;
}
.nav {
	width:100%;
	position:relative;
}
.nav>li>a {
	font-family:"Open Sans";
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:13px 16px;
}
.dropdown-menu {
	border-radius: 0 0 4px 4px;
	background-color:#fff;
	padding:0;
	margin:0;
	width:100%;
}
.nav>li.dropdown, .nav>li {
	display:inline-block;
	float:none
}
.dropdown-menu li a {
	font-size:14px;
	font-weight:600;
	color:#333;
	padding:6px 0 6px 20px;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#myCarousel {
	margin-bottom:10px;
	background:#fff;
}
 
 .carousel-caption {    margin-bottom: 19.5%;
    text-transform: capitalize;
    left: 10%;
    right: 10%; text-align:center;
}
.carousel-caption h2 {
	margin:0 0 20px;
	padding:0;
	color:#fff;
	font-size:49px;
	font-weight:bold;
 
	line-height:40px;
	    text-shadow: 2px 3px 19px #000;
}
.carousel-caption p {
	padding:0 0;
	line-height:30px;
	font-size:49px;
	color:#fff;
	font-weight:bold;
	    text-shadow: 2px 3px 19px #000;
}
.carousel-inner {
	text-align:center;
}
.carousel-inner .item img {
	text-align:left;
	width:100%;
	display:inline-block !important
}
.titile {
	margin:0;
	padding:0;
	font-size:27px;
	font-weight:bold;
	position:relative;
}
.titile:before {
	content:"";
	position:absolute;
	bottom:-10px;
	left:0;
	height:2px;
	width:70px;
	background:#37b9ff
}
.fblue {
	color:#27404e
}
.fwhite {
	color:#fff;
}
.ourgallery {
	background:#27404e;
	padding:30px 0;
}
.ourgallery h2 {
	font-size:26px;
	font-weight:bold;
	color:#fff;
	margin-bottom:35px;
	text-transform:uppercase;
}
.ourpartners {
	margin:50px 0;
}
.owl-controls {
	text-align:center;
	margin-top:20px;
}
.owl-controls .owl-buttons div {
	cursor:pointer;
	margin:2px;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	background:#ddd;
}
.owl-controls .owl-buttons div:hover {
	background:#0396e8;
	color:#fff;
}
.homecontainer {
	margin-bottom:35px;
}
.homecontainer h4 {
	color:#525252;
	font-weight:bold;
}

.slimg { background-repeat:no-repeat; background-size:cover; height:100vh; width:100%; min-height:100%;}

.rbox {
	background:#f0f0f0;
	margin:35px 0 0;
	padding:20px;
}
.rbox ul {
	margin:0;
	padding:0;
}
.rbox ul li {
	margin:0;
	padding:0 0 10px;
	list-style:none;
}
.rbox ul li i {
	margin-right:5px;
}
.rbox {
	background:#f0f0f0;
	margin:35px 0 0;
	padding:20px;
}
.rbox ul {
	margin:0;
	padding:0;
}
.rbox ul li {
	margin:0;
	padding:0 0 10px;
	list-style:none;
}
.rbox ul li i {
	margin-right:5px;
}
.leftbar {
	margin: 0;
	padding: 0;
}
.leftbar li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
}
.leftbar li a {
	padding: 10px;
	display: block;
}
.bdrb {
	border-bottom: 1px solid #eee !important;
}
.bdrl {
	border-left: 1px solid #eee !important;
}
 
.leftbar li span {
	display: none;
}
.categorieslist {
	width:100%;
	margin:0;
	padding:0;
}
.categorieslist li {
	list-style:none;
	margin:0;
	padding:0;
	border:1px solid #ddd;
	float:left;
	width:33.333%;
 webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.categorieslist li div {
	display:block;
	padding:10px;
	text-align:center
}
.categorieslist li div a img {
	max-width:253px;
	height:119px;
 webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.categorieslist li:hover div a img {
	transform: scale(1.07);
}
.categorieslist li div a span {
	margin:10px 0;
	font-size:16px;
	display:block;
	font-weight:bold;
}
.galleries {
	width:100%;
	text-align:center
}
.galleries a {
	width:24%;
	display:inline-block
}
.galleries a img {
	max-width:100%;
}
footer.footer {
	background:#323232;
	padding:10px 0 0;
}
footer.footer img {
	margin-top:20px;
}
footer.footer h3 {
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.smedia {
	margin:20px 0 0 28%;
}
.smedia a {
	color:#fff;
	font-size:15px;
	margin:2px 5px;
}
.bgimg {
	margin:0;
	padding:40px 0;
	background:url(../img/bg2.jpg) no-repeat center top;
	width:100%;
	background-size: cover;
}
footer.footer ul, footer.footer ul li {
	list-style:none;
	margin:0;
	padding:0;
	font-size:13px;
}
.quicklinks {
	margin-bottom:20px;
}
footer.footer ul li {
	padding-bottom:15px;
}
.quicklinks ul li a {
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 3px 0;
	font-size:13px;
}
.quicklinks ul li p:last-child i + a { text-transform:lowercase !important}
.quicklinks ul li p {
	font-size:13px;
	color:#fff;
	padding-left:20px;
	position:relative;
}
.quicklinks ul li p i {
	position:absolute;
	left:0px;
	top:4px;
	color: #00a3ff;
}
.quicklinks ul li a:hover {
	color:#fff
}
.quicklinks ul.f2ul li {
	width:50%;
	float:left;
}
.fbottoml {
	background:#717171
}
.fbottoml p {
	font-size:12px;
	font-family:"Open Sans";
	margin:10px 0 10px;
	color:#fff;
}
.fbottoml p span+span {
	text-align:right !important;
	float:right
}
.fbottoml p a {
	color:#fff;
	display: inline-block;
}
.no-bg {
	background:none !important;
}
.mobnav {
	display:none
}
header.mipbanner {
	background:url(../img/ipbanner.jpg) no-repeat center top;
	background-size:cover;
	min-height:220px;
	width:100%
}
.breadcrumb {
	margin-bottom:0;
}
.bgimg .bg-fff {
	background: rgba(255, 255, 255, 0.25);
}
.bgimg .bg-fff .fblue {
	color: #fff;
}
.bgimg .bg-fff h4, .bgimg .bg-fff p {
	color:#fff !important;
}
.bgimg .bg-fff .rbox {
	background: rgba(0, 0, 0, 0.28);
}
.bgimg .bg-fff .rbox ul li {
	color:#fff;
}
.ourgallery a {    margin: 0 10px; display:block; background:#fff; text-align:center;}
.ourgallery a img { max-width:153px;   max-height: 119px;}
.col-sm-6.col-md-6 .smedia1 a i { 
	color: #fff;
	font-size: .9em;
	padding: 4px 5px;
	font-style:normal !important;
	display: inline-block;
	  
	height: 30px;
	line-height: 23px;
	width: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
	text-align: center;
}.col-sm-6.col-md-6 .smedia1 a:hover {opacity:.7}
 
.col-sm-6.col-md-6 .smedia1 a > i.fa-facebook {
	background:#3b5a9a
}
.col-sm-6.col-md-6 .smedia1 a > i.fa-twitter {
	background:#00bced
}
.col-sm-6.col-md-6 .smedia1 a > i.fa-linkedin {
	background:#1383c4
}
.col-sm-6.col-md-6 .smedia1 a > i.fa-pinterest-p {
	background:#f03533
}
.col-sm-6.col-md-6 .smedia1 a > i.fa-google-plus {
	background:#c63e24
}
.col-sm-6.col-md-6 .smedia1 a > i.fa-instagram {
	background:#4b7292
}

.quickimg {
    position: fixed;
    right: 0;
    top: 48%;
    z-index: 999;
    background: url(../img/gq.png) no-repeat;
    width: 35px;
    height: 121px;
    display: inline-block;
}


 @media only screen and (min-width:992px) and (max-width: 1199px) {
 .nav > li > a {
 padding:12px 10px !important;
}
}
 @media (max-width: 991px) {
 .navbar-header {
 float: none;
}
 .navbar-left, .navbar-right {
 float: none !important;
}
}
 @media only screen and (min-width:768px) and (max-width: 991px) {
 .nav > li > a {
 padding: 8px 6px !important;
 font-size: 12px;
}
 .topbar a {
 font-size: 12px;
}
 .navbar-brand, .mainnavbdr .navbar-brand {
 max-width: 140px !important;
}
  
.carousel-caption h2, .carousel-caption p  {
 
	font-size:32px;
 
}
 
}
 @media (min-width:768px) {
 .container {
 width:96%
}
 .mainnavbdr {
 background:#333;
 position:fixed;
 width:100%;
 top:0;
 z-index:99;
}
 .mainnavbdr .navbar-brand {
 max-width: 170px;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
 .navbar-brand img {
 max-width:100%
}
 .dropdown:hover .dropdown-menu {
 top: 100%;
 visibility: visible;
 opacity:1
}
 .dropdown-menu li a {
border-bottom:1px solid #ddd;
}
 .dropdown-menu {
 min-width:375px;
 top: 150%;
 display:block;
 margin: 0;
 padding: 0;
 z-index: 999;
 visibility: hidden;
 transition: 200ms linear;
 transition-property: top, opacity, visibility;
 opacity:0
}
 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
 color:#00a3ff !important
}
 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
 background:none !important;
}
 .nav>li:last-child a {
 padding-right:0 !important;
}
 .dropdown-btn {
 display:none;
}
}
 @media screen and (max-width: 767px) {
 header {
 margin-top: 108px;
}
 .container {
 width:98%
}
 .tdnone {
 display:none !important;
}
 .topbar .pull-right {
 text-align:center;
 width:100%;
}
 .topbar a {
 padding:3px;
 font-size: 12px;
}
 .img-responsive {
 display:inline-block
}

 

   .carousel-caption h2, .carousel-caption p  {
 
	font-size:26px;
 
}



/* mobile design css start here*/

 .navbar-brand, .mainnavbdr .navbar-brand {
 max-width: 140px !important;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
 #mainNav {
 padding:5px 0;
 position: fixed;
 top: 0;
 background: #333;
 width: 100%;
 z-index: 99;
}
 .mainnav {
 display:block;
}
 .mnavbar {
 padding:0 0 0 10px;
 top: 40px;
}
 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-nav.nav li a:hover {
 background:#222
}
 .navbar-nav.nav .dropdown-menu {
 position:relative;
 background:#242a2b;
}
 .navbar-nav.nav .dropdown-menu a {
 color:#fff;
}
 .navbar-nav.nav {
 position: fixed;
 right: -300px;
 background: #252A2B;
 height: 100%;
 width: 280px;
 z-index: 99999;
 top: 0px;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 transition: all 0.3s ease;
 padding-bottom: 100px;
 overflow: auto;
 box-shadow: -4px 0px 21px #696969;
 display: inherit;
 display: inherit;
 -ms-flex-direction: inherit;
 flex-direction: inherit;
}
 .navbar-nav.nav.pullnav {
 right:0;
}
 .navbar-nav.nav {
 margin:0;
 overflow:auto;
 height:100%;
}
 .dropdown a i {
 display:none;
}
 .navbar-nav.nav li {
 float:left;
 text-align:left;
 width:100%;
 border-bottom:1px solid #333;
}
 .navbar-nav.nav li a {
 margin:0;
 padding:10px 20px;
 display:block;
}
 .mnavbar .collapse {
 display:block;
}
 .navbar-toggler {
 color:#fff;
 font-size:20px;
 cursor:pointer;
}
 .container {
 position:relative;
}
 .dropdown-btn {
 display: block;
 position: absolute;
 right: 0;
 top: 0;
 border-left: 1px solid #333;
 padding: 11px 20px;
 color:#fff;
 z-index: 99;
 cursor: pointer;
}
 .navbar-toggle {
 display: block;
 border:1px solid #116797;
 background:#116797;
 margin-top:20px;
 margin-right:0;
}
 .navbar-toggle span {
 border:1px solid #ddd;
}
}

/* mobile design css end here*/

 

 @media only screen and (min-width:200px) and (max-width: 480px) {
 .fbottoml p {
 font-size:12px;
 font-family:"Open Sans";
 text-align:center;
 margin:15px 0 10px;
 float:none;
}
 .fbottoml p span {
 text-align:center !important;
 float:none
}
 .gallerylist a {
 width:49%;
 display:inline-block
}
.carousel-caption { margin-bottom:20px}
.carousel-caption h2, .carousel-caption p  {
 
	font-size:18px;
 
}
}
.box {
	margin:0 0 20px;
	padding:20px;
	border:1px solid #ddd;
}
.box img {
	max-width:100%;
	display:block;
}
.box:hover {
	background:#f5f5f5
}
.box h2 {
	font-weight:bold;
}
 