﻿/*essential page starts*/ 
.essential-section{width:100%;display:flex;justify-content:center;padding:40px 0 0 0;}
.essential-section .custom-container{width:980px;height:auto;}
.essential-section .img-top{width: 459px;height: 450px;float:right;}
.essential-section .width-12{padding-left:60px;}
.essential-section span{font-size:15px;}
.e-top-text{padding:0 10px 0 0;}
.about-img-mob{display:none;}
.essential-section .inner-width-row{display:flex;justify-content:center;}
.essential-section span.date{text-align:right;display:block;}
.essential-section .sub-heading{display: block;text-decoration: underline;color: #000;font-size: 15px;}
.essential-section ul li{list-style:disc;font-size:15px;font-weight:300;}
.essential-section .logo-img-container{width:100%;}
.about-container{width:100%;display:flex;flex-wrap:wrap;}
.about-container .abouthalf{width:50%;}
.about-container .abouthalf:nth-child(2){background:#175fa9;display:flex;justify-content:center;flex-direction:column;align-items:center;}
.abouthalf h1{font-size:60px;text-transform:uppercase;color:#fff;letter-spacing:15px;font-weight:bold;}
.abouthalf h1 span{font-size:60px;text-transform:uppercase;color:#000;font-weight:bold;}
.abouthalf p{margin-top:20px;text-align:center;font-size:17px;font-weight:200;}
.contact-container{background:#fff;display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;padding-bottom:30px;font-family: 'Abel', sans-serif;}
.contact-container h1{color:#a0a09f;text-transform:capitalize;font-size:60px;}
.contact-container p{color:#a0a09f;font-size:17px;}
.contact-container a{color:#a0a09f;}



@media only screen and (max-width:834px){
    .img-top-container{width:100%;height:530px;display:flex;justify-content:center;}
    .date{padding-right:30px;}
    .essential-section .width-12{padding-left:60px;padding-right:40px;}
    .img-top{float:left;}
    .e-top-text{width: 100%;padding: 0 57px !important;}
    .about-container .abouthalf{width:100%;padding:40px;}
    .clearfix-custom{clear:both;}
    }

@media only screen and (max-width:767px) 
{
    .e-top-text{width: 100%;padding: 0 40px;}
    .essential-section .width-12{padding-left:40px;padding-right:40px;}
    .essential-section .custom-container{width:100%;}
    .essential-section{padding: 28px 0 0 0;}
    .about-img-desk{display:none;}
    .about-img-mob{display:block;}
    .abouthalf h1{font-size:30px;text-transform:uppercase;color:#fff;letter-spacing:15px;font-weight:bold;}
.abouthalf h1 span{font-size:30px;text-transform:uppercase;color:#000;font-weight:bold;}
.abouthalf p{margin-top:10px;text-align:center;font-size:16px;font-weight:200;}
.contact-container{background:#fff;display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;padding-bottom:30px;font-family: 'Abel', sans-serif;}
.contact-container h1{font-size:30px;}
.contact-container p{color:#a0a09f;font-size:16px;}
.contact-container a{color:#a0a09f;font-size:16px;}
}


@media only screen and (max-width:768px){
    .img-top-container{width:100%;height:530px;display:flex;justify-content:center;}
    .date{padding-right:30px;}
    .img-top{float:left;}
    .e-top-text{width: 100%;padding: 0 57px !important;}
    .about-container .abouthalf{width:100%;padding:40px;}
    }

