@charset "utf-8";
/* CSS Document */
 body {
     overflow-x:hidden;
}
/*global css*/
 *{
    margin:0;
     padding:0;
     border:none;
     transition:0.5s;
}
 body{
     margin:0;
     padding:0;
     font-size:15px;
    font-family: 'Lato', sans-serif;
}
 ul{
     margin:0;
}
 ul, li {
    list-style:none;
     color:#FFFFFF;
font-family: 'Lato', sans-serif;
}
 a{
     color:#a9a9a9;
    ;
     text-decoration:none;
     outline:none;
     border:none;
font-family: 'Lato', sans-serif;
}
 a:hover{
     text-decoration:none;
}
 a:focus{
    outline: none;
}
 h1, h2, h3, h4, h5, h6{
font-family: 'Lato', sans-serif;
     font-weight:bold;
     text-transform:uppercase;
}
 h2{
     color:#25417b;
     font-size:25px;
     text-transform:uppercase;
     font-weight:bold;
font-family: 'Lato', sans-serif;
}
 h6{
    color:#ffffff;
     font-size:14px;
font-family: 'Lato', sans-serif;
}
/* close global css*/
 p{
     margin-bottom:15px;
font-family: 'Lato', sans-serif;
     color:#909090;
     font-size:16px;
     margin-bottom:25px;
}
 section{
     padding:25px 0;
}
 .padding-top40{
     padding-top:40px;
}
 .text-white{
     color:#ffffff;
}
.form-group {
    margin-top: 10px;
}
label {
    font-size: 14px;
    color: #676767;
}
.row.white {
    background: #fff;
}

/*close global css*/



/*top-area*/



/*.top-content ul li i {
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    background: #ffffff;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    text-align: center;
    color: #f05541;
    margin: 10px 2px;
}*/

/*close-top-area*/

/*banner-area*/

.banner-area{
    background: url(../img/banner.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    height: 660px;
}
.banner-content {
    background: #d76763;
    padding: 30px 20px;
    margin-top: 4em;
}
.banner-content h2 {
    color: #828282;
    font-size: 32px;
    font-weight: 300;
    line-height: 45px;
    margin-top: 5px;
    /* font-family: 'Libre Baskerville', serif; */
}
.banner-content h2 span {
    color: #ffffff;
    font-weight: 600;
}
.banner-content h3 {
    color: #fff;
    text-transform: unset;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    margin: 10px 0px;
}
button.btn.btn-default.book {
    background: #ffffff;
    border: none;
    border-radius: 2px;
    padding: 11px 25px 11px 25px;
    font-size: 16px;
    color: #c34945;
    margin: 15px 0px;
}
button.btn.btn-default.book:hover {
    background: #9c4a3e;
    color: #fff;
}
.banner-content img {
    width: 170px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.banner-content p a {
    color: #fdfdfd;
}
.banner-content p {
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 7px;
}

/*close-banner-area*/

/*connect-area*/

.connect-content {
    background: #d76763;
    padding: 26px 20px;
    position: relative;
    top: -50px;
}
.connect-content p {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    margin: 0px;
}
.connect-content:hover {
    background: #9c4a3e;
}

/*close-connect-area*/

/*about-area*/
.about-pic img {
    width: 100%;
    margin: 40px 0px;
}
.about-content h2 {
    font-size: 34px;
    /* text-transform: unset; */
    color: #262626;
    /* font-weight: 400; */
    line-height: 34px;
}
.about-content h2 span {
    color: #de3e33;
}
.about-content p {
    color: #222;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 12px;
}
button.btn.btn-default.kno {
    background: #d76763;
    border: none;
    border-radius: 2px;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    margin: 10px 0px;
}
button.btn.btn-default.kno:hover {
    background: #9c4a3e;
}
.about-content p span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.about-content {
    margin-top: 4em;
}
/*.about-content h2:before {
    width: 4px;
    height: 35px;
    background: #007f7f;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: 0px;
}*/



/*close-about-area*/

/*service-area*/
.service-area {
    background: url(../img/service.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    height: auto;
    padding: 15px 0px;
}
.service-head h2 {
    font-size: 30px;
    text-transform: unset;
    color: #fff;
    font-weight: 400;
    margin: 40px 0px;
}
.service-head h2 span {
    color: #de3e33;
}
.service-content img {
    transition: 1.5s;
    border-radius: 50%;
    width: 220px;
}
.service-content:hover img {
    transform: scale(1.05);
    -webkit-transform: rotate(360deg)
}
.service-content a p {
    color: #fff;
    font-size: 20px;
    margin: 10px;
    text-transform: uppercase;
}
.service-content h2 {
    color: #ffff;
    font-size: 42px;
    padding: 20px 0px;
    letter-spacing: 2px;
}
/*.service-content {
    margin-bottom: 40px;
}*/

/*close-service-area*/

/*vid-area*/

.video-box {
    margin: 40px 0px;
}
.vid-content h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #2595bb;
    /* font-weight: 400; */
    line-height: 35px;
    margin-top: 1.5em;
    margin-bottom: 20px;
}
.vid-content h2 span {
    color:#de3e33;
}
.vid-content p {
    color: #222;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 12px;
}

.vid-area {
    margin: 20px 0px;
}
/*close-vid-area*/

/*footer-area*/

button.btn.btn-default.more {
    background: #d95864;
    border: none;
    border-radius: 0px;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
}

.footer-area {
    background: #262626;
}
.add-area {
    margin-bottom: 20px;
}
.add-area {
    margin-top: 2em;
}
.add-area img {
    width: 250px;
    margin-top: 5px;
}
.add-area h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
/*.add-area h3:before {
    width: 3px;
    height: 23px;
    background: #ffffff;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: -3px;
}*/

.add-area.second h3:before {
    width: 3px;
    height: 23px;
    background: #ffffff;
    position: absolute;
    content: "";
    left: 30px;
    right: 0px;
    margin-top: -3px;
}
.add-area.last h3:before {
    width: 3px;
    height: 23px;
    background: #ffffff;
    position: absolute;
    content: "";
    left: 45px;
    right: 0px;
    margin-top: -3px;
}
.add-area.last p i {
    margin-right: 5px;
}
p.social a i {
    color: #d95864;
}
.add-area.last {
    margin-left: 45px;
}
.add-area p {
    font-size: 21px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 300;
}
.add-area p a {
    color: #fff;
}
.add-area.last p {
    padding: 0px;
}
.add-area.second {
    margin-left: 30px;
}
.add-area ul li {
    display: inline-block;
    /* padding: 5px 15px 0px 0px; */
    margin: 0px 13px 5px 0px;
}
.add-area ul li a {
    color: #222;
    font-size: 20px;
}
/*.add-area ul li i {
    display: inline-block;
    line-height: 31px;
    font-size: 15px;
    background: #222;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}*/
.add-area ul li i {
    display: inline-block;
 color: #fff;
 font-size: 17px;
}
.add-area.second p span {
    font-weight: 600;
    margin-right: 5px;
}
/*close-footer-area*/

/*bottom-footer*/

/*.bottom-footer {
    background: #667373;
}*/
.poly-area p {
    color: #222;
    padding: 8px 0px;
    font-size: 14px;
    margin: 0px;
}
.poly-area p a {
    color: #222;
}

/*close-bottom-footer*/


/*responsive-start*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
    .logo-content h2 {
    font-size: 20px;
}
.connect-content p {
    font-size: 16px;
}
.about-content h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 1.5em;
}
.vid-content h2 {
    margin-top: 1.5em;
}
.banner-content h2 {
    font-size: 28px;
}
.add-area.second {
    margin-left: 0px;
}
.add-area.second h3::before {
    left: 0px;
}
}



@media screen and (min-width: 991px) and (max-width: 1024px){

.top-content ul li {
    margin: 10px 0px !important;
}
.about-content h2 {
    margin-top: 0em !important;
}

.vid-content h2 {
    margin-top: 3em !important;
}
button.btn.btn-default.on {
    margin-bottom: 30px !important;
}
.logo-content h2 {
    font-size: 20px !important;
    margin: 26px 0px 2px 0px !important;
}
.top-content p {
    margin-top: 17px !important;
}
 }


@media screen and (min-width: 320px) and (max-width: 1024px){ 

.top-content {
    text-align: center;
}
.top-content img {
    width: 180px;
    margin: 9px 0px;
}
.top-content p {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 15px;
}
.top-content ul li i {
    line-height: 30px;
width: 30px;
height: 30px;
margin: 4px 2px;
}
.logo-content {
}
.logo-content h2 {
    font-size: 15px;
    margin: 12px 0px 2px 0px;

}
.logo-content p {
    font-size: 15px;
    line-height: 20px;

}
.banner-content img {
    width: 220px;
}
.top-content ul li {
    margin: 0px 0px;
}
.banner-content h2 {
    font-size: 21px;
    line-height: 32px;
}
.banner-content p {
    font-size: 14px;
    margin: 4px 0px;
}
button.btn.btn-default.book {
    font-size: 14px;
}
.banner-area {
    height: auto;
}
.banner-content {
    margin-bottom: 3em;
}
.connect-content {
    margin-bottom: 15px;
}
.connect-content p {
    font-size: 15px;
}
.about-pic img {
    margin: 20px 0px;
    width: 100%;
}
.about-content {
    padding-left: 0px;
    margin-top: 1em;
}
.about-content h2 {
    font-size: 20px;
    margin-top: 1em;
    line-height: 28px;
}
.about-content p {
    font-size: 15px;
    line-height: 24px;
}
.container_service {
    margin-bottom: 20px;
}
.text p {
font-size: 17px;
}
button.btn.btn-default.read {
    font-size: 14px;
    margin-bottom: 20px;
}
.service-content a p {
    font-size: 17px;
}
.service-head h2 {
    font-size: 23px;
}
.centered {
    font-size: 20px;
}
.vid-content h2 {
    font-size: 20px;
    margin-top: 0px;
    line-height: 28px;
}
.vid-content p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0px;
}
.vid-content img {
    width: 100%;
}
.add-area.last {
    margin-left: 0px;
}
.add-area.last h3::before {
    left: 0px;
}
.add-area.second {
    margin-left: 0px;
}
.add-area.second h3::before {
    left: 0px;
}

.footer-content img {
    width: 200px;
}
.footer-content h2 {
    font-size: 17px;
}
.footer-content p {
    font-size: 15px;
}
.poly-area p {
    font-size: 13px;
    line-height: 18px;

}
.poly-area {
    text-align: left;
}

}


/* @media only screen and (max-width: 768px) {


 @media only screen and (max-width: 480px) {
    
}*/
/*jssor slider loading skin spin css*/
 








 