.dima-navbar-wrap.desk-nav .dima-navbar .logo h1 img{
    width: 180px;
}

#demo-construction .dima-navbar-transparent.dima-navbar {
    background-color: rgb(255, 255, 255);
}
#demo-construction .dima-navbar-transparent.dima-navbar .dima-nav > li > a, #demo-construction .dima-navbar-transparent.dima-navbar .dima-nav-end > li > a {
    color: #333333;
}
.dima-nav > li > a:hover {
    color: #1590cf !important;
}

.dima-nav > li >  .active-nav {
    color: #1590cf !important;
}

.slider-btn{
    margin-top: 30px;
    background: #1590cf;
    color: white !important;
    border: 0px !important;

}

.slider-btn:hover{
    background: #1590cf;
    color: white !important;
}

.custom-title{
    color: #1590cf !important;
}
.line-hr{
    border-bottom: 3px solid #80c3e9;
}

.projects-title{
    color: white;
}
.project-t{
    padding: 30px;
    background: white;
}
.project-t p{
    font-size: 18px;
    color: #3e3e3e;
    font-weight: bold;
}
.work-item:hover .link_overlay, .dima-team-member:hover .link_overlay, .post-img:hover .link_overlay, .dima-product:hover .link_overlay{
    background: #1590cf;
}

a:hover{
    color: #1590cf !important;
}

.project-section{
    background-image: url("../images/pattern.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.clients-section{
    background-color: white !important;
    padding-top:50px;
    padding-bottom: 50px;
}

.social-media li:hover {
    border: 1px solid #1590cf;
    background: #1590cf !important;
}

.tp-banner-container {
    margin-top: 0px;
}

.tp-caption h2, .tp-caption p, .tp-caption .slider-btn{
    margin-left: 20px;
}

/*
.features-start.small-flat .features-content {
    border-left: 3px solid #3e3e3e;
    padding-left: 20px;
}
*/
.main-p{
    font-size: 18px;
    text-align: center;
}

.vission-section{
    background: rgb(62, 62, 62);
    text-align: center;
    color: white;
}
.vission-section p{
    color: white;
}

.policy-wrapper{
    text-align: left;
}

.policy-wrapper h2{ text-align: left;
}

.policy-wrapper .line-hr{
    float: left;
}

.policy-wrapper .main-p{
    float: left;
    text-align: left;
}

.policy-row{
    display: flex;
}

.policy-row img{
    height: 100%;
    object-fit: cover;
}
.partners-main{
    text-align: left;
}
.partner-bullets p:first-child{
    border-top: 1px solid #c7c7c7;
    margin-top: 5px;
    padding-top: 10px;
}

.title-bold{
    font-weight: bold;
    color: #4c4c4c;
}

.client-member .team-img img{
    border: 1px solid #e9e9e9;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="date"]:focus, .form input[type="password"]:focus, .form input[type="number"]:focus, .form input[type="url"]:focus, .form input[type="tel"]:focus, .form textarea:focus {
    border-color: #1590cf !important;
    -webkit-appearance: none;
    -webkit-box-shadow: 0.3em 0em 0em 0em #1590cf inset !important;
    box-shadow: 0.3em 0em 0em 0em #1590cf inset !important;
}

::selection {
    background-color: #1590cf;
    color: #FFFFFF;
}
.background-image-hide{
    background-position: 50% 50% !important;
    opacity: .5;
}

.features-start{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.features-content{
    text-align: center;
    display: inline;
}

.features-title{
    display: inline;
    text-align: center !important;
    font-size: 22px;
    line-height: 1;
}

.feature-main-img{
    width: 64px;
    display: block;
    margin-bottom: 20px;
}
.features-start.small-flat .features-content {
    padding-left: 0px;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display:inline-block;

}

nav a {
    display: block;
    padding: 0 10px;
    color: #000;
    line-height: 50px;
    text-decoration: none;
}

nav a:hover { 
    background-color: #484848;
}

/* Hide Dropdowns by Default */
nav ul ul {
    display: none;
    position: absolute; 
    top: 70px; 
    background: white;
    box-shadow: 1px 2px 4px #80808059;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width:170px;
    float:none;
    display:list-item;
    position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
    position: relative;
    top:-60px; 
    left:170px;
}


/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


.myImg1, .myImg2, .myImg3, .myImg4 {
    cursor: pointer;
    transition: 0.3s;
    height: 255px;
    object-fit: cover;
}

.myImg:hover {opacity: 0.7;}

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

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/*Dot For Slide*/
.mySlides {display:none } 
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0 }


.slider-container{
    padding-bottom: 2em !important;
}
.w3-btn,.w3-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:white;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%; cursor:pointer; height:15px;width:15px;padding:0}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
:left;border:none;outline:none;white-space:normal;float:none}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:5%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:5%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-left-align{text-align:left}.w3-right-align{text-align:right}.w3-justify{text-align:justify}.w3-center{text-align:center}
/* #ccc transparent color */
.w3-border-top{border-top:1px solid #ccc}.w3-border-bottom{border-bottom:1px solid #ccc}
.w3-border-left{border-left:1px solid #ccc}.w3-border-right{border-right:1px solid #ccc}
.w3-topbar{border-top:6px solid #ccc}.w3-bottombar{border-bottom:6px solid #ccc}
.w3-leftbar{border-left:6px solid #ccc}.w3-rightbar{border-right:6px solid #ccc}
.w3-section,.w3-code{margin-top:50px;margin-bottom:50px}
.w3-button:hover{color:#000;background-color:#ffffffe0;}
.w3-transparent,.w3-hover-none:hover{color:#fff; background-color:transparent}
.w3-hover-none:hover{box-shadow:none}
.w3-border-0{border:0;}.w3-border{border:1px solid #fff}
.w3-white,.w3-hover-white:hover{color:#000;background-color:#ffffffe0;}

@media only screen and (max-width: 767px){
    .policy-row{
        display:block;
    }
    .double-clear{
        padding-bottom: 0px;
    }
    div [class*="ok-"]:last-child {
        margin-bottom: 0px;
    }
    .features-start {
        text-align: center;
    }
}
@media only screen and (max-width: 991px){
    nav a:hover {
        background-color: transparent;
    }
    nav ul ul {
        position: initial;
    }
    nav ul ul{
          box-shadow: 1px 2px 4px #80808000;  
    }
}