/* Header CSS starts here */
.navbar-nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
   /* margin-left: -150px; */
    
}
header{
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
}
.nav-link {
    padding: 20px .5rem;
    color: #2d2d2d;
    margin: 0 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    padding: 15px 25px;
    display: block;
    font-size: 20px;
}
.navbar{
    padding: 0;
    /* width: 80%; */ /* for logo change */
    margin: 0 auto;
}
header{
    width:100%;
    position: fixed;
    z-index:999;
}
.navbar-brand {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    max-width: 250px;
    border-radius: 10px;
    overflow: hidden;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
header .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top: 2px solid #ff9b30;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown:hover .dropdown-menu {display: block;}

.dropdown-item {
    border-bottom: 1px solid;
}
.dropdown-item {
    border-bottom: 1px solid;
    margin: 0 10px;
    width: calc(100% - 20px);
    padding: 10px 20px;
}
.dropdown-item:last-of-type{
    border: none;
}
.navbar-toggler-icon{
    background: url('images/menu-bar.svg') no-repeat;
}
/* Header CSS ends here */

/* Banner css starts here */
.bannerDesc1{
    background: #f79835;
}
.bannerDesc1 p {
    font-size: 20px;
}
.bannerDesc1 {
    background: #f79835;
    padding: 20px;
}
/* Banner css ends here */
/* Pointers CSS starts here */
.mainPointers {
    background: #a8070e;
 /*   padding: 20px;*/
    box-shadow: inset 2px 2px 20px 6px #5f0202;
}
.mainPointers .vc_column-inner{
	padding-top:0 !important;
}
.mainPointers a:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
}
.mainPointers a {
    display: block;
    padding: 20px 40px;
    position: relative;
}
.mainPointers a:last-of-type:after{
    display: none;
}
/* Pointers CSS ends here */
/* Event CSS starts here */
.eventSection {
    padding: 70px 10px;
}
.common-header {
    position: relative;
    font-size: 30px;
    color: #434343 !important;
}
.common-header span{
    display: block;
}
.horp-cta-block .common-header:before{
    background: #FF1493;
    border:2px solid #FF1493;
    bottom:-15px;
    top:auto;
}
.common-header:before{
    content: "";
    position: absolute;
    height: 1px;
    background: #a8070e;
    width: 40%;
    margin: 0 auto;
}
.common-header {
    position: relative;
    font-size: 30px;
    margin: 15px 0 30px;
    font-family: 'poppinsregular';
}
.common-header:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #a8070e;
    max-width: 110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -10px;
}
.common-text {
    color: #9d9d9d;
    margin: 0 auto 30px;
    max-width: 80%;
    line-height: 1.7;
}
.eventDesc p {
    /*color: #8a8282;*/
    color: #fff;
    line-height: 1.7;
    margin: 10px 0;
    font-size: 14px;
}
.eventDesc {
    background: #434343;
    padding: 20px 20px;
    color: #fff;
}
.testi-content i {
    margin: 0 0 10px 30px;
    display: block;
}
.testi-content p {
    /*margin: 0 0 10px 30px;*/
}
.commonBtn {
    color: #f4f4f4;
    background:#434343;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    max-width: 190px;
    text-align: center;
    margin: 40px auto;
    transition:.2s all linear;
}
.commonBtn:hover {
    box-shadow: 1px 1px 15px 0px #434343;
    color:#f4f4f4;
}
/* Event CSS ends here */
/* Testimonials CSS starts here */
.testimonials > div {
    padding: 55px 40px;
    position: relative;
}
.common-header-2 {
    font-size: 30px;
    margin: 0 0 15px;
}
.testi-content h5 {
    padding: 10px 0px 0px 30px;
    color: #A9A9A9;
}
.testi-content p {
    background: url('images/quote.png') no-repeat;
    padding: 0 10px 10px 30px;
    background-position: left top;
    background-size: 20px;
}
.testi-content i {
    color: #a9a9a9 !important;
}
.testimonials {
    background: #a8070e !important;
    margin-top: 35px !important;
}
.testimonials .common-header-2 {
    color: #fff !important;
}
.viewAll {
    color: #a8070e;
    background: url('images/right-arrow.png') no-repeat right center;
    padding: 0 40px 0 0;
   /* margin: 17px 0 17px 0; */ /*removed to reduce space in who we are*/
    display: inline-block;
    font-size: 14px;
    text-transform:capitalize;
    font-family: 'poppinssemibold';
}
.testi-content .viewAll{
    margin: 17px 0 17px 30px;
}
.sliderBtn button {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    border: none;
    outline: 0;
}
.next{
    background: url('images/right-slider-arrow.png') no-repeat center;
}
.prev{
    background: url('images/left-slider-arrow.png') no-repeat center;
}
.sliderBtn {
    display: flex;
    position: absolute;
    top: 60px;
    right: 20px;
}
/* Testimonials CSS ends here */
/* Footer CSS starts here */
.footerInner {
    background: #434343;
    padding: 30px 15px;
}
.foot-links a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    background: #ccc;
    height: 25px;
}
.foot-links a:last-of-type:after {
    display: none;
}
.foot-links a {
    color: #afafaf;
    padding: 10px 25px;
    display: block;
    text-transform: uppercase;
    position: relative;
}
.foot-links {
    border-bottom: 1px solid #fff;
    margin: 20px 5%;
}
footer p{
    margin:0 0 5px;
}
.social-footer a {
    background: #f9f9f9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
footer{
    background: #434343;
}
/* Footer css ends here */

/* Breadcrumb css starts here */
.breadcrumbs {
    background: #a8070e;
    box-shadow: inset 2px 2px 15px 0px #a8070e;
}
.breadcrumbs li a {
    display: block;
    color: #fff;
    /* font-size: 20px; */
}
.breadcrumbs li {
    margin: 0 10px;
    /*color: #ffda5b;*/
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    position: relative;
}
.breadcrumbs li:after {
    content: ">";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumbs li:last-of-type:after {
    display: none;
}

/* Breadcrumbs CSS ends here */
.left-align {
    margin: 0;
}
/* TNC CSS starts here */
.static {
    padding: 120px 10px 10px;
}
.tnc-copy p {
    margin: 30px 0;
}
.tnc-copy a {
    color: #ec287a;
}
/* TNC CSS ends here */

/* News & Insights article starts here */
.article p{
    font-size: 34px !important;
    line-height: 55px !important;
    margin: 20px 250px 0 !important;
    text-align: center;
}
.article-subheading p{
    font-size: 24px !important;
    margin: 20px 250px 0 !important;
    text-align: center;
}
.article-content p{
    font-size: 18px !important;
    margin: 20px 250px 0 !important;
    text-align: justify;
}
.article-content ul li{
    font-size: 18px !important;
    margin: 20px 350px 0 !important;
    text-align: justify;
    list-style: disc;
    line-height:1;
}

/* News & Insights article starts here */

.whoweare-background {
    background-color:#434343 !important;
}
.whoweare .vc_column-inner{
    padding-top:0 !important;
}
.whoweare-expertise-heading p{
    text-align: center;
    color: #4a4a4a;
    font-size: 20px;
    text-transform: capitalize;
    padding: 30px 0 0 0;
    font-family: 'poppinsregular';
    font-weight: 700;
  
}

.whoweare-expert-vcrow {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
    justify-content: space-around;

}

.whoweare-expert {
    position: relative;
 background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .55rem;
  padding-left:15px !important;
}
.whoweare-title{
    font-size: 36px !important;
    color: #ffffff !important;
    text-align: center !important;
}


.ourbelief-heading p{
    font-size: 28px !important;
    color: #a8070e;
    text-align: center;
    margin-bottom:5px !important;
}
.ourbelief-wpb_content_element {
    margin-bottom:5px !important;
}
.ourbelief-subheading p{
    font-size: 26px !important;
    color:#000000;
    line-height:1 !important;
    text-align: center;
    margin-bottom:5px !important;
}
.ourbelief-content p{
    font-size: 14px !important;
    color:#000000;
    text-align: justify;
    margin-bottom:5px !important;
}



/*CardMenu */


.cardMenu {
    background: #434343;
    padding: 20px 0;
    box-shadow: 0px 0px 10px 1px #ccc;
    margin: 30px 0 0;
}
.cardMenu a,.cardMenu p{
    font-size: 14px !important;
    color: #fff;
    border: none;
    display: block;
    text-align: left;
    font-size: 18px;
    color: #fff;
    /* margin: 20px; */
    margin-left: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: .2s all linear;
}
.cardMenu a:hover {
    /* color: #ec1c24;*/
    color: #FFFF00;
    border-bottom: 1px solid
}
.cardIndent {
    padding-left:20px !important;
}

.training-content {
    padding-left:0px !important;
    margin-left:0px !important;
    padding-top:0px !important;
}

.training-content ul li {
    list-style: disc;
    margin: 5px !important;
    line-height:1.9;
}
.mission-2029-img {
    text-align: center !important;
}
.horp-cta-block .common-header{
	font-size:20px !important;
    line-height:1.7;
}
.horp-cta-block .horp-content-block p{
	line-height: 1.7 !important;
}
/*CardMenu */

/* Media queries start here */
@media screen and (max-width:1024px){
    .navbar {
        width: 95%;
    }
    .navbar-toggler{
        display: none;
    }
}
@media screen and (max-width:991px){
    .navbar-brand {
        max-width: 100px;
    }
    .navbar-nav {
        width: calc(100% - 100px);
        display: flex;
        flex-direction: row;
        margin-left: 80px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 25px;
        font-size: 14px;
    }
    .events {
        padding: 0 20px;
    }
    .events li {
        margin: 0 0 20px;
    }
    .nav-link {
        margin: 0;
    }
}
@media screen and (min-width:768px){
    .news_and_insight h5 {
        height: 30px;
    }
    /*media grid alignment*/
    .gridCenter {
    	margin-right: 40px !important;
    	margin-left: 40px !important;
    	padding-right: 40px !important;
    	padding-left: 40px !important;
    }
    .messageBoxLeft .vc_column-inner {
	    margin-left: 100px !important;
	    padding-right: 100px !important;
    }

    .messageBoxRight .vc_column-inner {
    	padding-right: 100px !important;
    }
}
@media screen and (max-width:767px){
    .cardMenu{
    	padding-left:15px !important;
        padding-right:15px !important;
    }
    .testimonials > div {
        padding: 0;
        position: relative;
    }
    .sliderBtn {
        display: flex;
        position: absolute;
        bottom: 15px;
        left: 50%;
        top:auto;
        right:auto;
        transform: translateX(-50%);
        z-index: 2;
	}
    .testi-content h5{
        font-size: 18px;
        text-align: right;
        color: #f4f4f4 !important;
    }
    .testi-content i {
        color: #f4f4f4 !important;
        text-align: right;
        font-size: 14px !important;
    }
   .testimonials .common-header-2{
        text-align:center;
        font-size:22px;
   }
   .testi-content p{
       font-size: 14px !important;
    	line-height: 1.9;
   }
    .navbar-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }
    header {
        position: relative;
    }
    header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
        height: 60px;
    }
    .navbar-nav {
        width: 100%;
        margin-top: 90px;
        display: block;
    }
    .mainPointers .d-flex {
        flex-direction: column;
    }
    .mainPointers a:after {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        background: #fff;
        bottom: 0;
        top: initial;
        right: 0;
    }
    .foot-links {
        flex-wrap: wrap;
    }
    footer p {
        font-size: 13px;
    }
    .navbar-nav {
        margin-left: 0;
    }
    .common-header {
        font-size: 24px;
    }    
    .common-header span{
        display: inline;
    }
    .breadcrumbs li {
        font-size: 12px;
    }

    .article p{
        font-size: 25px !important;
        line-height: 30px !important;
        margin:0 !important;
        text-align: center;
    }

    .article-subheading p{
        font-size: 18px !important;
        line-height: 30px !important;
        margin: 0 !important;
        text-align: center;
    }
    .article-content p{
        font-size: 15px !important;
        line-height: 30px !important;
        margin: 0 !important;
        text-align: justify;
    }
    .article-content ul li{
        font-size: 15px !important;
        text-align: justify;
        list-style: disc;
        line-height:1;
         margin: 20px 20px 0 !important;
}
    .whoweare-expert-vcrow {
        flex-direction:column;
    }
    .whoweare-expert-vcrow .vc_column_container {
        margin:20px 0 !important;
    }
}
/* Media queries end here */