body{
    background: #fff;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: visible;
	
}
@media (min-width: 768px){
	header {
		min-height: 50%;
	}
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    color: #fff;
    background-image: url(../images/intro-bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding: 370px 0px;
	
}
.text-slider { background:  padding: 20px 0px; margin:0px;  }
.text-slider h1{ font-size:46px; padding: 10px; margin: 0px; color: #0b244d; font-weight: 300; }

.top-links{ background: #F3797B; padding: 6px 0px; color: #ffffff; }
.top-links a{ color: #ffffff; margin: 0px 5px; }
.top-links a:hover{ color: #efefef; text-decoration: none; }
.top-header{ 
background: #FFFFFF; padding: 0px 0px; 
}
.center-block{ margin: 0px auto; }

hr {
    border-color: #c3c3c3;
	margin: 7px 0px;
}


a:hover, a:active, a:focus {
  text-decoration: none;
}

.navbar-default {
    background-color: #FFFFFF;
    border: none !important;
    border-radius: 0px;
    margin: 0px;
	
	transition: 0.3s;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
	
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
    }
}
.nav>li>a {
    position: relative;
	font-size: 15px;
    display: block;
    padding: 25px 35px;
	text-transform: uppercase;
	font-weight: 400;
	background: Transparent;
}
.navbar-default .navbar-nav>li>a {  color:#1A5F8A; }
.panel-green .panel-heading
{
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #007bff;
	background: Transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #007bff;
	background: Transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover {
    color: #1A5F8A !important;
	background: Transparent !important;
}

/*here*/
.custom-nav-links {
  display: flex;
  flex-direction: column;
}
.navbar-content-holder {
  display: flex;
  align-items: center;
}

.navbar-collapse {
  flex: 1;
}

.custom-nav-links {
  display: flex;
  flex-direction: column;
}
.navbar-brand {
    float: left;
    padding: 0px 15px !important;
}
@media screen and (max-width: 767px) {
  .navbar-header {
    flex: 1;
  }
  
 .navbar-collapse {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    background: #F8F8F8;
  }
  

}


/*end here*/
.dropdown-menu>li>a:focus {
    display: block;
    padding: 15px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
	color: #1A5F8A;
	background: Transparent;
}
.dropdown-menu>li>.open>a:focus, {
    color: #007bff;
	background: Transparent;
}

.dropdown-menu>li>.open>a:hover, {
    color: #007bff;
	background: Transparent;
}

.boxed-width {
    background: transparent;
    overflow: hidden;
    border: none;
    border-radius: 0px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00428a;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #004a99;
  padding: 30px 0 0 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 10px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
  text-align: left;
  font-weight: normal;
}

#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 14px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 46px;
  height: 46px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .footer-top .social-links a {
    margin-bottom: 10px;
  }
}
#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
  font-weight: normal
  
  
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
  text-decoration: none;
}

#footer .footer-top .footer-contact {
  margin-bottom: 10px;
}

#footer .footer-top .footer-contact p {
  line-height: 18px;
  color:#FFFFFF;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #footer .footer-top .footer-newsletter {
   margin-top: 10px;
  }
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
  
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
  padding-bottom: 10px;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}
.sub-footer{
    background: url('../images/sub-footer-bg.png') no-repeat center center #efefef;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0px;
    margin-top: 0px;
    color: #222222 !important;
    z-index: 2; 
    position: relative;
}

.page-header{
    margin-top: 10px;
}
.customhr
{
    background: none !important;
    border-top: 1px solid #E4E4E4;
    max-width: 100%;
    height: auto;
    padding-top: 30px;
    margin-top: 30px;
}
section {
    padding: 10px 0px;
    color: #222222;
    background-color: #FFFFFF;
    z-index: 1; 
    position: relative;
}

section h1{
	color: #222222;
	font-weight: 300;
	font-size: 30px; 
}
.sectionhighlight{ background-color: #f1f1f1; }
.sectionnotop{ padding-top: 0px; }
h1.sectionheader { 
	display: inline-block;
	padding: 15px 15px;
	position: relative;
	margin-bottom: 20px;
	
	font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3966B0;
	
}

h1.sectionheader::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #E56125;
    bottom: 0;
    left: calc(50% - 20px);
}

h1.sectionheader::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #3966B0;
    bottom: 1px;
    left: calc(50% - 60px);
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
blockquote {
  background-color: #ffffff;
  background-color: rgba(0,0,0,0.2);
  margin: 1.5em 10px;
  padding: 20px;
  quotes: "\201C""\201D""\2018""\2019";
  color: #ffffff;
}
blockquote:before {
  color: #efefef;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.btn-custom {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #007BFF;
  border: 2px solid #007BFF;
  border-radius: 25px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px 28px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 10px;
}

.btn-custom:hover {
  background: none;
  border-color: #007BFF;
  color: #1844A8;
}

.btn-group-xl>.btn, .btn-xl {
    padding: 20px 36px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0px;
}


.btn-lblue {
    color: #222222;
	border-radius: 0px;
    background-color: #59B9DD;
    border: none;
}
.btn-lblue:hover {
	color: #222222;
    background-color: #59B9DD;
    border: none;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.opacity-section{
    padding: 30px; background-color: #efefef; background-color: rgba(239, 239, 239, 0.4); border-radius: 5px;
    overflow: auto;
}
.footer-copyright{
    padding:8px;
    color: #efefef;
    background-color: #111111;
}

.form-control { margin: 3px; }

.social-icons{
	display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 1;
    background: transparent;
    margin: 0px 5px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(51,51,51,0.3);
}
.social-icon-facebook:hover{
	background: #174289;
}
.social-icon-youtube:hover{
	background: #174289;
}
.social-icon-linkedin:hover{
	background: #174289;
}
.social-icon-google:hover{
	background: #174289;
}
.social-icons > i{ 
	float: left;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 50px;
    line-height: 50px;
}
small.footnote{ font-size: 75%; }

/*BOX*/

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
	background-color: #ffffff;
}
.box-icon {
    background-color: #3966B0;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon-pink {
    background-color: #F3797B;
}
.box-icon span {
    color: #fff;
    display: table-cell;
	font-size: 2em;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
}
.feature-icon{
	width: 100px;
    height: 100px;
    font-size: 50px;
    color: #fff;
    line-height: 100px;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #337AB7;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  position: relative;
  background: url("../images/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}

@media (max-width: 991px) {
  #intro {
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

#intro .intro-img {
  width: 50%;
  float: right;
}

@media (max-width: 991px) {
  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}

#intro .intro-info {
  width: 50%;
  float: left;
  padding-left:40px;
}

@media (max-width: 991px) {
  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    padding-bottom: 20px;
    color: #556877;
}
.p-contact {
    text-align: left;
    margin: auto;
    font-size: 14px;
    padding-bottom: 2px;
    color: #ffffff;
	font-weight:normal;
	
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}
/*WHY*/


#why-us {
  padding: 60px 0;
  background: #EAF4FE;

}

#why-us .section-header h3, #why-us .section-header p {
  color: #3966B0;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  /*height: 100%;*/
}

@media (max-width: 991px) {
  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
   #why-us .card {
    margin-bottom: 15px;
  }
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 14px;
  color: #d8eafe;
  font-weight: normal;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}
.card-text{
	 padding: 10px 40px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta { 
  background: linear-gradient(rgba(66, 84, 81, 0.5), rgba(43, 56, 54, 0.5)), url("../images/call_to_action.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}


.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}


.cta p {
  color: #fff;
  font-size: 18px;
}

.cta .cta-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #007BFF;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #007BFF;
  border: 2px solid #007BFF;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  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;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*effects*/

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features_detail h3 {
  font-weight: 400;
  font-size: 34px;
  color: #21413c;
}

.features_detail p {
  padding: 30px 0px;
}

.features_detail .icon-box {
  margin-top: 44px;
}

.features_detail .icon-box i {
  font-size: 48px;
  float: left;
  color: #1bac91;
}

.features_detail .icon-box h4 {
  font-size: 22px;
  font-weight: 500;
  margin-left: 60px;
  color: #21413c;
}

.features_detail .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.img-fluid {
	max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
  background: #F1F1F1;
  padding-bottom:30px;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -40px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-align:center;
}

.services .title a {
  color: #111;
 
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #3498db;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}


/* Main Services Section
--------------------------------*/
#mainservice {
 
}

#mainservice::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#mainservice .container {
  position: relative;
  z-index: 10;
}

#mainservice .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#mainservice .about-col .img {
  position: relative;
}

#mainservice .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#mainservice .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #007BFF;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#mainservice .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#mainservice .about-col:hover .icon {
  background-color: #fff;
}

#mainservice .about-col:hover i {
  color: #007BFF;
}

#mainservice .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#mainservice .about-col h2 a {
  color: #000;
}

#mainservice .about-col h2 a:hover {
  color: #007BFF;
}

#mainservice .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
