@import url('masonryOrginal.css');

 
@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat/Montserrat-Medium.eot');
    src: url('/assets/fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/montserrat/Montserrat-Medium.woff') format('woff'),
        url('/assets/fonts/montserrat/Montserrat-Medium.ttf') format('truetype'),
        url('/assets/fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat/Montserrat-Light.eot');
    src: url('/assets/fonts/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/montserrat/Montserrat-Light.woff') format('woff'),
        url('/assets/fonts/montserrat/Montserrat-Light.ttf') format('truetype'),
        url('/assets/fonts/montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat/Montserrat-LightItalic.eot');
    src: url('/assets/fonts/montserrat/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/montserrat/Montserrat-LightItalic.woff') format('woff'),
        url('/assets/fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype'),
        url('/assets/fonts/montserrat/Montserrat-LightItalic.svg#Montserrat-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat/Montserrat-SemiBold.eot');
    src: url('/assets/fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('/assets/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype'),
        url('/assets/fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
body {
  font-style: normal;
  font-family: "Montserrat";
  line-height: 1.43; 
}

.stickyLink {
	position: fixed;
	z-index: 500;
	background: rgba(255, 100, 0, .3);
	-webkit-transition: .5s;
	transition: .5s;
	bottom: 0;
	right: calc(50% - 490px);
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0)
}

.stickyLink.active,
.stickyLink:hover {
	background: #ff6400;
	color: #fff
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat;
  font-weight: 700;
  color: #001b61;
  margin: 0px;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}



ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }


a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

.whc {color:#fff;}
.blc {color:#222;}
.rdc {color:red;}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 100%; */
}
/*===========================
    BACK TO TOP CSS
===========================*/

.rasul-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
    background-image: -o-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
}

/*===========================
    BACK TO TOP CSS
===========================*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 99; }
  .back-to-top a {
    color: #fff;
    background: #f16001;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
/*===========================
    mega menu
===========================*/

/* .grid-demo [class*="col-"] {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  text-align: center;
  line-height: 2;
  background-color: #000;
  border: 1px solid #d1d1d1;
} */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/*===========================
    4.telimkurslari css 
===========================*/


.telimkurslari-area .telimkurslari-border {
  border: 1px solid #ebecf6;
}

.telimkurslari-area .telimkurslari-border .single-telimkurslari {
  padding: 100px 0px 100px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  min-height: 200px;
}

.telimkurslari-area {
  overflow: hidden;
  padding: 8em;
}

.telimkurslari-area .telimkurslari-border .item-1:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #ff154c;
}

.telimkurslari-area .telimkurslari-border .item-1 i {
  font-size: 45px;
  color: #ff154c;
}

.telimkurslari-area .telimkurslari-border .item-1 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-2:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #FFD940;
}

.telimkurslari-area .telimkurslari-border .item-2 i {
  font-size: 45px;
  color: #FFD940;
}

.telimkurslari-area .telimkurslari-border .item-2 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-3:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #98d16e;
}

.telimkurslari-area .telimkurslari-border .item-3 i {
  font-size: 45px;
  color: #98d16e;
}

.telimkurslari-area .telimkurslari-border .item-3 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-4:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #2687ff;
}

.telimkurslari-area .telimkurslari-border .item-4 i {
  font-size: 45px;
  color: #2687ff;
}

.telimkurslari-area .telimkurslari-border .item-4 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-5:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #6cdabd;
}

.telimkurslari-area .telimkurslari-border .item-5 i {
  font-size: 45px;
  color: #6cdabd;
}

.telimkurslari-area .telimkurslari-border .item-5 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-6:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #ff79bb;
}

.telimkurslari-area .telimkurslari-border .item-6 i {
  font-size: 45px;
  color: #ff79bb;
}

.telimkurslari-area .telimkurslari-border .item-6 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-7:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #001b61be;
}

.telimkurslari-area .telimkurslari-border .item-7 i {
  font-size: 45px;
  color: #001b61b0;
}

.telimkurslari-area .telimkurslari-border .item-7 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-8:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #d479ff;
}

.telimkurslari-area .telimkurslari-border .item-8 i {
  font-size: 45px;
  color: #d479ff;
}

.telimkurslari-area .telimkurslari-border .item-8 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-9:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #0abde3;
}

.telimkurslari-area .telimkurslari-border .item-9 i {
  font-size: 45px;
  color: #0abde3;
}

.telimkurslari-area .telimkurslari-border .item-9 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .item-10:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background: #f16001;
}

.telimkurslari-area .telimkurslari-border .item-10 i {
  font-size: 45px;
  color: #f16001;
}

.telimkurslari-area .telimkurslari-border .item-10 .title {
  font-size: 14px;
  color: #001b61;
  padding-top: 27px;
}

.telimkurslari-area .telimkurslari-border .single-telimkurslari::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #fff;
}

.telimkurslari-area .telimkurslari-border .single-telimkurslari:hover {
  z-index: 10;
}

.telimkurslari-area .telimkurslari-border .single-telimkurslari:hover i {
  color: #fff;
}

.telimkurslari-area .telimkurslari-border .single-telimkurslari:hover .title {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .margo-left {
    margin-left: 0px;
  }
}

@media (max-width: 798px) {
  .telimkurslari-area .telimkurslari-border .single-telimkurslari {
    padding: 50px 0px 50px;
    position: relative;
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .margo-left {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .margo-left {
    margin-left: 0px;
  }
}

.telimkurslari-area-3 .single-telimkurslari.item-2 i {
  color: #06f;
}

.telimkurslari-area-3 .single-telimkurslari.item-3 i {
  color: #ff6767;
}

.telimkurslari-area-3 .single-telimkurslari.item-4 i {
  color: #1de8ba;
}

.telimkurslari-area-3 .single-telimkurslari.item-5 i {
  color: #ffbe40;
}

.telimkurslari-area-3 .single-telimkurslari.item-6 i {
  color: #7ba457;
}

.telimkurslari-area-3 .single-telimkurslari.item-7 i {
  color: #ff554d;
}

.telimkurslari-area-3 .single-telimkurslari.item-8 i {
  color: #0056a6;
}



/*===========================
    5.promo css 
===========================*/
.promo-area {
  position: relative;
  background-attachment: fixed;
  /* margin-bottom: 106px; */
}

.promo-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -moz-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -ms-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -o-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  opacity: 0.8;
}

.promo-area .promo-content span {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-area .promo-content span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .promo-area .promo-content span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-area .promo-content span {
    font-size: 20px;
  }
}

.promo-area .promo-content .title {
  font-size: 50px;
  line-height: 80px;
  color: #fff;
  padding-bottom: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .promo-area .promo-content .title {
    font-size: 46px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-area .promo-content .title {
    font-size: 42px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  .promo-area .promo-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-area .promo-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}

.promo-area .promo-content ul {
  padding-top: 22px;
}

.promo-area .promo-content ul li {
  display: inline-block;
}

.promo-area .promo-content ul li a {
  line-height: 54px;
  border-radius: 30px;
  background: #24ffce;
  font-size: 14px;
  font-weight: 700;
  color: #001b61;
  border: 2px solid #24ffce;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .promo-area .promo-content ul li a {
    margin: 0 10px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-area .promo-content ul li a {
    margin: 0 10px 0px;
  }
}

.promo-area .promo-content ul li a i {
  padding-right: 5px;
}

.promo-area .promo-content ul li a span {
  padding-right: 8px;
}

.promo-area .promo-content ul li a:hover {
  border-color: #001e92;
  background-color: #001e92;
  color: #fff;
}

.promo-area .promo-content ul li a.main-btn-2 {
  border-color: #001e92;
  background-color: #001e92;
  color: #fff;
}

.promo-area .promo-content ul li a.main-btn-2:hover {
  background: #24ffce;
  border-color: #24ffce;
  color: #001b61;
}

.promo-2-area {
  position: relative;
}

.promo-2-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -webkit-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -ms-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -o-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  opacity: .8;
}

.promo-2-area .promo-content span {
  font-size: 26px;
  color: #fff;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .promo-2-area .promo-content span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-2-area .promo-content span {
    font-size: 20px;
  }
}

.promo-2-area .promo-content .title {
  color: #fff;
  font-size: 68px;
  line-height: 80px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .promo-2-area .promo-content .title {
    font-size: 54px;
    line-height: 64px;
  }
}

@media (max-width: 767px) {
  .promo-2-area .promo-content .title {
    font-size: 38px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-2-area .promo-content .title {
    font-size: 52px;
    line-height: 62px;
  }
}

.promo-2-area .promo-content p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding-bottom: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .promo-2-area .promo-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .promo-2-area .promo-content p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-2-area .promo-content p {
    font-size: 16px;
  }
}

.promo-2-area .promo-content ul {
  padding-top: 22px;
}

.promo-2-area .promo-content ul li {
  display: inline-block;
}

.promo-2-area .promo-content ul li a {
  line-height: 54px;
  border-radius: 30px;
  background: #24ffce;
  font-size: 14px;
  font-weight: 700;
  color: #001b61;
  border: 2px solid #24ffce;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .promo-2-area .promo-content ul li a {
    margin: 0 10px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-2-area .promo-content ul li a {
    margin: 0 10px 0px;
  }
}

.promo-2-area .promo-content ul li a i {
  padding-right: 5px;
}

.promo-2-area .promo-content ul li a span {
  padding-right: 8px;
}

.promo-2-area .promo-content ul li a:hover {
  border-color: #001e92;
  background-color: #001e92;
  color: #fff;
}

.promo-2-area .promo-content ul li a.main-btn-2 {
  border-color: #001e92;
  background-color: #001e92;
  color: #fff;
}

.promo-2-area .promo-content ul li a.main-btn-2:hover {
  background: #24ffce;
  border-color: #24ffce;
  color: #001b61;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-2-area .promo-thumb {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .promo-2-area .promo-thumb {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .promo-2-area .promo-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-2-area .promo-thumb img {
    width: auto;
  }
}

.promo-2-area .promo-thumb .item-2 {
  margin-top: -185px;
  margin-left: 115px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .promo-2-area .promo-thumb .item-2 {
    margin-left: 45px;
  }
}

@media (max-width: 767px) {
  .promo-2-area .promo-thumb .item-2 {
    margin-top: 30px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .promo-2-area .promo-thumb .item-2 {
    margin-top: -185px;
    margin-left: 115px;
  }
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #f16001;
  padding: 0 43px;
  font-size: 14px;
  line-height: 60px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #f16001;
}

.main-btn:hover {
  background-color: #fff;
  color: #f16001;
  border-color: #f16001;
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #f16001;
  border-color: #f16001;
}

.main-btn.main-btn-2:hover {
  background-color: #f16001;
  border-color: #f16001;
  color: #fff;
}

.section-title .title {
  font-size: 30px;
  color: #001b61;
  line-height: 40px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 46px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title .title span {
  color: #ff9595;
  display: block;
}

.section-title.section-title-2 .title {
  padding-bottom: 7px;
}

.section-title.section-title-2 .title span {
  color: #bb51ff;
  display: inline;
}

.section-title.section-title-2 p {
  font-size: 20px;
  line-height: 30px;
  color: #6b93aa;
  padding: 0 60px 46px;
}

@media (max-width: 767px) {
  .section-title.section-title-2 p {
    padding: 0 0px 46px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title.section-title-2 p {
    padding: 0 0px 46px;
    font-size: 18px;
  }
}

.error-area {
  height: 100vh;
  position: relative;
}

.error-area .error-thumb {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}

.error-area .error-thumb img {
  width: 100%;
}

.error-area .error-content>span {
  font-size: 30px;
  color: #06f;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content>span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content>span {
    font-size: 18px;
  }
}

.error-area .error-content .title {
  font-size: 80px;
  line-height: 90px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .error-area .error-content .title {
    font-size: 70px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .error-area .error-content .title {
    font-size: 65px;
    line-height: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content .title {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.error-area .error-content ul li {
  display: inline-block;
}

.error-area .error-content ul li a {
  background: #24ffce;
  color: #001b61;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 30px;
  font-weight: 700;
  border: 2px solid #24ffce;
  margin-right: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .error-area .error-content ul li a {
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.error-area .error-content ul li a:hover {
  border-color: #daebff;
  color: #739fba;
  background-color: transparent;
}

.error-area .error-content ul li:last-child a {
  background-color: transparent;
  color: #739fba;
  border-color: #daebff;
}

.error-area .error-content ul li:last-child a:hover {
  border-color: #24ffce;
  background: #24ffce;
  color: #001b61;
}


/*===========================
    6.ADVANCE COURSES css 
===========================*/
.advance-courses-area {
  padding-bottom: 20px;
}

.advance-courses-area .section-title .title {
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .advance-courses-area .section-title .title {
    font-size: 30px;
    line-height: 60px;
  }
}

.advance-courses-area .section-title .title span {
  color: #98d16e;
}

.advance-courses-area .section-title.section-title-2 p {
  padding: 0 20px 46px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advance-courses-area .section-title.section-title-2 p {
    padding: 0 130px 46px 0;
  }
}

.advance-courses-area .courses-active .slick-arrow {
  position: absolute;
  top: -160px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  border: 2px solid #ebecf6;
  color: #87a1c1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .advance-courses-area .courses-active .slick-arrow {
    top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advance-courses-area .courses-active .slick-arrow {
    top: -100px;
  }
}

.advance-courses-area .courses-active .slick-arrow:hover {
  background: #f16001;
  color: #fff;
  border-color: #f16001;
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.advance-courses-area .courses-active .slick-arrow.prev {
  right: 95px;
}

.advance-courses-area .courses-active .slick-arrow.next {
  right: 15px;
}

.advance-courses-area.advance-courses-area-2 {
  background: #354cff;
}

.advance-courses-area.advance-courses-area-2 .courses-active .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
}

.advance-courses-area.advance-courses-area-2 .courses-active .slick-arrow:hover {
  background: #00ffd8;
  border-color: #00ffd8;
  color: #001b61;
}

.advance-courses-area.advance-courses-area-2 .courses-active .slick-arrow.prev {
  left: -65px;
}

.advance-courses-area.advance-courses-area-2 .courses-active .slick-arrow.next {
  right: -65px;
}

.advance-courses-area.mentor-course {
  position: relative;
  padding-top: 110px;
}

.advance-courses-area.mentor-course::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -webkit-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -ms-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -o-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  opacity: 0.8;
}

.advance-courses-area.mentor-course .section-title .title {
  color: #fff;
  padding-bottom: 8px;
}

.advance-courses-area.mentor-course .section-title .title span {
  color: #fff;
}

.advance-courses-area.mentor-course .section-title p {
  color: #fff;
  padding: 0 60px 45px;
}

@media (max-width: 767px) {
  .advance-courses-area.mentor-course .section-title p {
    padding: 0 0px 45px;
  }
}

.single-courses {
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  margin-bottom: 30px;
}

.single-courses .courses-thumb {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.single-courses .courses-thumb::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.single-courses .courses-thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -2;
}

.single-courses .courses-thumb .courses-review {
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 1;
}

.single-courses .courses-thumb .courses-review span {
  font-size: 14px;
  color: #999;
}

.single-courses .courses-thumb .courses-review span span {
  color: #fff;
  font-weight: 700;
}

.single-courses .courses-thumb .courses-review span i {
  color: #ffea00;
}

.single-courses .courses-thumb .corses-thumb-title {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.single-courses .courses-thumb .corses-thumb-title.item-2 span {
  color: #f16001;
}

.single-courses .courses-thumb .corses-thumb-title.item-3 span {
  color: #2687ff;
}

.single-courses .courses-thumb .corses-thumb-title span {
  background: #fff;
  color: #ff9595;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  height: 36px;
  line-height: 36px;
  padding: 0;
  padding: 0 23px;
  border-radius: 5px 5px 0 0;
}

.single-courses .courses-content {
  padding: 37px;
  background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-courses .courses-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single-courses .courses-content {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses .courses-content {
    padding: 37px;
  }
}

.single-courses .courses-content .title {
  line-height: 30px;
  font-size: 21px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-courses .courses-content .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-courses .courses-content .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single-courses .courses-content .title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses .courses-content .title {
    font-size: 24px;
  }
}

.single-courses .courses-content .courses-info {
  align-items: center;
  padding-top: 20px;
}

.single-courses .courses-content .courses-info .item {
  position: relative;
}

.single-courses .courses-content .courses-info .item img {
  position: absolute;
  left: 0;
}

.single-courses .courses-content .courses-info .item p {
  font-weight: 700;
  color: #2079ff;
  font-size: 14px;
  padding-left: 40px;
}

.single-courses .courses-content .courses-info span {
  color: #53cfa5;
  background: #e6fff2;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-courses .courses-content ul {
  border-top: 1px solid #e2f4ff;
  margin-top: 25px;
  padding-top: 20px;
}

.single-courses .courses-content ul li {
  display: inline-block;
  font-size: 14px;
  color: #99b7d1;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-courses .courses-content ul li {
    margin-right: 10px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-courses .courses-content ul li {
    margin-right: 12px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .single-courses .courses-content ul li {
    margin-right: 12px;
    font-size: 12px;
  }
}

.single-courses .courses-content ul li i {
  padding-right: 5px;
}

.single-courses:hover .courses-content .title {
  color: #f16001;
}

.single-courses:hover .courses-content .courses-info span {
  background: #53cfa5;
  color: #fff;
}

.single-courses:hover .courses-thumb img {
  transform: scale(1.1);
}


/*===========================
    7.FEATURES css 
===========================*/
.features-area {
  padding-top: 100px;
  background-position: right top;
  background-size: 22%;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area {
    background-size: 0%;
  }
}

@media (max-width: 767px) {
  .features-area {
    background-size: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-area .features-margin {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area .features-margin {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .features-area .features-margin {
    padding-left: 0;
    padding-right: 0;
  }
}

.features-area::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 90px;
  width: 100%;
  background: #fff;
}

.features-area .single-features {
  background: #06f;
  padding: 120px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .features-area .single-features {
    padding: 60px 40px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-area .single-features {
    padding: 50px 24px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area .single-features {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 767px) {
  .features-area .single-features {
    padding: 35px 10px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-area .single-features {
    padding: 55px 30px 26px;
  }
}

.features-area .single-features::before {
  position: relative;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 18px solid #fff;
  border-left: 18px solid transparent;
  left: 0;
  top: -40px;
}

.features-area .single-features .title {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .features-area .single-features .title {
    font-size: 27px;
    line-height: 37px;
  }
}

.features-area .single-features p {
  color: #fff;
  padding-top: 12px;
}

.features-area .single-features.item-2 {
  background: #fff;
}

.features-area .single-features.item-2::before {
  border-bottom: 18px solid #0066ff;
}

.features-area .single-features.item-2 .title {
  color: #001b61;
}

.features-area .single-features.item-2 .title span {
  display: inline;
  color: #ff65a6;
}

.features-area .single-features.item-2 p {
  color: #6b93aa;
}

.features-area .single-features.item-3 {
  background: #8976ff;
}

.features-area .single-features.item-4 {
  background: #30bcff;
}

.core-features-area .section-title .title span {
  color: #f16001;
}

.core-features-area .features-thumb img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-features-area .features-content {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .core-features-area .features-content {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.core-features-area .features-content .title {
  font-size: 50px;
  line-height: 60px;
  color: #001b61;
  padding-bottom: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-features-area .features-content .title {
    font-size: 42px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .core-features-area .features-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

.core-features-area .features-content .title span {
  display: inline;
  color: #ff50af;
}

.core-features-area .features-content>span {
  font-size: 24px;
  line-height: 36px;
  color: #0aaea7;
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-features-area .features-content>span {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .core-features-area .features-content>span {
    font-size: 20px;
    line-height: 30px;
  }
}

.core-features-area .features-content p {
  line-height: 28px;
  padding-top: 10px;
}

.core-features-area .features-content a {
  line-height: 60px;
  border-radius: 30px;
  background: #24ffce;
  font-size: 14px;
  font-weight: 700;
  color: #001b61;
  border: 0;
  padding: 0 55px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 35px;
}

.core-features-area .features-content a i {
  padding-right: 5px;
}

.core-features-area .features-content a:hover {
  background: #001b61;
  color: #fff;
  border-color: #001b61;
}

.core-features-area .nav {
  border-bottom: 2px solid #e9f3ff;
  margin-bottom: 50px;
}

.core-features-area .nav li a {
  border: 0;
  color: #6b93aa;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 0;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-features-area .nav li a {
    padding: 7px 0px 30px;
    font-size: 14px;
  }
}

.core-features-area .nav li a.active {
  background-color: transparent;
  border-bottom: 4px solid #0066ff;
  color: #001b61;
}


/*===========================
    8.PLAY css 
===========================*/
.play-area {
  padding-top: 50px;
  /* padding-top: 108px; */
  margin-bottom: -110px;
  position: relative;
  z-index: 5;
}

.play-area .section-title .title {
  padding-bottom: 55px;
}

.play-area .section-title .title span {
  color: #f16001;
}

.play-area .section-title.section-title-2 .title {
  padding-bottom: 7px;
}

.play-area .section-title.section-title-2 .title span {
  color: #ff65a6;
}

.play-area .play-thumb {
  position: relative;
}

.play-area .play-thumb::before {
  position: absolute;
  content: '';
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 138px solid #0066ff;
  border-right: 138px solid transparent;
}

.play-area .play-thumb::after {
  position: absolute;
  content: '';
  left: -25px;
  top: 58%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 70px solid #ff65a6;
  border-right: 70px solid transparent;
}

.play-area .play-thumb img {
  width: 100%;
}

.play-area .play-thumb .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.play-area .play-thumb .play-btn a {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  text-align: center;
  line-height: 200px;
  font-size: 30px;
  color: #001b61;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-area .play-thumb .play-btn a {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .play-area .play-thumb .play-btn a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}

.play-area .hello-btn {
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .play-area .hello-btn {
    right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-area .hello-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .play-area .hello-btn {
    display: none;
  }
}

.play-area .hello-btn a {
  background: #24ffce;
  color: #001b61;
  line-height: 70px;
  height: 70px;
  padding: 0 80px;
  border-radius: 40px 40px 40px 0px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  box-shadow: 0px 20px 40px 0px rgba(36, 255, 206, 0.2);
}

.play-area.play-area-2 {
  margin-bottom: 0;
  padding-bottom: 120px;
  padding-top: 103px;
}


/*===========================
    9.COUNTER css 
===========================*/
.counter-area {
  position: relative;
  padding-top: 260px;
  padding-bottom: 117px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 3;
}

.counter-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -webkit-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -ms-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -o-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  opacity: 0.8;
  z-index: -2;
}

.counter-area .section-title .title {
  color: #fff;
  position: relative;
  padding-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .section-title .title {
    padding: 0 90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-area .section-title .title {
    padding: 0 65px 55px;
  }
}

.counter-area .section-title .title::before {
  position: absolute;
  content: '';
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 18px solid #fff;
  border-left: 18px solid transparent;
}

.counter-area .counter-item {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .counter-item {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .counter-area .counter-item {
    padding-top: 70px;
  }
}

.counter-area .counter-item::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-bottom: 18px solid #68f6ff;
  border-left: 18px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .counter-item::before {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .counter-area .counter-item::before {
    top: 40px;
  }
}

.counter-area .counter-item .title {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .counter-area .counter-item .title {
    font-size: 46px;
  }
}

.counter-area .counter-item>span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.counter-area .counter-item.item-2::before {
  border-bottom: 18px solid #ff68ba;
}

.counter-area .counter-item.item-3::before {
  border-bottom: 18px solid #f6ff68;
}

.counter-area .counter-item.item-4::before {
  border-bottom: 18px solid #ca7eff;
}

.counter-area .counter-dot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.counter-area .counter-dot img {
  width: 90%;
}

.counter-area.counter-area-2 {
  padding-top: 148px;
}

.counter-area.counter-area-2::before {
  background-color: rgba(0, 20, 71, 0.8);
  background-image: none;
  opacity: .9;
}

.counter-area.counter-area-2 .section-title-2 .title {
  padding-bottom: 7px;
}

.counter-area.counter-area-2 .section-title-2 .title::before {
  border-bottom: 18px solid #0066ff;
}

.counter-area.counter-area-2 .section-title-2 p {
  color: #fff;
  opacity: .7;
  padding-bottom: 74px;
}

.counter-area.counter-area-2 .counter-item>span {
  opacity: .7;
}

.counter-area.counter-area-2.counter-contact::before {
  background-image: -moz-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -webkit-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -ms-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  background-image: -o-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
  opacity: 0.702;
}

.counter-area.counter-area-2.counter-contact .section-title .title::before {
  border-bottom: 18px solid #fff;
}

.about-counter-area {
  background: #0aaea7;
}

.about-counter-area .about-counter-content .title {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-counter-area .about-counter-content .title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .about-counter-area .about-counter-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}

.about-counter-area .about-counter-content span {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-counter-area .about-counter-content span {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .about-counter-area .about-counter-content span {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-counter-area .about-counter-content span {
    font-size: 26px;
    line-height: 36px;
  }
}

.about-counter-area .about-counter-content p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .about-counter-area .about-counter-item .counter-item {
    margin-top: 30px;
  }
}

.about-counter-area .about-counter-item .counter-item .title {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-counter-area .about-counter-item .counter-item .title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-counter-area .about-counter-item .counter-item .title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .about-counter-area .about-counter-item .counter-item .title {
    font-size: 42px;
  }
}

.about-counter-area .about-counter-item .counter-item>span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.about-counter-area .counter-thumb {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-counter-area .counter-thumb {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-counter-area .counter-thumb {
    margin-top: 40px;
    margin-left: 0;
  }
}

.about-counter-area .counter-thumb img {
  width: 100%;
}

.about-counter-area .counter-thumb a {
  font-size: 30px;
  color: #06f;
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  border: 0;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.counter-3-area {
  background: #001a3f;
  padding-top: 120px;
  padding-bottom: 120px;
}

.counter-3-area .section-title>span {
  width: 0;
  height: 0;
  border-top: 18px solid #24ffcd;
  border-right: 18px solid transparent;
}

.counter-3-area .section-title .title {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 33px;
}

.counter-3-area .single-counter {
  border: 16px solid #0c2b56;
}

.counter-3-area .single-counter i {
  color: #24ffcd;
  font-size: 30px;
  display: block;
  padding-top: 45px;
  padding-bottom: 10px;
}

.counter-3-area .single-counter span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.counter-3-area .single-counter span span {
  font-size: 50px;
}

.counter-3-area .single-counter p {
  color: #a2b4cc;
  font-size: 16px;
  text-transform: capitalize;
  padding-bottom: 40px;
  margin-top: -10px;
}

.counter-3-area .single-counter.item-2 i {
  color: #ffab74;
}

.counter-3-area .single-counter.item-3 i {
  color: #00fcff;
}

.counter-3-area .single-counter.item-4 i {
  color: #ffc924;
}

/*===========================
    9.TESTIMONIALS css 
===========================*/
.testimonials-area {
  padding-top: 120px;
}

.testimonials-area .testimonials-content i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: #98d16e;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 8px 16px 0px rgba(152, 209, 110, 0.2);
}

.testimonials-area .testimonials-content .title {
  font-size: 50px;
  line-height: 60px;
  padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-area .testimonials-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-area .testimonials-content .title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-area .testimonials-content .title {
    font-size: 32px;
    line-height: 42px;
  }
}

.testimonials-area .testimonials-content .title span {
  color: #06f;
}

.testimonials-area .testimonials-content p {
  font-size: 18px;
  line-height: 32px;
  padding: 27px 170px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-content p {
    padding: 27px 50px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-area .testimonials-content p {
    padding: 27px 0px 0px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .testimonials-area .testimonials-content p {
    padding: 27px 0px 0px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-area .testimonials-content p {
    padding: 27px 0px 0px;
    font-size: 16px;
  }
}

.testimonials-area .testimonials-content h5 {
  font-size: 24px;
  padding-top: 19px;
}

.testimonials-area .testimonials-content>span {
  color: #ff65a6;
  padding-top: 5px;
}

.testimonials-area .testimonials-content img {
  display: inline-block;
  padding: 20px 0 5px;
}

.testimonials-area .testimonials-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  border: 3px solid #e9ecff;
  color: #001b61;
  font-size: 20px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonials-area .testimonials-active .slick-arrow.prev {
  left: -60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-active .slick-arrow.prev {
    left: 0;
  }
}

.testimonials-area .testimonials-active .slick-arrow.prev:hover {
  border-right-color: #e9ecff;
  border-left-color: #53cfa5;
}

.testimonials-area .testimonials-active .slick-arrow.next {
  right: -60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-active .slick-arrow.next {
    right: 0;
  }
}

.testimonials-area .testimonials-active .slick-arrow:hover {
  border-color: #53cfa5;
  border-left-color: #e9ecff;
}

.testimonials-2-area {
  padding-top: 109px;
  padding-bottom: 186px;
}

.testimonials-2-area .section-title .title span {
  color: #53cfa5;
}

.testimonials-2-area .single-testimonials .testimonials-content {
  border: 2px solid #e7fbff;
  position: relative;
  padding: 60px 20px 35px;
}

.testimonials-2-area .single-testimonials .testimonials-content::before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 40px;
  height: 20px;
  width: 20px;
  border: 2px solid #e7fbff;
  transform: rotate(45deg);
  background: #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}

.testimonials-2-area .single-testimonials .testimonials-content i {
  position: absolute;
  top: -30px;
  left: 30px;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  background: #98d16e;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  box-shadow: 0px 8px 16px 0px rgba(152, 209, 110, 0.2);
}

.testimonials-2-area .single-testimonials .testimonials-content .title {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-2-area .single-testimonials .testimonials-content .title {
    font-size: 18px;
  }
}

.testimonials-2-area .single-testimonials .testimonials-content .title span {
  display: inline;
  color: #06f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-2-area .single-testimonials .testimonials-content p {
    font-size: 14px;
  }
}

.testimonials-2-area .testimonials-2-active .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.testimonials-2-area .testimonials-2-active .slick-dots li {
  display: inline-block;
}

.testimonials-2-area .testimonials-2-active .slick-dots li button {
  background-color: transparent;
  font-size: 0;
  height: 6px;
  width: 36px;
  margin: 0 5px;
  border: 0;
  background: #e1edff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonials-2-area .testimonials-2-active .slick-dots li.slick-active button {
  background: #2079ff;
  width: 56px;
}
.ggg {
  z-index: 999;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

/* .content { */
  /* width: 77%; */
  /* margin: 50px auto; */
  /* font-family: 'Merriweather', serif; */
  /* font-size: 17px; */
  /* color: #6c767a; */
  /* line-height: 1.9; */
/* } */
/* @media (min-width: 500px) { */
  /* .content { */
    /* width: 43%; */
  /* } */
  /* #button { */
    /* margin: 30px; */
  /* } */
/* } */
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/*===========================
    111.box css 
===========================*/
.box-area {
background-color: #fff;
  padding-top: 25px;
  padding-bottom: 30px;

}
.box-area .footer-item .footer-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  padding-left: 40px;
}

.box-area .footer-item .footer-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 250px;
  height: 1px;
  background: #334981;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box-area .footer-item .footer-title::before {
    width: 200px;
  }
}

.box-area .footer-item .footer-title i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 24px;
  color: #00d2ff;
}

.box-area .footer-item .footer-title .title {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box-area .footer-item .footer-title .title {
    font-size: 18px;
  }
}

.box-area .footer-item .footer-title p {
  font-size: 14px;
  color: #fff;
  opacity: .6;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box-area .footer-item .footer-title p {
    font-size: 12px;
  }
}

.box-area .footer-item .footer-title.item-2 i {
  color: #ff50af;
}

.box-area .footer-item .footer-title.item-3 i {
  color: #ffde00;
}

.box-area .footer-item .footer-list-area .footer-list ul li a {
  color: #fff;
  opacity: .6;
  line-height: 46px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.box-area .footer-item .footer-list-area .footer-list ul li a i {
  padding-right: 22px;
}

.box-area .footer-item .footer-list-area .footer-list ul li a:hover {
  color: #f16001;
  opacity: 1;
}

.box-area .footer-item .footer-instagram .instagram-item img {
  width: 85%;
  margin-top: 20px;
}

.box-area.box-area-2 {
  background: #004ab8;
  position: relative;
  z-index: 5;
}

.box-area.box-area-2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 26%;
  background: #003a91;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .box-area.box-area-2::before {
    width: 16%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box-area.box-area-2::before {
    width: 16%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-area.box-area-2::before {
    width: 0%;
  }
}

@media (max-width: 767px) {
  .box-area.box-area-2::before {
    width: 0%;
  }
}

.box-area.box-area-2 .footer-dot {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.box-area.box-area-2 .footer-shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  text-align: right;
}

.box-area.box-area-2 .footer-shape img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .box-area.box-area-2 .footer-shape img {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box-area.box-area-2 .footer-shape img {
    width: 48%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-area.box-area-2 .footer-shape img {
    width: 58%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-area.box-area-2 .footer-shape img {
    width: 75%;
  }
}

.box-area.box-area-2 .footer-item .footer-title p {
  opacity: .8;
}

.box-area.box-area-2 .footer-item .footer-title::before {
  background: #336ec6;
}

.box-area.box-area-2 .footer-item .footer-list-area .footer-list ul li a {
  opacity: 1;
}

.box-area.box-area-2 .footer-item .footer-content .title {
  font-size: 38px;
  line-height: 48px;
  color: #fff;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .box-area.box-area-2 .footer-item .footer-content .title {
    font-size: 32px;
  }
}

.box-area.box-area-2 .footer-item .footer-content .input-box {
  position: relative;
}

.box-area.box-area-2 .footer-item .footer-content .input-box input {
  width: 100%;
  line-height: 70px;
  height: 70px;
  border: 4px solid #003a91;
  background: #004ab8;
  font-size: 14px;
  color: #c7deff;
  padding-left: 35px;
}

.box-area.box-area-2 .footer-item .footer-content .input-box input::placeholder {
  opacity: 1;
  color: #c7deff;
}

.box-area.box-area-2 .footer-item .footer-content .input-box i {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  color: #00fffc;
  font-size: 16px;
}

.box-area.box-area-2 .footer-item .footer-content button {
  margin-top: 20px;
  background: #24ffce;
  padding: 0 40px;
  height: 70px;
  line-height: 70px;
  color: #001b61;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}

.box-area.box-area-2 .footer-item .footer-content button i {
  padding-right: 5px;
}

.box-area.mentor-footer::before {
  width: 100%;
}
/*===========================
    11.FOOTER css 
===========================*/
.footer-area {
  background: #001b61;
  padding-top: 25px;
  padding-bottom: 30px;
  /* padding-bottom: 85px; */
  /* padding-top: 113px; */
}

.footer-area .footer-item .footer-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  padding-left: 40px;
}

.footer-area .footer-item .footer-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 250px;
  height: 1px;
  background: #334981;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-item .footer-title::before {
    width: 200px;
  }
}

.footer-area .footer-item .footer-title i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 24px;
  color: #00d2ff;
}

.footer-area .footer-item .footer-title .title {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-item .footer-title .title {
    font-size: 18px;
  }
}

.footer-area .footer-item .footer-title p {
  font-size: 14px;
  color: #fff;
  opacity: .6;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-item .footer-title p {
    font-size: 12px;
  }
}

.footer-area .footer-item .footer-title.item-2 i {
  color: #ff50af;
}

.footer-area .footer-item .footer-title.item-3 i {
  color: #ffde00;
}

.footer-area .footer-item .footer-list-area .footer-list ul li a {
  color: #fff;
  opacity: .6;
  line-height: 46px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-item .footer-list-area .footer-list ul li a i {
  padding-right: 22px;
}

.footer-area .footer-item .footer-list-area .footer-list ul li a:hover {
  color: #f16001;
  opacity: 1;
}

.footer-area .footer-item .footer-instagram .instagram-item img {
  width: 85%;
  margin-top: 20px;
}

.footer-area.footer-area-2 {
  background: #004ab8;
  position: relative;
  z-index: 5;
}

.footer-area.footer-area-2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 26%;
  background: #003a91;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-area.footer-area-2::before {
    width: 16%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area.footer-area-2::before {
    width: 16%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area.footer-area-2::before {
    width: 0%;
  }
}

@media (max-width: 767px) {
  .footer-area.footer-area-2::before {
    width: 0%;
  }
}

.footer-area.footer-area-2 .footer-dot {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.footer-area.footer-area-2 .footer-shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  text-align: right;
}

.footer-area.footer-area-2 .footer-shape img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-area.footer-area-2 .footer-shape img {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area.footer-area-2 .footer-shape img {
    width: 48%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area.footer-area-2 .footer-shape img {
    width: 58%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area.footer-area-2 .footer-shape img {
    width: 75%;
  }
}

.footer-area.footer-area-2 .footer-item .footer-title p {
  opacity: .8;
}

.footer-area.footer-area-2 .footer-item .footer-title::before {
  background: #336ec6;
}

.footer-area.footer-area-2 .footer-item .footer-list-area .footer-list ul li a {
  opacity: 1;
}

.footer-area.footer-area-2 .footer-item .footer-content .title {
  font-size: 38px;
  line-height: 48px;
  color: #fff;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .footer-area.footer-area-2 .footer-item .footer-content .title {
    font-size: 32px;
  }
}

.footer-area.footer-area-2 .footer-item .footer-content .input-box {
  position: relative;
}

.footer-area.footer-area-2 .footer-item .footer-content .input-box input {
  width: 100%;
  line-height: 70px;
  height: 70px;
  border: 4px solid #003a91;
  background: #004ab8;
  font-size: 14px;
  color: #c7deff;
  padding-left: 35px;
}

.footer-area.footer-area-2 .footer-item .footer-content .input-box input::placeholder {
  opacity: 1;
  color: #c7deff;
}

.footer-area.footer-area-2 .footer-item .footer-content .input-box i {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  color: #00fffc;
  font-size: 16px;
}

.footer-area.footer-area-2 .footer-item .footer-content button {
  margin-top: 20px;
  background: #24ffce;
  padding: 0 40px;
  height: 70px;
  line-height: 70px;
  color: #001b61;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}

.footer-area.footer-area-2 .footer-item .footer-content button i {
  padding-right: 5px;
}

.footer-area.mentor-footer::before {
  width: 100%;
}



/*------------------course details style common-----------------*/
/* 
.course-title-area {
  position: relative;
  }
  .course-title-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 27, 97, 0.902); }
  .course-title-area .course-title-content .course-title-content-title span {
    color: #efff83;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 13px; }
  .course-title-area .course-title-content .course-title-content-title .title {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .course-title-area .course-title-content .course-title-content-title .title {
        font-size: 40px;
        line-height: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .course-title-area .course-title-content .course-title-content-title .title {
        font-size: 44px;
        line-height: 54px; } }
    @media (max-width: 767px) {
      .course-title-area .course-title-content .course-title-content-title .title {
        font-size: 28px;
        line-height: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .course-title-area .course-title-content .course-title-content-title .title {
        font-size: 34px;
        line-height: 44px; } }
  .course-title-area .course-title-content .course-title-content-title p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    opacity: .7;
    padding-right: 90px;
    padding-bottom: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .course-title-area .course-title-content .course-title-content-title p {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .course-title-area .course-title-content .course-title-content-title p {
        font-size: 14px;
        padding-right: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .course-title-area .course-title-content .course-title-content-title p {
        font-size: 16px;
        padding-right: 0; } }
  .course-title-area .course-title-content .course-rating {
    align-items: center; }
    @media (max-width: 767px) {
      .course-title-area .course-title-content .course-rating {
        display: block !important; } }
    .course-title-area .course-title-content .course-rating > span {
      background: #ff4f74;
      color: #fff;
      height: 30px;
      line-height: 30px;
      padding: 0 28px;
      font-size: 14px;
      font-weight: 700;
      border-radius: 30px 30px 30px 0;
      margin-right: 20px;
      margin-right: 8px; }
    @media (max-width: 767px) {
      .course-title-area .course-title-content .course-rating ul {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .course-title-area .course-title-content .course-rating ul li {
      display: inline-block; }
      .course-title-area .course-title-content .course-rating ul li i {
        color: #fff000;
        margin-right: 5px; }
      .course-title-area .course-title-content .course-rating ul li span {
        font-size: 14px;
        color: #fff; }
        .course-title-area .course-title-content .course-rating ul li span i {
          color: #00fffc;
          font-size: 16px; }
    .course-title-area .course-title-content .course-rating p {
      font-size: 14px;
      color: #fff;
      padding: 0 30px 0 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .course-title-area .course-title-content .course-rating p {
          padding: 0 10px 0 5px; } }
  .course-title-area .course-title-content .course-info {
    padding-top: 15px; }
    .course-title-area .course-title-content .course-info ul li {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      margin-right: 30px; }
      .course-title-area .course-title-content .course-info ul li i {
        color: #e400ff;
        margin-right: 5px; }
      .course-title-area .course-title-content .course-info ul li:last-child i {
        color: #ffa358; }

.course-details-area {
  padding-bottom:10px;
  
  }
  .course-details-area .course-details-items {
    padding: 40px; }
    @media (max-width: 767px) {
      .course-details-area .course-details-items {
        padding: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .course-details-area .course-details-items {
        padding: 40px; } }
    .course-details-area .course-details-items .course-thumb img {
      width: 100%; }
    .course-details-area .course-details-items .course-thumb .tab-btns {
      border-bottom: 2px solid #e8f2ff;
      padding-top: 26px; }
      .course-details-area .course-details-items .course-thumb .tab-btns ul li a {
        font-size: 13px;
        color: #6b93aa;
        line-height: 20px;
        padding: 0 25px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .course-details-area .course-details-items .course-thumb .tab-btns ul li a {
            font-size: 15px;
            padding: 0 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .course-details-area .course-details-items .course-thumb .tab-btns ul li a {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .course-details-area .course-details-items .course-thumb .tab-btns ul li a {
            font-size: 12px;
            padding: 0 0; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .course-details-area .course-details-items .course-thumb .tab-btns ul li a {
            font-size: 14px;
            padding: 0 0; } }
        .course-details-area .course-details-items .course-thumb .tab-btns ul li a i {
          padding-right: 5px;
          color: #30e578; }
        .course-details-area .course-details-items .course-thumb .tab-btns ul li a.active {
          background-color: transparent;
          color: #30bcff;
          position: relative; }
          .course-details-area .course-details-items .course-thumb .tab-btns ul li a.active i {
            color: #30bcff !important; }
          .course-details-area .course-details-items .course-thumb .tab-btns ul li a.active::before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 2px;
            background: #30bcff; }
      .course-details-area .course-details-items .course-thumb .tab-btns ul li:nth-child(2) a i {
        color: #f16001; }
      .course-details-area .course-details-items .course-thumb .tab-btns ul li:nth-child(3) a i {
        color: #ff4f74; }
      .course-details-area .course-details-items .course-thumb .tab-btns ul li:nth-child(4) a i {
        color: #0066ff; }
    .course-details-area .course-details-items .course-details-item .course-text p {
      font-size: 14px;
      color: #6b93aa;
      line-height: 26px;
      padding-right: 15px;
      padding-top: 20px; }
      @media (max-width: 767px) {
        .course-details-area .course-details-items .course-details-item .course-text p {
          margin-right: 0; } }
    .course-details-area .course-details-items .course-learn-list .title {
      font-size: 20px;
      padding-top: 30px;
      padding-bottom: 15px; }
    .course-details-area .course-details-items .course-learn-list .course-learn-item {
      position: relative;
      padding-left: 20px;
      margin-top: 8px; }
      .course-details-area .course-details-items .course-learn-list .course-learn-item i {
        position: absolute;
        left: 0;
        top: 6px;
        color: #f16001;
        font-size: 14px; }
      .course-details-area .course-details-items .course-learn-list .course-learn-item p {
        font-size: 14px;
        color: #6b93aa;
        line-height: 26px; }
    .course-details-area .course-details-items .course-learn-text {
      padding-bottom: 40px; }
      .course-details-area .course-details-items .course-learn-text .title {
        font-size: 20px;
        padding-top: 28px;
        padding-bottom: 20px; }
      .course-details-area .course-details-items .course-learn-text span {
        font-size: 14px;
        color: #06f;
        font-weight: 700;
        padding-bottom: 15px; }
      .course-details-area .course-details-items .course-learn-text p {
        font-size: 14px; }
    .course-details-area .course-details-items .course-learner-slide {
      margin-bottom: 35px; }
      .course-details-area .course-details-items .course-learner-slide .course-learner-item {
        padding: 25px 20px;
        background: #eff7ff; }
        @media (max-width: 767px) {
          .course-details-area .course-details-items .course-learner-slide .course-learner-item {
            display: block !important; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .course-details-area .course-details-items .course-learner-slide .course-learner-item {
            display: flex !important; } }
        .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-thumb {
          width: 40%; }
          @media (max-width: 767px) {
            .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-thumb {
              width: 100%; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-thumb {
              width: 80%; } }
          .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-thumb img {
            width: 100%; }
        .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-content {
          padding-left: 30px; }
          @media (max-width: 767px) {
            .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-content {
              padding-left: 0;
              padding-top: 20px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-content {
              padding-left: 30px;
              padding-top: 0; } }
          .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-content .title {
            font-size: 18px; }
          .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-content span {
            font-size: 14px;
            color: #30bcff;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            padding-bottom: 10px; }
          .course-details-area .course-details-items .course-learner-slide .course-learner-item .course-learner-content p {
            font-size: 14px;
            color: #6b93aa;
            padding-right: 20px; }
      .course-details-area .course-details-items .course-learner-slide .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px; }
        .course-details-area .course-details-items .course-learner-slide .slick-dots li {
          display: inline-block; }
          .course-details-area .course-details-items .course-learner-slide .slick-dots li button {
            height: 4px;
            width: 10px;
            border-radius: 10px;
            background: #dfebff;
            font-size: 0;
            border: 0;
            margin: 0 4px; }
          .course-details-area .course-details-items .course-learner-slide .slick-dots li.slick-active button {
            width: 20px;
            background: #ff4f74; }
  .course-details-area .course-details-sidebar {
    margin-top: -395px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .course-details-area .course-details-sidebar {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .course-details-area .course-details-sidebar {
        margin-top: 40px; } }
    .course-details-area .course-details-sidebar .course-sidebar-thumb {
      position: relative;
      padding: 10px; }
      .course-details-area .course-details-sidebar .course-sidebar-thumb a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        color: #fff;
        background: #06f; }
      .course-details-area .course-details-sidebar .course-sidebar-thumb img {
        width: 100%; }
    .course-details-area .course-details-sidebar .course-sidebar-price {
      padding: 15px 40px 0; }
      @media (max-width: 767px) {
        .course-details-area .course-details-sidebar .course-sidebar-price {
          padding: 15px 10px 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .course-details-area .course-details-sidebar .course-sidebar-price {
          padding: 15px 40px 0; } }
      .course-details-area .course-details-sidebar .course-sidebar-price .title {
        font-size: 34px;
        color: #ff9595; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .course-details-area .course-details-sidebar .course-sidebar-price .title {
            font-size: 24px; } }
        @media (max-width: 767px) {
          .course-details-area .course-details-sidebar .course-sidebar-price .title {
            font-size: 24px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .course-details-area .course-details-sidebar .course-sidebar-price .title {
            font-size: 34px; } }
        .course-details-area .course-details-sidebar .course-sidebar-price .title > span {
          font-size: 18px;
          color: #a1adcf;
          font-weight: 400;
          text-decoration: line-through; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .course-details-area .course-details-sidebar .course-sidebar-price .title > span {
              font-size: 14px; } }
      .course-details-area .course-details-sidebar .course-sidebar-price > span {
        font-size: 18px;
        font-weight: 700;
        color: #001b61; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .course-details-area .course-details-sidebar .course-sidebar-price > span {
            font-size: 14px; } }
    .course-details-area .course-details-sidebar .course-sidebar-btns {
      padding: 10px 40px 0; }
      @media (max-width: 767px) {
        .course-details-area .course-details-sidebar .course-sidebar-btns {
          padding: 10px 10px 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .course-details-area .course-details-sidebar .course-sidebar-btns {
          padding: 10px 40px 0; } }
      .course-details-area .course-details-sidebar .course-sidebar-btns p {
        color: #06f;
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 25px; }
        .course-details-area .course-details-sidebar .course-sidebar-btns p i {
          padding-right: 5px; }
      .course-details-area .course-details-sidebar .course-sidebar-btns a {
		    display: inline-block;
        width: 100%;
        height: 60px;
        line-height: 56px;
        background: #30e578;
        color: #fff;
        text-align: center;
        border-radius: 30px;
        margin-bottom: 20px;
        border: 2px solid #30e578;
        font-size: 14px;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .course-details-area .course-details-sidebar .course-sidebar-btns a i {
          padding-right: 5px; }
        .course-details-area .course-details-sidebar .course-sidebar-btns a:hover {
          background-color: transparent;
          border-color: #ebecf6;
          color: #a8b3d2;
          font-weight: 700; }
        .course-details-area .course-details-sidebar .course-sidebar-btns a.btns {
          background-color: transparent;
          border-color: #ebecf6;
          color: #a8b3d2; }
          .course-details-area .course-details-sidebar .course-sidebar-btns a.btns:hover {
            background: #30e578;
            border-color: #30e578;
            color: #fff; }
      .course-details-area .course-details-sidebar .course-sidebar-btns .title {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 10px; }
      .course-details-area .course-details-sidebar .course-sidebar-btns ul li {
        font-size: 14px;
        color: #6b93aa;
        line-height: 30px; }
        .course-details-area .course-details-sidebar .course-sidebar-btns ul li i {
          padding-right: 5px; }
    .course-details-area .course-details-sidebar .course-sidebar-share {
      padding-top: 35px; }
      .course-details-area .course-details-sidebar .course-sidebar-share a {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 60px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        background: #30bcff; 
		  display: inline-block;
		}
        .course-details-area .course-details-sidebar .course-sidebar-share a i {
          padding-right: 5px; }
  .course-details-area .trending-course > .title {
    font-size: 22px;
    padding-top: 35px; }
    .course-details-area .trending-course > .title i {
      color: #ff3074;
      margin-right: 8px; }

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0; }
  .tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible; } */
	
	
/*===========================
    15.ACCESS css 
===========================*/
.services services-title > span {
  width: 0;
  height: 0;
  border-bottom: 18px solid #0066ff;
  border-left: 18px solid transparent; }
.services services-title .title {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 30px;
  padding-top: 24px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services services-title .title {
      font-size: 42px;
      line-height: 52px; } }
  @media (max-width: 767px) {
    .services services-title .title {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services services-title .title {
      font-size: 46px;
      line-height: 56px; } }
  .services services-title .title span {
    color: #ff9595;
    display: inline; }
	
	
/*===========================
    15.cc css 
===========================*/

.contact {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 70px
}

.contact--footer {
	position: fixed;
	right: calc(50% - 600px);
	display: inline-block;
	padding: 0;
	transform: translateX(50%);
	z-index: 99
}

@media (max-width:1200px) {
	.contact--footer {
		right: 0
	}
}

@media (max-width:1228px) {
	.contact--footer {
		transform: translate(0%, 14px)
	}
}

@media (max-width:320px) {
	.contact--footer {
		transform: translate(-20%, 14px)
	}
}

.contact__form {
	position: relative
}

.contact--footer .contact__form {
	display: none;
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 350px;
	height: auto;
	padding: 20px 40px;
	border: 1px solid #f3f2f5;
	box-sizing: border-box;
	background-color: #524ecb;
	color: #fff
}

.contact--footer .contact__form--active {
	display: block
}

.contact__wrap {
	display: flex;
	align-self: flex-end;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	max-width: 998px;
	width: 100%;
	height: 450px;
	padding: 53px 94px;
	box-sizing: border-box;
	background-color: #524ecb
}

@media (max-width:768px) {
	.contact__wrap {
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding: 24px 12px 36px;
		box-sizing: border-box
	}
}

@media (max-width:1024px) {
	.contact--event .contact__wrap {
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding: 24px 12px 36px;
		box-sizing: border-box
	}
}

@media (max-width:768px) {
	.contact--event.active .contact__wrap {
		height: 450px
	}
}

.contact__info-wrap {
	display: flex;
	flex-direction: column;
	flex-flow: column-reverse
}

@media (max-width:768px) {
	.contact__info-wrap {
		margin-bottom: 44px
	}
}

.contact__quote,
.contact__quote2 {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 355px;
	width: 100%;
	height: auto;
	padding: 58px 78px;
	background-color: #1a1f29;
	box-sizing: border-box;
	transform: translate(-15%, -15%)
}

@media (max-width:768px) {
	.contact__quote,
	.contact__quote2 {
		position: relative;
		max-width: none;
		transform: none;
		background-color: #fff
	}
}

.contact--event .contact__quote,
.contact--online .contact__quote2 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 640px;
	padding: 48px 104px;
	z-index: 1;
	transform: translate(-53px, 50%)
}

.countdown #ujiCountdown {
	width: 100%;
	display: block
}

@media (max-width:1024px) {
	.contact--event .contact__quote,
	.contact--online .contact__quote2 {
		position: relative;
		padding: 40px 33px;
		margin-bottom: 20px;
		max-width: none;
		transform: none;
		background-color: #1a1f29
	}
}

@media (max-width:768px) {
	.contact--event .contact__quote,
	.contact--online .contact__quote2 {
		padding: 40px 23px
	}
}

@media (max-width:415px) {
	.contact--event .contact__quote,
	.contact--online .contact__quote2 {
		padding: 40px 13px
	}
}

.contact--course .contact__quote,
.contact--online .contact__quote {
	position: absolute;
	max-width: 515px;
	width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	padding: 44px 21px 44px 67px;
	z-index: 1;
	transform: translate(-5%, 20%)
}

@media (max-width:768px) {
	.contact--course .contact__quote,
	.contact--online .contact__quote {
		position: relative;
		max-width: none;
		transform: none
	}
}

.contact__title {
	display: block;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #fff
}

.contact__text {
	position: relative;
	font-size: 14px;
	line-height: 1.71;
	margin-bottom: 33px;
	color: #fff
}

@media (max-width:768px) {
	.contact__text {
		color: #000
	}
}

.contact--course .contact__text {
	margin-bottom: 14px
}

.contact__icon {
	position: absolute;
	left: -28px;
	width: 16px;
	height: 12px;
	transform: translateX(-100%)
}

.contact__footer {
	margin-left: 18%
}

.contact__author {
	position: relative;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 2;
	color: #fff
}

.contact__author::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -11px;
	transform: translateX(-100%);
	width: 24px;
	height: 1px;
	background-color: #fff
}

@media (max-width:768px) {
	.contact__author::before {
		background-color: #000
	}
	.contact__author {
		color: #000
	}
}

.contact__position {
	font-size: 12px;
	line-height: 1.67;
	font-weight: 300;
	color: #fff
}

.contact__img,
.contact__img2 {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateX(47%);
	width: 405px;
	height: 478px
}

@media (max-width:768px) {
	.contact__img,
	.contact__img2 {
		position: relative;
		width: 297px;
		height: auto;
		transform: none
	}
}

.contact--event .contact__img,
.contact--online .contact__img2 {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: none
}

.contact--course .contact__img,
.contact--online .contact__img {
	width: 582px;
	height: 450px;
	transform: translateX(-10%);
	background: no-repeat center / cover
}

@media (max-width:768px) {
	.contact--course .contact__img,
	.contact--online .contact__img {
		width: 100%;
		transform: none
	}
}

.contact .hidden-utm-fields {
	display: none
}

.contact__form-title {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	max-width: 230px;
	margin-bottom: 30px;
	color: #fff;
	z-index: 1
}

.contact__form-row {
	margin-bottom: 40px
}

.contact__form-row:last-child {
	display: inline-block;
	position: relative;
	margin-bottom: 0
}

.contact--footer .contact__form-row {
	margin-bottom: 30px
}

.contact--footer .contact__form-row:last-child {
	margin-bottom: 0
}

.contact .wpcf7-submit {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: .86;
	height: 38px;
	padding: 13px 16px;
	border-radius: 0;
	background-color: #1ecaab;
	z-index: 1;
	cursor: pointer
}

@media (max-width:768px) {
	.contact .wpcf7-submit {
		width: 100%
	}
}

@media (max-width:415px) {
	.contact .wpcf7-submit {
		width: auto
	}
}

.contact .ajax-loader {
	visibility: hidden;
	display: inline-block;
	border: none;
	padding: 0;
	vertical-align: middle;
	position: absolute;
	top: -6px;
	left: 50%;
	width: 50px!important;
	height: 50px!important;
	margin-left: 10px;
	background: url("img/svg-icons/spiner.svg") no-repeat center/contain !important
}

@media (max-width:415px) {
	.contact .ajax-loader {
		left: 100%
	}
}

.contact .wpcf7-not-valid-tip {
	position: absolute
}

.contact .wpcf7-response-output {
	position: absolute;
	font-weight: 400;
	color: red;
	margin: 0
}

.contact .wpcf7-validation-errors {
	display: none!important
}

.contact .wpcf7-mail-sent-ok {
	display: none!important;
	font-weight: 500;
	border: 2px solid #1ecaab;
	color: #fff!important
}

.contact__close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-50%, 50%);
	width: 20px;
	height: 20px;
	background: url("img/svg-icons/close.svg") no-repeat center/cover;
	cursor: pointer
}

.contact__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 0;
	background-color: #1dcdaa;
	outline: none
}

	
/*===========================
    15.ACCESS css 
===========================*/
.access-area .access-thumb img {
  width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .access-area .access-content {
    margin-top: 40px; } }
@media (max-width: 767px) {
  .access-area .access-content {
    margin-top: 40px; } }
.access-area .access-content .access-title > span {
  width: 0;
  height: 0;
  border-bottom: 18px solid #0066ff;
  border-left: 18px solid transparent; }
.access-area .access-content .access-title .title {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 30px;
  padding-top: 24px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .access-area .access-content .access-title .title {
      font-size: 42px;
      line-height: 52px; } }
  @media (max-width: 767px) {
    .access-area .access-content .access-title .title {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .access-area .access-content .access-title .title {
      font-size: 46px;
      line-height: 56px; } }
  .access-area .access-content .access-title .title span {
    color: #ff9595;
    display: inline; }
.access-area .access-content .access-mission {
  border-bottom: 1px solid #dbf1ff;
  padding-bottom: 31px;
  margin-bottom: 31px; }
  .access-area .access-content .access-mission .title {
    font-size: 24px;
    padding-bottom: 12px; }
    .access-area .access-content .access-mission .title span {
      color: #2687ff; }
  .access-area .access-content .access-mission p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding-right: 40px; }
    @media (max-width: 767px) {
      .access-area .access-content .access-mission p {
        font-size: 14px;
        padding-right: 0; } }
.access-area .access-content .access-vision .title {
  font-size: 24px;
  padding-bottom: 12px; }
  .access-area .access-content .access-vision .title span {
    color: #ff79bb; }
.access-area .access-content .access-vision p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  padding-right: 40px; }
  @media (max-width: 767px) {
    .access-area .access-content .access-vision p {
      font-size: 14px;
      padding-right: 0; } }

.page-title {
  position: relative; }
  .page-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 27, 97, 0.502); }
  .page-title .page-title-item .title {
    font-size: 80px;
    color: #fff;
    padding-bottom: 5px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .page-title .page-title-item .title {
        font-size: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page-title .page-title-item .title {
        font-size: 68px; } }
    @media (max-width: 767px) {
      .page-title .page-title-item .title {
        font-size: 42px; } }
  .page-title .page-title-item nav {
    display: inline-block; }
    .page-title .page-title-item nav ol {
      background-color: transparent;
      padding: 0; }
      .page-title .page-title-item nav ol li {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700; }
        .page-title .page-title-item nav ol li a {
          color: #fff; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #fff; }
  
  /*===========================
    16.POLITE css 
===========================*/
.polite-area .polite-content {
  background: #fff;
  padding: 65px 75px 75px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .polite-area .polite-content {
      padding: 65px 30px 75px; } }
  @media (max-width: 767px) {
    .polite-area .polite-content {
      padding: 65px 15px 75px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .polite-area .polite-content {
      padding: 65px 60px 75px; } }
  .polite-area .polite-content .title {
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 58px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .polite-area .polite-content .title {
        font-size: 42px;
        line-height: 52px; } }
    @media (max-width: 767px) {
      .polite-area .polite-content .title {
        font-size: 28px;
        line-height: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .polite-area .polite-content .title {
        font-size: 40px;
        line-height: 50px; } }
    .polite-area .polite-content .title span {
      color: #30bcff; }
  .polite-area .polite-content .polite-item {
    position: relative;
    padding-left: 90px; }
    @media (max-width: 767px) {
      .polite-area .polite-content .polite-item {
        padding-left: 0; } }
    .polite-area .polite-content .polite-item h4 {
      font-size: 20px; }
      @media (max-width: 767px) {
        .polite-area .polite-content .polite-item h4 {
          font-size: 16px; } }
    .polite-area .polite-content .polite-item img {
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 767px) {
        .polite-area .polite-content .polite-item img {
          position: inherit;
          top: -15px; } }
    .polite-area .polite-content .polite-item p {
      font-size: 14px;
      line-height: 26px;
      padding-top: 8px; }

/*===========================
    17.SPONSORS css 
===========================*/
.sponsors-area {
  position: relative;
  padding-top: 104px; }
  .sponsors-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
    background-image: -webkit-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
    background-image: -ms-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
    opacity: .8; }
  .sponsors-area .section-title .title {
    color: #fff; }

.overley {
  opacity: 0.8;
  position: absolute;
  left: 0px;
  top: 4255px;
  width: 1920px;
  height: 698px;
  z-index: 63; }

.owl-carousel .owl-item img {
  display: block;
  width: 80%; }
/*===========================
    24.CONTACT css 
===========================*/
.contact-info-area {
  padding-top: 106px;
  padding-bottom: 84px; }
  .contact-info-area .section-title .title span {
    color: #bb51ff; }
  .contact-info-area .section-title p {
    padding: 0 0px 75px 0; }
  .contact-info-area .contact-info-content .single-contact-info {
    margin-bottom: 30px; }
    .contact-info-area .contact-info-content .single-contact-info .info-icon {
      margin-right: 30px; }
      .contact-info-area .contact-info-content .single-contact-info .info-icon i {
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        color: #fff;
        border-radius: 50%;
        background: #ff5e79;
        font-size: 24px;
        box-shadow: 0px 8px 16px 0px rgba(255, 94, 121, 0.3); }
    .contact-info-area .contact-info-content .single-contact-info .info-contact .title {
      font-size: 18px;
      padding-bottom: 6px; }
      @media (max-width: 767px) {
        .contact-info-area .contact-info-content .single-contact-info .info-contact .title {
          font-size: 20px; } }
    .contact-info-area .contact-info-content .single-contact-info .info-contact span {
      font-size: 18px; }
      @media (max-width: 767px) {
        .contact-info-area .contact-info-content .single-contact-info .info-contact span {
          font-size: 16px; } }
    .contact-info-area .contact-info-content .single-contact-info.item-2 .info-icon i {
      background: #30bcff;
      box-shadow: 0px 8px 16px 0px rgba(48, 188, 255, 0.3); }
    .contact-info-area .contact-info-content .single-contact-info.item-3 .info-icon i {
      background: #ffb62a;
      box-shadow: 0px 8px 16px 0px rgba(255, 182, 42, 0.3); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info-area .contact-info-thumb {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .contact-info-area .contact-info-thumb {
      margin-left: 0; } }
  .contact-info-area .contact-info-thumb .item-2 {
    margin-top: -185px;
    margin-left: 115px;
    border: 15px solid #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .contact-info-area .contact-info-thumb .item-2 {
        margin-left: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-info-area .contact-info-thumb .item-2 {
        margin-left: 40px; } }
    @media (max-width: 767px) {
      .contact-info-area .contact-info-thumb .item-2 {
        margin-top: 15px;
        margin-left: 0;
        border: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .contact-info-area .contact-info-thumb .item-2 {
        margin-top: -185px;
        margin-left: 115px;
        border: 15px solid #fff; } }

.contact-action-area {
  padding-bottom: 116px;
  padding-top: 106px;
  position: relative; }
  .contact-action-area .contact-action-item .title {
    font-size: 70px;
    padding-bottom: 42px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-action-area .contact-action-item .title {
        font-size: 46px; } }
    @media (max-width: 767px) {
      .contact-action-area .contact-action-item .title {
        font-size: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .contact-action-area .contact-action-item .title {
        font-size: 36px; } }
  .contact-action-area .contact-action-item .input-box {
    position: relative; }
    .contact-action-area .contact-action-item .input-box input {
      width: 100%;
      border: 2px solid #ddecf3;
      height: 70px;
      line-height: 70px;
      padding-left: 40px;
      color: #6b93aa; }
      .contact-action-area .contact-action-item .input-box input::placeholder {
        opacity: 1;
        color: #6b93aa; }
    .contact-action-area .contact-action-item .input-box i {
      position: absolute;
      right: 40px;
      top: 25px;
      color: #6b93aa; }
    .contact-action-area .contact-action-item .input-box textarea {
      width: 100%;
      height: 170px;
      border: 2px solid #ddecf3;
      padding-left: 40px;
      color: #6b93aa;
      padding-top: 20px;
      resize: none; }
      .contact-action-area .contact-action-item .input-box textarea::placeholder {
        opacity: 1;
        color: #6b93aa; }
    .contact-action-area .contact-action-item .input-box button {
      background: #06f;
      color: #fff;
      line-height: 70px;
      padding: 0 60px;
      border: 0;
      border-radius: 40px;
      text-transform: capitalize;
      font-weight: 700;
      margin-top: 30px; }
  .contact-action-area .map {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 47%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-action-area .map {
        width: 0; } }
    @media (max-width: 767px) {
      .contact-action-area .map {
        width: 0; } }
    .contact-action-area .map iframe {
      height: 100%;
      width: 100%; }
/*===========================
    BACK TO TOP CSS
===========================*/

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}








/*===========================
    BACK TO TOP CSS
===========================*/

.flex-slider {
	display: flex;
	overflow: hidden;
	height: 410px;
	margin-bottom: 95px;
	box-sizing: border-box
}

@media (max-width:768px) {
	.flex-slider {
		flex-direction: column;
		height: 600px
	}
}

.flex-slider__slide {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: flex-end;
	flex: 1;
	padding: 43px 33px;
	cursor: pointer;
	transition: all 500ms ease;
	box-sizing: border-box;
	background: no-repeat center / cover;
	background-blend-mode: luminosity
}

.flex-slider__slide:nth-child(5n+1):not(:first-child) {
	background-color: #3d82f0
}

.flex-slider__slide:nth-child(5n+2):not(:first-child) {
	background-color: #3d82f0
}

.flex-slider__slide:nth-child(5n+3):not(:first-child) {
	background-color: #1ecaab
}

.flex-slider__slide:nth-child(5n+4):not(:first-child) {
	background-color: #524ecb
}

.flex-slider__slide:nth-child(5n+5):not(:first-child) {
	background-color: #3d82f0
}

.flex-slider__slide:first-child {
	position: relative
}

.flex-slider__slide--active {
	background-color: transparent!important;
	flex-grow: 15
}

.flex-slider__title {
	position: relative;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
	min-width: 600px;
	z-index: 1
}

@media (max-width:768px) {
	.flex-slider__title {
		font-size: 23px;
		min-width: 0
	}
}

.flex-slider__slide:hover .flex-slider__title {
	opacity: 1;
	transition: all 500ms ease
}

.flex-slider__slide--active .flex-slider__title {
	opacity: 1
}

.location {
	position: relative;
	display: flex;
	flex-direction: column
}

.location__cards {
	display: flex;
	flex-wrap: nowrap;
	padding: 0 10px
}

@media (max-width:768px) {
	.location__cards {
		flex-wrap: wrap;
		width: 100%;
		box-sizing: border-box
	}
}

.location__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%
}

@media (max-width:768px) {
	.location__card {
		width: 50%;
		margin-bottom: 40px
	}
}

@media (max-width:415px) {
	.location__card {
		width: 100%
	}
}

.location__img {
	width: 130px;
	height: 130px;
	margin-bottom: 16px;
	background: no-repeat center / cover
}

.location__name {
	font-weight: 400;
	letter-spacing: .9px;
	margin-bottom: 8px;
	color: #000
}

.location__description {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.67;
	padding: 0 8px;
	color: #3f404b;
	text-align: center
}

.team {
	position: relative;
	display: flex;
	flex-direction: column
}

.team__cards {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -67.5px
}

@media (max-width:768px) {
	.team__cards {
		margin: 0 -27px
	}
}

@media (max-width:415px) {
	.team__cards {
		margin: 0 -7px
	}
}

.team__card {
	width: 25%;
	margin-bottom: 60px;
	padding: 0 67.5px;
	box-sizing: border-box
}

@media (max-width:768px) {
	.team__card {
		width: 33.33333%;
		padding: 0 27px
	}
}

@media (max-width:415px) {
	.team__card {
		width: 50%;
		padding: 0 7px
	}
}

.team__image {
	width: 100%;
	height: 276px;
	margin-bottom: 10px;
	background: no-repeat center / cover
}

.team__name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 8px;
	color: #000
}

.team__position {
	font-size: 14px;
	line-height: 1.43;
	font-weight: 400;
font-family: Montserrat;
	color: #524ecb
}

.video-widget {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 352px
}

.video-widget__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

.video-widget__link::before {
	z-index: 3;
	margin-left: 2px;
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent currentColor;
	color: #1ecaab
}

.video-widget__link::after,
.video-widget__link::before {
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	transition: transform .2s ease-out, color .2s ease-out, background-color .2s ease-out
}

.slider--testimonials .video-widget__link::after,
.slider--testimonials .video-widget__link::before {
	top: 82%;
	left: 7%
}

@media (max-width:768px) {
	.slider--testimonials .video-widget__link::after,
	.slider--testimonials .video-widget__link::before {
		top: 50%;
		left: 50%
	}
}

.video-widget__link::after {
	z-index: 2;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff
}

.video-widget__link:hover:after,
.video-widget__link:hover:before {
	color: #fff;
	transform: translate(-50%, -50%) scale(1.03)
}

.video-widget__link:hover:after {
	background-color: #1ecaab
}

.video-widget__image-overlay {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: transform .2s ease-out
}

.video-widget__link:hover .video-widget__image-overlay {
	transform: scale(1.03)
}

.video-widget__title-wrap {
	display: flex;
	margin-top: auto;
	height: 85px;
	cursor: pointer;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000)
}

.video-widget__title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 1.4375rem;
	flex-shrink: 0;
	margin-top: auto;
	margin-bottom: 24px;
	width: 100%;
	box-sizing: border-box;
	color: #fff!important;
	z-index: 1
}

.video-widget__modal-wrapper {
	display: none;
	position: fixed;
	z-index: 1600;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	background-size: cover
}

.video-widget__modal {
	position: relative;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto
}

.video-widget__player-wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	padding-bottom: 53.33333%;
	transform: translate(-50%, -50%)
}

.video-widget__player {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.video-widget__close {
	position: absolute;
	top: -10px;
	right: -40px;
	width: 30px;
	height: 20px;
	padding-top: 10px;
	cursor: pointer
}

.video-widget__close::before {
	transform: rotate(45deg)
}

.video-widget__close::after {
	transform: rotate(-45deg)
}

.video-widget__close::before,
.video-widget__close::after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 14px;
	width: 2px;
	background-color: #fff
}




/*===========================
    BACK TO TOP CSS
===========================*/


.event-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1
}

@media (max-width:768px) {
	.event-date {
		margin-right: 23px
	}
}

.events--past-archive .event-date,
.events--feature-archive .event-date {
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	background-color: #fff
}

.event-date__number {
	font-size: 51px;
	font-weight: 700;
	line-height: 1;
	color: #fff
}

.events--past-archive .event-date__number,
.events--feature-archive .event-date__number {
	font-size: 41px;
	color: #000
}

.event-date__month {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.67;
	text-transform: uppercase;
	color: #fff
}

.events--past-archive .event-date__month,
.events--feature-archive .event-date__month {
	color: #000
}

.events {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 70px
}

.events--archive {
	margin-bottom: 0
}

.events--past {
	margin-bottom: 0;
	padding-bottom: 70px
}

.events--past-archive,
.events--feature-archive {
	margin-bottom: 0;
	padding-bottom: 70px
}

.events--feature-archive {
	padding: 0 35px
}

.events__cards {
	display: flex;
	flex-direction: column
}

.events--past-archive .events__cards,
.events--feature-archive .events__cards {
	margin-bottom: 43px
}

.events--feature-archive .events__cards {
	display: flex
}

.events__card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 32px;
	box-sizing: border-box
}

.events__card:last-child {
	margin-bottom: 0
}

@media (max-width:768px) {
	.events__card {
		flex-direction: column;
		align-items: flex-start
	}
}

.events--archive .events__card:last-child {
	padding-bottom: 5px
}

.events--past .events__card:last-child {
	margin-bottom: 43px
}

.events--past-archive .events__card {
	padding: 0 65px
}

@media (max-width:768px) {
	.events--past-archive .events__card {
		padding: 0
	}
}

.events--feature-archive .events__card {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 30px
}

.events--feature-archive .events__card::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 315px;
	border: 1px solid #f3f2f5;
	z-index: -1;
	box-sizing: border-box
}

.events__img-link {
	max-width: 624px;
	width: 100%;
	height: auto;
	margin-right: 64px
}

@media (max-width:415px) {
	.events__img-link {
		margin-right: 0
	}
}

.events__img {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	height: 282px;
	background: no-repeat top center / cover
}

@media (max-width:768px) {
	.events__img {
		margin-right: 0;
		margin-bottom: 20px
	}
}

.events__cards--home .events__card--toggle .events__img {
	max-height: 282px!important
}

.events__cards--change .events__card .events__img,
.events__cards--home .events__card .events__img {
	max-height: 84px;
	transition: max-height .7s;
	will-change: max-height
}

.events__cards--change .events__card:hover .events__img {
	max-height: 282px
}

.events__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.events__card:nth-child(6n+1) .events__img::after {
	background-image: linear-gradient(to bottom, rgba(67, 137, 218, .6), rgba(53, 62, 163, .6))
}

.events__card:nth-child(6n+2) .events__img::after {
	background-image: linear-gradient(to bottom, rgba(125, 181, 249, .6), rgba(50, 126, 176, .6))
}

.events__card:nth-child(6n+3) .events__img::after {
	background-image: linear-gradient(to bottom, rgba(131, 131, 228, .6), rgba(57, 57, 183, .6))
}

.events__card:nth-child(6n+4) .events__img::after {
	background-image: linear-gradient(to top, rgba(68, 163, 159, .6), rgba(45, 224, 189, .6))
}

.events__card:nth-child(6n+5) .events__img::after {
	background-image: linear-gradient(to bottom, rgba(131, 131, 228, .6), rgba(57, 57, 183, .6))
}

.events__card:nth-child(6n+6) .events__img::after {
	background-image: linear-gradient(to bottom, rgba(26, 122, 100, .6), rgba(54, 198, 199, .6), rgba(36, 102, 142, .6))
}

.events--archive .events__img,
.events--archive .events__img:nth-child(1) {
	height: 282px
}

.events--past-archive .events__img,
.events--feature-archive .events__img {
	max-width: 230px;
	width: 100%;
	height: 230px;
	margin: 0;
	z-index: 1
}

.events--past-archive .events__card:nth-child(n) .events__img,
.events--feature-archive .events__card:nth-child(n) .events__img {
	height: 230px;
	background-color: transparent
}

.events--past-archive .events__img::after {
	display: none
}

@media (max-width:768px) {
	.events--past-archive .events__img {
		max-width: none;
		margin-bottom: 20px
	}
}

.events .event-date {
	position: absolute;
	top: 6px;
	left: 25px
}

.events__card:first-of-type .events .event-date {
	top: 17px
}

.events__info {
	max-width: 272px;
	width: 100%;
	color: inherit
}

@media (max-width:768px) {
	.events__info {
		max-width: none
	}
}

.events--archive .events__info {
	max-width: 340px
}

@media (max-width:768px) {
	.events--archive .events__info {
		max-width: none
	}
}

.events--past-archive .events__info {
	max-width: none;
	padding: 46px 55px;
	border: 1px solid #f3f2f5;
	transform: translateX(-20px)
}

@media (max-width:768px) {
	.events--past-archive .events__info {
		transform: none;
		padding: 0;
		border: none
	}
}

.events--feature-archive .events__info {
	flex-shrink: 0;
	margin-top: auto;
	padding: 18px;
	box-sizing: border-box
}

.events__title {
	line-height: 1.43;
	/* text-transform: uppercase */
}

@keyframes title {
	from {
		font-size: 14px;
	}
	to {
		font-size: 20px;
	}
}

.events__cards--change .events__card .events__title,
.events__cards--home .events__card .events__title {
	font-size: 14px;
	will-change: font-size
}

.events__cards--change .events__card:hover .events__title,
.events__card--toggle .events__title {
	animation: title .6s ease forwards
}

.events--past-archive .events__title,
.events__card--toggle .events__title {
	font-size: 20px;
	line-height: 1.2
}

.events--archive .events__title,
.events__title .events--past {
	margin-bottom: 12px
}

.events--feature-archive .events__card:first-of-type .events__title {
	font-size: 16px;
	line-height: 1
}

.events--feature-archive .events__title {
	font-size: 16px;
	line-height: 1;
	height: 46px;
	margin-bottom: 20px
}

.events__options {
	margin-bottom: 22px
}

.events--archive .events__options {
	margin-bottom: 16px
}

.events__options-item {
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .3px;
	text-transform: uppercase;
	margin-bottom: 22px
}

.events__options-item--type {
	font-weight: 700;
	margin-right: 14px;
	color: #1ecaab
}

.events__options-item--single {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 700;
	margin-right: auto;
	padding: 8px 20px;
	letter-spacing: .3px;
	color: #fff;
	background-color: rgba(255, 255, 255, .5)
}

.events__description {
	font-size: 13px;
	line-height: 1.38;
	margin-bottom: 24px
}

@keyframes description {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: 100%;
		opacity: 1;
	}
}

.events__cards--change .events__card .events__description,
.events__cards--home .events__card .events__description {
	height: 0;
	overflow: hidden;
	will-change: height, opacity
}

.events__cards--change .events__card:hover .events__description,
.events__cards--home .events__card--toggle .events__description {
	animation: description .6s linear forwards
}

.events__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap
}

@keyframes footer {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: 100%;
		opacity: 1;
	}
}

.events__cards--change .events__card .events__footer,
.events__cards--home .events__card .events__footer {
	height: 0;
	overflow: hidden;
	will-change: height, opacity
}

.events__cards--change .events__card:hover .events__footer,
.events__cards--home .events__card--toggle .events__footer {
	animation: footer .4s linear forwards
}

.events--past-archive .events__footer {
	justify-content: flex-start
}

@media (max-width:768px) {
	.events__footer {
		flex-direction: column;
		flex-flow: column-reverse;
		align-items: flex-start
	}
}

.events__button {
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .4px;
	text-transform: uppercase;
	padding: 13px 16px;
	color: #fff;
	background-color: #1ecaab;
	border: 0;
	outline: none;
	cursor: pointer
}

@media (max-width:415px) {
	.events__button {
		width: 100%
	}
}

.events__card--home .events__button,
.events--archive .events__button,
.events--past-archive .events__button {
	display: block
}

.events--feature-archive .events__button {
	display: block;
	width: 100%;
	padding: 13px 16px;
	border: 1px solid #1ecaab;
	color: #1ecaab;
	background-color: transparent
}

.events__btn-more {
	display: block;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	max-width: 293px;
	width: 100%;
	margin: 0 auto;
	padding: 13px 25px;
	color: #fff;
	background-color: #1ecaab;
	transition: background-color .2s ease-out
}

.events__btn-more:hover {
	background-color: #000
}

@media (max-width:768px) {
	.events__btn-more {
		margin: 0;
		width: auto
	}
}

.partners {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 70px
}

.partners__header {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width:768px) {
	.partners__header {
		flex-direction: column;
		align-items: flex-start;
		width: 100%
	}
}

.partners__info {
	font-size: 14px;
	line-height: 1.71;
	width: 60%;
	max-width: 600px;
	color: #3f404b
}

@media (max-width:768px) {
	.partners__info {
		width: 100%;
		margin-bottom: 42px
	}
}

.partners__logo {
	display: flex;
	flex-wrap: wrap
}

.partners__logo-wrap {
	display: flex;
	align-items: center;
	width: 16.66667%;
	height: 80px;
	box-sizing: border-box
}

@media (max-width:768px) {
	.partners__logo-wrap {
		width: 33.33333%;
		margin-bottom: 20px
	}
}

@media (max-width:415px) {
	.partners__logo-wrap {
		width: 50%
	}
}

.partners__logo-img {
	width: 50%
}

.programs {
	display: flex;
	flex-direction: column;
	position: relative
}

.programs__filter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	width: 352px;
	height: 328px;
	padding-top: 50px;
	background-color: rgba(230, 230, 230, .2)
}

@media (max-width:768px) {
	.programs__filter {
		position: relative;
		width: 95%;
		height: auto;
		padding: 40px 0;
		transform: translateX(5%)
	}
}

.programs__filter-item {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin-bottom: 5px;
	border: 0;
	outline: none;
	background-color: transparent;
	transition: color .2s ease-in
}

.programs__filter-item:hover {
	cursor: pointer;
	color: #1ecdaa;
	background-color: transparent
}

.programs__filter-item--active::before {
	content: "";
	position: absolute;
	left: -12px;
	bottom: 50%;
	transform: translate(-100%, 50%);
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #1ecdaa
}

.programs__card-wrap {
	display: flex;
	flex-wrap: wrap
}

.programs__card-link {
	display: inline-block;
	width: 33.33333%;
	margin-bottom: 70px;
	padding-right: 80px;
	box-sizing: border-box
}

@media (max-width:768px) {
	.programs__card-link {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0
	}
}

@media (max-width:992px) {
	.programs__card-link {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0
	}
}

.programs__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 272px;
	height: 272px;
	/* padding: 17px 25px 35px; */
	padding: 17px 17px 14px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.programs__card:hover {
	transition: transform .3s ease;
	transform: scale(1.02);
	box-shadow: 0 8px 12px 0 rgba(164, 164, 164, .2)
}

@media (max-width:768px) {
	.programs__card {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 17px 25px
	}
}
@media (max-width:992px) {
	.programs__card {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 17px 25px
	}
}

.programs__card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.programs__card-link:nth-child(6n+1) .programs__card::after {
	background-image: linear-gradient(to top, rgba(68, 163, 159, .6), rgba(45, 224, 189, .6))
}

.programs__card-link:nth-child(6n+2) .programs__card::after {
	background-image: linear-gradient(to bottom, rgba(125, 181, 249, .6), rgba(50, 126, 176, .6))
}

.programs__card-link:nth-child(6n+3) .programs__card::after {
	background-image: linear-gradient(to bottom, rgba(131, 131, 228, .6), rgba(57, 57, 183, .6))
}

.programs__card-link:nth-child(6n+4) .programs__card::after {
	background-image: linear-gradient(to bottom, rgba(67, 137, 218, .6), rgba(53, 62, 163, .6))
}

.programs__card-link:nth-child(6n+5) .programs__card::after {
	background-image: linear-gradient(to bottom, rgba(131, 131, 228, .6), rgba(57, 57, 183, .6))
}

.programs__card-link:nth-child(6n+6) .programs__card::after {
	background-image: linear-gradient(to bottom, rgba(26, 122, 100, .6), rgba(54, 198, 199, .6), rgba(36, 102, 142, .6))
}

.programs__info {
	display: flex;
	flex-direction: column;
	z-index: 1
}

.programs__title {
	line-height: 1;
	text-transform: uppercase;
	color: #fff
}

.programs__description {
	font-size: 12px;
	line-height: 1.67;
	color: #fff
}


.blog {
	position: relative;
	width: 100%;
	padding-bottom: 70px
}

.blog__cards {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:768px) {
	.blog__cards {
		flex-direction: column
	}
}

.blog__card {
	width: 33.33333%;
	box-sizing: border-box
}

@media (max-width:768px) {
	.blog__card {
		width: 100%;
		margin-bottom: 70px
	}
}

.blog--preview .blog__card:nth-of-type(2) {
	margin-top: 50px;
	padding-right: 0
}

@media (max-width:768px) {
	.blog--preview .blog__card:nth-of-type(2) {
		margin-top: 0
	}
}

.blog--archives .blog__card {
	margin-bottom: 70px;
	padding-right: 86px
}

@media (max-width:768px) {
	.blog--archives .blog__card {
		padding-right: 0
	}
}

.blog__link {
	display: inline-block;
	width: 100%
}

.blog__img {
	position: relative;
	width: 100%;
	height: 294px;
	margin-bottom: 66px;
	background: no-repeat center / cover
}

@media (max-width:768px) {
	.blog__img {
		margin-bottom: 20px
	}
}

.blog__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.blog__card:nth-child(6n+1) .blog__img::after {
	background-image: linear-gradient(to top, rgba(68, 163, 159, .6), rgba(45, 224, 189, .6))
}

.blog__card:nth-child(6n+2) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(125, 181, 249, .6), rgba(50, 126, 176, .6))
}

.blog__card:nth-child(6n+3) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(131, 131, 228, .6), rgba(57, 57, 183, .6))
}

.blog__card:nth-child(6n+4) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(67, 137, 218, .6), rgba(53, 62, 163, .6))
}

.blog__card:nth-child(6n+5) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(131, 131, 228, .6), rgba(57, 57, 183, .6))
}

.blog__card:nth-child(6n+6) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(26, 122, 100, .6), rgba(54, 198, 199, .6), rgba(36, 102, 142, .6))
}

.blog--archives .blog__img {
	margin-bottom: 35px
}

.blog__info {
	max-width: 272px;
	width: 100%
}

@media (max-width:768px) {
	.blog__info {
		max-width: none
	}
}

.blog__title {
	margin-bottom: 21px;
	color: #1d1d20
}

@media (max-width:768px) {
	.blog__title {
		margin-bottom: 15px
	}
}

.blog__description,
.success-message__info {
	font-size: 13px;
	line-height: 1.38;
	margin-bottom: 20px;
	color: #3f404b
}

.blog__button {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .4px;
	text-transform: uppercase;
	padding: 13px 15px;
	border: none;
	outline: none;
	color: #fff;
	background-color: #1ecaab
}

@media (max-width:415px) {
	.blog__button {
		font-size: 12px;
		width: 100%
	}
}

.blog-single__header {
	display: flex;
	flex-direction: column;
	align-items: center
}

.blog-single__post-title {
	position: relative;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.13;
	letter-spacing: .8px;
	text-align: center;
	max-width: 593px;
	width: 100%;
	margin-bottom: 36px;
	padding-top: 63px;
	color: #000
}

.blog-single__post-title::after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 60px;
	height: 4px;
	background-color: #1ecaab;
	transform: translateX(-50%)
}

@media (max-width:768px) {
	.blog-single__post-title {
		font-size: 26px;
		line-height: 1.38
	}
}

.blog-single__header-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 38px
}

@media (max-width:768px) {
	.blog-single__header-info {
		flex-direction: column;
		flex-flow: column-reverse;
		margin-bottom: 32px
	}
}

.blog-single__header-link {
	position: absolute;
	left: 0;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 7px 10px;
	border: 1px solid #f5f5f7;
	color: #1ecaab;
	background-color: #fff;
	transform: translateX(-50%);
	transition: background-color .2s ease-out
}

@media (max-width:768px) {
	.blog-single__header-link {
		position: relative;
		transform: none
	}
}

.blog-single__header-link:hover {
	color: #000;
	border: 1px solid #1ecaab;
	background-color: rgba(30, 202, 171, .15)
}

.blog-single__header-link--bottom {
	position: relative
}

.blog-single__header-arrow {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(img/svg-icons/chevron-left-green.svg) no-repeat center
}

.blog-single__date {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .4px;
	color: #000
}

@media (max-width:768px) {
	.blog-single__date {
		margin-bottom: 23px
	}
}

.blog-single__image {
	position: relative;
	width: 100%;
	height: 360px;
	background: no-repeat center / cover
}

@media (max-width:768px) {
	.blog-single__image {
		height: 175px
	}
}

.blog-single__image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .5))
}

.advantage {
	position: relative;
	margin-bottom: 20px
}

.advantage__cards {
	display: flex;
	flex-wrap: wrap
}

.advantage__card-wrap {
	display: flex;
	width: 33.33333%;
	margin-bottom: 50px;
	padding-right: 80px;
	box-sizing: border-box
}

@media (max-width:768px) {
	.advantage__card-wrap {
		width: 50%;
		margin-bottom: 40px;
		padding-right: 40px
	}
}

@media (max-width:415px) {
	.advantage__card-wrap {
		width: 100%
	}
}

.advantage__card {
	display: flex;
	flex-direction: column
}

.advantage__img {
	max-width: 178px;
	height: 100px;
	margin-bottom: 15px;
	background: no-repeat center / contain
}

.advantage__info {
	font-size: 13px;
	line-height: 1.54
}

.advantage-single {
	display: flex;
	flex-direction: column;
	position: relative
}

.advantage-single__cards {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 86px
}

@media (max-width:768px) {
	.advantage-single__cards {
		flex-direction: column
	}
}

.advantage-single__card {
	display: flex;
	flex-direction: column;
	max-width: 272px;
	width: 100%;
	height: auto;
	margin-right: 95px;
	counter-increment: adv-count
}

.advantage-single__card:last-of-type {
	margin-right: 0
}

@media (max-width:768px) {
	.advantage-single__card {
		max-width: none;
		margin-right: 0;
		margin-bottom: 40px
	}
	.advantage-single__card:last-child {
		margin-bottom: 0
	}
}

.advantage-single__number {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .8px;
	text-align: center;
	width: 38px;
	height: 38px;
	margin-bottom: 43px;
	color: #1d1d20;
	opacity: .2
}

.advantage-single__number::before {
	content: counter(adv-count, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width:768px) {
	.advantage-single__number {
		margin-bottom: 10px
	}
}

.advantage-single__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	margin-bottom: 10px;
	color: #1d1d20
}

@media (max-width:768px) {
	.advantage-single__title {
		max-width: 272px
	}
}

.advantage-single__info {
	font-size: 14px;
	line-height: 1.71;
	margin-bottom: 60px;
	color: #3f404b
}

@media (max-width:768px) {
	.advantage-single__info {
		max-width: 272px;
		margin-bottom: 42px
	}
}

.advantage-single__img-wrap {
	position: relative;
	flex-shrink: 0;
	margin-top: auto
}

.advantage-single__img-wrap::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 176px;
	height: 88px;
	background-color: #e6e6e6;
	opacity: .2;
	z-index: -1
}

.advantage-single__img {
	width: 128px;
	height: 100px;
	background: no-repeat center / contain;
	z-index: 1
}
.program-city {
	z-index: 99;
	position: absolute;
	top: 17px;
	right: 25px;
	color: #fff
}

.program-city p {
	text-align: right;
	font-size: 24px;
	font-weight: 700
}

.event-city {
	z-index: 99;
	position: absolute;
	top: 6px;
	right: 25px;
	color: #fff
}

.event-city p {
	text-align: right;
	font-size: 24px;
	font-weight: 700
}

.city-desc {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px
}

.city-desc .city-desc-text {
	margin-top: 30px
}

.city-desc .city-desc-text p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .7px
}

.city-desc .city-desc-text ul li {
	font-size: 12px;
	line-height: 1.67
}

.programs__title h3 {
	
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 14px;
}


.event-info {
	display: flex;
	width: auto
}

@media (max-width:768px) {
	.event-info {
		flex-wrap: wrap
	}
}

.events__card--hidden .event-info {
	display: none
}

.events--archive .event-info,
.events--past-archive .event-info {
	margin: 0;
	padding: 0
}

@media (max-width:768px) {
	.events--archive .event-info,
	.events--past-archive .event-info {
		margin: 0 0 20px
	}
}

.events__cards--home .event-info {
	display: none
}

.event-info__card {
	width: 25%;
	padding: 0 14.5px;
	border-left: 1px solid #f3f2f5;
	box-sizing: border-box
}

.event-info__card:first-of-type {
	border-left: none
}

@media (max-width:768px) {
	.event-info__card:last-of-type {
		border-bottom: none
	}
	.event-info__card {
		width: 50%;
		border-left: none;
		border-bottom: 1px solid #f3f2f5
	}
}

@media (max-width:415px) {
	.event-info__card {
		width: 100%
	}
}

.event-info__content {
	display: flex;
	align-items: flex-start;
	padding: 32px 0;
	box-sizing: border-box;
	background-color: #fff
}

@media (max-width:768px) {
	.event-info__content {
		flex-direction: column;
		justify-content: flex-start
	}
}

.events--archive .event-info__content,
.events--past-archive .event-info__content,
.events--past .event-info__content {
	padding: 0 15px;
	border: none;
	background-color: #fff
}

.events--past-archive .event-info__content {
	padding: 0 44px
}

.event-info__img {
	width: 78px;
	height: 56px;
	margin-bottom: 0
}

@media (max-width:768px) {
	.event-info__img {
		margin-bottom: 8px
	}
}

.events--archive .event-info__img,
.events--past-archive .event-info__img,
.events--past .event-info__img {
	width: 24px;
	height: 24px;
	margin-right: 6px
}

.event-info__description {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #000
}

.events--archive .event-info__description,
.events--past-archive .event-info__description,
.events--past .event-info__description {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #3f404b
}

.event-info__value {
	font-size: 14px;
	line-height: 1.43;
	text-transform: uppercase;
	max-width: 170px;
	color: #3f404b
}

.event-info__value--schedule {
	font-size: 12px;
	line-height: 1.67
}

.events--archive .event-info__value,
.events--past-archive .event-info__value,
.events--past .event-info__value {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000
}

.event-info__value span {
	display: block
}

@media (max-width:520px) {
	.program-city {
		top: 0;
		right: 0;
		z-index: 1
	}
	.program-city p {
		padding: 3px 5px;
		font-size: 14px
	}
	.programs__title h3 {
	
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
}

}


.divider {
    position: absolute;
    right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    height: 9px;
    bottom: 100%;
    transform: translateY(50%);
    margin-left: -1px;
    margin-right: -1px;
    border-left: 1px solid #c9c7cc;
    border-right: 1px solid #c9c7cc;
    box-sizing: border-box;
}
.divider__line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(225,223,230,.4);
}
/*===========================
blog
===========================*/

.blog--archives .blog__card {
	margin-bottom: 70px;
	padding-right: 86px
}

@media (max-width:768px) {
	.blog--archives .blog__card {
		padding-right: 0
	}
}

.blog__link {
	display: inline-block;
	width: 100%
}

.blog__img {
	position: relative;
	width: 100%;
	height: 294px;
	margin-bottom: 66px;
	background: no-repeat center / cover
}

@media (max-width:768px) {
	.blog__img {
		margin-bottom: 20px
	}
}

.blog__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.blog__card:nth-child(6n+1) .blog__img::after {
	background-image: linear-gradient(to top, rgba(68, 163, 159, .6), rgba(45, 224, 189, .6))
}

.blog__card:nth-child(6n+2) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(125, 181, 249, .6), rgba(50, 126, 176, .6))
}

.blog__card:nth-child(6n+3) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(131, 131, 228, .6), rgba(57, 57, 183, .6))
}

.blog__card:nth-child(6n+4) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(67, 137, 218, .6), rgba(53, 62, 163, .6))
}

.blog__card:nth-child(6n+5) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(131, 131, 228, .6), rgba(57, 57, 183, .6))
}

.blog__card:nth-child(6n+6) .blog__img::after {
	background-image: linear-gradient(to bottom, rgba(26, 122, 100, .6), rgba(54, 198, 199, .6), rgba(36, 102, 142, .6))
}

.blog--archives .blog__img {
	margin-bottom: 35px
}

.blog__info {
	max-width: 272px;
	width: 100%
}

@media (max-width:768px) {
	.blog__info {
		max-width: none
	}
}

.blog__title {
	margin-bottom: 21px;
	color: #1d1d20
}

@media (max-width:768px) {
	.blog__title {
		margin-bottom: 15px
	}
}

.blog__description,
.success-message__info {
	font-size: 13px;
	line-height: 1.38;
	margin-bottom: 20px;
	color: #3f404b
}

.blog__button {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .4px;
	text-transform: uppercase;
	padding: 13px 15px;
	border: none;
	outline: none;
	color: #fff;
	background-color: #1ecaab
}

@media (max-width:415px) {
	.blog__button {
		font-size: 12px;
		width: 100%
	}
}

.blog-single__header {
	display: flex;
	flex-direction: column;
	align-items: center
}

.blog-single__post-title {
	position: relative;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.13;
	letter-spacing: .8px;
	text-align: center;
	max-width: 593px;
	width: 100%;
	margin-bottom: 36px;
	padding-top: 63px;
	color: #000
}

.blog-single__post-title::after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 60px;
	height: 4px;
	background-color: #1ecaab;
	transform: translateX(-50%)
}

@media (max-width:768px) {
	.blog-single__post-title {
		font-size: 26px;
		line-height: 1.38
	}
}

.blog-single__header-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 38px
}

@media (max-width:768px) {
	.blog-single__header-info {
		flex-direction: column;
		flex-flow: column-reverse;
		margin-bottom: 32px
	}
}

.blog-single__header-link {
	position: absolute;
	left: 0;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 7px 10px;
	border: 1px solid #f5f5f7;
	color: #1ecaab;
	background-color: #fff;
	transform: translateX(-50%);
	transition: background-color .2s ease-out
}

@media (max-width:768px) {
	.blog-single__header-link {
		position: relative;
		transform: none
	}
}

.blog-single__header-link:hover {
	color: #000;
	border: 1px solid #1ecaab;
	background-color: rgba(30, 202, 171, .15)
}

.blog-single__header-link--bottom {
	position: relative
}

.blog-single__header-arrow {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(img/svg-icons/chevron-left-green.svg) no-repeat center
}

.blog-single__date {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .4px;
	color: #000
}

@media (max-width:768px) {
	.blog-single__date {
		margin-bottom: 23px
	}
}

.blog-single__image {
	position: relative;
	width: 100%;
	height: 360px;
	background: no-repeat center / cover
}

@media (max-width:768px) {
	.blog-single__image {
		height: 175px
	}
}

.blog-single__image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .5))
}


.blog__card {
	width: 33.33333%;
	box-sizing: border-box
}

@media (max-width:768px) {
	.blog__card {
		width: 100%;
		margin-bottom: 70px
	}
}

.blog--preview .blog__card:nth-of-type(2) {
	margin-top: 50px;
	padding-right: 0
}

@media (max-width:768px) {
	.blog--preview .blog__card:nth-of-type(2) {
		margin-top: 0
	}
}

.blog--archives .blog__card {
	margin-bottom: 70px;
	padding-right: 86px
}

@media (max-width:768px) {
	.blog--archives .blog__card {
		padding-right: 0
	}
}

/*===========================
    BACK TO TOP CSS
===========================*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 99;
}

.back-to-top a {
  color: #fff;
  background: #f16001;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

/*===========================
    may 
===========================*/
/* Flat Page Title
-------------------------------------------------- */
    .flat-title-page {
        position: relative;
        overflow: hidden;
    }

    .flat-title-page:after {
       content: "";
       background: url("https://iktlab.az/images/title-page/bg-white-2.png") center center no-repeat;
       height: 38px;
       width: 1920px;
       position: absolute;
       bottom: 0;
    }

    .flat-title-page:before {
        content: "";
        border-top: 76px solid transparent;
        border-right: 1920px solid rgba(255,255,255,0.54);
        position: absolute;
        bottom: 0;
        z-index: 99;
    }

    .wrap-title-page {
        position: relative;
        padding: 94px 15px 159px;
    }
	    /* breadcrumbs */
    .wrap-title-page.bg-img .breadcrumbs {
        position: absolute;
        bottom: 35px;
        left: 14px;
        z-index: 999;
    }
	    .wrap-title-page.bg-img .bg-breadcrumbs {
        position: absolute;
        right: 82.3%;
        bottom: -40px;
    }

    .flat-title-page.undescription .wrap-title-page {
        padding: 122px 15px 179px;
    }

    .flat-title-page.style2 .wrap-title-page {
        padding: 94px 15px 103px;
    }

    .flat-title-page.style3 .wrap-title-page {
        padding: 155px 15px 100px;
    }

    .flat-title-page.style4 .wrap-title-page  {
        padding: 113px 15px 161px;
    }

    .flat-title-page h2.title {
        margin-bottom: 15px;
        margin-left: -3px;
    }  

    .flat-title-page h2.title a {
        color: #fff;
        font-weight: 700;
        font-family: "Poppins";
    }

    .flat-title-page p {
        color: #fff;
        font-size: 16px;
        padding-right: 39%;
        line-height: 25px;
    }

    .title-page {
        position: relative;
    }

	.flat-title-page .overlay {
		background: #192836;
		opacity: 0.71;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.flat-title-page.style2 .overlay {
		opacity: 0.77;
	}

	.flat-title-page .overlay.style2 {
		background: #f3728b;
	}

	.flat-title-page .overlay.style3 {
		background: #4646c3;
	}

	.flat-title-page .overlay.style4 {
		background: #192836;
	}

	.flat-feature .overlay {
		background: #f3728b;
		opacity: 0.75;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.flat-feature .overlay.v2 {
		opacity: 1;
	}

	.flat-feature.style2 .overlay {
		background: #fff;
		opacity: 0.75;
	}

	.product-item .overlay {
		background: #515e6f;
		position: absolute;
	}

	.flat-free-month .overlay {
		background: #ec5252;
		opacity: 0.8;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.flat-register-now	.overlay {
		background:  #192836;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.88;
	}



/* Parallax
-------------------------------------------------- */
	.parallax {
		width: 100%;
		background-repeat: no-repeat;
		background-position: 50% 0;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.parallax1 {
		background: url("../images/title-page/bg-slider.png") center center no-repeat;
	}

	.parallax2 {
		background: url("../images/feature/bg-feature-2.png") center center no-repeat;
		background-size: cover;
	}

	.parallax2.style2 {
		background: url("../images/feature/bg-feature-1.png") center center no-repeat;
		background-size: cover;
	}

	.parallax3 {
		background: url("../images/title-page/bg-slider-2.png") center center no-repeat;
	}

	.parallax4 {
		background: url("../images/title-page/bg-slider-3.png") center center no-repeat;
	}

	.parallax5 {
		background: url("../images/title-page/bg-slider-4.png") center center no-repeat;
	}

	.parallax6 {
		background: url("../images/title-page/bg-slider-5.png") center center no-repeat;
		background-size: cover;
	}

	.parallax7 {
		background: url("../images/title-page/bg-slider-6.png") center center no-repeat;
	}

	.parallax8 {
		background: url("../images/title-page/bg-slider-7.png") center center no-repeat;
		background-size: cover;
	}

	.parallax9 {
		background: url("../images/courses/bg-free-month.png") center center no-repeat;
		background-size: cover;
	}

	.parallax10 {
		background: url("https://iktlab.az/images/title-page/bg-slider-8.png") center center no-repeat;
		background-size: cover;
	}

	.parallax11 {
		background: url("../images/title-page/bg-slider-9.png") center center no-repeat;
		background-size: cover;
	}

	.parallax12 {
		background: url("../images/title-page/bg-slider-10.png") center center no-repeat;
		background-size: cover;
	}

	.parallax13.style2 {
		background: url("../images/bg-video.png") center center no-repeat;
	}

	.parallax14 {
		background: url("../images/free-month/bg-free-month.png") center center no-repeat;
		background-size: cover;
	}

	.parallax15 {
		background: url("../images/free-month/bg-free-month-2.png") center center no-repeat;
		background-size: cover;
	}

	.parallax16 {
		background: url("../images/title-page/bg-slider-11.png") center center no-repeat;
		background-size: cover;
	}
	


/* Boxes
-------------------------------------------------- */

/*===========================
    21.FAQ css 
===========================*/
.faq-area {
  padding-top: 0px;
  padding-bottom: 20px; 
  }
  .faq-area .faq-title .title {
    font-size: 46px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .faq-area .faq-title .title {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .faq-area .faq-title .title {
        font-size: 32px; } }
    .faq-area .faq-title .title span {
      color: #bb51ff; }
  .faq-area .faq-title p {
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .faq-area .faq-title p {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-area .faq-title p {
        font-size: 18px;
        padding-right: 150px; } }
    @media (max-width: 767px) {
      .faq-area .faq-title p {
        font-size: 16px; } }
  .faq-area .faq-title.faq-title-2 .title span {
    color: #f16001; }
  .faq-area .faq-accordion {
    padding-top: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-area .faq-accordion {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .faq-area .faq-accordion {
        padding-top: 0; } }
    .faq-area .faq-accordion .accordion {
      border: 2px solid transparent; }
      .faq-area .faq-accordion .accordion .card {
        margin-bottom: 20px;
        box-shadow: 0px 8px 16px 0px rgba(132, 190, 255, 0.1);
        border-radius: 0 !important;
        border: 2px solid #ebf1f6;
        box-shadow: none; }
        .faq-area .faq-accordion .accordion .card .card-header {
          border-bottom: 0;
          padding: 0;
          margin: 0;
          background-color: transparent; }
          .faq-area .faq-accordion .accordion .card .card-header a {
            line-height: 80px;
            padding: 0 0 0 40px;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            width: 100%;
            color: #6b93aa;
            position: relative; }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .faq-area .faq-accordion .accordion .card .card-header a {
                padding: 0 0 0 20px;
                font-size: 14px; } }
            .faq-area .faq-accordion .accordion .card .card-header a i {
              color: #f16001;
              padding-right: 20px; }
              @media only screen and (min-width: 992px) and (max-width: 1200px) {
                .faq-area .faq-accordion .accordion .card .card-header a i {
                  padding-right: 10px; } }
            @media (max-width: 767px) {
              .faq-area .faq-accordion .accordion .card .card-header a {
                padding: 10px 30px 10px 20px;
                line-height: 20px;
                font-size: 15px; } }
            @media only screen and (min-width: 576px) and (max-width: 767px) {
              .faq-area .faq-accordion .accordion .card .card-header a {
                padding: 0 0 0 20px;
                line-height: 60px;
                font-size: 16px; } }
            .faq-area .faq-accordion .accordion .card .card-header a.collapsed {
              color: #6b93aa; }
              @media only screen and (min-width: 992px) and (max-width: 1200px) {
                .faq-area .faq-accordion .accordion .card .card-header a.collapsed {
                  padding: 0 0 0 20px;
                  font-size: 14px; } }
              .faq-area .faq-accordion .accordion .card .card-header a.collapsed::before {
                content: '\f067';
                color: #0066ff; }
            .faq-area .faq-accordion .accordion .card .card-header a::before {
              position: absolute;
              content: '\f068';
              right: 36px;
              top: 50%;
              transform: translateY(-50%);
              font-size: 14px;
              font-family: 'Font Awesome 5 Pro';
              color: #0066ff;
              height: 40px;
              width: 40px;
              border-radius: 50%;
              background: #ecf9ff;
              text-align: center;
              line-height: 40px; }
              @media (max-width: 767px) {
                .faq-area .faq-accordion .accordion .card .card-header a::before {
                  right: 18px; } }
        .faq-area .faq-accordion .accordion .card .card-body {
          padding: 0 30px 14px 40px !important; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .faq-area .faq-accordion .accordion .card .card-body {
              padding: 0 30px 14px 20px !important; } }
          @media (max-width: 767px) {
            .faq-area .faq-accordion .accordion .card .card-body {
              padding: 10px 0px 20px 20px !important; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .faq-area .faq-accordion .accordion .card .card-body {
              padding: 0 40px 14px 20px !important; } }
          .faq-area .faq-accordion .accordion .card .card-body p {
            margin-top: -10px;
            font-size: 14px; }
            @media (max-width: 767px) {
              .faq-area .faq-accordion .accordion .card .card-body p {
                font-size: 13px; } }
        .faq-area .faq-accordion .accordion .card.show .card-body {
          padding: 0 40px 14px 40px !important; }
          .faq-area .faq-accordion .accordion .card.show .card-body p {
            margin-top: -10px;
            font-size: 14px; }

.faq-answer-area {
  position: relative;
  padding-top: 109px;
  padding-bottom: 120px; }
  .faq-answer-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
    background-image: -webkit-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
    background-image: -ms-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
    background-image: -o-linear-gradient(0deg, #2400ff 0%, #0090ff 100%);
    opacity: 0.8; }
  .faq-answer-area .section-title .title {
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .faq-answer-area .section-title .title {
        font-size: 54px; } }
    @media (max-width: 767px) {
      .faq-answer-area .section-title .title {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .faq-answer-area .section-title .title {
        font-size: 36px; } }
  .faq-answer-area .section-title p {
    color: #fff; }
  .faq-answer-area form .input-box {
    position: relative; }
    .faq-answer-area form .input-box input {
      width: 100%;
      height: 80px;
      line-height: 80px;
      background-color: transparent;
      border: 2px solid #859af4;
      padding-left: 45px;
      color: #fff; }
      .faq-answer-area form .input-box input::placeholder {
        color: #fff;
        opacity: 1; }
    .faq-answer-area form .input-box > i {
      position: absolute;
      right: 45px;
      top: 40px;
      transform: translateY(-50%);
      color: #fff; }
    .faq-answer-area form .input-box textarea {
      width: 100%;
      height: 180px;
      background-color: transparent;
      border: 2px solid #859af4;
      padding-left: 45px;
      padding-top: 30px;
      color: #fff;
      resize: none; }
      .faq-answer-area form .input-box textarea::placeholder {
        opacity: 1;
        color: #fff; }
    .faq-answer-area form .input-box button {
      margin-top: 40px;
      background: #24ffce;
      padding: 0 60px;
      height: 60px;
      line-height: 60px;
      color: #001b61;
      border: 0;
      font-size: 14px;
      font-weight: 700;
      border-radius: 30px;
      box-shadow: 0px 8px 16px 0px rgba(0, 240, 255, 0.3); }
      .faq-answer-area form .input-box button i {
        padding-right: 8px; }
  .faq-answer-area.faq-answer-area-2::before {
    background-color: #001a3f;
    opacity: 0.902;
    background-image: none; }
  .faq-answer-area.faq-answer-area-2 .section-title > span {
    width: 0;
    height: 0;
    border-top: 18px solid #24ffcd;
    border-right: 18px solid transparent; }
  .faq-answer-area.faq-answer-area-2 .section-title .title {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 33px; }
  .faq-answer-area.faq-answer-area-2 form .input-box input {
    border-color: rgba(255, 255, 255, 0.12); }
  .faq-answer-area.faq-answer-area-2 form .input-box textarea {
    border-color: rgba(255, 255, 255, 0.12); }

.bg {
  border-style: solid;
  border-width: 2px;
  background-color: rgba(0, 26, 63, 0);
  opacity: 0.12;
  position: absolute;
  left: 371px;
  top: 3973px;
  width: 374px;
  height: 74px;
  z-index: 231; }


.faq-area .counter-thumb {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .counter-thumb {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .faq-area .counter-thumb {
    margin-top: 40px;
    margin-left: 0;
  }
}

.faq-area .counter-thumb img {
  width: 100%;
}

.faq-area .counter-thumb a {
  font-size: 30px;
  color: #06f;
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  border: 0;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/*===========================
    23.BLOG css 
===========================*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-sidebar {
    margin-left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-standard-area .blog-sidebar {
    margin-left: 0; } }
@media (max-width: 767px) {
  .blog-standard-area .blog-sidebar {
    margin-left: 0; } }
.blog-standard-area .blog-sidebar .blog-side-about {
  padding: 37px 40px 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-standard-area .blog-sidebar .blog-side-about {
      padding: 37px 30px 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-standard-area .blog-sidebar .blog-side-about {
      padding: 37px 25px 40px; } }
  @media (max-width: 767px) {
    .blog-standard-area .blog-sidebar .blog-side-about {
      padding: 37px 10px 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-standard-area .blog-sidebar .blog-side-about {
      padding: 37px 25px 40px; } }
  .blog-standard-area .blog-sidebar .blog-side-about .about-title .title {
    font-size: 20px;
    padding-left: 46px;
    position: relative; }
    .blog-standard-area .blog-sidebar .blog-side-about .about-title .title::before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      height: 4px;
      width: 18px;
      background: #39bdb2; }
    .blog-standard-area .blog-sidebar .blog-side-about .about-title .title::after {
      position: absolute;
      content: '';
      left: 22px;
      top: 50%;
      transform: translateY(-50%);
      height: 4px;
      width: 4px;
      background: #39bdb2; }
  .blog-standard-area .blog-sidebar .blog-side-about .blog-about-content {
    padding-top: 33px; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-about-content .title {
      font-size: 18px;
      padding-top: 25px; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-about-content p {
      color: #7886a0;
      font-size: 14px;
      padding: 20px 14px 20px; }
      @media (max-width: 767px) {
        .blog-standard-area .blog-sidebar .blog-side-about .blog-about-content p {
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-standard-area .blog-sidebar .blog-side-about .blog-about-content p {
          font-size: 14px; } }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-about-content ul li {
      display: inline-block; }
      .blog-standard-area .blog-sidebar .blog-side-about .blog-about-content ul li a {
        color: #b3bed3;
        font-size: 14px;
        margin: 0 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .blog-standard-area .blog-sidebar .blog-side-about .blog-about-content ul li a:hover {
          color: #06f; }
  .blog-standard-area .blog-sidebar .blog-side-about .blog-Search-content .input-box {
    margin-top: 38px;
    position: relative; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-Search-content .input-box input {
      width: 100%;
      border: 0;
      height: 60px;
      line-height: 60px;
      background: #f6f4ff;
      padding-left: 30px;
      color: #7e9cac;
      font-size: 14px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-standard-area .blog-sidebar .blog-side-about .blog-Search-content .input-box input {
          padding-left: 15px; } }
      .blog-standard-area .blog-sidebar .blog-side-about .blog-Search-content .input-box input::placeholder {
        color: #7e9cac;
        opacity: 1; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-Search-content .input-box button {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      background: #06f;
      color: #fff;
      border: 0;
      line-height: 60px;
      font-size: 14px;
      padding: 0 23px; }
  .blog-standard-area .blog-sidebar .blog-side-about .blog-feeds-content .single-feeds {
    align-items: center;
    border-bottom: 1px solid #e1e6ff;
    padding-bottom: 30px;
    padding-top: 30px; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-feeds-content .single-feeds .feeds-thumb {
      width: 65%; }
      .blog-standard-area .blog-sidebar .blog-side-about .blog-feeds-content .single-feeds .feeds-thumb img {
        width: 100%; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-feeds-content .single-feeds .feeds-content .title {
      font-size: 14px;
      line-height: 22px; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-feeds-content .single-feeds .feeds-content span {
      font-size: 12px;
      color: #7886a0;
      padding-top: 10px; }
      .blog-standard-area .blog-sidebar .blog-side-about .blog-feeds-content .single-feeds .feeds-content span i {
        padding-right: 5px; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-feeds-content .single-feeds.item {
      padding-bottom: 0;
      border-bottom: 0; }
  .blog-standard-area .blog-sidebar .blog-side-about .blog-categories-content {
    text-align: left; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-categories-content ul li a {
      display: block;
      background: #152136;
      color: #fff;
      margin-top: 10px;
      padding-left: 30px;
      line-height: 50px;
      position: relative; }
      .blog-standard-area .blog-sidebar .blog-side-about .blog-categories-content ul li a span {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0 16px;
        background: #091222;
        font-weight: 700; }
  .blog-standard-area .blog-sidebar .blog-side-about .blog-social-content ul li {
    display: inline-block; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-social-content ul li a {
      height: 40px;
      width: 40px;
      text-align: center;
      color: #fff;
      line-height: 40px;
      border: 0;
      background: #091222;
      font-size: 14px;
      margin: 0 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-standard-area .blog-sidebar .blog-side-about .blog-social-content ul li a {
          margin: 0 1px; } }
      @media (max-width: 767px) {
        .blog-standard-area .blog-sidebar .blog-side-about .blog-social-content ul li a {
          margin: 0 1px; } }
  .blog-standard-area .blog-sidebar .blog-side-about .blog-instagram-content .instagram-list .instagram-item {
    width: 100%;
    margin-top: 15px; }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-instagram-content .instagram-list .instagram-item img {
      width: 85%; }
  .blog-standard-area .blog-sidebar .blog-side-about .blog-tags-content ul {
    padding-top: 10px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .blog-standard-area .blog-sidebar .blog-side-about .blog-tags-content ul {
        justify-content: space-evenly; } }
    .blog-standard-area .blog-sidebar .blog-side-about .blog-tags-content ul li a {
      font-size: 12px;
      color: #5b7d9a;
      background: #f5f2ff;
      line-height: 30px;
      padding: 0 23px;
      border: 0;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-standard-area .blog-sidebar .blog-side-about .blog-tags-content ul li a {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .blog-standard-area .blog-sidebar .blog-side-about .blog-tags-content ul li a {
          padding: 0 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-standard-area .blog-sidebar .blog-side-about .blog-tags-content ul li a {
          padding: 0 23px; } }
.blog-standard-area .blog-standard .single-blog-standard {
  overflow: hidden; }
  .blog-standard-area .blog-standard .single-blog-standard:hover .blog-thumb {
    overflow: hidden; }
    .blog-standard-area .blog-standard .single-blog-standard:hover .blog-thumb img {
      transform: scale(1.1);
      transition: all linear 0.4s; }
  .blog-standard-area .blog-standard .single-blog-standard .blog-thumb {
    position: relative; }
    .blog-standard-area .blog-standard .single-blog-standard .blog-thumb a {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 80px;
      width: 80px;
      box-shadow: 50%;
      text-align: center;
      line-height: 80px;
      border-radius: 50%;
      color: #fff;
      background: #ff4a57; }
    .blog-standard-area .blog-standard .single-blog-standard .blog-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .blog-standard-area .blog-standard .single-blog-standard .blog-content {
    padding: 50px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-standard-area .blog-standard .single-blog-standard .blog-content {
        padding: 50px 35px; } }
    @media (max-width: 767px) {
      .blog-standard-area .blog-standard .single-blog-standard .blog-content {
        padding: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-standard-area .blog-standard .single-blog-standard .blog-content {
        padding: 20px; } }
    .blog-standard-area .blog-standard .single-blog-standard .blog-content > span {
      color: #fff;
      background: #06f;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 30px;
      padding: 0 16px;
      letter-spacing: 3px;
      margin-bottom: 25px; }
    .blog-standard-area .blog-standard .single-blog-standard .blog-content > a {
      margin-bottom: 18px; }
      .blog-standard-area .blog-standard .single-blog-standard .blog-content > a .title {
        font-size: 32px;
        line-height: 42px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .blog-standard-area .blog-standard .single-blog-standard .blog-content > a .title {
            font-size: 25px;
            line-height: 35px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .blog-standard-area .blog-standard .single-blog-standard .blog-content > a .title {
            font-size: 28px;
            line-height: 38px; } }
        @media (max-width: 767px) {
          .blog-standard-area .blog-standard .single-blog-standard .blog-content > a .title {
            font-size: 19px;
            line-height: 29px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-standard-area .blog-standard .single-blog-standard .blog-content > a .title {
            font-size: 23px;
            line-height: 33px; } }
    .blog-standard-area .blog-standard .single-blog-standard .blog-content ul li {
      display: inline-block;
      color: #7886a0;
      font-size: 14px;
      margin-right: 25px; }
      .blog-standard-area .blog-standard .single-blog-standard .blog-content ul li i {
        padding-right: 7px; }
    .blog-standard-area .blog-standard .single-blog-standard .blog-content p {
      padding-top: 15px;
      padding-bottom: 33px; }
      @media (max-width: 767px) {
        .blog-standard-area .blog-standard .single-blog-standard .blog-content p {
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-standard-area .blog-standard .single-blog-standard .blog-content p {
          font-size: 14px; } }
    .blog-standard-area .blog-standard .single-blog-standard .blog-content .user-blog-info .info img {
      margin-right: 15px; }
    .blog-standard-area .blog-standard .single-blog-standard .blog-content .user-blog-info .info span {
      color: #7886a0;
      font-weight: 700; }
      .blog-standard-area .blog-standard .single-blog-standard .blog-content .user-blog-info .info span span {
        color: #001b61; }
    .blog-standard-area .blog-standard .single-blog-standard .blog-content .user-blog-info .blog-details-more a {
      font-weight: 700;
      font-size: 14px;
      color: #ff4b57;
      text-transform: uppercase;
      letter-spacing: 3px; }
      @media (max-width: 767px) {
        .blog-standard-area .blog-standard .single-blog-standard .blog-content .user-blog-info .blog-details-more a {
          margin-top: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-standard-area .blog-standard .single-blog-standard .blog-content .user-blog-info .blog-details-more a {
          margin-top: 0px; } }
.blog-standard-area .blog-standard nav {
  text-align: center;
  margin-top: 60px; }
  .blog-standard-area .blog-standard nav ul {
    display: inline-block; }
    .blog-standard-area .blog-standard nav ul li {
      display: inline-block; }
      .blog-standard-area .blog-standard nav ul li a {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 0 !important;
        padding: 0;
        line-height: 50px;
        margin: 0 3px;
        font-size: 14px;
        color: #7886a0;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .blog-standard-area .blog-standard nav ul li a:hover {
          color: #fff;
          background: #ff7575; }
        .blog-standard-area .blog-standard nav ul li a.active {
          color: #fff;
          background: #ff7575; }
      .blog-standard-area .blog-standard nav ul li:first-child a {
        border-radius: 50% !important; }
      .blog-standard-area .blog-standard nav ul li:last-child a {
        border-radius: 50% !important; }
.blog-standard-area .blog-standard .single-blog-grid {
  background: #fff; }
  .blog-standard-area .blog-standard .single-blog-grid .blog-thumb {
    z-index: 2;
    position: relative; }
    .blog-standard-area .blog-standard .single-blog-grid .blog-thumb img {
      width: 100%; }
  .blog-standard-area .blog-standard .single-blog-grid .blog-content {
    padding: 0px 40px 35px;
    margin-top: -12px;
    z-index: 3;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-standard-area .blog-standard .single-blog-grid .blog-content {
        padding: 0 20px 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-standard-area .blog-standard .single-blog-grid .blog-content {
        padding: 0 20px 35px; } }
    @media (max-width: 767px) {
      .blog-standard-area .blog-standard .single-blog-grid .blog-content {
        padding: 0 15px 35px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-standard-area .blog-standard .single-blog-grid .blog-content {
        padding: 0 40px 35px; } }
    .blog-standard-area .blog-standard .single-blog-grid .blog-content span {
      color: #fff;
      background: #06f;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 30px;
      padding: 0 16px;
      letter-spacing: 3px;
      margin-bottom: 25px; }
    .blog-standard-area .blog-standard .single-blog-grid .blog-content .title {
      font-size: 23px;
      line-height: 34px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-standard-area .blog-standard .single-blog-grid .blog-content .title {
          font-size: 18px;
          line-height: 28px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-standard-area .blog-standard .single-blog-grid .blog-content .title {
          font-size: 21px;
          line-height: 31px; } }
      @media (max-width: 767px) {
        .blog-standard-area .blog-standard .single-blog-grid .blog-content .title {
          font-size: 18px;
          line-height: 28px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-standard-area .blog-standard .single-blog-grid .blog-content .title {
          font-size: 23px;
          line-height: 34px; } }
    .blog-standard-area .blog-standard .single-blog-grid .blog-content ul {
      padding-top: 10px;
      padding-bottom: 16px; }
      .blog-standard-area .blog-standard .single-blog-grid .blog-content ul li {
        display: inline-block;
        color: #7886a0;
        font-size: 14px;
        margin-right: 22px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .blog-standard-area .blog-standard .single-blog-grid .blog-content ul li {
            font-size: 13px;
            margin-right: 10px; } }
        @media (max-width: 767px) {
          .blog-standard-area .blog-standard .single-blog-grid .blog-content ul li {
            font-size: 13px;
            margin-right: 10px; } }
        .blog-standard-area .blog-standard .single-blog-grid .blog-content ul li i {
          padding-right: 7px; }
    @media (max-width: 767px) {
      .blog-standard-area .blog-standard .single-blog-grid .blog-content p {
        font-size: 14px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-standard-area .blog-standard .single-blog-grid .blog-content p {
        font-size: 16px; } }

.banner-add img {
  width: 100%; }

.blog-dteails-content {
  padding: 50px; }
  @media (max-width: 767px) {
    .blog-dteails-content {
      padding: 50px 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-dteails-content {
      padding: 50px; } }
  .blog-dteails-content .blog-details-top > span {
    background: #30bcff;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 0 15px;
    line-height: 30px;
    text-transform: uppercase; }
  .blog-dteails-content .blog-details-top .title {
    font-size: 32px;
    line-height: 42px;
    padding-top: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-dteails-content .blog-details-top .title {
        font-size: 25px;
        line-height: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-dteails-content .blog-details-top .title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-top .title {
        font-size: 18px;
        line-height: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-top .title {
        font-size: 20px;
        line-height: 32px; } }
  .blog-dteails-content .blog-details-top ul {
    padding: 20px 0; }
    .blog-dteails-content .blog-details-top ul li {
      display: inline-block;
      color: #6b93aa;
      font-size: 14px;
      margin-right: 28px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-top ul li {
          margin-right: 00px;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-top ul li {
          margin-right: 20px;
          margin-bottom: 0; } }
      .blog-dteails-content .blog-details-top ul li i {
        padding-right: 6px; }
  .blog-dteails-content .blog-details-top > p {
    color: #6b93aa;
    font-size: 15px;
    padding-bottom: 35px; }
  .blog-dteails-content .blog-details-bath img {
    width: 100%; }
  .blog-dteails-content .blog-details-bath .title {
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-bath .title {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-bath .title {
        font-size: 22px; } }
  .blog-dteails-content .blog-details-bath p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 35px; }
  .blog-dteails-content .blog-details-bath ul {
    padding-left: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-dteails-content .blog-details-bath ul {
        padding-left: 18px; } }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-bath ul {
        padding-left: 0px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-bath ul {
        padding-left: 30px; } }
    .blog-dteails-content .blog-details-bath ul li {
      color: #6b93aa;
      line-height: 30px; }
      .blog-dteails-content .blog-details-bath ul li i {
        color: #83d179; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-bath ul li {
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-bath ul li {
          font-size: 15px; } }
  .blog-dteails-content .blog-details-quote {
    background: #f3f5ff;
    border-radius: 10px;
    padding: 50px 55px 57px;
    position: relative;
    z-index: 5; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-quote {
        padding: 50px 10px 57px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-quote {
        padding: 50px 50px 57px; } }
    .blog-dteails-content .blog-details-quote p {
      color: #001b61;
      font-weight: 700; }
      .blog-dteails-content .blog-details-quote p span {
        color: #6b93aa; }
    .blog-dteails-content .blog-details-quote .title {
      line-height: 38px;
      padding-top: 13px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-dteails-content .blog-details-quote .title {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-quote .title {
          font-size: 17px;
          line-height: 27px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-quote .title {
          font-size: 19px;
          line-height: 29px; } }
    .blog-dteails-content .blog-details-quote i {
      font-size: 190px;
      color: #e4e9ff;
      z-index: -1;
      position: absolute;
      bottom: 15px;
      right: 30px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-quote i {
          font-size: 90px; } }
  @media (max-width: 767px) {
    .blog-dteails-content .blog-details-confarance .confarance-flex {
      display: block !important; } }
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
    width: 50%; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
        width: 100%; } }
    .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 img {
      width: 100%;
      padding-top: 10px; }
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
    width: 83%;
    padding-left: 35px; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
        padding-left: 0;
        width: 100%;
        padding-top: 20px; } }
  @media (max-width: 767px) {
    .blog-dteails-content .blog-details-bar {
      display: block !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-dteails-content .blog-details-bar {
      display: flex !important; } }
  .blog-dteails-content .blog-details-bar .blog-tags .title {
    font-size: 20px;
    text-transform: capitalize; }
  .blog-dteails-content .blog-details-bar .blog-tags ul li {
    display: inline-block; }
    .blog-dteails-content .blog-details-bar .blog-tags ul li a {
      background: #f5f2ff;
      color: #001b61;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 30px;
      padding: 0 20px;
      margin-right: 7px;
      margin-top: 27px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-tags ul li a {
          margin-right: 2px;
          padding: 0 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-tags ul li a {
          margin-right: 0;
          padding: 0 10px; } }
      .blog-dteails-content .blog-details-bar .blog-tags ul li a:hover {
        background: #ff4b57;
        color: #fff; }
  @media (max-width: 767px) {
    .blog-dteails-content .blog-details-bar .blog-social {
      text-align: left !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-dteails-content .blog-details-bar .blog-social {
      text-align: right !important; } }
  .blog-dteails-content .blog-details-bar .blog-social .title {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-bar .blog-social .title {
        margin-top: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-bar .blog-social .title {
        margin-top: 0px; } }
  .blog-dteails-content .blog-details-bar .blog-social ul li {
    display: inline-block; }
    .blog-dteails-content .blog-details-bar .blog-social ul li a {
      color: #b5becc;
      font-size: 18px;
      margin-left: 28px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-social ul li a {
          margin-left: 0;
          margin-right: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-social ul li a {
          margin-left: 20px;
          margin-right: 0px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-bar .blog-social ul li a {
          margin-left: 15px; } }
      .blog-dteails-content .blog-details-bar .blog-social ul li a:hover {
        color: #f16001; }
  .blog-dteails-content .blog-details-next-prev {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .blog-dteails-content .blog-details-next-prev .post-prev a span {
      color: #6b93aa;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .blog-dteails-content .blog-details-next-prev .post-prev a .title {
      font-size: 28px;
      text-transform: capitalize;
      padding-top: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-dteails-content .blog-details-next-prev .post-prev a .title {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-dteails-content .blog-details-next-prev .post-prev a .title {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev .post-prev a .title {
          font-size: 18px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev .post-prev a .title {
          font-size: 18px; } }
    .blog-dteails-content .blog-details-next-prev .post-next a span {
      color: #6b93aa;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .blog-dteails-content .blog-details-next-prev .post-next a .title {
      font-size: 28px;
      text-transform: capitalize;
      padding-top: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-dteails-content .blog-details-next-prev .post-next a .title {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-dteails-content .blog-details-next-prev .post-next a .title {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev .post-next a .title {
          font-size: 18px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev .post-next a .title {
          font-size: 18px; } }
    .blog-dteails-content .blog-details-next-prev > a {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev > a {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-next-prev > a {
          display: block; } }
  .blog-dteails-content .blog-details-releted-post .title {
    font-size: 26px;
    padding-bottom: 5px;
    font-weight: 600; }
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item {
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06); }
    .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-thumb img {
      width: 100%; }
    .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
      padding: 35px 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
          padding: 35px 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
          padding: 35px 20px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
          padding: 35px 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
          padding: 35px 40px; } }
      .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span {
        font-size: 14px;
        color: #6b93aa;
        padding-bottom: 5px; }
        .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span i {
          padding-right: 5px; }
      .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
        font-size: 20px;
        line-height: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
            font-size: 17px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
            font-size: 20px; } }
      .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content p {
        font-size: 14px;
        line-height: 26px;
        padding-top: 3px; }
  .blog-dteails-content .blog-details-written {
    border: 2px solid #ddd;
    padding: 40px; }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-written {
        padding: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-dteails-content .blog-details-written {
        padding: 31px; } }
    @media (max-width: 767px) {
      .blog-dteails-content .blog-details-written .written-area {
        display: block !important; } }
    .blog-dteails-content .blog-details-written .written-area .written-thumb {
      width: 100%; }
      .blog-dteails-content .blog-details-written .written-area .written-thumb img {
        width: 100%; }
    .blog-dteails-content .blog-details-written .written-area .written-content {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-written .written-area .written-content {
          padding-left: 0; } }
      .blog-dteails-content .blog-details-written .written-area .written-content span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #6b93aa; }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-written .written-area .written-content span {
            padding-top: 20px; } }
      .blog-dteails-content .blog-details-written .written-area .written-content .title {
        font-size: 36px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .blog-dteails-content .blog-details-written .written-area .written-content .title {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-written .written-area .written-content .title {
            font-size: 22px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-dteails-content .blog-details-written .written-area .written-content .title {
            font-size: 30px; } }
      .blog-dteails-content .blog-details-written .written-area .written-content p {
        font-size: 14px;
        color: #6b93aa;
        line-height: 26px;
        padding-top: 7px; }
  .blog-dteails-content .blog-details-comments {
    position: relative; }
    .blog-dteails-content .blog-details-comments > .title {
      font-size: 26px;
      padding-bottom: 5px; }
    .blog-dteails-content .blog-details-comments .blog-comments-area {
      margin-top: 40px;
      padding-left: 130px;
      position: relative;
      border-bottom: 1px solid #ddd;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area {
          padding-left: 0px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area {
          padding-left: 110px; } }
      .blog-dteails-content .blog-details-comments .blog-comments-area .blog-left .title {
        font-size: 18px; }
      .blog-dteails-content .blog-details-comments .blog-comments-area .blog-left span {
        font-size: 12px;
        color: #f16001;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-top: 5px;
        padding-bottom: 15px; }
      .blog-dteails-content .blog-details-comments .blog-comments-area .blog-right a {
        color: #69a1bb;
        font-weight: 700;
        font-size: 14px;
        line-height: 40px;
        border: 2px solid #ddd;
        padding: 0 20px;
        border-radius: 30px; }
      .blog-dteails-content .blog-details-comments .blog-comments-area p {
        font-size: 14px; }
      .blog-dteails-content .blog-details-comments .blog-comments-area img {
        position: absolute;
        left: 0;
        top: -10px; }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-comments .blog-comments-area img {
            width: 18%;
            position: inherit;
            top: 0;
            padding: 15px 0; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-dteails-content .blog-details-comments .blog-comments-area img {
            width: 18%;
            position: absolute;
            top: -10px;
            padding: 0; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area.ml-125 {
          margin-left: 50px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
          display: block !important; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
          display: flex !important; } }
  .blog-dteails-content .blog-details-post-comments {
    margin-top: 40px; }
    .blog-dteails-content .blog-details-post-comments .title {
      font-size: 26px;
      padding-bottom: 30px; }
    .blog-dteails-content .blog-details-post-comments .post-comments-area {
      padding: 30px 50px 50px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-dteails-content .blog-details-post-comments .post-comments-area {
          padding: 30px 50px 50px; } }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-post-comments .post-comments-area {
          padding: 20px; } }
      .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea {
        width: 100%;
        border: 0;
        height: 150px;
        resize: none;
        padding-top: 20px;
        padding-left: 30px; }
        .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea::placeholder {
          opacity: 1;
          font-size: 14px;
          color: #6b93aa; }
      .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input {
        width: 100%;
        border: 0;
        line-height: 60px;
        padding-left: 30px; }
        .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input::placeholder {
          opacity: 1;
          color: #6b93aa;
          font-size: 14px; }
      .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
        background: #ff4b57;
        line-height: 60px;
        padding: 0 60px;
        border-color: #ff4b57;
        border-radius: 30px;
        text-transform: capitalize;
        font-size: 14px;
        color: #fff;
        font-weight: 700; }
        @media (max-width: 767px) {
          .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
            line-height: 50px;
            padding: 0 30px; } }
        .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button i {
          padding-right: 6px; }

.news-3-area {
  padding-top: 120px;
  padding-bottom: 120px; }
  .news-3-area .section-title > span {
    width: 0;
    height: 0;
    border-top: 18px solid #0066ff;
    border-right: 18px solid transparent; }
  .news-3-area .section-title .title {
    color: #001b61;
    padding-top: 10px;
    padding-bottom: 33px; }
  .news-3-area .single-news .news-thumb img {
    width: 100%; }
  .news-3-area .single-news .news-content {
    border: 2px solid #daecff;
    border-top: 0;
    padding: 35px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .news-3-area .single-news .news-content {
        padding: 20px; } }
    @media (max-width: 767px) {
      .news-3-area .single-news .news-content {
        padding: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .news-3-area .single-news .news-content {
        padding: 35px; } }
    .news-3-area .single-news .news-content ul li {
      display: inline-block;
      font-size: 14px;
      color: #5783a6;
      margin-right: 18px; }
      .news-3-area .single-news .news-content ul li i {
        padding-right: 5px; }
      .news-3-area .single-news .news-content ul li:last-child {
        margin-right: 0; }
    .news-3-area .single-news .news-content .title {
      font-size: 22px;
      line-height: 32px;
      padding-top: 5px;
      padding-bottom: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .news-3-area .single-news .news-content .title {
          font-size: 20px; } }
    .news-3-area .single-news .news-content .btns span {
      color: #001b61;
      background: #24ffcd;
      padding: 0 20px;
      line-height: 30px;
      border-radius: 30px;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .news-3-area .single-news .news-content .btns a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #dbecff;
      font-size: 14px;
      color: #001b61; }
	  
	  
/*===========================
    19.OUR EVENTS css 
===========================*/
.our-events-area {
  padding-top: 105px;
  padding-bottom: 120px; }
  .our-events-area .tab-btns {
    border-bottom: 2px solid #e8f2ff;
    padding-bottom: 0px;
    text-align: center; }
    .our-events-area .tab-btns ul {
      display: inline-block; }
      .our-events-area .tab-btns ul li {
        display: inline-block; }
        .our-events-area .tab-btns ul li a {
          background-color: transparent;
          color: #6b93aa;
          font-size: 18px;
          font-weight: 700;
          height: 50px;
          line-height: 50px;
          padding: 0 25px; }
          @media (max-width: 767px) {
            .our-events-area .tab-btns ul li a {
              font-size: 12px;
              padding: 0 8px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .our-events-area .tab-btns ul li a {
              font-size: 16px;
              padding: 0 20px; } }
          .our-events-area .tab-btns ul li a i {
            color: #30e578;
            margin-right: 5px; }
          .our-events-area .tab-btns ul li a.active {
            background-color: transparent;
            color: #30bcff;
            position: relative; }
            .our-events-area .tab-btns ul li a.active i {
              color: #30bcff !important; }
            .our-events-area .tab-btns ul li a.active::before {
              position: absolute;
              position: absolute;
              content: '';
              left: 0;
              bottom: -2px;
              height: 2px;
              width: 100%;
              background: #30bcff; }
        .our-events-area .tab-btns ul li:nth-child(2) a i {
          color: #f16001; }
        .our-events-area .tab-btns ul li:nth-child(3) a i {
          color: #0066ff; }
  .our-events-area .our-events-items {
    border-bottom: 1px solid #d4e7ff;
    padding-bottom: 40px;
    padding-top: 40px; }
    .our-events-area .our-events-items .our-events-thumb {
      position: relative; }
      .our-events-area .our-events-items .our-events-thumb img {
        width: 100%; }
      .our-events-area .our-events-items .our-events-thumb .events-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
        background-image: -moz-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
        background-image: -ms-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
        background-image: -o-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%); }
        .our-events-area .our-events-items .our-events-thumb .events-overlay .events-overlay-content .title {
          font-size: 60px;
          color: #fff;
          font-weight: 700;
          line-height: 60px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .our-events-area .our-events-items .our-events-thumb .events-overlay .events-overlay-content .title {
              font-size: 40px;
              line-height: 30px; } }
        .our-events-area .our-events-items .our-events-thumb .events-overlay .events-overlay-content span {
          font-weight: 700;
          font-size: 18px;
          color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .our-events-area .our-events-items .our-events-content {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .our-events-area .our-events-items .our-events-content {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .our-events-area .our-events-items .our-events-content {
        margin-left: 0;
        margin-top: 20px; } }
    .our-events-area .our-events-items .our-events-content ul li {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      color: #ff7575;
      margin-right: 26px; }
      @media (max-width: 767px) {
        .our-events-area .our-events-items .our-events-content ul li {
          font-size: 13px;
          margin-right: 18px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .our-events-area .our-events-items .our-events-content ul li {
          font-size: 14px;
          margin-right: 18px; } }
      .our-events-area .our-events-items .our-events-content ul li i {
        padding-right: 5px; }
      .our-events-area .our-events-items .our-events-content ul li:last-child {
        color: #ffa24f; }
    .our-events-area .our-events-items .our-events-content .title {
      font-size: 40px;
      font-weight: 700;
      padding-top: 5px;
      padding-bottom: 12px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .our-events-area .our-events-items .our-events-content .title {
          font-size: 34px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-events-area .our-events-items .our-events-content .title {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .our-events-area .our-events-items .our-events-content .title {
          font-size: 22px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .our-events-area .our-events-items .our-events-content .title {
          font-size: 36px; } }
    .our-events-area .our-events-items .our-events-content p {
      font-size: 14px;
      color: #6b93aa;
      padding-right: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .our-events-area .our-events-items .our-events-content p {
          padding-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-events-area .our-events-items .our-events-content p {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .our-events-area .our-events-items .our-events-content p {
          padding-right: 0; } }
    .our-events-area .our-events-items .events-btn {
      text-align: right; }
      @media (max-width: 767px) {
        .our-events-area .our-events-items .events-btn {
          text-align: left;
          margin-top: 20px; } }
      .our-events-area .our-events-items .events-btn a {
        height: 50px;
        text-align: center;
        padding: 0 45px;
        border-radius: 30px;
        color: #ff9595;
        font-size: 14px;
        font-weight: 700;
        border: 2px solid #ff9595;
        line-height: 46px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .our-events-area .our-events-items .events-btn a {
            padding: 0 20px; } }
        .our-events-area .our-events-items .events-btn a:hover {
          background: #ff9595;
          color: #fff; }
    .our-events-area .our-events-items.item {
      padding-bottom: 0;
      border-bottom: 0; }
  .our-events-area .single-events .events-thumb {
    position: relative;
    overflow: hidden; }
    .our-events-area .single-events .events-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .our-events-area .single-events .events-thumb .events-overlay {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 100px;
      width: 100px;
      background-image: -webkit-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
      background-image: -moz-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
      background-image: -ms-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
      background-image: -o-linear-gradient(0deg, rgba(36, 0, 255, 0.71) 0%, rgba(0, 144, 255, 0.7) 100%);
      padding-top: 22px; }
      .our-events-area .single-events .events-thumb .events-overlay .title {
        color: #fff;
        font-size: 50px;
        line-height: 30px; }
      .our-events-area .single-events .events-thumb .events-overlay span {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        padding-top: 10px; }
  .our-events-area .single-events .events-content {
    padding-top: 33px; }
    .our-events-area .single-events .events-content ul li {
      display: inline-block;
      font-size: 14px;
      color: #ff7575;
      font-weight: 700;
      margin-right: 26px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .our-events-area .single-events .events-content ul li {
          margin-right: 14px; } }
      @media (max-width: 767px) {
        .our-events-area .single-events .events-content ul li {
          margin-right: 14px;
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .our-events-area .single-events .events-content ul li {
          margin-right: 26px;
          font-size: 13px; } }
      .our-events-area .single-events .events-content ul li i {
        padding-right: 5px; }
      .our-events-area .single-events .events-content ul li:last-child {
        color: #ffa24f; }
    .our-events-area .single-events .events-content .title {
      font-size: 30px;
      padding-top: 14px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .our-events-area .single-events .events-content .title {
          font-size: 22px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-events-area .single-events .events-content .title {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .our-events-area .single-events .events-content .title {
          font-size: 22px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .our-events-area .single-events .events-content .title {
          font-size: 26px; } }
    .our-events-area .single-events .events-content p {
      font-size: 14px;
      padding-top: 15px; }
    .our-events-area .single-events .events-content a {
      height: 50px;
      line-height: 45px;
      color: #ff9595;
      border: 2px solid #ff9595;
      border-radius: 30px;
      padding: 0 45px;
      font-weight: 700;
      font-size: 14px;
      margin-top: 25px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .our-events-area .single-events .events-content a:hover {
        background: #ff9595;
        border-color: #ff9595;
        color: #fff; }
  .our-events-area .single-events:hover .events-thumb img {
    transform: scale(1.1); }

.event-title-area {
  position: relative;
  padding-top: 115px;
  padding-bottom: 120px; }
  .event-title-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(36, 0, 255, 0.8) 0%, rgba(0, 144, 255, 0.8) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(36, 0, 255, 0.8) 0%, rgba(0, 144, 255, 0.8) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(36, 0, 255, 0.8) 0%, rgba(0, 144, 255, 0.8) 100%);
    background-image: -o-linear-gradient(0deg, rgba(36, 0, 255, 0.8) 0%, rgba(0, 144, 255, 0.8) 100%); }
  .event-title-area .event-title-content > span {
    color: #fff;
    font-size: 18px;
    font-weight: 700; }
    .event-title-area .event-title-content > span i {
      padding-right: 5px; }
  .event-title-area .event-title-content .title {
    font-size: 80px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 47px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-title-area .event-title-content .title {
        font-size: 64px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-title-area .event-title-content .title {
        font-size: 56px; } }
    @media (max-width: 767px) {
      .event-title-area .event-title-content .title {
        font-size: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .event-title-area .event-title-content .title {
        font-size: 44px; } }
  .event-title-area .event-title-content ul li {
    display: inline-block;
    height: 150px;
    width: 150px;
    border: 10px solid #ff9148;
    border-radius: 50%;
    padding-top: 30px;
    margin: 0 18px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-title-area .event-title-content ul li {
        height: 130px;
        width: 130px;
        padding-top: 24px; } }
    @media (max-width: 767px) {
      .event-title-area .event-title-content ul li {
        margin-bottom: 30px; } }
    .event-title-area .event-title-content ul li span {
      font-weight: 700;
      font-size: 50px;
      color: #fff;
      line-height: 40px; }
    .event-title-area .event-title-content ul li p {
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .event-title-area .event-title-content ul li:nth-child(2) {
      border-color: #ff6b83; }
    .event-title-area .event-title-content ul li:nth-child(3) {
      border-color: #50f9ff; }
    .event-title-area .event-title-content ul li:nth-child(4) {
      border-color: #fffc00; }

.speakers-area .single-speakers .speakers-thumb {
  position: relative; }
  .speakers-area .single-speakers .speakers-thumb img {
    width: 85%; }
  .speakers-area .single-speakers .speakers-thumb a {
    position: absolute;
    height: 60px;
    width: 60px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #50f9ff;
    color: #001b61;
    border: 5px solid #fff; }
.speakers-area .single-speakers .speakers-content span {
  font-size: 14px;
  font-weight: 700;
  color: #f16001;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-top: 33px; }
.speakers-area .single-speakers .speakers-content .title {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 23px; }

/*===========================
    19.EVENT DESK css 
===========================*/
.event-desk-area {

  background: #f6fcff; }
  .event-desk-area .section-title p {
    padding-bottom: 34px; }
  .event-desk-area .event-desk-content span {
    color: #06f;
    font-size: 26px;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .event-desk-area .event-desk-content span {
        font-size: 18px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .event-desk-area .event-desk-content span {
        font-size: 22px; } }
  .event-desk-area .event-desk-content .title {
    font-size: 68px;
    line-height: 80px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-desk-area .event-desk-content .title {
        font-size: 54px;
        line-height: 64px; } }
    @media (max-width: 767px) {
      .event-desk-area .event-desk-content .title {
        font-size: 28px;
        line-height: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .event-desk-area .event-desk-content .title {
        font-size: 52px;
        line-height: 62px; } }
  .event-desk-area .event-desk-content p {
    font-size: 20px;
    line-height: 32px;
    padding-right: 20px;
    padding-top: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-desk-area .event-desk-content p {
        font-size: 18px;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .event-desk-area .event-desk-content p {
        font-size: 14px;
        padding-right: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .event-desk-area .event-desk-content p {
        font-size: 17px;
        padding-right: 0; } }
  .event-desk-area .event-desk-content ul {
    padding-top: 44px; }
    .event-desk-area .event-desk-content ul li {
      display: inline-block; }
      .event-desk-area .event-desk-content ul li a {
        line-height: 54px;
        border-radius: 30px;
        background: #24ffce;
        font-size: 14px;
        font-weight: 700;
        color: #001b61;
        border: 2px solid #24ffce;
        margin-right: 30px; }
        @media (max-width: 767px) {
          .event-desk-area .event-desk-content ul li a {
            margin: 0 10px 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .event-desk-area .event-desk-content ul li a {
            margin: 0 10px 0px; } }
        .event-desk-area .event-desk-content ul li a i {
          padding-right: 5px; }
        .event-desk-area .event-desk-content ul li a span {
          padding-right: 8px; }
        .event-desk-area .event-desk-content ul li a:hover {
          border-color: #001e92;
          background-color: #001e92;
          color: #fff; }
        .event-desk-area .event-desk-content ul li a.main-btn-2 {
          border-color: #001e92;
          background-color: #001e92;
          color: #fff; }
          .event-desk-area .event-desk-content ul li a.main-btn-2:hover {
            background: #24ffce;
            border-color: #24ffce;
            color: #001b61; }
  .event-desk-area .desk-thumb {
    margin-left: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-desk-area .desk-thumb {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-desk-area .desk-thumb {
        margin-left: 0;
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .event-desk-area .desk-thumb {
        margin-left: 0;
        margin-top: 40px; } }
    .event-desk-area .desk-thumb .item-1 {
      margin-left: 100px;
      margin-top: -185px;
      border: 14px solid #f6fcff; }
      @media (max-width: 767px) {
        .event-desk-area .desk-thumb .item-1 {
          margin-top: 30px;
          margin-left: 0;
          border: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .event-desk-area .desk-thumb .item-1 {
          margin-left: 100px;
          margin-top: -185px;
          border: 14px solid #f6fcff; } }

.event-contact-area {
  position: relative;
  padding-top: 104px; }
  .event-contact-area .event-contact-item .title {
    font-size: 70px;
    padding-bottom: 41px; }
    @media (max-width: 767px) {
      .event-contact-area .event-contact-item .title {
        font-size: 44px; } }
    .event-contact-area .event-contact-item .title span {
      color: #f16001; }
  .event-contact-area .event-contact-item .input-box input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    border: 2px solid #ddecf3;
    color: #6b93aa; }
    .event-contact-area .event-contact-item .input-box input::placeholder {
      opacity: 1;
      color: #6b93aa; }
  .event-contact-area .event-contact-item .input-box button {
    background: #06f;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding: 0 80px;
    font-weight: 700;
    border-radius: 40px;
    border: 0;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .event-contact-area .event-contact-item .input-box button {
        padding: 0 60px; } }
  .event-contact-area .map {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 47%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-contact-area .map {
        width: 0; } }
    @media (max-width: 767px) {
      .event-contact-area .map {
        width: 0; } }
    .event-contact-area .map iframe {
      width: 100%;
      height: 100%; }	  
	  

/* rsl title
-------------------------------------------------- */
.rsl-title {
	display: block;
	line-height: 1.38;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom:10px;
}

.rsl-title::before {
	content: "[";
	display: inline-block;
	margin-right: 10px;
	color: #1ecaab
}

@media (max-width:415px) {
	.rsl-title::before {
		margin-right: 5px
	}
}

.rsl-title::after {
	content: "]";
	display: inline-block;
	margin-left: 10px;
	color: #1ecaab
}

@media (max-width:415px) {
	.rsl-title::after {
		margin-left: 5px
	}
}

@media (max-width:768px) {
	.rsl-title {
		font-size: 20px;
		padding: 40px 0 25px
	}
}

@media (max-width:415px) {
	.rsl-title {
		letter-spacing: 0
	}
}

.rsl-title--partners-home {
	max-width: 300px;
	width: 100%
}

.rsl-title--programs-home {
	width: 280px
}

.rsl-title--programs-courses {
	margin-bottom: 40px
}

.rsl-title--contact-home {
	margin-bottom: 50px
}

.rsl-title--contact-courses {
	margin-bottom: 30px
}

.rslpost-content {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .7px;
	max-width: 960px;
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box
}

@media (max-width:768px) {
	.rsl-content {
		margin-bottom: 20px
	}
}

.rsl-content img {
	height: auto
}
.rslpost-content-wrap {
	margin-bottom: 40px
}

.rslpost-content-wrap ul {
	margin-left: 30px;
	margin-bottom: 30px;
	list-style: disc
}

.rslpost-content-wrap ul li,
.rslpost-content-wrap ol li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .7px;
	margin-bottom: 15px
}


.contact {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 70px
}

.contact--footer {
	position: fixed;
	right: calc(50% - 600px);
	display: inline-block;
	padding: 0;
	transform: translateX(50%);
	z-index: 99
}

@media (max-width:1200px) {
	.contact--footer {
		right: 0
	}
}

@media (max-width:1228px) {
	.contact--footer {
		transform: translate(0%, 14px)
	}
}

@media (max-width:320px) {
	.contact--footer {
		transform: translate(-20%, 14px)
	}
}

.contact__form {
	position: relative
}

.contact--footer .contact__form {
	display: none;
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 350px;
	height: auto;
	padding: 20px 40px;
	border: 1px solid #f3f2f5;
	box-sizing: border-box;
	background-color: #524ecb;
	color: #fff
}

.contact--footer .contact__form--active {
	display: block
}

.contact__wrap {
	display: flex;
	align-self: flex-end;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	max-width: 998px;
	width: 100%;
	height: 450px;
	padding: 53px 94px;
	box-sizing: border-box;
	background-color: #524ecb
}

@media (max-width:768px) {
	.contact__wrap {
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding: 24px 12px 36px;
		box-sizing: border-box
	}
}

@media (max-width:1024px) {
	.contact--event .contact__wrap {
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding: 24px 12px 36px;
		box-sizing: border-box
	}
}

@media (max-width:768px) {
	.contact--event.active .contact__wrap {
		height: 450px
	}
}

.contact__info-wrap {
	display: flex;
	flex-direction: column;
	flex-flow: column-reverse
}

@media (max-width:768px) {
	.contact__info-wrap {
		margin-bottom: 44px
	}
}

.contact__quote,
.contact__quote2 {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 355px;
	width: 100%;
	height: auto;
	padding: 58px 78px;
	background-color: #1a1f29;
	box-sizing: border-box;
	transform: translate(-15%, -15%)
}

@media (max-width:768px) {
	.contact__quote,
	.contact__quote2 {
		position: relative;
		max-width: none;
		transform: none;
		background-color: #fff
	}
}

.contact--event .contact__quote,
.contact--online .contact__quote2 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 640px;
	padding: 48px 104px;
	z-index: 1;
	transform: translate(-53px, 50%)
}

.countdown #ujiCountdown {
	width: 100%;
	display: block
}

@media (max-width:1024px) {
	.contact--event .contact__quote,
	.contact--online .contact__quote2 {
		position: relative;
		padding: 40px 33px;
		margin-bottom: 20px;
		max-width: none;
		transform: none;
		background-color: #1a1f29
	}
}

@media (max-width:768px) {
	.contact--event .contact__quote,
	.contact--online .contact__quote2 {
		padding: 40px 23px
	}
}

@media (max-width:415px) {
	.contact--event .contact__quote,
	.contact--online .contact__quote2 {
		padding: 40px 13px
	}
}

.contact--course .contact__quote,
.contact--online .contact__quote {
	position: absolute;
	max-width: 515px;
	width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	padding: 44px 21px 44px 67px;
	z-index: 1;
	transform: translate(-5%, 20%)
}

@media (max-width:768px) {
	.contact--course .contact__quote,
	.contact--online .contact__quote {
		position: relative;
		max-width: none;
		transform: none
	}
}

.contact__title {
	display: block;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #fff
}

.contact__text {
	position: relative;
	font-size: 14px;
	line-height: 1.71;
	margin-bottom: 33px;
	color: #fff
}

@media (max-width:768px) {
	.contact__text {
		color: #000
	}
}

.contact--course .contact__text {
	margin-bottom: 14px
}

.contact__icon {
	position: absolute;
	left: -28px;
	width: 16px;
	height: 12px;
	transform: translateX(-100%)
}

.contact__footer {
	margin-left: 18%
}

.contact__author {
	position: relative;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 2;
	color: #fff
}

.contact__author::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -11px;
	transform: translateX(-100%);
	width: 24px;
	height: 1px;
	background-color: #fff
}

@media (max-width:768px) {
	.contact__author::before {
		background-color: #000
	}
	.contact__author {
		color: #000
	}
}

.contact__position {
	font-size: 12px;
	line-height: 1.67;
	font-weight: 300;
	color: #fff
}

.contact__img,
.contact__img2 {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateX(47%);
	width: 405px;
	height: 478px
}

@media (max-width:768px) {
	.contact__img,
	.contact__img2 {
		position: relative;
		width: 297px;
		height: auto;
		transform: none
	}
}

.contact--event .contact__img,
.contact--online .contact__img2 {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: none
}

.contact--course .contact__img,
.contact--online .contact__img {
	width: 582px;
	height: 450px;
	transform: translateX(-10%);
	background: no-repeat center / cover
}

@media (max-width:768px) {
	.contact--course .contact__img,
	.contact--online .contact__img {
		width: 100%;
		transform: none
	}
}

.contact .hidden-utm-fields {
	display: none
}

.contact__form-title {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	max-width: 230px;
	margin-bottom: 30px;
	color: #fff;
	z-index: 1
}

.contact__form-row {
	margin-bottom: 40px
}

.contact__form-row:last-child {
	display: inline-block;
	position: relative;
	margin-bottom: 0
}

.contact--footer .contact__form-row {
	margin-bottom: 30px
}

.contact--footer .contact__form-row:last-child {
	margin-bottom: 0
}

.contact .wpcf7-submit {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: .86;
	height: 38px;
	padding: 13px 16px;
	border-radius: 0;
	background-color: #1ecaab;
	z-index: 1;
	cursor: pointer
}

@media (max-width:768px) {
	.contact .wpcf7-submit {
		width: 100%
	}
}

@media (max-width:415px) {
	.contact .wpcf7-submit {
		width: auto
	}
}

.contact .ajax-loader {
	visibility: hidden;
	display: inline-block;
	border: none;
	padding: 0;
	vertical-align: middle;
	position: absolute;
	top: -6px;
	left: 50%;
	width: 50px!important;
	height: 50px!important;
	margin-left: 10px;
	background: url("https://dan-it.com.ua/img/svg-icons/spiner.svg") no-repeat center/contain !important
}

@media (max-width:415px) {
	.contact .ajax-loader {
		left: 100%
	}
}

.contact .wpcf7-not-valid-tip {
	position: absolute
}

.contact .wpcf7-response-output {
	position: absolute;
	font-weight: 400;
	color: red;
	margin: 0
}

.contact .wpcf7-validation-errors {
	display: none!important
}

.contact .wpcf7-mail-sent-ok {
	display: none!important;
	font-weight: 500;
	border: 2px solid #1ecaab;
	color: #fff!important
}

.contact__close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-50%, 50%);
	width: 20px;
	height: 20px;
	background: url("https://dan-it.com.ua/img/svg-icons/close.svg") no-repeat center/cover;
	cursor: pointer
}

.contact__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 0;
	background-color: #1dcdaa;
	outline: none
}

.divider {
	position: absolute;
	right: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	height: 9px;
	bottom: 100%;
	transform: translateY(50%);
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid #c9c7cc;
	border-right: 1px solid #c9c7cc;
	box-sizing: border-box
}

.divider--bottom {
	top: 100%;
	transform: translateY(-50%)
}

.divider__line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(225, 223, 230, .4)
}

.divider__line::before,
.divider__line::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 4px;
	background-color: #c9c7cc
}

.divider__line::before {
	left: 0
}

.divider__line::after {
	right: 0
}

/* skills
-------------------------------------------------- */

.skills {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 70px
}

.skills__content {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 50px
}

@media (max-width:768px) {
	.skills__content {
		flex-direction: column;
		margin-bottom: 34px
	}
}

.skills__item-list {
	width: 56%
}

@media (max-width:768px) {
	.skills__item-list {
		width: 100%;
		margin-bottom: 40px
	}
}

.skills__item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	counter-increment: skills-count
}

.skills__item:last-child {
	margin-bottom: 0
}

@media (max-width:415px) {
	.skills__item {
		flex-direction: column;
		align-items: flex-start
	}
}

.skills__count {
	position: relative;
	text-align: center;
	max-width: 40px;
	width: 100%;
	height: 40px;
	margin-right: 33px;
	box-sizing: border-box;
	border: 1px solid #fafafa;
	background-color: #fafafa
}

.skills__count::before {
	content: counter(skills-count);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate(0, 5%);
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 1.1px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #4957c4
}

@media (max-width:415px) {
	.skills__count {
		margin-right: 0;
		margin-bottom: 15px
	}
}

.skills__info {
	font-size: 16px;
	line-height: 1.19;
	letter-spacing: .7px
}

.skills__img {
	width: 40%;
	max-width: 317px;
	height: auto;
	background: no-repeat center / contain
}

@media (max-width:768px) {
	.skills__img {
		width: 50%;
		margin: 0 auto 34px;
		max-width: none;
		height: 300px
	}
}

@media (max-width:415px) {
	.skills__img {
		width: 100%
	}
}

.skills__btn {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	max-width: 325px;
	width: 100%;
	margin: 0 auto;
	padding: 26px 0;
	color: #fff;
	border: none;
	background-color: #1ecaab;
	outline: none
}

@media (max-width:415px) {
	.skills__btn {
		max-width: none
	}
}



/* timeline
-------------------------------------------------- */
.time-line {
	margin-bottom: 70px
}

.time-line__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 56px;
	transform: translateX(-3%)
}

.time-line__nav-button {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .7px;
	padding: 10px 27px;
	border: 1px solid #1ecaab;
	background-color: transparent;
	outline: none;
	transition: background-color .2s
}

.time-line__nav-button:hover {
	color: #000;
	background-color: rgba(30, 202, 171, .15)
}

.time-line__nav-button--active {
	color: #fff;
	background-color: #1ecaab
}

.time-line__nav-button--active:hover {
	color: #fff;
	background-color: #1ecaab
}

.time-line__wrapper {
	position: relative;
	max-height: 332px;
	height: 100%;
	overflow: hidden
}

.time-line__wrapper--events {
	max-height: none;
	overflow: visible
}

.time-line__wrapper--visible {
	max-height: none;
	overflow: visible;
	transition: all 1s ease
}

.time-line__item-wrap {
	display: none
}

.time-line__item-wrap--active {
	display: block
}

.time-line__item {
	display: flex;
	align-items: flex-start;
	position: relative
}

.time-line__item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 34.56%;
	transform: translateX(-100%);
	width: 1px;
	height: 100%;
	background-color: #d8d8d8
}

@media (max-width:415px) {
	.time-line__item::before {
		display: none
	}
}

.time-line__item:last-child::before {
	display: none
}

@media (max-width:415px) {
	.time-line__item {
		flex-direction: column
	}
}

.time-line__info {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	width: 34.56%;
	padding-bottom: 45px;
	padding-right: 24px;
	box-sizing: border-box
}

.time-line__info::after {
	content: "";
	width: 19px;
	height: 19px;
	background-color: #1ecaab;
	position: absolute;
	top: 0;
	left: 100%;
	transform: translateX(-50%)
}

@media (max-width:415px) {
	.time-line__info::after {
		position: relative;
		left: 0;
		margin-right: 16px;
		transform: none
	}
	.time-line__wrapper--events .time-line__info::after {
		position: absolute;
		left: -21px;
		transform: translateX(-100%)
	}
	.time-line__info {
		flex-direction: row;
		flex-flow: row-reverse;
		align-items: center;
		justify-content: flex-end;
		text-align: left;
		width: 100%;
		margin-bottom: 15px;
		padding: 0
	}
	.time-line__wrapper--events .time-line__info {
		flex-direction: column;
		align-items: flex-start;
		width: auto;
		margin-left: 40px
	}
}

.time-line__title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .7px;
	font-family: Montserrat;	
	max-width: 277px;
	margin-bottom: 9px
}

@media (max-width:415px) {
	.time-line__title {
		margin-bottom: 0
	}
}

.time-line__wrapper--events .time-line__title {
	margin-bottom: 8px
}

.time-line__schedule {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: .7px;
	color: #4957c4
}

.time-line__description {
	font-size: 14px;
	width: 51.66%;
	max-width: 544px;
	margin-left: 19px;
	padding-bottom: 38px;
	color: #3f404b
}

@media (max-width:415px) {
	.time-line__description {
		width: 100%;
		max-width: none;
		margin-left: 0
	}
}

.time-line__description ul {
	list-style: disc;
	margin-left: 30px
}

.time-line__description strong {
	font-size: 16px;
	font-weight: bold
}

.time-line__btn-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 30px;
	width: 100%;
	background-color: #fff
}

.time-line__btn-wrap::before {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, .1))
}

.time-line__wrapper--visible+.time-line__btn-wrap {
	position: relative;
	display: flex;
	padding-top: 0
}

.time-line__wrapper--visible+.time-line__btn-wrap::before {
	display: none
}

.time-line__btn {
	position: relative;
	left: 34.56%;
	display: flex;
	align-items: center;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: none;
	outline: none;
	color: #fff;
	background-color: transparent;
	transition: background-color .2s ease-out
}

@media (max-width:768px) {
	.time-line__btn {
		left: 0;
		margin: 0 auto
	}
}

@media (max-width:415px) {
	.time-line__btn {
		margin: 0
	}
}

.time-line__btn:hover {
	background-color: #fff;
	color: #000
}

.time-line__arrow-img {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 56px;
	background-color: #1ecaab;
	transform: translateX(-50%)
}

@media (max-width:415px) {
	.time-line__arrow-img {
		transform: none;
		margin-right: 16px
	}
}

.time-line__arrow-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/img/svg-icons/arrow.svg) no-repeat center;
	background-size: cover;
	transform: translate(90%, 90%)
}

.time-line__wrapper--visible+.time-line__btn-wrap .time-line__arrow-img {
	transform: rotateX(180deg) translateX(-50%)
}

@media (max-width:415px) {
	.time-line__wrapper--visible+.time-line__btn-wrap .time-line__arrow-img {
		transform: rotateX(180deg) translateX(0)
	}
}

.time-line__btn:hover .time-line__arrow-img {
	background-color: #000
}

.time-line__btn-text {
	color: #1ecaab
}

.time-line__btn:hover .time-line__btn-text {
	color: #000
}

.time-line__wrapper--visible+.time-line__btn-wrap .time-line__btn-text {
	display: none
}
.divider {
	position: absolute;
	right: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	height: 9px;
	bottom: 100%;
	transform: translateY(50%);
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid #c9c7cc;
	border-right: 1px solid #c9c7cc;
	box-sizing: border-box
}

.divider--bottom {
	top: 100%;
	transform: translateY(-50%)
}

.divider__line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(225, 223, 230, .4)
}

.divider__line::before,
.divider__line::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 4px;
	background-color: #c9c7cc
}

.divider__line::before {
	left: 0
}

.divider__line::after {
	right: 0
}

.corners {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 5px;
	border-left: 1px solid #c9c7cc;
	border-right: 1px solid #c9c7cc
}

.corners--bottom {
	top: 100%;
	bottom: -1px;
	transform: translateY(-100%)
}

.corners--bottom::before,
.corners--bottom::after {
	top: 100%!important
}

.corners::before,
.corners::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 5px;
	height: 1px;
	background-color: #c9c7cc
}

.corners::before {
	left: -1px
}

.corners::after {
	right: -1px
}

.people {
	display: flex;
	flex-direction: column
}

.people__cards {
	display: flex;
	flex-wrap: wrap;
	margin: 60px -50px 70px
}

@media (max-width:768px) {
	.people__cards {
		margin: 60px 0 70px
	}
}

.people__card-wrap {
	width: 33.33333%;
	padding: 0 50px;
	box-sizing: border-box
}

@media (max-width:768px) {
	.people__card-wrap {
		width: 100%;
		margin-bottom: 120px;
		padding: 0
	}
	.people__card-wrap:last-of-type {
		margin-bottom: 0
	}
}

.people__card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 63px 26px 11px;
	border: 1px solid #f3f2f5;
	background-color: #fafafa
}

@media (max-width:768px) {
	.people__card {
		padding: 63px 26px 33px
	}
}

.people__img {
	position: absolute;
	bottom: 100%;
	transform: translateY(35%);
	width: 110px;
	height: 135px;
	background: no-repeat center / contain
}

.people__info {
	font-size: 16px;
	letter-spacing: .7px
}

/* telimci
-------------------------------------------------- */
   .blog-details-written {
    border: 2px solid #ddd;
    padding: 40px; }
    @media (max-width: 767px) {
       .blog-details-written {
        padding: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
       .blog-details-written {
        padding: 31px; } }
    @media (max-width: 767px) {
       .blog-details-written .written-area {
        display: block !important; } }
     .blog-details-written .written-area .written-thumb {
      width: 100%; }
       .blog-details-written .written-area .written-thumb img {
        width: 85%; }
     .blog-details-written .written-area .written-content {
      padding-left: 40px; }
      @media (max-width: 767px) {
         .blog-details-written .written-area .written-content {
          padding-left: 0; } }
       .blog-details-written .written-area .written-content span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #6b93aa; }
        @media (max-width: 767px) {
           .blog-details-written .written-area .written-content span {
            padding-top: 20px; } }
       .blog-details-written .written-area .written-content .title {
        font-size: 36px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
           .blog-details-written .written-area .written-content .title {
            font-size: 30px; } }
        @media (max-width: 767px) {
           .blog-details-written .written-area .written-content .title {
            font-size: 22px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
           .blog-details-written .written-area .written-content .title {
            font-size: 30px; } }
       .blog-details-written .written-area .written-content p {
        font-size: 14px;
        
        /* line-height: 25px; */
        padding-top: 7px;
		}


/* Teachers
-------------------------------------------------- */
.teachers {
	margin-bottom: 40px
}

.teachers__cards {
	display: block;
	font-size: 0
}

@media (max-width:768px) {
	.teachers__cards {
		margin: 0
	}
}

.teachers__card {
	width: 33.33333%;
	padding: 0 15px;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.teachers__card:before,
.teachers__card:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.teachers__card:first-child,
.teachers__card:nth-child(4),
.teachers__card:nth-child(7) {
	padding-left: 0
}

.teachers__card:last-child,
.teachers__card:nth-child(3),
.teachers__card:nth-child(6),
.teachers__card:nth-child(9) {
	padding-right: 0
}

@media (max-width:768px) {
	.teachers__card {
		width: 50%;
		box-sizing: border-box;
		margin-bottom: 30px;
		padding: 0 15px
	}
	.teachers__card:first-child,
	.teachers__card:nth-child(3),
	.teachers__card:nth-child(5),
	.teachers__card:nth-child(7),
	.teachers__card:nth-child(9) {
		padding-left: 0;
		padding-right: 15px
	}
	.teachers__card:last-child,
	.teachers__card:nth-child(2n) {
		padding-right: 0
	}
	.teachers__card:last-of-type {
		margin-bottom: 0
	}
}

@media (max-width:415px) {
	.teachers__card {
		width: 100%;
		padding: 0!important
	}
}

.teachers__img {
	width: 100%;
	height: 245px;
	margin-bottom: 25px;
	background: no-repeat top center;
	background-size: cover
}

.teachers__name {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	margin-bottom: 10px
}

.teachers__position {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.38;
	margin-bottom: 15px
}

.teachers__info {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .7px
}


/* Flat Filter Isotype
-------------------------------------------------- */
	.flat-filter-isotype {
		margin-bottom: 50px;
	}

	.flat-filter-isotype li {
		display: inline-block;
		margin: 0 6px;
		margin-bottom: 30px;
	}

	.flat-filter-isotype li a{
		line-height: 57px;
		background: #fff;
		border: 1px solid rgba(26,34,125,0.22);
		font-weight: 700;
		display: block;
		padding: 0 34px 0 36px;
		border-radius: 4px;
	}

	.flat-filter-isotype li.active a,
	.flat-filter-isotype li a:hover {
		background-color: #f3728b;

		
		line-height: 57px;
		background: #fff;
		border: 1px solid rgba(26,34,125,0.22);
		font-weight: 700;
		display: block;
		padding: 0 34px 0 36px;
		border-radius: 4px;
	}
	
	
	/* .flat-filter-isotype li.active a, .flat-filter-isotype li a:hover {
    background: #f3728b;
    color: #fff;
    border: 1px solid rgba(26,34,125,0);
} */


/* 26.06.2020 timeline
-------------------------------------------------- */
.flex-slider {
	display: flex;
	overflow: hidden;
	height: 410px;
	margin-bottom: 95px;
	box-sizing: border-box
}

@media (max-width:768px) {
	.flex-slider {
		flex-direction: column;
		height: 600px
	}
}

.flex-slider__slide {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: flex-end;
	flex: 1;
	padding: 43px 33px;
	cursor: pointer;
	transition: all 500ms ease;
	box-sizing: border-box;
	background: no-repeat center / cover;
	background-blend-mode: luminosity
}

.flex-slider__slide:nth-child(5n+1):not(:first-child) {
	background-color: #3d82f0
}

.flex-slider__slide:nth-child(5n+2):not(:first-child) {
	background-color: #3d82f0
}

.flex-slider__slide:nth-child(5n+3):not(:first-child) {
	background-color: #1ecaab
}

.flex-slider__slide:nth-child(5n+4):not(:first-child) {
	background-color: #524ecb
}

.flex-slider__slide:nth-child(5n+5):not(:first-child) {
	background-color: #3d82f0
}

.flex-slider__slide:first-child {
	position: relative
}

.flex-slider__slide--active {
	background-color: transparent!important;
	flex-grow: 15
}

.flex-slider__title {
	position: relative;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
	min-width: 600px;
	z-index: 1
}

@media (max-width:768px) {
	.flex-slider__title {
		font-size: 23px;
		min-width: 0
	}
}

.flex-slider__slide:hover .flex-slider__title {
	opacity: 1;
	transition: all 500ms ease
}

.flex-slider__slide--active .flex-slider__title {
	opacity: 1
}
.location {
	position: relative;
	display: flex;
	flex-direction: column
}

.location__cards {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 54px;
	padding: 0 10px
}

@media (max-width:768px) {
	.location__cards {
		flex-wrap: wrap;
		width: 100%;
		box-sizing: border-box
	}
}

.location__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%
}

@media (max-width:768px) {
	.location__card {
		width: 50%;
		margin-bottom: 40px
	}
}

@media (max-width:415px) {
	.location__card {
		width: 100%
	}
}

.location__img {
	width: 130px;
	height: 130px;
	margin-bottom: 16px;
	background: no-repeat center / cover
}

.location__name {
	font-weight: 400;
	letter-spacing: .9px;
	margin-bottom: 8px;
	color: #000
}

.location__description {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.67;
	padding: 0 8px;
	color: #3f404b;
	text-align: center
}

/* 19.06.2020
------------------------TITLELER-------------------------- */
.xia-title h2 {
    font-weight: 600;
    color: #001b61;
    font-size: 30px;
    margin: 0 0 20px;
    border-left: 5px solid #0066ff;
    padding-left: 15px;
}

.xia-border {
	    border-bottom: 1px solid #dbf1ff;
		padding:5px;
}

.sade-title h2 {
    font-weight: 600;
    color: #001b61;
    font-size: 24px;
}


  .xxx-title {
    color: #06f;
    font-size: 26px;
    padding-bottom: 10px; }
	
	
	
    @media (max-width: 767px) {
      .mavi-title span {
        font-size: 18px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .mavi-title span {
        font-size: 22px; } }

/* pils navs
-------------------------------------------------- */



/* image hovers
-------------------------------------------------- */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}


/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
  color:white;
}

.hover-3-title {
	  color:white;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
  color:white;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor:pointer;
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
  cursor:pointer;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
  color:white;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
  
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
  color:white;

}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #47c650;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  cursor:pointer;
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;
  color:white;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #47c650;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}
/* ###################QUW BAWDIQ########################## */

.quw-title > span {
  width: 0;
  height: 0;
  border-bottom: 18px solid #0066ff;
  border-left: 18px solid transparent; }
.quw-title .title {
  font-size: 35px;
  line-height: 60px;
  padding-top: 24px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .quw-title .title {
      font-size: 35px;
      line-height: 52px; } }
  @media (max-width: 767px) {
    .quw-title .title {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .quw-title .title {
      font-size: 46px;
      line-height: 56px; } }
  .quw-title .title span {
    color: #ff9595;
    display: inline; }
	

       
	
/* ###################COURSE IMAGE GRID########################## */
.gal {
	
	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}




/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .rsl-img-grid {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .rsl-img-grid {
    flex: 100%;
    max-width: 100%;
  }
}

/* ###################IYUL 2020########################## */

/* ---Introduction Area Four--- */
.introduction-area-4 .intro-item {
  padding: 30px 25px 20px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .introduction-area-4 .intro-item {
    padding: 30px 10px 20px;
  }
}

.introduction-area-4 .intro-icon {
  background-color: #ffffff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}

.introduction-area-4 .intro-content > h3.title {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  padding-bottom: 10px;
}

.introduction-area-4 .intro-content > p.short-desc {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .introduction-area-4 .intro-content > p.short-desc {
    font-size: 11px;
    line-height: 24px;
  }
}

.introduction-area-4 [class*="col-"]:first-child .intro-item {
  background-color: rgba(16, 84, 200, 0.6);
}

.introduction-area-4 [class*="col-"]:nth-child(2) .intro-item {
  background-color: rgba(16, 84, 200, 0.7);
}

.introduction-area-4 [class*="col-"]:nth-child(3) .intro-item {
  background-color: rgba(16, 84, 200, 0.8);
}

.introduction-area-4 [class*="col-"]:nth-child(4) .intro-item {
  background-color: rgba(16, 84, 200, 0.9);
}


/* ############################################# */



/* ############################################# */
