* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Futura';
  overflow-x: hidden;
}

a {
  color: black;
  text-decoration: none;
}

ul {
  list-style: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}


/* Header */

.fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    left: 0;
    z-index: 9999;
    height: 90px;
    box-shadow: 0 6px 10px rgba(0, 36, 90, 0.08);
}

header.fixed .nav_wrapper{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 18px 40px;
}

header.fixed{
    height: auto;
}

header.fixed .nav_top>div{
    display: none !important;
}

header.fixed .nav_bottom{
    margin-top: 0;
}

header.fixed .nav_bottom .nav-link,
header.fixed a{
    color: black;
}

header.fixed .nav_bottom .nav-link::before{
    text-shadow: 0 0 #ffffff;
}

header.fixed .nav_bottom .btn a::before{
    border: 1px solid #ed6953;
}

header.fixed .nav_bottom .btn a{
    background: #ed6953;
    color: white;
    white-space: nowrap;
}

header.fixed .nav_bottom .btn a:hover::after{
    background: #ed6953;
}

header.fixed .navbar-brand .logo{
    filter: none;
}

header.fixed .nav_bottom .menu_list li{
    padding-right: 30px;
}

header.fixed .navbar-toggler path{
    stroke: black;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
}

header .navbar-brand .logo{
    width: 158px;
    filter: grayscale(100) brightness(100);
}

/*header .navbar-toggler {*/
/*  display: none;*/
/*}*/

header .navbar-toggler:focus {
  box-shadow: none;
}

header .nav_wrapper {
  padding: 40px 40px 0;
  width: 100%;
}

header .nav_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

header .nav_top .info_wrapper {
  display: flex;
  
}

header .nav_top .info_wrapper>div:not(:last-child) {
  padding-right: 70px;
}

footer ul,
header ul {
  display: flex;
  margin-bottom: 0;
}

header .nav_top .phone {
  font-size: 24px;
  margin-top: -2px;

}

footer a,
header a {
  transition: 0.3s ease;
}

header a:hover {
  color: #ed6953;
}

header .nav_top .phone{
  font-weight: 200;
}

header .nav_top .phone p {
  font-size: 12px;
  margin: 0;
  text-align: end;
  color: white;
  font-weight: 100;
}

footer .social_media a,
header .social_media a {
  color: white;
  font-size: 18px;
}

footer .social_media li a,
header .social_icons li:not(:nth-child(4)) a {
  margin-right: 20px;
}

footer .social_media .nav-item a,
header .social_media .nav-item a {
  position: relative;
  display: block;
}

footer .social_media .nav-item .color_icon,
header .social_media .nav-item .color_icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;

}

footer .social_media .nav-item a:hover .color_icon,
header .social_media .nav-item a:hover .color_icon {
  width: 100%;
}

footer .social_media img,
header .social_media img {
  width: 18px;
}

header .language a {
  text-transform: uppercase;
  padding: 0 8px;
  margin-top: 3px;
  display: inline-block;
}
header .language a:last-child{
    padding-right: 0;
}

header .nav_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 18px;
}

footer .footer_menu .menu_list,
header .nav_bottom .menu_list {
  padding: 4px 0;
  font-size: 13px;
  text-transform: uppercase;
}

footer .footer_menu .menu_list li,
header .nav_bottom .menu_list li {
  padding-right: 50px;
}

footer .footer_menu .menu_list a,
header .nav_bottom .menu_list li a {
  padding: 0;
}

header a {
  color: white;
}

header .nav-link {
  color: white;
}

header .nav_bottom .phone{
    display: none;
}

.departments h2,
footer .footer_menu .menu_list .nav-link,
header .nav_bottom .nav-link {
  position: relative;
  color: white;
  display: block;
  white-space: nowrap;
  font-weight: 600;
}

.departments h2::before,
footer .footer_menu .nav-link::before,
header .nav_bottom .nav-link::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid #f76a51;
  color: #f76a51;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  text-shadow: 0 0 #2c2c2c;

}

header .nav_bottom .info_wrapper{
    display: none;
}

/* header .nav_bottom .nav-link:hover{
    color: white;
} */

.departments a:hover h2::before,
footer .footer_menu .nav-link:hover::before,
header .nav_bottom .nav-link:hover::before {
  max-width: 100%;

}

header .nav_bottom .btn {
  padding-right: 0;
  padding-left: 0;
}

footer .btn a,
header .nav_bottom .btn a {
    padding: 15px 24px;
    border-radius: 50px;
    color: #ed6953;
    text-transform: uppercase;
    font-size: 12px;
    transition: color 0.3s;
    position: relative;
    z-index: 7;
    display: inline-block;
    
}

header .nav_bottom .btn a{
    background: white;
}

footer .btn a::before,
header .nav_bottom .btn a::before {
  border: 2px solid #000;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 2px solid #ed6953;
}

header .nav_bottom .btn a::before{
    border: 1px solid #fff;
}

footer .btn a::after,
header .nav_bottom .btn a::after {
  border: 2px solid transparent;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

footer .btn a::before,
footer .btn a::after,
header .nav_bottom .btn a::before,
header .nav_bottom .btn a::after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

footer .btn a:hover::after,
header .nav_bottom .btn a:hover::after {
  background: #fff;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

footer .btn a:hover::before,
header .nav_bottom .btn a:hover::before {
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

header .navbar-toggler{
    z-index: 999;
    padding: 0;
}

header .navbar-toggler svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
header .navbar-toggler .active svg {
  transform: rotate(90deg);
}
header .navbar-toggler path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
header .navbar-toggler path:nth-child(1) {
  transform-origin: 36% 40%;
}
header .navbar-toggler path:nth-child(2) {
  stroke-dasharray: 29 299;
}
header .navbar-toggler path:nth-child(3) {
  transform-origin: 35% 63%;
}
header .navbar-toggler path:nth-child(4) {
  stroke-dasharray: 29 299;
}
header .navbar-toggler path:nth-child(5) {
  transform-origin: 61% 52%;
}
header .navbar-toggler path:nth-child(6) {
  transform-origin: 62% 52%;
}
header .navbar-toggler .active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
header .navbar-toggler .active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
header .navbar-toggler .active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
header .navbar-toggler .active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
header .navbar-toggler .active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
header .navbar-toggler .active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

header .navbar-toggler .active path{
    stroke: black;
}


/*=========================== main carousel========================= */
main .item {
  position: relative;
}

main .item::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

main .carousel_wrapper .carousel_caption {
  height: 100%;
  z-index: 99999;
  position: relative;
}

main .carousel_wrapper .caption_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

main .carousel_wrapper .caption_wrap>.row {
  padding-top: 52px;
}

main .carousel_wrapper .advantage_wrap{
  max-width: 975px;
  margin: 0 auto;
}

main .carousel_wrapper .advantage {
    display: flex;
    /*max-width: 200px;*/
    color: white;
    margin: auto;
    justify-content: center;
}

main .carousel_wrapper .advantage img {
  width: 50px;

}

main .carousel_wrapper .advantage h3 {
  text-transform: lowercase;
  letter-spacing: normal;
  /* font-family: 'FTN_medium'; */
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  padding-left: 15px;
}

main .carousel_wrapper .caption_heading {
  padding-bottom: 70px;
}

main .carousel_wrapper .caption_heading h1 {
  margin-bottom: 5px;
  text-transform: uppercase;
  text-indent: -0.2rem;
  letter-spacing: -2px;
  color: white;
  font-size: 68px;
  font-weight: 600;
}

main .carousel_wrapper .caption_heading p {
  color: white;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 18px;
}

main button {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}

main article {
  background-color: #c1c1c1;
  width: 100%;
}

main .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

main .slick {
  position: relative;
  overflow: hidden;
}
.slick-vertical .slick-slide{
  border: none;
}
main .slick .item {
  float: left;
  /* background-color: green; */
  text-align: center;
  width: 100%;
  height: 100% !important;
}

main .slick-track{
  height: 100% !important;
}

main .slick .item .carousel_img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

main .slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important;
}

main .slick-no-slide .slick-slide {
  float: none;
  display: inline-block;
}

main .slick-list {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}

main .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 22px;
  right: 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

main .slick-dots li {
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
}

main .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  font-size: 0;
  background-color: grey;
  border-radius: 0;
  border: none;
}

main .slick-dots .slick-active button {
  background-color: #ed6953;
}


main .slick-arrow {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-size: contain;
  right: 80px;
   transform: rotate(90deg);
}

main .slick-prev {
    bottom: 66px;
    background-image: url(../img/left-arrow.svg);
 
}

main .slick-next {
    background-image: url(../img/right-arrow.svg);
  
}

.section_padding {
  padding: 5rem 0;
}

/*========================== Team============================ */

.team {
  padding: 5rem 0;
  position: relative;
}

.team .img_wrapper {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 230px;
  width: 230px;
  background: #f8f8f8;
  margin: 0 auto;
  position: relative;
}

.team .img_wrapper img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  -webkit-border-bottom-left-radiuss: 50%;
  -moz-border-bottom-left-radius: 50%;
  -o-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radiuss: 50%;
  -moz-border-bottom-right-radius: 50%;
  -o-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  bottom: 0;
  object-position: top;
}

.team .title_wrapper {
  text-align: center;
  padding: 20px 0 0;
}

.team .title_wrapper h2 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.8;
}


.team .title_wrapper p {
    color: rgb(57, 51, 48, .7);
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.team .section_title{
  margin-bottom: 25px;
}

.departments .section_title{
  margin-bottom: 65px;
}

.team .section_title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.team .section_title h2,
.team .section_title a{
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.team .section_title h2 a:hover{
  color: black;
}

.team .section_title>a{
  font-size: 16px;
  text-decoration: underline;
}

.team .section_title>a:hover{
  color: #ed6953;
}

.team .owl-carousel .owl-stage-outer{
  padding-top: 55px;
}

.team .team_box:hover img{
  height: 270px;
}

.team .team_box a{
    transition: 0.3s ease;
}

.team .team_box:hover a{
    color: #ed6953;
}

.team .owl-theme .owl-dots .owl-dot.active span, 
.team .owl-theme .owl-dots .owl-dot:hover span{
  background: #ed6953;
}

.team .section_title h2{
  display: flex;
}

.team #carousel-nav{
  margin: 0 40px;
}

.team #carousel-nav button.owl-next, 
.team #carousel-nav button.owl-prev{
  /* position: absolute; */
  /* top: -24%; */
  width: 40px;
  height: 40px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  transition: all 0.3s ease;
  margin: 0 3px;
  border-radius: 3px;
}

.team #carousel-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team #carousel-nav span i{
  font-size: 16px;
  color: black;
}

.team #carousel-nav [class*=owl-]:hover{
  color: #f76a51;
}

.team #carousel-nav button.owl-next:hover, 
.team #carousel-nav button.owl-prev:hover{
    background: #000000 !important;
}

.team #carousel-nav button.owl-next:hover i, 
.team #carousel-nav button.owl-prev:hover i{
    color: #fff;
}

.team .owl-dots{
    margin-top: 40px;
  }

/* ==================================departments========================= */

.departments {
  background: #3a3a3a;
  /* background: #048ecb; */
  padding-bottom: 25px;
}

.departments_info .departments_box {
  /*margin-bottom: 65px;*/
  text-align: center;
}

.departments_info .row>div{
    margin-bottom: 65px;
}

.section_title {
  margin-bottom: 48px;
}
.departments .section_title h2::before{
  filter: brightness(100) grayscale(100);
}
.departments .section_title {
  /* font-size: 30px; */
  color: white;
  /* padding-left: 60px; */
}

.departments .icon_wrapper {
  margin-bottom: 15px;
}

.departments .icon_wrapper img {
  width: 64px;
}

.departments_info .departments_title h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 100;
  
}

.departments .departments_title h2{
    width: max-content;
    margin: auto;
}

.team_content .team_box{
    width: 25%;
    margin-bottom: 60px;
}

.innovations_content .item{
    width: calc(25% - 20px);
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .departments_info .col-xl-2 {
    width: 20%;
  }
}

/* ==============================Information======================== */
.section_title h2{
  position: relative;
}

/*.section_title h2::before{*/
/*  content: '';*/
/*  position: absolute;*/
/*  background-image: url('../img/title_before.svg');*/
/*  height: 70px;*/
/*  width: 75px;*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  left: -100px;*/
/*  top: -10px;*/
/*}*/

.informations .box {
  height: 426px;
  position: relative;
  overflow: hidden;
}

.informations.section_padding{
  padding-bottom: 0;
}
.informations a {
  display: block;
  height: 100%;
}

.informations .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: all 0.3s ease;
}

.informations .box:hover img {
  filter: brightness(0.4);
}

.informations .box.box_one .title {
  font-size: 60px;
  padding-top: 14px;
}

.informations .box.box_one .description {
  padding-top: 12px;
}

.informations .box_text {
  position: absolute;
  top: 0;
  /* bottom: 0; */
  left: 0;
  right: 0;
  padding: 42px 30px;
}

.informations .box_text div {
  text-transform: lowercase;
  color: white;
  font-size: 18px;
  letter-spacing: 3px;
}

.informations .box_text .title {
    font-size: 36px;
    padding-top: 60px;
    margin: 0;
    text-transform: uppercase;
    color: white;
    line-height: 105%;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.informations .box_text .description {
  padding-top: 22px;
  margin: 0;
  font-size: 20px;
  line-height: 150%;
  color: #eee;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.informations .info {
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 0 30px;
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  text-transform: lowercase;
}

.informations .info_date i{
  position: relative;
  top: 1px;
  font-size: 15px;
  margin-right: 5px;
}

.informations .info_view i{
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.informations .next {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 50px;
}

.informations .next .more {
  /* width: 165px; */
  color: #000;
  text-decoration: underline;
  font-size: 24px;
  position: relative;
  line-height: 120%;
  /* font-family: 'FTN_heavy'; */
}

.informations .next .more span {
  background: url(../img/ar_2.png) no-repeat;
  width: 27px;
  right: -65px;
  position: absolute;
  top: 50%;
  height: 15px;
  transform: translateY(-50%);

}

.informations .next:hover .more {
  text-decoration: none;
}

.informations .next:hover span {
  -webkit-animation: arrowhower 800ms linear infinite;
  animation: arrowhower 800ms linear infinite;
}

@keyframes arrowhower {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }

  50% {
    -webkit-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}


.main_informations .row>div:nth-child(2){
    display: none;
}

/* ==============================innovations============================ */

.innovations .item{
    border-radius: 12px;
    background-image: url('../img/innovatios-img.png');
    background-size: cover;
    background-position: center;
    height: 320px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    transition: .15s cubic-bezier(.645,.045,.355,1);
    cursor: pointer;
    padding: 0;
}

.innovations .item:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

.innovations .section_title{
    margin-bottom: 40px;
}

.innovations .item a{
    display: block;
    height: 100%;
    position: relative;
    z-index: 88;
}


.innovations .item .item_title{
    border-radius: 4px;
    padding: 5px 12px;
    background-color: white;
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 15px;
    transition: 0.3s ease;
    color: black;
}

.innovations .item .item_title:hover{
    color: #ed6953 !important;
}

.innovations .item .item_info{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 20px;
  /* font-family: 'FTN_medium'; */
}

.innovations .item_info p{
    font-size: 20px;
    color: white;
    line-height: 23px;
    min-height: 50px;
}

.innovations .item_info .date{
  color: white;
  margin-bottom: 18px;
  font-size: 14px;
  color: rgb(255 255 255 / 90%);
}

.innovations .item_info .date i{
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: text-top;
}

.innovations .item:hover::before{
  background-color: rgba(0, 0, 0, 0.7);
}

.innovations .item:hover{
  transform: translateY(-4px);
}

.innovations .owl-carousel .owl-stage-outer{
  padding-top: 30px;
}

.innovations .owl-carousel .owl-nav button.owl-next, 
.innovations .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: calc(50% + 16px);
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgb(0 36 90 / 8%);
  box-shadow: 0 10px 10px rgb(0 36 90 / 8%);
  /* -webkit-transform: translateY(-3rem);
  -moz-transform: translateY(-3rem);
  -o-transform: translateY(-3rem);
  -ms-transform: translateY(-3rem);
  transform: translateY(-3rem); */
  fill: #003687;
  -webkit-transition: .15s cubic-bezier(.645,.045,.355,1);
  -moz-transition: .15s cubic-bezier(.645,.045,.355,1);
  -o-transition: .15s cubic-bezier(.645,.045,.355,1);
  -ms-transition: .15s cubic-bezier(.645,.045,.355,1);
  transition: .15s cubic-bezier(.645,.045,.355,1);
}

.innovations .owl-carousel .owl-nav button.owl-next{
  right: -25px;
}

.innovations .owl-carousel .owl-nav button.owl-prev{
  left: -25px;
}

.innovations .owl-carousel .prev-slide,
.innovations .owl-carousel .next-slide{
  height: 10px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.innovations .owl-carousel .prev-slide{
  background-image: url(../img/left_arrow.svg);
  
}

.innovations .owl-carousel .next-slide{
  background-image: url(../img/right_arrow.svg);
}

.innovations .owl-theme .owl-nav{
  margin: 0;
}

.innovations .owl-dots{
  position: absolute;
  top: -74px;
  right: 10px;
}

.innovations .owl-theme .owl-dots .owl-dot.active span, 
.innovations .owl-theme .owl-dots .owl-dot:hover span{
  background: #088fcb;
}

.innovations .owl-theme .owl-dots .owl-dot span{
  width: 7px;
  height: 7px;
  margin: 5px;
}
.innovations .section_title{
  display: flex;
}

.innovations .section_title h2{
  margin-bottom: 0;
}

.innovations .section_title a{
  display: block;
  border: 1px solid black;
  border-radius: 5px;
  padding: 6px 20px;
  margin-left: 30px;
  transition: 0.3s ease;
  width: max-content;
}

.innovations .section_title a:hover{
  border-color: #ed6953;
  color: #ed6953;
}

/* ==============================Gallery============================ */
.gallery {
  margin: 30px 50px;
  /* height: 622px; */
  position: relative;
}

.gallery::before{
  content: '';
  position: absolute;
  bottom: 0;
  background: url('../img/bg-section-object.png') no-repeat;
  background-size: cover;
  right: 30px;
  width: 194px;
  height: 175px;
  z-index: -55;
}

.gallery .section_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  z-index: 99;
  position: relative;
}

.gallery .section_title a{
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  transition: all 0.3s ease;
}

.gallery .section_title a i{
  padding-left: 10px;
}

.gallery .section_title a:hover{
  color: #f76a51;
}

.gallery .gallery_content{
  background-image: url('../img/gallery_main.jpeg');
  background-size: cover;
  background-position: center;
  height: 500px;
  padding: 50px 35px;
  position: relative;
  background-attachment: fixed;
}

.gallery .gallery_content::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.gallery  .img_wrap{
  height: 215px;
}

.gallery .img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .gallery_wrap{
  padding: 0 24px 0 60px;
  margin-top: -6rem;
  z-index: 999;
  position: relative;
}

.gallery .bottom_img_wrap>div{
  padding-left: 7px;
  padding-right: 7px;
}

.gallery .more {
  position: absolute;
  bottom: 40px;
  right: 62px;
}

.gallery .more a{
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  background: #ed6953;
  padding: 11px 22px 9px;
  transition: all 0.3s ease;
}

.gallery .more a:hover{
  -webkit-box-shadow: 0 0.8rem 3rem 0 rgb(223 3 45 / 50%);
  box-shadow: 0 0.8rem 3rem 0 rgb(223 3 45 / 50%);
}


/* ==============================call to action============================ */
.call-to-action .resp-svg{
    display: none;
    width: 25px;
    margin: auto;
}

.call-to-action{
  padding: 3rem 0 2rem;
  
}

.call-to-action .icon{
  width: 45px;
  margin-left: -82px;
  margin-right: 30px;
}

.call-to-action h2{
  font-size: 40px;
}

.call-to-action p{
  font-size: 18px;
}

.call-to-action a{
    padding: 22px 60px;
    background: #01ac6a;
    font-size: 16px;
    color: white;
    border-radius: 100px;
    transition: 0.3s ease;
    display: inline-block;
    width: max-content;
    margin: auto;
    margin-top: 10px;
}

.call-to-action .row{
  text-align: center;
}

.call-to-action .btn_wrapper{
  margin-top: 30px;
}

.call-to-action a:hover{
  background: #007548;
}

.inside_page_call{
    background: #f8f8f8;
}

.departments_content .departments_box{
    background: #3a3a3a;
    padding: 20px;
    border-radius: 5px;
    color: white;
    text-align: center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 20px rgb(0 0 0 / 10%) inset;
    position: relative;
    /*background-color: #9EEBA1;*/
    transition: 0.3s linear;
    height: 100%;
}

.departments_content .departments_box:before, 
.departments_content .departments_box:after {
    position: absolute;
    content: "";
    top: 100px;
    bottom: 5px;
    left: 30px;
    right: 30px;
    z-index: -1;
    box-shadow: 0 0 40px 13px #3a3a3a;
    border-radius: 100px/20px;
    transition: 0.3s linear;
}

.departments_content .departments_box:hover{
    box-shadow: none;
}

.departments_content .departments_box:hover::before,
.departments_content .departments_box:hover::after{
    box-shadow: none;
}

/*================================= Footer =============================*/

footer {
    padding: 75px 0 50px;
    background: #2c2c2c;
    color: white;
}

footer .logo img{
    width: 140px;
    -webkit-filter: grayscale(100) brightness(100);
    filter: grayscale(100) brightness(100);
}

footer a {
  color: white;

}

footer .btn a {
  padding: 25px 55px;
  font-size: 15px;
  display: block;
}

footer .btn {
  display: flex;
  margin-left: auto;
}

footer .phone{
  display: flex;
}

footer .menu_list {
  flex-wrap: wrap;
}

footer .phone_wrap{
  margin-bottom: 20px;
}

footer .phone_wrap h4{
    margin-bottom: 20px;
    opacity: 0.5;
}

footer .phone_wrap:not(:last-child){
  padding-right: 60px;
}

footer .phone_wrap a {
  transition: 0.3s ease;
  display: block;
}

footer .phone_wrap a:hover {
  color: #048ecb;
}

footer .footer_menu {
  margin: 25px 0 50px;
}

footer .menu_list li{
  margin-bottom: 15px;
}

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

footer .copyright{
  padding-right: 55px;
  /* font-family: 'FTN_medium'; */
  -webkit-font-smoothing: antialiased;
}

footer .siteby{
  -webkit-font-smoothing: antialiased;
  /* font-family: 'FTN_medium'; */
}

footer .siteby a{
    color: #fff;
    text-decoration: underline;
}   

footer .siteby a:hover{
    text-decoration: none;
}


/*===============================Contact==========================*/

.form input, textarea{
        width: 100%;
        /*border-radius: 2px;*/
        border: none;
        background: white;
        padding: 5px 15px;
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
        border-bottom: 2px solid #ed6953;
        transition: 0.3s ease;
    }
    
    .form input::placeholder, textarea::placeholder{
        color: #22262a;
        font-weight: 200;
    }
    
    .form input:focus, textarea:focus{
        outline: none;
        background: #ed695317;
        box-shadow: none !important;
    }
    
    .form input{
        height: 60px;
    }
    
    .form .submit-btn{
        background: #ed6953;
        margin-bottom: 0;
        color: white;
    }
    
    .form .submit-btn:hover{
        color: white;
        box-shadow: 0 0.8rem 3rem 0 rgba(223, 3, 45, 0.30);
    }
    
    .form .submit-btn:focus{
        background: #ed6953;
    }
    
    .form .submit_btn_wrap{
        width: 240px;
        margin-left: auto;
    }
    
    .form .row>div{
        margin-bottom: 50px;
    }

.inside-pages-bg{
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.inside-pages-bg:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(359deg, rgba(4, 142, 203, 0.3), #000000c9);
    /*background: linear-gradient(359deg, rgb(241 82 84 / 28%), #000000c9);*/
    /*background: rgba(0, 0, 0, 0.6);*/
}

.contact-bg{
    background-image: url('../img/contact-bg-img.png');
}

.about-bg{
    background-image: url('../img/about-bg_img.jpeg');
}

.informations-bg{
    background-image: url('../img/about-bg.jpeg');
}

.departments-bg{
    background-image: url('../img/departments (1).png');
}

.team-bg{
    background-image: url('../img/team-bg.jpg');
}

.lab-bg{
    background-image: url('../img/laboratory-bg.jpeg');
}

.innovations-bg{
    background-image: url('../img/innovation-bg.jpg');
}

.gallery-bg{
    background-image: url('../img/gallery_bg.jpeg');
}

.page_title_wrap{
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0,  0.05) 0px 2px 5px;
}

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

.breadcrumb{
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-list{
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb .breadcrumb-list li{
    margin-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-list li:first-child{
    margin-left: 0;
}

.breadcrumb .breadcrumb-list li i{
    /*color: #a7a7a7;*/
    margin-left: 15px;
    font-size: 13px;
}

.breadcrumb .breadcrumb-list a{
    transition: all 0.3s ease;
}

.breadcrumb .breadcrumb-list a:hover{
    color: #ed6953;
}

.breadcrumb .breadcrumb-list .active{
    color: #ed6953;
}

.page_content{
    margin: 5rem 0;
}

.page_content .contact_info{
    font-size: 20px;
    font-weight: 200;
}

.page_content .contact_info strong{
    display: inline-block;
    width: 250px;
    font-weight: 600;
    vertical-align: top;
}

.page_content .contact_info p{
    display: inline-block;
    column-count: 2;
}

.page_content .contact_info a{
    transition: all 0.3s ease;
    display: block;
}

.page_content .contact_info .phone a{
    position: relative;
    margin-bottom: 8px;
}

.page_content .contact_info .phone a:nth-child(1),
.page_content .contact_info .phone a:nth-child(2),
.page_content .contact_info .phone a:nth-child(3){
    padding-right: 25px;
}

.page_content .contact_info .phone a:nth-child(1):before,
.page_content .contact_info .phone a:nth-child(2):before,
.page_content .contact_info .phone a:nth-child(3):before{
    position: absolute;
    content: '';
    right: 3px;
    width: 1px;
    height: 60%;
    top: 5px;
    background: #ed6953;
    opacity: 0.4;
}

.page_content .contact_info a:hover{
    color: #ed6953;
}

.page_content .contact_info li{
    padding: 5px 0px;
}

.page_content .contact_info i{
    margin-right: 15px;
    color: #ed6953;
}

#map{
    height: 400px;
    margin: 30px 0;
}

.contact-form{
    background: #f8f8f8;
    padding: 50px;
    margin: 30px 0;
}

.contact-form h2{
    margin-bottom: 30px;
}


.static_page .quote{
    height: 350px;
    margin-bottom: 25px;
}

.static_page .quote img{
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.static_page .quote:last-child img{
    object-fit:contain;
    height:400px;
}

.static_page .quote:last-child img,
.static_page .quote:last-child p{
    display: inline-block;
}

.static_page .quote:last-child img{
    margin-right:10px;
    width:calc(50% - 10px);
}

.static_page .quote:last-child p{
    margin-left:10px;
    width:calc(50% - 10px);
}

.static_page .quote:last-child{
    height: auto;
    margin-bottom: 0;
}

.lab_page .col-12>.quote{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.lab_page .col-12>.quote .quote{
    width: calc(25% - 10px);
    margin: 5px;
    height: 250px;
}

.lab_page .col-12>.quote .quote img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.departments_content .departments_title{
    margin-top: 12px;
}

.full_content .title{
    text-align: center;
    margin-bottom: 40px;
}

.fullstory_info .quote{
    float: right;
    /*width: calc(50% - 20px);*/
    margin-left: 20px;
    height: 350px;
}
.full-hekim-info {
    display: inline-block;
    width: calc(70% - 4px);
    margin: 0 2px;
}
.full-hekim-info h3{
    line-height: 30px;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #01378b;
    font-weight: 600;
    margin-top: 10px;
    border-bottom: 1px solid #dce8f1;
}

.full-hekim-info ul{
    margin-bottom:20px;
}

.fullstory_info ul li,
.full-hekim-info ul li {
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left 5px;
}
.fullstory-hekimler img{
    width:25%;
    display:inline-block;
    vertical-align: top;
    /*width: 280px;*/
    height: 400px;
    object-fit: contain;
}


.fullstory_info .quote img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
    max-width: initial;
}


.about_info .col-12 .quote:last-child{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about_info .col-12 h2,
.about_info .col-12 h1{
    text-align: center;
    margin: 20px 0;
}

.about_info .col-12 .quote:last-child div{
    width: calc(50% - 25px);
    
}

.about_info .col-12 .quote:last-child div:nth-child(odd){
    margin-right: 25px;
}

.about_info .col-12 .quote:last-child div:nth-child(even){
    margin-left: 25px;
}

.about_info .col-12 .quote:last-child div img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin: 0;
    filter: grayscale(1);
    border-radius: 0;
}

.about_info .col-12 .quote:last-child div p{
    display: block;
    margin: 20px 0 0;
    width: 100%;
}

.gallery .masonry{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    counter-reset: brick;
}

.gallery .masonry .quote{
    flex: auto;
    height: 300px;
    min-width: 150px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 8px 8px;
    background-color: #333;
    color: white;
    position: relative;
}

.gallery .masonry .quote img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(85%);
    margin: 0;
}

.gallery .masonry .quote:nth-child(2n+1) {
    width: 300px;
}

.wp{
    display: none;
    height: 55px;
    background-color: #0DC143;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.wp>div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wp a{
    color: white;
}

.content-all{
    font-size: 19px;
    line-height: 32px;
    font-weight: 200;
}



@media only screen and (max-width: 1648px){
  .section_title h2:before{
    left: 0;
    width: 70px;
    top: -7px;
  }

  /*.section_title h2{*/
  /*  padding-left: 90px;*/
  /*}*/
}

@media only screen and (max-width: 1500px){
  .gallery{
    margin: 30px 20px;
  }
}

@media only screen and (min-width: 1400px){
  main .carousel_wrapper .caption_heading h1{
    font-size: 80px;
  }

}

@media only screen and (max-width: 1300px){
    header .nav_bottom .menu_list li{
        padding-right: 20px;
     }
      
    header .nav_bottom .menu_list{
        font-size: 12px;
    }
    
    header .nav_bottom .btn a{
        padding: 12px 15px;
    }
}


@media only screen and (max-width: 1199.99px){
  
    main .carousel_wrapper .caption_wrap>.row{
        padding-top: 15px;
    }
    
    main .carousel_wrapper .caption_heading{
        padding-bottom: 50px;
    }
    
    main .carousel_wrapper .caption_heading h1{
        font-size: 50px;
    }
  
    .team_content .team_box{
        width: 33.33%;
    }
    
    .innovations_content .item{
        width: calc(33.33% - 20px);
    }
    
    header .nav_bottom .menu_list{
        font-size: 11px;
    }
    
    header.fixed .nav_bottom .menu_list li{
        padding-right: 20px;
    }
    
    header.fixed .navbar-brand .logo{
        width: 100px;
    }

}

@media only screen and (max-width: 991.99px){
    .full-hekim-info {
    width: 100%;
    }
    .fullstory-hekimler img{width:100%;}
 
    header.fixed .nav_top>div{
        display: flex !important;
    }
    
    header .nav_top .info_wrapper{
        display: none;
    }
  
    header .nav_bottom .info_wrapper{
        color: black;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    
   
    header .nav_bottom .phone {
        display: block;
    }
    
     header .nav_bottom .info_wrapper a{
         color: black;
     }
    
    header .nav_bottom .info_wrapper .phone a{
        font-size: 24px;
        text-align: end;
        display: block;
    }
    
    header .nav_bottom .info_wrapper .phone p{
        font-size: 12px;
    }
    
    header .nav_bottom .btn{
        margin: 30px 0;
    }
  
    header .nav_bottom{
        background: #dddfe0;
        width: 100%;
        height: 100vh;
        margin: 0;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        display: block;
        padding: 140px 110px 60px;
        overflow-y: auto;
    }
    
   header .nav_bottom .menu_list{
        display: block;
        width: max-content;
        /*margin: 0 auto;*/
        column-count: 2;
        margin-left: 28px;
   }
   
   header .nav_bottom .menu_list li{
        margin-bottom: 30px !important;
        padding-right: 70px !important;
   }
   
   header .nav_bottom .menu_list li{
       position: relative;
   }
   
   header .nav_bottom .menu_list li:before{
        content: '';
        position: absolute;
        top: 13px;
        left: -28px;
        width: 18px;
        height: 2px;
        background: black;
   }
   
   header .nav_bottom .nav-link{
       color: black;
       font-size: 30px;
   }
   
   header .nav_bottom .btn a{
        padding: 18px 30px;
   }
   
   header .nav_bottom .nav-link::before{
        text-shadow: 0 0 #dddfe0;
   }
   
   header .resp_wrapper{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 30px;
        margin-bottom: 50px;
   }
   
   header .resp_wrapper .phone a{
       font-size: 20px;
   }
   
   header .resp_wrapper .phone p{
       font-size: 13px;
   }
   
   header .nav_bottom .language{
        margin: auto;
        text-transform: capitalize;
        font-size: 20px;
   }
   
   header .nav_bottom .language a{
        text-transform: uppercase;
        padding: 0 20px;
   }
   
   header .resp_wrapper .phone a:hover,
   header .nav_bottom .language a:hover{
       color: #ed6953 !important;
   }

  .section_title h2::before{
    left: 0;
    top: -12px;
  }
  
  footer{
      margin-bottom: 50px;
  }

  footer .footer_menu .menu_list{
    display: block;
    column-count: 3;
  }

  footer .social_media{
    column-count: 1;
  }
  
  footer .btn{
    margin-left: inherit;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery{
    margin: 0;
    /* height: 500px; */
  }

  .gallery .gallery_content .img_wrap{
    height: auto;
  }

  .gallery .gallery_content{
    height: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery .more {
    position: static;
    margin-top: 40px;
    text-align: center;
  }

  .gallery::before{
    content: none;
  }

  .gallery .gallery_wrap{
    padding: 0 20px;
  }

  .gallery .gallery_wrap>.row{
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery .bottom_img_wrap>div{
    padding-left: 5px;
    padding-right: 5px;
  }

  main .slick-list{
    height: 832px !important;
  }

  /* main .slick-track{
    height: 100% !important;
  } */

  main .carousel_wrapper .advantage{
    /* width: auto; */
    flex-direction: column;
    align-items: center;
  }

  main .carousel_wrapper .advantage h3{
    text-align: center;
    padding-left: 0;
  }
  
    .team_content .team_box{
      width: 50%;
    }
    
    .innovations_content .item{
        width: calc(50% - 20px);
    }
  
    .wp{
        display: block;
    }
    
    .fullstory-hekimler #first   {order: 1;}
    .fullstory-hekimler #last  {order: 2;}
    
    .lab_page .col-12>.quote .quote{
        width: calc(33.33% - 10px);
    }
}


@media only screen and (max-width: 767.99px){
    .static_page .quote:last-child img,.static_page .quote:last-child p{
        width:100%;
        margin:0;
    }
    .static_page .quote:last-child img{
        height: auto;
        margin-bottom: 30px;
    }
    
    header .nav_bottom .menu_list{
        column-count: 1;
    }
    
    header .nav_bottom .language{
        margin: unset;
    }
    
  .informations .box.box_one .title{
    font-size: 34px;
    padding-top: 40px;
  }

  .informations .next .more{
    font-size: 18px;
  }

  footer .btn{
    margin-left: inherit;
  }

  footer .btn{
    padding: 0;
  }

  footer .btn a{
    padding: 20px 40px;
  }

  .innovations .section_title {
    flex-direction: column;
    margin-bottom: 5px;
  }

  .innovations .section_title a{
    margin-top: 50px;
    margin-left: 10px;
  }

  .innovations .owl-dots{
    top: -34px;
  }

  .informations .next{
    padding: 0;
  }

  .informations .next .more br{
    display: none;
  }

  .gallery .gallery_wrap{
    margin-top: -4.5rem;
    /* padding: 0 15px; */
  }

  .gallery .img_wrap{
    height: 150px;
  }

  main .carousel_wrapper .advantage img{
    width: 30px;
  }

  main .carousel_wrapper .advantage h3{
    font-size: 16px;
  }

  main .carousel_wrapper .caption_heading p{
    display: none;
  }

  /*main .slick-dots{*/
  /*  flex-direction: row;*/
  /*  bottom: 18px;*/
  /*}*/

  main .carousel_wrapper .caption_heading h1{
    font-size: 37px;
  }

  .team .owl-dots{
    margin-top: 15px;
  }
  
  .call-to-action .icon{
      display: none;
  }
  
  .call-to-action .resp-svg{
      display: block;
  }
  
  header .resp_wrapper{
      display: block;
  }
  
  header .resp_wrapper .phone{
      margin-top: 20px;
  }
  
  .contact-form{
      padding: 30px;
  }
  
  .submit_btn_wrap{
      margin: auto;
  }
  
  footer .phone_wrap:not(:last-child){
        padding-right: 40px;
  }
  
  .page_title_wrap .page_title{
      flex-direction: column;
  }
  
  .fullstory_info .quote{
    /*width: calc(100% - 20px);*/
    margin: 10px;
    float: none;
  }
  
    .about_info .col-12 .quote:last-child div{
        width: 100%;
        
    }
    
    .about_info .col-12 .quote:last-child div:nth-child(odd){
        margin: 20px 0;
    }
    
    .about_info .col-12 .quote:last-child div:nth-child(even){
        margin: 20px 0;
    }
    
    .lab_page .col-12>.quote .quote{
        width: calc(50% - 10px);
    }
  
    
}

@media only screen and (max-width: 599.99px){
    main .slick-list{
        height: 535px !important;
    }
    
    main .carousel_wrapper .caption_heading{
        padding-bottom: 30px;
    }
    
    footer .phone{
        display: block;
    }
  
    .innovations_content .item{
        width: calc(100% - 20px);
    }
    
    .lab_page .col-12>.quote .quote{
        width: calc(100% - 10px);
    }
}

@media only screen and (max-width: 575.99px){
    header .nav_bottom{
        padding: 120px 25px 40px;
    }
        

    footer .footer_menu .menu_list{
        column-count: 2;
    }
    
    footer .footer_bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    
    footer .footer_bottom>div:first-child{
        flex-direction: column;
    }
    
    footer .social_media{
        margin-top: 10px;
    }

    footer .siteby{
        margin-top: 5px;
    }
    
    .gallery .gallery_wrap{
        margin-top: -3.5rem;
    }
    
    .gallery .img_wrap{
        height: 120px;
    }

    .innovations .owl-carousel .owl-nav button.owl-prev{
        left: -15px;
    }
    
    .innovations .owl-carousel .owl-nav button.owl-next{
        right: -15px;
    }
    
    main .carousel_wrapper .caption_heading h1{
        font-size: 26px;
    }

    .team .section_title>a{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .innovations .owl-dots{
        position: relative;
        bottom: -20px;
        top: auto;
    }
    
    .gallery .section_title a{
        display: none;
    }
  
    .submit_btn_wrap{
      width: 100%;
    }
    
    .page_content .contact_info strong{
        width: max-content;
        padding-right: 15px;
    }
    
    .team_content .team_box{
      width: 100%;
    }

}

@media only screen and (max-width: 374.99px){
  .gallery .gallery_wrap{
    margin-top: -3rem;
  }

  .gallery .img_wrap{
    height: 70px;
  }
}