
.head {
    width: 100%;
    height: 500px;
    text-align: center;
    color: white;
    padding-top: 10%;

}

p,a,h1,h2,h3,h4,h5,h6,ul,li {
	margin: 0;
	padding: 0;
}

.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #e6edf7;
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #053575;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #3a3a3c;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    height: 100%;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    -webkit-transform: translate(40%, -40%);
            transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #053575;
    border: 6px solid #fff;
    border-radius: 50%;
    opacity: 20;
    z-index: 10;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	        transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #053575;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #053575;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #053575;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

.section-title {
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}

.tag {
  text-transform: uppercase;
  position: relative;
  line-height: 2.5em;
  padding: 0 1em;
  display: inline-block;
}

.tag-regular {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #777; 
}

.tag-colored {
  background-color: #053575;
  color: #fff;
}

.tag:before,
.tag:after {
  content: "";
  height: 1px;
 
  width: 1000px;
  position: absolute;
  top: 50%;
  display: block;
}

.tag-regular:before,
.tag-regular:after {
  background-color: #ddd;  
}

.tag-colored:before,
.tag-colored:after {
  background-color: #053575;  
}

.tag:before{
  left: -1000px;
}
.tag:after{
  right: -1000px;
}

.card {
    height: 100%;
}

.col-md-4 {
    margin-bottom: 20px;
}

.col-md-6 {
    margin-bottom: 20px;
}

 .carousel-caption {
        
      top: 30%;
      -webkit-transform: translatey(-50%, -50%);
              transform: translatey(-50%, -50%);
  } 


@media  screen and (min-width: 526px) and (max-width: 767px)  {
     .carousel-caption {
        top: 20% !important;
        
    }
 .carousel-caption h1 {
     font-size: 20px;
 }

 .slide-button {
     font-size: 10px !important;
 }
}

@media screen and (max-width: 525px) {
    .carousel-caption {
        top: 30% !important;
    }
 .carousel-caption h1 {
     font-size: 15px;
 }

 .slide-button {
     font-size: 8px !important;
 }
 
}
.fa-arrow-circle-left, .fa-arrow-circle-right {
    font-size: 40px !important    ;
}

.round-img {
    border-radius: 30px
}

.gallery-title {
    background-color: #053575 ;
    border-radius: 25px;
    color: white;
    width: 30% ;
    padding: 15px;
    margin-bottom: 12px;
}

.whatsapp-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
  Z-index: 999;

 }



