/*===========================
    1. Theme default css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

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

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

i, span, a {
  display: inline-block;
}

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

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

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2a2a;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

ul {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.section-space {
  padding: 60px 0;
}

ul li {
  font-size: 18px;
}

/*=====================================================
        top band
======================================================*/
.header-top {
  padding: 3px;
  font-size: 16px;
}

.top_band {
  background-color: #0b389b;
}

.top_band .container-fluid {
  width: 100%;
}


.top_band ul li {
  display: inline;
  padding-left: 30px;
  font-size: 16px;
}

.top_band ul {
  display: inline;
  float: right;
}

.top_band ul li a {
  color: #fff;
  font-weight: 300;
}


/*=========================================================
                    nav bar 
===========================================================*/
.main_logo a {
  display: flex;
}

.main_logo a .logo_img {
  width: 100%;
}

.logo_img h4 {
  color: #f7a400;
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.4;
  text-shadow: -1px -1px 0 #BE3666, 1px -1px 0 #BE3666, -1px 1px 0 #BE3666, 1px 1px 0 #BE3666;
  /* text-shadow: 1px 1px 1px #BE3666; */
  font-family: Times New Roman;
  letter-spacing: 1px;
}


.logo_img h4 span {
  font-weight: 700;
  color: #07294d;
  font-size: 26px;
}

.dr_name {
  margin-top: -6px;
}

.main_logo a .logo_img img {
  width: 25%;
  /* margin-right: 1%; */
  padding: 10px;
  margin-top: -35px;
  padding-bottom: 0;
}

h4.neuro_serh4 {
  margin: 0;
  line-height: 1;
}


/* = */

.row.v-center {
  display: flex;
}

header.header {
  /* position: absolute; */
  background-color: #fff;
}

header.header .row {
  background: #ffffff;
  position: relative;
  border-radius: 0 0 30px 30px;
}

.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 101;
  padding: 0;
}

.header .item-left {
  flex: 0 0 30%;
  text-align: center;
}

.header .item-center {
  flex: 0 0 70%;
}

.header .item-right {
  flex: 0 0 0%;
  justify-content: flex-end;
  text-align: center;
}

.header .menu>ul>li {
  display: inline-block;
  padding-bottom: 0px;
}

.header .menu>ul>li .active {
  color: #e7b300;
}

.header .menu>ul>li>a:hover {
  color: #e7b300;
}

/* header.header .container-fluid {
  width: %;
} */

.header .menu>ul>li>a {
  color: #07294d;
  position: relative;
  /* text-transform: uppercase; */
  transition: all 0.3s;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 0px;
  margin: 0 15px;
  font-weight: 400;
}

.header .menu>ul>li>.cnt {
  margin-right: 0;
}

.header .menu>ul>li>a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  background: #ffc600;
  transform-origin: 0 50%;
}

.header .menu>ul>li>a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 100% 50%;
}

ul.menu-main {
  text-align: right;
  padding: 40px 0;
  margin: 0;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

@media(max-width: 991px) {
  .header .menu>ul>li .sub-menu.active {
    display: block;
  }

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #f1a700;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1a700;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
  }

  .header .menu>ul>li>a i {
    position: absolute;
    top: 15px;
    right: 9px;
    text-align: center;
    font-size: 20px;
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
    flex-direction: row-reverse;
  }

  .header .menu .mobile-menu-head .go-back {

    display: none;
  }



  .header .menu .mobile-menu-head .current-menu-title {

    display: none;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 35px;
    width: 35px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #f1a700;
    font-size: 25px;
    margin-right: 10px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }


}

/* =navbar dropdown styles= */

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  min-width: 220px !important;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  color: #07294d;
  width: 100%;
  font-weight: 400;
  border-bottom: 1px dotted #f1a700;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover {
  background-color: #f1a700;
  color: white !important;
}

.sub-menu.mega-menu>.list-item>ul>li {
  padding-bottom: 0;
}

.sub-menu.mega-menu>.list-item>ul>li:last-child {
  border-bottom: none;
}


.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.header .menu>ul>li.menu-item-has-children .list-item ul {
  padding: 0;
}

.header .menu>ul>li.menu-item-has-children .list-item {
  text-align: left;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:hover a {
  color: white !important;
}

/* =======================================================
slider section
========================================================== */

/* .slider_sec {
  position: relative;
}

.slider_content {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  background: linear-gradient(45deg, #022780, #02278061);

}

.slider_content_text {
  margin-left: 16%;
  margin-top: 10%;
  width: 50%;
  color: #fff;
}

.slider_content_text h5 {
  font-weight: 300;
  line-height: 1.5;
  font-size: 26px;
}

.slider_content_text h1 {
  margin-bottom: 10px;
  font-weight: 400;
} */

/*========================================================
                    home abt section
==========================================================*/

.abt_main {
  position: relative;
  overflow: hidden;
}

.abt_text_content h2 {
  margin-bottom: 15px;
  font-size: 30px;
  color: #022780;
  font-weight: 400;
}

.abt_text_content {
  margin-left: 100px;
}

.abt_main .abt_img {
  position: relative;
  z-index: 1;
}


.abt_img_main .design_images img {
  position: absolute;
  width: 35%;
  z-index: 1;
  border-radius: 50%;
  border: 5px solid #022780;
}

.abt_img_main .design_images img:first-child {
  right: -11%;
  top: 0%;
}

.abt_img_main .design_images img:last-child {
  left: -7%;
  bottom: 0%;
}

.abt_img {
  border-radius: 50%;
  border: 8px solid #f7a400;
}

.abt_img_main {
  position: relative;
}

.design_images img {
  position: absolute;
}

.abt_bg img {
  position: absolute;

}

.abt_bg img:first-child {
  left: 0;
  top: 0;
  z-index: -1;
}

/* .abt_bg img:nth-child(2) {
  top: 20%;
  right: 10%;
  animation: alltuchtopdown 3s ease-in-out 0s infinite alternate;
} */

.abt_bg img:last-child {
  right: 0%;
  bottom: -20%;
  z-index: -1;
}

/*========================================================
                    read more button style
==========================================================*/

.btn.read_more {
  user-select: none;
  border: 2px solid #F7A400;
  color: #00325b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 12px 20px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
  font-size: 16px;
}

.btn.read_more::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #F7A400;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}


.btn.read_more:hover, .btn.read_more:focus-visible {
  color: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.btn.read_more:hover:before, .btn.read_more:focus-visible:before {
  top: -40%;
}

/* =========================================================
home band
============================================================= */

/* .home_band {
  background: url(../images/subscribe-bg.jpg);
  background-position: center;
  background-size: 100%;

} */

/* =======================================================
projects section
========================================================= */

.project_imgs img {
  border-radius: 10px;
}

.project_imgs .project1 {
  margin-bottom: 20px;
  height: 250px;
  object-fit: cover;
}

.project_imgs .project2, .project_imgs .project3 {
  height: 250px;
  object-fit: cover;
}

.project_imgs {
  position: relative;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

/* .project_shape_imgs img:first-child {
  position: absolute;
  animation: alltuchtopdown 3s ease-in-out 0s infinite alternate;
  top: 5%;
  right: 13%;
} */

/* .project_shape_imgs img:last-child {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  position: absolute;
  bottom: 30px;
} */

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

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



/*=====================================================
FOOTER css 
======================================================*/
footer#footer-part {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.footer-top {
  background-color: #0433a3;
  padding: 50px 0 30px;
}

.footer-about ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-about ul li:last-child {
  margin-right: 0;
}

.footer-about ul li a {
  width: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #ffc600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-about ul li a:hover {
  background-color: #021d3a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-title h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-weight: 400;
}

.footer-title h6::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 2px;
  background-color: #ffc600;
  bottom: -14px;
  left: 0;
}

.footer-link {
  overflow: hidden;
}

.footer-link ul li {
  line-height: 35px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a i {
  margin-right: 8px;
  color: #ffc600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a:hover {
  color: #ffc600;
}

.footer-link ul li a:hover i {
  margin-right: 15px;
}

.support ul {
  float: none;
  width: 100%;
}

.footer-address ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer-address ul li .icon i {
  font-size: 18px;
  color: #ffc600;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-address ul li .cont {
  padding-left: 35px;
}

.footer-address ul li .cont p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.footer-copyright p {
  font-weight: 300;
}

.footer-copyright {
  background-color: #022780;
  padding: 5px 0;
}

.footer-copyright .copyright p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}


.footer-copyright .copyright p span {
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: #ffc600;
  color: #fff;
  font-size: 28px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #021d3a;
}

/* ========================================================
home parallax 
========================================================== */

.home_parallax_shape_img img {
  position: absolute;
  width: 17%;
  animation: bounce 10s infinite;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home_parallax_shape_img img:first-child {
  top: 0;
  left: -11%;
}

.home_parallax_shape_img img:last-child {
  top: 0;
  right: -11%;
}

.home_parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.home_parallax h2 {
  margin-bottom: 15px;
  font-weight: 400;
}

.home_parallax p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}


@keyframes bounce {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0);
  }
}

.home_parallax_tint {
  background-color: #022780e6;
  padding: 100px 0;
}

.home_parallax {
  background: url(../images/parallax_bg1.jpg);
  background-size: 100%;
  background-attachment: fixed;

}


/*======================================================
                  animation styles
========================================================*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==============================================================
                          home banner
==================================================================*/

.home_banner {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: url(../images/home_banner.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.home_banner::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  background-color: #022780e8;
  height: 100%;
  bottom: 0%;
  top: 0%;
}

.home_banner::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 1100px;
  background: #f7a400;
  height: 1100px;
  transform: rotate(40deg);
  bottom: -40%;
  right: -20%;
  border-radius: 5%;
}

.home_banner .btn.read_more {
  color: #fff;
}

.home_banner_content {
  color: #fff;
}

.home_banner_content h1 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 2rem;
}

.home_banner_content h5 {
  font-weight: 200;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.5;
  padding-right: 30px;
}


.home_banner img {
  width: 75%;
  margin: auto;
  border-radius: 10px;
  float: right;
}

.home_banner img:hover {
  will-change: transform;
  transform: perspective(800px) rotateX(0.24deg) rotateY(-2.63deg) scale3d(1, 1, 1);
}

/*==================================================================
                          inner banner
====================================================================*/

.inner_banner {
  background: url(../images/inner_banner.png);
  background-size: 100%;
  padding: 40px 0;
  color: #fff;
  background-position: center;
}

.inner_banner h1 {
  font-weight: 300;
  font-size: 32px;
}

/*======================================================
                    gallery section
========================================================*/
.gallery_card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: .5s ease;
  width: 100%;
  margin-bottom: 30px;

}

.gallery_sec {
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

}


.gallery_card:hover .gallery_card_contet button i {
  color: #fff;
  transition: .5s ease;
  background-color: #eda515;
}

.gallery_card:hover .gallery_card_contet h4 {
  color: #eda515;
  transition: .5s ease;
  font-weight: 400;
}

.gallery_card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 120%);
  height: 80%;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.gallery_card_contet {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}

.gallery_card:hover {
  margin-top: -10px;
  transition: .5s ease;
}


.gallery_card_contet h4 {
  width: 80%;
  transition: .5s ease;
  font-weight: 400;
}

.gallery_card_contet button {
  width: 20%;
  padding-right: 0;
}

.gallery_card_contet button i {
  background: #fff;
  transform: rotate(-45deg);
  font-size: 25px;
  padding: 5px 15px 5px 10px;
  border-radius: 50%;
  transition: .5s ease;
}

/* =======================================================
project page
=========================================================== */
.main_projects ul li {
  padding-bottom: 10px;
  list-style: disc;
}

.main_projects ul {
  padding-left: 20px !important;
}

.project_heading h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffab00;
  font-weight: 400;
}

.main_projects .sub_ul li {
  list-style: circle;
}

.project_individual {
  padding: 30px;
  border-radius: 0px 30px 0 30px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background-color: #0b38a5;
}


.project_text {
  padding-left: 20px;
  color: #fff;
  font-weight: 300;
}

/* ====================================================
contact page
======================================================= */

.contact-main {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 20px;
}

.contact-main i {
  padding: 13px 18px;
  border-radius: 50%;
  border: 2px dashed #ffaa00;
  margin-right: 10px;
  color: #ffaa00;
  transition: .5s ease;
  height: 60px;
  width: 60px;
}

.contact-main:hover i {
  background: #ffaa00;
  color: #fff;
  transition: .5s ease;
}


/*==========================================================
                    multi item carousel
============================================================*/

@media (max-width: 767px) {
  .multi_item .carousel-inner .carousel-item>div {
    display: none;
  }

  .multi_item .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.multi_item .carousel-inner .carousel-item.active,
.multi_item .carousel-inner .carousel-item-next,
.multi_item .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {

  .multi_item .carousel-inner .carousel-item-end.active,
  .multi_item .carousel-inner .carousel-item-next {
    transform: translateX(20%);
  }

  .multi_item .carousel-inner .carousel-item-start.active,
  .multi_item .carousel-inner .carousel-item-prev {
    transform: translateX(-20%);
  }
}


@media only screen and (min-width: 1200px) and (max-width:2000px) {

  .multi_item .carousel-inner .carousel-item-end.active,
  .multi_item .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .multi_item .carousel-inner .carousel-item-start.active,
  .multi_item .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .multi_item .carousel-inner .carousel-item-end.active,
  .multi_item .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .multi_item .carousel-inner .carousel-item-start.active,
  .multi_item .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .multi_item .carousel-inner .carousel-item-end.active,
  .multi_item .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }

  .multi_item .carousel-inner .carousel-item-start.active,
  .multi_item .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}

.multi_item .carousel-inner .carousel-item-end,
.multi_item .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.indi_item {
  padding: 0 15px;
}

.multi_item {
  padding: 0;
}

section.product_multi_item_carousel {

  position: relative;
}

.multi_item .carousel-control-next, .multi_item .carousel-control-prev {
  position: initial;
}

.top_controls {
  position: absolute;
  right: 20px;
  top: -60%;
  width: 50px;
}

.top_controls a {
  width: 24px;
  opacity: 1;
  background-color: #f7a400 !important;
}

.top_controls a:first-child {
  margin-right: 5px;
}

/*  */
.clints_logo {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #f7a400;
}

.clints_logo img {
  border-radius: 10px;
}

.section_main_heading {
  margin-bottom: 30px;
  color: #022780;

}

.section_main_heading h2 {
  font-weight: 400;
}

/*====================================================
                experiences inner pages
======================================================*/
.experiences_images {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px !important;
}

.experiences_images img {
  transition: .5s ease;
}

.experiences_images img:hover {
  transition: .5s ease;
  transform: scale(1.2);
}


/* ====================================================
              Work with us page
====================================================== */

.main_apply_form {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
}

/* ====================================================
          Our certifications page
====================================================== */

.certifications_block {
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  transition: .5s ease;
  margin-bottom: 30px;
}

.certifications_block:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: .5s ease;
}

.certifications_block h5 {
  color: #e39b08;
  font-weight: 400;
}

.certifications_block img {
  margin: auto;
}

.certifications_block img:first-child {
  width: 40%;
  margin-bottom: 20px;
}

.certifications_block button {
  background: #002575;
  color: #fff;
  border-radius: 10px;
  padding: 8px 15px;
  border: none;
  outline: 0;
  margin-top: 20px;
}

/* ==============================================================
                        our team page
=================================================================*/
.our_team_block {
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: #fff;
  margin-bottom: 30px;
}


.our_team_block .img_block img {
  width: 120px;
  margin-right: 20px;
  border-radius: 10px;
}

.our_team_block .d-flex {
  margin-bottom: 20px;
}

.our_team_block .block_content h4 {
  font-size: 20px;
}

/* ==============================================================
                    Our Management page
=================================================================*/

.our_team_block.management {
  padding: 15px;
  width: 75% !important;
  margin: auto;
  text-align: center;
}

.our_team_block.management img {
  margin-bottom: 15px;
  height: 200px;
  width: 200px !important;
  object-fit: cover;
  border-radius: 50% !important;
  object-position: top;
  margin-right: 0;
}

/* ==============================================================
                    ongoing projects section
=================================================================*/

.ongoing_project_block {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin-bottom: 30px;
}

.ongoing_project_block .carousel-item{
  height: 240px;
}

.ongoing_project_block .carousel-item img{
  height: 240px;
  object-fit: cover;
}


.ongoing_project_block h5{
font-size: 16px;
line-height: 1.5;
}