
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    background: transparent;
    vertical-align: baseline;
}

ul {
  list-style: none;
}

a {
  transition: .4s all ease-in-out;
}

img, video {
  display: block;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p{
  margin: 0;
}

body {
  font-family: "Montserrat";
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}


/* banner section  */

.banner {
  background-image: url(../images/banner.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 15px;
}

.banner .container {
  max-width: 1150px;
  padding: 0;
}

.banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.banner-left {
    width: 42.85%;
    padding-bottom: 60px;
  }
 .title h1 {
    font-size: 52px;
    line-height: 68.53px;
    color: #FFFFFF;
    background-color: #2B2F7E;
    display: inline;
    white-space: pre-wrap;
  }
.title{
    margin-bottom: 10px;
  }
.description p {
    font-size: 26px;
    line-height: 33.82px;
    color: #ffffff;
    background-color: #90C04C;
    display: inline;
    white-space: pre-wrap;
  }
  .banner-right {
    width: 40%;
    background: #2B2F7E;
    padding: 20px;
    text-align: center;
  }
  .cambridge-logo {
    width: 100px;
    height: 68px;
    margin: 0 auto 20px;
  }
  .request-form-title h4{
    margin-top: 52px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
  }
  .request-form form {
    background-color: transparent;
    margin: 0 auto;
    max-width: 450px;
    padding: 20px 0 0px;
}

input.hs-input, .hs-form-field input[type=text] {
  background-color: #fff !important;
  border: 1px solid #123d7b !important;
  border-radius: 30px !important;
  color: #123d7b;
  font-size: 18px;
  outline: none;
  padding: 10px 20px;
  width: 100%;
}




  /* whyrichmond section  */

  .whyrichmond{
    padding: 75px 0px 0px 0px;
  }
  .whyrichmond .container {
    max-width: 1042px;
    margin: 0 auto;
}
.whyrichmond-inner{
    display:flex;
    justify-content: space-between;
  }
 .whyrichmond-left{
    width:52.76%;
  }
.whyrichmond-right{
    width:43.28%;
  }
.whyrich-heading h2{
    font-size: 40px;
    line-height: 56px;
    color:#2B2F7E;
    font-family: Montserrat,sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
  }
.whyrich-heading span{
    color:#90C04C;
  }
.whyrich-content{
    margin-top:50px;
    font-size:18px;
    line-height:30.8325px;
    text-align: left;
    color:#2B2F7E;
  }
.icon-section{
    margin-top:48px;
    display:flex;
    column-gap: 6.42%;
    row-gap: 20px;
    justify-content:center;
  }

 .icons{
    max-height:150px;
    max-width:150px;
   
  }
  
.video-container {
  background-color: #000000;
  height: 250px;
	position: relative;
}

.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
	#circle-play-b {
		cursor: pointer;
		pointer-events: auto;

		svg {
			width: 70px;
			height: 70px;
			fill: #2b333f;
			stroke: #2b333f;
			cursor: pointer;
			background-color: #fff;
			border-radius: 50%;
			opacity: 1;
		}
	}
}


  /* gallery section*/
  .gallery-section{
    padding: 60px 0px 80px;
  }
  .gallery-section .container {
    max-width: 1030px;
    margin: 0 auto;
}
  .gallery-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .text-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  height: 100%;
  }
  .box-heading h4{
    font-size: 28px;
    line-height: 36px;
    color: #123d7b;
    margin-bottom: 20px;
  }
  
  .box-content p{
    font-size: 18px;
    line-height: 24px;
    color: #323338FF;
    margin: 0;
  }
  .box-8{
    margin-top: -30px;
  }


  /* education programs*/
  .education-programs{
    padding:80px 0px;
  }
  .education-programs .container {
    max-width: 1200px;
    margin: 0 auto;
}
  .nuestros-programas-title h2{
    font-size:44px;
    line-height: 61px;
    font-weight:bold;
    font-style:normal;
    color:#123D7BFF;
    text-align:center;
    font-family: Montserrat,sans-serif;
    padding-bottom:20px;
  }
  .nuestros-programas-image{
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .nuestros-programas-head h3{
    color: #2b2f7e;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 40px;
   
}
.nuestros-programas-line {
  border-bottom: 2px solid #5d9e33;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.nuestros-programas-boxes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.programas-box {
  padding: 20px;
  text-align: center;
  width: 100%;
}
.nuestros-programas-contents{
  padding-top:50px;
}
.nuestros-programas-contents p {
  font-size:18px;
  font-weight:normal;
  font-style:normal;
  color:#2B2F7E;
  line-height:24px;
  font-family: Montserrat;
  text-align: start;
  margin-bottom: 40px;
}
.programs-list ul{
  padding-left: 40px;
}
.programs-list li{
  text-align: start;
  list-style-type: disc;
}
.nuestros-programas-contents ul li {
  color: #2b2f7e;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.box-two {
  background: #7ac142;
}


/* nuestros-campus*/
.nuestros-campus{
  padding: 40px 0px 48px;
}
.nuestros-campus-title h2{
    color: #123d7b;
    font-family: Montserrat, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.714;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
    text-decoration: none;
}
.nuestros-campus-box {
  text-align: center;
}
.nuestros-campus-image img {
  border-radius: 50%;
  box-shadow: rgb(0, 0, 0) 0px 4px 20px -10px;
  vertical-align: middle;
  width: 250px;
  margin: 0 auto;
}
.nuestros-campus-name p{
  color: #123d7b;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  padding-top: 20px;
}
.nuestros-campus-number p{
  font-size:16px;
  line-height: 22px !important;
  font-style:normal;
  font-weight:bold;
  font-family: Montserrat,sans-serif;
  color:#000;
  line-height: inherit;
}
.nuestros-campus-number {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.nuestros-campus-content{
  color: rgb(0, 0, 0);
  font-family: Montserrat,sans-serif;
  font-size:14px;
  line-height: 20px;
  font-weight:400;
  padding:20px 0px;
}
.nuestros-campus-button1 button{
  cursor: pointer;
    background-color: #90c04c;
    border-radius: 999px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 12px 20px;
    width: 155px;
    margin: 0 auto;
  }
.nuestros-campus-button1 button:hover ,.nuestros-campus-button2 button:hover {
  opacity: .8;
}
.nuestros-campus-button2 button{
  cursor: pointer;
  border: 2px solid #2b2f7e;
  border-radius: 999px;
  color: #2b2f7e !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 12px 20px;
  width: 155px;
  margin: 0 auto;
}
.nuestros-campus-button2{
margin-top: 15px;
}
.nuestros-campus-number:before{
  content:"";
  background-image:url(../images/whatsapp.png);
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  width: 20px;
  height: 20px;
  display:block;
}


/*Contact section*/
.Contacta .container{
  max-width: 1210px;
  margin: 0 auto;
}
.Contacta{
  padding: 40px 0px;
  background-color: rgba(43, 47, 126, 1) !important;
}

.contacta-title h2{
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 61px;
  font-weight: 700;
  padding-bottom: 60px;
  text-align: right;
}
.contacta-inner{
  display:flex;
  column-gap:30px;
}
.contacta-left,.contacta-right{
  width:50%;
}
.contacta-left img{
  box-shadow: rgb(144,192,76) -36px -36px 0px -10px;
}
.contacta-right-para p{
  color:#fff;
  font-size:16px;
  font-family:Montserrat,sans-serif;
  font-weight:normal;
  line-height:26px;
  padding-bottom:30px;
}
.contacta-right-btn {
  display:flex;
  justify-content:center;
  flex-direction:column;
  gap:20px;
  text-align:center;
}
.contacta-right-btn button{
  cursor: pointer;
  background-color: #90c04c;
  /* border: 2px solid #fff; */
  border-radius: 999px;
  box-shadow: 0 4px 30px -10px #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 20px 50px;
}
.contacta-right-btn button:hover{
  opacity: .8;
}


/* Reconocimientos-section */
.Reconocimientos-section{
  padding: 40px 0px 0px 0px;
}
.Reconocimientos-heading h2{
  font-size: 44px;
  line-height:53.33px;
  font-weight:bold;
  color:#123D7BFF;
  font-family: Montserrat,sans-serif;
  text-align:center;
}
.Reconocimientos-section-inner{
  column-gap: 7.86%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.Reconocimientos-image-box{
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
}
.best-section {
  margin: 0 auto;
  min-height: 111.224px;
  max-width: 200px;
  vertical-align: middle;
}


  /* footer section*/
footer{
    padding: 25px 0px 15px;
    background-color: rgba(43, 47, 126, 1) !important;
}
.foot-end {
    text-align: center;
}
.foot-end span {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer-socialmedia{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.footer-socialmedia a:hover{
    opacity: .8;
}
.socialmedias img {
    height: 26px;
    width: 26px;
}
  

.submitted-message {
    color: #90c04c;
}