.start-main{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 12;
}
.start-main-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -535px;
  margin-top: -265px;
}
.main-about-us{
  position: relative;
  z-index: 12;
  max-width: 1200px;
  margin: 0px auto 0px auto;
  min-height: 100vh;
  padding: 100px 0px 0px 0px;
}
.main-about-us-left{
  display: inline-block;
  width: 49.5%;
  position: relative;
  z-index: 100;
}
.main-about-us-left-text{
  width: 90%;
  min-height: 650px;
  position: relative;
  margin: 0px auto;
  border: 4px solid #fbc063;
  border-radius: 20px;
  padding: 21px;
  box-sizing: border-box;
  background: url("../img/main-about-us-bg.jpg");
  background-size: cover;
  box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
}
.main-about-us-left-text span{
  font-family: "MulishBold";
  color: #fda925;
  font-size: 35px;
  text-align: center;
  display: block;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.main-about-us-left-text p{
  background: #33275c;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  margin-top: 20px;
  border: 4px solid #fbc063;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.main-about-us-right{
  display: inline-block;
  width: 49.5%;
}
.main-about-us-right img{
  width: 90%;
  position: relative;
  margin: 0px auto;
  display: block;

}
.main-about-us-ui-1{
  position: absolute;
  z-index: -10;
  bottom: -130px;
  left: -40px;
}
.main-about-us-ui-2{
  position: absolute;
  z-index: 12;
  top: -30px;
  right: -20px;
}
.main-services{
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 12;
    margin-top: 50px;
}
.main-services-left{
    width: 50%;
}
.main-services-right{
    width: 50%;
}
.main-services-left-navigation{
    max-width: 700px;
    margin: 0px auto;
}
.main-services-left-navigation > div{
    display: inline-block;
    text-align: center;
    width: 49.5%;
    font-size: 25px;
    cursor: pointer;
    margin-bottom: 20px;
}
.main-services-left-navigation > div > div{
    display: inline-block;
    width: 240px;
    box-sizing: border-box;
    padding: 15px;
    border: 5px solid transparent;
    
}
.main-services-left-navigation > div > div.active{
    border: 5px solid #fbc063;
    border-radius: 20px;
    background: #3b2266;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.main-services-left-navigation > div > div:hover{
    border: 5px solid #fbc063;
    border-radius: 20px;
    background: #3b2266;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    transition: 0.5s all;
}
.main-services-left-navigation div p{
    color: #fda925;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "Mulish-Black"; 
}
.main-services-left-navigation div p span{
    color: #877dff;
    display: block;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.main-services-right-info{
    max-width: 700px;
    margin: 0px auto;
    background: url(../img/main-services-bg.jpg);
    border: 4px solid #fbc063;
    border-radius: 15px;
    padding: 0px 46px 100px 46px;
    box-sizing: border-box;
    background-size: cover;
    min-height: 900px;
    position: relative;
}
.main-services-right-info > div{
    display: none;
}
.main-services-right-info > div.active{
    display: block;
}
.main-services-right-info-capital{
    text-align: center;
    font-size: 35px;
}
.main-services-right-info-capital > div{
    border: 5px solid #fbc063;
    border-radius: 20px;
    background: #3b2266;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-top: 30px;
}
.main-services-right-info-capital p{
    font-family: "Mulish-Black";
    color: #fda925;
    margin: 20px 0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.main-services-right-info-capital p span{
    color: #877dff;
}
.main-services-right-info-text{
    background: #33275c;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 20px;
    border: 4px solid #fbc063;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.main-services-right-info-button{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -225px;
    display: block;
    width: 450px;
    height: 60px;
    background: #5d46ae;
    border: 4px solid #251c3e;
    border-radius: 20px;
    vertical-align: middle;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "MulishBold"; 
    text-transform: uppercase;
}
.ui-1{
    position: absolute;
    left: -70px;
    bottom: -40px;
}
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/



.wrapper-main-why-us{
    position: relative;
    z-index: 10;
    margin: 300px auto;
    text-align: center;

}
.wrapper-main-why-us > p{
    color: #877dff;
    font-size: 50px;
    font-family: "MulishBold";
    margin-bottom: 160px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.wrapper-main-why-us > p span{
    color: #fda925;
    font-family: "MulishBold";
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.main-why-us{
    max-width: 1500px;
    text-align: center;
    margin: 0px auto;
}
.main-why-us div p{
    color: #877dff;
    font-size: 30px;
    font-family: "MulishBold";
    color: #877dff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.main-why-us div p span{
    color: #fda925;
    display: block;
}

.main-why-us div{
    width: 19.7%;
    display: inline-block;
    position: relative;
    font-size: 30px;
}

.main-why-us > div:nth-child(2), .main-why-us > div:nth-child(4){
    top: 130px;
}
.main-why-us > div:nth-child(3){
    top: -70px;
}


/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/


.main-tech-wrapper{
    position: relative;
    z-index: 10;
    margin-top: 500px;
    margin-bottom: 300px;
}
.main-tech{
    max-width: 1300px;
    margin: 0px auto;
    font-size: 50px;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: url("../img/main-what-we-use-bg.jpg");
    border: 4px solid #fbc063;
    border-radius: 20px;
    background-size: cover;
}
.main-tech p{
    font-family: "Mulish-Black"; 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #877dff;
}
.main-tech p span{
    color: #fda925;
    font-family: "Mulish-Black"; 
}
.main-tech > div{
    background: #33275c;
    margin: 50px 0px 40px 0px;
    padding: 40px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,1);
    border: 4px solid #fbc063;
}
.main-tech > div img{
    width: 100%;
}
.main-tech:before{
    content: '';
    background: url(../img/ui-10.png);
    width: 91px;
    height: 121px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.main-tech:after{
    content: '';
    background: url(../img/ui-9.png);
    width: 93px;
    height: 119px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/

.wimo-wrapper{
    width: 100%;
    height: 100%;
    background: url(../img/bg-10.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 2000;
}
.wimo-wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -330px;
}


.wimo-wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -330px;
}

/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////*/

123

