/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;font-size:14px; letter-spacing:1px;
}

a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #ef3135;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #003333;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #1e4356;
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  background: rgba(0, 102, 102, 0.8);
  height: 100px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  margin-top:-22px;
  max-height: 70px;
}

#main {
  margin-top: 80px;
}
.phone{border-right:1px solid #777;padding-right:20px;}

.mail{text-align:center;padding-left:15px;}
.imgsize{height:30px;padding-right:15px;}
.imgsize1{height:30px;}
.bookonline{background-color:#ef3135;text-align:center;padding-top:18px;font-weight:bold;max-width:15%;}
.bookonline a{color:#000;}
.bookonline a:hover{color:#eee;}
.h-100 {
    border: 1px dotted #cc2222;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */


.navmob{display:none;}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;background: rgba(0, 102, 102, 0.8);box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s; border-radius:1px;
   
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 20px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding:5px 0;
 background: rgba(0, 102, 102, 0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;border-bottom:1px solid #669999;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #ddecf5;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
  
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 102, 102, 0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 102, 102, 0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/
#rjk {
 
  height: 90vh;position:relative;
  background: linear-gradient(to right, rgba(107, 108, 109, 0.3), rgba(107, 108, 109, 0.4)), url("../img/hero-bg.png") no-repeat fixed;
  z-index: 0;background-size:cover;top:0;
}



#rjk .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#rjk h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative; text-shadow: 1px 1px #004444;
	margin: 30px 0 60px; margin-bottom: 30px;
  font-size: 44px;
  
}
 #rjk h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #004444;
	left: 0;
	right: 0;
	bottom: -10px;
}
#rjk p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#rjk .carousel-control-prev, #rjk .carousel-control-next {
  width: 10%;
}

#rjk .carousel-control-next-icon, #rjk .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#rjk .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#rjk .btn-get-started:hover {
  background: #208584;
  color: #fff;
  text-decoration: none; border: 2px solid #218486;
}
.pull-right {
  float: right !important;
}
@media (min-width: 1024px) {
  #rjk p {
    width: 60%;
  }
  #rjk .carousel-control-prev, #rjk .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #rjk h2 {
    font-size: 28px;
  }
  #rjk::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #rjk::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
  
  #header .logo img {
  padding: 0;
  margin: 0;
  margin-top:3px;
  max-height: 70px;max-height:50px;
}
#promise img{display:none;}
.flogo {margin:0 auto;max-width:200px;}
 .navpc1{display:none;}
.navmob{max-width:370px;}
.navmob{display:block;height:50px;background-color:#004444;color:#fff;margin-top:0px;padding-top:15px;}
   
 .bookonline{margin-top:5px;margin-left:20px;padding:10px;padding-top:15px;border-radius:1px;width:250px;font-size:13px;} 
}

@media (max-width: 575px) {
  #rjk::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #rjk::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
  .navmob{max-width:80%;}
.bookonline{margin-top:25px;margin-left:10px;padding:5px;padding-top:15px;border-radius:1px;font-size:10px;width:150px;}
.phno{font-size:12px;}
.imgsize1,.imgsize{max-height:20px;}
.imgsize{padding-right:7px;}
.phone{padding-right:5px;}
.mail{padding-left:5px;}
}
@media (max-width: 325px) {
	.navmob{max-width:95%;}
}
/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
#services {
min-height: 50vh;position:relative;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.8)),  no-repeat fixed;
  z-index: 0;background-size:cover;top:0;
}
#services .serimg{border:.5px solid #eee;text-align:center;padding:15px;}
#services .serimg img{max-width:100px;}
.serimg h6{color:#fff;padding-top:15px;}
.serimg{
   background-position: 0 0;
  color:#fff;
  background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #006666 50%,
    #006666);
  background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    
}
.serimg:hover{
  background-position: 0 0;
  color:#fff;
}
#location .container{border:1px solid #bbb;border-top:1px solid #ccc;}
.locationhead{background-color:#eee;color: #006666;font-weight:900;height:40px;padding:5px;text-align:center;}
#location .col-sm-3{text-align:center;padding-top:10px;}
#location .rawsec{margin:20px 0px;}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
#whyrjk {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}
#whyrjk h2 {
	color: #004444;
	text-align: center;
	text-transform: uppercase;
	
	position: relative; 
	margin: 30px 0 60px;
}
#whyrjk h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #004444;
	left: 0;
	right: 0;
	bottom: -10px;
}
#whyrjk h3 {
 text-align:center;
}
#whyrjk .desc{
 text-align:center;padding-top:30px;line-height:25px;
}

#whyrjk .btn {
  
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 42px;
  background: #176c6c;
  border-radius: 6px;
  transition: 0.5s;color:#fff;padding-top:9px;margin-top:30px;
}

#whyrjk .btn:hover {
  background: #074e4f;
}
#whyrjk .btn a{
color:#fff;
}

#whyrjk .btn a:hover {
color:#fff;
}
#whyrjk .video-box {
  position: relative;
}

#whyrjk .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}
#whyrjk .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#009999 50%, rgba(30, 67, 86, 0.3) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

#whyrjk .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#whyrjk .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(18, 147, 147, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#whyrjk .play-btn:hover::after {
  border-left: 15px solid #009999;
  transform: scale(20);
}

#whyrjk .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* section Testimonial */

#testimonial{ height: 110vh;position:relative;
  background: linear-gradient(to right, rgba(00, 00, 00, 0.1), rgba(00, 00, 00, 0.2)), url("../img/bg1.png") no-repeat fixed;
  z-index: 0;background-size:cover;top:0;}
#testimonial h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative; 
	margin: 30px 0 60px;
}
#testimonial h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -10px;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #eee;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #99cccc;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #fff, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #000;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#testimonial .col-sm-12{text-align:center;}
#testimonial .btn {
  
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 42px;
  background: #004444;
  border-radius: 6px; 
  transition: 0.5s;color:#fff;padding-top:9px;margin-top:30px;
}
#testimonial .btn a{
  
  color:#fff;
}

#testimonial .btn:hover {
  background: #003333;
}
/*----------------------Rating---------------------*/


.ratehead{
     padding: 0 10px;float: left;}
.rate {
    border: 1px solid #cccccc;
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* end Testimonial */

/*----------------------promises------------------------*/

#promise {min-height: 50vh;position:relative;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.8)),  no-repeat fixed;
  z-index: 0;background-size:cover;top:0;}
 #promise h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative; 
	margin: 30px 0 60px;
}
 #promise h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -10px;
}
 #promise img{margin-top:-280px;max-height:100vh;margin-bottom:-60px;}
 #promise .cnt h1{color:#fff; font-size:55px;text-align:center;}
 #promise .cnt p{color:#fff; text-align:center;}
.readmore{color:#fff;text-align:right;}
  #promise .readmore a{color:#fff;}
 
   #promise .readmore a:hover{color:#003333;}
/*--------------------------- footer ----------------------------*/
.fcall{color:#003399;margin-bottom:13px;}
#footer{min-height: 90vh;position:relative;
  background: url("../img/bg.png") no-repeat fixed;
  z-index: 0;background-size:cover;top:0; }
 #footer .col-sm-12{text-align:center; max-width:70%;  margin:0 auto;}
#footer .quote{
  
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  background: #bbbbbb;
  border-radius: 6px;font-weight:bold; 
  transition: 0.5s;color:#003333;padding:25px;margin-top:30px; font-size:16px;
}
#footer .col-sm-3{margin-top:100px;}
#footer .addr{font-weight:bold; font-size:16px;margin-left:15px;padding-top:20px;color:#004444;}
#footer h5{font-weight:bold;padding-bottom:5px;color:#004444; }
#footer h5 .btm{border-bottom:2px solid #003333;padding-bottom:5px; max-width:100px;}
#footer h5 .btm1{border-bottom:2px solid #003333;padding-bottom:5px; max-width:120px;}
#footer h6{padding-top:10px;font-weight:400;color:#003333;}
#footer h6{padding-top:10px;font-weight:400;color:#003333;}
#footer h6 a{color:#003333;}
#footer h6 a:hover{color:#ef3135;}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #006666;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;margin-top:30px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ef3135;
  color: #fff;
  text-decoration: none;
}
#footer .social-links a.fb:hover{
	background: #325c94;
}
#footer .social-links a.instagram:hover{
	background: #cb0063;
}

#footer .social-links a.twt:hover{
	background: #00abdc;
}

#footer .social-links a.gplus:hover{
	background: #dd4b39;
}

#footer .social-links a.linkdin:hover{
	background: #007bb6;
}

#footer .social-links a.youtube:hover{
	background: #ea4c89;
}
#copyright{clear:both;background-color:#004444;height:10vh;color:#fff;text-align:center;padding:30px;margin-bottom:0;}
  
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
/*------------------------INNER PAGE-----------------------------*/
 #heading{padding-bottom:20px;}
#heading h1 {
	color: #006666;font-size:50px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative; 
	margin: 30px 0 10px;
}
 #heading h1::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #006666;
	left: 0;
	right: 0;
	bottom: -10px;
}

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

#servicesinr{ min-height: 60vh;position:relative;
  background:url("../img/services/banner.jpg") no-repeat fixed;
  z-index: 0;background-size:100%;top:0;}

.servicesinr {
  padding-bottom: 10px;
}

.servicesinr .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.servicesinr .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.servicesinr .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.servicesinr .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.servicesinr .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.servicesinr .card-title a {
  color: #005555;
  transition: 0.3s;
}

.servicesinr .card-text {
  color: #222;
}
.servicesinr img{margin-right:20px;}
.servicesinr .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.servicesinr .read-more a:hover {
  color: #003333;
}

.servicesinr .card:hover img {
  transform: scale(1.1);
}

.servicesinr .card:hover .card-body {
  border-color: #339999;
}

.servicesinr .card:hover .card-body .card-title a {
  color: #339999;
}
/*--------------------------services Details---------------------*/


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 20px;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0  0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

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

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

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

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

.services .icon-box-pink .icon {
 background:rgba(255, 0, 0, 0.2);
}

.services .icon-box-pink .icon i {
  color: #ef3135;
}

.services .icon-box-pink:hover {
  border-color: #ef3135;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}
.services .read-more{margin-top:10px;}
.services .read-more a {
  color: #339999;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;float:none;
}

.services .read-more a:hover{
  color: #003333;
}
/*--------------------------------Book Online-----------------------------------*/
.contact h4 {
  color: #005555;
  transition: 0.3s;
}
.contact p{color:#000;padding-top:15px;}
.divider-line{border-bottom:1px solid #ddd;margin-bottom:30px;padding-top:15px;}
.contact h6{color: #666;font-size:18px;}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}

.contact .info-box i {
  font-size: 32px;
  color: #006666;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #009999;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #006666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;color:#000;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #68A4C4;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #006666;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #009999;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}
@media (max-width: 768px) {

	#servicesinr{ min-height:30vh;}
#footer .col-sm-3{margin-top:30px;text-align:center;}
#footer h5 .btm{text-align:center;margin:0 auto;}
#footer h5 .btm1{text-align:center;margin:0 auto;}
}
@media (max-width: 580px) {
	#servicesinr{ min-height:20vh;}
}
@media (max-width: 380px) {
	#servicesinr{ min-height:10vh;}
}
@media (max-width: 350px) {
	#servicesinr{ min-height:10vh; background:none;background: url("../img/services/banner1.png") no-repeat fixed;background-size:100%;}
}