a:focus,
button:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
    overflow: hidden;
}

.nopadding {
    padding: 0;
}

.nopadding-rht {
    padding-right: 0;
}

.hide-overlay {
    overflow-x: hidden;
}

.coverimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
}

.fullheight {
    height: 100vh;
}

.halfheight {
    height: 50vh;
}

.quarterheight {
    height: 25vh;
}

.img-overflow {
    overflow: hidden;
}

.hover figure {
    background: #191919;
    margin: 0;
}

.hover figure img,
.hover figure iframe,
.hover figure video,
.hover figure .icn-blk {

    -webkit-transition: .6s ease-in-out;
    transition: .3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.hover figure:hover img,
.hover figure:hover iframe,
.hover figure:hover video,
.hover figure:hover .icn-blk {
    opacity: .8;
    background: rgba(0, 0, 0, .7);
    transition: .3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.client-logos .hover:hover img {
    opacity: .7;
}

.hover.contact-img figure:hover iframe,
.services .hover figure:hover img {
    opacity: .3;
}

.zoom-out figure {
    overflow: hidden;
}

.zoom-out figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom-out figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 40px;
}

.logo {
    display: inline-block;
}

.logo img {
    z-index: 9;
    position: relative;
    width: 135px;
}

.carousel-container .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 15px;
    padding: 0 40px;
}

.carousel-container .img-txt {
    position: absolute;
    left: 15px;
    bottom: 14%;
    padding: 0 40px;
}

.carousel-container .img-txt h1 {
    font-size: 1.5em;
    color: #ffffff;
    line-height: 2em;
    font-weight: 600;
    background-image: url(../images/home-assets/line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 90px 2px;
    -moz-background-size: 90px 2px;
    -webkit-background-size: 90px 2px;
    -o-background-size: 90px 2px;
}

.carousel-container .img-txt h2 {
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.3em;
    margin: 20px 0;
	display: block;
	width: 520px;
}

.carousel-container .img-txt .red-line {
    font-size: 1.5em;
    color: #ffffff;
    line-height: 2em;
    font-weight: 600;
    background-image: url(../images/home-assets/line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 90px 2px;
    -moz-background-size: 90px 2px;
    -webkit-background-size: 90px 2px;
    -o-background-size: 90px 2px;
}

.carousel-container .img-txt h2 span {
    display: inline-block;
}

.cmn-img-heading {
    color: #ffffff;
    position: absolute;
    left: 30px;
    z-index: 9;
    bottom: 20px;
    font-size: 1.15em;
    line-height: 1.2em;
    background-image: url(../images/home-assets/line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 40px 2px;
    -moz-background-size: 40px 2px;
    -webkit-background-size: 40px 2px;
    -o-background-size: 40px 2px;
    margin-left: 10px;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.cmn-img-heading.second-head {
    margin-left: -5px;
}


.social {
    position: fixed;
    z-index: 1;
    bottom: 200px;
    right: -160px;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    z-index: 11;
}

.social:after {
    content: "";
    width: 100px;
    background-color: #ffffff;
    height: 1px;
    display: inline-block;
}

.social a {
    font-size: .8em;
    margin: 0 10px;
    color: #ffffff;
    display: inline;
    text-decoration: underline;
}

#menu .main-nav .social a {
    font-size: .8em;
    margin: 0;
    color: #000;
    padding: 0 10px;
    display: inline;
    text-decoration: underline;
    text-transform: none;
}

.copyright {
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 9;
    padding: 0 30px;
}

.copyright p {
    font-size: .8em;
    font-weight: 100;
    color: #ffffff;
}

.inner-container {
    margin: 0 65px;
    margin-right: 0;
    overflow: auto;
    padding-right: 65px;
    padding-bottom: 20px;
    max-height: 85vh;
}

.inner-container.container-content {
    padding-bottom: 20vh;
}

.inner-container h1 {
    margin: 20px 0;
    font-size: 3.8em;
    line-height: 1em;
    background-image: url(../images/home-assets/line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 90px 1px;
    -moz-background-size: 90px 1px;
    -webkit-background-size: 90px 1px;
    -o-background-size: 90px 1px;
    font-weight: 300;
}

.inner-container h1 span {
    display: block;
}

.inner-container h2 {
    margin: 20px 0 20px;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
}

.inner-container h2 span {
    color: #fe3a1d;
}

.inner-container p {
    font-weight: 300;
    line-height: 1.3em;
}

.copyright.fixed {
    position: fixed;
    left: -70px;
    bottom: 40%;
    z-index: 9;
    padding: 0 30px;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.copyright.fixed p {
    color: #606060;
    font-size: .7em;
    margin: 10px 0 0;
}

.project-heading {
    color: #ffffff;
    position: absolute;
    left: 30px;
    z-index: 9;
    bottom: 20px;
    font-size: 1em;
    line-height: 2em;
    background-image: url(../images/home-assets/line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 40px 1px;
    -moz-background-size: 40px 1px;
    -webkit-background-size: 40px 1px;
    -o-background-size: 40px 1px;
    margin-left: 30px;
    padding-bottom: 12px;
    font-weight: 300;
}

.project-heading.project-nm {
    margin-left: 15px;
}

.project-heading span {
    border: 1px solid #fe3a1d;
    padding: 4px 30px 0 10px;
    display: inline-block;
    margin-top: 5px;
}

.project-heading span:hover,
.project-heading span:focus {
    background-color: #fe3a1d;
}

.inner-container .contact-sec {
    margin-top: 50px;
}

.inner-container .contact-sec h2 {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 20px;
}

.inner-container .contact-sec .contact-btn-sec {
    margin-bottom: 30px;
}

.inner-container .contact-sec .contact-btn-sec a {
    width: 150px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fe3a1d;
    margin: 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    color: #191919;
}

.inner-container .contact-sec .contact-btn-sec a:hover,
.inner-container .contact-sec .contact-btn-sec a:focus,
.inner-container .contact-sec .contact-btn-sec a.active {
    background-color: #fe3a1d;
    color: #ffffff;
    text-decoration: none;
}

.inner-container h3 {
    font-size: 1.5em;
    margin: 50px 0 20px;
    font-weight: 300;
}

.inner-container .email-add {
    border-right: 1px solid #333333;
    padding-bottom: 5px;
}

.inner-container .email-add.last {
    border-right: 0;
}

.inner-container .email-add h2 {
    font-weight: 600;
    font-size: 1.15em;
    margin: 5px 0;
}

.inner-container .email-add a {
    color: #000000;
    font-weight: 300;
}

.inner-container p.address {
    font-size: 1em;
    font-weight: 500;
    margin: 20px 0 30px;
}

.inner-container p.address span {
    display: block;
    background-image: url(../images/home-assets/line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 35px 1px;
    -moz-background-size: 35px 1px;
    -webkit-background-size: 35px 1px;
    -o-background-size: 35px 1px;
    padding-bottom: 5px;
}

.inner-container .contact-det {
    color: #000000;
    display: table;
}

.inner-container .breadcrumbs {
    color: #fe3a1d;
    font-weight: 300;
    font-size: .9em;
    margin-top: 10em;
    text-transform: lowercase;
}

.inner-container .breadcrumbs a,
.inner-container .breadcrumbs a:hover,
.inner-container .breadcrumbs a:focus {
    color: #191919;
    font-weight: 300;
}

.inner-container ol {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

/*****************Navigation****************************/
.nav {
    float: right;
    z-index: 9999;
    position: relative;
}

#menu {
    background: #ffffff;
    height: 100%;
    right: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 50%;
    z-index: 999;
}

#menu.open {
    opacity: 1;
    visibility: visible;
}

#menu.open li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#menu.open li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#menu.open li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#menu.open li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#menu.open li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#menu.open li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#menu.open li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#menu.open li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#menu.open li {
    -webkit-animation-duration: 1.0s;
    animation-duration: 1.0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: nav-item-slide-out;
    animation-name: nav-item-slide-out;
}

#menu ul:hover a {
    opacity: 0.5;
}

#menu ul a {
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#menu ul a:hover {
    opacity: 1;
    color: #FF3A35;
}

#menu .main-nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu .main-nav a {
    color: #000000;
    display: block;
    font-size: 2.5em;
    font-weight: 300;
    padding: 5px 2em;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
}

#menu .main-nav a:first {
    padding-top: 0;
}

#menu .menu-footer {
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

#menu .menu-footer ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu .menu-footer ul li {
    display: inline;
    margin: 0 1rem;
}

#menu .menu-footer a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 20px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 1110;
}

.toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: auto;
    position: absolute;
    top: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 30px;
}

.toggle-menu span:before,
.toggle-menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 30px;
}

.toggle-menu span:before {
    top: 7px;
}

.toggle-menu span:after {
    top: -7px;
}

.toggle-menu.active span {
    background-color: transparent;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
    -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    background-color: #FF3A35;
}

.toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.testimonials-container.carousel-container .owl-carousel .owl-dots {
    position: relative;
    left: auto;
    bottom: auto;
    float: left;
    padding: 0;
}

.carousel-container .owl-theme .owl-dots .owl-dot.active span,
.carousel-container .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FF3A35;
}

.carousel-container .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
}

.arrow {
    display: none;
}

/* .homepage-rht .halfheight .hover:hover h2{
    display: none;
} */
.homepage-rht .halfheight .hover:hover .arrow {
    display: block;
    width: 35px;
    height: 35px;
    bottom: 20px;
    left: 40px;
    position: absolute;
}

.inner-container h1.project-mainhead {
    font-size: 2.5em;
}

.inner-container h2.subhead {
    font-size: 3em;
}

.video-container {
    margin-bottom: 30px;
}

.hover.zoom-out:hover h2 span,
.hover.active h2 span {
    background-color: #fe3a1d;
}

.project-heading span.transparent {
    border: 0;
    background-color: transparent;
    max-width: 200px;
    line-height: 15px;
}

.hover.zoom-out:hover h2 span.transparent {
    border: 0;
    background-color: transparent;
}

.ti-cursor {
    display: inline-block!important;
}

.hover.active img,
.hover.active iframe,
.hover.active video {
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@keyframes nav-item-slide-out {
    from {
        transform: translateX(10%);
        opacity: 0
    }

    to {
        transform: translateX(0%);
        opacity: 1
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat #ffffff;
}

.enquiries {
    margin: 20px 0 30px;
}

.services .hover:hover .cmn-img-heading {
    display: none;
}

.cmn-img-heading {
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}

.homepage-rht-sec .halfheight .hover:hover h2 {
    display: none;
}

.homepage-rht-sec .halfheight .hover:hover h2 {
    left: -1000px;
}

.hover figure .client-logos-content img {
    background-color: transparent;
}

.three-rows-show {
    height: 35vh;
}

.clients-video {
    margin: 30px auto;
}

.team-imgs {
    height: 50vh;
}

.inner-container h1 span.nm-inline {
    font-size: .5em;
    display: inline;
}

.team-img-container {
    display: block;
}

.team-img-container:hover img {
    display: none;
}

.team-img-container:hover .team-hover-img {
    display: block;
}

.social-icns {
    float: right;
    margin-right: 4em;
}

#menu .main-nav .social-icns a {
    float: left;
    margin: 20px;
    padding: 0;
    font-size: 1.2em;
}

.homepage-imgs .hover figure:hover img,
.homepage-imgs .hover figure:hover iframe,
.homepage-imgs .hover figure:hover video,
.homepage-imgs .hover figure:hover .icn-blk {
    opacity: .5;
}

.loaderactive .loader {
    display: none;
}

.carousel-container .img-txt h2 span.inline-txt {
    display: inline;
}

.line {
    border-bottom: 2px solid #fe3c3d;
}

.redtext {
	color: #fe3a1d;
	font-weight: 500;
}


figure {
    margin: 0;
}

.clients-quarterheight {
    height: 21vh;
}

.services-red-bg {
    background-color: #D2302B;
    padding: 50px 0
}

.halfheight,
.quarterheight,
.fullheight-img,
.three-rows-show,
.team-imgs,
.clients-quarterheight {
    display: -webkit-box;
}


.inner-container ul {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

.inner-container ul li a,
.inner-container ol li a {
    color: #121212;
    font-weight: 600;
}
.inner-container ul li{
    color:#B12F45;
}
.inner-container ul li ul li{
    color:#121212;
}
.inner-container ul li ul,
.inner-container ol li ol {
    padding-left: 10px;
}
.inner-container ul li ul{
    list-style: disc;
}
.inner-container ul li ul li,
.inner-container ol li ol li,
.inner-container ul li ul li a,
.inner-container ol li ol li a{
    font-weight: 300;
    color:#282828
} 
.carousel-container a.hover span:hover, 
.carousel-container a.hover span:focus,
.carousel-container a.hover.active span{
    background-color: transparent;
}
.close{
    font-weight: 300;
    font-size: 2.5em;
    position: absolute;
    right: 20px;
    top: 10px;
}
.custom-modal{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.keyserhead{
    display:inline-block;
    text-transform: uppercase;
    line-height: 1.5em;
}
.thanks-custom{
    text-align: center;
    display: block;
    width: 100%;
    padding:5em 0;
}
.thanks-custom h2{
    margin: 0;
    font-size:2em;
}
.services-img video[poster]{
    width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
}
/**********************Admin****************************/
.admin-head{
    margin:30px 15px;
    position: relative;
    top: auto;
    text-align: center;
}
.admin-form h2{
    font-size: 1.8em;
    margin:15px 0;
    font-weight: 600;
}
.admin-form{
    max-width: 300px;
    margin: 12em auto;
}
.admin-form .textbox{
    width: 100%;
    padding: 10px 10px 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    margin: 10px 0;
}
.login-btn{
    padding-top: 10px;
    margin: 10px 0;
    padding-left: 30px;
    padding-right: 30px;
}
.signout{
    position: absolute;
    top:10px;
    right:10px;
}
.admin-head .logo img{
    width: 150px;
}
/*****************************************
    Media Queries
******************************************/
@media only screen and (max-width:575px) {
    .home-service-img{
        height:30vh!important;
    }
    html,
    body,
    .fullheight,
    .halfheight,
    .hover figure,
    .quarterheight,
    .fullheight-img,
    .three-rows-show,
    .team-imgs,
    .clients-quarterheight {
        height: auto;
        overflow-x: hidden;
    }

    .halfheight,
    .quarterheight,
    .clients-quarterheight {
        overflow: hidden;
    }

    .main-img img {
        height: 70vh !important;
    }

    body {
        font-size: 13px;
    }

    .cmn-img-heading {
        left: 20px;
    }

    .copyright {
        position: relative;
        left: 0;
        padding: 10px 15px;
    }

    .copyright p {
        color: #191919;
        margin: 0;
    }

    .inner-container {
        max-height: none;
        margin-bottom: 0;
    }

    .inner-container h2 span,
    .inner-container h1 span,
    .inner-container p.address span {
        display: inline;
    }

    .inner-container .email-add {
        border-right: 0;
        border-bottom: 1px solid #333333;
    }

    .inner-container .email-add.last {
        border-right: 0;
        border-bottom: 0;
    }

    .map-height {
        height: 500px;
    }

    /* #menu .main-nav a{
        font-size: 1.5em;
    } */

    .toggle-menu.inner-menu span:before,
    .toggle-menu.inner-menu span:after,
    .toggle-menu.inner-menu span {
        background-color: #191919;
    }

    .toggle-menu.inner-menu.active span {
        background-color: transparent;
    }

    .carousel-container .img-txt {
        left: 0;
        bottom: 20px;
    }

    .carousel-container .owl-carousel .owl-dots {
        bottom: 10px;
        left: 0;
    }

    #menu {
        width: 100%;
    }

    .inner-container {
        margin: 8em 0 0 45px;
    }

    .cmn-img-heading,
    .cmn-img-heading.second-head,
    .project-heading,
    .project-heading.project-nm {
        margin-left: 40px;
    }

    .homepage-rht .halfheight .hover:hover .arrow {
        bottom: 30px;
        left: 50px;
    }

    .carousel-container .img-txt h2 {
        font-size: 2.0em;
		width:auto;
    }

    /* .halfheight .hover:hover h2{
        display: none;
    } */

    .inner-container {
        margin: 0 55px;
        padding-right: 30px;
        margin-right: 15px;
    }

    .inner-container.container-content {
        padding-bottom: 50px;
    }

    .services-red-bg {
        padding: 0
    }

    .services-second-head {
        margin-left: 10px;
        width: 80%;
    }

    header {
        top: 40px;
    }

    .inner-container h2 {
        margin-bottom: 20px;
    }
    .signout{
        position: relative;
        text-align: center;
        display: table;
        margin: auto;
        top: auto;
        margin-bottom: 20px;
        right: auto;
    }
    
    .inner-container.video-content{
        max-height: none;
        margin-right: 30px;
    }
    .video-txt{
        margin-top: 10px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .home-service-img{
        height:70vh!important;
    }
    html,
    body,
    .fullheight,
    .halfheight,
    .hover figure,
    .quarterheight,
    .fullheight-img,
    .three-rows-show,
    .team-imgs,
    .clients-quarterheight {
        height: auto;
        overflow-x: hidden;
    }

    .halfheight,
    .quarterheight,
    .clients-quarterheight {
        overflow: hidden;
    }

    .main-img img {
        height: 100vh !important;
    }

    body {
        font-size: 13px;
    }

    .copyright {
        position: relative;
        left: 0;
        padding: 10px 15px;
    }

    .copyright p {
        color: #191919;
        margin: 0;
    }

    .inner-container {
        max-height: none;
        margin-bottom: 0;
    }

    .inner-container h2 span,
    .inner-container h1 span,
    .inner-container p.address span {
        display: inline;
    }

    .map-height {
        height: 500px;
    }

    /* #menu .main-nav a{
        font-size: 1.5em;
    } */
    .toggle-menu.inner-menu span:before,
    .toggle-menu.inner-menu span:after,
    .toggle-menu.inner-menu span {
        background-color: #191919;
    }

    .toggle-menu.inner-menu.active span {
        background-color: transparent;
    }

    .carousel-container .img-txt {
        left: 0;
        bottom: 20px;
    }

    .carousel-container .owl-carousel .owl-dots {
        bottom: 10px;
        left: 0;
    }

    #menu {
        width: 100%;
    }

    .inner-container {
        margin: 8em 0 0 45px;
    }

    .cmn-img-heading,
    .project-heading {
        margin-left: 30px;
    }

    .homepage-rht .halfheight .hover:hover .arrow {
        bottom: 30px;
        left: 50px;
    }

    .carousel-container .img-txt h2 {
        font-size: 2.5em;
    }

    /* .halfheight .hover:hover h2{
        display: none;
    } */
    .inner-container {
        margin: 0 55px;
        padding-right: 15px;
        margin-right: 15px;
    }

    .inner-container.container-content {
        padding-bottom: 50px;
    }

    .services-red-bg {
        padding: 0
    }
    .signout{
        position: relative;
        text-align: center;
        display: table;
        margin: auto;
        top: auto;
        margin-bottom: 20px;
        right: auto;
    }
    
    .inner-container.video-content{
        max-height: none;
        margin-right: 30px;
    }
    
    .video-txt{
        margin-top: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    body {
        font-size: 13px;
    }

    .client-logos {
        height: 25vh;
    }

    /* .halfheight .hover:hover h2{
        display: none;
    } */
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    /* .halfheight .hover:hover h2{
        display: none;
    } */
}




.moretext {
  display: none;
}
