/**************************
GENERAL
**************************/

@font-face {
    font-family: 'lato';
    src:  url('../../fonts/Lato-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'lato-bold';
    src:  url('../../fonts/Lato-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'lato-light';
    src:  url('../../fonts/Lato-Light.ttf')  format('truetype');
}

@font-face {
    font-family: 'lato-black';
    src:  url('../../fonts/Lato-Black.ttf')  format('truetype');
}

html { position: relative; min-height: 100%;}
body {
    font: 100%/1.4 'lato', Arial,Verdana,sans-serif; padding-bottom: 0;
    margin-top: 120px;
    margin-bottom: 305px; /* Margin bottom to match footer height */
}

a, a:active, a:visited {text-decoration: none!important;}
.bp-project-list{ padding-bottom: 0px !important;}

h1 {
    font-family: 'lato-bold', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 32px;
    margin: 0;
}

h2 {
    font-family: 'lato-light', Arial, Helvetica, sans-serif;
    font-size: 39px;
    color: #000;
    margin: 0;
}

h3 {
    font-family: 'lato-light', Arial, Helvetica, sans-serif;
    font-size: 39px;
    color: #000;
    margin: 0;
}

h4 {
    font-family: 'lato-bold', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #000;
    margin: 0;
}

h5 {
    font-family: 'lato-bold', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #000;
    margin: 0;
}

.blog-post h1,.blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5{
    margin-bottom: 15px;
}

.blog-post{
    font-size: 16px;
}

.thumbnail-container h4{
    text-align: left !important;
}
/**************************
FORMS
**************************/

input, textarea {
    border-color: #dddddd !important;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
}

input:focus, textarea:focus {
    border-color: #0E85C8 !important;
    box-shadow: 0 0 5px rgba(250, 75, 38, 0.1) !important;
}

.form-row.has-error .help-block {
    color: #dd4b39;
}

/**************************
PAGE NOT FOUND
**************************/
.page-not-found{ padding-top: 30px !important;}
.page-not-found .blog-sidebar {text-align: center;}
.page-not-found i {font-size:100px; padding-top:60px;}


/**************************
NAVBAR - SHOP
**************************/
.navbar-shop {padding: 0 10px;}
.navbar-shop a {color: #28a745; text-decoration: none; padding:0 5px;}
.navbar-shop a:hover {color: rgba(255,255,255,1);}

/**************************
HOME PAGE
**************************/

.index-about-main-cont{
    background-color: #24282b;
}

.top-gradient{
    width: 100%;
    height: 20px;
    background-image: url('../../images/site/gradient-top.png');
    background-position: bottom;
    position: relative;
    z-index: 902;
    top: 0;
}

.bottom-gradient{
    width: 100%;
    height: 20px;
    background-image: url('../../images/site/gradient-bottom.png');
    background-position: top;
    position: relative;
    z-index: 902;
    bottom: 0;
}

.index-about-cont{
    text-align: center;
    padding: 50px;
    display: table;
    min-height: 600px;
}

.index-about-text{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 901;
}

.index-about-text h2{
    font-family: 'lato-bold';
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.index-about-text p{
    font-family: 'lato';
    font-size: 18px;
    color: #fff;
}

.index-about-img-cont{
    display: table;
}

.index-about-img{
    display: table-cell;
    vertical-align: middle;
}

.services-main-cont{
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(90deg, #1E415D 50%, #000 50%);
}

.general-box-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.general-box{
    position: relative;
    padding: 0;
    width: 400px;
    height: 530px;
    margin: auto;
}

.general-box-title{
    font-family: 'lato-bold';
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.general-box-text{
    font-family: 'lato';
    font-size: 18px;
    text-align: center;
    color: #fff;
    position: relative;
}

.general-box-btn-cont{
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.general-box-btn{
    font-family: 'lato-black';
    font-size: 16px;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    width: 70%;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

.general-box-btn:hover{
    color: #1E415D;
    background-color: #fff;
    border-color: #fff;
}

.home-studies-main-cont{
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-studies-cont{
    width: 1000px;
}

.home-studies-cont .text-cont, .home-studies-cont .img-cont, .arrow-cont{
    height: 350px;
}

.home-studies-cont .index-studies-img{
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin: auto;
}

.arrow-cont{
    display: table;
    position: relative;
    float: left;
    width: 50px;
    font-size: 40px;
    z-index: 999;
    color: #848383;
}

.arrow{
    font-size: 40px;
    z-index: 999;
    color: #707070;
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel-studies{
    float: left;
    width: 800px;
}

.home-studies-cont .text-cont{
    display: table;
}

.home-studies-cont .text-cont .body-text{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-family: 'lato';
    font-size: 18px;
    color: #000;
}

.home-studies-cont .img-cont{
    text-align: center;
}

.home-studies-cont .img-cont img{
    height: 350px;
    width: unset !important;
    display: unset !important;
}

.home-studies-cont .title-cont{
    margin-bottom: 10px;
}

.home-studies-cont .title{
    font-family: 'lato-bold';
    font-size: 32px;
    color: #000;
}

.home-studies-cont .title:hover{
    color: #1E415D ;
}

.study-btn{
    font-family: 'lato-black';
    font-size: 16px;
    color: #000;
    border-color: #000;
    background-color: #fff;
    width: 200px;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

.study-btn:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.clients-main-cont{
    background-color: #f2f2f2;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.clients-main-cont h2{
    font-family: 'lato-bold';
    font-size: 32px;
    color: #707070;
    margin-bottom: 30px;
}

.clients-main-cont .client-logo-cont{
    float: left;
    width: 20%;
    display: table;
    height: 100px;
    text-align: center;
}

.clients-main-cont .client-logo{
    display: table-cell;
    vertical-align: middle;
}

.clients-main-cont .client-logo img{
    max-width: 100%;
}

.owl-dots{
    display: none;
}

/**************************
News
**************************/
.property-enquiry-header{
    text-align: left;
    padding-bottom: 15px;
    font-size: 16px;
    text-transform: unset !important;
}

.property-enquiry-header:after{
    content: unset !important;
}

.news h4 a{
    font-size: 14px;
    color: #fff;
}

.news h4 a:hover{
    color: #474748;
}

.news .col-4{
    padding-right: 0;
}

.news .thumbnail-container{
    padding-bottom: 10px;
}

.img-thumbnail{
    border-radius: 0px;
    border:none !important;
}

.news-container h1{
    margin: auto;
    margin-bottom: 20px;
}

/**************************
NAVSIDEBAR
**************************/
.sidebar-module a {color: #000; text-decoration: none; font-family: 'lato-bold'; font-size: 18px !important;}
.sidebar-module a:hover {color: #00BBFF;}
.navsidebar .active > a {color: #00BBFF;}

.list-group-item.active{
    background-color: #fff;
    border-color: rgba(0,0,0,.125);
}

.list-group-item.active a{
    color: #00BBFF;
}

.dropdown-item.active{ border-color: #00BBFF; }

.navsidebar .list-group-item{
    border-bottom: none;
}

.navsidebar{
    margin-top: 20px;
}

/* Sub Menu */
.navsidebar-sub {padding-left:10px;}
/**************************
CONTACT
**************************/

.contact-form-container{
    margin-bottom:15px;
}

/**************************
FOOTER
**************************/
.footer {
    position: absolute;
    background-color: #303030;
    bottom: 0;
    width: 100%;
    height: 305px; /* Set the fixed height of the footer here (for sticky footer) */
    padding-top: 20px;
    text-align: center;
    line-height: 25px;
    color: #ACA8A8;
    font-size: 14px !important;
}

.footer-logo{
    height: 90px;
    margin-bottom: 20px;
}

.footer-links{
    font-size: 16px;
    color: #9C9C9C;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-logo img{
    width: 70%;
}

.footer-links a{
    color: #707070;
}

.footer-links a:hover{
    color: #fff;
}

.footer-links-cont{
    background-color: #000;
}

.footer-menu-links a{
    color: #ACA8A8;
}

.footer-menu-links a:hover{
    color: #fff;
}

.footer-menu-cont{
    text-align: left;
    padding-bottom: 20px;
}

.footer-header{
    color: #fff;
    font-size: 14px;
    font-family: lato-bold;
}

.footer-logo-cont{
    text-align: center;
}

.footer-logo-cont p{
    font-family: lato-bold;
    font-size: 14px;
    color: #fff;
}

.footer-menu-item-cont a{
    font-size: 14px;
    color: #ACA8A8;
}

.footer-menu-item-cont a:hover{
    color: #fff;
}

.footer-social-cont a{
    font-size: 18px;
    color: #ACA8A8;
}

.footer-social-cont a:hover{
    color: #fff;
}

/**************************
PREVIEW BAR
**************************/
.preview {width:100%; height:52px; background-color: #a6dbd7; position:fixed; z-index: 1000; top:0; color:#fff; }
.preview .navbar-logo {height: 54px; width: auto; position: relative; top: -2px;margin-left: 15px}
.preview, .preview a {font-size: 20px; color:#fff; font-weight: 500; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.preview a:hover {color: #000!important;}
.preview a i {padding-top: 15px;}
.preview-return {float:right; margin-right: 30px;}
.preview-return a {font-size:16px; color:#b71319;}
.preview .spacer {padding: 0 10px;}

/**************************
HELPER - SHARING
**************************/
#share {font-size: 11px!important; border-top: 1px #e8e8e8 solid; margin-top: 20px; padding: 20px 0; clear: both;}
.a2a_menu a {font-size: 13px!important;}
.a2a_menu {background: #e8e8e8!important; }
a.a2a_i, i.a2a_i {border: none!important;}
#share i {font-size: 18px; padding: 0 7px 0 0;}
#share a {padding: 0 7px 0 0;}
.share-space {float: left; padding: 0 70px 0 0; }
.share-space a {color: #444; }
.share-space a:hover {color: #ccc; }

/**************************
HELPER - PAGINATION
**************************/
#pagination {clear: both; z-index: 9999 !important;}

.pagination{  margin-bottom: 0px; }

.pagination  li {padding-right: 10px}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}

.page-item.disabled .page-link{
    border-color: #303030 !important;
}

.pagination .page-link {
    color: #000;
    border-color: #303030;
}

.pagination .page-link:hover{
    color: #fff;
    background-color: #303030;
}


/**************************
HELPER - BUTTONS
**************************/
.btn-more {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center !important;
    color: #6D6E71;
    border:1px solid #0B85C8;
    padding: 15px 70px 15px 70px;
    border-radius: 0 !important;
} /* style used on button tag */
.btn-more a, .btn-more a:active, .btn-more a:visited { }
.btn-more:hover {
    color: #474748 ;
}

.btn-back {font-size: 14px!important; font-weight: 400; margin-bottom: 70px; z-index: 9999}
.btn-back a, .btn-back a:active, .btn-back a:visited {color: #008A00 !important; text-decoration: none;}
.btn-back a:hover {color: #000 !important;}

/**************************
NEWS MODULE
**************************/
.news-list-item {clear:both;  padding-bottom: 20px; overflow: hidden;}
.news-list-item .btn {padding: 2px 20px;}
.news-list-item-txt {float: left;   width: 65%;}
.news-list-item-img {float: right;  width: 35%;}

.news-item {clear:both; padding: 10px 0px; overflow: hidden; width:100%;}
.news-item-txt {float: left;   width: 65%; padding-right: 20px;  }
.news-item-img {float: right;  width: 35%; height: auto; padding-top: 20px;  text-align: center; margin: 0;}
.news-item-img img {width: 100%; max-width: 100%; height: auto;}

.news-container{
    margin-top: 25px;
}

.news  .general-box-text{
    font-size: 18px;
}

.news hr{
    margin-top: 0px;
}

.news-image-container{
    height: 250px;
    background-color: #CCCCCC;
}

.news-container .page-title{
    color: #fff;
}

.news .general-box-cont{
    margin-bottom: 25px;
}

.news .general-box-image{
    height: 202px;
}

.news-content{
    font-size: 18px;
    color: #707070;
}

.embed-responsive{
    background-color: #494943 !important;
}
/**************************
FAQS MODULE
**************************/
.faqs .accordion-toggle {text-decoration: none!important;}
.faqs .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Font Awesome\ 5 Free';  /* essential for enabling glyphicon */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
    padding-left:10px;
	font-weight:900
}
.faqs .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f054";    /* adjust as needed, taken from bootstrap.css */
}

/**************************
DOCUMENTS MODULE
**************************/
.document-wrapper {width:100%; clear:both; border-top: 1px #007bff solid; padding: 10px 10px;}
.document-title {float:left;}
.document-link {float:right;}
.document-link a, .document-link a:active, .document-link a:visited {text-decoration: none;}	
.document-details {width:100%; clear:both; padding-bottom: 5px; }

/**************************
GALLERY MODULE
**************************/
.gallery-container{
    margin-top: 30px;
}

.gallery-block{
	padding-bottom: 20px;
	padding-top: 20px;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card-body {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #212529; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}


.gallery-img{
    width: 100%;
    height: 180px;
    background-size: cover !important;
    background-position: center !important;
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}

/**************************
PROJECTS MODULE
**************************/
.project-cont{
    padding-top: 30px;
    padding-bottom: 20px;
}

.project-item-cont{
    padding-top: 30px;
    padding-bottom: 30px;
}

.project-boxes .box{
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.project-boxes .box-normal{
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.inner-box{
    position: relative;
}

.project-boxes .box .inner-client{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    font-family: lato-bold;
    color: #fff;
    z-index:899;
    font-size: 16px;
    background-image: linear-gradient(to top, black , transparent);
}


.project-boxes .box .inner-location{
    font-weight: 400 !important;
}

.project-boxes .box .inner-title{
    position: absolute;
    width: 100%;
    text-align: center;
    vertical-align: top;
    color: #fff;
    text-transform: uppercase;
    font-family: lato-bold;
    font-size: 16px;
    z-index:900;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    background-image: linear-gradient(to bottom, black , transparent);
}

.project-boxes .box .box-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.project-boxes .box .inner-box:hover .box-bg{
    transition: all 1s;
    transform: scale(1.2);
}

.project-item-txt h1{
    margin-bottom: 10px;
}

.project-item-txt p{
    font-size: 16px;
}

#project-image .carousel-item{
    height: 477px !important;
    background-position: center;
}

.testimonials{
    margin-top: 50px;
}

.testimonials h2{
    font-family: lato-bold;
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
}
/**************************
TEAM MODULE
**************************/

.member-container{
    margin-top: 25px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.team-container{
    margin-top: 25px;
}

.member{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    margin-bottom: 30px;
}

.member .rounded-circle{
    margin: auto !important;
}

.member img{
    vertical-align: middle;
}

.member-title-old{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #12768E;
    color: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: 15px;
}

.member-title{
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #12768E;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #FFF;
}

.member-job-title{
    margin-top: 5px;
}

.member .view-details-button{
    width: 100%;
    color: #fff;
    background-color: #12768E;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.member .view-details-button:hover{
    background-color: #000;
}

.member-information .col-12{
    margin-bottom: 20px;
}

.member-detail-title{
    margin-bottom: 10px;
}

.member-photo{
    text-align: right;
    margin-bottom: 25px;
}

.team-member{
    padding-top: 15px;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.member-button{
    background-color: #12768E;
    color: #fff !important;
    margin-right: 10px;
}

/**************************
PAGES
**************************/

.page-title{
    color: #000;
    font-size: 35px;
    font-weight: 400;
}

.page-container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.profile-page-container .row{
    min-height: 300px;
}

.download-button{
    font-family: 'lato-bold';
    font-size: 14px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.download-button:hover{
    background-color: #fff;
    border-color: #000;
    color: #000;
}


/**************************
TESTIMONIALS MODULE
**************************/

.testimonials h1{
    margin: auto;
    margin-bottom: 20px;
}

.testimonials .card{
    border-color: #707070;
    margin-bottom: 20px;
    border-radius: 0;
}

.star-container{
    text-align: center;
    margin-bottom: 10px;
}

.star-container i{
    font-size: 18px;
}

.star-container .checked, .card .checked{
    color: #00BBFF;
}

.name-container{
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 5px;
    font-size: 18px;
}

.header-container{
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

/**************************
CONTACT
**************************/
.contact-container{
    margin-top: 25px;
    text-align: center;
}

.contact-success-message{
    margin: auto;
    margin-top: 30px !important;
}

.grecaptcha-badge{
    z-index: 99999 !important;
}

/**************************
CONTACT MODULE
**************************/

.g-recaptcha-container{ margin-bottom: 15px; }

.fv-help-block {
    color: #dc3545;
    font-size: 80%;
    margin-top: .25rem;
}

/**************************
RESPONSIVE - BOOTSTRAP MEDIA QUERIES
**************************/
@media (max-width: 575.98px) {

    body {
        margin-bottom: 645px;
        margin-top: 65px;
    }
    .footer{
        height: 645px;
    }
    .index-about-cont{
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 400px;
    }

    .general-box{
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .services-main-cont{
        background: linear-gradient(180deg, #1E415D 50%, #000 50%);
        padding-bottom: 0px;
    }

    .home-studies-cont .text-cont{
        order: 2;
    }

    .home-studies-main-cont{
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .home-studies-cont .body-text{
        text-align: center;
    }

    .home-studies-cont{
        width: 80%;
    }

    .home-studies-cont .index-studies-img{
        width: 250px !important;
        height: 250px !important;
    }

    .home-studies-cont .img-cont img{
        width: 100% !important;
        height: unset !important;
    }

    .arrow-cont{
        display: none;
    }

    .clients-main-cont .client-logo-cont{
        width: 100%;
        margin-bottom: 30px;
    }

    .clients-main-cont{
        margin-top: 50px;
        padding-bottom: 0px;
    }

    .index-about-cont{
        padding: 10px;
    }

    .home-studies-main-cont .img-cont{
        height: unset !important;
        margin-bottom: 20px;
    }

    .footer-menu-cont{
        text-align: center;
    }

    #project-image .carousel-item{
        height: 300px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    body {
        margin-bottom: 645px;
        margin-top: 65px;
    }
    .footer{
        height: 645px;
    }
    .index-about-cont{
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 400px;
    }

    .general-box{
        width: 100%;
        margin-bottom: 30px;
    }

    .services-main-cont{
        background: linear-gradient(180deg, #1E415D 50%, #000 50%);
        padding-bottom: 0px;
    }

    .home-studies-cont .text-cont{
        order: 2;
    }

    .home-studies-main-cont{
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .home-studies-cont .body-text{
        text-align: center;
    }

    .home-studies-cont{
        width: 100%;
    }

    .home-studies-cont .img-cont img{
        width: 100% !important;
        height: unset !important;
    }

    .arrow-cont{
        display: none;
    }

    .clients-main-cont .client-logo-cont{
        width: 100%;
        margin-bottom: 30px;
    }

    .clients-main-cont{
        margin-top: 50px;
        padding-bottom: 0px;
    }

    .index-about-cont{
        padding: 10px;
    }

    .home-studies-main-cont .img-cont{
        height: unset !important;
        margin-bottom: 20px;
    }

    .footer-menu-cont{
        text-align: center;
    }

    #project-image .carousel-item{
        height: 387px !important;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    body {
        margin-bottom: 450px;
    }

    .footer{
        height: 450px;
    }

    .footer-menu-cont .col-md-3{
        /*width:20% !important;*/
    }

    .footer-menu-cont .col-md-3.explore{
        width:30% !important;
    }

    .footer-menu-cont .col-md-3.social{
        width:10% !important;
    }

    .index-about-cont{
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 400px;
    }

    .services-main-cont .container{
        max-width: 100%;
    }

    .general-box{
        width: 100%;
    }

    .home-studies-cont{
        width: 600px;
    }

    .home-studies-cont .text-cont{
        order: 2;
    }

    .home-studies-main-cont{
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .home-studies-cont .body-text{
        text-align: center;
    }

    #project-image .carousel-item{
        height: 522px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .home-studies-cont{
        width: 800px;
    }

    #project-image .carousel-item{
        height: 342px !important;
    }
}


@media (min-width: 1200px)  and (max-width: 1399.98px){

    #project-image .carousel-item{
        height: 410px !important;
    }
}


@media (min-width: 1400px){

}