* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headerTitle {
    border-top: 1px solid #37566D;
    padding: 25px 0px;
    display: flex;
    gap: 24px;
}

.headerTitle .numberSection {
    color: #052C49;
    font-size: 14px;
    font-weight: 300;
}

.headerTitle .sectionTitle {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.themsAbtn {
    background: #0862A6;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
}

.themsAbtn img {
    margin-left: 10px;
}


.crousleCounting {
    display: flex;
    gap: 5px;
    align-items: center;
}

.crousleCounting .activeNumber {
    color: rgba(5, 44, 73, 1);
    font-size: 16px;
    font-weight: 600;
    font=we: ;
    font=w: ;
}

.crousleCounting .activePensing {
    color: rgba(5, 44, 73, 1);
    font-size: 16px;
    font-weight: 600;
    opacity: 0.5;
}

.crousleCounting .hypen {
    width: 20px;
    height: 2px;
    background: rgba(5, 44, 73, 1);
    opacity: 0.5;
    margin-left: 10px;
}

/************************End Common CSS*****************************/

.menubar {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.menubar .logoSection img {
    /* height: 79px; */
    height: 55px;
}

.mailTo{font-size:12px;margin-top:8px}

p.mailTo a {  
    color: #0862a6;
    font-weight: 600;
    text-decoration: none;   
}     
     
.menubar .navBar {
    margin-left: auto;
    z-index: 9;
}

.menubar .navBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menubar .navBar ul li {
    display: inline-block;
}

.menubar .navBar ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    padding: 10px 25px;
}

.menubar .navBar ul li a.active {
    color: #2F98DA !important;
}

.menubar .navBar ul li a.GetaQuote {
    background: #0862A6;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 100px;
}

.menubar .navBar ul li a.GetaQuote img {
    margin-left: 7px;
}

.responsiveMenu {
    display: none;
    margin-left: auto;
    background: #e5f3f9;
    border: 0;
    padding: 10px 10px;
    border-radius: 4px;
}

/********************************** End Header CSS ********************************/

.banner-content h4 {
    font-size: 48px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

.banner-content a {
    background: #0862A6;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    margin-top: 39px;
	margin-right:20px;
}

.banner-content a img {
    margin-left: 10px;
}

.banner-content {
    width: 446px;
}

section.banner {
    padding: 70px 0px;
    position: relative;
}

section.banner::after {   
    content: '';
    /* background-image: url(../images/banner2.png);       */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* position: absolute; */
    /* right: -14%; */
    /* top: 0; */
    /* width: calc(100% - 446px); */
    /* height: 100%; */
	background-image: url(../images/banner3.png);
	    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -24%;
    top: 20px;
    width: calc(100% - 350px);
    height: 70%;
}      

/********************************** End Banner CSS ********************************/
.whatWeDo {
    padding: 70px 0px;
}

.whatWeDoRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.whatWeDoRow .whatWeDoLeft {
    width: 50%;
	
}

.whatWeDoRow .whatWeDoReight {
    width: 48%;
}

.whatWeDoRow .whatWeDoLeft img {
    width: 100%;
    height: 100%;
}

.whatWeDoRow .whatWeDoReight .whatWeDoContent h5 {
    color: #052C49;
    font-size: 24px;
    font-weight: 600;
}

.whatWeDoRow .whatWeDoReight .whatWeDoContent p {
    color: #052C49;
        font-size: 16px;
    font-weight: 400;
}

.whatWeDoAccordian .accordion-item {
    border: 0;
    border-top: 1px solid #37566D;
    border-radius: 0;
}

.whatWeDoAccordian .accordion-item:last-child {
    border-bottom: 1px solid #37566D;
}

.whatWeDoAccordian .accordion-item button.accordion-button {
    padding: 15px 0px;
    color: #052C49;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    background: transparent;
    box-shadow: initial;
}

.whatWeDoAccordian .accordion-item button.accordion-button::after {
    background-image: url('../images/Add.png');
}

.whatWeDoAccordian .accordion-item button.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.png');
}

.whatWeDoAccordian .accordion-item button.accordion-button.collapsed {
    border-radius: 0;
}

.whatWeDoAccordian .accordion-item .accordion-collapse .accordion-body {
    padding: 10px 0px;
    color: #052C49;
    font-size: 14px;
    font-weight: 300;
}

.whatWeDoAccordian>.themsAbtn {
    margin-top: 35px;
}

.brancdlogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
 	padding-bottom: 80px;
}

.brancdlogo .brancdLogoImg img {
    width: 130px;
}



/********************************** End What We Do CSS ********************************/
.ourMission {
    padding: 50px 0px 70px 0px;
}

.ourMissionRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ourMissionRow .ourMissionReight {
    width: 50%;
}

.ourMissionRow .ourMissionReight img {
    width: 100%;
    height: 100%;
    max-height: 470px;
    object-fit: cover;
}

.ourMissionRow .ourMissionLeft {
    width: 42%;
}

.ourMissionRow .ourMissionLeft h4 {
    color: #052C49;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ourMissionRow .ourMissionLeft p {
    font-size: 20px;
    font-weight: 300;
    color: #052C49;
    margin: 0;
    padding-right: 40px;
}

.ourMissionRow .ourMissionLeft a {
    margin-top: 60px;
}

.ourMissionRow .ourMissionLeft p br {
    margin-top: 20px;
    display: inline-block;
}

/********************************** End Our Mission CSS ********************************/

section.whoweare {
    padding: 70px 0px 0px 0px;
    background: #BFE8FF;
}

.whoweareContent h4 {
    color: #052C49;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 24px;
}

.whoweareContent p {
    color: #052C49;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    width: 80%;
    margin: auto;
}

.whoweareContent {
    text-align: center;
    margin-top: 50px;
}

.whoweareContent a {
    color: #052C49;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 40px;
    display: inline-block;
}

.whoweareContent a img {
    margin-left: 10px;
}

.whoWeAreImg img {
    width: 100%;
    height: 100%;
}

/********************************** End Who We Are CSS ********************************/

.teamPartner h5 {
    color: rgba(0, 0, 0, 1);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}  


section.counterSection {
    padding: 70px 0px;
}

.counterColum {
    display: flex;
    gap: 10px;
}

.counterColum .counterValue .number {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.1;
}

.counterColum .counterValue p {
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.counterColum .counterIcon {
    width: 50px;
    height: 50px;
    background: rgba(208, 226, 228, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px 0px 14px 0px;
    padding: 6px;
}

.counterColum .counterValue {
    width: calc(100% - 60px);
}

/********************************** End counter CSS ********************************/

section.realResults {
    padding: 70px 0px;
    background: rgba(242, 250, 255, 1);
}

.realResulContent {
    border-top: 1px solid rgba(55, 86, 109, 1);
    padding: 28px 0px;
    text-align: center;
}

.realResulContent h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.realResulContent h5 {
    font-size: 32px;
    font-weight: 600;
    color: rgba(5, 44, 73, 1);
}

.realResulCrousel {
    padding: 20px 0px;
    position: relative;
}

.realResulImgItems .contentSection {
    margin-top: 30px;
}

.realResulImgItems .imgSection img {
    width: 100%;
    height: 100%;
}

.realResulImgItems .contentSection p {
    color: rgba(5, 44, 73, 1);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.realResulImgItems .contentSection h5 {
    color: rgba(5, 44, 73, 1);
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.realResulCrousel .owl-nav .owl-prev,
.realResulCrousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 1) !important;
    color: rgba(5, 44, 73, 1) !important;
    font-size: 32px !important;
}

.realResulCrousel .owl-nav .owl-prev.disabled,
.realResulCrousel .owl-nav .owl-next.disabled {
    background: rgba(191, 191, 191, 1) !important;
}

.realResulCrousel .owl-nav {
    text-align: right;
    margin-top: 50px;
}


.realResulCrousel .crousleCounting {
    position: absolute;
    bottom: 35px;
}

.realResulCrousel .owl-dots {
    display: none;
}

/********************************** End Proven Playbooks. Real Results. CSS ********************************/

section.letsTalk {
    background: rgba(217, 241, 255, 1);
    padding: 70px 0px;
}

.letsTalkRow {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.letsTalkRow .letsTalkLeft h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 12px;
}

.letsTalkRow .letsTalkLeft p {
    color: rgba(5, 44, 73, 1);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.letsTalkRow .letsTalkRight a {
    color: rgba(5, 44, 73, 1);
    text-decoration: none;
    border: 2px solid rgba(5, 44, 73, 1);
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 100px;
}

.letsTalkRow .letsTalkRight a img {
    margin-left: 10px;
}

/********************************** End Lets Talk CSS ********************************/
section.testimonials {
    padding: 70px 0px;
}

.testimonialsContent .testimonialsPara p {
    color: rgba(5, 44, 73, 1);
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.testimonialsContent .testimonialsPara {
    width: 100%;
    margin-bottom: 50px;
}

.testimonialsCrouselMain {
    padding: 20px 0px;
    position: relative;
}

.testimonialsCrouselMain .testimonialsCrousel .owl-dots.disabled {
    display: none;
}

.testimonialItems .tesIteamPara p {
    font-size: 20px;
    font-weight: 300;
    color: rgba(5, 44, 73, 1);
    margin: 0;
}

.testimonialItems .tesIteamPara {
    margin-bottom: 40px;
}

.testimonialItems .testimonialsUser {
    display: flex;
    gap: 20px;
}

.testimonialItems .testimonialsUser .userPhoto {
    width: 45px;
    height: 45px;
}

.testimonialItems .testimonialsUser .userPhoto img {
    width: 100%;
    height: 100%;
}

.testimonialItems .testimonialsUser .userDetails h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonialItems .testimonialsUser .userDetails p {
    font-size: 16px;
    color: rgba(5, 44, 73, 1);
    font-weight: 300;
}

.testimonialsCrousel .owl-nav {
    text-align: right;
    margin-top: 50px;
}

.testimonialsCrousel .owl-nav .owl-prev,
.testimonialsCrousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    background: rgba(191, 232, 255, 1) !important;
    color: rgba(5, 44, 73, 1) !important;
    font-size: 32px !important;
}

.testimonialsCrousel .owl-nav .owl-prev.disabled,
.testimonialsCrousel .owl-nav .owl-next.disabled {
    background: rgba(229, 246, 255, 1) !important;
}

.testimonialsCrouselMain .crousleCounting {
    position: absolute;
    bottom: 35px;
}

.testimonialsCrousel .owl-dots {
    display: none;
}

/********************************** End testimonials CSS ********************************/


section.footer {
    background: rgba(5, 44, 73, 1);
    padding: 70px 0px;
}

.subscribeMail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 1);
    padding-bottom: 70px;
}

.subscribeMail .subscribeLeft h5 {
    font-size: 48px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.subscribeMail .subscribeReight p {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 300;
}

.subscribeMail .subscribeReight .subscribeMailFeilds {
    margin-top: 30px;
}

.subscribeMail .subscribeReight .subscribeMailFeilds input[type="text"] {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    height: 50px;
    color: #fff;
    width: calc(100% - 160px);
}

.subscribeMail .subscribeReight .subscribeMailFeilds input[type="text"]:focus {
    outline: 0;
}

.subscribeMail .subscribeReight .subscribeMailFeilds input[type="text"]::placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.subscribeMail .subscribeReight .subscribeMailFeilds button {
    background: transparent;
    font-size: 16px;
    color: rgba(229, 246, 255, 1);
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 100px;
    border: 2px solid #fff;
}

.mainFooterRow {
    /*padding: 70px 0px;*/
    display: flex;
    gap: 30px;
}

.mainFooterRow .footerColum p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.mainFooterRow .footerColum img {
    margin-bottom: 20px;
}

.mainFooterRow .footerColum.footerCol1 {
    width: 35%;
}

.mainFooterRow .footerColum.footerCol4 {
    width: 30%;
    text-align: right;
}

.mainFooterRow .footerColum.footerCol2 {
    width: 20%;
}

.mainFooterRow .footerColum.footerCol3 {
    width: 20%;
}

.mainFooterRow .footerColum h5 {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 600;
}

.mainFooterRow .footerColum ul {
    padding: 0;
    margin: 0;
}

.mainFooterRow .footerColum ul li {
    list-style: none;
    padding: 7px 0px;
}

.mainFooterRow .footerColum ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.mainFooterRow .footerColum h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 7px 0;
}

.mainFooterRow .footerColum p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.footerColum .socialMedia li {
    display: inline-block;
}

.footerColum .socialMedia li a {
    display: flex;
    background: rgba(217, 241, 255, 1);
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.footerColum .socialMedia li a img {
    margin: 0;
}

ul.socialMedia {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px !important;
    justify-content: end;
}

.topCopywrite {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topCopywrite p {
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.topCopywrite .topImg img {
    cursor: pointer;
}




/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/*********************************START ABOUT PAGE CSS*******************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/


.aboutPage {
    background-image: url('../images/about.png');
    background-repeat: no-repeat;
    background-size: 100% 650px;
    padding: 0;
    position: relative;
    background-position: 0px -120px;
}

.teamPage {
    background-image: url('../images/teams.jpg');
    background-repeat: no-repeat;
    background-size: 100% 900px;
    padding: 0;
    position: relative;
    background-position: 0px -200px;
}

.CaseStudyPage {
    background-image: url('../images/case-study.jpg');
    background-repeat: no-repeat;
    background-size: 100% 720px;
    padding: 0;
    position: relative;
    background-position: 0px -130px;
}

.contact {
    background-image: url('../images/contact.jpg');
    background-repeat: no-repeat;
    background-size: 100% 730px;
    padding: 0;
    position: relative;
    background-position: 0px -80px;
}

section.innerPagebanner {
    height: 480px;
    position: relative;
}

section.innerPagebanner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 42, 93, 0.5);
}


.innerPageContent {
    padding: 198px 0px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.innerPageContent h4 {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
}


section.aboutAdvisory {
    /*padding: 70px 0px;*/
}

.AdvisoryContent h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.AdvisoryContent p {
    color: rgba(55, 86, 109, 1);
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.AdvisoryContent {
    width: 85%;
    margin: auto;
}

.vissionContent {
    width: 85%;
    margin: auto;
    padding: 50px 0px;
}

.vissionContent h5 {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

.vissionContent h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 48px;
    text-align: center;
    font-weight: 300;
}

.vissionContent p {
    color: rgba(55, 86, 109, 1);
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
}

.missionContent {
    width: 85%;
    margin: auto;
    padding: 50px 0px;
}

.missionContent h5 {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

.missionContent h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 48px;
    text-align: center;
    font-weight: 300;
}

.missionContent p {
    color: rgba(55, 86, 109, 1);
    font-size: 20px;
    font-weight: 300;
    /*text-align: center;*/
    margin-top: 24px;
    margin-bottom: 0;
}

.valuesContent {
    padding: 50px 0px 50px 0px;
}

.valuesContent h5 {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

.valuesContent h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 48px;
    text-align: center;
    font-weight: 300;
}

.valuesContent p {
    color: rgba(55, 86, 109, 1);
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
}

.valuesContentBox {
    background: rgba(229, 246, 255, 1);
    padding: 32px 24px;
    border-radius: 16px;
    min-height: 355px;
    margin-top: 54px;
}

.valuesContentBox h6 {
    color: rgba(5, 44, 73, 1);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}

.valuesContentBox p {
    color: rgba(5, 44, 73, 1);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.valuesContentBox.Integrity {
    background: rgba(5, 44, 73, 1);
    color: #fff;
}

.valuesContentBox.Integrity h6 {
    color: rgba(229, 246, 255, 1);
}

.valuesContentBox.Integrity p {
    color: rgba(229, 246, 255, 1);
}

.abtImgItems {
    width: 370px;
    height: 370px;
}

.abtImgItems img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutCrousel {
    padding-bottom: 70px;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/***********************************END ABOUT PAGE CSS*******************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/





/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/***********************************START TEAMS PAGE CSS*****************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/




section.teamPartner {
    padding: 70px 0px;
    position: relative;
}

.partnerDetails {
    display: flex;
    gap: 50px;
    position: relative;
    z-index: 9;
    align-items: baseline;
}

.partnerDetails .partnerPhoto {
    width: 30%;
}

.partnerDetails .partnerPhoto img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

section.teamPartner:before {
    content: '';
    position: absolute;
    background: rgba(5, 44, 73, 1);
    width: 100%;
    height: 50%;
    transform: translateY(25%);
}

.partnerDetails .partnerContent h5.name {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 300;
	underline:none;
}

.partnerDetails .partnerContent h5.join {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 300;
	underline:none;
    margin: 0;
}

.partnerContent {
    position: relative;
    top: 0px;
}

.teamPartnerUserTextContent p {
    color: rgba(55, 86, 109, 1);
    font-size: 20px;
    font-weight: 300;
    /*text-align: center;*/
}

.teamPartnersColumBox {
    padding: 70px 0px;
}

.teamPartnersColumBox .valuesContentBox {
    min-height: 410px;
    margin-top: 0px;
}

.teamPartnersColumBox .valuesContentBox.Credibility {
    min-height: auto;
    margin-top: 20px;
}


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/*************************************END TEAMS PAGE CSS*****************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/



/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/********************************START CASE STUDY PAGE CSS***************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/



section.caseStudy {
    padding: 70px 0px;
}

.caseStudyItems .itemsImg img {
    width: 100%;
    height: 100%;
}

.caseStudyItems .items-post-details span {
    color: rgba(55, 86, 109, 1);
    font-weight: 300;
    font-size: 14px;
    position: relative;
    padding: 0px 20px 0px 0px;
}

.caseStudyItems .items-post-details span:before {
    content: '';
    position: absolute;
    right: 10px;
    border-right: 1px solid #ddd;
    height: 100%;
    top: 0;
}

.caseStudyItems .items-post-details span:last-child:before {
    content: '';
    display: none;
}

.caseStudyItems .items-post-content h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
}

.caseStudyItems .items-post-content p {
    color: rgba(55, 86, 109, 1);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.caseStudyItems .items-post-content a {
    color: rgba(5, 44, 73, 1);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.caseStudyItems .items-post-content a img {
    margin-left: 10px;
    width: auto;
    display: unset;
}

.caseStudyItems .items-post-details {
    margin: 30px 0px 8px 0px;
}

.caseStudyItems {
    margin-bottom: 40px;
}



/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**********************************END CASE STUDY PAGE CSS***************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/



/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**********************************END CASE STUDY DETAILS PAGE CSS***************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/


.CaseStudyDetailsPage {
    background-image: url('../images/caseStudyDetails.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.detailsPageContent h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-weight: 300;
}

.detailsPageContent {
    position: relative;
    padding: 100px 0px;
}

.detailsPageContent .detailsDate span {
    position: relative;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 300;
    padding-right: 20px;
    display: inline-block;
}

.detailsPageContent .detailsDate span:after {
    content: '';
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0;
    border-right: 1px solid #fff;
}

.detailsPageContent .detailsDate span:last-child:after {
    content: '';
    display: none;
}

.detailsPageContent .share a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 6px;
}

.detailsPageContent .detailsDate {
    margin-bottom: 60px;
    margin-top: 24px;
}

section.detailsContent {
    padding: 70px 0px;
}

.studyDetContText h4 {
    color: rgba(5, 44, 73, 1);
    font-size: 48px;
    margin-bottom: 80px;
    font-weight: 300;
}

.studyDetContText p {
    color: rgba(55, 86, 109, 1);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.studyDetContText h5 {
    color: rgba(55, 86, 109, 1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.studyDetContText {
    margin: auto;
    width: 90%;
}

.caseStudyDetailsCrousole .owl-dots {
    display: none;
}

.caseStudyDetailsCrousole .owl-nav {
    display: none;
}

.caseStudyDetailsCrousole {
    padding: 70px 0px;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**********************************END CASE STUDY DETAILS PAGE CSS***************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/



/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**********************************START CONTACT PAGE CSS***************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/

section.contactPageDetails {
    padding: 70px 0px;
}

.contactDetailsRow {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.contactDetailsRow .contectLeftDetails {
    width: 40%;
}

.contactDetailsRow .contactForm {
    width: 55%;
}

.contactContentConect {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contactContentConect .icon {
    width: 50px;
    height: 50px;
}

.contactContentConect .icon img {
    width: auto;
}

.contactContentConect .iconDetails {
    width: calc(100% - 70px);
}

.contactContentConect .iconDetails p {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.formFeilds {
    padding: 48px 32px;
    32px: ;
    border-radius: 16px;
    background: rgba(229, 246, 255, 1);
}

.feild label {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 4px;
}

.feild input[type="text"] {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #fff;
    width: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 300;
    height: 56px;
}

.feild {
    margin-bottom: 15px;
}

.feild select {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #fff;
    width: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 300;
    height: 56px;
    background-color: #fff;
}

.feild textarea {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #fff;
    width: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 300;
}

.feild button.submit {
    background: rgba(5, 44, 73, 1);
    color: #fff;
    padding: 15px 27px;
    width: 100%;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
}

section.partnerProgram {
    padding: 70px 0px;
}

.partnerProgramDetails {
    background: rgba(5, 44, 73, 1);
    padding: 32px 49px;
    border-radius: 16px;
    position: relative;
}

.partnerProgramDetails::after {
    content: '';
    background-image: url('../images/busnes-partner.png');
    width: 241px;
    height: 293px;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.programDetailsPartner h4 {
    font-size: 32px;
    color: rgba(229, 246, 255, 1);
    font-weight: 600;
    margin-bottom: 16px;
}

.programDetailsPartner p {
    color: rgba(229, 246, 255, 1);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.programDetailsPartner {
    border-bottom: 1px solid rgba(229, 246, 255, 1);
    margin-bottom: 16px;
    padding-bottom: 16px;
    width: calc(100% - 380px);
}

.partnerProgramConnect a {
    color: rgba(229, 246, 255, 1);
    text-decoration: none;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 600;
}

.partnerProgramConnect a:last-child {
    padding-right: 0px;
}

.partnerProgramConnect a img {
    margin-right: 10px;
}


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**********************************END CONTACT PAGE CSS***************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/



/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**********************************START BLOG PAGE CSS***************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/

.blogSection {
    padding: 70px 0px;
}

.blog-post {
    position: relative;
    margin-bottom: 30px;
}

.blog-post a {
    text-decoration: none;
    color: inherit;
}

.blog-post .blog-post-img {
    position: relative;
    border-radius: 12px 12px 0px 0px;
    transition: all .3s ease;
}

.blog-post .blog-post-img img {
    width: 100%;
    height: 100%;
    max-height: 180px;
    min-height: 180px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.blog-post .blog-post-img .blog-post-time {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, #000, transparent);
    color: #fff;
    padding: 40px 20px 20px;
    border-radius: 0;
}

.blog-post .blog-post-details {
    padding: 15px 15px;
}

.blog-post .blog-post-details h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

.blog-post .blog-post-details .short-line {
    position: relative;
    height: 3px;
    margin-bottom: 20px;
}

.blog-post .blog-post-details .short-line::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #0862A6;
    z-index: 1;
}

.blog-post .blog-post-details .short-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 132px;
    height: 3px;
    background-color: #bebebe;
    z-index: -1;
}

.blog-post .blog-post-details p {
    color: #4D5863;
    font-size: 14px;
    margin: 10px 0px;
}

.blog-post .blog-post-details .learn-more {
    color: rgba(5, 44, 73, 1);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.blog-post .blog-post-details .learn-more img {
    margin-left: 10px;
}

.studyDetContText img {
    max-width: 100%;
    margin: 10px 0px;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**********************************END BLOG PAGE CSS***************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/









































@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }
}

/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************       Start CSS Responsive      *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    section.banner::after {
        content: '';
        background-size: 170% 80%;
        right: 0;
        top: 0px;
        z-index: -5;
        opacity: 0.1;
        width: 100%;
    }


    .responsiveMenu {
        display: block;
    }

    .menubar .navBar {
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0px 2px 3px 2px #bababa;
        padding: 20px 20px;
        top: 66px;
        margin: auto;
        border-radius: 0px 0px 6px 6px;
        display: none;
        z-index: 999;
    }

    .menubar .navBar ul li {
        display: block;
    }

    .menubar .navBar ul li a {
        display: inline-block;
    }

    .innerPageContent {
        padding: 100px 0px;
    }

    section.innerPagebanner {
        height: 290px;
    }

    .banner-content {
        width: 100%;
    }

    .banner-content h4 {
        font-size: 38px;
    }

    .banner-content p {
        font-size: 20px;
    }

    .whatWeDoRow,
    .ourMissionRow,
    .letsTalkRow,
    .subscribeMail,
    .mainFooterRow,
    .partnerDetails,
    .contactDetailsRow {
        flex-direction: column;
    }

    .whatWeDoRow .whatWeDoLeft,
    .whatWeDoRow .whatWeDoReight,
    .ourMissionRow .ourMissionLeft,
    .ourMissionRow .ourMissionReight,
    .whoweareContent p,
    .testimonialsContent .testimonialsPara,
    .mainFooterRow .footerColum.footerCol1,
    .mainFooterRow .footerColum.footerCol2,
    .mainFooterRow .footerColum.footerCol3,
    .mainFooterRow .footerColum.footerCol4,
    .AdvisoryContent,
    .vissionContent,
    .missionContent,
    .valuesContent,
    .partnerDetails .partnerPhoto,
    .contactDetailsRow .contectLeftDetails,
    .contactDetailsRow .contactForm {
        width: 100%;
    }

    .whatWeDoRow .whatWeDoLeft,
    .ourMissionRow .ourMissionLeft,
    .letsTalkLeft {
        margin-bottom: 50px;
    }

    .mainFooterRow .footerColum.footerCol4 {
        text-align: left;
    }

    ul.socialMedia {
        justify-content: flex-start;
    }

    .brancdlogo {
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 20px 20px;
    }



    .aboutPage {
        background-size: cover;
        background-position: -100px 0px;
    }

    .letsTalkRow {
        align-items: flex-start;
    }

    .abtImgItems {
        width: 100%;
        height: 370px;
    }


    .teamPage {
        background-size: cover;
        background-position: 0px 0px;
    }

    .partnerContent {
        top: 0;
    }

    section.teamPartner:before {
        height: 60%;
        transform: translateY(40%);
    }

    .partnerDetails .partnerContent h5.name,
    .partnerDetails .partnerContent h5.join {
        font-size: 24px;
    }

    .teamPartnersColumBox .valuesContentBox {
        margin-bottom: 20px;
    }

    .CaseStudyPage {
        background-size: cover;
        background-position: 0px 0px;
    }

    .contact {
        background-size: cover;
        background-position: 0px 0px;
    }

    .programDetailsPartner {
        width: calc(100% - 0px);
    }

    .partnerProgramDetails::after {
        content: '';
        display: none;
    }

    .partnerProgramConnect a {
        display: block;
        padding: 10px 0px;
    }

}







/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 768px) {

    .menubar .navBar ul li a {
        padding: 10px 10px;
    }


    section.banner::after {
        content: '';
        right: 0%;
        width: 100%;
        opacity: 0.1;
    }

    .brancdlogo .brancdLogoImg img {
        height: 28px;
    }

    .testimonialsContent .testimonialsPara {
        width: 100%;
    }

    .letsTalkRow .letsTalkLeft {
        width: calc(100% - 200px);
    }

    .subscribeMail {
        flex-direction: column;
    }

    .mainFooterRow {
        flex-wrap: wrap;
    }

    .mainFooterRow .footerColum.footerCol1 {
        width: 40%;
    }

    .mainFooterRow .footerColum.footerCol2 {
        width: 25%;
    }

    .mainFooterRow .footerColum.footerCol3 {
        width: 25%;
    }

    .mainFooterRow .footerColum.footerCol4 {
        width: 100%;
        text-align: left;
    }

    ul.socialMedia {
        justify-content: flex-start;
    }

    .abtImgItems {
        width: 100%;
        height: 200px;
    }

    .partnerDetails .partnerContent h5.join,
    .partnerDetails .partnerContent h5.name {
        font-size: 22px;
    }

    .programDetailsPartner,
    .partnerProgramConnect {
        width: calc(100% - 160px);
    }

    .partnerProgramDetails::after {
        content: '';
        right: 0px;
    }

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .menubar .navBar ul li a {
        padding: 10px 10px;
    }

    .brancdlogo .brancdLogoImg img {
        height: 28px;
    }

    .testimonialsContent .testimonialsPara {
        width: 100%;
    }

    section.banner::after {
        content: '';
        right: 0%;
        width: 100%;
        opacity: 0.1;
    }

    .letsTalkRow .letsTalkLeft {
        width: calc(100% - 200px);
    }

    .subscribeMail {
        flex-direction: column;
    }

    .mainFooterRow {
        flex-wrap: wrap;
    }

    .mainFooterRow .footerColum.footerCol1 {
        width: 40%;
    }

    .mainFooterRow .footerColum.footerCol2 {
        width: 25%;
    }

    .mainFooterRow .footerColum.footerCol3 {
        width: 25%;
    }

    .mainFooterRow .footerColum.footerCol4 {
        width: 100%;
        text-align: left;
    }

    ul.socialMedia {
        justify-content: flex-start;
    }

    .partnerDetails .partnerContent h5.join,
    .partnerDetails .partnerContent h5.name {
        font-size: 22px;
    }

    .programDetailsPartner,
    .partnerProgramConnect {
        width: calc(100% - 160px);
    }

    .partnerProgramDetails::after {
        content: '';
        right: 0px;
    }

    .AdvisoryContent,
    .vissionContent,
    .missionContent,
    .valuesContent {
        width: 100%;
    }

    .abtImgItems {
        width: 100%;
        height: 200px;
    }
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    section.banner::after {
        content: '';
                right: 0%;
        width: 45%;
        opacity: 0.1;
        top: 100px;
    }

    .abtImgItems {
        width: 100%;
        height: 200px;
    }

}