@font-face {
    font-family: "Brown";
    src: url("../fonts/brown-light.woff") format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: "Brown";
    src: url("../fonts/brown-regular.woff") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Bukra';
    src: url("../fonts/bukra-regular.woff") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Colfax';
    src: url("../fonts/ColfaxWebRegular.woff") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Colfax';
    src: url("../fonts/ColfaxWebMedium.woff") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: 'Colfax';
    src: url("../fonts/ColfaxWebBold.woff") format("truetype");
    font-weight: 700;
}


body {
    font-family: 'Montserrat', sans-serif !important;
    color: #333;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

header {
    border-bottom: 2px solid #203584;
}

header.stick {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-bottom: 2px solid #203584;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.toll-free {
    text-align: right;
    padding: 10px 0;
    /*font-weight: bold;*/
    color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
}

.toll-free a {
    color: #000;
    padding: 16px 0px;
}

.toll-free .icon-whatsapp, .toll-free .fa-whatsapp {
    color: #33CC66;
    font-weight: bold;
}


.toll-free .location {
    margin-left: 50px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 7px 10px;
    text-decoration: none;
    background: #f8ce61;
    border-radius: 5px;
    border: 2px solid #f1c75a;
}


.toll-free .dropdown-menu {
    min-width: 200px;
}


.toll-free .dropdown-menu>li>a {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 25px;
    padding: 5px 20px;
}


header .navbar {
    margin-bottom: 0px;
}

header .navbar-brand {
    height: auto;
}

.navbar-brand>img {
    width: 188px;
}


header .nav li a {
    position: relative;
    display: block;
    padding: 5px 3px 15px !important;
    margin: 0px 10px;
    font-weight: 600 !important;
    color: #333;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid transparent;
    -webkit-transition: .4s cubic-bezier(.25,.46,.45,.94);
    transition: .4s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}

header .nav li a.clogin {
    background: #f8ce61;
    background-image: -webkit-linear-gradient(top, #f8ce61, #fbcd0f);
    background-image: -moz-linear-gradient(top, #f8ce61, #fbcd0f);
    background-image: -ms-linear-gradient(top, #f8ce61, #fbcd0f);
    background-image: -o-linear-gradient(top, #f8ce61, #fbcd0f);
    background-image: linear-gradient(to bottom, #f8ce61, #fbcd0f);
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 4px;
    color: #333;
    font-size: 13px;
    padding: 4px 10px 6px !important;
    text-decoration: none;
    margin-top: 0px;
}

header .nav li a.clogin:hover {
    background: #d0b02e;
    background-image: -webkit-linear-gradient(top, #d0b02e, #f8ce61);
    background-image: -moz-linear-gradient(top, #d0b02e, #f8ce61);
    background-image: -ms-linear-gradient(top, #d0b02e, #f8ce61);
    background-image: -o-linear-gradient(top, #d0b02e, #f8ce61);
    background-image: linear-gradient(to bottom, #d0b02e, #f8ce61);
    text-decoration: none;
    color: #333 !important;
    padding: 4px 10px 6px !important;
}

header .nav li a:hover, header .nav li.active a {
    /* color: #2441a2 !important; */
    background: transparent;
    border-bottom: 2px solid #f8ce61;
    /*padding: 5px 0px !important;
    margin: 0px 10px;*/
}

.navbar-toggle {
    background-color: #333 !important;
    margin-top: 20px !important;
}

.navbar-toggle:hover {
    background-color: #f8ce61 !important;
}

.navbar-toggle .icon-bar {
    background: #FFF;
}

.navbar-toggle:hover .icon-bar {
    background: #333;
}




/*************** Slider *******************/


#banner {
    min-height: 570px;
    background: #fff url('../images/loader.gif') no-repeat center center;
    width: 100%;
    float: left;
}

#banner .btn {
    font-size: 24px;
}

#banner .btn.btn-primary {
    padding: 14px 30px !important;
}

#banner .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#banner .flexslider .slides {
    position: relative;
    overflow: hidden;
}

#banner .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 530px;
    position: relative;
}

#banner .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

#banner .flexslider .flex-control-nav {
    bottom: 2em;
    z-index: 1000;
    width: 0 auto;
}

#banner .flexslider .flex-control-nav li a {
    background: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 30px;
    height: 4px;
    cursor: pointer;
    border-radius: 0 !important;
}

#banner .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    background: #f8ce61;
}

#banner .flexslider .flex-direction-nav {
    display: none;
}

#banner .flexslider .slider-text {
    max-width: 100%;
    display: table;
    opacity: 0;
    height: 570px;
    z-index: 9;
}

#banner .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 570px;
    padding: 2em;
}

@media screen and (max-width: 768px) {
    #banner .flexslider .slider-text>.slider-text-inner {
        text-align: center;
    }

    #banner {
        min-height: 400px;
    }

    #banner .flexslider .slides li {
        min-height: 350px;
    }

    #banner .flexslider .slider-text {
        height: 400px;
    }

    #banner .flexslider .slider-text>.slider-text-inner {
        height: 400px;
    }
}

#banner .flexslider .slider-text>.slider-text-inner span i {
    font-size: 24px;
    color: #F7AF1D;
}

#banner .flexslider .slider-text>.slider-text-inner h3,
#banner .flexslider .slider-text>.slider-text-inner h4 {
    margin: 0;
    padding: 0;
    color: white;
}

#banner .flexslider .slider-text>.slider-text-inner h3, .hero h3 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
    #banner .flexslider .slider-text>.slider-text-inner h3 {
        font-size: 28px;
    }
}

#banner .flexslider .slider-text>.slider-text-inner h4, .hero h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.7);
}

#banner .flexslider .slider-text>.slider-text-inner h4 a {
    color: #f8ce61;
    border-bottom: 1px solid rgba(255, 205, 0, 0.7);
}

#banner .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    #banner .flexslider .slider-text>.slider-text-inner .heading-section, .hero h3 {
        font-size: 30px;
    }
}

#banner .flexslider .slider-text>.slider-text-inner s .colorlib-lead {
    font-size: 20px;
    color: #f8ce61;
}

#banner .flexslider .slider-text>.slider-text-inner s .colorlib-lead .icon-heart {
    color: #d9534f;
}

#banner .flexslider .slider-text>.slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px 30px !important;
    border: none;
}

#banner .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
    background: #f8ce61;
    color: #fff;
}

#banner .flexslider .slider-text>.slider-text-inner .btn:hover {
    background: #000 !important;
}

@media screen and (max-width: 480px) {
    #banner .flexslider .slider-text>.slider-text-inner .btn {
        width: 100%;
    }
}




/****************** Intro *******************/

#intro {
    padding: 10px 0;
}

.colorlib-heading {
    margin-bottom: 5em;
}

.colorlib-heading .sm {
    font-size: 16px;
    letter-spacing: 20px;
    color: #9b9b9b;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
}

.colorlib-heading h3 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.colorlib-heading h3 span {
    display: block;
    margin-bottom: 0;
    line-height: 50px;
}

.colorlib-heading h3 .thin {
    font-weight: 100;
}

.colorlib-heading h3 .thick {
    font-weight: 700;
}


#intro .box {
    background: #f8ce61;
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 45px 0;
}

#intro .box .num {
    font-size: 120px;
    color: #000;
    font-weight: 700;
    line-height: 120px;
}

#intro .box span {
    display: block;
    color: #000;
}

#intro .box .yr {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 7px;
}

#intro .box .thin {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#intro .box span.year {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
}

#intro p {
    /*font-weight: 300;*/
    line-height: 26px;
    text-align: justify;
}

#intro .intropara {
    font-size: 16px;
    margin-top: 50px;
}

#intro h1 {
    font-size: 26px;
    margin-bottom: 20px;
}


.main_title {
    margin: 0px auto 30px;
}

.main_title h2, .main_title h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: #222222;
    margin-bottom: 12px;
}

.main_title p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    margin-bottom: 0px;
}

#metrics h2 {
    font-family: "Sen", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 12px;
}




/****************** Projects ******************/

.builder_area {
    overflow: hidden;
    display: block;
}

.row.m0 {
    margin: 0px;
}

.builder_inner {
    display: flex;
    flex-wrap: wrap;
}

.builder_inner .builder_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.builder_item {
    position: relative;
    overflow: hidden;
}

/*.builder_item:before {
    content: "";
    background: rgba(250, 183, 0, 0.85);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}*/

.builder_item img {
    width: 100%;
}

.builder_item .hover {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.builder_item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.builder_item:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.builder_item .hover h4 {
    color: #222222;
    font-size: 20px;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}

.builder_item .hover p {
    max-width: 470px;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #222222;
}


.builder_item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.builder_item:hover .hover {
  opacity: 1;
}

.builder_item:hover .hover h4 {
  margin-bottom: 18px;
  opacity: 1;
}



/*************** Counter ****************/

#counter {
    background: #f8ce61;
    padding: 70px 0px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.text .number {
    line-height: 1;
    font-weight: 900;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.8);
}

.text-2 {
    padding-left: 1em;
}

.text-2 span {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    display: block;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Poppins", Arial, sans-serif;
}



/**************** Services **********************/

#services {
    padding: 70px 0 30px;
    clear: both;
    background: #fafafa;
}

#services p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

#services .wrap {
    padding-left: 2em;
}

.services {
    margin-bottom: 60px;
    position: relative;
}

.services .icon {
    line-height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon i {
    font-size: 50px;
    color: #f8ce61;
}

.services .desc {
    padding-left: 75px;
}

.services .desc h4 {
    line-height: 34px;
    font-size: 24px;
}


.cityws .colorlib-heading {
    margin-bottom: 2em;
}

.cityws .colorlib-heading h3 {
    font-size: 40px;
}

.cityws .colorlib-heading .thick, .cityws .colorlib-heading .thin {
    display: inline-block;
}

.cityws .services {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cityws .services:hover {
    border: 1px solid #ddb652;
}

.cityws .services .icon {
    line-height: 64px;
    position: static;
}

.cityws .services .icon img {
    height: 50px;
}

.cityws .services .desc {
    padding-left: 0px;
}

.cityws .services .desc h4 {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Titillium Web', sans-serif;
}

.cityws .wrap {
    padding-top: 15px;
}

.cityws .desc {
    border-top: none;
}




/************** Team *******************/

.team_area {
    padding: 50px 0px;
}

.team_item {
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.team_item .team_img {
    position: relative;
}

.team_img img {
    border-radius: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.team_item .team_name {
    text-align: center;
    margin: 20px 0px 0px;
}

.team_item .team_name h4 {
    margin-bottom: 5px;
    color: #222222;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.team_item .team_name p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    margin-bottom: 0px;
}


.btn.btn-primary.yellow {
    background: #f8ce61;
    border: 1px solid #cba301;
    color: #000000;
    padding: 8px 15px;
    border-radius: 0px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.btn.btn-primary.yellow:hover {
    background: transparent;
}



/************ Why Choose Us ************/

#why-choose-us .media {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 2px #EEE;
}

#why-choose-us .media .media-left {
    padding-right: 30px;
}

#why-choose-us .media-left, #why-choose-us .media-right, #why-choose-us .media-body {
    display: table-cell;
    vertical-align: top;
}

#why-choose-us .media .media-left i {
    font-size: 24px;
    color: #f8ce61;
    line-height: 50px;
    width: 60px;
    text-align: center;
    background: #333333;
    border: 5px solid #f8ce61;
}

#why-choose-us .media .media-body h5 {
    font: 700 18px "Roboto", sans-serif;
    color: #222222;
    text-transform: uppercase;
    margin: 0px;
}

#why-choose-us .media .media-body p {
    font: 400 14px/26px "Roboto", sans-serif;
    color: #555555;
    padding-top: 10px;
    text-align: justify;
}




/************* Lets Build **************/

.ftco-intro {
    padding: 8em 0;
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #333;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.ftco-intro h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.ftco-intro .btn.btn-primary {
    background: #f8ce61;
    border: 1px solid #f8ce61;
    color: #000000;
    padding: 15px 30px;
    margin-top: 20px;
}

.ftco-intro .btn:hover {
    background: transparent !important;
    border: 1px solid #f8ce61;
    color: #000;
    padding: 15px 30px;
    margin-top: 20px;
    /*font-weight: bold;*/
}

.ftco-intro .btn {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}




/**************** Blog ******************/

.blog {
    padding: 50px 0;
    position: relative;
    background: #fafafa !important;
}

.heading-section .subheading {
    font-weight: 800;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
}

.heading-section h2 {
    font-size: 34px;
    font-weight: 700;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.blog-entry {
    margin-bottom: 30px;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block;
}

.blog-entry .meta-date {
    display: inline-block;
    background: #fda729;
}

.p-2 {
    padding: 0.5rem !important;
}

.blog-entry .meta-date span {
    display: block;
    color: #000000;
}

.blog-entry .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}

.blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
    font-size: 13px;
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}

.blog-entry .text p {
    font-weight: 300;
    line-height: 25px;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.blog-entry .text .heading a {
    color: #000000;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


.blog .btn.btn-primary {
    background: #fda729;
    border: 1px solid #fda729;
    color: #000000;
    padding: 10px 15px;
}

.blog .btn:hover {
    background: transparent !important;
    border: 1px solid #fda729;
    color: #fda729;
    padding: 10px 15px;
}

.blog .btn {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.carousel-wrap {
    width: 100%;
    position: relative;
}

.owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
}

.owl-nav {
    margin-top: -26px;
    position: absolute;
    top: 40%;
    color: #cdcbcd;
    width: 100%;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    margin-left: -30px;
}

.owl-nav .owl-next {
    float: right;
    margin-right: -30px;
    margin-top: -50px;
}




/************* Flow Chart *****************/

#flow-section {
    background: #F9F9F9;
    padding: 20px 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}

.simple {
    font-family: 'Pacifico', cursive;
    font-size: 40px;
    text-align: center;
}

.fbox {
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.mtop30 {
    margin-top: 30px;
}

.flow1 {
    transform: skew(10deg);
    background: #CDDC39;
    height: 70px;
    padding-top: 20px;
}

.flow2 {
    transform: skew(-10deg);
    background: #ffd528;
    height: 70px;
}

.flow3 {
    transform: skew(10deg);
    background: #4ce3f7;
    height: 70px;
}

.flow4 {
    transform: skew(-10deg);
    background: #92ff97;
    height: 70px;
    padding-top: 20px;
}

.flow5 {
    transform: skew(10deg);
    background: #CDDC39;
    height: 70px;
    padding-top: 20px;
}


.fbox h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    font-family: 'Courgette', cursive;
}

.darrow {
    text-align: center;
    margin-top: -10px;
}

.flow {
    text-align: center;
}

.flow svg {
    height: 5rem;
}

.flow svg line {
    stroke: #1c3683;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-dasharray: 5px 20px;
    animation: animateline 2s linear both infinite;
}

@-moz-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@-webkit-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@-o-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}





/*************** FAQ *****************/

#faq .main_title h2 {
    color: #333;
}

#faq .sub-content {
    color: #333;
    font-family: cursive;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}

.faq {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #CCC;
}

.faq h4 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.faq p {
    line-height: 25px;
}




/**************** Enquiry *******************/

#enquiry {
    margin-bottom: 50px;
}

#enq-box {
    /* background: url('../images/cbg.jpg') no-repeat center center; */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    color: #000;
    margin: 50px 0px 0 !important;
    /* border: 10px solid #FFF; */
    background: #f8ce61;
    border-radius: 0px;
}

.enqbox {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.enq-overlay {
    /* background: rgba(0, 0, 0, 0.9); */
    padding: 20px 0;
}

#enq-box .form-group label,  .form-group label {
    font-weight: 600;
}

#enq-box .form-control {
    height: 40px;
    border-radius: 0;
    margin-bottom: 20px;
    border-color: transparent;
    color: #333;
    font-weight: 600;
}

#enq-box textarea.form-control {
    height: 205px;
}

#enq-box .btn.btn-primary {
    background: #222;
    border: 1px solid #333;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 3px;
}

#enq-box .btn:hover {
    background: #111;
    border: 1px solid #111;
    color: #FFF;
    padding: 10px 15px;
}

#enq-box .btn {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#enq-box h2 {
    /* color: #FFF; */
}



/*********** Most Frequent Question **********/

#mfq {
    background: #F9F9F9;
    padding: 20px 0px;
    border-top: 1px solid #CCC;
    font-family: 'Montserrat', sans-serif;
}

#mfq h5 {
    padding: 10px 0px 5px;
}

#mfq h5 a:hover {
    text-decoration: none;
    color: #F00;
}



/************* Page Content ****************/

.page-content {
    padding: 20px 0 50px;
}

.page-content .content p {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: justify;
    color: #000;
}

.page-content .content h3 {
    font-size: 20px;
    font-weight: 600;
}

.main_title h1 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    color: #333;
    margin-bottom: 12px;
}

/*.main_title h3 {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    color: #333;
    margin-bottom: 12px;
}

.builder_area .main_title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}*/


.section-divider {
    height: 8px;
    width: 170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    margin-bottom: 13px;
}

.section-divider:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    background-color: #ffb600;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.section-divider:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    background-color: #ffb600;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

.section-divider span {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #ffb600;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.section-divider span:before {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #ffb600;
    left: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
}

.section-divider span:after {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #ffb600;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
}


.cfsi {
    background: #fafafa;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 50px 0 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}


#faq {
    padding: 50px 15px;
}

.p-0 {
    padding: 0 !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.project {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
}

/*.project:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #fda729;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

.project img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project .text {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    padding: 2em;
    opacity: 0;
    z-index: 2;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project .text span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
}

.project .text h3 {
    color: #fff;
}

.project .text h3 a {
    color: #fff;
}

.project .icon {
    position: absolute;
    top: -50px;
    right: 2em;
    width: 50px;
    height: 50px;
    bordeR: 1px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 2;
}

.project .icon span {
    color: #fff;
    font-size: 20px;
}

.project:hover:after,
.project:focus:after {
    opacity: .8;
}

.project:hover .text,
.project:focus .text {
    opacity: 1;
    bottom: 0;
}

.project:hover .icon,
.project:focus .icon {
    top: 50px;
    opacity: 1;
}

.project:hover img,
.project:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}



#package {
    padding: 50px 0;
}



/************ Contact ***************/

.contact_info .info_item {
    position: relative;
    padding-left: 45px;
    padding-bottom: 10px;
}

.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #f8ce61;
    font-weight: 600;
}

.contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    color: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222222;
}

.contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px;
}

.contact_info .info_item h6 a {
    color: #222222;
}

.contact_info .info_item h6 a:hover {
    text-decoration: none;
}

.contact_form {
    margin-top: 10px;
    background: #f8ce61;
    padding: 30px 0px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #333;
    /* font-family: "Roboto", sans-serif; */
    border-radius: 0px;
    height: 45px;
    font-weight: 600;
}

.contact_form .form-group textarea.form-control {
    height: 225px;
}

.contact_form .submit_btn {
    width: auto;
    display: inline-block;
    background: #000;
    padding: 0px 50px;
    color: #f8ce61;
    /*font-family: "Roboto", sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 0px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    /*border: 1px solid #f8ce61;*/
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.submit_btn:hover {
    background: #333;
    color: #f8ce61 !important;
}

.contact_form .submit_btn {
    margin-top: 20px;
    cursor: pointer;
}



/**************** Road Construction ****************/

.brcivil
{
    background-color:#fff;
    padding: 40px;
    border-bottom: 2px solid #1E3684;

}

.quaring img
{
    float: left;
    width: 100px;
}

.quaring p
{
    font-size: 15px;
    color: #000;
    padding-top: 40px;
    padding-left: 110px;
    font-weight: bold;
    font-style: italic;
}

.tittle {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.tittle h3 {
    font: 400 24px "Oswald", sans-serif;
    color: #222222;
    padding-top: 20px;
    position: relative;
}

.tittle h3:after {
    content: "";
    position: absolute;
    background: #f8ce61;
    height: 4px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}


.thumb-img {    
    background: #fff;
    border: 2px solid #c1cef9;
    overflow: hidden;
    margin-bottom: 30px;
}

.thumb-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.thumb-img:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}



/*************** Online Quote **************/

#online-quote {
    padding: 30px 0px 0px;
}

.costprice {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #222222;
    margin-bottom: 15px;
}

.costprice span {
    font-size: 50px;
    color: #dfb548;
    font-weight: bold;
    /* -webkit-text-stroke: 1px #bd9735; */
    text-shadow: 1px 2px 2px #666;
}

.costprice span small {
    font-size: 30px;
    color: #F00;
    font-weight: 400;
    text-shadow: none;
}

.costprice strike {
    text-decoration: line-through;
}

.adddis h3 {
    color: #1a2b67;
    font-family: "Stylish", sans-serif;
}

.adddis h3 b {
    color: #d8b00a;
    font-size: 130%;
}

#online-quote h4 {
    line-height: 25px;
}

#online-quote table th, #online-quote table td {
    vertical-align: middle;
}

#online-quote table th {
    text-align: center;
}

#online-quote table td input {
    font-size: 11px;
}

#online-quote h5 {
    padding: 10px 0px 5px;
}

#online-quote h5 a:hover {
    text-decoration: none;
    color: #F00;
}

.mybox {
    border: 1px solid #CCC;
    padding: 10px;
}


.tabs-left {
    border-bottom: none !important;
    border-right: 1px solid #CCC !important;
}

.tabs-left>li {
    float: none !important;
    margin: 0px !important;
}

.tabs-left>li>a {
    padding: 8px 15px !important;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd !important;
    border-right-color: transparent !important;
    background: #f8ce61 !important;
    border: none !important;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 8px 15px !important;
}

.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}

.tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f8ce61;
    display: block;
    width: 0;
}

.tab-pane h3 {
    margin-top: 10px;
}

.panel-heading h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
}

a:hover {
    text-decoration: none !important;
}

.panel-group .panel {
    border-radius: 0px !important;
    margin-bottom: 20px !important;
}

.panel-heading {
    padding: 15px !important;
}


.pad0 {
    padding: 0px !important;
}

.padleft0 {
    padding-left: 0px !important;
}

.padright0 {
    padding-right: 0px !important;
}


.addons {
    border-bottom: 1px dashed #81a1ff;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.addons h4 {
    color: #1f3684;
}

.addons img {
    border: 1px solid #81a1ff;
    padding: 2px;
    width: 100%;
    height: 170px;
}

.addons p {
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}


#online-quote .panel-primary {
    border-color: #f8ce61;
    background: #fff8e5;
}




/************** Footer ****************/

footer {
    background: #1E2022;
    padding: 50px 0px 30px;
    color: rgba(255, 255, 255, 0.6) !important;
}

footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}


.fabt {
    text-align: justify;
}


footer p {
    font-weight: 300;
    line-height: 25px;
}

.copyright {
    font-size: 13px;
    font-weight: 300;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #3c3c3c;
}

.footer-links {
    padding: 0;
    margin: 0;
}

.footer-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
    letter-spacing: 1px;
}

.qlinks li {
    width: 50%;
    float: left;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.footer-links li a i {
    padding-right: 10px;
    color: #f8ce61;
}

.footer-links li a:hover {
    color: #f8ce61;
    text-decoration: none;
}

.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #f8ce61;
    padding-left: 10px;
    padding-right: 10px;
}

.social-icons li a:hover {
    text-decoration: none;
}

.social-icons li a i {
    font-size: 20px;
    border: 1px solid;
    border-radius: 50%;
    padding-left: 11px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.social-icons li a:first-child {
    padding-left: 0;
}



/*********** Gototop ************/

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: #f8ce61;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}



.dview {
    display: block;
}

.mview {
    display: none;
}


#rcb {
    position:fixed;
    left:0;
    top:40%;
    z-index:9;
}

#rcb img {
    width: 120px;
}

.centered-modal.in {
    display: flex !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}


#rcb-form .form-control, #pkg-form .form-control {
    border-radius: 0px;
    color: #000;
    border: 1px solid #CCC;
    height: 40px;
}

#rcb-form .btn.btn-primary, #pkg-form .btn.btn-primary {
    padding: 8px 25px !important;
    border-radius: 0px !important;
    background-color: #f8ce61;
    border-color: #e5b800;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

#rcb-form .btn.btn-primary:hover, #pkg-form .btn.btn-primary:hover {
    background-color: #333;
    border-color: #000;
    color: #f8ce61;
}

#reqcb .modal-body {
    background: url('https://media.gowallpaper.co.uk/media/catalog/product/h/o/holden_decor_siena_plain_texture_white_wallpaper_-_35183.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}



.wrapper {
    font-size: 9px;
}

.mr10 {
    margin-right: 10px;
}


.gallery {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.gallery:hover {
    border: 1px solid #777;
}

.gallery img {
    width: 100%;
    height: auto;
}

.desc {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #CCC
}





@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after, #dprocess .demo-card:nth-child(odd) .head::after, #dprocess .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before, #dprocess .demo-card:nth-child(odd) .head::before, #dprocess .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 8;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 9;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 10;
}

.demo-card:nth-child(7) {
  order: 4;
}

.demo-card:nth-child(8) {
  order: 11;
}

.demo-card:nth-child(9) {
  order: 5;
}

.demo-card:nth-child(10) {
  order: 12;
}

.demo-card:nth-child(11) {
  order: 6;
}

.demo-card:nth-child(12) {
  order: 13;
}

.demo-card:nth-child(13) {
  order: 7;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
body {
  font-family: Roboto;
}

#timeline, #dprocess {
  padding: 50px 0;
  /*background: #f7f7f7;*/
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h2, #dprocess h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader, #dprocess p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper, #dprocess .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 3400px;
    margin: 0 auto;
  }

  #dprocess .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 2000px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after, #dprocess .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after, #dprocess .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card, #dprocess .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card, #dprocess .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card, #dprocess .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card, #dprocess .demo-card {
    max-width: 450px;
    /*height: 400px;*/
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd), #dprocess .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after, #dprocess .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before, #dprocess .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even), #dprocess .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after, #dprocess .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before, #dprocess .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2), #dprocess .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head, #dprocess .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 400;
}
#timeline .demo-card .head .number-box, #dprocess .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: #333;
  color: #f8ce61;
}
#timeline .demo-card .head h2, #dprocess .demo-card .head h2 {
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: inherit;
  margin: 0;
  line-height: 1rem;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2, #dprocess .demo-card .head h2 {
    font-size: 165%;
    line-height: 25px;
  }
}
#timeline .demo-card .head h2 span, #dprocess .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span, #dprocess .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body, #dprocess .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body, #dprocess .demo-card .body {
    height: 310px;
  }
}
#timeline .demo-card .body p, #dprocess .demo-card .body p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: justify;
}
#timeline .demo-card .body img, #dprocess .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #f8ce61;
}
#timeline .demo-card--step1 .head::after {
  border-color: #f8ce61;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #f8ce61;
}
#timeline .demo-card--step4 .head::after {
  border-color: #f8ce61;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step6 {
  background-color: #ff5722;
}
#timeline .demo-card--step6 .head::after {
  border-color: #ff5722;
}
#timeline .demo-card--step7 {
  background-color: #3f51b5;
}
#timeline .demo-card--step7 .head::after {
  border-color: #3f51b5;
}
#timeline .demo-card--step8 {
  background-color: #8bc34a;
}
#timeline .demo-card--step8 .head::after {
  border-color: #8bc34a;
}
#timeline .demo-card--step9 {
  background-color: #607d8b;
}
#timeline .demo-card--step9 .head::after {
  border-color: #607d8b;
}
#timeline .demo-card--step10 {
  background-color: #ff9800;
}
#timeline .demo-card--step10 .head::after {
  border-color: #ff9800;
}
#timeline .demo-card--step11 {
  background-color: #4caf50;
}
#timeline .demo-card--step11 .head::after {
  border-color: #4caf50;
}

#dprocess .demo-card--step1 {
  background-color: #f8ce61;
}
#dprocess .demo-card--step1 .head::after {
  border-color: #f8ce61;
}


.wwa-block {
    margin: 25px 0;
    padding: 0;
}

.wwa-block .col-md-2 {
    margin-bottom: 20px;
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}


.clist {
    margin-bottom: 30px;
}

.clist li {
    list-style: square;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.panel-body h5 {
    font-weight: bold;
    line-height: 25px;
}


.emptylist {
    margin-bottom: 20px;
}

.emptylist li {
    list-style: none;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px !important;
}


.grey-bg {
    background: #f4f2f2;
    padding: 50px 0px;
    border-bottom: 1px solid #CCC;
}

.mybtn {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    padding: 16px;
    color: #FFF;
    font-weight: 300;
    border-radius: 3px;
}

.mybtn:hover {
    background: #e0b607;
    text-decoration: none;
    color: #FFF;
}

.greybg.active {
    background: #f8ce61 !important;
    color: #333;
}

.greybg {
    background: #777777;
}

.gbg-fixed {
    position: fixed;
    top: 84px;
    width: 100%;
    padding: 25px 0px !important;
    z-index: 99;
    background: rgba(244, 242, 242, 0.95);
}

.gbg-fixed .mybtn {
    font-size: 16px !important;
    padding: 10px !important;
}



#designs {
    padding: 20px 0px 50px;
}

#completed, #ongoing {
    padding: 50px 0px 20px;
}


.carousel-control.left {
    background: none !important;
}
.carousel-control.right {
    background: none !important;
}


.myimg {
    width: auto;
    height: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 30px;
}


.myimg img {
    width: 100%;
    height: 250px;
    border: 5px solid #F7F7F7;
    box-shadow: 2px 2px 5px #ccc;
    margin-bottom: 30px;
    object-fit: cover;
}


.mytitle {
    background: url('https://images.wallpaperscraft.com/image/polygonal_triangles_shades_130190_1280x720.jpg') center top;
    padding: 5px 0px 15px;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    border-top: 1px solid #caa307;
    border-bottom: 1px solid #caa307;
    -webkit-text-stroke: 2px #333;
}


.interested {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 30px 0px 15px;
    color: #333;
    font-size: 50px;
}

.ec {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
}


.modal-header {
    background: #00549c;
    color: #FFF;
}

.modal-header .close {
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 2px 5px 0px 6px;
    font-size: 24px;
    background: #FFF;
}

.btn {
    outline: none !important;
}




.header-loginbox {
    display: none;
    width: 280px;
    padding: 32px 20px;
    background: #ffffff;
    border: 1px solid #CCC;
    box-shadow: 0px 2px 4px #8c8c8c;
    position: absolute;
    top: 43px;
    right: 0px;
    z-index: 999;
}

.header-loginbox:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    right: 25px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffffff;
}

.header-loginbox .form-control {
    border-radius: 0px;
    height: 40px;
}

.header-loginbox .btn {
    padding: 8px 12px;
}

.mobile-login {
    display: none !important;
}


.odp {
    height: 2000px;
}


.md img {
    width: 100%;
}

.mdcontent h4 {
    font-family: 'Colfax', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #1b1b20;
}

.mdcontent h5 {
    font-family: 'Colfax', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1b1b20;
    margin-bottom: 25px;
}

.mdcontent p {
    font-family: 'Colfax', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    /*text-align: justify;*/
}

.mdcontent img {
    /*height: 150px;*/
    border: 1px solid #CCC;
    padding: 2px;
    margin-bottom: 20px;
}

.mdimg {
    border: 1px solid #CCC;
    padding: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    margin: 10px 0px;
}


.hmtitle {
    font-size: 36px !important;
    letter-spacing: 1px;
}

.govt-title {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 30px;
    margin: 20px 0px 50px;
}




.about-page h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #333;
}

.about-page .abt-content {
    font-family: 'Montserrat',sans-serif;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.about-page .abt-content p {
    margin-bottom: 20px;
}

.about-page h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #333;
}

.about-page h2 span {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #005fab;
}

.company {    
    background: #FFF;
    border-color: #fd0 !important;
    /*border-top: 5px solid #F5BF23;*/
    /*padding: 20px 0px 10px;*/
    margin-bottom: 30px;
    font-family: 'Ropa Sans', sans-serif;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.company h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

/*.company div {
    margin-bottom: 10px;
}

.company img {
    margin-top: 40px;
}*/

.company .panel-heading {
    color: #000 !important;
    background-color: #ffdd00 !important;
    border-color: #ffdd00 !important;
    width: 65%;
    padding: 3px 25px 1px !important;
}

.company a {
    color: #000;
}

.company .mtm40 {
    margin-top: -40px;
}

.company .mtm60 {
    margin-top: -60px;
}

.company .ml25 {
    margin-left: 25px;
}



.lc-hia {
    background: url(../images/cbg.webp) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    margin: 50px 0px 0 !important;
    /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8); */
    /*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .8);*/
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .8); */
    border-bottom: 5px solid #f8ce61;
}

.lc-hia-overlay {
    background: rgba(0, 0, 0, 0.9); 
    padding: 50px 0;
}

.lc-hia h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 60px;
    font-weight: 200;
    color: #f8ce61;
}

.lc-hia h3 span {
    font-size: 40px;
    font-weight: 900;
}




.progress 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100% !important;
    z-index: 99999;
    background-color: #FFF !important;
    text-align: center;
}

.bar 
{ 
    background-color: #f8ce61;
    width: 0%;
    height: 5px;
    border-radius: 3px;
}

.percent 
{
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.loading {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    margin: 50px 0 0 100px;
    color: #f8ce61;
    font-weight: 400;
}

.wait {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    margin: 10px 0 0 100px;
    color: #000;
    font-weight: 400;
}

.progress i {
    margin: 100px 0 0 100px;
    font-size: 70px;
    color: #f8ce61;
}


.black {
    color: #333 !important;
}


.companybg {
    background-image: url('../images/bg-4.png');
    background-color: #F7F7F7;
    padding: 50px 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}


.amz-team {
    /*background: #f8ce61;*/
    padding: 100px 0px 50px;
}

.amz-team .heading {
    margin-bottom: 30px;
    color: #202020;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 85px;
}

.amz-team img {
    border-radius: 5px;
}

.amz-team .owl-nav {
    top: 45%;
    margin-top: 0px;
}

.amz-team .owl-prev {
    margin-left: -40px;
}

.amz-team .owl-next {
    margin-top: -30px;
    margin-right: -40px;
}

.amz-team .fa {
    background-color: #202020;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: .5s ease;
    font-size: 25px;
    text-align: center;
    padding: 5px 5px;
    top: 40%;
}

.amz-team .btn-primary {
    background: #f8ce61;
    border: 1px solid #111;
    color: #333;
    padding: 7px 20px;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.amz-team .btn-primary:hover {
    background: #111;
    border: 1px solid #333;
}


.portfolio-sec {
    margin-bottom: 30px;
    padding-top: 100px;
}

.portfolio-sec .heading {
    color: #202020;
    margin-bottom: 0;
    font-size: 50px;
    font-family: Oswald, sans-serif;
    font-weight: 700;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #fed51b;
    background: transparent;
    border-bottom: solid 3px #fed51b;
}

.portfolio-sec .container {
    max-width: 1140px;
}
.portfolio-sec .heading{
    color: #202020;
    margin-bottom: 0;
    font-size: 50px;
}
.portfolio-sec .cbp-wrapper-outer {
    overflow: visible;
}
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus{
    color: #fff;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #202020;
    font-family: 'Roboto', sans-serif;
    margin-right: 15px;
    border-bottom: solid 2px transparent ;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #fed51b;
    background: transparent;
    border-bottom: solid 3px #fed51b;

}
.portfolio-sec .cbp-l-filters-button .cbp-filter-item,
.portfolio-sec .cbp-item.even{
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}
.portfolio-sec .cbp-item.even {
    margin-top: -190px;
}
.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(254, 213, 27, 0.9);

}
.portfolio-sec .cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}
.portfolio-sec .portfolio-detail-text {
    color: #FFFFFF;
    font-style: italic;
}
.portfolio-sec .portfolio-hover-effect .hover-text{
    padding-left: 3%;
    padding-bottom: 2%;
}
.portfolio-sec .portfolio-hover-effect .portfolio-inner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span{
    background-color: #FFFFFF;
    height: 3px;
    width: 70px;
    display: block;
}
.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2){
    transform: rotate(90deg);
}
.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}
.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}
.portfolio-sec #js-loadMore-lightbox-gallery {
    margin-top: 45px;
}
.portfolio-sec #js-loadMore-lightbox-gallery.active {
    margin-top: -150px;
    position: relative;
    /*z-index: -1 !important;*/
}
.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}
.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%;
}
.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data{
    z-index: -1 !important;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%;
}

.portfolio-sec .portfolio-foot-detail{
    padding-bottom: 3%;
}
.portfolio-sec .portfolio-foot-detail .p-text{
    color: #202020;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
    opacity: 0.7;
}
.portfolio-sec .portfolio-foot-detail .p-text:last-child{
    margin-bottom: 0;
}
.portfolio-sec .portfolio-foot-detail .p-num{
    color: #202020;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 0px;
}

.text-lg-left {
    text-align: left!important;
}

.text-yellow {
    color: #fed51b !important;
}

.black-btn {
    border: solid 1px #202020;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 35px;
    background-color: #202020;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0.5em;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50rem!important;
    margin-top: 20px;
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display:inline-block;
    font-size: 17px;
    border:2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform:capitalize;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.black-btn:hover{
    background: #fed51b;
    border:solid 2px #fed51b;
    color: #FFFFFF;
}

.black-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fed51b;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.anim-btn span:nth-child(1), .black-btn span:nth-child(1), .yellow-btn span:nth-child(1), .white-trans-btn:hover span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}


.ot-heading {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
}

.ot-heading.is-dots:before {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 66px;
    height: 2px;
    border-bottom: 2px dotted #1a1a1a;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ot-heading>span {
    font-size: 14px;
    font-weight: 600;
    color: #9f9e9e;
    display: inline-block;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.ot-heading h2 {
    margin: 0;
    line-height: 48px;
}

.mt0 {
    margin-top: 0px !important;
}

.anim-btn {
    border: 1px solid #202020;
    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    color: #202020;
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    transition: .8s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50rem!important;
    /*margin-top: 20px;*/
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display:inline-block;
    font-size: 17px;
    letter-spacing: .5px;
    line-height: inherit;
    outline: none;
    text-transform:capitalize;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
.anim-btn:hover{
    border:solid 1px #202020;
}
.anim-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #202020;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.anim-btn:hover {
    color: #ffffff;
}

.anim-btn:hover span ,.black-btn:hover span,.yellow-btn:hover span,.white-trans-btn:hover span{
    transform: translateY(0) scale(3.12);
}

.anim-btn span:nth-child(1) ,.black-btn span:nth-child(1) ,.yellow-btn span:nth-child(1),.white-trans-btn:hover span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.anim-btn span:nth-child(2)  ,.black-btn span:nth-child(2) ,.yellow-btn span:nth-child(2),.white-trans-btn:hover span:nth-child(2){
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.anim-btn span:nth-child(3) ,.black-btn span:nth-child(3),.yellow-btn span:nth-child(3),.white-trans-btn:hover span:nth-child(3){
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.anim-btn span:nth-child(4) ,.black-btn span:nth-child(4) ,.yellow-btn span:nth-child(4),.white-trans-btn:hover span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}
.anim-btn span:nth-child(5) ,.black-btn span:nth-child(5) ,.yellow-btn span:nth-child(5),.white-trans-btn:hover span:nth-child(5){
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}


.jvtitle {
    text-align: center;
    margin-bottom: 50px;
}

.jvtitle h2, .jvtitle h3 {
    color: #1f3684;
}


.whyjv {
    margin: 30px 0px 0px;
    border: 1px solid #CCC;
    padding: 20px;
    box-shadow: 1px 1px 5px #CCC;
}

.whyjv .icon {
    text-align: center;
}

.whyjv .icon i {    
    font-size: 60px;
}

.whyjv h4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
}




/*** 

====================================================================
    Parallax Style One
====================================================================

***/

.parallax-style-one {
    position:relative;
    padding:100px 0px;
    background-color:#111111;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
    color:#ffffff;
    text-align:center;
    z-index:1;
}

.parallax-style-one:before {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.90);    
}

.parallax-style-one .container {
    position:relative;
    z-index:1;  
}

.parallax-style-one h2 {
    color:#ffffff;
    font-size: 42px;
    letter-spacing: 2px;
    text-transform:uppercase;
    font-weight:700;
    font-family:'Poppins',sans-serif;
    line-height: 1.6em;
    margin-bottom: 40px;
}

.parallax-style-one h3 {
    text-transform:uppercase;
    font-family:'Poppins',sans-serif;
    font-weight:300;
    letter-spacing: 1px;
}



/********** Commercial Services ***********/

.service-post .txt-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.service-post {
    overflow: hidden;
}

.service-post.align-left .post-info {
    margin: 103px -184px 0 95px;
    padding: 0 0 38px 42px;
}

.service-post.align-left .post-info .line,
.service-post.align-left .post-info .line2 {
    right: auto;
    left: 0;
}

.service-post.align-left h3 {
    color: #323031;
}

.service-post.align-left h3.white {
    color: #fff;
}

.service-post.align-left .service-label {
    margin: -63px 0 0 -68px;
    background: #323031;
    color: #fff;
}

.service-post .img-holder {
    width: 57.2%;
    float: left;
}

.service-post .post-info {
    width: 50.4%;
    float: left;
    margin: 103px 0 0 -184px;
    padding: 0 42px 38px 0;
    position: relative;
}

.service-post .post-info .line {
    width: 1px;
    height: 142px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-post .post-info .line2 {
    width: 220px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-post .txt-wrap {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #a5a5a5;
    padding: 38px 50px 48px 40px;
}

.service-post .txt-wrap p {
    margin: 0;
}

.service-post .service-label {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #323031;
    background: #ffc857;
    min-width: 136px;
    padding: 10px 10px 11px;
    float: right;
    margin: -59px -80px 0 0;
}

.service-post h3 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
}

.service-post h3 span {
    display: block;
    font-weight: 300;
}

.bg-dark {
    background-color: #111111;
}

.bg-yellow {
    background-color: #f8ce61;
}

.service-post .bg-yellow.txt-wrap {
    color: #000;
}

.mar-b-md {
    margin-bottom: 70px;
}


.sec-title h1 {
    font-family: 'Roboto', sans-serif;
    color: #252525;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}


.sectors .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.sectors .panel-default > .panel-heading {
    padding: 0 !important;
    background: #f2ede9;
}

.sectors .panel-heading {
    border-radius: 0;
}

.sectors .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 400;
    text-transform: capitalize;
}

.sectors .panel-default > .panel-heading a.collapsed {
    background-position: right top;
}
.sectors .panel-default > .panel-heading a {
    padding: 13px 60px 14px 28px;
    color: #26211d;
    position: relative;
}
.sectors .panel-title > a {
    display: block;
}

.sectors .collape-plus {
    background: #f8ce61;
    color: #333;
}
.sectors .collape-plus {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 100%;
    text-align: center;
}
.sectors .collape-plus:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.sectors .panel-title a[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
    font-family: 'FontAwesome';
}
.sectors .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0 48px 0 18px;
    background: #f2ede9;
}


.fitsc-heading {
    color: #333;
    line-height: 14px;
    font-size: 30px;
    display: block;
    margin: 50px 0px !important;
    border-left: 5px solid #e16831;
    text-transform: uppercase;
    background: url('http://www.webstrot.com/html/tm/builder/images/stripe-line.png') repeat-x left center;
}

.fitsc-heading span {
    display: inline-block;
    padding: 0 10px;
    background-color: #ffffff;
}

.fitsc-heading.fitsc-align-right {
    text-align: right;
    float: none;
    border-left-width: 0;
    border-right: 5px solid #e16831;
}

.fitsc-heading.fitsc-align-center {
    text-align: center;
    border-left-width: 0;
}

.fitsc-heading.fitsc-font-light {
    font-weight: 300;
}

.fitsc-heading.fitsc-font-normal {
    font-weight: 400;
}

.fitsc-heading.fitsc-font-medium {
    font-weight: 500;
}

.fitsc-heading.fitsc-font-bold {
    font-weight: 700;
}

.fitsc-heading.fitsc-heading-none {
    line-height: 1.2;
    margin-bottom: 14px;
    border-left-width: 0;
    background-image: none;
}

.fitsc-heading.fitsc-heading-none span {
    padding: 0;
    background-color: transparent;
}

.fitsc-heading.fitsc-heading-underline {
    line-height: 1;
    margin-bottom: 15px;
    border-left-width: 0;
    background-image: none;
}

.fitsc-heading.fitsc-heading-underline span {
    position: relative;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent;
}

.fitsc-heading.fitsc-heading-underline span:after {
    content: "";
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #f8ce61;
}

.fitsc-heading.fitsc-heading-underline.fitsc-align-right {
    border-right-width: 0;
}

.fitsc-heading.fitsc-heading-underline.fitsc-align-right span:after {
    right: 0;
    left: auto;
}

.fitsc-heading.fitsc-heading-underline.fitsc-align-center span:after {
    left: 50%;
    margin-left: -50px;
}


.bottom-section {
    background: #f8ce61;
    padding: 30px 0px 20px;
    margin-top: 30px;
}

.bottom-section .contact_block-text strong {
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
}

.bottom-section .contact_block-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.text-wrapper {
    font-size: 32px;
    padding: 100px;
    color: #000;
}

.bg-dark .text-wrapper {
    color: #FFF;
    text-align: right;
}


.lifeatdeejos .main_title h3 {
    font-weight: 400;
    letter-spacing: .09em;
    line-height: 110%;
    font-family: Brown,Bukra,Arial,sans-serif;
    text-transform: uppercase;
    font-size: calc(37px + 30*(100vw - 480px)/960);
}

.lcontent {
    font-family: Brown,Bukra,Arial,sans-serif;
    font-size: calc(16px + 5*(100vw - 480px)/960);
    font-weight: 100;
    line-height: 148%;
    letter-spacing: 0;
}

.main_title h3.fvtitle {
    font-weight: 400;
    letter-spacing: .09em;
    line-height: 110%;
    font-family: Brown,Bukra,Arial,sans-serif;
    text-transform: uppercase;
    font-size: calc(28px + 9*(100vw - 480px)/960);
}





/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    /*height: calc(100vh - 88px);*/    
    min-height: 530px;
}
.fade-carousel .carousel-inner .item {
    /*height: calc(100vh - 88px);*/
    min-height: 530px;
}
.fade-carousel .carousel-indicators > li {
    width: 30px;
    height: 5px;
    border-radius: 0;
    margin: 0 2px;
    background-color: #FFF;
    border-color: #FFF;
}
.fade-carousel .carousel-indicators > li.active {
    opacity: 1;
    background-color: #f8ce61;
    border-color: #f8ce61;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.soverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .6;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    /*height: calc(100vh - 88px);*/
    min-height: 530px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../images/banner1.webp'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('../images/banner2.webp');
}
.fade-carousel .slides .slide-3 {
  background-image: url('../images/banner3.webp');
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}




#whatsapp {
    position: fixed;
    right: 2px;
    bottom: 35%;
    z-index: 9999;
}

#whatsapp img {
    width: 50px;
    height: 50px;
}





.our-projects .inner-box {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    margin-left: -1px;
    margin-right: -1px;
    margin: 20px 0px;
}

.our-projects .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
}

.our-projects:hover {
    z-index:5;
    -webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
    -ms-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
    -o-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
    -moz-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
    box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
}   

.our-projects:hover .inner-box{
    border-color:#e0e0e0;   
}

.our-projects .image-box {
    position:relative;
    display:block;
    width:100%;
    height:auto;
}

.our-projects .caption-layer{
    /*position:absolute;
    left:0px;
    bottom:-42px;*/
    width:100%;
    height:auto;
    background:#ffffff;
    border:1px solid #e0e0e0;
    border-bottom:none;
    border-top:5px solid #fdc236;
    padding-bottom:1px;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
}

.our-projects:hover .caption-layer{
    bottom:0px; 
}

.our-projects .caption-layer .upper {
    position: relative;
    padding: 0px 10px 15px;
    /* text-align: center; */
}

.our-projects .caption-layer h3{
    font-size:16px;
    font-weight:700;
    color:#202e31;
    text-transform:uppercase;
    margin-bottom:0px;  
}

.our-projects .caption-layer h3 a{
    color:#202e31;  
}

.our-projects .caption-layer .category{
    font-size:12px;
    color:#b2b2b2;
    text-transform:uppercase;
}

.our-projects .caption-layer .category a{
    color:#b2b2b2;  
}

.our-projects .caption-layer .options{
    position:relative;
    display:block;
    width:100%;
    height:auto;
    border-right:none;
    vertical-align:middle;
    margin: 0px;
    padding: 0px;
}

.our-projects .caption-layer .options li{
    position:relative;
    float:left;
    font-size:12px;
    line-height:24px;
    padding:6px 5px 6px 12px;
    color:#a6a6a6;
    text-transform:uppercase;
    vertical-align:middle;
    width:50% !important;
    border:1px solid #e0e0e0;
    border-left:none;
    border-bottom:none;
    list-style: none;
}

.our-projects .caption-layer .options li a{
    color:#202e31;
}

.our-projects .caption-layer .options li .icon{
    position:relative;
    top:1px;
    font-size:20px;
    padding-right:10px;
    color:#202e31;
    line-height:24px;   
}

.our-projects .overlay-link {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    color:#ffffff;
    text-align:center;
    background-color:rgba(32, 46, 49, 0.5);
    opacity:0;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
    -moz-transform:scaleY(0);
    transform:scaleY(0);
}

.inner-box:hover .overlay-link{
    -webkit-transform:scaleY(1);
    -ms-transform:scaleY(1);
    -o-transform:scaleY(1);
    -moz-transform:scaleY(1);
    transform:scaleY(1);
    opacity:1;
}

.our-projects .overlay-link .icon{
    position:absolute;
    left:0px;
    top:50%;
    width:100%;
    height:50px;
    font-size:30px;
    line-height:50px;
    margin-top:-25px;
    text-align:center;  
}


.single-project .upper-box{
    position:relative;
    overflow:hidden;
    margin-bottom:30px; 
}

.single-project .main-image{
    position:relative;
    margin-right:350px; 
}

.single-project .main-image img{
     display:block;
     width:100%;    
}

.single-project .info-box{
    position:absolute;
    right:0px;
    top:0px;
    width:100%;
    height:100%;
    max-width:350px;
    padding:50px 40px 20px;
    color:#ffffff;
    background:#202e31; 
}

.single-project .info-box:before{
    content:'';
    position:absolute;
    left:-35px;
    top:0px;
    width:80px;
    height:100%;
    background:#202e31;
    -webkit-transform:skewX(-10deg);
    -ms-transform:skewX(-10deg);
    -o-transform:skewX(-10deg);
    -moz-transform:skewX(-10deg);
    transform:skewX(-10deg);
    z-index:1;      
}

.single-project .info-box .white-bar{
    position:absolute;
    left:-40px;
    top:0px;
    width:20px;
    height:100%;
    background:#ffffff;
    -webkit-transform:skewX(-10deg);
    -ms-transform:skewX(-10deg);
    -o-transform:skewX(-10deg);
    -moz-transform:skewX(-10deg);
    transform:skewX(-10deg);
    z-index:4;      
}

.single-project .info-box:after{
    content:'';
    position:absolute;
    right:0px;
    bottom:0px;
    width:400px;
    height:40px;
    background:#202e31 url(../images/background/bg-ruler.png) right bottom repeat-x;
    z-index:2;
}

.single-project .info-box h4{
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:20px;
    color:#fdc236;
    font-weight:500;
    z-index:5;
    position: relative;     
}

.single-project .info-box ul{
    position:relative;
    z-index:5;
    margin: 0px;
    padding: 0px;
}

.single-project .info-box ul li{
    margin-bottom:10px;
    line-height:24px;
    color:#9fb0b4;
    font-size:14px;
    list-style: none;
}

.single-project .info-box ul li strong{
    display:block;
    float:left;
    width:40%;
    font-size:14px;
    text-transform:uppercase;
    color:#ffffff;
    font-weight:500;
    font-family:'Poppins',sans-serif;   
}

.single-project .info-box ul li .data{
    display:block;
    float:left;
    width:60%;  
}

.single-project .lower-box{
    position:relative;
}

.single-project .lower-box .related-thumbs{
    position:relative;  
}

.single-project .lower-box .related-thumbs .thumb{
    float:left;
    margin-right:15px;
    margin-bottom:20px;
}

.single-project .lower-box .related-thumbs .thumb img{
    display:block;
    max-width:100%; 
}

.single-project .text-column h3{
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
    color:#202e31;  
}

.single-project .text-column p{
    margin-bottom:20px; 
}


.single-project .main_title h1 {
    font-family: 'Rancho', cursive;
}

.single-project .main_title h3 {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #202e31;
    margin-bottom: 5px !important;
    text-transform: uppercase;
    -webkit-text-shadow: 5px 5px 1px #f5f5f5;
    -ms-text-shadow: 5px 5px 1px #f5f5f5;
    -o-text-shadow: 5px 5px 1px #f5f5f5;
    -moz-text-shadow: 5px 5px 1px #f5f5f5;
    text-shadow: 5px 5px 1px #f5f5f5;
}


.single-project .myimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ecroffice {
    width: 100%;
    height: 550px;
    border: 0px;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}



.team {
    display: flex;
    align-items: center;
    margin: 20px 0px 50px;
}

.team img {
    max-height: 600px;
}

.team_name h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.team_name h5 {
    font-size: 18px;
    font-weight: normal;
}

.team2 {
    text-align: center;
    margin: 20px 0px 50px;
}

.team_name p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}





.cities {
    /*border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;*/
    padding-top: 20px;
}

.cities .col-md-2 {
    width: 20%;
}

.city_img {
    /*text-align: center;*/
    margin-bottom: 50px;
}

.city_img a {
    display: block;
    background: #fffdf6;
    border: 1px solid #ddb652;
    border-radius: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.city_img img {
    /*height: 150px;*/
}

.cityname {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.city_img a:hover {
    background: #f8ce61;
    border: 1px solid #ddb652;
}

.city_img a:hover .cityname {
    letter-spacing: 1px;
    color: #000;
}


#citypopup .city_img img {
    height: 100px;
}

.location {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
}




.more-less {
    float: right;
    color: #212121;
}

.panel-body .contact_form {
    padding: 0px;
}


.keywordtags {
    margin: 0px;
    padding: 0px;
}

.keywordtags li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px 20px;
    border: 1px solid #ebebeb;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
}

.keywordtags li a {
    color: #111;
}

.keywordtags li:hover {
    background: #F7F7F7;
}



.pkgtbox {
    border: 1px solid #EEE;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 5px #CCC;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}


.main_title h3.qmt {
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}


.matboxpanel {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    -moz-box-shadow: 0 0 5px #CCC;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}


.matboxpanel .tab-pane {
    /*height: 470px;
    overflow-y: scroll;*/
    padding-right: 10px;
}

.matboxpanel .tab-pane::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    border-radius: 5px;
    background-color: #FFF;
}

.matboxpanel .tab-pane::-webkit-scrollbar
{
    width: 5px;
    background-color: #FFF;
}

.matboxpanel .tab-pane::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFCD00;
}

.modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lbox {
    padding: 0px;
    -moz-box-shadow: 0 0 5px #CCC;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.lbox h3 {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    margin: 0px 0px 15px;
    background: #f8ce61;
    padding: 10px;
}

.lbox .pad15 {
    padding: 5px 25px 10px;
}

.rbox {
    padding: 0px 50px;
    margin-top: -20px;
}

.rbox h4 {
    font-size: 50px;
    color: #000;
    font-weight: 900;
    letter-spacing: 2px;
    display: flex;
}

.rbox h4 span {
    font-size: 12px;
    color: #000;
    padding-top: 10px;
    transform: rotate(-90deg);
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
}

.rbox h3 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 45px;
    border-left: 5px solid #f8ce61;
    padding-left: 20px;
    margin: 60px 0px 40px;
}

.rbox h3 span {
    display: block;
}

.rbox h3 span b.color {
    color: #f8ce61;
    -webkit-text-stroke: 1px #bd9735;
}

.rbox h5 {
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 992px) {
    .modal-lg.mb {
        width: 800px;
    }
}



.intl-tel-input {
    width: 100%;
}


.newbtn {
    background-color: #f8ce61;
    border-radius: 24px;
    color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .75px;
    line-height: 24px;
    padding: 12px 48px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
}

.newbtn:hover {
    background-color: #e5bc52;
    color: #000;
    text-decoration: none;
}


.office-section {
    padding-top: 30px;
}


.office-section img{
    border: 1px solid #CCC;
    margin-bottom: 20px;
    padding: 3px;
}

.office-section .ot-heading h2 {
    margin: 0;
    line-height: 48px;
    color: #f8ce61;
    -webkit-text-stroke: 1px #e5b843;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: 'Titillium Web';
}



.offeropt {
    position: absolute;
    top: 50px;
    right: 0;
}

.offeropt img {
    width: 200px;
}


.offer_left {
    position: absolute;
    top: 50px;
    left: 0;
}

.offer_left img {
    width: 250px;
}

.offer_right {
    position: absolute;
    top: 150px;
    left: 10px;
}

.offer_right img {
    width: 150px;
}

.countdown {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    border: 5px solid #f8ce61;
    border-radius: 10px;
    padding: 10px;
}

.countdown h5 {
    font-weight: bold;
    color: #F00;
    margin-bottom: 0px;
    font-size: 20px;
    padding-bottom: 0px;
}

.countdown h3 {
    font-weight: 900;
}

.countdown h4 {
    font-weight: bold;
}



.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    z-index: 1;
}

.single-icon i {
    font-size: 50px;
    line-height: 75px;
    color: #f8ce61;
}

.single-icon h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-icon h5 {
    font-size: 16px;
    font-weight: bold;
}

.single-icon p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
}





.apply_intern {
    background-color: #f8ce61;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #edc55c;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 50px;
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
}
.apply_intern:hover {
    color: #333;
    /*letter-spacing: 0.5px;*/
}

@-webkit-keyframes glowing {
    0% { background-color: #edc55c; -webkit-box-shadow: 0 0 1px #edc55c; }
    50% { background-color: #f8ce61; -webkit-box-shadow: 0 0 10px #f8ce61; }
    100% { background-color: #edc55c; -webkit-box-shadow: 0 0 1px #edc55c; }
}

@-moz-keyframes glowing {
    0% { background-color: #edc55c; -moz-box-shadow: 0 0 1px #edc55c; }
    50% { background-color: #f8ce61; -moz-box-shadow: 0 0 10px #f8ce61; }
    100% { background-color: #edc55c; -moz-box-shadow: 0 0 1px #edc55c; }
}

@-o-keyframes glowing {
    0% { background-color: #edc55c; box-shadow: 0 0 1px #edc55c; }
    50% { background-color: #f8ce61; box-shadow: 0 0 10px #f8ce61; }
    100% { background-color: #edc55c; box-shadow: 0 0 1px #edc55c; }
}

@keyframes glowing {
    0% { background-color: #edc55c; box-shadow: 0 0 1px #edc55c; }
    50% { background-color: #f8ce61; box-shadow: 0 0 10px #f8ce61; }
    100% { background-color: #edc55c; box-shadow: 0 0 1px #edc55c; }
}






.djinfo {
    background: #f4f2f2;
    padding: 30px 0 20px;
    text-align: center;
}


.vacenter {
    display: flex;
    align-items: center;
}


.contsec {
    padding: 50px 0px;
}

.contsec h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 41px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.contsec h3 .thin {
    font-weight: 100;
}

.contsec h3 .thick {
    font-weight: 700;
    letter-spacing: 0px;
}

.contsec h4 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}



.app {
    padding: 50px 0px;
}

.app h3 {
    font-family: 'Sen', sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.app h3 .thin {
    font-family: 'Fashion Fetish', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.app h3 .thick {
    font-weight: 900;
    letter-spacing: 0px;
}


.redtext {
    color: #F00;
}


.lc-hia p {
    font-size: 16px;
    letter-spacing: 1px;
}


.owl-carousel .owl-item img {
    border: 1px solid #f8ce61;
    padding: 3px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 10px 0px;
    text-align: center;
}

.owl-theme .owl-dot {
    width: 50px;
    padding: 0px 5px;
    display: inline-block;
}

.owl-theme .owl-dot span::before {
    content: '';
    width: 100% !important;
    height: 5px !important;
    background: grey !important;
    display: table !important;
    margin: 0px 0px 5px 0px !important;
}

.owl-theme .owl-dot.active span::before {
    background:#f8ce61 !important;
}



/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.arck-service-section {
  padding: 50px 0px 130px;
  background-color: #f4f4f4;
  margin-top: 30px;
}

.arck-service-section .main_title h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.arck-service-section .main_title h3 b span {
    color: #f8ce61;
    -webkit-text-stroke: 1px #bd9735;
}

.arck-service-content {
  margin: 0px -15px;
  padding: 0px 15px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
}

.arck-service-item {
  z-index: 1;
  overflow: hidden;
  padding: 70px 45px 95px;
}
.arck-service-item:before, .arck-service-item:after {
  top: 38px;
  left: 20px;
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  background-color: #efefef;
}
.arck-service-item:after {
  top: 20px;
  width: 2px;
  left: 38px;
  height: 100px;
}
.arck-service-item .hover-img {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.arck-service-item .hover-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.arck-service-item .hover-img img {
  width: 100%;
  height: 100%;
}
.arck-service-item .serial-no {
  right: 20px;
  bottom: 20px;
  color: #e8e8e8;
  font-size: 90px;
  line-height: 0.75;
  font-weight: 700;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-family: var(--heading);
}
.arck-service-item .inner-icon {
  z-index: 1;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: var(--margin-bottom-50);
}
.arck-service-item .inner-icon:before {
  z-index: -1;
  width: 50px;
  content: "";
  right: -15px;
  height: 45px;
  bottom: -15px;
  position: absolute;
  border: 5px solid #ebebeb;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.arck-service-item .arck-inner-text {
  position: relative;
}
.arck-service-item .arck-inner-text h3 {
  font-weight: 700;
  color: var(--black-color);
  font-size: var(--font-24);
  padding-bottom: var(--padding-bottom-20);
}
.arck-service-item .arck-inner-text p {
  line-height: 1.625;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-bottom: var(--padding-bottom-20);
}
.arck-service-item .arck-inner-text .btn-more {
  font-weight: 600;
  color: var(--black-color);
  font-family: var(--heading);
}
.arck-service-item .arck-inner-text .btn-more i {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.arck-service-item .arck-inner-text .btn-more:hover {
  color: var(--main-color);
}
.arck-service-item .arck-inner-text .btn-more:hover i {
  margin-left: var(--margin-left-10);
}
.arck-service-item:hover .hover-img, .arck-service-item.active .hover-img {
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.arck-service-item:hover .serial-no, .arck-service-item.active .serial-no {
  color: #fff;
}
.arck-service-item:hover .arck-inner-text h3, .arck-service-item.active .arck-inner-text h3 {
  color: #fff;
}
.arck-service-item:hover .arck-inner-text p, .arck-service-item.active .arck-inner-text p {
  color: #fff;
}
.arck-service-item:hover .arck-inner-text .btn-more, .arck-service-item.active .arck-inner-text .btn-more {
  color: #fff;
}
.arck-service-item:hover .arck-inner-text .btn-more:hover, .arck-service-item.active .arck-inner-text .btn-more:hover {
  color: var(--main-color);
}
.arck-service-item:hover .inner-icon:before, .arck-service-item.active .inner-icon:before {
  opacity: 0.4;
}

.arck-service-content-2 {
  padding-top: 40px;
}

.arck-service-item-2 {
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 50px 35px 45px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
}
.arck-service-item-2 .service-shape {
  top: -15px;
  right: -10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.arck-service-item-2 .inner-icon {
  z-index: 1;
  width: 80px;
  height: 70px;
  margin-bottom: 40px;
  border: 5px solid #ebebeb;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.arck-service-item-2 .inner-icon:before {
  left: 0;
  right: 0;
  top: -5px;
  content: "";
  z-index: -1;
  width: 28px;
  height: 116%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--white-color);
}
.arck-service-item-2 .inner-icon:after {
  top: 50%;
  left: -5px;
  content: "";
  z-index: -1;
  width: 116%;
  height: 28px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--white-color);
}
.arck-service-item-2 .inner-text h3 {
  font-weight: 600;
  padding-bottom: 18px;
  color: #1a1a1a;
  font-size: var(--font-24);
}
.arck-service-item-2 .inner-text p {
  line-height: 1.75;
  padding-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.arck-service-item-2:hover {
  background-color: var(--black-color);
}
.arck-service-item-2:hover .inner-icon {
  border: 5px solid #2f2f2f;
}
.arck-service-item-2:hover .inner-icon:before, .arck-service-item-2:hover .inner-icon:after {
  background-color: var(--black-color);
}
.arck-service-item-2:hover .inner-text h3, .arck-service-item-2:hover .inner-text p, .arck-service-item-2:hover .inner-text .read-more-btn {
  color: var(--white-color);
}

.arck-service-details-category li {
  margin-bottom: 10px;
}
.arck-service-details-category li a {
  color: var(--black-color);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--heading);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
          box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
}
.arck-service-details-category li a:hover, .arck-service-details-category li a.active {
  color: var(--white-color);
  background-color: var(--main-color);
}

.arck-project-details-slider .slick-prev, .arck-service-details-slider .slick-prev, .arck-project-details-slider .slick-next, .arck-service-details-slider .slick-next {
  color: var(--white-color);
  width: 40px;
  z-index: 2;
  height: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--black-color);
}
.arck-project-details-slider .slick-prev:hover, .arck-service-details-slider .slick-prev:hover, .arck-project-details-slider .slick-next:hover, .arck-service-details-slider .slick-next:hover {
  background-color: var(--main-color);
}
.arck-project-details-slider .slick-next, .arck-service-details-slider .slick-next {
  right: 18px;
}
.arck-project-details-slider .slick-prev, .arck-service-details-slider .slick-prev {
  left: 15px;
}
.arck-project-details-slider .slick-prev.slick-disabled:before, .arck-service-details-slider .slick-prev.slick-disabled:before, .arck-project-details-slider .slick-next.slick-disabled:before, .arck-service-details-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.arck-service-details-slider {
  margin: 0px -15px;
}

.service-details-img-item {
  padding: 0px 15px;
}

.arck-service-details-progress-wrap {
  margin-bottom: 60px;
}

.arck-service-details-text-area {
  margin: 45px 0px 25px;
}
.arck-service-details-text-area h3 {
  color: var(--black-color);
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 35px;
}
.arck-service-details-text-area p {
  line-height: 1.875;
  padding-bottom: 30px;
}

.arck-service-details-progress {
  padding: 40px 30px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
          box-shadow: 0px 0px 25px 0px rgba(72, 72, 72, 0.08);
}
.arck-service-details-progress h3, .arck-service-details-progress h4 {
  font-size: 36px;
  color: var(--black-color);
  font-weight: 600;
}
.arck-service-details-progress h4 {
  font-size: 22px;
  padding-bottom: 10px;
}
.arck-service-details-progress p {
  line-height: 1.875;
}
.arck-service-details-progress .arck-skill-progress-bar {
  padding-top: 25px;
}
.arck-service-details-progress .arck-skill-progress-bar .progress span {
  display: none;
}
.arck-service-details-progress .arck-skill-progress-bar .skill-set-percent {
  margin-bottom: 20px;
}

.service-details-img-wrap {
  margin-bottom: 55px;
}

.arck-blog-details-main-content .arck-blog-details-text-wrap li, .arck-service-details-img-list-wrap li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 25px;
}
.arck-blog-details-main-content .arck-blog-details-text-wrap li:before, .arck-service-details-img-list-wrap li:before {
  top: 0;
  left: 0;
  content: "\f058";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

.arck-service-details-img-list-wrap p {
  line-height: 1.875;
  padding-bottom: 30px;
}
.arck-service-details-testimonial-slider {
  padding-top: 35px;
}
.arck-service-details-testimonial-slider .arck-testimonial-slider-2 {
  margin: 0px -15px;
}
.arck-service-details-testimonial-slider .arck-testimonial-slider-2 .slick-list {
  overflow: visible;
}
.arck-service-details-testimonial-slider .arck-testimonial-slider-2 .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.arck-service-details-testimonial-slider .arck-testimonial-slider-2 .slick-slide.slick-active {
  opacity: 1;
}
.arck-service-details-testimonial-slider .service-testimonial-item {
  padding: 0px 15px;
}
.arck-service-details-testimonial-slider .slick-dots {
  right: 0;
  width: auto;
  position: static;
}

.arck-service-details-section {
  overflow: hidden;
}


.position-relative {
    position: relative!important;
}

.position-absolute {
    position: absolute!important;
}

.no-padding {
    padding: 0;
}




/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.arck-contact-page-section {
    font-family: 'Titillium Web', sans-serif;
}

.arck-contact-page-cta .arck-video-cta-wrap {
    background-color: transparent;
}
.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item:hover {
  background-color: transparent;
}
.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item .inner-text {
  width: auto;
  padding: 0;
  color: var(--white-color);
}
.arck-contact-page-cta .contact-cta-inner-text {
  top: 50px;
  right: 0;
  padding: 45px 40px 15px;
}
.arck-contact-page-cta .contact-cta-inner-text h3 {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 45px;
}
.arck-contact-page-cta .contact-cta-inner-text h4 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
}

.arck-contact-page-form {
  padding-left: 30px;
}
.arck-appointment-form-wrap {
    background: #f8ce61;
    padding: 30px;
    box-shadow: inset 0 1px 1px 0 hsla(0,0%,100%,.15), 0 50px 100px -20px rgba(50,50,93,.3), 0 30px 60px -30px rgba(0,0,0,.5), -10px 10px 60px -10px rgba(103,178,111,.3);
}
.arck-contact-page-form .arck-appointment-form-wrap .arck-section-title h2 {
  color: var(--black-color);
}
.arck-contact-page-form .arck-section-title {
  padding-bottom: 45px;
}
.arck-contact-page-form .arck-appointment-form-wrap form input, .arck-contact-page-form .arck-appointment-form-wrap form textarea, .arck-contact-page-form .arck-appointment-form-wrap form select {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.arck-contact-page-form .arck-appointment-form-wrap form button {
  border: none;
  background-color: var(--black-color);
}
.arck-contact-page-form .arck-appointment-form-wrap form button:before {
  border: 1px solid #f8ce61;
}
.arck-contact-page-form .arck-appointment-form-wrap form button:after {
  background-color: var(--black-color);
}

.arck_map {
  height: 475px;
}
.arck_map iframe {
  width: 100%;
}

.arck-video-cta-wrap .video-cta-item .inner-icon {
    margin-right: 20px;
}

.inner-page-padding {
    padding: 100px 0px 50px;
    background-color: #f7f7f7;
    background-image: url(https://html.themexriver.com/Archix/assets/img/bg/ar-shape.png);
    background-size: cover;
}

.arck-section-title .sub-title, .arck-section-title-2 .sub-title {
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--main-color);
    font-family: var(--heading);
}

.arck-appointment-form-wrap form input, .arck-appointment-form-wrap form textarea, .arck-appointment-form-wrap form select {
    width: 100%;
    height: 55px;
    border: 1px solid transparent;
    color: #000;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #2d2d2d;
}

.arck-appointment-form-wrap form textarea {
    height: 105px;
    padding-top: 15px;
}

.arck-appointment-form-wrap form input[type=file] {
    padding: 15px;
}

.arck-appointment-form-wrap form button, .arck-btn a {
  z-index: 1;
  width: 195px;
  height: 60px;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  color: var(--white-color);
  font-family: var(--heading);
  background-color: var(--main-color);
}
.arck-appointment-form-wrap form button:before, .arck-btn a:before {
  top: 10px;
  left: 10px;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border: 1px solid var(--black-color);
}
.arck-appointment-form-wrap form button:after, .arck-btn a:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  border-radius: 5px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--main-color);
}
.arck-appointment-form-wrap form button:hover:before, .arck-btn a:hover:before {
  top: 0px;
  left: 0px;
}
.arck-appointment-form-wrap form button:hover:after, .arck-btn a:hover:after {
  background-color: var(--black-color);
}

.careerform .arck-contact-page-form .arck-appointment-form-wrap form button:before {
    border: 1px solid #000000;
}

@-webkit-keyframes Move_animation_1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes Move_animation_1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}








.mmobno {
    display: none;
}


.metrics {
    padding: 50px 0px;
}

.metrics .col-md-2 {
    width: 20%;
}

.metrics .metbox {
    border: 1px dashed #CCC;
    padding: 10px;
}

.metrics .metbox span {
    font-size: 30px;
}

.metrics .metbox p {
    font-size: 15px;
    margin-top: 15px;
}


#instagram {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    padding: 50px 0px;
    cursor: pointer;
}

#instagram .ipkgtbox {
    border: 1px solid #CCC;
    box-shadow: none;
    margin-bottom: 0px;
}

#instagram .ipkgtbox .newbtn {
    border-radius: 5px;
    padding: 10px 20px;
}


#instagram .ipkgtbox h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}


#instagram .ipkgtbox h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}


#instagram .ipkgtbox h4 b {
    font-weight: 600;
}

#instagram .btn-default {
    background: #efefef;
    border: 0px;
    font-weight: 500;
}

#instagram .btn-default:hover {
    background: #DDD;
}

#instagram .btnsvg {
    display: table;
}

#instagram svg {
    vertical-align: middle;
}


.instamenu {
    text-align: center;
}

.instamenu a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0px 20px;
    padding-top: 15px;
    font-weight: 500;
}

.instamenu a:first-child {
    border-top: 2px solid #333;
    margin-top: -1px;
}


.pt0 {
    padding-top: 0px !important;
}


.fibox {
    border: 2px solid #F00;
    border-radius: 25px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}

.fibox h3.qmt {
    font-size: 24px;
    padding: 20px 0 10px;
    margin-top: 0;
}

.fibox h3.qmt b {
    font-weight: 700;
    color: #F00;
}

.freeitems {
    margin-bottom: 30px;
}

.freeitems img {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.freeitems h4 {
    font-size: 12px;
    line-height: 18px !important;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px 10px;
    margin-bottom: 0;
}

.botborder {
    width: 150px;
    margin: 0px auto;
    height: 3px;
    background: #F00;
}


#metrics {
    background: #f8ce61;
    padding: 20px 0px;
}


.fiverows .col-md-2 {
    width: 20%;
}

.fiverows .ybox {
    text-align: center;
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 30px;
}

.fiverows .ybox p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}

.fiverows .ybox p small {
    font-size: 70%;
}


.numcnt {
    text-align: center;
    background: #f8ce61;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    margin: 0px auto 10px;
}






#multi-step-form-container {
    margin-top: 5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.mt-3 {
    margin-top: 0px;
}
.d-none {
    display: none;
}
.form-step {
    padding: 10px 0px 30px;
}
.font-normal {
    font-size: 20px;
    font-weight: 500;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    /*display: grid;
    display: -ms-flexbox;*/
    /* display: flex; */
    /* -webkit-box-flex: 1; */
    /* -ms-flex: 1; */
    /* flex: 1; */
    /* -webkit-box-align: start; */
    /* -ms-flex-align: start; */
    /* align-items: start; */
    /* -webkit-transition: 0.5s; */
    /* transition: 0.5s; */
    list-style: none;
    width: 14.28%;
    padding: 10px;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 50px;
    left: 111px;
    width: 100%;
}
/*.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}*/
.form-stepper-horizontal li:after {
    /*background-color: #f8ce61;*/
    border-bottom: 2px dashed #333;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    border: 1px solid #CCC;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #f8cd49 !important;
    color: #000;
    border: 1px solid #ddb140;
}
.form-stepper .form-stepper-active .label {
    color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #f8cd49 !important;
    color: #000 !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #EEE;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #f8cd49 !important;
    color: #000;
    border: 1px solid #ddb140;
}
.form-stepper .form-stepper-completed .label {
    color: #f8cd49 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #f8cd49 !important;
    color: #000 !important;
}
.form-stepper .text-muted {
    font-size: 13px;
    color: #333;
    margin-top: 10px;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #000 !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #000 !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #333;
}
.form-stepper a {
    cursor: default;
}

.form-step p {
    font-size: 16px;
    text-align: center;
    display: none;
}

.stepimg img {
    height: 200px;
}

#flow-section .main_title h3:before, #flow-section .main_title h3:after {
    content: '';
    background: #f8cd49;
    width: 25px;
    height: 10px;
    display: inline-block;
}

#flow-section .main_title h3 span {
    padding-left: 15px;
}

.form-stepper-list {
    cursor: pointer;
}



.pkgtboxx .main_title {
    margin: 0px auto;
}

.pkgtboxx .main_title h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
}

.highlights h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.highlights h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    margin-bottom: 30px;
}

.highlights .hbox {
    /*box-shadow: 0 0 10px -2px #CCC;*/
    margin-bottom: 30px;
}

.highlights .hbox h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px !important;
    padding: 5px;
}

.highlights .hbox h4:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 2px solid #f8ce61;
}




.npkgsec {
    padding: 0px 0px 50px;
}

.npkgsec .main_title {
    margin: 0px 0px 20px !important;
}


.npkgbox {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    padding: 5px;
    margin-bottom: 30px;
}

.pkghead {
    background: #e9bf52;
    text-align: center;
    color: #000;
    border-radius: 15px 15px 0 0;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.pkghead div {
    display: none;
}

.pkghead h3 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pkghead h3:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #000;
    display: block;
    margin: 5px auto;
}

.pkghead h2 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    line-height: 50px;
}

.pkghead h2 small {
    font-size: 50%;
    letter-spacing: 0px;
    color: #000;
    font-weight: 300;
}

.npkgsec .panel-default {
    border: 0px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px !important;
}

.npkgsec .panel-title a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.npkgsec .panel-title .fa {
    float: right;
    padding-top: 10px;
}

.npkgsec .panel-default>.panel-heading {
    padding: 5px !important;
    background: #FFF;
}

.npkgsec .panel-default .panel-title {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.npkgsec .panel-body {
    background: #fbf8d9;
    border-top: 0px !important;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    line-height: 16px;
}

.npkgsec ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
} 

.npkgsec ul li {
    list-style: square;
    margin-bottom: 10px;
    margin-left: 10px;
}


.modal {
    z-index: 9999;
}



.dez-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
}
.dez-separator.style-liner {
    width: 30px;
}
.dez-separator-outer .bg-primary {
    background-color: #FDC716 !important;
}
.dez-separator[class*=style-]:before {
    left: auto !important;
    right: 40px;
}
.dez-separator[class*=style-]:after, .dez-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 1px;
    background: #666;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}















@media screen and (min-width: 768px) {
    .pbheight1 {
        height: 478px;
    }

    .pbheight2 {
        height: 214px;
    }

    .pbheight3 {
        height: 512px;
    }

    .pbheight4 {
        height: 336px;
    }

    .pbheight5 {
        height: 272px;
    }

    .pbheight6 {
        height: 256px;
    }

    .pbheight7 {
        height: 346px;
    }

    .pbheight8 {
        height: 304px;
    }

    .pbheight9 {
        height: 422px;
    }


    .blrpkg .pbheight1, .hydpkg .pbheight1 {
        height: 478px;
    }

    .blrpkg .pbheight2, .hydpkg .pbheight2 {
        height: 214px;
    }

    .blrpkg .pbheight3, .hydpkg .pbheight3 {
        height: 422px;
    }

    .blrpkg .pbheight4, .hydpkg .pbheight4 {
        height: 362px;
    }

    .blrpkg .pbheight5, .hydpkg .pbheight5 {
        height: 256px;
    }

    .blrpkg .pbheight6, .hydpkg .pbheight6 {
        height: 256px;
    }

    .blrpkg .pbheight7, .hydpkg .pbheight7 {
        height: 420px;
    }

    .blrpkg .pbheight8, .hydpkg .pbheight8 {
        height: 304px;
    }

    .blrpkg .pbheight9, .hydpkg .pbheight9 {
        height: 422px;
    }


    .cbtpkg .pbheight1, .pdypkg .pbheight1 {
        height: 446px;
    }

    .cbtpkg .pbheight2, .pdypkg .pbheight2 {
        height: 182px;
    }

    .cbtpkg .pbheight3, .pdypkg .pbheight3 {
        height: 432px;
    }

    .cbtpkg .pbheight4, .pdypkg .pbheight4 {
        height: 256px;
    }

    .cbtpkg .pbheight5, .pdypkg .pbheight5 {
        height: 208px;
    }

    .cbtpkg .pbheight6, .pdypkg .pbheight6 {
        height: 176px;
    }

    .cbtpkg .pbheight7, .pdypkg .pbheight7 {
        height: 282px;
    }

    .cbtpkg .pbheight8, .pdypkg .pbheight8 {
        height: 224px;
    }

    .cbtpkg .pbheight9, .pdypkg .pbheight9 {
        height: 374px;
    }
}




.cusSelBlock {
    width: 200px;
    margin: 0px auto 30px;
    position: relative;
}

.cusSelBlock .location {
    background-color: #f8ce61;
    color: #000;
    padding: 7px 20px;
    width: 250px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    text-decoration: none;
}

.cusSelBlock::before {
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: -50px;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgb(233 191 82);
    pointer-events: none;
}

.cusSelBlock:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgb(233 191 82);
}

.cusSelBlock select option {
    background: #FFF;
    line-height: 25px;
}

.cusSelBlock .dropdown-menu {
    width: 250px;
    margin: 0px;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
}

.cusSelBlock .dropdown-menu li {
    list-style: none;
    margin: 0px;
}

.cusSelBlock .dropdown-menu li a {
    padding: 10px 15px;
    font-weight: 600;
}


.squarelist {
    list-style: square;
    line-height: 25px;
    font-size: 13px;
}


/*.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #f8ce61 !important;
}*/


.contboxsec {
    display: none;
    text-align: center;
    padding: 10px;
    margin: 20px 15px 0px;
    border-left: 10px solid #f8ce61;
    border-right: 10px solid #f8ce61;
}

.contboxsec .fwcno a {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 2px;
    color: #333;
    text-decoration: none;
}

.contboxsec .fwcno a i {
    margin-right: 10px;
}

.offlocs {
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 20px;
}

.offlocs p {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offlocs h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-weight: normal;
    text-transform: capitalize;
}

.offlocs h4 i {
    color: #F8CE61;
    margin-right: 10px;
}


#floor1, #floor2, #floor3, #floor4, #floor5, #mfloor1, #mfloor2, #mfloor3, #mfloor4, #mfloor5 {
    display: none;
}

.dview .table-bordered {
    border: 2px solid #333;
}

.form-inline .form-control, .dview .form-control {
    border: 1px solid #666;
    color: #000;
    font-weight: 500;
}


.animation-infinite {
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
    margin: 30px 0px;
}

.animation-infinite.style-gray {
    filter: contrast(0.4) invert(1);
}

@keyframes ShapeAnim {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top left 2000px;
    }
}



















@media screen and (max-width: 768px) {
    #myNavbar .pull-right {
        float: none !important;
    }

    header .nav li a {
        padding: 10px 15px !important;
        border-top: 1px solid #CCC;
    }

    header .nav li:last-child a {
        background: none;
        background-image: none;
        border-radius: 0px;
        color: #000;
        padding: 10px 15px !important;
    }

    header .nav li:last-child a:hover {
        background: none;
        background-image: none;
        border-radius: 0px;
        color: #F00 !important;
        padding: 10px 15px !important;
    }

    .navbar-brand>img {
        width: 150px;
    }

    #intro {
        padding: 0px;
    }

    #intro .box {
        margin: 0px auto 20px auto;
        padding: 30px 0;
    }

    #counter {
        padding: 20px 0px;
    }

    .block-18 {
        padding: 20px 0px;
    }

    .owl-nav {
        margin-top: -50px;
        top: 0;
    }

    .owl-nav .owl-prev {
        margin-left: 0px;
    }

    .owl-nav .owl-next {
        margin-right: 0px;
    }

    .dview {
        display: none;
    }

    .mview {
        display: block;
    }

    #rcb {
        display: none;
    }

    .wwa-block .col-md-2 {
        /*margin-bottom: 20px;*/
        /*width: 50%;*/
        /*padding-left: 0px;
        padding-right: 0px;*/
    }

    .grey-bg .btn-group-lg>.btn, .btn-lg {
        margin-bottom: 5px !important;
    }

    .header-login {
        display: none !important;
    }

    .mobile-login {
        display: block !important;
    }

    .mybtn.greybg {
        font-size: 12px !important;
        padding: 7px !important;
        display: inline-block;
        margin-bottom: 10px;
    }

    .grey-bg, .gbg-fixed {
        padding: 15px 0px 5px !important;
    }

    .grey-bg .col-md-12 {
        padding: 0px !important;
    }

    .odp {
        height: 2550px !important;
    }

    .leadership .pull-right {
        float: none !important;
    }

    .lc-hia h2 {
        font-size: 50px;
        line-height: 70px;
    }

    .lc-hia h2 span {
        font-size: 30px;
        line-height: 45px;
    }

    .loading {
        font-size: 40px;
        margin: 50px 0 0 50px;
    }

    .wait {
        font-size: 40px;
        margin: 10px 0 0 50px;
    }

    .progress i {
        margin: 100px 0 0 50px;
        font-size: 50px;
    }

    /*portfolio*/
    .portfolio-sec{
        margin-bottom: 0;
    }

    .portfolio-sec .heading {
        font-size: 30px;
    }

    .portfolio-foot-detail {
        padding-top: 50%;
        padding-bottom: 0;
    }

    .portfolio-sec .green-btn {
        padding: 8px 25px;
    }

    .portfolio-foot-detail .p-text {
        font-size: 11px;
    }


    .amz-team {
        padding: 50px 0;
    }

    .amz-team .heading {
        font-size: 50px;
        line-height: 70px;
        text-align: center;
    }


    .company {
        margin: 15px;
        line-height: 22px;
        font-size: 16px;
    }

    .company h4 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 25px;
    }

    .company .panel-heading {
        width: 100%;
    }

    .company .mtm40 {
        margin-top: 10px;
    }

    .company .mtm60 {
        margin-top: 10px;
    }

    .company .ml25 {
        margin-left: 0px;
    }

    .slider-area .slider-arrows{
        display: none;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content {
        width: 100%;
    }
    .slider-area .container .inner-bg-overlay {
        right: 0;
    }
    .slider-area .slider-detail {
        margin-bottom: 50px;
    }
    .slider-area .slider-detail .slider-slide .slider-inner-content .slide-heading {
        font-size: 26px;
    }
    .slider-area .slider-detail .slider-slide .slider-inner-content .slide-text {
        width: 100%;
    }
    .slider-area .slider-arrows {
        display: none;
    }
    .slider-area .bg-overlay {
        width: 100%;
    }

    .service-post.align-left .post-info {
        margin: 39px 0 0;
    }
    .service-post .img-holder {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .service-post .post-info {
        width: 100%;
        float: none;
        margin: 39px 0 0;
    }

    .text-wrapper {
        text-align: center !important;
        padding: 50px 0px;
        font-size: 28px;
    }

    .qlinks {
        margin-bottom: 30px;
    }

    .qlinks li {
        width: 100%;
        float: none;
    }

    .single-project .info-box{
        position:relative;
        width:100%;
        max-width:none;
        padding:50px 15px;  
    }

    .single-project .main-image{
        margin-right:0px;   
    }
    
    .single-project .info-box::before,
    .single-project .info-box .white-bar{
        display:none;   
    }
    
    .single-project .info-box::after{
        width:100%; 
    }

    .ecroffice {
        width: 100%;
        height: 300px;
        border: 0px;
    }


    .team, .team2 {
        display: inherit;
        box-shadow: 1px 0px 10px #ccc;
        padding: 10px 5px;
        margin-bottom: 20px;
    }


    .team_name h4 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.5px;
        text-align: center;
    }

    .team_name h5 {
        font-size: 16px;
        font-weight: normal;
        text-align: center;
    }


    .rbox {
        display: none !important;
    }


    .matboxpanel .tab-content>.tab-pane {
        display: block !important;
        opacity: 1 !important;
        border-bottom: 1px solid #CCC;
        padding: 20px 0px;
        box-shadow: 0px 15px 10px -15px #ccc;
    }

    .matboxpanel .tab-pane {
        height: auto !important;
    }

    .offeropt {
        position: inherit;
        top: auto;
        right: auto;
    }

    .offeropt img {
        width: auto;
        max-width: 100%;
    }

    .colorlib-heading .sm {
        margin-bottom: 10px !important;
    }

    .colorlib-heading h3 span {
        line-height: 50px !important;
    }

    .colorlib-heading h3 .thick {
        margin-top: 0px !important;
    }

    #services {
        display: none;
    }

    header .navbar-brand {
        padding: 15px 15px 15px 0px !important;
    }

    .mmobno {
        display: inline-block;
        font-size: 18px;
        color: #000;
        line-height: 75px;
        text-align: center;
    }

    .city_img {
        margin-bottom: 20px;
    }

    .city_img img {
        max-height: 150px;
    }

    .metrics .col-md-2 {
        width: 50%;
        float: left;
    }

    #instagram .ipkgtbox h4 {
        font-size: 16px;
        margin: 0px;
        line-height: auto;
    }

    #instagram .ipkgtbox h5 {
        margin: 0px;
        line-height: auto;
    }

    #instagram .ipkgtbox .newbtn {
        padding: 5px 7px;
        letter-spacing: 0;
        font-size: 11px;
    }


    .freeitems h4 {
        font-size: 10px;
        line-height: 15px !important;
    }

    .fibox .col-xs-3 {
        min-height: 210px !important;
        padding: 0px 5px !important;
    }

    .freeitems {
        margin-bottom: 10px !important;
    }

    .fiverows .col-md-2 {
        width: 48%;
        float: left;
        padding: 0px 15px;
        display: inline-block;
    }

    .fiverows .ybox p {
        font-size: 12px;
        line-height: 15px;
    }

    #online-quote {
        padding: 10px 0px;
    }

    .offer_left, .offer_right {
        display: none;
    }

    .pkgtboxx .main_title {
        margin: 0px auto 10px;
    }

    .instamenu a {
        margin: 0px 10px;
    }

    #instagram .btn-default {
        padding: 6px;
        font-size: 12px;
    }

    .app {
        display: none;
    }

    #timeline, #dprocess {
        padding: 10px 0;
    }

    #timeline .demo-card, #dprocess .demo-card {
        margin: 10px auto 30px;
    }

    ul.form-stepper {
        display: block !important;
    }

    .form-stepper-horizontal li {
        width: 100%;
    }

    .form-stepper-horizontal li {
        width: 100%;
        border-bottom: 1px dashed #CCC;
    }

    .form-stepper-horizontal li:first-child {
        border-top: 1px dashed #CCC;
    }

    .form-stepper-horizontal li:last-child {
        border-top: 0px dashed #CCC;
    }

    .form-stepper-horizontal li:after {
        border-bottom: 0px;
    }

    .countdown {
        position: inherit;
        margin-top: 30px;
    }


    .contboxsec {
        display: block;
    }

    .citybtn {
        margin-bottom: 0px !important;
    }

    .pkghead {
        position: relative;
    }

    .pkghead div {
        display: block;
        position: absolute;
        font-size: 30px;
        line-height: 50px;
        font-weight: bold;
        top: -20px;
        left: -15px;
        background: #000000;
        color: #F8CE61;
        width: 50px;
        height: 50px;
    }

    .newbtn {
        display: block;
        margin: 0px 5px;
    }

    .modal-content {
        margin: 0px 15px;
    }


    #home_enq {
        padding: 15px 15px 0px;
        border: 1px solid #c9c9c9;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0px 3px 15px -5px;
        top: -50px;
        margin: 0px 10px 20px;
        position: relative;
        z-index: 99;
    }

    #home_enq h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 0px;
    }

    #home_enq h4 span {
        font-weight: 700;
    }

    #home_enq .dez-separator {
        display: inline-block;
        height: 2px;
        width: 50px;
        position: relative;
    }

    #home_enq .dez-separator-outer .bg-primary {
        background-color: #FDC716 !important;
    }

    #home_enq .form-control {
        border-radius: 0px;
        height: 42px;
        font-size: 15px;
        border: 1px solid #999;
    }

    #home_enq .newbtn {
        padding: 10px 20px;
    }

}