@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 24px;
}

a, img {
    text-decoration: none !important;
    outline: none;
    border: none;
}

p {
    font-family: "Open Sans";
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.blog-detail p {
	font-size:14px;
	margin:1em 0;
}

b,strong{
	font-weight:bold;
}

.homepage p{
    /*font-size:20px;*/
	font-size:16px;
}
p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:hover {
    transition: all 0.5s;
}

.header-wrapper {
    position: relative;
    z-index: 12;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding: 26px 0;
    background: #fff;
}

.navbar-brand img {
    max-height: 60px;
}

.navbar-nav {
    margin-left: 70px;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0px;
    font-weight: 800;
    border-bottom: 3px solid transparent !important;
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-btn {
    background: #49c7ed;
    padding: 8px 17px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-btn:hover {
    background: #112d4b;
    color: #fff !important;
}

.navbar-light .navbar-nav .current-menu-item>.nav-link {
    color: #0479a6 !important;
    border-bottom: 3px solid #0aa9cf !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #7eced5;
}

.navbar-light .navbar-nav .nav-link-bold {
    font-weight: bold;
    border-left: 1px solid #ddd;
    color: #666666;
}

.bg-light {
    padding: 0;
    background: transparent !important;
}

.banner-img {
    margin-top: 85px;
}

.banner-img-txt {
    position: relative;
    margin-left: 35px;
}

.banner-img {
    position: relative;
    z-index: 1;
}

.banner-txt {
    position: absolute;
    left: 46px;
    top: 230px;
    z-index: 2;
    width: 430px;
}

.banner-txt h1 {
    color: rgb(244, 121, 43);
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 57px;
}

.banner-wrapper {
    position: relative;
    box-shadow: 0 15px 22px rgba(153, 153, 153, 0.75);
}

.banner-wrapper .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 150px;
}

.banner-wrapper .carousel-caption h1 {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}

.banner-wrapper .carousel-caption h1 span {
    font-size: 50px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-wrapper .carousel-caption p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 35px;
}

.btn-default {
    background: #49c7ed;
    color: #fff;
    padding: 17px 22px;
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    transition: all 0.5s;
    min-width: 171px;
    font-size: 15px;
    font-weight: 500;
}

.btn-default i {
    margin-left: 5px;
}

.btn-default:hover {
    background: #112d4b;
    color: #fff;
    transition: all 0.5s;
}

.apply-form {
    margin-left: auto;
    padding-left: 46px;
}

.apply-form .custom-select {
    background: url(../images/drop-down-arrow.png) no-repeat right .75rem center !important;
}

.banner-wrapper .form-control {
    border: 3px solid #fff;
    color: #fff !important;
    background-color: transparent;
    border-radius: 0;
    height: 48px !important;
    font-size: 13px;
    text-transform: capitalize;
}

.form-control {
    background: #f7f7f7;
    color: #999 !important;
    border-radius: 2px;
    border: 0;
    font-size: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #d1d1d1 !important;
    font-weight: 400 !important;
}

.form-control:-ms-input-placeholder {
    color: #d1d1d1 !important;
    font-weight: 400 !important;
}

.form-control::placeholder {
    color: #d1d1d1 !important;
    font-weight: 400 !important;
}

.form-control::placeholder {
    color: #999;
    font-weight: 600;
}

.form-control:focus {
    outline: inherit;
    background: #f7f7f7;
}

.custom-select {
    background: #f4f4f4 url(../images/drop-down-arrow-2.png) no-repeat right .75rem center !important;
}

.brain-wrapper {
    padding: 100px 0;
    background-color: #0C98D6;
}

.brain-img img {
    max-width: 416px;
}

.why-willow-wrapper {
    padding: 100px 0;
    background-color: #ffffff;
}

.deeply-rooted-txt p, .blue-bg-text p {
    color: #fff;
}

.blue-bg-text p {
    padding-top: 20px;
}

.white-btn {
    border-color: #fff;
    background-color: #fff;
    color: #03A9F4!important;
    padding: 6px 12px 6px 12px !important;
    border-radius: 5px !important;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: normal;
    font-weight: bold;
    line-height: 20px;
}

.white-btn:hover {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #222!important;
}

.why-willow-img {
    margin: 20px 0 20px 20px;
}

.why-willow-img img {
    max-width: 275px;
}

.tree-wrapper {
    min-height: 325px;
    background-attachment: fixed!important;
}

.blank-spacer {
    min-height: 450px;
    background-attachment: fixed!important;
}

.inner-blue-bg {
    padding-top: 62px;
    padding-bottom: 20px;
}

.blue-bg {
    background-color: rgb(13, 153, 215);
    opacity: 1;
}

.blue-bg-text {
    max-width: 617px;
    margin-left: 100px;
}

.bluebg-right-img img {
    max-width: 193px;
}

.rooted-wrapper {
    min-height: 596px;
    padding-top: 160px;
}

.deeply-rooted-img img {
    max-width: 226px;
}

.deeply-rooted-txt {
    max-width: 505px;
}

.women-owned-wrapper {
    background-color: rgb(107, 191, 176);
    padding: 50px 0 60px;
    opacity: 1;
    text-align: center;
}

.women-owned-wrapper p {
    font-size: 25px;
    color: #ffffff;
    padding: 25px 0;
    margin-bottom: 0;
}

.blog-wrapper {
    padding-top: 47px;
}
.blog-wrapper h2{
font-size: 22px;
font-family: "Open Sans";
line-height: 38px;
font-weight:300;
}

.page-heading {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

.page-heading {
    background-color: #f7f7f7;
    border-bottom-color: #eaeaea;
    padding-top: 140px;
}
.page-heading h1 {
    color: #333;
    font-family: "Open Sans";
    line-height: 42px;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
}
.blog-single-title {
    margin: 25px 0;
    color: #0479a6;
    font-size: 26px;
    font-weight: bold;
}

.blog-item .author {
    bottom: 28px;
    white-space: nowrap;
}

.blog-item-details a {
    text-decoration: none;
    font-weight: bold;
}

.mini-item-details, .blog-item-details, .blog-item-details a {
    color: #999;
}

.blog-item-details {
    font-size: 12px;
    padding-bottom: 15px;
}
/*.case-study-box ,.case-cat a{color: #777;width: 100%;}*/
.case-bg{
    /*background-color: #aaa;
    color: #fff;*/
    width: 100%;
    padding: 30px 0;
    border-bottom: 2px solid #ccc;
}

.case-bg .case-cat a{color: #fff !important;}
.case-cat {
   /* font-weight: bold;*/
    padding-bottom: 35px;
    /*padding-top: 10px;*/
}

.case-studies-single .case-bg h1 {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
.case-studies-single .case-bg p {
    color: #fff;
}

footer {
    padding: 55px 0 30px;
}

.footer-li ul {
    padding: 0;
    margin: 0;
}

.footer-li ul li {
    list-style: none;
}

.footer-li ul li a {
    padding: 3px 0;
    color: #777777;
    display: inline-block;
}

.footer-li ul li a.active, .footer-li ul li a:hover {
    color: #7eced5;
}
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 280px;
}
.foot-certy{margin-left: 80px;}
.footer-contact-area h2 {
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #0c97d7;
    margin-bottom: 7px;
}

.footer-contact-area span {
    color: #555555;
    margin-bottom: 7px;
    display: block;
}

.footer-contact-area a {
    font-size: 18px;
    color: #0c97d7;
}

.social-icon ul {
    padding: 0;
    margin: 0;
}

.social-icon ul li {
    display: inline-block;
}

.social-icon {
    margin-top: 10px;
}

.social-icon ul li a {
    background: #fff;
    padding: 5px 10px;
}

.social-icon ul li a {
    background: #007bb6;
    color: #fff;
}

.social-icon ul li a:hover{
    background: none;
    color: #0056b3;
}
.copy-right {
    background: #0091cf;
    padding: 23px 0;
}

.txt-left {
    margin: -20px 0 0 12px;
    color: #fff;
    font-size: 11px;
}

.txt-right {
    text-align: right;
    margin-right: 50px;
    font-size: 12px;
    margin-top: -20px;
}

.txt-right a {
    color: #fff;
}

.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;
    background-color: #000;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 3;
    display: none;
}

.scrollToTop:hover {
    background-color: #222;
    color: #fff;
}
.carousel-indicators li{
    width: 15px;
    height:15px;
    border-radius: 50%;
}

/*========== IE Code ==============*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .why-willow-wrapper {
        height: 582px;
    }
    .tree-wrapper {
        height: 425px;
    }
    .inner-page-banner {
        height: 500px;
    }
    .information-section {
        height: 255px;
        justify-content: flex-start!important;
    }
    .expertise-section {
        height: 350px;
    }
    .approach-info {
        height: 345px;
    }
    .team-member-area {
        height: 140px;
    }
    .blank-spacer {
        height: 450px;
    }
}

/*========== IE Code ==============*/

.inner-page-banner {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-size: cover !important;
}

.inner-page-content {
    padding: 47px 0;
}

.inner-page-content h2 {
    color: #3c8ec6;
    font-weight: bold;
    font-size: 27px;
    width: 81%;
    margin-bottom: 20px;
}

.inner-page-content h2:after {
    content: '';
    background: #00C0F1;
    /*width: 147px;*/
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
}

.page-title,.page-title-journal {
    position: relative;
    margin-top: 0px;    
}

.page-title:before,.page-title-journal:before {
    content: '';
    width: 88px;
    height: 92px;
    background: #045681;
    border-radius: 8px;
    position: absolute;
    top: -40px;
    left: -30px;
}
.page-title-journal:before {
    width: 125px;
    background: #00C0F1;
    top: -30px;
}

.page-title h1,.page-title-journal h1 {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    /* text-decoration: underline; */
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.why-willow-title:before {
    background: #045681;
    border-radius: 8px;
    position: absolute;
    top: -30px;
    left: -48px;
    width: 120px;
    height: 120px;
}

.why-willow-research:before {
    background: #32C6F4;
    top: -44px;
}

.deeply-rooted:before {
    background: #9BD6C5;
    top: -54px;
    left: -65px;
}

.deeply-rooted h1 {
    font-size: 25px;
    line-height: 30px;
}

.deeply-rooted span {
    font-size: 26px;
}

.why-willow-title h1 {
    font-weight: 500;
}

.why-willow-title h1 span {
    display: block;
    font-weight: 700;
    font-size: 24px;
}

.single-customer {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.chalenge-title {
    font-size: 18px;
    font-weight: bold;
}

.customer-img {
    cursor: pointer;
}

.customer-img .customer-img-top {
    content: "";
    background: rgba(255, 255, 255, 0.65);
    top: -100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: top .6s ease-in-out;
    transition: top .6s ease-in-out;
}

.customer-img .customer-img-bottom {
    content: "";
    background: rgba(255, 255, 255, 0.65);
    right: -100%;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: right .6s ease-in-out;
    transition: right .6s ease-in-out;
}

.customer-img:hover .customer-img-top {
    top: 0
}

.customer-img:hover .customer-img-bottom {
    right: 0
}

.customer-img img {
    height: 323px;
    object-fit: cover;
}

.customer-title {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 20px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.41);
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    text-align: center;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    z-index: 2;
}

.customer-title:hover {
    color: #222222;
}

.other-title-top {
    margin-top: 40px;
}

.method-list {
    margin-left: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.method-list li {
    color: #ff6600;
    font-size: 14px;
    width: 50%;
    margin-bottom: 4px;
}

.information-section {
    min-height: 255px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
}

.information-section h2 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.approach-title:before {
    background: #32C6F4;
}

.approach-orange-title {
    color: #f17a2a;
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0;
}

.approach-info {
    min-height: 345px;
}

.case-study-title:before {
    background: #9BD6C5;
}

.expertise-content h2 {
    width: 90%;
}

.font-14-bold {
    line-height: 28px;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
}

.expertise-content .media {
    margin: 20px 0 30px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    align-items: center;
    padding-right: 15px;
}

.expertise-content .media img {
    width: 200px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}

.expertise-content .media .media-body h5 {
    line-height: normal;
    font-size: 16px;
    margin: 0 0 10px;
}

.expertise-content .media .media-body p {
    font-style: italic;
    line-height: normal;
}

.close-modal {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000000 !important;
    opacity: 1 !important;
    color: #ffffff !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 2px solid #fff !important;
    z-index: 1;
}

.expertise-model {
    background-color: rgba(0, 0, 0, 0.5);
}

.expertise-model h3 {
    line-height: normal;
    font-size: 22px;
    margin: 0 0 10px;
}

.expertise-model h4 {
    margin-bottom: 10px;
}

.expertise-model ul {
    margin: 0 0 15px 18px;
}

.expertise-model .modal-body {
    padding: 20px;
}

.modal-padding {
    padding: 0 80px 0 10px !important;
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    /* overflow: hidden; */
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-scrollable .modal-body img {
    width: 210px;
    float: left;
    margin: 0 20px 30px 0;
}

/*=====09-08-19==========*/

.leadership-title:before {
    background: #F37928;
}

.leadership-content h2 {
    width: 100%;
}

.president-director-area .card {
    border: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.president-director-area .card:hover {
    -moz-box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, .1);
}

.president-director-area .card img {
    border-radius: 4px 4px 0 0;
    transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
}

.president-director-area .hov-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.president-director-area .card a {
    position: relative;
    overflow: hidden;
    color: #333;
    font-weight: 700;
}
.blog-wrapper .president-director-area .card a:hover {
    color: #7eced5;
}
.president-director-area .card:hover .hov-img {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(126, 206, 213, 0.60)), to(rgba(126, 206, 213, 1.0)));
    background: -webkit-linear-gradient(top, rgba(126, 206, 213, 0.60) 25%, rgba(126, 206, 213, 1.0) 100%);
    background: linear-gradient(to bottom, rgba(126, 206, 213, 0.60) 25%, rgba(126, 206, 213, 1.0) 100%);
    background-color: #7eced5;
}

.president-director-area .card .hov-img {
    position: relative;
    cursor: pointer;
}

.president-director-area .card .hov-img:after {
    content: '\f178';
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    display: inline-block;
    right: 0;
    z-index: 2;
    background-color: #fff;
    color: #7eced5;
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}

.president-director-area .card .hov-img:hover:after {
    bottom: 38%;
    opacity: 1;
}

.president-director-area .card .hov-img:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(126, 206, 213, 0.60)), to(rgba(126, 206, 213, 1.0)));
    background: -webkit-linear-gradient(top, rgba(126, 206, 213, 0.60) 25%, rgba(126, 206, 213, 1.0) 100%);
    background: linear-gradient(to bottom, rgba(126, 206, 213, 0.60) 25%, rgba(126, 206, 213, 1.0) 100%);
    background-color: #7eced5;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.president-director-area .card .hov-img:hover:before {
    opacity: 0.7;
}

.president-director-area .card-body {
    padding: 25px 30px;
    border: 1px solid #e3e3e3;
    border-top-width: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    min-height: 183px;
}

.president-director-area .card-body h3 {
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 10px;
}

.president-director-area .card-body h3 a {
    color: #222;
}

.president-director-area .card-body h3 a:hover {
    color: #7eced5;
}

.president-director-area .card-body h4 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
}

.d-card {
    color: #5e5e5e;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    line-height: 18px;
}

.tagline {
    font-size: 12px;
    font-weight: 500;
}

#pteam-right-box, #vteam-right-box, #team-right-box {
    right: -100%;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}

.team-wrapper-right {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1024;
}

.team-member-content {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1024;
    background: #fff;
    overflow-y: auto;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}

.team-member-contact-wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 12;
}

.team-member-area {
    text-align: center;
    position: relative;
    padding: 100px 0;
    min-height: 140px;
    overflow: hidden;
    background: #222;
}

.team-member-area h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    font-style: normal;
}

.team-member-area h3 {
    font-size: 24px;
    margin: 20px 0 0;
    color: #fff;
    line-height: 28px;
    font-weight: 700;
    font-style: normal;
}

.team-member-area h3 span {
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    display: block;
}

.team-member-area h3 span a {
    color: #fff;
}

.img-round img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.backdrop {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.3;
}

.content-wrap {
    padding: 60px 110px 150px 110px;
}

.team-member-bttm {
    position: fixed;
    bottom: 0;
    width: 49%;
    background: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 30px 110px;
}

.inner-wrap {
    position: relative;
    z-index: 9999;
}

.close-icon {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 3;
    color: #F37928;
    font-size: 34px;
    height: 20px;
    line-height: 18px;
    opacity: 0;
}

.close-icon:hover {
    opacity: 1;
    color: #00C0F1;
}

.team-member-contact li a {
    color: #000;
}

.team-member-contact li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.team-member-contact li.phone::before {
    content: "\f10b";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
}

.team-member-contact li.email::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
}

.linkedin-fa a i {
    color: #007bb6;
    font-size: 16px;
}

.linkedin-fa a:hover i {
    color: #000;
}

.linkedin-fa {
    float: right;
}

.linkedin-fa a:hover {
    color: #007bb6;
}

.president-director-area {
    padding-top: 66px;
}

.content-team-padd {
    background: #fff;
}

.team-content-index {
    z-index: 13;
    position: relative;
}

.email a {
    font-size: 12px;
}

.presi-director-bttm-area {
    margin-bottom: 20px;
}

.contact-title:before {
    background: #97C60E;
}

.contact-text p span {
    display: block;
}

.contact-text p span a {
    color: #0c97d7;
    text-decoration: underline!important;
}

.contact-detail-area p a {
    color: #999;
    text-decoration: underline!important;
}

.contact-detail-area p {
    margin-bottom: 0;
}

.contact-detail-area p a:hover {
    color: #7eced5;
}

.contact-bttm-area {
    margin-top: 20px;
}

.blog-title:before {
    background: #F7B900;
}

.blog-title h1 {
    color: #ffffff;
    border-bottom: 2px solid #fff;
}

/* ---- masonry grid ---- */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer, .grid-item {
    width: 50%;
    padding: 0 15px 30px;
}

/*.grid-item {
    float: left;
}*/
.grid-item:nth-child(2n+1) {
    float: right;
}
.grid-item:nth-child(2n) {
    float: left;
}
.grid-item img {
    display: block;
    max-width: 100%;
    height: 295px;
    object-fit: cover;
}

/* ---- masonry grid ---- */

.blog-wrapper .card-body {
    text-align: left;
    border-radius: 0;
}

.blog-wrapper .card-body h1 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px
}

.blog-wrapper .president-director-area .card .hov-img {
    overflow: hidden;
}

.blog-img-txt {
    background-color: #222;
    color: #fff !important;
    border-radius: 4px;
    letter-spacing: 1px;
    padding: 0px 6px;
    position: absolute !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    left: 30px;
    bottom: 30px;
    z-index: 1;
}

.blog-wrapper .card-footer {
    border-radius: 0 0 4px 4px !important;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: 0;
    padding: 20px 30px;
}

.blog-wrapper .president-director-area .card .hov-img:after {
    content: '\f178';
}

.blog-wrapper .card-footer a {
    color: #7eced5;
    font-weight: bold;
    transition: 0.5s ease all;
    font-size: 14px;
}

.blog-wrapper .card-footer a .fa {
    font-size: 18px;
    padding-left: 5px;
    transition: 0.5s ease all;
}

.blog-wrapper .card-footer a:hover .fa {
    padding-left: 15px;
    transition: all 0.5s;
}

.blog-right-area h3 {
    font-size: 18px;
    font-weight: 700;
}

.our-blog-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.update-email-area {
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
    padding-bottom: 20px;
}

.our-blog-title h3 {
    margin-bottom: 20px;
    line-height: 28px;
}

.update-email-area h3 {
    margin-bottom: 20px;
}

.update-email-area label {
    color: #222;
    font-size: 14px;
    font-weight: 400;
}

.update-email-area input[type="submit"] {
    background: #7eced5;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    border-radius: 2px;
    padding: 12px 22px;
    margin-bottom: 20px;
    font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0;
    outline: none;
    cursor: pointer;
}

.update-email-area input[type="submit"]:hover {
    background: rgba( 96, 176, 183, 1);
}

.categories-area h3 {
    margin-bottom: 30px;
}

.categories-area ul li, .our-blog-title ul li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    color: #777;
}

.categories-area ul li:last-child, .our-blog-title ul li:last-child {
    border-bottom: 0;
}

.categories-area ul li a, .our-blog-title ul li a {
    color: #999;
    padding: 1px 0;
    display: inline-block;
    font-size: 14px;
}

.categories-area ul li a:hover .cat-text {
    color: #7eced5;
}

.show-count {
    position: relative;
    top: -4px;
    margin-left: 3px;
    font-size: 12px;
}

/* .hm-banner .carousel-inner {
    height: 700px;
} */
.hm-banner{
    padding: 198px 0;
	background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 500px;
}
.section-heading {
    color: #ffffff;
    font-weight: bold;
    font-size: 27px;
    width: 68%;
}

.section-heading:after {
    content: '';
    background: #ffffff;
    width: 250px;
    height: 4px;
    display: block;
    position: relative;
    top: 10px;
}

.expertise-section {
    min-height: 350px;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

.section-heading-blue {
    color: #0C98D6;
    z-index: 1;
position: relative;
}

.section-heading-blue::after {
    background: #0C98D6;
}

.blue-btn {
    background-color: #03A9F4;
    color: #ffffff!important;
    display: inline-block;
}

.green-bg {
    padding: 100px 0;
    background-color: #5ABAA1;
}

.btn-top-50 {
    margin-top: 50px;
    display: inline-block;
}

.section-heading-orange {
    color: #F4792B;
}

.section-heading-orange::after {
    background: #F4792B;
}

.orange-btn {
    background-color: #F4792B;
    color: #ffffff!important;
}

.business-link {
    color: #0C98D6 !important;
    text-decoration: underline !important;
}

.certify-img {
    width: 100px;
    margin-left: 30px;
}

.help {
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
}

.brain-wrapper .form-group {
    margin: 0;
}

.submit-btn:hover {
    /* background-color: #2196F3;
    color: #fff !important; */
}

.business-border {
    border-bottom: 1px solid #e1e1e1;
}

.leader-data {
    margin-bottom: -30px;
}

.leader-data .card {
    margin-bottom: 40px;
}

.blog-info {
    font-weight: 700 !important;
    font-size: 40px !important;
}
.pagination .screen-reader-text{
	display:none;
}
.pagination .page-numbers{
	background: #007bff;
padding: 10px;
color: #fff;
}
.pagination .current{
	background: #FF6A1D;
}
.pagination{
	margin-bottom:50px;
	width:100%;
}

.case-studies-single [class*="col-"]:nth-child(odd){
	margin-bottom: 30px;
}
.case-studies-single {
	margin-top: 10px;
}
.case-studies-single h1 {
    font-size: 24px;
    color: #222;
    padding-bottom: 15px;
    padding-top: 10px;
}
.bottom-border{ border-bottom: 1px solid #ddd;padding-bottom: 25px;}
.case-studies-inner h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.categories {
    margin-bottom: 10px;
}
.categories a {
    color: #fff;
    background-color: #03A9F4;
    padding: 1px 5px 2px;
    border-radius: 4px;
}
.categories a:hover {
    color: #fff;
    background-color: #008dd8;
}
.categories + img {
    margin-bottom: 20px;
}

.inner-page-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
	left:0px;
	top:0px;
}

.home-women-owned {
    background-color: #008DCD;
    color: #fff;
}
.home-women-owned a {
    color: #fff;
    text-decoration: underline !important;
}
.home-women-owned .section-heading {
    color: #ffffff;
    font-weight: normal;
    font-size: 27px;
    width: 100%;
    margin-bottom: 25px;
}
.home-women-owned .section-heading::after {
    display: none;
}
.home-women-owned .certify-img {
    width: auto;
    margin-left: 0px;
    margin-top: 40px;
}
.loadmore {
   /* display: table;
    margin: auto;
    background-color: #03A9F4;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    */
}
.subscribe_button {
    display: table;
    margin:40px auto 40px;
    /*background-color: #03A9F4;*/
    color: #fff !important;
    padding: 16px 38px;
    border-radius: 4px;
    
    background-color: #7eced5;
    border-color: #7eced5;
	font-weight:bold;
	line-height:20px;
}
.subscribe_button:hover {
    background-color: rgba( 96,176,183,1 );
    border-color: rgba( 96,176,183,1 );
    color: #fff !important;
}
.case-study-box  h1 {
    font-size: 18px;
    color: #0972a0;
    margin-bottom: 15px;
}
/*.case-study-box {
    margin-bottom: 30px;
}
.case-bg h1 {
    color: #fff;
}*/
.accomplish_btn{
    padding: 15px 50px !important;
font-size: 20px;
}
.accomplish h1{
    font-weight:bold;
}
.accomplish:before{
   content:none;
}
.header-scroll {
    position: fixed !important;
    z-index: 9;
    background-color: #fff;
    transition: all .4s;
}

.img-blog-area {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 10;
}
.excerpt{
    color: #000;
    font-weight: bold;
    margin-bottom:15px;
}
.excerpt p {
    font-size: 18px;
}
.case_cat{
    list-style: none;

display: inline-flex;
}
.case_cat li{
    margin-right: 10px;

border-right: 1px solid #333;

padding-right: 10px;
}
.case_cat li:last-child{
    border:none;
}
.case_cat1{
    list-style: none;
margin-left: 0px !important;
display: inline-flex;
}
.case_cat1 li{
    margin-right: 10px;

border-right: 1px solid #000;

padding-right: 10px;
}
.case_cat1 li:last-child{
    border:none;
}

.es-field-wrap .es_txt_email {
    background-color: #f7f7f7;
    color: #999;
    padding: 5px 20px 5px 10px;
    line-height: 21px; 
    height: 32px;
    display: block;
    border: 0;
    width: 100%;
    margin-top: 7px;
}
.es_submit_button.es_textbox_button {
    background: #7eced5;
    color: #ffffff;
    padding: 12px 22px;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}
.es_submit_button.es_textbox_button:hover{
	background: rgba( 96,176,183,1 );
}
.blog_detail_img {
    margin-bottom: 40px;
}
.author-avatar img {
    width: 70px;
    height: 70px;
}
.post-details, .author-avatar {
    text-align: center;
}
.author-avatar {
    margin-bottom: 20px;
}
.post-details > div {
    border-bottom: 1px solid #e3e3e3;
    padding: 18px 0;
}
.post-details h5, .post-details .post-date {
    margin: 1px 0 0;
    font-size: 12px;
}
.blog-single-title + h2 {
	margin-bottom: 50px;
}
.blog-detail a {
    color: #999;
}
.blog-detail a:hover {
    color: #7eced5;
}
.blog-detail ul{
    padding-left:30px;
}
.blog-detail hr{
    margin-top:30px;
    margin-bottom:30px;
}
.blog-detail h3{
    font-family: "Open Sans";
    line-height: 28px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}
.spb_box_content{
    margin-top:20px;
    margin-bottom:20px;
}
.orange{
border-color: #f5825e;
background-color: #f5825e;
    
}
.green{
    border-color: #63c76a;
background-color: #63c76a;
}
.sf-button{
    color: #fff !important;
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
display: block;
text-align: center;
font-weight: bold;
}
.wp-block-quote {
    border-left: none !important;
    margin: 30px 0 !important;
    padding-left: 30px !important;
}
.draybg{
    margin-top: 0px;
margin-bottom: 0px;
padding-left: 7px;
padding-right: 7px;
background-color: #d6d6d6;
}
.research-title{
    position: relative;
margin-top: 24px;
}
.research-title:before {
    content: '';
    background: #a0daf4;
top: -20px;
left: -50px;
    width: 120px;
height: 120px;
border-radius: 8px;
position: absolute;
}

.analytical-title{
    position: relative;
margin-top: 24px;
}
.analytical-title:before {
    content: '';
    background: #a6decf;
top: -20px;
/* left: -65px; */
left:-50px;
    width: 120px;
height: 120px;
border-radius: 8px;
position: absolute;
}
.deeply-rooted{
    position: relative;
}
.expertise-title{
    position: relative;
margin-top: 24px;
}
.expertise-title:before {
    content: '';
    background: #f3cbb2;
top: -20px;
left: -50px;
    width: 120px;
height: 120px;
border-radius: 8px;
position: absolute;
}
.section-heading-orange{
    position: relative;
}

.home-banner-text h1{
    font-weight: 600;
    font-size: 44px;
    color: #0479a6;
    letter-spacing: 0.2px;
}
.btn-green{
    color: #7ECED5 !important;
}
.email_label{
    font-size: 14px;
    width: 100%
}
.journal-page .featured-box {
    background-color: #E6E6E6;
    padding: 15px;
}
.journal-page .featured-box h1 {
    color: #000;
    margin-bottom: 15px;
}
.journal-page .case-cat {
    font-style: italic;
    padding-bottom: 0;
}
.journal-page .featured-box .case-cat {
    padding-bottom: 10px;
}
.journal-page .latest-blog {
    white-space: normal;
    border-radius: 0;
    background-color: #03A9F4;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 15px;
}
.journal-page .latest-blog:hover {
    background-color: #e5e5e5;
    color: #222;
}
.inner-page-banner .page-title-journal, .inner-page-banner .case-study-title, .inner-page-banner .page-title {
    margin-left: 30px;
}
.journal-page .blog-right-area h3 {
    font-size: 16px;
}
.mc4wp-form-fields label {
    font-size:14px;
    width:100%;
}
/* 12 05 2020 */

.small-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.case-bg {
    width: 100%;
    padding: 30px 0;
    border-bottom: 2px solid #ccc;
}
.blue-title {
    font-size: 18px;
    color: #0972a0;
    margin-bottom: 15px;
    font-weight:500;
}
.case-cat {
    font-style: italic;
    padding-bottom: 0;
}

.latest-blog-new {
    white-space: normal;
    border-radius: 0;
    background-color: #03A9F4;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 15px;
    margin-top: 30px;
}
.latest-blog-new:hover{
    background: #3c8ec6;
    color: #fff;
}
.signup-btn{
    background: #7ECED5;
    padding: 10px 20px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    width: fit-content;
}
.signup-btn:hover{
    background: #3c8ec6;
    color: #fff;
}
.page-title h1{
    text-shadow: 0px 1px 19px rgba(0,0,0,0.5)
}
.single-blog-post{
    margin-bottom: 30px;
}
.single-blog-post .blue-title{
    margin-top: 10px;
}
.grey-box{
    background: #E6E6E6;
    padding: 20px;

}
.leadership-title.blue:before{
    background: #32C6F4;
}
.journal-page p{
	font-size:16px;
}