

/*====================================================
                   call-to-action Section 
======================================================*/

.call-to-action {
  margin:0;
  background: #124877;
  min-height: 146px;
  color: #fff;
  padding: 42px 0; }
  .call-to-action h4 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;color: #fff; }
  .call-to-action .description {
    font-size: 17px;
    color: #999999; }
  .call-to-action .phone {
    margin-top: 12px;
    padding-right: 4px;
    font-size: 17px; }
    .call-to-action .phone span {
      color: #999; }

@media only screen and (max-width: 997px) {
  .call-to-action {
    text-align: center; }
    .call-to-action .description {
      margin-bottom: 30px; } }

@media only screen and (max-width: 559px) {
  .call-to-action h4 {
    font-size: 24px; }
  .call-to-action .description {
    font-size: 15px; } }


/*====================================================
             About Us Section
======================================================*/

#about1 {}

.about-col a:hover {text-decoration:none;}

#about1 .container {
  position: relative;
}

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

#about1 .about-col:hover {
	box-shadow: 0 0 20px #ccc;
}
#about1 .img-sub {  overflow: hidden;}
#about1 .about-col .img1 {
	   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
      display: block;
   position: relative;
   overflow: hidden;
}
#about1 .about-col:hover .img1 {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

#about1 .about-col .img2 {
	-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;   
}
#about1 .about-col:hover .img2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

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

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

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

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

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

#about1 .about-col:hover i {
  color: #18d26e;
}

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

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

#about1 .about-col h2 a:hover {
  color: #18d26e;
}

#about1 .about-col p {
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
#about1 .vtitle {margin:40px 0 20px;}
/*====================================================
             Hieghlights Section
======================================================*/

#tagline {
	background-image1: linear-gradient(to right top, #0f335d, #113b6b, #13437a, #154b89, #185398);
	background-image1: linear-gradient(to right top, #051937, #522d5e, #a33c68, #e26156, #fba134);
	background-image: linear-gradient(to bottom, #e1e1e1, #e8e8e8, #f0f0f0, #f7f7f7, #ffffff);
	margin:0;
	padding:50px 0 40px;
}

.serviceBox{
    background: linear-gradient(to right,#fbdd13,#EE8B2C);
    text-align: center;
    padding: 15px 20px 5px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
	width:100%
}
.serviceBox:before{
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 0 30px 0 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
}

.serviceBox .title{
    color: #EE8B2C;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.serviceBox .title:after{
    content: '';
    background-color: #EE8B2C;
    height: 4px;
    width: 30%;
    margin: 5px auto 0;
    display: block;
    clear: both;
}
.serviceBox .description{
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    margin: 0 0 25px;
}

.serviceBox.green{ background: linear-gradient(to right,#ABED1A,#00693E); }
.serviceBox.green .title{ color: #00693E; }
.serviceBox.green .title:after{ background-color: #00693E; }

.serviceBox.blue {background: linear-gradient(to right,#02BAEC,#0F335D);	}
.serviceBox.blue .title{ color: #0F335D; }
.serviceBox.blue .title:after{ background-color: #0F335D; }

.serviceBox.red {background: linear-gradient(to right,#ffac81,#f71735);	}
.serviceBox.red .title{ color: #f71735; }
.serviceBox.red .title:after{ background-color: #f71735; }

.serviceBox .service-icon{
    color: #77787a;
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 40px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
    position: relative;
    z-index: 1;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 10px 0 40px; }
}

#about1 h1 {padding:0px 0 20px}
h1 span {color:orange}

#slide .badge {font-size:95%}
#slide {
	margin-top:0px;margin-bottom:0;
	position: relative;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
/*	width:100%; display: flex; margin:0 auto; background:rgba(238, 238, 239, 0.9);position:relative;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

.owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.8s ease;
}

.owl-item > div {
  cursor: pointer;
  margin: 0 4%;
  transition: margin 0.8s ease;/**/
}

.owl-item.center > div {
  cursor: auto;
  margin: 0
	-webkit-animation: slide-bg linear 5000ms infinite;
	animation: slide-bg linear 5000ms infinite;

}

.owl-carousel {margin-top:0px}
.owl-theme .owl-dots, .owl-theme .owl-nav {display:none;}
.owl-item.center .slide-content, .slide-content {position:absolute; bottom:30px;right:0px;margin-right:0px;background:rgba(0,0,0,.4) !important;	color:white; padding:10px}

.slide-content {margin-right:4%;}
.slide-content h2 {color:white;pading-bottom:10px;bottom:0px}
.slide-content badge {font-size:80%; padding:.35em .45em; font-weight:400}
@-webkit-keyframes slide-bg {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
}
@keyframes slide-bg {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
}

