body{
    font-family: 'Open Sans', sans-serif
 }
  
/*---------------------------------------------------------*/
/*------------------------top-nav-----------------------------------*/ 
.top-nav{
   
   background-color: #149994;
   padding: 8px 0;
}
.rt-items{
    margin: 0;
    list-style: none;
    display: flex;    
    align-items: center;    
}  
.rt-items li a{
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 12px ;
    padding-right:40px; 
    display: flex;  
}
.rt-items li i{
   margin-right: 10px;
}

.lft-items {   
   float:right;  
}

.lft-items  a {
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 12px ;
    margin-left: 15px;
}
/*----------------------------------------------------------*/
/*----------------------nav-portion--------------------------------*/   

.my-items li a{
    text-transform: capitalize;
    color: #656178 !important;
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px !important;
}


 /* Sticky Class Designed to provide Sticky Property to the Navbar using JavaScript */
 .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
            
 }
 #collapsibleNavbar .active{ 
    position: relative;
    color:#149994 !important;
 }
 #collapsibleNavbar .active::after{
    content: '';
    width: 19px;
    height: 2px;
    background-color: #149994;
    border-radius: 3px;
    position: absolute;  
    left:28px;  
    bottom: 0;
 }

 .my-nav{
    box-shadow: 0 0 10px 1px rgb(20, 153, 148,0.3 );
 }
 /*----------------------------------------------------------------------------*/
 /*----------------------------banner---------------------------------------------*/
 .banner{
    background: url(../images/1.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
 }
 .ban-items{
    padding-top: 120px;
 }
 .line-1{
    font-size: 18px;
    color:#fff;
    position: relative;
 }
 .line-1::after{
    content: '';
    width: 119px;
    height:3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top:10px;
    right:165px;
 }

 .ban-items h2 {
   font-size: 70px;
   font-weight: 700;
   text-transform: capitalize;
   color: aquamarine;
   font-family: 'Sarabun', sans-serif;
   text-shadow: 0 -1.64px 6.896px #2c482e, 0 -2px 1px #aeffb4;
}

 .line-2{
    color:#f4f4f4;
 }
 .line-3{
    font-size: 18px;
    color: aquamarine;
    margin-top: 20px;
 }
 .carousel-control-prev{
    position: absolute;
    right:0;
    top:500px;    
    
 } 
 .carousel-control-prev i{
   color:aquamarine;
   font-size: 30px;
 }

 .carousel-control-next{
    position: absolute;
    left:50px;
    top:500px;
    
 }
 .carousel-control-next i{
   color:#fff;
   font-size: 30px;
 }

 .carousel-indicators {
    visibility: hidden;
 }
 .social{
  position: fixed;
  top:50%;
  right:30px;
  z-index: 99; 
 }
 .social ul{
   margin: 0;
   padding: 0;
   list-style: none;
 }
 
 /*--------------------------about--------------------------------------*/
.abt-contents{
   padding-top: 30px;
}
.abt-contents p{
   font-size: 16px;
   color: #55595d;
   margin-top: 20px;
   font-weight: 600;
   padding-right: 40px;
}
.abt-contents h2{
   color:#000;
   font-family: 'Sarabun', sans-serif;
}
.abt-contents h4{
   font-size: 24px;
   color: #149994;
   font-family: 'Sarabun', sans-serif;
   position: relative;
}
.abt-contents h4::after{
   content:'';
   width:30px;
   height:2px;
   border-radius: 2px;
   background-color: #149994;
   position: absolute;
   bottom:-6px;
   left:0;

}
.offer span{
   color: #149994;  
   margin-right: 10px;
}
.offer li{
   display: flex;
}
.abt-images{
   text-align: center;
   display: flex;
   margin-top: 70px ;
}
.abtimage-1 img ,.abtimage-2 img {
   width:90%;
}
.abt-images-3 {
   position: relative;
   top: -17px;
   left: 136px;
}
.abt-images-3 img{
   width:50%;
}

.offer{
   padding: 0;
   margin: 0;
   list-style: none;
}
.offer li{
   font-size: 16px;
   font-weight: 600;
   color: #55595d;
   margin-top: 20px;
   padding-right: 40px;
   line-height: 1;
}
/*-----------------------------why-us---------------------------------*/
.choose{
   background: url(../images/choose-bg.png);
   background-position:center;
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 650px;
}
.left-images{
   margin-top: 20px;
}

.choos-img-1 , .choos-img-2{
   width:100%;
   overflow:hidden;
}

.choos-img-1 img{
   width:100%;
}
.choos-img-2 img{
   width:59%;
}
.choos-img-2{
   position: relative;
   top:-50px;
   left:350px;
}
.choose-items P{
   font-size: 32px;   
   text-align: center;
   color: #fff;
   font-family: 'Sarabun', sans-serif;
   position: relative;
}
.choose-items p::after{
   content:'';
   width: 19px;
   height: 2px;
   background-color: #fff;
   border-radius: 3px;
   position: absolute;  
   left:31%;  
   bottom: -7px;
}

@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}

.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}
.aco-line{
   color:#000;
   font-size: 30px ;
   font-weight: 600;
   text-transform: capitalize;
   font-family:'Helvetica Neue'; 
   text-align: center;
   margin: 20px 0;
}
.accordion-group{
   background-color: #fff;
   padding:10px 20px ;
   margin-bottom: 15px;
}
.accordion-heading a{  
   text-decoration: none !important;
   color:#55595d !important;
   font-size: 20px ;
   font-weight: 600;
   text-transform: capitalize;
   font-family:'Helvetica Neue';    
   margin: 20px 0;
}
.elements{
   margin: 0;
   padding: 0;
   list-style: none;
   margin-top: 30px;
}
.elements li{
   color:#55595d !important;
   font-size: 18px ;
   font-weight: 500; 
   margin-bottom: 10px;  
   font-family:'Helvetica Neue';   
   display: flex; 
}
.elements li span{
   margin-right: 10px;
}
.accordion{
   margin-top: 120px;
}
/*.forrespon{
   display:none !important;
}8/
/*--------------------------------services------------------------------------*/
.ser-line{
   font-size: 32px;   
   text-align: center;
   color: #000;
   font-family: 'Sarabun', sans-serif;
   margin-bottom: 20px;
}
.ser-line-2{
   font-size: 24px;
   font-weight: 600;
   color: #149994;
   font-family: 'Sarabun', sans-serif;
   margin-bottom:30px;
   text-align: center;
    
}
.main-box{
   width:100%;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  
   position: relative;
}
.main-box:hover {
   background-color: #149994;
}
.main-box:hover .box h4{
   color: #fff;
}
.main-box:hover .box p{

   color: #f4f4f4;   
}
.special-box{
   width:100%;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;   
   min-height:360px;
   position: relative;
}
.special-box:hover {
   background-color: #149994;
}
.special-box:hover .box h4{
   color: #fff;
}
.special-box:hover .box p{

   color: #f4f4f4;   
}
.black-box {
   position: absolute;
   top: 39%;
   left: -25px;
}
.box{
   padding: 30px;
}

.box h4{
   font-size: 24px;
   text-transform: capitalize;
   font-family: 'Sarabun', sans-serif;
   color: #149994;
   font-weight: 600;
   margin-bottom: 20px;   
}
.box p{
   font-size: 16px;   
   font-weight: 700;
   color: #55595d;
}
.special {
   margin-top: 48px;
}
/*----------------------footer------------------------------*/
.footer{
   background-color: #149994;
   width: 100%;
   padding: 40px 0;
}
.foot-para{
   color:#fff !important;
   font-size: 16px ;
   font-weight: 500; 
   margin: 20px 0; 
   
}
.foot-small{
   font-size: 24px;
   text-transform: capitalize;
   font-family: 'Sarabun', sans-serif;
   color: #fff;
   font-weight: 600;
   margin-bottom: 20px;
   position: relative;
}
.foot-small::after{
   content:'';
   width: 19px;
   height: 2px;
   background-color: #fff;
   border-radius: 3px;
   position: absolute;  
   left:0;  
   bottom: -7px;
}

.foot-items{
   margin: 0;
   padding: 0;
   list-style: none;
}
.foot-items li a{
   display: inline-block;
   text-decoration: none !important;
   color:#fff;
   font-size: 16px;  
   font-weight: 500;
   margin-bottom: 20px;
}

.foot-social{
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
}

.foot-social li a{
   display: inline-block;
   text-decoration: none !important;
   color:#fff;
   font-size: 24px;
   margin-right: 15px;
}
/*------------------------------last-----------------------------------------*/
.rights{
   background-color: #6e6d73;
   padding: 8px 0;
}
.last{
   color:#fff;
   font-size: 14px;
   text-align: center;
   margin-bottom:0 !important ;
}
.last span a{
   display: inline-block;  
   color:#fff;
   font-size: 14px;
}
/*///////////////////////////////////////////////////////////////////////*/
/*//////////////////////////about-page////////////////////////////////////////////*/
.about-ban{
    background-image: url(../images/about-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 200px;
}
.small-ban{
    justify-content: center;  
    display: flex;
    padding-top:80px ;
  
}
.small-ban  a{
    display: inline-block;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 20px;
    color:#fff ;
}
.activea{
    color:#fdc900 !important;
}
/*-----------------------about-us------------------------------------*/
.abt-img{
   width:100%;
}
.abt-img img{
   width:100%;
}
.tag-line{
   color: #000;
   font-family: 'Sarabun', sans-serif;
   text-transform: uppercase;   
   font-size:2rem;
   font-weight: 600;    
}
.abt-para p{
   font-size: 14px;
   color: #55595d;
   margin-top: 20px;
   padding-right: 40px;
   font-weight: 600;
}
.nav-tabs .nav-link.active{
   background: #149994 !important;
   color:#fff !important;
   font-size: 18px ;
   text-transform: uppercase;
}
.nav-tabs .nav-link{
   background:#6e6d73 !important;
   font-size: 18px ;
   color:#fff !important;
   text-transform: uppercase;
   width:300px;
}
.serv-1{
   list-style: none;
   padding: 0;
   margin: 0 ;
   
}
.serv-1 li{
   font-family: 'Sarabun', sans-serif;
   margin-top: 20px;
   font-size: 18px;
   color:#7f8284 !important;
   text-transform: capitalize;
   display: flex;
}
.serv-1 li  i{
   margin-right: 20px;   
}
/*--------------------------why--------------------------------------*/
.why-box{
   width:100%;
   min-height:230px;
   padding: 20px;
   background-image: url(../images/about-us/fetaure-box.png);
   background-repeat: no-repeat;
   background-size: cover;
   
}
.why-box p{
   font-size: 20px;
   color: #fff;
   margin-top: 20px;
   padding-right: 40px;
   font-weight: 600;
   text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
   font-family: 'Sarabun', sans-serif;
}
/*----------------------------features-------------------------------------*/
.head-about{
   color:#149994;
   font-family: 'Sarabun', sans-serif;
   text-transform: capitalize;
   
}
.list-1{
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .list-1 li {    
   font-size: 16px;
   color:#7f8284;
   font-weight: 600;
   line-height: 2;
 }
 .list-1 li i{
   color:#149994;
   margin-right: 20px;
 }
 .list-1 li:hover{
   margin-left: 5px;
   letter-spacing: 3px;
   color:#149994;
 } 
 /*///////////////////////////////////////////////////////*/
 /*//////////////////////////contact-page////////////////////////////*/
 .yell-line{
   color: #0788b1;
   font-weight: 600;
}
.con-line{
   text-align: center;
   text-transform: capitalize;
   
}
.con-box{
   text-align: center;
}
.ico i{
   font-size: 32px;
   color:#149994;
}
.con-box h3{
   font-size: 24px;
   color:#222;
   text-transform: capitalize;
   margin: 15px 0;
}
.con-box p{
   font-size: 16px;
   color:#6d7162;
   
}
.contact-line-2{
   font-size: 16px;
   color:#222;
   text-transform: capitalize;
   
}
.my-bttn{
   background-color: #149994;
   color:#fff;
   padding: 10px 100px;
}
#contactForm .form-control::placeholder{
   text-transform: capitalize !important;
   font-style: italic;
} 
.packg{
   margin-bottom: 15px;;
}
.mild-pro {
   width:100%;
}
.mild-pro img{
   width:100%;
}
/*////////////////more-less-key/////////////////////////*/
#more, #more1, #more2, #more3, #more4 
{
   display: none;
}
#myBtn, #myBtn1, #myBtn2, #myBtn3, #myBtn4{
   display: inline-block;
   color:#149994;
   outline: none !important;
   border: none !important;
   background: none;
   margin: 15px;
}
.main-box:hover #myBtn{
   color:#fff !important;
}
.main-box:hover #myBtn1{
   color:#fff !important;
}
.main-box:hover #myBtn2{
   color:#fff;
}
.main-box:hover #myBtn1{
   color:#fff;
}
.main-box:hover #myBtn3{
   color:#fff;
}
.main-box:hover #myBtn4{
   color:#fff;
}