nav.navbar .navbar-brand img.logo {
width:170px ! important;margin-top:-20px;height:80px
}
.booking_header{
height:400px;width:50%;margin:0 auto;margin-top:10px;
}
.booking_form{
padding:30px;width:50%;height:475px;margin:0 auto;background-color:#183650
}
body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}

.readmore {
  display: inline-block;
  padding: 13px 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.readmore::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
  
}
.readmore::after {
  transition: border 0.1s linear 0.05s;
}
.readmore .readmore-inner {
  position: relative;
  z-index: 2;
}
.readmore:hover {
  color: black;
  transition: color 0.1s linear 0s;
}
.readmore:hover::before {
  top: 0;
  height: 100%;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
  
}
.readmore:hover::after {
  border-color: black;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:absolute;
  top:50px;
  left:50px;
  background-color:#334F71;
  opacity:0.8;
 color:white;
 width:35%;
 height:350px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 2 25px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:55px;
  padding-left:1px
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 102px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 190px;
  height: 152px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 125px;
  left: 5px;
  width: 156px;
  height: 2px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: green;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px;
}
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 36px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100vh;width:100%;background-color:#0C1239
}
.service{
height:480px;width:100%;background-color:white;
}
.service .inner {
height: 200px;width: 100%;
}
.services_head{
  width:100%;height:105px;
}
.services1{
width:40%;height:105px;float:left;margin-top:15px
}
.services1 h1{
  padding:25px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 36px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:60%;height:105px;float:left;border-left:2px solid green;padding:15px;color:white;margin-top:15px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:500px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: green;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: green;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: green;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: green;
    font-size:20px
    
    
}
.footer_icon{
font-size:30px;
color:white;
}
.footer_icon:hover{
color:green;
}
.QL{
margin-top:62px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px;

}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:570px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:50%;height:100%;background-color:rgba(12, 18, 57,.8)
}
.contact1 h1{
  box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 36px; font-weight: 300; line-height: 42px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
.snd1 {
    width:100% !important;
    height: 40px;
    padding-right: 50px;
    float:left;
}

.snd2 {
    margin-left: -50px;
    height: 40px;
    width: 50px;
     float:left;
    border-radius:0px
}    
#about{
margin-top:80px;margin-bottom:50px    
    }
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 36px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;
}
.newz{
  height:350px;width:300px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);margin-bottom: 20px;
}
@media screen and (max-width:800px){

body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}


.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:60px;
  left: 50px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:40%;
 height:170px;
 
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:57px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
  margin-left: -19px;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-right: 65px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:320px;width:100%;background-color:white;
}
.service .inner {
height: 210px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:left;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:left;border-left:0px solid green;padding:15px;color:white;margin-top:-5px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:780px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #f00;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #f00;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #f00;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #f00;
    font-size:20px
    
    
}
.footer_icon{
font-size:34px;
color:white;
}
.footer_icon:hover{
color:green;
}
.QL{
margin-top:62px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 25px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align: left;
}
.newz{
  height:360px;width:340px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
.footer_link2{
  height: 450px;
}
.frm{
  margin-left:-45px
}
.about_img{
  margin-top: 65px;
}
.footer_link1{
  padding-left: 85px;
}
.service_box{
    width:50%;
}
}
@media screen and (max-width:768px){
nav.navbar .navbar-brand img.logo {
width:170px ! important;margin-top:-15px;height:60px
}
body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}


.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:60px;
  left: 50px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:40%;
 height:170px;
 
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:57px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
  margin-left: -19px;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-right: 65px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:320px;width:100%;background-color:white
}
.service .inner {
height: 210px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:left;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:left;border-left:0px solid green;padding:15px;color:white;margin-top:-5px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:780px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: green;
    font-size:17px
    
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: green;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: green;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: green;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: green;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: green;
    font-size:20px
    
    
}
.footer_icon{
font-size:34px;
color:white;
}
.footer_icon:hover{
color:green;
}
.QL{
margin-top:62px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 25px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align: left;
}
.newz{
  height:360px;width:340px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
.footer_link2{
  height: 350px;
  margin-top: -50px
}
.frm{
  margin-left:-45px
}
.about_img{
  margin-top: 65px;
}
.footer_link1{
  padding-left: 35px;
}
}
@media screen and (max-width:603px){


body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}
    .booking_header{
    height:40vh;width:100%;
    
    }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:30px;
  left: 0px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:80%;
 height:150px;
 margin: 0 auto;
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:27px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-left:-1px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:280px;width:100%;background-color:white;
}
.service .inner {
height: 170px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:none;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:none;border-left:2px solid green;padding:15px;color:white;margin-top:15px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:1100px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
    .footer_li2, .footer_li1, .footer_li3,.footer_li4{
  font-size:12px
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #127D13;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_icon{
font-size:24px;
color:white;
}
.footer_icon:hover{
color:#127D13;
}
.QL{
margin-top:12px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:#127D13;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
.snd1 {
    width:100% !important;
    height: 40px;
    padding-right: 50px;
    float:left;
}

.snd2 {
    margin-left: -50px;
    height: 40px;
    width: 50px;
     float:left;
    border-radius:0px
}    
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align:justify;
}
.newz{
  height:360px;width:250px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
    .booking_form{
    padding:30px;width:99%;height:585px;margin:0 auto;background-color:#183650
    }
    .footer h5{
    font-size:12px;font-weight:none
    }
    .footer_link2{
    height:250px;
     margin-left:17px;
    }
    .footer_link2,.footer_link1>a>p{
    font-size:12px
    }
}

@media screen and (max-width:533px){
    .service_box{
    width:50%;
    height:280px;
}
.services{
    font-size:14px;
}
}
@media screen and (max-width:480px){
     .service_box{
    width:50%;
    height:280px;
}
.services{
    font-size:12px;
    text-align:left;
}
.frm
    {
        width:100%;
        margin:0 auto;
        
    }

body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}
    .booking_header{
    height:40vh;width:100%;
    
    }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:30px;
  left: 0px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:80%;
 height:150px;
 margin: 0 auto;
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:27px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-left:-1px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:280px;width:100%;background-color:white;
}
.service .inner {
height: 170px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:none;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:none;border-left:2px solid green;padding:15px;color:white;margin-top:15px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:1100px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
    .footer_li2, .footer_li1, .footer_li3,.footer_li4{
  font-size:12px
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #127D13;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_icon{
font-size:24px;
color:white;
}
.footer_icon:hover{
color:#127D13;
}
.QL{
margin-top:12px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:#127D13;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
.snd1 {
    width:100% !important;
    height: 40px;
    padding-right: 50px;
    float:left;
}

.snd2 {
    margin-left: -50px;
    height: 40px;
    width: 50px;
     float:left;
    border-radius:0px
}    
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align:justify;
}
.newz{
  height:360px;width:250px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
    .booking_form{
    padding:30px;width:99%;height:585px;margin:0 auto;background-color:#183650
    }
    .footer h5{
    font-size:12px;font-weight:none
    }
    .footer_link2{
    height:250px;
     margin-left:17px;
    }
    .footer_link2,.footer_link1>a>p{
    font-size:12px
    }
}
@media screen and (max-width:414px){
    .service_box{
    width:100%;
    height:280px;
}
.services{
    font-size:none;
    text-align:left;
}

body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}
    .booking_header{
    height:40vh;width:100%;
    
    }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:30px;
  left: 0px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:80%;
 height:150px;
 margin: 0 auto;
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:27px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-left:-1px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:280px;width:100%;background-color:white;
}
.service .inner {
height: 170px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:none;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:none;border-left:2px solid green;padding:15px;color:white;margin-top:15px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:1100px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
    .footer_li2, .footer_li1, .footer_li3,.footer_li4{
  font-size:12px
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #127D13;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_icon{
font-size:24px;
color:white;
}
.footer_icon:hover{
color:#127D13;
}
.QL{
margin-top:12px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:#127D13;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
.snd1 {
    width:100% !important;
    height: 40px;
    padding-right: 50px;
    float:left;
}

.snd2 {
    margin-left: -50px;
    height: 40px;
    width: 50px;
     float:left;
    border-radius:0px
}    
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align:justify;
}
.newz{
  height:360px;width:250px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
    .booking_form{
    padding:30px;width:99%;height:585px;margin:0 auto;background-color:#183650
    }
    .footer h5{
    font-size:12px;font-weight:none
    }
    .footer_link2{
    height:250px;
     margin-left:17px;
    }
    .footer_link2,.footer_link1>a>p{
    font-size:12px
    }
}
@media screen and (max-width:384px){


body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}
    .booking_header{
    height:40vh;width:100%;
    
    }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:30px;
  left: 0px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:80%;
 height:150px;
 margin: 0 auto;
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:27px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-left:-1px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:280px;width:100%;background-color:white;
}
.service .inner {
height: 170px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:none;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:none;border-left:2px solid green;padding:15px;color:white;margin-top:15px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:1100px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
    .footer_li2, .footer_li1, .footer_li3,.footer_li4{
  font-size:12px
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #127D13;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_icon{
font-size:24px;
color:white;
}
.footer_icon:hover{
color:#127D13;
}
.QL{
margin-top:12px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:#127D13;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
.snd1 {
    width:100% !important;
    height: 40px;
    padding-right: 50px;
    float:left;
}

.snd2 {
    margin-left: -50px;
    height: 40px;
    width: 50px;
     float:left;
    border-radius:0px
}    
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align:justify;
}
.newz{
  height:360px;width:250px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
    .booking_form{
    padding:30px;width:99%;height:585px;margin:0 auto;background-color:#183650
    }
    .footer h5{
    font-size:12px;font-weight:none
    }
    .footer_link2{
    height:250px;
     margin-left:17px;
    }
    .footer_link2,.footer_link1>a>p{
    font-size:12px
    }
}
@media screen and (max-width:375px){


body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}
    .booking_header{
    height:40vh;width:100%;
    
    }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:30px;
  left: 0px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:80%;
 height:150px;
 margin: 0 auto;
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:27px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-left:-1px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:280px;width:100%;background-color:white;
}
.service .inner {
height: 170px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:none;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:none;border-left:2px solid green;padding:15px;color:white;margin-top:15px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:1100px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
    .footer_li2, .footer_li1, .footer_li3,.footer_li4{
  font-size:12px
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #127D13;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_icon{
font-size:24px;
color:white;
}
.footer_icon:hover{
color:#127D13;
}
.QL{
margin-top:12px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:#127D13;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
.snd1 {
    width:100% !important;
    height: 40px;
    padding-right: 50px;
    float:left;
}

.snd2 {
    margin-left: -50px;
    height: 40px;
    width: 50px;
     float:left;
    border-radius:0px
}    
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align:justify;
}
.newz{
  height:360px;width:250px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
    .booking_form{
    padding:30px;width:99%;height:585px;margin:0 auto;background-color:#183650
    }
    .footer h5{
    font-size:12px;font-weight:none
    }
    .footer_link2{
    height:250px
    }
    .footer_link2,.footer_link1>a>p{
    font-size:12px
    }
}
@media screen and (max-width:360px){


body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}
    .booking_header{
    height:40vh;width:100%;
    
    }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:30px;
  left: 0px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:80%;
 height:150px;
 margin: 0 auto;
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:27px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-left:-1px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:280px;width:100%;background-color:white;
}
.service .inner {
height: 170px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:none;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:none;border-left:2px solid green;padding:15px;color:white;margin-top:15px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:1100px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
    .footer_li2, .footer_li1, .footer_li3,.footer_li4{
  font-size:12px
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #127D13;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_icon{
font-size:24px;
color:white;
}
.footer_icon:hover{
color:#127D13;
}
.QL{
margin-top:12px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:#127D13;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
.snd1 {
    width:100% !important;
    height: 40px;
    padding-right: 50px;
    float:left;
}

.snd2 {
    margin-left: -50px;
    height: 40px;
    width: 50px;
     float:left;
    border-radius:0px
}    
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align:justify;
}
.newz{
  height:360px;width:250px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
    .booking_form{
    padding:30px;width:99%;height:585px;margin:0 auto;background-color:#183650
    }
    .footer h5{
    font-size:12px;font-weight:none
    }
    .footer_link2{
    height:250px;
    margin-left:0px;
    margin-top:10px
    }
    .footer_link2,.footer_link1>a>p{
    font-size:12px;
    
    }
.service_box{
    width:100%;
}
}
@media screen and (max-width:320px){

body {
  font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}
    .booking_header{
    height:40vh;width:100%;
    
    }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 10px 40px;
  position:relative;
  top:30px;
  left: 0px;
  background-color:rgba(41, 68, 103,0.5);
  opacity:0.8;
 color:white;
 width:80%;
 height:150px;
 margin: 0 auto;
 border-bottom: 3px solid orange;
 
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title h2 {
  margin: 0 auto;
  max-width: 320px;
  font: 18px "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top:27px;
  margin-left:0px;
  text-align: center;
  
}
.tx{
  letter-spacing: 0.20em ! important;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width:1600px;
  font-size: 16px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 52px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left:15px;
  padding-left:-1px;
  cursor: pointer;
  color: white;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  background: none;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: white;
  
}
.slideshow .pagination .item.is-active{
  color: orange;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.process::after{
content: "";
display: block;
width:150px;
height:3px;
background-color:green;
position:absolute;
top:21px;
left:55px
}
.services{
  text-align: center;
}
.services::after{
content: "";
display: block;
width:110px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin: 0 auto;
}
#about{
margin-top:0px;margin-bottom:20px    
    }
.about::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-top:10px ! important;
margin:0 auto;
}
.news::after{
content: "";
display: block;
width:100px;
height:3px;
background-color:green;
margin:0 auto;
margin-top:10px;

}
.featugreen{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 42px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;
}
.featugreen::after{
content: "";
display: block;
width:80px;
height:3px;
background-color:green;
margin-top:10px;

}
#services{
  height:100%;width:100%;background-color:#0C1239;padding-bottom: 25px;
}
.service{
height:280px;width:100%;background-color:white;
}
.service .inner {
height: 170px;width: 100%;
}
.services_head{
  width:100%;height:45px;
}
.services1{
width:100%;height:45px;float:none;margin-top:15px
}
.services1 h1{
  padding:10px;box-sizing: border-box; color:white; font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 32px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-transform: uppercase;
}
.services2{
width:100%;height:105px;float:none;border-left:2px solid green;padding:15px;color:white;margin-top:15px
}
.servp{
width:160px;height:160px;margin:0 auto;border-radius:50%;border:2px solid #34CCFF;position:relative;
}
.servp:hover{
background-color:#34CCFF;
color:white;
}
.servp:hover .process {
background-color:black;
}
.process{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.process1{
width:50px;height:50px;background-color:green;border-radius:50%;font-size:25px;color:white;padding:px;position:absolute;top:50px;right:90px
}
.padding-0{
padding-left:0;
padding-right:0;
}
.footer{
height:1100px;width:100%;background-color:#141414
}
.footer_list:before{
  content: "\f041";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #f00;
    font-size:17px
    
}
    .footer_li2, .footer_li1, .footer_li3,.footer_li4{
  font-size:12px
}
.footer_list2:before{
  content: "\f0e0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -19px;
    color: #127D13;
    font-size:17px
    
}
.footer_li1:before{
  content: "\f2a0";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
}
.footer_li2:before{
  content: "\f674";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li3:before{
  content: "\f3cd";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_li4:before{
  content: "\f1fa";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin:0 5px 0 -1px;
    color: #127D13;
    font-size:20px
    
    
}
.footer_icon{
font-size:24px;
color:white;
}
.footer_icon:hover{
color:#127D13;
}
.QL{
margin-top:12px;font-weight:bolder;font-size:20px
}
.QL::after{
content: "";
display: block;
width:60px;
height:3px;
background-color:#127D13;
margin-top:10px;

}
.form-group{
  padding-right:0;
  padding-left: 0;
}
input[type=text]{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
input[type=text]:focus{
border:1px solid green;
}
.txt{
border-radius:0px;
font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.txt::focus{
border:1px solid green;
}
#contact{
width:100%;height:530px;background-image:url('images/get-quote-bg.jpg');background-repeat:no-repeat;background-size:100% 100%;background-attachment: fixed;
}
.contact1{
width:80%;height:470px;background-color:rgba(12, 18, 57,.8);margin: 0 auto;position: relative;top: 25px;
}
.contact1 h1{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 20px; font-weight: 300; line-height: 19px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;color:white
}
.t_o_n::before{
content: "";
display: block;
width:5px;
height:30px;
background-color:green;
position:absolute;
top:15px;
left:20px;

}
.recent::before{
content: "";
display: block;
width:60px;
height:3px;
background-color:green;
margin-bottom:10px;
    
}
#about h3{
box-sizing: border-box; color: rgb(24, 54, 80); font-family: Titillium Web; font-size: 26px; font-weight: 300; line-height: 26px; margin-bottom: 12px; margin-left: 0px; margin-right: 0px; margin-top: 10px; text-transform: uppercase;text-align:center
    
}
.snd1 {
    width:100% !important;
    height: 40px;
    padding-right: 50px;
    float:left;
}

.snd2 {
    margin-left: -50px;
    height: 40px;
    width: 50px;
     float:left;
    border-radius:0px
}    
#about p{
  box-sizing: border-box; color: rgb(128, 128, 128); font-family: Open Sans; font-size: 14px; line-height: 26px; margin-bottom: 26px; margin-left: 0px; margin-right: 0px; margin-top: 0px;text-align:justify;
}
.newz{
  height:360px;width:250px ! important;margin:0 auto;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
    .booking_form{
    padding:30px;width:99%;height:585px;margin:0 auto;background-color:#183650
    }
    .footer h5{
    font-size:12px;font-weight:none
    }
    .footer_link2{
    height:250px;
    margin-left:17px;
    }
    .footer_link2,.footer_link1>a>p{
    font-size:12px
    }
}