@font-face {
    font-family: 'SolThin';
    src: url("fonts/SolThin.otf");
}

@media only screen and (max-width: 1400px) and (min-width: 1201px) {
    html, body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    html, body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    html, body {
        font-size: .75rem;
    }
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 540;
    background-color: #f0f0f0;
}

.sidebar {
    background-color: #ffffff;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 2px 1px #dfdada;
}

.logo {
    width: 100%;
    /* height: 20%; */
    /* padding: 5.5% 0;
    margin-top: 2.5%; */
    border-bottom: 1px solid #dad7d7;
}

.sidebar hr {
    margin-top: 0px;
}

nav {
    text-align: center;
    line-height: 275%;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: #010742;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #010742;
    transition: 0.5s;
}

nav ul li a:hover {
    background-color: #0B26F4;
    color: #ffffff;
    border-bottom: 1px solid #0B26F4;
    transition: 0.5s;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top:0;
    bottom: 0;
    z-index: 999;
}

header button {
    display: block;
    position: absolute;
    top: 35%;
    right: 5%;
}

.custom-btn {
    background-color: #010742;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    color: white;
    transition: 0.5s;
}

.custom-btn a {
    text-decoration: none;
    color: inherit;
    /* font-size: 16px; */
}

#header-btn:hover {
    color: #ffffff;
    background-color: #0B26F4 !important;
    transition: 0.5s;
}

#header-btn a {
    text-decoration: none;
    color: inherit;
    /* font-size: 16px; */
}

.custom-btn:hover {
    color: #ffffff;
    background-color: #0B26F4;
    transition: 0.5s;
}

.scale {
    width: 100%;
    height: 433px;
}

@media only screen and (max-width: 1400px) and (min-width: 1201px) {
    .scale {
        height: 385px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .scale {
        height: 345px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .scale {
        height: 280px;
    }
}

.yt-link a{
    background-color: #010742;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 1.3em;
    transition: all .3s;
    padding: 0.3% 0;
    border: 1px solid #010742;
}

.yt-link a:hover {
    background-color: white;
    color: #0B26F4;
    border: 1px solid #0B26F4;
}

.focused-text {
    color: #000000;
    font-family: 'SolThin';
}

.section-design-template {
    background-color: white;
    box-shadow: 0px 0px 2px 1px #dfdada;
    border: none;
    border-radius: 0.5%;
    padding: 3% 3%;
}

.section-design-template h3 {
    font-family: 'SolThin';
}

.description {
    letter-spacing: .04em;
    text-align: justify;
    margin-top: 2%;
}

.service-cols {
    background-color: white;
    box-shadow: 0px 0px 2px 1px #dfdada;
    border: none;
    border-radius: 0.9%;
    padding: 2%;
    width: 31%;
    text-align: center;
    letter-spacing: .04em;
    transition: .5s;
}

.service-cols:hover {
    box-shadow: 0px 0px 4px 3px #c8c4c4;;
}

.service-icon {
    text-align: center;
}

.service-icon i {
    font-size: 40px;
    color: #001F54;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .service-icon i {
        font-size: 20px;
    }
}

.service-cols hr {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
}

.service-cols div a {
    /*color: #ffffff;*/
    text-decoration: none;
}

.service-heading {
    margin-top: 5%;
    font-weight: 600;
    color: #0B26F4;
    font-family: 'SolThin';
}

.service-cols div a:hover {
    color: #010742;
    text-decoration: underline;
}

footer {
    background-color: #010742;
    color: #ffffff;
    border: none;
    border-radius: 0.5%;
}

footer h3 {
    margin-bottom: .6em;
}

.contact-us-form {
    margin-top: 0;
}

.contact-us-form input[type="text"], .contact-us-form input[type="email"], .contact-us-form textarea {
    border: 1px solid #0B26F4;
    border-radius: .2em;
    outline: none;
    padding: .3em .5em;
    color: #0B26F4;
}

.contact-us-form textarea {
    resize: none;
    overflow: auto;
}

.contact-us-form input[type="submit"] {
    border: 1px solid #0B36F4;
    padding-left: 1em;
    padding-right: 1em;
}

.social-icons-row {
    font-size: 2em;
    text-align: center;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    footer h3 {
        font-size: 18px;
    }
    
    .social-icons-row{
        font-size: 20px;
    }
}

#facebook {
    cursor: pointer;
    color: #1778F2;
}

#facebook:hover {
    color: #1778F2;
}

#whatsapp {
    cursor: pointer;
    color: #25D366;
}

#whatsapp:hover {
    color: #25D366;
}

#youtube {
    cursor: pointer;
    color: #FF0000;
}

#youtube:hover {
    color: #FF0000;
}

#telegram {
    color: #0088CC;
}

#address-icons {
    font-size: 21px;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #address-icons {
        font-size: 16px;
    }
}

.footer-last-section {
    text-align: center;
    color: #ffffff;
    background-color: #0B26F4;
    padding: 0.6%;
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    html, body {
        font-size: .64rem;
    }

    .scale {
        height: 230px;
    }

    .service-icon i {
        font-size: 1.8rem ;
    }

    footer h3 {
        font-size: calc(.8rem + .6vw);
    }

    .social-icons-row {
        font-size: 1.4rem;
    }

    #address-icons {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    html, body {
        font-size: .64rem;
    }

    .scale {
        height: 230px;
    }

    .rev {
        flex-direction: column-reverse;
    }

    .service-icon i {
        font-size: 1.8rem ;
    }

    footer h3 {
        font-size: calc(.8rem + .6vw);
    }

    .social-icons-row {
        font-size: 1.4rem;
    }

    #address-icons {
        font-size: 1rem;
    }
}

#cell-detail {
    display: none;
}

#thumbnail-shadow {
    border: 0;
    box-shadow: 0px 0px 2px 1px #dfdada;
}


/* gallery page css */
.content {
    position: relative;
    height: 40vh;
}

.content .overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
}

.content:hover .overlay {
    opacity: 1;
    /* cursor: pointer; */
}

.content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .text {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}

.content:hover .text {
    opacity: 1;
    /* cursor: pointer; */
}

.text h3 {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    font-size: 3em;
}

.detail-mp {
    margin-left: 2em;
    margin-bottom: .5em;
}
.footer-links {
	color: #ffffff;
	display: block;
}
.footer-last-link {
	color: #ffffff;
	display: block;
}
.footer-last-link:hover{
	color:#001F54;
}