* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

	.modal-dialog-slideout { margin: 12% 0 auto auto;}
	.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
    .modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;}
    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}

.btn-dis {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
    padding: 5px 15px;
    font-size: 8px;
}


.btn-dis:hover {
    background-color: #d1a56b;
    color: #00214d;
}


/*Navigation section*/
.navbar {
    padding: 2px 0 3px 0;
}

.navbar-brand img {
    width: 160px;
}

#primary-nav .navbar-nav .nav-link {
    font-size: 13px;
    padding: 10px 10px;
    font-weight: 700;
    margin-top: 6px;
    letter-spacing: 1px;
    color: #00214d !important;
    background: transparent;
}


/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #d1a56b;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

#primary-nav {
    background-color: #fff !important;
	 transition:all 0.5s ease-in;
	 padding:10px 0;
}

    #primary-nav .navbar-nav .nav-link:hover,
    #primary-nav .navbar-nav .active > .nav-link,
    #primary-nav .navbar-nav .nav-link.active,
    #primary-nav .navbar-nav .nav-link.show,
    #primary-nav .navbar-nav .show > .nav-link {
        color: #d1a56b !important;
        font-weight: 600;
    }
	
	#primary-nav  .nav-item > .nav-link.active {
	 color: #d1a56b !important;
        font-weight: 600;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2px 0 3px 0 !important;
  transition:all 0.5s ease-in;
  z-index:9999999;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    /*border-color: #d1a56b;*/
    margin-top: 6px;
    transition: 0.3s all;
    padding: 0;
}


.isDisabled, .isDisabled:hover {
    color: #00214d;
    text-decoration: none;
    font-weight: bold;
    background-color: #d1a56b;
}

.floating-arrow {
    float: right;
    background: #d1a56b;
    border: 1px solid #d1a56b;
    padding: 22px 14px;
    position: fixed;
    right: 19%;
    bottom: 5%;
    display: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 999;
    color: #001737;
    cursor: pointer;
}


.floating-div {
    background: #001737;
    border: 1px solid #001737;
    position: fixed;
    bottom: 5%;
    color: #fff;
    width: 19%;
    padding: 27px 0 27px 28px;
    display: none;
    text-align: center;
    z-index: 999;
    right: -300px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

    .floating-arrow.active, .floating-div.active {
        right: 0;
    }

.floating-box {
    width: 50%;
    float: left;
    height: 100%;
}

    /*.floating-box p {
    margin-top: .8em !important;
}*/

    .floating-box p, .floating-arrow p {
        margin: 0;
        font-size: 13px;
    }
	
	
		
	.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #00214d;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
	
	
/*end Navigation*/
/*Banner*/
#myVideo {
    width: 100%;
    height: 86vh;
    object-fit: cover;
}

#homeCarousel {
   /* height: 86vh;*/
}

    #homeCarousel .carousel-inner img {
      /*  height: 86vh;*/
        width: 100%;
    }

#carouselButtons {
    position: absolute;
    bottom: 4%;
    left: 9%;
    z-index: 99;
}

    #carouselButtons button {
        background-color: transparent;
    }

        #carouselButtons button > i {
            color: #fff;
            font-weight: 600;
            font-size: x-small;
        }

            #carouselButtons button > i:hover {
                color: #d1a56b;
            }

#homeCarousel .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 40%;
    left: 65%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 1em;
}

    #homeCarousel .carousel-caption h2 {
        font-size: 24px;
    }

#homeCarousel .carousel-control-next {
    position: absolute;
    top: 90%;
    right: 83%;
    width: 2%;
    height: 5%;
    left: unset;
    color: #fff;
    opacity: unset;
}

#homeCarousel .carousel-control-prev {
    position: absolute;
    top: 90%;
    left: 7%;
    width: 2%;
    height: 5%;
    color: #fff;
    opacity: unset;
}

    #homeCarousel .carousel-control-next:hover,
    #homeCarousel .carousel-control-prev:hover {
        color: #d1a56b;
    }

#homeCarousel .carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 7%;
    left: 5%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-right: 2%;
    margin-left: 2%;
    list-style: none;
}

    #homeCarousel .carousel-indicators li {
        background-color: #342b2b;
    }

        #homeCarousel .carousel-indicators li.active {
            background-color: #d1a56b;
            width: 40px;
        }

#homeCarousel .num {
    position: absolute;
    bottom: 12%;
    left: 8%;
    font-weight: 700;
    color: #fff;
	font-size:12px;
}

#homeCarousel p {
    margin-left: 20px;
    border-left: 2px solid #d1a56b;
    padding-left: 8px;
}

.btn-banner {
    background-color: #00214d;
    Color: #fff;
    padding: 6px 16px;
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 12px;
}

    .btn-banner:hover {
        background-color: #00214d;
        Color: #fff;
        padding: 6px 16px;
        border-radius: 0px;
        margin-bottom: 15px;
    }

.btn-banner1 {
    background-color: #00214d;
    Color: #d1a56b;
    padding: 8px 32px;
    border-radius: 0px;
    border-color: #d1a56b;
    margin: 1em 0;
}

    .btn-banner1:hover {
        background-color: #d1a56b;
        color: #fff !important;
        border-color: #00214d;
    }

.progressbar {
    width: 0%;
    height: 3px;
    background-color: #d1a56b;
    overflow-x: hidden;
    max-width: 100%;
}

.leveltop {
    position: absolute;
    left: 26%;
    top: 6%;
}

.leveldown {
    position: absolute;
    bottom: 3%;
    left: 26%
}

.btn-bhk {
    padding: 10px 20px;
    background: #00214d;
    color: #d1a56b;
    font-size: 13px;
    display: block;
    margin: 10px 0;
    width: 100%;
}

    .btn-bhk:hover {
        background: #d1a56b;
        color: #00214d;
    }

.checkmehide {
    display: none;
}
/*end banner*/
/*video banner*/
.home-banner {
    height: 84vh;
    padding: 0;
}

#custom-seekbar {
    cursor: pointer;
    height: 2px;
    margin-top: -10px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: 0.5s ease-out;
}

    #custom-seekbar span {
        background-color: #00214d;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 0px;
        transition: 0.5s ease-out;
    }


.btn-vertical-slider {
    margin-left: 35px;
    cursor: pointer;
}

a {
    cursor: pointer;
}

â€‹
/*Investors*/
#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    padding: 1em 0;
}

#sidebar .sidebar-header {
    padding: 20px 30px;
    background: #001737;
}

.sidebar-header h3 {
    margin: 0;
}

#sidebar ul.components {
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 10px;
    padding: 1em 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 30px;
    font-size: 14px;
    display: block;
    border-radius: 5px;
}

    #sidebar ul li a:hover, #sidebar ul li a:active {
        color: #fff !important;
        background: #00214d;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff !important;
    background: #00214d;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
}

.lister li a {
    font-size: 12px;
}

.navbar-light {
    padding: 2em 1em;
}

.btn-marg {
    margin: 8px 0;
}

.yearbox {
    color: #fff;
    background: #d1a56b;
    padding: 1em 0;
}

    .yearbox h6 {
        color: #fff !important;
        margin-bottom: 1em;
    }

    .yearbox h5 {
        margin-bottom: 0;
        color: #fff !important;
    }

#sidebar .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 8px;
}

/*Investors*/
/*Zenium Section*/
.zenium-area {
    padding: 4em 0;
    overflow: hidden;
}

/*.zenium-area .carousel-item img {
        width: 200px;
    }*/

#demo  .carousel-item {
	overflow:hidden;
}

#demo img {
   object-fit:cover;
    height: 450px;
}

#demo2 img {
    width: 100%;
    height: 450px;
}

#demo2 .carousel-inner, #demo2 .carousel-inner .carousel-item {
	height:450px;
}

.slider-content {
    height: 370px;
}

.zenium-area h5 {
    padding: 1em 0;
    text-transform: uppercase;
    font-size: 18px;
}

.zenium-area p {
    padding-bottom: 10px;
    font-size: 13px;
}

#dem .carousel-inner {
    height: 450px;
}

.democontroler {
    background-color: #fff;
    position: absolute;
    top: 43%;
    left: -7%;
    width: 12%;
    height: 16%;
    border-radius: 50%;
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: unset;
    color: #000;
    text-align: center;
    opacity: .5;
    height: 5%;
    background-color: transparent;
    border-radius: 50%;
    left: 40%;
}

.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: unset;
    color: #000;
    text-align: center;
    opacity: .5;
    height: 5%;
    background-color: transparent;
    border-radius: 50%;
    left: 25%;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #d1a56b;
        text-decoration: none;
        outline: 0;
        opacity: .9;
        top: 26%;
    }

a, a:hover {
    text-decoration: none !important;
}

#demo i {
    font-size: 28px;
    background-color: #fff;
    border-radius: 30%;
    padding: 5px;
}

    #demo i:hover {
        color: #d1a56b;
    }

.map-box {
    padding: 0;
}

.bg-b {
    position: absolute;
    width: 42%;
    z-index: -1;
    background-color: #edeef2;
    top: 0;
    bottom: 0;
    right: 0;
}
/*Zenium Section*/

/*project location*/
.img-hover-zoom--slowmo {
    overflow: hidden !important;
}
    .img-hover-zoom--slowmo h3,.img-hover-zoom--slowmo h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-weight: 600;
        color: #fff;
        background-color: rgba(0,0,0,0.5);
        padding: 5px;
		cursor:pointer;
    }
    /* Slow-motion Zoom Container */
    .img-hover-zoom--slowmo img {
        transform-origin: 50% 65%;
        transition: transform 5s, filter 3s ease-in-out;
        filter: brightness(100%);
        width: 100%;
        height: 550px;
    }

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
    filter: brightness(80%);
    transform: scale(1.2);
}
.img-hover-zoom--slowmo:hover h3 {
    background-color: #001837;
	transition:0.4s ease-in;
}
.pro-up h3, .pro-down h3 {
   font-size:14px;
}

.pro-up .col-lg-6, .pro-down .col-lg-6 {
    padding-right: 0px;
    overflow:hidden;
}
.pro-up img {
    margin-bottom: 10px;
}
.pro-up img, .pro-down img {
    width: 100%;
    height: 270px;
    overflow:hidden;
}
/*Leader Section*/
.leader-area {
    padding: 1em 0;
    background: #fff;
}

    .leader-area h4,.leader-area h2 {
        margin-bottom: 1em;
        font-size: 18px;
        font-weight: bold;
    }

#demo1 {
    position: relative;
    top: -10em;
}

    #demo1 .carousel-indicators {
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 80%;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: left;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
    }

        #demo1 .carousel-indicators .active {
            background-color: #bbb;
        }

        #demo1 .carousel-indicators li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ddd;
        }

    #demo1 p {
        height: 120px;
        font-size: 11px;
    }

.leader-img-box {
    position: relative;
}

    .leader-img-box img {
        height: 300px;
    }

#lr-1 {
    position: absolute;
    left: 8%;
    top: 0%;
    z-index: -1;
    width: 65%;
}

#lr-2 {
    position: absolute;
    left: 70%;
    top: 5%;
    z-index: -1;
}

#lr-3 {
    position: absolute;
    left: 75%;
    top: 39%;
    z-index: -1;
}

#lr-4 {
    position: absolute;
    left: 86%;
    top: 55%;
    z-index: -1;
}
/*Leader Section*/
/*spotlight Section*/
.spotlight-area {
    padding: 4em 0 12em 0;
    margin-top: -11em;
}

    .spotlight-area h4 {
        margin-bottom: 2em;
    }

.twitter-tweet {
    margin-top: 0 !important;
}
/*spotlight Section*/
/*Search Section*/
.search-area {
    background: #edeef2;
    padding: 3em 0 0 0;
}

    .search-area select {
        border: 1px solid #d1a56b;
        border-radius: 0;
    }

.search-block {
    padding: 1.4em 0 1em 0;
}

.btn-search {
    background: #00214d;
    color: #d1a46b;
    border: 1px solid #d1a46b;
    padding: 6px 40px;
    border-radius: 0;
    margin-bottom: 30px;
}
/* The magic */
.search-area .container {
    padding: 1em 0 4em 0;
}

.search-box-pro {
    padding: 1em 0 3em 0;
}

.search-btn {
    padding: 8px 24px;
    background-color: #00214d;
    color: #d1a56b !important;
    border: 1px solid #d1a56b;
}

    .search-btn:hover, .search-btn.active {
        background-color: #d1a56b;
        color: #00214d !important;
        border-color: #00214d;
        transition: 0.3s ease-in;
    }

.search-pro-2 {
    padding-top: 2em;
}

.search-area i {
    padding-right: 5px;
    color: #d1a56b;
}

.search-area span {
    color: #d1a56b;
    padding-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.search-area .hovereffect a {
    font-size: 9px;
    color: #d1a56b;
    background-color: rgba(0,0,0,0.7);
    padding: 6px 10px;
}

    .search-area .hovereffect a:hover {
        background-color: #d1a56b;
        color: #000 !important;
        border-bottom: 1px solid #000;
        transition: 0.5s ease-in;
    }

.hovereffect {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #00214d;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 30px 20px;
    }

    .hovereffect img {
        display: block;
        position: relative;
        max-width: none;
        height: 100%;
        width: calc(100% + 20px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .hovereffect:hover img {
        opacity: 0.2;
        filter: alpha(opacity=40);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        overflow: hidden;
        padding: 0.5em 0;
        background-color: rgba(0,0,0,0.7);
    }

        .hovereffect h2:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

    .hovereffect:hover h2:after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect a, .hovereffect p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .hovereffect:hover a, .hovereffect:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*New project section*/

.pro-new, .pro-new1{
    padding: 2em 0em 7em 0em;
    overflow: hidden;
    clear: both;
    margin: 0;
}

.pro-head {
    background-color: #00214d;
    height: 96%;
    margin: 10px 15px 0 -15px;
}

    .pro-head h3 {
        top: 50%;
        right: 50%;
        position: absolute;
        transform: scale(-1) translate(-5%, 50%);
        writing-mode: vertical-lr;
    }

        .pro-head h3 a {
            color: #fff;
        }

#carouselExampleIndicators .carousel-indicators, #carouselExampleIndicators2 .carousel-indicators,
#carouselExampleIndicators3 .carousel-indicators, #carouselExampleIndicators4 .carousel-indicators,
#carouselExampleIndicators5 .carousel-indicators {
    bottom: -50px;
}

    #carouselExampleIndicators .carousel-indicators .active, #carouselExampleIndicators2 .carousel-indicators .active,
    #carouselExampleIndicators3 .carousel-indicators .active, #carouselExampleIndicators4 .carousel-indicators .active,
    #carouselExampleIndicators5 .carousel-indicators .active {
        background-color: #bbb;
    }

    #carouselExampleIndicators .carousel-indicators li, #carouselExampleIndicators2 .carousel-indicators li,
    #carouselExampleIndicators3 .carousel-indicators li, #carouselExampleIndicators4 .carousel-indicators li,
    #carouselExampleIndicators5 .carousel-indicators li {
        width: 10px;
        height: 10px;
        background-color: #ddd;
        border-radius: 50%;
    }
/*Search Section*/

/*Banner section*/
.project-banner {
    padding: 0;
 /*   height: 84vh;*/
    position: relative;
}


    .project-banner img {
       /* width: 100%;
        height: 100%;*/
    }
#carousel-pro-banner .carousel-item {
	/*height:84vh;*/
}


#carousel-pro-banner .carousel-indicators {
    position: absolute;
    right: 30%;
    bottom: 5px;
    left: 30%;

    margin-right: 1%;
    margin-left: 1%;

}
#carousel-pro-banner .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
#carousel-pro-banner .carousel-indicators .active {
    background-color: #d1a56b;
}

.project-det {
    position: absolute;
    bottom: 7%;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}

.banner-list {
    list-style-type: none;
    padding: 0;
}

    .banner-list li {
        display: inline-block;
        padding: 1em 4em 1em 2em;
        color: #fff;
        font-size: 12px;
        margin: 0 1em;
        background-color: #00214d;
        border: 1px solid #d1a56b;
        text-align: left;
    }

        .banner-list li > span {
            font-weight: 700;
            color: #d1a56b;
        }

.banner-form {
    position: absolute;
    right: 40px;
    top: 20%;
    background-color: #fff;
    border: 1px solid #00214d;
    padding: 10px 10px;
    display: none;
    font-size: 12px;
}

    .banner-form .form-control {
        font-size: 12px;
    }

a.closeX {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 15px;
    background-color: #d1a56b;
    color: #00214d;
    margin-top: -23px;
    margin-right: -23px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
    font-weight: bold;
}





#myModal .form-control, #myModal2 .form-control {
    color: #00214d;
    background-color: #fff;
    border: 1px solid #d1a56b;
    padding: 5px 10px;
}

#myModal .modal-content, #myModal2 .modal-content {
    border: 1px solid #d1a56b;
}

#myModal .modal-header, #myModal2 .modal-header {
    padding: 1rem;
    border-bottom: 1px solid #00214d;
}
/*awards page*/
.award-box {
    padding: 3em 0;
}


.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}



body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #00214d;
    outline: 1px solid #d1a56b;
}

.content-details p::-webkit-scrollbar {
    width: 4px;
}

.content-details p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.content-details p::-webkit-scrollbar-thumb {
    background-color: #d1a56b;
    outline: 1px solid #d1a56b;
}

.content-divider {
    width: 100%;
    height: 2px;
    background-color: #d1a56b;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
    text-align: left;
    overflow-y: scroll;
    height: 180px;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}
/*quality policy page*/
.quality-box {
    padding: 3em 0 0 0;
	margin-left:0;
	margin-right:0;
}

.quality-box1 {
    padding: 3em 0;
	margin-left:0;
	margin-right:0;
}

.quality-txt {
    background-color: #edeef2;
    padding: 3em 8em 3em 3em;
    text-align: left;
    color: #000;
}

.quality-txt1 {
    background-color: #edeef2;
    padding: 3em 3em 3em 8em;
    color: #000;
}

.quality-img {
    width: 100%;
    padding: 3em 0;
}

    .quality-img img {
        width: 120px;
    }

.quality-txt h4, .quality-txt1 h4 {
    padding-bottom: 1em;
    margin-bottom: 0;
}

.pur-off {
    padding: 2em 0;
}

#content {
    color: #00214d;
}

.pur-bg {
    background: #edeef2;
}

.color-bx {
    padding: 1em;
    border-radius: 10px;
}

    .color-bx h6 {
        color: #fff !important;
        font-size: 14px;
    }

    .color-bx h5 {
        margin-bottom: 0;
        color: #fff !important;
        font-size: 18px;
    }

.contentboxs {
    padding: 2em 1em;
    background: #fff;
    border: 1px solid #cacaca;
    border-top: none;
}

    .contentboxs h4 {
        font-size: 18px;
    }

.bdrbox {
    padding: 1em;
    border: 1px solid #cacaca;
    margin: 2em 0;
}

    .bdrbox h5 {
        margin: 0;
        font-weight: bold;
        color: #000 !important;
        font-size: 16px;
    }

.color-boxes {
    padding: 2em 1em;
    border: 1px solid #cacaca;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.colorbx1, .colorbx2, .colorbx3 {
    background: rgba(0, 33, 77, 0.90);
}

.bgpadd {
    padding: 2em 2em;
    background: #edeef2;
}

.fa-calendar-alt {
    color: #d1a56b;
}

.regoffice {
    margin: 2em 0;
}

    .regoffice p {
        margin: 6px 0;
    }

.announce-box {
    padding: 4em 0;
}

    .announce-box h6 {
        color: #0178d6 !important;
    }

.services-area {
    padding: 4em 8em;
    background: #edeef2;
}

.news-area {
    padding: 2em 8em;
}

    .news-area h4 {
        margin-bottom: 2em;
    }

    .news-area h6 {
        color: #0178d6;
    }

.share-p {
    margin: 2em 0;
    font-size: 12px;
}

/*Banner section*/
.project-banner1 {
    padding: 0;
    /*height: 79vh;*/
    position: relative;
}

    .project-banner1 img {
        width: 100%;
        height: 100%;
    }

.project-det1 {
    position: absolute;
    bottom: 5%;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}

    .project-det1 .form-control {
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 1rem;
        line-height: 1.5;
        color: #00214d;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d1a56b;
        border-radius: 0;
        height: unset;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .project-det1 select.form-control:not([size]):not([multiple]) {
        height: unset;
    }

    .project-det1 select {
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .project-det1 .form-control:focus {
        box-shadow: unset;
    }

select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

    select.round:focus {
        background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
        background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
        background-repeat: no-repeat;
        border-color: #00214d;
        outline: 0;
    }


#demo-channel {
    padding: 3em 0 4em 0;
}

    #demo-channel h6 {
        font-weight: 700;
        color: #000;
        padding: 15px 0;
        margin-bottom: 0px;
        border-bottom: 1px solid gray;
    }

    #demo-channel .carousel-indicators {
        bottom: 20px;
    }

        #demo-channel .carousel-indicators li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ddd;
        }

        #demo-channel .carousel-indicators .active {
            background-color: #bbb;
        }



@media (max-width: 480px) {

    p{
        font-size:12px !important;
    }

    #primary-nav {
        padding: 2px 0 3px 15px !important;
    }

        #primary-nav .navbar-brand {
            padding-top: unset;
            padding-bottom: .4335rem;
        }

    #top-nav .ml-auto {
        margin: 0 auto !important;
    }

    #top-nav .navbar-nav {
        flex-direction: row !important;
    }

    #primary-nav .navbar-nav .nav-link {
        font-size: 12px;
        padding: 6px 30px;
        font-weight: 600;
        letter-spacing: 1px;
       
    }

    .dropdown-slide > .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
        transition: 0.3s ease-in;
    }

    .home-banner {
        height: unset;
    }

#homeCarousel .num {

    bottom: 16%;
    left: 48%;
  
}

#homeCarousel .carousel-indicators {

    bottom: 12%;
left: 25%;
}
#carouselButtons {
  
    bottom: 9%;
    left: 43%;

}

    #homeCarousel .carousel-control-prev,
    #homeCarousel .carousel-control-next {
        display: none;
    }

    .zenium-area {
        padding: 2em 1em;
    }

        .zenium-area .col-md-5 {
            text-align: center;
            margin-bottom: 5px;
        }
		
		 .zenium-area #demo {
			 margin-top:2em;
		 }

    .bg-b {
        position: absolute;
        width: 40%;
        z-index: -1;
        background-color: #edeef2;
        top: 67%;
        bottom: 0;
        right: 0;
    }

    #dem .carousel-inner {
        height: 380px;
    }

    .democontroler {
        background-color: #fff;
        position: absolute;
        top: -13%;
        left: 75%;
        width: 23%;
        height: 23%;
        border-radius: 50%;
    }

    .pro-new {
        padding: 2em 0em 5em 0em;
    }

    .leveltop, .leveldown {
        position: absolute;
        left: 10%;
        top: 7%;
    }

    .leveldown {
        position: absolute;
        bottom: unset;
        left: 85%;
        top: 7%;
    }

    .pro-head h3 {
        position: unset;
        transform: unset;
        writing-mode: unset;
        margin-bottom: 0;
    }

    .pro-head {
        height: unset;
        margin: unset;
        padding: 6px;
    }

    .about-marg {
        margin: 3em 0 2em 0;
    }

    #demo1 {
        position: relative;
        top: 0em;
    }

    .leader-area .offset-1 {
        margin-left: unset;
    }

    #demo img {
        width: 100%;
        height: auto;
    }

    #demo1 p {
        height: unset;
    }

   
}

@media (max-width: 360px) {
	


}
/* Media Queries for Responsive */
.iti {
    position: relative;
    display: block;
}

.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}
.am-box-margin{
    margin-bottom:10px;
}
.hheading h1{
    font-size:20px;
}
#report .imageCard img{
  width:100%;  
}

.location-box .table-responsive .table td {

    border: 1px solid #00214d;
        background-color: #fff;
    color: #00214d;
    font-size:14px;
}
.location-box .table-responsive .table th {
     background-color: #00214d;
         color: #d1a56b;
             border: 1px solid #d1a56b;
}
.location-box .table-responsive .table td, .location-box .table-responsive .table th {

    width: 80%;
}
.distanceright{
    float: right;
    color: #d1a56b;
}

/*old css*/

p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  
  line-height: 1.6;
  margin: 0;
}
h3{text-transform:capitalize;}
.sect4 ul >li{
  padding:0px 10px;

  list-style: disc;
  text-align: left;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 20px 0;
}

.pd20{

  padding: 20px;
  margin-bottom: 0px;
}

.section-head {
  margin-bottom: 10px;
}
.section-head h6 {
  color: #333;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.section-head h6:before, .section-head h6:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #2AAFC0;
  position: absolute;
  bottom: 3px;
}
.section-head h6:before {
  left: -40px;
}
.section-head h6:after {
  right: -40px;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.bg-gray {
  background: #f7f7f7;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pd-tp7{

padding-top:2%;

}
.overview{

  background:#004282;
  padding:30px;
  color: #fff;
  font-weight: bold;

}

.feature {

  color: #000;

}

.feature-mobile{


  color: #000;
  text-align: left;
  font-size: 14px;

}
.featurelist{

  padding:20px;
}

.featurelist li{

  list-style:disc;
  line-height:20px;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2AAFC0;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/



.slider-wrapper { 
	width: 100%; 
	
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


.enquirenow
{
	position: fixed;
	top: 34%;
	right: -270px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
	text-align: center;
	width: 20%;
	z-index: 99;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	padding: 15px 20px
}
.sub-title{
    display:block;
    font-size:18px;
}
.header img{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.enquirenow input
{
	width:100%;
	display:block;
	padding: 9px;
	margin: 15px 0px;
}
form{
	text-align: center;
}
.header{
	position: relative;
}

.enquirenow input.phone{
   width: 100% !important;
}

.two{
	margin:20px 0px;
	background:#0f1120;
}
.blunex-sec{
    
    margin:20px 0px;
	background:#0f1120;
    
}
.mobile-title{
	display: none;
}
.enquirenow form input[type="submit"]{
	background: url("../images/submit.jpg") 0px 0px no-repeat;
	background-size:cover;
	color:transparent;
	border:0px;
	width:121px;
	margin: 10px auto 0px auto;
	height: 40px;
	font-size:0px;
}
.active{
	right:0px !important;
}
.enqbtn{
	position: absolute;
	left: -43px;
	top: 0px;
	cursor: pointer;
}
.enqbtn img{
	height: 241px;
}

.title{
	color:white;
	text-align: center;
    /*text-decoration: underline;*/
	font-size: 35px;
	font-weight: 600;
	font-style: normal;
	margin: 0px 0px 20px 0px;
}

.title-dark{
	color:#000;
	text-align: center;
    /*text-decoration: underline;*/
	font-size: 35px;
	font-weight: 600;
	font-style: normal;
	margin: 0px 0px 20px 0px;
}
.desc{
	font-size:20px;
	font-weight: lighter;
	color:white;
	padding: 10px 0px;
	line-height: normal;
}
.three{
	padding: 100px 0px 50px 0px;
	display: table;
	color:#000;
	background:#f5f5f5;
}

.testimonials{
	color:#e68c00;
	margin: 20px 0px 0px 0px;
}

.test_words{
	font-size: 17px;
	color:#e68c00;
	font-style:italic;
	display: block;
	min-height: 90px;
	text-align: center;
}
.test_name{
	display: block;
	font-size: 16px;
	font-weight:bold;
	font-style:normal;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display: block!important;
}
 .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
 	position: absolute;
 	top: -8px;
 	background-size:cover!important;
 	width: 52px;
 	height:83px;
 	font-size:0px;
 	color:transparent;
 }
 .four{
 	margin: 0px 0px 50px 0px;
 }
 .four ._container{
 	width: 90%;
 	margin: auto;
 }
 .gallery img{
	padding: 2px;
 }
.owl-carousel .owl-nav .owl-prev{
	left: -60px;
	background:url("../images/prev.jpg") 0px 0px no-repeat;
}
 .owl-carousel .owl-nav .owl-next{
 	right: -60px;
 	background:url("../images/next.jpg") 0px 0px no-repeat;
 }
 .five{
 	margin:20px 0px 0px 0px;
 }
 .five input[type="submit"]{
 	width: 200px;
 	height:auto;
 	background:#e68f04;
 	color:white;
 	margin: 30px auto;
 	display: block;
 	border:0px;
 	font-size:22px;
 	font-weight: bold;
 	padding: 10px 0px;
 	clear: both;
 }
 .five .input_block{
 	width: 33%;
 	float: left;
 	margin: 15px 0px;
 	text-align: left;
 }
  .five input{
  	   display: inline-block;
  	   padding: 10px;
  	   margin: 0px;
  	   width: 95%;
  	   font-size: 17px;
  }
 .five form{
 	margin:20px 0px 0px 0px;
 	text-align: center;
 }
 .five input[name="mobile"]{
     width: 90%;
    float: left;
 }
 .five .intl-tel-input {
    width: 100%;
}
 .footer{
 	border-top:1px solid white;
 	display: table;
 	width: 100%;
 }
 .copyrights{
 	font-size:20px;
 	color:white;
 	text-align: right;
 	width: 100%;
 	margin: auto;
 	display: block;
 }
 .cell{
 	display: table-cell;
 	vertical-align: middle;
 	height: 90px;
 	width: 50%;
 }
 .thankyou-content {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    font-size: 25px;
} 
.blunex-h{
    
    color:#000;
}
.error{
	color:#e68f04;
	font-weight:bold;
	/* position: absolute; */
	display: inline-block;
}

.thank-text h1 span{
	font-size:35px;
	font-weight:bold;
	color:white;
}
.thank-text h3{
	font-size:30px;
	color:white;

}

.header-thankupage img{
	width: 100%;
	height: auto;
}
.aaa {
    padding: 0 !important;
}
.enquirenow input, .enquirenow select{
    width: 100%;
    display: block;
    padding: 10px 29px;
    margin: 10px auto;
}


/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 14px 30px;
  background: #fff;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn:before, .butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #fff;
  opacity: 1;
}
.butn:hover:before, .butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.butn-bg {
  background: #2AAFC0;
  border-color: #2AAFC0;
  color: #fff;
}
.butn-bg:hover span {
  color: #2AAFC0;
}

.butn-light {
  background: #fff;
}
.butn-light:before, .butn-light:after {
  background: #2AAFC0;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #2AAFC0;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #eee;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #2AAFC0 !important;
}

.nav-scroll {
  background: #fff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 0;
  width: 180px;
}



/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  /*min-height: calc(100vh + 10px);*/
  overflow: hidden;
  background:#004282;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-weight: 200;
  letter-spacing: 4px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.header .caption h1 {
  margin: 10px 0;
  font-size: 60px;
  font-weight: 500;
  font-family: inherit;
  word-spacing: 2px;
  letter-spacing: 2px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  font-size: 15px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2AAFC0;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.creative {
  min-height: 105vh;
}
.creative .svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.creative .svg svg {
  fill: #fff;
  width: 101%;
}

.wave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  z-index: 7;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .intro h3 {
  margin-bottom: 10px;
}
.hero .intro h4 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
.hero .intro h4:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #2AAFC0;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
.hero .intro p {
  width: 90%;
  margin: auto;
  text-align: justify;
}
.hero .item .icon {
  width: 80px;
  height: 80px;
  line-height: 90px;
  border-radius: 50%;
  font-size: 40px;
  color: #2AAFC0;
  margin-bottom: 40px;
  position: relative;
}
.hero .item .icon:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #2AAFC0;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -20px;
}
.hero .item h5 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}
.hero .hero-img {
  padding: 0 30px;
  position: relative;
}
.hero .hero-img img {
  position: relative;
  z-index: 2;
}
.hero .hero-img:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 0px;
  bottom: 30px;
  right: 60px;
  background: #2AAFC0;
  background: -webkit-gradient(linear, left bottom, left top, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to top, #2AAFC0, #6976c5);
  z-index: -1;
}
.hero .hero-img:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 10px;
  bottom: 40px;
  right: 70px;
  background: #fff;
  z-index: 1;
}
.hero .content {
  padding-top: 30px;
}
.hero .content .sub-title {
  margin: 10px 0 15px;
  letter-spacing: 2px;
}
.hero .content p {
  margin-top: 15px;
}
.hero .content .butn {
  margin-left: 0;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 section-box ]
-----------------------------------------------------------------*/
.section-box .half-img {
  background-position: 50% 50%;
}
.section-box .half-content {
  padding: 30px;
}
.section-box .box-white {
  padding: 100px 10%;
  background: #fff;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}
.section-box .skills .skill-item {
  margin-bottom: 30px;
}
.section-box .skills .skill-item:last-child {
  margin-bottom: 0;
}
.section-box .skills .skill-item h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.section-box .skills .skill-progress {
  width: 100%;
  height: 26px;
  border: 4px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset;
}
.section-box .skills .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to right, #2AAFC0, #6976c5);
  border-radius: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.section-box .skills .skill-progress .progres:before {
  content: attr(data-value);
  padding: 4px 10px 3px;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to right, #2AAFC0, #6976c5);
  position: absolute;
  top: -35px;
  right: 0;
}
.section-box .skills .skill-progress .progres:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #2AAFC0;
  position: absolute;
  top: -12px;
  right: 15px;
}
.section-box .accordion .item {
  margin-bottom: 30px;
}
.section-box .accordion .title {
  padding: 10px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}
.section-box .accordion .title:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
}
.section-box .accordion .title h6 {
  font-size: 16px;
  font-weight: 500;
}
.section-box .accordion .accordion-info {
  display: none;
  padding: 0px 15px;
  margin-top: 30px;
  border-left: 1px dotted #ccc;
}
.section-box .accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}
.section-box .accordion .accordion-info .spac h6 {
  position: relative;
  margin-bottom: 15px;
}
.section-box .accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 3px;
  left: -15px;
}
.section-box .accordion .accordion-info .spac ul {
  padding-left: 30px;
}
.section-box .accordion .accordion-info .spac li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.section-box .accordion .accordion-info .spac li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -15px;
}
.section-box .accordion .active {
  display: block;
}
.section-box .accordion .active .title {
  color: #fff;
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to right, #2AAFC0, #6976c5);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.section-box .accordion .active .title:after {
  content: '\f068';
}
.section-box .vid-butn {
  font-size: 70px;
  color: #2AAFC0;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 3;
}
.section-box .vid-butn:hover:after {
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.section-box .vid-butn:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.section-box .vid-butn:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: -1;
}

/* ----------------------------------------------------------------
     [ End section-box ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/
.services .item {
  text-align: center;
  padding: 30px 15px;
}
.services .item .icon {
  font-size: 40px;
  color: #2AAFC0;
  margin-bottom: 15px;
}
.services .item h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.services .bord {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.services hr {
  height: 1px;
  width: 100%;
  border: 0;
  display: block;
  background: #eee;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
  font-size: 45px;
  color: #2AAFC0;
  margin-bottom: 30px;
}
.numbers h3 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}
.numbers h6 {
  font-weight: 300;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Works ]
-----------------------------------------------------------------*/
.works .row {
  padding: 20px 15px;
  background: #cee6d2;
}
.works .filtering .filter {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #eee;
  border-radius: 30px;
}
.works .filtering span {
  margin: 0 5px;
  padding: 8px 15px;
  border-radius: 30px;
  cursor: pointer;
}
.works .filtering .active {
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to right, #2AAFC0, #6976c5);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.works .item-img {
  position: relative;
}
.works .item-img:hover .item-img-overlay {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.works .item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.30);
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.works .item-img-overlay:after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.works .item-img-overlay .icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #f1f1f1;
  margin: 15px 5px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.works .item-img-overlay .icon:hover {
  background: #2AAFC0;
  color: #fff;
}
.works .item-img-overlay .icon:before {
  line-height: 2;
}
.works .item-img-overlay p {
  color: #2AAFC0;
  font-weight: 400;
}
.works .item-img-overlay h6 {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  border: 1px solid rgba(42, 175, 192, 0.3);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.team .item:hover {
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to right, #2AAFC0, #6976c5);
  color: #fff;
}
.team .item:hover .team-img {
  border-color: #2AAFC0;
}
.team .item:hover span {
  color: #eee !important;
}
.team .item:hover p {
  color: #ccc;
}
.team .item .team-img {
  float: left;
  width: 170px;
  height: 170px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.team .item .info {
  padding: 15px 15px 15px 0;
  margin-left: 200px;
}
.team .item .info h6 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.team .item .info span {
  font-size: 13px;
  margin-bottom: 10px;
  color: #2AAFC0;
}
.team .item .info p {
  margin-bottom: 10px;
}
.team .item .info .icon {
  margin: 0 5px;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .pricing-tables {
  padding: 0 50px;
}
.price .item {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.price .item .type {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.price .item .type img {
  position: absolute;
  bottom: -10px;
  left: -30px;
  width: calc(100% + 60px);
}
.price .item .type h4 {
  font-size: 20px;
  font-weight: 500;
}
.price .item .value {
  margin: 30px 0;
}
.price .item .value h3 {
  font-size: 55px;
}
.price .item .value h3 span {
  font-size: 15px;
}
.price .item .value .per {
  font-size: 13px;
  margin-top: 5px;
  color: #2AAFC0;
}
.price .item .features {
  text-align: left;
  overflow: hidden;
  padding: 15px 0;
}
.price .item .features ul {
  margin-bottom: 0;
}
.price .item .features li {
  margin-bottom: 15px;
}
.price .item .features li:last-child {
  margin-bottom: 0;
}
.price .item .features li .true {
  color: #3ff312;
}
.price .item .features li .false {
  color: #ec126d;
}
.price .item .features i {
  float: right;
  font-size: 11px;
}
.price .item .order {
  margin-top: 30px;
}
.price .item .order .butn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.price .item.active {
  color: #fff;
  position: relative;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.price .item.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to bottom, #2AAFC0, #6976c5);
  z-index: -1;
  opacity: .9;
}
.price .item.active .value .per {
  color: #eee;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .icon {
  width: 80px;
  margin-bottom: 15px;
}
.testimonials h5 {
  font-weight: 400;
  margin-bottom: 80px;
}
.testimonials .item .client-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(200, 200, 200, 0.15);
}
.testimonials .item h6 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.testimonials .item h6 span {
  display: block;
  color: #2AAFC0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.testimonials .item p {
  padding: 30px;
  color: #eee;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(200, 200, 200, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.1), transparent);
}
.testimonials .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 5px 0;
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background: #2AAFC0;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
}
.blog .item .post-img {
  padding: 15px;
}
.blog .item .post-img .img {
  overflow: hidden;
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .cont {
  padding: 15px 15px 30px;
}
.blog .item .info {
  margin-bottom: 10px;
}
.blog .item .info a {
  color: #999;
  font-size: 12px;
  margin: 0 5px 5px;
}
.blog .item h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog-nav {
  position: static !important;
  background: #fff !important;
  margin: 0;
}
.blog-nav .logo {
  color: #1c1c1c !important;
}
.blog-nav .navbar-nav li a {
  color: #1c1c1c !important;
  font-weight: 500;
}

.min-header {
  height: 40vh;
  background: #1c1c1c;
  position: relative;
}
.min-header h5 {
  font-weight: 800;
  letter-spacing: 1px;
  color: #ccc;
  margin-bottom: 15px;
}
.min-header a {
  position: relative;
  color: #ddd;
}
.min-header a:after {
  content: '/';
  position: relative;
  margin: 0 10px;
}
.min-header a:last-child:after {
  display: none;
}

.blogs .posts .post {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.blogs .posts .post .content {
  padding: 50px 15px;
  background: #fff;
}
.blogs .posts .post .content .post-title h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.blogs .posts .post .content .meta {
  margin-bottom: 20px;
}
.blogs .posts .post .content .meta li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}
.blogs .posts .post .content p {
  font-weight: 300;
}
.blogs .posts .post .content .spical {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}
.blogs .posts .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
  text-align: left;
}
.blogs .posts .post .share-post span {
  font-weight: 700;
}
.blogs .posts .post .share-post ul {
  float: right;
}
.blogs .posts .post .share-post ul li {
  display: inline-block;
  margin: 0 10px;
}
.blogs .posts .title-g h3 {
  font-weight: 800;
  font-size: 25px;
}
.blogs .posts .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.blogs .posts .comments-area .comment-box:nth-child(odd) {
  margin-left: 80px;
}
.blogs .posts .comments-area .comment-box:last-child {
  margin-bottom: 0;
}
.blogs .posts .comments-area .comment-box .author-thumb {
  width: 80px;
  float: left;
}
.blogs .posts .comments-area .comment-box .comment-info {
  margin-left: 100px;
}
.blogs .posts .comments-area .comment-box .comment-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs .posts .comments-area .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}
.blogs .posts .comments-area .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 12px;
}
.blogs .posts .comment-form .form input[type='text'],
.blogs .posts .comment-form .form input[type='email'],
.blogs .posts .comment-form .form textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}
.blogs .posts .comment-form .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.blogs .posts .pagination {
  display: block;
  text-align: center;
}
.blogs .posts .pagination li {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #ddd;
}
.blogs .side-bar .widget {
  margin-bottom: 50px;
}
.blogs .side-bar .widget:last-child {
  margin-bottom: 0;
}
.blogs .side-bar .widget .widget-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.blogs .side-bar .widget .widget-title h6 {
  position: relative;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.blogs .side-bar .widget .widget-title h6:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #2AAFC0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blogs .side-bar .widget li {
  margin-bottom: 10px;
  color: #777;
}
.blogs .side-bar .widget li:last-child {
  margin: 0;
}
.blogs .side-bar .search form input {
  width: calc(100% - 52px);
  height: 50px;
  padding: 0 10px;
  border: 0;
  background: #f7f7f7;
}
.blogs .side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Subscribe ]
-----------------------------------------------------------------*/
.subscribe {
  background-size: auto;
  background-repeat: repeat;
}
.subscribe h4 {
  font-weight: 500;
  margin-bottom: 50px;
}
.subscribe form {
  position: relative;
}
.subscribe input {
  padding: 14px 10px;
  width: 100%;
  margin: auto;
  border: 0;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.subscribe .butn {
  cursor: pointer;
  padding: 10px 0;
  width: 140px;
  border: 1px solid transparent;
  border-radius: 30px;
  position: absolute;
  top: 4px;
  right: -6px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to right, #2AAFC0, #6976c5);
}
.subscribe .butn:hover {
  border-color: #2AAFC0;
}

/* ----------------------------------------------------------------
     [ End Subscribe ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact-Info ]
-----------------------------------------------------------------*/
.contact-info .info {
  padding: 100px 5%;
}
.contact-info .info .gradient {
  position: relative;
  z-index: 3;
}
.contact-info .info .item {
  margin-bottom: 50px;
}
.contact-info .info .item .icon {
  float: left;
  font-size: 35px;
  color: #2AAFC0;
}
.contact-info .info .item .cont {
  margin-left: 60px;
}
.contact-info .info .item h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.contact-info .info .social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #fff;
  background: rgba(200, 200, 200, 0.1);
  font-size: 15px;
  text-align: center;
}
.contact-info .info .social a:hover {
  background: #2AAFC0;
}
.contact-info .map {
  position: relative;
}
.contact-info .map #ieatmaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------
     [ End Contact-Info ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Contact ]
-----------------------------------------------------------------*/
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 15px;
  background: #F7F7F7;
  border: 0;
  border-radius: 10px;
}
.contact .form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
}
.contact .form button {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right top, from(#2AAFC0), to(#6976c5));
  background: linear-gradient(to right, #2AAFC0, #6976c5);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
.contact .form button:hover {
  background: #2AAFC0;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 17 Start Footer ]
-----------------------------------------------------------------*/
footer {
  background: #111;
  padding: 80px 0;
}
footer .social a {
  color: #fff;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #222;
  margin: 15px 5px;
}
footer .social a:hover {
  background: #2AAFC0;
}
footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.dt-banner{
  display: block;
  
}
.mb-banner{
  display:none;
  
}

.dt-feature{
  display: block;
  background:#eeefe7;
  
}
.mb-feature{
  display:none;
  
}


.intellihome-sect{background:#c0a997;}
.oxygen-sect{background:#a0c5cf;}
.tap-water-sect{background:#eeefe7;}

.feature-img{width:100%;height:100%;}



@media only screen and (max-width: 479px){
	.dt-banner{
		display: none;
		
	}
	.mb-banner{
    display:block;
    
  }
  
  .enquirenow{display:none;}


  .dt-feature{
		display: none;
		
	}
	.mb-feature{
    display:block;
    
  }


}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 18 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
    background: #495057;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #2AAFC0 !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
    margin-top:100px;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .services .item {
    padding: 0;
  }
  .services .bord {
    border: 0;
  }
  .services hr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .section-box h3 {
    font-size: 25px;
    line-height: 1.3;
  }

  .hero .intro h3 {
    font-size: 20px;
  }

  .hero .intro h4 {
    font-size: 20px;
  }

  .subscribe h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .bgimg-height-sm {
    height: 400px;
  }

  .header .caption h4 {
    font-size: 16px;
  }
  .header .caption h1 {
    font-size: 25px;
  }
  .header .caption p {
    font-size: 14px;
  }
  .header .caption p span {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .portfolio .filtering span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .section-head h4 {
    font-size: 25px;
  }

  .section-box .accordion .title h6 {
    line-height: 1.5;
    font-size: 14px;
  }

  .section-box .half-content {
    padding: 15px;
  }

  .works .filtering .filter {
    border: 0;
    padding: 0;
  }

  .works .filtering span {
    margin: 0 0 5px;
  }

  .team .item {
    text-align: center;
    padding: 30px;
  }
  .team .item .team-img {
    float: none;
    width: 180px;
    height: 180px;
    margin: auto;
  }
  .team .item .info {
    margin-top: 30px;
    margin-left: 0;
  }

  .price .pricing-tables {
    padding: 0 30px;
  }

  .subscribe input {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 30px;
  }

  .subscribe .butn {
    border-radius: 30px;
  }
}

/*# sourceMappingURL=style.css.map */

#dem p{
    color:#000;
}
@media (max-width: 768px) {
#primary-nav .navbar-nav .nav-link {
    color: #fff !important;
}
.mb-80 {
    margin-bottom: 20px !important;
}
.mb-md50 {
    margin-bottom: 20px !important;
}
.hero .item .icon {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
}

}
.Accordion {  background-color: #1d2126;  color: #F8F8F8;  letter-spacing: 1px; padding: 3em 0;}.Accordion__tabs {  list-style: none;}.Accordion__tab {  width: 100%;}.Accordion__tab__headline {  display: flex;  justify-content: space-between;  align-items: center;  border-bottom: 1px solid rgba(248, 248, 248, 0.5);  transition: 0.2s ease all;  padding: 1em;  cursor: pointer;  font-weight: 400;}.Accordion__tab__headline:hover {  background-color: #d1a46b;}.Accordion__tab__headline > h4,.Accordion__tab__headline > h3 {  user-select: none;  text-transform: capitalize;  margin: 0;  font-size:14px;  cursor:pointer;}.Accordion__tab__headline .icon {  display: inline-block;  width: 22px;  height: 22px;  border: 1px solid;  border-radius: 50%;  position: relative;}.Accordion__tab__headline .icon::before {  display: block;  position: absolute;  content: "";  top: 10px;  left: 6px;  width: 10px;  height: 2px;  background: currentColor;}.Accordion__tab__headline .icon::after {  display: block;  position: absolute;  content: "";  top: 6px;  left: 10px;  width: 2px;  height: 10px;  background: currentColor;  transition: 0.2s ease all;}.Accordion__tab__content {  overflow: hidden;  padding: 0px 15px;  box-sizing: border-box;  height: 100%;  max-height: 0;  transition: 0.4s ease all;}.Accordion__tab--open .Accordion__tab__headline .icon::after {  transform: scaleY(0); } .wrapper p {color: #fff;} .wrapper a, .wrapper a:hover, .wrapper b {color: #d1a46b;}