/* All Common CSS Start */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Droid Sans";
}

ol,ul{
    list-style-type: none;
}

a,a:hover{
    display: inline-block;
    text-decoration: none;
}

body{
    background: #FFFFFF;
}
/* All Common CSS End */

/* Nav Part Start */
.navbar{
    background: #F8F1EE;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-link {
    font-family: "Droid Sans";
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: black;
    transition: .5s;
}

.nav-link:hover{
    border-bottom: 1px solid black;
}
/* Nav Part End */


/* Banner Part Start */
.bannerBG{
    background: url(../images/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgOverly{
    background: rgba(0, 0, 0, 0.2);
    padding-bottom: 75px;
    padding-top: 150px;
}

.bannerText{
    text-align: center;
}
.bannerText p{
    font-family: "Droid Sans";
    font-size: 18px;
}

.bannerText h4{
    font-family: "Playfair Display", serif;
    font-size: 36px;
    margin-bottom: 55px;
    margin-top: 30px;
}

.bannerText a{
    background: #081B98;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 20px;
    color: white;
    font-family: "Playfair Display", serif;
    transition: .5s;
    border: 2px solid #081B98;
}

.bannerText a:hover{
    border: 2px dotted white;
}

.bannerLogoImg{
    /* width: 100vh; */
}
/* Banner Part End */


/* Blog Part Start */
#blogPart{
    margin-bottom: 200px;
}

.blogHeader{
    margin-top: 80px;
    margin-bottom: 50px;
}

.blogHeader h3{
    color: #1d2023;
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-weight: 300;
}
.blogHeader p{
    color: #081b98;
    font-size: 18px;
    line-height: 26px;
    font-family: "Droid Sans";
}

.blogItem h4{
    font-family: "Droid Sans";
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}
.blogItem p{
    font-family: "Droid Sans";
    font-size: 17px;
    padding: 0 10px;
}
/* Blog Part End */


/* Copyright Part Start */
.copyrightPart a{
    color: black;
    font-family: "Droid Sans";
    font-size: 17px;
    margin-bottom: 60px;
}

.webCreate{
    display: flex;
    justify-content: center;
}

.createBox{
    background: #5B3E8B;
    display: flex;
    width: 315px;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

.createBox a{
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    padding-left: 20px;
}
/* Copyright Part End */


/* Footer Part Start */
.footerPart{
    background: #2e2e2f;
    padding: 10px 0;
}

.footeraa a{
    color: white;
}

.footerText{
    display: flex;
    justify-content: center;
}

.footerBtn{
    text-transform: uppercase;
    color: white;
    background: #8867ba;
    padding: 5px 20px;
    border-radius: 20px;
}
/* Footer Part End */


/* About Banner Part Start */
.abBannrer{
    background: url(../images/about/banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.abOverly{
    background: rgba(0, 0, 0, 0.2);
    padding-bottom: 90px;
    padding-top: 190px;
}

.abBannerText h2{
    font-size: 36px;
    font-family: "Playfair Display", serif;
}
.abBannerText p{
    font-size: 18px;
    font-family: "Droid Sans";
    margin-top: 25px;
}
/* About Banner Part End */


/* Vision Part Start */
.visionPart{
    background: #E8EAEC;
    padding: 100px 0;
}

.vHead h1{
    color: #1d2023;
    font-size: 36px;
    font-family: "Playfair Display", serif;
}

.vHead p{
    color: #081b98;
    font-size: 18px;
    line-height: 26px;
    font-family: "Droid Sans";
    margin-top: 20px;
}

.visionItemBox{
    padding: 20px;
    background: white;
    border: 2px solid #CCCCCC;
    margin-top: 20px;
}

.visionItemBox h4{
    font-weight: 700;
    color: #1d2023;
    font-family: "Droid Sans";
    font-size: 18px;
}
.visionItemBox p{
    font-size: 17px;
    color: #50555c;
    font-family: "Droid Sans";
}
/* Vision Part End */


/* Expart Part Start */
#expertPart{
    margin-bottom: 200px;
}

.expertHeader h1{
    color: #1d2023;
    font-size: 36px;
    font-family: "Playfair Display", serif;
    margin-top: 85px;
}

.expertHeader p{
    color: #081b98;
    font-size: 18px;
    line-height: 26px;
    font-family: "Droid Sans";
    margin-top: 20px;
    margin-bottom: 40px;
}

.expertItem h3{
    font-size: 18px;
    font-weight: 700;
    font-family: "Droid Sans";
    color: #1d2023;
    margin-top: 15px;
}
.expertItem p{
    font-size: 16px;
    font-family: "Droid Sans";
    color: #50555c;
}
/* Expart Part End */


/* partners Part Start */
.partnersBG{
    background: url(../images/partners/paBanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* partners Part End */


/* partnerBox Part Start */
.partnerBox{
    background: #DDE3E8;
    border: 2px solid #CCCCCC;
    padding: 20px;
    margin-top: 20px;
}

.partnerBox h4{
    font-size: 18px;
    font-weight: 700;
    font-family: "Droid Sans";
    color: #1d2023;
    margin-top: 15px;
}
.partnerBox p{
    font-size: 18px;
    font-family: "Droid Sans";
    /* color: #081b98; */
}
/* partnerBox Part End */


/* Expert service Part Start */
.expService{
    background: black;
    padding: 50px 0;
    margin-bottom: 75px;
}

.expServiceHead h2{
    font-size: 36px;
    font-family: "Playfair Display", serif;
}
.expServiceHead p{
    font-size: 18px;
    font-family: "Droid Sans";
}

.serviceBox{
    padding: 20px;
    border: 2px solid #CCCCCC;
    background: white;
    margin-bottom: 20px;
}

.serviceBox h3{
    font-size: 18px;
    font-weight: 700;
    font-family: "Droid Sans";
    color: #1d2023;
}

.serviceBox p{
    font-size: 16px;
    font-family: "Droid Sans";
    color: #50555c;
}

.serviceBox a{
    background: #081B98;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    padding: 10px 20px;
}
/* Expert service Part End */


/* Name Part Start */
/* Name Part End */


/* Contact Part Start */
#contactForm{
    margin: 50px 0;
}

.contactBG{
    background: url(../images/contact/contactbanner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mapbtn{
    font-size: 20px;
    color: #081B98;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    text-align: center;
    width: 100%;
    background: white;
    border: 2px solid #081B98;
    padding: 5px;
}
/* Contact Part End */


/* Hours Part Start */
.hoursPart{
    background: red;
    padding: 100px 0;
}

.hoursHead h2{
    font-size: 36px;
    font-family: "Playfair Display", serif;
}
.hoursHead p{
    font-size: 18px;
    font-family: "Droid Sans";
}

.clcbtn{
    background: #081B98;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    padding: 10px 20px;
}

form input,textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

form a{
    background: #081B98;
    padding: 10px 20px;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
}
/* Hours Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


/* Name Part Start */
/* Name Part End */


