/* Constant styles  */
@font-face {
  font-family: somregular;
  src: url("../fonts/ArbFONTS-Somar-Regular.otf");
}
@font-face {
  font-family: sommedium;
  src: url("../fonts/ArbFONTS-Somar-Medium.otf");
}
@font-face {
  font-family: sombold;
  src: url("../fonts/ArbFONTS-Somar-Bold.otf");
}
@font-face {
  font-family: somsemibold;
  src: url("../fonts/ArbFONTS-Somar-SemiBold.otf");
}
@font-face {
  font-family: somlight;
  src: url("../fonts/ArbFONTS-Somar-Light.otf");
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-family: somregular;
  direction: ltr;
}

body {
  font-family: somregular;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
  background-color: #f58737;
  padding: 14px 50px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #f58737;
  border-radius: 28px;
  text-align: center;
  max-width: 100%;
}
.btn-style:hover {
  color: #f58737;
  background-color: #fff;
  border-color: #f58737;
}

.btn-style-rounded {
  background-color: #0070b5;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 38px;
  text-align: center;
  border: 1px solid #0070b5;
}
.btn-style-rounded:hover {
  color: #0070b5;
  background-color: #fff;
  border-color: #fff;
}

.card-img {
  height: 100vh;
  position: relative;
}
.card-img .img-parent {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card-img .img-parent img,
.card-img .img-parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}
.section_header h5 {
  font-size: 2rem;
}

.personal-img {
  position: relative;
  margin-bottom: 20px;
}
.personal-img .per {
  width: 165px;
  height: 165px;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f0f0f0;
}
.personal-img .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.personal-img .btn {
  color: #0070b5;
  cursor: pointer !important;
  text-align: left;
  padding: 0;
  font-size: 12px;
  background-color: #323e48;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
}
.personal-img .btn i,
.personal-img .btn span {
  color: #fff;
}
.personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
}
.personal-img .btn:disabled {
  display: none;
}
.personal-img .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.personal-img h5 {
  margin-top: 50px;
}

.side-active,
.modal-active {
  height: 100vh;
  overflow: hidden;
}
.side-active .bg-side-open,
.modal-active .bg-side-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

/* splash */
.splash {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #0070b5;
  z-index: 99;
}
.splash .spinner {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: -48px 0 0 0 rgba(255, 255, 255, 0.8), -36px 36px 0 0 rgba(255, 255, 255, 0.8), 0px 48px 0 0 rgba(255, 255, 255, 0.8), 36px 36px 0 0 rgba(255, 255, 255, 0.8), 48px 0 0 0 rgba(255, 255, 255, 0.8), 36px -36px 0 0 rgba(255, 255, 255, 0.8), 0px -48px 0 0 rgba(255, 255, 255, 0.8), -36px -36px 0 0 rgba(255, 255, 255, 0.8);
  animation: animate 1.7s infinite linear;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* menu icon */
.menu_icon {
  left: 0;
  width: 45px;
  height: 45px;
  background-color: #0070b5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 9;
  align-items: center;
  /* Icon 1 */
  display: none;
  align-items: center;
  justify-content: center;
}
.menu_icon #nav-icon1,
.menu_icon #nav-icon2,
.menu_icon #nav-icon3,
.menu_icon #nav-icon4 {
  width: 1.6rem;
  height: 0.7rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu_icon #nav-icon1 span,
.menu_icon #nav-icon3 span,
.menu_icon #nav-icon4 span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.45s ease-in-out;
}
.menu_icon #nav-icon1 span:nth-child(1) {
  top: 0px;
}
.menu_icon #nav-icon1 span:nth-child(2) {
  top: 8px;
  right: unset;
  left: 0;
}
.menu_icon #nav-icon1.open span:nth-child(1) {
  top: 5px;
  transform: rotate(-135deg);
  width: 100%;
}
.menu_icon #nav-icon1.open span:nth-child(2) {
  top: 5.5px;
  transform: rotate(135deg);
}

/* side_nav */
.side-nav {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  width: 300px;
  max-width: 100%;
  margin: auto;
  position: fixed;
  box-shadow: 0 7px 19px rgba(0, 0, 0, 0.13);
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  left: -100%;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow: auto;
}
.side-nav .side-wrapper {
  height: 70vh;
}
.side-nav .close-nav {
  position: absolute;
  top: 40px;
  left: 10px;
}
.side-nav .logo {
  text-align: center;
  margin-bottom: 30px;
}
.side-nav .side-links {
  height: 100%;
  overflow: auto;
}
.side-nav .side-links ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.side-nav .side-links ul li a {
  color: #000;
  display: block;
  padding: 10px 5px;
  font-size: 1rem;
}
.side-nav .side-links ul li.active {
  background-color: #0070b5;
}
.side-nav .side-links ul li.active a {
  color: #fff;
}

.side-nav-open {
  left: 0;
}

.nice-select {
  float: none !important;
  background-color: transparent;
}

.splashscreen-none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.section-header h5 {
  font-size: 1.7rem;
  color: #263f91;
  font-family: sombold;
  position: relative;
  margin-bottom: 0;
  padding-left: 10px;
}
.section-header h5::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  border-radius: 5px;
  left: 0;
  top: 0;
  background-color: #263f91;
}
.section-header a {
  color: #0070b5;
  font-size: 1rem;
}

/* ================================================================ */
.strip-color {
  background-color: #0070b5;
  height: 40px;
}

/* ================================================================ */
.custom-navbar {
  padding: 10px 0;
  position: relative;
}
.custom-navbar .logo {
  margin-right: 70px;
}
.custom-navbar .links {
  margin-top: 20px;
}
.custom-navbar .list-item {
  margin-left: 10px;
  margin-right: 10px;
}
.custom-navbar .list-item .list-link {
  color: #000;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.custom-navbar .list-item .list-link:hover {
  color: #0070b5;
}
.custom-navbar .list-item.active .list-link {
  font-family: sombold;
  color: #0070b5;
}

.custom-navbar .lang {
  margin-top: 20px;
}
.custom-navbar .lang .nice-select {
  float: none;
}

/* ================================================================ */
.header-section {
  min-height: 600px;
  height: auto;
  position: relative;
  padding: 45px 0;
}
.header-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 112, 181, 0.87);
  width: 100%;
  height: 100%;
}
.header-section .header-wrapper {
  position: relative;
  z-index: 6;
}
.header-section .header-content h5 {
  font-size: 3.0rem;
  color: #fff;
  font-family: sommedium;
}
.header-section .header-content h5 span {
  color: #f58737;
}
.header-section .header-content p {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 20px;
}
.header-section .header-content .btn-style {
  margin-top: 50px;
}
.header-section .header-slider .slider-item {
  text-align: center;
}
.header-section .header-slider .card-img {
  height: auto;
  margin: auto;
}
.header-section .header-slider .card-img img {
  margin: auto;
}
.header-section .header-slider .slick-prev,
.header-section .header-slider .slick-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8196078431);
  z-index: 5;
}
.header-section .header-slider .slick-prev {
  left: 50px;
}
.header-section .header-slider .slick-next {
  right: 50px;
}
.header-section .header-slider .slick-prev::before {
  content: "\f104";
  color: #0070b5;
}
.header-section .header-slider .slick-next::before {
  content: "\f105";
  color: #0070b5;
}

/* ================================================================ */
.tests-section {
  padding: 35px 0;
  background-image: url("../images/seramicbg.png");
}

.test-card .card-icon {
  flex: unset;
}
.test-card .card-icon img {
  width: 300px;
}
.test-card h5 {
  font-size: 2.3rem;
  font-family: sommedium;
  position: relative;
  padding-bottom: 10px;
}
.test-card h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  border-radius: 5px;
  height: 5px;
  background-color: #ee362e;
  left: 0;
}
.test-card p {
  margin-top: 10px;
  font-size: 1.1rem;
  width: 90%;
}
.test-card .btn-style {
  background-color: #0070b5;
  border-color: #0070b5;
  margin-top: 20px;
}

/* ================================================================ */
.watch_now_section {
  margin-top: 22px;
}
.watch_now_section .watch_now_cards .big_watch .card-img {
  height: 371px;
  position: relative;
}
.watch_now_section .watch_now_cards .big_watch .card-img .play_btn {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 3;
  transform: translate(50%, -50%);
  background-color: rgba(0, 112, 181, 0.87);
  width: 67px;
  height: 67px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch_now_section .watch_now_cards .big_watch .card_body .card_title {
  font-size: 1rem;
  color: #000;
  margin: 25px 0;
  -webkit-line-clamp: 2 !important;
}
.watch_now_section .watch_now_cards .big_watch .card_body .date_option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.watch_now_section .watch_now_cards .big_watch .card_body .date_option > div {
  width: 50%;
}
.watch_now_section .watch_now_cards .big_watch .card_body .date_option > div span {
  color: #8e8e8e;
  font-size: 1rem;
}
.watch_now_section .watch_now_cards .big_watch .card_body .date_option > div i {
  font-size: 0.9rem;
  margin-right: 5px;
}
.watch_now_section .watch_now_cards .wide_news_card {
  margin-top: 0;
  margin-bottom: 25px;
}
.watch_now_section .watch_now_cards .wide_news_card .card_img {
  width: 238px;
  height: 151px;
  position: relative;
}
.watch_now_section .watch_now_cards .wide_news_card .card_img .play_btn {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 3;
  transform: translate(50%, -50%);
}
.watch_now_section .watch_now_cards .wide_news_card .wide_body {
  margin-top: 20px;
}
.watch_now_section .watch_now_cards .wide_news_card .card_title h5 {
  color: #000;
}
.watch_now_section .watch_now_cards .wide_news_card .wide_more .time span,
.watch_now_section .watch_now_cards .wide_news_card .wide_more .time i {
  color: #000;
}
.watch_now_section .watch_now_cards .watch_video_scrollable {
  height: 450px;
}
.watch_now_section .watch_now_cards .watch_video_scrollable .mCSB_scrollTools {
  width: 10px;
}
.watch_now_section .watch_now_cards .watch_video_scrollable .mCSB_dragger_bar {
  margin: 0;
  width: 100%;
  background-color: #0070b5;
}
.watch_now_section .watch_now_cards .watch_video_scrollable .mCSB_draggerContainer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  border-radius: 7px;
}
.watch_now_section .watch_now_cards .watch_video_scrollable .mCSB_draggerRail {
  display: none;
}

.wide_news_card {
  display: flex;
  margin-top: 25px;
}
.wide_news_card .wide_img .card_img {
  width: 166px;
  height: 118px;
}
.wide_news_card .wide_body {
  padding-left: 32px;
}
.wide_news_card .wide_body .card_title h5 {
  color: #fff;
  font-size: 1rem;
  -webkit-line-clamp: 3 !important;
}
.wide_news_card .wide_body .wide_more {
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
}
.wide_news_card .wide_body .wide_more .time span,
.wide_news_card .wide_body .wide_more .time i {
  color: #fff;
  font-size: 1rem;
}
.wide_news_card .wide_body .wide_more .time i {
  font-size: 0.9rem;
}

/* ================================================================ */
.watch_now_section_slider_wrapper {
  margin-top: 68px;
}
.watch_now_section_slider_wrapper .watch_now_section_slider .slider-item img {
  margin: auto;
}
.watch_now_section_slider_wrapper .slick-prev,
.watch_now_section_slider_wrapper .slick-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8196078431);
  z-index: 5;
}
.watch_now_section_slider_wrapper .slick-prev {
  left: 150px;
}
.watch_now_section_slider_wrapper .slick-next {
  right: 150px;
}
.watch_now_section_slider_wrapper .slick-prev::before {
  content: "\f104";
  color: #0070b5;
}
.watch_now_section_slider_wrapper .slick-next::before {
  content: "\f105";
  color: #0070b5;
}

/* ================================================================ */
.our-services {
  padding: 25px 0 60px 0;
  margin: 43px 0 0 0;
  position: relative;
}
.our-services:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 112, 181, 0.87);
  width: 100%;
  height: 100%;
}
.our-services .section-header {
  margin-bottom: 65px;
}
.our-services .section-header h5 {
  color: #fff;
}
.our-services .section-header h5::before {
  background-color: #fff;
}
.our-services .wide_news_card {
  position: relative;
  z-index: 5;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding-right: 12px;
}
.our-services .wide_news_card .card-img {
  height: 231px;
  width: 224px;
}
.our-services .wide_news_card .card-img img {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.our-services .wide_news_card hr {
  color: #fff;
}
.our-services .wide_news_card h4 {
  margin-top: 19px;
  color: #f58737;
}
.our-services .wide_news_card p {
  color: #fff;
  -webkit-line-clamp: 5 !important;
}

/* ================================================================ */
.howto_help {
  position: relative;
  height: 518px;
}
.howto_help .how-help-content {
  padding: 29px 0 83px 0;
}
.howto_help .how-help-content h6 {
  color: #f58737;
  font-size: 1.7rem;
}
.howto_help .how-help-content h5 {
  font-size: 3rem;
  font-family: somsemibold;
}
.howto_help .half_video {
  margin-left: auto;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.howto_help .half_video .card-img {
  height: 518px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howto_help .half_video .card-img .play_btn {
  background-color: #f58737;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.howto_help .half_video .card-img .play_btn i {
  font-size: 1.5rem;
}
.howto_help .nav-pills {
  margin-top: 25px;
}
.howto_help .nav-pills .nav-item {
  margin-right: 22px;
  margin-left: 22px;
}
.howto_help .nav-pills .nav-item .nav-link {
  color: #9f9f9f;
  background-color: transparent;
  position: relative;
  font-size: 1.2rem;
  font-family: somsemibold;
}
.howto_help .nav-pills .nav-item .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #9f9f9f;
  right: 50%;
  transform: translate(50%, 0);
}
.howto_help .nav-pills .nav-item .nav-link.active {
  color: #000;
}
.howto_help .nav-pills .nav-item .nav-link.active:before {
  background-color: #f58737;
}
.howto_help .tab-content {
  margin-top: 20px;
}
.howto_help .tab-content p {
  margin-top: 20px;
  width: 90%;
  font-size: 1.3rem;
}

/* ================================================================ */
.baby-develope {
  padding: 255px 0 115px 0;
  position: relative;
}
.baby-develope::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #0a2b53, rgba(0, 31, 70, 0.56));
}
.baby-develope h5 {
  font-size: 2rem;
  color: #fff;
  position: relative;
  font-family: sombold;
  text-align: center;
}
.baby-develope p {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
.baby-develope a {
  margin: auto;
  margin-top: 27px;
  position: relative;
}

/* ================================================================ */
.content-wrapper {
  position: relative;
}

.statics {
  position: absolute;
  width: 100%;
  z-index: 5;
  margin-top: -50px;
}
.statics .statics-wrapper {
  text-align: center;
  padding: 41px 0 10px 0;
  position: relative;
  border-radius: 16px;
}
.statics .statics-wrapper::after {
  background-color: #42ac00;
  content: "";
  opacity: 0.85;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.statics-card {
  position: relative;
  z-index: 6;
}
.statics-card::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.5px;
  background-color: rgba(255, 255, 255, 0.599);
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.statics-card h5 {
  color: #fff;
  font-size: 4rem;
  font-family: sombold;
  margin: 0;
}
.statics-card p {
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
}

/* ================================================================ */
.work-under {
  padding: 65px 0;
  position: relative;
  overflow: hidden;
}
.work-under::after {
  content: url("../images/underworkleftside.svg");
  position: absolute;
  top: 0px;
  right: -100px;
  z-index: -1;
}
.work-under .work-under-cont h5 {
  color: #263f91;
  font-size: 3rem;
  font-family: somsemibold;
  position: relative;
  position: relative;
}
.work-under .work-under-cont h5::before {
  content: url("../images/workunderbefore.svg");
  position: absolute;
  top: -60px;
  left: -30px;
  z-index: -1;
}
.work-under .work-under-cont p {
  font-size: 1.4rem;
}
.work-under ul {
  flex-wrap: wrap;
}
.work-under ul li {
  background-color: #fff;
  width: 175px;
  height: 175px;
  box-shadow: 0 7px 11px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* ================================================================ */
.what-they-say {
  background-image: url("../images/testimonial.png");
  padding: 27px 0 150px 0;
  position: relative;
}
.what-they-say .section-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.what-they-say h4 {
  font-size: 3rem;
  color: #000;
  position: relative;
  z-index: 3;
}
.what-they-say::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.8);
}

.teste_card {
  position: relative;
  z-index: 4;
  min-height: 300px;
}
.teste_card .what-say-card {
  background-color: #fff;
  padding: 10px 43px 85px 43px;
  margin-top: 20px;
  min-height: 300px;
}
.teste_card .what-say-card img {
  margin-bottom: 26px;
  margin: auto;
  display: block;
  margin-bottom: 25px;
}
.teste_card .person-img {
  position: relative;
  right: 50%;
  bottom: 80px;
  transform: translate(50%, 0);
  text-align: center;
  margin: auto;
}
.teste_card .person-img .card-img {
  margin: auto;
}
.teste_card .person-img img {
  border-radius: 50%;
  display: block;
  margin: auto;
}
.teste_card .person-img .card-img {
  width: 133px;
  height: 133px;
}

/* ================================================================ */
.frames {
  background-image: url("../images/frames.png");
  padding: 37px 0 150px 0;
  position: relative;
}
.frames .head {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frames h5 {
  font-size: 1.7rem;
  color: fff;
  position: relative;
  z-index: 6;
  font-size: 3rem;
  font-family: sombold;
  color: #001f46;
}
.frames .icon {
  width: 50px;
  position: relative;
  z-index: 6;
}
.frames .imgframe {
  width: 100%;
  position: relative;
  z-index: 6;
}
.frames::after {
  content: "";
  background-image: linear-gradient(to left, rgba(216, 168, 31, 0.98), rgba(255, 227, 148, 0.74));
}

/* ================================================================ */
.our-services-page {
  position: relative;
}
.our-services-page .section-header {
  justify-content: space-between;
}
.our-services-page .section-header a {
  color: #fff;
}
.our-services-page .section-header a:hover {
  color: #f58737;
}
.our-services-page .flower {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.our-services-page .our-service-slider-section {
  background-color: #f5f5f5;
  padding: 24px 0;
  padding-bottom: 80px;
  position: relative;
}
.our-services-page .our-service-slider-section .row {
  justify-content: flex-end;
  margin: 0;
}
.our-services-page .our-service-slider-section .row .col-lg-7 {
  padding: 0;
}
.our-services-page .our-service-slider-section .services-slider {
  z-index: 5;
}
.our-services-page .our-service-slider-section .services-slider .slick-list {
  padding-top: 100px;
}
.our-services-page .our-service-slider-section .services-slider .slider-serv-card {
  height: 384px;
  min-width: 280px;
  max-width: 249px;
  display: flex;
  flex-direction: column;
}
.our-services-page .our-service-slider-section .services-slider .slider-serv-card .card-img {
  width: 100%;
  height: 100%;
}
.our-services-page .our-service-slider-section .services-slider .slider-serv-card .card-img img {
  border-radius: 10px;
}
.our-services-page .our-service-slider-section .services-slider .slider-serv-card h5 {
  color: #0070b5;
  margin-top: 13px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.our-services-page .our-service-slider-section .services-slider .slider-serv-card.opsite {
  margin-top: -80px;
}
.our-services-page .slick-arrow {
  z-index: 5;
  bottom: 50px;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border: 1px solid #fff;
}
.our-services-page .slick-arrow::before {
  color: #0070b5;
  transition: all 0.3s ease-in-out;
}
.our-services-page .slick-arrow.slick-next {
  top: unset;
  left: 40px;
}
.our-services-page .slick-arrow.slick-next::before {
  content: "\f105";
}
.our-services-page .slick-arrow.slick-prev {
  top: unset;
  right: unset;
  left: 90px;
}
.our-services-page .slick-arrow.slick-prev::before {
  content: "\f104";
}
.our-services-page .slick-arrow:hover::before {
  color: #fff;
}
.our-services-page .slick-arrow:focus::before {
  color: #fff;
}
.our-services-page .slick-arrow {
  bottom: -70px;
  background-color: #0070b5;
  z-index: 5;
}
.our-services-page .slick-arrow::before {
  color: #fff;
}
.our-services-page .slick-arrow.slick-prev {
  right: 40px;
  left: unset;
  transform: rotate(180deg);
}
.our-services-page .slick-arrow.slick-next {
  right: 100px;
  left: unset;
  transform: rotate(180deg);
}

/* ================================================================ */
/* media-video */
.media-video {
  background-color: #f5f5f5;
  padding: 30px;
  background-image: url("../images/videobg.png");
  position: relative;
}
.media-video::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.67);
}
.media-video .section-header {
  margin-bottom: 18px;
  position: relative;
  z-index: 5;
}
.media-video .section-header h5 {
  color: #fff;
}
.media-video .section-header h5::before {
  background-color: #fff;
}
.media-video .section-header a {
  color: #fff;
}
.media-video .section-header a:hover {
  color: #f58737;
}
.media-video .video-section .card-img {
  height: 367px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 911px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.media-video .video-section .card-img img {
  border-radius: 30px;
}
.media-video .video-section .card-img .play {
  position: relative;
  z-index: 5;
  width: 100px;
  height: 100px;
  background-color: #f58737;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
}

/* ================================================================ */
.contact_us {
  padding: 50px 0px;
  padding-bottom: 300px;
  background-image: url("../images/bgcontact.png");
  position: relative;
  overflow: hidden;
}
.contact_us .form-group {
  margin-bottom: 20px;
}
.contact_us .contact-form {
  background-color: #fff;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.11);
  padding: 16px 31px;
  border-radius: 10px;
  margin-top: 53px;
}
.contact_us .contact-form h5 {
  font-size: 2rem;
  font-family: sombold;
}
.contact_us label {
  margin-bottom: 10px;
  font-family: sommedium;
  font-size: 1.1rem;
}
.contact_us .form-control {
  height: 60px;
  background-color: #f7f7f7;
  border: 0.5px solid #212c81;
  border-radius: 10px;
}
.contact_us .form-control::-moz-placeholder {
  color: #8d8d8d;
  font-family: somlight;
}
.contact_us .form-control::placeholder {
  color: #8d8d8d;
  font-family: somlight;
}
.contact_us .nice-select {
  height: 60px;
  line-height: 40px;
  text-align: left !important;
  padding: 0.375rem 0.75rem;
  background-color: #f7f7f7;
  border: 0.5px solid #212c81;
  color: #8d8d8d;
  border-radius: 10px;
  font-family: somlight;
}
.contact_us .nice-select .list {
  width: 100%;
  text-align: left;
}
.contact_us .nice-select .list .option {
  text-align: left;
}
.contact_us .nice-select::after {
  left: unset;
  right: 10px;
}
.contact_us textarea.form-control {
  resize: none;
  height: 99px;
}
.contact_us .btn-submit {
  margin-top: 31px;
  text-align: right;
}
.contact_us .btn-submit .btn-style {
  background-color: #263f91;
  border-radius: 6px;
  border-color: #263f91;
}
.contact_us .btn-submit .btn-style:hover {
  color: #263f91;
  background-color: #fff;
}
.contact_us .cont-info1 {
  position: relative;
}
.contact_us .cont-info1 .behindcontact {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.contact_us .cont-info1 .wrap {
  padding: 40px;
  width: 80%;
}
.contact_us .cont-info1 ul {
  position: relative;
  z-index: 3;
}
.contact_us .cont-info1 ul li {
  margin-right: 10px;
}
.contact_us .cont-info1 h5 {
  font-size: 2.5rem;
  position: relative;
  z-index: 3;
  font-family: sombold;
}
.contact_us .cont-info1 p {
  font-size: 1.7rem;
  position: relative;
  z-index: 3;
}
.contact_us .contact-info2 {
  width: 30%;
  background-image: url("../images/contactinfobg.png");
  position: absolute;
  height: 100%;
  top: 150px;
  right: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 26px;
  height: 530px;
}
.contact_us .contact-info2 li {
  position: relative;
  z-index: 5;
  margin-bottom: 25px;
}
.contact_us .contact-info2 li h5 {
  color: #fff;
  font-size: 2.1rem;
}
.contact_us .contact-info2 li h5 i {
  color: #fff;
  font-size: 0.8rem;
  margin-right: 5px;
}
.contact_us .contact-info2 li span {
  color: #fff;
  margin-right: 5px;
}
.contact_us .contact-info2 li a {
  color: #fff;
  margin-right: 5px;
}
.contact_us .contact-info2::after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 112, 181, 0.91), rgba(0, 56, 91, 0.58));
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.footer-wave {
  position: absolute;
  bottom: -100px;
  width: 100%;
  left: 0;
  opacity: 0.95;
}

.nopaddingright {
  padding-left: 0;
}

.nopaddingleft {
  padding-right: 0;
}

/* ================================================================ */
.seprate-shape {
  position: absolute;
  top: -50px;
  width: 100%;
  left: -70px;
  z-index: -1;
}
.seprate-shape img {
  width: 100%;
}

.test-page {
  padding-bottom: 345px;
  position: relative;
  overflow: hidden;
}
.test-page .circle-left {
  position: absolute;
  right: -140px;
}
.test-page .teste-card {
  background-image: url("../images/testcardbg.png");
  padding: 20px 46px;
  margin-top: 77px;
  position: relative;
}
.test-page .teste-card .testbox-flower {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.test-page .teste-card h5 {
  font-size: 1.5rem;
  color: #0070b5;
}
.test-page .teste-card h5 span {
  color: #f58737;
}
.test-page .teste-card .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: transparent;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
}
.test-page .teste-card .card .percent {
  position: relative;
}
.test-page .teste-card .card svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(90deg);
}
.test-page .teste-card .card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}
.test-page .teste-card .card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
  stroke: #0070b5;
}
.test-page .teste-card .card .number {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.test-page .teste-card .card .number h3 {
  font-weight: 200;
  font-size: 5.5rem;
  font-family: sombold;
}
.test-page .teste-card .card .number h3 span {
  font-family: sombold;
}
.test-page .teste-card .card .number h3 span {
  font-size: 2rem;
}
.test-page .teste-card .card .title h2 {
  margin: 25px 0 0;
}
.test-page .teste-card .card:nth-child(1) svg circle:last-of-type {
  stroke: #f39c12;
}
.test-page .teste-card .card:nth-child(2) svg circle:last-of-type {
  stroke: #0070B5;
}
.test-page .head {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
.test-page .head p {
  font-size: 1.7rem;
}
.test-page .head h5 {
  font-size: 3rem;
  font-family: somsemibold;
  color: #0860a6;
}
.test-page .head img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.test-page .test-img {
  text-align: center;
  margin-top: 50px;
}
.test-page .test-img h5 {
  font-size: 1.6rem;
  margin-top: 18px;
}
.test-page .btn-submit {
  text-align: right;
  margin-top: 25px;
}
.test-page .btn-submit .btn-style {
  background-color: #0070b5;
  border-color: #0070b5;
}
.test-page .btn-submit .btn-style:hover {
  background-color: #fff;
  color: #0070b5;
}
.test-page .btn-submit .btn-style.previous-btn {
  background-color: #f2f3ed;
  border-color: #f2f3ed;
  color: #6c6c6c;
  margin-right: 20px;
}
.test-page .btn-submit .btn-style.previous-btn:hover {
  background-color: #fff;
}
.test-page .test-resutl {
  text-align: center;
  padding: 43px 0 36px 0;
}
.test-page .test-resutl h5 {
  color: #000;
  font-size: 3rem;
  margin-bottom: 50px;
}

.test-question {
  padding-left: 24px;
}
.test-question h6 {
  font-size: 1.4rem;
  color: #0070b5;
  font-family: sombold;
  margin-bottom: 22px;
}
.test-question .form-group {
  margin-bottom: 15px;
}
.test-question input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.test-question label {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.test-question label .card-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0070b5;
  display: inline-block;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-question label .card-check .smallcircle {
  width: 70%;
  height: 70%;
  border-radius: 50%;
}
.test-question label span {
  font-size: 1.2rem;
}
.test-question input[type=radio]:checked ~ .card-check .smallcircle {
  background-color: #0070b5;
}

/* ================================================================ */
.custom-page-navbar {
  position: absolute;
  width: 100%;
}

.contact_us_page {
  background-image: none;
  background-color: #fff;
}

.contact-header {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.contact-header .contact-wave {
  position: absolute;
  width: 100%;
  z-index: 4;
  bottom: -50px;
}
.contact-header h5 {
  text-align: center;
  font-size: 5rem;
  color: #fff;
  font-family: sombold;
}

/* ================================================================ */
.service-header {
  border-bottom-right-radius: 292px;
}
.service-header .card-img {
  height: auto;
  text-align: center;
  max-width: 100%;
}
.service-header .header-content {
  position: relative;
}
.service-header .header-content p {
  width: 90%;
}
.service-header::before {
  background-color: rgba(0, 112, 181, 0.9);
  border-bottom-right-radius: 292px;
}

.service-content-wrapper .service-content {
  padding: 60px 0 50px 0;
}
.service-content-wrapper .service-content h5 {
  font-size: 3.5rem;
  font-family: somsemibold;
  margin-bottom: 20px;
}
.service-content-wrapper .service-content p {
  font-size: 1.5rem;
}
.service-content-wrapper .service-link {
  border-bottom: 1px solid #0a2b53;
  margin-bottom: 31px;
}
.service-content-wrapper .service-link ul {
  justify-content: space-between;
  overflow: auto;
  padding-bottom: 31px;
}
.service-content-wrapper .service-link ul li {
  margin-right: 25px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.service-content-wrapper .service-link ul li a {
  font-family: sommedium;
  font-size: 1.6rem;
  color: #9f9f9f;
}
.service-content-wrapper .service-link ul li.active a {
  color: #f58737;
}

.service-data {
  margin-bottom: 250px;
  margin-top: 50px;
}
.service-data .serv-data-cont h5 {
  font-size: 3rem;
  font-family: somsemibold;
  color: #0070b5;
  margin-bottom: 18px;
  position: relative;
}
.service-data .serv-data-cont h5::before {
  content: url("../images/servtitlebefore.svg");
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%);
  z-index: -1;
}
.service-data .serv-data-cont p {
  font-size: 1.5rem;
  line-height: 33px;
}
.service-data .serv-data-img .card-img {
  height: 363px;
  border-radius: 31px;
}
.service-data .serv-data-img .card-img img {
  border-radius: 31px;
}

.service-link ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 10px !important;
}

.service-link ul::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 4px !important;
  border-radius: 5px;
}

.service-link ul::-webkit-scrollbar-thumb {
  background-color: #0070b5;
  border: 1px solid #0070b5;
  border-radius: 5px;
}

/* ================================================================ */
.donation-card {
  margin-bottom: 40px;
}
.donation-card .card-img {
  height: 275px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.donation-card .card-img::after {
  content: "";
  background-color: rgba(0, 112, 181, 0.68);
}
.donation-card .card-title {
  position: relative;
  z-index: 3;
}
.donation-card .card-title h5 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  font-family: sommedium;
  margin-left: 10px;
}
.donation-card .card-text {
  margin-top: 10px;
  font-size: 1.3rem;
}
.donation-card.second-card .card-img::after {
  background-color: rgba(10, 43, 83, 0.68);
}
.donation-card.third-card .card-img::after {
  background-color: rgba(62, 120, 80, 0.68);
}

.if-intersted {
  background-image: url("../images/ifinterste.png");
  padding: 42px 85px 82px 85px;
  border-radius: 30px;
  margin-top: 120px;
  margin-bottom: 100px;
}
.if-intersted h5 {
  font-size: 3rem;
  color: #0070b5;
  font-family: somsemibold;
  margin-bottom: 80px;
  position: relative;
}
.if-intersted h5::before {
  content: url("../images/ifinterstd.svg");
  position: absolute;
  top: -50px;
  left: -30px;
  z-index: -1;
}
.if-intersted ul li a,
.if-intersted ul li h6 {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #000000;
}
.if-intersted ul li h6 {
  margin-right: 45px;
}
.if-intersted ul li h6 i {
  margin-right: 10px;
  font-size: 1.2rem;
}
.if-intersted ul li span {
  color: #000000;
  margin-right: 10px;
  font-size: 1.6rem;
}
.if-intersted ul li .link a {
  margin-right: 10px;
}

/* ================================================================ */
.photo-gallery {
  padding: 90px 0;
}

.gallery-card {
  background-color: #e6e6e6;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out;
}
.gallery-card .card-img {
  height: 260px;
  border-radius: 16px;
  display: block;
  overflow: hidden;
}
.gallery-card .card-img img {
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.gallery-card:hover .card-img img {
  transform: scale(1.1) rotate(-2deg);
}

.gallery-video-card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-video-card .play {
  position: relative;
  z-index: 8;
  width: 70px;
  height: 70px;
  background-color: #f58737;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
}
.gallery-video-card .play .borderoutline {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #0070b5;
}

/* ================================================================ */
.where-services-go {
  position: relative;
}
.where-services-go h5 {
  font-size: 3.3rem;
  color: #0070b5;
  font-family: somsemibold;
  width: 20%;
  text-align: center;
  position: relative;
  padding-top: 40px;
  position: relative;
  z-index: 5;
  position: absolute;
}
.where-services-go h5::before {
  content: url("../images/whewgo.svg");
  position: absolute;
  top: -60px;
  left: 0px;
  z-index: -1;
}
.where-services-go .places-img {
  height: auto;
  width: 100%;
}
.where-services-go .places-img .card-img,
.where-services-go .places-img img {
  height: 100%;
  width: 100%;
}

.who-us-content {
  position: relative;
  height: 706px;
}
.who-us-content .card-img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}
.who-us-content .who-wrap {
  padding-top: 90px;
}
.who-us-content .who-wrap h5 {
  font-size: 3.3rem;
  color: #0070b5;
  font-family: somsemibold;
  position: relative;
}
.who-us-content .who-wrap h5::before {
  content: url("../images/ifinterstd.svg");
  position: absolute;
  top: -50px;
  left: -30px;
  z-index: -1;
}
.who-us-content .who-us-content-pargraph {
  background-color: rgba(10, 43, 83, 0.87);
  border-top-right-radius: 285px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 102px 80px 41px 70px;
  width: 833px;
  max-width: 100%;
  z-index: 5;
}
.who-us-content .who-us-content-pargraph p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 35px;
}

.main-department {
  background-image: url("../images/maindepartmentbg.png");
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}
.main-department .head {
  text-align: center;
}
.main-department .head h5 {
  font-size: 3.5rem;
  color: #0070b5;
  font-family: somsemibold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}
.main-department .head h5::before {
  content: url("../images/ifinterstd.svg");
  position: absolute;
  top: -50px;
  left: -30px;
  z-index: -1;
}
.main-department .head p {
  font-size: 2rem;
  font-family: somsemibold;
}
.main-department .steps-line {
  margin-top: 100px;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  width: 100%;
}
.main-department .steps-line img {
  width: 100%;
}
.main-department .descripe {
  width: 320px;
  margin: auto;
  text-align: center;
  margin-top: 250px;
}
.main-department .descripe h5 {
  font-size: 2rem;
  color: #06afd7;
  font-family: somsemibold;
  margin-bottom: 20px;
}
.main-department .descripe img {
  width: 100px;
}
.main-department .descripe.descripe2 h5 {
  color: #af69e9;
}
.main-department .descripe.descripe3 h5 {
  color: #f2ba29;
}

.department-card {
  background-color: #fff;
  width: 320px;
  max-width: 100%;
  margin: auto;
  padding: 52px 14px;
  margin-top: 41px;
  padding-bottom: 140px;
  border: 1px solid #06afd7;
  border-radius: 30px;
  position: relative;
  min-height: 417px;
  max-height: 417px;
}
.department-card p {
  font-size: 1.4rem;
}
.department-card .step-img {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}
.department-card .step-img img {
  width: 100%;
}
.department-card.step2 {
  border: 1px solid #af69e9;
}
.department-card.step3 {
  border: 1px solid #f2ba29;
}

/* ================================================================ */
.quility .head {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 50px;
}
.quility .head p {
  font-size: 1.5rem;
  margin: 0;
}
.quility .head h5 {
  font-size: 4rem;
  color: #0070b5;
  font-family: somsemibold;
  margin: 0;
}
.quility .accordion-item {
  border: 0;
  border-bottom: 1px solid #eee;
}
.quility .accordion-item .accordion-header,
.quility .accordion-item .accordion-button {
  background-color: transparent;
  border: 0 !important;
}
.quility .accordion-item .accordion-header:focus,
.quility .accordion-item .accordion-button:focus {
  outline: 0;
  box-shadow: unset;
}
.quility .accordion-item .accordion-header span,
.quility .accordion-item .accordion-button span {
  font-size: 1.6rem;
  margin-left: 10px;
  color: #0070b5;
  font-family: somsemibold;
}
.quility .accordion-item .accordion-header img,
.quility .accordion-item .accordion-button img {
  width: 60px;
}
.quility .accordion-item .accordion {
  border-color: transparent !important;
}
.quility .accordion-item .accordion-collapse {
  border: 0;
}

/* ================================================================ */
.creators {
 /* background-image: url("../images/creatorbg.png");*/
 background-color: white;
  padding: 58px 0;
  position: relative;
  padding-bottom: 118px;
}
.creators::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
 /*
 background-image: linear-gradient(to left, rgba(216, 168, 31, 0.63), rgba(255, 227, 148, 0.89));
 */
}
.creators .head {
  text-align: center;
  position: relative;
  z-index: 4;
}
.creators .head h5 {
  color: #0070b5;
  font-size: 3.5rem;
  font-family: somsemibold;
}
.creators ul li {
  position: relative;
}
.creators ul li .sepr1 {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 400px;
  z-index: 4;
}
.creators ul li .sepr1 img {
  width: 100%;
}
.creators ul li .name {
  position: absolute;
  bottom: -50px;
  color: #fff;
  font-size: 2rem;
  z-index: 4;
}
.creators ul li .name-top {
  bottom: unset;
  top: -50px;
}
.creators .mr-auto {
  margin-left: auto;
  margin-bottom: 225px;
  margin-top: 112px;
}
.creators .col-lg-8 {
  position: relative;
}
.creators .create-before {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  z-index: 5;
}
.creators .create-before img {
  width: 100%;
}
.creators .card-img {
  position: relative;
  z-index: 3;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin-left: 16px;
  position: relative;
}
.creators .card-img img {
  border-radius: 50%;
}

/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
footer {
  background-image: url("../images/footerbgfinal.png");
  position: relative;
  overflow: hidden;
}
footer::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(38, 63, 145, 0.9), #009cdd);
  content: "";
  right: 0;
  bottom: 0;
}
footer .footer-logo,
footer .footer-links,
footer .download {
  position: relative;
  z-index: 4;
}
footer .download {
  text-align: center;
}
footer .download img {
  width: 200px;
  margin: auto;
}
footer .footer-logo img {
  margin-bottom: 20px;
}
footer .footer-logo p {
  color: #fff;
}
footer .footer-links ul {
  flex-wrap: wrap;
}
footer .footer-links h5 {
  color: #fff;
  margin-bottom: 35px;
}
footer .footer-links li {
  width: 50%;
  margin-bottom: 25px;
}
footer .footer-links li a {
  color: #fff;
}

@media (max-width: 1400px) {
  .creators .mr-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1100px) {
  .creators .mr-auto {
    margin-left: unset;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .custom-navbar .list-item {
    margin-left: 12px;
    margin-right: 12px;
  }
  .watch_now_section_slider_wrapper .slick-prev {
    left: 30px;
  }
  .watch_now_section_slider_wrapper .slick-next {
    right: 30px;
  }
  .our-services-page .our-service-slider-section .services-slider .slider-serv-card {
    height: 384px;
    min-width: 230px;
    max-width: 230px;
  }
  .footer-wave {
    bottom: -20px;
  }
  .department-card,
  .main-department .descripe {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .menu_icon {
    display: flex;
  }
  .header-section .header-slider .card-img {
    width: 350px;
  }
  .ordermd-2 {
    order: 2 !important;
  }
  .test-card {
    margin-bottom: 50px;
  }
  .howto_help .half_video {
    width: 30%;
  }
  .frames .accordion {
    margin-bottom: 15px;
  }
  .contact_us .contact-info2 {
    width: 100%;
    position: relative;
  }
  footer .download {
    width: 230px;
    margin: auto;
    margin-bottom: 20px;
  }
  .custom-navbar .links {
    display: none;
  }
  .custom-navbar .wrapper {
    flex-direction: row-reverse;
  }
  .custom-navbar .wrapper .logo {
    margin-right: 0;
  }
  .contact_us .contact-info2 {
    height: 250px;
  }
  .if-intersted {
    padding: 42px 35px 82px 35px;
  }
  .if-intersted ul {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .if-intersted ul li {
    margin-bottom: 15px;
  }
  .service-header .card-img {
    width: 350px;
    margin: auto;
    margin-top: 10px;
  }
  .creators ul {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .creators ul li {
    width: 25%;
    margin-bottom: 30px;
    text-align: center;
  }
  .creators ul li .sepr1 {
    display: none;
  }
  .creators ul li .name-top {
    position: relative;
    bottom: unset;
    text-align: center;
    top: unset;
  }
  .creators ul li .name {
    position: relative;
    bottom: unset;
    text-align: center;
  }
  .creators .card-img {
    margin: auto;
    width: 150px;
    height: 150px;
  }
  .main-department .steps-line {
    display: none;
  }
  .department-card {
    margin-bottom: 40px;
  }
  .main-department .descripe {
    margin-top: 50px;
  }
  .main-department .descripe h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .watch_now_section .watch_now_cards .big_watch {
    margin-bottom: 50px;
  }
  .our-services .wide_news_card {
    flex-direction: column;
  }
  .our-services .wide_news_card .card-img,
  .our-services .wide_news_card img {
    width: 100%;
    border-top-right-radius: 13px;
  }
  .wide_news_card {
    padding-right: 0 !important;
  }
  .howto_help .half_video {
    margin-left: auto;
    width: 100%;
    position: relative;
  }
  .statics {
    position: relative;
    margin-top: 0;
  }
  .howto_help {
    height: auto;
  }
  .media-video .video-section .card-img {
    width: 100%;
  }
  .media-video {
    padding: 30px 10px;
  }
  .baby-develope {
    padding-top: 115px;
  }
  .header-section .header-content h5 {
    font-size: 4rem;
  }
  .contact-header .contact-wave {
    bottom: -5px;
  }
  .if-intersted ul li {
    flex-wrap: wrap;
  }
  .creators ul {
    flex-wrap: wrap;
  }
  .creators ul li {
    width: 50%;
  }
  .department-card {
    width: 300px;
  }
  .who-us-content .who-us-content-pargraph,
  .who-us-content .card-img,
  .where-services-go h5 {
    position: relative;
  }
  .who-us-content {
    height: auto;
  }
  .where-services-go h5 {
    width: 100%;
  }
  .who-us-content .who-us-content-pargraph {
    padding-left: 30px;
  }
  .where-services-go {
    overflow: hidden;
  }
}
.gallery-header {
  display: flex;
  align-items: center;
}

/* ================================================================ */
/* Shared styles  */
.header-section, .tests-section, .our-services, .baby-develope, .statics .statics-wrapper, .what-they-say, .frames, .media-video, .contact_us, .contact_us .contact-info2, .test-page .teste-card, .contact-header, .if-intersted, .main-department, .creators, footer {
  background-position: center;
  background-size: cover;
}

.header-section .header-slider .slick-prev::before, .header-section .header-slider .slick-next::before, .watch_now_section_slider_wrapper .slick-prev::before, .watch_now_section_slider_wrapper .slick-next::before, .our-services-page .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.frames::after, .media-video::after, .contact_us .contact-info2::after, .donation-card .card-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.watch_now_section .watch_now_cards .big_watch .card_body .card_title, .wide_news_card .wide_body .card_title h5, .our-services .wide_news_card p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
