@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  overflow-y: scroll;
  font-size: 15px;
}
/** typography **/
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #707070;
  font-weight: 400;
  line-height: 1.75;
}
p {
  margin-bottom: 1.25em;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.21;
  color: initial;
}
h1 {
  margin-top: 0;
  font-size: 3.052em;
}
h2 {
  font-size: 2.101em;
}
h3 {
  font-size: 1.953em;
}
h4 {
  font-size: 1.563em;
}
h5 {
  font-size: 1.25em;
}
small, .text_small {
  font-size: 0.8em;
}
strong, b {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
/*** predefined css **/

.ptb-100 {
  padding: 100px 0;
}
.ptb-50 {
  padding: 50px 0;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mt--120 {
  margin-top: -120px;
}
.gray-light-bg {
  background: #f4f7fa;
}
.primary-bg {
  background: #00438b;
}
.secondary-bg {
  background: #ff8657;
}
.color-primary {
  color: #00438b;
}
.color-secondary {
  color: #ff8657
}
.white-bg {
  background: #ffffff;
}
.bg-color-1 {
  background: #399fb6;
}
.bg-color-2 {
  background: #0ba077;
}
.bg-color-3 {
  background: #6582ed;
}
.bg-color-4 {
  background: #399fb6;
}
.icon-color-1 {
  background: #efdff7;
  color: #b17cc6;
}
.icon-color-2 {
  background-color: #c6e6fd;
  color: #63b0e3;
}
.icon-color-3 {
  background-color: #efe3e3;
  color: #ed7265;
}
.icon-color-4 {
  background-color: #ddedea;
  color: #45d7ba;
}
.icon-color-5 {
  background-color: #ffe0e3;
  color: #bd2130;
}
.icon-color-6 {
  background-color: #e2e8ff;
  color: #6582ed;
}
.outline-btn, .solid-btn, .primary-solid-btn {
  padding: .75rem 1.85rem;
  font-family: 'Open Sans', sans-serif
}
.primary-solid-btn {
  border-color: #00438b;
  background: #00438b;
  color: #ffffff;
}
.primary-solid-btn:hover {
  background: transparent;
  color: #081d43;
  border-color: #081d43;
}
.solid-btn {
  background: #ff8657;
  color: #ffffff;
  border-color: #ff8657;
}
.solid-btn:hover {
  background: #f70;
  border-color: #f70;
  color: #ffffff;
}
.outline-btn {
  border-color: #0062cc;
  color: #fff;
  background: rgba(0, 98, 204, 0.51);
}
.outline-btn:hover {
  background: #ffffff;
  color: #00438b;
  border-color: #ffffff;
}
.primary-bg h1, .primary-bg p {
  color: #fff;
}
/*form field css*/
.form-control {
  border-color: #ebebeb;
  padding: .675rem 0.85rem;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
input[type]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, select.form-control.has-value {
  color: #9a9a9a !important;
  font-size: 14px;
}
input[type]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, select.form-control.has-value {
  /* Firefox 18- */
  color: #9a9a9a;
  font-size: 14px;
}
input[type]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, select.form-control.has-value {
  /* Firefox 19+ */
  color: #9a9a9a;
  font-size: 14px;
}
input[type]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, select.form-control.has-value {
  color: #9a9a9a;
  font-size: 14px;
}




/** nav bar starts **/
	
	/** Mobile Menu line icons **/
 	.icon-bar {
  		background-color: #888;
	}
	.icon-bar {
  		display: block;
  		width: 22px;
  		height: 2px;
  		border-radius: 1px;
	}
	.icon-bar + .icon-bar {
  		margin-top: 4px;
	}
	
	.navbar-brand {
		padding: 0px;
	}
	.navbar-brand {
    	font-size: inherit;
   	 	height: auto;
    	padding: 0;
    	margin-bottom: -8px;
	}
	.navbar-brand img {
		max-width: 200px;
	}

	.navbar {
		transition: all .3s ease-in-out;
	}

	.bg-transparent {
		background-color: #fff !important;
		border-bottom: 1px solid #ebebeb;
	}
	.navbar-nav .caret{
		margin-left: 8px;
	}
  	.custom-navbar {
		position:fixed !important;
		position: inherit;
	  	top: inherit;
	  	left: inherit;
	 	right: inherit;
	  	width: 100%;
	  	height: auto;
	  	transition: all .3s ease-in-out;
		
    	background: #ffffff;
    	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		
		background-color: #fff;		
  	}

	.navbar-nav > li > a {
		margin: 0 10px 0 10px;
		font-weight: 400;
		font-size: 15px;
		color: #000000;
		display: block;
		background-color: transparent;
		border-radius: 0;
		padding: 10px 10px!important;
	}
  	.custom-navbar .navbar-nav > li > a:hover,
  	.custom-navbar .navbar-nav > li > a:focus {
		color: #fff;
		background: #003b75;
  	}
  	.custom-navbar .nav li a:hover {
  	}
  	.custom-navbar .nav li.active > a {
   		background-color:#00438b;
    	color: #ffffff;
	}
  	.custom-navbar .navbar-toggle {
    	border: none;
    	padding-top: 10px;
  	}

  	.custom-navbar .navbar-toggle {
    	background-color: transparent;
  	}
  	.custom-navbar .navbar-toggle .icon-bar {
		background-color:#00438b;
		border-color: transparent;
  	}

	.getaquote{
		background: #003b75!important;
		position: relative;
		margin-top: -0px;
		color: #ffffff !important;
		font-weight: bold !important;
		border-radius: 5px!important;
	}

	.custom-navbar .nav li a {
		font-weight: 400;
		font-size: 14px;
		line-height: 30px;
		color: #3f404a;
  	}

	.btn-more {
		color: #00438b;
		margin: 10px 0 0;
		font-weight: 400;
	}
	.lead {
		font-size: 1.25rem;
		font-weight: 300;
	}
/*** Navbar ends **/


/** banner starts **/
	.carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
		display: block;
		height: 550px!important;
		line-height: 1;
		
	}
	.carousel-item img {
		float: right;
	}
	.carousel-caption {
		background: rgba(0,0,0,0.5);
	  	position: absolute;	
	  	right: 15%;
		bottom: 0.25%;
	  	left: 15%;
	  	z-index: 10;
	  	padding-top: 1%;
	  	padding-bottom: 1%;
	  	color: #fff;
	  	text-align: center;
		
	}
	.carousel-caption h3{
		color: #fff!important
	}

	.carousel-caption h4{
		color: #fff!important
	}
	.mbannner-container { 
		object-fit: fill;
		height: 700px;
	} 

   /*** indicators ***/
	.carousel-control-prev-icon {
 		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
	}

	.carousel-control-next-icon {
  		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
	}
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		height: 100px;
		width: 100px;
		outline: black;
		background-size: 100%, 100%;
		border-radius: 50%;
		background-image: none;
	}
	.carousel-control-next-icon:after{
  		font-size: 55px;
  		color: red;
	}
	.carousel-control-prev-icon:after {
 		font-size: 55px;
  		color: red;
	}
/*** banner ends **/

/*** featured section starts **/
	.featured-section{
	}		

	.featured-block span {
	  font-size: 70px;
	  line-height: inherit;
	  margin-bottom: 20px;
	}
	.featured-block-1 {
	  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
	  border-radius: 1.5rem !important;
	}
	.featured-block-1 span {
	  font-size: 35px;
	  background: #00438b;
	  padding: 20px;
	  border-radius: 50%;
	}
	.featured-block img {
	  width: 70px;
	  height: 70px;
	  margin-bottom: 20px;
	}
	.featured-block .img-full-box {
	  width: auto !important;
	  height: auto !important;
	}
	.featured-block-hover {
	  transition: all .2s ease-out;
	  will-change: transform;
	}
	.featured-block-hover:hover {
	  transform: translateY(-3px);
	  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
	  border-radius: 6px;
	}
/*** featured section ends **/

/*** about us section stars **/
	.about-section{
	
	}
	.about-block .icon {
	  font-size: 22px;
	  line-height: 22px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 10px;
	}
	.about-block-hover {
	  z-index: 0;
	  position: relative;
	  background: #ffffff;
	  box-shadow: 0 0 0 1px #ebebeb;
	  padding: 10px;
	  box-sizing: border-box;
	  -webkit-transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
	  transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
	  transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease;
	  transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
	}
	.about-block-hover:hover {
	  z-index: 1;
	  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
	  -webkit-transform: scale(1.05);
	  transform: scale(1.05);
	  border-radius: 4px;
	  -webkit-transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
	  transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
	  transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease;
	  transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.3s ease;
	}

	/** about us right **/

	
.single-card {
  width: calc(50% - 25px);
  margin-left: 25px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s ease-in-out 0s;
  box-sizing: border-box;
  box-shadow: 0 8px 20px 0 rgba(16, 66, 97, .07);
  padding: 35px 15px;
  border-radius: 10px;
  float: left;
  text-align: center;
}
.single-card:nth-child(2n) {
  position: relative;
  top: 40px;
}
.single-card h3 {
  font-size: 34px;
  color: inherit !important;
  margin: 0;
  line-height: 34px;
  font-weight: 700;
  position: relative;
}
.single-card span {
  font-size: 2.95714286em;
  line-height: 1.75125468em;
}
.counter-card {
  float: none;
  display: block;
  overflow: hidden;
  width: auto;
  margin: auto;
}
.box-animation-1 {
  animation: animation-1 5s ease-out infinite;
}
.box-animation-2 {
  animation: animation-2 4s ease-out infinite;
}
.box-animation-3 {
  animation: animation-3 5s ease-out infinite;
}
.box-animation-4 {
  animation: animation-4 4s ease-out infinite;
}
@keyframes animation-1 {
  50% {
    transform: translate(0, 20px);
  }
}
@keyframes animation-2 {
  50% {
    transform: translate(0, 35px);
  }
}
@keyframes animation-3 {
  50% {
    transform: translate(0, 25px);
  }
}
@keyframes animation-4 {
  50% {
    transform: translate(0, 40px);
  }
}
@keyframes shrink {
  0% {
    width: 90%;
    margin: 0 5%;
  }
  50% {
    width: 60%;
    margin: 0 18%;
  }
  100% {
    width: 90%;
    margin: 0 5%;
  }
}

/** about us section ends **/

/** services starts ***/

.switchable {
  position: relative;
}
.services-section {
  position: relative;
  padding: 0;
}
.services-section .services-section-img {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 0;
}
.switchable.switchable-content div[class*='col-']:first-child {
  float: right;
  right: 0;
  left: auto;
}
.switchable > div[class*='col-'] {
  padding: 0;
}
.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}
.background-image-holder:not([class*='col-']) {
  width: 100%;
}
.switchable div[class*='col-']:first-child {
  float: left;
  right: auto;
}
@media (max-width: 767px) {
  .switchable .services-section-img[class*='col-'] {
    float: none !important;
  }
}
.switchable > div[class*='col-'] {
  padding: 0;
}
@media (max-width: 767px) {
  .services-section .services-section-img {
    position: relative;
    min-height: 18.57142857em;
  }
}
@media (min-width: 768px) {
  .switchable .container > .row {
    flex-flow: row-reverse;
  }
  .switchable.switchable-content .container > .row {
    flex-flow: row;
  }
}


/*** services ends **/

/****** partners starts **/

.partnerbar{
	display: flex;
    justify-content: center;
    align-items: center;
    
}
.partnerbar h1 {
    font-size: 2em;
	font-weight: 700;
    color: #fff;
    display: block;
    width: 300px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
}
.partnerbar img {
	width: 100%;
	height: 100%;
}

/****** partners ends **/


/*** call to action starts **/
	.background-img {
		position: relative;
		width: 100%;
		display: block;
	}
	.background-img:before {
		position: absolute;
		content: '';
		background: rgba(0, 67, 139, 0.85);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
/*** call to action ends **/

/*** footer starts **/
	.gray-light-bg {
    	background: #f4f7fa;
	}

	.footer-nav-wrap ul li span {
	  font-size: 15px;
	  line-height: inherit;
	  vertical-align: middle;
	}
	.footer-nav-wrap ul li strong {
	  font-size: 14px;
	  line-height: 19px;
	  font-weight: bold;
	}
	.footer-nav-wrap ul li a {
	  font-size: 14px;
	  line-height: 19px;
	  color: inherit;
	  opacity: 0.8;
	}
	.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
	  opacity: 1;
	  text-decoration: none;
	}
	.copyright-text {
	  font-size: 14px;
	}

	.copyright-container{
		font-size:14px;
		color:#fff;
		line-height:25px;
		padding:10px 0 0 0;
	}

/*** footer ends **/


/*** innner page starts **/
	
	.carousel-inner>.carousel-item-inner>img, .carousel-inner>.carousel-item-inner>a>img {
		display: block;
		height: 325px!important;
		line-height: 1;
		
	}
	
	.carousel-caption-inner {
		background: rgba(0,0,0,0.5);
	  	position: absolute;	
	  	right: 15%;
		left: 15%;
		bottom: 0.25%;
		z-index: 10;
	  	padding-top: 1%;
	  	padding-bottom:1%;
	  	color: #fff;
	  	text-align: center;
		
	}
	.carousel-caption-inner h4{
		color: #fff!important
	}
	

	.breadcrumb {
		padding: 8px 0;
		margin-bottom: 0px;
		list-style: none;
		background: transparent;
		font-size: 13px;
	}
	.breadcrumb > li a {
		color: #8c8c8c;
	}
	.breadcrumb > .active {
		color: #8c8c8c;
	}
	.breadcrumb > li + li:before {
		padding: 0 5px;
		color: #8c8c8c;
		content: "\000BB";
	}

	.innerpage-content {
		padding: 10px 0 10px;
		font-size: 16px;
		color: #627173;
		line-height: 22px;
		padding-left: 0;
		text-align: justify;
	}



/**********************  **/
