@font-face{
    font-family:"calibry-regular";
    src: url(../fonts/va9B4kDNxMZdWfMOD5VnLK3eRhf61.woff2);
}
body{
    overflow-x:hidden;
}
.wp-icon{
    position:fixed;
    bottom:40px;
    right:40px;
    z-index:950;
}

.wp-icon img{
    width:60px;
}
@media only screen and (max-width:992px){
    .wp-icon{
    display:none;
}
}
h1{
    color: #4466a1;
}

  i{
    font-family: "Font Awesome 5 Free"  !important;
  }
*:not(i){
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height:20px ;
  font-family:'Montserrat', sans-serif !important;
}
/*h1,h2,h3{*/
/*color:#001d3a;*/
/*}*/
/*h2{*/
/*    color:blue !important;*/
/*}*/
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
/*p{*/
/*    color:#01018c !important;*/
/*}*/
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
  z-index: 555;
}

.none{
    display:none;
}


/*Preloader*/

.preloader{
    background:#FCFCFF;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999;
    display:flex;
    justify-content:center;
    align-items:center;
    display:none;
}

.preloader .loader-contents{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.preloader .loader-contents .loader-gif{
    /*filter:invert(1);*/
    width:150px;
    margin-top:50px;
}

@media (max-width:576px){
    .preloader .loader-contents .loader-logo{
        width:300px;
    }
}
header.fixed,header.static-header {
  position: fixed;
  width: 100%;
  background-color: #fff !important;
  top: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  left: 0;
  z-index: 9999;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
}
header .nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
header .nav-top .logo {
    display:none;
}
header.static-header .nav-top .logo{
    display:block;
}
header.fixed .nav-top .logo {
    display:block;
}
header .nav-top .logo img {
  width: 180px;
  filter: grayscale(1) brightness(100);
  -webkit-filter: grayscale(1) brightness(100);
}
header.fixed .nav-top .logo img,header.static-header .nav-top .logo img {
  filter: none;
  -webkit-filter: none;
}
header .nav-top .nav-menu {
  display: flex;
}

header .nav-top .nav-menu .nav-item {
  padding: 0px 10px;
  margin: 0 8px;
  border:3px solid transparent;
  border-radius:25px;
  transition:.3s;
}
header.static-header .nav-top .nav-menu .nav-item:first-child{
    display:none;
}
header .nav-top .nav-menu .nav-item.active{
    border-color:#c8ddff;
}
header.fixed .nav-top .nav-menu .nav-item:first-child{
    display:none;
}
header .nav-top .nav-menu .nav-item:hover{
    border-color:#c8ddff;
}


header .nav-top .nav-menu .nav-item .nav-links {
  display: block;
  padding: 8px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
header.fixed .nav-top .nav-menu .nav-item .nav-links,header.static-header .nav-top .nav-menu .nav-item .nav-links {
  color: #4366a1;
}
header .nav-top .nav-menu .nav-item .nav-links i {
  color: #4366a0;
  position: relative;
  top: 1px;
  padding-left: 2px;
}
header .nav-top .nav-menu .nav-item:hover .nav-links {
  color: #c8ddff;
}
header.fixed .nav-top .nav-menu .nav-item:hover .nav-links,header.static-header .nav-top .nav-menu .nav-item:hover .nav-links{
  color: #658dce;
}
header .nav-top .nav-right {
  display: flex;
  align-items: center;
}
header .nav-top .language {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 5px 8px;
  display:flex;
  align-items:center;
  background:#F5f5f5;
  border-radius:15px;
  z-index:1111;
}
header .nav-top .language > a:not(.active) {
display: none;
}
header .nav-top .language img{
    width:20px;
    margin-right:6px;
}
header .nav-top .language .default_lang {
  color: #333;
  font-weight: 700;
  font-size:14px;
}
header.fixed .nav-top .language .default_lang,header.static-header .nav-top .language .default_lang {
  color: #000;
}
header .nav-top .language .default_lang .arrow i {
  color: #4366a0;
  position: relative;
  top: 1px;
  padding-left: 2px;
}
header .nav-top .language a {
  display: block;
  z-index: 9999;
  position: relative;
}

header .nav-top .language .lang_wrap {
  position: absolute;
  width: 100px;
  top: 50px;
  left: -15px;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
header .nav-top .language .lang_wrap::before {
  position: absolute;
  content: "";
  top: -10px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  border-left: 5px solid transparent;
  left: 24px;
}

header .nav-top .language .dropdown_lang {
  background: white;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
header .nav-top .dropdown_lang a {
  padding: 10px 15px;
  font-weight: 500;
  color: #000;
  display:flex;
  align-items:center;
}
header .dropdown_lang a:hover {
  background-color: #c8ddff;
  color: #000;
}
header .nav-top .language:hover .lang_wrap {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
header .price-order {
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #46bf73;
  background-color: #46bf73;
  border-radius: 2px;
  color: white;
  border-radius: 4px;
  text-align: center;
  margin-right: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius:30px;
}

header .price-order:hover {
  background-color: #45662b;
  border-color: #45662b;
}

header .nav-top .submenu {
  position: relative;
}
header .nav-top .submenu .drop-wrap{
    position: absolute;
     z-index: 5;
     left: 50%;
      transform:translateX(-50%);
      padding-top:36px;
        opacity: 0;
  visibility: hidden;
  display:none;
}
header .nav-top .submenu .dropdown-ul {
  
  width: 260px;

  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
 
  list-style-type: none;
  width: 220px;
  
  padding-left: 0px;
  width: 260px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 16%) 0px 28px 52px 0px;
  overflow: hidden;
  border-top:3px solid #45689f;
 

}
header .nav-top .submenu .dropdown-ul .dropdown-li {
  line-height: 50px;
  transition: all 0.3s ease;
  padding-left: 5px;
}

header .nav-top .submenu .dropdown-ul .dropdown-li a {
  text-decoration: none;
  color: #010080;
  position: relative;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  line-height: 50px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
header .nav-top .submenu .dropdown-ul a {
  height: auto;
  line-height: normal;
  margin: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
header .nav-top .submenu:hover .drop-wrap {
  opacity: 1;
  visibility: visible;
  display:block;
}
header .nav-top .submenu .dropdown-ul .dropdown-li:hover {
  /*background:#45689f54;*/
  background:#4466a1;
}
header .nav-top .submenu .dropdown-ul .dropdown-li:hover a {
  color:#fff;
}
header.fixed .nav-bottom{
    display:none;
}
header .nav-bottom{
    display:flex;
    align-items:end;
}
header.static-header .nav-bottom{
    display:none;
}
header .nav-bottom .logo{
    display:block;
}
header .nav-bottom .logo img{
    width:180px;
    filter: grayscale(1) brightness(100);
  -webkit-filter: grayscale(1) brightness(100);
}

header .nav-bottom .phone{
    margin-left:60px;
}
header .nav-bottom .phone img{
    filter: grayscale(1) brightness(0) invert(1);
}
header .nav-bottom .phone span{
    color:#fff;
    margin-left:7px;
}
header.fixed .navbar-toggler .line-menu,header.static-header .navbar-toggler .line-menu {
  background-color: #010080;
}

header .resp_nav .navbar-toggler .line-menu {
  background-color: #fff;
}
header .navbar-toggler {
  margin-left: 20px;
  display: none;
  position: relative;
  z-index: 1111;
}

header .navbar-toggler .wrapper-menu {
  width: 38px;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar-toggler .wrapper-menu.open {
  transform: rotate(-45deg);
}

header .navbar-toggler .line-menu {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 3px;
}
header .navbar-toggler .wrapper-menu.open .line-menu {
  background-color: #fff;
}
.inner-header .navbar-toggler .line-menu {
  background-color: #020080;
}

header .navbar-toggler .line-menu.half {
  width: 50%;
  margin: auto;
}

header .navbar-toggler .line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

header .navbar-toggler .open .line-menu.start {
  transform: rotate(90deg) translate(-8px, -9px);
}

header .navbar-toggler .line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

header .navbar-toggler .open .line-menu.end {
  transform: rotate(90deg) translate(8px, 10px);
}
header .offcanvas {
  width: 90%;
  background-color: rgb(0, 0, 0);
  padding-top: 90px;
  height: 100vh;
}
.offcanvas .offcanvas-body {
  padding: 0 24px 50px;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.offcanvas .offcanvas-body .price-order {
  margin: 0;
  width: 100%;
  margin-top: 30px;
  border-radius:30px;
}
.offcanvas .offcanvas-body .nav-mobile li {
  text-align: center;
  padding: 10px 0;
}
.offcanvas .offcanvas-body .nav-mobile .mobile-link {
  font-size: 25px;
  padding: 8px 0;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.offcanvas .offcanvas-body .nav-mobile .mobile-link i {
  color: #4366a0;
  position: relative;
  top: 1px;
  padding-left: 2px;
  font-size: 25px;
}
.offcanvas .offcanvas-body .nav-mobile .mobile-link:hover {
  color: #658dce;
}
.offcanvas .offcanvas-body .nav-mobile .mobile-sub {
  display: none;
}
.offcanvas .offcanvas-body .nav-mobile .mobile-sub li {
  padding: 6px 0;
}
.offcanvas .offcanvas-body .nav-mobile .mobile-sub .mobile-sub-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 6px 0;
}
@media (max-width: 1400px) {
  header .nav-top .nav-menu .nav-item .nav-links {
    font-size: 14px;
    padding:8px 4px;
  }
  header .nav-top .logo img {
    width: 150px;
  }
  header .nav-bottom .logo img {
    width: 150px;
  }
  header .nav-top .nav-menu .nav-item{
      margin:0 4px;
  }
}
@media (max-width: 1200px) {
  header .nav-top .logo img {
    width: 130px;
  }
  header .nav-bottom .logo img {
    width: 130px;
  }
  header .nav-top .nav-menu .nav-item .nav-links {
    font-size: 13px;
    padding:3px 0;
  }
  header .price-order{
    margin-right: 16px;
  }
  header .nav-top .nav-menu .nav-item{
    margin: 0;
  }
  
}

@media (max-width: 992px) {
    header .nav-top .logo.none{
        display:block;
    }
    header .nav-bottom{
        display:none;
    }
    header .nav-top .logo{
        display:block;
    }
  header .nav-top .nav-menu {
    display: none;
  }
  header .nav-top .nav-right .price-order {
    display: none;
  }
  header .navbar-toggler {
    display: block;
  }
}

/* Slider */
/*.slider {*/
/*  height: 100vh;*/
/*  position: relative;*/
/*}*/

/*.slider img {*/
/*  height: 100vh;*/
/*  filter: brightness(0.8);*/
/*  -webkit-filter: brightness(0.8);*/
/*}*/

/*.slider .container {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*}*/

/*.slider .carousel-caption {*/
/*  top: 50%;*/
/*  left: auto;*/
/*  bottom: auto;*/
/*  right: auto;*/
/*  transform: translateY(-50%);*/
/*  text-align: left;*/
/*  width: 40%;*/
/*}*/

/*.slider .carousel-caption h2 {*/
/*  font-size: 42px;*/
/*  font-weight: 600;*/
/*  line-height: 1.1;*/
/*}*/

/*.slider .carousel-caption p {*/
/*  font-size: 16px;*/
/*  line-height: 1.5;*/
/*  margin-bottom: 48px;*/
/*}*/

/*.slider .carousel-caption .more_btn {*/
/*  display: inline-block;*/
/*  padding: 20px;*/
/*  border: 1px solid #4367a0;*/
/*  background-color: #4367a0;*/
/*  border-radius: 2px;*/
/*  color: white;*/
/*  min-width: 260px;*/
/*  text-align: center;*/
/*  transform: translateY(0);*/
/*  transition: 0.3s;*/
/*  -webkit-transition: 0.3s;*/
/*  -moz-transition: 0.3s;*/
/*  -ms-transition: 0.3s;*/
/*  -o-transition: 0.3s;*/
/*  border-radius:30px;*/
/*}*/

/*.slider .carousel-caption .more_btn:hover {*/
/*  transform: translateY(-5px);*/
/*}*/

/*.slider .carousel_control {*/
/*  position: absolute;*/
  /*top: 0;*/
/*  bottom: 40px;*/
/*  left: 60px;*/

/*}*/

/*.slider .carousel_control .carousel-nav {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  width: 90px;*/
/*  z-index: 9;*/
/*  position: relative;*/
  /* margin-top: 48px; */
/*}*/

/*.slider .carousel_control .carousel-nav .owl-next,*/
/*.slider .carousel_control .carousel-nav .owl-prev {*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  border: none;*/
/*  border-radius: 50%;*/
/*  background-color: #4367a0;*/
/*  color: white;*/
/*  transform: translateY(0);*/
/*  transition: all 0.3s ease;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*.slider .carousel_control img {*/
/*  height: auto;*/
/*  width: 12px;*/
/*  filter: none;*/
/*}*/

/*.slider .carousel_control .carousel-dots {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.slider .carousel_control .carousel-dots .owl-dot {*/
/*  display: block;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  border-radius: 100%;*/
/*  background-color: rgba(255, 255, 255, 0.32);*/
/*  margin: 0 4px;*/
/*  border: none;*/
/*}*/

/*.slider .carousel_control .carousel-dots .owl-dot.active {*/
/*  background-color: #4367a0;*/
/*}*/

/*.slider .carousel_control .carousel-nav .owl-next:hover,*/
/*.slider .carousel_control .carousel-nav .owl-prev:hover {*/
/*  transform: translateY(-5px);*/
/*}*/

/*.slider .media_wrap {*/
/*  height: 100vh;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/

/*.slider video {*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  object-fit: cover;*/
/*  filter: brightness(0.5);*/
/*}*/

/*.slider .media_wrap img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

/*.slider .item {*/
/*  height: 100vh;*/
/*}*/

/*@media (min-width: 1400px) {*/
/*  .slider .carousel_control .container {*/
/*    bottom: 22%;*/
/*  }*/
/*}*/

/*@media (min-width: 1440px) {*/
/*  .slider .carousel-caption {*/
/*    margin-left: 8.33333%;*/
/*  }*/

/*  .slider .carousel_control .carousel-nav {*/
    /*margin-left: 8.33333%;*/
/*  }*/
/*}*/

/*@media (max-width: 992px) {*/
/*  .slider .carousel-caption {*/
/*    width: 70%;*/
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .slider {*/
/*    height: 550px;*/
/*  }*/

/*  .slider .item,*/
/*  .slider .media_wrap {*/
/*    height: 550px;*/
/*  }*/

/*  .slider video {*/
/*    height: 100%;*/
/*  }*/

/*  .slider .carousel-caption {*/
/*    width: 92%;*/
/*  }*/

/*  .slider .carousel-caption h2 {*/
/*    font-size: 35px;*/
/*  }*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .slider .carousel-caption h2 {*/
/*    font-size: 40px;*/
/*  }*/

/*  .slider .carousel-caption .more_btn {*/
/*    min-width: 200px;*/
/*    padding: 16px;*/
/*  }*/
/*}*/

#main .slide-layer {
  /*background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000f1e));*/
  /*background: linear-gradient(transparent, rgba(0, 15, 30, .8));*/
  background: linear-gradient(rgba(0, 15, 30, .3), rgba(0, 15, 30, .3));
  /*height: 60%;*/
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 19;
  opacity: 1;
  /*bottom: 0;*/
  top: 0;
}

#main .carousel ol {
  margin-bottom: 3rem;
  z-index: 19;
  padding: 20px;
}

#main .carousel ol li {
  width: 130px;
  text-indent: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  opacity: 0.3;
  margin-right: 5px;
  margin-left: 5px;
}

#main .carousel ol li h6 {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#main .carousel ol li.active {
  opacity: 1;
}

#main .carousel ol li.active::before {
  content: '';
  display: block;
  height: 2px;
  background: #0c63b4;
  -webkit-animation: mymove 4s linear !important;
          animation: mymove 4s linear !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#main .carousel ol li.active h6 {
  margin-top: 13px !important;
}

#main .carousel .carousel-inner {
  height: 100vh;
}

#main .carousel .carousel-inner .carousel-item {
  height: 100%;
  position: absolute;
  top: 0;
}

#main .carousel .carousel-inner .carousel-item .item {
  position: absolute;
  top: 40%;
  z-index: 19;
  padding-left: 70px;
  padding-right: 70px;
  width:56%;
}
.carousel-inner:after{
    /*content: '';*/
    /*position: absolute;*/
    /*width: 32%;*/
    /*height: 80%;*/
    /*top: 318px;*/
    /*filter: brightness(100);*/
    /*left: 0;*/
    /* background: url("../img/slide-shape.png")center/cover no-repeat; */
    /* background-size: cover; */
    /* background-position: 163% center; */

}
/*.carousel-inner:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 32%;*/
/*    height: 100%;*/
/*    top: 318px;*/
/*    filter: brightness(100);*/
/*    left: 0;*/
/*    z-index:123;*/
     /*background: linear-gradient(86deg, rgba(0,23,50,1) 37%, rgba(255,255,255,0) 100%); */
    /* background-size: cover; */
    /* background-position: 163% center; */
/*    -webkit-transform: scale(1.245);*/
/*    -moz-transform: scale(1.245);*/
/*    -o-transform: scale(1.245);*/
/*    transform: scale(1.245);*/
/*}*/
#main .carousel .carousel-inner .carousel-item img {
  position: absolute;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: imgscale 10s infinite;
          animation: imgscale 10s infinite;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .carousel .carousel-inner .carousel-item .item-text {
  color: #fff;
}

#main .carousel .carousel-inner .carousel-item .item-text h2 {
 
  font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
}

#main .carousel .carousel-inner .carousel-item .item-text p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 48px;
    width: 85%;
}

#main .carousel .carousel-inner .carousel-item .more_btn {
  display: inline-block;
  padding: 20px;
  border: 1px solid #4367a0;
  background-color: #4367a0;
  border-radius: 2px;
  color: white;
  min-width: 260px;
  text-align: center;
  transform: translateY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius:30px;
}


#main .carousel .carousel-inner .carousel-item .more_btn:hover {
   transform: translateY(-5px);
}
#main .carousel .nav-cont{
    position:relative;
}
#main .carousel .carousel-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90px;
    z-index: 9;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index:50;
}
#main .carousel .carousel-nav button{
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background-color: #4367a0;
    color: white;
    transform: translateY(0);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:.3s;
}
#main .carousel .carousel-nav img{
    height: auto;
    width: 12px;
    filter: none;
}

#main .carousel .carousel-nav button:hover{
    transform:translateY(-5px);
}
@-webkit-keyframes mymove {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes mymove {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes imgscale {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes imgscale {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (max-width:1200px){
     #main .carousel .carousel-inner .carousel-item .item-text h2 {
        font-size: 40px;
    }
    #main .carousel .carousel-inner .carousel-item .item{
        width:70%;
    }
}

@media (max-width:992px){
      #main .carousel ol li h6 {
        display: none;
    }
    
    #main .carousel .carousel-inner .carousel-item .item-text h2 {
        font-size: 30px;
    }
    #main .carousel .carousel-nav{
        display:none;
    }
    #main .carousel ol{
        margin-bottom:0;
    }
}

@media (max-width:768px){
    #main .carousel .carousel-inner {
        height: 550px;
    }
    
    #main .carousel .carousel-inner .carousel-item .item {
        padding: 0 30px;
    }
    
    #main .carousel .carousel-inner .carousel-item .more {
        min-width: auto;
    }
    
    #main .carousel .carousel-inner .carousel-item .more a {
        padding: 12px 24px;
    }
}

@media (max-width:576px){
    #main .carousel .carousel-inner .carousel-item .item{
        width:100%;
    }
}

@media (max-width:450px){
     #main .carousel .carousel-inner .carousel-item .item-text h2 {
        font-size: 25px;
    }
}
/* Advantages */
.advant {
  padding: 48px 0;
}
.advant .advant-inner {
  /*background-color: #fff5ec;*/
  /*padding: 70px;*/
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.advant .advant-inner .section-title {
  font-size: 48px;
  margin-bottom: 16px;
  text-align: center;
}

.advant .advant-inner .section-title h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
}

.advant .advant-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  row-gap: 35px;
}
.advant .advant-items .item {
  background-color: #FCFCFC;
  width: 24%;
  padding: 24px;
  /*min-height: 300px;*/
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.advant .advant-items .item img {
  width: 55px;
  height: 55px;
  display: block;
  /*margin-bottom: 24px;*/
}

.advant .advant-items .item .title {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
  color:#4466a1;
  line-height: 32px;
  margin-top: 10px;
}

.advant .advant-items .item .text {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1400px) {
  /*.advant .advant-items .item .title {*/
  /*  font-size: 16px;*/
  /*}*/
}

@media (max-width: 1200px) {
  .advant .advant-items .item {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .advant .advant-items .item {
    width: 100%;
  }
}

@media (max-width: 576px) {
  /*.advant .advant-inner {*/
  /*  padding: 64px 32px;*/
  /*}*/
  .advant .advant-inner .section-title h2 {
    font-size: 30px;
  }
}

/* Services */
.services{
    background-color:#f4f4f4;
    padding:60px;
}
.services.category-service{
    background-color:#fff;
    padding:0;
    padding-bottom:60px;
}


.services .section-title{
    padding-bottom:47px;
}
.services .section-title h2{
    font-size:48px;
    font-weight:700;
    color:#4466a1;
}

.services .services-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    row-gap:20px
}
.services .services-wrap .service{
    width:32%;
    height:150px;
    position:relative;
    border-radius:15px;
    overflow:hidden;
    display:block;
    color:inherit;
    transition:.3s;
}
.services .services-wrap .service:hover{
    transform:translateY(-10px);
}
.service:hover .caption span{
    color: #fff !important;
}
.services .services-wrap .service::after{
    content:"";
    position:absolute;
    background:#fff;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:.3s;
}
.services .services-wrap .service:hover::after{
    background:#00000063;
}
.services .services-wrap .service .img-overlay{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    left:0;
    top:0;
    z-index:0;
}

.services .services-wrap .service .caption img{
    width: 70px;
    height: 70px;
    transition: .3s;
    object-fit: contain;
}
.services .services-wrap .service:hover .caption img{
    filter:invert(1);
}
.services .services-wrap .service .caption .service-title{
    font-size:22px;
    font-weight:700;
    margin-top:10px;
    transition:.3s;
    color:#4366a1 ;
    text-align:center;
   
}
.services .services-wrap .service:hover .caption .service-title{
    color:#fff;
}
.services .services-wrap .service .caption{
    position:relative;
    z-index:1;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
/*.services .section-title {*/
/*  padding-bottom: 47px;*/
/*}*/
/*.services .section-title h2 {*/
/*  font-size: 48px;*/
/*  font-weight: 700;*/
/*}*/

/*.services .services-wrap {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*}*/

/*.services .service {*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 24%;*/
/*  padding: 32px;*/
/*  border-radius: 16px;*/
/*  -webkit-border-radius: 16px;*/
/*  -moz-border-radius: 16px;*/
/*  -ms-border-radius: 16px;*/
/*  -o-border-radius: 16px;*/
/*  overflow: hidden;*/
/*  height: 365px;*/
/*  display: flex;*/
/*}*/
/*.services .service::before{*/
/*    content: "";*/
/*    display: block;*/
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 83%);*/
/*    opacity: 0.77;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    position: absolute;*/
/*    z-index:1;*/
/*}*/
/*.services .service:hover img {*/
/*  transform: scale3d(1.05, 1.05, 1.05);*/
/*  -webkit-transform: scale3d(1.05, 1.05, 1.05);*/
/*  -moz-transform: scale3d(1.05, 1.05, 1.05);*/
/*  -ms-transform: scale3d(1.05, 1.05, 1.05);*/
/*  -o-transform: scale3d(1.05, 1.05, 1.05);*/
/*}*/
/*.services .service img {*/
/*  position: absolute;*/
/*  display: block;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  transition: 0.4s;*/
/*  -webkit-transition: 0.4s;*/
/*  -moz-transition: 0.4s;*/
/*  -ms-transition: 0.4s;*/
/*  -o-transition: 0.4s;*/
/*}*/
/*.services .service .service-caption {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*  margin-top: auto;*/
/*}*/

/*.services .service .service-caption .title {*/
/*  font-size: 24px;*/
/*  margin-bottom: 11px;*/
/*  line-height: 1.29;*/
/*  font-weight: 700;*/
/*  color: #fff;*/
/*}*/

/*.services .service .service-caption .desc {*/
/*  font-size: 14px;*/
/*  line-height: 1.5;*/
/*  margin-bottom: 22px;*/
/*  color: #b2b2b2;*/
/*}*/

/*.services .service .service-caption .more {*/
/*  color: #fff;*/
/*  font-weight: 700;*/
/*  background-color: #658dce;*/
/*  display: inline-block;*/
/*  font-size: 14px;*/
/*  padding: 10px 46px;*/
/*  border-radius: 21px;*/
/*  -webkit-border-radius: 21px;*/
/*  -moz-border-radius: 21px;*/
/*  -ms-border-radius: 21px;*/
/*  -o-border-radius: 21px;*/
/*}*/
/*@media (max-width: 1400px) {*/
/*  .services .services-wrap {*/
/*    justify-content: center;*/
/*    gap: 20px;*/
/*  }*/
/*  .services .service {*/
/*    width: 32%;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .services .services-wrap {*/
/*    gap: 16px;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .services .service {*/
/*    width: 48%;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .services .service {*/
/*    width: 100%;*/
/*  }*/
/*}*/
/*@media (max-width:576px){*/
/*    .services .section-title h2{*/
/*        font-size:40px;*/
/*        text-align:center;*/
/*    }*/
/*}*/
.category-service .page-content{
    padding-top:0;
}
.category-service .services-caption .title{
    font-size:35px;
    margin-bottom:25px;
    line-height:45px;
    font-weight:bold;
    color:#010080;
}
.category-service .services-caption .text{
    text-align:justify;
    color:#4466a1;
}
.category-service .services-caption .text img{
    display:none;
}

.category-service .services-caption{
    width:75%;
}
.service-link{
    background-color:#e46264;
    display:inline-block;
    padding:16px 30px;
    color:#fff;
    border-radius:30px;
    margin-top:20px;
}
.category-service .row-section{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    padding-top:50px;
}
.category-service .row-section:nth-child(even) .services-caption{
    order:1;
}

.category-service .services-img{
    width:240px;
    margin:10px;
}
.category-service .services-img img{
    width:100%;
    object-fit:cover
}
@media (max-width:1200px){
    .services .services-wrap .service{
        width:49%;
    }
    .category-service .services-caption{
        width:66%;
    }
}
@media (max-width:992px){
    .category-service .row-section{
        justify-content:center;
    }
    .category-service .services-caption{
        width:100%;
    }
    .category-service .services-img{
        order:1;
        margin-top:30px;
    }
    .service-link{
        width:100%;
        text-align:center;
    }
}
@media (max-width:768px){
    .services{
        padding:60px 0;
    }
}

@media (max-width:576px){
    .services .services-wrap .service{
        width:100%;
    }
}
/* About */

.about {
  margin: 70px 0 48px;
}
.about .about-wrap {
  background-color: #cf003e;
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.about .about-wrap .about-texts {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .about-wrap .about-texts .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  color:#fff;
}
.about .about-wrap .about-texts .desc {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-word;
  width:99%;
  text-transform:captalize;
  /*opacity: 0.7;*/
  color:#fff;
}
.about .about-wrap .about-img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.about .about-wrap .about-img img {
  width: 460px;
  object-fit: contain;
}
.about-texts p{
    color:#fff !important;
}
@media (max-width: 1200px) {
  .about .about-wrap .about-img img {
    width: 370px;
  }
  .about .about-wrap .about-texts .desc {
    font-size: 16px;
    color:#fff;
  }
}

@media (max-width: 992px) {
  .about .about-wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .about .about-wrap .about-texts {
    width: 100%;
  }

  .about .about-wrap .about-img {
    width: 100%;
    justify-content:center;
  }

}

@media (max-width: 576px) {
  .about .about-wrap .about-img img {
    width: 100%;
  }
  .about .about-wrap .about-texts .desc {
    font-size: 14px;
  }
  .about .about-wrap {
    padding: 58px 28px;
  }
  .about .about-wrap .about-texts .title{
      font-size:35px;
      text-align:center;
      
  }
}

/* Blog */
.blog {
  margin-bottom: 48px;
}
.blog .section-title {
  padding-bottom: 47px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.blog .section-title .more{
    color:#4367a0;
}
.blog .section-title h2 {
  font-size: 48px;
  font-weight: 700;
  color:#010080;
}
.blog .blog-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}
.blog .blog-wrap .blog-item {
  display: block;
}
.blog .blog-wrap .blog-item:nth-child(1) {
	width: 390px;
  grid-row: 1 / 3;
}
.blog .blog-wrap .blog-item:nth-child(2) {
  grid-row: 1 / 3;
width: 390px;
}
.blog .blog-wrap .blog-item:nth-child(1) .img-wrapper{
    height:245px;
}
.blog .blog-wrap .blog-item:nth-child(1) .img-wrapper img{
    height:100%;
}

.blog .blog-wrap .blog-item:nth-child(2) .img-wrapper{
    height:245px;
}
.blog .blog-wrap .blog-item:nth-child(2) .img-wrapper img{
    height:100%;
}

.blog-item{
    border: 1px solid #4466a1;
    border-radius:10px;
    overflow:hidden;
    
}
.blog-inner img{
    border-radius: 10px 10px 0 0;
}
.blog-title{
    font-size:14px;
    padding:  10px  ;
    color:#4466a1;
    font-weight: 700;
}
.blog-desc{
    display:none;
}
.blog-texts{
    
}
.blog .blog-wrap .blog-item:nth-child(3) .blog-inner {
  display: flex;
  height: 100%;
  column-gap: 12px;
}
.blog .blog-wrap .blog-item:nth-child(4) .blog-inner {
  display: flex;
  height: 100%;
  column-gap: 12px;
}
.blog .blog-wrap .blog-item:nth-child(3) .img-wrapper {
  margin: 0;
  width:50%;
}
.blog .blog-wrap .blog-item:nth-child(4) .img-wrapper {
  margin: 0;
    width:50%;
}
.blog .blog-wrap .blog-item:nth-child(3) .blog-texts {
  margin: 0;
  width:50%;
}
.blog .blog-wrap .blog-item:nth-child(4) .blog-texts {
  margin: 0;
    width:50%;
}
.blog .blog-wrap .blog-item:nth-child(3) .img-wrapper img {
  min-height: 100%;
  
}
.blog .blog-wrap .blog-item:nth-child(4) .img-wrapper img {
  min-height: 100%;

}
.blog .blog-wrap .blog-item:hover .img-wrapper img {
  transform: scale(1.12);
}
.blog .blog-wrap .blog-item .wishlist {
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  transform: translate3d(0px, 0px, 0px);
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.blog .blog-wrap .blog-item .wishlist:hover svg path {
  fill: black;
}

.blog .blog-wrap .blog-item .wishlist svg path.fill-icon {
  fill: black;
}
.blog .blog-wrap .blog-item .img-wrapper {
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}
.blog .blog-wrap .blog-item .img-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.blog .blog-wrap .blog-item .blog-texts .blog-title {
  font-size: 16px;
  font-weight: 700;
  color: #4466a1;
}

.blog .blog-wrap .blog-item .blog-texts .blog-desc {
  font-size: 15px;
  color: #4366a1;
  margin: 0;
}
@media (max-width:1200px){
    .blog .blog-wrap{
        grid-template-columns: 250px 250px auto;
    }
}
@media (max-width: 992px) {
  .blog .blog-wrap {
    grid-template-columns: auto auto;
  }
  .blog .blog-wrap .blog-item:nth-child(3) .blog-inner {
    display: block;
  }
  .blog .blog-wrap .blog-item:nth-child(4) .blog-inner {
    display: block;
  }
  .blog .blog-wrap .blog-item:nth-child(3) .img-wrapper {
    margin-bottom: 12px;
    height:245px;
    width:unset;
  }
  .blog .blog-wrap .blog-item:nth-child(4) .img-wrapper {
    margin-bottom: 12px;
    height:245px;
    width:unset;
  }
  .blog .blog-wrap .blog-item:nth-child(3) .img-wrapper img{
    height:100%;
  }
  .blog .blog-wrap .blog-item:nth-child(4) .img-wrapper img{
    height:100%;
  }
  .blog .blog-wrap .blog-item:nth-child(3) .blog-texts {
  margin: 0;
  width:unset;
}
.blog .blog-wrap .blog-item:nth-child(4) .blog-texts {
  margin: 0;
    width:unset;
}
.blog-inner{
    /*max-width:400px;*/
}
}

@media (max-width: 768px) {
  .blog .blog-wrap {
    grid-template-columns: auto;
  }
  .blog .blog-wrap .blog-item:nth-child(1) {
    grid-row: 3/ 3;
    /* height: 400px; */
  }
.blog .blog-wrap .blog-item:nth-child(1),
.blog .blog-wrap .blog-item:nth-child(2){
width: 100%;
}
#main canvas{
	width: 100% !important;
}
}
@media (max-width:576px){
    .blog .section-title h2{
        font-size:35px;
        text-align:center;
        
    }
    .blog .section-title{
        justify-content:center;
    }
}
/* References */
.references {
  padding: 70px 0;
  border-top: 1px solid #d4d6d8;
  border-bottom: 1px solid #d4d6d8;
  clear: both;
}
.references .section-title h2 {
  font-size: 48px;
  font-weight: 700;
  color:#010080;
  line-height: initial;
}
.references .ref-item {
  /* width: 150px; */
  height: 150px;
  padding: 25px;
}
@media (max-width:1200px){
  .references .ref-item{
    padding: 7px;
  }
}
.references .ref-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 1;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.references .ref-item img:hover{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}
/* Call to action */

.call-to {
  background-color: #f4f4f4;
  margin-top: 48px;
  padding: 70px 0;
}
.call-to .section-title {
  margin-bottom: 32px;
}
.call-to .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color:#4466a1;
}

.call-to form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.call-to .form-item .btn {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 14px 40px;
    border: 1px solid #46bf73;
    background-color: #46bf73;
    border-radius: 2px;
    color: white;
    border-radius: 4px;
    text-align: center;
    /* margin-right: 50px; */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 30px;
}

.call-to .form-item .btn:hover{
    background-color: #45662b;
}

.call-to form .form-item {
  width: 19%;
}
.call-to form .form-item input {
  border: 2px solid #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 21px;
  font-size: 15px;
}

.call-to form .form-item input:focus {
  border-color: #4466a1;
  box-shadow: none;
}

.call-to form .form-item input:hover {
  border-color: #4466a1;
  box-shadow: none;
}

.call-to form .form-item button {
  background: #46bf73;
  color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  height: 100%;
  padding: 21px 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.call-to form .form-item button:hover {
  background: #45662b;
}

@media (max-width: 1300px) {
  .call-to form .form-item button {
    padding: 21px 39px;
  }
}

@media (max-width: 1200px) {
  .call-to form .form-item button {
    padding: 21px 27px;
  }
}

@media (max-width: 992px) {
  .call-to form .form-item {
    width: 100%;
  }
  .call-to form .form-item button {
    width: 100%;
  }
}

@media (max-width:576px){
    .references .section-title h2{
        font-size:35px;
        text-align:center;
    }
}

/* Footer */

footer ul {
  display: flex;
  margin-bottom: 0;
}

footer a {
  transition: 0.3s ease;
}

footer .social_media a {
  color: white;
  font-size: 18px;
}

footer .social_media li a {
  margin-right: 20px;
}

footer .social_media .nav-item a {
  position: relative;
  display: block;
}

footer .social_media .nav-item .color_icon {
  position: absolute;
  left: 0;
  /*top: 1px;*/
  bottom: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
footer .social_media .nav-item:nth-child(1) .color_icon {
  /*top: 0px;*/
}
footer .social_media .nav-item a:hover .color_icon {
  width: 100%;
}

footer .social_media img {
  width: 18px;
  max-width:inherit;
  min-width:inherit;
}

footer .footer_menu .menu_list {
  padding: 4px 0;
  font-size: 13px;
  text-transform: uppercase;
}

footer .footer_menu .menu_list li {
  padding-right: 50px;
}

footer .footer_menu .menu_list a {
  padding: 0;
}

footer .footer_menu .menu_list .nav-link {
  position: relative;
  color: white;
  display: block;
  white-space: nowrap;
  font-weight: 600;
}

footer .footer_menu .nav-link::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid #f76a51;
  color: #f76a51;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  text-shadow: 0 0 #2c2c2c;
}

footer .footer_menu .nav-link:hover::before {
  max-width: 100%;
}

footer .btn a {
  padding: 15px 24px;
  border-radius: 50px;
  color: #46bf73;
  text-transform: uppercase;
  font-size: 12px;
  transition: color 0.3s;
  position: relative;
  z-index: 7;
  display: inline-block;
}

footer .btn a::before {
  border: 2px solid #000;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 2px solid #46bf73;
}

footer .btn a::after {
  border: 2px solid transparent;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

footer .btn a::before,
footer .btn a::after {
  content: "";
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

footer .btn a:hover::after {
  background: #fff;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

footer .btn a:hover::before {
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

footer {
  padding: 75px 0 50px;
  background: #093871;
  color: white;
}

footer .logo img {
  width: 140px;
  -webkit-filter: grayscale(100) brightness(100);
  filter: grayscale(100) brightness(100);
}

footer a {
  color: white;
}

footer .btn a {
  padding: 25px 55px;
  font-size: 15px;
  display: block;
}

footer .btn {
  display: flex;
  margin-left: auto;
}

footer .phone {
  display: flex;
  align-items:flex-start;
  flex-wrap:wrap;
}

footer .menu_list {
  flex-wrap: wrap;
}

footer .phone_wrap {
  margin-bottom: 20px;
}

footer .phone_wrap h4 {
  margin-bottom: 20px;
  opacity: 0.5;
}

footer .phone_wrap{
  padding-right: 25px;
}

footer .phone_wrap a {
  transition: 0.3s ease;
  display: block;
  padding: 5px 0;
}

footer .phone_wrap a:hover {
  color: #048ecb;
}

footer .footer_menu {
  margin: 25px 0 50px;
}

footer .menu_list li {
  margin-bottom: 15px;
}

footer .footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
}

footer .copyright {
  padding-right: 55px;
  /* font-family: 'FTN_medium'; */
  -webkit-font-smoothing: antialiased;
}

footer .siteby {
  -webkit-font-smoothing: antialiased;
  /* font-family: 'FTN_medium'; */
}
footer .siteby img{
    width: 100px;
    object-fit: cover;
    transition: 0.3s;
}
footer .siteby a {
  color: #fff;
  text-decoration: underline;
}
footer .siteby a:hover img{
    filter:grayscale(1);
}
footer .siteby a:hover {
  text-decoration: none;
}
@media (max-width:1400px){
    footer .phone_wrap:not(:last-child){
        padding-right:42px;
    }
}
@media (max-width: 992px) {
  footer {
    margin-bottom: 52px;
  }

  footer .footer_menu .menu_list {
    display: block;
    column-count: 3;
  }

  footer .social_media {
    column-count: 1;
  }

  footer .btn {
    margin-left: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  footer .btn {
    margin-left: inherit;
  }

  footer .btn {
    padding: 0;
  }

  footer .btn a {
    padding: 20px 40px;
  }

  footer .phone_wrap:not(:last-child) {
    padding-right: 40px;
  }
  footer .phone_wrap a{
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  footer .phone {
    display: block;
  }
}

@media (max-width: 576px) {
  footer .footer_menu .menu_list {
    column-count: 1;
  }

  footer .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  footer .footer_bottom > div:first-child {
    flex-direction: column;
  }

  footer .social_media {
    margin-top: 10px;
  }

  footer .siteby {
    margin-top: 5px;
  }
  footer .footer_menu .menu_list .nav-link{
      font-size:14px;
  }
}

.wp {
  background-color: #66b02d;
  padding: 16px 0;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
}

.wp a {
  color: #fff;
  width: 100%;
  display: block;
  height: 100%;
  text-decoration: none;
}

@media (max-width: 992px) {
  .wp {
    display: block;
  }
}

/*About static*/


.page{
    margin-top:116px;
}
.page.blog-full .page-content{
    padding-left: 0rem;
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type:disc;
}
.page-content ul li{
    padding:5px 0;
}
.page.blog-full ul{
    padding:10px 0;
}
.page .head .breadcrumb{
    background: #212121;
    color: white;
    padding: 18px 0;
    margin: 0;
}

.page .head .breadcrumb .breadcrumb-list{
        margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.page .head .breadcrumb .breadcrumb-list a {
    color: white;
}

.page .head .breadcrumb .breadcrumb-list li i {
    padding: 0 15px;
    font-size: 12px;
}


.page .head .breadcrumb .breadcrumb-list .active {
    color: white;
    opacity: 0.5;
}


.page .head .title_wrap {
    /*height: 75px;*/
    position: relative;
}

.page .head .title_wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.title-contact-my{
    color: #4466a1 !important;
    line-height:27px;
}
.page .head .title_wrap .title_page {
    display: flex;
    align-items: center;
    color: white;
    z-index: 1;
    position: relative;
    color:#4366a1 !important;
    padding:20px 0;
    justify-content: start;
}

.karyera-imkanlari{
    display:block !important;
}
.karyera-imkanlari p{
    padding:20px 0 0 0;
    font-size:18px;
    line-height:22px;
}
.page .head .title_wrap .title_page h1{
    color:#4466a1;
    font-weight:bold;
    line-height:110%;
}
.colorrr h1{
    color:#010080 !important;
}
.page .page-content{
    padding:16px 0 56px 0; 
}

.page .page-content .about-text{
    text-align:justify;
}
.about-page .about-wrap .about-content{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.about-page .about-wrap .about-content > div{
    width:48%;
    color:#4466a1;
}
.about-text p ,.about-text span{
     color:#4466a1 !important;
}
.about-page .about-wrap .about-content .about-text img{
    display:none;
}

.about-page .about-wrap .about-content .about-img{
    height:270px;
}
.about-page .about-wrap .about-content .about-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
}

.about-page .about-wrap .about-content .quote{
   /*border:2px solid #c9c9c9;*/
    /*height:300px;*/
    border-radius:25px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    /*padding:70px;*/
    /*margin-bottom:100px;*/
    
}
.about-page .about-wrap .about-content .quote .quote-text{
    font-size: 30px;
    line-height: 41px;
    color: #45689f;
}
.about-page .about-wrap .about-content .quote > img{
    width:90px;
    position:absolute;
}
.about-page .about-wrap .about-content .quote .quote-top{
    top:-30px;
    left:-30px;
    display:none;
}

.about-page .about-wrap .about-content .quote .quote-bottom{
    bottom:-30px;
    right:-30px;
    display:none;
}
.fr-fic{
    width:100%;
    height:400px;
}
.about-page .about-wrap .about-content .quote .quote-triangle{
    width: 0;
    height: 0;
    /*border-top: 50px solid #c9c9c9;*/
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position:absolute;
    bottom: -50px;
    left: 114px;
}
.about-page .about-wrap .about-content .quote .quote-triangle .inner-triangle{
    position: relative;
    top: -51px;
    left: -48px;
    width: 0;
    height: 0;
    /*border-top: 48px solid #fff;*/
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
}

.about-page .school-form{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-top:50px;
}
.qr-code{
    width:100px;
    margin:20px 0;
}
@media only screen and (max-width:1000px){
    .qr-code{
        width:80px;
    }
}
.about-page .school-form > div {
    width:49%;
}
.about-page .school-form .form-caption .title{
    font-size:42px;
    margin-bottom:20px;
}
.about-page .school-form .form-caption .phone{
    font-size:21px;
    display:block;
    margin-bottom:35px;
    color:#000;
}
.about-page .school-form .form-caption .desc{
    opacity:1;
    line-height:22px;
    margin-bottom:30px;
    display:block;
}
.desc,.puncts{
        color:#4366a1 !important;
}
.title{
    color:#010180;
        line-height:110%;
}
.text div ,.text ul li a,.text ul li ,.text span{
    color:#4466a1 !important;
}
.services-caption .text *{
    color:#010080 !important;
}
.about-page .school-form .form-caption .puncts img{
    width:20px;
    margin-right:12px;
}
.about-page .school-form .form-caption .puncts > div {
    margin-bottom:15px;
}

.about-page .school-form .form-wrap{
    background:#fff;
    padding:20px 40px 40px 40px;
    box-shadow:0 0 40px 0 rgb(22 104 183 / 15%);
}
@media (max-width:1400px){
    .about-page .about-wrap .about-content .quote .quote-text{
        font-size:22px;
    }
}
@media (max-width:1200px){
    .about-page .about-wrap .about-content .quote .quote-text{
        font-size:19px;
    }
    .about-page .about-wrap .about-content .quote{
        padding:50px;
        transform: translateY(-85px);
    }
}
@media (max-width:992px){
    .page{
        margin-top:95px;
    }
    .about-page .about-wrap .about-content > div{
        width:100%;
    }
    .about-page .about-wrap .about-content .quote{
        transform: translateY(0px);
        order:1;
        margin:50px 0;
    }
    .about-page .about-wrap .about-content .about-img img{
        margin-top:15px;
    }
    .about-page .school-form{
        margin-top:50px;
    }
    .about-page .school-form > div{
        width:100%;
    }
    .about-page .school-form .form-wrap{
        margin-top:30px;
    }
    .quote-text img{
    width:100%;
    min-width:250px;
}
    
}

@media (max-width:600px){
    .about-page .about-wrap .about-content .quote .quote-text{
        font-size:17px;
    }
    .about-page .about-wrap .about-content .quote{
        /*margin:50px 50px;*/
        /*padding:50px 26px;*/
    }
}
@media (max-width:576px){
    .about-page .school-form .form-wrap{
        padding:20px 20px 40px 20px;
    }
}

/*References static*/
.references-page .references-wrap{
    display:flex;
    justify-content: flez-start;
    flex-wrap:wrap;
}

.references-page .references-wrap .ref-item{
    height:150px;
    width:20%;
    padding:35px;
}

.references-page .references-wrap .ref-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    
}
.references-page .references-wrap .ref-item img:hover{

filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}


/*Fullstory*/
.services-full .page-content{
    text-align:justify;
}
.services-full .page-content .small-container{
    max-width:716px;
}

.services-full .page-content img{
    display: block;
    width: 100%;
    height: 365px;
    object-fit: contain;
    border-radius: 21px;

}
.myblog{
    height: 100%;
    padding: 0 0 20px 0;
    font-size:17px;
    line-height:127%;
}
@media screen and (max-width:992px){
.page-content .container .myblog img{
    margin: 0px 0 20px 10px;
    width:100%;
}
.services-full .page-content img{
height:auto;
max-height:300px;
}

}
@media (max-width:992px){
    .references-page .references-wrap .ref-item{
        width:25%;
    }
}

@media (max-width:768px){
    .references-page .references-wrap .ref-item{
        width:33%;
    }
}

@media (max-width:576px){
    .references-page .references-wrap .ref-item{
        width:50%;
        padding:18px;
    }
}

.category-service .page-content{
    background-color:#f4f4f4;
}




/*Contact*/
.contact-page .info-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.contact-page .info-wrap .contact-img{
    width:48%;
}
.contact-page .info-wrap .contact-texts{
    width:48%;
}
.contact-page .info-wrap .contact-img img{
    width:100%;
    object-fit:cover;
    border-radius:4px;
    padding:20px 0;
}
.contact-page .info-wrap .contact-texts .infos{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.contact-page .info-wrap .contact-texts .title{
    margin:20px 0;
    font-size:20px;
    line-height:29px;
    font-weight:600;
    color: #4466a1 !important;
}
.contact-page .info-wrap .contact-texts .infos .info{
    width:50%;
}
.contact-page .info-wrap .contact-texts .infos .info .icon{
    display: inline-block;
    background: #4366a1;
    border-radius: 50%;
    width: 60px;
    padding: 16px;
    height: 60px;
    margin-right: 15px;
}
.contact-page .info-wrap .contact-texts .infos .info .icon img{
    width:100%;
}

.contact-page .info-wrap .contact-texts .infos .info .info-item{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:20px;
    align-items:center;
}

.contact-page .info-wrap .contact-texts .infos .info .info-item a{
    color:#4466a1 !important;
    display:block;
    overflow-wrap:break-word;
}
.contact-page .info-wrap .contact-texts .infos .info .info-item .text{
    width:70%;
    color:#4466a1;
}

.contact-page .info-wrap .contact__socialIcons {
    display: flex;
    flex-wrap: wrap;
}

.contact-page .info-wrap .contact__socialIcons li {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #656d78;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 10px;
    transition: all .15s ease;
}

.contact-page .info-wrap .contact__socialIcons li:first-child {
    margin: 20px 10px 20px 0;
}

.contact-page .info-wrap .contact__socialIcons li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    width: 100%;
    height: 100%;
}

.contact-page .info-wrap .contact__socialIcons li a img {
    -webkit-transition: -webkit-filter .15s ease;
    -moz-transition: filter .15s ease;
    -o-transition: filter .15s ease;
    transition: -webkit-filter .15s ease;
    transition: filter .15s ease;
    transition: filter .15s ease,-webkit-filter .15s ease;
    -webkit-filter: invert(60%);
    filter: invert(60%);
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.contact-page .info-wrap .contact__socialIcons li:hover {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -ms-transform: scale(1.45);
    -o-transform: scale(1.45);
    transform: scale(1.45);
}

.contact-page .info-wrap .contact__socialIcons li:hover img {
    filter: none;
}

.contact-page .info-wrap .contact__socialIcons li.facebook:hover {
    background-color: #6389c8;
    border-color: #6389c8;
    -webkit-box-shadow: 0 7px 14px 0 rgb(99 137 200 / 80%);
    box-shadow: 0 7px 14px 0 rgb(99 137 200 / 80%);
}

.contact-page .info-wrap .contact__socialIcons li.instagram:hover {
    background-color: #f15274;
    border-color: #f15274;
    outline: 0;
    -webkit-box-shadow: 0 7px 14px 0 rgb(227 97 131 / 79%);
    box-shadow: 0 7px 14px 0 rgb(227 97 131 / 79%);
}

.contact-page .info-wrap .contact__socialIcons li.linkedin:hover {
    background-color: #0e76a8;
    border-color: #0e76a8;
    -webkit-box-shadow: 0 7px 14px 0 rgb(14 118 168 / 80%);
    box-shadow: 0 7px 14px 0 rgb(14 118 168 / 80%);
}

.contact-page .info-wrap .contact__socialIcons li.youtube:hover {
    background-color: #FF0100;
    border-color: #FF0100;
    -webkit-box-shadow: 0 7px 14px 0 #ff010087;
    box-shadow: 0 7px 14px 0 #ff010087;
}


.contact_wrap{
    padding:56px 0;
}

    .contact_wrap{
    padding:0px 0 56px 0;

}
@media only screen and (max-width:350px){
    .contact_wrap{
    padding:150px 0 56px 0;
}
}
.contact_info{
    /*margin-bottom: 5rem;*/
}

.contact_info span{
    display: inline-block;
    background: #4366a1;
    border-radius: 50%;
    width: 60px;
    padding: 16px;
    height: 60px;
    margin-right: 15px;
}

.contact_info .contact_content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact_info .contact_content a{
    display: block;
    color:black;
}

.contact_info .address p{
    width: calc(100% - 75px);
}

.contact_info .contact_content a:hover{
    color: #658dce;
}

.contact_info img{
    width: 100%;
}


@media (max-width:1400px){
    .contact-page .info-wrap .contact-texts .infos .info .info-item a{
        font-size:14px;
        color:#4466a1 !important;
    }
    .contact-page .info-wrap .contact-texts .infos .info .info-item .text{
        font-size:14px;
    }
}
@media (max-width:1200px){
    .contact-page .info-wrap{
        flex-direction:column;
    }
    .contact-page .info-wrap .contact-texts{
        width:100%;
        order:1;
    }
    .contact-page .info-wrap .contact-img{
        width:100%;
    padding:20px 0;
    }
    .contact-page .info-wrap .contact-texts .title{
        margin-top:20px;
    }
    .contact-page .info-wrap .contact__socialIcons{
        justify-content:center;
    }
}
@media (max-width:576px){
    .contact-page .info-wrap .contact-texts .infos .info{
        width:100%;
    }
}
#map{
    height: 400px;
}

.map_wrapper{
    padding-bottom:96px;
}

.pin-wrap {
	position: relative;
	pointer-events: none;
}

.pin-wrap .pin {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
	background-color: #ff2e17;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.pin-wrap .shadow1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
	z-index: 0;
}

.pin-wrap .shadow1:after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	webkit-animation: pulsate 1s ease-out infinite; 
    -moz-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
	opacity: 0;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 20px #ff4733;
	-moz-box-shadow: 0 0 0 20px #ff4733;
	box-shadow: 0 0 0 20px #ff4733;
}

.pin-wrap .shadow2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
	z-index: 0;
}

.pin-wrap .shadow2:after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	webkit-animation: pulsate 2s ease-out infinite; 
    -moz-animation: pulsate 2s ease-out infinite;
	animation: pulsate 2s ease-out infinite;
	opacity: 0;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 25px #ff5e4d;
	-moz-box-shadow: 0 0 0 25px #ff5e4d;
	box-shadow: 0 0 0 25px #ff5e4d;
}

@keyframes pulsate {
	0% {
	    -webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
	    -webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
	}
}


/*Blog inner*/

.category-blog .row-section{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    row-gap:45px;
}

.category-blog .row-section .blog-item{
    width:32%;
    margin-right:10px;
}

.category-blog .row-section .blog-item .img-wrapper{
    height:280px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}
.category-blog .row-section .blog-item .img-wrapper img{
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


.category-blog .row-section .blog-item .wishlist {
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transform: translate3d(0px, 0px, 0px);
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


/*.category-blog .row-section .blog-item .blog-texts .blog-title {*/
/*    font-size: 22px;*/
/*    font-weight: 700;*/
/*    color: #f9423a;*/
/*}*/


.category-blog .row-section .blog-item .blog-texts .blog-desc {
    font-size: 15px;
    color: #4466a1;
    margin: 0;
}


.category-blog .row-section .blog-item .wishlist:hover svg path {
    fill: black;
}
.category-blog .row-section .blog-item .wishlist svg path.fill-icon {
  fill: black;
}
.about-page iframe{
    height:630px;
}
@media (max-width:1400px){
    .about-page iframe{
        height:720px;
    }
}
@media (max-width:1200px){
    .category-blog .row-section .blog-item{
        width:32%;
    }
    .about-page iframe{
    height:720px;
}
}

@media (max-width:992px){
    .category-blog .row-section .blog-item{
        width:48%;
        min-width:300px;
    }
    .category-blog .row-section .blog-item .img-wrapper{
        height:271px;
    }
    .about-page iframe{
        height:730px;
    }
}
@media only screen and (max-width:380px){
    .category-blog .row-section .blog-item{
        min-width:200px;
        width:100%;
    }
}


@media (max-width:576px){
    .about-page iframe{
        height:1005px;
    }
}



.school-static .static-logo {
    display:flex;
    align-items:center;
    flex-direction:column;
}
.school-static .static-logo .logo{
    margin-bottom:20px;
}
.school-static .static-logo p{
    text-align:justify;
}

/*Pagination*/

.pagination {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pagination span, .pagination a{
    width: 45px;
    height: 45px;
    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;
    border: 1px solid #d8d9db;
    margin: 0 4px;
    border-radius: 2px;
    color: black;
}

.pagination a:hover{
    background: #949494;
    color: white;
}

.pagination>span{
    background: #f2f3f5;
}

.pagination .nav-icons a,
.pagination .nav-icons span{
    color: #adadad;
}

.pagination .nav-icons a:hover{
    background: #d8d9db;
    color:white;
}


.swal2-title{
    font-size:20px;
}


/*Gallery*/

.static-gallery .row-section{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:34px
}
.static-gallery .row-section .highslide{
    width:23%;
    display:block;
    height:250px;
}

.static-gallery .row-section .highslide img{
    height:100%;
    width:100%;
    object-fit:cover;
}

.static-gallery .row-section iframe{
    width:23% !important;
}



@media (max-width:1400px){
    .static-gallery .row-section{
        gap:24px
    }
}

@media (max-width:1200px){
    .static-gallery .row-section .highslide{
        width:31%;
    }
    .static-gallery .row-section iframe{
        width:31% !important;
    }
}
@media (max-width:992px){
    .static-gallery .row-section .highslide{
        width:48%;
    }
    .static-gallery .row-section iframe{
        width:48% !important;
    }
}
@media (max-width:768px){
    .static-gallery .row-section .highslide{
        width:47%;
    }
    .static-gallery .row-section iframe{
        width:47% !important;
    }
}
@media (max-width:576px){
    .static-gallery .row-section .highslide{
        width:100%;
    }
    .static-gallery .row-section iframe{
        width:100% !important;
    }
}

/*Career*/
.category-career .row-section{
    display:flex;
    flex-wrap:wrap;
    justify-content:normal;
}
.category-career ul{
    list-style-type:none;
}
.category-career .career-box-wrap{
    display:block;
    width:32%;
    margin-bottom:30px;
    position:relative;
    margin-right:12px;
}
.category-career .career-box {
    border-radius: 6px;
    padding: 20px 30px 40px;
    box-shadow: 0 2px 11px rgb(0 0 0 / 20%);
    background-color: #fff;
    transition: box-shadow 0.2s;
    height:100%;
}
.category-career .career-box .career-more{
    position:absolute;
    bottom:20px;
}
.category-career .career-box img{
    display:none;
}
.category-career .career-box h3 {
    margin-bottom: 5px;
    color: #226091;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    overflow-wrap:break-word;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.category-career .career-box .career-department {
    font-size: 15px;
    color: #666;
    display: block;
}
.category-career .career-box span {
    /*font-weight: bold;*/
}
.category-career .career-box .career-city {
    background-color: #3189ce;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    margin: 15px 0;
    font-size: 16px;
    display: inline-block;
}
.category-career .career-box .career-desc {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 18px;
    color: #010080;
    overflow: hidden;
}
.category-career .career-box .career-btn {
    display: inline-block;
    transition: all 0.2s;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    width: max-content;
    text-transform: uppercase;
    -webkit-transition: 300ms background-color ease;
    -moz-transition: 300ms background-color ease;
    -o-transition: 300ms background-color ease;
    transition: 300ms background-color ease;
}
.career-box .see-more {
    background-color: #fff;
    border: 1px solid #3189ce;
    color: #3189ce;
    margin-right: 10px;
}
.category-career .career-box  ul{padding-left:0;}
.category-career .career-box  ul li {
    background: url(../img/checked-blue.svg?=1) no-repeat;
    background-size: 16px;
    padding-left: 25px;
    background-position: 0px center;
    margin: 10px 0;
}
.career-desc p span{
    font-size:15px t;
}
.category-career .career-box .see-more:hover {
    background-color: #3189ce;
    color: #fff;
}
.category-career .career-box:hover {
    box-shadow: 0 2px 30px rgb(0 0 0 / 20%);
}
.career-full .career-img{
    height:300px;
    overflow:hidden;
    border-radius:20px;
    margin-bottom:30px;
}
.career-full .career-img img{
    width:100%;
    height:100%;
    object-fit:cover
}
.career-full .career-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:start;
}
.career-full .career-wrap > div{
    padding:30px;
    box-shadow:0 0 4rem rgb(82 85 90 / 10%);
}
.career-full .career-wrap .title{
    font-size:20px;
    margin:10px 0;
    padding: 0 0 13px;
    font-weight:bold;
    position:relative;
}
.career-full .career-wrap .title::before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 45px;
    height: 4px;
    border-radius: 30px;
    background-color: #45689f;
}
.career-full .career-wrap .title::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 26px;
    width: 5px;
    height: 5px;
    background-color: white;
}
.career-full .career-wrap .short-content{
    width:34%;
}
.career-full .career-wrap .short-content .desc{
    margin:10px 0;
    line-height:27px;
    font-size:18px;
}
.job-adv li{
    font-size:18px;
}
.career-full .career-wrap .short-content .job-adv{
    margin:10px 0;
    color:#4366a1 !important;
}
.job-info,.job-info ul li a,.job-info span ,.job-info p{
    color:#4466a1 !important;
}
.career-full .career-wrap .short-content .job-adv li{
    line-height:1.8;
}
.career-full .career-wrap .short-content .job-adv li span:first-child{
    font-weight:bold;
    margin-right:6px;
}
.career-full .career-wrap .full-content{
    width:64%;
}
.career-full .career-wrap .full-content ul{
    margin:20px 0;
}
.career-full .career-wrap .full-content ul li{
    margin:13px 0;
    background: url(../img/checked-blue.svg?=1) no-repeat;
    background-size: 16px;
    padding-left: 25px;
    background-position: 0px center;
    color:#4366a1;
}
.career-full .career-wrap .full-content {
    font-size:18px;
    color:#4366a1;
    
}
.career-full .career-wrap .full-content .cv a{
    color:#7777ff;
}
@media (max-width:1200px){
    .category-career .career-box-wrap{
        width:49%;
    }
    .career-full .career-wrap .short-content{
        width:100%;
        margin-bottom:30px;
    }
    .career-full .career-wrap .full-content{
        width:100%;
    }
}
@media (max-width:768px){
    .category-career .career-box-wrap{
        width:100%;
    }
}

.highslide-viewport-size {
    background-color: #000;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;



}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}

.about-text ul li{
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 17px;
    margin-bottom: 4px;
}
.about-text ul li div{
    display:inline;
}
.about-text ul li:before {
    content: "\2714\0020";
    color: #4367a1!important;
    padding-right: 5px!important;
}
.blog-full{
    padding-top:17px; 
}
.form-contact{
    padding:10px 0;
}
.form-contact .submit-btn{
    max-width:350px !important;
}
.form-contact label{
    font-size:15px;
}
    .form-contact .effect ~ .focus-border:before, 
    .form-contact .effect ~ .focus-border:after {
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #4466a1 !important;
        transition: 0.4s;
    }
     .form-contact .effect:focus ~ label{
        top: -24px;
        left: 0;
        font-size: 10px;
        color: #4466a1 !important;
        transition: 0.3s;
        padding: 0;
    }
    .form-contact .effect ~ .focus-border i:before, 
    .form-contact .effect ~ .focus-border i:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #4466a1 !important;
        transition: 0.6s;
    }
    .title{
    margin: 0 0 20px 0 !important;
}
.contact-img img{
    padding:0 0 20px 0 !important;
}
.blog ul{
    list-style:inherit;
    padding-left:20px;
}
footer .container{
    width:90%;
    max-width:inherit;
}

.job-notes p{
    margin:15px 0;
}
.cv{
    font-size:18px;
    color:#4466a1;
}
#senedredaktesi img{
    width:85%;
}
.blog-page-wrapper{
    height: 180px !important;   
}
.blog-page-wrapper img{
    height:100%;
}
.blog-my-item{
    width:22% !important;
    margin: 0 10px;
}
.page-content .container{
    /*display:flex;*/
    color:#4466a1;
}
.page-content .container .myblog img{
    margin:0 0 20px 30px ;
    float:right;
    display:inline;
    width:inherit;
}
@media screen and (max-width:768px){
.page-content .container .myblog img{
    margin: 0px 0 20px 10px;
    width:100%;
}
@media screen and (max-width:576px){
.page-content .container .myblog img{
    margin: 0px 0 20px 0px;
}

.school-form .form-caption h3.title{
    color:#4466a1 !important;
}
.school-form .form-caption .desc{
    text-align:justify;
}
.school-form .form-caption .puncts div{
    display:flex;
}

.item .title{
    font-size:16px !important;
    margin:0 !important;
}











