html{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    -webkit-overflow-scrolling: touch!important;
    height:100%;
    overflow-x: hidden;
}
body{
	 font-family: 'proxima_nova', sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
	background-color: #fff;
	font-weight: 400;
}
* {
    outline: none !important;
}
.container{
	max-width: 1366px;
}

.h2,h2{
	font-size: 48px;
}
.h3,h3{
	font-size: 33px;
}
.h4,h4{
	font-size: 26px;
}
.h5,h5{
	font-size: 22px;
}
.h6,h6{
	font-size: 20px;
}
p{
	font-size: 16px;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul{
	list-style: none;
	padding-left: 0px;
}


.c-purple{
	color: #742049;
}

.bg-dark-white{
	background-color: #fafafa;
}
.sec-space{
	padding: 50px 0;
}


header .navbar{
	padding:45px 0;
	border-bottom: 7px solid #742049; 
  transition: 0.3s;

}a.custom-logo-link img {
    transition: 0.3s;
}
header .navbar-nav .nav-link{
	font-weight: 700;
	text-transform: uppercase;
  padding: 0!important;
}
header .navbar-nav .nav-item+.nav-item{
    margin-left: 70px;
}
header .navbar-light .navbar-nav .active>.nav-link{
	border-bottom: 4px solid #742049;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #742049;
}

a.search_link:before {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #0000006b;
    position: absolute;
    left: 35px;
    top: 3px;
}
a.search_link {
    color: #000;
    padding-left: 70px;
    position: relative;
}
.hero-wrapper{
    position: relative;
    /*background-repeat: no-repeat;
    height: 650px;
    background-size: cover;
    background-position: center;*/
}
.hero-wrapper .carousel{
	height: 100%;
}
.hero-wrapper .carousel .carousel-inner{
	height: 100%;
}
.hero-wrapper .carousel .carousel-inner .carousel-item{
	height: 100%;
      background-repeat: no-repeat;
    background-size: cover;
}

.hero-wrapper .carousel .carousel-inner .carousel-item .carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero-wrapper .carousel .carousel-inner .carousel-item .carousel-content h2 {
    font-weight: 400;
    font-family: 'sharp_grotesk';
}



.case-studies-upper{
  padding: 50px 0 0px;
}
.case-studies h5{
	color: #742049;
	font-weight: 600;
	font-family: 'sharp_grotesk';
	/*font-weight: 400;*/
	margin-bottom: 20px;
}
.case-studies p {
    font-size: 28px;
    color: #6D6E71;
    margin-bottom: 41px;
}
.case-studies .btn {
    background-color: #742049;
    color: #fff;
    border: 1px solid #742049;
    display: inline-block;
    margin-top: 30px;
    padding: 12px 53px;
    font-size: 20px;
    /* font-weight: bold; */
}
.case-studies .btn:hover{
	background-color:  transparent;
	color: #742049;
	border: 1px solid #742049;
}
.case-studies-intro{
	  background-color: #fafafa;
}
 .intro{
	color:  #742049;
	font-size: 26px;
	text-align: center;
	    font-family: sharp_grotesk;
	    font-weight: 400;
	    position: relative;
}
.intro:after {
    content: "";
    background-color: #742049;
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}



.testimonials{
	padding:150px 0;
}
.testimonials .container{
	height: 100%;
  max-width: 1160px;
}
.testimonials .container .carousel{
	height: 100%;
}
.testimonials .container .carousel .carousel-inner{
	/*height: 100%;
	max-width: 75%;
	margin: 0 auto;*/
}
.testimonials .container .carousel .carousel-inner .carousel-item{
	  
    color: #fff;
    text-align: center;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}
.testimonials .carousel-indicators{
/*	position: initial;*/
}
.testimonials p {
    font-size: 30px;
    margin-bottom: 86px;
    line-height: 50px;
    font-weight: 500;
        color: #D1D3D4;
}
.testimonials  span{
	font-size: 20px;
      color: #D1D3D4;

}
.testimonials .carousel-indicators li{
	width: 10px;
	height:10px;
border-radius:50%;
border: 1px solid #000;
background-color: transparent;
}
.testimonials .carousel-indicators .active{
  background-color: #BCBEC0;
  border: 1px solid #BCBEC0;
}
.carousel-indicators{
	bottom: -106px;
	margin-bottom: 0;
}
.get-in-touch.maroon{
	background-color: #742049;
}
.get-in-touch.maroon p{
	color: #fff;
	font-size: 30px;
    font-family: 'sharp_grotesk';
    margin-bottom: 0px;
}
.get-in-touch.maroon a {
    border: 1px solid #742049;
    background: #fff;
    color: #742049;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: .25rem;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.get-in-touch.maroon a:hover{
  border: 1px solid #fff;
    background: #742049;
    color: #fff;
}
.get-in-touch.white p {
    color: #742049;
    font-size: 28px;
    font-family: 'sharp_grotesk';
    margin-bottom: 10px;
}
.get-in-touch.white a{
	    border: 1px solid #742049;
    background: #742049;
    color: #fff;
    padding: 5px 19px;
    font-size: 30px;
}
.contact-btn {
    border: 1px solid #742049;
    background: #fff;
    color: #742049;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: .25rem;
}
.contact-btn:hover{
  background: #742049;
    color: #fff;
}
.social-icons li a:hover{
  color: #000;
}
.exp {
    color: #742049!important;
    font-size: 30px!important;
    margin: 35px 0!important;
    font-family: 'sharp_grotesk';
    font-weight: 400;
}
.page-wrapper{
	overflow: hidden;
}
.footer-ul li a {
    color: #742049;
    font-size: 26px;
    line-height: normal;
    padding: 0;
}
footer h4{
	    font-weight: 600;
    color: #742049;
    margin-bottom: 0;
}
.address p{
	color:  #742049;
	font-size: 23px;
}
.address a{
	color:  #742049;
	font-size: 20px;
}
ul.social-icons {
    display: flex;
    margin-top: 70px;
    justify-content: flex-end;
}
ul.social-icons li{
	margin-right: 20px;

}
ul.social-icons li i{
  font-size: 27px;
}
 .address{
  text-align: right;
 }
.casestudies-inner .row{
	margin-bottom: 77px;
}
.cs-head{
	color: #742049;
	font-size: 34px;
}
.scroll .custom-logo-link img{
  width: 180px;
    height: auto;
}
.expl {
    border: 1px solid #742049;
    padding: 6px 24px;
    color: #742049;
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    border-radius: 0.25rem;
}
.nf-element.btn{
   border: 1px solid #742049!important;
}
.nf-element.btn:hover{
    background-color: #fff!important;
    color: #742049!important;
}
.expl:hover{
	  border: 1px solid #742049;
	   background-color: #742049;
	   color: #fff;
}
.cs {
    border: 1px solid #742049;
    padding: 6px 24px;
    background-color: #742049;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
}
.cs:hover{
	border: 1px solid #742049;
	background-color: transparent;
	color: #742049;
}
.cs-head{
	font-family: 'sharp_grotesk';
    font-weight: 600;
}
.cs-para{
	    font-size: 30px;
    color: #6D6E71;
    line-height: normal;
    margin-bottom: 26px!important;
}
.casestudies-inner h2 {
    line-height: 1.2;
    font-size: 33px;
    /*margin-bottom: 31px;*/
    margin-bottom: 0;
}
.casestudies-inner .inner-h5{
  margin-bottom: 20px;
}

.inner-h2{
	font-size: 55px!important;
	font-weight: 600;
	font-family: 'sharp_grotesk';
	color:  #742049;
	margin-bottom: 87px;
	line-height: 78px;
}

.inner-h5{
	color: #58595B;
	text-transform: uppercase;

}
.search-pro{
	margin-bottom: 70px;
}
.input-group-text{
	    background-color: #742049;
    border: 1px solid #742049;
    color: #fff;
    font-size: 24px;
    padding: 16px 44px;
}
.form-control{
	    height: calc(3.5em + .75rem + 2px);
	        border: 1px solid #742049;
}
.btn-outline-secondary:hover{
	    background-color: #6c757d00;
    border-color: #742049;
    color: #742049;

}
.school-eco p {
    font-size: 30px;
    color: #6D6E71;
    line-height: 1.4;
}
.small-h3 {
    color: #742049;
    font-family: 'sharp_grotesk';
    font-weight: 600;
}
.bg-maroon{
	background-color: #742049;
}
.gallop-report{
	color: #fff!important;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
}
.school-eco .inner-h2{
  margin-bottom: 0;
}
.our-partners-sec {
    background-color: #fafafa;
}
.our-partners-sec h2 {
    font-size: 40px;
    color: #742049;
    font-weight: 600;
    font-family: 'sharp_grotesk';
    line-height: 60px;
}
.case-partners li {
    background-color: #fff;
       /* border: 1px solid #d4d4d4;*/
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 /*   margin: 0 5px;*/
    padding: 10px;
}
body.search{
  background-color: #FAFAFA!important;
}
.search-result-info p{
  font-size: 16px!important;
  margin-bottom: 1rem;
}
/*.our-partners-sec .row{
	align-items: center;
}*/
.gallop-work{
  padding: 90px 0;
}
a.reports-btn {
    background-color: #742049;
    width: 100%;
    display: block;
    padding: 19px 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    font-size: 24px;
    font-weight: 600;
}
.inner-h6 {
    text-transform: uppercase;
}
.hero-inner.blog h1{
  font-size: 115px;
    color: #BBBDBF;
        font-family: 'sharp_grotesk';
    font-weight: 400;
    line-height: 120px;
}
.reports-inner {
    position: relative;
}
.reports-inner {
	margin-bottom: 30px;
}
.reports-heading {
    color: #742049;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 33px;
}

.touch-logo{
      display: flex;
    justify-content: flex-end;
    align-items: center;
}
section.hero-inner {
    height: 515px;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-inner .container{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-inner h2{
	color: #fff;
}
a.blog-img {
    display: block;
    background-color: #F3F3F3;
    padding: 25px;
    margin-bottom: 25px;
}
.blog-heading {
    font-size: 50px;
    color: #742049;
    font-weight: 600;
    line-height: 50px;
    margin: 42px 0 62px;
    display: block;
        font-family: 'sharp_grotesk';
    line-height: 63px;
}
.published-date h6 {
    font-weight: 400;
    font-size: 31px;
    text-transform: capitalize;
    line-height: 20px;
    color: #58595B;
}
.published-date p {
    font-weight: 600;
    font-size: 35px;
    color: #58595B;
    text-transform: uppercase;
}
.read-mor-btn{
	font-size: 30px;
	color: #742049;
	text-transform: uppercase;
	text-decoration: underline;
}
.blog-inner {
    margin-bottom: 30px;
}
.published-date {
    display: block;
    line-height: 30px;
    margin-bottom: 63px;
}

.related-inner {
    background-color: #f3f3f3;
    padding: 20px;
}
.related-img {
    margin-bottom: 20px;
    display: block;
}
.realted-header {
    font-size: 32px;
    color: #742049;
    font-weight: 600;
    line-height: 40px;
}
.related-posts h3{
	    font-size: 40px;
    font-family: 'sharp_grotesk';
    font-weight: 600;
    color: #742049;
    margin-bottom: 20px;
}
.leave-reply h3{
   font-size: 40px;
    font-family: 'sharp_grotesk';
    font-weight: 600;
    color: #742049;
}


a.case-div {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 30px;
}
/*a.case-div:hover .case-div-inner{
		bottom: 0;
}*/
.case-div:hover span.case-btn {
    border: 1px solid #742049;
    background-color: #ffffff;
    color: #742049;
}


.case-div-inner {
  bottom: 0;
    position: absolute;
    /*bottom: -100%;*/
    width: 100%;
    padding: 40px 20px;
    
        transition: 0.3s;
        transition-delay: 0.2s;
    background-image: linear-gradient(to bottom , #0000 25%, rgb(0 0 0 / 0.3) 50%, rgb(0 0 0 / 0.7) 80%, #000);
    color: #fff;
}
header {
    transition: 0.3s;
    background-color: #fff;
}
.case-div-inner p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}
.case-div:before {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 0.3);
    width: 100%;
    height: 100%;
}
span.case-btn {
    border: 1px solid #fff;
    padding: 12px 53px;
    font-size: 20px;
    display: inline-block;
        border-radius: .25rem;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header {
    position: relative;
}
.search-wrap {
   
    display: none;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 164px;
    z-index: 11;
}
.scroll .search-wrap {
  top: 114px;
}
.top-search-form input{
  padding-left: 10px;
}
.search-wrap .form-control:focus{
  box-shadow: none;
}
.search-wrap .container {
    height: 100%;
}
.search-wrap .container .input-group {
    height: 100%;
    padding: 0 100px;
}
.search-wrap {
    background-color: #f1f4f7;
}
.search-wrap .container .input-group {
    height: 100%;
    padding: 0 100px;
}
header .form-control {
    background: none;
}
header .form-control {
    border: none;
    padding-left: 0;
    font-size: 20px;
    padding-left: 20px;
}
header .form-control {
    height: 50px;
    margin: 0 10px;
}
.carousel-content h2{
	color: #bbbdbf;
}
.navbar-light .navbar-nav .nav-link {
    color: #231f20;
}
a.search_link{
	color: #000;
}
.blog-single-text p{
	font-size: 20px;
}



#notfound {
  position: relative;
  height: 100vh;

}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
}
.notfound h1 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
      color: #742049;
}
.notfound h1:before {
    display: none;
}

.notfound h2 {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
     color: #742049;
  margin-bottom: 15px;
}
.notfound p{
    color: #000;
}
.notfound h2:before {
    display: none;
}

.notfound .back-home {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background:  #742049;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.notfound-social ul.social-icons {
    justify-content: center;
    padding-left: 0;
} 
.notfound-social {
  margin-top: 20px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #e67825;
  background-color: #ffffff;
  margin: 3px;
  padding: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  background-color: #e67825;
  color: #fff;
}
.about-ul li{
    font-size: 29px;
    color: #742049;
    font-family: 'sharp_grotesk';
    font-weight: 400;
}
.menu-primary-menu-container {
    width: 100%;
}
@media only screen and (max-width: 480px) {
  .notfound h1 {
    font-size: 68px;
  }

  .notfound h2 {
    font-size: 18px;
  }
}
@media (min-width: 320px) and  (max-width: 575px){
  
}
@media  (max-width: 767px){
  .casestudies-inner .text-sm-right .case-partners {
     justify-content: flex-start!important; 
}
.partners-inner{
  margin: 0!important;
}
  header .navbar-light .navbar-nav .active>.nav-link{
    border-style: none;
  }
  .school-eco p{
    line-height: normal;
  }
  .archive.services .cs-para{
    font-size: 22px;
  }
  .archive.services .casestudies-inner h2{
    margin: 10px 0; 
  }
  .get-in-touch.maroon p {
    
    font-size: 25px;
    margin-bottom: 20px!important;
  }
  .school-eco .inner-h2 {
    line-height: 1.2;
}
.gallop-report{
  line-height: 1.2;
  font-size: 25px;
}
.our-partners-sec h2 {
    font-size: 25px;
    line-height: 1.2;
    }
  .inner-h2 {
    font-size: 30px!important;
  }
  .cs-head {
    font-size: 20px;
}
.casestudies-inner h2 {
    line-height: 0.8;
    }
    .case-studies p {
    font-size: 22px;
  }
  .cs{
    margin: 10px 0;
  }
  .casestudies-inner .row {
    margin-bottom: 20px;
}
.hero-wrapper .carousel .carousel-inner .carousel-item{
    height: auto!important;
    padding:20px;
  }
  .carousel-content h2{
    font-size: 20px;
  }
  .intro{
    font-size: 18px;
  }
  a.case-div{
    margin-bottom: 20px;
  }
  .testimonials {
    padding: 40px 0;
}
.testimonials p {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 25px;
}
.carousel-indicators {
    bottom: -25px;
}
.touch-logo {
     display: initial; 
    margin-top: 30px;
    text-align: left!important;
}
.exp{
  font-size: 25px!important;
}
.contact-btn{
  display: inline-block;
  margin-bottom: 20px;
}
.address {
    text-align: left;
}
ul.social-icons{
  justify-content: flex-start;
}
.touch-logo img{
  max-width: 100%;
  height: auto;
}
}
@media (max-width: 991px){
header .navbar {
    padding: 20px;
}
.custom-logo-link img{
      width: 200px;
    height: auto;
}
header .navbar-nav .nav-item+.nav-item {
    margin-left: 0px;
}
.search_link {
  display: none;
}
header .navbar-nav{
  margin-top: 20px;
}
header .navbar-nav li+li {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 5px;
    margin-top: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .hero-wrapper .carousel .carousel-inner .carousel-item{
    height: 400px!important;
  }
  .hero-wrapper .carousel .carousel-inner .carousel-item .carousel-content h2{
    font-size: 34px!important;
  }
  .partners-inner img{
    width: 100%;
  }
  header .navbar-light .navbar-nav .active>.nav-link{
    border-style: none;
  }
  .our-partners-sec h2{
    font-size: 25px;
    line-height: 40px;
  }
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
}
}

@media (min-width: 992px) and (max-width: 1550px){
  .get-in-touch p{
    font-size: 20px!important;
  }
}
.search-result-info {
    color: #676767;
    font-size: 16px;
    margin: 20px 0;
}
.search-outer {
    border-top: 1px solid #d3d1d1;
}
.search-result {
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
}
.search-links {
    color: #093;
    text-decoration: none;
    padding-bottom: 2px;
}
.search-page{
  background-color: #edf0f2;
}


.nf-element.btn{
  background-color: #742049!important;
    padding: 10px 30px!important;
}
.contact-us h1{
  color: #742049;
}

.comment-respond label{
  display: block;
}
.sec-top{
  padding-top: 50px;
}
.sec-bottom{
  padding-bottom: 50px;
}
.comment-respond form{
  background-color: #fff;
  padding: 50px;
}
.comment-respond form textarea{
  width: 100%;

}
.comment-form-author input{
  width: 100%;
}
.comment-form-email input{
  width: 100%;
}
.comment-form-url input{
  width: 100%;
}
.comment-form-cookies-consent {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.comment-form input{
  height: 47px;
  border: 1px solid rgba(0,0,0,0.2);
}
.comment-form textarea{
  border: 1px solid rgba(0,0,0,0.2);
}
.comment-form-cookies-consent input{
  height: auto!important;
}
.comment-form-cookies-consent input{ 
margin-right: 20px;
    justify-content: center;
    margin-top: 5px;
  }
  .blog-inner-icons {
    display: flex;
    justify-content: flex-end;
}
  .blog-inner-icons{
  justify-content: flex-start;
  margin-left: 60px;
}

.blog-inner-icons li{
  margin-right: 10px;
}
.blog-inner-icons li i {
    font-size: 28px;
    color: #000;
    padding: 20px;
    border-radius: 50%;
}
.blog-inner-icons li i.icon-facebook{
  border: 1px solid #234E9A;
}
.blog-inner-icons li i.icon-twitter{
    border: 1px solid #88CDEA;
}
.blog-inner-icons li i.icon-youtube{
    border: 1px solid #F27484;
}
.blog-inner-icons li i.icon-instagram{
    border: 1px solid #F27484;
}
.blog-inner-icons li i.icon-linkedin{
    border: 1px solid #88CDEA;
}
.blog-inner-icons li i.icon-pinterest{
    border: 1px solid #F27484;
}
.case-studies.case-studies-upper p {
    font-size: 20px;
    color: #6D6E71;
    margin-bottom: 41px;
    line-height: 24px;
}
@media (min-width: 1200px) and  (max-width: 1500px){
    .container{
      max-width:  1160px;
    }
    .custom-logo-link img{
      width: 250px;
      height: auto;
    }
    header .navbar-nav .nav-item+.nav-item {
    margin-left: 50px;
}
.carousel-control-next, .carousel-control-prev{
  width: 10%;
}
.intro{
  font-size: 22px;
}
.carousel-item{
  background-position-x: right;
}
.inner-h2{
  font-size: 45px;
  line-height: 60px;
}
.exp {
    font-size: 26px;
    }
    .footer-ul li a{
      font-size: 22px;
    }
    footer h4{
      font-size: 25px;
    }
    .get-in-touch.white p{
      font-size: 26px;
    }
    .cs-head{
      font-size: 30px;
    }
    .cs-para{
      font-size: 28px!important;
    }
    .school-eco p {
    font-size: 30px;
    line-height: 40px;
}
.about-ul li {
    font-size: 25px;
  }
  .gallop-report {
    font-size: 32px;
    line-height: 42px;
}
.our-partners-sec h2{
  font-size: 35px;
  line-height: 50px;
}
.our-partners-sec img {
    margin-bottom: 60px;
    }
}

footer {
    background-color: #FAFAFA;
}
.partners{
  background-color: #FAFAFA;
}
.testimonials.container {
    max-width: 1160px;
}

.school-eco .right-col{
      background-color: #FAFAFA;
    padding: 25px 44px;
}

.blog-inner-half{
      background-color: #f3f3f3;
    padding: 25px;
}

.blog-inner-half a.blog-img{
  padding:0;
}

.blog-icons-outer img{
    width: 30px;
}
.blog-icons-outer {
    display: flex;
    position: relative;
        margin-top: 70px;
}

.blog-icons-outer span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.blog-icons-outer img {
    width: 30px;
}
 .date{
  color: #58595B;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
}
.case-partners img {
    /* width: 100%; */
    height: 70px;
    opacity: 0.8;
}
.case-partners {
    display: flex;
    margin-top: 10px;
}
.casestudies-inner .text-sm-right .case-partners {
  justify-content: flex-end;
}
.text-right .case-partners{
  justify-content: flex-end;
}
.casestudies-inner h2.inner-h2{
  margin-bottom: 31px;
}


.partners-inner {
    /*background: white;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
  /*  border: 1px solid rgba(0,0,0,0.1);*/
    margin: 15px 0;
}


.navigation ul {
    display: flex;
}
.navigation ul li.active {
    background-color: #742049;
  }
  .navigation ul li.active a{
    color: #fff;
  }
  .navigation ul li a {
    color: #742049;
}
.navigation ul li {
    background-color: #fff;
    border: 1px solid #742049;
    padding: 8px 20px;
    margin-right: 10px;
    color: red;
}
.navigation ul li a {
    color: #742049;
}

.scroll header{
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}

.scroll header .navbar{
  padding: 20px 0;
}