@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,700;0,800;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
html,
body {
  height: 100%;
  font: 20px/1.188 'Barlow Condensed', sans-serif;
  color: #1d1f22;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2 {
  font-size: 48px;
  color: black;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  h1,
  h2 {
    font-size: 36px;
  }
}

h1 span,
h2 span {
  color: #ed1a23;
}

h3 {
  font-size: 48px;
  color: #ed1a23;
  font-weight: 700;
  margin-bottom: 25px;
}

h3 span {
  color: black;
}

h4 {
  font-size: 24px;
  color: black;
  font-weight: 700;
  margin-bottom: 15px;
}

a {
  color: pink;
  outline: none;
}

a:hover {
  color: pink;
  text-decoration: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 20px;
  color: #1d1f22;
}

/*listing Starts*/
.listing, .social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*listing Ends*/
/*placeholder Starts*/
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 400;
  letter-spacing: 1px;
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 400;
  letter-spacing: 1px;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 400;
  letter-spacing: 1px;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 400;
  letter-spacing: 1px;
}

/*placeholder Ends*/
/*btn starts*/
.btn {
  min-width: 165px;
  min-height: 46px;
  font-size: 19px;
  border-width: 2px;
  margin: 0 3px 1px;
  padding: 7px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: none 0.15s ease-in-out;
  -webkit-transition: none 0.15s ease-in-out;
  -moz-transition: none 0.15s ease-in-out;
  -ms-transition: none 0.15s ease-in-out;
  -o-transition: none 0.15s ease-in-out;
}

.btn img {
  margin-right: 7px;
}

.btn:first-child {
  margin-left: 0;
}

.btn:last-child {
  margin-right: 0;
}

.btn-primary {
  background: #ed1a23;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-primary:hover {
  background: #d31119;
}

.btn-primary:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-primary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #ed1a23;
  border-color: #ed1a23;
}

.btn-outline-primary {
  color: #ed1a23;
  border-color: #ed1a23;
}

.btn-outline-primary:hover {
  background: #ed1a23;
  border-color: transparent;
}

.btn-outline-primary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ed1a23 !important;
  border-color: #ed1a23 !important;
  color: #fff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #ed1a23 !important;
  border-color: #ed1a23 !important;
}

.btn-secondary {
  background: #272729;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-secondary:hover {
  background: #161617;
}

.btn-secondary:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-secondary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #272729;
  border-color: #272729;
}

.btn-outline-secondary {
  color: #272729;
  border-color: #272729;
}

.btn-outline-secondary span {
  color: #272729;
}

.btn-outline-secondary:hover {
  background: #272729;
  color: white;
  border-color: transparent;
}

.btn-outline-secondary:hover span {
  color: #fff !important;
}

.btn-outline-secondary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #272729 !important;
  border-color: #272729 !important;
  color: #fff !important;
}

.btn-outline-secondary:focus span {
  color: #fff !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #272729 !important;
  border-color: #272729 !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active span, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus span {
  color: #fff !important;
}

.btn-red {
  background: #ed1a23;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-red:hover {
  background: #d31119;
}

.btn-red:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-red:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #ed1a23;
  border-color: #ed1a23;
}

.btn-outline-red {
  color: #ed1a23;
  border-color: #ed1a23;
}

.btn-outline-red:hover {
  background: #ed1a23;
  color: white;
  border-color: transparent;
}

.btn-outline-red:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ed1a23 !important;
  border-color: #ed1a23 !important;
  color: #fff !important;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #ed1a23 !important;
  border-color: #ed1a23 !important;
}

.btn-green {
  background: #6fa12d;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-green:hover {
  background: #5c8525;
}

.btn-green:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-green:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #6fa12d;
  border-color: #6fa12d;
}

.btn-outline-green {
  color: #6fa12d;
  border-color: #6fa12d;
}

.btn-outline-green:hover {
  background: #6fa12d;
  color: white;
  border-color: transparent;
}

.btn-outline-green:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #6fa12d !important;
  border-color: #6fa12d !important;
  color: #fff !important;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #6fa12d !important;
  border-color: #6fa12d !important;
}

.btn-orange {
  background: #ed911a;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-orange:hover {
  background: #d37e11;
}

.btn-orange:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btn-orange:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #ed911a;
  border-color: #ed911a;
}

.btn-outline-orange {
  color: #ed911a;
  border-color: #ed911a;
}

.btn-outline-orange:hover {
  background: #ed911a;
  color: white;
  border-color: transparent;
}

.btn-outline-orange:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ed911a !important;
  border-color: #ed911a !important;
  color: #fff !important;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #ed911a !important;
  border-color: #ed911a !important;
}

/*btn ends*/
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
}

@media only screen and (max-width: 1199px) {
  #header {
    position: static;
  }
}

.header-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+46,b8e2ec+100 */
  background: #f7fcfd;
  background: linear-gradient(135deg, #f7fcfd 28%, #b8e2ec 100%);
}

.header-wrap {
  padding: 9px 0;
}

@media only screen and (max-width: 991px) {
  .logo {
    margin-bottom: 10px;
  }
}

.logo img {
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .logo img {
    max-width: 80px !important;
  }
}

.logo .school-name {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .logo .school-name {
    font-size: 24px;
  }
}

.search-box {
  background: #f7fcfd;
  width: 360px;
  height: 100%;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .search-box {
    width: 100%;
  }
}

.search-box .searcher {
  background: none;
  width: 100%;
  padding: 5px 15px;
  border: none;
}

.search-box .searcher:focus {
  outline: none;
}

.search-box .search-icon {
  background: #f7fcfd;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .email {
    margin-bottom: 15px;
  }
}

.email img {
  min-width: 24px;
  width: 24px;
  margin: 3px 10px 0 0;
  -ms-flex-basis: 24px;
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
}

/*Navigation Starts*/
.navbar-toggler {
  padding: 7px 20px 12px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.navigation {
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .navigation .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .navigation {
    background: #ed1a23;
  }
}

.navigation .navbar {
  background: #ed1a23;
  font-size: 19px;
  font-weight: 500;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .navigation .navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
  }
}

.navigation .navbar::before {
  content: "";
  background: #ed1a23;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 300%;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .navigation .navbar::before {
    display: none;
  }
}

.navigation .navbar::after {
  content: "";
  background: #ed1a23;
  position: absolute;
  left: calc(100% + 50px);
  top: -18px;
  bottom: 0;
  width: 300%;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .navigation .navbar::after {
    display: none;
  }
}

.navigation .navbar .nav-decore {
  background: #760d11;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  margin-top: -9px;
}

@media only screen and (max-width: 1199px) {
  .navigation .navbar .nav-decore {
    display: none;
  }
}

.navigation .navbar .nav-link {
  display: block;
  min-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  padding: 13px 30px  !important;
}

.navigation .navbar .nav-link:hover {
  background: rgba(0, 0, 0, 0.3);
}

.navigation .navbar .nav-link img {
  vertical-align: top;
}

.navigation .navbar .active .nav-link {
  background: black;
}

.dropdown-menu {
  top: calc(100% - 3px);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.dropdown-item {
  padding: 5px 20px 7px !important;
}

.dropdown-item:hover {
  background: rgba(237, 26, 35, 0.1);
}

.dropdown-item:active {
  background: #ed1a23;
}

/*Navigation Ends*/
.seperator {
  margin-top: 163px;
}

@media only screen and (max-width: 1199px) {
  .seperator {
    margin-top: 49px;
  }
}

/*Banner Starts*/
.banner {
  position: relative;
  z-index: 1;
}

/*Banner Ends*/
.content-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.content-wrap::after {
  content: "";
  background: url("../img/pencil-colors.png") no-repeat;
  width: 174px;
  height: 1252px;
  position: absolute;
  left: calc(100% - 174px);
  top: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

@media only screen and (min-width: 1199px) and (max-width: 1366px) {
  .content-wrap::after {
    left: calc(100% - 110px);
  }
}

@media only screen and (max-width: 1199px) {
  .content-wrap::after {
    display: none;
  }
}

.welcome-box {
  min-height: 500px;
  background: #76c4f2;
  background: linear-gradient(135deg, #76c4f2 28%, #3991eb 100%);
}

@media only screen and (max-width: 767px) {
  .welcome-box {
    min-height: 300px;
  }
}

.welcome-photo-box {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .welcome-photo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

.welcome-photo-box .welcome-photo {
  background: white;
  width: 460px;
  height: 512px;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
  -webkit-border-radius: 0 0 50% 50%;
  -moz-border-radius: 0 0 50% 50%;
}

.welcome-photo-box .welcome-photo img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media only screen and (max-width: 767px) {
  .welcome-photo-box .welcome-photo {
    width: 260px;
    height: auto;
    display: none;
  }
}

.welcome-photo-box .welcome-photo-shadow {
  background: #272729;
  width: 460px;
  height: 512px;
  position: absolute;
  top: 0;
  left: 90px;
  bottom: 0;
  z-index: -1;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  border-radius: 0 0 50% 50%;
  -webkit-border-radius: 0 0 50% 50%;
  -moz-border-radius: 0 0 50% 50%;
}

@media only screen and (max-width: 1199px) {
  .welcome-photo-box .welcome-photo-shadow {
    left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .welcome-photo-box .welcome-photo-shadow {
    left: auto;
    right: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .welcome-photo-box .welcome-photo-shadow {
    width: 260px;
    height: auto;
    right: auto;
    left: auto;
    margin-left: 20px;
  }
}

.welcome-right {
  padding: 100px 0 120px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.welcome-right p {
  color: white;
}

@media only screen and (max-width: 1199px) {
  .welcome-right {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .welcome-right {
    padding: 50px 0 50px 0;
  }
}

.heading-title h2 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .heading-title h2 {
    margin-bottom: 20px;
  }
}

.principles-wrap {
  background: #f4fafe;
  padding: 100px 0 50px;
}

@media only screen and (max-width: 991px) {
  .principles-wrap {
    padding: 50px 0 0;
  }
}

.principle-height {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .principle-height {
    margin-bottom: 30px;
  }
}

.principle-box {
  background: white;
  max-width: 330px;
  height: 100% !important;
  padding: 20px 30px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 991px) {
  .principle-box {
    max-width: 100%;
  }
}

.principle-top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.principle-top img {
  margin-right: 15px;
}

.principle-top h4 {
  margin-top: 15px;
}

.aim {
  background: #f4fafe;
  padding: 0 0 100px;
}

@media only screen and (max-width: 991px) {
  .aim {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .aim .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.aim .aim-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1199px) {
  .aim .aim-wrap {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.aim .aim-left {
  background: #ed1a23;
  width: 50%;
  padding: 60px;
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .aim .aim-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 991px) {
  .aim .aim-left {
    padding: 20px;
  }
}

.aim .aim-left h2, .aim .aim-left h3, .aim .aim-left h4, .aim .aim-left p {
  color: white;
}

.aim .aim-left::after {
  content: "";
  background: #f7fcfd;
  background: linear-gradient(63deg, #ed1a23 28%, #f3555c 100%);
  width: 514px;
  height: 514px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: -250px;
  top: -250px;
  z-index: -1;
}

.aim .aim-right {
  background: #272729;
  overflow: hidden;
  width: 50%;
}

@media only screen and (max-width: 1199px) {
  .aim .aim-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: none;
  }
}

.aim .aim-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.listing li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.listing li::before {
  content: "";
  background: url("../img/pencil-white.png") no-repeat;
  width: 24px;
  height: 24px;
  margin-left: -40px;
  position: absolute;
  top: 5px;
}

.parent-review-wrap {
  background: #272729 url("../img/review-bg.jpg") no-repeat 50% 0;
  background-position: fixed;
  padding: 150px 0 70px;
  color: white;
}

@media only screen and (max-width: 991px) {
  .parent-review-wrap {
    padding: 90px 0 30px;
  }
}

.bg-primary {
  background: #ed1a23 !important;
}

.bg-secondary {
  background: #272729 !important;
}

.bg-red {
  background: #ed1a23 !important;
}

.bg-green {
  background: #6fa12d !important;
}

.bg-blue {
  background: #3991eb !important;
}

.parent-box {
  background: white;
  margin-bottom: 70px;
  padding-bottom: 30px;
  color: black;
}

.parent-box h2, .parent-box h3, .parent-box h4, .parent-box h5, .parent-box h6, .parent-box p {
  color: black;
}

@media only screen and (max-width: 991px) {
  .parent-box {
    margin-bottom: 30px;
  }
}

.heading-center {
  max-width: 485px;
  margin: 0 auto;
  padding: 15px 20px;
  position: relative;
  top: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.heading-center h2 {
  margin-bottom: 5px;
}

.review-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-row .review-col {
  padding: 0 50px;
}

@media only screen and (max-width: 575px) {
  .review-row .review-col {
    padding: 0 20px;
  }
}

.review-row .review-col.slick-current {
  position: relative;
}

.review-row .review-col.slick-current::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .review-row .review-col.slick-current::after {
    width: 0;
  }
}

.review-row .review-col .parent-name {
  color: #ed1a23 !important;
  font-weight: 500;
}

.review-row .parent-img {
  background: black;
  width: 144px;
  height: 144px;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
}

.review-row .parent-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-track {
  height: 100%;
}

.slick-arrow:before {
  font-size: 30px;
  font-weight: bold;
  color: #ed1a23;
}

@media only screen and (max-width: 991px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.feature-wrap h2 {
  color: white;
}

.photo-gallery {
  background: #f4fafe url("../img/arrow-swirl.png") no-repeat -12% 50%;
  padding: 150px 0 70px;
  color: white;
}

@media only screen and (min-width: 1540px) and (max-width: 1770px) {
  .photo-gallery {
    background: #f4fafe url("../img/arrow-swirl.png") no-repeat -25% 50%;
  }
}

@media only screen and (min-width: 1370px) and (max-width: 1539px) {
  .photo-gallery {
    background: #f4fafe url("../img/arrow-swirl.png") no-repeat -360px 50%;
  }
}

@media only screen and (max-width: 1369px) {
  .photo-gallery {
    background: none;
  }
}

@media only screen and (max-width: 991px) {
  .photo-gallery {
    padding: 90px 0 30px;
  }
}

.photo-gallery-wrap h2 {
  color: white;
}

.gallery-box {
  margin-bottom: 30px;
}

#footer {
  border-bottom: 50px solid #ed1a23;
}

.sub-footer {
  background: #76c4f2;
  background: linear-gradient(135deg, #76c4f2 28%, #3991eb 100%);
  padding: 70px 0 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .sub-footer {
    padding: 30px 0 0;
  }
}

.sub-footer::after {
  content: "";
  background: url("../img/playing.png") no-repeat 10% 99%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.sub-footer .cloud {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sub-footer .cloud img {
  width: 1920px;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
}

.sub-footer-wrap {
  padding-bottom: 100px;
}

.sub-footer-wrap h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: white;
}

.sub-footer-wrap h4 b {
  color: black;
}

.sub-footer-wrap p {
  color: white;
}

.social-media {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-media li {
  margin-right: 25px;
}

.social-media li a {
  width: 24px;
  height: 24px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.social-media li a img {
  max-width: 20px !important;
}

.social-media li a svg {
  fill: #ed1a23;
  max-width: 20px !important;
}

.social-media li a:hover svg {
  fill: black;
}

.blog-wrap {
  background: #ed1a23;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
}

.blog-wrap .blog-box {
  margin-bottom: 20px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 575px) {
  .blog-wrap .blog-box {
    display: block;
  }
}

.blog-wrap .blog-box:first-child {
  border-top: none;
}

.blog-wrap .blog-box .blog-img {
  background: black;
  width: 114px;
  min-width: 114px;
  height: 114px;
  margin-right: 20px;
  overflow: hidden;
  -ms-flex-basis: 114px;
  -ms-flex-preferred-size: 114px;
      flex-basis: 114px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 575px) {
  .blog-wrap .blog-box .blog-img {
    margin: 0 auto 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

.main-footer {
  background: #f4fafe;
  padding: 70px 0 30px;
}

@media only screen and (max-width: 767px) {
  .main-footer {
    padding: 30px 0 30px;
  }
}

.main-footer .onefinedesigner {
  color: rgba(237, 26, 35, 0.9);
}

.main-footer .onefinedesigner:hover {
  color: #ed1a23;
}
/*# sourceMappingURL=all.css.map */