:root {
    --color1: #28B4D2;
    --color2: #E7C945;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: #979696;
    line-height: 1.7em;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--color1);
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 2.5rem;
    transition: 0.6s ease;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color1);
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus,
.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus,
.sidebar .search-box .form-group input:focus,
.agent-from-widget .form-group input:focus,
.agent-from-widget .form-group textarea:focus,
.main-footer .subscribe-form .form-group input:focus,
.blog-detail blockquote,
.agent-block .inner-box:hover:before,
.styled-pagination li a:hover,
.styled-pagination li.active a,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.sec-title .devider span,
.sec-title .devider:before,
.sec-title .devider:after,
.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.main-header .language .dropdown-menu>li>a:hover,
.header-style-three .language .dropdown-menu,
.main-header .search-panel input:focus,
.main-header .search-panel select:focus,
.main-header .search-box-outer .dropdown-menu,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li:hover>a {
    border-color: #00c0ff;
}

.what-we-do .sec-title {
    margin-bottom: 50px;
    position: relative;
}

.sec-title .devider {
    position: relative;
    display: inline-block;
    width: 100px;
    padding-top: 18px;
    margin-bottom: 0px;
}

.sec-title .devider:before,
.sec-title .devider:after {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid var(--color2);
    width: 35px;
    content: "";
}

.nav-bar-mobile {
    display: none;
}

.sec-title .devider span {
    position: absolute;
    left: 37px;
    top: 3px;
    height: 25px;
    width: 25px;
    border-top: 3px solid var(--color2);
    border-left: 3px solid var(--color2);
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec-title .devider span:before {
    position: absolute;
    left: 8px;
    bottom: 9px;
    height: 5px;
    width: 5px;
    background-color: var(--color1);
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec-title .text {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    color: #555555;
    font-weight: 500;
    margin-top: 18px;
}

section {
    padding-top: 80px;
}

.sec-title .devider:before,
.sec-title .devider:after {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid var(--color2);
    width: 35px;
    content: "";
}

.sec-title .devider:after {
    left: auto;
    right: 0;
}


.disclamer-popup {
    width: 45%;
    z-index: 1035;
    display: none;
    max-width: 80%;
    position: fixed;
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%)
}

.disclamer-popup .disclamer-content {
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 400;
    color: #444;
}


.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */

    z-index: 99;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;

}

.sec-title .tilte-h1 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #1a1d1f;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.sec-title .text {
    position: relative;
    font-size: 31px;
    line-height: 29px;
    color: var(--color1);
    font-weight: bold;
    margin-top: 9px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.card1 {

    border: 0px solid rgba(0, 0, 0, .125);

}

.list-style li {
    position: relative;
    display: flex;
    align-items: center;
    padding: .6rem 1rem;
    margin-bottom: -1px;
    background-color: #28b4d2;
    color: #fff;
    border: 1px solid rgb(231, 201, 69);
}

.list-style li::before {
    content: "\f101";
    padding-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecefad;
    border-radius: .3rem;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#sticker {
    z-index: 999 !important;
}

.projectImg {
    overflow: hidden;
    transition: 0.6s ease;
}

.projectImg img {
    transition: 0.6s ease;
}

.projectImg:hover img {
    transform: scale(1.2);
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    color: #fff;
    text-align: center;

}

.slider-text .banner-title {
    text-transform: uppercase;
    font-size: 75px;
}

.slider-text .banner-sub {
    text-transform: uppercase;
    font-size: 30px;
}

.overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.3;
}

.slider::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 16px;
    background: url(../img/slider-layer.png) repeat-x;
    z-index: 9;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-text .banner-title {
        text-transform: uppercase;
        font-size: 55px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slider-text .banner-title {
        text-transform: uppercase;
        font-size: 40px;
    }

    .nav-bar-mobile {
        display: block;
    }

    .slider-text .banner-sub {
        text-transform: uppercase;
        font-size: 21px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    section {
        padding-top: 40px;
    }

    .navbar {
        display: none;
    }
}

@media (max-width:768px) {
    section {
        padding-top: 30px;
    }

    .navbar {
        display: none;
    }

    .nav-bar-mobile {
        display: block;
    }

    .slider-text .banner-title {
        text-transform: uppercase;
        font-size: 20px;
    }

    .slider-text .banner-sub {
        text-transform: uppercase;
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    .sec-title .tilte-h1 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 1.2em;
        color: #1a1d1f;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }

    .sec-title .text {
        position: relative;
        font-size: 24px;
        line-height: 29px;
        color: var(--color1);
        font-weight: bold;
        margin-top: 0;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
    }

    .list-style li {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 12px;
        padding: .6rem 1rem;
        margin-bottom: -1px;
        background-color: #28b4d2;
        color: #fff;
        border: 1px solid rgb(231, 201, 69);
    }

}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

input {
    -webkit-appearance: none;
}

.form-control {
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
    border-color: transparent;
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 1px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 1px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 1px;
}

.home_1 .search #search_field {
    padding: 18px 16px 14px 35px;
    border: 0;
    border-left: 1px solid #C1C1C1;
}

.home_1 .search .col-md-7 {
    padding: 0;
}

.search .fa-location-arrow {
    position: absolute;
    color: #35393B;
    margin: 18px 0 0px 12px;
    font-size: 20px;
}

::-webkit-input-placeholder {
    color: #afafaf;
    font-size: 14px;
}

::-moz-placeholder {
    color: #afafaf;
    font-size: 14px;
}

:-moz-placeholder {
    color: #afafaf;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #afafaf;
    font-size: 14px;
}

.form-control {
    height: auto;
    border: 1px solid #e6e6e6;
    padding: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: #1f2126;
}

@media screen and (max-width: 991px) {
    .home_1 .form-control {
        padding: 15px 5px;
    }
}

@media screen and (max-width: 767px) {
    .home_1 .search #search_field {
        border-radius: 4px;
        margin-bottom: 10px;
        margin-top: 6px;
    }
}
#email-label{
    position: absolute;
    top: 60%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
}
.serch-inner{
    position: relative;
}
.serch-inner .fa{
    position: absolute;
    top: 50%;
    left: 17px;
    font-size: 32px;
    transform: translate(-50%, -50%);
}
.serch-inner .form-control {
    height: auto;
    border: 1px solid #e6e6e6;
    padding: 15px 25px 15px 35px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: #1f2126;
    border-radius: 20px;
}
.ui-autocomplete{
    z-index: 10;
    width: 762.906px !important;
    top: 622px !important;
    position: absolute !important;
    left: 30% !important;
    border-radius: 20px !important;
}
.ui-autocomplete-category{
    font-weight: bold;
    padding: 10px 0 0 17px;
    color: #19b2dd;
    font-size: 18px;
}
.ui-menu-item-wrapper{
    position: relative;
    padding: 3px 1em 3px 1em;
    font-size: 15px;
}
.ui-menu-item-wrapper::before{
    content: '-';
    font-size: 19px;
    font-weight: bold;
    color: #caa92e;
    padding-right: 8px;

}




@media (max-width: 767.98px) { 
    #email-label {
        position: absolute;
        top: 75%;
        z-index: 9;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .ui-autocomplete {
        z-index: 10;
        width: 400px !important;
        top: 240px !important;
        position: absolute !important;
        left: 3% !important;
        border-radius: 20px !important;
    }
    .serch-inner .form-control {
        padding: 8px 25px 8px 35px;
    }
    .serch-inner .fa {
       
        font-size: 18px;
       
    }
    img{
        margin: 7px 0px;
    }
 }


@media (min-width: 768px) and (max-width: 991.98px) { 
    #email-label {
        position: absolute;
        top: 63%;
        z-index: 9;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .serch-inner .form-control {
    
        padding: 8px 25px 8px 35px;
       
    }
    .ui-autocomplete {
        z-index: 10;
        width: 500px !important;
        top: 317px !important;
        position: absolute !important;
        left: 30% !important;
        border-radius: 20px !important;
    }
 }


@media (min-width: 992px) and (max-width: 1199.98px) {
    .serch-inner .form-control {
        height: auto;
        border: 1px solid #e6e6e6;
        padding: 8px 0 8px 35px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 16px;
        color: #1f2126;
        border-radius: 20px;
    }
    #email-label {
        position: absolute;
        top: 65%;
        z-index: 9;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .ui-autocomplete {
        z-index: 10;
        width: 600px !important;
        top: 398px !important;
        position: absolute !important;
        left: 30% !important;
        border-radius: 20px !important;
    }
 }


 .m-hig{
    max-height: 682px;
    overflow: hidden;
    overflow-y: scroll;
 }
 .m-hig1{
    max-height: 373px;
    overflow: hidden;
    overflow-y: scroll;
 }
 
 .m-hig::-webkit-scrollbar,  .m-hig1::-webkit-scrollbar{
    width: 10px;
	background-color: #F5F5F5; 
 }
 	
 
/**  STYLE 5 */
.m-hig::-webkit-scrollbar-track, .m-hig1::-webkit-scrollbar {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.m-hig::-webkit-scrollbar-thumb, .m-hig1::-webkit-scrollbar {
	background-color: #0ae;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                  color-stop(.5, rgba(255, 255, 255, .2)),
					          color-stop(.5, transparent), to(transparent));
}
