
body { overflow-x: hidden; font-family: 'Arial' !important; font-style: normal; font-weight:400; color:#2a2d45; font-size:1em; line-height: 1.7; }
b, strong {
  font-weight: bold;
}
i {
  font-weight: italic;
}
p {
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
b, strong {font-weight: bold;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.1em;
}
.container {
  max-width: 1500px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

#header {
    position: relative;
    z-index: 99999;
    color: white;
    background: #2a2d45;
    padding: 0.8em 0;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    height: 122px;
    top: 0;
}
.hide-desktop-menu {
    margin-top: 10px;
}
.hasScrolled .hide-desktop-menu {
    margin-top: 0px;
}
.hasScrolled {
    position: fixed !important;
    width: 100%;
    height: 80px !important;
    top: 0;
} 
.website-logo {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    width: 250px;
}
.hasScrolled .website-logo {
    width: 150px;
}
.hasScrolled .website-logo img {
   transition: 0.3s;
}
.website-logo img {
   transition: 0.3s;
   image-rendering: -moz-crisp-edges; /* Firefox */
   image-rendering: -o-crisp-edges; /* Opera */
   image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
   image-rendering: crisp-edges;
   -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.header-menu-mobile.icons {
    display: block;
}
.mobile-menu {
    display: block;
}
/*.website-logo a img{
  max-width:13em !important;
}*/

ul#menu-main-menu {
    padding: 0;
    margin: 0;
}
.main-menu .menu a{
    text-transform: uppercase;
}
.main-menu .menu a:hover {
    border-bottom: 1px solid;
}
/*MOBILE OPENER*/

.icons .menu-icon {
  -webkit-animation-name: none;
  animation-name: none;
  outline: 0;
  border: 0;
  box-shadow: 0;
  background: none;
  height: 50px;
  width: 37px;
}
.menu-icon span:first-child {
top: 20px;
}
.menu-icon span:nth-child(2) {
top: 30px;
} 
.menu-icon span:last-child {
top: 40px;
}
.header-menu-mobile {
  display: block !important;
  text-align: right;
  position: relative;
  z-index: 9999;
  top: -4px;
}
.mobile-menu li {
  margin-bottom: 20px;
}
.menu-icon span {
  display: block;
  height: 3px;
  width: 35px;
  background-color: #fff;
  box-shadow: 0px 2px 0px black;
  position: absolute;
  right: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.overflow-body{
  overflow-y: hidden;
}
.mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    right: -500px;
    background: #2a2d45;
    padding: 0 0 100px;
    transition: .5s ease-in-out;
    overflow-y: scroll;
    max-width: 400px;
    padding-top: 122px;
}
.admin-bar .mobile-menu {
  padding-top: 154px;
}
body .hasScrolled + .mobile-menu {
    padding-top: 80px !important;
}
body .hasScrolled + .mobile-menu + .top-search {
  margin-top: 80px;
}
body .hasScrolled + .mobile-menu + .top-search {
    position: fixed;
    top: 0px;
    z-index: 99;
}
ul#menu-main-menu-1 {
    text-transform: uppercase;
    padding: 0;
    margin-top: 20px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
}
ul#menu-main-menu-1 ul.sub-menu {
    padding: 0;
    margin-top: 10px;
    border-top: 0px;
}
ul#menu-main-menu-1 ul.sub-menu li a {
    color: #888888 !important;
}
ul#menu-main-menu-1 a {
    color: white;
}
ul#menu-main-menu-1 li {
  list-style: none;
  position: relative;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.mobile-menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mobile-menu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.mobile-menu.show-menu {
    display: flex;
    z-index: 9999;
    right: 0;
    visibility: visible;
    transition: .5s ease-in-out;
}
.menu-icon--active span:first-child {
    box-shadow: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
}
.menu-icon--active span:nth-child(2) {
    box-shadow: none;
    opacity: 0;
}
.menu-icon--active span:last-child {
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 30px;
}
.mobile-menu ul.sub-menu {
    position: relative;
    display: none;      
    text-transform: capitalize;
}
span.click-li-child.flipImage img {
    transform: rotate(180deg);
    position: relative;
    top: -2px;
}
span.click-li-child {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
/*END*/

ul.sub-menu {
    display: none;
    position: absolute;
    background: #2a2d45;
    width: 100%;
    padding: 0px;
}
ul.sub-menu li:last-child a {
    border-bottom: 0px !important;
}
ul.sub-menu li {
    display: block !important;
    margin-left: 0px !important;  
}
ul.sub-menu li a {
  font-size:20px;
}
#main-image {
  overflow: hidden;
  position: relative;
  max-width: none;
  background-size: cover;
  background-repeat: no-repeat;
  height: 92vh;
  width: 100%;
  float: left;
  z-index: 0;
}
.image-main {
  -webkit-animation: zoom 30s infinite;
  animation: zoom 30s infinite;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@keyframes zoom {
  0% { transform:scale(1,1); }
  100% { transform:scale(1.2,1.2); }
}
.m-holder {
    width: 100%;
}
ul#menu-main-menu {
  list-style: none;
}
ul#menu-main-menu li {
    margin: 0px;
    position: relative;
}
ul#menu-main-menu li a {
    border-top:1px solid #b7b7b7;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 28px 32px;
}
.pages section, #our-announcements {
  overflow-x: hidden;
}
.image-container {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: inherit;
}
.image-container picture {
    display: block;
    height: inherit;
    width: 100%;
}
.full-size {
  width: 100%;
  overflow:hidden;
}
ul#menu-main-menu li:last-child a {
  border-bottom:1px solid #b7b7b7;
}
.overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.25);
}

.main-description {
    position: absolute;
    z-index: 3;
    color: white;
    top: 34%;
    max-width: 1030px;
    width: 90%;
}
.main-description h2 {
  font-size:1.3em;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.main-description a {
    background: #527797;
    color: #fff;
    padding: 1em 1em;
    border-radius: 7px;
    border: 1px solid #527797;
    width: 320px;
    max-width: 100%;
    display: block;
    text-align: center;
}
.main-description a:hover{
  transition:0.4s all;
  border:1px solid #fff;
  background-color: transparent;
}

.social-icons-right {
    position: absolute;
    right: 2%;
    top: calc(50% - 75px);
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 100;
    align-items: center;
}
.social-icons-right i{
  padding-bottom:0.8em;
  font-size:1.8em;
}
.link-down{
  position: absolute;
  bottom:1em;
  text-align: center;
  margin:0 auto;
  color:#fff;
  left: 0;
  right: 0;
  z-index: 7;
}

.link-down a {
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    color:#fff;
    border:1px solid #fff;
    width: 57px;
    height: 57px;
    -webkit-border-radius: 57px;
    -moz-border-radius: 57px;
    border-radius: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
}
#slider-section{
  overflow: hidden;
  width:100%;
  padding:5em 0;
  float:left;
  position: relative;
}
#slider-section h3 {
  color:#2a2d45;
}
.second-section-description p {
  color:#828282;
}
.blue-block{
  width: 1.5em;
  height: 5em;
  background: #2a2d45;
  position: absolute;
  top: 0em;
  left: -2.5em;
}
.slider-image {
  position: relative;
  width: 100%;
  margin-right: 1em;
  border-radius: 7px;
}
.image-holder {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 72%;
    border-radius: 7px;
}
.with-blue-block {
    position: relative;
    padding-left: 70px;
}
.with-blue-block:before {
    content: '';
    width: 34px;
    height: calc(100% - 11px);
    background: #2a2d45;
    position: absolute;
    top: 5px;
    left: 0;
}
main#content {
    padding: 100px 0px;
}
.search-img {
    position: absolute;
    right: 80px;
    top: 15px;
    cursor: pointer;
    z-index: 99999;
}
.image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-search {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 999;
    background: white;
    padding: 30px 0px;
    box-shadow: 1px 1px 1px #efefef;
}
.hide-span {
    position: absolute;
    right: 83px;
    top: 4px;
    font-size: 28px;
    display: none;
    cursor: pointer;
    z-index: 99999;
}
body #ajaxsearchlite1 .probox .proinput input, body div.asl_w .probox .proinput input {
    font-size: 16px;
    color: #696969 !important;
}
.contact-form-enquiries select{width: 100%;
    height: 2.8em;
    border-radius: 7px;
}
.slider-container {
    margin-right: 0 !important;
    max-width: none;
    margin-left: calc((100% - 1500px)/2);
    padding-left: 15px;
    position: relative;
    left: 65px;
}
.second-slider{position:relative;}
.second-slider .slider-card{
  position: absolute;
  bottom:2em;
  left:1em;
  right:1em;
}
.slider-image p{
  color:#b8b9bb;
  margin-bottom:0.7em;
}
.slider-image h4{
  color:#fff;
  font-size:1.4em;
}
.second-slider .slick-track{
  margin-right:0;
}
#mid-section{
  width:100%;
  float:left;
}
#mid-section .text{
  color:#fff;
  padding-right: 6em !important;
  padding-left: 6em !important;
  text-align: center;
}
#mid-section .text h3 {
    font-size: 29px;
}
#mid-section .text a{
  background: #8a8c8e;
  color: #fff;
  padding: 0.7em 1em;
  border-radius: 7px;
  border: 1px solid #8a8c8e;
}
#mid-section a:hover{
  transition:0.4s all;
  border:1px solid #fff;
  background-color: transparent;
}
.blue-background{
  background:#2a2d45;
}

#partner-with-us{
  width:100%;
  float:left;
  padding:5em 0;
}
#partner-with-us h3{
  color:#131313;
  font-size:2.1em;
}
#partner-with-us h4{
  font-size:1.8em;
}
/*#partner-with-us .col-md-6{
  padding-right:7em;
}*/
#our-announcements{
  width:100%;
  float:left;
  padding:0 0 5em 0;
}
.green-colour {
    background: #a2aa9c;
    width: 100%;
    height: 100%;
    position: relative;
    border-top: 100px solid white;
    padding-bottom: 50px;
}
.white-colour {
  background: #fff;
  width:100%;
  height:20%;
}
.annou-image {
    height: 100%;
    width:  100%;
    overflow: hidden;
}
ul.sub-menu li a {
    text-indent: 20px;
}
.white-text-part {
    position: relative;
    background: #fff;
    color: #000;
    padding: 5em;
    z-index: 99;
    width: calc(100% - 50px);
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.white-text-part h2{
  font-size:2.8em;
  font-weight:bold;
}
section#our-announcements .white-text-part {
    right: -100px;
    padding: 3em;
    left: unset;
}
.white-text-part a {
    background: #8a8c8e;
    color: #fff;
    padding: 1em 2em;
    border-radius: 7px;
    border: 1px solid #8a8c8e;
    font-size: 0.9em;
    max-width: 170px;
    text-align: center;
}
.white-text-part a:hover{
  transition:0.4s all;
  border: 1px solid #8a8c8e;
  color:#8a8c8e;
  background-color: transparent;
}
.annou-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#our-partners{
  width:100%;
  float:left;
  padding:0em 0 3em 0;
}
.partners-slider .slick-slide{
  padding-right:3em;
}
#our-partners h3{
  font-size:2.1em;
}
#footer{
  width:100%;
  float:left;
  padding:2em 0 0 0;
  color: #fff;
}
#footer ul{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
section#left-title-with-description h3 {
    font-weight: bold;
}
section#left-title-with-description p {
    color: #828282;
}
.upper-footer{
  background:#2a2d45;
  padding: 4em 0;
}
.upper-footer {
    font-size: 14px;
}
.upper-footer .menu li {
    font-size: 13px;
    margin-bottom: 8px;
}
.upper-footer h4{
  margin-bottom:2em;
  text-transform: uppercase;
  font-size: 1.3em;
}
.footer-logo{
  max-width:12em;
  margin-bottom:2em;
}
#overlap-text-left-image .overlap-image {
    position: relative;
    width: 110%;
    z-index: 9;
}
#overlap-text-right-image .overlap-image {
    position: relative;
    z-index: 9;
    width: 110%;
    right: 10%;
}
.overlap-image {
    height: 100%;
}
.overlap-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.coloured-section-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px 0px;
    justify-content: flex-end;
}
.coloured-section-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px 0px;
}
#menu-footer-menu-1 li a, #menu-footer-menu-2 li a{
  text-transform: uppercase;
  line-height: 2.5;
}
#menu-footer-menu-1 li a:hover, #menu-footer-menu-2 li a:hover{
  text-decoration: underline;
}
.copyright p{
  font-size:0.9em;
  margin-bottom: 0px;
}
.lower-footer{
  background:#1b1d2d;
  padding: 2em 0;
}
.lower-footer a{
  padding-right:1em;
  font-size:1.5em;
}
#menu-lower-footer-menu{
  display: flex;
}
#menu-lower-footer-menu li{
  padding-right:2em;
}
.full-height {
  height: 100%;
}
#menu-lower-footer-menu li a{
  text-transform: uppercase;
  font-size:0.8em;
}
#menu-lower-footer-menu li a:hover{
  text-decoration: underline;
}
.footer-information{
  padding-right:2em;
}
section#slider-section h3 {
    font-weight: bold;
}
.full-width {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#overlap-text-left-image, #left-title-with-description, #left-title-with-right-image, #normal-title-text, #overlap-text-right-image, #left-image-with-right-title{
    width:100%;
    float:left;
    margin-bottom:5em;
}
.push-down{
    margin-top:4em;
}
.contact-form-enquiries{
    width:100%;
    float:left;
    margin-bottom: 4em;
}
.contact-form-enquiries input, .contact-form-enquiries textarea {
    width:100%;
    border-radius:7px;
    border: 1px solid #8a8c8e;
    padding: 0.5em;
    margin-bottom: 1em;
}
.contact-form-enquiries input.wpcf7-submit{
    width:20em;
    background: #8a8c8e;
    color: #fff;
    padding: 1em 2em;
    border-radius: 7px;
    border: 1px solid #8a8c8e;
    font-size: 0.9em;
    text-transform:uppercase;
    float: right;
}
.form-container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
#chat-message{
    width:100%;
    float:left;
    padding:5em 0;
}
.grey-box{
    background:#e2e3e3;
    min-height: 20em;
    padding: 4em;
    height: 100%;
    max-width: 40em;
    width: 100%;
    margin: 0 auto;
}
.grey-box h2{font-weight:bold;}
.grey-box p{
    margin-bottom:2em;
}
.grey-box a {
    background: #292d47;
    color: #fff;
    padding: 1em 2em;
    border-radius: 7px;
    border: 1px solid #292d47;
    font-size: 0.9em;
    max-width: 170px;
    text-align: center;
    text-transform:uppercase;
}
.grey-box a:hover{
    transition:0.4s all;
    border: 1px solid #292d47;
    color:#292d47;
    background-color: transparent;
}
#normal-text{
    width:100%;
    float:left;
    padding:0  0 5em 0;
}
#normal-text p{
    color:#828282;
}
#contact-info{
    width:100%;
    float:left;
    padding:0 0 5em 0;
}
#contact-info h3{
    font-size:2.5em;
}
.contact-info-box{
    background:#fafafa;
    padding: 4em;
    min-height:16em;
    width: 100%;
    margin: 0 auto;
}
.contact-info-box h4{
    font-size:1.4em;
    font-weight: bold;
}
.contact-info-box p.email-title{
    margin-bottom:0;
    font-weight: bold;
}
#employment{
    width:100%;
    float:left;
    padding:5em 0;
    background: #292d47;
    margin-bottom:5em;
}
#employment a {
    background: #fff;
    color: #292d47;
    padding: 1em 2em;
    border-radius: 7px;
    border: 1px solid #fff;
    font-size: 0.9em;
    max-width: 170px;
    text-align: center;
    text-transform:uppercase;
}
#employment a:hover{
    transition:0.4s all;
    border: 1px solid #fff;
    color:#fff;
    background-color: #292d47;
}
#employment h2{
    color:#fff;
    font-weight:bold;
}
#employment p{
    color:#fff;
    max-width: 51em;
}
.row.blog-row {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ececec;
    max-width: calc(100% - 15px);
    margin-left: auto;
    margin-right: auto;
}
.blog-image-holder img {
    width:100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    left: 0;
}
.blog-image-holder {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    overflow: hidden;
}
/* .second-slider .slick-list{margin:0 30% 0 0;} */
@media screen and ( min-width:1200px ) {
    .hide-phone {
        display: none;
    }
}
@media screen and ( max-width:1199px ) {
    .hide-desktop-menu {
        display: none;
    }
}

ul#menu-main-menu-1 li {
    display: inline-block;
    margin-left: 5%;
}
@media screen and (min-width: 1921px) {
  #overlap-text-left-image, #left-title-with-description, #left-title-with-right-image, #normal-title-text, #overlap-text-right-image, #left-image-with-right-title {
      margin-bottom: 7em;
  }
  .pages p {
    font-size: 20px;
  }
  h2 {
      font-size: 54px;
  }
  section#left-title-with-description p {
    font-size: 20px;
  }
  .upper-footer {
      font-size: 14px;
      padding-top: 80px;
      padding-bottom: 150px;
  }
  #our-partners h3 {
      font-size: 60px;
  }
  .white-text-part h2 {
      font-size: 67px;
      font-weight: bold;
  }
  .white-text-part {
    font-size: 20px;
  }
  .white-text-part a {
    font-size: 15px;
  }
  #partner-with-us h4 {
      font-size: 36px;
      margin-bottom: 20px;
  }
  #partner-with-us h3 {
      color: #131313;
      font-size: 60px;
  }
  #mid-section .text {
      color: #fff;
      padding-right: 15em !important;
      padding-left: 15em !important;
      text-align: center;
  }
  body {
    font-size: 18px;
  }
 h3.with-blue-block {
      font-size: 32px;
  }
  .main-description h1 {
      font-size: 83px;
  }
  .main-description h2 {
      font-size: 25px;
  }
  
}
@media screen and ( max-width: 1350px ) {
  .slider-container {
      margin-left: 0px;
      left: 0px;
      padding: 0px;
  }
  .slider-image {
      margin: 0px 10px;
  }
  #mid-section .text {
      color: #fff;
      text-align: center;
      padding: 3em 3em;
  }
}
@media screen and (max-width: 1200px) {
  .white-text-part {
      position: relative;
      background: white;
      left: 0;
      padding: 3em 15px 3em 15px;
  }
  .slider-container.container{margin-left:0;}
  /*#mid-section img{
    height: 22em;
    object-fit: cover;
  }*/
  #mid-section .text h3{
    font-size:1.4em;
  }
}
@media screen and (max-width: 991px) {
    main#content {
        padding: 50px 0px;
    }
  .grey-box {
    padding: 2em;
  }
  .contact-info-box {
      padding: 1em;
      min-height: 13em;
  }
  .white-text-part h2 {
    font-size: 2.6em;
  }
  #our-announcements {
    padding: 0 0 2em 0;
  }
  .green-colour {
    overflow-x: hidden;
  }
  section#our-announcements .white-text-part {
      right: 0;
      padding: 2em;
      width: 100%;

  }
  .contact-form-enquiries input.wpcf7-submit {
    float: none;
  }
  #overlap-text-left-image, #left-title-with-description, #left-title-with-right-image, #normal-title-text, #overlap-text-right-image, #left-image-with-right-title {
    margin-bottom: 4em;
  }
  .coloured-section-left, .coloured-section-right {
      padding: 30px 0px;
      overflow-x: hidden;
  }
 
/*  #partner-with-us .col-md-6{
    padding-right:2em;
  }*/
  h1{
    font-size:2em;
  }
}
@media screen and (max-width: 767px) {
  #chat-message {
    padding:3em 0px;
  }
  #normal-text {
    padding: 0 0 3em 0;
  }
  .grey-box{
      max-width:none;
  }
  .green-colour {
    border-top:0px;
  }
  .overlap-image {
      width: 100% !important;
      right: 0 !important;
      left: 0 !important;
  }
  .white-text-part {
      position: relative;
      background: inherit;
      left: 0;
      padding: 3em 15px 0em 15px;
      float: none !important;
      width: 100% !important;
      height: auto !important;
  }
.with-blue-block {
      padding-left: 50px;
  }
  div#header {
      width: 100%;
      height: 80px !important;
  }
  .mobile-menu {
    padding-top: 80px;
  }
  .website-logo {
      width: 150px;
  }
  .upper-footer h4 {
      margin-bottom: 1em;
  }
  #menu-lower-footer-menu li {
      padding-right: 1em;
  }
  #menu-lower-footer-menu li a {
      font-size: 0.6em;
  }
  .copyright p {
    margin-bottom: 10px;
  }
  #partner-with-us {
      padding: 3em 0;
  }
  .main-description a {
      font-size: 14px;
      padding: 1em 0.5em;
      max-width: 250px;
  }
  .social-icons-right i {
      font-size: 20px;
  }
  #mid-section .text {
      color: #fff;
      text-align: center;
      padding: 3em 1.5em !important;
  }
  
  .white-text-part h2{
    font-size:1.8em;
  }
  .annou-image img{max-width: none;}
  .white-colour{display: none;}
  .green-colour{height:100%;}
  #our-announcements .col-md-5{
    padding-right:0!important;
    padding-left:0!important;
  }
  #partner-with-us h3{
    font-size:1.8em;
  }
  #partner-with-us h4 {
    font-size: 1.5em;
  }
  #mid-section img {
    height: auto;
    object-fit: none;
  }
  .main-description{
    max-width:27em;
  }
}
@media screen and (max-width: 578px) {
  .main-description{
    max-width:20em;
  }
  h1{
    font-size:1.5em;
  }
  .main-description h2{
    font-size:1em;
  }
}
