.sec_1 {
	padding-top: 108px;
    padding-bottom: 20px;
    background-image: url(../images/ban2.png);
   /* height: 80vh;*/
}
.sec_1 img{
	width: 100%;
	height: auto;
	padding-top: 50px;
}
.sec_1_head{
	margin-top: 15vh;
	float: left;
}
.sec_1_head h1{
	color: #253a6c;
}
.sec_1_head .btn{
	background: #2e8dc7;
	border: 1px solid #2e8dc7;
}
.sec_1_head a {
	color: #fff;
}
.sec_1_head a:hover{
	text-decoration: none;
	color: #fff;
}
.sec_1_head .btn:hover{
	background-color: #253a6c;
	border: 1px solid #253a6c;
}
.sec_1 .testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.sec_1 .testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.sec_1 .testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.sec_1 .testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.sec_1 .testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.sec_1 .testimonial .description{
    font-size: 15px;
    color: #324b7e;
    line-height: 25px;
    margin: 0;
}
.sec_1 .testimonial{
	width: 100%;
}
.sec_1 .owl-item {
	width: 100%
}
.sec_1 .testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.sec_1 .owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.sec_1 .owl-prev:before,
.sec_1 .owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.sec_1 .owl-next:before{ content: "\f054"; }



.service {
  background: #f7f7f7;
}

.service .item {
  position: relative;
  min-height: 366px;
  border-left: 1px solid #e8e8e8;
  overflow: hidden;
}
.service .item:last-child {
  border-right: 1px solid #e8e8e8;
}

.service .item .icon_box {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -39px;
}

.service .item .icon_box span {
  color: #48c7ec;
  font-size: 40px;
}

.service .item .icon_box h4 {
  font-size: 20px;
  margin-top: 12px;
}


.service .item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: #48c7ec;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.service .item:hover .overlay-box {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.service .item .overlay-box .icon_box {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    top: 0;
    margin-top: 70px;
    margin-bottom: 20px;
}
.service .item .overlay-box p,
.service .item .overlay-box .icon_box h4,
.service .item .overlay-box .default_link,
.service .item .overlay-box .icon_box span {
  color: #fff;
}

.service .item .overlay-box p {
  margin-bottom: 20px;
}


.iq-feature1 img{
  float: left;
  height: 50px;
  padding: 4px;
}


.zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
}

.image-card {
  position: absolute;
  top: 0;
  left: 0;
  
}

.image-card img {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  overflow: hidden;
}




.sec_3 .testimonial{
    margin: 15px;                        
    text-align: center;
    position: relative;
}
.sec_3 .testimonial img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.sec_3 .testimonial .title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.sec_3 .testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.sec_3 .testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}
.sec_3 .owl-theme .owl-controls{ margin-top: 0; }
.sec_3 .owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background:#2e8dc7;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.sec_3 .owl-prev:before,
.sec_3 .owl-next:before{
    content: "\f060";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 900;
}
.sec_3 .owl-next:before{ content: "\f061"; }
@media only screen and (max-width: 990px){
   .sec_3 .testimonial{ margin: 30px; }
}

.how-works .btn {
    background: #2e8dc7;
    border: 1px solid #2e8dc7;
}
.how-works .btn a{
  color: #fff;
}
.how-works .btn:hover {
    background-color: #253a6c;
    border: 1px solid #253a6c;
}
#contact-us h4{
  color: #fff;
}

.footer-area {
   padding-top: 88px;
  background-color: #000;
   
}

.footer-logo {
    margin-bottom: 10px;
}
.footer-logo img {
   height: 60px;
}
.fotter-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
.footer-title {
    margin-bottom: 8px;
}
.fotter-link li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
}
.footer-wrapper ul{
  list-style: none;
  padding-left: 0px;
}
.footer-icon {
    margin-top: 20px;
}
.footer-icon a {
    color: #fff;
    font-size: 13px;
    height: 36px;
    width: 36px;
    display: inline-block;
    background: #4ac4f3;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: .3s;
    margin-right: 5px;
}
.fotter-link li i {
    margin-top: 8px;
    width: 30px;
    width: 30px;
    float: left;
}
.footer-text p {
    color: #fff;
    margin-bottom: 0;
}
.footer-area h4{
  color: #fff;
} 
.fotter-menu a:hover{
 text-decoration: none;
}
.copyright p{
  color: #fff;
  float: left;
}
.footer-area hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(254, 247, 247, 0.97);
}
.design p{
  float: right;
  color: #fff;
}
.design a{
  color: #fff;
}
.design  a:hover{
  color: #fff;
  text-decoration: none;
}




.customer_logos {
  padding-top: 50px;
  padding-bottom: 50px;
} 
.customer_logos #testimonial-slider{
    overflow: hidden;
}
.customer_logos .testimonial{
    margin:0 15px;
}
.customer_logos .owl-theme .owl-controls .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#4ac4f3;
    padding: 7px 10px;
    transition: all 0.5s ease 0s;
}

.customer_logos .owl-theme .owl-controls .owl-buttons .owl-prev,
.customer_logos .owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 32%;
    opacity:0;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    transition: all 0.50s linear;
}
.customer_logos .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -7%;
}
.customer_logos .owl-theme .owl-controls .owl-buttons .owl-next{
    right: -7%;
    border-radius: 15px 0 0 15px;
}
.customer_logos .owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-5px;
}
.customer_logos .owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-5px;
}
.customer_logos .owl-prev:before,
.customer_logos .owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; font-weight: 900;
    color: #fff;
}
.customer_logos .owl-next:before{
    content: "\f054";
}



@media (max-width:768px){
    .sec_1_head h1 {
    font-size: 37px;
}
.sec_1_head {
    margin-top: 5vh;
    float: left;
}

}
@media (max-width:425px){
    .customer_logos .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0%;
}
.customer_logos .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0%;
    border-radius: 15px 0 0 15px;
}
}
@media (max-width:375px){
    .copyright p {
    float: none;
    text-align: center;
}
.design p {
    float: none;
    text-align: center;
}
}