/* CUSTOM CODE */
/* THEMES */
.single-service-card.one .content {
    background-color: #e8087b;
}
.single-service-card.two .content {
    background-color: #e71d2b;
}
.single-service-card.three .content {
    background-color: #e15426;
}
.single-service-card.four .content {
    background-color: #f19c1f;
}
.single-service-card.five .content {
    background-color: #ffd504;
}
.single-service-card.six .content {
    background-color: #f6ed08;
}
.single-service-card.seven .content {
    background-color: #aed135;
}
.single-service-card.eight .content {
    background-color: #3eb64a;
}
.single-service-card.nine .content {
    background-color: #14a47c;
}
.single-service-card.ten .content {
    background-color: #12a8b6;
}
.single-service-card.eleven .content {
    background-color: #097bc1;
}
.single-service-card.twelve .content {
    background-color: #284ea3;
}
.single-service-card.thirteen .content {
    background-color: #373290;
}
.single-service-card.fourteen .content {
    background-color: #3d2877;
}
.single-service-card.fifteen .content {
    background-color: #792779;
}
.single-service-card.sixteen .content {
    background-color: #ad2080;
}
/* THEMES */
header.header-2 .main-menu ul > li > a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 17px;
    overflow: hidden;
    color: #000;
}
ul.sub-menu li a {
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: capitalize;
}
header.header-2 .main-menu ul > li > ul li a {
    display: block;
    color: #fff;
    padding: 7px 20px;
}
header.header-2 .main-menu ul > li:hover > a {
    color: #e30078;
}
header.header-2 .main-menu ul > li > ul li a:hover {
    color: #f5e600;
}
.logo {
    padding-top: 5px;
    padding-bottom: 5px;
}
a.top-br-mnu {
    font-size: 13px;
    text-transform: capitalize;
    margin-right: 5px;
}
header.header-2 .top-header {
    background-color: #f3fff4;
    position: relative;
    z-index: 1;
    padding: 2px 50px;
}
header.header-2 .top-header .header-cta ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.section-title h1 {
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 50px;
}
.footer-wrap .single-footer-wid ul li > a {
    color: #696969;
    margin-bottom: 0;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 13px;
}
.footer-wrap .single-footer-wid .wid-title {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.wid-title h4 {
    font-size: 17px;
}
.footer-widgets {
    padding-top: 30px;
    padding-bottom: 40px;
}
.mobile-nav .sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: #fff;
    outline-width: 0;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
    text-transform: capitalize;
    line-height: 25px;
}
.action-bar a {
    color: #fff;
    display: block;
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 1px;
}
section.our-team-wrapper.section-padding.gvn-mem {
    padding-top: 50px;
    padding-bottom: 90px;
}
.team-members-list .single-team-member {
    padding: 0px 20px 20px;
    position: relative;
    z-index: 1;
    border-radius: 7px;
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-title h1 {
    font-size: 35px;
    letter-spacing: 0px;
}
.contact_form__wrapper .contact__element {
    margin-top: 0;
    padding: 70px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(11, 11, 127, 0.05);
    box-shadow: 0px 10px 30px rgba(11, 11, 127, 0.05);
}
section.contact_form__wrapper.section-padding-3 {
    padding-top: 50px;
    padding-bottom: 70px;
}
.contact_form__wrapper .contact__element {
    margin-top: 0;
    padding: 50px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(11, 11, 127, 0.05);
    box-shadow: 10px 10px 30px rgba(11, 11, 127, 0.09);
    border: 1px solid #f1f1f1;
    border-radius: 20px;
}
.section-title.section__title_3 h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 30px;
    text-transform: capitalize;
    color: #211e3b;
    letter-spacing: 0px;
}
.contact_form__wrapper .contact__element input[type=text], .contact_form__wrapper .contact__element input[type=email] {
    height: 50px;
    border: 1px solid #E6F0FB;
    margin: 0px 0px 20px 0px !important;
}
.section-title.section__title_3.mb-30 h2 {
    text-align: center;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact_form__wrapper .contact__element input[type=submit] {
    height: 50px;
    background-color: #211e3b;
    color: #FFF;
    margin: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
.contact_form__wrapper .contact__element input[type=submit]:hover {
    height: 50px;
    background-color: #086ad7;
    color: #FFF;
    margin: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
input.form-control.rgst {
    background-color: #086ad7 !important;
}
input.form-control.rgst:hover {
    background-color: #211e3b !important;
}
.fgt {
    text-align: right;
    margin-top: 10px;
}
.text-white {
    color: #fff !important;
    text-align: center;
}
a.form-control.theme-btn.rgst {
    height: 50px;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    margin: 10px;
    font-weight: 400;
    line-height: 9px;
    margin-left: 0px;
}
a.form-control.theme-btn.rgst:hover {
    height: 50px;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    margin: 10px;
    font-weight: 400;
    line-height: 9px;
    background-color: #211e3b;
}
section.about-us-wrapper.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f9f9f9;
}
.section-title p {
    color: #086ad7;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.about-thum .bottom-image {
    text-align: left;
    margin-top: -130px;
}
p.pr-md-5 {
    color: #000;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.theme-btn {
    color: #FFF;
    padding: 20px 40px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #086ad7;
    border: 1px solid #086ad7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}
section.features-wrapper.features-2.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
section.our-team-wrapper.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.icon-box {
    padding: 20px 20px 20px;
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin-top: 20px;
}
section.features-wrapper.features-2.section-padding .section-title {
    margin-bottom: 40px;
    text-align: center;
}
.icon-box .icon {
    font-size: 60px;
    color: #086ad7;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.icon-box .icon img {
    margin-bottom: 0px !important;
}
.icon-box h4 {
    color: #211e3b;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
}
section.project-case-study-wrapper.clear-fix.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.project-case-study.owl-carousel .owl-item.center .single-project-card .contents {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}
.project-case-study .single-project-card .contents {
    width: 90%;
    background-color: #fff;
    border-radius: 7px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-case-study .single-project-card .contents h3 {
    margin-bottom: 0px;
}
.project-case-study .single-project-card .contents .theme-btn {
    margin-top: 10px;
}
.project-case-study .single-project-card .contents h3 {
    margin-bottom: 20px;
    font-size: 18px;
}
section.services-wrapper.service-3.section-padding.pt-0.themetic {
    padding-top: 50px !important;
    padding-bottom: 60px;
    background-color: #eef4fc;
}
.section-title.style-3.mb-40 {
    margin-bottom: 0px;
}
.single-service-card .content {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 7px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    padding: 20px 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
    box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
}
.single-service-card .content .icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.content.thmt h3 a {
    color: #fff !important;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.single-service-card {
    margin-top: 30px;
    margin-bottom: 30px;
}
header.header-2 .top-header::before {
    position: absolute;
    content: "";
    height: 100%;
    background: #3eb64a;
    width: 714px;
    -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    top: 0;
    left: 0;
}
section.our-team-wrapper.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #eef4fc40;
}
.team-members-list .single-team-member::before {
    position: absolute;
    background-color: #e9e8e8;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 75%;
    border-radius: 7px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* header.header-2 .main-header-wraper {
    background-color: #ffffff;
    position: relative;
    padding: 0px 50px;
} */
header.header-2 .main-menu ul > li > ul {
    position: absolute;
    top: 100%;
    width: 230px;
    background-color: #422a98;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 10px 0px;
}
.team-members-list .single-team-member .member-bio p {
    line-height: 20px;
    margin-top: 8px;
}
.team-members-list .single-team-member .member-bio {
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}
#hamburger {
    color: #5b3d90;
    font-size: 30px;
    line-height: 1;
    text-align: right;
    
}
a.vprof {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: 1px solid #6c6b6b;
    letter-spacing: 1px;
}
a.vprof:hover {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    letter-spacing: 1px;
}
section.team-member-wrapper.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.member-about p {
    font-size: 16px;
    text-align: justify;
    color: #000;
}
.member-details-wrap .member-skills p, .member-details-wrap .member-about p {
    margin-top: 5px;
}
.member-details-wrap .sec-title h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
}
section.about-us-wrapper.section-padding.inpge {
    background-color: #fff;
}
.service-details-content ul li {
    color: #211e3b;
    margin-top: 8px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 15px;
}
.service-details-content ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 20px;
    color: #086ad7;
}
section.about-us-wrapper.section-padding h1 {
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
    overflow: hidden;
    text-align: left;
}
.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    font-size: 46px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.blog-wrapper .single-blog-post .post-content {
    padding: 30px;
    border: 2px solid #ededed;
    border-top: 0px;
    overflow: hidden;
    border-radius: 100px;
}
.blog-wrapper .single-blog-post .post-content {
    padding: 30px;
    border: 2px solid #ededed;
    border-top: 0px;
    overflow: hidden;
    border-radius: 100px;
    padding-left: 60px;
}
.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
    margin-top: 0;
    letter-spacing: 0px;
    line-height: 50px;
}
section.blog-wrapper.news-wrapper.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
    position: relative;
    background-color: #403383;
    background-image: url(../img/quotepost.html);
}
.mobile-nav .sidebar-nav .metismenu ul a {
    padding: 5px 15px 5px 35px;
    position: relative;
}
.action-bar {
    margin-top: 10px;
    padding-left: 20px;
}
section.contact-page-wrap.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.single-contact-card.card2:hover p a {
    color: #fff;
}
.single-contact-card.card1:hover p a {
    color: #fff;
}
.single-contact-card.card3:hover p a {
    color: #fff;
}
.single-contact-card {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-contact-card h4 {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 40px;
}
.single-contact-card .top-part .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    float: left;
    color: #086ad7;
    overflow: hidden;
    margin-right: 20px;
}
.single-contact-card .bottom-part {
    margin-top: 5px;
    overflow: hidden;
}