
/* .navigation{
    background-color: white;
} */
nav .navbar-img{
    width: 140px;
    height: auto;
}
nav .navbar-nav {
    margin-bottom: 0;
}
.navbar-toggler .fa-bars{
    color:rgb(46, 48, 252);
}
nav .navbar-nav .nav-item{
    padding-left: 20px;
    padding-right: 20px;
}
nav .navbar-nav .nav-item .nav-link{
    color:rgb(46, 48, 252);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 0px;
    border-bottom: 3px solid transparent;
}
nav .navbar-nav .nav-item .nav-link:hover{
    /* border-bottom: 3px solid rgb(189, 162, 162); */
    border-bottom: 3px solid #fff;
}
nav .navbar-nav .nav-item .dropdown-menu{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    top: auto;
    left: auto;
    color: rgb(46, 48, 252);
    background-color: #f6f6f6;
}
nav .navbar-nav .nav-item .dropdown-menu a{
    padding-top: 14px;
    padding-bottom: 14px;
    color: rgb(46, 48, 252);
}
nav .navbar-nav .nav-item .dropdown-menu a:active,
nav .navbar-nav .nav-item .dropdown-menu a:hover{
    color:white;
    background-color: rgb(46, 48, 252);
}
nav .navbar-nav .nav-item .dropdown-menu .dropdown-item i{
    margin-right: 10px;
    font-size: 16px;
}
.scrolled-nav{
    background-color: white;
}
.scrolled-nav .navbar-img{
    width: 115px;
}
.scrolled-nav .navbar-nav .nav-item .nav-link:hover{
    border-bottom: 3px solid #333;
}
.scrolled-nav .navbar-nav .nav-item .dropdown-menu{
    background-color: white;
}

/* Hero */
#hero{
    background: url(../images/Slide\ \(3\).jpg) top center;
    background-size: cover;
    width:100%;
    height: 100vh;
    position: relative;
}
#hero::before{
    content: "";
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#hero .container{
    padding-top: 75px;
}
#hero h1{
    color: #fff;
    font-weight: 600;
    font-style: italic;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
}

/* About Us */
.about{
    margin: 80px 0 20px;
    padding-top:30px;
}
.about .title{
    margin-bottom: 40px;
}
.about .title h2{
    color:rgb(46, 48, 252);
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
.about .title p{
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.2px;
    font-size:14px;
}
.about .content h4{
    color:rgb(46, 48, 252);
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
}
.about .content .title{
    color:rgb(46, 48, 252);
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
.about .content p{
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.2px;
    font-size: 14px;
}

/* Services */
.services{
    margin: 50px auto 70px;
    padding-top: 30px;
}
.services h2, .services h4{
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}
.services h2{
    text-transform: uppercase;
    color:rgb(46, 48, 252);
    font-size: 28px;
}
.services h4{
    font-size: 20px;
}
.services .content{
    margin-top: 25px;
    margin-bottom: 30px;
}
.services .content .thumbail{
    border-radius: 45px;
    background-color: white;
    border:3px solid transparent;
    min-height: 340px;
}
.services .content .thumbail:hover{
    border:3px solid rgb(46, 48, 252);
}
.services .content .thumbail .icon{
    margin: 30px auto;
    font-size: 30px;
    width: 52px;
    height: 52px;
    padding: 3px;
    color: white;
    background-color: rgb(46, 48, 252);
}
.services .content .thumbail h3{
    font-size: 19px;
    line-height: 32px;
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 10px;
}
.services .content .thumbail p{
    line-height: 30px;
    font-size:14px;
    margin-bottom: 30px;
    padding: 0 15px;
}

/* Our Projects */
.projects{
    margin: 80px auto;
    padding-top: 20px;
}
.projects  h2{
    text-transform: uppercase;
    color:rgb(46, 48, 252);
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-bottom: 5px;
}
.projects .thumbnail {
    border: none;
    border-radius: 15px;
    background-color:white;
    padding:15px 24px 5px;
    margin: 0 20px;
    border: 2px solid transparent;
}
.projects .thumbnail:hover{
    cursor: pointer;
    /* border: 2px solid rgb(46, 48, 252); */
}
.projects .thumbnail .hover-container{
    position: relative;
}
.projects .thumbnail img {
    max-width: 100%;
    width: auto;
    height: 330px;
    background: rgba(0,0,0,0.6);
    margin-bottom: 12px;
}
.projects .thumbnail .hover-img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 330px;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.5s ease;
    -ms-transitin: all 0.5s ease;
}
.projects .thumbnail:hover .hover-img::after{
    opacity: 1;
}
.projects .thumbnail .icon{
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    /* -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; */
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.projects .thumbnail:hover .icon{
    opacity: 1;
}
.projects .thumbnail .icon a{
    font-size: 30px;
    color:#fff;
}
.projects .thumbnail .project-name{
    color:rgb(46, 48, 252);
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 7px;
}
.projects .thumbnail .location{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
}
.projects .edlinks a, .projects .seeMoreLink, .projects .seeLessLink{
    font-size: 14px;
    color:rgb(46, 48, 252);
    font-weight: bold;
}
.projects .edlinks a:hover, .projects .seeMoreLink:hover, .projects .seeLessLink:hover{
    color: #333;
}
.projects .no-project{
    color: red;
    font-weight: bold;
    margin: 80px 0;
}

/* Contact Us */
.contact{
    margin: 80px auto 40px;
    padding-top: 30px;
}
.contact h2{
    text-transform: uppercase;
    color:rgb(46, 48, 252);
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
}
.contact h4{
    font-weight: bold;
    font-style: italic;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
}
.contact .get-in-touch{
    padding:10px 20px;
}
.contact .icon{
    float: left;
}
.contact .icon .fas {
    color:rgb(46, 48, 252);
    font-weight: bold;
    font-size: 17px;
    margin-top: 3px;
    margin-right: 20px;
    text-align: center;
    padding-top: 5px;
    padding-left: 1px;
    background-color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgb(46, 48, 252);
}
.contact .text{
    margin-left: 52px;
}
.contact .text p{
    line-height: 35px;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0.5px;
}
.contact .text a{
   color:rgb(46, 48, 252);
   font-size: 15px;
}
.contact .text a:hover{
    color:#333;
    text-decoration-color: #333;
}
.contact .form-group {
    margin-bottom: 28px;
}
.contact .form-group .form-input{
    position: relative;
    font-size: 14px;
}
.contact .form-group .form-input .form-control, .contact .form-group .form-input>label{
    padding: 4px 25px;
    margin: 8px;
}
.contact .form-group .form-input .form-control{
    border: 1px solid rgb(46, 48, 252);
    border-radius: 24px;
    outline: none;
}
.contact .form-group .form-input .input-validation-error{
    border-color: red;
}
.contact .form-group .form-input>input{
    height: 43px;
}
.contact .form-group .form-input label{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #ccc;
}
.contact .form-group .form-input .form-control:focus{
    box-shadow: none;
}
.contact .form-group .form-input .form-control:focus + label, 
.contact .form-group .form-input .form-control:valid + label,
.contact .form-group .form-input .form-control-error+ label {
    color: rgb(46, 48, 252);
    font-size: 13px;
    width: auto;
    height: 22px;
    margin:-17px 0 0;
    background-color: white;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    top: 0;
    left: 32px;
    padding: 0 10px;
}
.contact .form-group:nth-child(3){
    margin-bottom: 20px;
}
.contact .form-group .form-input-error{
    margin: 0 8px;
}
.contact .form-group .form-input-error label{
    padding: 4px 25px 0;
    font-size: 14px;
    color: red;
    font-weight: bold;
}
.contact #btnSend{
    margin: 0 8px;
    background-color: rgb(46, 48, 252);
    color:white;
    font-weight: bold;
    border-radius: 24px;
    width: 30%;
    height: 42px;
    opacity: 1;
}
.contact #btnSend:hover{
    opacity: 0.8;
}
#MapLocation .modal-title{
    font-weight: bold;
    color: rgb(46, 48, 252);
}

/* Footer */
footer{
    text-align: center;
    background: rgb(46, 48, 252);
    color: white;
    padding: 40px 0 30px;
    bottom: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
}
footer .back-to-top{
    /* display: none; */
    color:white;
    font-weight: bold;
    font-size:30px;
    cursor: pointer;
}
footer .back-to-top .fa-chevron-up{
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
}
footer .back-to-top .fa-chevron-up:hover{
    color:white;
    opacity: 0.7;
}

/* Detail Modal */
#detailModal.modal {
    background-color: rgba(0,0,0,0.8);
}
#detailModal.modal-open .modal {
    overflow-y: hidden;
}
#detailModal.modal .modal-dialog .close{
    color: white;
    cursor: pointer;
}
#detailModal.modal .modal-dialog .modal-content{
    background: transparent;
    border: none;
}
#detailModal.modal .modal-dialog .detailImages img{
    max-width: 100%;
    width: auto;
    height: 410px;
    min-height: 65%;
    background: white;
}
#detailModal.modal .modal-dialog .prev,
#detailModal.modal .modal-dialog .next{
    cursor: pointer;
    position: absolute;
    top: 32%;
    width: auto;
    padding: 16px;
    color: rgb(46, 48, 252);
    font-weight: bold;
    font-size: 20px;
    transition: 0.7s ease-in-out;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
#detailModal.modal .modal-dialog .next{
    right: 0;
    border-radius: 3px 0 0 3px;
}
#detailModal.modal .modal-dialog .prev:hover,
#detailModal.modal .modal-dialog .next:hover{
    background: white;
    text-decoration: none;
}
#detailModal.modal .modal-dialog .small-thumbnail-container > .row{
    display: block;
    overflow-x: hidden; 
    white-space: nowrap;
}
/* #detailModal.modal .modal-dialog .small-thumbnail-container > .row:hover{
    overflow-x: scroll;
} */
#detailModal.modal .modal-dialog .small-thumbnail-container > .row > .col-3{
    display: inline-block;
}
#detailModal.modal .modal-dialog .small-thumbnail-container > .row > .col-3 > .small-thumbnail-img{
    max-width: 100%;
    width: auto;
    height: 95px;
    margin-bottom: 6px;
    /* opacity: 0.6; */
}
#detailModal.modal .modal-dialog .small-thumbnail-container > .row > .col-3 > .small-thumbnail-img:hover,
#detailModal.modal .modal-dialog .small-thumbnail-container .active{
    opacity: 1;
}
#detailModal.modal .modal-dialog .small-thumbnail-container > .row > .col-3 > .small-thumbnail-img.lightOpacity{
    opacity: 0.6;
}

/* Back to Top */
/* .back-to-top{
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    border:none;
    outline: none;
    color:white;
    background-color: rgb(46, 48, 252);
    font-weight: bold;
    font-size:30px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 2px;
}
.back-to-top:hover{
    color:white;
} */

.login-form{
    max-width: 450px;
    width: 100%;
    margin: 40px auto;
    padding: 15px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.12);
    background-color: white;
    border-radius: 3px;
}
.login-form .logo {
    text-align: center;
    margin: 25px 0px;
}
.login-form .logo .logo-image{
    width: 130px;
    height: auto;
    border-radius: 50%;
    border: 1px solid rgb(46, 48, 252);
    box-shadow: 0 10px 30px 0 rgb(46, 48, 252);
    background-color: #f6f6f6;
}
.login-form h2{
    font-size: 27px;
    font-weight: bolder;
    font-style: italic;
    color: rgb(46, 48, 252);
    padding: 30px 0;
    text-align: center;
}
/* .login-form form{
    font-size: 14px;
    margin-bottom: 35px;
}
.login-form form .form-group{
    position: relative;
    margin: 0 10px 30px 10px;
}
.login-form form .form-group .form-control, .login-form form .form-group>label{
    padding: 12px 22px;
}
.login-form form .form-group .form-control{
    border-radius: 24px;
    border: 1px solid rgb(46, 48, 252);
    outline: 0;
    height: 43px;
}
.login-form form .form-group .form-control:focus{ 
    box-shadow: none;
}
.login-form form .form-group>label{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: grey;
}
.login-form form .form-group .form-control:focus + label,
.login-form form .form-group .form-control:valid + label{
    color: rgb(46, 48, 252);
    font-size: 13px;
    width: auto;
    height: 22px;
    margin: -15px 0 0;
    background-color: white;
    top: 0;
    left: 21px;
    padding: 0 10px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
} */
.login-form .form-group {
    margin-bottom: 28px;
}
.login-form .form-group .form-input{
    position: relative;
    font-size: 14px;
}
.login-form .form-group .form-input .form-control, .login-form .form-group .form-input>label{
    padding: 4px 25px;
    margin: 8px;
}
.login-form .form-group .form-input .form-control{
    border: 1px solid rgb(46, 48, 252);
    border-radius: 24px;
    outline: none;
}
.login-form .form-group .form-input .input-validation-error{
    border-color: red;
}
.login-form .form-group .form-input>input{
    height: 43px;
}
.login-form .form-group .form-input label{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #ccc;
}
.login-form .form-group .form-input .form-control:focus{
    box-shadow: none;
}
.login-form .form-group .form-input .form-control:focus + label, 
.login-form .form-group .form-input .form-control:valid + label,
.login-form .form-group .form-input .form-control-error+ label {
    color: rgb(46, 48, 252);
    font-size: 13px;
    width: auto;
    height: 22px;
    margin:-17px 0 0;
    background-color: white;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    top: 0;
    left: 32px;
    padding: 0 10px;
}
.login-form form .form-group .btn{
    color:white;
    font-weight: bold;
    border-radius: 24px;
    height: 42px;
    background-color: rgb(46, 48, 252);
    opacity: 1;
}
.login-form form .form-group .btn:hover{
    opacity: 0.8;
}
.login-form form .form-group .passwordToggle{
    position: absolute;
    right: 14px;
    top: 12px;
    color:rgb(46, 48, 252);
}
.login-form form .form-group .form-input-error{
    margin: 0 8px;
}
.login-form form .form-group .form-input-error label{
    padding: 4px 25px 0;
    font-size: 14px;
    color: red;
    font-weight: bold;
}

/* Add and edit New Project, Profile Settings */
#addNewProject h5, #editProject h5, #profileSettings h5,
#changePassword h5{
    color:rgb(46, 48, 252);
    font-weight: bold;
}
#addNewProject form, #editProject form, #profileSettings form,
#changePassword form{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#addNewProject form .form-group label:first-child, 
#editProject form .form-group label:first-child,
#profileSettings form .form-group label:first-child,
#changePassword form .form-group label:first-child{
    color:rgb(46, 48, 252);
    font-weight: bold;
}
#addNewProject form .form-group .form-control, 
#editProject form .form-group .form-control,
#profileSettings form .form-group .form-control,
#changePassword form .form-group .form-control{
    border-radius: 24px;
    border: 1px solid rgb(46, 48, 252);
    outline: none;
}
#addNewProject form .form-group .form-control:focus,
#editProject form .form-group .form-control:focus,
#profileSettings form .form-group .form-control:focus,
#changePassword form .form-group .form-control:focus{
    box-shadow: none;
    border-color: #333;
}
#addNewProject form .form-group #projectimage, 
#editProject form .form-group #projectimage{
    background-color: rgb(46, 48, 252);
    color: white;
    font-weight: bold;
    padding: 14px;
    border-radius: 24px;
    cursor: pointer;
    opacity: 1;
}
#addNewProject form .form-group #projectimage:hover,
#editProject form .form-group #projectimage:hover{
    opacity: 0.8;
}
#addNewProject form .form-group #projectmainimagelength, 
#addNewProject form .form-group #projectdetailimagelength,
#editProject form .form-group #editprojectmainimagelength, 
#editProject form .form-group #editprojectdetailimagelength{
    color:rgb(46, 48, 252);
    font-weight: bold;
    font-size: 13px;
}
#addNewProject form .form-group .btn,
#editProject form .form-group .btn, 
#profileSettings form .form-group .btn,
#changePassword form .form-group .btn{
    color:white;
    font-weight: bold;
    border-radius: 24px;
    height: 42px;
    background-color: rgb(46, 48, 252);
    opacity: 1;
}
#addNewProject form .form-group .btn:hover,
#editProject form .form-group .btn:hover,
#profileSettings form .form-group .btn:hover,
#changePassword form .form-group .btn:hover{
    opacity: 0.8;
}
#addNewProject form .form-group .input-validation-error, 
#addNewProject form .form-group .input-validation-error:focus,
#editProject form .form-group .input-validation-error, 
#editProject form .form-group .input-validation-error:focus,
#profileSettings form .form-group .input-validation-error, 
#profileSettings form .form-group .input-validation-error:focus,
#changePassword form .form-group .input-validation-error,
#changePassword form .form-group .input-validation-error:focus{
    border-color: red;
}
#addNewProject form .form-group label.error,
#editProject form .form-group label.error,
#profileSettings form .form-group label.error,
#changePassword form .form-group label.error{
    padding: 4px 10px 0;
    font-size: 14px;
    color: red;
    font-weight: bold;
}

/* Edit Project */
#editProject #showDetailImages a{
    text-align: center;
    color: rgb(46, 48, 252);
    font-weight: bold;
    font-size: 13px;
}
#editProject #showDetailImages a:hover{
    color:#333;
}

/* Your Profile */
#profile h5{
    color:rgb(46, 48, 252);
    font-weight: bold;
}
#profile .title{
    color: rgb(46, 48, 252);
    font-size: 14px;
    font-weight: bold;
}
#profile .ans{
    color: #333;
    font-size: 14px;
}

/* Change Password */
#changePassword form .form-group .passwordToggle{
    position: absolute;
    right: 14px;
    top: 40px;
    color:rgb(46, 48, 252);
}

#formfile input[type="file"]{
    opacity: 0;
    width: 0;
    border: none;
    height: 0;
    padding: 0;
}
