/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif; */
  color: #000000;
  /* letter-spacing: 1px; */
  /* background: linear-gradient(0deg,rgb(206, 172, 160),rgb(213, 230, 193), rgb(149, 189, 207),rgb(233, 245, 252) ,white); */

  /* background-color: rgba(241, 241, 241, 0.555); */
}
/* Color Theme Swatches in Hex */
.Muted-Sea-1-hex { color: #1C3240; }
.Muted-Sea-2-hex { color: #284B59; }
.Muted-Sea-3-hex { color: #6A9BA6; }
.Muted-Sea-4-hex { color: #B4D2D9; }
.Muted-Sea-5-hex { color: #95afaa; }
.Muted-Sea-6-hex { color: #537c74; } 
.Muted-Sea-6-hex { color: #28544B; } 
/* .row{
  width: 100%;
content: "";
display: table;
clear: both;
}
.column1{
  float: left;
  width: 80%;
  margin-left: 300px;
} */

a {
  color: #f1732d;
  text-decoration: none;
}

a:hover {
  color: #f1732d;
  text-decoration: none;
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
} */

hr{
  color: #8b8b8b;
}

small
{
    color:Red;
    font-weight:500;
}
@media (max-width: 600px) {
  p{
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fdfdfd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 1px solid #138FC9ff;
}
.back-to-top i {
  font-size: 28px;
  color: #138FC9ff;
  line-height: 0;
}
.back-to-top:hover {
  background-color: #138FC9ff;
  color: rgb(0, 0, 0);
}
.back-to-top:hover i {
  color: rgb(255, 255, 255);
  /* color: rgb(0, 0, 0); */
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*----  ar --*/
.back-to-top-ar {
  position: fixed;
 /* visibility: hidden; */
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fdfdfd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 1px solid #138FC9ff;
}
.back-to-top-ar i {
  font-size: 28px;
  color: #138FC9ff;
  line-height: 0;
}
.back-to-top-ar:hover {
  background-color: #138FC9ff;
  color: rgb(0, 0, 0);
}
.back-to-top-ar.active {
  visibility: visible;
  opacity: 1;
}
.back-to-top-ar:hover i {
  color: rgb(255, 255, 255);
  /* color: rgb(0, 0, 0); */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background-color: turquoise; */
  position:sticky;
  top: 0; left:0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  /* background: rgb(255, 255, 255); */
  overflow-y: auto;
  float: none;
  /* border-right: 2px solid rgb(184, 184, 184); */
}
/* .column{
  float: left;
  width: 20%;
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 50;
  left: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  padding-top: 20px;
} */

#header .title{
padding-top: 30px;
margin: 10px;
}
#header .title img {
  margin: 15px auto;
  display: block;
  width: 120px;
  background-color: rgb(0, 0, 0);
  border: 8px solid rgb(0, 0, 0);
}
#header .title h1 a, #header .title h1 a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;

}

#main {
  /* background-color: rgb(233, 233, 233);; */
  margin-left: 300px;
  /* background: linear-gradient(0deg, #5a5a5a 0%, #ffffff 100%); */
  /* background: linear-gradient(0deg, #9e9e9e 0%, #ffffff 100%); */
  /* background: linear-gradient(0deg, #98b4bb 0%, #ffffff 100%); */
  /* background: linear-gradient(0deg,rgb(241, 139, 102),rgb(138, 160, 115), rgb(95, 91, 151) ,white ); */
/* background: transparent; */
background: linear-gradient(0deg,rgb(190, 190, 190) ,white);
/* background: linear-gradient(0deg,rgb(149, 189, 207),rgb(207, 167, 152),rgb(149, 189, 207),rgb(230, 204, 195),rgb(194, 228, 243) ,white); */

  border-left: 1px solid rgba(184, 184, 184, 0.452);
}

#main-ar {
  /* background-color: rgb(233, 233, 233);; */
  margin-right: 300px;
  /* background: linear-gradient(0deg, #5a5a5a 0%, #ffffff 100%); */
  /* background: linear-gradient(0deg, #9e9e9e 0%, #ffffff 100%); */
  /* background: linear-gradient(0deg, #98b4bb 0%, #ffffff 100%); */
  /* background: linear-gradient(0deg,rgb(241, 139, 102),rgb(138, 160, 115), rgb(95, 91, 151) ,white ); */
/* background: transparent; */
background: linear-gradient(0deg,rgb(190, 190, 190) ,white);

/* background: linear-gradient(0deg,rgb(207, 167, 152), rgb(149, 189, 207),white); */

  border-right: 1px solid rgba(184, 184, 184, 0.452);
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
    position: fixed;
    background-color: white;
    top: 0;
    height: 100%;
    /* float: none; */
  }
  #main {
    margin-left: 0;
    border-left: none;
  }
  #main-ar {
    margin-right: 0;
    border-right: none;
  }
  .nav-menu .btn {
  visibility:visible;
  }
  .btn{
    display: none;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 10px 0 10px 0;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  height:40px;
  margin-bottom:3px;
}
/*    .nav-menu .nav-link a{
        width: 100%;
    }*/
/* .nav-menu .btn {
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  background-color: #313131;
  color: rgb(255, 255, 255);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #000000;
} */

.nav-menu .nav-img{
  width: 100%;
display:none;
text-align: center;
vertical-align: middle;
}
.nav-menu .nav-img hr{
  border: 1px solid rgb(197, 197, 197);
  margin-top:20px;
  }
.nav-menu .nav-img .logo1{
  width: 90px;
  /* border-radius: 50%; */
  /* left:0; */
  margin-right: 20px;
  margin-left: 20px;
  /* padding:5px; */
  /* border: 2px solid rgba(209, 209, 209, 0.514); */
  }
  .nav-menu .nav-img .logo2{
    width: 90px;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 20px;
    }
    .nav-menu .btn {
        /* font-family: "Raleway", sans-serif; */
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        /*margin: 5px;*/
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        width: 100%;
        background-color: #2b4b64;
        border: 2px solid #2b4b64;
        margin-top: 10px;
        height: 40px;
    }
    .nav-menu .btn-ar {
        width: 100%;
    }


.nav-menu .btn:hover {
  background-color: #537b99;
  color: #fff;
  transition: 0.5s;
}
.nav-menu a, .nav-menu a:focus {
  /*display: flex;*/
  align-items: center;
  color: rgb(0, 0, 0);
  padding: 4px 15px;
  margin-bottom: 3px;
  vertical-align:middle;
  transition: 0.1s;
  font-size: 15px;
  font-weight: 600;
}
    .nav-menu a i, .nav-menu a:focus i {
        font-size: 20px;
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 4px;
        color: #6f7180;
    }
    .nav-menu a:hover, .nav-menu .active, .nav-menu .active:focus, .nav-menu li:hover > a {
        /*text-decoration: none;*/
        color: black;
        background-color: #96ac7e29;
        border-radius: 25px;
        height: 40px;
        /*font-weight: 700;*/
    }
.nav-menu a:hover i, .nav-menu .active i, .nav-menu .active:focus i, .nav-menu li:hover > a i {
  color: #537c74;
  /* background-color: #3b3b3b; */
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #ffffff;
  color: #284B59;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}
.mobile-nav-toggle-ar {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #ffffff;
  color: #284B59;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #header {
  left: 0;
}
.mobile-nav-active-ar {
  overflow: hidden;
}
.mobile-nav-active-ar #header {
  right: 0;
}
@media (max-width: 1200px){
  .nav-menu .nav-img{
    display:inline-block;
    }
    .nav-menu .btn-ar {
      width: 90%;
    }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  z-index: 2;
  min-width: 300px;
  position: relative;
  /* background: linear-gradient(130deg, #879c80 0%, #7a9ca3 100%); */
  /* background: linear-gradient(130deg, #28544B 0%, #699ca5 100%); */
  /* background: linear-gradient(270deg,rgb(236, 129, 63), #002846ff  ); */


  background: linear-gradient(270deg, #0f3657,#c1d6e9,#ffffff); /*1*/
  /*2 background: linear-gradient(270deg, #125286,#ffffff); */
  /*4 background: linear-gradient(270deg, #757575,#ffffff); */


  padding: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 30vh;
  padding-top: 60px;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero .title{
  padding-top: 75px;
  /* padding-left: 100px; */
  }
  #hero .title img {
    margin: 15px auto;
    display: block;
    width: 120px;
    background-color: rgb(0, 0, 0);
    border: 8px solid rgb(0, 0, 0);
  }

#hero .title h1 {
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  font-weight: 600;
  /* font-family: "Poppins", sans-serif; */
  text-align: left;
  
}
#hero .title h4 {
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  font-weight: 100;
  /* font-family: "Poppins", sans-serif; */
  text-align: left;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .logo{
  text-align: center; 
  margin-top: 30px; 
  margin-left: -100px;
  color: rgb(0, 0, 0);
}
#hero .logo-ar{
  text-align: center; 
  margin-top: 30px; 
  margin-right: -100px;
  color: rgb(0, 0, 0);
}
/* #hero .logo h3{
  border-bottom: 2px solid white;
  width: 20%;
  text-align: center;
  margin-left: 150px;
  padding-bottom: 10px;
} */
#hero .logo img{
  width: 140px;
  /* height: 200px; */
  /* border-radius: 50%; */
}
#hero .logo-ar img{
  width: 140px;
  /* height: 200px; */
  /* border-radius: 50%; */
}
#hero .center_title{
  text-align: left;
  /* margin-left: -20px; */
}
#hero .center_title-ar{
  /* text-align: right; */
  text-align: right;
  /* margin-left: -20px; */
}
#hero .right_title{
  margin-top: 30px; 
  margin-right: -100px;
  text-align: right;
}
#hero .right_title-ar{
  margin-top: 30px; 
  margin-left: -100px;
  text-align: left;
}
#hero .right_title img{
  width: 140px;
  border-radius: 50%;
  /* border: 1px solid white; */
  background-color: white;
}
#hero .right_title-ar img{
  width: 140px;
  border-radius: 50%;
  /* border: 1px solid white; */
  background-color: white;
}
@media (max-width: 1600px){
  #hero .logo{
    margin-left: -60px;
  }
  #hero .logo-ar{
    margin-right: -60px;
  }
}
@media (max-width: 1300px){
  #hero .logo{
    margin-left: -30px;
  }
  #hero .logo-ar{
    margin-right: -30px;
  }
  #social{
    display: none;
  }
}
@media (max-width: 1200px){
  #hero img{
    display: none;
  }

  #hero .right_title{
    display: none;
    width: 0;
  }
  #hero .center_title{
    text-align: left;
    margin-left: -200px;
  }
  #hero .right_title-ar{
    display: none;
    width: 0;
  }
  #hero .center_title-ar{
    text-align: right;
    margin-right: -200px;
  }
}
@media (max-width: 1200px){
  #hero .accordion-wrapper img{
    display: none;
  }
  #hero .right_title{
    display: none;
    width: 0;
  }
  #hero .center_title{
    text-align: left;
    margin-left: -100px;
  }
  #hero .right_title-ar{
    display: none;
    width: 0;
  }
  #hero .center_title-ar{
    text-align: right;
    margin-right: -100px;
  }
}
@media (max-width: 991px) {
  #hero .logo{
    display: none;
  }
  #hero .logo-ar{
    display: none;
  }
  #hero .center_title{
    text-align: left;
    margin-left: 0px;
  }
  #hero .center_title-ar{
    text-align: right;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #hero .carousel-container {
    height: 50vh;
  }
  #hero h2 {
    font-size: 28px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 15s linear infinite;
  animation: move-forever1 15s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 13s linear infinite;
  animation: move-forever2 13s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 11s linear infinite;
  animation: move-forever3 11s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  margin-left: 40px;
  margin-right: 50px;
  padding: 60px 0;
  overflow: hidden;
  min-height: 680px;
}
.Introduction p{
  text-justify:inter-word;
  text-align: justify;
}
.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  color: #000000;
  /* font-family: "Poppins", sans-serif; */
}
.section-title h2::after {
  content: "";
  width: 150px;
  height: 5px;
  display: inline-block;
  /* background: linear-gradient(70deg, rgb(122, 154, 189) ,rgb(36, 101, 151)); */
  background:  #138FC9ff;
  margin: 4px 10px;
}
.section-title2 {
  padding-bottom: 40px;
}
.section-title2 h2 {
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  color: #000000;
  /* font-family: "Poppins", sans-serif; */
}
.section-title2 h2::after {
  content: "";
  width: 150px;
  height: 5px;
  display: inline-block;
  background: #F7941Dff;
  margin: 4px 10px;
}
.section-title3 {
  padding-bottom: 40px;
}
.section-title3 h2 {
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  color: #000000;
  /* font-family: "Poppins", sans-serif; */
}
.section-title3 h2::after {
  content: "";
  width: 150px;
  height: 5px;
  display: inline-block;
  background: #6F9249ff;
  margin: 4px 10px;
}
@media (max-width: 1000px){
  .section-title h2::after {
    width: 70px;
  }
  .section-title2 h2::after {
    width: 70px;
  }
  .section-title3 h2::after {
    width: 70px;
  }
  section {
    margin-left: 10px;
    margin-right: 10px;
    padding: 60px 0;
    overflow: hidden;
    min-height: 680px;
  }
}
@media (max-width: 600px){
  .section-title h2 {
    font-size: 20px;;
  }
  .section-title2 h2 {
    font-size: 20px;;
  }
  .section-title3 h2 {
    font-size: 20px;;
  }
  .section-title h2::after {
    width: 30px;
  }
  .section-title2 h2::after {
    width: 30px;
  }
  .section-title3 h2::after {
    width: 30px;
  }
  section {
    margin-left: 10px;
    margin-right: 10px;
    padding: 60px 0;
    /* overflow: hidden; */
    min-height: 680px;
  }
}

/* .section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #272727;
}
.section-title2 p {
  margin-top: 40px;
  font-weight:lighter;
  font-size: 15px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
} */
#heroCarousel{
/* margin-left:0;  */
padding-left:40px;
}
/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/
.Introduction{
  transition: 1s;
  border-top: none;
  margin-top: -650px;
}
.spaceing
{
    margin-bottom:0px;
}
.Introduction p{
  text-justify:inter-word;
  text-align: justify;
}
.Introduction .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.Introduction .content ul {
  list-style: none;
  padding: 0;
}
.Introduction .content ul li {
  padding-left: 28px;
  position: relative;
}
.Introduction .content ul li + li {
  margin-top: 10px;
}
.Introduction .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3b3b3b;
  line-height: 1;
}
.Introduction .content p:last-child {
  margin-bottom: 0;
}
.Introduction .content .btn-learn-more {
  /* font-family: "Raleway", sans-serif; */
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #3b3b3b;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3b3b3b;
}
.Introduction .content .btn-learn-more:hover {
  background: #3b3b3b;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px){
  .Introduction{
    margin-top:0;
  }
  .spaceing
  {
      margin-bottom:480px;
      background-color: Black;
  }
}
.Introduction .icon-boxes h4 {
  font-size: 18px;
  color: #2e2e2e;
  margin-bottom: 15px;
  font-weight: bold;
}
.Introduction .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}
.Introduction .icon-box {
  margin-top: 40px;
}
.Introduction .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #537c74;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}
.Introduction .icon-box .icon i {
  color: #537c74;
  font-size: 32px;
}
.Introduction .icon-box:hover .icon {
  background: #6A9BA6;
  border-color: #6A9BA6;
}
.Introduction .icon-box:hover .icon i {
  color: #fff;
}
.Introduction .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.Introduction .ar{
  margin-right: 85px;
}
/* .Introduction .icon-box .title h4 {
  color: #343a40;
  transition: 0.3s;
}
.Introduction .icon-box .title h4:hover {
  color: #ff5821;
} */
.Introduction .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width:1200px ){
  p{
    width: 100%;
  }
}
@media (max-width:900px ){
  .Introduction .icon-box .icon i {
    font-size: 15px;
  }
  .Introduction .icon-box .icon {
    width: 30px;
    height: 30px;
    border: 1px solid #537c74;
    border-radius: 50px;
    transition: 0.5s;
  }
  .Introduction .icon-box .description {
    margin-left: 50px;
    line-height: 20px;
    font-size: 12px;
  }
  .Introduction .ar{
    margin-right: 50px;
  }
  .Introduction .icon-box .title {
    margin-left: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .Introduction .icon-box .description {
   width: 90%;
  }
  .Introduction .container{
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width:600px ){
  section{
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  section::-webkit-scrollbar {
    display: none;
  }
  
  .Introduction p{
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.About{
  transition: 3s;
}
.About .nav-tabs {
  border: 0;
}

.About .nav-link {
  border: 1px solid #138FC9ff;
  padding: 15px;
  transition: 0.3s;
  color: #000000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .About .tab-pane ul li p {
  display: block;
}

.About .tab-pane ul li p::before{
  display: block;
  color: "<i class="ri-check-double-line"></i>";
} */
.About .tab-pane ul li{
  margin-left: 50px;
  margin-right: 50px;
}
.About .nav-link i {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 48px;
  color:#0a0a0a ;
}
.About .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
/* .About .nav-link h4:hover {
  color: #000000;
  font-weight: bolder;
} */
.About .nav-link:hover {
  border: 1px solid #138FC9ff;
  background-color: #138FC9ff;
  color: white;
  /* color: white; */
}
.About .nav-link:hover i {
  color: white;
  /* color: white; */
}
.About p{
  text-justify:inter-word;
  text-align: justify;
}
.About .nav-link.active {
  border: 1px solid #138FC9ff;
  color: #ffffff;
  border-color: #138FC9ff;
  background-color: #138FC9ff;
}
.About .nav-link.active i {
  color:#ffffff ;
}
@media (max-width:1100px){
  .About .tab-content .tab-pane ul li{
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .About .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
  .About p{
    font-size: 12px;
  }
  .About .tab-content .tab-pane ul li{
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .About .nav-link {
    padding: 15px;
  }
  .About .nav-link i {
    font-size: 24px;
  }
}
.About .tab-content {
  margin-top: 30px;
}
.About .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
  
}
.About .tab-pane ul {
  /* list-style: circle; */
  padding: 0;
}
.About .tab-pane ul li {
  padding-bottom: 5px;
  font-size: 15px;
}
.About .tab-pane ul i {
  font-size: 15px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000000;
}
.About .tab-pane p:last-child {
  margin-bottom: 0;
}

.About  .content ul {
  list-style: none;
  padding: 0;
}
.About  .content ul li {
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
  font-weight: bold;
  font-size: 20px;;
}
.About  .content ul li + li {
  margin-top: 10px;
}
.About  .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #5c5956;
  line-height: 1;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #272727;
  padding: 80px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  /* font-family: "Raleway", sans-serif; */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #f1732d;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #f1732d;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# theme
--------------------------------------------------------------*/
.theme{
  transition: 1s;
}
.theme p{
  text-justify:inter-word;
  text-align: justify;
}
.theme .icon-box {
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffffa8;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  /* height: 350px; */
  min-height: 350px;
}
.theme .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.theme .icon {
  position: absolute;
  right: -60px;
  top: calc(-0% - 10px);
}
.theme .icon i {
  font-size: 350px;
  line-height: 1;
  transition: 0.5s;
    color: #414141;
    opacity: 0.1;
}
.theme .icon-ar {
  position: absolute;
  left: -60px;
  top: calc(-0% - 10px);
}
.theme .icon-ar i {
  font-size: 350px;
  line-height: 1;
  transition: 0.5s;
    color: #414141;
    opacity: 0.1;
}
.theme .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.theme .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}

.theme .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}
.theme .description a i:hover {
  font-size: 19px;
  transition: ease-in-out 0.2s;
  color: #96ac7e;
}
.theme .description a i {
  color: #6F9249ff;
  font-size: 18px;
}
.theme ul li {
padding-top:5px;
}

@media (max-width: 700px){
  .theme .title {
    margin-left: -0px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .theme .description {
    font-size: 10px;
    margin-left: -20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .theme .icon i {
    display: none;
  }
  .theme .icon-ar i {
    display: none;
  }
}
@media (max-width: 770px){
  .theme .icon i {
    display: none;
  }
  .theme .icon-ar i {
    display: none;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #5c5956;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li::before {
  content: "[";
  margin-right: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li::after {
  content: "]";
  margin-left: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #f1732d;
}
.portfolio #portfolio-flters li.filter-active::before, .portfolio #portfolio-flters li.filter-active::after {
  color: #f1732d;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: #5c5956;
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #fedac0;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fd9f5b;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #fd9f5b;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 400px;
  height: 300px;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f1732d;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f1732d;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(42, 44, 57, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px #5c5956;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #5c5956;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fedac0;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f1732d;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f1732d;
}


/*--------------------------------------------------------------
# Program_Duration
--------------------------------------------------------------*/
.Program_Duration{
  transition: 1s;
}
.Program_Duration p{
  text-justify:inter-word;
  text-align: justify;
}
.Program_Duration .info {
  width: 100%;
  background: transparent;
}
.Program_Duration .icon-box:hover {
    transform: translateY(10px);
    box-shadow: 0 2px 35px 0 rgba(158, 158, 160, 0.2); 
}
.Program_Duration .icon-box {
  margin-top: 10px; 
  background: #ffffff94; 
  box-shadow: 0 2px 15px 0 rgba(255, 255, 255, 0.12);
  padding: 30px;
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
}
.Program_Duration h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
}

.Program_Duration .info i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  background: #284B59;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.Program_Duration .info h4 {
  padding: 0 60px 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
}
.Program_Duration .info p {
  padding: 0 60px 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000000;
}
.Program_Duration .info .email, .Program_Duration .info .phone {
  margin-top: 40px;
}
.Program_Duration .info .email:hover i, .Program_Duration .info .address:hover i, .Program_Duration .info .phone:hover i {
  background: #5d8796;
  color: #f8f8f8;
  /* border: 1px solid #ffffff; */
  /* border-color: #ffffff; */
}
.Program_Duration .php-email-form {
  width: 100%;
  background: #fff;
}
.Program_Duration .php-email-form .form-group {
  padding-bottom: 8px;
}
.Program_Duration .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.Program_Duration .php-email-form .error-message br + br {
  margin-top: 25px;
}
.Program_Duration .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.Program_Duration .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.Program_Duration .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.Program_Duration .php-email-form input, .Program_Duration .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.Program_Duration .php-email-form input {
  height: 44px;
}
.Program_Duration .php-email-form textarea {
  padding: 10px 12px;
}
.Program_Duration .php-email-form button[type=submit] {
  background: #f1732d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.Program_Duration .php-email-form button[type=submit]:hover {
  background: #fc8129;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 990px){
  .Program_Duration .column{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px){
  .Program_Duration .icon-box{
    margin-left: 10px;
    margin-right: 10px;
    /* width: 80%; */
  }
  .Program_Duration p{
    font-size: 12px;
  }
  .Program_Duration .icon-box h4{
    font-size: 14px;
  }
  .Program_Duration .icon-box p{
    font-size: 12px;
    text-align:unset;
  }
  .Program_Duration .info i {
    font-size: 14px;
    width: 33px;
    height: 33px;
  }
  .Program_Duration .container h4{
    font-size: 14px;
  }
  .Program_Duration .icon-box div{
    width: 110%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  /* background: #f7f8f9; */
  min-height: 40px;
  font-weight: 700;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs a {
  color:  #138FC9ff;
  font-weight: 700;
}
.breadcrumbs a:hover{
  color: #202020;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #5c5956;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: transparent;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  /* font-family: "Poppins", sans-serif; */
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  /* font-style: italic; */
  padding: 0;
  /* margin: 0 0 40px 0; */
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #ffffff;
  color: #1C3240;
  line-height: 1;
  padding:8px 0;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  /* background: #d2d8db; */
  /* color: #fff; */
  text-decoration: none;
  /* border: 2px solid #138FC9ff; */
  opacity: 0.8;
  font-size: 22px;
  transition: 0.7s;
}
#footer .copyright {
  color: #000000;
  margin: 0 0 5px 0;
  font-weight: 500;
}
#footer .credits {
  font-size: 13px;
}
hr{
  border-top: 3px solid #ffffff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #ffffff85;
  border-radius: 15px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  /* font-family: "Nunito", sans-serif; */
  font-size: 14px;
}

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/
/* #social {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #040b14;
}

#social .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #212431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#social .social-links a:hover {
  background: #f1732d;;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  #social {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
} */

/*--------------------------------------------------------------
# social
--------------------------------------------------------------*/
#social {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: transparent;
  text-align: center;
}
#social .social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: rgb(0, 0, 0);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#social .social-links a:hover {
  background: #3b3b3b;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  #social {
    display: none;
    width: auto;
    padding-right: 20px 15px;
  }
}

#pic {
  position:relative;
}

#pic .ribbon-h {
  position:fixed;
  bottom:0;
  right:0;
  margin: 50px 10px;
  width: 500px;
  height: 10px;
  background-color: rgb(33, 100, 245);

}

#pic .ribbon-v {
  position:fixed;
  bottom:0;
  right:0;
  margin: 10px 50px;
  height: 500px;
  width: 10px;
  background-color: rgb(243, 85, 85);

}

/*--------------------------------------------------------------
#	Program Certifications
--------------------------------------------------------------*/
.Certifications{
  transition: 1s;
}
.Certifications .content {
  padding: 30px;

}
.Certifications p{
  text-justify:inter-word;
  text-align: justify;
}
.Certifications .content .icon-box {
  margin-top: 25px; 
  background: #ffffffc9; 
  box-shadow: 0 2px 15px 0 rgba(255, 255, 255, 0.12);
  padding: 10px;
  border-radius: 10px;

}
.Certifications .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 60px 10px 60px;
}
.Certifications .content .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 35px 0 rgba(158, 158, 160, 0.2); 
}
.Certifications .content .icon-box i {
  font-size: 30px;
  float: left;
  color: #537c74;
  opacity: 0.5;
  padding-left: 20px;
  display: none;

}
.Certifications .content .icon-box p {
  font-size: 15px;
  /* color: #626366; */
  margin-left: 60px;
  margin-right: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-justify:inter-word;
  text-align: justify;
}
@media (max-width: 1200px){
  .Certifications .content .icon-box p {
    width: 80%;
  }
  .Certifications .content .icon-box .p1 {
    margin-right: -50px;
  }
}
@media (max-width: 1030px){
  .Certifications .content .icon-box .p1 {
    margin-right: -20px;
  }
}
/* @media (max-width: 1540px){
  .Certifications .content .icon-box p {
    margin-left: 0px;
    margin-right: 0px;
  }
} */
@media (max-width: 991px) {
  .Certifications .content .icon-box i {
    display: none;
  }
  .Certifications .content .icon-box .p1 {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .Certifications .content .icon-box i {
    display: none;
  }
  .Certifications .content .icon-box .p1 {
    margin-right:10px;
  }
  .Certifications .content .icon-box p {
    margin-left: 10px;
    margin-right: 10px;
  }
  .Certifications .content .icon-box h4 {
    font-size: 16px;
    margin: 10px 10px 10px 10px;
  }
  .Certifications p{
    font-size: 12px;
  }
  .Certifications .content .icon-box p{
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Program Outcomes 
--------------------------------------------------------------*/
.outcomes{
  transition: 1s;
}
.outcomes .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  /* min-height: 200px; */
  color: rgb(0, 0, 0);
  position: relative;
  background: #ffffffc9;
  border-radius: 10px;
  box-shadow:0px 0px 15px rgba(0, 0, 0, 0.452);
}
.outcomes .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 2px solid #e9edf0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #284B59;
}
.outcomes .icon i {
  color: #fff;
  font-size: 28px;
  line-height: 0;
}
.outcomes .title {
  font-weight: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  /* text-transform: uppercase; */
}
.outcomes .title a {
  color: #343a40;
}
.outcomes .icon-box:hover .icon {
  background: #557981;
  border: 4px solid #ffffff;
  opacity: 0.8
}
.outcomes .icon-box:hover .icon i {
  color: #ffffff;
}

.outcomes .description {
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 1700px) {
  .outcomes .icon-box {
    /* min-height: 300px; */
  }
}
@media (max-width: 991px) {
  .outcomes .icon-box {
    height: auto;
  }
  .outcomes p{
    font-size: 12px;
  }
  .outcomes .title {
    line-height: 20px;
    font-size: 14px;
  }
  .outcomes .icon i {
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
# activities 
--------------------------------------------------------------*/
.activities{
  transition: 1s;
}
.activities .box{
  margin-bottom: 10px;
}
.activities p{
  text-justify:inter-word;
  text-align: justify;
}
.activities .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffffc9;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  /* height: 100%; */
  margin: 10px;
}
.activities .icon-box-ar {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffffc9;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  margin: 10px;
}
.activities .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.activities .icon-box:hover i {
  visibility: visible;
  transform: translatex(-40px);
  transition: all 0.4s ease-in-out;
}
.activities .icon-box-ar:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.activities .icon-box-ar:hover i {
  visibility: visible;
  transform: translatex(40px);
  transition: all 0.4s ease-in-out;
}
.activities .icon {
  position: absolute;
  right: 0px;
}
.activities .double1{
  font-size: 140px;
  position: absolute;
  right: -90px;
  color:  #00000091;
  width: 130px;
  top: calc(0% - 100px);
}
.activities .double2{
  font-size: 140px;
  position: absolute;
  right: -90px;
  color: #afafafa4;
  width: 130px;
  top: calc(50% - 60px);
}
.activities .double3{
  font-size: 140px;
  position: absolute;
  right: -90px;
  color: #70707094;
  width: 130px;
  top: calc(55% - 80px);
}
.activities .icon .double1 i {
  font-size: 120px;
  line-height: 1;
  transition: 0.5s;
  opacity: 0.4;
  visibility: hidden;
}
.activities .title {
  margin-right: 40px;
  font-weight: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}
.activities .title a .title{
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}
.activities .title:hover {
  font-size: larger;
  transition: ease-in-out 0.3s;
}

.activities .row {
  margin-top: 20px;
}
.top {
  margin: 0;
  position: relative;
  width: 100%;
  background-color: #aaa;
  height: 300px;
  opacity: 1;
  text-align: center;
  font-family: 'helvetica';
  font-size: 80px;
  font-weight: 100;
  color: #fff;
}
[data-aos="fade-out"] {
  opacity: 1;
  transition-property: opacity;
}.aos-animate {
    opacity: 0;
  }
  @media (max-width: 991px) {
    .activities .row {
      margin-top: 0px;
    }
    .activities .icon-box {
      padding: 10px;
      position: relative;
      margin: 20px;
      height: 90%;
    }
    .activities .icon-box-ar {
      padding: 10px;
      position: relative;
      margin: 20px;
      height: 90%;
    }
    .activities .icon-box .title{
      margin-left: 20px;
      margin-top: 20px;
    }
  }
  @media (max-width: 700px){
    .activities p{
      font-size: 12px;
    }
    .activities .icon-box .title{
      font-size: 14px;
      margin-left: 20px;
      margin-top: 20px;
    }
  }

  /* .activities .double1-ar{
    font-size: 140px;
    position: absolute;
    left: -90px;
    color:  #00000091;
    width: 130px;
    top: calc(100% - 70px);
  }
  .activities .double2-ar{
    font-size: 140px;
    position: absolute;
    left: -90px;
    color: #afafafa4;
    width: 130px;
    top: calc(50% - 30px);
  }
  .activities .double3-ar{
    font-size: 140px;
    position: absolute;
    left: -90px;
    color: #70707094;
    width: 130px;
    top: calc(50% - 50px);
  }
  .activities .icon .double1-ar i {
    font-size: 120px;
    line-height: 1;
    transition: 0.5s;
      opacity: 0.4;
      visibility: hidden;
  } */

  .activities .double1-ar{
    font-size: 140px;
    position: absolute;
    left: -90px;
    color:  #00000091;
    width: 130px;
    top: calc(0% - 100px);
  }
  .activities .double2-ar{
    font-size: 140px;
    position: absolute;
    left: -90px;
    color: #afafafa4;
    width: 130px;
    top: calc(50% - 60px);
  }
  .activities .double3-ar{
    font-size: 140px;
    position: absolute;
    left: -90px;
    color: #70707094;
    width: 130px;
    top: calc(55% - 80px);
  }
  .activities .icon .double1-ar i {
    font-size: 120px;
    line-height: 1;
    transition: 0.5s;
      opacity: 0.4;
      visibility: hidden;
  }
  /* --------- application form ----------*/

  .application-form{
  margin-left: 0px;
  background: linear-gradient(0deg,rgb(190, 190, 190) ,white);
    border: none;
  margin-top: -50px;
  }

  .application-form-section {
    margin-left: 50px;
    margin-right: 50px;
    padding: 60px 0;
    /* overflow: hidden; */
    min-height: 680px;
  }
  .application-form-card
  {
      background-color:White; 
      padding:40px 40px; 
      border-radius:15px; 
      border-color:none; 
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
      margin-bottom: 30px;
  }
  
  .application-form .btn-get-started {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 500;
    font-size: 16px;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    width: 200px;
    background-color:  #138FC9ff;
    border: 2px solid  #138FC9ff;
  }
  .application-form .btn:hover {
    background:  rgba(19, 143, 201, 0.719);
    border: 2px solid  #138FC9ff;
    color: #fff;
    text-decoration: none;
  }
  .application-form label{
    margin-bottom: 10px;margin-left: 5px;
  }
  .application-form input{
    margin-bottom: 10px;
  }
  .accordion-wrapper
  {
      width:100%; padding: 30px; 
  }
  @media (max-width: 700px) {
    .application-form .btn-get-started{
      width: 100%;
    }
  }

  /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
 
.clients .clients-slider .swiper-slide img {
  transition: 0.3s;
  width: 120%;
}
.clients .clients-slider .swiper-slide img:hover {
  transform: scale(1.2);
}
.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f19f41;
  opacity: 1;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f19f41;
}
 
/* stages */

.stages {
  width: 300px;
  margin: auto;
}

.stages p {
  border-top: 2px dashed;
  /* border-color: #f1732d !important; */
  margin:0; 
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}

.stages p span {
 
  font-size: 15px;
  font-weight: 500;
}

.stages p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.stages p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

.stages p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.stages p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values1 .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  background-color: #ffffff8e;
  border-radius: 15px;
}
.values1 .box img {
  padding: 10px 20px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values1 .box h3 {
  font-size: 30px;
  color: #012970;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 18px;
}
.values1 .box p{
  color: #000000;
}
.values1 .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values1 .box:hover img {
  transform: scale(1);
}
 


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
  /* border-radius: 10px; */
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #f19f41;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #f19f41;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}
 
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f19f41;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f19f41;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}