body {
    line-height: 30px;
    font-size: 16px;
    font-family: 'El Messiri', sans-serif;
}

body {
    --pc: #000;
    --sc: #f31530;
    --tc: #fff;
}

p {
    text-align: justify;
}

ul, ol {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

a {
    color: #FFFFFF;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: var(--sc);
}

::selection {
    color: #FFF;
    background: #000;
}

.margin-top-30 {
    margin-top: 30px;
    font-size: 18px;
    color: var(--pc);
}

.margin-auto {
    margin: auto;
}

.clr {
    clear: both;
}

.bg-styles {
    background-size: cover !important;
    background-position: center !important;
}

.inline {
    display: inline-block;
}

* {
    outline: none !important;
}

.left-md-center, .right-md-center {
    text-align: center;
    margin-top: 10px;
}

.left-md-center img, .right-md-center img {
    margin: auto;
}

.padding-0 {
    padding: 0;
}

.inline-img {
    float: none;
}

.text-center img {
    margin: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--pc);
}

.navbar-logo {
    text-align: center;
}

.social-media {display: flex;gap: 12px;font-size: 30px;}

.social-icon li {
    display: inline-block;
}

ul.social-icon {
    margin-bottom: 0px;
}

div[class^="box-"] .box-icon,
div[class^="box-"] .box-img,
div[class^="box-"] .box-label-1,
div[class^="box-"] .box-label-2,
div[class^="box-"] .box-txt,
div[class^="box-"] .box-title,
div[class^="box-"] .box-summ,
div[class^="box-"] .box-more {
    display: none;
}

div[class^="box-"][class*="-T"] .box-txt,
div[class^="box-"][class*="-D"] .box-txt,
div[class^="box-"][class*="-M"] .box-txt {
    display: block;
}

div[class^="box-"][class*="-L1"] .box-img,
div[class^="box-"][class*="-L2"] .box-img {
    display: block;
}

div[class^="box-"][class*="-I"] .box-icon {
    display: block;
}

div[class^="box-"][class*="-G"] .box-img {
    display: block;
}

div[class^="box-"][class*="-L1"] .box-label-1 {
    display: block;
}

div[class^="box-"][class*="-L2"] .box-label-2 {
    display: block;
}

div[class^="box-"][class*="-T"] .box-title {
    display: block;
}

div[class^="box-"][class*="-D"] .box-summ {
    display: block;
}

div[class^="box-"][class*="-M"] .box-more {
    display: block;
}

.top-bar {
    padding: 1px;
    background-color: var(--pc);
    color: #fff;
    padding-bottom: 0;
    margin: 0 auto;
}

ul.social-icon li {
    margin: 0 7px;
    font-size: 20px;
}


.navbar-collapse {
    margin-top: 60px;
}

.navbar-default {
    background-color: #FFFFFF;
    border: none;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFFFFF;
    background-color: var(--pc);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: var(--pc);
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand>img {
    max-height: 120px;
    margin: 12px 0;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle {
    margin-top: 32px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: var(--pc);
}

.dropdown-menu {
    background-color: #FFFFFF;
}

.dropdown-menu>li>a {
    color: #000000;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: var(--pc);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--pc);
    width: 20px;
    height: 4px;
    margin-top: 10;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    position: relative;
    z-index: 0;
}

.wrapper ul {
    display: block;
    width: 100%;
    position: relative;
    padding: 22%;
    margin: 0;
    list-style: none;

}

.wrapper ul input {
    display: none;
}

.wrapper ul li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slideimg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(0);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}

.slideimg img {
    width: 100%;
    height: 100%;
}

.slidearrow {
    display: none;
    margin: 0;
}

.slidearrow label {
    display: block;
    position: absolute;
    top: 50%;
    opacity: 1;
    width: 30px;
    height: 30px;
    z-index: 10;
    background-color: var(--sc);
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.slidearrow label.prev {
    left: 0
}

.slidearrow label.next {
    right: 0
}

input:checked+li .slideimg {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked+li .slidearrow {
    display: block
}

.slideimg:hover+.slidearrow label {
    opacity: .3
}

.slidearrow label:hover {
    opacity: 1
}


.content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.content-txt {
    height: 10px;
    float: left;
    position: relative;
}

.content-txt h1 {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    font-size: 20px;
}

.slidearrow {
    width: 10px;
}

.carousel-control {
    display: none;
    margin: 0;
}

.carousel-control {
    display: block;
    position: absolute;
    top: 50%;
    opacity: 1;
    width: 19px;
    height: 39px;
    z-index: 10;
    background-color: rgb(244, 130, 32);
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 40%;
}

.carousel-control .prev {
    left: 0
}

.carousel-control .next {
    right: 0
}

.carousel-indicators .active {
    width: 17px;
    height: 9px;
    margin: 0;
    background-color: var(--pc);
}

.carousel-indicators li {
    display: inline-block;
    width: 17px;
    height: 9px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
}

.img-slider {
    float: none;
}

.section {
    padding: 70px 0;
    overflow: hidden;
}


.heading {
    text-align: center;
    font-size: 36px;
    color: var(--sc);
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: url(../images/heading.png) no-repeat bottom center;
}

.section-about {
    line-height: 30px;
    color: #000000;
    background-size: cover;
    background-image: url(../images/about.jpg);
}

* a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}

/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */

.wrap {
    width: 70%;
    margin: 0 auto;
}

a.button2 {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    padding: 11px 7px 8px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

a.hvr-ripple-out {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: var(--pc);
}

a.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: var(--pc) solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

a.hvr-ripple-out:hover:before, a.hvr-ripple-out:focus:before, a.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.projects a {
    margin: 0 15px;
    color: var(--pc);
    text-transform: uppercase;
    font-size: 20px
}

.projects li {
    display: inline-block;
}

.project a:focus, a:hover {
    /* color: #000000; */
}


.box-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    background-size: 110% 110%;
    background-position: center;
    transition: .3s;
}

.box-G-T-D:hover .box-img {
    background-size: 100% 100%;
}

.box-img .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.box-img:hover .overlay {
    background-color: rgba(170, 170, 170, 0.4);
}

.box-img h2, .box-img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.box-img img {
    display: block;
    position: relative;

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-img:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.box-img h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}




.video-box {
    margin-top: 30px;
    position: relative;
}

.video-a {
    display: block;
    cursor: pointer;
    position: relative;
}

.video-title {
    background: #000000;
    padding: 15px;
    font-size: 20px;
    transition: .3s;
}

.video-box:hover .video-title, .video-box:focus .video-title, .video-box:active .video-title {
    background: #fde101;
}

.video-title a {
    height: 60px;
    overflow: hidden;
    transition: .3s;
    color: #FFF;
}

.video-box:hover .video-title a, .video-box:focus .video-title a, .video-box:active .video-title a {
    color: #000000;
}

.video-box .video-play {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: .6;
    transition: .3s;
    font-size: 54px;
    color: #F00;
}

.video-box:hover .video-play, .video-box:active .video-play, .video-box:focus .video-play {
    opacity: .9;
}

.video-box .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    outline: none;
}

.video-box .modal-content iframe {
    border: none;
    padding: 0;
    margin: 0;
}

.video-box .close {
    font-size: 80px;
    margin: -20px 0 0 0;
}

.video-box iframe {
    height: 350px;
}

/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {

    /***** MODAL PROPERTIES *****/
    .video-box .modal-body {
        height: 100px;
        padding: 0;
        margin: 0;
    }

    .video-box .modal-content {
        padding: 0;
        margin: 0;
    }

    .video-box .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }

    .video-box .close {
        margin: -12px 0 0 0;
    }
}

@media only screen and (min-width: 768px) {

    /***** MODAL PROPERTIES *****/
    .video-box .close {
        font-size: 30px;
        color: white;
        margin: 30px -43px -20px 100px;
    }
}

@media only screen and (min-width: 992px) {

    /***** MODAL PROPERTIES *****/
    .video-box .modal-dialog {
        width: 884px;
    }

    .video-box iframe {
        height: 480px;
    }
}

.box-img:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.4);
}

.box-G-T-D {
    /* background-color:#FFFFFF */
}

.box-G-T-D .box-summ p {
    margin: 0
}

.box-G-T-D .box-summ {
    color: var(--pc);
    background: #FFF;
    padding: 10px 15px;
    display: block;
    height: 136px;
    overflow: hidden;
}

.section-Projects {
    background-color: var(--pc)4D;
}

.box-icon img {
    max-height: 90px;
    background-color: var(--pc);
    margin-top: 20px;
}

.box-title {
    font-size: 20px;
    color: var(--pc);
    text-transform: uppercase;
}

.box-summ p {
    color: #000000;
}

.footer-logo {
    padding: 20px 0 8px;
}

.footer {
    background-color: var(--sc)00;
}

.footer a {
    color: #000000;
}

.footer a:hover {
    color: var(--pc);
}

.con-heading {
    font-size: 25px;
    color: #000000;
}

.con-info {
    margin-top: 20px;
    font-size: 17px;
}

.footer li {
    display: inline-block;
}

.footer-con {
    background-color: var(--pc);
}

.footer-cont {
    color: #fff;
    padding: 10px 0px 7px;
}

.content-txt {
    width: 400px;
    float: left;
    position: relative;
    top: 50%;
    margin-left: 30px;
}

.inner-body .section-services {
    background-color: var(--pc)4D
}

.contact-form input, .contact-form textarea {
    width: 100%;
    background: #cbcbcb;
    padding: 9px 17px;
    margin: 8px 0;
    border: none;
    font-size: 21px;
    color: #000000;
}

.contact-icon {
    /* font-size:15px; */
    color: var(--sc);
}

.contact-info {
    color: #000000;
}

.contact-info li {
    display: block
}

.con-info {
    color: var(--pc);
}

.contact {
    background-color: #e5e5e5;
}

.contct-info {
    font-size: 21px;
    color: #000000;
}

.con-area {
    text-align: center
}

.con-area .contact-details p {
    text-align: center
}

.contct-info a {
    color: var(--sc);
}

.section-project {
    background-color: var(--pc)4D;
}

.slidearrow {
    width: 10px;
}

.con-info a {
    color: var(--pc);
}

.contact-details a {
    color: var(--pc)
}

.contact-box .contact-title {
    color: var(--sc)
}

.contact-box .contact-details {
    color: var(--pc)
}

.contact-box .contact-details a {
    color: var(--pc)
}

/* responsive part */
@media(min-width:768px) {
    .contact-info {
        margin-top: 40px;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 9px;
    }

    .content-txt {
        top: 50%;
        margin-left: 90px;
        font-size: 40px
    }

    .content-txt h1 {
        font-size: 40px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        top: 53%;
    }

    .carousel-control {
        width: 40px;
        height: 90px;
    }

    .carousel-control {
        top: 50%;
        font-size: 150px;
        transform: translateY(-50%)
    }

    .carousel-indicators .active {
        width: 23px;
        height: 15px;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 23px;
        height: 15px;
    }

    .img-slider {
        float: right;
        margin-left: 15px;
        width: 50%;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        right: 0;
    }

    .slidearrow label {
        width: 64px;
        height: 85px;
    }

    .content-txt h1 {
        font-size: 40px
    }

    .slidearrow label {
        top: 50%;
        font-size: 80px;
        transform: translateY(-50%);
    }

    .navbar-right {
        margin-top: -30px;
    }
}

@media(min-width:992px) {

    .left-md-center {
        text-align: left !important;
    }

    .right-md-center {
        text-align: right !important;
    }

    .left-md-center img {
        margin-left: 0;
    }

    .right-md-center img {
        margin-right: 0;
    }

    .inline-img {
        float: right;
        margin-right: 15px;
    }

    .inline-video {
        width: 50%;
    }

    .carousel-control {
        width: 40px;
        height: 90px;
    }

    .carousel-control {
        top: 50%;
        font-size: 150px;
        transform: translateY(-50%)
    }


}

@media(min-width:1200px) {}


.branch-name {
    text-align: center;
}

.branch-name h4 {
    color: var(--sc);
}

.cover-vid {
    margin: 20px 0;
}

.contact-data i {
    margin-right: 10px;
    color: var(--sc);
}

.contact-data a {
    color: var(--pc);
}

.contact-data {
    border-bottom: 1px solid var(--pc);
}

#branches :last-child .contact-data {
    border-bottom: 0 !important;
}