/* commen Css*/
*{ margin: 0; padding: 0; } 
body{
    font-size: 14px;
     font-family: 'Arimo', sans-serif;
}
img{ border: none;}
ul{ list-style: none}
a{ text-decoration: none}
a:focus{ outline: none; }
p{ line-height: 22px;}
.container{ max-width: 1240px!important;  }
/* Main Css */
header{
    padding: 30px 0;
}
.icon {
    width: 10%;
    float: left;
	margin-right: 6px;
}
.para{
   width: 79%;
    float: left;
    
}

.para h3{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #555555;
    padding-bottom: 10px;
}
.para p{
    font-size: 13px;
    font-family: 'Arimo', sans-serif;
    color: #555555;
    margin-bottom: 0;
}
.socialicon{
    float: right;
    padding-top: 1.5em;
}
.socialicon ul li{
    display: inline;
}
.socialicon ul li i{
    display: inline;
    color: #21b08f;
    font-size: 18px;
    padding: 0 10px;
}
.socialicon ul li a{
    text-decoration: none;
}
.call{
    background: rgb(58, 191, 161);
    width: 30%;
     padding-left: 40px;
    padding-top: 10px;
    position: relative;
    z-index: 999;
    
}
.call h3{
    color: #fff;
    font-family: Arimo;
    font-weight:600;
    margin: 0;
    font-size: 18px; 
}
.call h3 span{
    font-weight: 300;
    font-size: 16px;
}
.service{
    padding: 4em 0;
    background-color: #fff6ef
}
.serbox {
   text-align: center;
    margin-top: 40px;
}
.serbox img{
    border: 5px solid #21b08f;
}
.serbox h3{
  color: #000000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding-top: 25px;
}

.heading {
    text-align: center;
}
.heading h1{
    margin: 0;
    color: #0a2045;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
}
.castle{
    background: #0eaf8a;
    padding: 4em 0;
}
.castle .heading h1{
    color: #fff;   
}

.castle .content {
  position: relative;
  width: 95%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
    margin-top: 40px;
    border: 4px solid #fff;
}

.castle .content .content-overlay {
 background: rgba(3, 25, 60, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.castle .content:hover .content-overlay{
  opacity: 1;
}

.castle .content-image{
  width: 100%;
}

.castle .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.castle .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.castle .content-details h3{
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5em;
    font-size: 18px;
    text-align: left;
     font-family: 'Arimo', sans-serif;
}

.castle .content-details p{
  color: #fff;
  font-size: 0.8em;
}

.castle .fadeIn-bottom{
  top: 80%;
}

.castle .fadeIn-top{
  top: 20%;
}

.castle .fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.testimonail{
    background-color: #848484 !important;
    padding: 3em 0;
}
.testimonail .heading h1{
    margin: 0;
    color: #fff;
    font-size: 30px;  
}
.testimonailbox {
    text-align: center;
    margin-top: 30px;
}
.testimonailbox img{
    max-width: 120px;
    border-radius: 100%;
    margin: auto;
}
.testimonailbox p{
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    padding:20px 0;
    line-height: 24px;
     font-family: 'Arimo', sans-serif;
}
.testimonailbox h4{
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
     font-family: 'Arimo', sans-serif;
    
}
.testimonail .carousel-indicators{
    position: absolute;
    bottom: -50px;
}
.testimonail .carousel-indicators li{
    border-radius: 100%;
    height: 8px;
    width: 8px;
    background: none;
    border: 2px solid #ccc;
}
.testimonail .carousel-indicators li.active{
    background: #fff;
    border: 2px solid #fff;  
}
.appointment{
    background-color: #0a2045;
    padding: 3em 0;
}
.appointment h4{
    margin: 0;
    font-family: 'Arimo', sans-serif;
   color: #9aacbd;
    font-weight: 600;
    font-size: 18px;
}
.appointment form{
    padding-top: 2em;
}
.appointment form span{
    color: #9aacbd;
    font-weight: 600;
    font-size: 14px;
}
.appointment form input{
    border-radius: 5px;
    margin-bottom: 0;
}
.appointment form select{
    border-radius: 5px;
    margin-bottom: 0;
     font-size: 14px;
     color: #333;
    height: 39px;
    margin-top: 30px
}
.appointment form textarea{
    border-radius: 5px;
    margin-bottom: 0;
    height:160px;
}
.appointment form button{
    width: 60px;
    height: 30px;
    background: #fff;
    padding: 0;
    border-radius: 3px;
    border: none;
    font-size: 16px;
}
.map {
    margin-top: 60px;
}
footer{
    background-color: #051633;
    padding: 20px 0
}
footer p{
    margin-bottom: 0;
    font-size: 14px;
    color: #9aacbd;
     font-family: 'Arimo', sans-serif;
        
}
.aboutus {
    padding: 3em 0; 
}
.abtpara{
     padding-left: 40px;
}
.abtpara h2{
    margin: 0;
   
    font-size: 22px;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
.abtpara h2:after{
   content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background:#071834 !important;
    margin: 16px 0 12px 1px;
}
.abtpara p{
    font-size: 13px;
    font-family: 'Arimo', sans-serif;
    color:#555555;
    line-height:30px;   
}
.abtleft{
    text-align: center;
    padding: 2em 0;
}
.abtleft h3{
    font-weight: 600;
   font-family: 'Arimo', sans-serif;
    color: #555555;
    margin: 0;
    font-size: 18px;
    padding-bottom: 5px;
}
.abtleft p{
    color:#555555;
    font-size: 14px;
     font-family: 'Arimo', sans-serif;
}
.infobox{
    text-align: center;
}
.infobox h3{
    margin: 0;
     font-family: 'Arimo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
}
.infobox h3:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background:#071834 !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
}
.infobox{
    width: 90%;
    margin: auto;
}
.infobox p{
    color:#555555;
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
}
.feetocontact{
    background: #21b08f;
    padding: 1.5em 0;
}
.feetocontact h1{
    font-family: 'Playfair Display', serif;
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-style: italic;
    text-align: right;
    line-height: 45px;
}
.feetocontact a{
    text-decoration: none;
}
.feetocontact button{
   height: 45px;
    width: 140px;
    border-radius: 5px;
    border:none;
    color: #d26659;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.contactus{
     padding: 3em 0;
}
.contactinfo{
    
}
.contactinfo h2{
    font-family: 'Arimo', sans-serif;
     margin: 0;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    
}
.contactinfo h2.pd{
     padding-bottom:5px;
}
.contactinfo p{
    color: #555555;
    font-size: 14px;
    }
.contactinfo p.mb40{
    margin-bottom: 40px;
}
.faq{
      padding: 3em 0;
}
.accordion > .card > .card-header{
    background-color: #21b08f !important;
    color: #555!important; 
}
.accordion > .card > .card-header h2{
    font-weight: 600;
    cursor: pointer;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
}
.accordion .card-body h3{
    font-weight: 600;
    cursor: pointer;
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
     color: #555!important;
}
.accordion .card-body p{
    font-family: 'Arimo', sans-serif;
    color: #555555;
    font-size: 14px;
}
.accordion .card-body ul li{
    font-family: 'Arimo', sans-serif;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}
.mt30{
    margin-top: 30px;
}
.gallery{
     padding: 3em 0;
}
/*page styling*/
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 5px;
    padding: 20px;
}
.bs-right-panel{
	padding: 10px;
	width:100%;
	float:none;
	text-align:center;
	margin:0 auto;
}
.bs-right-panel img{
	width:100%;
	margin:0;
	padding:0;
	
}
.bs-callout:last-child {
    margin-bottom: 0px;
}
.bs-callout h4,
.bs-callout h5 {
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 600;
   
}
.gallery .nav-tabs .nav-link.active{
     background-color: #21b08f !important;
    color: #000!important;
}
.gallery .nav-tabs .nav-link{
     background-color: #21b08f !important;
    color: #000!important;
    border: none;
    margin-right: 2px;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 14px;
}
.gallery .nav-tabs{
    border-bottom: 1px solid #21b08f;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4,
.bs-callout-danger h5{
    color: #d9534f;
}

.header-title {
    color: #fff;
}
.title-thin {
	font-weight: 300;
}
.service-item {
	margin-bottom: 30px;
}
.ekko-lightbox-nav-overlay a {
    color: goldenrod;
}
.gallery-title {
    text-align: center;
	font-weight: 500;
	border-bottom: 1px dotted orange;
	margin-top: 1em;
}
.gallery img{
    margin-top: 30px;
}
.tab-pane{

}
.tab-pane h2{
     font-family: 'Arimo', sans-serif;
    color: #555555;
    font-size:24px;
    text-align: center;
}
.tab-pane hr{
    border-top: 3px solid #000!important;
    margin: 40px 0;
}
.servicepage {
    padding: 2em 0 3em 0;
}
.servicepage h1{
    font-family: 'Alegreya', serif;
    margin: 0;
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
}
.servicepage h3{
    font-family: 'Arimo', sans-serif;
   color:#555555;
    font-size:18px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.servicepage h4{
    font-family: 'Arimo', sans-serif;
   color:#555555;
    font-size:18px;
    font-weight: 600;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.innerbanner{
    padding: 5em 0;
    background-color: #0a1f44;
    position: relative;
    top: -30px;
}
.innerbanner h1{
    margin: 0;
    color: #fff;
     font-family: 'Alegreya', serif;
    font-weight: 400;
}
.servicepage p{
  color:#555555;
    font-size: 14px;
  font-family: 'Arimo', sans-serif;
    line-height: 24px;
}

.pd0{
    padding: 0!important;
}
.servicepage ul li{
   font-size: 14px;
  font-family: 'Arimo', sans-serif; 
    line-height:28px;
    color: #555555;
}
.servicepage img{
    margin-bottom: 30px;
}



.whatsapp-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
	text-decoration: none;
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    
    
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
        background-color: #767272;
    padding-top: 50px;
   
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 20px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 29px;
    height: 35px;
}
/* ------testimonial  close-------*/










.float {
    position: fixed;
    width: 58px;
    left: 8px;
    height: 58px;
    bottom: 8px;
    right: 18px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.img-1{
  width: 70% !important;
}