
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
  margin:0;
  box-sizing: border-box;
  padding: 0;

}

body {
  font-family: 'Playfair Display', serif;
  color: #444444;
  background-image: url(../img/bg-1.PNG);

}

a {
  color: #1bac91;
  text-decoration: none;
}

a:hover {
  color: #22d8b6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
.container{
  max-width: 1300px;
width: 100%;
margin: 0 auto;

}*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #CDA45E;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #21cfaf;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}
.back-to-top:hover {
  background: #151515;
}
.back-to-top:hover i {
  color: #ffc451;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  /*border: 6px solid #375b91;
  border-top-color: #0186ba;
  border-bottom-color: #0186ba;*/
/*  border-radius: 50%;*/
  background: url(../img/gerb3.png);
  width: 100px;
  height: 110px;
  

animation-name: preloader;
animation-duration: 2s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation: animate-preloader 2s linear infinite;
  animation: animate-preloader 2s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
   transform: scale(0.7);
  }
}

@keyframes animate-preloader {
  0% {
       transform: rotate(0deg);
  }
  100% {
  transform: scale(0.7);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.head_img{
object-fit: cover;
}
.header{
  position: relative;
}
.date{
  font-size: 14px;
  position: absolute;
  bottom: 5%;
}

@media (max-width: 720px) { 
    .date{
       display: none;
    }
  }

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
*, *:after, *:before {
   box-sizing: border-box;
}
.menu{
  z-index: 997;
  position: sticky;

}

 .animenu__btn {
   display: none;
   cursor: pointer;
   background-color: #375b91;
   border: 0;
   padding: 10px;
   height: 40px;
   width: 40px;
}
}
 .animenu__btn:hover {
   background-color: #375b91 ;
}
 .animenu__btn__bar {
   display: block;
   width: 20px;
   height: 2px;
   background-color: #fff;
   transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
 .animenu__btn__bar + .animenu__btn__bar {
   margin-top: 4px;
}
 .animenu__btn--active .animenu__btn__bar {
   margin: 0;
   position: absolute;
}
 .animenu__btn--active .animenu__btn__bar:nth-child(1) {
   transform: rotate(45deg);
}
 .animenu__btn--active .animenu__btn__bar:nth-child(2) {
   opacity: 0;
}
 .animenu__btn--active .animenu__btn__bar:nth-child(3) {
   transform: rotate(-45deg);
}

 .animenu {
  background-color: #375b91;
   display: block;
}
 .animenu ul {
   padding: 0;
   list-style: none;
   font: 0 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
 .animenu li, .animenu a {
   display: inline-block;
   font-size: 15px;
}

@media (min-width: 1150px) and (max-width: 1279px) { 
    .animenu li, .animenu a {
        font-size: 12px;
    }
  }

  @media (min-width: 1058px) and (max-width: 1150px) { 
    .animenu li, .animenu a {
        font-size: 10px;
    }
  }

  @media (min-width: 768px) and (max-width: 1060px) { 
    .animenu li, .animenu a {
        font-size: 9px;
    }
  }

 .animenu a {
   color: #fff;
   text-decoration: none;
   font-weight: 500;
}
 .animenu__nav {
   background-color: #375b91;
}
 .animenu__nav > li {
   position: relative;
   border-right: 1px solid #747f8f;
}

.animenu__nav > li:last-child {
   border-right: none;
}
 .animenu__nav > li > a {
   padding: 18px 48px;
   /*text-transform: uppercase;
*/}

   @media (min-width: 768px) and (max-width: 1060px) { 
    .animenu__nav > li > a {
        padding: 14px 30px;
    }
  }
 .animenu__nav > li:hover > ul {
   opacity: 1;
   visibility: visible;
   margin: 0;
}
 .animenu__nav > li:hover > a {
   color: #fff;
}
 .animenu__nav > li:focus-within > ul {
   opacity: 1;
   visibility: visible;
   margin: 0;
}
 .animenu__nav > li:focus-within > a {
   color: #fff;
}
 .animenu__nav__hasDropdown:before {
   content: "";
   position: absolute;
   border: 4px solid transparent;
   border-bottom: 0;
   border-top-color: currentColor;
   top: 50%;
   margin-top: -2px;
   right: 10px;
}
 .animenu__nav__dropdown {
   min-width: 100%;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1;
   opacity: 0;
   visibility: hidden;
   margin: 20px 0 0 0;
   background-color: #496ea6;
   transition: margin 0.15s, opacity 0.15s;
}
 .animenu__nav__dropdown > li {
   width: 100%;
   border-bottom: 1px solid #747f8f;
}
 .animenu__nav__dropdown > li:first-child > a:after {
   content: '';
   position: absolute;
   height: 0;
   width: 0;
   left: 1em;
   top: -6px;
   border: 6px solid transparent;
   border-top: 0;
   border-bottom-color: inherit;
}
 .animenu__nav__dropdown > li:last-child {
   border: 0;
}
 .animenu__nav__dropdown a {
   padding: 10px;
   width: 100%;
   border-color: #496ea6;
}
 .animenu__nav__dropdown a:hover {
   background-color: #40649c;
   border-color: #40649c;
   color: #fff;
}
 .animenu__nav__dropdown a:focus-within {
   background-color: #0186ba;
   border-color: #0186ba;
   color: #fff;
}
 @media screen and (max-width: 767px) {
   .animenu__btn {
     display: inline-block;
  }
   .animenu__nav, .animenu__nav__dropdown {
     display: none;
  }
   .animenu__nav {
     margin: 10px 0;
  }
   .animenu__nav > li {
     width: 100%;
     border-right: 0;
     border-bottom: 1px solid #515151;
  }
   .animenu__nav > li:last-child {
     border: 0;
  }
   .animenu__nav > li:first-child > a:after {
     content: '';
     position: absolute;
     height: 0;
     width: 0;
     left: 1em;
     top: -6px;
     border: 6px solid transparent;
     border-top: 0;
     border-bottom-color: inherit;
  }
   .animenu__nav > li > a {
     width: 100%;
     padding: 10px;
     border-color: #111;
     position: relative;
  }
   .animenu__nav a:hover {
     background-color: #0186ba;
     border-color: #0186ba;
     color: #fff;
  }
   .animenu__nav__dropdown {
     position: static;
     background-color: #46689c;
     margin: 0;
     transition: none;
     visibility: visible;
     opacity: 1;
  }
   .animenu__nav__dropdown > li:first-child > a:after {
     content: none;
  }
   .animenu__nav__dropdown a {
     padding-left: 20px;
     width: 100%;
  }
}
 .animenu__nav--active {
   display: block !important;
}
 .animenu__nav--active .animenu__nav__dropdown {
   display: block;
}
/*--------------------------------------------------------------
# orta hisse
--------------------------------------------------------------*/

/*search*/

.main {
    width: 100%;
    margin: 10px auto;
}



/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
 
/*yan menu*/
/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

/* Main Menu */
.menu_blog{
  margin-top: -5px!important;
}



ul#main-menu {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  list-style: none;
  position: relative;
  cursor: pointer;
}

ul#main-menu > ul {
  list-style: none;
  opacity: 0;
}

ul#main-menu li {
  background: #375b91;
  padding: 15px 8px 15px 7px;
  border-bottom: 1px solid #fff;
}

ul#main-menu li:hover {
  background: #40649c;
}

ul#main-menu li:first-child {
  border-radius: 0 5px 0 0;
}

ul#main-menu li a {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

ul#main-menu i {
  padding-right: 16px;
  padding-left: 5px;
}


.sosial_icon{
  position: relative;
  top: 2px;
  width: 28px;
  height: 28px;
}

/************table start**************/
table.table-bordered > tbody > tr > td{
  border:1px solid  #c4c4c4;

}

/*--------------------------------------------------------------
# Orta slider
--------------------------------------------------------------*/
.slider{
  margin-top: 15px;
}
@media (max-width: 480px) { 
    .slider_img{
       width: 100%!important;
       height: 250px!important;
    }
  }

/*--------------------------------------------------------------
# Faydalı linklər
--------------------------------------------------------------*/
.fl{
  margin-top: -30px;
}
.fl_top{
  margin-top: -30px;
}


/************table end**************/

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

a,
a:hover {
  color: #f5bc04;
}

.fh5co_heading {
  font-size: 20px;
  color: #424040;
}
.fh5co_heading_border_bottom {
  border-bottom: 3px solid #375b91;
}
.fh5co_latest_trading_img {
  height: 326px;
  overflow: hidden;
}
.fh5co_latest_trading_img > img {
  height: 340px;
  min-width: 100%;
}
.fh5co_img_special_relative {
  position: relative;
  right: 40%;
}
.fh5co_latest_trading_img_position_relative {
  position: relative;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
}
.fh5co_latest_trading_img_position_absolute {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.83) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.83) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.83) 100%
  );
  z-index: 7;
}
.fh5co_latest_trading_img_position_absolute_1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 10px;
  bottom: 0;
}
.fh5co_latest_trading_date_and_name_color {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.fh5co_latest_trading_img_position_relative:hover {
  -webkit-animation: swing1 1s ease;
  animation: swing1 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes swing1 {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing1 {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fh5co_news_img {
  height: 220px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-box-shadow: inset 0 2px 3px 1px;
  -moz-box-shadow: inset 0 2px 3px 1px;
  -o-box-shadow: inset 0 2px 3px 1px;
  box-shadow: inset 0 2px 3px 1px;
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  -webkit-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
}
.fh5co_news_img > img {
  width: 100%;
  height: auto;
  min-height: 220px;
  max-width: 480px;
  
}
.c_b {
  color: #424040;
}
.c_g {
  font-family: 'Playfair Display', serif;
  color: #777;
}

@media (min-width: 320px) and (max-width: 926px) { 
  .c_g {
    display: none;
  }
}
.c_m {
  color: #f5bc04;
}
.fh5co_small_post_heading {
  font-weight: 600;
  font-size: 16px;
  color: #224170;
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  -webkit-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
}

@media (max-width: 480px) { 
    .fh5co_small_post_heading{
      font-size: 14px; 
    }
  }

.fh5co_small_post_heading:hover {
  color: #092247;
  text-decoration: none;
}
.fh5co_hover_news_img:hover > .fh5co_news_img {
  top: -7px;
  -webkit-box-shadow: inset 0 2px 3px 1px;
  -moz-box-shadow: inset 0 2px 3px 1px;
  -o-box-shadow: inset 0 2px 3px 1px;
  box-shadow: inset 0 2px 3px 1px;
}
.fh5co_heading {
  font-weight: 600;
  font-size: 28px;
  color: #375b91;
}

@media (max-width: 480px) { 
    .fh5co_heading{
       font-size: 16px!important;
    }
  }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  font-family: 'Playfair Display', serif;
  background: #375b91;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #747f8f;
}
.single-cta{
  min-height: 110px;
  border:1px solid gray;
  padding: 16px;
}

.single-cta:hover{
  min-height: 110px;
  border:1px solid white;
  padding: 16px;
}
.single-cta i {
  color: #fff;
  font-size: 26px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-flex;
}
.cta-text h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #d6cece;
  font-size: 17px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #496ea6;
  padding: 10px 0;
}
.copyright-text p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.xeber_border{
background-color: rgba(191,189,189,0.2);
border-radius: 5px;
height: 410px;
}

.xeber_img{
  max-width: 500px;
  max-height: 320px;
}

@media (min-width: 320px) and (max-width: 600px) { 
  .xeber_border {
    background-color: rgba(191,189,189,0.2);
    border-radius: 5px;
    height: 330px; 
  }
}

@media (min-width: 600px) and (max-width: 1027px) { 
  .xeber_border {
    background-color: rgba(191,189,189,0.2);
    border-radius: 5px;
    height: 430px; 
  }
}

.news_title{
  color: #224170;
  font-size: 16px;
  cursor: pointer;
}

.left_img{
  width: 182px;
  height: 78px;
}
.left_img:hover{
-ms-transform: scale(1.1); /* IE 9 */
 -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

@media (max-width: 480px) { 
    .left_img{
       width: 130px;
       height: 60px;
    }
  }

  @media (min-width: 992px) and (max-width: 1180px) { 
    .left_img {
        width: 140px;
       height: 78px;
    }
  }

  /*--------------------------------------------------------------
# Foto qalereya
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Xeberler
--------------------------------------------------------------*/
/************ Xeberler Start **************/
/******Xeberler sehife start *******/
.blog-post {
  width: 100%;
  max-width: 98rem;
  padding: 1rem 2rem;
  background-color: #fff;
  box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

@media (min-width: 320px) and (max-width: 993px) { 
  .news_title {
    margin-bottom: -2rem;
  }
}

.blog-post_img {
  width: 100%;
  max-width: 20rem;
  height: auto;
}

.blog-post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.blog-post_date span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}

.blog-post_title {
  font-size: 1.4rem;
  /* margin: 1.5rem 0 2rem; */
  padding-left: 1.5rem;
  color: #4facfe;
}

.blog-post_text {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.blog-post_cta {
  margin-left: 1.5rem;
  display: inline-block;
  padding: 0.3rem 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.blog-post_cta:hover {
  background-image: linear-gradient(to right, #00f2fe 0%, #4facfe 100%);
  color: #fff;
}

@media screen and (max-width: 1068px) {
  .blog-post {
      max-width: 80rem;
  }

  .blog-post_img {
      min-width: 30rem;
      max-width: 30rem;
  }
}

@media (min-width: 769px) and (max-width: 993px) { 
  .blog-post_img {
    min-width: 20rem;
      max-width: 20rem;
  }
}

@media screen and (max-width: 868px) {
  .blog-post {
      max-width: 70rem;
  }
}

@media screen and (max-width: 768px) {
  .blog-post {
      padding: 2.5rem;
      flex-direction: column;
  }

  .blog-post_img {
      min-width: 100%;
      max-width: 100%;
}
}
/******Xeberler sehife end *******/
/************ Xeberler End **************/

/*****Basliqlar start*****/

.section-title {
  text-align: center;
  align-items: center;
}
.section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  font-weight: 900;
  font-weight: bold;
  /*text-transform: uppercase;*/
  position: relative;
  top:10px;
  color: #13113a;
}
.section-title h2::before, .section-title h2::after {
  content: "";
  width: 50px;
  height: 2.5px;
  background: #375b91;
  display: inline-block;
}
.section-title h2::before {
  margin: 0 15px 10px 0;
}
.section-title h2::after {
  margin: 0 0 10px 15px;
}
@media (max-width: 480px){
  .section-title h2{
    font-size: 22px!important;
  }
}
@media (max-width: 320px){
  .section-title h2{
    font-size: 16px!important;
  }
}
@media (max-width: 991.9px){
  .section-title h2{
    margin-bottom: 30px!important;
  }
}
/*****Basliqlar end*****/
 
/*****linkler end*****/
@import url(https://fonts.googleapis.com/css?family=Raleway);

body {
  color: #333;
  background: #fcfcfc;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
}

.faq-header{
  font-size: 42px;
  border-bottom: 1px dotted #ccc;
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 24px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}
/*****linkler end*****/

/*****Elektron muraciet*****/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.contact .info {
  background: #fff;
}
.contact .info i {
  font-size: 24px;
  color: #01b1d7;
  float: left;
  width: 48px;
  height: 48px;
  background: #e2faff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #354144;
}
.contact .info p {
  font-family: 'Playfair Display', serif;
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 15px !important;
  color: #62787d;
}
.contact .info:hover i {
  background: #01b1d7;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: #01b1d7;
  border: 0;
  font-size: 14px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #0dd3fe;
}
.contact .php-email-form button[type="reset"] {
  background: #01b1d7;
  border: 0;
  font-size: 14px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="reset"]:hover {
  background: #0dd3fe;
}
@-webkit-keyframes animate-loading {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.form-radio-inline .form-radio-label {
  display: inline-block;
  margin-right: 5rem;
}
.form-radio-label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
  margin-bottom: 2rem;
}
.form-radio-label:hover i {
  color: #337ab7;
}
.form-radio-label span {
  display: block;
}
.form-radio-label input {
  width: auto;
  opacity: 0.0001;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  margin: 0;
  padding: 0;
}
.form-radio-button {
  position: absolute;
  left: 0;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.form-radio-button::before,
.form-radio-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.28s ease, color 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
  will-change: transform, color;
  -webkit-transition: transform 0.28s ease, color 0.28s ease;
  -moz-transition: transform 0.28s ease, color 0.28s ease;
  -ms-transition: transform 0.28s ease, color 0.28s ease;
  -o-transition: transform 0.28s ease, color 0.28s ease;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}
.form-radio-button::after {
  transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.form-radio-field:checked ~ .form-radio-button::after {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.form-radio-field:checked ~ .form-radio-button::before {
  color: #337ab7;
}

/*****Elaqe end******/

/*****Video******/
/*.video .video-section .video-item {
  flex-wrap: wrap!important;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
/*****Video end******/

/*-----------------Video Gallery start---------------------*/
.video-container{
  margin: 0 auto;
}
.video .video-section .video-item {
  flex-wrap: wrap!important;
}
.video .video-section .video-item {
}
.gallery-container {
  margin-bottom: 3.5rem;
}

/*-----------------Footer new start---------------------*/

.footer-gerb {
  width: 75px;
  margin-bottom: 20px;
}

.logo_footer a {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  color: #C4D1E4;
  max-width: 265px;
}

.address {
  display: block;
  color: #fff;
  background: url("../img/address.png") no-repeat left center;
  padding: 5px 0 5px 30px;
}

.phone {
  display: block;
  color: #fff;
  background: url("../img/phone.png") no-repeat left center;
  padding: 5px 0 5px 30px;
  font-family: 'Playfair Display', serif;

}

.mail {
  display: block;
  color: #fff;
  background: url("../img/letter.png") no-repeat left center;
  padding: 5px 0 5px 30px;
}

.social h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #C4D1E4;
  margin: 0 0 20px 0;
  padding: 0;
}

.social .instagram {
  color:white;
  font-size:25px;
  margin: 0 5px;
}

.social .youtube {
 color:white;
 font-size:27px;
  margin-right: 0 10px;
}
.social .facebook {
  color:white;
  font-size:25px;
  margin: 0 0px;
}



.img-bg {
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .img-bg {
    height: 400px;
  }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {

  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: none;
  }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
  font-size: 20px;
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
  color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
  right: 40px;
}

.custom-swiper-button-prev {
  left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white-rgb), 1);
}

. copyleft .cprght{
	font-size: 15px; 
 }

  @media screen and (max-width: 578px) and (min-width: 320px){
       ul#main-menu li a {
          font-size: 12px;
	}

	ul#main-menu li {
          padding: 10px 5px 10px 3px;
	}

      .news_title {
        font-size: 12px;
        }

      .logo_footer a {
       font-size: 12px;
       }

       .social h4 {
  	font-size: 14px;

       }
	.fr_info{
	font-size: 14px;  
       }
	. copyleft .cprght{
	font-size: 12px!important; 
      }
 	 }

