: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: #0003;
   
    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: 120px;
}
.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;
}

.about-txt .image::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.5%;
  height: 80%;
  width: 95%;
  margin: 0 auto;
  background: #2C318C;
  transform: rotate(-5deg);
  z-index: -1;
  
}
.about-txt .image::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.5%;
  height: 80%;
  width: 95%;
  margin: 0 auto;
  background: #f7be16;
  transform: rotate(5deg);
  z-index: -1;
  
}

.snip1519 {

  position: relative;
  overflow: hidden;
  margin: 10px 0;
  /* min-width: 250px; */
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #f7be16;
  color: #9e9e9e;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1519 *,
.snip1519 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1519 figcaption {
  padding: 12% 10% 14%;
}

.snip1519 i {
  font-size: 54px;
  color: #fff;
  width: 80px;
  line-height: 80px;
  background-color: #2C318C;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  display: inline-block;
}

.snip1519 h3 {
    color: #3c3c3c;
    font-size: 20px;
    /* font-weight: 300; */
    line-height: 24px;
    margin: 10px 0;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snip1519 p {
  color:#636464;
  font-size: 0.9em;
  font-weight:300;
  margin: 0 0 20px;
}

.snip1519 .button {
  text-decoration: none;
  color: #777;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.snip1519 .button:before {
  background-color: #2C318C;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 0;
}

.snip1519 .button:hover {
  color: #fff;
}

.snip1519 .button:hover:before {
  top: 0;
  opacity: 1;
}

  /*======= 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
}
  /*======= end footer styles ==========*/
  
  
.single-ss ul {
    padding-left:25px;
}
.single-ss ul li {
      list-style:disc outside none;
     display:list-item; 
}
.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;
}