body {
  font-family: "Spartan", sans-serif;
  font-weight: 500;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1560px;
  }
}
@media (min-width: 1200px) {
  .container.half {
    max-width: 570px;
  }
}
@media (min-width: 1400px) {
  .container.half {
    max-width: 655px;
  }
}
@media (min-width: 1800px) {
  .container.half {
    max-width: 780px;
  }
}

@font-face {
  font-family: "Spartan";
  src: url("fonts/spartan/Spartan-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Spartan";
  src: url("fonts/spartan/Spartan-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Spartan";
  src: url("fonts/spartan/Spartan-Bold.ttf") format("truetype");
  font-weight: 700;
}
#cn-close-notice::before {
  background-color: red !important;
}
#cn-close-notice::after {
  background-color: red !important;
}

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

.contact .wpcf7-response-output {
  text-align: center;
  margin-top: 30px;
}

.animated {
  opacity: 0;
}

.animated.animation {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.animation.left_anime {
  -webkit-animation: fadeInLeft 1s ease-in both;
          animation: fadeInLeft 1s ease-in both;
}

.animated.animation.right_anime {
  -webkit-animation: fadeInRight 1s ease-in both;
          animation: fadeInRight 1s ease-in both;
}

.animated.animation.top_anime {
  -webkit-animation: fadeInTop 1s ease-in both;
          animation: fadeInTop 1s ease-in both;
}

.animated.animation.bottom_anime {
  -webkit-animation: fadeInBottom 1s ease-in both;
          animation: fadeInBottom 1s ease-in both;
}

.animated.animation.simple_anime {
  -webkit-animation: fadeInSimple 1s ease-in both;
          animation: fadeInSimple 1s ease-in both;
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0%, 0);
            transform: translate3d(50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0%, 0);
            transform: translate3d(50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInSimple {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSimple {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#page .slick-track{
  display: flex;
	justify-content: stretch;
}

#page .slick-track .slick-slide {
  height: initial;
	float: initial;
	min-height: initial;
}

.con_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.half_container.container.right {
  margin-right: 0;
}
@media (min-width: 1800px) {
  .half_container.container {
    max-width: 780px;
  }
}

@media (min-width: 1400px) {
  .container_3_4 {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 1320px);
    --widthC: calc(var(--widthB) / 2);
    width: calc(var(--widthA) - var(--widthC));
    margin-left: var(--widthC);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
@media (min-width: 1800px) {
  .container_3_4 {
    --widthB: calc(var(--widthA) - 1560px);
  }
}
.animated {
  opacity: 0;
}

.animated.animation {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.animation.left_anime {
  -webkit-animation: fadeInLeft 1s ease-in both;
          animation: fadeInLeft 1s ease-in both;
}

.animated.animation.right_anime {
  -webkit-animation: fadeInRight 1s ease-in both;
          animation: fadeInRight 1s ease-in both;
}

.animated.animation.top_anime {
  -webkit-animation: fadeInTop 1s ease-in both;
          animation: fadeInTop 1s ease-in both;
}

.animated.animation.bottom_anime {
  -webkit-animation: fadeInBottom 1s ease-in both;
          animation: fadeInBottom 1s ease-in both;
}

.animated.animation.simple_anime {
  -webkit-animation: fadeInSimple 1s ease-in both;
          animation: fadeInSimple 1s ease-in both;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0%, 0);
            transform: translate3d(50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInSimple {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.custom_btn.no_icon{
  padding-right: 20px;
}

@media (max-width: 575px) {
  .custom_btn.no_icon {
    padding-right: 15px;
  }
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 9999;
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .con_center {
  position: relative;
  z-index: 5;
}
nav .round_back {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  left: 8px;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -9;
  border-radius: 50%;
}
nav .container {
  position: relative;
}
nav .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .media_top {
  margin-right: 15px;
  line-height: 1;
  position: relative;
}
nav .media_top a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
}
@media (max-width: 991px) {
  nav .media_top a {
    font-size: 12px;
  }
}
nav .media_top .top_left .con_phone {
  position: relative;
  margin-right: 30px;
}
nav .media_top .top_left .con_phone:after {
  content: "";
  background: white;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 0;
}
nav .media_top .top_left .con_phone a span {
  font-weight: 700;
}
nav .media_top .top_left .con_mail a span {
  font-weight: 700;
}
nav .media_top .top_right .top_media_icon {
  margin: 0 10px;
  color: #000;
	background: #41a4ff;
	width: 35px;
	height: 35px;
	display: inline-grid;
	border-radius: 50%;
	place-items: center;
}
nav .con_logo {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

nav .con_logo img{
	max-height:64px;
}

nav .menu_container .menu-menu-container #menu-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media(max-width:992px){
	nav .menu_container .menu-menu-container #menu-menu{
		width:100%;
	}
}

nav .menu_container .menu-menu-container #menu-menu > li {
  list-style: none;
  padding: 20px 25px;
  position: relative;
}
@media (max-width: 1399px) {
  nav .menu_container .menu-menu-container #menu-menu > li {
    padding: 20px 10px;
	  width:100%;
	  text-align:center;
  }
}
nav .menu_container .menu-menu-container #menu-menu > li:last-child {
  padding-right: 10px;
}
nav .menu_container .menu-menu-container #menu-menu > li::after {
  content: " ";
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: -10px;
  left: 0;
}
nav .menu_container .menu-menu-container #menu-menu > li > a, nav .menu_container .menu-menu-container #menu-menu > li span {
  text-decoration: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}

nav .menu_container .menu-menu-container #menu-menu > li span.child{
	display:none !important;
}

@media (max-width: 991px) {
  nav .menu_container .menu-menu-container #menu-menu > li > a, nav .menu_container .menu-menu-container #menu-menu > li span {
    font-size: 13px;
  }
	
	nav .menu_container .menu-menu-container #menu-menu > li.menu-item-has-children > span.child{
		position: absolute;
		top: 0;
		right: 10px;
		width: 40px;
		height:64px;
		display: grid !important;
		place-items: center;
		text-align: right;
	}
	
	nav .menu_container .menu-menu-container #menu-menu > li.menu-item-has-children span.child svg{
		width: 20px;
		height: 20px;
	}
	
	nav .menu_container .menu-menu-container #menu-menu > li.menu-item-has-children span.child svg path{
		fill:white;
	}
}
nav .menu_container .menu-menu-container #menu-menu > li > a:hover, nav .menu_container .menu-menu-container #menu-menu > li span:hover {
  color: #41a4ff;
}
nav .menu_container .menu-menu-container #menu-menu > li.current-menu-item > a, nav .menu_container .menu-menu-container #menu-menu > li.current-menu-item span {
  color: #41a4ff;
}
nav .menu_container .menu-menu-container #menu-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
nav .menu_container .menu-menu-container #menu-menu > li .sub-menu {
  padding: 0;
  background-color: rgba(1, 65, 101, 1);
  -webkit-box-shadow: 5px 0px 5px 0px rgba(37, 28, 45, 0.7);
          box-shadow: 5px 0px 5px 0px rgba(37, 28, 45, 0.7);
  position: absolute;
/*   width: 150%; */
  top: 100%;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  display: none;
}

.nav.bgc_header .menu_container .menu-menu-container #menu-menu > li .sub-menu{
	background-color: rgb(1, 48, 74);
}

@media(max-width:991px){
	
	nav .menu_container .menu-menu-container #menu-menu > li .sub-menu{
		display:none;
		position: relative !important;
		left: 0 !important;
	}

	nav .menu_container .menu-menu-container #menu-menu > li .sub-menu.open{
		display:block;
	}
}

nav .menu_container .menu-menu-container #menu-menu > li .sub-menu > li {
  list-style: none;
  width: 100%;
  text-align: center;
}
nav .menu_container .menu-menu-container #menu-menu > li .sub-menu > li > a, nav .menu_container .menu-menu-container #menu-menu > li .sub-menu > li span {
  text-decoration: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
  text-align: center;
  display: block;
  padding: 10px 10px;
	white-space:nowrap;
}
@media (max-width: 991px) {
  nav .menu_container .menu-menu-container #menu-menu > li .sub-menu > li > a, nav .menu_container .menu-menu-container #menu-menu > li .sub-menu > li span {
    font-size: 13px;
  }
}
nav .menu_container .menu-menu-container #menu-menu > li .sub-menu > li > a:hover, nav .menu_container .menu-menu-container #menu-menu > li .sub-menu > li span:hover {
  background-color: #232323;
}
nav .menu_bar {
  cursor: pointer;
  position: relative;
}
nav .menu_bar span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 4px;
  display: block;
  background: black;
  border-radius: 4px;
}
nav .menu_bar span:nth-child(1) {
  width: 30px;
}
nav .menu_bar span:nth-child(2) {
  width: 24px;
  margin-top: 6px;
}
nav .menu_bar span:nth-child(3) {
  width: 18px;
  margin-top: 6px;
}
nav .menu_bar span:hover {
  width: 30px;
}
nav .section_right .menu_bar_close {
  color: white;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
nav .section_right .button_call a {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  nav .section_right .button_call a {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
nav .section_right .button_call a:hover {
background-color: #41a4ff;
	border-color: #41a4ff;
	color: white;
}
nav .section_right .button_call a span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
	position: relative;
	right: -2px;
}
@media (max-width: 575px) {
  nav .section_right .button_call a span.con_icon {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  nav .section_right .button_call a {
    padding: 0;
  }
}
nav .section_right .button_call a span:nth-child(1) {
  position: relative;
  bottom: -3px;
}
@media (max-width: 1199px) {
  nav .section_right .button_call a span.btn_txt {
    display: none;
  }
}
@media (max-width: 1199px) {
  nav .section_right .button_call a span.con_icon {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  nav .section_right .button_call a {
    height: initial;
    padding: 10px;
    border-radius: 5px;
    background: black;
  }
  nav .section_right .button_call a span.con_icon {
    padding: 0;
    height: initial;
  }
}

.nav .menu_bar_close {
  display: none;
}
.nav.active_menu {
  position: fixed;
  top: 0;
  right: -100%;
  padding: 50px 0;
  height: 100%;
}
.nav.active_menu .round_back {
  background: black;
  -webkit-transform: scale(100);
          transform: scale(100);
  z-index: -1;
}
.nav.active_menu .row .con_logo {
  margin-bottom: 30px;
}
.nav.active_menu .row .con_logo a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  position: relative;
  left: 0;
}
.nav.active_menu .row .section_right {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-animation: delay_menu 0.5s 0.5s both;
          animation: delay_menu 0.5s 0.5s both;
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 30px;
}
.nav.active_menu .row .section_right .button_call {
  display: none;
}
.nav.active_menu .row .section_right .menu_bar {
  display: none;
}
.nav.active_menu .row .section_right .media_top {
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.nav.active_menu .row .section_right .media_top a i {
  color: white;
}
.nav.active_menu .row .con_center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav.active_menu .row .con_center .menu_container {
  margin: 0;
  -webkit-animation: delay_menu 0.5s 0.5s both;
          animation: delay_menu 0.5s 0.5s both;
  position: relative;
  left: -100%;
}

@media(max-widtH:767px){
	.nav.active_menu .row .con_center .menu_container{
		width:100%;
	}
}

@-webkit-keyframes delay_menu {
  100% {
    left: 0;
  }
}
@keyframes delay_menu {
  100% {
    left: 0;
  }
}
.nav.active_menu .row .con_center .menu_container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav.active_menu .row .con_center .menu_bar_close {
  display: block;
  color: white;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
}
.nav.bgc_header {
  background-color: rgb(1, 48, 74);
  padding: 10px 20px 10px 20px;
}
.nav.bgc_header .media_top .top_right .top_media_icon {
  color: white;
}
.nav.bgc_header .section_right .button_call a:hover {
/*   background-color: white; */
}
.nav.bgc_header .menu_bar span {
  background-color: white;
}

@media (max-width: 1199px) {
  body.no_scroll {
    overflow: hidden;
  }
}

#page {
  overflow: hidden;
}

.banner {
  padding-top: 60px;
  z-index: 2;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .banner {
    margin-bottom: 0px;
    
  }
}

.banner .con_senction {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .banner .con_senction {
    margin-top: 70px;
    
  }
}

.banner .con_senction .left .txt{
  /* padding-right: 75px; */
}

@media (max-width: 1199px) {
  .banner .con_senction .left .txt{
    padding-right: 0px;
  }
}

.banner .con_senction .left .con_image_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.banner .con_senction .left .con_image_mobile .image_mobile {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .banner .con_senction .left .con_image_mobile .image_mobile {
    display: none;
  }
}
.banner .con_senction .left .signature {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .banner .con_senction .left .signature {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .banner .con_senction .left .signature {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner .con_senction .left .signature {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .banner .con_senction .left .signature {
    font-size: 16px;
    line-height: 30px;
  }
}
.banner .con_senction .left .signature span {
  font-weight: 700;
}
.banner .con_senction .left .con_title {
  margin-bottom: 20px;
}
.banner .con_senction .left .con_title .title {
  font-family: "Libre Bodoni";
  font-size: 100px;
  line-height: 110px;
  font-weight: 400;
  padding: 0 10px;
}
@media (max-width: 1799px) {
  .banner .con_senction .left .con_title .title {
    font-size: 95px;
    line-height: 105px;
  }
}
@media (max-width: 1699px) {
  .banner .con_senction .left .con_title .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 1599px) {
  .banner .con_senction .left .con_title .title {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (max-width: 1399px) {
  .banner .con_senction .left .con_title .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  .banner .con_senction .left .con_title .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 991px) {
  .banner .con_senction .left .con_title .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .banner .con_senction .left .con_title .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .banner .con_senction .left .con_title .title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 480px) {
  .banner .con_senction .left .con_title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .banner .con_senction .left .con_title .title {
    font-size: 37px;
    line-height: 45px;
  }
}
.banner .con_senction .left .con_title .title span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: -10px;
  z-index: 1;
}
.banner .con_senction .left .con_title .title span::after {
  content: "";
  width: 100%;
  height: 25%;
  background-color: var(--custom-color);
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -1;
}
.banner .con_senction .left .con_description {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 20px;
  /* padding-right: 80px; */
}
@media (max-width: 1399px) {
  .banner .con_senction .left .con_description {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .banner .con_senction .left .con_description {
    margin-left: 0;
    padding-right: 0;
  }
}
.banner .con_senction .left .con_description .description {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .banner .con_senction .left .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .banner .con_senction .left .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner .con_senction .left .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .banner .con_senction .left .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.banner .con_senction .left .con_description .description span {
  font-weight: 700;
}
.banner .con_senction .left .con_btns {
  margin-bottom: 120px;
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .banner .con_senction .left .con_btns {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .banner .con_senction .left .con_btns {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .banner .con_senction .left .con_btns {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .banner .con_senction .left .con_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner .con_senction .left .con_btns .con_btn_left {
  margin-top: 40px;
  
}
.banner .con_senction .left .con_btns .con_btn_left .custom_btn_left {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}

.banner .con_senction .left .con_btns .con_btn_left .custom_btn_left.no_icon{
  padding-right: 20px;
}

.banner .con_senction .left .con_btns .con_btn_left .custom_btn_left:hover {
  background-color: #41a4ff;
  border-color:#41a4ff;
  color: white;
}
.banner .con_senction .left .con_btns .con_btn_left .custom_btn_left span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .banner .con_senction .left .con_btns .con_btn_left {
    max-width: 320px;
    
  }
}
.banner .con_senction .left .con_btns .con_btn_right {
  margin-top: 40px;
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .banner .con_senction .left .con_btns .con_btn_right a,.banner .con_senction .left .con_btns .con_btn_left a{
    padding: 0 20px !important;
    font-size: 10px !important;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .banner .con_senction .left .con_btns .con_btn_right {
    margin-top: 30px;
    margin-right: 0;
  }
}
.banner .con_senction .left .con_btns .con_btn_right .custom_btn_right {
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #232323;
  background-color: transparent;
  height: 60px;
  padding: 0 20px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  padding: 0 35px;
}
.banner .con_senction .left .con_btns .con_btn_right .custom_btn_right:hover {

  background-color: #232323;
  color: white;
}
.banner .con_senction .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.banner .con_senction .right .image {
  width: 100%;
  top: -110px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
  background-position: top right;
  background-size: cover;
}
@media (min-width: 1800px) {
  .banner .con_senction .right .image {
    width: calc(100% + (100vw - 1560px) / 2);
    /* top: -80px; */
    height: calc(100% + 160px);
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .banner .con_senction .right .image {
    width: calc(100% + (100vw - 1320px) / 2);
    /* top: -80px; */
    height: calc(100% + 160px);
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .banner .con_senction .right .image {
    display: block;
    width: calc(100% + (100vw - 1140px) / 2);
    /* top: -80px; */
    height: calc(100% + 160px);
    overflow: hidden;
  }
}
.banner .con_senction .image img {
  width: 100%;
}
.banner .con_senction .only_movie {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 340px;
}
@media (max-width: 1199px) {
  .banner .con_senction .only_movie {
    display: block;
    margin: 50px auto;
    height: auto;
  }
}
.banner .con_senction .only_movie .movie {
  position: absolute;
  top: 0px;
  right: -120px;
  z-index: 9;
  max-width: 100%;
  cursor: pointer;
  width: auto;
  height: auto;
	min-width: 300px;
}
@media (min-width: 1800px) {
  .banner .con_senction .only_movie .movie {
    /* left: -125px; */
  }
}
@media (min-width: 1200px) {
  .banner .con_senction .only_movie .movie {
    /* left: -90px; */
  }
}
@media (max-width: 1399px) {
  .banner .con_senction .only_movie .movie {
    /* top: 50px; */
  }
}
@media (max-width: 1199px) {
  .banner .con_senction .only_movie .movie {
    position: relative;
    /* top: 60px; */
    right: 0;
  }
}
@media (max-width: 400px) {
  .banner .con_senction .only_movie .movie {
    /* top: 40px; */
    right: 0;
  }
}
@media (max-width: 360px) {
  .banner .con_senction .only_movie .movie {
    /* top: 30px; */
    right: 0;
  }
}
/* @media (max-width: 340px) {
  .banner .con_senction .right .only_movie .movie {
    top: 0;
    left: 0;
  }
} */

.boxs {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .boxs {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .boxs {
    padding-top: 50px;
  }
}
.boxs .con_title {
  margin-bottom: 50px;
}
.boxs .con_title .title {
  font-size: 60px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  text-align: center;
  margin: 0;
}
@media (max-width: 1599px) {
  .boxs .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .boxs .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .boxs .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .boxs .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .boxs .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .boxs .con_title .title {
    font-size: 30px;
  }
}
.boxs .con_title .title span {
  font-weight: 100;
}
.boxs .con_all_sec .all_sec {
  position: relative;
}
@media (max-width: 1199px) {
  .boxs .con_all_sec .all_sec {
    max-width: 700px;
    margin: 0 auto 50px auto;
  }
}
.boxs .con_all_sec .all_sec:last-child {
  margin-bottom: 0;
}
.boxs .con_all_sec .all_sec .section {
  height: 100%;
  padding-bottom: 50px;
}
.boxs .con_all_sec .all_sec .section.add_padding {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 1399px) {
  .boxs .con_all_sec .all_sec .section.add_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .boxs .con_all_sec .all_sec .section.add_padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .boxs .con_all_sec .all_sec .section.add_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.boxs .con_all_sec .all_sec .section .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxs .con_all_sec .all_sec .section .con_title_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
}
@media (max-width: 1199px) {
  .boxs .con_all_sec .all_sec .section .con_title_small {
    height: 140px;
  }
}
@media (max-width: 991px) {
  .boxs .con_all_sec .all_sec .section .con_title_small {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .boxs .con_all_sec .all_sec .section .con_title_small {
    height: 110px;
  }
}
@media (max-width: 575px) {
  .boxs .con_all_sec .all_sec .section .con_title_small {
    height: 100px;
  }
}
.boxs .con_all_sec .all_sec .section .con_title_small .title-small {
  margin: 0;
  font-size: 48px;
  font-family: "Libre Bodoni";
  line-height: 48px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .boxs .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .boxs .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .boxs .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .boxs .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .boxs .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .boxs .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 28px;
  }
}
.boxs .con_all_sec .all_sec .section .con_title_small .title-small span {
  font-weight: 700;
}
.boxs .con_all_sec .all_sec .section .con_signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.boxs .con_all_sec .all_sec .section .con_signature .signature {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 1599px) {
  .boxs .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  .boxs .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .boxs .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .boxs .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .boxs .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .boxs .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 16px;
  }
}
.boxs .con_all_sec .all_sec .section .con_signature .signature span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.boxs .con_all_sec .all_sec .section .con_signature .signature span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--custom-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.boxs .con_all_sec .all_sec .section .con_description {
  margin-top: 15px;
}
.boxs .con_all_sec .all_sec .section .con_description .description {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .boxs .con_all_sec .all_sec .section .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .boxs .con_all_sec .all_sec .section .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .boxs .con_all_sec .all_sec .section .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .boxs .con_all_sec .all_sec .section .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.boxs .con_all_sec .all_sec .section .con_description .description span {
  font-weight: 700;
}
.boxs .con_all_sec .all_sec .section .all_txt {
  padding-bottom: 40px;
}
.boxs .con_all_sec .all_sec .section .all_txt .con_txt_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boxs .con_all_sec .all_sec .section .all_txt .con_txt_single .txt_single {
  width: calc(100% - 15px);
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .boxs .con_all_sec .all_sec .section .all_txt .con_txt_single .txt_single {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .boxs .con_all_sec .all_sec .section .all_txt .con_txt_single .txt_single {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .boxs .con_all_sec .all_sec .section .all_txt .con_txt_single .txt_single {
    font-size: 14px;
  }
}
.boxs .con_all_sec .all_sec .section .con_btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .boxs .con_all_sec .all_sec .section .con_btn {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .boxs .con_all_sec .all_sec .section .con_btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .boxs .con_all_sec .all_sec .section .con_btn {
    margin-top: 40px;
  }
}
.boxs .con_all_sec .all_sec .section .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .boxs .con_all_sec .all_sec .section .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.boxs .con_all_sec .all_sec .section .con_btn .custom_btn:hover {
  background-color: #41a4ff;
  border-color:#41a4ff;
  color: white;
}
.boxs .con_all_sec .all_sec .section .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .boxs .con_all_sec .all_sec .section .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.boxs .custom_con_btn {
  text-align: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.boxs .custom_con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .boxs .custom_con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.boxs .custom_con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.boxs .custom_con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .boxs .custom_con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.boxs_bulleted {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .boxs_bulleted {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .boxs_bulleted {
    padding-top: 50px;
  }
}
.boxs_bulleted .con_title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .boxs_bulleted .con_title {
    margin-bottom: 20px;
  }
}
.boxs_bulleted .con_title .title {
  font-size: 60px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  text-align: center;
  margin: 0;
}
@media (max-width: 1599px) {
  .boxs_bulleted .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .boxs_bulleted .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .boxs_bulleted .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .boxs_bulleted .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .boxs_bulleted .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .boxs_bulleted .con_title .title {
    font-size: 30px;
  }
}
.boxs_bulleted .con_title .title span {
  font-weight: 100;
}
.boxs_bulleted .con_all_sec .all_sec {
  position: relative;
}
@media (max-width: 1199px) {
  .boxs_bulleted .con_all_sec .all_sec {
    max-width: 700px;
    margin: 0 auto 50px auto;
  }
  .boxs_bulleted .con_all_sec .all_sec:last-child {
    margin-bottom: 0;
  }
}
.boxs_bulleted .con_all_sec .all_sec .section {
  height: 100%;
  padding-bottom: 50px;
}
.boxs_bulleted .con_all_sec .all_sec .section.add_padding {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1399px) {
  .boxs_bulleted .con_all_sec .all_sec .section.add_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.boxs_bulleted .con_all_sec .all_sec .section .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_title_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 180px;
  padding: 25px 15px;
}
@media (max-width: 1199px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small {
    height: 170px;
  }
}
@media (max-width: 991px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small {
    height: 140px;
  }
}
.boxs_bulleted .con_all_sec .all_sec .section .con_title_small .title-small {
  margin: 0;
  font-size: 48px;
  font-family: "Libre Bodoni";
  line-height: 48px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 28px;
  }
}
.boxs_bulleted .con_all_sec .all_sec .section .con_title_small .title-small span {
  font-weight: 700;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 1599px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature {
    font-size: 16px;
  }
}
.boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_signature .signature span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--custom-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 180px);
}
@media (max-width: 1199px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space {
    height: calc(100% - 170px);
  }
}
@media (max-width: 991px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space {
    height: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space {
    height: calc(100% - 150px);
  }
}
@media (max-width: 575px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space {
    height: calc(100% - 140px);
  }
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .con_description {
  margin-top: 15px;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .con_description .description {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .con_description .description span {
  font-weight: 700;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt {
  margin-top: 30px;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt .con_txt_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt .con_txt_single:last-child .txt_single {
  margin-bottom: 0;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt .con_txt_single .txt_single {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding: 0 10px 0 10px;
}
@media (max-width: 1199px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt .con_txt_single .txt_single {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt .con_txt_single .txt_single {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt .con_txt_single .txt_single {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt .con_txt_single .txt_single {
    font-size: 16px;
    line-height: 30px;
  }
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .all_txt .con_txt_single span i {
  margin-top: 5px;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .con_btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.boxs_bulleted .con_all_sec .all_sec .section .con_space .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .boxs_bulleted .con_all_sec .all_sec .section .con_space .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.boxs_bulleted .custom_con_btn {
  text-align: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.boxs_bulleted .custom_con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .boxs_bulleted .custom_con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.boxs_bulleted .custom_con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.boxs_bulleted .custom_con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .boxs_bulleted .custom_con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.number_boxs {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 1800px) {
  /* .number_boxs {
    margin-bottom: -50px;
  } */
}
@media (max-width: 1200px) {
  .number_boxs {
    margin-bottom: 0px;
  }
}
.number_boxs.margin_top {
  margin-top: 100px;
}
.number_boxs.margin_bottom {
  margin-bottom: 100px;
}
.number_boxs.padding_top {
  padding-top: 200px;
}
.number_boxs.padding_bottom {
  padding-bottom: 100px;
}
.number_boxs .con_title {
  margin-bottom: 50px;
}
.number_boxs .con_title .title {
  font-size: 60px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  margin: 0;
}
@media (max-width: 1599px) {
  .number_boxs .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .number_boxs .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .number_boxs .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .number_boxs .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .number_boxs .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .number_boxs .con_title .title {
    font-size: 30px;
  }
}
.number_boxs .con_title .title span {
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.number_boxs .con_title .title span::before {
  content: "";
  width: 120%;
  height: 105%;
  border: 1px solid #014165;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-6deg);
          transform: translate(-50%, -50%) rotate(-6deg);
  border-radius: 50%;
}
.number_boxs .con_title .title span::after {
  content: "";
  width: 120%;
  height: 105%;
  border: 1px solid #41a4ff;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(6deg);
          transform: translate(-50%, -50%) rotate(6deg);
  border-radius: 50%;
}
.number_boxs .con_all_sec .all_sec {
  position: relative;
}
.number_boxs .con_all_sec .all_sec:not(:last-child) .section::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #014165;
  position: absolute;
  top: 0;
  left: 18px;
}
.number_boxs .con_all_sec .all_sec:last-child .section {
  padding-bottom: 0;
}
.number_boxs .con_all_sec .all_sec .section {
  height: 100%;
  padding-bottom: 40px;
  position: relative;
}
.number_boxs .con_all_sec .all_sec .section.add_padding {
  padding-left: 60px;
  padding-right: 60px;
}
.number_boxs .con_all_sec .all_sec .section::before {
  content: "";
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #014165;
  position: absolute;
  top: 0;
  left: 0;
}
.number_boxs .con_all_sec .all_sec .section .left {
  padding-left: 70px;
  position: relative;
}
.number_boxs .con_all_sec .all_sec .section .left .con_signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.number_boxs .con_all_sec .all_sec .section .left .con_signature .signature {
  margin: 0;
  font-size: 20px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_signature .signature {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_signature .signature {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_signature .signature {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_signature .signature {
    font-size: 16px;
    line-height: 30px;
  }
}
.number_boxs .con_all_sec .all_sec .section .left .con_signature .signature span {
  font-weight: 700;
}
.number_boxs .con_all_sec .all_sec .section .left .con_title_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.number_boxs .con_all_sec .all_sec .section .left .con_title_small .title-small {
  margin: 0;
  font-size: 30px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_title_small .title-small {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_title_small .title-small {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_title_small .title-small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_title_small .title-small {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_title_small .title-small {
    font-size: 17px;
  }
}
.number_boxs .con_all_sec .all_sec .section .left .con_title_small .title-small span {
  font-weight: 700;
}
.number_boxs .con_all_sec .all_sec .section .left .con_description {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_description {
    padding-bottom: 40px;
  }
}
.number_boxs .con_all_sec .all_sec .section .left .con_description .description {
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .number_boxs .con_all_sec .all_sec .section .left .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.number_boxs .con_all_sec .all_sec .section .left .con_description .description span {
  font-weight: 700;
}
.number_boxs .con_all_sec .all_sec .section .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .number_boxs .con_all_sec .all_sec .section .right {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .number_boxs .con_all_sec .all_sec .section .right .image {
    padding-bottom: 40px;
  }
}
.number_boxs .custom_con_btn {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.number_boxs .custom_con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .number_boxs .custom_con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.number_boxs .custom_con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.number_boxs .custom_con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .number_boxs .custom_con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
footer {
  padding: 60px 0 0 0;
}
@media (max-width: 575px) {
  footer {
    text-align: center;
  }
}

@media(min-width:1800px){
  footer .left_footer,footer .footer_menu{
    width: 25%;
  }
}

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

footer .con_logo_footer img{
  max-height: 64px;
}

@media (max-width: 1199px) {
  footer .con_logo_footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  footer .left_footer {
    margin-bottom: 20px;
  }
}
footer .left_footer .con_description {
  margin-top: 10px;
}
footer .left_footer .con_description .footer_description {
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .left_footer .con_description .footer_description {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer .left_footer .con_description .footer_description {
    font-size: 14px;
  }
}
footer .footer_contact .title_small1 {
  font-family: "Libre Bodoni";
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 1599px) {
  footer .footer_contact .title_small1 {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  footer .footer_contact .title_small1 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  footer .footer_contact .title_small1 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  footer .footer_contact .title_small1 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  footer .footer_contact .title_small1 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  footer .footer_contact .title_small1 {
    font-size: 16px;
  }
}
footer .footer_contact .con_phone {
  margin-bottom: 10px;
}
footer .footer_contact .con_phone .footer_phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .footer_contact .con_phone .footer_phone {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer_contact .con_phone .footer_phone {
    font-size: 14px;
  }
}
footer .footer_contact .con_phone .footer_phone span {
  font-weight: 700;
}
footer .footer_contact .con_mail .footer_mail {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .footer_contact .con_mail .footer_mail {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer_contact .con_mail .footer_mail {
    font-size: 14px;
  }
}
footer .footer_contact .con_mail .footer_mail span {
  font-weight: 700;
}
@media (max-width: 575px) {
  footer .con_footer_media {
    margin-top: 20px;
  }
}
footer .con_footer_media .footer_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  footer .con_footer_media .footer_media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .con_footer_media .footer_media a {
  margin-right: 10px;
}
footer .con_footer_media .title_small2 {
  font-family: "Libre Bodoni";
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 1599px) {
  footer .con_footer_media .title_small2 {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  footer .con_footer_media .title_small2 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  footer .con_footer_media .title_small2 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  footer .con_footer_media .title_small2 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  footer .con_footer_media .title_small2 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  footer .con_footer_media .title_small2 {
    font-size: 16px;
  }
}
footer .con_footer_media .con_footer_media_icon {
  margin-right: 20px;
}
footer .con_footer_media .con_footer_media_icon i {
  font-size: 14px;
}
@media (max-width: 1199px) {
  footer .footer_menu {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  footer .footer_menu {
    text-align: center;
  }
}
footer .footer_menu .title_small3 {
  font-family: "Libre Bodoni";
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 1599px) {
  footer .footer_menu .title_small3 {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  footer .footer_menu .title_small3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  footer .footer_menu .title_small3 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  footer .footer_menu .title_small3 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  footer .footer_menu .title_small3 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  footer .footer_menu .title_small3 {
    font-size: 16px;
  }
}
footer .footer_menu ul.menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  footer .footer_menu ul.menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 460px) {
  footer .footer_menu ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer_menu ul.menu > li {
  list-style: none;
}
@media (max-width: 1199px) {
  footer .footer_menu ul.menu > li {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer_menu ul.menu > li {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .footer_menu ul.menu > li {
    padding-right: 20px;
  }
}
@media (max-width: 460px) {
  footer .footer_menu ul.menu > li {
    padding: 0;
    text-align: center;
  }
}
footer .footer_menu ul.menu > li.menu-item-has-children {
  padding: 0;
}
footer .footer_menu ul.menu > li.menu-item-has-children:first-child {
  margin-top: 0px;
}
footer .footer_menu ul.menu > li > a, footer .footer_menu ul.menu > li span {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
@media (max-width: 991px) {
  footer .footer_menu ul.menu > li > a, footer .footer_menu ul.menu > li span {
    font-size: 13px;
  }
}
footer .footer_bootom {
  border-top: 1px solid white;
  margin-top: 50px;
  padding-top: 20px;
}
@media (max-width: 575px) {
  footer .footer_bootom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer_bootom .copy p {
  color: white;
  font-size: 12px;
  font-weight: 700;
}
footer .footer_bootom .realization {
  color: white;
  font-size: 12px;
}
footer .footer_bootom .realization a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.icons {
  margin-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .icons {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .icons {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.icons .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons .con_signature {
  margin-bottom: 20px;
}
.icons .con_signature .signature {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .icons .con_signature .signature {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .icons .con_signature .signature {
    font-size: 13px;
  }
}
.icons .con_title .title {
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 60px;
  font-family: "Libre Bodoni";
  text-align: center;
}
@media (max-width: 1599px) {
  .icons .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .icons .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .icons .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .icons .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .icons .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .icons .con_title .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .icons .con_title .title {
    margin-bottom: 40px;
  }
}
.icons .con_title .title span {
  font-weight: 700;
}
.icons .con_description .description {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 1199px) {
  .icons .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .icons .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .icons .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .icons .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.icons .con_description .description span {
  font-weight: 700;
}
.icons .btn_and_arrow .con_btn .custom_btn {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid white;
  padding: 11px 30px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 2px;
}
.icons .btn_and_arrow .con_btn .custom_btn:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5e19e7), to(#ad21fd));
  background: linear-gradient(90deg, #5e19e7 50%, #ad21fd 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.icons .btn_and_arrow .con_btn .custom_btn:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5e19e7), to(rgba(173, 33, 253, 0)));
  background: linear-gradient(90deg, #5e19e7 50%, rgba(173, 33, 253, 0) 100%);
  width: 180%;
  height: 100%;
  position: absolute;
  left: -180%;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.icons .btn_and_arrow .con_btn .custom_btn:hover:after {
  left: 0;
}
.icons .btn_and_arrow .con_arrows .slider_arrow_arrow_nextt {
  height: 45px;
  width: 45px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 70px;
  cursor: pointer;
}
.icons .btn_and_arrow .con_arrows .slider_arrow_arrow_nextt span {
  color: #d5d5dd;
  font-size: 30px;
}
.icons .con_slider_icons {
  position: relative;
}
.icons .con_slider_icons .slider_icons {
  /* height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}
.icons .con_slider_icons .slider_icons .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons .con_slider_icons .slider_icons .slick-list .slick-track .slide {
  position: relative;
  padding: 0 10px;
}
.icons .con_slider_icons .slider_icons .slick-list .slick-track .slide .con_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons .con_slider_icons .slider_icons .slick-list .slick-track .slide .con_img img {
  margin: 0 auto;
}
@media (max-width: 575px) {
  .icons .con_slider_icons .slider_icons .slick-list .slick-track .slide .con_img img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.icons .con_slider_icons .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-top: 50px;

}

@media(max-width:767px){
  .icons .con_slider_icons .slick-dots{
    margin: 0px 0 40px;
  }
}

.icons .con_slider_icons .slick-dots li {
  list-style: none;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border: 1px solid #232323;
	border-radius: 50%;
}
.icons .con_slider_icons .slick-dots li.slick-active {
	width: 14px;
	height: 14px;
	background-color: #232323;
}
.icons .con_slider_icons .slick-dots li button {
  display: none;
}

.cta {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .cta {
    padding-top: 75px;
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.cta.remove_margin_top {
  margin-top: 0;
}
.cta .con_title {
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.cta .con_title .title {
  font-size: 60px;
  font-family: "Libre Bodoni";
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1599px) {
  .cta .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .cta .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .cta .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .cta .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .cta .con_title .title {
    font-size: 30px;
  }
}
.cta .con_title .title span {
  font-weight: 700;
}
.cta .con_description {
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.cta .con_description .description.hashtag {
  font-family: "Libre Bodoni";
  font-weight: 400;
  font-size: 36px;
	text-align: center;
}

.cta .con_description .description {
  font-size: 20px;
  text-align: center;
  /* font-family: "Libre Bodoni"; */
  font-weight: 400;
}

.cta .con_description .description b{
  font-weight: 900;
}

@media (max-width: 1399px) {
  .cta .con_description .description {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .cta .con_description .description {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .cta .con_description .description {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta .con_description .description {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .cta .con_description .description {
    font-size: 24px;
  }
}
.cta .con_description .description span {
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.cta .con_description .description span::before {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #41a4ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  border-radius: 50%;
}
.cta .con_description .description span::after {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #d6f0ff;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  border-radius: 50%;
}
.cta .con_btn {
  text-align: center;
}
.cta .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}

.cta .con_btn .custom_btn.no_icon{
  padding-right: 20px;
}

@media (max-width: 575px) {
  .cta .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }

  .cta .con_btn .custom_btn.no_icon{
    padding-right: 15px;
  }
}
.cta .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.cta .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .cta .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.cta.add_padding_bottom {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .cta.add_padding_bottom {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cta.add_padding_bottom {
    padding-bottom: 50px;
  }
}

.ctax3 {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .ctax3 {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .ctax3 {
    padding: 50px 0;
  }
}
.ctax3 .con_title {
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.ctax3 .con_title .title {
  font-size: 60px;
  font-family: "Libre Bodoni";
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1599px) {
  .ctax3 .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .ctax3 .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .ctax3 .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .ctax3 .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ctax3 .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .ctax3 .con_title .title {
    font-size: 30px;
  }
}
.ctax3 .con_title .title span {
  font-weight: 700;
}
.ctax3 .con_description {
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.ctax3 .con_description .description {
  font-size: 36px;
  text-align: center;
  font-family: "Libre Bodoni";
  font-weight: 400;
}
@media (max-width: 1399px) {
  .ctax3 .con_description .description {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .ctax3 .con_description .description {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .ctax3 .con_description .description {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ctax3 .con_description .description {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .ctax3 .con_description .description {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .ctax3 .con_description .description {
    margin-bottom: 20px;
  }
}
.ctax3 .con_description .description span {
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.ctax3 .con_description .description span::before {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #014165;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  border-radius: 50%;
}
.ctax3 .con_description .description span::after {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #41a4ff;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  border-radius: 50%;
}
.ctax3 .con_btn {
  text-align: center;
}
@media (max-width: 1199px) {
  .ctax3 .con_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ctax3 .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #232323;
  background-color: #232323;
  height: 60px;
  padding: 0 20px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 15px;
  /* width: 390px; */
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
.ctax3 .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
@media (max-width: 1199px) {
  .ctax3 .con_btn .custom_btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .ctax3 .con_btn .custom_btn {
    letter-spacing: 1px;
    width: 300px;
    padding: 0 20px;
  }
}
.ctax3 .con_btn .custom_btn .con_icon {
  font-size: 17px;
  margin-left: 20px;
}
.ctax3 .con_btn .custom_btn:hover {
  background-color: transparent !important;
}
.ctax3 .con_btn .custom_btn:hover .con_icon {
  color: #232323;
}
.ctax3 .con_btn .custom_btn:hover .btn_txt {
  color: #232323;
}
.ctax3 .con_btn .custom_btn:last-child {
  margin-bottom: 0;
}
.ctax3.add_padding_bottom {
  padding-bottom: 100px;
}

.gallery_slider {
  margin-top: 100px;
  padding-top: 150px;
  overflow: hidden;
}
.gallery_slider .container {
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gallery_slider {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .gallery_slider {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .gallery_slider {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.gallery_slider .con_txt {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .gallery_slider .con_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .gallery_slider .con_title {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 20px;
  }
}
.gallery_slider .con_title .title {
  font-weight: 300;
  font-size: 60px;
  font-family: "Libre Bodoni";
  margin: 0;
}
@media (max-width: 1599px) {
  .gallery_slider .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .gallery_slider .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .gallery_slider .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .gallery_slider .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .gallery_slider .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .gallery_slider .con_title .title {
    font-size: 30px;
  }
}
.gallery_slider .con_title .title span {
  font-weight: 700;
}
.gallery_slider .con_description {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1399px) {
  .gallery_slider .con_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 991px) {
  .gallery_slider .con_description {
    padding: 0;
  }
}
.gallery_slider .con_description .description {
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  margin: 0;
}
@media (max-width: 1199px) {
  .gallery_slider .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .gallery_slider .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .gallery_slider .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .gallery_slider .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.gallery_slider .con_description .description span {
  font-weight: 700;
}
.gallery_slider .con_btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-width: 350px;
}
@media (max-width: 1399px) {
  .gallery_slider .con_btn {
    margin-top: 30px;
    min-width: 300px;
  }
}
.gallery_slider .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #232323;
  background-color: #232323;
  height: 60px;
  padding: 0 20px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 575px) {
  .gallery_slider .con_btn .custom_btn {
    padding: 0 11px;
    letter-spacing: 1px;
  }
}
.gallery_slider .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.gallery_slider .con_arrows {
  position: absolute;
  top: 100%;
  left: 50px;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  height: 75px;
}
@media (max-width: 575px) {
  .gallery_slider .con_arrows {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
    left: 20px;
  }
}
.gallery_slider .con_arrows .slider_arrow_arrow_prev, .gallery_slider .con_arrows .slider_arrow_arrow_next {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 575px) {
  .gallery_slider .con_arrows .slider_arrow_arrow_prev, .gallery_slider .con_arrows .slider_arrow_arrow_next {
    height: 60px;
    width: 60px;
  }
}
.gallery_slider .con_arrows .slider_arrow_arrow_prev img, .gallery_slider .con_arrows .slider_arrow_arrow_next img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 575px) {
  .gallery_slider .con_arrows .slider_arrow_arrow_prev img, .gallery_slider .con_arrows .slider_arrow_arrow_next img {
    width: 80%;
  }
}
.gallery_slider .con_arrows .slider_arrow_arrow_prev i, .gallery_slider .con_arrows .slider_arrow_arrow_next i {
  color: #251c2d;
}
.gallery_slider .con_arrows .slider_arrow_arrow_prev {
  background-color: #41a4ff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery_slider .con_arrows .slider_arrow_arrow_prev img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gallery_slider .con_arrows .slider_arrow_arrow_prev:hover img {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .gallery_slider .con_arrows .slider_arrow_arrow_prev:hover img {
    margin-right: 11px;
  }
}
.gallery_slider .con_arrows .slider_arrow_arrow_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #014165;
  position: relative;
  z-index: 4;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.gallery_slider .con_arrows .slider_arrow_arrow_next img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gallery_slider .con_arrows .slider_arrow_arrow_next:hover img {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .gallery_slider .con_arrows .slider_arrow_arrow_next:hover img {
    margin-left: 11px;
  }
}
.gallery_slider .con_slider_img {
  position: relative;
}
.gallery_slider .con_slider_img .slider_img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}
.gallery_slider .con_slider_img .slider_img .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent !important;
}
.gallery_slider .con_slider_img .slider_img .slide > div {
  width: 100%;
  margin: 0 15px;
}
.gallery_slider .con_slider_img .slider_img .slide > div img {
  width: 100%;
  min-height: 100px;
}
.gallery_slider .con_slider_img .slider_img .slide .all {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399px) {
  .gallery_slider .con_slider_img .slider_img .slide .all {
    padding: 0 30px;
    bottom: 30px;
  }
}
.gallery_slider .con_slider_img .slider_img .slide .all .txt {
  margin-top: 20px;
}
.gallery_slider .con_slider_img .slider_img .slide .all .txt .title_small {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: black;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 1199px) {
  .gallery_slider .con_slider_img .slider_img .slide .all .txt .title_small {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .gallery_slider .con_slider_img .slider_img .slide .all .txt .title_small {
    font-size: 16px;
  }
}
.gallery_slider .con_slider_img .slider_img .slide .all .txt .description_small {
  color: white;
  font-weight: 300;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  .gallery_slider .con_slider_img .slider_img .slide .all .txt .description_small {
    font-size: 13px;
  }
}
.gallery_slider .con_slider_img .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-top: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.gallery_slider .con_slider_img .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 10px;
  background-color: #cccccc;
  border-radius: 2px;
  list-style: none;
  cursor: pointer;
}
.gallery_slider .con_slider_img .slick-dots li.slick-active {
  background-color: red;
  width: 35px;
  height: 7px;
}
.gallery_slider .con_slider_img .slick-dots li button {
  display: none;
}

.img_and_txt.margin_top {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .img_and_txt.margin_top {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .img_and_txt.margin_top {
    margin-top: 50px;
  }
}
.img_and_txt.margin_bottom {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .img_and_txt.margin_bottom {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .img_and_txt.margin_bottom {
    margin-bottom: 50px;
  }
}
.img_and_txt.padding_top {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .img_and_txt.padding_top {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .img_and_txt.padding_top {
    padding-top: 50px;
  }
}
.img_and_txt.padding_bottom {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .img_and_txt.padding_bottom {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .img_and_txt.padding_bottom {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .img_and_txt .container.half {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .img_and_txt .all {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.img_and_txt .slick-list,.img_and_txt .slick-list .slick-track{
  height: 100%;
}

.img_and_txt .all .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_and_txt .all .left.other_position .container.half { 
  margin-left: 0;
}
.img_and_txt .all .left .left_in {
  width: 100%;
}

@media(max-width:600px){
  .img_and_txt .all .left .left_in {
    padding-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .img_and_txt .all .left .left_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .img_and_txt .all .left .left_in {
    margin-right: 0;
  }
}
.img_and_txt .all .left .left_in .con_title {
  padding-top: 40px;
}
@media (max-width: 767px) {
  /* .img_and_txt .all .left .left_in .con_title {
    padding-top: 30px;
  } */
}
.img_and_txt .all .left .left_in .con_title .title {
  padding-bottom: 30px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  font-size: 48px;
  position: relative;
  margin: 0;
}
@media (max-width: 1599px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 28px;
  }
}
.img_and_txt .all .left .left_in .con_title .title span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  z-index: 1;
}
.img_and_txt .all .left .left_in .con_title .title span::after {
  content: "";
  width: 100%;
  height: 25%;
  background-color: var(--custom-color);
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -1;
}
.img_and_txt .all .left .left_in .con_signature_before {
  margin-bottom: 20px;
}
.img_and_txt .all .left .left_in .con_signature_before .signature_before {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .img_and_txt .all .left .left_in .con_signature_before .signature_before {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  .img_and_txt .all .left .left_in .con_signature_before .signature_before {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_signature_before .signature_before {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_signature_before .signature_before {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .img_and_txt .all .left .left_in .con_signature_before .signature_before {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .img_and_txt .all .left .left_in .con_signature_before .signature_before {
    font-size: 16px;
  }
}
.img_and_txt .all .left .left_in .con_signature_before .signature_before span {
  font-weight: 700;
}
.img_and_txt .all .left .left_in .con_description {
  margin-bottom: 15px;
}
.img_and_txt .all .left .left_in .con_description .description {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .img_and_txt .all .left .left_in .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .img_and_txt .all .left .left_in .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.img_and_txt .all .left .left_in .con_description .description svg {
  position: absolute;
  top: 100%;
  right: 20px;
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_signature_after {
    margin-bottom: 30px;
  }
}
.img_and_txt .all .left .left_in .con_signature_after .signature_after {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_signature_after .signature_after {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .img_and_txt .all .left .left_in .con_signature_after .signature_after {
    font-size: 14px;
  }
}
.img_and_txt .all .left .left_in .con_signature_after .signature_after span {
  font-weight: 700;
}
.img_and_txt .all .left .left_in .con_txt_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img_and_txt .all .left .left_in .con_txt_single span {
  display: inline-block;
  width: 15px;
  margin-top: 12px;
  margin-right: 10px;
  height: 1px;
}
.img_and_txt .all .left .left_in .con_txt_single .txt_single {
  width: calc(100% - 15px);
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_txt_single .txt_single {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .img_and_txt .all .left .left_in .con_txt_single .txt_single {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .img_and_txt .all .left .left_in .con_txt_single .txt_single {
    font-size: 14px;
  }
}
.img_and_txt .all .left .left_in .con_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
.img_and_txt .all .left .left_in .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .img_and_txt .all .left .left_in .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.img_and_txt .all .left .left_in .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.img_and_txt .all .left .left_in .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .img_and_txt .all .left .left_in .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.img_and_txt .all .right {
  position: relative;
}

.img_and_txt .all .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1600px) {
  .img_and_txt .all .right {
    padding: 0;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .img_and_txt .all .right {
    /* margin-top: 50px; */
  }
}
.img_and_txt .all .right > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_and_txt .all .right .con_section_img {
  height: 100%;
}
.img_and_txt .all .right .con_section_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_and_txt .all .right .con_section_img_arrow_prev, .img_and_txt .all .right .con_section_img_arrow_next {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 575px) {
  .img_and_txt .all .right .con_section_img_arrow_prev, .img_and_txt .all .right .con_section_img_arrow_next {
    height: 60px;
    width: 60px;
  }
}
.img_and_txt .all .right .con_section_img_arrow_prev img, .img_and_txt .all .right .con_section_img_arrow_next img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  object-fit: none;
}
@media (max-width: 575px) {
  .img_and_txt .all .right .con_section_img_arrow_prev img, .img_and_txt .all .right .con_section_img_arrow_next img {
    width: 80%;
  }
}
.img_and_txt .all .right .con_section_img_arrow_prev i, .img_and_txt .all .right .con_section_img_arrow_next i {
  color: #251c2d;
}
.img_and_txt .all .right .con_section_img_arrow_prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: white;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 80px;
  left: 40px;
}
@media (max-width: 1199px) {
  .img_and_txt .all .right .con_section_img_arrow_prev {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
  }
}
@media (max-width: 575px) {
  .img_and_txt .all .right .con_section_img_arrow_prev {
    left: 70%;
  }
}
.img_and_txt .all .right .con_section_img_arrow_prev img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.img_and_txt .all .right .con_section_img_arrow_prev:hover img {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .img_and_txt .all .right .con_section_img_arrow_prev:hover img {
    margin-right: 11px;
  }
}
.img_and_txt .all .right .con_section_img_arrow_next {
  position: absolute;
  bottom: 40px;
  left: 80px;
  background-color: #d6f0ff;
}
@media (max-width: 1199px) {
  .img_and_txt .all .right .con_section_img_arrow_next {
    top: calc(0% + 40px);
    left: calc(50% + 40px);
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
  }
}
@media (max-width: 575px) {
  .img_and_txt .all .right .con_section_img_arrow_next {
    left: calc(70% + 40px);
    -webkit-transform: translate(-55%, -85%);
            transform: translate(-55%, -85%);
  }
}
.img_and_txt .all .right .con_section_img_arrow_next img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.img_and_txt .all .right .con_section_img_arrow_next:hover img {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .img_and_txt .all .right .con_section_img_arrow_next:hover img {
    margin-left: 11px;
  }
}

.img_and_txt_small {
  padding-top: 100px;
}
.img_and_txt_small.margin_top {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .img_and_txt_small.margin_top {
    margin-top: 50px;
  }
}
.img_and_txt_small.margin_bottom {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .img_and_txt_small.margin_bottom {
    margin-bottom: 50px;
  }
}
.img_and_txt_small.padding_top {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .img_and_txt_small.padding_top {
    padding-top: 50px;
  }
}
.img_and_txt_small.padding_bottom {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .img_and_txt_small.padding_bottom {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.img_and_txt_small .all .con_title .title {
  font-weight: 400;
  font-family: "Libre Bodoni";
  font-size: 60px;
  position: relative;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .img_and_txt_small .all .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .img_and_txt_small .all .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt_small .all .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_small .all .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_small .all .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_small .all .con_title .title {
    font-size: 30px;
  }
}
.img_and_txt_small .all .con_title .title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 8px;
}
.img_and_txt_small .all .con_title .title span::after {
  content: "";
  width: 100%;
  height: 25%;
  background-color: var(--custom-color);
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -1;
}
.img_and_txt_small .all .con_txt {
  padding: 30px 0;
}
.img_and_txt_small .all .con_txt .con_description .description {
  font-size: 30px;
  text-align: center;
  font-family: "Libre Bodoni";
  font-weight: 400;
}
@media (max-width: 1399px) {
  .img_and_txt_small .all .con_txt .con_description .description {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt_small .all .con_txt .con_description .description {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_small .all .con_txt .con_description .description {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_small .all .con_txt .con_description .description {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_small .all .con_txt .con_description .description {
    font-size: 17px;
  }
}
.img_and_txt_small .all .con_txt .con_description .description span {
  font-weight: 700;
}
.img_and_txt_small .all .con_txt .con_signature {
  margin-bottom: 20px;
}
.img_and_txt_small .all .con_txt .con_signature .signature {
  font-size: 18px;
  text-align: center;
  font-family: "Libre Bodoni";
  font-weight: 400;
}
@media (max-width: 1199px) {
  .img_and_txt_small .all .con_txt .con_signature .signature {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_small .all .con_txt .con_signature .signature {
    font-size: 16px;
  }
}
.img_and_txt_small .all .con_txt .con_signature .signature span {
  font-weight: 700;
}
.img_and_txt_small .all .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_and_txt_small .all .left .left_in {
  width: 100%;
}
@media (max-width: 1199px) {
  /* .img_and_txt_small .all .left .left_in {
    padding-top: 30px;
  } */
}
.img_and_txt_small .all .left .left_in .con_title_small {
  margin-bottom: 20px;
}
.img_and_txt_small .all .left .left_in .con_title_small .title_small {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .img_and_txt_small .all .left .left_in .con_title_small .title_small {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt_small .all .left .left_in .con_title_small .title_small {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_small .all .left .left_in .con_title_small .title_small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_small .all .left .left_in .con_title_small .title_small {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_small .all .left .left_in .con_title_small .title_small {
    font-size: 17px;
  }
}
.img_and_txt_small .all .left .left_in .con_title_small .title_small span {
  font-weight: 700;
}
.img_and_txt_small .all .left .left_in .con_description_small {
  margin-bottom: 15px;
}
.img_and_txt_small .all .left .left_in .con_description_small .description_small {
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .img_and_txt_small .all .left .left_in .con_description_small .description_small {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_small .all .left .left_in .con_description_small .description_small {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_small .all .left .left_in .con_description_small .description_small {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_small .all .left .left_in .con_description_small .description_small {
    font-size: 16px;
    line-height: 30px;
  }
}
.img_and_txt_small .all .left .left_in .con_description_small .description_small span {
  font-weight: 700;
}
.img_and_txt_small .all .left .left_in .con_txt_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img_and_txt_small .all .left .left_in .con_txt_single span {
  display: inline-block;
  width: 15px;
  margin-top: 12px;
  margin-right: 10px;
  height: 1px;
}
.img_and_txt_small .all .left .left_in .con_txt_single .txt_single {
  width: calc(100% - 15px);
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .img_and_txt_small .all .left .left_in .con_txt_single .txt_single {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_small .all .left .left_in .con_txt_single .txt_single {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_small .all .left .left_in .con_txt_single .txt_single {
    font-size: 14px;
  }
}
.img_and_txt_small .all .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.img_and_txt_small .all .right .con_section_img_arrow_prev, .img_and_txt_small .all .right .con_section_img_arrow_next {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  cursor: pointer;
}
.img_and_txt_small .all .right .con_section_img_arrow_prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: white;
  position: absolute;
  bottom: 80px;
  left: 40px;
}
.img_and_txt_small .all .right .con_section_img_arrow_next {
  position: absolute;
  bottom: 40px;
  left: 80px;
  background-color: #dae0c7;
}
.img_and_txt_small .all .con_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.img_and_txt_small .all .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .img_and_txt_small .all .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.img_and_txt_small .all .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.img_and_txt_small .all .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .img_and_txt_small .all .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.img_and_txt_2_3.margin_top {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .img_and_txt_2_3.margin_top {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_2_3.margin_top {
    margin-top: 50px;
  }
}
.img_and_txt_2_3.margin_bottom {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .img_and_txt_2_3.margin_bottom {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_2_3.margin_bottom {
    margin-bottom: 50px;
  }
}
.img_and_txt_2_3.padding_top {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .img_and_txt_2_3.padding_top {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_2_3.padding_top {
    padding-top: 25px;
  }
}
.img_and_txt_2_3.padding_bottom {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .img_and_txt_2_3.padding_bottom {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_2_3.padding_bottom {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .img_and_txt_2_3 .container {
    max-width: 1250px;
  }
}
.img_and_txt_2_3 .all .con_title {
  margin-bottom: 20px;
}
.img_and_txt_2_3 .all .con_title .title {
  font-weight: 400;
  font-family: "Libre Bodoni";
  font-size: 60px;
  position: relative;
  margin: 0;
  text-align: left;
}
@media (max-width: 1599px) {
  .img_and_txt_2_3 .all .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .img_and_txt_2_3 .all .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt_2_3 .all .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_2_3 .all .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_2_3 .all .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_2_3 .all .con_title .title {
    font-size: 30px;
  }
}
.img_and_txt_2_3 .all .con_title .title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 8px;
}
.img_and_txt_2_3 .all .con_title .title span::after {
  content: "";
  width: 100%;
  height: 25%;
  background-color: var(--custom-color);
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -1;
}
.img_and_txt_2_3 .all .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_and_txt_2_3 .all .left .left_in {
  width: 100%;
}
@media (max-width: 1199px) {
  .img_and_txt_2_3 .all .left .left_in {
    padding-top: 30px;
  }
}
.img_and_txt_2_3 .all .left .left_in .con_txt_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img_and_txt_2_3 .all .left .left_in .con_txt_single span {
  display: inline-block;
  width: 15px;
  margin-top: 12px;
  margin-right: 10px;
  height: 1px;
}
.img_and_txt_2_3 .all .left .left_in .con_txt_single .txt_single {
  width: calc(100% - 15px);
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .img_and_txt_2_3 .all .left .left_in .con_txt_single .txt_single {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_2_3 .all .left .left_in .con_txt_single .txt_single {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_2_3 .all .left .left_in .con_txt_single .txt_single {
    font-size: 14px;
  }
}
.img_and_txt_2_3 .all .left .left_in .con_description_small .description_small {
  font-size: 17px;
  font-weight: 500;
  line-height: 48px;
}
@media (max-width: 991px) {
  .img_and_txt_2_3 .all .left .left_in .con_description_small .description_small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_2_3 .all .left .left_in .con_description_small .description_small {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_2_3 .all .left .left_in .con_description_small .description_small {
    font-size: 14px;
  }
}
.img_and_txt_2_3 .all .left .left_in .con_description_small .description_small span {
  font-weight: 700;
}
.img_and_txt_2_3 .all .left .left_in .con_title_small {
  margin-bottom: 20px;
}
.img_and_txt_2_3 .all .left .left_in .con_title_small .title_small {
  font-size: 20px;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .img_and_txt_2_3 .all .left .left_in .con_title_small .title_small {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_2_3 .all .left .left_in .con_title_small .title_small {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_2_3 .all .left .left_in .con_title_small .title_small {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_2_3 .all .left .left_in .con_title_small .title_small {
    font-size: 16px;
    line-height: 30px;
  }
}
.img_and_txt_2_3 .all .left .left_in .con_title_small .title_small span {
  font-weight: 700;
}
.img_and_txt_2_3 .all .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 1199px) {
  .img_and_txt_2_3 .all .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.img_and_txt_2_3 .all .right .con_section_img_arrow_prev, .img_and_txt_2_3 .all .right .con_section_img_arrow_next {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  cursor: pointer;
}
.img_and_txt_2_3 .all .right .con_section_img_arrow_prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: white;
  position: absolute;
  bottom: 80px;
  left: 40px;
}
.img_and_txt_2_3 .all .right .con_section_img_arrow_next {
  position: absolute;
  bottom: 40px;
  left: 80px;
  background-color: #dae0c7;
}
.img_and_txt_2_3 .all .con_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.img_and_txt_2_3 .all .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .img_and_txt_2_3 .all .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.img_and_txt_2_3 .all .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.img_and_txt_2_3 .all .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .img_and_txt_2_3 .all .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.img_and_txt_slider {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .img_and_txt_slider {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width:1600px) {
  .img_and_txt_slider .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .img_and_txt_slider .all {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.img_and_txt_slider .all .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .img_and_txt_slider .all .left {
    margin-left: 0;
    margin-right: auto;
    padding-right: 12px;
    padding-left: 100px;
  }
}
.img_and_txt_slider .all .left .left_in {
  width: 100%;
  position: relative;
}
@media (min-width: 1600px) {
  .img_and_txt_slider .all .left .left_in {
    max-width: calc(800px - 1.5rem);
    max-width: 800px;
    margin-left: auto;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .img_and_txt_slider .all .left .left_in {
    max-width: calc(700px - 1.5rem);
    max-width: 700px;
    margin-left: auto;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.img_and_txt_slider .all .left .left_in .con_title .title {
  padding-bottom: 60px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  font-size: 48px;
  position: relative;
  margin: 0;
  line-height: 50px;
}
@media (max-width: 1599px) {
  .img_and_txt_slider .all .left .left_in .con_title .title {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .img_and_txt_slider .all .left .left_in .con_title .title {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt_slider .all .left .left_in .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_slider .all .left .left_in .con_title .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_slider .all .left .left_in .con_title .title {
    font-size: 32px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_slider .all .left .left_in .con_title .title {
    font-size: 28px;
  }
}
.img_and_txt_slider .all .left .left_in .con_title .title span {
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.img_and_txt_slider .all .left .left_in .con_title .title span::before {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #41a4ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  border-radius: 50%;
}
.img_and_txt_slider .all .left .left_in .con_title .title span::after {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #d6f0ff;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  border-radius: 50%;
}
.img_and_txt_slider .all .left .left_in .con_txt_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.img_and_txt_slider .all .left .left_in .con_txt_single .txt_single {
  width: calc(100% - 15px);
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .txt_single {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .txt_single {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .txt_single {
    font-size: 14px;
  }
}
.img_and_txt_slider .all .left .left_in .con_txt_single .con_title_small .title_small {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_title_small .title_small {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_title_small .title_small {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_title_small .title_small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_title_small .title_small {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_title_small .title_small {
    font-size: 17px;
  }
}
.img_and_txt_slider .all .left .left_in .con_txt_single .con_title_small .title_small span {
  font-weight: 700;
}
.img_and_txt_slider .all .left .left_in .con_txt_single .con_description {
  margin-bottom: 15px;
}
.img_and_txt_slider .all .left .left_in .con_txt_single .con_description .description {
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .img_and_txt_slider .all .left .left_in .con_txt_single .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.img_and_txt_slider .all .left .left_in .con_txt_single .con_description .description span {
  font-weight: 700;
}
.img_and_txt_slider .all .left .left_in .con_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
@media (max-width: 1399px) {
  .img_and_txt_slider .all .left .left_in .con_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1199px) {
  .img_and_txt_slider .all .left .left_in .con_btn {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.img_and_txt_slider .all .left .left_in .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .img_and_txt_slider .all .left .left_in .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.img_and_txt_slider .all .left .left_in .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.img_and_txt_slider .all .left .left_in .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .img_and_txt_slider .all .left .left_in .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.img_and_txt_slider .all .left .left_in .txt_list_arrow_prev {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  cursor: pointer;
}
@media (max-width: 1599px) {
  .img_and_txt_slider .all .left .left_in .txt_list_arrow_prev {
    left: -30px;
  }
}
@media (max-width: 1399px) {
  .img_and_txt_slider .all .left .left_in .txt_list_arrow_prev {
    display: none;
  }
}
.img_and_txt_slider .all .left .left_in .txt_list_arrow_next {
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
}
@media (max-width: 1599px) {
  .img_and_txt_slider .all .left .left_in .txt_list_arrow_next {
    right: -40px;
  }
}
@media (max-width: 1399px) {
  .img_and_txt_slider .all .left .left_in .txt_list_arrow_next {
    display: none;
  }
}
.img_and_txt_slider .all .left .left_in .slick-dots {
  margin: 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_and_txt_slider .all .left .left_in .slick-dots li {
  list-style: none;
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 1px solid #232323;
  border-radius: 50%;
}
.img_and_txt_slider .all .left .left_in .slick-dots li button {
  display: none;
}
.img_and_txt_slider .all .left .left_in .slick-dots li.slick-active {
  width: 18px;
  height: 18px;
  background-color: #232323;
}
.img_and_txt_slider .all .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 1399px) {
  .img_and_txt_slider .all .right > div {
    padding-right: 10%;
  }
}
.img_and_txt_slider .all .right .image {
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .img_and_txt_slider .all .right .image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .img_and_txt_slider .all .right .image {
    padding-left: 100px;
  }
}
.img_and_txt_slider .all .right .image_small {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1399px) {
  .img_and_txt_slider .all .right .image_small {
    max-width: 60%;
  }
}
.img_and_txt_slider .all .right.other_position {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .img_and_txt_slider .all .right.other_position .image {
    padding-right: 100px;
    padding-left: 0;
  }
}
.img2x_and_txt {
  margin-top: 100px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .img2x_and_txt {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .img2x_and_txt {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .img2x_and_txt > .container {
    max-width: 100%;
    padding: 0;
  }
}
.img2x_and_txt .all .left .left_in {
  margin-right: 0;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .img2x_and_txt .all .left .left_in {
    padding-right: 0;
    padding-left: 0;
  }
}
.img2x_and_txt .all .left .left_in .con_title {
  padding-top: 20px;
}
.img2x_and_txt .all .left .left_in .con_title .title {
  padding-bottom: 30px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  font-size: 48px;
  position: relative;
  margin: 0;
}
@media (max-width: 1599px) {
  .img2x_and_txt .all .left .left_in .con_title .title {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .img2x_and_txt .all .left .left_in .con_title .title {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .img2x_and_txt .all .left .left_in .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .img2x_and_txt .all .left .left_in .con_title .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .img2x_and_txt .all .left .left_in .con_title .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .img2x_and_txt .all .left .left_in .con_title .title {
    font-size: 28px;
  }
}
.img2x_and_txt .all .left .left_in .con_title .title span {
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.img2x_and_txt .all .left .left_in .con_title .title span::before {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #41a4ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  border-radius: 50%;
}
.img2x_and_txt .all .left .left_in .con_title .title span::after {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #d6f0ff;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  border-radius: 50%;
}
.img2x_and_txt .all .left .left_in .txt_single {
  width: calc(100% - 15px);
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .img2x_and_txt .all .left .left_in .txt_single {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .img2x_and_txt .all .left .left_in .txt_single {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .img2x_and_txt .all .left .left_in .txt_single {
    font-size: 14px;
  }
}
.img2x_and_txt .all .left .left_in .con_title_small .title_small {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .img2x_and_txt .all .left .left_in .con_title_small .title_small {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .img2x_and_txt .all .left .left_in .con_title_small .title_small {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .img2x_and_txt .all .left .left_in .con_title_small .title_small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .img2x_and_txt .all .left .left_in .con_title_small .title_small {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .img2x_and_txt .all .left .left_in .con_title_small .title_small {
    font-size: 17px;
  }
}
.img2x_and_txt .all .left .left_in .con_title_small .title_small span {
  font-weight: 700;
}
.img2x_and_txt .all .left .left_in .con_description {
  margin-bottom: 15px;
}
.img2x_and_txt .all .left .left_in .con_description .description {
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .img2x_and_txt .all .left .left_in .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .img2x_and_txt .all .left .left_in .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .img2x_and_txt .all .left .left_in .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .img2x_and_txt .all .left .left_in .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.img2x_and_txt .all .left .left_in .con_description .description span {
  font-weight: 700;
}
.img2x_and_txt .all .left .left_in .con_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
@media (max-width: 1399px) {
  .img2x_and_txt .all .left .left_in .con_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1199px) {
  .img2x_and_txt .all .left .left_in .con_btn {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.img2x_and_txt .all .left .left_in .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .img2x_and_txt .all .left .left_in .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.img2x_and_txt .all .left .left_in .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.img2x_and_txt .all .left .left_in .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .img2x_and_txt .all .left .left_in .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.img2x_and_txt .all .left .left_in .txt_list_arrow_prev {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  cursor: pointer;
}
@media (max-width: 1599px) {
  .img2x_and_txt .all .left .left_in .txt_list_arrow_prev {
    left: -30px;
  }
}
@media (max-width: 1399px) {
  .img2x_and_txt .all .left .left_in .txt_list_arrow_prev {
    display: none;
  }
}
.img2x_and_txt .all .left .left_in .txt_list_arrow_next {
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
}
@media (max-width: 1599px) {
  .img2x_and_txt .all .left .left_in .txt_list_arrow_next {
    right: -40px;
  }
}
@media (max-width: 1399px) {
  .img2x_and_txt .all .left .left_in .txt_list_arrow_next {
    display: none;
  }
}
.img2x_and_txt .all .left .left_in .slick-dots {
  margin: 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img2x_and_txt .all .left .left_in .slick-dots li {
  list-style: none;
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 1px solid #232323;
  border-radius: 50%;
}
.img2x_and_txt .all .left .left_in .slick-dots li button {
  display: none;
}
.img2x_and_txt .all .left .left_in .slick-dots li.slick-active {
  width: 18px;
  height: 18px;
  background-color: #232323;
}
@media (min-width: 600px) {
  .img2x_and_txt .all .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0 !important;
  }
}
@media (max-width: 1399px) {
  .img2x_and_txt .all .right {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .img2x_and_txt .all .right .image {
    width: calc(100% - 150px);
    -o-object-fit: cover;
       object-fit: cover;
    height: 1102px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 100px;
  }
}
@media (max-width: 1199px) {
  .img2x_and_txt .all .right .image {
    padding: 5px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 400px;
  }
}
@media (min-width: 1200px) {
  .img2x_and_txt .all .right .image_small {
    position: absolute;
    bottom: -150px;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 1199px) {
  .img2x_and_txt .all .right .image_small {
    padding: 5px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 400px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .img2x_and_txt .all .right .image_small {
    right: 40%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .img2x_and_txt .all .right .image_small {
    right: 30%;
  }
}
.img2x_and_txt .all .right.other_position {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .img2x_and_txt .all .right.other_position .image {
    padding-right: 100px;
    padding-left: 0;
  }
}
.img2x_and_txt .all .right.other_position .image_small {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .img2x_and_txt .all .right.other_position .image_small {
    left: 40%;
    right: initial;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .img2x_and_txt .all .right.other_position .image_small {
    left: 30%;
    right: initial;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .img2x_and_txt .all .right.other_position .image_small {
    left: 50%;
    right: initial;
  }
}
@media (max-width: 767px) {
  .img2x_and_txt .all .right.other_position .image_small {
    top: 0;
    right: initial;
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}

.newsletter {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .newsletter {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .newsletter {
    margin-top: 50px;
  }
}
.newsletter .con_left {
  padding-right: 40px;
}
@media (max-width: 1399px) {
  .newsletter .con_left {
    padding-right: 20px;
  }
}
.newsletter .con_left .left {
  position: relative;
  width: 100%;
  height: 100%;
}
.newsletter .con_left .left .con_img {
  width: auto;
  height: auto;
}
.newsletter .con_left .left .con_img::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 125px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  background-color: black;
  border-radius: 50%;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 20px 15px rgb(0, 0, 0);
  box-shadow: 0px 0px 20px 15px rgb(0, 0, 0);
}
.newsletter .con_left .left .con_img img {
  position: absolute;
  z-index: 1;
  bottom: 120px;
  left: 0;
  border: 10px solid black;
  outline: 2px solid white;
  border-radius: 25px;
  width: 100%;
}

@media(max-width:992px){
  .newsletter .con_left .left .con_img{
    text-align: center;
  }

  .newsletter .con_left .left .con_img img{
    position: initial;
    margin-top: -100px;
    max-width: 350px;
  }  

  .newsletter .con_left .left .con_img::after{
    display: none;
  }
}

.newsletter .con_right .right {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .newsletter .con_right .right {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .newsletter .con_right .right {
    padding: 50px 0;
  }
}
.newsletter .con_right .right .con_title .title {
  font-family: "Libre Bodoni";
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .newsletter .con_right .right .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .newsletter .con_right .right .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .newsletter .con_right .right .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .newsletter .con_right .right .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .newsletter .con_right .right .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .newsletter .con_right .right .con_title .title {
    font-size: 30px;
  }
}
.newsletter .con_right .right .con_title .title span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: -10px;
  z-index: 1;
}
.newsletter .con_right .right .con_title .title span::after {
  content: "";
  width: 100%;
  height: 25%;
  background-color: var(--custom-color);
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -1;
}
.newsletter .con_right .right .con_description .description {
  font-size: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .newsletter .con_right .right .con_description .description {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .newsletter .con_right .right .con_description .description {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .newsletter .con_right .right .con_description .description {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .newsletter .con_right .right .con_description .description {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .newsletter .con_right .right .con_description .description {
    font-size: 17px;
  }
}
.newsletter .con_right .right .form_newsletter {
  max-width: 100%;
}
.newsletter .con_right .right .form_newsletter p {
  margin: 0;
}
@media (max-width: 991px) {
  .newsletter .con_right .right .form_newsletter .con_input {
    text-align: center;
  }
}
.newsletter .con_right .right .form_newsletter .con_input input {
  max-width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #232323;
}
.newsletter .con_right .right .form_newsletter .con_input input:focus {
  border: 0;
  border-bottom: 3px solid #232323;
  outline: 0;
}
.newsletter .con_right .right .form_newsletter .con_input input::-webkit-input-placeholder {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .newsletter .con_right .right .form_newsletter .con_input input::-webkit-input-placeholder {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .newsletter .con_right .right .form_newsletter .con_input input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .newsletter .con_right .right .form_newsletter .con_input input::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .newsletter .con_right .right .form_newsletter .con_input input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 30px;
  }
}
.newsletter .con_right .right .form_newsletter .con_input input:-moz-placeholder {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .newsletter .con_right .right .form_newsletter .con_input input:-moz-placeholder {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .newsletter .con_right .right .form_newsletter .con_input input:-moz-placeholder {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .newsletter .con_right .right .form_newsletter .con_input input:-moz-placeholder {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .newsletter .con_right .right .form_newsletter .con_input input:-moz-placeholder {
    font-size: 16px;
    line-height: 30px;
  }
}
.newsletter .con_right .right .form_newsletter .con_input input::-moz-placeholder {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .newsletter .con_right .right .form_newsletter .con_input input::-moz-placeholder {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .newsletter .con_right .right .form_newsletter .con_input input::-moz-placeholder {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .newsletter .con_right .right .form_newsletter .con_input input::-moz-placeholder {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .newsletter .con_right .right .form_newsletter .con_input input::-moz-placeholder {
    font-size: 16px;
    line-height: 30px;
  }
}
.newsletter .con_right .right .form_newsletter .con_input input:-ms-input-placeholder {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .newsletter .con_right .right .form_newsletter .con_input input:-ms-input-placeholder {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .newsletter .con_right .right .form_newsletter .con_input input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .newsletter .con_right .right .form_newsletter .con_input input:-ms-input-placeholder {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .newsletter .con_right .right .form_newsletter .con_input input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 30px;
  }
}
.newsletter .con_right .right .form_newsletter button {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #41a4ff;
  background-color: #41a4ff;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .newsletter .con_right .right .form_newsletter button {
    margin-top: 20px;
  }
}
.newsletter .con_right .right .form_newsletter button:hover {
  background-color: transparent;
  color: #212529;
  border-color: #212529;
}
.newsletter .con_right .right .form_newsletter .policy {
  margin-top: 10px;
}
.newsletter .con_right .right .form_newsletter .policy .wpcf7-list-item {
  margin: 0;
  margin-right: 10px;
}
.newsletter .con_right .right .form_newsletter .policy_desc {
  font-size: 11px;
}
.newsletter .con_right .right .form_newsletter .policy_desc a {
  color: #212529;
}

.banner_subpage {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner_subpage {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
@media (min-width: 1800px) {
  .banner_subpage .con_senction .container_3_4 {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 1560px);
    --widthC: calc(var(--widthB) / 2);
    max-width: calc(var(--widthA) - var(--widthC));
    margin-left: var(--widthC);
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .banner_subpage .con_senction .container_3_4 {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 1320px);
    --widthC: calc(var(--widthB) / 2);
    max-width: calc(var(--widthA) - var(--widthC));
    margin-left: var(--widthC);
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner_subpage .con_senction .container_3_4 {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 1140px);
    --widthC: calc(var(--widthB) / 2);
    max-width: calc(var(--widthA) - var(--widthC));
    margin-left: var(--widthC);
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .banner_subpage .con_senction .con_big {
    display: none;
  }
}
.banner_subpage .con_senction .con_big .con_img {
  width: 100%;
  top: -80px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
  background-position: top right;
  background-size: cover;
}
@media (min-width: 1800px) {
  .banner_subpage .con_senction .con_big .con_img {
    width: calc(100% + (100vw - 1560px) / 2);
    top: -80px;
    height: calc(100% + 160px);
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .banner_subpage .con_senction .con_big .con_img {
    width: calc(100% + (100vw - 1320px) / 2);
    top: -80px;
    height: calc(100% + 160px);
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .banner_subpage .con_senction .con_big .con_img {
    display: block;
    width: calc(100% + (100vw - 1140px) / 2);
    top: -80px;
    height: calc(100% + 160px);
    overflow: hidden;
  }
}
.banner_subpage .con_senction .con_small {
  margin-top: 120px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .banner_subpage .con_senction .con_small {
    display: none;
  }
}
.banner_subpage .con_senction .con_small .con_img_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .banner_subpage .con_senction .con_small .con_img_mobile {
    margin-bottom: -130px;
  }
}
.banner_subpage.add_padding_top {
  padding-top: 100px;
}
.banner_subpage.add_padding_bottom {
  padding-bottom: 50px;
}
.banner_subpage .signature {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .banner_subpage .signature {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .banner_subpage .signature {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner_subpage .signature {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .banner_subpage .signature {
    font-size: 16px;
    line-height: 30px;
  }
}
.banner_subpage .signature span {
  font-weight: 700;
}
.banner_subpage .txt {
  margin-top: 130px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .banner_subpage .txt {
    margin-bottom: 0;
  }
}
.banner_subpage .txt .con_title {
  margin-bottom: 20px;
}
.banner_subpage .txt .con_title .title {
  font-family: "Libre Bodoni";
  font-size: 100px;
  line-height: 110px;
  line-height: 1.2;
}
@media (max-width: 1799px) {
  .banner_subpage .txt .con_title .title {
    font-size: 95px;
    line-height: 105px;
  }
}
@media (max-width: 1699px) {
  .banner_subpage .txt .con_title .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 1599px) {
  .banner_subpage .txt .con_title .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 1399px) {
  .banner_subpage .txt .con_title .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .banner_subpage .txt .con_title .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 991px) {
  .banner_subpage .txt .con_title .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .banner_subpage .txt .con_title .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .banner_subpage .txt .con_title .title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 480px) {
  .banner_subpage .txt .con_title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .banner_subpage .txt .con_title .title {
    font-size: 37px;
    line-height: 45px;
  }
}
.banner_subpage .txt .con_title .title span {
  position: relative;
  display: inline-block;
  /* padding: 0 20px; */
}
.banner_subpage .txt .con_title .title span::after {
  content: "";
  width: calc(100% + 20px);
  height: 25%;
  background-color: var(--custom-color);
  position: absolute;
  bottom: 10px;
  left: -10px;
  z-index: -1;
}
.banner_subpage .txt .con_description {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 20px;
  padding-right: 80px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .banner_subpage .txt .con_description {
    margin-left: 0;
    padding-right: 0;
  }
}
.banner_subpage .txt .con_description .description {
  font-size: 20px;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .banner_subpage .txt .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .banner_subpage .txt .con_description .description {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner_subpage .txt .con_description .description {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .banner_subpage .txt .con_description .description {
    font-size: 16px;
    line-height: 30px;
  }
}
.banner_subpage .txt .con_description .description span {
  font-weight: 700;
}
.banner_subpage .con_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner_subpage .con_btn {
    left: 25%;
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner_subpage .con_btn {
    position: relative;
    max-width: 232px;
    top: 20px;
  }
}
.banner_subpage .con_btn .custom_btn {
  position: relative;
  width: 100%;
  padding: 12px 100px;
}
.banner_subpage .con_btn .custom_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #41a4ff;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%) rotate(-7deg);
          transform: translate(-50%, -50%) rotate(-7deg);
  border-radius: 50%;
}
.banner_subpage .con_btn .custom_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d6f0ff;
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(7deg);
          transform: translate(-50%, -50%) rotate(7deg);
  border-radius: 50%;
}

.post_instagram {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -100px;
}
.post_instagram.margin_top {
  margin-top: 100px;
}
.post_instagram.margin_bottom {
  margin-bottom: 100px;
}
.post_instagram.padding_top {
  padding-top: 200px;
}
.post_instagram.padding_bottom {
  padding-bottom: 100px;
}
.post_instagram .con_title {
  margin-bottom: 50px;
}
.post_instagram .con_title .title {
  font-size: 60px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  margin: 0;
}
@media (max-width: 1599px) {
  .post_instagram .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .post_instagram .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .post_instagram .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .post_instagram .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .post_instagram .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .post_instagram .con_title .title {
    font-size: 30px;
  }
}
.post_instagram .con_title .title span {
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.post_instagram .con_title .title span::before {
  content: "";
  width: 120%;
  height: 105%;
  border: 1px solid #014165;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-6deg);
          transform: translate(-50%, -50%) rotate(-6deg);
  border-radius: 50%;
}
.post_instagram .con_title .title span::after {
  content: "";
  width: 120%;
  height: 105%;
  border: 1px solid #41a4ff;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(6deg);
          transform: translate(-50%, -50%) rotate(6deg);
  border-radius: 50%;
}

/* FAQ */
.faq {
  margin-top: 100px;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .faq {
    padding: 75px 0;
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.faq.remove_margin_top {
  margin-top: 0;
}

.faq .con_title {
  margin-bottom: 30px;
}
.faq .con_title .title {
  font-size: 60px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  margin: 0;
}
@media (max-width: 1599px) {
  .faq .con_title .title {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .faq .con_title .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .faq .con_title .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .faq .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .faq .con_title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .faq .con_title .title {
    font-size: 30px;
  }
}
.faq .con_title .title span {
  font-weight: 100;
}

.faq .description, .faq .description_2 {
  font-size: 20px;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .faq .description, .faq .description_2 {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .faq .description, .faq .description_2 {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .faq .description, .faq .description_2 {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .faq .description, .faq .description_2 {
    font-size: 16px;
    line-height: 30px;
  }
}

.faq .all .left .faq-questions .que-single, .faq .all .left .faq-questions .que-single_2 {
  cursor: pointer;
  border-bottom: 3px solid #232323;
}

.faq .all .left .faq-questions .que-single p, .faq .all .left .faq-questions .que-single_2 p {
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
  color: #232323;
  padding-right: 30px;
  font-size: 24px;
  line-height: 48px;
}
@media (max-width: 1599px) {
  .faq .all .left .faq-questions .que-single p, .faq .all .left .faq-questions .que-single_2 p {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  .faq .all .left .faq-questions .que-single p, .faq .all .left .faq-questions .que-single_2 p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .faq .all .left .faq-questions .que-single p, .faq .all .left .faq-questions .que-single_2 p {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .faq .all .left .faq-questions .que-single p, .faq .all .left .faq-questions .que-single_2 p {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .faq .all .left .faq-questions .que-single p, .faq .all .left .faq-questions .que-single_2 p {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .faq .all .left .faq-questions .que-single p, .faq .all .left .faq-questions .que-single_2 p {
    font-size: 16px;
  }
}

.faq .all .left .faq-questions .que-single:first-child p, .faq .all .left .faq-questions .que-single_2:first-child p {
  padding-top: 0;
}

@media (max-width: 991px) {
  .faq .all .left .faq-questions .que-single_2:first-child p {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .faq .all .left .faq-questions .que-single p, .faq .all .left .faq-questions .que-single_2 p {
    font-size: 15px;
    line-height: 23px;
  }
}
.faq .all .left .faq-questions .que-single p span, .faq .all .left .faq-questions .que-single_2 p span {
  position: absolute;
  top: 33px;
  right: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (max-width: 1199px) {
  .faq .all .left .faq-questions .que-single p span, .faq .all .left .faq-questions .que-single_2 p span {
    top: 20px;
  }
}
.faq .all .left .faq-questions .que-single:first-child p span, .faq .all .left .faq-questions .que-single_2:first-child p span {
  top: 14px;
}

@media (max-width: 1199px) {
  .faq .all .left .faq-questions .que-single:first-child p span, .faq .all .left .faq-questions .que-single_2:first-child p span {
    top: 0px;
  }
}
@media (max-width: 991px) {
  .faq .all .left .faq-questions .que-single_2:first-child p span {
    top: 20px;
  }
}
.faq .all .left .faq-questions .que-single p span.plus, .faq .all .left .faq-questions .que-single_2 p span.plus {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.faq .all .left .faq-questions .que-single p span i, .faq .all .left .faq-questions .que-single_2 p span i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  color: #41a4ff;
}

.faq .all .left .faq-questions .que-single p span i:hover, .faq .all .left .faq-questions .que-single_2 p span i:hover {
  cursor: pointer;
}

.faq .all .left .faq-questions .que-single p span i svg, .faq .all .left .faq-questions .que-single_2 p span i svg {
  height: 15px;
}

.faq .all .left .faq-questions .que-single .answer, .faq .all .left .faq-questions .que-single_2 .answer {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  display: none;
  color: #232323;
  font-weight: 500;
}
@media (max-width: 991px) {
  .faq .all .left .faq-questions .que-single .answer, .faq .all .left .faq-questions .que-single_2 .answer {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .faq .all .left .faq-questions .que-single .answer, .faq .all .left .faq-questions .que-single_2 .answer {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .faq .all .left .faq-questions .que-single .answer, .faq .all .left .faq-questions .que-single_2 .answer {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .faq .all .left .faq-questions .que-single .answer, .faq .all .left .faq-questions .que-single_2 .answer {
    font-size: 14px;
    line-height: 22px;
  }
}
.faq .all .left .faq-questions .que-single.active .answer, .faq .all .left .faq-questions .que-single_2.active .answer {
  display: block;
  -webkit-animation: animationFaq 0.3s ease-out;
  animation: animationFaq 0.3s ease-out;
}

.faq .all .left .faq-questions .que-single.active .minus, .faq .all .left .faq-questions .que-single_2.active .minus {
  display: block;
}

.faq .all .left .faq-questions .que-single.active .plus, .faq .all .left .faq-questions .que-single_2.active .plus {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes animationFaq {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes animationFaq {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.faq .all .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 1600px) {
  .questions .all .right {
    padding: 0;
    width: 50%;
  }
}
.faq .all .right img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .faq .p_left {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .faq .p_right {
    padding-left: 50px;
  }
}

.btns {
  margin-top: 100px;
  padding-bottom: 100px;
}
.btns.remove_margin_top {
  margin-top: 0;
}
.btns .con_title .title {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: "Libre Bodoni";
}
@media (max-width: 1399px) {
  .btns .con_title .title {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .btns .con_title .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .btns .con_title .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .btns .con_title .title {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .btns .con_title .title {
    font-size: 24px;
  }
}
.btns .con_btn_left, .btns .con_btn_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btns .btn_left, .btns .btn_right {
  border: 1px solid #d6f0ff;
  text-decoration: none;
  font-size: 30px;
  height: 150px;
  width: 100%;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1399px) {
  .btns .btn_left, .btns .btn_right {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .btns .btn_left, .btns .btn_right {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .btns .btn_left, .btns .btn_right {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .btns .btn_left, .btns .btn_right {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .btns .btn_left, .btns .btn_right {
    font-size: 17px;
  }
}
.btns .btn_left:hover, .btns .btn_right:hover {
  background-color: #d6f0ff;
}
@media (max-width: 1199px) {
  .btns .btn_left, .btns .btn_right {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .btns .btn_left, .btns .btn_right {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .btns .btn_left {
    margin-bottom: 20px;
  }
}
.btns .btn_icon {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .btns .btn_icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-right: 15px;
  }
}

.gallery_big {
  padding-top: 50px;
}
.gallery_big .signature {
  font-size: 16px;
  color: orange;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 991px) {
  .gallery_big .signature {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .gallery_big .signature {
    font-size: 14px;
  }
}
.gallery_big .title {
  font-size: 30px;
  color: black;
  font-weight: 800;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .gallery_big .title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .gallery_big .title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .gallery_big .title {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .gallery_big .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .gallery_big .title {
    font-size: 17px;
  }
}
.gallery_big ul {
  padding: 0;
  margin: 0 -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -0.25);
  margin-left: calc(var(--bs-gutter-x) * -0.25);
}
.gallery_big ul li {
  list-style: none;
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  overflow: hidden;
}
.gallery_big ul li img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery_big ul li img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery_small {
  padding: 50px 0;
}
.gallery_small .left, .gallery_small .right {
  width: 50%;
}
@media (max-width: 991px) {
  .gallery_small .left, .gallery_small .right {
    width: 100%;
    margin-bottom: 10px;
  }
}
.gallery_small .left a, .gallery_small .right a {
  text-decoration: none;
}
.gallery_small .left a p, .gallery_small .right a p {
  font-size: 36px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 1399px) {
  .gallery_small .left a p, .gallery_small .right a p {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .gallery_small .left a p, .gallery_small .right a p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .gallery_small .left a p, .gallery_small .right a p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .gallery_small .left a p, .gallery_small .right a p {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .gallery_small .left a p, .gallery_small .right a p {
    font-size: 24px;
  }
}
.gallery_small .left {
  position: relative;
}
@media (min-width: 992px) {
  .gallery_small .left {
    padding-right: 4px;
  }
}
.gallery_small .left img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery_small .left p {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
@media (max-width: 991px) {
  .gallery_small .left p {
    bottom: 30px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .gallery_small .left p {
    bottom: 20px;
    left: 30px;
  }
}
@media (max-width: 575px) {
  .gallery_small .left p {
    bottom: 15px;
    left: 25px;
  }
}
@media (min-width: 992px) {
  .gallery_small .right {
    padding-left: 4px;
  }
}
.gallery_small .right img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery_small .right .img_second {
  position: relative;
}
@media (max-width: 991px) {
  .gallery_small .right .img_second {
    margin-bottom: 10px;
    height: 100%;
  }
}
.gallery_small .right .img_second p {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
@media (max-width: 991px) {
  .gallery_small .right .img_second p {
    bottom: 30px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .gallery_small .right .img_second p {
    bottom: 20px;
    left: 30px;
  }
}
@media (max-width: 575px) {
  .gallery_small .right .img_second p {
    bottom: 15px;
    left: 25px;
  }
}
.gallery_small .right .img_third {
  position: relative;
}
@media (max-width: 991px) {
  .gallery_small .right .img_third {
    margin-bottom: 10px;
    height: 100%;
  }
}
.gallery_small .right .img_third p {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
@media (max-width: 991px) {
  .gallery_small .right .img_third p {
    bottom: 30px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .gallery_small .right .img_third p {
    bottom: 20px;
    left: 30px;
  }
}
@media (max-width: 575px) {
  .gallery_small .right .img_third p {
    bottom: 15px;
    left: 25px;
  }
}

.contact {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .contact {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .contact .left {
    padding-right: 70px;
  }
}
.contact .left .title_left {
  font-size: 60px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  margin: 0;
  color: #232323;
}
@media (max-width: 1599px) {
  .contact .left .title_left {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .contact .left .title_left {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .contact .left .title_left {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .contact .left .title_left {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact .left .title_left {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .contact .left .title_left {
    font-size: 30px;
  }
}
.contact .left .title_left span {
  font-weight: 100;
}
.contact .left .description_left {
  font-size: 18px;
  color: #232323;
}
@media (max-width: 1199px) {
  .contact .left .description_left {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .contact .left .description_left {
    font-size: 16px;
  }
}
.contact .left .form_content {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact .left .form_content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content {
    margin-top: 20px;
  }
}
.contact .left .form_content .wpcf7 form.wpcf7-form {
  border: 2px solid #232323;
  padding: 20px 30px;
}
.contact .left .form_content .wpcf7 .con_input {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.contact .left .form_content .wpcf7 .con_input span {
  width: 100%;
}
.contact .left .form_content .wpcf7 .con_input span input {
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  color: #232323;
  border: 0;
  border-bottom: 3px solid #232323;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 1199px) {
  .contact .left .form_content .wpcf7 .con_input span input {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span input {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span input {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .contact .left .form_content .wpcf7 .con_input span input {
    font-size: 16px;
    line-height: 30px;
  }
}
.contact .left .form_content .wpcf7 .con_input span input::-webkit-input-placeholder {
  color: #232323;
  font-size: 16px;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span input::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.contact .left .form_content .wpcf7 .con_input span input:-moz-placeholder {
  color: #232323;
  font-size: 16px;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span input:-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span input:-moz-placeholder {
    font-size: 14px;
  }
}
.contact .left .form_content .wpcf7 .con_input span input::-moz-placeholder {
  color: #232323;
  font-size: 16px;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span input::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span input::-moz-placeholder {
    font-size: 14px;
  }
}
.contact .left .form_content .wpcf7 .con_input span input:-ms-input-placeholder {
  color: #232323;
  font-size: 16px;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span input:-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span input:-ms-input-placeholder {
    font-size: 14px;
  }
}
.contact .left .form_content .wpcf7 .con_input span input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contact .left .form_content .wpcf7 .con_input span textarea {
  width: 100%;
  height: 150px;
  border: 3px solid #232323;
  padding: 10px;
  margin-top: 15px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .contact .left .form_content .wpcf7 .con_input span textarea {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span textarea {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span textarea {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .contact .left .form_content .wpcf7 .con_input span textarea {
    font-size: 16px;
    line-height: 30px;
  }
}
.contact .left .form_content .wpcf7 .con_input span textarea::-webkit-input-placeholder {
  color: #232323;
  font-size: 16px;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.contact .left .form_content .wpcf7 .con_input span textarea:-moz-placeholder {
  color: #232323;
  font-size: 16px;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span textarea:-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span textarea:-moz-placeholder {
    font-size: 14px;
  }
}
.contact .left .form_content .wpcf7 .con_input span textarea::-moz-placeholder {
  color: #232323;
  font-size: 16px;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span textarea::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span textarea::-moz-placeholder {
    font-size: 14px;
  }
}
.contact .left .form_content .wpcf7 .con_input span textarea:-ms-input-placeholder {
  color: #232323;
  font-size: 16px;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 991px) {
  .contact .left .form_content .wpcf7 .con_input span textarea:-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact .left .form_content .wpcf7 .con_input span textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
.contact .left .form_content .wpcf7 .con_input span textarea:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contact .left .form_content .wpcf7 .con_input ul.con_input {
  width: 100%;
  border: 0;
  border-bottom: 3px solid #232323;
  padding: 10px;
}
.contact .left .form_content .wpcf7 .con_input ul.con_input:focus {
  outline-color: #41a4ff;
}
.contact .left .form_content .wpcf7 .con_input ul.con_input li {
  padding: 10px !important;
}
.contact .left .form_content .wpcf7 ul.con_input {
  width: 100%;
  border: 0;
  border-bottom: 3px solid #232323;
  padding: 10px;
}
.contact .left .form_content .wpcf7 ul.con_input:focus {
  outline-color: #41a4ff;
}
.contact .left .form_content .wpcf7 ul.con_input li {
  padding: 10px !important;
}
.contact .left .form_content .file_form .codedropz-upload-handler {
  border: 1px solid #41a4ff;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.contact .left .form_content .file_form .codedropz-upload-handler .codedropz-upload-container {
  padding: 0;
}
.contact .left .form_content .file_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.contact .left .form_content .file_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  display: block;
  padding: 15px;
  color: #41a4ff;
}
.contact .left .form_content .file_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ee"; /* FontAwesome Unicode */
  font-weight: 900;
  padding-right: 20px;
  font-size: 20px;
}
.contact .left .form_content .file_form .codedropz-upload-handler i {
  margin-right: 20px;
}
.contact .left .form_content .file_form .dnd-upload-counter {
  display: none;
}
.contact .left .form_content .file_form .dnd-upload-status .dnd-upload-image span {
  display: block;
}
.contact .left .form_content .file_form .wpcf7-file {
  display: none;
}
.contact .left .form_content .policy {
  margin-top: 20px;
}
.contact .left .form_content .policy, .contact .left .form_content .policy2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-decoration: none;
}
.contact .left .form_content .policy .wpcf7-form-control-wrap, .contact .left .form_content .policy2 .wpcf7-form-control-wrap {
  width: auto;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .left .form_content .policy .wpcf7-form-control-wrap .wpcf7-list-item, .contact .left .form_content .policy2 .wpcf7-form-control-wrap .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.contact .left .form_content .policy .wpcf7-form-control-wrap .wpcf7-list-item input, .contact .left .form_content .policy2 .wpcf7-form-control-wrap .wpcf7-list-item input {
  height: 20px;
  width: 20px;
  background-color: white;
  cursor: pointer;
  border-color: white;
  accent-color: gray;
}
.contact .left .form_content .policy .policy_desc, .contact .left .form_content .policy2 .policy_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #232323;
}
.contact .left .form_content .btn_form {
  position: relative;
}
.contact .left .form_content .btn_form button {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #41a4ff;
  background-color: #41a4ff;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  width: 230px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 1399px) {
  .contact .left .form_content .btn_form button {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.contact .left .form_content .btn_form button:hover {
  background-color: transparent;
  color: #212529;
  border-color: #212529;
}
.contact .left .form_content .btn_form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 250px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .left .form_content .wpcf7-response-output {
  margin: 0;
}
.contact .left br {
  display: none;
}
@media (min-width: 992px) {
  .contact .right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .contact .right {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .contact .right {
    margin-top: 30px;
  }
}
.contact .right .title_right {
  font-size: 60px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  margin: 0;
  color: #232323;
}
@media (max-width: 1599px) {
  .contact .right .title_right {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .contact .right .title_right {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .contact .right .title_right {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .contact .right .title_right {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact .right .title_right {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .contact .right .title_right {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .contact .right .title_right {
    text-align: center;
  }
}
.contact .right .title_right span {
  font-weight: 100;
}
.contact .right .description_right {
  font-size: 20px;
  color: black;
}
@media (max-width: 1199px) {
  .contact .right .description_right {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .contact .right .description_right {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .contact .right .description_right {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .contact .right .description_right {
    font-size: 16px;
    line-height: 30px;
  }
}
.contact .right .con_media {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .contact .right .con_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact .right .con_media .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding-bottom: 20px;
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .right .con_media .media:hover {
  color: #41a4ff;
}
.contact .right .con_media .media:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.contact .right .con_media .media .icon {
  width: 64px;
  height: 64px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dae0c7;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contact .right .con_media .media .icon i {
  font-size: 24px;
  color: #41a4ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .right .con_media .media .media_title {
  font-size: 17px;
}
@media (max-width: 991px) {
  .contact .right .con_media .media .media_title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .right .con_media .media .media_title {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .contact .right .con_media .media .media_title {
    font-size: 14px;
  }
}
.contact .right .con_media .media .media_sign {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .contact .right .con_media .media .media_sign {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .contact .right .con_media .media .media_sign {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .contact .right .con_media .media .media_sign {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .contact .right .con_media .media .media_sign {
    font-size: 16px;
    line-height: 30px;
  }
}
.contact .right .con_media .media:hover .icon i {
  color: #41a4ff;
}
.contact .right .con_btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .contact .right .con_btn {
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact .right .con_btn .custom_btn {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 45px;
  height: 60px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .contact .right .con_btn .custom_btn {
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.contact .right .con_btn .custom_btn:hover {
  background-color: #41a4ff;
    border-color:#41a4ff;
  color: white;
}
.contact .right .con_btn .custom_btn span.con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 60px;
  padding: 0 24px 0 21px;
  margin-left: 20px;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .contact .right .con_btn .custom_btn span.con_icon {
    margin-left: 15px;
  }
}
.custom-select {
  position: relative;
  display: inline-block;
}

.arrow {
  position: absolute;
  z-index: -1;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dae0c7;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  cursor: pointer;
}
.arrow i {
  margin-top: -5px;
}

.select-selected {
  color: #232323;
  padding: 10px 0;
  border: none;
  border-bottom: 3px solid #232323;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #dae0c7;
  max-height: 300px;
  width: calc(100% - 24px);
  overflow-y: auto;
  z-index: 1;
  left: 12px;
}

.select-items div {
  height: 50px;
  padding: 0 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-items div p {
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b5baa6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.select-items div:last-child p {
  border: 0;
}

.select-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select-selected p {
  position: relative;
  z-index: -1;
  width: 100%;
  font-weight: 400;
}

.select-items div:hover {
  background-color: black;
  color: #fff !important;
}

.select-selected p {
  margin-bottom: 0;
}

.gallery_1 {
  margin-top: 100px;
}
.gallery_1.remove_margin_top {
  margin-top: 0;
}
.gallery_1 .news_posts .con_img {
  width: 100%;
}
.gallery_1 .news_posts .con_img img {
  cursor: pointer;
  width: 100%;
}
.gallery_1 .news_posts .row {
  margin-right: calc(var(--bs-gutter-x) * -0.25) !important;
  margin-left: calc(var(--bs-gutter-x) * -0.25) !important;
}
.gallery_1 .news_posts .row .single_post {
  padding-right: calc(var(--bs-gutter-x) * 0.25) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.25) !important;
}
.gallery_1 .news_posts .row .single_post .title-img {
  margin-top: 30px;
  font-size: 24px;
  font-family: "Libre Bodoni";
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1599px) {
  .gallery_1 .news_posts .row .single_post .title-img {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  .gallery_1 .news_posts .row .single_post .title-img {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .gallery_1 .news_posts .row .single_post .title-img {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .gallery_1 .news_posts .row .single_post .title-img {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .gallery_1 .news_posts .row .single_post .title-img {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .gallery_1 .news_posts .row .single_post .title-img {
    font-size: 16px;
  }
}
.gallery_1 .news_posts .row .single_post .title-img span {
  font-weight: 700;
}
.gallery_1 .news_posts .row .single_post .single_more {
  margin-bottom: 60px;
}
.gallery_1 .news_posts .row .single_post .single_more a {
  text-decoration: none;
  color: #41a4ff;
  font-size: 12px;
}

.gallery_2 {
  margin-top: 100px;
}
.gallery_2.remove_margin_top {
  margin-top: 0;
}
.gallery_2 .news_posts .con_img {
  width: 100%;
}
.gallery_2 .news_posts .con_img img {
  cursor: pointer;
	width:100%;
}
.gallery_2 .news_posts .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery_2 .news_posts .row .single_post .title-img {
  margin-top: 30px;
  font-size: 24px;
  font-family: "Libre Bodoni";
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1599px) {
  .gallery_2 .news_posts .row .single_post .title-img {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  .gallery_2 .news_posts .row .single_post .title-img {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .gallery_2 .news_posts .row .single_post .title-img {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .gallery_2 .news_posts .row .single_post .title-img {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .gallery_2 .news_posts .row .single_post .title-img {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .gallery_2 .news_posts .row .single_post .title-img {
    font-size: 16px;
  }
}
.gallery_2 .news_posts .row .single_post .title-img span {
  font-weight: 700;
}
.gallery_2 .news_posts .row .single_post .single_more {
  margin-bottom: 60px;
}
.gallery_2 .news_posts .row .single_post .single_more a {
  text-decoration: none;
  color: #41a4ff;
  font-size: 12px;
}

.instagram.margin_top {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .instagram.margin_top {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .instagram.margin_top {
    margin-top: 50px;
  }
}
.instagram.margin_bottom {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .instagram.margin_bottom {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .instagram.margin_bottom {
    margin-bottom: 50px;
  }
}
.instagram.padding_top {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .instagram.padding_top {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .instagram.padding_top {
    padding-top: 50px;
  }
}
.instagram.padding_bottom {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .instagram.padding_bottom {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .instagram.padding_bottom {
    margin-bottom: 50px;
  }
}
.instagram .con_title .title {
  padding-bottom: 30px;
  font-weight: 400;
  font-family: "Libre Bodoni";
  font-size: 48px;
  position: relative;
  margin: 0;
  text-align: center;
}
@media (max-width: 1599px) {
  .instagram .con_title .title {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .instagram .con_title .title {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .instagram .con_title .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .instagram .con_title .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .instagram .con_title .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .instagram .con_title .title {
    font-size: 28px;
  }
}
.instagram .con_title .title span {
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.instagram .con_title .title span::before {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #41a4ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  border-radius: 50%;
}
.instagram .con_title .title span::after {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid #d6f0ff;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  border-radius: 50%;
}
.instagram .box_inst iframe {
  border-radius: 15px !important;
  max-width: 100% !important;
  min-width: inherit !important;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .instagram .box_inst {
    margin-bottom: 30px;
  }
  .instagram .box_inst:nth-last-child(1) {
    margin-bottom: 0;
  }
  .instagram .box_inst:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .instagram .box_inst {
    margin-bottom: 30px;
  }
  .instagram .box_inst:nth-last-child(1) {
    margin-bottom: 0;
  }
  .instagram .box_inst:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .instagram .box_inst {
    margin-bottom: 30px;
  }
  .instagram .box_inst:nth-last-child(1) {
    margin-bottom: 30px;
  }
  .instagram .box_inst:nth-last-child(2) {
    margin-bottom: 30px;
  }
}