* {
    margin: 0;
    padding: 0;
}

p{
	width: -webkit-fill-available;
	width: -moz-available;
	margin-bottom: 0.5rem;
}

body {
    font-size: 15px;
    overflow-x: hidden;
    letter-spacing: 0.01rem;
    font-family: 'Open Sans', sans-serif;
}

button:focus, .form-control:focus{
	outline: 0;
	box-shadow: none;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

.bd-b{border-bottom: 1px solid #ddd;}
.bd-t{border-top: 1px solid #ddd;}
.bd-r{border-right: 1px solid #ddd;}
.bd-l{border-left: 1px solid #ddd;}

.fw500{font-weight: 500;}

.equal{flex-wrap: wrap;}

.equal [class*="col-"]{
  flex-direction: row;
  display: flex;
}


.header{
  height: 80px;
    line-height: 80px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.header .navbar{padding: 0;}

.active-bg .topcont{display: none;}

.topcont{
  background: #42addc;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.topcont ul li:first-child{margin-right: 20px;}

.top-call{text-align: right;}

.top-call a{
  color: #fff;
}

.top-call a i{
  transform: rotate(100deg);
}

.menu{
    justify-content: flex-end;
    width: 100%;
}

.menu li:not(:last-child){margin-right: 3rem;}

.menu li a {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    padding: 0 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.menu li a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #cf5c36;
  width: 0;
  bottom: 20px;
  left: 0;
}

.menu li a:hover::after {
  width: 100%;
}

.navbar-brand{
  width: 250px;
  padding: 0;
}

.cont-margin{
  padding: 100px 15px 50px;
}

.row-mb{
  width: 60%;
  margin: 0 auto 3rem;
  text-align: center;
}

.homslider{margin-top: 120px;}


.mainhed{
  font-size: 40px;
  font-family: 'Sanchez', serif; 
  font-weight: 500;
  margin-bottom: 0;
}

.abtcont{
  background: #f7f3f5;
  padding-bottom: 100px;
}

.welcome-txt{
  color: #599c2a;
  margin-bottom: 1rem;
  font-weight: 600;
}

.abt-hed1{
  font-size: 25px;
}

.abt-des{
  line-height: 25px;
  text-align: justify;
  margin-top: 20px;
}

.profile-meet{
  font-weight: 600;
  font-size: 30px;
}

.profile-meet span{color: #4682b4;}

.profile-des{
  line-height: 30px;
}

.rmbtn{margin-top: 3rem;}

.rmbtn a{
  background: #42addc;
  color: #fff;
  padding: 1.5em 3em;
  border-radius: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.rmbtn a:hover{background: #1F416E;}

.treat-cont{
  background: #faf0ec;
}

.flip-box {
  background-color: transparent;
  max-width: 350px;
  height: 247px;
  perspective: 1000px;
  margin-bottom: 2rem;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  font-family: 'Sanchez', serif; 
  font-size: 20px;
  letter-spacing: 1px;
}

 .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front:before {
  content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}

.flip-box-back {
  background-color: #990000;
  color: #CCCCCC;
  transform: rotateY(180deg);
}

.flip-box-back div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  cursor: pointer;
}

.flip-box-back img{
  height: 30px;
  width: 30px;
  transform: rotate(45deg);
}

.flip-box-back h2{
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 0;

  color:#FFFFFF
  font-family: 'Sanchez', serif; 
	color: #FFFFFF;
}

.produc-line{text-align: center; width: 100%;}
.produc-line img {
    height: 60px;
    width: 60px;
    transform: rotate(45deg);
    margin-top: -15px;
    margin-bottom: 15px;
}

.treat-title{
  color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(-0,-50%);
    font-size: 20px;
    text-transform: capitalize;
}

.chose-cont{background: #f7f3f5;}

.chose-col img{
  height: 60px;
    width: 60px;
}

.chose-col{
  text-align: center;
  margin: 10px;
}

.chose-col h4{
  font-family: 'Sanchez', serif;
  margin: 1.5rem auto;
}

.gitcont{margin-bottom: -7rem; padding-top: 10rem;}

.gitrit{
  background: #fff;
  padding: 3rem 3rem;
  margin: 0;
}

.gitcircle{
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #42addc;
  color: #fff;
  display: block;
    border-radius: 30px;
    font-size: 20px;
}

.gitbold{
  font-weight: 600;
  font-size: 20px;
}

.gitrit-row{
  margin-bottom: 3rem;
  height: 50px;
    line-height: 50px;
}

.gitrit-row:last-child{margin-bottom: 0;}

.gitrit-row p{margin-bottom: 0;}

.gitrit-row a{color: #000;}

.fotskin{
  background: #1F416E;
  color: #fff;
  padding: 100px 0 50px;
}

.disclaimer{
  background: #1F416E;
  color: #fff;
  padding: 5px 10px 5px;
}


.touch-cont{
  margin-top: 110px;
}

.touch-cont .row{
  width: 70%;
  margin: 0 auto;
}

.user-input:after{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f007";
  right: 25px;
  position: absolute;
  color: #495057;
  top: 8px;
}

.email-input:after{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f0e0";
  right: 25px;
  position: absolute;
  color: #495057;
  top: 8px;
}

.mobile-input:after{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f3cd";
  right: 25px;
  position: absolute;
  color: #495057;
  top: 8px;
}

.cont-input{
  height: 40px;
  font-size: 14px;
}

.message-input textarea{font-size: 14px;}

.touch-cont .form-group{
  margin-bottom: 2rem;
}

.touchbtn-row{
  margin-top: 3rem;
  text-align: center;
}

.touchbtn{
  margin: 0 auto;
    margin-top: 2rem;
    padding: 1em 2em;
    background: #1F416E;
    color: #fff;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.touchbtn:hover{
  background: #42addc;
  border-radius: 30px;
}

.search-sec span {
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.search-sec{
  text-align: center;
    width: 100%;
    margin-bottom: 4rem;
}

.search-sec h2 {
    color: #42addc;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.fotsec{
  position: relative;
  background: #005be2;
  font-weight: 300;
  color: #fff;
}

.fotsec .container{
  padding: 120px 0px;
}

.fotlogo, .fotlogo:hover{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.fot-list li{
    background: transparent;    
    border: none;
    padding: 5px 0;
}

.fot-list li a{    
    color: rgba(255,255,255,0.8);
    text-transform: capitalize;
}

.fot-list li a:hover{color: #fff; font-weight: 500;}

.fothed{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 1rem;
}

.fot-soclist li a {
    border-radius: 50%;
    background: #fff;
    padding: 0;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
    font-size: 15px;
    margin-right: 10px;
}

.fot-soclist li a i {
    line-height: 25px;
}

.fot-soclist li:nth-child(1) a{
  color: #3b5998;
}

.fot-soclist li:nth-child(2) a{
  color: #1da1f2;
}

.fot-soclist li:nth-child(3) a{
  color: #007bb5;
}

.fot-soclist li:nth-child(4) a{
  color: #ff0000;
}

.fotbot{
  background: #fff;
  color: #000;
    text-align: center;
    padding: 15px 0;
}

.contact-topsec{position: relative;}

.contact-topsec img{
  height: 400px; 
  width: 100%; object-fit: cover;
}

.contact-topsec p{
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  font-weight: 600;
}

.contact-form{
  margin: 5rem auto;
}

.contact-details{
  width: 70%;
  margin: 0 auto;
}

.contact-details i{color: #005be2; margin-right: 10px;}

.contact-head{
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-details .col-12{
  margin-bottom: 2rem;
}

.form-section input, .form-section textarea{font-size: 14px;}

.contact-btn{
  background: #005be2;
    color: #fff;
    padding: 10px 32px;
    border: 0;
    border-radius: 25px;
    letter-spacing: 1px;
}

.comcont{
  padding: 2rem 0;
}

.comrow{
  margin: 3rem auto;
}

.comrow img {
    border-radius: 4px;
}

.servcont{margin-top: 60px;}

.abt-cont{margin-top: 110px;}

.abt-cont p{text-align: justify;}

.gallery-row img{margin-bottom: 2rem;}

.gallery-row img:hover{cursor: zoom-in; opacity: 0.6}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 50px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
}

/* The Close Button */
.close {
  color: #fff !important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: #42addc;
  color: #fff !important;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #1F416E;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*.......................................................... MOBILE MEDIA QUERY-----------------------*******************/

@media only screen and (min-width: 320px) and (max-device-width: 480px){

.menu li:not(:last-child) {
    margin-right: 0;
}

.menu li {
    height: auto;
    line-height: normal;
}

.fothed{
  margin-top: 2rem;
}

.fotsec .container {
    padding: 50px 0px;
}

.touch-cont .row {
    width: 90%;
}

.user-input, .email-input{
  margin-bottom: 1rem;
}

.slider img{
  height: 200px;
}

.carousel-control-next, .carousel-control-prev{display: none;}

.navbar-brand {width: 200px;}

.navbar-toggler {
    padding: 0;
    position: absolute;
    top: -40px;
    right: 0;
}

.navbar-collapse{
  background: #fff;
  margin-right: -15px;
  margin-left: -15px;
}

.menu li a{
  color: #000;
  border-bottom: 0.5px solid rgba(0,0,0,0.2);
    padding: 10px !important;
}

.menu li:last-child a{border-bottom: 0}

.header{
  height: 60px;
  line-height: 60px;
}

.header .container{padding: 0}

#header-sec .topcont{display: none;}

.contact-details {
    width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
}

.contact-topsec img{
  height: 250px;
}

.homslider {
    margin-top: 40px;
}

.gitrit{padding: 3rem 0;}

.gitrit-row {margin-bottom: 2rem;}

.gitbold{display: none;}

.gitcont{
  padding-left: 0;
  padding-right: 0;
  padding-top: 5rem;
}

.gitcont iframe{height: 300px !important;}

.cont-margin{
  padding: 50px 15px;
}

.row-mb {width: 100%;}

.flip-box{height: 212px;}

.mainhed {font-size: 35px;}

.rmbtn {margin: 3rem auto;}

.profile-meet {
    font-size: 26px;
    margin-top: 2rem;
}

.search-sec h2{font-size: 30px;}

.touch-cont, .servcont, .abt-cont{margin-top: 60px;}



/* mobile media close */  
}









/*.......................................................... IPAD MEDIA QUERY-----------------------***********************************/

@media only screen and (max-width: 1068px) and (min-height: 734px) and (min-width: 736px){
.desc-text{width: 70%;}

.touch-cont .row {width: 80%;}

.homslider {
    margin-top: 80px;
}
.navbar-brand {width: 150px;}

.menu li a{font-size: 14px;}

.fotsec .container {
    padding: 90px 0px;
}

.cont-margin {
    padding: 50px 0 50px;
}

.gitrit{padding: 3rem 2rem;}

.gitrit-row {margin-bottom: 2rem;}


}





@media only screen and (min-width: 700px) and (max-width: 768px){
#header-sec .topcont{display: none;}

header .container{
  max-width: 760px;
  padding: 0;
}

.top-call{display: none;}

.topcont ul, .topcont ul p{margin-bottom: 0;}

.menu li:not(:last-child) {
    margin-right: 2rem;
}

.fot-soclist li a{
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 12px;
  margin-right: 5px;
}

.fotlogo{font-size: 18px}

.gitrit{padding: 2rem 0;}

.gitbold{display: none;}

.gitrit-row {
    margin-bottom: 2rem;
}

.flip-box{height: 233px;}

.row-mb {width: 100%;}

.touch-cont{margin-top: 110px;}

.servcont{margin-top: 80px;}

}

@media only screen and (min-width: 1000px) and (max-width: 1028px){


.flip-box{height: 205px;}

.servcont{margin-top: 110px;}


}
