@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 1.6;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: #777777;
}
.whatsapp {
    position: fixed;
    right: 60px;
    bottom: 28px;
    font-size: 30px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1de476;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
}

.whatsapp a.float {
    display: block;
    position: relative;
    z-index: 9;
}
.footer .footer-bottom {
    position: relative;
}
.whatsapp a.float i.fab.fa-whatsapp.my-float {
    color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: bold;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Roboto', sans-serif;
    color: #222222;
}

a,
a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}


/*==============================HEADER CSS*/

.header {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 9;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    padding: 8px 0;
    background: #121c25;
    border-bottom: 1px solid #121c25;
}

header.header:before {
    position: absolute;
    left: 220px;
    top: 0;
    width: 300px;
    height: 110px;
    content: '';
    z-index: 0;
    background: #121c25;
    -webkit-transform: skew( 30deg, 0deg);
    -ms-transform: skew( 30deg, 0deg);
    transform: skew( 30deg, 0deg);
}

.middelHeader {
    position: relative;
}

.middelHeader nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navBg {
    background: rgb(0 0 0 / 30%);
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    top: 0;
    display: none;
}

.middelHeader .logoBrand {
    position: relative;
    z-index: 1;
    width: 30%;
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: block;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.middelHeader .logoBrand a {
    display: block;
    font-size: 45px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    width: auto;
    margin: 0px 0 0 0;
    max-width: 260px;
}

.logoBrand img {
    width: 100%;
    max-width: 100px;
}

.middelHeader .collapseNav {
    position: relative;
    z-index: 1;
}

.middelHeader .collapseNav {
    width: 70%;
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.middelHeader .collapseNav ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.middelHeader .collapseNav a {
    padding: 30px 10px;
    display: block;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

.middelHeader:after {
    position: absolute;
    right: -164px;
    top: -9px;
    width: 180px;
    height: 131px;
    content: '';
    z-index: 0;
    background: #121c25;
    -webkit-transform: skew( 30deg, 0deg);
    -ms-transform: skew( 30deg, 0deg);
    transform: skew( 30deg, 0deg);
}

header.header:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    z-index: 0;
    height: 100%;
    content: '';
    background: #121c25;
}


/*==============================BANNER CSS*/

.banner {
    position: relative;
}

.sliderB {
    padding: 80px 0 80px;
    position: relative;
    z-index: 0;
}

.sliderB_2 {
    background: url(../img/bannerone.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.sliderB_3 {
    background: url(../img/bannertwo.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.sliderB .container {
    z-index: 1;
    position: relative;
}

.sliderB_4 {
    background: url(../img/bannerthree.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.sliderB:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
}

.sliderB:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background: -o-linear-gradient(45deg, rgb(18 28 37 / 80%), transparent);
    background: linear-gradient(45deg, rgb(18 28 37 / 80%), transparent);
}

.sldB {
    position: relative;
}

.sldB h1 {
    color: #fffffd;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.sldB strong {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.sldB p {
    color: #f5f5f5;
    font-size: 17px;
    margin-bottom: 30px;
}

.sldB a {
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    margin: 15px 0 0;
    font-size: 14px;
    border-radius: 5px;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid white;
}


/*==============================FOOTER CSS*/

.footer {
    background: #121c25;
}

.info-section {
    position: relative;
    padding: 30px 30px;
    background: #19232c;
    z-index: 0;
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.info-section .left-column .inner-box {
    position: relative;
    padding-left: 50px;
    border-right: 1px solid #2a343c;
}

.info-section .left-column .icon-box {
    position: absolute;
    left: 0;
    font-size: 50px;
    color: #fab70e;
    top: 0;
    line-height: 55px;
}

.info-section .left-column h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.info-section .left-column h2 {
    font-weight: 500;
    font-size: 25px;
    color: #fab70e;
    line-height: 25px;
    margin: 10px 0 0;
}

.midFooter {
    padding: 60px 0 50px;
}

.logoFotter {}

.logoFotter .logoFotterT {
    margin-bottom: 30px;
    margin-left: 0;
}

.logoFotter img {}

.logoFotter .textlogo p {
    font-size: 10px;
    margin: 5px 0 0;
    line-height: 13px;
    border-top: 1px solid #e4e4e4;
    padding: 10px 0 0 0;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
}

.logoFotter a {}

.midFooter .services {}

.midFooter .contactInfo {}

.midFooter h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.midFooter a {
    display: block;
    color: #848484;
}

.midFooter .servicess ul {}

.midFooter ul {
    margin: 0;
}

.midFooter .servicess ul li {
    margin: 0 0 8px;
}

.midFooter ul li i {
    font-size: 14px;
    color: #fab70e;
    width: 22px;
}

.midFooter .contactInfo i {}

.midFooter .contactInfo li {
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 0 22px;
}

.midFooter .contactInfo li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
}

.bottom_footer {
    background: #0e171f;
    padding: 15px 0;
}

.bottom_footer p {
    margin: 0;
}

.bottom_footer .col-sm-7 {
    text-align: right;
}

.bottom_footer .col-sm-7 a.footerlllogo {
    color: #fff;
    font-size: 12px;
}

a.logoFotterT {
    max-width: 100px;
}

a.logoFotterT img {
    width: 100%;
    max-width: 100px;
}

.aboutLogo {}

.aboutLogo a {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h2 {}

.right-column.col-md-8.col-sm-12 {}

.right-column.col-md-8.col-sm-12 .pull-left:first-child {
    padding: 2px 0 0 50px;
    position: relative;
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

.right-column.col-md-8.col-sm-12 .pull-left i.far.fa-envelope-open {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}

.right-column.col-md-8.col-sm-12 .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.right-column.col-md-8.col-sm-12 .pull-left h4 {
    position: relative;
    left: -50px;
    top: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.pull-left.form-column {
    padding: 0 !important;
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
}

.pull-left.form-column input[type="email"] {
    width: 60%;
    height: 45px;
    padding: 0 10px;
    margin: 0 15px 0 0;
    border: 1px solid rgba(244, 244, 244, 0.07);
    background: transparent;
}

button.thm-btn.btn-style-one {
    padding: 10px 10px;
    height: 40px;
    width: 40%;
    background: #fab70e;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fab70e;
    font-size: 15px;
    text-transform: uppercase;
}

form.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 0;
}


/*=============================GET STARTED SECTION*/

.getstarted {
    padding: 40px 0;
    position: relative;
    background: #121c25;
}

.getstarted2 .heading_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.getstarted a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    color: #ffcf00;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #ffcf00;
}

.lefttt {
    margin-left: 40px;
    text-align: left;
    border-left: 1px solid rgb(255 255 255 / .2);
    padding-left: 25px;
}

.getstarted .heading_section h2 {
    margin: 0 0 10px;
    color: #fff;
}

.heading_section h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
}

.getstarted2 p {
    display: block;
    color: #777777;
    font-size: 15px;
    margin: 0;
}


/*=============================ABOUT US SECTION*/

.about.aboutus.spacer.aboutusHome {
    padding: 50px 0;
}

.centerShaped {
    padding-right: 0;
    margin: 0 20px 0 0px;
    overflow: hidden;
    padding: 0 18px 18px 18px;
    position: relative;
}

.centerShaped:before {
    position: absolute;
    left: -1px;
    top: 0;
    width: 75%;
    content: '';
    height: 75%;
    z-index: 0;
}

.centerShaped img {
    position: relative;
    z-index: 1;
    padding: 0px 5px 5px 0px;
}

.leftedge-grab {
    width: 100%;
}

.centerShaped:after {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 82%;
    background: white;
    content: '';
    height: 82%;
    z-index: 0;
    border: 10px solid #dfdee3;
}

.aboutIfo h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 36px;
}

.aboutIfo p {
    line-height: 1.8;
}

a.aboutBtn {
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    margin: 15px 0 0;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    background: -o-linear-gradient( 45deg, #ff9900, #ffd400);
    background: linear-gradient( 45deg, #ff9900, #ffd400);
    -webkit-box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}


/*==============================REQUEST A CALL BACK CSS*/

.requesAAcallback {
    background: #121c25;
    padding: 50px 0 50px;
}

.requesAAcallback .col_smm_6:nth-child(1) {
    padding-right: 20px;
    max-width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding-left: 40px;
}

.requesAAcallback .col_smm_6 {
    max-width: 52%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
}

.callBoxxRow {
    width: 100%;
    padding: 12px 12px;
    margin: 0 0 20px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient( 45deg, #ff9900, #ffd400);
    background: linear-gradient( 45deg, #ff9900, #ffd400);
}

.callBoxxRow .callBoxxicon {
    max-width: 16%;
    border-right: 1px solid #ffc400;
    text-align: center;
    height: 100%;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    font-size: 30px;
    color: #fff;
    padding: 5px 0;
}

.callBoxxRow .callBoxxaddress {
    max-width: 84%;
    height: 100%;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
    padding: 0 0 0 20px;
}

.callBoxxRow .callBoxxaddress h4 {
    margin: 0 0 8px;
    color: #fff;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
}

.callBoxxRow .callBoxxaddress p {
    margin: 12px 0 0;
    color: #f5f5f5;
    line-height: 15px;
    font-size: 15px;
}

.requesAAcallback .col_smm_6 form {
    background: rgb(255 255 255);
    padding: 50px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 40px rgb(0 10 19 / .3);
    box-shadow: 0px 0px 40px rgb(0 10 19 / .3);
    max-width: 560px;
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -90px;
}

.headingform {
    padding: 0 8px 30px;
}

.headingform h4 {
    font-size: 17px;
    color: #0da076;
    margin: 0 0 7px;
}

.headingform h3 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}

.formC {}

.formC .formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formC .formIgroup {
    position: relative;
    max-width: calc(50% - 16px);
    margin: 8px 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.formC input:nth-child(odd),
.formC select:nth-child(1) {}

.formC input,
.formC select {
    width: 100%;
    height: 44px;
    margin: 0;
    border: 0;
    padding: 10px 0px 0;
    border-radius: 2px;
    background: rgb(255 255 255);
    border-bottom: 1px solid #e6e6e6;
}

.textarearow input {
    max-width: 130px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    font-weight: 500;
    display: block;
    margin: 35px 0 0;
    background: -o-linear-gradient( 45deg, #ff9900, #ffd400);
    background: linear-gradient( 45deg, #ff9900, #ffd400);
}

.textarearow {
    width: calc(100% - 16px);
    margin: 10px 8px;
}

.textarearow img {
    width: 75%;
}

.textarearow textarea {
    width: 100%;
    height: 105px;
    margin: 0;
    border: 0;
    padding: 10px 5px;
    border-radius: 0;
    background: rgb(255 255 255);
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}

.rowww {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.followus {}

.followus h3 {
    margin: 0 0 15px;
    letter-spacing: .5px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.followus ul li {}

.followus ul a {
    margin: 0 4px 0 0;
    color: #777777;
    border: 1px solid #2a343c;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
}

.followus ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chooseusTop {
    margin: 200px 0 0;
}

.clintsss a.item {
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
    box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
    margin: 15px 5px;
}

.support.aos-init.aos-animate {
    top: -80px;
    position: absolute;
    right: 0;
    -webkit-animation: scroll 2.5s infinite;
    animation: scroll 2.5s infinite;
}

.missionVision .m-v-bg {
    background: url(../img/cngallery.jpg);
    background-position: center;
    background-size: cover;
}

.missionVision {
    overflow: hidden;
    position: relative;
    padding: 0 30px 0 0;
}

.missionVision .vIsion {
    padding: 35px 35px 35px;
    background: #fbfbfb;
}

.missionVision .mIssion {
    padding: 35px 35px;
    background: #f1f1f1;
}

.missionVision h2 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 30px;
    font-weight: 500;
}

.missionVision p {
    font-size: 15px;
}


/*=========================SERVICES SECTION*/

.services {
    padding: 50px 0 80px;
}

.heading-center {
    text-align: center;
    margin: 0 0 40px;
}

.heading-center h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
    font-weight: 400;
}

.heading-center p {
    margin: 0;
}


/*====================================TESTIMONIALS CSS*/

.spacer.testimonials {
    padding: 50px 0;
}

.inner_testimonial {
    text-align: center;
}

.testimonial_sec .inner_testimonial p:first-child {
    max-width: 950px;
    margin: auto;
}

.usr_ele {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    margin: 40px 0 25px;
}

.user-icon {
    width: 80px;
    border-radius: 50%;
    margin: 0;
    height: 80px;
    overflow: hidden;
    box-shadow: 0 0 26px 0px #bbbbbb;
    -o-box-shadow: 0 0 26px 0px #bbbbbb;
    -ms-box-shadow: 0 0 26px 0px #bbbbbb;
    -moz-box-shadow: 0 0 26px 0px #bbbbbb;
    -webkit-box-shadow: 0 0 26px 0px #bbbbbb;
    border: 1px solid #cca46d;
}

.userName {
    text-align: left;
    padding: 0 0 0 25px;
}

.testimonial_sec .inner_testimonial p:first-child {
    max-width: 950px;
    margin: auto;
}

p.user_name {
    font-size: 20px !important;
    color: #fab70e;
}

p.user_name>strong {
    font-weight: 400;
}

.testimonial_sec .inner_testimonial .owl-dots button.owl-dot.active {
    width: 25px;
    height: 5px;
    background: #fab70e;
}

.testimonial_sec .inner_testimonial .owl-dots button.owl-dot {
    width: 13px;
    height: 5px;
    background: #d6d6d6;
    margin: 0 3px;
}


/*====================== GALLERY SECTION CSS*/

.gallerysection {
    padding: 50px 0 0px;
}

.gallerysection img {
    width: 100%;
}

.gallerysection .col-sm-3 {
    margin: 0px 10px;
    max-width: calc(25% - 20px);
    padding: 0;
    overflow: hidden;
}
.col-sm-33:first-child {
    padding-bottom: 20px;
}
.gallerysection .col-sm-6{
    margin: 0px 10px;
    max-width: calc(50% - 20px);
    padding: 0;
    overflow: hidden;
}

.gallerysection .coverarea:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    position: relative;
    /* z-index: 2; */
}

.gallerysection .coverarea:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(250 183 14 / 40%);
}


/*=============================services*/

.serviceImg1 {
    background: url(../img/gaurds.jpg);
    background-size: cover;
    background-position: center;
}

.services .srvcCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid rgb(78 78 78 / 10%);
    border-radius: 0px 10px 10px 0px;
}

.services .srvcCol .serviceImg {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.serviceContent {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding: 15px 20px;
}

.serviceContent h3 {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 20px;
}

.serviceContent a {
    padding: 12px 24px;
    display: inline-block;
    color: white;
    background: -o-linear-gradient( 45deg, #ff9900, #ffd400);
    background: linear-gradient( 45deg, #ff9900, #ffd400);
    line-height: 16px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
}

.serviceImg2 {
    background: url(../img/gaurds.jpg);
    background-size: cover;
    background-position: center;
}

.middelHeader .logoBrand a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.middelHeader .logoBrand a .textlogo {
    font-size: 42px;
    color: #ffa400;
    line-height: 35px;
    margin: 0 0 0 15px;
    letter-spacing: 5px;
    font-weight: 900;
}

.middelHeader .logoBrand a .textlogo p {
    font-size: 10px;
    margin: 2px 0 0;
    line-height: 13px;
    border-top: 1px solid #e4e4e4;
    padding: 3px 0 0 0;
    letter-spacing: 1px;
    font-weight: 600;
    color: #121c25;
}

.textlogo {}

.logoFotter .logoFotterT .textlogo {
    font-size: 52px;
    color: #ffffff;
    line-height: 50px;
    margin: 0;
    letter-spacing: 5px;
    font-weight: 900;
}


/*==================================*/


/*==================================*/

.aboutusbg {
    background: url(../img/bannerone.jpg);
    padding: 80px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pageTitleHeading {
    text-align: center;
}

.pageTitleHeading h2 {
    margin: 0px 0 10px;
    font-size: 45px;
    color: #fff;
    line-height: 45px;
    font-weight: 500;
}

.pageTitleHeading p {
    font-size: 15px;
    margin: 0;
    color: #e7e7e7;
    line-height: 1.6;
}

.aboutusbg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background: -o-linear-gradient( 45deg, rgb(18 28 37 / 80%), transparent);
    background: linear-gradient( 45deg, rgb(18 28 37 / 80%), transparent);
}

.aboutusbg .container {
    position: relative;
    z-index: 1;
}


/*===========================================*/


/*===========================================*/

.container.gallery-container {
    padding: 60px 0;
}

.tz-gallery .row {
    margin: 0 -12px;
}

.tz-gallery .col-sm-6.col-md-4,
.tz-gallery .col-sm-12.col-md-4,
.tz-gallery .col-sm-12.col-md-8 {
    padding: 10px 10px;
}

.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
}

.tz-gallery .row img {
    width: 100%;
}


/*==================================*/


/*==================================*/

.contact-contant {
    padding: 50px 0px;
}

.contact-form {
    margin: 0;
    -webkit-box-shadow: 0 0 30px rgb(204 204 204 / 30%);
    box-shadow: 0 0 30px rgb(204 204 204 / 30%);
}

.contact-form form {
    padding: 0 0px;
}

.contact-form .form-titel {
    padding: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #19232c;
}

.contact-form .form-titel p {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.contact-form .form-row {
    padding: 40px 35px;
}

.contact-form .col-md-6:nth-child(1),
.contact-form .col-md-6:nth-child(3) {
    padding-right: 8px;
}

.contact-form .form-row input {
    margin-bottom: 16px;
    padding: 10px 10px;
    height: 44px;
    color: #fff;
    background: rgb(255 255 255);
    font-size: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.contact-form .col-md-6:nth-child(2),
.contact-form .col-md-6:nth-child(4) {
    padding-left: 8px;
}

.contact-form .form-row input {
    margin-bottom: 16px;
    padding: 10px 10px;
    height: 44px;
    color: #fff;
    background: rgb(255 255 255);
    font-size: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.contact-form .form-group {
    margin: 0;
}

.contact-form textarea#comment {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.block-btn {
    width: 155px;
    display: block;
    border: none;
    color: #f9f9f9;
    padding: 12px 20px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    margin: 30px 0 0;
    background: -o-linear-gradient( 45deg, #ff9900, #ffd400);
    background: linear-gradient( 45deg, #ff9900, #ffd400);
}

.proposal-contact {
    position: relative;
    margin-left: 10px;
    margin-top: 40px;
}

.proposal-contact:before {
    content: "";
    width: 2px;
    height: 90%;
    top: 2px;
    position: absolute;
    left: 0;
    background: #fac6a1;
}

.proposal-contact li {
    position: relative;
}

.contactInfo li {
    padding: 0 0 20px 25px;
    position: relative;
}

.proposal-contact li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    left: -2px;
    background: #fab70e;
    z-index: 1;
    top: 7px;
}

.proposal-contact li:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 11px;
    position: absolute;
    border: 2px solid #fab70e;
    left: -8px;
    background: #fff;
    top: 1px;
}

.proposal-contact li p,
.proposal-contact li a {
    color: #777;
    position: relative;
    margin-bottom: 0;
}

.proposal-contact .s_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.proposal-contact .s_m li {
    padding: 0;
    margin-right: 5px;
    position: static;
}

.proposal-contact li {
    position: relative;
}

.proposal-contact .s_m a {
    width: 35px;
    border-radius: 5px;
    border: 1px solid #fab70e;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.proposal-contact .s_m a i {
    position: relative;
    top: 0;
    left: 0;
    color: #fab70e;
}

.contactInfo {}

.contactInfo h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 15px;
}

ul.proposal-contact {}

.proposal-contact li h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 10px;
    line-height: 18px;
}

.services2 {
    padding: 60px 0 60px;
}

.services2 .serviceContent {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 30px 30px;
    text-align: center;
}

.servicesicon {
    max-width: 80px;
    margin: 30px auto 0;
    border: 2px solid #ffa701;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.servicesicon img {
    width: 100%;
    padding: 10px 0;
}

.careerinfo ul.list-style-four {
    margin: 25px 0 0;
    position: relative;
}

.col-sm-6.aboutInfo.careerinfo {}

.careerinfo ul.list-style-four li {
    position: relative;
    margin: 8px 10px;
    padding: 0 0 0 15px;
}

.careerinfo ul.list-style-four li:after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    content: '';
    background: #949494;
    border-radius: 50%;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.formC .formIgroup input[type="file"] {
    position: relative;
}

.formC .formIgroup input[type="file"]:after {
    position: absolute;
    left: 0;
    top: 0;
    padding: 13px 0px;
    width: 214px;
    height: 100%;
    background: #fff;
    content: 'Upload Resume';
    color: #757575;
    font-size: 14px;
    cursor: pointer;
}

.careerbg {
    background: url(../img/careerbanner.jpg);
    padding: 80px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contactbg {
    background: url(../img/contact-us-banner.jpg);
    padding: 80px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.servicesbg {
    background: url(../img/securitybanner.jpg);
    padding: 80px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 0 -260px;
}
h5.colorlogo {
    color: #ffa000;
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 5px;
}
.coverarea {
    position: relative;
    overflow: hidden;
}

.coverarea a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    color: white;
    width: 100%;
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: 500;
    opacity: 0;
}

.gallerysection .coverarea:hover a {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
}

.haapycustomers .card {
  border: 1px solid #f1f1f1;
  padding: 30px 20px;
  text-align: center;
  color: white;
  margin: 0 10px;
}
.mIssion2 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.haapycustomers {
    background: white;
    position: relative;
    right: -100px;
    padding: 50px 50px;
    margin-right: -50px;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    z-index: 1;
}

.haapycustomers .row {
    margin: 35px 0 0;
}

.haapycustomers .column {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

.haapycustomers .column h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
    color: #121c25;
    display: flex;
    align-items: center;
    justify-content: center;
}
.haapycustomers .card p {
    margin: 0;
    color: #000;
    line-height: 16px;
    font-size: 16px;
}
.haapycustomers .column h3 span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 35px;
}
.bottom_footer .row a {
    display: inline-block;
    color: #fff;
}
.bottom_footer .row a img {
    max-width: 90px;
    border-radius: 5px;
}
.footerlllogo img {
    width: 100%;
    margin: 0 0 0 10px;
}

 
 .projects .tabs-nav ul {
  margin: 0;
  padding: 0;
  /*  display: flex;
  align-items: center;*/
  display: flex;
}
.projects .tabs-nav li {
  display: inline-block;
  background: rgb(18 28 37);
  color: #fefefe;
  margin: 0 0px;
}
.projects .tabs-nav a {
  display: block;
  padding: 12px 80px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}
.projects .tabs-nav li.active {
  color: #ffffff;
  background: linear-gradient( 
45deg
, #ff9900, #ffd400);
}
.projects .tabs-nav li.active a {
  color: inherit;
}
.projects .tabs-content {
  background: #FFF;
  overflow: hidden;
}
.projects .tabs-content IMG {
  width: 100%;
}
.sametabbn {
  display: none;
}
.header2 {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}
.projects {
    padding: 60px 0;
}
.residentialgallery {}

.gallerybox {
    margin: 0 0 30px;
}

.gallerybox .glery {
    position: relative;
    overflow: hidden;
}

.gallerybox:hover img {
    transform: translateY(-30px);
    transition: all .8s linear;
}

.gallerybox:hover a {
    transition: all .5s linear;
    transform: translateY(-30px);
}

.gallerybox a {
    display: block;
}

.gallerybox a h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 15px 15px 0;
}
.contactbg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(18 28 37 / 40%);
}

.contactbg .container {
    position: relative;
    z-index: 1;
}