
body {background: #ffffff;color: #252525;font-family:'Open Sans', sans-serif;font-size: 14px;font-weight: 400;line-height: 24px;}
em{color: #F00;font-weight: bold;font-size: 16px;}
a:hover,
a {color: inherit;outline: none !important;text-decoration: none !important;}
h1, h2, h3, h4, h5,h6 {margin: 0;}
.heading-ff-2 h6, .heading-ff-2 h5, .heading-ff-2 h4, .heading-ff-2 h3, .heading-ff-2 h2, .heading-ff-2 h1 {
color: #333333;font-weight:700;letter-spacing: 1px;}
p{
	margin-bottom:0.5rem;
}
h1 {font-size:50px;line-height: 55px;}
h2 {font-size: 1.2rem; font-weight:600; font-family:sans-serif;}
h3 {font-family:sans-serif; font-size: 1.2rem; font-weight: 600; margin-top: 0;text-transform:uppercase;}
h4 {font-size: 22px;line-height: 30px;}
h5 {font-size: 18px;line-height: 26px;font-weight: bold;}
h6 {font-size: 18px;line-height: 26px;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.h3-responsive{font-size:45px;padding-top:15px;padding-bottom:15px;text-transform:uppercase;}

.table .thead-dark th{
	background-color:#27438b;
	border-color:#27438b;
}
.brdblue{
	border-bottom:1px solid #27438b;
}
.section-padding {padding-top: 50px;padding-bottom: 50px;}
.section-1-bg {background-color: #ffffff;}
.section-2-bg {background-color: #f2f2f2;margin-top:0px; }
.section-3-bg {background-color: #f2f2f2;margin-bottom: 50px;}
.section-newsbg {background-color: #282b78;margin-bottom: 50px;}
.black-bg {background-color:#333333;}
.frame-bg{background:#fff;padding:20px; }
.heading-div-1 {padding-bottom: 40px;}
.image-bottom-space {padding-bottom: 25px;}
.image-bottom-space20 {padding-bottom:20px;}
.image-bottom-space1 {padding-bottom: 15px;}
.image-top-space {padding-top: 25px;}
.content-top-space {padding-top: 15px;}
.content-top-space1 {padding-top: 10px;}
.content-top-space2 {padding-top: 20px;}
.content-top-space3 {padding-top: 30px;}
.btn-top-space1 {margin-top: 10px;}
.top-space {margin-top:30px;}
.top-space40 {margin-top:40px;}
.top-space20 {margin-top:20px;}
.top-space25 {margin-top:25px;}
.top-space15 {margin-top:15px;}
.top-space10 {margin-top:10px;}
.content-bottom-space {padding-bottom: 20px;}
.bgimage-property {background-position: center center;background-repeat: no-repeat;background-size: cover;}
.content-ul {padding-left: 0;margin-bottom: 0;}
.content-ul li {list-style: none;}
.underline {background-color: #ffffff;width: 60px;height: 2px;margin: 5px auto 0 auto;}
.underline-1 {background-color: #ffffff;width: 60px;height: 2px;margin: 5px 0 0 0;}
.column-center {float: none;margin: 0 auto;}
.list-div-left, .list-div-body {display: table-cell;}
.row-top-space {margin-top: 30px;}
.no-pad {padding-left:0;padding-right:0;}
.no-margin {margin-left: 0;margin-right: 0;}
.rowsafari {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.backgrdfrm{
	background:#ffffff;
	padding:20px;
}
.logo_tagline{
	text-align:right;
	padding-right:3px;
	font-size:15px;
	margin-bottom:0px;
}
.padround{
	padding:10px;
}
.homeicon{
	font-size:18px;
}
.frametxt{
	font-family:'Raleway', sans-serif;text-align: justify;font-size: 15px;line-height: 26px;font-weight: 300; padding:10px 150px 10px 150px;
}
.textfrm{
	font-family:'Raleway', sans-serif;text-align: justify;font-size: 15px;line-height: 26px;
}

/* --- Header Css Start --*/

#header {
  padding: 20px 0;
  height: 85px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  /* background: rgba(0, 0, 0, 0.9); */
  background:#fff;
  padding: 20px 0;
  height: 110px;
  transition: all 0.5s;
  box-shadow: 5px 10px 18px #cecece;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #f5812c;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: none;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  /* background-color: rgba(0, 0, 0, 0.4); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: right;
}

#intro h2 {
	text-align:right;
  color: #fff;
  margin-top:580px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 0 3px #2e282b, 0 0 5px #282973;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #f5812c;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #f5812c;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: -25px;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #f5812c;
  font-family: "Montserrat", sans-serif;
  /* font-family:'Raleway', sans-serif; */
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #f5812c;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #f5812c;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #000;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #f5812c;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #f5812c;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f5812c;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
  color:#fff;
}

#mobile-nav ul .menu-item-active {
  color: #f5812c;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* Sections */

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f5812c;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background */

.section-bg {
  background: #f7f7f7;
}


/* -- Header Css End --*/
@media (min-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 0px;
  }
  
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 20px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #282a77;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* BACK TO TOP ICONS */
/* 
#return-to-top {position: fixed;bottom: 20px;right: 20px;background:#2b2a6c;box-shadow: 1px 2px 3px #000000;width: 50px;height: 50px;display: block;text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px;border-radius: 35px;display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;transition: all 0.3s ease;}
#return-to-top i {color: #ffffff;margin: 0;position: relative;left: 16px;top: 13px;font-size: 19px; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
#return-to-top:hover {background: #f5812c;}
#return-to-top:hover i {color: #ffffff;}
*/

/* REGULATORY CSS Start */

.regulatory-frame {
	padding-top:0px;
	padding-bottom: 50px;
}
.heading-botom {
	padding-bottom: 20px;
}

/* REGULATORY CSS End */

/* Company css Start */

.head1{
	font-size:20px;
	color:#211e6d;
	line-height:20px;
	font-weight:600;
	text-transform:uppercase;
}
.head2{
	font-size:16px;
	color:#f5812c;
	font-weight:600;
	line-height:15px;
	text-transform:uppercase;
}
/* heading css */

.heading1{
	font-size:16px;
	color:#0099FF;
	font-weight:bolder;
	text-transform:uppercase;
}
.heading2{
	font-size:16px;
	color:#f5812c;
	font-weight:bolder;
	text-transform:uppercase;
}

/* breadcrumb css */

.breadcrumb{
	text-transform:none;
	background:none;
	margin-bottom:0px;
	color:#f5812c;
}
.breadcrumb-item.active{
	color:#2b2a6c;
}

.success{
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#f5812c;
}
/* PRODUCT LIST START */

.services-col-bottom {margin-bottom: 35px;}
.services-col-top {margin-top: 70px;}
.services-col-2 {/* border: 2px solid #f6f6f6; */border: 2px solid #f2f2f2;padding: 60px 30px 30px 30px; -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;}
.services-col-img1 {border-radius: 50%;position: relative; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.services-col-img1 img {border-radius: 50%;position: absolute;top: -100px;left: 0;right: 0;margin: 0 auto; -webkit-border-radius: 50%;
-moz-border-radius: 50%; -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;}
.services-col-2:hover {border: 2px solid #33a9ee;border-radius: 5px; -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;}

.services-col-2:hover .services-col-img1 img {box-shadow: 0px 5px 5px #ccc; -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;}

/* ABOUT US RIGHT IMAGE START */

.two-right-bgimage {/* background-image: url("../images/1000x650x2.jpg"); *//* height: 540px; */width: 50%;}
.two-right-div {padding: 60px 25px 60px 30px;}
.two-right-div h3 a {color: #333333;}
.about-div1  p{font-weight: 600;}
.about-div1 .list-img1 {float: left;width: 45px;}
.about-div1 .list-img1,
.about-div1 .list-content1 {vertical-align: middle;}
.about-points1 li {display: table;}

/* OUR SERVICES SECTION START */

.team-col-2 {position: relative;overflow: hidden;}
.team-col-img1 img { -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;}
.team-col-2:hover .team-col-img1 img {transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);
-o-transform: scale(1.1); -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;}
.team-col-content1 {background-color: rgba(0,0,0,0.5);bottom: -112px;/* bottom: -86px; */padding: 10px 15px;position: absolute;margin-top: 0px;
-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;}
.team-col-content1 h5,
.team-col-content1 p {color: #ffffff;}
.team-col-2:hover .team-col-content1 {bottom: 0px;padding: 30px 15px; -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;}
.team-icon-2 {background-color: #33a9ee;margin-bottom: 0;padding: 10px;text-transform: uppercase;color: #ffffff;}
.team-icon-2 li {list-style: none;display: inline-block;text-align: left;width: 50px;}
.team-icon-2 li:last-child {width: 32px;}

/* FOOTER SECTION START */

.footer-bg {background-color: #333333;}
.copyright-bg {background-color: #f5812c;color: #ffffff;}
.footer-bg h5 {color: #eeeeee;margin-bottom: 15px;}
.footer-bg ul li,
.footer-bg ul li a,
.footer-bg p a,
.footer-bg p {color: #bbbbbb; font-family:'Raleway', sans-serif;}
.footer-list-bk li {list-style: none;display: block;}
.footer-list-bottom li {padding-bottom: 0px;}
.footer-list-bottom li:last-child {padding-bottom: 0px;}
.left-pad {padding-left: 15px;}
.about-content,
.posts-bottom {margin-bottom: 20px;}
.distab {display: table;}
.distab-cell-middle {display: table-cell;vertical-align: top;}
.distab-cell-top {display: table-cell;vertical-align: top;}
.distab-cell {display: table-cell;}
.footer-services-li {display: table !important;position: relative;}
.footer-services-li a {line-height: 23px;}
.footer-dot-right {position: absolute;top: 5px;}
.footer-dot-content {padding-left: 25px;}
.footer-contact-left {padding-left: 15px;}
.footer-contact-bottom-1 {margin-bottom: 15px;}
.footer-contact-bottom {margin-bottom: 25px;}
.footer-br {border-bottom: 1px solid #555555;margin-top: 40px;}
.footer-br-bottom {margin-bottom: 40px;}
.footer-icon {margin: 20px auto 0;}
.footer-icon li {list-style: none;display: inline-block;}
.footer-services-li p,
.open-hrs p,
.footer-contact-col p,
.footer-services p,
.footer-copyright,
.footer-contact p {letter-spacing: 1px;}
.footer-left-pad li {padding-left: 15px;}

.footer-left-pad,
.footer-left-pad li:first-child {padding-left: 0;}
.footer-open-time {font-weight: 600;}
.form-control {font-size: 13px;line-height: 23px;border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.iifr {display: none;height: 0;}

/* FOOTER SECTION END */

/* Facility */


.table td{
	vertical-align:middle;
	padding-top:4px;
	padding-bottom:4px;
}
.linkdsize{
	font-size:25px;
}

/* index page product slider css start */

.pro-slider{
	padding-top:48px;
	background:#238099;
}
.scrollft{
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 29px;
	border-radius: 100%;
	border: 4px solid #fff;
	text-align: center;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.scrolright{
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 28px;
	border-radius: 100%;
	border: 4px solid #fff;
	text-align: center;
	font-size: 16px;
	display: block;
	font-weight: bold;
	margin-left:-35px;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;
}
.blog .carousel-indicators li {
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.blog .carousel-indicators .active {
background: #707070;
}

/* index page product slider css end */


/* All Media Queries Css Start */

@media only screen and (min-width: 250px) and (max-width: 767px) {

.container {max-width: 100%;}
.team-col:hover .team-icon li:first-child {bottom: 35px !important;}
.team-col:hover .team-icon li:last-child {bottom: 38px !important;}
}
@media only screen and (min-width: 250px) and (max-width: 991px) {
	
.two-right-div{padding: 20px 20px 80px 20px;text-align: center;}
.about-points1 {display: table;margin: 15px auto 0;text-align: left;vertical-align: middle;}
.res-mar-center {margin: 0 auto;}
.team-col-content1 {bottom: -62px;}
.res-services-col-top-pad {padding-top: 70px;}
}
@media only screen and (min-width: 250px) and (max-width: 641px) { 
.team-col-content1 {bottom: -87px;}
}
@media only screen and (min-width: 250px) and (max-width: 575px) { 
.res-top30-1 {margin-top: 30px;}
.services-col-2 {width: 360px;margin: 0 auto;}
.res-services-col-top-pad {padding-top: 70px;}
}
@media only screen and (min-width: 250px) and (max-width: 480px) {
h2 {font-size: 30px;line-height: 40px;}
h3 {font-size: 25px;line-height: 35px;}
h4 {font-size: 20px;line-height: 30px;}
h5 {font-size: 17px;line-height: 27px;}
.two-right-div {padding: 20px 15px 80px 15px;}
}
@media only screen and (min-width: 250px) and (max-width: 414px) { 
.team-col .team-icon li:first-child,
.team-col:hover .team-icon li:first-child {left: 27%;}
.team-col .team-icon li:last-child,
.team-col:hover .team-icon li:last-child {right: 28%;}
}
@media only screen and (min-width: 250px) and (max-width: 384px) { 
.res-team2-col,
.services-col-2 {width: 100%; margin: 0 auto;}
}
@media only screen and (min-width: 250px) and (max-width: 360px) { 
h2 {font-size: 28px;line-height: 38px;}
h3 {font-size: 20px;line-height: 30px;}
h4 {font-size: 19px;line-height: 29px;}
h5 {font-size: 16px;line-height: 26px;}
.team-col-content1 {bottom: -87px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
.two-right-div{padding: 70px 30px 70px 30px;}
.two-right-bgimage {height: 585px;}
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
.h3-responsive{font-size: 25px;}
.carousel-caption{top: 15%;}
}
/* .MEDIA QUERIES END */

.copyright-padding {padding-top: 10px;padding-bottom: 10px;}
.carousel-caption{top:30%;}
.fa-map-marker{font-size: 40px;color: #bbbbbb;}
.fa-mobile{font-size: 40px;color: #bbbbbb;}
.fa-envelope-o{font-size: 25px;color: #bbbbbb;}

/* SOCIAL ICONS CSS START */
.icon {position:relative;text-align:center;width:0px;height:0px;padding:20px;border-top-right-radius:20px;border-top-left-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px; -moz-border-radius:20px 20px 20px 20px; -webkit-border-radius:20px 20px 20px 20px;
 -khtml-border-radius:20px 20px 20px 20px;color:#FFFFFF;}
.icon i {font-size:20px;position:absolute;left:9px;top:10px;}
.icon.social {float:left;margin:0 10px 0 0;cursor:pointer;background:#ffffff;color:#262626;transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s;}
.icon.social:hover {background:#33a9ee;color:#ffffff;transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s;
-webkit-filter:	drop-shadow(0 1px 10px rgba(0,0,0,.8)); -moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8)); -ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8)); -o-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));}
.icon.social.fb i {left:13px;top:10px;}
.icon.social.tw i {left:11px;}
.icon.social.in i {left:11px;}
.roundleft{
	opacity: 1; left: -10%;
}
.roundright{
	opacity: 1; transform: rotate(-180deg); right: -6%;
}

@media only screen and (min-width: 320px) and (max-width: 440px) {
	.frametxt{
		padding:0px;
	}
	.logo-image{
		width:200px;
	}
	.logo_tagline{
		font-size:10px;
		padding-right:0px;
	}
	#intro .carousel-container {
		left:0;
	}
	#intro h2{
		text-align:center;
	}
	#header.header-scrolled {
		height:55px;
	}
	.roundleft{
		left: -15%;
	}
	.roundright{
	right: -15%;
	}
	.scrolright{
		margin-left:0px;
	}
}


/* Our People Page Css Start */

.ourpeople{
	list-style:none;
}
.padding-lg {
	display: block;
	padding-top: 15px;
	padding-bottom: 2px;
}

.our-webcoderskull{
  background: #09436b;
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:50px 20px; 
   text-align:center; 
   border:0px solid #d5d5d5;
   margin: 0 0 13px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{
	font-family:'Raleway', sans-serif;
	color:#2a2a2a; 
	font-size:20px; 
	font-weight:600; 
	padding:6px 0;
	text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
/* Our People Page Css End */

@media only screen and (max-width: 1024px) {
  #header #logo img{
	  width:250px;
  }
  #header #logo{	  
	  padding-left:0px;
  }
  
	#header.header-scrolled {
		height:68px;
	}
  
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}












