body {
    font-family: 'Roboto', sans-serif !important;
}

body.main-page {
    overflow-x: hidden;
}

.btn-transparent {
    color: #222;
    border: 2px solid #222;
    background: transparent;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: bold;
    letter-spacing: .8px;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    text-decoration: none;
    color: #fff;
}

.mt-30 {
    margin-top: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mb5 {
    margin-top: 14px;
    font-weight: 400;
}

.intro {
    display: table;
    margin: auto;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.affix {
    width: 100%;
    position: fixed;
    BACKGROUND: rgb(255, 255, 255);
    Z-INDEX: 99;
    box-shadow: 0 1px 20px rgba(20, 20, 20, 0.2);
}

.navbar-brand {
    padding: 0;
}

.vertical-devider {
    margin: auto;
    width: 3px;
    height: 70px;
    background: white;
    margin-bottom: 30px;
}

/*--======= VIDEO SECTION ======= --*/

section.video-section {
    position: relative;
}

.video-caption {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    background: #17171782;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 13%;
    margin-bottom: 5px;
}

@-webkit-keyframes typing {
    from {
        width: 0;
    }
}

@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

.video-caption h1 {
    font-family: inherit;
    width: 17ch;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 3s steps(17, end), blink-caret .5s step-end infinite alternate;
    color: #fff;
    margin: auto;
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 2px;
}

.video-caption h3 {
    font-size: 90px;
    color: #fff;
}

/*--==== HEADER NAVBAR ====--*/

.header .navbar-default {
    margin: 0;
    background: black;
    border: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    border-radius: 0;
}

.header .navbar-default li a {
    font-weight: 400;
    color: #fff !important;
    letter-spacing: .7px !important;
    padding: 20px 20px;
    font-size: 14px;
}

.header .navbar-default li a:hover {
    color: #fff;
}

.navbar-brand>img {
    width: 181px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/*--===== VIDEO CAPTION ====----*/

#myVideo {
    position: static;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.content {
    position: fixed;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.67); */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
}

.inner-content {
    position: relative;
    top: 42%;
    padding: 50px;
    width: 40%;
    left: 6%;
}

.content .inner-content {}

.content .inner-content h2 {
    font-size: 41px;
    font-family: oswald;
    font-weight: 500;
    letter-spacing: 6px;
}

.content .inner-content p {
    font-size: 17px;
    margin-top: 20px;
}

audio,
canvas,
progress,
video {
    width: 100%;
}

.video-caption h2 {
    font-size: 53px;
    font-family: oswald;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 57px;
}

.video-caption p {
    font-size: 20px;
    margin: 20px 0 40px;
    color: #ffffff;
    font-weight: 300;
    font-family: inherit;
    text-align: center;
}

/*--=== HOME SERVICE SECTION ====--*/

/*--===== SERVICES ====----*/

.services {
    /* background: url('../img/growth.png') !important;
    background-repeat: no-repeat !important;
    background-position: 80% 50% !important; */
}

.service-content h3 {
    font-size: 51px;
    color: #040404;
    letter-spacing: 2px;
    /* padding: 10px; */
    font-weight: 900;
}

.service-content .service-list {
    padding: 0;
    margin: 10px 0;
}

.service-content .service-list li {
    list-style: none;
}

.service-content .service-list li a {
    color: #c5c5c5;
    font-size: 23px;
    font-weight: 500;
    line-height: 45px;
    padding: 0;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.service-content .service-list li a:hover {
    text-decoration: none;
    color: #222;
}

.service-content .service-list li a:focus {
    text-decoration: none;
}

.service-content .service-list li a:active {
    text-decoration: none;
}

.service-content .btn-line {
    color: #333;
    font-size: 13px;
    letter-spacing: 0.18em;
    padding: 0;
    padding-bottom: 1px;
    border-bottom: 1px solid #333;
    border-radius: 0;
    margin-top: 25px;
}

/*--===== PARALLAX ====----*/

.parallax-window {
    min-height: 450px;
    background: transparent;
    width: 100%;
}

/*--===== NO GUTTERS ====----*/

.no-gutters {
    padding: 0;
}

.inner-text {
    width: 52%;
    margin: auto;
    padding-top: 0;
}

/*--===== SCROLL ====----*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
    /* -webkit-border-radius: 10px;
    border-radius: 10px;  */
    background: transparent;
    display: none;
}

/* Handle */

::-webkit-scrollbar-thumb {
    /* -webkit-border-radius: 10px; 
     border-radius: 10px;  */
    background: #954821;
    -webkit-box-shadow: inset 0 0 6px #954821;
    display: none;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: transparent;
    display: none;
}

body::-webkit-scrollbar {
    width: 1em;
    display: none;
}

/*--===== SCROLL DOWN ====----*/

.scroll-down {
    width: 30px;
    margin: 50px auto !important;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    padding: 10px;
    border-radius: 300px;
}

.scroll-down i {
    font-size: 9px;
    text-align: center;
    position: relative;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    z-index: 0;
    /* transform: rotate(-30deg); */
    margin: 0;
    padding: 0;
    display: list-item;
    list-style: none;
    line-height: 12px;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        left: 0px;
        top: 15px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

/* Standard syntax */

@keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        left: 0px;
        top: 15px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

/*--===== TITLE ====----*/

h2.title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    /* border-right: .1em solid #000; */
    /* width: 10ch; */
    /* white-space: nowrap;
    overflow: hidden; */
    /* -webkit-animation: typing 3s steps(10, end), blink-caret .1s step-end infinite alternate; */
    /* margin:auto;
    margin-bottom: 50px; */
    letter-spacing: 1.8px;
}

/* .btn-5 {
    background: #823aa0;
    color: #fff;
    height: 70px;
    min-width: 260px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-5a:before {
    left: 0;
    top: -100%;
}
.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-cart:before {
    content: "\e007";
}
.btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.btn-5 span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}
.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-5a:hover:before {
    top: 0;
}
.btn-5a:before {
    left: 0;
    top: -100%;
}
.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
} */

.product_list {
    background-color: #f3f3f2;
    padding: 45px;
}

.owl-carousel .owl-item>div {
    margin: 10px 0 20px;
}

.product_list .client a {
    display: table;
    vertical-align: middle;
}

.product_list .owl-carousel .owl-item img {
    display: table-cell;
    filter: grayscale(100%);
    display: table-cell;
    width: 100%;
    -webkit-filter: grayscale(100%);
    margin: auto;
    vertical-align: middle;
    margin: auto;
}

.product_list .owl-carousel .owl-item img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.owl-item {
    width: 120px !important;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.client {
    margin: 10px 0 20px;
}

/*--===== FOOTER ====----*/

footer {
    background-color: #000000 !important;
    color: #fff;
    display: block !important;
    padding: 25px 0;
}

footer .footer_logo {
    margin-bottom: 23px;
    float: left;
    margin-left: -28px;
}

footer ul li {
    list-style: none;
    position: relative;
}

footer ul li a {
    font-weight: 400;
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .7px !important;
}

footer ul li a:hover {
    color: #5f5f5f;
}

.footer_address {
    padding-left: 0;
}

.footer_address li {
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: .7px;
}

.footer_address li .country_code {
    position: absolute;
    top: 0;
    left: -74px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    display: none;
}

.footer_address li p {
    padding: 0;
    line-height: 11px;
}

.footer_address li p:first-child {
    margin-bottom: 10px;
}

.bottom_footer ul {
    margin-bottom: 9px;
    padding: 0;
}

.bottom_footer ul li {
    list-style: none;
    display: inline-block;
}

.bottom_footer ul li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
}

.bottom_footer ul li a:hover {
    border-color: #5f5f5f;
}

.bottom_footer p.copyright {
    font-size: 12px;
    letter-spacing: 1px;
}

.footer_top .footer_title h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 100px;
}

.footer_top .footer_title h5 {
    margin-bottom: 15px;
}

.footer_top .footer_title h5 a {
    color: #fff;
}

.footer_logo img {
    width: 26%;
    webkit-filter: invert(100%);
    filter: invert(100%);
}

footer {
    background-repeat: no-repeat;
    background-size: cover;
    font-family: inherit;
}

.footer-overlay {
    padding: 50px 0;
    background: #000000;
}

.footer-content h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 900;
    letter-spacing: 1px;
}

.footer-content p {
    color: #fff;
    font-size: 15px;
}

.footer-content img {
    width: 75%;
    margin: auto;
    margin-bottom: 45px;
}

.footer-content .footer-menu {
    padding: 0;
}

.footer-content .footer-menu li {
    color: #fff;
    list-style: none;
    font-family: 'open sans';
    line-height: 36px;
    font-size: 15px;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.bottom_footer p {
    color: #fff;
    margin: 10px 0;
    text-align: center;
}

.footer-content {
    padding: 0 15px;
}

/*--===== ABOUT CONTENT ====----*/

.about-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .7px;
    color: #191919;
}

.about-content h3 {
    font-weight: 600;
    font-size: 54px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #000;
}

.about-section {
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    background: #17171782;
    opacity: 1;
    background-size: 2px;
    background-attachment: fixed;
    min-height: 450px;
    vertical-align: middle;
}

.white-overlay {
    background: url(../img/sand.png);
    background-size: contain;
    background-attachment: fixed;
}

a.white-transparent-btn {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.8px;
    border: 2px solid #fff;
    padding: 10px 30px;
}

.white-transparent-btn:hover {
    text-decoration: none;
    color: #000;
}

.mt-50 {
    margin-top: 50px;
}

.innovations h3 {
    font-weight: 400;
    font-size: 22px;
    /* letter-spacing: 0.8px; */
    color: #222;
}

.innovations p {
    font-size: 15px;
    letter-spacing: .7px;
    color: #222;
    font-weight: 400;
}

.innovation-item {
    padding: 20px;
}

/*--==== ABOUT US ====--*/

.about {
    background-size: cover;
    background-repeat: no-repeat;
}

.about h2 {
    width: 12ch;
    -webkit-animation: typing 3s steps(12, end), blink-caret .5s step-end infinite alternate;
    white-space: nowrap;
    letter-spacing: 2px;
}

.service-bg h2 {
    width: 14ch;
    -webkit-animation: typing 3s steps(13, end), blink-caret .5s step-end infinite alternate;
    white-space: nowrap;
    letter-spacing: 2px;
}

.portfolio h2 {
    width: 11ch;
    -webkit-animation: typing 3s steps(9, end), blink-caret .5s step-end infinite alternate;
    white-space: nowrap;
    letter-spacing: 2px;
}

.inception h2 {
    width: 17ch;
    -webkit-animation: typing 3s steps(13, end), blink-caret .5s step-end infinite alternate;
    white-space: nowrap;
    letter-spacing: 2px;
}

.contact h2 {
    width: 17ch;
    -webkit-animation: typing 3s steps(17, end), blink-caret .5s step-end infinite alternate;
    white-space: nowrap;
    letter-spacing: 2px;
}

.about-inner-content h2 {
    font-weight: 900;
    font-size: 59px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: #222;
}

.about-inner-content p {
    color: #222;
    font-size: 15px;
    letter-spacing: .7px;
    font-weight: 400;
}

.banner {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
}

.banner::before {
    content: " ";
    display: block;
    width: 100%;
    height: 141px;
    background: url(../img/before-img.png) no-repeat 50% 50%;
    position: absolute;
    bottom: -51px;
    left: 0%;
    transform: rotate(0deg);
    display: none;
}

/* @-webkit-keyframes mymove {
    from {bottom: -50px;}
    to {bottom: 0px;}
}

@keyframes mymove {
    from {bottom: -50px;}
    to {bottom: 0px;}
} */

.banner h2 {
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    margin: auto;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-top: 30px;
}

/*--====PRIVACY POLICY====--*/

.privacy-policy h2 {
    width: 18ch;
    -webkit-animation: typing 3s steps(25, end), blink-caret .5s step-end infinite alternate;
}

/*--====TERMS AND CONDITIONS====--*/

.terms-n-conditions h2 {
    width: 22ch;
    -webkit-animation: typing 3s steps(25, end), blink-caret .5s step-end infinite alternate;
}

.banner p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.8px;
}

/*--====TEAM====--*/

.team {
    background: #030c0c;
    padding-bottom: 70px;
    padding-bottom: 70px;
}

.team-content {
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}

.team-content .social-icons {
    padding: 0;
    display: none;
}

.team-content .social-icons li {
    list-style: none;
    display: inline-block;
}

.team-content .social-icons li i {
    margin: 0;
    color: #222;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #222;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    display: none;
}

.team-content .social-icons li i:hover {
    background: #222;
    color: #fff;
    text-decoration: none !important;
}

.team-content .social-icons li a {
    display: table;
    vertical-align: middle;
    margin: 0 2px;
}

.team-content p {
    color: #908f8f;
}

.team-content h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 900;
}

.team-title h3 {
    color: #c3c3c3;
    font-size: 50px;
    letter-spacing: 2px;
    padding: 0px 0 30px;
    font-weight: 800;
}

.team-item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.team h3 span {
    color: #fff;
}

.video-frame {
    box-shadow: 0 1px 20px rgba(20, 20, 20, 0.2);
}

/*--====CALL TO ACTION FIRST====--*/

.call-to-action {
    background: #954821;
    color: #fff;
    padding: 25px 0;
}

.call-to-action .btn {
    background: transparent;
    font-size: 14px;
    border: 2px solid #ffffff;
    margin: 20px 6px;
    border-radius: 0;
    padding: 10px 23px;
    letter-spacing: 2px;
    /* font-weight: 500; */
    text-transform: uppercase;
    color: #fff;
}

.call-to-action h3 {
    font-weight: BOLD;
    font-size: 24px;
    display: block;
    letter-spacing: 2px;
    color: #fff;
}

.call-to-action p {
    font-size: 17px;
}

.call-to-action span {
    color: #ffdd55;
}

.call-to-action input {
    box-shadow: none;
    border: none;
    height: 45px;
    min-width: 470px;
    border-radius: 0px;
    letter-spacing: 1px;
}

.call-to-action img {
    margin-top: 30px;
}

.custom-btn-white:hover,
.custom-btn-white:focus,
.custom-btn-white:active {
    outline: 0 !important;
}

ul.location {
    padding: 0;
}

ul.sitemap {
    padding: 0;
}

/*--==== HELLO BUTTON====--*/

.hello {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 99;
}

.hello h4 {
    font-size: 14px;
}

.hello h4 a {
    background-color: #fff;
    padding: 50px 20px;
    text-align: center;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    transform: rotate(-2700deg);
    margin: 0;
    color: #222;
    font-family: inherit;
    letter-spacing: 1px;
    border-left: none;
    box-shadow: 0 1px 20px rgba(20, 20, 20, 0.2);
    font-weight: 600;
}

.hello h4 a:hover {
    text-decoration: none;
    /* background-color: #000; */
}

.hello h4 a:focus,
.hello h4 a:active {
    outline: 0;
    /* background-color: #000; */
}

.hello i {
    color: #505050;
}

.hello i:hover {
    color: #000000;
}

/*--====SCROLL TO TOP====--*/

.scrollToTop i {
    line-height: 50px;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}

.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #1d1d1d;
    z-index: 99;
    border: 1px solid #291616;
    display: table !important;
    vertical-align: middle;
    box-shadow: 0 1px 20px rgba(20, 20, 20, 0.2);
    /* border-radius: 50%; */
}

/*--==== BOOK TABLE ====--*/

.book-table {
    padding: 30px;
}

.book-table input,
.book-table select {
    box-shadow: none;
    border-radius: 0;
    font-family: 'open sans';
    height: 40px;
    /*text-transform: uppercase;*/
    /* border: 2px solid #482e2a; */
    /* font-weight: bold; */
}

#book_myModal .modal-header {
    border: none;
}

#book_myModal .modal-content {
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999 !important;
    /* margin-top: 140px; */
}

#book_myModal .close {
    /* opacity: 1; */
    font-family: 'open sans';
    font-size: 34px;
    width: 60px;
    height: 60px;
    /* background: #eeeeee; */
    text-decoration: none;
    text-align: center;
}

.modal-content-overlay {
    /* background: #0e0e0e57; */
}

#book_myModal ::placeholder {
    color: #482e2a !important;
    opacity: 1;
    /* Firefox */
}

#book_myModal :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #482e2a !important;
}

#book_myModal ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #482e2a !important;
}

#book_myModal .custom-btn {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'open sans';
    margin-top: 35px;
}

h2.book-form-table {
    text-align: center;
    font-size: 41px;
    margin-bottom: 30px;
    font-weight: 900;
}

#book_myModal img {
    width: 13%;
    margin: auto;
    display: block;
}

.contact-form .input-group-addon {
    border-color: #954821;
    background: #954821;
}

.service-content .service-list .active a {
    color: #000 !important;
    font-weight: 600;
}

.call-to-action {
    background: #131313;
    padding: 30px 0;
    /* margin-top: 50px; */
}

.subscribe-form {
    padding: 0 15px;
}

.section {
    padding: 80px 0;
}

.inner-page-content p {
    font-size: 15px;
    font-family: inherit;
    /* letter-spacing: 0.7px; */
    font-weight: normal;
    margin: 10px 0;
    font-family: inherit;
}

.inner-page-content ol li {
    font-size: 21px;
    font-weight: bold;
    margin: 20px 0;
}

.inner-page-content ol li ul li {
    font-weight: normal;
    font-size: 16px;
    /* letter-spacing: 0.7px; */
    font-family: inherit;
    margin: 10px 0;
}

.inner-page-content h3 {
    font-weight: bold;
    margin: 30px 0 20px;
    letter-spacing: 0.7px;
    font-size: 20px;
}

.contact-content {
    background: #f5f5f5;
    padding: 60px 0;
}

.contact-content h2 {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 0.7px;
    color: #1c1f21;
}

.contact-content p {
    font-size: 19px;
    font-weight: bold;
    color: #1c1f21;
}

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

.contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    color: #222;
    font-family: inherit;
    /*text-transform: uppercase;*/
    letter-spacing: 0.7px;
    min-height: 40px;
}

/*--====PLACEHOLDER====--*/

::placeholder {
    color: #222 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #222 !important;
}

.contact-form button {
    border: 1px solid #222;
    font-weight: normal;
}

.social-connect {
    background: #f5f5f5;
    padding: 60px 0;
}

.social-connect h3 {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 3px;
    color: #1c1f21;
}

.social-connect ul {
    padding: 0;
    margin-top: 40px;
}

.social-connect ul li {
    list-style: none;
    display: inline-block;
}

.social-connect ul li a {
    margin: 0 15px;
}

.social-connect ul li a i {
    color: #1c1f21;
    font-size: 35px;
}

.location {
    padding: 60px;
    background: #080808;
}

.location-box {
    background: #080808;
    text-align: center;
    padding: 30px;
}

.location-box h3 {
    color: #fff;
    font-weight: 900;
}

.location-box p {
    color: #fff;
    margin: 0;
}

.location-box img {
    width: 40%;
    margin-bottom: 15px;
}

.service-row {
    margin: 60px 0;
}

.service-row h2 {
    font-size: 25px;
    font-weight: bold;
}

.service-row p {
    font-size: 15px;
    color: #222;
}

.black-btn {
    font-size: 13px;
    background: #222;
    padding: 12px 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .7px;
    border: 2px solid #222;
}

.black-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #222;
    text-decoration: none;
}

.black-btn:focus {
    text-decoration: none;
    background: #fff;
    color: #222;
    text-decoration: none;
}

.black-btn:active {
    text-decoration: none;
    background: #fff;
    color: #222;
    text-decoration: none;
}

.mt-10 {
    margin-top: 10px;
}

.service-row li {
    list-style: none;
    color: #656565;
    margin-bottom: 8px;
    display: table;
    font-size: 15px;
    /* letter-spacing: .7px; */
}

.service-row ul {
    padding: 0;
}

.social-n-digital h2 {
    width: 42ch;
    font-size: 35px;
    -webkit-animation: typing 5s steps(41, end), blink-caret .5s step-end infinite alternate;
    font-weight: 300;
}

.media-plan h2 {
    width: 36ch;
    font-size: 35px;
    -webkit-animation: typing 5s steps(41, end), blink-caret .5s step-end infinite alternate;
    font-weight: 300;
}

.inner-service h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}

.inner-service p {
    font-size: 16px;
    letter-spacing: .7px;
}

.horizontal-devider {}

.service-bg h2 {
    width: 14ch;
}

.service-row ul li i {
    display: table-cell;
    padding-right: 15px;
}

.content-marketing h2 {
    width: 22ch;
    font-size: 35px;
    font-weight: 300;
    -webkit-animation: typing 3s steps(18, end), blink-caret .5s step-end infinite alternate;
    white-space: nowrap;
}

.offer-box {
    margin-bottom: 30px;
}

.navbar-fixed-top .nav li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: .7px;
    font-weight: bold;
    padding: 30px 20px;
}

.seo h2 {
    font-weight: 300;
    width: 40ch;
    font-size: 32px;
    -webkit-animation: typing 3s steps(22, end), blink-caret .5s step-end infinite alternate;
    white-space: nowrap;
}

/* Isotope Items
    ---------------------------------- */

.filters {
    margin: 0 0 30px 0;
}

.filters .nav-pills>li {
    margin-right: 2px;
    margin-bottom: 2px;
}

.filters .nav-pills>li+li {
    margin-left: 0px;
}

.filters .nav-pills>li a {
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.filters .nav-pills>li.active>a,
.filters .nav-pills>li:hover a,
.filters .nav-pills>li:focus a {
    background-color: #000;
    color: #fff;
}

.isotope-container {
    overflow: hidden;
}

.isotope-item {
    margin-bottom: 20px;
}

.isotope-item .btn-default {
    color: #ffffff;
    width: 100%;
}

.isotope-item .btn-default:hover {
    color: #999999;
}

/* Images Overlay
    ----------------------------------------------------------------------------- */

.image-box {
    border: 1px solid #cccccc91;
    margin-bottom: 15px;
    cursor: pointer;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.overlay-container span {
    width: 100%;
    display: block;
}

.overlay-container span img {
    width: 100%;
}

.image-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* display: flex; */
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.image-box .overlay:hover {
    text-decoration: none;
}

.image-box .overlay h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.image-box .overlay span {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 9;
    font-size: 13px;
    font-weight: 300;
}

.image-box .overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    display: none;
    text-align: center;
}

.overlay-container:hover .overlay {
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.image-box .modal {
    padding-right: 0 !important;
    z-index: 9999;
}

.image-box .modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

.image-box .modal .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 0;
    height: 100%;
    border: none;
    padding: 0;
    position: relative;
}

.image-box .modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 127px;
    top: 19px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: #000;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}
.image-box .modal .modal-dialog .modal-content .modal-header .close:focus{
    outline:0;
}

.image-box .modal .modal-dialog .modal-content .modal-header .modal-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 900;
}

/*----==== AFFIX TOP ====----*/

/* .affix-top {
    background: transparent !important;
    position: absolute !important;
    z-index: 9999 !important;
    width: 100% !important;
} */

.affix-top .nav li a {
    font-weight: 400;
    color: #fff !important;
    letter-spacing: .7px !important;
    padding: 20px 20px;
    font-size: 14px;
}

.affix-top .nav li a:hover {
    background: transparent;
}

.affix-top .nav li a:active {
    background: transparent;
}

.affix-top {
    border-radius: 0;
}

.affix {
    border-radius: 0;
}

/*----==== affix ====----*/

.header .affix {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.affix .nav li a {
    color: #fff !IMPORTANT;
    font-weight: 400;
    letter-spacing: .7px;
    padding: 20px 20px;
}

.affix .nav li a:hover {
    background: transparent;
    color: #a9a9a9 !IMPORTANT;
}

.affix .nav li a:active {
    background: transparent;
}

.affix .navbar-brand {
    padding: 0;
    margin: 0;
}

.affix .navbar-brand img {
    width: 181px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/*----==== BOX IMAGE ====----*/

.box-img {
    position: relative;
    /* overflow: hidden; */
    padding: 0 20px 0 20px;
}

.box-img img {
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    opacity: .8;
}

.box-img:hover img {
    opacity: 1;
}

.box-img:hover .bottom-overlay {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.bottom-overlay {
    position: absolute;
    bottom: -82px;
    display: block;
    background: rgba(0, 0, 0, 0.79);
    padding: 20px 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bottom-overlay h3 {
    color: rgba(255, 255, 255, 0.94);
    font-family: inherit;
    letter-spacing: 1PX;
    font-size: 18PX;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 500;
}

.bottom-overlay p {
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
}

.half-padding {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 5px;
}

.portfolio-section .image-box {
    margin-bottom: 0;
    box-shadow: 0 1px 20px rgba(199, 199, 199, 0.2);
    border: none;
}

.portfolio-section h2 {
    margin: 80px 0 10px 0;
    color: #000;
}

.portfolio-section {
    padding-bottom: 60px;
    background: #f5f5f5;
}

.contact h2 {
    width: 18ch;
}

.portfolio-section .overlay-container {}

.portfolio-section .overlay-container a.overlay {
    left: 0;
    top: -100px;
}

.portfolio-section .overlay-container:hover a.overlay {
    top: 0;
}

.inception h2 {
    width: 17ch;
}

.box {
    border: 1px solid red;
}

.display-inline {
    display: inline-block;
}

.portfolio-section .overlay-container a.overlay span {
    /* display: none; */
}

.portfolio-section span {
    color: #ffffff;
    /* margin-right: 10px; */
}

.team-item {
    margin-bottom: 30px;
    width: 100%;
}

.digital h2 {
    width: 32ch;
    font-size: 35px;
    font-weight: 300;
    -webkit-animation: typing 3s steps(30, end), blink-caret .5s step-end infinite alternate;
    white-space: nowrap;
}

footer ul li a:hover {
    text-decoration: none;
    color: #a9a9a9 !important;
}

a {
    transition: all 0.1s ease-in;
}

.book-form-table span {
    color: #aba7a7;
}

.modal-footer .btn {
    display: none;
}

.modal-footer {
    border-top: none;
}

#info ul {
    padding: 0;
}

.services-list li {
    list-style: none;
    display: inline-block;
}

.services-list li a {
    color: #fff;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    background: transparent;
    padding: 10px 30px;
    line-height: 42px;
    font-weight: 400;
    border: 2px solid #fff;
    line-height: 50px;
    margin-right: 3px;
}

.portfolio-section h2 span {
    color: gray;
    margin-right: 5px;
}

#list1 {
    color: rgb(88, 87, 87);
}

#list2 {
    color: rgb(88, 87, 87);
}

#list3 {
    color: rgb(88, 87, 87);
}

#list4 {
    color: rgb(88, 87, 87);
}

#list5 {
    color: rgb(88, 87, 87);
}

#list6 {
    color: rgb(88, 87, 87);
}

.banner .overlay {
    display: table-cell;
}

.service-row li {
    list-style: none;
    color: #656565;
    margin-bottom: 8px;
    display: table;
    font-size: 15px;
    text-transform: none;
    /* letter-spacing: .7px; */
}

.box-img img {
    padding-top: 25px;
}

.inner-text .services-list li a:hover {
    background: #fff;
    color: #222;
    text-decoration: none;
    transition: all 0.5s ease-in;
}

.location-box i {
    color: #fff;
    font-size: 33px;
    border: 3px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 50%;
    background: transparent;
}

.image-box img {
    margin-left: -8px;
}

.p0 {
    padding-left: 0;
}

.services-list-btns a {
    display: list-item;
    list-style: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    font-weight: 600;
    border: 2px solid #fff;
    line-height: 50px;
    margin-bottom: 13px;
    text-align: center;
    /* padding: 0 10px; */
    font-family: lato;
    border-radius: 42px;
}

.services-list-btns a:hover {
    background: #fff;
    color: #222;
    text-decoration: none;
}

.services-list-btns a:active {
    background: #fff;
    color: #222;
    text-decoration: none;
}

.about-video {
    overflow: hidden;
    margin-bottom: -6px;
}

.g-recaptcha {
    margin: 15px auto !important;
    width: auto !important;
    height: auto !important;
}

.modal-header {
    padding: 15px 150px;
}

.modal-body {
    padding: 60px 150px;
    /* border-top: 2px dashed#000304; */
}
.modal-body p {
    font-size: 16px;
}
.modal-backdrop {

    z-index: -1;
    
}

/*----===== ALL PORTFOLIO=====--*/

.portfolio-banner {
    background-repeat: no-repeat !important;
    height: 555px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

.ajman {
    background: url('../img/ajman.jpg');
}

.al-fanar {
    background: url('../img/al_fanar.jpg');
}

.cigna {
    background: url('../img/cigna.jpg');
}

.dubai-airports {
    background: url('../img/dubai_airports.jpg');
}

.euro-aero {
    background: url('../img/euro-aero.jpg');
}

.grand-weld {
    background: url('../img/grand.jpg');
}

.corporative {
    background: url('../img/ids.jpg');
}

.magus {
    background: url('../img/magus.jpg');
}

.slim-n-light{
    background: url('../img/slim&light.jpg');
}

.marcob-jacobs {
    background: url('../img/marcob-jacobs.jpg');
}

.nyu {
    background: url('../img/newyork-univ.jpg');
}

.priorin {
    background: url('../img/PRIORIN.jpg');
}

.trust {
    background: url('../img/trust.jpg');
}

.walayem {
    background: url('../img/walayem.jpg');
}

.hadid {
    background: url('../img/HADID.jpg');
}

.rab {
    background: url('../img/rab-entertainment.jpg');
}

.sephora {
    background: url('../img/21.jpg');
}

.slim-n-ligh {
    background: url('../img/slim&light.jpg');
}

.the-tribe {
    background: url('../img/the-tribe.jpg');
}

.vertex {
    background: url('../img/vertex.jpg');
}

.ministry-of-health {
    background: url('../img/ministry_of_health.jpg');
}

.proctor {
    background: url('../img/p&g.jpg');
}

.unilever {
    background: url('../img/lipton.jpg');
}

.davidoff {
    background: url('../img/davidoff.jpg');
}

.dubai-muni {
    background: url('../img/Mn.jpg');
}

.abu-dhabi-police {
    background: url('../img/uae-union.jpg');
}

.skill-force {
    background: url('../img/skill-force.jpg');
}

.concierge {
    background: url('../img/concierge.jpg');
}

.milkshake {
    background: url('../img/millions-of-milkshakes.jpg');
}

.radhanath {
    background: url('../img/radhanath-swami.jpg');
}

.fashion-forward {
    background: url('../img/fashion-forward.jpg');
}

.hia-mag {
    background: url('../img/hia-mag.jpg');
}

.mini-yammy {
    background: url('../img/mini-yammy.jpg');
}

.mac {
    background: url('../img/mac.jpg');
}

.orient {
    background: url('../img/orient.jpg');
}

.star-animation {
    background: url('../img/star-animation.jpg');
}

.alami {
    background: url('../img/alami-holding.jpg');
}

.airhsow {
    background: url('../img/airshow.jpg');
}

.saudi-tv {
    background: url('../img/saudi-tv.jpg');
}

.lamet-ahel {
    background: url('../img/lamet-ahel.jpg');
}

.uae-union {
    background: url('../img/uae-union.jpg');
}

.parallel {
    background: url('../img/parallel.jpg');
}

.parallel {
    background: url('../img/parallel.jpg');
}
.indoguna {
    background: url('../img/indoguna-final.jpg');
}
.abu-dhabi-media {
    background: url('../img/abu-dhabi-media.jpg');
}


.groomypet {
    background: url('../img/grromy 2.jpg');
}


.contact-form-modal .modal-body {
    padding: 0;
}
.contact-form-modal .modal-header {
    padding: 0;
}

/* From Bishal Giri */
.text-bigger{
    font-size: 20px;
}
.fa-check{
    color: #000;
}
.label-default{
    background-color: #000;
}
.label{
    font-size: 91%;
    line-height: 2;
}
.colorGray{
    color: gray;
}
.makeBoldandBlack{
    font-weight: bold;
    color: black;
}

/*  */
.image-box .modal {
    padding-left: 0 !important;
    width: 100%;
    height: 100%;
    background: #fff;
}

/* The Modal (background) */
.modal-server-response {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-server-response {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-server-response {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-server-response:hover,
.close-server-response:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #000000; /* Black */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  left: 50%;
  top: 50%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}