body
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    font-family: 'Open Sans', sans-serif !important;
}
ul, li, a, a:hover, p, h1, h2, h3, h4, h5, h6
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
.container
{
    max-width: 100%;
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
.header-middle 
{
    background: url(https://essentialroots.in/images/bg.png);
    background-repeat: repeat;
    background-size: auto;
}
.header-middle .col-sm-2.col-xs-12.col-md-2
{
    padding: 0 !important;
}
.header-top .email p
{
    padding-left: 10px;
}
.header-top .call p a, .header-top .email p a
{
    color: #fff;
}
.header-top
{
    background: #000;
    color: #fff;
    padding: 10px 0 5px 0;
}
.header-top .call p a::before
{
    content: "\f10b";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    left: 0;
    font-size: 20px;
    top: -3px;
}
.header-top .email p a::before
{
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    left: 0;
}
footer .footer-1 .social-media ul li
{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    display: inline-block;
}
footer .footer-1 .social-media ul li a
{
    position: relative;
    width: 20px;
    height: 20px;
}
footer .footer-1 .social-media ul li a.facebook::before
{
    content: "\f082";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    background: transparent;
    height: auto;
    width: auto;
    left: inherit;
    top: inherit;
    position: inherit;
}
footer .footer-1 .social-media ul li a.twitter::before
{
    content: "\f081";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    background: transparent;
    height: auto;
    width: auto;
    left: inherit;
    top: inherit;
    position: inherit;
}
.header-top {
    display: flex;
    align-content: center;
}
footer .footer-1 .social-media ul li a.pinterest::before
{
    content: "\f0d3";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    background: transparent;
    height: auto;
    width: auto;
    left: inherit;
    top: inherit;
    position: inherit;
}
footer .footer-1 .social-media ul li a:hover 
{
    padding-left: 0px;
}
footer .footer-1 .social-media ul li a.linkedin::before
{
    content: "\f08c";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    background: transparent;
    height: auto;
    width: auto;
    left: inherit;
    top: inherit;
    position: inherit;
}
footer .footer-1 .social-media ul li a.blog::before
{
    content: "\f02d";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    background: transparent;
    height: auto;
    width: auto;
    left: inherit;
    top: inherit;
    position: inherit;
}
header.clearHeader
{
    transition: all 6s ease;
}
.header-middle {
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.11);
    transition: all 6s ease;
}
.header-middle .navbar #myNavbar .nav.navbar-nav li a:hover, .header-middle .navbar #myNavbar .nav.navbar-nav li a:focus, .header-middle .navbar #myNavbar .nav.navbar-nav li a.active, .header-middle .navbar #myNavbar .nav.navbar-nav li a.active
{
    background: #000;
}
.carousel-indicators {
    display: none;
}
.left.carousel-control {
    background: #000;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 50%; 
    left: 3%;
}
.right.carousel-control {
    background: #000;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 3%;
}
.left.carousel-control::before
{
    content: "\f053";
    font-family: FontAwesome;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 8px;
    right: 3px;
}
.right.carousel-control::before
{
    content: "\f054";
    font-family: FontAwesome;
    color: #fff;
    font-size: 14px;   
    font-weight: 500;
    position: absolute;
    left: 3px;
    top: 8px;
    right: 0;
}
.left.carousel-control:hover, .right.carousel-control:hover
{
    background: #333e63;
}
#about-us h1, #about-us h2{
    margin: 0 0 40px 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 0 25px 0;
    color: #333e63;
    text-align: center;
    position: relative;
}
#about-us h1::after, #about-us h2::after
{
    content: "";
    background: url(../images/heading-bottom-border.png);
    width: 98px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: auto;
    left: 0;
    top: 55px;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
#about-us
{
    padding: 55px 0;
}
#about-us p
{
    font-size: 20px;
    line-height: 34px;
    margin: 0 0 20px 0;
}
.team
{
    background: #F4F7FB;
}
.teams
{
    background: #fff;
}
.team-member 
{
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 30px 20px;
    box-shadow: 0px 6px 24px 0px rgb(174 174 186 / 16%);
    text-align: center;
    min-height: 298px;
}
footer
{
    background: url(../images/bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat;
    padding-top: 30px;
}
footer .footer-1 h5
{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
footer .footer-1 .logo
{
    padding: 10px 0; width: 70%; margin: 0 auto;
}
.footer-2 {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #D1DAE5;
}
.footer-2 p, footer .footer-1 p
{
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
}
footer .footer-1 
{
    padding: 40px 0;
}
footer .footer-1 ul li a
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    transition: all 0.5s ease;
}
footer .footer-1 ul li a:hover
{
    color: #fff;
    transition: all 0.5s ease;
    padding-left: 15px;
}
footer .footer-1 ul li
{
    padding: 7px 0;
}
footer .footer-1 ul li a:hover::before
{
    content: "";
    height: 2px;
    background: #fff;
    width: 10px;
    font-size: 14px;   
    font-weight: 400;
    position: absolute;
    left: 0;
    transition: all 0.5s ease;
    top: 9px;
}
footer .footer-1 address, footer .footer-1 p.call-contact, footer .footer-1 p.mail-contact
{
    padding: 0px 0px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    position: relative;
}
footer .footer-1 p.call-contact a, footer .footer-1 p.mail-contact a
{
    color: #fff;
}
footer .footer-1 p.call-contact a:hover, footer .footer-1 p.mail-contact a:hover
{
    opacity: 0.8;
}
footer .footer-1 address::before
{
    content: "\f041";
    font-family: FontAwesome;
    color: #fff;
    font-size: 14px;   
    font-weight: 500;
    position: absolute;
    left: 0px;
}
footer .footer-1 p.call-contact::before
{
    content: "\f10b";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;   
    font-weight: 500;
    position: absolute;
    left: 0px;
}
footer .footer-1 p.mail-contact::before
{
    content: "\f0e0";
    font-family: FontAwesome;
    color: #fff;
    font-size: 14px;   
    font-weight: 500;
    position: absolute;
    left: 0px;
}
#about-us .team-member .team-member-pic
{
    padding: 0 0 10px 0;
}
#about-us .team-member .team-member-details p.name, #about-us .team-member .team-member-details p.position 
{
    margin: 0;
    padding: 2px 0;
    font-size: 20px;
    font-weight: 700;  
}
#about-us .team-member .team-member-details p.degree, #about-us .team-member .team-member-details p.department 
{
    margin: 0;
    padding: 2px 0;
    font-size: 16px;
    font-weight: 500;  
    line-height: 22px;
}
.team-member .team-member-pic img {
    border-radius: 50%;
}
.team-member:hover
{
    background: #333e63;
}
#about-us .team-member:hover .team-member-details p.name, #about-us .team-member:hover .team-member-details p.position, #about-us .team-member:hover .team-member-details p.degree, #about-us .team-member:hover .team-member-details p.department
{
    color: #fff;
}
.team.core-value .team-member {
    width: 48%;
    float: left;
    margin: 10px;
    min-height: 290px;
}
.team.core-value .team-member:nth-child(2n+1)
{
    margin-left: 0;
}
.team.core-value .team-member:nth-child(2n)
{
    margin-right: 0;
}
.team.core-value .team-member .team-member-pic img
{
    border-radius: 0;
}
.team.core-value .team-member .team-member-pic img.without-hover
{
    opacity: 1;
    position: absolute;
}
.team.core-value .team-member .team-member-pic img.with-hover
{
    opacity: 0;
}
.team.core-value .team-member:hover .team-member-pic img.without-hover
{
    opacity: 0;
}
.team.core-value .team-member:hover .team-member-pic img.with-hover
{
    opacity: 1;
}
#about-us.team.core-value .team-member:nth-child(1), #about-us.team.core-value .team-member:nth-child(2)
{
    margin-top: 0;
}
#about-us.team.core-value .team-member
{
    padding: 15px;
}
.pillar .pillar-1 img
{
    width: 100%;
}
.pillar .pillar-1 .Read {
    text-align: right;
}
.pillar .pillar-1 .Read a {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}
.pillar .pillar-1 .Read a:hover 
{
    color: #333e63;
}
.pillar .pillar-1 {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 40px 0 40px 0;
}
.pillar .pillar-1:nth-child(1)
{
    padding-top: 0;
}
.pillar .pillar-1:last-child
{
    padding-bottom: 0;
    border: 0;
}
.pillar .pillar-1 h4 {
    margin: 0 0 -10px 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 0 25px 0;
    color: #333e63;
}
form .ask-a-question
{
    padding: 10px 0;
}
form .ask-a-question label {
    display: block;
    color: #000;
    opacity: 0.7;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0;
}
form .ask-a-question input, form .ask-a-question #address {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}
.as-a-questions .ask-a-question:first-child, .as-a-questions .ask-a-question:first-child label
{
    padding-top: 0;
}
.as-a-questions button {
    text-align: center;
    margin: 0 auto;
    background: #333e63;
    border-color: #333e63;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.page-banner img 
{
    width: 100%;
}
.professional-point ul li 
{
    font-size: 20px;
    line-height: 34px;
    position: relative;
    padding-left: 30px;
}
.professional-point ul li::before
{
    content: "";
    background: url(../images/arrow-content.png);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 25px;
    height: 2px;
    left: 0;
    top: 19px;
    position: absolute;
}
#about-us h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: capitalize;
}
#about-us h4 span.remove-capitalize {
    text-transform: initial;
}
.clear
{
    clear: both;
}
#about-us .professional-point 
{
    padding-bottom: 30px;
}
.carousel-inner img, .costumer-banner .costumer-banner-1 img
{
    width: 100%;
}
.costumer-banner {
    clear: both;
    float: left;
    width: 100%;
}
.costumer-banner .costumer-banner-1{
    border: 1px solid #ddd;
    text-align: center;
}
.costumer-banner .costumer-banner-1 img
{
    padding: 10px;
}
#about-us .costumer-banner .costumer-banner-1 p {
    margin-bottom: 0;
font-size: 16px;
background: #333e63;
color: #fff;
}
.contact-detils {
    padding: 30px 0 40px 0;
    background: #333e63;
    color: #fff;
    text-align: center;
}
.contact-detils a img {
    background: #fff;
    padding: 10px;
    margin: 15px 0;
}
.contact-detils .contact-number-details p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
}
.contact-detils .contact-number-details p a{
    color: #fff;
}
.contact-detils .contact-number-details p a:hover
{
    color: #000;
}
.logo a {
    width: 100%;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.logo {
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    transition: all .5s;
}
.logo img
{
    width: 100%;
    max-height: 100%;
    transition: all .5s;
    transform: scale(1);
    display: inline-block;
}
header.clearHeader.darkHeader .logo-1 a {
    width: 100%;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
header.clearHeader.darkHeader .logo-1 {
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    transition: all .5s;
}
header.clearHeader.darkHeader .logo-1 img
{
    width: 100%;
    max-height: 100%;
    transition: all .5s;
    transform: scale(1);
    display: inline-block;
}
.header-middle .navbar
{
    margin: 50px 0 50px 0px;
    border-radius: 0;
    border: 0;
    float: right;
}
header.clearHeader.darkHeader .logo, .logo-1{
    display: none;
}
header.clearHeader.darkHeader .container-fluid {
    width: 100%;
}
header.clearHeader.darkHeader .logo-1 
{
    display: block;
}
.header-middle .navbar #myNavbar {
    padding: 0;
}
.header-middle .navbar #myNavbar .nav.navbar-nav
{
    background: #333e63;
}
.header-middle .navbar #myNavbar .nav.navbar-nav li a
{
    color: #fff;
font-size: 14px;
padding-left: 22px;
padding-right: 22px;
padding-top: 15px;
padding-bottom: 15px;
font-weight: 500;
}
.header-middle .col-sm-10.col-xs-12.col-md-10 {
    padding: 0;
}
header.clearHeader.darkHeader {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
}
header.clearHeader.darkHeader .logo img {
    width: 60%;
}
header.clearHeader.darkHeader nav.navbar {
    margin: 6px 0 0 0;
}
.top-link {
    transition: all 0.25s ease-in-out;
position: fixed;
bottom: 50px;
right: 0;
cursor: pointer;
border-radius: 50%;
width: 50px;
height: 50px;
    background: #333e63;
}    
.top-link:hover
{
    background: #000;
}
    .top-link.show {
    visibility: visible;
    opacity: 1;
}
.top-link svg {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 12px;
    top: 11px;
    fill: #fff;
}    
@media only screen and (max-width:1200px)
{
    .header-middle .navbar #myNavbar .nav.navbar-nav li a
    {
        font-size: 12px;
        padding: 11px;
    }
    .header-middle .navbar
    {
        margin: 10px 0 0 0;
    }
    #about-us h1, #about-us h2
    {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
    }
    #about-us p
    {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 15px 0;
    }
    #about-us 
    {
        padding: 35px 0;
    }
    #about-us h4
    {
        font-size: 20px;
        padding-bottom: 18px;
    }
    #about-us p, .pillar .pillar-1 .Read a
    {
        font-size: 16px;
        line-height: 25px;
    }
    .team.core-value .team-member
    {
        width: 47.5%;
    }
    #about-us.team.core-value .team-member 
    {
        padding: 10px;
        min-height: 270px;
    }
    #about-us .team-member .team-member-details p.degree, #about-us .team-member .team-member-details p.department
    {
        font-size: 15px;
        line-height: 20px;
    }
    .team.core-value .team-member
    {
        min-height: 250px;
    }
    .header-middle .container-fluid {display: flex; align-items: center;}
    .header-middle .navbar #myNavbar .nav.navbar-nav li a {font-size: 13px; padding-left: 7px; padding-right: 7px;}
}
@media only screen and (max-width:1023px)
{
 .header-middle .col-sm-2.col-xs-12.col-md-2, .header-middle .col-sm-10.col-xs-12.col-md-10
{
    width: 100%;
}
.header-middle .logo img, header.clearHeader.darkHeader .logo img
    {
        width: 20%;
    }
.team.core-value .team-member {width: 100%;}    
.header-middle .container-fluid {display: block;}    
header.clearHeader.darkHeader .logo-1 {margin: 0 auto; text-align: center; display: inline !important;}
.header-middle .navbar #myNavbar .nav.navbar-nav li a 
{
    font-size: 11px;
    padding: 8px;
}    
.team.core-value .team-member {width: 48%; margin-top: 20px !important;}
}
@media only screen and (max-width:767px)
{
    .header-middle .logo img, header.clearHeader.darkHeader .logo img {width: 50%;}
    .header-middle .navbar {min-height: auto; margin: 0px 0 0 0;}
    .header-middle .navbar .navbar-toggle {background: url("https://essentialroots.in/images/mobile-menu-icons.png"); background-size: auto; background-repeat: no-repeat; padding: 0; width: 25px; height: 21px; margin: 15px 0 0 0;}
    .header-middle .navbar {width: 100%; float: left;}
    .header-middle .navbar #myNavbar {width: 100%; margin-top: 20px;}
    .header-middle .navbar #myNavbar .nav.navbar-nav li a {font-size: 16px;
    text-align: left; padding: 10px 35px;}
    .pillar .pillar-1 img {margin-bottom: 15px;}
    .pillar .pillar-1 {padding-bottom: 20px;}
}
@media only screen and (max-width:567px)
{
    .team.core-value .team-member {width: 100%;}
    footer .footer-1 h5 {margin-top: 15px;}
    .team.core-value .team-member:nth-child(2n) {margin-left: 0;}
    #about-us h1::after, #about-us h2::after {display: none;}
}