/* ================ BASIC ================== */

body{

	font-size: 16px;
	line-height:26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#656565;
}

p{

 margin-bottom: 0px;

}

a,

a:hover,

a:focus,
button,
button:focus,

input,

textarea{

	text-decoration: none !important;
	outline: none !important;
	-webkit-box-shadow:none !important;
			box-shadow:none !important;

}
a:hover {
	color: #800000;
}
a {
	transition: .4s;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
img{
	width: 100%;
	height: auto;

}body,html{
	height: 100%
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
}
.single-btn-box a:hover, .booking-title h4 a:hover {
    background: #16c59e !important;
}
/* hero area css start*/
.hero-bg{
	background-color: #ddd;
	height: 100%;
	background-image: url('img/hero-bg.jpg');
	background-size: cover;
	background-position: center;
}
.hro-text h2 {
    font-size:  35px;
    color: #30ddb6;
    margin-bottom: 5px;
}

.hro-text h1 {
    font-size:  55px;
    font-weight:  300;
}

.hro-text h1 {
    color: #fff;
    margin-bottom: 15px;
}

.hro-text p {
	font-weight:  400;
	text-transform:  uppercase;
    font-size:  20px;
    color: #30ddb6;
    font-family: font-family: 'Ubuntu', sans-serif;
}
.hero-bg {
    position:  relative;
    z-index: 1;
}
.hero-section::after {
    position:  absolute;
    left: 0;
    top:  0;
    width:  100%;
    height:  100%;
    content:  "";
    background:  #1c2100;
    opacity:  .5;
    z-index: -1;
}
.hero-branding-igm img {
    width: auto;
    margin-bottom: 50px;
}
.hero-section.hero-bg {
    background-attachment: fixed;
}
/* hero area css end*/

/* contant box area css start*/
.color-bg {
    background: #30DDB6;
    padding: 55px 0px;
}
.content-top-title h4 {
    font-family: roboto;
    font-weight: 300;
    font-size: 22px;
    color: #333333;
    margin-bottom: 18px;
}
.content-top-title h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 28px;
    border-bottom: 1px solid #18BF99;
    margin-bottom: 0px;
}

.single-content-area p {
    color: #333333;
}
.single-content-area.border-tow span{
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    color: #fff;
}
.box-cotent-chick-list ul li::before{
	font-family: FontAwesome;
	content: "\f192";
}
.box-cotent-chick-list ul {
    float: left;
    width: 50%;
    padding-bottom: 30px;
}
.single-content-area {
    overflow: hidden;
}
.box-cotent-chick-list ul li a {
	width: calc(100% - 32px);
	display: inline-block;
	color: #125243;
	line-height: 36px;
}
.box-cotent-chick-list ul li::before {
    margin-right: 10px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    color: #039070;
    margin-top: 4px;
}
.box-cotent-chick-list {
    margin-top: 30px;
}
.single-content-area.border-tow {
    border-bottom: 1px solid #18BF99;
    margin-top: 50px;
}
.single-content-area.border-three {
    margin-top: 24px;
}
.contact-box {
    margin-top: -105px;
    z-index: 99;
    position: relative;
}
/* contant box area css end*/

/* contact info box area css start*/
.content-info {
    margin-top: 60px;
}
.content-info h4 {
    color: #333333;
    font-size: 22px;
    margin-bottom: 30px;
}

.single-contact-info ul li {
    float: left;
    display: inline-block;
}
.single-contact-info h5 {
    display: inherit;
    float: left;
    color: #333333;
    line-height: 40px;
    font-size: 15px;
}
.single-contact-info h5 i {
    color: #039070;
    margin-right: 5px;
}
.single-btn-box {
    float: left;
    margin-left:13px;
}
.single-contact-info {
    overflow: hidden;
}
.single-btn-box a, .booking-title h4 a {
    background: #30DDB6;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 10px;
    font-size: 16px;
    padding: 0 30px
}
.single-btn-box a i, .booking-title h4 a i {
    display: inline-block;
    margin-left: 20px;
    transition: .3s;
}
.single-btn-box a:hover i, .booking-title h4 a:hover i{
    transform: translateX(12px);
}
.content-box p {
    text-align: center;
    border: 1px solid #F3F3F3;
    border-radius: 10px;
    width: 158px;
    margin: 0 auto;
    padding: 30px;
    margin-top: -12px;
    margin-right: 5px;
}
.single-contact-info {
    margin-bottom: 45px;
}
.border-four {
    border-bottom: 1px solid #E3E3E3;
}
.booking-title {
    border-top: 1px solid #E3E3E3;
    margin-top: 50px;
    padding-top: 50px;
}
/* contact info box area css end*/

/* conformactions css start*/
.booking-section h4 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}

.booking-title {
    margin-bottom: 50px;
}
.booking-small-contetn {
    margin-bottom: 40px;
}
ul.list li::before{
  font-family: FontAwesome;
  content: "\f00c";
  color: #30ddb6;
  margin-right: 10px;
  line-height: 36px;
}
.footer {
    background: #333333;
    padding: 25px 0px;
}
.footer p {
    color: #757575;
}
.footer  a {
    color: #757575;
    margin-right: 15px;
    transition: .4s;
}
.footer a i {
    color: #30ddb6;
    margin-right: 5px;
}
.footer a:hover {
    opacity: .5;
}
.footer a {
    color: #757575;
    margin-right: 15px;
    transition: .4s;
}
.footer a:hover{
    color: #f4f4f4 !important;
}
/* conformactions css start end*/

/*responsive*/
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
/*md device*/
.autor-title h2 {
    font-size: 24px;
}
.hro-text h1 {
  font-size: 40px;
}
.hro-text h2 {
  font-size: 28px;
}
.hro-text p {
  font-size: 16px;
}
.hero-branding-igm img {
  width: 180px;
  margin-bottom: 25px;
}
.content-box p {
  width: 108px;
  padding: 20px 7px;
  font-size: 15px;
}
.single-btn-box a {
  width: 120px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.single-btn-box a i {
    margin-left: 5px;
}

}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.box-cotent-chick-list ul li a {
    line-height: 28px;
    margin-bottom: 15px;
}
.box-cotent-chick-list ul li a {
    line-height: 28px;
    margin-bottom: 15px;
}
.contact-box {
    margin-top: 50px;
}
.color-bg{
    padding: 50px 30px;
}
.single-contact-info {
    margin-bottom: 15px;
    margin-top: 24px;
}
.footer a {
    margin-right: 5px;
}

}

 
/* Extra small Device. */
@media (max-width: 767px) {
    .container {
        width: 300px;
    } 

.box-cotent-chick-list ul li a {
    line-height: 28px;
    margin-bottom: 15px;
}
.box-cotent-chick-list ul li a {
    line-height: 28px;
    margin-bottom: 15px;
}
.contact-box {
    margin-top: 50px;
}
.color-bg{
    padding: 50px 30px;
}
.single-contact-info {
    margin-bottom: 15px;
    margin-top: 24px;
}
.footer a {
    margin-right: 5px;
}


.hero-branding-igm img {
  width: 180px;
  margin-bottom: 16px;
}
.hro-text h1 {
  font-size: 36px;
}
.hro-text h2 {
  font-size: 24px;
}
.hro-text p {
  font-size: 15px;
}
.color-bg {
  padding: 30px 20px;
}
.content-top-title h4 {
  font-size: 16px;
}
.content-top-title h1 {
  font-size: 32px;
}
.box-cotent-chick-list ul {
  width: 100%;
  padding-bottom: 0px;
  font-size: 14px;
}
.content-info {
  margin-top: 40px;
}
.content-info h4 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}
.single-btn-box {
  margin-left: 0px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.content-box p {
  width: 100%;
}
.booking-title h4 a {
  margin-left: 0px;
  margin-top: 20px;
}
.booking-section h4 {
  font-size: 18px;
}
ul.list li {
  margin-bottom: 12px;
  font-size: 15px;
}
.footer, .footer a {
  font-size: 13px;
  text-align: center;
}
.footer a {
  margin-right: 3px;
  text-align: center;
}
.footer-info{
    text-align: center;
}



}
 
/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
        width: 450px;
    } 
}