@import url("font_style/stylesheet.css");

html {
  scroll-behavior: smooth;
}

/*..................................*/

.MainHeader {
  font-family: montserrat-regular;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .MainHeader {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .MainHeader img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 320px) and (max-width: 740px) {
  .MainHeader img {
    display: none;
  }
}

/*..................................*/

.NavBarColor {
  font-family: Poppins, sans-serif;
  border-radius: 0px;
  margin-top: 18px;
  float: right;
}

.NavBarColor li .active {
  color: #ffffff;
  background-color: #00ba52;
  border-radius: 5px;
  margin-left: 5px;
}

.NavBarColor li .active:hover {
  color: #ffffff;
  background-color: #0a8640;
}

.NavBarColor li .active:visited {
  color: #ffffff;
}

.NavBarColor li a {
  color: #000000;
  font-size: 13px;
  transition: 1s ease all;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}

.NavBarColor li a:visited {
  color: #000000;
}
.NavBarColor ul li a:hover {
  color: black;
  background-color: #FAF5DC;
}
.NavBarColor li ul li a {
  color: #000000;
  padding: 10px;
  border-radius: 0px;
}
.NavBarColor li ul li a:visited {
  color: #000000;
}
.NavBarColor li ul li a:hover {
  color: black;
  background-color: #FAF5DC;
}

.NavBarColor .dropdown .dropdown-toggle {
  background-color: transparent;
  color: #000000;
}

.NavBarColor .dropdown .dropdown-toggle:hover {
  background-color: transparent;
}

.NavBarColor .navbar-inverse .navbar-brand {
  display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-left-color: #000000;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .NavBarColor {
    width: 100%;
  }

  .NavBarColor li a {
    font-size: 11px;
  }
}

@media (min-width: 320px) and (max-width: 660px) {
  .NavBarColor {
    margin-top: 15px;
    margin-bottom: 20px;
    float: none;
  }

  .NavBarColor li ul li a {
    color: #ffffff;
  }

  .NavBarColor .navbar-inverse {
    background-color: transparent;
    border: #FEFAEF 1px solid;
  }

  .NavBarColor .navbar-inverse .navbar-toggle {
    background-color: #FEFAEF;
    margin-bottom: -40px;
  }

  .NavBarColor .navbar-inverse .navbar-brand {
    display: block;
  }

  .NavBarColor .navbar-inverse .navbar-brand img {
    width: 50%;
    margin-top: -15px;
  }
}

/*---------------------------------------------------*/

.SpacingBox {
  height: 40px;
}

.SpacingBox1 {
  height: 20px;
}

.SpacingBox2 {
  height: 10px;
}

/*---------------------------------------------------*/

.img-fill img {
  min-height: auto;
}

.Modern-Slider .MobViewSlide {
  display: none;
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 45%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #fff;
  z-index: 5;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 45%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #fff;
  z-index: 5;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

.Modern-Slider .slick-dots {
  position: absolute;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.Modern-Slider .slick-dots li button {
  display: none;
}
.Modern-Slider .slick-dots li {
  float: left;
  width: 0px;
  height: 5px;
  background: #3b4388;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
  width: 100%;
  animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
  font: 30px/50px RalewayB;
  text-transform: uppercase;
  color: #fff;
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
}

.Modern-Slider {
  background: #ffffff;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left /* If RTL Make This Right */;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@media (min-width: 740px) and (max-width: 1280px) {
}

@media (min-width: 320px) and (max-width: 740px) {
  .Modern-Slider .PCViewSlide {
    display: none;
  }

  .Modern-Slider .MobViewSlide {
    display: block;
  }

  .Modern-Slider .NextArrow {
    top: 60%;
  }

  .Modern-Slider .NextArrow:before {
    content: "\f105";
  }

  .Modern-Slider .PrevArrow {
    top: 60%;
  }
}

/*---------------------------------------------------*/

.HomeContactQuery {
  font-family: montserrat-bold;
  margin-top: 30px;
}

.HomeContactQuery .container {
  background-color: #000000;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 27px;
}

.HomeContactQuery .Link {
  text-align: right;
  padding-top: 15px;
}

.HomeContactQuery .Link a {
  font-family: montserrat-regular;
  background-color: #DC3D0B;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 17px;
  transition: 1s ease all;
}

.HomeContactQuery .Link a:hover {
  background-color: #DC3D0B;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .HomeContactQuery .container {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    margin-bottom: -40px;
  }

  .HomeContactQuery .Link {
    padding-top: 10px;
  }

  .HomeContactQuery .Link a {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 740px) {
  .HomeContactQuery .container {
    font-family: montserrat-regular;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    text-align: center;
    margin-bottom: -40px;
  }

  .HomeContactQuery .Link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .HomeContactQuery .Link a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}

/*---------------------------------------------------*/

.HomeContactQuery_Bottom {
  font-family: montserrat-bold;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.HomeContactQuery_Bottom .container_2 {
  background-color: #FEFAEF;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 10px;
  color: black;
  font-size: 27px;
  width: 86%;
}

.HomeContactQuery_Bottom .Link_Btn {
  text-align: right;
  padding-top: 15px;
}

.HomeContactQuery_Bottom .Link_Btn a {
  font-family: montserrat-regular;
  background-color: #DC3D0B ;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 17px;
  transition: 1s ease all;
  border: 1px dashed #fff;
}

.HomeContactQuery_Bottom .Link_Btn a:hover {
  background-color: #c7360a;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .HomeContactQuery_Bottom {
    margin-bottom: 60px;
  }
  .HomeContactQuery_Bottom .container_2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    margin-bottom: -40px;
    width: 90%;
  }

  .HomeContactQuery_Bottom .Link_Btn {
    padding-top: 10px;
  }

  .HomeContactQuery_Bottom .Link_Btn a {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 740px) {
  .HomeContactQuery_Bottom {
    margin-bottom: 50px;
  }
  .HomeContactQuery_Bottom .container_2 {
    font-family: montserrat-regular;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    text-align: center;
    margin-bottom: -40px;
  }

  .HomeContactQuery_Bottom .Link_Btn {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .HomeContactQuery_Bottom .Link_Btn a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}

/*---------------------------------------------------*/

.HomeAboutUs {
  font-family: montserrat-regular;
  color: #57585a;
}

.HomeAboutUs h3 {
  font-family: montserrat-black;
}

.HomeAboutUs h1 {
  font-family: montserrat-black;
  color: #0b6eb7;
  margin-top: -10px;
  margin-bottom: -10px;
}

.HomeAboutUs h4 {
  font-family: montserrat-bold;
}

.HomeAboutUs .HomeDetails {
  margin-top: 40px;
}

.HomeAboutUs .Link {
  margin-top: 40px;
}

.HomeAboutUs .Link a {
  font-family: montserrat-regular;
  background-color: #0b6fb9;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 17px;
  transition: 1s ease all;
}

.HomeAboutUs .Link a:hover {
  background-color: #3b4388;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .HomeAboutUs img {
    padding-top: 40px;
  }

  .HomeAboutUs h2 {
    font-size: 18px;
  }

  .HomeAboutUs h1 {
    font-size: 22px;
  }

  .HomeAboutUs h4 {
    font-size: 16px;
  }

  .HomeAboutUs .HomeDetails {
    margin-top: 10px;
    font-size: 12px;
  }

  .HomeAboutUs .Link {
    margin-top: 30px;
  }

  .HomeAboutUs .Link a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 740px) {
  .HomeAboutUs img {
    padding-top: 40px;
  }

  .HomeAboutUs h2 {
    font-size: 18px;
  }

  .HomeAboutUs h1 {
    font-size: 22px;
  }

  .HomeAboutUs h4 {
    font-size: 14px;
  }

  .HomeAboutUs .HomeDetails {
    margin-top: 10px;
    font-size: 12px;
  }

  .HomeAboutUs .Link {
    margin-top: 30px;
  }

  .HomeAboutUs .Link a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
  }
}

/*-------------------------------------------------*/

.HomeTrainingConsultancy {
  font-family: montserrat-regular;
  background-color: #FEFAEF;
  color: #ffffff;
  text-align: center;
}

.HomeTrainingConsultancy h1 {
  font-family: montserrat-bold;
}

.HomeTrainingConsultancy h4 {
  font-size: 14px;
  margin-top: -3px;
}

.HomeTrainingConsultancy .Bar {
  background-color: #FEFAEF;
  height: 5px;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.HomeTrainingConsultancy a {
  color: #000000;
  transition: 1s ease all;
}

.HomeTrainingConsultancy a:hover {
  color: #000000;
  text-decoration: none;
}

.HomeTrainingConsultancy a:focus {
  outline: none;
}

.HomeTrainingConsultancy .Box {
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  transition: 1s ease all;
}

.HomeTrainingConsultancy .Box:hover {
  background-color: #0b6db6;
  color: #ffffff;
}

.HomeTrainingConsultancy .Box:hover a {
  color: #ffffff;
}

.HomeTrainingConsultancy .Box h3 {
  font-family: montserrat-bold;
  height: 60px;
}

.HomeTrainingConsultancy .Box p {
  font-size: 12px;
  padding-top: 20px;
}

.HomeTrainingConsultancy .Box .Link {
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.HomeTrainingConsultancy .Box .Link a {
  color: #808285;
}

.HomeTrainingConsultancy .Box:hover .Link a {
  color: #ffffff;
}

@media (min-width: 666px) and (max-width: 1280px) {
}

@media (min-width: 320px) and (max-width: 740px) {
  .HomeTrainingConsultancy h1 {
    font-size: 25px;
  }

  .HomeTrainingConsultancy .Bar {
    width: 20%;
  }
}

/*-------------------------------------------------*/

.HomeAccreditation {
  font-family: montserrat-bold;
  text-align: center;
}

.HomeAccreditation h1 {
  color: #151151;
}

.HomeAccreditation .Bar {
  background-color: #FEFAEF;
  height: 5px;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

@media (min-width: 666px) and (max-width: 1280px) {
}

@media (min-width: 320px) and (max-width: 740px) {
  .HomeAccreditation h1 {
    font-size: 25px;
  }

  .HomeAccreditation .Bar {
    width: 20%;
  }
}

/*---------------------------------------------------*/

/* Slider */

.HomeTrainingConsultancy .slick-slide {
  margin: 0px 10px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*---------------------------------------------------*/

.PageHeader {
  font-family: montserrat-bold;
  background-color: #FAF5DC;
  color: black;
  font-size: 25px;
  padding: 20px;
  text-align: center;
}

/*----------------------------------*/

.PageTopLinks {
  background-color: #F0F3F6;
  font-family: montserrat-regular;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #f0f0f0 1px solid;
}

.PageTopLinks a {
  color: #000000;
}

.PageTopLinks a:hover {
  color: #000000;
  text-decoration: none;
}

/*--------------------------------------*/

.PageContent {
  font-family: montserrat-regular;
}

.PageContent h4 {
  font-family: montserrat-bold;
  color: #eb0606;
}

.PageContent h2 {
  font-family: montserrat-bold;
}

/*--------------------------------------*/

.PageContentNext {
  font-family: montserrat-regular;
  background-color: #FDF8EE;
}

.PageContentNext h2 {
  font-family: montserrat-bold;
}
 .PageContentNext p {
  color: #4D5664;
}

.PageContentNext .Box {
  background-color: #F0EFEE;
  padding: 20px;
  height: 260px;
}

/*--------------------------------------*/

.PageContentBottom {
  font-family: montserrat-regular;
  text-align: center;
}

.PageContentBottom h2 {
}

/*---------------------------------------------------*/

.Trainings {
  font-family: montserrat-regular;
}

.Trainings a {
  color: #000000;
  transition: 1s ease all;
}

.Trainings a:hover {
  color: #000000;
  text-decoration: none;
}

.Trainings a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}

.Trainings .Box {
  background-color: #FAF5DC;
  padding: 10px;
  border-radius: 10px;
  transition: 1s ease all;
  margin-bottom: 20px;
}

.Trainings .Box:hover span {
  /* background-color: #0c005a; */
}

.Trainings .Box img {
  border-radius: 10px;
}

.Trainings .Box .BoxDetails {
  padding: 10px;
}

.Trainings .Box h4 {
  font-family: montserrat-bold;
  color: black;
  font-size: 20px;
  height: 70px;
}

.Trainings .Box p {
  font-family: montserrat-regular;
}

.Trainings .Box .Link {
  text-align: right;
  margin-top: 15px;
}

.Trainings .Box span {
  background-color: #DC3D0B;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  border-radius: 20px;
  transition: 1s ease all;
}

.Trainings .Box span:hover {
  background-color: #bd350c;
}

@media (min-width: 666px) and (max-width: 1280px) {
}

@media (min-width: 320px) and (max-width: 660px) {
  .Trainings .Box {
    padding: 10px;
  }

  .Trainings .Box h4 {
    font-size: 12px;
    height: 20px;
  }

  .Trainings .Box p {
    font-size: 10px;
    height: 40px;
  }

  .Trainings .Box span {
    font-size: 10px;
  }

  .Trainings .Box .BoxDetails {
    padding: 5px;
  }
}

/*---------------------------------------------------*/

.TrainingsView {
  font-family: montserrat-regular;
}

.TrainingsView #boxtraining {
  box-shadow: 5px 5px 10px 10px #eeeeee;
  border-radius: 10px;
}

.TrainingsView .Box {
  box-shadow: 0px !important;
  border-radius: 10px;
}

.TrainingsView .BoxHeading {
  font-family: montserrat-bold;
  background-color: #FDF2C8;
  font-size: 20px;
  padding: 20px;
  color: black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.TrainingsView .BonxMenu {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: #eeeeee 1px solid;
  border-bottom: #eeeeee 1px solid;
}

.TrainingsView .panel-heading {
  border-bottom: #eeeeee 1px solid;
}

.TrainingsView .BonxMenu a {
  color: #000000;
}

.TrainingsView .BonxMenu a:hover {
  color: #000000;
  text-decoration: none;
}

.TrainingsView .BonxMenu span {
  color: #151151;
}

.TrainingsView .CategoryBox {
  margin-bottom: 30px;
  box-shadow: #eaeaea 5px 5px 10px 10px;
  padding: 10px;
}

/*---------------------------------------------------*/

.Albums {
  font-family: montserrat-bold;
  text-align: center;
}

.Albums a {
  color: #000000;
}

.Albums a:hover {
  color: #000000;
  text-decoration: none;
}

.Albums .Box {
  box-shadow: 5px 5px 10px 3px #eeeeee;
  padding: 20px;
  padding-top: 30px;
  margin-bottom: 20px;
}

.Albums .Box p {
  padding-top: 20px;
  font-size: 20px;
}

/*---------------------------------------------------*/

.GalleryAlbum {
  font-family: montserrat-regular;
}

.GalleryAlbum .Box {
  margin-bottom: 20px;
}

/*---------------------------------------------------*/

.Careers {
  background-color: #f2f3f4;
  text-transform: capitalize;
}
.Careers {
  font-family: montserrat-regular;
}
.Careers h3 {
  font-family: montserrat-regular;
  text-align: center;
}
.contact-info .fa {
  padding-right: 5px;
}

.Careers .form-control {
  border: none;
  border-bottom: 2px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.Careers .form-control {
  background-color: transparent;
  border-bottom-color: #000000;
}
.Careers .form-control:focus {
  border-bottom-color: #999999;
  background-color: transparent;
}

.Careers input {
  height: 55px;
}

.Careers #submit {
  background: #1f3267;
  border: none;
  color: #ffffff;
  height: 50px;
  margin-top: 24px;
  font-size: 16px;
}

.Careers #submit:hover {
  background: #000000;
}

/*.................................*/

.files input {
  outline: 2px dashed #000000;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  border: none;
}
.files input:hover {
  border: none;
}
.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
  border: none;
}
.files {
  position: relative;
}
.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  padding-top: 10px;
  content: " or drag your resume here. ";
  display: block;
  margin: 0 auto;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  font-family: montserrat-bold;
}

/*---------------------------------------------------*/

.ContactBody {
  font-family: "Poppins", sans-serif;
}

.ContactBody .container {
  box-shadow: 0 -8px 10px -6px #eeeeee;
  margin-top: 100px;
}

.ContactBody .SocialIcons {
  font-family: montserrat-light;
  box-shadow: 0 8px 10px -6px #eeeeee;
  box-shadow: -8px 10px 10px -6px #eeeeee;
  padding: 40px;
  font-size: 35px;
  height: 400px;
}

.ContactBody .SocialIcons .fa {
  color: #000000;
}

.ContactBody .ContactBg {
  font-family: montserrat-light;
  box-shadow: 8px 0 10px -6px #eeeeee;
  box-shadow: 5px 8px 10px -6px #eeeeee;
  padding: 40px;
  font-size: 16px;
  height: 400px;
}

.ContactBody .ContactBg .Bar {
  background-color: #0c005a;
  border-radius: 5px;
  height: 4px;
  width: 20%;
  margin-top: -7px;
  margin-bottom: 20px;
}

.ContactBody .ContactBg .fa {
  color: #0c005a;
  font-size: 25px;
  padding-right: 10px;
}

.ContactBody .ContactBg td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ContactBody .ContactBg .SocialLinks {
  padding-top: 20px;
}

.ContactBody .ContactForm {
  position: relative;
  margin-top: -100px;
  background-color: #FAF5DC;
  color: black;
  height: 700px;
}

.ContactBody .ContactForm {
  padding: 40px;
}

.ContactBody .ContactForm h2 {
  font-family: montserrat-bold;
}

.ContactBody .ContactForm .Bar {
  background-color: black;
  border-radius: 5px;
  height: 4px;
  width: 10%;
  margin-top: -7px;
  margin-bottom: 20px;
}

.ContactBody input {
  border: #000000 0px solid;
  color: #000000;
  height: 45px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}

.ContactBody input:hover {
}

.ContactBody input:focus {
  outline: none;
}

.ContactBody .ContactForm textarea {
  border: #000000 0px solid;
  color: #000000;
  width: 100%;
  padding-left: 10px;
}

.ContactBody .ContactForm textarea:focus {
  outline: none;
}

.ContactBody .ContactForm textarea:focus:hover {
  outline: none;
}

.ContactBody .ContactForm button {
  width: 250px;
  height: 45px;
  background-color: #dc3d0b;
  border: #ffffff 0px solid;
  color: white;
  margin-top: 20px;
  transition: 1s ease all;
  float: right;
}

.ContactBody .ContactForm button:hover {
  background-color: #ac310c;
  color: #ffffff;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .ContactBody .ContactBg {
    padding: 20px;
  }

  .ContactBody .ContactBg .Bar {
    width: 20%;
  }

  .ContactBody .ContactForm {
    padding: 20px;
  }

  .ContactBody .ContactForm h2 {
    padding-left: 20px;
  }

  .ContactBody .ContactForm .Bar {
    width: 20%;
    margin-left: 20px;
  }
}

@media (min-width: 320px) and (max-width: 740px) {
  .ContactBody .ContactBg {
    padding: 20px;
  }

  .ContactBody .ContactBg .Bar {
    width: 20%;
  }

  .ContactBody .ContactForm {
    padding: 20px;
  }

  .ContactBody .ContactForm h2 {
    padding-left: 20px;
  }

  .ContactBody .ContactForm .Bar {
    width: 20%;
    margin-left: 20px;
  }
}

/*.................................*/

.HomeNewsNEvent {
  font-family: montserrat-regular;
}

.HomeNewsNEvent a {
  color: #6a6969;
}

.HomeNewsNEvent a:hover {
  color: #6a6969;
  text-decoration: none;
}

.HomeNewsNEvent .Box {
  box-shadow: 2px 2px 10px 5px #e4e4e4;
  -webkit-box-shadow: 2px 2px 10px 5px #e4e4e4;
  box-shadow: 2px 2px 10px 5px #e4e4e4;
  margin-bottom: 40px;
}

.HomeNewsNEvent .Details {
  padding: 20px;
}

.HomeNewsNEvent .Name {
  color: #1f3267;
  font-size: 20px;
}

.HomeNewsNEvent .TimePosted span {
  float: right;
  color: #1f3267;
  font-size: 17px;
}

.HomeNewsNEvent .TimePosted {
  font-size: 12px;
  color: #8a8a8a;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: #e7e7e7 1px solid;
}

.HomeNewsNEvent .TimePosted .fa {
  font-size: 20px;
  color: #1f3267;
  padding-right: 5px;
}

.HomeNewsNEvent p {
  padding-top: 20px;
  height: 80px;
}

.HomeNewsNEvent .Link {
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: right;
}

.HomeNewsNEvent .Link span {
  background-color: #1f3267;
  border: #1f3267 2px solid;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 1s ease all;
}

.HomeNewsNEvent .Link span:hover {
  background-color: #000000;
  border: #000000 2px solid;
  color: #ffffff;
}

/*---------------------------------------------------*/

.NewsDetails {
  font-family: montserrat-regular;
  color: #000000;
  background-color: #fafafa;
}

.NewsDetails span {
  color: #000000;
  float: right;
  font-size: 14px;
  padding-top: 10px;
}

.NewsDetails .Box {
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 1px 2px 10px 10px #eeeeee;
  box-shadow: 1px 2px 10px 3px #eeeeee;
  font-size: 12px;
  margin-bottom: 30px;
}

.NewsDetails .Box table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.NewsDetails .Box table td {
  border-top: #000000 2px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.NewsDetails .Box h3 {
  color: #000000;
}

.NewsDetails .Box .ShareButton a {
  color: #000000;
}

.NewsDetails .Box .Details {
  padding-left: 10px;
  padding-top: 15px;
}

.NewsDetails .Box .Bar {
  background-color: #0098da;
  height: 4px;
  width: 15%;
}

.NewsDetails .Box a {
  color: #000000;
}

.NewsDetails .Box a:hover {
  color: #000000;
  text-decoration: none;
}

/*.................................*/

.HomeNewsHeadlines {
  font-family: montserrat-regular;
  text-align: center;
  color: #ffffff;
  background-color: #131313;
}

.HomeNewsHeadlines .Box {
  margin-bottom: 20px;
}

.HomeNewsHeadlines .Box p {
  font-size: 16px;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .HomeNewsHeadlines .Box p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 660px) {
}

/*---------------------------------------------------*/

.CoursesHeader {
  font-family: montserrat-regular;
  background-color: #f7f7f7;
  border-bottom: #eaeaea 1px solid;
}

.CoursesHeader a {
  color: #000000;
}

.CoursesHeader a:hover {
  color: #000000;
  text-decoration: none;
}

.CoursesHeader .fa {
  color: #151151;
}

.CoursesHeader .HeaderLinks {
  padding: 20px;
}

/*---------------------------------------------------*/

.UpcomingCourses {
  font-family: montserrat-regular;
}

.UpcomingCourses .Box {
  font-family: montserrat-regular;
  border: #eaeaea 1px solid;
  margin-bottom: 20px;
}

.UpcomingCourses a {
  color: #9c9c9c;
}

.UpcomingCourses a:hover {
  color: #9c9c9c;
  text-decoration: none;
}

.UpcomingCourses a:hover:focus {
  text-decoration: none;
}

.UpcomingCourses .Box .ServiceImage {
  background-size: cover;
  height: 200px;
  transition: 1s ease all;
}

.UpcomingCourses .Box .BoxMenu {
  padding: 20px;
  padding-top: 5px;
}

.UpcomingCourses .Box h3 {
  color: #0c005a;
  font-size: 22px;
  height: 60px;
}

.UpcomingCourses .Duration {
  background-color: #0c005a;
  float: right;
  position: absolute;
  right: 16px;
  margin-top: -0px;
  color: #ffffff;
  padding: 10px;
}

.UpcomingCourses .CourseFee {
  padding-bottom: 10px;
}

.UpcomingCourses .CourseFee span {
  color: #0c005a;
  font-size: 16px;
  padding-right: 10px;
}

/*---------------------------------------------------*/

.FooterQuery {
  font-family: montserrat-regular;
  background-image: url("../_img/home-short-contract.jpg");
  background-size: cover;
  position: relative;
  margin-bottom: -40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #ffffff;
  text-align: center;
}

.FooterQuery h2 {
  font-family: montserrat-bold;
}

.FooterQuery h4 {
  font-size: 22px;
}

.FooterQuery a {
  color: #ffffff;
}

.FooterQuery a:hover {
  color: #ffffff;
  text-decoration: none;
}

.FooterQuery a:focus {
  outline: none;
}

.FooterQuery .Link {
  margin-top: 40px;
  margin-bottom: 30px;
}

.FooterQuery .Link a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 17px;
  transition: 1s ease all;
}

.FooterQuery .Link .CallUs {
  background-color: #ffffff;
  color: #000000;
}

.FooterQuery .Link .CallUs:hover {
  background-color: #151151;
  color: #ffffff;
}

.FooterQuery .Link .EmailUs {
  background-color: #000000;
  color: #ffffff;
}

.FooterQuery .Link .EmailUs:hover {
  background-color: #ffffff;
  color: #000000;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .FooterQuery {
    width: 95%;
    padding: 20px;
  }

  .FooterQuery h2 {
    font-size: 25px;
  }

  .FooterQuery h4 {
    font-size: 18px;
  }

  .FooterQuery .Link a {
    font-size: 16px;
  }
}

@media (min-width: 320px) and (max-width: 740px) {
  .FooterQuery {
    position: relative;
    margin-bottom: -40px;
    width: 97%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .FooterQuery h2 {
    font-size: 22px;
  }

  .FooterQuery h4 {
    font-size: 14px;
  }

  .FooterQuery .Link {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .FooterQuery .Link a {
    font-size: 11px;
    display: inline-block;
  }
}

/*---------------------------------------------------*/

.Footer {
  font-family: montserrat-regular;
  background-color: #90230c;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.Footer .Box {
  padding: 20px;
}

.Footer .Box h4 {
  font-family: montserrat-light;
  font-size: 16px;
}

.Footer .CenterBox {
  padding: 20px;
  text-align: center;
  /* border-left: #ffffff 1px solid; */
  /* border-right: #ffffff 1px solid; */
}

.Footer .CenterBox h4 {
  font-family: montserrat-light;
  font-size: 16px;
}

.Footer a {
  color: #ffffff;
}

.Footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.Footer a:focus {
  outline: none;
}

.Footer h4 {
  font-size: 22px;
  padding-top: 10px;
  height: 55px;
}

.Footer .SocialIcons {
  padding-top: 30px;
  font-size: 24px;
}

.Footer .SocialIcons .fa {
  padding-left: 7px;
  padding-right: 7px;
}

.Footer .FooterLink {
  padding-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.Footer .FooterLink a:nth-child(1) {
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(2) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(3) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(4) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(5) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(6) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(7) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .Copyrights {
  padding-top: 20px;
}

@media (min-width: 666px) and (max-width: 1280px) {
  .Footer {
    font-size: 14px;
  }

  .Footer h4 {
    font-size: 18px;
  }

  .Footer .FooterLink {
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 740px) {
  .Footer {
    font-size: 12px;
  }

  .Footer .Box {
    padding: 20px;
  }

  .Footer .CenterBox {
    border-left: #ffffff 0px solid;
    border-right: #ffffff 0px solid;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
  }

  .Footer .SocialIcons {
    font-size: 30px;
  }

  .Footer .FooterLink {
    font-size: 12px;
  }
}

/*---------------------------------------------------*/

.FooterWhatsappLinks {
  position: fixed;
  top: 90%;
  right: 0;
  /* transform: translate(-50%, -50%); */
  z-index: 999;
}

 /* .FooterWhatsappLinks {
  	top: 70%;
	width:40px;
	height:45px; 
	background-image:url(../_img/whatsapp_call.svg); 
	background-position:bottom;
    opacity: 0.7;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
  background-color: black;
  overflow: hidden;
  } */
  .FooterWhatsappLinks img { 
	width:30px;
  transform: translate(-32px, -4px);
  
  }

.FooterWhatsappLinks ul {
  list-style: none;
}

.FooterWhatsappLinks ul li {
  width: 50px;
  height: 50px;
  margin: 10px 0;
  border-radius: 3px;
  position: relative;
  color: white;
  cursor: pointer;
}
.FooterWhatsappLinks {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: #25D366;
  
	border-radius: 10px;
	z-index: 9999;

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;

	overflow: hidden;
}

/* extra structure reset */
.FooterWhatsappLinks * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* anchor full size */
.FooterWhatsappLinks a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

/* icon fix */
.FooterWhatsappLinks img {
	width: 26px;
	height: 26px;
	object-fit: contain;

	transform: none !important;
	filter: brightness(0) invert(1); /* white icon */
	display: block;
}
@media (min-width: 666px) and (max-width: 1280px) {
}

@media (min-width: 320px) and (max-width: 660px) {
  /* .FooterWhatsappLinks {
	top: 93%;
	right: 12%;
  */
  .FooterWhatsappLinks img { 
    transform: translate(-100%, -4px);
    }
  /* .FooterWhatsappLinks {
  	top: 70%;
	width:70px;
	height:65px; 
	background-image:url(../_img/whatsapp_call.svg); 
	background-position:bottom;
    opacity: 0.7;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
  } */
  .FooterWhatsappLinks img {
    /* opacity: 0.4; */
    /* display: none; */
  }
}

/*---------------------------------------------------*/

/*all textfileds*/
label {
  color: #000000;
  font-family: montserrat-regular;
  font-size: 12px;
}
select {
  height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  font-family: montserrat-regular;
  padding: 0px 10px;
  color: #acacac;
  width: 100%;
}
input[type="number"] {
  height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  font-family: montserrat-regular;
  padding: 0px 10px;
  color: #acacac;
  width: 100%;
}
input[type="radio"] {
  height: 15px;
  margin-right: 15px;
}
input[type="submit"] {
  height: 45px;
  background-color: #000000;
  border: 0px solid #ccc;
  padding: 0px 10px;
  color: #ffffff;
  width: 100%;
  font-family: montserrat-regular;
  font-size: 14px;
}
input[type="submit"]:hover {
  height: 45px;
  background-color: #ffffff;
  border: 0px solid #666;
  padding: 0px 10px;
  color: #feca0a;
  font-family: montserrat-regular;
  font-size: 14px;
  width: 100%;
}
textarea {
  height: 150px;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  padding: 10px;
  color: #acacac;
  width: 100%;
}
textarea:hover {
  background-color: #f6f6f6;
}

.BgTwentyGrey {
  background-color: #eeeeee;
}

.BgTwentyGrey .container {
  background-color: #ffffff;
}

.BgTwentyGrey h1 {
  font-family: montserrat-regular;
  text-align: center;
  font-size: 25px;
}

.BgTwentyGrey h2 {
  font-family: montserrat-bold;
  font-size: 20px;
  text-transform: uppercase;
}

.BgTwentyGrey input {
  height: 40px;
  border: 0px solid #ccc;
  font-size: 14px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
  padding: 0px 10px;
  color: #2e2e2e;
  width: 100%;
  border-bottom: #FAF5DC;
  outline: none;
}
.BgTwentyGrey input:hover {
  border: 0px solid #70a04c;
  border-bottom: #DC3D0B 2px solid;
}
.BgTwentyGrey input:focus {
  border-bottom: #DC3D0B 2px solid;
}

.BgTwentyGrey textarea {
  height: 150px;
  border: 0px solid #ccc;
  border-bottom: #FAF5DC;
  font-size: 14px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #2e2e2e;
  width: 100%;
  outline: none;
}
.BgTwentyGrey textarea:hover {
  border: 0px solid #70a04c;
  border-bottom: #e22727 2px solid;
}
.BgTwentyGrey textarea:focus {
  border-bottom: #e22727 2px solid;
}

.BgTwentyGrey .Button {
  height: 35px;
  background-color: #DC3D0B;
  border: 0px solid #ccc;
  padding: 0px 10px;
  color: #ffffff;
  width: 250px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
}
.BgTwentyGrey .Button:hover {
  height: 35px;
  width: 250px;
  background-color: #a1300d;
  border: 0px solid #666;
  padding: 0px 10px;
  color: #ffffff;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
  font-size: 14px;
}
.BgTwentyGrey .radio_input{
  margin-top: 20px !important;
}
.BgTwentyGrey .radio_input input{
width: auto !important;
height:20px
}
.BgTwentyGrey .radio_input label{
  margin-top: 0px !important;
  }

/* ------------------------------------------------------- */

/* --------------------------------------------------------- */
.TestimonialSection {
  background-color: #000000;
  background-image: url(../_img/testimonial_bg.jpg);
  background-size: cover;
  background-position: center;
  color: #979797;
}
.TestimonialSection .title-div {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.TestimonialSection .title-div h2 {
  color: #fff;
  font-weight: 800;
  position: relative;
  margin-bottom: 10px;
}
.TestimonialSection .title-div h2::after {
  content: "";
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: -10px;
  height: 4px;
  z-index: 99;
  background-color: #347bff;
}
.TestimonialSection .testimonial_image {
  border-radius: 50%;
}
.TestimonialSection .item h2 {
  color: #fff;
  font-weight: 800;
}
.TestimonialSection .item p {
  color: #ffffff;
}
.TestimonialSection .testi_name {
  font-size: 18px;
  color: #ffffff;
}
.TestimonialSection .testi_review {
  font-size: 16px;
  color: #ffffff;
}
.TestimonialSection .owl-dots {
  margin-top: 20px !important;
  transform: translate(0, -50%);
}
.TestimonialSection .owl-dots .owl-dot span {
  height: 6px !important;
  width: 30px !important;
  border-radius: 0 !important;
}
.TestimonialSection .owl-next span {
  color: #347bff;
  font-size: 50px;
}
.TestimonialSection .owl-prev span {
  color: #347bff;
  font-size: 50px;
}
.TestimonialSection .owl-dots .owl-dot span {
  background: #ffffff !important;
}
.TestimonialSection .owl-dots .owl-dot.active span {
  background: #347bff !important;
}
@media (min-width: 666px) and (max-width: 1280px) {
  .TestimonialSection .item h2 {
    font-size: 25px;
  }
  .TestimonialSection .testi_name {
    font-size: 16px;
  }
  .TestimonialSection .testi_review {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 665px) {
  .TestimonialSection {
    text-align: center;
  }
  .TestimonialSection .item h2 {
    font-size: 20px;
  }
  .TestimonialSection .testi_name {
    font-size: 16px;
  }
  .TestimonialSection .testi_review {
    font-size: 14px;
  }
}
/* --------------------------------------------------------- */
