

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
height: 100%;
font-size: 16px;
color: #6d6f77;
font-family: 'Open Sans', sans-serif;
vertical-align: baseline;
line-height: 28px;

}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px;
font-weight: 600;
font-family: 'Montserrat';
color: #3e62ac;
}

h1 {
font-size: 40px;
}
h2 {
font-size: 22px;
text-transform: capitalize;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#464646
}
header {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    position: relative;
    z-index: 9999;
}
.banner-text h1{ -webkit-text-stroke: 2px #fff;font-weight:900;text-shadow:
       1px 1px 0 #ccc,
     -1px -1px 0 #ccc,  
      1px -1px 0 #ccc,
      -1px 1px 0 #ccc,
       1px 1px 0 #ccc;}
a:active,
a:hover {
  outline: 0 none;
  color: #212836;text-decoration:none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #3e62ac;
  text-shadow: none;color:#fff
}
::selection {
  background: #3e62ac;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}
.overlay{
  position: absolute;
  background:#fff;
  width: 100%;
  height: 100%;
  opacity: .80;
  left: 0;
  top: 0;

}
.latest-heading {
  margin-bottom: 50px;
}

.readmore{
  display: inline-block;
    overflow: hidden;
}
.readmore a {
  padding: 16px 28px;
  color: #3e62ac;
  font-weight: 600;
  border: 1px solid #f2f2f2;
  margin-top: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.readmore a::after {
  position: relative;
  content: '\f101';
  font-family: 'FontAwesome';
  padding-left: 10px;
  z-index: -1;
}
.readmore a:before
{
  position: absolute;
  content: '';
  width: 0px;
  text-align: center;
  top:0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transition: 1s;
  height: 100%;
  background-color: #3e62ac;
  z-index: -1;
}
.slider-overlay {
	background-color: rgba(255, 255, 255, 0.40);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.images-overlay {
   background-color:#fff;
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;
  opacity: .3;

}
.ptb{
  padding: 120px 0;
}
.pad-0{
  padding: 0;
}
.pdl-0{
  padding-left: 0;
}
.pdr-0{
  padding-right: 0;
}
.pt-100{padding-top:100px}
.pb-100{padding-bottom:100px}
.pb-70{padding-bottom:70px}
.mb-70{padding-bottom:70px}
.bg-gray{background:#f7f7f7}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}

#scrollUp {
	background: #3e62ac none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 16px;
	color: #fff;
	font-size:16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#0ea3b6;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}
/*
2.Header Section
==================*/
.header-top{
  border-bottom: 1px solid #f0f0f0;
}
.main-menu > ul {
	text-align: right;
	padding-right: 0px;
}

.main-menu ul li{
  display: inline-block;
  position: relative;

}

.main-menu ul li a{
  padding: 20px 20px;
  display: block;
  color: #13192d;
  text-transform: capitalize;
}
.main-menu ul li a:before{
         position: absolute;
         content: '';
         bottom: 0px;
         background: #3e62ac;
         width: 0px;
         height: 3px;
         left: 0px;
         transition: .2s;
}

.main-menu ul li:hover a:before{
      width: 100%;
      right:20px;
}
.main-menu ul li.active a{
  color: #3e62ac;
  
} 
.main-menu ul li.active a:before{
         position: absolute;
         content: '';
         bottom: 0px;
         background: #3e62ac;
         width: 100%;
         height: 3px;
         left: 0px;
         transition: .2s;
}
.main-menu ul li.active ul li a{
  color: #fff;
} 
.main-menu ul li ul{
  position: absolute;
  left: 0;
  width: 180px;
  background: #3e62ac;
  z-index: 9;
  opacity: 0;
  transition: all 0.1s;
  visibility: hidden;
  transform: translateX(-2em);
  z-index: 999;
}
.main-menu ul li ul li{
  width: 100%;

}
.main-menu ul li > ul > li > a {
  padding: 10px 15px !important;
 text-align: left;
  color: #fff;
}
.main-menu ul li > ul > li > a:hover{
  background-color: #2cafc0;
}
.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transform: translateX(0%);
  transition:  0.6s;
  
}
.main-menu ul li:hover ul a:before {
  display: none;
} 
.cart-icon {
  position: relative;
}
.cart-icon i {
  margin-top: 40px;
  color: #D4D2D2;
  font-size: 30px;
  
}
.cart-icon span{
  position: absolute;
  top: 21px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #3e62ac;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
}

.menu-icon {
	display: inline-block;
	padding: 40px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-search {
	display: inline-block;
	padding: 0px 11px;
}
.site-search i {
  color: #13192d;
  cursor: pointer;
}
.search-forum > form {
  display: inline-flex;
  background: #3e62ac;
  padding: 10px;
}
.search-forum input[type=text] {
  padding: 10px;
    border:0;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #282828;
  color: #fff;
  border:0;
}
.menu-icon:hover .search-forum {visibility:visible;transition: all 0.4s ease 0s;transform:scale(1);opacity:1;}
.search-forum {
display: inline-block;
left: -225px;
opacity: 0;
position: absolute;
top:107px;
transition: all 0.4s ease 0s;
visibility: hidden;z-index:2;transform:scale(0)
}
.main-menu {
	margin-right: 0px;
	position: relative;
}
.cart-icon.text-center {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 0;
}
.menu-bar.sticky_menu {
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 998;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.mail{
  padding: 20px 0;
  border-right: 1px solid #f0f0f0;;
  border-left: 1px solid #f0f0f0;
}
.mail ul{
  text-align: center;
}
.mail ul li{
  display: inline-block;
}
.mail a{
  padding: 30px 0;
  color: #6d6f77;
  font-size: 16px;
  font-weight: 300;
}
.mail a i{
  color: #6d6f77;
  font-size: 21px;
  margin-right: 15px;

}
.middle-text p {
  color: #6d6f77;
  margin-top: 20px;
  font-weight: 300;
}
.header-top-social{
  padding: 20px 0;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0; 
}
.header-top-social a {
	color: #dfdede;
	margin: 0px 6px;
	font-size: 16px;
	font-weight: normal;
}
.header-top-social a:hover{color:#6d6f77;transition: .2s;}
.logo img{
  padding-top: 10px;
}

/*
3.Slider Section
============================*/
.slider-activate .owl-item {
  height: 600px;
}
.slider-activate .slider-item {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
  position: relative;
}
.slider-text{
  width: 1170px;
  margin:0 auto;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  /* background: #000; */
}
.slider-text p{color:#545863}
.text-width{
  width: 830px;
  padding-left: 15px;

}
.text-width h3{
  color: #3e62ac;
  font-size: 28px;
  font-weight: 300;
}
.text-width h1 {
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  line-height: 50px;
  margin-bottom: 30px;
  background: #ffffffcf;
  padding: 10px 50px;
}
.text-width p {
  font-size: 16px;
  line-height: 28px;
}
.button {
  display: inline-block;
  margin-top:30px;
}

.button a{
  display: inline-block;
  padding:15px 35px;
  color: #fff;
  margin-right: 20px;
  position: relative;
   overflow: hidden;
  z-index: 9999;
  
}
.button-black{
  background:#3e62ac;
}
.button-sky{
  background: #3e62ac;
}
 .button a:ho#3e62acver:before{
  transform: scale(0);
  color: #fff;
 }
.button a:before{
    height: 100%;
    width: 100%;
    background: #3e62ac;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    transform: scale(1);
    transition: .6s;
    color: #fff;
    z-index: -1;
}
.button a:last-child{background:#000;}
.button a:first-child:before{
  background: #3f3e3e;
}

.slider-activate.owl-theme .owl-dots .owl-dot {
	height: 16px;
	width: 16px;
	background: transparent;
	border: 2px solid #3f3e3e;
	border-radius: 50%;
	margin-right: 10px;
	padding: 0;
}
.slider-activate.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  bottom: 50px;
}
.slider-activate.owl-theme .owl-dots .owl-dot span{
  margin:2px 2px;
  width: 0;
  height: 0;

}
.slider-activate.owl-theme .owl-dots .owl-dot.active{border-color:#3e62ac}
.slider-activate.owl-theme .owl-dots .owl-dot.active span {
	border-radius: 100%;
	border: 3px solid #3e62ac;
	margin-top: 3px;
	margin-left: 3px;
}

/*
4.Service Section
============================*/

.provide-heading {
	margin: 0px 245px;
}
.provide-heading {
	margin: 0px 225px;
}

.provide-services-content h2 a {
	color: #13192d;
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
}
.border {
  border-bottom: 1px solid #f0f0f0;
  margin: 65px 0px 80px 0px;
}
.provide-heading h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #13192d;
  text-transform: capitalize;
  margin: 0;
}
.provide-heading span{
  color:#3e62ac;
}
.provied-icon {
  position: relative;
  border: 1px solid #3e62ac;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 50px;
  margin: 0 auto;
  top: 15px;
  background: #fff;
  z-index: 99;
  margin-bottom: 50px;
}
.provied-icon::before {
	color: #3e62ac;
	width: 63px;
	height: 36px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: -10px;
	left: -2px;
}

.overlay-2{
  position: absolute;
  width: 0px;
  height: 100%;
  background-color: #3e62ac;
  left: -100%;
  top: 0;
  transition: 1s;
  opacity: .55;
}
.img-overlay{
  position: relative;
  overflow: hidden;
}
.provide-services-content:hover .img-overlay .overlay-2{
  width: 100%;
  left: 0;
}
.provide-services-content:hover .img-overlay img{
  transform: scale( 1.3);

}
.provide-services-content:hover .overlay-button a {
  color: #fff;
  transform: scale(1);
  opacity: 1;
}

.img-overlay img{
   transform: scale(1,1);
   transition: 1s;
}

.overlay-button{
  top: 50%;left: 50%;transform: translate(-50%, -50%);
   position: absolute;
}
.overlay-button a{
	text-align: center;
	border-radius: 50%;
	background: #fff;
	line-height: 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #fff;
	margin: 0px auto;
	text-align: center;
	transition: all 1.5s cubic-bezier(0, 1.135, 0.73, 1.405);
	transform: scale(0);
	opacity: 0;
}
.overlay-button a i {
	color: #2fa7b8;
	font-size: 26px;
	margin-top: 13px;
}
.border-shape{
  position: relative;

}
.border-shape:first-child::before {
	left: 15px;
	position: absolute;
	content: "";
}
.border-shape::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #3e62ac;
  top: 275px;
  left: -15px;
}
.col-md-4.col-sm-4.col-xs-12.border-shape:nth-child(3n+2) .provied-icon::before {
top:27px;
}
.provide-services-content .provied-icon i {
	color: #3e62ac;
	font-size: 30px;
	position: relative;
	z-index: 99999;
	top: 8px;
}

.provide-services-content h2{
  font-weight: 600;
  font-size: 22px;
  color: #13192d;
  margin-bottom: 0;
}

/*
5.Why Choose Us Section
============================*/
.services{
	padding-bottom: 100px;
}
.finance{
  position: relative;
  overflow: hidden;
}
.finance-left{
  width: 50%;
  position: relative;
  float: left;
}
.finance-left::before {
  position: absolute;
  z-index: 1;
  height: 100%;
  right: 0;
  top: 0;
  width: 5000px;
  background: url(../img/finance_bg.jpg);
  background-repeat: repeat;
  content: '';
}
.finance {
  width: 100%;
  background: url(../img/finance-right_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.finance-content {
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 9;
	padding: 80px 90px 90px 15px
}
.batch {
	position: absolute;
	top: 50%;
	background: #3dbaca;
	z-index: 3;
	border-radius: 100%;
	text-align: center;
	transform: translateY(-50%);
	right: -69px;
	padding: 10px;
	box-shadow: 0px 3px 5px 0px #143b40;
}
.batch img {
	padding: 20px;
	border-radius: 100%;
	border: 1px dashed #fff;
	height: 120px;
	width: 120px;
}
.finance-content h1 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 45px;
  margin-bottom: 40px;
}
.finance-content p{
  color: #fff;
}
.finance-content span {
  color: #fff;
  font-style: italic;
  position: relative;
  padding-left: 25px;
display: inline-block;
margin-top: 44px;
}
.finance-content span::before {
  position: absolute;
  left: 0;
  top: -40px;
  content: '';
  background-image: url(../img/quote.png);
  width: 39px;
  height: 40px;
  background-repeat: no-repeat;
}
.chooseus-img{
  position: relative;
}
.finance .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: .44;
}
.services-img {
	position: absolute;
	float: right;
	right: 0;
	width: 43%;margin-top: 129px;
}

.main-heading h1 {
  font-weight: 600;
  font-size: 36px;
  position: relative;
  padding-bottom: 35px;
  color: #0d045f;
  margin-bottom: 55px;
  text-transform: capitalize;
}
.main-heading h1:before{
 /* position: absolute;
  content: '';
  height: 2px;
  width: 65px;
  background: #3e62ac;
  bottom: 0;*/
}
.main-heading h1::after {
  position: absolute;
  content: '';
  height: 26px;
  width: 35px;
  background: url(../img/01.png);
  bottom: -13px;
  left: 64px;
}
.services-left .media{
  margin-top: 38px;
}
.services-left .media-left{
  padding-right: 30px;
}
.services-left .media-left i {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	border: 1px solid #e2e0e0;
	color: #3e62ac;
	font-size: 30px;
	text-align: center;
}
.services-left .media-body {
	padding-top: 20px;
}
.services-left .media-body p{
  line-height: 28px;
  margin-bottom: 0;
}
.services-left .media-body h2{
  font-size: 22px;
  font-weight: 600;
  color: #13192d;
  text-transform: capitalize;
}
.services-left .media-body a{
  color: #13192d;
}
.button-gray {
	background: #3e62ac;
	text-transform: capitalize;
}

.media-icon{
    position: relative;
}
.media-icon i {
  height: 70px;
  width: 70px;
  line-height: 65px;
  border-radius: 100%;
  border: 1px solid #e2e0e0;
  color: #3e62ac;
  font-size: 30px;
  text-align: center;
  z-index: 1;
    transition: .2s;
    display: block;
}

.media-icon:before{
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #f2f2f2;
border-radius: 100%;
z-index: -1;
  transform: scale(0);
  transition: .4s;
}
.media:hover .media-icon i{
  color: #fff;
  transform: rotate(360deg);
  border-color:#3e62ac
}
.media:hover .media-icon:before{
  transform: scale(1);
  background: #3e62ac;
  color: #fff;
}

/*
6.Team Section
============================*/
.team-heading{
  padding-right: 95px;
}
.team-heading h1 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 55px;
	line-height: 45px;
	color: #13192d;
	margin-top: -5px;
}
.team-heading span{
  color: #3e62ac;
}
.team {
  padding-top: 100px;
}
.our-team{
  float: left;
  width: 47%;
  margin-right: 5%; 
}
.our-team:hover .img-overlay .overlay-2{
  width: 100%;
  left: 0;
}
.our-team:hover .img-overlay img{
  transform: scale( 1.1);

}
.our-team:hover .overlay-button a {
  color: #fff;
  transform: scale(1);
  opacity: 1;
}

.our-team h4{
  margin:35px 0px 5px 0;

}
.our-team:last-child{margin-right:0}
.our-team h4 a{
  font-weight: 600;
 
  color: #13192d;
  text-transform: capitalize;
  font-size: 20px;
}
.our-team p{
  color: #6a6c74;
   font-size: 14px;

}
.team-bottom .logo-active {
	padding-top: 0;
}
.questins-content{
  margin-bottom: 50px;
}
.questins-content:last-child{
  margin-bottom: 0px;
}
.questins-content p{
  margin-bottom: 0px;
}
.questins-content h2 {
	font-size: 22px;
	font-weight: 600;
	color: #13192d;
	line-height: 30px;
}
.questins-content h2 i {
  color: #3e62ac;
  padding-right: 20px;
  font-size: 20px;
}
.team-men{
  margin-bottom: 70px;
}
.team-men h2 {
  margin: 35px 0px 10px 0px;
  font-size: 20px;
  text-transform: capitalize;
}
.team-men h2 a{
  color: #13192d;
}
.team-men span{
 font-size: 14px;
}

.team-bottom-slide .logo-active{
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
}
.brand{
  display: inline-block;
}

/*
7.Latest News Section
============================*/
.latest-news{
  padding: 100px 0px 30px 0px;
}
.thumbnail:hover .img-overlay .overlay-2{
  width: 100%;
  left: 0;
}
.thumbnail:hover .img-overlay img{
  transform: scale( 1.1);

}
.thumbnail:hover .overlay-button a {
  color: #fff;
  transform: scale(1);
  opacity: 1;
}
.thumbnail:hover 
.latest-heading {
	margin-bottom: 60px;
}
.thumbnail:hover a:before{
  width: 100%;
    transform: scaleX(1);
    color: #fff;
}
.thumbnail:hover .readmore a{
  
    color: #fff;
}
.latest-heading h1 {
	font-weight: 600;
	font-size: 36px;
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
	text-transform: capitalize;
	color: #282828;
}
.latest-heading h1:before
{
  height: 2px;
 width: 180px;
  position: absolute;
  content: '';
  background-color:#3e62ac;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.latest-heading h1::after {
  background: url(../img/01.png);
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  height: 100%;
  width: 35px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  top: 80%;
}

.latest-news .thumbnail{
  clear: both;
  border:0;
  margin-bottom:70px;
  padding:0;
  border-radius: 0;
}

.thumb-content{
   margin-top: 25px;
}
.post-info{
  float: left;
}
.post-info a i{
  color: #3e62ac;
  margin-right: 10px;
}
.post-date{
  float: right;
}
.post-date i{
  color: #3e62ac;
  margin-right: 10px;
}
.thumb-content h2 {
	display: inline-block;
	margin: 24px 0;
	text-transform: capitalize;
	width: 100%;
}
.thumb-content h2 a {
	color: #13192d;
	font-size: 18px;
	font-weight: 600;
}

.thumb-content p{
  line-height: 28px;
}
.readmore a i{
  margin-left: 10px;
}
.post-info span {
	color: #13192d;
	font-size: 16px;
}

/*
8.Client Section
============================*/
.client-active .owl-stage{
  margin-top: 36px;
}
.client-active.owl-theme .owl-dots .owl-dot {
	height: 16px;
	width: 16px;
	background: #fff;
	border: 2px solid #555555;
	border-radius: 50%;
	margin-right: 10px;
	padding: 0;
}
.client-active.owl-theme .owl-dots .owl-dot span{
  margin:2px 2px;
  width: 0;
  height: 0;
}
.client-active.owl-theme .owl-dots .owl-dot.active span{
 height: 8px;
width: 8px;
background-color: #555555;
border-radius: 15px;
}
.client-active.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.client{
  background-color: #f7f7f7;
  padding: 100px 0;
}
.our-client {
	background-color: #fff;
	padding: 45px;
	border-radius: 50px 0px 50px 50px;
	position: relative;
	box-shadow: 0px 10px 10px 0px #f0f0f0;
	margin-bottom: 80px;
}
.client-img{
  position: absolute;
  right: 50px;
  top: -34px;
}
.client-img img {
	border-radius: 100%;
}
.details h2 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
.details {
	margin-bottom: 20px;
}
.details h2 a{color:#13192d}
.rating i{
  color: #f2b827;
}
.client-border-shape {
	height: 1px;
	width: 40px;
	background: #3e62ac;
	margin-top:10px;
	position:relative
}
.client-border-shape::before {
	height: 1px;
	width: 2px;
	background: #fff;
	position: absolute;
	content: "";
	right: 19px;
}
.client-border-shape::after{
	height: 1px;
	width: 2px;
	background: #fff;
	position: absolute;
	content: "";
	right: 7px;	
}
.logo-active{
  background-color: #fff;
  padding: 100px 0;
}
.logo-active.owl-carousel .owl-item img{
  width: 200px;
}

/*
9.About Page Section
============================*/
.about-pages{
  background:url(../img/about-banner.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
}
.pages{
  background:url(../img/about-banner.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
}
.page-heading h1{
  margin-bottom: 10px;
}
.item-one{
  margin-bottom: 10px;
}

.inner-item{
  padding: 0;
}
.item-one span i{
  margin-right: 10px;
  color: #3dbacb;
}
.progress.skill-progress {
background: #f0f0f0 none repeat scroll 0 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
height: 10px;
}
.skill-inner {
	margin-bottom: 30px;
}
.skill-inner h3 {
	color: #13192d;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}
.skill-bar {
  background: #4cc700 none repeat scroll 0 0;
  border-radius:0;
  box-shadow: none;

}
.skill-progress-bar {
	padding-right: 120px;
	position: relative;
}
.progres_count {
	right: 0;
	top: 0px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	color: #13192d;
	font-size: 18px;
	height: 50px;
	width: 70px;
	background: #f4f4f4;
	font-family: montserrat;
	text-align: center;
	line-height: 50px;
	margin-top: -25px;
}
/*
10.Service Page Section
============================*/
.service-icon {
	margin-top: 25px;
}
.service-icon .services-i-left {
	float: left;
}
.service-icon .services-i-left a {
	width: 46px;
	height: 46px;
	text-align: center;
	background-color: #3dbacb;
	color: #fff;
	display: inline-block;
}
.service-icon .services-i-left a img {
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.services-i-right {
	padding-left: 60px;
}
.services-i-right h2 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
}
.services-i-right h2 a{
  color: #13192d;
}
 .thumbnail:hover .service-button a {
  color: #3dbacb;
}
.thumbnail:hover .services-i-right h2 a{
  color: #3dbacb;
}
.service-button a i{
  margin-left: 10px;

}
.service-button a{
    color: #6d6f77;
    margin-top: 10px;
}
.service-content p{
  line-height: 28px;
  display: inline-block;
}

/*
11.Team Page Section
============================*/
.team-men{
  margin-bottom: 70px;
}
.team-men:hover .img-overlay .overlay-2{
  width: 100%;
  left: 0;
}
.team-men:hover .img-overlay img{
  transform: scale( 1.1);

}
.team-men:hover .overlay-button a {
  color: #fff;
  transform: scale(1);
  opacity: 1;
} 
.team-men:hover h2 a{
  color: #3e62ac;
}
.latest-heading {
  margin-bottom: 60px;
}

.team-men h2{
  margin:38px 0px 5px 0px;
  font-size: 20px;
  text-transform: capitalize;
}
.team-men h2 a{
  color: #13192d;
}
.team-men span{
 font-size: 14px;
}

/*
12.Count Up Section
============================*/
.counterup{
  background:#3dbacb;
  padding: 90px 0;
}

.count h1{
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.count h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
}

/*
13.Skill Section
============================*/

.item-one{
  margin-bottom: 10px;
}

.inner-item{
  padding: 0;
}
.item-one span i{
  margin-right: 10px;
  color: #3dbacb;
}

.progress-bar {
  background-color: #3dbacb;
}

.progress {
  height: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
   border-radius: 0px; 
  
}
.progress {

  margin-bottom: 30px;
  
}
.skill-inner h4{
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}

/*
14.Breadcrumb Section
============================*/
.breadcrumb-list ul{
  text-align: center;
}
.breadcrumb-list ul li {
	display: inline-block;
	padding: 0px 10px;
	position: relative;
}
.breadcrumb-list ul li::before {
	content: "/";
	position: absolute;
	top: 0;
	right: -7px;
	height: 100%;
	color: #555555;
}
.breadcrumb-list ul li:last-child:before{display:none;}
.breadcrumb-list ul li a{
  font-weight: 600;
}
.breadcrumb-list li:last-child a {
	color: #3dbacb;
}
.image-item img{
  display: block;
}

/*
15.Service Details Page
============================*/
.search{
  position: relative;

}
.search input{
  height: 57px;
  width: 100%;
  padding-left: 25px;
  border:1px solid #f0f0f0;
  padding-right: 85px;
}
.search button{
  position: absolute;
  right: 0;
  height: 100%;
  width: 78px;
  background-color: #3e62ac;
  color: #fff;
  border:0;
  font-size: 20px;
  outline: 0;
  top:0
}

.time-support h1,
.business-chart h1{
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.business-chart {
	display: inline-block;
	margin-top: 40px;
	width:100%
}
.time-support h1:before,
.business-chart h1:before{
  position: absolute;
  content: '';
  height: 2px;
  width: 65px;
  background-color: #3e62ac;
  left: 0;
  bottom:0 ;

}

.product-bottom {
	width: 50%;
	float: left;
	border-top: 3px solid #fff;
}
.product, .product-bottom{
  position: relative;
}

.product-bottom:hover .pro-overlay{
  opacity: .55;
  height: 100%;
  width: 100%;
  bottom: 0;
  display: inline-block;
}
.product:hover .pro-overlay{
  opacity: .55;
  height: 100%;
  width: 100%;
  bottom: 0;
  display: inline-block;
}

.pro-overlay{
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  display: inline-block;

}
.product-rigt{
  position: relative;
  display: block;
}
.product-rigt:hover .pro-overlay{
  opacity: .55;
  height: 100%;
  width: 100%;
  bottom: 0;
  display: inline-block;
}

.service-tab-sec {
  float: left;
}
.service-tab-sec ul.about-tab li.active a{
  border-bottom: 2px solid #3e62ac;
  padding-bottom: 10px;
}
.service-tab-sec ul li{
  display: inline-block;

}
.service-tab-sec ul li a {
 text-decoration: none;
 border-bottom: 2px solid #f0f0f0;
  margin-right: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.service-tab-sec {
	float: left;
	margin-top: 25px;
}
.tab-content{
  margin-top: 30px;
}

.all-founder {
	padding: 30px 20px;
	border:1px solid #f0f0f0;
	margin-bottom:50px;
}
.all-founder.owl-carousel.owl-theme .owl-item .single-founder img {
height: 100px;
margin: 0 auto;
width: 100px;
border-radius: 100%;
position:relative;
z-index:9;
}
.single-founder {
	padding:15px;
	position: relative;
	text-align: center;
	font-size: 16px;
}
.person-info{margin:20px 0}
.person-info h2 {
	margin-bottom: 5px;
}
.single-founder p{
	margin-bottom:0px;
}
.all-founder.owl-carousel.owl-theme .owl-controls{text-align:center}
.all-founder.owl-carousel.owl-theme .owl-dot {
  border: 2px solid #3e62ac;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0px 5px;
}
.all-founder.owl-carousel.owl-theme .owl-dot.active{background:#3e62ac}
.all-founder.owl-carousel.owl-theme .owl-dot span{background:none;}

/*
16.Service Crousel Section
============================*/
.service-activate{
  padding: 50px 40px 40px 40px;
  border:1px solid #f0f0f0;
  margin:60px 0;
}
.service-activate img{
  width: 109px !important;
  height: 109px;
  border-radius: 50%;
  text-align: center;
  margin:0 auto;
}
.service-activate.owl-theme .owl-dot.active {
  background: #3e62ac;
}
.service-activate.owl-carousel.owl-theme .owl-dot {
  border: 2px solid #3e62ac;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0px 5px;
}
.service-activate.owl-theme .owl-dots .owl-dot span{
  border:1px solid #3e62ac;
  
}
.pdf p{
  width: 100%;
  display: block;
 border-top: 1px solid #f0f0f0;
 margin:0;
 padding: 13px 0;
 text-transform: capitalize;
 color: #6d6f77;
}
.pdf p:hover a{
  color: #3e62ac;
}
.pdf p:last-child{
 border-bottom: 1px solid #f0f0f0;

}



 .custom-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0px 70px 0px;
  border-radius: 4px;
}
 .custom-pagination  li{
  display: inline-block;
 }
.custom-pagination li.active a {
	background-color: #3e62ac !important;
	color: #fff !important;
	display: inline-block;
	border-color: #3e62ac;
}
.custom-pagination li a {
  color: #6d6f77;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  line-height: 43px;
  margin-right: 10px;
  width: 45px;
  background: #fff;
  border-right: 0;
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  display: block;
}

.custom-pagination li:last-child a {
  display: inline-block;
  width:80px;
  background-color: #262c35;
  color: #fff;
}
.custom-pagination  li a:hover{
   background-color:#3e62ac !important;
   color: #fff !important;
   border: 1px solid #f2f2f2;
 }

/*
17.Team Details Page 
============================*/
.team-detail{
  margin:120px 0;
}

.member-img img{
  width: 100%;
  height: auto;
}

.team-member h2{
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.team-member p{
  margin-bottom: 0;
}
.adress {
  margin-bottom: 68px;
  margin-top: 60px;
}
.adress i{
  font-size: 30px;
  color: #3e62ac;
  margin-bottom: 10px;
}
.adress h2 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 15px;
}
.adress p{
 margin-bottom: 5px;
line-height: normal;
}
.team-social{
  float: left;
  clear: both;
}
.team-social i{
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #b1b1b1;
  font-size: 20px;
  border-radius: 8px;
  border:1px solid #f2f2f2;
  margin-right: 14px;
}
.team-social i:hover{
  background-color: #3e62ac;
  color: #fff;
}


.about-team{
  padding: 40px 25px 35px 35px;
  background-color: #fcfcfc;
  display: inline-block;
  border:1px solid #fcfcfc;
}
.about-team:hover{
  background-color: #fff;
  border:1px solid #3e62ac;
}
.shedule {
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #fcfcfc;
	margin-bottom: 100px;
}
.shed-conf{
  margin-top: 35px;
}
.shed-conf input{
  height: 48px;
  width: 100%;
  border:1px solid #f2f2f2;
  padding-left: 30px;
  margin-bottom: 20px;
}
.time{
  position: relative;
}
.time:before{
  position: absolute;
  content: '\f017 ';
  right: 25px;
  font-family: 'FontAwesome';
  top: 10px;
  z-index: 99;
  color: #6d6f77;
}
.date-pic{
  position: relative;
}
.date-pic::before {
  position: absolute;
  content: '\f073';
  right: 25px;
  font-family: 'FontAwesome';
  top: 10px;
  z-index: 99;
  color: #6d6f77;
}

.send-button{
  height: 50px;
  width: 175px;
  background-color: #2c333c;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border:0;
  position: relative;
  margin-top: 20px;
}
.massage{
  margin-top: 78px;
}
.massage textarea{
  width: 100%;
  height: 185px;
  border:1px solid #f2f2f2;
  padding-top: 25px;
  padding-left: 35px;
}

/*
18.Blog Page
============================*/
.blog-classic {
  padding: 120px 0px 50px 0px;
}
.blog-detail{
margin-bottom: 70px;
  overflow: hidden;
}
.blog-detail h2 a {
	font-size: 20px;
	margin-top: 40px;
	color: #13192d;
	display: inline-block;
	width: 100%;
}
.blog-detail p{

  margin-top: 20px;
  margin-bottom: 35px;
}
.blog-button {
  display: inline-block;
  padding: 10px 20px 10px 40px;
  background: #3e62ac;
  border-radius: 0px 28px 28px 0px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.blog-button::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #fff;
  right: 117px;
  top: 0;
  transition: .3s;
}
.blog-button:hover:before{
  width: 30px;
  background: #dcdbe0;
}
.share-button {
  display: inline-block;
  padding: 10px 20px 10px 40px;
  background: #3e62ac;
  border-radius: 0px 28px 28px 0px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.share-button::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #fff;
  left: 16px;
  top: 0;
  transition: .3s;
}
.share-button:hover:before{
  width: 30px;
  background: #dcdbe0;
}
.blog-images{
  position: relative;
}

.date h2 {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 75px;
  background: #3e62ac;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  padding-top: 8px;
  transition: all 0.4s ease 0s;
  border-radius: 25px 25px 0px 0px;
}
.comment span{
  margin-right: 10px;
  position:relative;
}
.comment span a {
	color: #9a9ba0;
	font-size: 18px;
}
.comment span::before {
	position: absolute;
	content: "/";
	right: -15px;
	top: -2px;
}
.comment span:last-child:before{display:none;}
.comment span:last-child{
  margin-left: 10px;
}

.category {
  margin-bottom: 60px;
}
.search {
  margin-bottom: 60px;
}
.category h2{
  margin-bottom: 35px;
}
.img-left {
  width: 123px;
  float: left;
  margin-right: 30px;
}
.img-left img{
  width: 100%;
  height: auto;
}
.media-right h3{
  font-size: 22px;
margin-bottom: 10px;
font-weight: bold;

}
.all-r-post .media{
  margin-top: 30px;
}
.all-r-post .media h2{
  margin-bottom: 40px;
}
.all-r-post .media-right ul li {
  display: inline-block;
  margin-right: 10px;
}
.all-r-post .media-right ul li a{
  font-size: 12px;
  color: #6d6f77;
}
.all-r-post .media-right ul li a i {
  margin-right: 10px;
  color: #3e62ac;
  font-size: 15px;
}
.all-r-post .media-right h3 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 10px;
	color: #13192d;
	display: inline-block;
	width: 100%;
}
.category ul li{
   border-top: 1px solid #f0f0f0;
   
}
.category ul li:last-child{
   border-bottom: 1px solid #f0f0f0;
   
}
.category ul li a{
  color: #6d6f77;
  padding:15px 0px;
  display:block;
  }
  .category ul li a:hover{
  color: #3e62ac;
  }
.category ul li a span{
  float: right;
}

.keywords {
  margin-top: 60px;
}
.keywords h2{
  margin-bottom: 40px;
}
.keywords li.active a{
  color: #3e62ac;
}
.keywords li {
  display: inline-block;
  margin-right: 12px;
}
.keywords li a{
  color: #6d6f77;
}
.keywords li a:hover{
  color: #3e62ac;
}
/*
19.Blog Details Page
============================*/
.bloquote{
  position: relative;
  padding-left: 35px;
}

.bloquote::before {
  position: absolute;
  content: '\f10d ';
  left: 0;
  top: -20px;
  font-family: 'FontAwesome';
  font-size: 35px;
  color: #f0f0f0;
}
.bloquote p{
  font-style: italic;
}
.share-button{
  width: 100%;
  overflow: hidden;
}
.blog-detail-button{
  float: left;
}
.team-detail-icons{
  margin-left: 30px;
  float: left;
  margin-top: 5px;
}
.team-detail-icons i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border:1px solid #f2f2f2;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  color: #999999;
}
.team-detail-icons i:hover{background:#3e62ac;color:#fff;}

.media-left a i {
	font-size: 65px;
	color: #3e62ac;
	padding-right: 20px;
}

.single-input-field textarea {
  border: 1px solid #f4f4f4;
  width: 100%;
  height: 120px;
  padding: 10px;
  margin-top: 20px;
}
.contact-field .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}
.contact-field input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f4f4f4;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  color: #999999;
}
.contact-field .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #2c333c none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 14px 30px;
  text-transform: capitalize;
  width: 170px;
  margin-top: 30px;
  font-size: 15px;
}
.message-input {
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
.services-left .media-body h2{
  margin-bottom: 30px;
}
.media-body h4 {
	margin-bottom: 10px;
}
.media-body span {
	margin-bottom: 20px;
	display: block;
}
.media-body a{color:#6d6f77;margin-top:20px;}
.media-body p{margin-bottom:0px;}
.comment-bottom {
	margin-top: 70px;
}
.public-comment {
	margin: 70px 0px;
}
.gallery .col-md-4.col-sm-4.col-xs-6 {
	padding: 5px;
}
.image-item{position:relative;overflow:hidden;}
.image-item:hover .gallery-overlay{visibility:visible;opacity:1;transition: all 0.4s ease 0s;transform:scale(1);}
.image-item:hover .gallery-overlay li a{transform:scale(1);transition: all 0.4s ease 0s;}
.gallery-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	transition: all 0.4s ease 0s;
	opacity: 0;transform:scale(10);
}
.gallery-overlay ul {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}
.gallery-overlay li {
	display: inline-block;
	margin: 0px 5px;
}
.gallery-overlay li a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	transform: scale(0);
	border: 1px solid #fff;
}
/*
20.Contact Page
============================*/
.contact-page-map {
	margin-bottom: 80px;
}
.company-brach-title h1 {
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	color: #13192d;
	text-transform: capitalize;
	margin: 0;
}
.company-brach-title span {
	color: #3e62ac;
}
.table-dsc.table-responsive {
	margin-bottom: 65px;
	margin-top: 10px;
}
.table-dsc table{background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-radius: 0;
text-align: center;
width: 100%;}
.table-dsc table tbody tr:nth-child(even) {background: #f0f0f0}
.table-dsc table tbody tr:nth-child(odd) {background: #eaeaea}
.table-dsc table th{background: #3e62ac none repeat scroll 0 0;
text-align: center;}

.table-dsc table th, .table-dsc table td {
color: #fff;
font-size: 20px;
padding: 25px 0;
text-transform: capitalize;
border: 1px solid #fff;
}
.table-dsc tbody td,
.table-dsc tbody td a {
	color: #999a9e;
	padding: 14px 5px;
	font-size: 18px;
}

/*
21.Footer Section
============================*/
footer {
  background: #262c35;
  padding: 80px 0px 20px 0px;
}
.footer-sec h2 {
color: #fff;
font-weight: 600;
margin-bottom: 30px;
padding-bottom: 10px;
position: relative;
text-transform: capitalize;
}

.footer-sec p {
color: #949699;
font-size: 14px;
}
.footer-wedget-one img {
	margin-bottom: 40px;
	margin-top: -2px;
}
.footer-social-profile li{display:inline-block;margin-right:10px}
.footer-social-profile li a {
	border: 1px solid #ededed;
	border-radius: 1100%;
	color: #ededed;
	display: inline-block;
	height: 40px;
	line-height: 36px;
	text-align: center;
	width: 40px;
}
.footer-wedget-one li a:hover{background:#3e62ac;color:#fff;border-color:#10cb7f; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-widget-menu li:before{color: #3e62ac;
content: "+";
font-family: fontawesome;
font-size: 14px;
left:0px;
position: absolute;
top: 2;}
.footer-widget-menu li{position:relative}
.footer-widget-menu li a {
color: #949699;
display: inline-block;
font-size: 14px;
padding-bottom: 10px;
padding-left:20px;
text-transform: capitalize;
}
.footer-widget-menu li a:hover{color:#3e62ac;transition: all 0.4s ease 0s;}
.recent-time {
  margin-bottom: 18px;
}
.recent-time span{
  color: #3e62ac;
  font-size: 13px;
}
.recent-time p {
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-bottom-sec {
border-top: 1px solid #353c46;
padding: 24px 0;
background-color: #262c35;
}
.footer-bottom-sec p {
	color: #a0a2a4;
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.copy-right span,
.copy-right span a{

text-transform: capitalize;
}

.contact-inner-desc {
	padding-left: 30px;
}
.contact-inner-icon {
	display: inline-block;
	float: left;
}
.wedget-contact-inner {
	margin-bottom: 20px;
}
 .tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator{left:50%}.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator{display:block;margin-left:auto;margin-right:auto;position:absolute}
 .tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:after,.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:before{background:#3e62ac}
 .tm-element-heading-wrapper.tm-seperator-center_icon .tm-cta3-without-desc .heading-seperator{bottom:42px}
 .tm-element-heading-wrapper.tm-seperator-center_icon .tm-cta3-with-desc .heading-seperator{bottom:38px}
 .tm-element-heading-wrapper.tm-seperator-center_icon.tm-heading-style-horizontal .tm-cta3-with-desc .heading-seperator{bottom:52px}
 .tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator span:before{position:absolute;width:0;height:16px;bottom:-23px;margin:auto;left:-7px;content:"\f10c";font:normal normal normal 18px/1 FontAwesome;font-size:18px}
 .tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:before{left:-47px;right:0}
 .tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:after{left:0;right:-46px}
 .tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator span:before{color:#3e62ac}
 .tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:before,.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:after{content:"";position:absolute;width:33px;height:2px;bottom:-31px;margin:auto;top:0}
 .tm-element-heading-wrapper.tm-seperator-center_icon.tm-element-align-left .heading-seperator{left:43px}
 .tm-element-heading-wrapper.tm-seperator-center_icon.tm-element-align-right .heading-seperator{right:43px;left:auto}
 
 .offers{background:#fff;border:1px solid #f2f2f2;padding:10px 10px 10px 80px;font-size:16px;color:#000;position:relative;line-height:18px;min-height:58px;margin-bottom:5px}
 .offers:before{background:#3e62ac;width:60px;position:absolute;content:"";left:0;top:0;bottom:0}
 .offers:after{content:"\f00c";font:normal normal normal 30px/1 FontAwesome;font-size:30px;left:0px;position:absolute;top:13px;text-align:center;width:60px;bottom:0;color:#fff}
 .offerslarge:after{top:23px;}
 .offerssingle{padding-top:20px;min-height:75px}
 .offerssingleline{padding-top:20px;}
 .offers{}
 
 /*services styles*/
 .servicesdiv{border:0px solid #e8e8e8;padding: 0px 0px 0px;border-radius: 6px;width:70%;height: 200px;margin:auto;-webkit-box-shadow: 2px 2px 2px 0 rgba(181,181,181,.2);-moz-box-shadow: 2px 2px 2px 0 rgba(181,181,181,.2);box-shadow: 0px 0px 2px 2px rgba(193, 193, 193, 0.05);}
 .servicesdivpage{width:100%;margin-bottom: 35px;}
 .servicesdiv.servicesdivpage:hover {
    box-shadow: 0px 0px 2px 2px rgba(193, 193, 193, 0.29);
    -webkit-box-shadow: 0px 1px 22px 6px rgba(199,199,199,1);
    -moz-box-shadow: 0px 1px 22px 6px rgba(199,199,199,1);
    box-shadow: 0px 1px 22px 6px rgba(199,199,199,1);
    transform: scaleY(1);
    transition: ease-in 0.3s;
}
 .servicesdiv .servicesIcon{text-align:center;padding:30px 0 20px;}
 .servicesLabel{font-weight:700;font-size:20px;color:#3e62ac;text-align:center;text-transform:uppercase;line-height:22px}
 .paddingbottom40{padding-bottom:40px}
 .servicesdivpage .servicesLabel{font-size:15px;line-height:17px}
 /*end*/
 .banner-static .imagebg img {    min-height: 420px;}
 .banner-static{position:relative;width: 100%;padding:15px 0;min-height:380px;}.banner-static:not(.has-bg-image):not([class*="bg-"]){background-color:#e8e8ee}.banner-static .banner-cpn{padding-top:60px;padding-bottom:60px;position:absolute;width:100%;left:0;top:50%;z-index:5;transform:translateY(-50%)}.is-transparent .banner-static .banner-cpn{margin-top:50px}.banner-static .banner-cpn .content{position:relative}.banner-static .banner-text{float:left;width:100%;padding-top:0;padding-bottom:0}.banner-static .banner-text.pos-right{float:right}.banner-static .banner-text.pos-center{float:none}.banner-static.banner-medium{height:380px;min-height:inherit}.banner-static.banner-small{height:220px;min-height:inherit}.banner-static.banner-intro{min-height:520px}.banner-static.only-pg-title{min-height:160px}.banner-static.bg-grey,.banner-static.bg-light,.banner-static.box-s2{background:#e8e8ee}.banner-static.bg-grey .banner-text,.banner-static.bg-light .banner-text,.banner-static.box-s2 .banner-text{color:#596570}.banner-static.bg-grey .banner-text .page-title,.banner-static.bg-light .banner-text .page-title,.banner-static.box-s2 .banner-text .page-title{color:#373e45}.banner-static.bg-grey .light,.banner-static.bg-grey .box-s3,.banner-static.bg-grey .box-s4,.banner-static.bg-light .light,.banner-static.box-s2 .light,.banner-static.bg-light .box-s3,.banner-static.box-s2 .box-s3,.banner-static.bg-light .box-s4,.banner-static.box-s2 .box-s4{color:#fff}.banner-static.bg-grey .dark,.banner-static.bg-light .dark,.banner-static.box-s2 .dark{color:#596570}.banner-static.bg-grey .breadcrumb a,.banner-static.bg-grey .breadcrumb>.active,.banner-static.bg-grey .breadcrumb>li+li:before,.banner-static.bg-light .breadcrumb a,.banner-static.box-s2 .breadcrumb a,.banner-static.bg-light .breadcrumb>.active,.banner-static.box-s2 .breadcrumb>.active,.banner-static.bg-light .breadcrumb>li+li:before,.banner-static.box-s2 .breadcrumb>li+li:before{color:#596570}.banner-static.bg-grey .breadcrumb li:not(.active) a:hover,.banner-static.bg-light .breadcrumb li:not(.active) a:hover,.banner-static.box-s2 .breadcrumb li:not(.active) a:hover{color:#f93;box-shadow:none}.banner-static .imagebg{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;-ms-border-radius:0;border-radius:0}.is-transparent .banner-static{min-height:400px}.banner-static.has-bg-image .container{position:static}.banner-intro .container>.content{padding-top:15px;padding-bottom:15px}.banner-intro .banner-text{padding-top:128px;padding-bottom:128px}.is-transparent .banner-intro .banner-text{margin-top:60px}.banner-intro .banner-text:not(.style-modern){font-size:18px}.banner .banner-text:not(.dark){color:#fff}.banner .text-shadow{text-shadow:0 3px 30px rgba(0,0,0,0.8)}.banner .breadcrumb li:not(.active) a:hover{color:#fff;box-shadow:0 1px 0 #fff}.banner .boxed{background-color:rgba(0,0,0,0.75);color:#fff;padding:30px;width:100%;text-shadow:none;-ms-border-radius:0px;border-radius:0px}.banner .boxed h3,.banner .boxed h4,.banner .boxed h5{font-weight:600;letter-spacing:-0.05em}.banner .boxed h3:not(:last-child),.banner .boxed h4:not(:last-child),.banner .boxed h5:not(:last-child){margin-bottom:5px}.banner .boxed h2,.banner .boxed h3,.banner .boxed h4,.banner .boxed h5,.banner .boxed p{color:inherit;line-height:1.35}.banner .boxed.boxed-w{background-color:rgba(255,255,255,0.85);color:#15181b}.banner .boxed.boxed-p{background-color:rgba(255,153,51,0.85)}.banner .boxed.boxed-p a.btn-link{color:#fff}.banner .boxed.boxed-s{background-color:rgba(62,98,172,0.85)}.banner .boxed.boxed-s a.btn-link{color:#fff}.banner .boxed:not(.center):not(.al-center):not(.al-right){text-align:left}.banner .boxed:not([class*="wide-"]){max-width:350px}.banner .banner-sider .boxed{float:right}.banner .banner-boxed{padding:30px 30px 32px;background:rgba(0,0,0,0.75);-ms-border-radius:0px;border-radius:0px}.banner .banner-boxed.boxed-w{background-color:rgba(255,255,255,0.85);color:#15181b}.banner .banner-boxed.boxed-p{background-color:rgba(255,153,51,0.85)}.banner .banner-boxed.boxed-p a.btn-link{color:#fff}.banner .banner-boxed.boxed-s{background-color:rgba(255,83,38,0.85)}.banner .banner-boxed.boxed-s a.btn-link{color:#fff}.banner .more-cta:not(:first-child){margin-top:30px}.banner .title-intro,.banner .title-intro-sub{line-height:1;font-weight:600;text-transform:uppercase}.banner .title-intro+p,.banner .title-intro-sub+p{margin-top:30px}.banner .title-intro{font-size:3.5em;letter-spacing:-0.04em}.banner .title-intro-sub{font-size:1.65em}.banner .page-breadcrumb,.banner .banner-sider{max-width:400px;width:100%;position:absolute;right:0;text-align:right;top:50%;transform:translateY(-50%)}.banner.banner-cpn-bottom .banner-cpn{padding:0;top:auto;bottom:0;transform:translateY(0);background:rgba(0,0,0,0.75)}.banner.banner-cpn-bottom .banner-text{padding-top:25px;padding-bottom:25px}.banner.has-bg:not([class*="-filter"]):after{opacity:.5}.banner.style-v1.has-bg:not([class*="-filter"]):after{opacity:.85}.banner.style-v1 .banner-text{text-shadow:none}.banner.dark-filter:after{opacity:.75}.banner.light-filter:after{opacity:.25}.banner.no-filter.has-bg:after{opacity:0.01}
 
 .banner-text p, .boxed-s p{font-size:25px;color:#333;}
 .banner-text p{
       font-size: 24px;
       color:#333;
       background: #fff;
       padding: 10px 20px;
       text-shadow:
       1px 1px 0 #fff,
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
       width: 50%;
       }
	   .text-width h1{text-shadow:
       1px 1px 0 #fff,
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;}
	   .text-width p{text-shadow:
       1px 1px 0 #fff,
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;color:#000}
 .button-custom{background:#fff;border-radius:10px;padding:10px;font-size:20px;border:2px solid #3e62ac;line-height:18px;color:#3e62ac;font-weight:600; }
 .margintop10{padding-top:10px}
 .paddingbottom50{padding-bottom:50px}
 .paddingtop20{padding-top:20px}
 .contact-info i{font-size:30px}
.contact-inner-desc a{color:#6d6f77;text-decoration:underline}
 .contact-inner-desc a:hover{color:#fff;text-decoration:none}
 .button-customlink{text-decoration:underline}
 .button-customlink:hover{text-decoration:none}
 .provide-services {
    padding-top: 60px;
}
.imageright img {
    width: 100%;
}
 @media (min-width: 1281px) {
	 
	 
} 
.banner-text h1.webpgtitle{ position: relative;top: 80px;}
@media(max-width: 767px){.banner .page-breadcrumb, .banner .banner-sider{position:static}
.banner-text h1{padding-left:15px;padding-right:15px;text-align:center;margin-top:-56px}
.logo img {padding-top: 5px!important;padding-bottom: 5px!important;}
.button-custom{font-size:14px}
.banner-text p{padding-left:15px;padding-right:15px;text-align:center;}
} 	





.modalfull{width:90%}
.copy-right p{text-align:left!important;    font-size: 14px !important;}
.copyrightlink{text-align:right}

.aligncenter{text-align:center}
.copyrightlink a {color: #949699;
font-size: 14px;cursor:pointer

}

.copyrightlink a:hover{color:#3e62ac;transition: all 0.4s ease 0s;}
.liststyle{}
.liststyle li{margin:0 0 0 40px;background: url(../img/listicon.png) no-repeat left 5px;padding:0px 0 5px 25px;font-size:14px}
#privacypolicy .modal-body, #TermsandConditions .modal-body{padding-left:25px;padding-right:25px}
#privacypolicy p b, #TermsandConditions p b{font-size:16px;color:#000}
#privacypolicy p, #TermsandConditions p{line-height:20px;margin-bottom:15px}
.popbutton{background: #3e62ac none repeat scroll 0 0;color:#fff}
.popbutton:hover, .popbutton:focus, .popbutton:visited, .popbutton:active{background: #0ea3b6 none repeat scroll 0 0;color:#fff}
.modal-backdrop{z-index:11111;}
.modal{z-index:11112;}