/*
  Name: VIBESQUAD
  Date: Dec 2021
  Version: 1.0
  Author: Copyright @ Opesmount Technology Solutions
  Autor URI: www.opesmount.tech
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;500;600&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #131313;
    margin: 0;
    padding: 0;
    line-height: 0;
    background: #fff;
    font-variant: small-caps;
}

ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    letter-spacing: 0.03em;
}

a {
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

a:hover {
    color: #000;
}

*:focus {
    outline: none;
}

.center {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


/*==============================*/


/*		Common styles here		*/


/*==============================*/

.clearfix {
    clear: both;
}

.full_width {
    float: left;
    width: 100%;
}

input[type="text"],
textarea,
select,
input[type="number"],
input[type="email"],
input[type="password"],
.img_fit img {
    float: left;
    width: 100%;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.outer_box {
    width: 100%;
    max-width: 1440px;
    display: block;
    margin: 0 auto;
    float: none;
}

.italic_ {
    font-style: italic !important;
}

.no-padding {
    padding: 0px;
}

.right {
    float: right;
}

.btn:hover,
.btn.active,
.btn:focus {
    outline: 0;
}

.custom-fluid {
    padding: 0 100px;
}
.custom-fluid-service {
    padding: 0;
}



/*==============================*/


/*		Header styles starts here		*/


/*==============================*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1000;
    height: 164px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    line-height: 160px;
}

.header.shrink {
    height: 78px;
    line-height: 80px;
    background: #f01820;
    opacity: .9;
}

.header h1 {
    font-size: 30px;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.content {
    position: relative;
    background: none !important;
}

.header.shrink h1 {
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.shrink .logo img {
    width: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px 0 0 0;
}

.header.shrink #cssmenu {
    position: relative;
    margin: 30px 0 0 0;
    height: 44px;
    width: auto;
}

.logo {}

.logo img {
    padding: 70px 0 0 0;
    float: left;
    width: 100%;
}


/*==============================*/


/*		VIDEO SECTION 		*/


/*==============================*/

.video-wrap {
    position: absolute;
    z-index: 2000;
    margin: 0;
    width: 100%;
}

.video-wrap img {
    width: 100%;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.urbanvideo{
    background: url(../images/urban.png) no-repeat center center/cover;

}
.resortvideo {
    background: url(../images/resort.png) no-repeat center center/cover;
}

video {
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile{ display: none;}
.mobile video{max-width:500px;}
@media screen and (max-width: 500px) {
    .bigscreen{ display: none;}
    .mobile{ display: block;}
}
.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 3px 3px;
    z-index: 2;
}

.vb-1 {
    width: 100%;
    text-align: center;
    background: #fff;
}
.vb-2 {
    width: 100%;
    text-align: center;
    background: url(../images/squad-2.png) no-repeat left top;
    background-size: cover;
}


.vb-1 a, .vb-2 a{
display: block;
padding: 23px 0;
text-align: center;
font-weight: 500;
}
.vb-1 a{
    color: #000;
}
.vb-2 a{
    color: #fff;
}
.vb-1.act a{
    position: relative;
}
.vb-1.act::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
  }
  .vb-2.act::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #05c3fb;
    position: absolute;
    bottom: -10px;
  } 

@keyframes blinking {
    0% {
        color: #f52105;
    }
    /* YOU CAN ADD MORE COLORS IN THE KEYFRAMES IF YOU WANT
    50%{
      color: #55d66b;
    }
    */
    100% {
        color: #fff;
    }
}
@keyframes blinking {
    0% {
        color: #c88541;
    }
    50% {
        color: #c88541;
    }
    100% {
        color: #1a1919;
    }
}

/*==============================*/


/*		WELCOME SECTION 		*/


/*==============================*/

.welcome-wrap {
    margin: 100px 0 0 0;
    background: url("../images/line.png") center bottom no-repeat;
}

.welcome-wrap h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 58px;
    text-align: center;
}

.welcome-wrap h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    text-align: center;
    padding: 0 0 25px 0;
    font-weight: 300;
    color: #333;
}

.welcome-box {
    margin: 70px 0 0 0;
}

.welcome-box p {
    padding: 0 0 0 30px;
}

.welcome-box a {
    color: #000;
    background: url("../images/arrow2.png") no-repeat 10px 14px;
    background-color: #dfdfdf;
    padding: 20px 20px 20px 36px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 0 30px;
    display: inline-block;
}

.wel-bg {
    background: url("../images/wel-right.jpg") right top no-repeat;
}
.contact_bttn{
    color: #000;
    background: url("../images/arrow2.png") no-repeat 10px 14px;
    background-color: #dfdfdf;
    padding: 11px 20px 11px 36px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0 0 30px;
    display: inline-block;
    border-radius: 0 !important;
    border: none !important;
}
.contact_bttn{
    background-color: #dfdfdf !important;
    border-radius: 0 !important;
    border: none !important;
    color: #000 !important;
}


/*==============================*/


/*		CTA SECTION 		*/


/*==============================*/

.home-cta {
    margin: 130px 0 0 0;
    text-align: right;
}

.home-cta-right {
    background: rgb(229, 229, 229);
    background: linear-gradient(90deg, rgba(229, 229, 229, 1) 0%, rgba(200, 198, 198, 1) 100%);
    text-align: center;
    padding: 40px 50px;
}

.home-cta-right h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 31px;
    text-align: center;
    font-weight: 600;
}

.home-cta-right h3 span {
    font-family: 'Raleway', sans-serif;
    font-size: 31px;
    text-align: center;
    font-weight: 400;
}

.home-cta-right p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.home-cta-right a {
    color: #fff;
    background-color: #131313;
    border: 1px solid #131313;
    padding: 18px 15px 18px 15px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 5px 0 0 30px;
    display: inline-block;
    text-align: center;
}

.home-cta-right a:hover {
    color: #fff;
    border: 1px solid #c88541;
    background-color: #c88541;
}


/*==============================*/


/*		SERVICES 		*/


/*==============================*/

.custom-fluid-service .home-services {
    padding:0 100px;
}

.home-services h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    text-align: left;
    border-bottom: 1px dashed #3a3838;
    padding: 0 0 30px 0;
    margin: 110px 0 0 0;
    font-weight: 500;
    text-transform: uppercase;
}

.home-services h4 span {
    font-weight: 800;
    color: #ebebec;
    font-size: 65px;
}

.home-services-box {
    margin: 70px 0 0 0;
}

.accordion {
    width: 100%;
    height: 900px;
    overflow: hidden;
    margin: 0px auto;
}

.accordion .service-list-outer {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion .service-list-outer .service-list {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 900px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 200ms ease-in-out;
}

.accordion .service-list-outer .service-list div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion .service-list-outer .service-list div a {
    display: block;
    height: 900px;
    width: 100%;
    position: relative;
    z-index: 1;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /*filter: invert(100%);*/
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 300ms ease-in-out;
    padding-top: 2vw !important;
padding-right: 1vw !important;
padding-bottom: 1vw !important;
padding-left: 1vw !important;
}
.accordion .service-list-outer .service-list div a::before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.accordion .service-list-outer .service-list div a:hover::before {
    opacity: 0.1;
}


.accordion .service-list-outer .service-list div a * {
    margin: 0;
    width: 100%;
   /* text-overflow: ellipsis;*/
    position: relative;
    z-index: 5;
    white-space: normal;
    overflow: hidden;
    /*-webkit-transform: translateX(-20px);
    transform: translateX(-20px);*/
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.accordion .service-list-outer .service-list div a h2 {
    font-family: 'Raleway', sans-serif;
    text-overflow: clip;
    font-size: 25px;
    margin-bottom: 2px;
    padding-left: 0em;
    top: 0px;
    min-height: 100px;
}
.accordion .service-list-outer .service-list {
    background-size: cover;
}

.accordion .service-list-outer:hover .service-list {
    width: 10%;
}

.accordion .service-list-outer:hover .service-list:hover {
    width: 15%;
}
.accordion .service-list-outer .service-list div a ul {
    padding: 0 0 23px 1em;
    margin: 0 0 0 0;
}
.accordion .service-list-outer .service-list div a p{
    line-height: 20px;
    list-style-position: inside !important;
    list-style-type:disc !important;
    display: list-item;
    text-shadow: 1px 1px 2px #000;
    font-size: 14px;
    color:#fff;
    margin-bottom:10px;
}
.accordion .service-list-outer .service-list div a ul li{
    line-height: 20px;
    list-style-position: inside !important;
    list-style-type:disc !important;
    display: list-item;
    text-shadow: 1px 1px 2px #000;
    font-size: 14px;
}
.accordion .service-list-outer .service-list div a ul li ul{
    margin: 0;
}
.accordion .service-list-outer .service-list div a ul li ul li{
    list-style-type:circle !important;
    text-shadow: 1px 1px 2px #000;
}
    


/*.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

.accordion .service-list-outer:hover .service-list:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 680px) {
    body {
        margin: 0;
    }
    .accordion {
        height: auto;
    }
    .accordion .service-list-outer .service-list,
    .accordion .service-list-outer .service-list:hover,
    .accordion .service-list-outer:hover .service-list,
    .accordion .service-list-outer:hover .service-list:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }
    .accordion .service-list-outer .service-list div a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .accordion .service-list-outer .service-list{
        width: 100%;
        margin: 25px auto;
    }
    .accordion .service-list-outer .service-list div,.accordion .service-list-outer .service-list,.accordion .service-list-outer .service-list div a{
        height: 300px;
        text-align: center;
    }
    .accordion .service-list-outer .service-list div a p, .accordion .service-list-outer .service-list div a ul{
        display: none;
    }
    .accordion .service-list-outer .service-list div a h2{
        top: 40%;
        font-weight: 700;
    }
}


/*==============================*/


/*		QUICK FACTS 		*/


/*==============================*/

.quick-facts {
    margin: 100px 0 0 0;
}

.quick-left {
    background: url("../images/arrow.png") no-repeat 170px 50px;
}

.quick-left h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}

.quick-left-text {
    text-align: center;
    padding:  0 50px 0;
    margin: 0 0 0 0;
}

.quick-left-text li span {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    padding: 0 0 10px 0;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 5px;
    color: #131313;
}

.quick-left-text li {
    font-family: 'Raleway', sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #aca9a9;
    line-height: 40px;
    padding: 0 70px 10px 30px;
    border-right: 1px solid #dcdcdc;
}

.quick-left p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}


/*==============================*/


/*		CLIENTS 		*/


/*==============================*/

.clients-box {
    margin: 110px 0 0 0;
    min-height: 110px;
    padding: 20px 20px;
}

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-height: 80px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    padding: 0 25px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.clients-box .slide h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-align: center;
    margin: 22px 0 10px 0;
    text-transform: uppercase;
}

/*==============================*/


/*		FOOTER 		*/


/*==============================*/

.footer-wrap {
    padding: 65px 0 0 0;
    min-height: 250px;
    background: url("../images/footer-bg.jpg") repeat left top;
}

.footer-logo ul {
    list-style: none;
    margin: 20px 0 0 0px;
}

.footer-logo li {
    display: inline;
    padding: 0 0 0 10px;
}

.footer-logo {
    min-height: 80px;
    padding: 0 0 0 0;
}

.footer-wrap p {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    color: #aaa7a7;
}

.footer-text {}

.footer-text p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #aaa7a7;
    padding: 15px 0 0 0;
}

.footer-text p a {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #aaa7a7;
    padding: 15px 0 0 0;
}

.footer-text p a:hover {
    color: #fff;
}

.footer-cta {
    padding: 30px 0 0 0;
    float: right;
}

.footer-cta img {}


/*==============================*/


/*		POPUP CTA 		*/


/*==============================*/

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.button:hover {
    background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 30px;
    background: #131313;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    padding: 30px 0 10px 0;
    text-transform: uppercase;
}

.popup p {
    padding: 5px 0 25px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.popup .content label {
    color: #fff;
}

.popup .content input {
    margin: 10px 0 10px 0;
    background: #363737;
    border: 0;
    color: #fff;
    height: 45px;
}

.popup .content select {
    margin: 10px 0 10px 0;
    background: #363737;
    border: 0;
    color: #fff;
    height: 45px;
}

.popup .content textarea {
    margin: 10px 0 10px 0;
    background: #363737;
    border: 0;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 80%;
    }
}

.popup label {
    padding: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}


/*==============================*/


/*		STAT COUNTER		*/


/*==============================*/

.Count {
    position: relative;
    top: 8px;
    left: 8px;
}


/*==============================*/


/*		INNER PAGE STYLES		*/


/*==============================*/

.inner-banner {
    text-align: center;
    position: relative;
}

.inner-banner img {
    width: 100%;
}

.ser-head {}

.ser-box {
    background: #000;
    position: absolute;
    z-index: 0;
    top: -60px;
    width: 410px;
    height: auto;
}

.ser-box h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4px;
    padding: 20px 10px;
    text-align: center;
}

.ser-des {
    margin: 154px 0 0 0;
    background: url("../images/serr-bg.jpg") no-repeat left top;
    padding: 27px 0 0 0;
}

.ser-des h2 {
    font-size: 29px;
    color: #000;
    font-weight: 600;
}

.ser-des h3 {
    color: #131313;
font-size: 17px;
line-height: 27px;
font-weight: 500;
margin: 17px 0 0 0;
}
.ser-des h3 ul{
    margin-left: 20px;
}
.ser-des h3 ul li{
    list-style: circle;
    display: list-item;
    margin-bottom: 8px;
    padding-left: 20px;
}
.ser-des h3 ul li ul{
    margin:10px 0 10px 50px;
}
.ser-des h3 ul li ul li{
    list-style: disc;
    display: list-item;
}

.ser-item {
    margin: 95px 0 0 0;
}

.ser-bg-box {
    background: #ececec;
    width: 100%;
    height: 100%;
    padding: 48px 39px 0 54px;
}

.ser-bg-box h4 {
    font-size: 27px;
    color: #020202;
    padding: 10px 0 0 0
}

.ser-bg-box p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0 0 0
}

.recent-pro {
    margin: 150px 0 0 0;
    background: #000000;
    min-height: 850px;
    background: #000000 url("../images/serc.jpg") no-repeat right bottom;
}

.recent-pro h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 5px;
    padding: 80px 0 0 0;
    color: #ececec;
}

.recent-pro p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    padding: 80px 0 0 0;
    color: #ececec;
}

.ser-gal {
    margin: 50px 0 0 0;
}

.ser-gal .carousel-indicators {
    bottom: -100px;
}

.ser-gal-item {}

.ser-gal-item img {
    width: 100%;
}

.ser-gal-item-box {
    background-color: #403e3e;
    min-height: 81px;
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #252424;
}

.ser-gal-item-box span {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 0 0 0;
    color: #ececec;
}

.ser-more {
    display: block;
    margin: 50px 0 0 0;
}

.ser-more a {
    color: #ececec;
    font-size: 15px;
    border-bottom: 1px dashed #ececec;
    padding: 0 0 15px 0;
}

.ser-more a:hover {
    color: #c88541;
    border-bottom: 1px dashed #c88541;
}

.team-bg {
    margin: 75px 0 0px 0;
    width: 100%;
    padding: 0 40px 0 40px;
    height: 100%;
    background: #000000 url("../images/team-bg.jpg") no-repeat center top;
}

.team-text {
    padding: 100px 0 0 0;
}

.team-text h2 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.team-text h3 {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 22px;
    margin: 10px 10px 0 0;
    font-style: italic;
}

.team-bg p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0 0 0;
    color: #fff;
}

.cc {
    float: left;
    margin: 40px 0 40px 0;
}


/*		Readmore read less team		*/

.hide {
    display: none;
}

a.read-more-show {
    color: #fff;
font-size: 14px;
background: #c88541;
padding: 5px 10px;
border-radius: 5px;
}

a.read-more-hide {
    color: #fff;
font-size: 14px;
background: #c88541;
padding: 5px 10px;
border-radius: 5px;
margin-left: 5px;
}


/*==============================*/


/*		MENU 		*/


/*==============================*/


/* Important styles */

#toggle {
    display: block;
    width: 28px;
    height: 30px;
    float: right;
    margin: 81px 100px 0 0;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
    z-index: 20000;
}


/* on activation */

#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
    top: -112px;
}


/* menu appearance*/

#menu {
    position: relative;
    color: #fff;
    z-index: 10000;
    width: 100%;
    padding: 300px 100px 100px 100px;
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    height: 150vh !important;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    border-radius: 4px;
    background: #000;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
}

#menu:after {
    position: absolute;
    top: -15px;
    left: 95px;
    content: "";
    display: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #131313;
}

#menu ul,
li,
li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#menu li a {
    padding: 28px 0 28px 0;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    transition: all .2s;
}

#menu li a:hover {
    color: #c88541;
}

#menuli a:hover,
#menu li a:focus {
    color: #c88541;
}


/*==============================*/


/*		COUNTER  		*/


/*==============================*/

#counter {
    background: rgba(black, .05);
    padding: 25px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


/*==============================*/


/*		PORTFOLIO  		*/


/*==============================*/

.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.5;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 500;
}

.grid figure h2 span {
    font-weight: 800;
    padding: 0 0 0 10px;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-roxy {
    background: #000;
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 10% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    color: #fff;
    font-weight: 400;
    text-transform: none;
}

figure.effect-roxy:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 75%;
    }
    .codrops-icon span {
        display: none;
    }
}

.gap {
    margin: 70px 0 0 0;
}

.con-wrap {
    margin: 154px 0 150px 0;
    padding: 27px 0 0 0;
}

.con-bg {}

.con-bg-right {
    background: #000000 url(../images/serc.jpg) no-repeat right bottom;
    width: 100%;
    height: 100%;
    padding: 70px 70px;
}

.con-bg-right h2 {
    font-size: 25px;
    margin: 0 0 15px 0;
}

.con-bg-right h2 {
    font-size: 25px;
    margin: 0 0 15px 0;
    color: #fff;
    text-transform: uppercase;
}

.con-bg-right label {
    padding: 20px 0 20px 0;
    color: #fff;
    margin: 30px 0 0 0;
}

.con-bg-right p {
    font-size: 16px;
    padding: 0 0 7px 0px;
    line-height: 25px;
    margin: 0 0 15px 0;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.con-bg-right input {
    background: #1f1e1e;
    border: none;
    height: 40px;
    font-size: 16px;
}

.con-bg-right select {
    background: #1f1e1e;
    border: none;
}

.con-bg-right textarea {
    background: #1f1e1e;
    border: none;
}

.mn-wd {
    width: 50%;
}
.about-sec{
    margin-top: 100px;
}
.about-img-left {
    width: 100%;
    margin-bottom: 50px;
}
.about-us-img-wrap {
    position: relative;
}
.about-us-img-wrap img{ 
    -webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5;
width: 100%;
}
.about-us-img-wrap img:hover {
    transform: scale(0.95);
    -webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5
}
.abthead{
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}
.abtsubhead{
    margin-bottom: 30px;
}
.copyright{
    text-align: center;
    padding: 15px 0;
    background: #000;
}
.copyright p{
    margin: 0;
    color:#aaa7a7;
    font-size: 12px;
}
.dwd-brchr a {
    color: #000;
    background: url("../images/arrow2.png") no-repeat 10px 16px;
    background-color: #dfdfdf;
    padding: 23px 20px 23px 36px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 0 30px;
    display: inline-block;
}
.portfolio-images a{
    height: 250px;
    overflow: hidden;
    margin: 5px 4px;
    display: block;
}
.portfolio-images a img{
    min-height:250px;
    width: 100%;
}
.vbjourney {
    margin: 154px 0 0 0;
    background: url("../images/serr-bg.jpg") no-repeat left top;
    padding: 27px 0 0 0;
}

.vbjourney h2 {
    font-size: 29px;
    color: #000;
    font-weight: 600;
}

.vbjourney h3 {
    line-height: 27px;
    font-size: 18px;
    font-weight: 600;
    margin: 19px 0 10px 0; 
    color:#c88541
}
@media screen and (max-width: 991px) {
    .portfolio-images a{
        width: 100%;
    }
    .portfolio-images a img{
        height: auto;
        width: 100%;
    }
    .footer-wrap{
        text-align: center;
    }
    .footer-text p{
        text-align: center;
    }
    .footer-text{
        padding: 15px 0 0 0;
    }
    .dwd-brchr{
        text-align: center;
    }
    .dwd-brchr a{
        float: none;
    }
    .footer-cta{
        padding: 15px 0;
    }
    .footer-logo ul{
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .portfolio-images a{
        padding: 0 50px;
    }
}
@media screen and (max-width: 520px) {
    .clients-box {
        padding-left: 5px;
        padding-right: 5px;
    }
    .clients-box .slide h2 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }
}
@media screen and (max-width: 459px){
    figure.effect-roxy figcaption {
        padding: 1em;
    }
    figure.effect-roxy figcaption::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}

/*........vimeo video banner style start here .......*/

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
 }
 .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
  
  /*........vimeo video banner style start here .......*/

  .clients-box .item{
    padding: 0 35px;
}
.clients-box .item h2{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-align: center;
    margin: 22px 0 10px 0;
    text-transform: uppercase;
}

@media screen and (max-width: 920px) {
    .clients-box .item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .clients-box .item h2 {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }
}
.aboutdiv{
    padding-top: 35px;
    padding-bottom: 35px;
 }
 .abou-part{
     padding-top: 25px;
    padding-bottom: 25px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin-bottom: 20px;
 }
 .abou-part h3{
     font-weight: 800;
     margin-bottom: 20px;
 }
p.expertise{
    font-size: 22px;
text-align: left;
line-height: 25px;
}
p span.exhead{
    color: #c88541;
font-size: 24px;
}