:root{
    --logo-bg:#2C318C;
    --main-color:#2C318C;
    --main-text:#636464;
    --sub-text: #3E3E3E;
}

/*======= start genral styles ==========*/
*{
    box-sizing: border-box;
}

body {
    background: #fff;
    position: relative;
    width: 100vw;
    margin: 0;
    padding: 0;

    left: 0;



    overflow-x: hidden;
}
.overflow-hidden{
    overflow: hidden;
}
.container{
    position: relative;
    
}
ul{
    list-style-type:none;
}
.row{
 
    margin: 0;
}

a{
    color:#fff;
    text-decoration:none;
}
a:hover{
    color:#fff;
    text-decoration:none;
}
.centered{
     display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
/*======= end genral styles ==========*/




/*======= start header styles ==========*/
#nav {
    position:relative;
    overflow-x: hidden;
    width: 100vw;
    background: rgba(40, 45, 51, 0.644)
  
}
#nav .navbar{
  background: rgba(0, 0, 60,0.4);
  -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 100vw;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#nav .navNew{
  background: rgb(245, 247, 252) !important;
  -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  
}
#nav .navbar .navbar-brand img{
  padding: 10px;
  height: 105px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
   -webkit-filter: drop-shadow( -1px 1px 1px rgba(0, 0, 0,1));
  filter: drop-shadow( -1px 1px 1px rgba(0, 0, 0, 1));
}

#nav .navNew .navbar-brand img{
  padding: 0px;
  height:55px !important;
   -webkit-filter: drop-shadow( -1px 1px 1px rgba(0, 0, 0, 0));
  filter: drop-shadow( -1px 1px 1px rgba(0, 0, 0, 0));
} 
#nav .navbar .navbar-collapse{
  height: 100px;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#nav .navNew .navbar-collapse{
  height: 70px;
}
#nav .show{
  height: 100% !important;
  background: rgb(245, 247, 252);
  border-radius: 10px;
  transition: all .3s;
  width: 90vw;

 
}

#nav ul{
  /* height: 100%; */

}
#nav ul li{
  /* height: 100%; */
  position: relative;
}
#nav .show ul li{
  height: 30px;
 
}
#nav .oldNav ul li a::after{
  content: "";
  background: #fff !important;
  height: 1px;
  width: 0px;
  position: absolute;
  right: 20px;
  bottom: 21px;
  transition: all .3s;
}
#nav .navNew ul li a::after{
  content: "";
  background: #2C318C !important;
  height: 1px;
  width: 0px;
  position: absolute;
  right: 20px;
  bottom: 21px;
  transition: all .3s;
}


#nav ul li:hover a::after,
#nav ul li a.active::after{
  width: calc(100% - 40px);
  background: #2C318C;
  transition: all .3s;

}  
#nav ul li a{
  padding: 0 10px ;
  line-height: 70px;
  margin: 0 auto;
  color: #ffffff;
  z-index: 10;
  /* -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; */
 
}
#nav .show ul li a{
  height: 40px;
  color: #636464 !important;
  line-height: 35px !important;
}

#nav ul li a.active{
  background-color:rgba(0, 0, 0, 0) 
}
#nav .navNew ul li a{
  color: #636464 !important;
  line-height: 70px ;
  
}
#nav .navNew .show ul li a{
  height: 40px;
  color: #636464 !important;
  line-height: 35px !important;
}
  
  /*======= end header styles ==========*/
  
  /*======= start content styles============ */
  #banner .img{
      position: relative;
      height: 350px;
      padding-bottom: 250px;
      display: flex;
      text-align: center;
      justify-content: center;
      flex-direction: column;
    
  }
  #banner .img::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: #0002;
    z-index:1;
  }
  .banner-title{
    text-transform: uppercase;
    color: #fff;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 220px;
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    z-index: 2;
    -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
}
  #banner .wrapper{
      position: relative;
      overflow: hidden;
      height: 250px;
      width: 100%;
  }
  #banner .box1{
    background: #f7be16 ;
    height: 500px;
    width: 5000px;
    transform: rotateZ(10deg);
    position: absolute;
    top: -130px;
    left: 0px;
    
    }
 #banner .box2{
      background: #2C318C;
      height: 200px;
      width: 5000px;
      transform: rotateZ(-5deg);
      position: absolute;
      top: 20px;
      right: 0px;
      z-index: 0;
    }

/*======= end content styles ==========*/


  /*======= start content styles============ */
  #content{
    margin-top: -100px;
  }

.about-txt .row{
    margin-bottom: 100px;
}
.about-txt h3{
    font-size: 24px;
    color: #3e3e3e;
    margin-bottom: 15px;
    font-family: adelle-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

   .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height :auto !important;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    .swiper-pagination{
        bottom:-10px !important;
        z-index: 2;
    }
    .swiper-slide img{
        max-width:100%;
    }
#content .pics ul{
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  padding: 0;
}
#content .pics ul li{
  padding: 20px 10px;
}
#content .pics ul li img{
  height: 100px;
  width: auto;

}
@media only screen and (max-width: 500px) {
  #content .pics ul li img{
      height: 80px;
      width: auto;
  
  }
}

figure.snip1291 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  /* overflow: hidden; */
  margin: 10px;
 
  width: 100%;
  color: #333;
  text-align: center;
  /* background-color: #fafafa; */
}
figure.snip1291 blockquote {
  font-family: 'Lora', Arial, sans-serif;
  margin: 0;
  padding: 50px 40px 0;
  font-weight: 500;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1291 .author {
  margin: 20px 0 40px;
  width: 100%;
}
figure.snip1291 .author img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 5px;
}
figure.snip1291 .author h5,
figure.snip1291 .author span {
  opacity: 0.8;
  margin: 0;
}
figure.snip1291 .author h5 {
  text-transform: uppercase;
  font-weight: 800;
}
figure.snip1291 .author span {
  font-size: 0.8em;
}
figure.snip1291:before,
figure.snip1291:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 150px;
  line-height: 1em;
  color: #212121;
  font-style: normal;
}
figure.snip1291:before {
  top: -30px;
  left: 20px;
}
figure.snip1291:after {
  content: "\201D";
  right: 20px;
  bottom: -88px;
}

  /*======= end content styles ==========*/


/*======= start footer styles ==========*/
footer .box3{
    background:#2C318C;
  height: 200px;
  width: 5000px;
  transform: rotateZ(2deg);
  position: absolute;
  top: -100px;
  right: -5px;
  z-index: -1;
  }

footer{
  /* height: 200px; */
  background: #2C318C;
 padding-top:50px; 
 -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  
}
footer ul li{
  -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  
}
.contacts-data{
  padding: 50px 0;
  background:#2C318C;

 color: #fff;
  position: relative;
  
  
}
.contacts-data .cont-txt h3{
  font-size: 2.5rem;
  color: #F7BE16;
 
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
 
  -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));

}
.contacts-data .cont .title::after{
  margin-bottom:0px; 
  background: transparent !important;
}
.contacts-data .cont-txt h3 span{
  font-weight: bold;
  color: #E0EAFC;
  font-weight: 900;
  -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));

}
.contacts-data .cont-txt p{
  color: #fff;
  font-size: 1.25rem;
  font-family: Roboto;
  margin-top: 1.5em;
  line-height: 1.5em;
  -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
}
.contacts-data .cont {
  position: relative;
  display: flex;
  justify-content:flex-start;
  flex-direction: column;
  -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  
}
.contacts-data .cont .title{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.contacts-data .cont a{
  text-decoration: none;
  
}
.contacts-data .cont .i-container{
  color: #E0EAFC;
}
.contacts-data .cont .title{
  font-size: 1.25rem;
  font-weight: bold;
  color: #F7BE16;
  margin-top: 1em;
}
.contacts-data .cont .breaker{
  background: #E0EAFC;
  height : 3px;
  width : 40px;
  align-self: center;
  margin: 0 auto;

}
.contacts-data .cont .data{
  font-size: 1.2rem;
  margin-top: 1.5em;
  line-height: 1.5em;
  color: #F7BE16;
}

.container-inner {
  margin: 0 auto;
  display: flex;
  flex-direction:column; 
}

footer h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color:#F7BE16;

  -webkit-filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, 0.2));
  
}


nav {
  text-align: center;
}

ul, li, a {
  display: inline-block;
  padding: 0;
}

li {

  padding: 5px 5px 5px 5px;
}

.container-inner .line{
  background: #fff;
  height: 3px;
  width: 45px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.container-inner a {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
  color: #fff;
  font-family: "zocial", sans-serif;
  font-size: 24px;
  border-radius: 10px;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
footer ul  a:hover:nth-child(1) {
  background-color: #4267B2;
  color: #fff
}
footer ul a:hover:nth-child(2) {
  background-color: #4267B2;
  color: #fff
}
footer ul a:hover:nth-child(3) {
  background-color: #B74238;
  color: #fff
}
footer ul a:hover:nth-child(4) {
  background-color: #1DA1F2;
  color: #fff
}
@media only screen and (max-width: 400px) {
 .responsive-ul{
     transform: scale(0.8);
 }
}
footer .copyright {
  font-size: 10px !important;
   color: #fff
}
.contacts-data .cont .data a{
  font-size: 1.2rem;
  margin-top: 1.5em;
  line-height: 1.5em;
  color: #F7BE16;
  text-align:center;
}
.contacts-data .cont .data{
  font-size: 1.2rem;
  margin-top: 1.5em;
  line-height: 1.5em;
  color: #F7BE16;
  text-align:center;
}
  /*======= end footer styles ==========*/