body{
	padding:0;
	margin: 0;
}

p{
	padding: 0; margin: 0;
}
img{
	height: 0 auto;
}

.t-c{
	text-align: center !important;
}
.t-l{
	text-align: left !important;
}
.t-r{
	text-align: right !important;
}
.no-padding{
	padding: 0;
}
.center_contanier{
	width: 1200px; margin:0 auto;
}
.smallcenter_contanier{
	width: 900px; margin:0 auto;
}
.extrasmallcenter_contanier{
	width: 500px; margin:0 auto;
}
.small_net_center_contanier{
	width:1100px; margin:0 auto;
}
.center_big_contanier{
	width: 1290px; margin:0 auto;
}
.mar_1{
	margin-top: 5px;
}
.mar_2{
	margin-top: 10px;
}

.mar_3{
	margin-top: 15px;
}
.mar_4{
	margin-top: 20px;
}
.mar_5{
	margin-top: 25px;
}
.mar_6{
	margin-top: 30px;
}
.mar_7{
	margin-top: 35px;
}
.mar_8{
	margin-top: 40px;
}
.mar_9{
	margin-top: 45px;
}
.mar_10{
	margin-top: 50px;
}
.mar_11{
	margin-top: 55px;
}
.mar_12{
	margin-top: 60px;
}
.mar_13{
	margin-top: 65px;
}
.mar_14{
	margin-top: 70px;
}
.mar_15{
	margin-top: 75px;
}
.mar_16{
	margin-top: 80px;
}
.mar_17{
	margin-top: 85px;
}
.mar_18{
	margin-top: 90px;
}
.mar_19{
	margin-top: 95px;
}
.mar_20{
	margin-top: 100px;
}
/*-----------------------------*/
.mar_left1 {margin-left:10px;}
.mar_left2 {margin-left:15px;}
.mar_left3 {margin-left:20px;}
.mar_left4 {margin-left:25px;}
.mar_left5 {margin-left:-37px;}
.mar_left6 {margin-left:35px;}
.mar_left7 {margin-left:40px;}
.mar_left8 {margin-left:45px;}
.mar_left9 {margin-left:50px;}
.mar_left10 {margin-left:55px}

@font-face {
  font-family: 'AzonixRegular';
  src: url('../fonts/AzonixRegular.eot') format('embedded-opentype'),
  	   url('../fonts/AzonixRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*------------panel_top-----------------------*/
.panel_top {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    padding-top: 8px;
    padding-bottom: 9px;
}
.panel_top h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0px;
}
.panel_top h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0px;
}
.panel_top h3 a {
    color: #282828;
    text-decoration: none;
}
.panel_top .so_ci_top {
    float: right;
}
.panel_top .so_ci_top ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.panel_top .so_ci_top ul li {
    float: left;
    padding: 0px 0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #282828;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #282828;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #282828;
}
/*------------panel_top2-----------------------*/
.panel_top2 {
    width: 100%;
    float: left;
    background-color: #0a4737;
    padding-top: 12px;
    padding-bottom: 13px;
}
.panel_top2 .logo {
	
}
/*------------navigation--------------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #head-mobile {
    display: none;
}
#cssmenu {
    margin-left: 0;
    float: right;
    margin-top: 3px;
}

#cssmenu > ul > li {
    float: left;
    z-index: 99;
}

#cssmenu > ul > li > a {
    font-family: 'Oswald', sans-serif;
    padding: 14px 16px;
    font-size: 17px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
        background-color: transparent;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: #dbb603;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: transparent!important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: '';
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #0a4737;
    transition: all .25s ease;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
    left: -40px;
}
#cssmenu li:hover > ul > li {
    height: auto;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu ul ul li a {
	font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 195px;
    font-size: 14px;
    text-decoration: none;
    color: #ddd;
    font-weight: 300;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}


#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #dbb603;
    background: #0a4737;

}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #0a4737;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333;
    color: #dbb603;
    background: #0a4737;
}
.viewload

{
text-align: center;
    margin-top: 20px;
}
.viewload a
{
width: 145px;
    background-color: #065841;
    color: #fff;
    height: 38px;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
}

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

    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none;
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
}

/*---------------------slider----------------------*/
.slider {
	width: 100%;
	float: left;
}

.bs-slider{
    overflow: hidden;
    max-height: 627px !important;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #0a4737;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 87%;
    bottom: 12%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background:#202020;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #000000;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/


.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}
.slide-text > h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    margin-top: 20px;
    text-align: left;
    width: 100%;
    float: left;
    line-height: 56px;
    margin-bottom: 39px;
}
.slide-text > h1 span {
	color: #dbb603;
}
.slide-text > p {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    color: #ffffff;
    font-size:25px;
    line-height: 33px;
    font-weight:600;
    margin-bottom: 9px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    width: 60%;
    text-align: left;
    margin-left: 0;
    margin-top: 18px;
}
.slide-text > p span {
	color: #60af3c;
	font-weight: bold;
}
.slide-text > a.btn-default {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 0px;
    margin-right: 10px;
    text-align: center;
    padding-top: 19px;
    white-space: nowrap;
    letter-spacing: 0px;
    display: inline-block;
    font-weight: 400;
    background-color: transparent;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    margin-left: 0px;
    width: 18%;
    padding-bottom: 23px;
    border-radius: 0px;
    border: 2px solid #fff;
    text-transform: uppercase;
    margin-top: 28px;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #b0389e;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.di{
	padding: 1px 0px;
}



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/*------------body_top2-----------------------*/
.body_top2 {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.body_top2 .ser1 {
    width: 100%;
}

.body_top2 h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1a1a1b;
    text-align: center;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.body_top2 h2 a {
    color: #1a1a1b;
    text-decoration: none;
}
/*------------body_top3-----------------------*/
.body_top3 {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #f4f4f4;
}
.body_top3 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #2d2c2c;
    text-align: left;
    font-weight: 700;
    width: 100%;
    float: left;
}

.body_top3 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: #000000;
    text-align: left;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-top: 4px;
}
.body_top3 h3 a {
    color: #000000;
    text-decoration: none;
}
.body_top3 p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #000000;
    text-align: left;
    font-weight: 400;
    width: 76%;
    float: left;
    line-height: 26px;
}
.body_top3 .white_con {
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 40px 22px;
    margin-top: 33px;
}
.body_top3 h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 37px;
    color: #282828;
    text-align: center;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-top: 4px;
}

.body_top3 h5 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    width: 100%;
    float: left;
    line-height: 26px;
    padding: 0px 9px;
    margin-bottom: 29px;
}
.body_top3 .form_booking {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: 400;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 8px 9px;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    background-color: transparent;
}

.body_top3 .form_booking2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 8px 9px;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    background-color: transparent;
    height: 82px;
}

.body_top3 .button3 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a4737+2,00704f+100 */
background: rgb(10,71,55); /* Old browsers */
background: -moz-linear-gradient(top, rgb(10,71,55) 2%, rgb(0,112,79) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(10,71,55) 2%,rgb(0,112,79) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(10,71,55) 2%,rgb(0,112,79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4737', endColorstr='#00704f',GradientType=0 ); /* IE6-9 */    color: #ffffff;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    float: left;
    border-radius: 1px;
    width: 100%;
    border: 1px solid #fff;
    font-weight: 700;
}

/*-------mar_q---------*/
.mar_q {
    width: 100%;
    float: left;
    background-color: #065841;
}
.mar_q h2 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
}

/*------------body_top4-----------------------*/
.body_top4 {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 40px;
}
.body_top4 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    color: #111614;
    text-align: left;
    font-weight: 700;
    width: 100%;
    float: left;
}

.body_top4 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #111614;
    text-align: left;
    font-weight: 400;
    width: 93%;
    float: left;
    line-height: 29px;
}

.body_top4 .testimonialtetx {
    float: left;
    border: 1px solid #b8b8b8;
    padding: 7px;
    margin-right: 14px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 19px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: #065841;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    border-radius: 0px;

}
.filter-button:hover
{
    font-size: 19px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #065841;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
     border-radius: 0px;
}
.btn-default:active .filter-button:active
{
    background-color: #065841;
    color: white;
}



/*-----gallery-------*/

.galleryt {
    width: 100%;
    float: left;
    padding-top: 5px;
}
.gallerytfutter {
    width: 100%;
    float: left;
    padding-top: 5px;
}
.gallerytfutter .gsm1 {
    margin-bottom: -14px;
    border-radius: 0px;
    margin-left: 5px;
    width: 27%;
}

.galleryt h2 {
    font-size: 25px;
    color: #065841;
    text-align: center;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 22px;
    float: left;
    width: 100%;
}
.galleryt p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    width:100%;
    font-weight: 400;

}
.galleryt .line1 {
	margin-top: 20px;
}

.galleryt .ty_img {
    border: 1px solid #e3e1e1;
    padding: 6px;
}
.viewbox-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 700;
}
.viewbox-body{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto;
}
.viewbox-header{
	margin: 10px;
}
.viewbox-content{
	margin: 10px;
	width: 300px;
	height: 300px;
}
.viewbox-footer{
	margin: 10px;
}
.viewbox-content .viewbox-image{
	width: 100%;
	height: 100%;
}

/* buttons */
.viewbox-button-default{
	cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px);
}
.viewbox-button-default{
	fill: #999;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
	position:absolute;
	top:10px;
	right: 10px;
	z-index:9;
}
.viewbox-button-full-screen{
	position:absolute;
	top:84px;
	right: 10px;
	z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
	position:absolute;
	top: 50%;
	height: 128px;
    width: 128px;
	margin: -64px 0 0;
	z-index:9;
}
.viewbox-button-next{
	right: 10px;
}
.viewbox-button-prev{
	left: 10px;
}
@media (max-width: 480px) {
	.viewbox-button-close{
		top: 0;
		right: 0;
	}
	.viewbox-button-next,
	.viewbox-button-prev{
		height: 81px;
    	width: 81px;
		margin-top: -40px;
	}
	.viewbox-button-next{
		right:-15px;
	}
	.viewbox-button-prev{
		left:-15px;
	}
}

/* loader */
.viewbox-container .loader{
	widows: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
	margin: 0;
	padding: 0;
}
.viewbox-container .loader .spinner{
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #999;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.gsm img {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
}
.gsm2 img {
    width: 96%;
    height: 150px;
    margin-bottom: 6px;
    border-radius: 3px;
}
.thumbnail {
  border: none;

}
@-webkit-keyframes sk-bounce{
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 0px;
}


/*------------body_top5-----------------------*/
.body_top5 {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.body_top5 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    color: #272727;
    text-align: left;
    font-weight: 700;
    width: 100%;
    float: left;
}
.body_top5 .blog_box {
    width: 98%;
    float: left;
    border: 1px solid #cdcdcd;
    padding-bottom: 17px;
}
.blog_home_pic {
    width: 100%;
}
.body_top5 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #272727;
    text-align: center;
    font-weight: 700;
    width: 100%;
    float: left;
    line-height: 29px;
}
.body_top5 h3 a {
    color: #272727;
    text-decoration: none;
}
.body_top5 h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #636363;
    text-align: center;
    font-weight: 700;
    width: 100%;
    float: left;
}
.body_top5 h4 a {
    color: #636363;
    text-decoration: none;
}


/*----------futter_panel----------------*/
.futter_panel {
    width: 100%;
    float: left;
    background: url(../images/futter_background.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.futter_panel h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 24px;
}
.futter_panel p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    width: 90%;
    float: left;
    line-height: 24px;
}
.futter_panel .futter_nav {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    width: 90%;
    float: left;
}


.futter_panel .futter_nav ul {
	padding: 0;
	margin: 0;
	list-style-image: url(../images/arrew.png);
}

.futter_panel .futter_nav ul li {
	float: left;
	padding: 5px 0px;
	    width: 100%;
    float: left;
}
.futter_panel .futter_nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

.futter_panel .form_booking {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    width: 97%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 8px 9px;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    background-color: transparent;
}

.futter_panel .form_booking2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    width: 98%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 8px 9px;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    background-color: transparent;
    height: 82px;
}

.futter_panel .button3 {
    color: #ffffff;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    float: left;
    border-radius: 1px;
    width: 40%;
    border: 1px solid #fff;
    font-weight: 400;
    background-color: transparent;
    text-transform: uppercase;
}

/*----------futter_panel_last----------------*/

.futter_panel_last {
	width: 100%;
	float: left;
	background-color: #0d4f1a;
}

.futter_panel_last .nav_info {
	float: left;
}

.futter_panel_last .nav_info ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.futter_panel_last .nav_info ul li {
    float: left;
    padding: 5px 0px;
}

.futter_panel_last h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    margin-top: 13px;
    margin-left: 13px;
    width: 100%;
    text-align: right;
}
.futter_panel_last h2 a {
    color: #ffffff;
    text-decoration: none;
}

/*--------inner_baner----------*/

.inner_banner {
	width: 100%;
	float: left;
	background: url('../images/about_baner.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}


.inner_banner h1 {
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
}
.inner_banner h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 31px;
    margin-top: 0px;
    text-transform: uppercase;
}
.inner_banner h2 a {
    color: #ffc527;
    text-decoration: none;
}

/*--------about_page-----------*/
.about_page {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 40px;
}
.about_page .female {
    margin-top: 45px;
    border: 1px solid #a2a0a0;
    padding: 9px;
    width: 100%;
}
.about_page .female2 {
    margin-top:7px;
    border: 1px solid #a2a0a0;
    padding: 9px;
    width: 100%;
}
.about_page h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 32px;
    color: #000000;
    text-align: left;
    width: 100%;
    margin-top: 40px;
    font-weight: 700;
}
.about_page h5 {
    font-family: 'Lobster', cursive;
    font-size: 42px;
    color: #0a4737;
    text-align: left;
    width: 100%;
    margin-top: 15px;
}
.about_page h2 span {
    color: #0a4737;
}
.about_page h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 26px;
    color: #000000;
    text-align: left;
    width: 100%;
    margin-top: 18px;
    font-weight: 600;
}
.about_page h4 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 21px;
    color: #000000;
    text-align: left;
    width: 100%;
    font-weight: 700;
    float: left;
}
.about_page p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    text-align: justify;
    width: 95%;
    line-height: 28px;
    margin-top: 0px;
    float: left;
}
.about_page .ehychoos {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-align: justify;
    width: 100%;
    float: left;
}
.about_page .ehychoos ul {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    margin-left: 20px;
}
.about_page .ehychoos ul li {
    float: left;
    width: 44%;
    padding: 5px 3px;
}
/*-------about_page2---------*/
.about_page2 {
    width: 100%;
    float: left;
    background-color: #0085f7;
}
.about_page2 h2 {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
}

/*-----------------------*/
.tetimonial {
    width: 100%;
    float: left;
    padding-bottom: 51px;
}

#testimonial4 {
    overflow: hidden;
    position: relative;
    float: left;
    padding-bottom: 22px;
    width: 100%;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 0px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #0085f7;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #242323;
  font-size: 38px;
  font-weight: 700;
  position: relative;
    font-family: 'Open Sans', sans-serif;
}
.testimonial4_header h4 span{
  color: #B7026D;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 75px;
  height: 75px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
	font-family: 'Open Sans', sans-serif;
  color: #0f0f0f;
  font-size: 15px;
  margin: 20px 0 20px 0;
  line-height: 33px;
}

.testimonial4_slide h4 {
  font-family: 'Open Sans', sans-serif;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 600;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*-----------projectgallery------------*/
.projectgallery {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 37px;
}
.elem, .elem * {
	box-sizing: border-box;
	margin: 0 !important;	
}
.elem {
    display: inline-block;
    font-size: 0;
    width: 33%;
    border: 4px solid #ffffff;
    border-bottom: none;
    background: #fff;
    padding: 6px;
    height: auto;
    background-clip: padding-box;
    float: left;
}
.elem > span {
	display: block;
	cursor: pointer;
	height: 0;
	padding-bottom:	70%;
	background-size: cover;	
	background-position: center center;
}

.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
	opacity: 0 !important;
}
.lcl_fade_oc.lcl_is_closing #lcl_overlay {
	-webkit-transition-delay: .15s !important; 
	transition-delay: .15s !important;
}
.lcl_minimal #lcl_window,
.lcl_minimal.lcl_txt_under #lcl_txt,
.lcl_minimal.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_minimal.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
	background-color: #3d3d3d;	
}
.lcl_minimal #lcl_subj {
	background-color: #474747;	
}
.lcl_minimal.lcl_fullscreen_mode #lcl_subj {
	background-color: #252525;	
}

.lcl_minimal #lcl_loader > span {
	border-color: #999 #999 transparent;
}

.lcl_minimal.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after, 
.lcl_minimal.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after {
	width: 1px;	
}


/* COMMANDS */
.lcl_minimal #lcl_nav_cmd,
.lcl_minimal .lcl_outer_cmd #lcl_nav_cmd,
.lcl_minimal .lcl_forced_outer_cmd #lcl_nav_cmd {
	padding: 4px !important;	
}
.lcl_minimal #lcl_nav_cmd:before {
    content: "";
	background: rgba(0, 0, 0, 0.4);
    height: 42px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.lcl_minimal.lcl_fullscreen_mode[lcl-type=iframe] #lcl_nav_cmd:before {
	background: #3d3d3d;
}
.lcl_minimal.lcl_fullscreen_mode[lcl-type=iframe] #lcl_subj {
	top: 42px;	
}
.lcl_minimal .lcl_close {
    margin-left: 14px !important;
}
.lcl_minimal .lcl_zoom_in {
    margin-right: 14px !important;
}
@media screen and (min-width:450px) { 
	.lcl_minimal .lcl_close {
		margin-left: 28px !important;
	}
	.lcl_minimal .lcl_zoom_in {
		margin-right: 28px !important;
	}
	.lcl_minimal.lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd:before,
	.lcl_minimal.lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd:before {
		opacity: 0;
		
		-webkit-transition: opacity .2s ease-in .5s; 
		transition: 		opacity .2s ease-in .5s;	
	}
	.lcl_minimal:not(.lcl_on_mobile) #lcl_window:hover #lcl_nav_cmd:before,
	.lcl_minimal.lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]):hover #lcl_nav_cmd:before {
		opacity: 1;
		
		-webkit-transition: all .2s ease-in 0s; 
		transition: 		all .2s ease-in 0s;
	}
}
.lcl_minimal #lcl_nav_cmd .lcl_icon {
	color: #fafafa;
	background: transparent;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	margin: 3px;	
}
@media screen and (max-width:475px) { 
	.lcl_minimal #lcl_nav_cmd .lcl_icon {
		margin: 3px 0;	
	}
	.lcl_minimal .lcl_counter {
    	letter-spacing: -1px;
	}
}
@media screen and (max-width:400px) { 
	.lcl_minimal #lcl_nav_cmd .lcl_icon {
		width: 24px;
	}
}
.lcl_minimal #lcl_nav_cmd .lcl_icon:before,
.lcl_minimal #lcl_nav_cmd .lcl_icon * {
	text-shadow: 0 0 2px rgba(0, 0, 0, .6); 	
}
.lcl_minimal .lcl_icon:not(.lcl_counter):after {
	background: #cfcfcf;
}
.lcl_minimal#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(a):hover:before {
	color: #fff;
	text-shadow: none; 	
}
.lcl_minimal:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):after,
.lcl_minimal:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):hover:after {
	border-radius: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15);
}
.lcl_minimal.lcl_nav_btn_middle .lcl_prev:before, 
.lcl_minimal.lcl_nav_btn_middle .lcl_next:before {
    font-size: 28px !important;
    
}
.lcl_minimal.lcl_nav_btn_middle .lcl_prev:after,
.lcl_minimal.lcl_nav_btn_middle .lcl_next:after {
	box-shadow: none !important;
}
.lcl_minimal.lcl_nav_btn_middle .lcl_next:after, .lcl_minimal.lcl_nav_btn_middle .lcl_prev:after,
.lcl_minimal.lcl_nav_btn_middle:not(.lcl_on_mobile) .lcl_next:hover:after, .lcl_minimal.lcl_nav_btn_middle .lcl_prev:hover:after {
	background: rgba(0, 0, 0, 0.3) !important;
}
.lcl_minimal .lcl_counter {
	font-size: 13px;
	line-height: 28px;	
}


/* alternative inner close button */
.lcl_minimal #lcl_corner_close {
	background: #303030;
    border-color: transparent !important;
    border-radius: 0 !important;
   
	-webkit-transform: 	rotate(45deg);
	-ms-transform: 		rotate(45deg);
	transform: 			rotate(45deg);
}
.lcl_minimal #lcl_corner_close:before {
	color: #eee;
	
	-webkit-transform: 	rotate(45deg);
	-ms-transform: 		rotate(45deg);
	transform: 			rotate(45deg);
}
.lcl_minimal:not(.lcl_on_mobile) #lcl_corner_close:hover:before {
	-webkit-transform: 	rotate(225deg);
	-ms-transform: 		rotate(225deg);
	transform: 			rotate(225deg);
}


/* TEXTS */
.lcl_minimal #lcl_txt * {
	font-family: Arial,​ 'sans-serif';	
	color: #ddd;
}
.lcl_minimal #lcl_title {
	color: #eee;	
}
.lcl_minimal #lcl_author {
	color: #bfbfbf;	
}
.lcl_minimal .lcl_txt_border {
	border-bottom: 1px dotted #666 !important;	
}

/* text over */
.lcl_minimal.lcl_force_txt_over #lcl_txt,
.lcl_minimal.lcl_txt_over #lcl_txt {
	background: rgba(26, 26, 26, 0.9);
}
.lcl_minimal.lcl_force_txt_over #lcl_txt:before,
.lcl_minimal.lcl_txt_over #lcl_txt:before {
	background: #444;
}
.lcl_minimal.lcl_force_txt_over #lcl_txt:after, 
.lcl_minimal.lcl_txt_over #lcl_txt:after {
	border-color: #3e3e3e;
}


/* text block shadow */
.lcl_minimal.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after {
    content: "";
	background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}
.lcl_minimal.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after {
    content: "";
	background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    right: 0;
}
.lcl_minimal.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt::after {
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    height: 2px;
}



/* TOOLTIP */
.lcl_minimal .lcl_tooltip {
	background: rgba(0,0,0, 0.5);	
}
.lcl_minimal .lcl_tooltip.lcl_tt_bottom:before {
	border-color: transparent transparent #000;	
	opacity: .5;
}
.lcl_minimal .lcl_tooltip.lcl_tt_top:before {
	border-color: #000 transparent transparent;
	opacity: .5;
}

/* SOCIALS VISIBILITY */
.lcl_minimal .lcl_socials_tt a {
	border-color: #666;
}

/* THUMBS NAVIGATOR */
.lcl_minimal .lcl_tn_inner li {
	border-radius: 0;	
}
.lcl_minimal #lcl_thumbs_nav span {
	color: #dfdfdf;
}
.lcl_minimal .lcl_tn_mixed_types li::before {
    background: rgba(0, 0, 0, 0.25);	
}
.lcl_minimal .lcl_tn_mixed_types li:after {
    color: #fff;
}

/* PROGRESSBAR */
.lcl_minimal #lcl_progressbar {
	background: #eee;
}

/*---------------body_panel4---------------*/

.body_panel4 {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 40px;
}
.body_panel4  h2 {
    color: #858585;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

.body_panel4 .border {
	
}
.body_panel4 h3 {
    color: #c72d5c;
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-top: 10px;
    float: left;
    margin-bottom: 40px;
}
.body_panel4 p {
    color: #858585;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
    width: 58%;
    font-weight: 400;
    float: left;
    line-height: 29px;
    margin-left: 237px;
    margin-top: -20px;
}

.body_panel4 .map_box {
    border: 7px solid #0a4737;
    width: 100%;
    float: left;
    padding: 13px 13px 10px 13px;
}
.body_panel4 .amp_are {
    width: 100%;
    border: none;
    height: 240px;
    float: left;
}
.body_panel4 h4 {
    color: #282828;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    float: left;
    margin-top: 18px;
}
.body_panel4 .buttan2 {
    width: 108px;
    margin-top: 9px;
}
.body_panel4 .buttan3 {
	margin-top: 24px;
}
.body_panel4 .readmore {
    font-family: 'Open Sans', sans-serif;
    background: rgb(19,59,125);
    background: -moz-linear-gradient(left, rgb(19,59,125) 2%, rgb(234,2,91) 100%);
    background: -webkit-linear-gradient(left, rgb(19,59,125) 2%,rgb(234,2,91) 100%);
    background: linear-gradient(to right, rgb(19,59,125) 2%,rgb(234,2,91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133b7d', endColorstr='#ea025b',GradientType=1 );
    border: none;
    color: #fff;
    width: 31%;
    font-size: 13px;
    padding: 5px 0 8px 0;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 0px;
    font-weight: 400;
}

.body_panel4 .button1 {
    background-color: #0a4737;
    color: #ffffff;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    float: left;
    width: 100%;
    font-weight: 400;
    border: none;
    margin-top: 13px;
}

.body_panel4  .button1 a {
    color: #ffffff;
    text-decoration: none;
}
.body_panel4 .map_suburbs {
	width: 100%;
	height: auto;
	float: left;
	border:none;
}
/*--------Suburbsdetails_page------------*/

.Suburbsdetails_page {
	width: 100%;
	float: left;
}

.Suburbsdetails_page .map_suburbs {
	width: 100%;
	height: 428px;
	float: left;
	border:none;
}
.Suburbsdetails_page .rightbox {
    width: 100%;
    float: left;
    padding-left: 20px;
    height: auto;
    background-color: #0a4737;
    padding-bottom: 61px;
}
.Suburbsdetails_page h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
    font-weight: 700;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 23px;
}
.Suburbsdetails_page p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    width: 94%;
    margin-bottom: 5px;
    margin-top: 3px;
    line-height: 24px;
}
.Suburbsdetails_page p span {
    font-weight: 700;
}


.Suburbsdetails_page .form_booking {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #403f3d;
    text-align: left;
    font-weight: 400;
    width: 95%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 6px 9px;
    border-radius: 2px;
    border: 1px solid #a9a6a6;
}

.Suburbsdetails_page .form_booking2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #403f3d;
    text-align: left;
    font-weight: 400;
    width: 97%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 6px 9px;
    border-radius: 2px;
    border: 1px solid #a9a6a6;
    height: 100px;
}
.Suburbsdetails_page .button3 {
    background-color: #f9f9f9;
    color: #0a4737;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: 96%;
    border: none;
    font-weight: 600;
}
/*------------contact_baner--------*/
.contact_baner {
    background: transparent;
    color: #393839;
    font-size: 15px;
    padding-bottom: 60px;
    padding-top: 22px;
    float: left;
    width: 100%;
}
.contact_baner h1 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 41px;
    text-align: center;
    width: 100%;
}
.contact_baner h2 {
    color: #3B3F3F;
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    text-align: left;
    width: 100%;
}
.contact_baner p {
    color: #4D4C4C;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    width: 97%;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.contact_baner .button_3 {
    background-color: #262325;
    border: none;
    color: white;
    padding: 11px 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    margin-left: -14px;
    margin-top: 4%;
    float: left;
}

.contact_baner .button_3:hover{
    background-color:#000000;
     transition: 1s;

}
.contact_baner .button_4 {
    background-color: #ff0000;
    border: none;
    color: white;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0px;
    cursor: pointer;
    margin-left: 7px;
    margin-top: 4%;
    float: left;
    margin-right: -13px;
    border-radius: 39px;
}

.contact_baner .button_4:hover {
    background-color: #0b0a0a;
    transition: 1s;
}

/*-------------------------contact_baner2------------------------*/
.contact_baner2 {
    float: left;
    margin-bottom: -4px;
    width: 100%;
}

.contact_baner h1 {
    color: #0d3770;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    text-align: left;
    width: 100%;
    margin-top: 13px;
}
.contact_baner h3 {
    color: #0d3770;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    text-align: center;
    width: 100%;
    margin-top: 13px;
    font-weight: 700;
}

.contact_baner h4 {
    color: #0d3770;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-top: 13px;
    font-weight: 400;
    border: 1px dashed #ded8d8;
    padding: 16px;
}
.contact_baner h4 a {
    color: #0d3770;
    text-decoration: none;
}
.contact_baner .color_box {
    width: 100%;
    float: left;
    border: 1px dashed #0d1e25;
    border-radius: 9px;
    padding: 24px;
}
.contact_baner h5 {
    color: #282929;
    font-family: 'Raleway', sans-serif;
    font-size: 33px;
    text-align: left;
    width: 100%;
    margin-top: 13px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px dashed #eae6e6;
    float: left;
    padding-bottom: 20px;
}


.form3l {
	font-family: 'Open Sans', sans-serif;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    color: #000;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    margin-top: 2px;
    padding: 6px 12px;
    width: 96%;
    font-weight: 400;
}
.form32 {
	font-family: 'Open Sans', sans-serif;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    color: #000;
    display: block;
    font-size: 14px;
    height:100px;
    line-height: 1.42857;
    margin-top: 2px;
    padding: 6px 12px;
    width: 98%;
    font-weight: 400;
}

.label1 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}
.button_contact {
    background: rgb(10,71,55); /* Old browsers */
background: -moz-linear-gradient(top, rgb(10,71,55) 2%, rgb(0,112,79) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(10,71,55) 2%,rgb(0,112,79) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(10,71,55) 2%,rgb(0,112,79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4737', endColorstr='#00704f',GradientType=0 ); /* IE6-9 */
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: none;
    color: #ffffff;
    width: 98%;
    font-size: 22px;
    padding: 8px 0 8px 0;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 0px;
    text-transform: capitalize;
}

.map_c {
	width: 100%;
	float: left;
}

.map_c  .map_cla {
	width: 100%;
	float: left;
	border: none;
	height: 280px;
}


/*----------blog_panel--------------*/

.blog_panel {
	width:100%;
	float: left;
	padding-top:30px;
	padding-bottom: 30px;
}
.blog_panel h2 {
    color: #0b1521;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    text-align: left;
    width: 100%;
    margin-top: 13px;
    font-weight: 700;
}
.blog_panel h5 {
    color: #3c3b3b;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin-top: 9px;
    font-weight: 600;
}
.blog_panel h5 span {
    color: #0a4737;
    font-weight: 700;
}

.blog_panel .blog_ima {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.blog_panel p {
    color: #616161;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    width: 100%;
    margin-top: 13px;
    font-weight: 400;
    line-height: 25px;
}
.blog_panel .button2 {
    border: none;
    color: #39393a;
    padding: 2px 3px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 17px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: 43%;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid #dad8d8;
}
.blog_panel .button2 a {
    color: #39393a;
    text-decoration: none;
}
.blog_panel .aconatct_star {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    float: right;
    margin-top: 22px;
}
.blog_panel .aconatct_star ul  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog_panel .aconatct_star ul li {
    float: left;
    padding: 0px 2px;

}

.blog_panel .aconatct_star ul li a  {
    color: #000000;
    text-decoration: none;

}
/*-----------------aconatct_starright----------------*/
.blog_panel h3{
    color: #0b1521;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    text-align: left;
    width: 100%;
    margin-top: 13px;
    font-weight: 700;
}
.blog_panel .aconatct_starright {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
}
.blog_panel .aconatct_starright ul  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog_panel .aconatct_starright ul li {
    float: left;
    padding: 10px 2px;
    width: 100%;
    border-bottom: 1px solid #dcd6d6;
}

.blog_panel .aconatct_starright ul li a  {
    color: #000000;
    text-decoration: none;

}

.blog_panel .fp {
	width: 100%;
}
.blog_panel h4 {
    color: #0b1521;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    text-align: left;
    width: 100%;
    margin-top: 8px;
    font-weight: 600;
    float: left;
}

.blog_panel .button3 {
    border: none;
    color: #39393a;
    padding: 2px 3px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 17px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: auto;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid #dad8d8;
}
.blog_panel .button3 a {
    color: #39393a;
    text-decoration: none;
}
.icon-bara {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  display: none;
}
.catt_call {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    display: none;
}
/*---------bhola-das-23-05-2019-----------*/

.why_chose_us {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    background-color: #0a4737;
    padding: 40px 0pc;
}

.why_chose_us .fen_cing {
    width: 100%;
    float: left;
    border: 1px solid #b3b1b1;
}

.why_chose_us .ico {
                
}

.why_chose_us h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-top: 13px;
    font-weight: 600;
    float: left;
    margin-bottom: 16px;
}

.why_chose_us h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    font-weight: 600;
    float: left;
    margin-bottom: 37px;
}
.con_t_in {
	display: none;

}

/*------------responsive-----------------*/

@media only screen and (min-width: 766px) {
/*--------header panel start---------*/
}

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
		.container{
		width:757px;
	}


}


@media only screen and (min-width: 992px) and (max-width: 1024px)  {
		.container{
		width:990px;
	}
	



	
	
}

/* Note: Design for a width of 320px */


@media only screen and (min-width: 300px) and (max-width: 767px) {
.center_contanier{
	width: 98%; margin:0 auto;
}
.smallcenter_contanier{
	width: 98%; margin:0 auto;
}
.extrasmallcenter_contanier{
	width: 98%; margin:0 auto;
}
.small_net_center_contanier{
	width: 98%; margin:0 auto;
}
.center_big_contanier{
	width: 98%; margin:0 auto;
}
.why_chose_us .fen_cing {
    width: 100%;
    float: left;
    border: 1px solid #b3b1b1;
    margin-bottom: 15px;
}
/*----------*/
.con_t_in {
	display: block;
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0;
	z-index: 9999;

}
.con_t_in .send_btnnowrty {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 8px;
    border: 0;
    transition: all 600ms ease-in-out;
    border-left: 1px solid #fff;
    background-color: #0a4737;
}
.panel_top {
	display: none;	
}
.slide-text h1 {
	display: none;		
}
.slide-text p {
	display: none;		
}
.slide-text > a.btn-default, .slide-text > a.btn-primary {
	display: none;		
}
.futter_panel_last h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    margin-top: 13px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
}

.futter_panel_last .nav_info {
	display: none;		
}

.body_top3 h2 {
    font-size: 26px;
    text-align: center;
    width: 100%;
    float: left;
}
.ri {
    display: none;
}

.body_top3 h3 {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 4px;
}
.body_top3 p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    width: 100%;
    float: left;
    line-height: 26px;
    padding: 0px 10px;
}
.body_top4 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    color: #111614;
    text-align: center;
    font-weight: 700;
    width: 100%;
    float: left;
}

.body_top4 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #111614;
    text-align: center;
    font-weight: 400;
    width: 100%;
    float: left;
    line-height: 29px;
    padding: 0px 10px;
}
.futter_panel h2 {
    text-align: center;
    width: 100%;
    float: left;
}
.futter_panel p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    width: 100%;
    float: left;
    line-height: 24px;
}
.futter_panel .futter_nav ul {
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}
.futter_panel .futter_nav ul li {
    float: left;
    padding: 12px 0px;
    width: 100%;
    text-align: center;
}
.futter_panel .futter_nav {
    text-align: center;
    width: 100%;
    float: left;
}
.gallerytfutter .gsm1 {
    margin-bottom: -14px;
    border-radius: 0px;
    margin-left: 6px;
    width: 31%;
}
.futter_panel .button3 {
    color: #ffffff;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    float: left;
    border-radius: 1px;
    width: 98%;
    border: 1px solid #fff;
    font-weight: 400;
    background-color: transparent;
    text-transform: uppercase;
}
.panel_top2 .logo {
    margin-left: 18px;
}
.inner_banner h1 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
}
.inner_banner h2 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 31px;
    margin-top: 0px;
    text-transform: uppercase;
}

.about_page h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 20px;
    color: #000000;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    font-weight: 700;
    padding: 0px 10px;
}

.about_page p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    text-align: center;
    width: 100%;
    line-height: 28px;
    margin-top: 0px;
    float: left;
    padding: 0px 17px;
}
.about_page h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 26px;
    color: #000000;
    text-align: center;
    width: 100%;
    margin-top: 18px;
    font-weight: 600;
    float: left;
}
.about_page .female {
    margin-top: 25px;
    border: 1px solid #a2a0a0;
    padding: 8px;
    width: 90%;
    float: left;
    margin-left: 26px;
}
.about_page .ehychoos ul li {
    float: left;
    width: 100%;
    padding: 5px 3px;
    text-align: center;
}
.about_page .ehychoos ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 0px;
}

.about_page h5 {
    font-family: 'Lobster', cursive;
    font-size: 42px;
    color: #0a4737;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.about_page .female2 {
    margin-top: 7px;
    border: 1px solid #a2a0a0;
    padding: 0px;
    width: 100%;
}
.about_page h4 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 21px;
    color: #000000;
    text-align: center;
    width: 100%;
    font-weight: 700;
    float: left;
}
.body_panel4 .map_box {
    margin-bottom: 15px;
}
.icon-bara {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  display: block;
}

.icon-bara a {
  display: block;
  text-align: center;
  padding: 7px;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
}

.icon-bara a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #da07f8;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.body_panel4 .map_box {
    margin-bottom: 30px;
}
.contact_baner .color_box {
    margin-bottom: 40px;
}

.futter_panel .in_pu {
    width: 100%;
    float: left;

}
.futter_panel .in_pu2 {
    width: 100%;
    float: left;

}
.futter_panel .button2 {
    width: 100%;
    float: left;
}
.catt_call {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    display: block;
}
.catt_call h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #ffffff;
    margin-left: 72px;
    font-weight: 700;
    float: left;
    text-align: center;
    margin-top: -25px;
    width: 100%;
}
.readmoretrtrtr {
    font-family: 'Open Sans', sans-serif;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 20px;
    padding: 8px 0 8px 0;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 0;
    margin-left: 0px;
    font-weight: 600;
    background-color: #0a4737;
    text-transform: uppercase;
}
.readmoretrtrtr a {
    color: #fff;
    text-decoration: none;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.panel_top2 {
    width: 100%;
    float: left;
    background-color: #0a4737;
    padding-top: 12px;
    padding-bottom: 13px;
    position: relative;
    z-index: 9999;
}






}

/* Note: Design for a width of 480px */

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

	.container{
		width:470px;
	}
	
	
	
	
	
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
.center_contanier{
	width: 98%; margin:0 auto;
}
.smallcenter_contanier{
	width: 98%; margin:0 auto;
}
.extrasmallcenter_contanier{
	width: 98%; margin:0 auto;
}
.small_net_center_contanier{
	width: 98%;
	margin: 0 auto;
}
.center_big_contanier{
	width: 98%; margin:0 auto;
}

}

















