/*-------------------------*/
/* Globel
/*-------------------------*/
*{
    position: relative;
    box-sizing: border-box;
}
body{
    font-family: arial;
}


.wrapper{
    overflow: hidden;
}
.main-bg{
    background-image: url("../images/02.jpg");
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.givePadding{
    padding-top: 35px;
    /*padding-bottom: 35px;*/

}
/*-------------------------*/
/* Component
/*-------------------------*/
/* Elements Placeholder */
.elements{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 10px 8px;
}
.elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 10px 8px;
}
.elements2{
    /*margin-top: 50%;*/
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    /*font-size: 20px;*/
    padding: 1180% 0px;
}

.elements3{
    background-color: rgba(0,0,0,0.5);
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 10px 8px;
}
.elements4{
    background-color: rgba(0,0,0,0.5);
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    /*padding: 0px 8px;*/
}

.elements_new1{
   /*margin-top: 50%;*/
    /*background-color: rgba(137,116,147,1);*/
    border: 6px solid rgba(137,116,147,1);
    border-radius: 10px;
    color: #fff;
    /*font-size: 20px;*/
    padding: 4px 20px;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);
    

}
.elements_new2{
    /*margin-top: 50%;*/
    background-color: rgba(137,116,147,1);

    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    /*font-size: 20px;*/
    padding: 10px 8px;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}

.elements_new3{
    /*margin-top: 50%;*/
    background-color: rgba(137,116,147,1);
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    /*font-size: 20px;*/
    padding: 10px 0px;
}

.elements_new4{
    /*margin-top: 50%;*/
    background-color: rgba(137,116,147,1);
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    /*font-size: 20px;*/
    padding: 10px 0px;
}





/* navbar */
.navbar{
    background-color: #623979;
    position: fixed;
    top: 0;
    left: 0;
    /*width: 100%;*/
    z-index: 50;
}

.navbar1{
    background-color: #623979;
    position: fixed;

    top: 0;
    right: 0;
    /*width: 100%;*/
    z-index: 50;
}


.navbar .elements{
    height: 133px;
    background-color: rgba(227,123,86,0);
    
}

.navbar .container .elements img{
    width: 133px;
}


.nean {
    margin-left: 12px;
    /*padding: 0px 8px;*/
    font-size: 32px;
    letter-spacing: 20px;
    text-decoration: none;
    text-align: center;
}

.nean a,
.nean1 a,
.nean2 a
 {
   
    text-decoration: none;
    
}

.nean1 {
    margin-left: -4px;
    /*padding: 0px 8px;*/
    font-size: 32px;
    /*letter-spacing: 20px;*/
    text-decoration: none;
    text-align: center;
}



.nean2 {
    /*margin-left: -4px;*/
    /*padding: 0px 8px;*/
    font-size: 24px;
    /*letter-spacing: 20px;*/
    text-decoration: none;
    text-align: center;
}


.home {
    color: #fff;

    line-height: 58px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;    
}


.homee {
    color: #fff;

    line-height: 58px;
    /*text-align: center;*/
    font-size: 28px;
    font-weight: bold;    
}


@media (max-width: 1440px) {
 .homee{
    color: #fff;

    line-height: 60px;
    /*text-align: center;*/
    font-size: 24px;
    font-weight: bold; 
}

}


@media (max-width: 1200px) {
 .homee{
    color: #fff;

    line-height: 60px;
    /*text-align: center;*/
    font-size: 20px;
    font-weight: bold; 
}

}

@media (max-width: 1024px) {
 .homee{
    color: #fff;

    line-height: 64px;
    /*text-align: center;*/
    font-size: 20px;
    font-weight: bold; 
}

}

@media (max-width: 768px) {
 .homee{
    color: #fff;

    line-height: 64px;
    /*text-align: center;*/
    font-size: 20px;
    font-weight: bold; 
}

}


@media (max-width: 425px) {
 .homee{
    color: #fff;

    line-height: 28px;
    /*text-align: center;*/
    font-size: 20px;
    font-weight: bold; 
}

}

@media (max-width: 375px) {
 .homee{
    color: #fff;

    line-height: 24px;
    /*text-align: center;*/
    font-size: 20px;
    font-weight: bold; 
}

}

@media (max-width: 320px) {
 .homee{
    color: #fff;

    line-height: 20px;
    /*text-align: center;*/
    font-size: 16px;
    font-weight: bold; 
}

}




@media (max-width: 1440px) {
 .home{
    color: #fff;

    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold; 
}

}


@media (max-width: 1200px) {
 .home{
    color: #fff;

    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; 
}

}


@media (max-width: 768px) {
 .home{
    color: #fff;

    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold; 
}

}

@media (max-width: 425px) {
 .home{
    color: #fff;

    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold; 
}

}


@media (max-width: 320px) {
 .home{
    color: #fff;

    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold; 
}

}


.home a,
.homee a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;

}

.home a:hover,
.homee a:hover{
    color: #e83c79;
    

}


.home1 {
    color: #fff;

    line-height: 36px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;    
}


@media (max-width: 1440px) {
  .home1 {
    color: #fff;

    line-height: 36px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;    
}

}

@media (max-width: 992px) {
  .home1 {
    color: #fff;

    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;    
}

}


@media (max-width: 425px) {
  .home1 {
    color: #fff;

    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;    
}

}

@media (max-width: 375px) {
  .home1 {
    color: #fff;

    line-height: 36px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;    
}

}

@media (max-width: 320px) {
  .home1 {
    color: #fff;

    line-height: 22px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;    
}

}

.home1 a{
    color: #fff;
    text-decoration: none;

}

.home2 {
    color: #fff;

    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;    
}

@media (max-width: 1440px) {
  .home2 {
    color: #fff;

    line-height: 36px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;    
}

}


@media (max-width: 1200px) {
  .home2 {
    color: #fff;

    line-height: 28px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;    
}

}


@media (max-width: 1024px) {
  .home2 {
    color: #fff;

    line-height: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;    
}

}

@media (max-width: 768px) {
  .home2 {
    color: #fff;

    line-height: 22px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;    
}

}


.home2 a{
    color: #fff;
    text-decoration: none;

}

.home_top{
    color: #fff;

    line-height: 44px;
    text-align: center;
    font-size: 28px;
    font-weight: bold; 
}


@media (max-width: 1440px) {
  .home_top{
    color: #fff;

    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: bold; 
}

}

@media (max-width: 1200px) {
  .home_top{
    color: #fff;

    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: bold; 
}

}



@media (max-width: 1024px) {
  .home_top{
    color: #fff;

    line-height: 26px;
    text-align: center;
    font-size: 16px;
    font-weight: bold; 
}

}


@media (max-width: 768px) {
  .home_top{
    color: #fff;

    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; 
}

}


.home_top a{
    
    color: #e83c79;
    text-decoration: none;
    transition: all 0.3s;

}

.home_top2{
    color: #fff;

    line-height: 44px;
    text-align: center;
    font-size: 28px;
    font-weight: bold; 
}


@media (max-width: 1440px) {
  .home_top2{
    color: #fff;

    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: bold; 
}

}

@media (max-width: 1200px) {
  .home_top2{
    color: #fff;

    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: bold; 
}

}

@media (max-width: 1024px) {
  .home_top2{
    color: #fff;

    line-height: 26px;
    text-align: center;
    font-size: 16px;
    font-weight: bold; 
}

}


@media (max-width: 768px) {
  .home_top2{
    color: #fff;

    line-height: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; 
}

}


@media (max-width: 320px) {
  .home_top2{
    color: #fff;

    line-height: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; 
}

}





.home_top2 a{
    
    color: #623979;
    text-decoration: none;
    transition: all 0.3s;

}

.home_top2 a:hover,
.home_top2 a:active
{
    color: #e83c79;

}



.new .elements_top {
    /*background-color: #623979;*/
    margin-top: 30px;
    height: 70px;

}

@media(max-width: 768px){
  .new .elements_top {
    /*background-color: #623979;*/
    margin-top: 20px;
    height: 120px;

}

}


@media(max-width: 768px){
  .new .elements_top {
    /*background-color: #623979;*/
    margin-top: 20px;
    height: 130px;

}

}


@media(max-width: 425px){
  .new .elements_top {
    /*background-color: #623979;*/
    margin-top: 20px;
    height: 130px;

}

}

@media(max-width: 375px){
  .new .elements_top {
    /*background-color: #623979;*/
    margin-top: 20px;
    height: 130px;

}

}

@media(max-width: 320px){
  .new .elements_top {
    /*background-color: #623979;*/
    margin-top: 20px;
    height: 160px;

}

}




.new .elements_top .row .col-xs-4 .elements{
    /*background-color: #623979;*/
    height: 70px;
   


}







.new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements{
    background-color: #fff;
    height: 70px;
    border: 4px solid #623979;

    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}


@media(max-width: 768px){
  .new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements{
    background-color: #fff;
    height: 60px;
    border: 4px solid #623979;


    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}
}

@media(max-width: 425px){
  .new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements{
    background-color: #fff;
    height: 60px;
    border: 4px solid #623979;


    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}
}


@media(max-width: 320px){
  .new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements{
    background-color: #fff;
    height: 80px;
    border: 4px solid #623979;


    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}
}

.new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements3{
    opacity: 0.8;
    background-color: #fff;   
    height: 70px;
    border: 4px solid #623979;

    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);
    transition: all 0.3s;
    padding: 10px 8px;
}

@media(max-width: 768px){
  .new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements3{
    margin-top: 10px;
    background-color: #fff;
    height: 60px;
    border: 4px solid #623979;
    

    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}
}



@media(max-width: 320px){
  .new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements3{
    margin-top: 10px;
    background-color: #fff;
    height: 80px;
    border: 4px solid #623979;
    

    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}
}





.new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements3:hover,
.new .elements_top .row .col-xs-4 .elements .row .col-xs-6 .elements3:avtive{

    margin-top: -2px;
    margin-left: -2px;
    /*opacity: 1;*/

}






.new .elements_new1{
    margin-top: 30px;
    height: 100px;
    border: 6px solid #623a79;
    background-color: #623a79;
}


.new .elements_new2{
    margin-top: 30px;
    height: 1840px;
    margin-bottom: 70px;
    border: 6px solid #623a79;
    background-color: #fff;


    
}

@media(max-width: 1440px){
  
.new .elements_new2{
    margin-top: 30px;
    height: 1520px;
    margin-bottom: 70px;
    border: 6px solid #623a79;
    background-color: #fff;


    
}
}

@media(max-width: 1200px){
  
.new .elements_new2{
    margin-top: 30px;
    height: 1320px;
    margin-bottom: 70px;
    border: 6px solid #623a79;
    background-color: #fff;


    
}
}



@media(max-width: 1024px){
  
.new .elements_new2{
    margin-top: 30px;
    height: 1200px;
    margin-bottom: 70px;
    border: 6px solid #623a79;
    background-color: #fff;


    
}
}

@media(max-width: 768px){
  
.new .elements_new2{
    margin-top: 30px;
    height: 1000px;
    margin-bottom: 30px;
    border: 6px solid #623a79;
    background-color: #fff;


    
}
}

@media(max-width: 425px){
  
.new .elements_new2{
    margin-top: 30px;
    height: 720px;
    margin-bottom: 30px;
    border: 6px solid #623a79;
    background-color: #fff;


    
}
}

@media(max-width: 375px){
  
.new .elements_new2{
    margin-top: 30px;
    height: 780px;
    margin-bottom: 30px;
    border: 6px solid #623a79;
    background-color: #fff;


    
}
}


@media(max-width: 320px){
  
.new .elements_new2{
    margin-top: 30px;
    height:1040px;
    margin-bottom: 30px;
    border: 6px solid #623a79;
    background-color: #fff;


    
}
}




.new .elements_new2 .row .col-xs-6 .elements{
    margin-top: 10px;
    height: 70px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}

.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 630px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}

@media(max-width: 1680px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 580px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}
}


@media(max-width: 1600px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 540px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}
}
@media(max-width: 1440px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 470px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}
}

@media(max-width: 1366px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 450px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}
}

@media(max-width: 1280px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 410px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}
}


@media(max-width: 1200px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 370px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}
}



@media(max-width: 1024px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 304px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}
}


@media(max-width: 768px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 20px;
    height: 210px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);


}
}


@media(max-width: 425px){
  
.new .elements_new2 .row .col-xs-10-1 .elements{
    margin-top: 0px;
    height: 0px;
    border: 0px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);
    padding: 0px;

}
}


.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 600px;
}

@media(max-width: 1920px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 600px;
}
}



@media(max-width: 1680px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 544px;
}
}

@media(max-width: 1600px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 510px;
}
}


@media(max-width: 1440px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 445px;
}
}


@media(max-width: 1366px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 416px;
}
}



@media(max-width: 1280px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 380px;
}
}


@media(max-width: 1200px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 340px;
}
}

@media(max-width: 1024px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 274px;
}
}

@media(max-width: 992px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 256px;
}
}




@media(max-width: 768px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 165px;
}
}


@media(max-width: 425px){
  
.new .elements_new2 .row .col-xs-10-1 .elements img{
    height: 0px;
}
}


.new .elements_new2 .row .col-xs-5-1 .elements,
.new .elements_new2 .row .col-xs-5-1 .elements3{
    margin-top: 20px;
    height: 280px;
    /*border: 6px solid #623a79;*/
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}

@media(max-width: 1440px){
  
.new .elements_new2 .row .col-xs-5-1 .elements,
.new .elements_new2 .row .col-xs-5-1 .elements3{
    margin-top: 20px;
    height: 210px;
    /*border: 6px solid #623a79;*/
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}
}


@media(max-width: 1200px){
  
.new .elements_new2 .row .col-xs-5-1 .elements,
.new .elements_new2 .row .col-xs-5-1 .elements3{
    margin-top: 20px;
    height: 165px;
    /*border: 6px solid #623a79;*/
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);

}
}

@media(max-width: 768px){
  
.new .elements_new2 .row .col-xs-5-1 .elements,
.new .elements_new2 .row .col-xs-5-1 .elements3{
    margin-top: 0px;
    height: 0px;
    border: 0px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);
    padding: 0px;
}
}


.new .elements_new2 .row .col-xs-5-1 .elements img{
    width: 634px;
}

@media(max-width: 1440px){
  
.new .elements_new2 .row .col-xs-5-1 .elements img{
    width: 464px;
}
}

@media(max-width: 1200px){
  
.new .elements_new2 .row .col-xs-5-1 .elements img{
    width: 358px;
}
}

@media(max-width: 1024px){
  
.new .elements_new2 .row .col-xs-5-1 .elements img{
    width: 284px;
    height: 146px;
}
}

@media(max-width: 992px){
  
.new .elements_new2 .row .col-xs-5-1 .elements img{
    width: 266px;
    height: 146px;
}
}


@media(max-width: 768px){
  
.new .elements_new2 .row .col-xs-5-1 .elements img{
    width: 0px;
    height: 0px;
}
}




.new .elements_new2 .row .col-xs-5-1 .elements3 img{
    width: 634px;
    height: 260px;
}


@media(max-width: 1440px){
  
.new .elements_new2 .row .col-xs-5-1 .elements3 img{
    width: 464px;
    height: 190px;
}
}

@media(max-width: 1200px){
  
.new .elements_new2 .row .col-xs-5-1 .elements3 img{
    width: 358px;
    height: 146px;
}
}

@media(max-width: 1024px){
  
.new .elements_new2 .row .col-xs-5-1 .elements3 img{
    width: 284px;
    height: 146px;
}
}

@media(max-width: 992px){
  
.new .elements_new2 .row .col-xs-5-1 .elements3 img{
    width: 266px;
    height: 146px;
}
}

@media(max-width: 768px){
  
.new .elements_new2 .row .col-xs-5-1 .elements3 img{
    width: 0px;
    height: 0px;
}
}





.new .elements_new2 .row .col-xs-10-1 .elements3{
    margin-top: 20px;
    height: 280px;
    border: 6px solid #623a79;
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);
    padding: 20px 20px;

}


@media(max-width: 1024px){
  
.new .elements_new2 .row .col-xs-10-1 .elements3{
    margin-top: 20px;
    height: 280px;

}
}


@media(max-width: 768px){
  
.new .elements_new2 .row .col-xs-10-1 .elements3{
    margin-top: 20px;
    height: 280px;

}
}


@media(max-width: 425px){
  
.new .elements_new2 .row .col-xs-10-1 .elements3{
    margin-top: 20px;
    height: 450px;

}
}

@media(max-width: 375px){
  
.new .elements_new2 .row .col-xs-10-1 .elements3{
    margin-top: 20px;
    height: 530px;

}
}

@media(max-width: 320px){
  
.new .elements_new2 .row .col-xs-10-1 .elements3{
    margin-top: 20px;
    height: 790px;

}
}



.new .elements_new2 .row .col-xs-4 .elements{
    margin-top: 30px;
    height: 70px;
    margin-bottom: 60px;
    /*border: 6px solid #623a79;*/
    border: 4px solid #623a79;
    
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);
    transition: all 0.3s;
    
}

@media(max-width: 1440px){
  
.new .elements_new2 .row .col-xs-4 .elements{
    margin-top: 30px;
    height: 70px;
    margin-bottom: 60px;

    /*border: 6px solid #623a79;*/
    border: 4px solid #623a79;
    
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);
    transition: all 0.3s;
    
}
}

@media(max-width: 768px){
  
.new .elements_new2 .row .col-xs-4 .elements{
    margin-top: 30px;
    height: 70px;
    margin-bottom: 30px;

    /*border: 6px solid #623a79;*/
    border: 4px solid #623a79;
    
    background-color: #623a79;
    box-shadow:2px 0px 2px rgba(20%,20%,40%,0.6),4px 0px 6px rgba(20%,20%,40%,0.4),6px 0px 12px rgba(20%,20%,40%,0.4),-2px 0px 2px rgba(20%,20%,40%,0.6),-4px 0px 6px rgba(20%,20%,40%,0.4),-6px 0px 12px rgba(20%,20%,40%,0.4);
    transition: all 0.3s;
    
}
}



.new .elements_new2 .row .col-xs-4 .elements:hover{
    background-color: #8233b0;
    border: 4px solid #8233b0;



}




---------------------------------------------------------

@media (max-width: 1200px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 4px 8px;
    margin-top: 0px;
    margin-bottom: 0px;


}
}


@media (max-width: 1024px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 4px 8px;
    margin-top: 0px;
    margin-bottom: 0px;


}
}


@media (min-height: 1366px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 4px 8px;
    margin-top: 20px;
    margin-bottom: 0px;


}
}

@media (max-width: 992px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 10px px;
    margin-top: 0px;
    margin-bottom: 0px;


}
}


@media (max-width: 768px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 4px 8px;
    margin-top: 0px;
    margin-bottom: 0px;


}
}

@media (min-height: 1024px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 4px 8px;
    margin-top: 20px;
    margin-bottom: 0px;


}
}

@media (max-width: 425px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;

    margin-top: 4px;
    margin-bottom: 4px;
}
}

@media (max-width: 375px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 8px 8px;

    margin-top: 0px;
    margin-bottom: 0px;
}
}
@media (max-width: 320px) {
  .elements1{
    /*background-color: rgba(0,0,0,0.5);*/
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 3px 8px;

    margin-top: 0px;
    margin-bottom: 0px;
}
}


@media (max-width: 425px) {
  .navbar .elements{
    height: 183px;
    background-color: rgba(227,123,86,0);
    
}
}



@media (max-width: 1024px) {
  .navbar .container .elements img{
    width: 133px;
}
}

@media (max-width: 992px) {
  .navbar .container .elements img{
    width: 134px;
}
}

@media (max-width: 768px) {
  .navbar .container .elements img{
    width: 126px;
}
}

@media (max-width: 425px) {
  .navbar .container .elements img{
    width: 85px;
}
}

@media (max-width: 414px) {
  .navbar .container .elements img{
    width: 65px;
}
}



@media (max-width: 375px) {
  .navbar .container .elements img{
    width: 65px;
}
}











@media (max-width: 425px) {
  .nean {
    margin-left: 12px;
    /*padding: 0px 8px;*/
    font-size: 48px;
    letter-spacing: 20px;
    text-decoration: none;
    text-align: center;
}
}

@media (max-width: 375px) {
  .nean {
    margin-left: 12px;
    /*padding: 0px 8px;*/
    font-size: 24px;
    letter-spacing: 20px;
    text-decoration: none;
    text-align: center;
}
}

@media (max-width: 320px) {
  .nean {
    margin-left: 12px;
    /*padding: 0px 8px;*/
    font-size: 56px;
    letter-spacing: 20px;
    text-decoration: none;
    text-align: center;
}
}






@media (max-width: 1200px) {
  .about{
    color: #fff;

    line-height: 64px;
    /*text-align: center;*/
    letter-spacing: 12px;
    
    font-size: 28px;
    font-weight: bold;  
}
}

@media (max-width: 425px) {
  .about{
    color: #fff;

    line-height: 64px;
    text-align: center;
    letter-spacing: 5px;
    
    font-size: 20px;
    font-weight: bold;  
}
}

@media (max-width: 320px) {
  .about{
    color: #fff;

    line-height: 64px;
    text-align: center;
    letter-spacing: 2px;
    
    font-size: 18px;
    font-weight: bold;  
}
}







@media (max-width: 1200px) {
  .about02{
    font-size: 28px;
    line-height: 44px;

    
}
}

@media (max-width: 768px) {
  .about02{
    font-size: 28px;
    line-height: 38px;

    
}
}


@media (max-width: 425px) {
  .about02{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 6px;
    margin-left: 12px;
    
}
}


@media (max-width: 375px) {
  .about02{
    margin-left: 8px;

    font-size: 18px;
    line-height: 28px;
    letter-spacing: 4px;


    
}
}

@media (max-width: 320px) {
  .about02{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4px;


    
}
}





@media (max-width: 425px) {
  .new .elements_about1{
    margin-top: 30px;
    height: 100px;
    
}

}




@media (max-width: 1200px) {
  .new .elements_about2{
    margin-top: 30px;
    height: 760px;
    
}
}

@media (max-width: 1024px) {
  .new .elements_about2{
    margin-top: 30px;
    height: 880px;
    
}
}

@media (max-width: 768px) {
  .new .elements_about2{
    margin-top: 30px;
    height: 1180px;
    
}
}

@media (max-width: 425px) {
  .new .elements_about2{
    margin-top: 30px;
    height: 1260px;
    
}
}

@media (max-width: 375px) {
  .new .elements_about2{
    margin-top: 30px;
    height: 1120px;
    
}
}

@media (max-width: 320px) {
  .new .elements_about2{
    margin-top: 30px;
    height: 1180px;
    
}
}





@media (max-width: 768px) {
  .new .elements_about4 .row .col-xs-5 .elements img{
    /*background-image: url('../images/S__3424517.jpg');*/
    width: 476px;
    border-radius: 10px;

}

}






@media (max-width: 768px) {
  .new .elements_about4 .row .col-xs-5 .elements img{
    /*background-image: url('../images/S__3424517.jpg');*/
    width: 206px;
    border-radius: 10px;

}

}

@media (max-width: 425px) {
  .new .elements_about4 .row .col-xs-5 .elements img{
    /*background-image: url('../images/S__3424517.jpg');*/
    width: 262px;
    border-radius: 10px;

}

}

@media (max-width: 375px) {
  .new .elements_about4 .row .col-xs-5 .elements img{
    /*background-image: url('../images/S__3424517.jpg');*/
    width: 230px;
    border-radius: 10px;

}

}


@media (max-width: 320px) {
  .new .elements_about4 .row .col-xs-5 .elements img{
    /*background-image: url('../images/S__3424517.jpg');*/
    width: 190px;
    border-radius: 10px;

}

}







@media (max-width: 1200px) {
  .new .elements_about4 .row .col-xs-7 .elements
{
    margin-top: 0px;
    height: 580px;
    margin-bottom: 20px;
}
}

@media (max-width: 1024px) {
  .new .elements_about4 .row .col-xs-7 .elements
{
    margin-top: 0px;
    height: 620px;
    margin-bottom: 20px;
}
}


@media (max-width: 768px) {
  .new .elements_about4 .row .col-xs-7 .elements
{
    margin-top: 0px;
    height: 840px;
    margin-bottom: 100px;
}
}


@media (max-width: 425px) {
  .new .elements_about4 .row .col-xs-7 .elements
{
    margin-top: 0px;
    height: 880px;
    margin-bottom: 20px;
}
}

@media (max-width: 375px) {
  .new .elements_about4 .row .col-xs-7 .elements
{
    margin-top: 0px;
    height: 800px;
    margin-bottom: 20px;
}
}








@media (max-width: 1200px) {
  .new .elements_about4 .row .col-xs-5 .elements
{
    margin-top: 10px;
    height: 620px;
    margin-bottom: 30px;
}
}


@media (max-width: 425px) {
  .new .elements_about4 .row .col-xs-5 .elements
{
    margin-top: 10px;
    height: 280px;
    margin-bottom: 30px;
}
}


@media (max-width: 375px) {
  .new .elements_about4 .row .col-xs-5 .elements
{
    margin-top: 10px;
    height: 244px;
    margin-bottom: 30px;
}
}

@media (max-width: 320px) {
  .new .elements_about4 .row .col-xs-5 .elements
{
    margin-top: 10px;
    height: 204px;
    margin-bottom: 30px;
}
}













