@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap'); */

.counters {
    padding: 7%;
    background: url(../images/img-1.jpg);
    background-position: top;
}

.h2_font {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 900;
}

.testimonials {
    padding: 7%;
    background: url(../images/img-2.jpg);
    background-position: top;
}

.testmonials-img {
    width: 100px;
    display: block;
    margin: 50px auto;
}

.subheading:after {
    margin: 15px 0;
    margin-bottom: 20px;
    background: #d1b360;
    width: 45px;
    height: 4px;
    position: relative;
    display: block;
    content: '';
}

.count {
    text-align: center;
}

.counter,
.counter-band {
    color: #fff;
    font-size: 25px;
}

.counter-text {
    font-size: 17px;
    color: #fff;
}

.mt-3 {
    margin-top: 3%;
}

.pt-0 {
    padding-top: 0 !important;
}
.mb20{
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.font-regular {
    font-family: "Poppins Regular";
}

.font-thin {
    font-family: "Poppins Thin";
}

.color-white {
    color: #fff;
}

.color-grey {
    color: #222220;
}
.bg-color-grey{
    background-color: #f8f8f8;
}
.service-ul{
    padding-inline-start: 20px
}
/* CSS Document */

.summary-box ul {
    padding-left: 160px;
}

.top-menu {
    text-align: right;
    margin: 30px 0;
    color: #fff;
}

.top-menu a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}

.top-menu a:hover {
    color: #0082c6;
}

.banner-caption {
    padding: 0px 0px;
    position: absolute;
    top: 25%;
    left: 8%;
    z-index: 111;
    width: 50%;
    font-size: 30px;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 25px;
    /* border-left: 7px solid #0082c6; */
}

.banner-caption>h4 {
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
}

.banner-caption>h5 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 40px;
    text-transform: capitalize;
    color: #3e3e3e;
}

.banner-caption>div>ul {
    margin: 0;
}

.banner-caption>div>ul>li {
    font-size: 18px;
    line-height: 36px;
    /* width: 23%; */
    float: left;
    margin-right: 40px;
}

.banner-caption>div>ul>li i {
    color: #000 !important;
}

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

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

.logo img {
    width: 125px;
    /* width: 90px; */
    /* height: 60px; */
    margin: 15px 0;
}

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

.menu ul {
    float: right;
    margin: 7px 0;
}

.section {
    width: 100%;
    float: left;
    padding: 4% 0;
}

.black-bg {
    background-color: #222220;
}

.gear-grey-img {
    display: block;
    margin: 20px auto;
    width: 30px;
}

.gear-img {
    margin-top: 25px;
    width: 30px;
}

.grid-box h2 {
    margin-bottom: 0;
}

.grid-box p {
    line-height: 1.7;
}

.grid-box {
    padding: 20px;
}

.grid-box h2:after {
    margin: 15px 0;
    margin-bottom: 20px;
    background: #d1b360;
    width: 45px;
    height: 4px;
    position: relative;
    display: block;
    content: '';
}

h2.heading {
    text-align: center;
    margin-top: 0;
}

h2.heading:after {
    margin: 15px auto;
    margin-bottom: 20px;
    background: #d1b360;
    width: 45px;
    height: 4px;
    position: relative;
    display: block;
    content: '';
}

.banner {
    width: 100%;
    /* float: left; */
    /* padding: 40px 0px; */
}

.banner img {
    width: 100%;
}

.banner-captions {
    width: 100%;
    position: absolute;
    top: 25%;
    text-align: center;
    color: #fff;
}

.banner-captions h1 {
    font-family: "Poppins Thin";
    line-height: 1.3;
    font-size: 43px;
    margin-bottom: 20px;
}

.banner-captions p {
    margin-bottom: 20px;
}

.know-more-btn {
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 5px 20px;
}
.why-info{
    word-spacing: 3px;
    line-height: 22px;
}
/*#query_form {
    /* width: 17%; */
    /* margin: 10px 0 13px 30px; */
    /* background-color: #363435; */
    /* background-color: #0c0c0c;
    border-radius: 0;
    padding: 20px;
    position: absolute;
    top: 15%;
    right: 8%;
    z-index: 111; 
}
*/
label {
    color: #fff;
    font-size: 12px;
}

.form-title {
    color: #d1b360;
    padding-bottom: 10px;
    line-height: 1.4;
    font-size: 20px;
    margin-top: 0;
    /* border-bottom: 1px solid #a5a5a5;
    margin-bottom: 20px; */
}

.fas {
    /* color: #ffffff; */
    margin-right: 5px;
    margin-left: 5px;
}

.footer-para>ul {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.footer-para>ul>li {
    /* float: left; */
    margin: 0 10px 15px;
    display: inline-block;
}

.footer-para>ul>li>a {
    color: #fff;
    font-size: 16px;
}

.formspan {
    color: #a5a5a5;
}

.form-control {
    margin-top: 15px;
}

.submit-btn {
    background: #d1b360;
    color: #ffffff;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    margin: 30px 0;
    transition: .3s;
}
.enquire-now{
    font-size: 18px;
    padding: 10px 25px;
    margin: 60px 0;
}
.enquire-now:hover{
    background-color: #000;
    border-color: #000;
    color:#c8a441;
}


.readmore-btn {
    background: #d1b360;
    color: #222220;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    font-size: 15px;
    margin: 15px 0;
}

.border-grey {
    border: 1px solid #222220;
    padding: 0;
}

.subcontent {
    padding: 15px;
}

.summary {
    background: url('../images/section-bg.jpg');
    background-size: 100% 100%;
    width: 100%;
    float: left;
    /* margin-top: 15px; */
    padding-bottom: 30px;
}

.summary-box {
    width: 100%;
    float: left;
    padding-right: 50px;
    padding-left: 50px;
}

.summary-box>ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.summary-box>ul>li {
    width: 19.666%;
    float: left;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: table;
    font-weight: 500;
    min-height: 120px;
    border: 1px solid #0082c6;
}

.summary-box>ul>li:nth-child(1),
.summary-box>ul>li:nth-child(3),
.summary-box>ul>li:nth-child(5),
.summary-box>ul>li:nth-child(7),
.summary-box>ul>li:nth-child(9) {
    background: #0082c6;
    color: #363435;
}

.summary-box>ul>li>span {
    display: table-cell;
    vertical-align: middle;
}

.summary-box h3 {
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 27px;
}

.summary-box h3 span {
    color: #0082c6;
    text-transform: uppercase;
}

.team {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.section-head {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.section-head h4 {
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    color: #1f1f1f;
    font-family: 'Open Sans', sans-serif;
}

.section-head h3 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.section-head h3:after {
    margin: 10px auto;
    background: #0082c6;
    width: 50px;
    height: 4px;
    position: relative;
    display: block;
    content: '';
}

.section-head h4 span {
    text-transform: uppercase;
    font-weight: 700;
}

.section-head a {
    display: inline-block;
    padding: 10px 30px;
    background: #0082c6;
    color: #363435;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 18px;
    margin-top: 30px;
}

.section-text {
    padding: 5% 4% 0 0;
    font-size: 18px;
    text-align: justify;
}

.team-box {
    border-radius: 15px;
    float: left;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 6px 1px #dadada;
}

.team-head {
    background: #0082c6;
    padding: 15px;
    width: 100%;
    float: left;
    max-height: 94px;
}

.team-img {
    width: 40%;
    float: left;
    text-align: center;
}

.team-img img {
    width: 130px;
    position: relative;
    top: 14px;
}

.team-name {
    width: 60%;
    float: left;
    color: #fff;
}

.team-name h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.team-name h4 span {
    font-size: 16px;
    font-weight: 400;
}

.team-content {
    padding: 20px;
    padding-top: 90px;
    float: left;
    width: 100%;
    min-height: 300px;
}

.team-content p {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    color: #363435;
    height: 120px;
    position: relative;
    top: -30px;
}


/* .col-sm-12>input,
.col-md-12>input {
    background-color: #3c3c3c;
    margin: 0 0 15px;
    color: #d1b360;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
} */

.form-label {
    color: #ababab;
    text-transform: uppercase;
    font-weight: 700;
}

.fa {
    color: #ffffff;
}

.services {
    width: 100%;
    float: left;
    padding: 40px 0;
    border-top: 1px solid #e9e9e9;
}

.service-box {
    padding: 10px 20px;
    float: left;
    width: 100%;
    text-align: center;
    /* background: #363435; */
    transition: all .6s ease 0s;
}

.service-box img {
    width: 85px;
    margin-bottom: 20px;
    transition: all .6s ease 0s;
}

.service-box img.black {
    display: none;
}

.service-box:hover img.yellow {
    display: none;
    transition: all .6s ease 0s;
}

.service-box:hover img.black {
    display: inline-block;
    transition: all .6s ease 0s;
}

.service-box h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    transition: all .6s ease 0s;
}

.service-box h4:after {
    margin: 15px auto 5px;
    background: #FFF;
    width: 60%;
    height: 1px;
    position: relative;
    display: block;
    content: '';
    transition: all .6s ease 0s;
}

.service-box p {
    color: #000;
    font-size: 14px;
    margin: 10px 0;
    float: left;
    width: 100%;
    min-height: auto;
    transition: all .6s ease 0s;
}

.service-box a {
    background: #fff;
    padding: 8px 18px;
    display: inline-block;
    text-transform: capitalize;
    color: #363435;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    transition: all .6s ease 0s;
}


/* .service-box:hover{
    transition: all .6s ease 0s;
    box-shadow: 2px 2px 8px 0px #a5a5a5;
    background: #f6c835;
} */

.service-box:hover h4 {
    color: #363435;
    transition: all .6s ease 0s;
}

.service-box:hover h4:after {
    background: #363435;
    transition: all .6s ease 0s;
}

.service-box:hover p {
    color: #363435;
    transition: all .6s ease 0s;
}

.video-series {
    background: url('../images/video-bg-1.jpg');
    background-attachment: fixed;
    padding: 40px 0;
    width: 100%;
    background-size: 100% 100%;
    float: left;
}

.video-box {
    width: 100%;
    margin: 0 auto;
}

.video-box h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #0082c6;
    transition: all .6s ease 0s;
}

.video-box p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    transition: all .6s ease 0s;
}

.testimonials {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.testimonial-inner {
    width: 100%;
    float: left;
}

.testi-box {
    width: 80%;
    box-shadow: 2px 2px 2px 2px #ccc;
    padding: 20px;
    margin: 15px auto;
    min-height: 315px;
}

.testi-box img {
    width: 45px !important;
    margin-bottom: 15px;
}

.testi-box p {
    color: #363435;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 24px;
}

.testi-box h4 {
    color: #363435;
    font-size: 16px;
}
.testimonial-color {
    color: #d1b360;
    font-style: italic;
    /* font-weight: bold; */
}
.footer {
    width: 100%;
    float: left;
    text-align: center;
    padding: 12px 0;
    background: #363435;
    color: #fff;
}

.footer>p {
    margin: 0;
}

.request-brouchuer {
    position: fixed;
    background-image: none !important;
    background: #000000;
    padding: 6px 10px !important;
    border: 2px solid #000000 !important;
    transition: ease all 0.5s;
    outline: none;
    box-shadow: 2px 2px 5px #b5b5b5;
    bottom: 260px;
    right: 0px;
    color: #c8a441;
    display: none;
    z-index: 9999;
    font-family: TradeGothicLT;
    font-size: 18px !important;
    outline: none;
    border-radius: 4px;
}
.gallery-text-link{
    text-decoration: none;
    color: #000000;
}
.gallery-text-link:hover{
    /* text-decoration: none; */
    color: #000000 !important;
}
@media screen and (max-width: 991px) {
    .request-brouchuer {
        bottom: 60px;
    }
}
.d-banner {
    display: block;
}

.m-banner {
    display: none;
}

@media only screen and (max-width: 768px) {
    .top-menu {
        text-align: right;
        margin: 10px 0 !important;
    }
    .summary-box ul {
        padding-left: 0 !important;
    }
    /* #query_form {
        position: relative;
        width: 100%;
        right: 0;
        border-radius: 0;
    } */
    .summary-box {
        margin-top: 15px;
    }
    .summary-box>ul>li {
        width: 100%;
        min-height: auto;
    }
    .section-head h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .team-box,
    .service-box {
        margin-bottom: 20px;
    }
    .team-head {
        max-height: inherit;
    }
    .team-img img {
        width: 90px;
        top: 0;
    }
    .team-content {
        padding-top: 20px;
        margin-top: 20px;
    }
    .testi-box {
        min-height: auto;
    }
    .banner-caption>h4 {
        font-size: 22px;
    }
    .banner-caption {
        width: 100%;
        left: 0%;
        padding: 0px 10px;
    }
    #query_form {
        position: relative;
        width: 100%;
        right: 0%;
    }
    /* .banner {
        padding: 0px 0px 40px 0px !important;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .banner-caption {
        width: 70% !important;
        top: 15%;
    }
    .banner-caption {
        width: 100%;
        left: 0%;
        padding: 0px 10px;
    }
    #query_form {
        position: relative;
        width: 100%;
        right: 0%;
    }
}

@media (max-width: 1024px) {
    .m-10 {
        margin: 10%;
    }
    .grid-box {
        margin-bottom: 10%;
    }
    .d-banner {
        display: none;
    }
    .m-banner {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .d-banner {
        display: none;
    }
    .m-banner {
        display: block;
        width: 100%;
    }
	.logo {
	display: flex;
    justify-content: center;	
	}
	.logo img {width:100px;}
	.banner-info h2 {font-size:18px;}
	.h2_font {font-size:26px;}
	.title-div {padding-top: 20px;}
	.enquire-now {margin:30px 0 0px;}
	.testimonial-info {margin-top:0px !important; padding:0px !important;}
	.tel-number {float:left; text-align:center;}
	.social-email {float:left; text-align:center;}
}
.social-top {float:right; text-align:right;}
.mb-20{margin-bottom:20px;}
.size-bg {width:1024px;}

@media screen and (max-width:1024px){
.size-bg {width:95%;}
}