/*============================*/
/*common Section Start*/
/*============================*/
.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.section-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: 700;
}
.section-title-border {
    width: 50px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #59CD90;
}
.section-subtitle {
    letter-spacing: .02em;
}
.btn {
    padding: 10px 22px;
    font-size: 14px;
    transition: all .5s;
}
.btn:hover {
    transform: translateY(-5px);
}
/*============================*/
/*common Section End*/
/*============================*/




/*============================*/
/*navbar start*/
/*============================*/

.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
}
.navbar-custom .logo {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    height: auto;
    font-family: "Sarabun",sans-serif;
}
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    box-shadow: 0px 3px 10px 0px rgba(38,107,193,.08);
}
.nav-sticky.navbar-custom.sticky-dark {
    background-color: #272a33;
}

/*============================*/
/*navbar End*/
/*============================*/



/*============================*/
/*Hero Area Start*/
/*============================*/
.height-100vh{
    height: 100vh;
}
.bg-home {
    background: url(../img/tower.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-overlay {
    background: #000;
    opacity: .5;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

/*============================*/
/*Hero Area End*/
/*============================*/

/*============================*/
/*service Area start*/
/*============================*/
.services-box {
    padding: 15px 20px;
}
.services-box i {
    font-size: 32px;
    margin-bottom: 15px;
}
.services-heading {
    font-size: 18px;
    font-weight: 600;
}
.services-dec {
    font-size: 14.4px;
    line-height: 24px;
}
/*============================*/
/*service Area End*/
/*============================*/

/*============================*/
/*Call to Action Start*/
/*============================*/

.bg-web-desc {
    background: url(../img/services-tower-768x576.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-web-desc .bg-overlay {
    background: linear-gradient(to right, #363795, #005c97);
    opacity: .95;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}
.call_action .heading {
    font-size: 36px !important;
    font-weight: 700;
}
.call_action .desc {
    color: rgba(255,255,255,.7);
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
}
/*============================*/
/*Call to Action End*/
/*============================*/

/*============================*/
/*Contact Start*/
/*============================*/
.contact-info {
    font-size: 15px;
    line-height: 24px;
}
.contact-info-heading{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #212529;
}
.custom-form .form-control {
    margin-bottom: 20px;
    box-shadow: none !important;
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8509803922);
    border-color: #ecf0f5;
}
/*============================*/
/*Contact End*/
/*============================*/

/*============================*/
/*Footer Start*/
/*============================*/
.footer-alt {
    padding: 15px 0;
    background-color: #2e313a;
}
.footer-alt p {
    color: #98a0aa !important;
    line-height: 36px;
}
.social-icon {
    border: 2px solid #40434e;
    border-radius: 50%;
    color: #6b707d !important;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
}
/*============================*/
/*Footer End*/
/*============================*/
/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .bg-home {
        background-size: cover;
        background-position: left;
    }
}
/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .bg-home {
        background-size: contain;
        background-color: #271a4a;
        background-position: center;
    }
}


/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .bg-home {
        background-size: contain;
        background-position: center;
        background-color: #271a4a;
    }
}


