/* ---------------- START of Home Page ---------------- */

/* START : Header */
#topHeader{
    border-bottom: 1px solid #ebebeb;
}
#topHeader a{
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.89rem;
}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
.navbar{
    padding-left: 2%;
    padding-right: 2%;
}
nav ul li a{
    font-size: 1.1rem;
    font-weight: 600;
}
/* To make hoverable dropdown */
.dropdown:hover .dropdown-menu {display: block;}
/* END : Header */

/* START : Footer */
.full-footer{
    background-color: #243c4f;
}
.top-footer p{
    color: white;
}
.top-footer a{
    color: white;
    font-weight: 600;
}
.top-footer h3{
    color: white;
}
.bottom-footer{
    background-color: #031b2e;
}
.bottom-footer p{
    color: white;
}
/* END : Footer */

/* START : Home Page Top Hero Section */
.top-hero-section{
    background-color: #3498db;
    color: white;
}
.top-hero-section a{
    color: white;
    font-weight: 600;
    text-decoration: none;
}
/* END : Home Page Top Hero Section */

/* START : Home Page 3rd requirement Section */
.requirements-section{
    background-color: #004d80;
    color: white;
}
/* END : Home Page 3rd requirement Section */

/* START : Home Page Newsletter Section */
.home-newsletter{
    background-color: #004d80;
    color: white;
}
.home-newsletter .form-control{
    height: 50px;
    border-color: transparent;
    border-radius: 20px 0 0 20px;
}
.home-newsletter .btn{
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #243c4f;
    color: #fff;
}
/* END : Home Page Newsletter Section */

/* START : Home Page Services Section */
.home-services h5{
    font-weight: bold;
}
.home-services a{
    font-weight: bold;
    text-decoration: none;
}
/* END : Home Page Services Section */

/* START : Home Page Clients Section */
.home-clients{
    background-color: #f0f0f0;
}
.feature-img{
    width: 800px;
    height: 200px;
}
/* END : Home Page Clients Section */

/* ---------------- END of Home Page ---------------- */

/* ---------------- START of About Page ---------------- */

/* START : About US Breadcrumbs Section */
.breadcrumbs-section{
    background-color: #e9ecef;
}
.breadcrumbs-section a{
    text-decoration: none;
}
/* END : About US Breadcrumbs Section */

/* START : About US Our Team Section */
.name-italic p{
    font-style: italic;
}
/* END : About US Our Team Section */

/* ---------------- END of About Page ---------------- */

/* ---------------- START of Portfolio Page ---------------- */

.main-portfolio #heavy{
    font-weight: 600;
}
.main-portfolio .col-md-4 p{
    font-style: italic;
}

/* ---------------- END of Portfolio Page ---------------- */

/* ---------------- START of Contact US Page ---------------- */

.info p{
    font-weight: 600;
}

.my-info{
    font-weight: 600;
}
.my-info a{
    text-decoration: none;
}
/* ---------------- END of Contact US Page ---------------- */

/* ---------------- START of Services Page ---------------- */
.main-services{
    text-align: justify;
    text-justify: auto;
}
.bar{
    border-radius: 20px; 
    font-weight: 600;
}

/* ---------------- END of Services Page ---------------- */