/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
  height: 100%;

}

.sp_detail { 
  margin-bottom: 2rem; 
  color: #26264b;
  font-weight: 500;
  font-size: 24px;
}

.sp_degination {
  padding-top: 1rem;

}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;

}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

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

a:active,
a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #77787B;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  text-align: left;
  overflow-x: hidden;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f44a1+0,4096ee+100 */
  background: #2f44a1;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2f44a1 0%, #4096ee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2f44a1 0%, #4096ee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2f44a1 0%, #4096ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f44a1', endColorstr='#4096ee', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #32c2f0;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
  text-transform: uppercase;
}

.blk-color {
  color: #15162B;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 88px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #25254B;
  border-bottom: 1px solid #1B1B3F;
}

#header.header-scrolled {
  background: rgba(38, 38, 75, 0.8);
  height: 88px;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 77px;
}
#about{margin-top: 40px;}
#partners img{max-width: none;height: 5rem;}
#partnersa img{max-width: none;height: 5rem;}
 

#schedule ul li{border-bottom: 1px solid #e1e1e1;padding-bottom: 14px;margin-bottom: 14px;}
@media (max-width: 768px) {
  #header {
    height: 88px;
    background: rgba(37, 37, 75, 0.9)
  }
  #about {
    margin-top: 0px;
}
  #header .logo h1 {
    font-size: 28px;
  }
}

.header-bg {
  background: url(../img/background/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
}

.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3ec1d5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #0d2529;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3ec1d5;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

#key-hightlights .card-body{min-height: 16rem;}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 2, 2, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0d2529;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3ec1d5;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3ec1d5;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
}



#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-item video{max-width: 100%;    float: left;}


/*
#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
#hero .container {
  text-align: center;
}
*/
#hero .carousel-container {

  position: absolute;
  bottom: 90px;
  left: 18%;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  #key-hightlights .card-body {
    min-height: auto;
}
.logo{width: 12rem;}
}

#hero p {
  width: 80%;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero p {
    font-size: 28px;
    line-height: 1.2;
  }
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  display: none;
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

.carousel-indicators [data-bs-target] {
  background-color: #343434;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
}

.carousel-indicators .active {
  border: 2px solid #fff;
}

.carousel-indicators {
  bottom: 20px;
}

.btn-get-started {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 25px;
  transition: 0.5s;
  color: #fff;
  text-transform: uppercase;

}

#hero .btn-get-started {
  margin-bottom: 10px;
}

.btn-get-started:hover {
  background: #32c0ef;
  color: #fff;
}

.promo-video {
  position: absolute;
  bottom: 68px;
  right: 65px;
  z-index: 9;
}

.v-txt {
  align-self: center;
  margin-right: 20px;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #00BDF2;
  text-align: right;
  line-height: 28px;
}

@media (max-width:1200px) {
  .promo-video {
    right: 25px;
    bottom: 30px;
  }

  .v-txt {
    font-size: 1.2rem;
    line-height: 20px;
  }

  .p-video img {
    max-width: 70%;
  }
}

@media (max-width:991px) {
  .promo-video {
    right: 15px;
    bottom: 20px;
  }

  .v-txt {
    font-size: 1rem;
    line-height: 18px;
  }

  .p-video img {
    max-width: 60%;
  }
}

@media (max-width:600px) {
  .promo-video {
    right: 0px;
    bottom: 15px;
  }

  .v-txt {
    /* font-size: 0.6rem;
    line-height: 16px;
    color: #fff;
    */
    display: none;
  }

  .p-video img {
    max-width: 40%;
  }
}


.list-item li {
  margin-bottom: 15px;
}

@media (max-width: 560px) {

  #hero .carousel-indicators {
    bottom: 8px;
  }
}

@media (max-width: 460px) {
  #hero .carousel-container {
    bottom: 48px;
    left: 14%;
  }
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  background: #F4F2EE;
  padding: 12px;
  position: relative;
  margin-bottom: 25px;min-height: 350px;
}

.single-team-member:hover {
  background: #DED7CE;

}


.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}


.team-social-icon {
  right: 6px;
  opacity: 0;
  position: absolute;
  top: 0 !important;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: block;
}

.team-social-icon ul li a {
  background: #fff;
  color: #00BDF2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 34px;
  width: 34px;
  margin-bottom: 1px;
}

.team-social-icon ul li a i {
  line-height: 0;
}

.team-social-icon ul li a:hover {
  color: #fff;
  background: #00BDF2;
}

.team-content {
  padding: 10px 0px 0;
}

.team-content>h4 {
  color: #26264b;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.team-content>p {
  color: #8c8c9a;
  margin-bottom: 5px;
  font-size: 15px;
}

.single-team-member:hover .team-content>h4 {
  text-decoration: underline;
}

.single-team-member:hover .team-content>p {
  color: #26264b;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 20px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  padding: 25px 30px;
  font-size: 18px;
  line-height: 20px;
  color: #15162b;
  text-transform: uppercase;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ded7cd+0,ded7cd+50,c9c1b6+51,e1dad2+100 */
  background: #ded7cd;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #ded7cd 0%, #ded7cd 50%, #c9c1b6 51%, #e1dad2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, #ded7cd 0%, #ded7cd 50%, #c9c1b6 51%, #e1dad2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, #ded7cd 0%, #ded7cd 50%, #c9c1b6 51%, #e1dad2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ded7cd', endColorstr='#e1dad2', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;

}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f3897+0,3690f0+52,54a3ee+53,33c4f1+100 */
  background: #2f3897;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3897', endColorstr='#33c4f1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}

#portfolio-flters li:last-child {
  margin-right: 0;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 0px !important;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img img {

  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.awesome-img a span{position: absolute;
bottom: 0;
width: 99%;
background: #000;
left: 0;
color: #fff;
padding: 2.5% 3% 0;z-index: 99;line-height: 16px;min-height: 45px;}
.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(68, 94, 165, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
    background: #20409a;
    padding: 30px 0 0 0;
}
.contact-area .section-headline h2 {
   color: #fff;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #3ec1d5;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.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;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #3ec1d5;
}

.form-control {
  padding: 10px 15px;
  background: #F3F2EE;
  color: #77787b;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form textarea {
  padding: 12px 15px;
  background: #F3F2EE;
  color: #77787b;
}

button[type=submit] {
  border: none;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #26264b;
  position: relative;
}

.footer-content {
  color: #fff;
 /* padding-top: 200px;*/
}


.footer-content a {
  color: #fff;
  margin-right: 35px;
  text-transform: uppercase;
}

.cprt-txt {
  font-size: 16px;
}

.footer-logo {
  padding-bottom: 20px;
}


/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 0;
  background-color: #f5f3ef;
  color: #15162b;
  padding: 10px 65px;
  text-transform: uppercase;
}

#schedule .nav-tabs a span {
  color: #2e3192;
  font-size: 14px;
  display: block;
}

@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}


#schedule .nav-tabs a.active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f3897+0,3690f0+52,54a3ee+53,33c4f1+100 */
  background: #2f3897;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3897', endColorstr='#33c4f1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}

#schedule .nav-tabs a.active span {
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

#schedule .tab-pane {
  transition: ease-in-out 0.2s;
  border: 15px solid #f5f3ef;
  padding: 45px;
}

#schedule .schedule-item {
  border-bottom: 1px solid #f5f3ef;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:last-child {
  border-bottom: none;
}

#schedule .schedule-item:hover {
  background-color: #ded7ce;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
  color: #2e3192;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#schedule .schedule-item .speaker {
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.clock {
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#schedule .schedule-item .speaker img {
  /*height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;*/
  transition: all ease-in-out 0.3s;    width: 122px;
  height: 122px;
  object-fit: cover;
  border-radius: 50%;
}

#schedule .schedule-item h4 {
  color: #15162b;
  margin: bottom 15px;
  font-size: 34px;
  line-height: 35px;
  text-transform: uppercase;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-size: 18px;
  margin-bottom: 5px;
  color: #77787b;
}


@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }

  #schedule .nav-tabs a {
    font-size: 1rem;
  }

  #schedule .schedule-item .speaker {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 20px;
  }

  #schedule .nav-tabs a {
    font-size: 0.7rem;
  }

  #schedule .nav-tabs a span {
    font-size: .8rem;
  }
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1286px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }

  .work-right-text {
    padding: 40px 0;
  }

  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
    font-size: 24px;
  }

  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }

  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    width: 40%;
  }

  .team-content.text-center>h4 {
    font-size: 20px;
  }

  .sus-btn {
    margin-left: 0;
  }

  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }

  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-right-text {
    padding: 36px 0;
  }

  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }

  .single-awesome-portfolio {
    width: 33.33%;
  }

  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }

  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }

  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }

  .post-information .entry-meta span a {
    padding: 4px 0;
  }

  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }

  .single-add-itms {
    width: 50%;
  }

  .left-sidebar-title>h4 {
    font-size: 18px;
  }

  .contact-form {
    margin-top: 0px;
  }

  .search-option input {
    width: 67%;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .slider-area {
    margin-top: 60px;
  }

  .slider-content {
    padding: 80px 0;
  }

  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }

  .section-headline h2 {
    font-size: 32px;
    margin-bottom: 20px;margin-top: 15px;
  }

  #schedule .tab-pane {
    transition: ease-in-out 0.2s;
    border: 15px solid #f5f3ef;
    padding: 25px;
    text-align: center;
}
#schedule {
  padding: 20px 0;
}


  .well-middle .single-well {
    margin-top: 30px;
  }

  .single-skill {
    margin-bottom: 40px;
  }

  .tab-menu {
    margin-top: 30px;
  }

  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }

  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }

  .subs-feilds {
    width: 100%;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }

  .section-headline h3 {
    font-size: 25px;
  }

  .well-text>h2 {
    font-size: 18px;
  }

  .well-text p {
    display: none;
  }

  .single-team-member {
    margin-bottom: 30px;    min-height: auto;
  }

  .service-right {
    width: 100%;
  }

  .service-images:hover .overly-text {
    display: none;
  }

  .portfolio-area {
    padding-top: 0px;
  }

  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }

  .pri_table_list {
    margin-bottom: 30px;
  }

  .single-awesome-project,
  .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }

  .single-blog {
    margin-bottom: 30px;
  }

  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .head-team h5 {
    font-size: 22px;
  }

  .footer-content {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .page-area .slider-content {
    padding: 500px 0;
  }

  .search-option input {
    width: 74%;
  }

  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  li.threaded-comments {
    margin-left: 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }

  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }

  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }

  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }

  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}

#intro {
  position: relative;
}

.social-icon1 {
  align-items: center;
  justify-content: center;
  display: flex;
}

.ht-social-icon a {
  font-size: 12px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 18px;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: 0.3s;
  font-weight: bold;
}

.ht-social-icon a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f44a1+0,4096ee+100 */
  background: #2f44a1;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2f44a1 0%, #4096ee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2f44a1 0%, #4096ee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2f44a1 0%, #4096ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f44a1', endColorstr='#4096ee', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  color: #fff;
}

.shade1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f3897+0,3690f0+52,54a3ee+53,33c4f1+100 */
  background: #2f3897;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3897', endColorstr='#33c4f1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.shade2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#33c4f1+0,54a3ee+47,3690f0+48,2f3897+100 */
  background: #33c4f1;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #33c4f1 0%, #54a3ee 47%, #3690f0 48%, #2f3897 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, #33c4f1 0%, #54a3ee 47%, #3690f0 48%, #2f3897 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, #33c4f1 0%, #54a3ee 47%, #3690f0 48%, #2f3897 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33c4f1', endColorstr='#2f3897', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}

.shade3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f44a1+0,4096ee+70 */
  background: #2f44a1;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2f44a1 0%, #4096ee 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2f44a1 0%, #4096ee 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2f44a1 0%, #4096ee 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f44a1', endColorstr='#4096ee', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}

.partner-img-wrap {
  color: #15162B;
  border: 1px solid #15162B;
  padding: 25px;
  text-align: center;
  margin-bottom: 25px;
  min-height: 197px;
}

.partner-img-wrap p {
  text-transform: uppercase;
  color: #15162B;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1.5rem;
}

.blue-txt {
  color: #2E3192;
}

.blue-txt2 {
  color: #26264B;
}

.lgt-blue-txt {
  color: #00BDF2;
}

.card {
  background: #20C4F4;
  color: #fff;
  border-radius: 0;
  border: none;
}

.card-img,
.card-img-top {
  border-radius: 0;
}

.card-body {
  padding: 1rem 1rem;
}

.data-list {
  padding-left: 0;
}

.data-list li {
  list-style: none;
  padding: 8px 0 8px 35px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #fff;
  background: url(../img/list-icon.png) left 12px no-repeat;
  padding: 8px 0 8px 35px;

}

.data-list1 li {
  background: url(../img/list-icon.png) right center no-repeat;
  text-align: right;
  padding: 8px 35px 8px 0;
}

.focus-area {
  background: #F4F2EE;
}

.fc-box {
  text-align: center;
  display: inline-block;
}

.fc-box h4 {
  color: #26264b;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.fc-img-wrap {
  background: #fff;
  border: 1px solid #00BDF2;
  padding: 30px;
  width: 240px;
  height: 240px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.eng-wrap {
  position: relative;
}

.eng-wrap img {
  border: 1px solid #00BDF2;
}

.eg-content {
  color: #00BDF2;
  /* Grey text */
  width: 100%;
  /* Full width */
  padding: 20px;
  /* Some padding */
  font-size: 20px;
  text-align: center;
}

.eg-content p{line-height: 1.5rem;color: #fff;font-size: 18px;
  font-weight: normal;}


.eg-content p span {
  font-weight: normal;
}

.rgt-bl-sec {
  background: #20409a;
  padding: 40px 80px;
}

.lft-form {
  padding-right: 100px;
}

.rgt-bl-sec {
  font-size: 20px;
}

.rgt-bl-sec h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #00BDF2;
}

.rgt-bl-sec p {
  color: #fff;
}

.rgt-bl-sec .address-txt a {
  color: #fff;
}

.rgt-bl-sec a:hover {
  text-decoration: underline;
}

.reg-butt {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 77px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0px;
  padding: .5rem 1.5rem;
  color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f3897+0,3690f0+52,54a3ee+53,33c4f1+100 */
  background: #2f3897;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3897', endColorstr='#33c4f1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.reg-butt:hover {
  background-position: right center;
  background: #32c0ef;
  text-decoration: none;
  color: #fff;
}

.reg-butt-fixed {
  position: fixed;
  z-index: 9;
  top: 50%;
  right: -49px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(-90deg);
  padding: .5rem 1.5rem;
  color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f3897+0,3690f0+52,54a3ee+53,33c4f1+100 */
  background: #2f3897;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3897', endColorstr='#33c4f1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.reg-butt-fixed:hover {
  background-position: right center;
  background: #32c0ef;
  text-decoration: none;
  color: #fff;
}



.rg-butt1 {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%);
}

.rg-butt2 {
  position: absolute;
  bottom: 80px;
  left: 30%;
  transform: translate(-30%);
}

.rg-butt3 {
  position: absolute;
  bottom: 80px;
  left: 8%;
  transform: translate(-8%);
}

@media (max-width:1198px) {

  .rg-butt1,
  .rg-butt2,
  .rg-butt3 {
    bottom: 60px;
  }

  .btn-get-started {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width:992px) {

  .rg-butt1,
  .rg-butt2,
  .rg-butt3 {
    bottom: 40px;
  }

  .btn-get-started {
    font-size: 0.8rem;
  }

  .carousel-indicators {
    bottom: 0;
  }
}

@media (max-width:767px) {

#intro {min-height: 300px;}
.well-left{display: none;}

  .rg-butt1,
  .rg-butt2,
  .rg-butt3 {
    bottom: 30px;
  }

  .btn-get-started {
    font-size: 0.7rem;
    padding: 5px 15px;
  }

  .carousel-indicators {
    display: none;
  }
}

@media (max-width:600px) {

  .rg-butt1,
  .rg-butt2,
  .rg-butt3 {
    bottom: 22px;
  }

  .btn-get-started {
    font-size: 0.6rem;
    padding: 5px 15px;
  }

  .rg-butt2 {
    left: 33%;
    transform: translate(-33%)
  }
}

@media (max-width:480px) {

  .rg-butt1,
  .rg-butt2,
  .rg-butt3 {
    bottom: 10px;
  }

  .btn-get-started {
    font-size: 0.6rem;
    padding: 5px 15px;
  }

  .rg-butt2 {
    left: 35%;
    transform: translate(-35%)
  }
}

@media(min-width:300px) and (max-width:400px) {

  .rg-butt1,
  .rg-butt2,
  .rg-butt3 {
    bottom: 2px;
  }

  .btn-get-started {
    font-size: 0.5rem;
    padding: 5px 10px;
  }

  .rg-butt2 {
    left: 35%;
    transform: translate(-35%)
  }
}


.timer-area {
  background: rgb(33, 184, 236);
  background: -moz-linear-gradient(180deg, rgba(33, 184, 236, 1) 0%, rgba(46, 54, 150, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(33, 184, 236, 1) 0%, rgba(46, 54, 150, 1) 100%);
  background: linear-gradient(180deg, rgba(33, 184, 236, 1) 0%, rgba(46, 54, 150, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#21b8ec", endColorstr="#2e3696", GradientType=1);
}

.countdown-container {
  display: flex;
  justify-content: center;
}

.big-text {
  font-size: 50px;
  margin-bottom: 0;
  font-weight: normal;
}

.countdown-container>div {
  margin: 0 .5rem;
  text-align: center;
  border: 3px solid #fff;
  padding: 20px;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  min-width: 150px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f3897+0,3690f0+52,54a3ee+53,33c4f1+100 */
  background: #2f3897;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, #2f3897 0%, #3690f0 52%, #54a3ee 53%, #33c4f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3897', endColorstr='#33c4f1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.countdown-container>div span {
  text-transform: uppercase;
}

.timer-txt {
  padding: 0 100px 30px 100px;
}

@media (max-width:992px) {
  .countdown-container>div {
    margin: 0 1rem;
  }

  .timer-txt {
    padding: 0;
  }
}

@media (max-width:767px) {

  .data-list1 li {
    background: url(../img/list-icon.png) left center no-repeat;
    text-align: left;
    padding: 8px 0 8px 35px;
  }
#Who-Attend .mob{padding-left: .85rem!important;}
.data-list li{line-height: initial;}

  .countdown-container {
    flex-wrap: wrap;
  }

  .countdown-container>div {
    margin: 1rem auto 0;
  min-width: 100px;
    padding: 0;
  }

  .countdown-container .big-text {
    font-size: 37px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal;
}


.area-padding {
    padding: 0px 0px 15px;margin-bottom: 15px;
}

#about{background: none!important;margin-bottom: 0;padding-bottom: 0;}

  .title {
    font-size: 1.5rem;
    line-height: 3.5rem;
    margin: 10px 0px;
  }

  .title span {
    font-size: 2rem;
    letter-spacing: 1rem;
  }
}



@media (min-width:1200px) {
  .card {
    min-height: 415px;
  }
}


@media (max-width: 991px) {
  .sm-order-1 {
    order: 1;
  }

  .sm-order-2 {
    order: 2;
  }
}

/* Tablet desktop :768px. */
@media (max-width: 768px) {
  .card {
    min-height: 415px;
  }

  .eng-wrap {
    text-align: center;
  }

  .suscribe-area .input-group.mt-5 {
    margin-top: 0 !important;
  }

  .team-img {
    text-align: center;
  }

  .fc-box {
    display: block;
  }

  .fc-img-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .fc-img-wrap {
    width: 198px;
    height: 198px;
}
#portfolio-flters li{width: 90%;}
}


@media (max-width: 991px) {
  #intro {
    height: auto;
    padding: 88px 0 0 0;
  }
}