* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#myBtn {
  display:none;
  position: fixed;
  bottom: 360px;
  right: 13px;
  z-index: 99;
  font-size: 14.5
  px;
  border: none;
  outline: none;
  background-color: #212b30;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #96323b; /* Add a dark-grey background on hover */
}

#myBtn2 {
  display:none;
  position: fixed;
  bottom: 420px;
  right: 13px;
  z-index: 99;
  font-size: 14.5
  px;
  border: none;
  outline: none;
  background-color: #212b30;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn2:hover {
  background-color: #96323b; /* Add a dark-grey background on hover */
}



/* 
██████   █████   ██████  ███████      ██ 
██   ██ ██   ██ ██       ██          ███ 
██████  ███████ ██   ███ █████        ██ 
██      ██   ██ ██    ██ ██           ██ 
██      ██   ██  ██████  ███████      ██ 
                                          */

.homebackground {
  background-image: url("../imgs/backgroundhome.jpeg");
  background-size: cover;
  width: 100%;
  background-position: center;
  object-fit:cover;
}


.bgfirstsection {
  padding-top: 110px;
  background-color: #96323b;
}

.h-50 {
  height: 350px !important;
}

.paddingxredsection {
  padding-left: 65px;
  padding-bottom: 20px;
}
.fontstyle {
  font-size: 28px;
  font-family: "korolev", sans-serif;
  font-weight: 600;
  color: black;
  font-style: normal;
}

.rightarrowhome {
  align-items: center;
  padding-bottom: 6px;
  margin-left:20px;
}

.seemorebutton {
  margin-left:60px;
  border: 1px solid #96323b;
  width:220px;
 
}


.seemorebutton:hover{
  border:1px solid black;
}


.seemoretext {
  width:190px;
  background-color: #96323b;
  text-align:center;
  border: none;
  font-size: 18px;

}



.bgsecondsection {
  padding-top: 110px;
  background-color: #212b30;
}

.seemorebutton2 {
  margin-left: 60px;
  border: 1px solid #212b30;
  width: 220px;
}

.seemorebutton2:hover {
  border: 1px solid white;
}

.seemoretext2 {
  width: 190px;
  background-color: #212b30;
  text-align: center;
  border: none;
  font-size: 18px;
  color:white;
}


.changeposition {
  position: static;
}

.widthpicture2 {
  width: 80%;
}

.blackarrow {
  padding-top: 20px;
  display: block;
  width: 70px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.portfoliotextcolor {
  color: black;
  text-align: center;
  font-size: 40px;
  font-family: "korolev", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.scenerypicture {
  height: 800px;
}

.pictureobjectposition {
  object-position: top;
}

.lookaroundtext {
  font-family: "bebas-neue-by-fontfabric", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 50px;
  font-size: 110px;
}

.lookaroundimg {
  width: 60%;
}

.definition {
  padding-top: 50px;
  padding-left: 70px;
}

.definitiontext {
  line-height: 30px;
  color: #96323b;
  font-size: 15px;
  font-family: "co-text", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.homepara {
  padding-top: 30px;
  width: 60%;
  margin: 0 auto;
}

.homeparatext {
  font-size: 18px;
  font-family: "co-text", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 35px;
}
.discovermore {
  display:flex;
  justify-content: center;
  margin-top: 50px;
  width:300px;
  border: 1px solid white;
  padding: 5px;
  margin-bottom: 50px;
}
.discovermore:hover {
  border: 1px solid #96323b;
}
.discovermoretext {
  width: 250px;
  background-color: white;
  text-align: left;
  margin-left: 10px;
  border: none;
  font-size: 19px;
  color:black;
}

.discovermoretext::placeholder {
  color: black;
}

.rightarrowhomebottom {
  align-items: center;
  padding-bottom: 6px;
  margin-left:30px;
}

.footer1text {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: white;
  margin: 0;
}


.footer3text {
  text-align: center;
  line-height: 30px;
  font-size: 17px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: white;
  padding-top:10px;
  color:white;
}

.socialbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: black;
  border-radius: 50%;
}

.footerbackground {
  background-color: #96323b;
}

.borderstraight {
  border-right: 1px solid white;
}


/*
██████   █████   ██████  ███████     ██████  
██   ██ ██   ██ ██       ██               ██ 
██████  ███████ ██   ███ █████        █████  
██      ██   ██ ██    ██ ██          ██      
██      ██   ██  ██████  ███████     ███████ */



.fontsizeundertitle2 {
  font-size: 14px;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.measuregallery {
  width: 100%;
  height: 100%;
  border: 4px solid #96323b;
  transition:transform .2s;
}

.measuregallery:hover{
  transform: scale(1.1); 
}

.bgoverview {
  background-color: #96323b;
}

p.portfolioprojects {
  width: 100%;
  border-bottom: 1px solid white;
  line-height: 0.1em;
  margin-bottom: 50px;
}



.measuregallery:hover{
  transform: scale(1.1); 
}

/*
██████   █████   ██████  ███████     ██████  
██   ██ ██   ██ ██       ██               ██ 
██████  ███████ ██   ███ █████        █████  
██      ██   ██ ██    ██ ██               ██ 
██      ██   ██  ██████  ███████     ██████ */




/*
██████   █████   ██████  ███████     ██   ██ 
██   ██ ██   ██ ██       ██          ██   ██ 
██████  ███████ ██   ███ █████       ███████ 
██      ██   ██ ██    ██ ██               ██ 
██      ██   ██  ██████  ███████          ██ */






.widthcareer{
  width:1000px;
}
.widthdiv{
  width:80%;
}

.widthbetweenleft{
 width:100%;
 padding-right:80px;
 text-align:left;
 margin-bottom:0;
}

.largetexttop{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight:bold;
  font-size:15px;
}

.largetextbottom{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size:9px;
  
}


.widthbetweenright{
  width:100%;
  padding-left:80px;
  text-align:right;
  margin-bottom:0;

}

.smalltextright{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size:13px;
  color:white;
}

.smalltextright:hover{
  color:black;
}

.hrwidth{
  width:440px;
}

.spaceabove{
  padding-top:15px;
  width:450px;
}

.colorbackground{
  background-color:#212b30
}


.form1margin{
  padding-top:60px;
  margin-left:35px;
  margin-right:35px;
}

.form1text{
  font-size:12.5px;
  font-family: "co-text", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom:5px;
}

.form1width{
  width:400px;

}

.contactbuttonapply{
  width:180px;
  height:45px;
  text-align:center;
  border:1px solid white;
}


.contacttextapply{
  border: none;
  font-size:18px;
  color:white;
}



.socialcontact{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: black;
  border-radius: 50%;
}



.height1 {
  height: 200px;
}

.height2 {
  height: 400px;
}
.contactbuttonsection{
  width:150px;
  height:45px;
  text-align:left;
  border:1px solid black;
}

.contacttextsection{
  width:200px;
  padding-left:15px;
  border: none;
  font-size:16px;
  color:black;
}

.rightarrowcontact{
  width:45px;
  margin-left:20px;
  padding-bottom:5px;
}

/*

██   ██ ███████     ██████  ███████ ██    ██ ██  ██████ ███████ ███████ 
 ██ ██  ██          ██   ██ ██      ██    ██ ██ ██      ██      ██      
  ███   ███████     ██   ██ █████   ██    ██ ██ ██      █████   ███████ 
 ██ ██       ██     ██   ██ ██       ██  ██  ██ ██      ██           ██ 
██   ██ ███████     ██████  ███████   ████   ██  ██████ ███████ ███████ */
@media only screen and (max-width: 576px) {

  .hidden {
    display:none;
  }
  
  .nav-bar {
    width: 500px;
    height: 60px;
    top: 15px;
    right:10px;
    position: absolute;
    background: transparent;
    padding-top: 10px;
  }
  
  .nav-bar ul {
    list-style: none;
    padding-left:120px;
  }
  
  .nav-bar li {
    display: inline-block;
    margin-left: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color:#96323b;
    font-weight:bold;
    font-size:15px;
    text-decoration: underline;
  }

  .navcolor{
    color:#96323b;
  }
  
  .nav-bar li:nth-child(1) {
    margin-left: 0;
  }
  
  .btn {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 27px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .10s ease;
    border:none;
  }
  
  .btn span {
    background:#96323b;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .30s ease;
    cursor: pointer;
  }
  
  .btn .middle {
    top: 11px;
  }
  
  .btn .bottom {
    top: 22px;
  }
  
  .btn.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #96323b;
  }
  
  .btn.active .middle {
    opacity: 0;
    background: #96323b;
  }
  
  .btn.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #96323b;
  }

  .outlinetext {
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 45px;
    margin-bottom: 0;
    color:white;
  }

  .afeeling {
    z-index: 1;
    bottom: -70px;;
  }
  .fontsizetitle {
    font-size: 50px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
  }

  .fontsizeundertitle {
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .paddingytitle {
    margin-left:50px;
    padding-top: 120px;
  }

  .paddingytitle2 {
    margin-left:12px;
    padding-top:7px;
  }
  .fontsizetitle2 {
    font-size:20px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
  }

  .paddingfirst {
    padding-top: 120px;
  }

  .pictureheight {
    height: auto;
    object-position: center;
  }

  .portfoliotext {
    border: 1px solid red;
  }



  .paddingportfolio {
    padding-top: 90px;
  }

  .outlinetext2 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }
  .paddinggallery {
    padding: 10px;
  }

  .seemorecontainer {
    margin-top: 80px;
  }

  .outlinetext2down {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .portfolioprojects span .projectsleft {
    border: 1px solid white;
  }

  .projectsright,
  .projectsleft {
    width: 60px;
    background-color: #96323b;
    padding: 10px 20px;
  }

  .marginprojects {
    margin-top: 90px;
    margin-left: 45px;
    margin-right: 45px;
  }

  .projecttextleft {
    text-align: center;
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 400;
    color: white;
    font-style: normal;
  }

  .projecttextright {
    font-size: 14.5px;
    font-family: "korolev", sans-serif;
    font-weight: 300;
    color: white;
    font-style: normal;
  }

  .paddingportfolio2 {
    padding-top: 100px;
  }
  
  .outlinetext3 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom: 40px;
  }
  .paddingportfoliotoppara {
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
  }
  
  .servicesectiontitle {
    margin-top: 35px;
    text-align: center;
    font-size: 27px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    line-height: 35px;
    color: #96323b;
  }
  
  .brandingpara {
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    padding-right:75px;
    padding-left:75px;
    text-align: center;
   
    padding-top: 27px;
  }
  
  .brandingnotes {
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11.5px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom:45px;
    text-align: center;
    color:black;
  }
  
  .brandingnotes:hover{
   color:#96323b;
  }
  
  .seemorebuttonservices {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid white;
    color:black;
  }
  
  .seemorebuttonservices:hover{
    border:1px solid #96323b;
  }
  .seemoreservices {
    width:220px;
    padding:10px;
    border: none;
  }
  
  .seemoreposition{
    justify-content: center;
    align-items: center;
  }
  
  .rightarrowservices {
    width: 45px;
    align-items: center;
    margin-left: 27px;
    padding-bottom:5px;
  }
  
  .servicepic1 {
    height: 550px;
    width: 400px;
  }
  
  .servicepic2 {
    height: 550px;
    width: 400px;
  }
  
  .borderred{
    border:4px solid #96323b;
  }
  
  
  .clickherespace{
    padding-top:40px;
    padding-bottom:40px;
    margin-top:20px;
     margin-bottom:1px;
   
  }
  
  .clickhereservices {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    margin-top:30px;
    margin-left:30px;
    margin-right:30px;
  }


  .paddingcontact{
    padding-top: 95px;
  }
  
  .outlinetextcontact{
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:0;
    padding-bottom:55px;
  }

  .careertexttop{
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    padding-top:40px;
    margin-left: 35px;
    margin-right: 35px;
    text-align: center;
  }

  .interestedbox{
    margin-top:40px;
    margin-bottom:30px;
    }
    
    .interestedtext{
      text-align:center;
      font-size: 27px;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      font-weight: bold;
      letter-spacing: 2px;
      line-height:50px;
      color:white;
    }
    
.letscreatebox{
margin-top:30px;
margin-bottom:30px;
}
  
.letscreatetext{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  text-align:left;
  font-size:16px;
  line-height:30px;
}

.form2box{
  margin-bottom:30px;
}
.form2text{
font-size:13px;
margin-bottom:0;

}

.form2width{
width:200px;
margin-bottom:20px;
}


.footer2text {
  /*FIX IN LARGE DEVICES*/
  text-align: left;
  line-height: 30px;
  margin-left: 30px;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: white;
}

.footer2textsub {
  /*FIX IN LARGE DEVICES*/
  color: white;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contactusbox{
  margin-top: 60px;
  margin-bottom:45px
}

.outlinetextcontactus{
  color: #96323b;
  font-family: "worker-3d-outline", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  text-align: center;
  letter-spacing: 3px;
  
}

}

/*
███████ ███    ███     ██████  ███████ ██    ██ ██  ██████ ███████ ███████ 
██      ████  ████     ██   ██ ██      ██    ██ ██ ██      ██      ██      
███████ ██ ████ ██     ██   ██ █████   ██    ██ ██ ██      █████   ███████ 
     ██ ██  ██  ██     ██   ██ ██       ██  ██  ██ ██      ██           ██ 
███████ ██      ██     ██████  ███████   ████   ██  ██████ ███████ ███████   */
@media only screen and (min-width: 576px) {

  .hidden {
    display:none;
  }
  
  .nav-bar {
    width: 500px;
    height: 60px;
    top: 15px;
    right:10px;
    position: absolute;
    background: transparent;
    padding-top: 10px;
  }
  
  .nav-bar ul {
    list-style: none;
    padding-left:80px;
  }
  
  .nav-bar li {
    display: inline-block;
    margin-left: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color:#96323b;
    font-weight:bold;
    font-size:16px;
    text-decoration: underline;
  }

  
  .navcolor{
    color:#96323b;
  }
  
  
  .nav-bar li:nth-child(1) {
    margin-left: 0;
  }
  
  .btn {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 27px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .10s ease;
    border:none;
  }
  
  .btn span {
    background:#96323b;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .30s ease;
    cursor: pointer;
  }
  
  .btn .middle {
    top: 11px;
  }
  
  .btn .bottom {
    top: 22px;
  }
  
  .btn.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #96323b;
  }
  
  .btn.active .middle {
    opacity: 0;
    background: #96323b;
  }
  
  .btn.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #96323b;
  }
  .outlinetext {
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 45px;
    margin-bottom: 0;
    color:white;
  }

  .afeeling {
    z-index: 1;
    bottom: -70px;;
  }
  .fontsizetitle {
    font-size: 55px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
  }

  .fontsizeundertitle {
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .paddingytitle {
    margin-left: 70px;
    padding-top: 130px;
  }

  .paddingytitle2 {
    margin-left:17px;
    padding-top:12px;
  }
  .fontsizetitle2 {
    font-size:22px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
  }

  .paddingfirst {
    padding-top: 130px;
  }

  .pictureheight {
    height: auto;
    object-position: center;
  }



  .paddingportfolio {
    padding-top: 90px;
  }

  .outlinetext2 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }

  .paddinggallery {
    padding: 10px;
  }

  .seemorecontainer {
    margin-top: 80px;
  }

  .outlinetext2down {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .portfolioprojects span .projectsleft {
    border: 1px solid white;
  }

  .projectsright,
  .projectsleft {
    width: 60px;
    background-color: #96323b;
    padding: 10px 20px;
  }

  .marginprojects {
    margin-top: 90px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .projecttextleft {
    text-align: center;
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 400;
    color: white;
    font-style: normal;
  }

  .projecttextright {
    font-size: 14.5px;
    font-family: "korolev", sans-serif;
    font-weight: 300;
    color: white;
    font-style: normal;
  }

  .paddingportfolio2 {
    padding-top: 110px;
  }
  
  .outlinetext3 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom: 40px;
  }
  .paddingportfoliotoppara {
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
  }
  
  .servicesectiontitle {
    margin-top: 35px;
    text-align: center;
    font-size: 27px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    line-height: 35px;
    color: #96323b;
  }
  
  .brandingpara {
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    padding-right:75px;
    padding-left:75px;
    text-align: center;
   
    padding-top: 27px;
  }
  
  .brandingnotes {
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11.5px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom:45px;
    text-align: center;
    color:black;
  }
  
  .brandingnotes:hover{
   color:#96323b;
  }
  
  .seemorebuttonservices {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid white;
    color:black;
  }
  
  .seemorebuttonservices:hover{
    border:1px solid #96323b;
  }
  .seemoreservices {
    width:220px;
    padding:10px;
    border: none;
  }
  
  .seemoreposition{
    justify-content: center;
    align-items: center;
  }
  
  .rightarrowservices {
    width: 45px;
    align-items: center;
    margin-left: 27px;
    padding-bottom:5px;
  }
  
  .servicepic1 {
    height: 600px;
    width: 450px;
  }
  
  .servicepic2 {
    height: 600px;
    width: 450px;
  }
  
  .borderred{
    border:4px solid #96323b;
  }
  
  
  .clickherespace{
    padding-top:50px;
    padding-bottom:50px;
    margin-top:20px;
  margin-bottom:1px;
   
  }
  
  .clickhereservices {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin-top:30px;
    margin-left:30px;
    margin-right:30px;
  }

  .paddingcontact{
    padding-top: 105px;
  }
  
  .outlinetextcontact{
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    letter-spacing: 2px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:0;
    padding-bottom:55px;
  }

  .careertexttop{
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    padding-top:40px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
  }

  .interestedbox{
    margin-top:50px;
    margin-bottom:40px;
    }
    
    .interestedtext{
      text-align:center;
      font-size: 30px;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      font-weight: bold;
      letter-spacing: 2px;
      line-height:50px;
      color:white;
    }
    
    .letscreatebox{
      margin-top:30px;
      margin-bottom:30px;
      }
        
      .letscreatetext{
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        text-align:left;
        font-size:20px;
        line-height:30px;
      }

      .form2box{
        margin-bottom:30px;
      }
      .form2text{
      font-size:13px;
      margin-bottom:0;
      
      }
      
      .form2width{
      width:230px;
      margin-bottom:20px;
      }

      
.footer2text {
  /*FIX IN LARGE DEVICES*/
  text-align: left;
  line-height: 30px;
  margin-left: 30px;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: white;
}

.footer2textsub {
  /*FIX IN LARGE DEVICES*/
  color: white;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contactusbox{
  margin-top: 60px;
  margin-bottom:45px
}

.outlinetextcontactus{
  color: #96323b;
  font-family: "worker-3d-outline", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  text-align: center;
  letter-spacing: 3px;

}
  
}

/* 
███    ███ ██████      ██████  ███████ ██    ██ ██  ██████ ███████ ███████ 
████  ████ ██   ██     ██   ██ ██      ██    ██ ██ ██      ██      ██      
██ ████ ██ ██   ██     ██   ██ █████   ██    ██ ██ ██      █████   ███████ 
██  ██  ██ ██   ██     ██   ██ ██       ██  ██  ██ ██      ██           ██ 
██      ██ ██████      ██████  ███████   ████   ██  ██████ ███████ ███████  */
@media only screen and (min-width: 768px) {

  .hidden {
    display:none;
  }
  
  .nav-bar {
    width: 500px;
    height: 60px;
    top: 15px;
    right:10px;
    position: absolute;
    background: transparent;
    padding-top: 10px;
  }
  
  .nav-bar ul {
    list-style: none;
    padding-left:120px;
  }
  
  .nav-bar li {
    display: inline-block;
    margin-left: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color:#96323b;
    font-weight:bold;
    font-size:17px;
    text-decoration: underline;
  }
  
  
  .navcolor{
    color:#96323b;
  }
  
  .nav-bar li:nth-child(1) {
    margin-left: 0;
  }
  
  .btn {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 27px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .10s ease;
    border:none;
  }
  
  .btn span {
    background:#96323b;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .30s ease;
    cursor: pointer;
  }
  
  .btn .middle {
    top: 11px;
  }
  
  .btn .bottom {
    top: 22px;
  }
  
  .btn.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #96323b;
  }
  
  .btn.active .middle {
    opacity: 0;
    background: #96323b;
  }
  
  .btn.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #96323b;
  }

  .btn{
    display:none;
  }
  
  .nav-bar{
    display:flex;
  }
  .outlinetext {
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .afeeling {
    z-index: 1;
    bottom: -75px;
    color: white;
  }
  .fontsizetitle {
    font-size: 60px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
  }

  .fontsizeundertitle {
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .paddingytitle {
    margin-left: 80px;
    padding-top: 150px;
  }

  .paddingytitle2 {
    margin-left:25px;
    padding-top:15px;
  }
  .fontsizetitle2 {
    font-size:27px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
  }
  .paddingfirst {
    padding-top: 200px;
  }

  .pictureheight {
    height: auto;
    object-position: center;
  }

  .paddingportfolio {
    padding-top: 120px;
  }

  .outlinetext2 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 65px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
  .paddinggallery {
    padding: 15px;
  }

  .seemorecontainer {
    margin-top: 80px;
  }

  .outlinetext2down {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .portfolioprojects span .projectsleft {
    border: 1px solid white;
  }

  .projectsright,
  .projectsleft {
    width: 60px;
    background-color: #96323b;
    padding: 10px 20px;
  }

  .marginprojects {
    margin-top: 90px;
    margin-left: 80px;
    margin-right: 80px;
  }

  .projecttextleft {
    text-align: center;
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 400;
    color: white;
    font-style: normal;
  }

  .projecttextright {
    font-size: 14.5px;
    font-family: "korolev", sans-serif;
    font-weight: 300;
    color: white;
    font-style: normal;
  }

  .paddingportfolio2 {
    padding-top: 140px;
  }
  
  .outlinetext3 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    text-align: center;
    letter-spacing: 2px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom: 40px;
  }
  .paddingportfoliotoppara {
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
  }
  
  .servicesectiontitle {
    margin-top: 35px;
    text-align: center;
    font-size: 27px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    line-height: 35px;
    color: #96323b;
  }
  
  .brandingpara {
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    padding-right:85px;
    padding-left:85px;
    text-align: center;
   
    padding-top: 27px;
  }
  
  .brandingnotes {
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11.5px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom:45px;
    text-align: center;
    color:black;
  }
  
  .brandingnotes:hover{
   color:#96323b;
  }
  
  .seemorebuttonservices {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid white;
    color:black;
  }
  
  .seemorebuttonservices:hover{
    border:1px solid #96323b;
  }
  .seemoreservices {
    width:220px;
    padding:10px;
    border: none;
  }
  
  .seemoreposition{
    justify-content: center;
    align-items: center;
  }
  
  .rightarrowservices {
    width: 45px;
    align-items: center;
    margin-left: 27px;
    padding-bottom:5px;
  }
  
  .servicepic1 {
    height: 650px;
    width: 500px;
  }
  
  .servicepic2 {
    height: 650px;
    width: 500px;
  }
  
  .borderred{
    border:4px solid #96323b;
  }
  
  
  .clickherespace{
    padding-top:45px;
    padding-bottom:45px;
    margin-top:20px;
  margin-bottom:1px;
   
  }
  
  .clickhereservices {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin-top:30px;
    margin-left:30px;
    margin-right:30px;
  }

  .paddingcontact{
    padding-top: 115px;
  }
  
  .outlinetextcontact{
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    text-align: center;
    letter-spacing: 2px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:0;
    padding-bottom:55px;
  }

  .careertexttop{
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    padding-top:40px;
    margin-left: 65px;
    margin-right: 65px;
    text-align: center;
  }

  .interestedbox{
    margin-top:55px;
    margin-bottom:45px;
    }
    
    .interestedtext{
      text-align:center;
      font-size: 33px;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      font-weight: bold;
      letter-spacing: 2px;
      line-height:50px;
      color:white;
    }

    .letscreatebox{
      margin-top:30px;
      margin-bottom:35px;
      }
        
      .letscreatetext{
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        text-align:center;
        font-size:20px;
        line-height:30px;
      }

      .form2box{
        margin-bottom:30px;
      }
      .form2text{
      font-size:13px;
      margin-bottom:0;
      
      }
      
      .form2width{
      width:300px;
      margin-bottom:17px;
      }

      
.footer2text {
  /*FIX IN LARGE DEVICES*/
  text-align: center;
  line-height: 30px;
  margin-left:0;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: white;
}

.footer2textsub {
  /*FIX IN LARGE DEVICES*/
  color: white;
  text-align: center;
  margin-bottom: 0;
  margin-left:0;
  font-size: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contactusbox{
  margin-top: 60px;
  margin-bottom:45px
}

.outlinetextcontactus{
  color: #96323b;
  font-family: "worker-3d-outline", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  text-align: center;
  letter-spacing: 3px;
}

}

/* 
██       ██████      ██████  ███████ ██    ██ ██  ██████ ███████ ███████ 
██      ██           ██   ██ ██      ██    ██ ██ ██      ██      ██      
██      ██   ███     ██   ██ █████   ██    ██ ██ ██      █████   ███████ 
██      ██    ██     ██   ██ ██       ██  ██  ██ ██      ██           ██ 
███████  ██████      ██████  ███████   ████   ██  ██████ ███████ ███████  */
@media only screen and (min-width: 992px) {

  .hidden {
    display:none;
  }
  
  .nav-bar {
    width: 500px;
    height: 60px;
    top: 15px;
    right:10px;
    position: absolute;
    background: transparent;
    padding-top: 10px;
  }
  
  .nav-bar ul {
    list-style: none;
    padding-left:100px;
  }
  
  .nav-bar li {
    display: inline-block;
    margin-left: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color:#96323b;
    font-weight:bold;
    font-size:17px;
    text-decoration: underline;
  }


  .navcolor{
    color:#96323b;
  }
  
  
  .nav-bar li:nth-child(1) {
    margin-left: 0;
  }
  
  .btn {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 27px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .10s ease;
    border:none;
  }
  
  .btn span {
    background:#96323b;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .30s ease;
    cursor: pointer;
  }
  
  .btn .middle {
    top: 11px;
  }
  
  .btn .bottom {
    top: 22px;
  }
  
  .btn.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #96323b;
  }
  
  .btn.active .middle {
    opacity: 0;
    background: #96323b;
  }
  
  .btn.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #96323b;
  }


.btn{
  display:none;
}

.nav-bar{
  display:flex;
}
  .outlinetext {
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 4px;
    line-height:60px;
    margin-bottom: 0;
  }

  .afeeling {
    z-index: 1;
    bottom: -85px;
    color:white;
  }
  .fontsizetitle {
    font-size: 70px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
  }

  .fontsizeundertitle {
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .paddingytitle {
    margin-left: 120px;
    padding-top: 160px;
  }

  .paddingytitle2 {
    margin-left:30px;
    padding-top:15px;
  }
  .fontsizetitle2 {
    font-size:30px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
  }
  .paddingfirst {
    padding-top: 220px;
  }

  .pictureheight {
    height: 700px;
  }

  .changeposition {
    position: absolute;
  }



  .widthpicture2 {
    width: 100%;
  }

  .portfoliotextcolor {
    color: white;
    font-size: 45px;
    text-align: right;
    font-family: "korolev", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  .lookaroundtext {
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 140px;
    font-size: 110px;
  }

  .pictureobjectposition {
    object-position: top;
  }

  .paddingportfolio {
    padding-top: 130px;
  }

  .outlinetext2 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 75px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }
  .paddinggallery {
    padding: 20px;
  }

  .seemorecontainer {
    margin-top: 80px;
  }

  .outlinetext2down {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .projectsright,
  .projectsleft {
    width: 60px;
    background-color: #96323b;
    padding: 10px 20px;
  }

  .marginprojects {
    margin-top: 90px;
    margin-left: 200px;
    margin-right: 200px;
  }

  .projecttextleft {
    text-align: center;
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 400;
    color: white;
    font-style: normal;
  }

  .projecttextright {
    font-size: 14.5px;
    font-family: "korolev", sans-serif;
    font-weight: 300;
    color: white;
    font-style: normal;
  }

  .serviceh{
    height:800px;
  }

  .paddingportfolio2 {
    padding-top: 150px;
  }
  
  .outlinetext3 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
  .paddingportfoliotoppara {
    font-size: 16px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 35px;
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
    margin-bottom:30px;
  }
  
  .servicesectiontitle {
    margin-top: 10px;
    padding-left:80px;
    text-align: left;
    font-size: 27px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    line-height: 35px;
    color: #96323b;
  }
  
  .brandingpara {
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    text-align: left;
    padding-top: 20px;
    padding-bottom:20px;
  }
  
  .brandingnotes {
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 25px;
    margin-top: 35px;
    padding-left:85px;
    text-align:left;
    color:black;
    margin:0px;
  }
  
  .brandingnotes:hover{
   color:#96323b;
  }
  
  .seemorebuttonservices {
    text-align: center;
    border: 1px solid white;
    color:black;
    margin:0;
  }
  
  .seemorebuttonservices:hover{
    border:1px solid #96323b;
  }
  .seemoreservices {
    width:220px;
    padding:10px;
    border: none;
  }
  
  .seemoreposition{
    padding-top:30px;
    padding-left:50px;
    justify-content: start;
    align-items: center;
  }
  
  .rightarrowservices {
    width: 45px;
    align-items: center;
    margin-left: 27px;
    padding-bottom:5px;
  }
  
  .servicepic1 {
    margin-top:200px;
    padding-right:70px;
    height: 650px;
    width: 520px;
  }

  
  .servicepic2 {
    margin-top:100px;
    padding-left:70px;
    height: 650px;
    width: 520px;
  }
  
  .borderred{
    border:4px solid #96323b;
  }
  
  .clickherespace{
    padding-top:55px;
    padding-bottom:55px;
    margin-top:35px;
  margin-bottom:1px;
   
  }
  
  .clickhereservices {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
    margin-top:30px;
    margin-left:30px;
    margin-right:30px;
  }

  .paddingcontact{
    padding-top: 115px;
  }
  
  .outlinetextcontact{
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    text-align: center;
    letter-spacing: 2px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:0;
    padding-bottom:55px;
  }

  .careertexttop{
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    padding-top:40px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
  }
  .interestedbox{
    margin-top:60px;
    margin-bottom:55px;
    }
    
    .interestedtext{
      text-align:center;
      font-size: 34px;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      font-weight: bold;
      letter-spacing: 2px;
      line-height:55px;
      color:white;
    }

    .letscreatebox{
      margin-top:30px;
      margin-bottom:35px;
      }
        
      .letscreatetext{
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        text-align:center;
        font-size:23px;
        line-height:30px;
      }

      .form2box{
        margin-bottom:25px;
      }
      .form2text{
      font-size:13px;
      margin-bottom:0;
      
      }
      
      .form2width{
      width:400px;
      margin-bottom:20px;
      }

      .footer2text {
        /*FIX IN LARGE DEVICES*/
        text-align: center;
        line-height: 30px;
        margin-left:0;
        font-size: 18px;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        color: white;
      }
      
      .footer2textsub {
        /*FIX IN LARGE DEVICES*/
        color: white;
        text-align: center;
        margin-bottom: 0;
        margin-left:0;
        font-size: 15px;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      }

      .contactusbox{
        margin-top: 60px;
        margin-bottom:40px;
      }
      
      .outlinetextcontactus{
        color: #96323b;
        font-family: "worker-3d-outline", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
        text-align: center;
        letter-spacing: 3px;
      }
}

/*

██   ██ ██          ██████  ███████ ██    ██ ██  ██████ ███████ ███████ 
 ██ ██  ██          ██   ██ ██      ██    ██ ██ ██      ██      ██      
  ███   ██          ██   ██ █████   ██    ██ ██ ██      █████   ███████ 
 ██ ██  ██          ██   ██ ██       ██  ██  ██ ██      ██           ██ 
██   ██ ███████     ██████  ███████   ████   ██  ██████ ███████ ███████  */
@media only screen and (min-width: 1200px) {
  


.btn{
  display:none;
}

  
  .nav-bar{
    display:flex;
  }
  .outlinetext {
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 75px;
  }

  .afeeling {
    z-index: 1;
    bottom: -100px;
    color:white;
    text-align:center;
  }
  .fontsizetitle {
    font-size: 70px;
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
  }

  .fontsizeundertitle {
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .paddingytitle {
    margin-left: 180px;
    padding-top: 170px;
  }

  .paddingfirst {
    padding-top: 250px;
  }


  .paddingportfolio {
    padding-top: 150px;
  }



  .outlinetext2 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 75px;
  }
  .paddinggallery {
    padding: 20px;
  }

  .seemorecontainer {
    margin-top: 80px;
  }

  .outlinetext2down {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .portfolioprojects span .projectsleft {
    border: 1px solid white;
  }

  .projectsright,
  .projectsleft {
    width: 60px;
    background-color: #96323b;
    padding: 10px 20px;
  }

  .marginprojects {
    margin-top: 90px;
    margin-left: 220px;
    margin-right: 220px;
  }

  .projecttextleft {
    text-align: center;
    font-size: 17px;
    font-family: "korolev", sans-serif;
    font-weight: 400;
    color: white;
    font-style: normal;
  }

  .projecttextright {
    font-size: 14.5px;
    font-family: "korolev", sans-serif;
    font-weight: 300;
    color: white;
    font-style: normal;
  }

  .paddingportfolio2 {
    padding-top: 160px;
  }
  
  .outlinetext3 {
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
  .paddingportfoliotoppara {
    font-size: 16px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 35px;
    padding-left: 75px;
    padding-right: 75px;
    text-align: center;
    margin-bottom:30px;
  }
  
  .servicesectiontitle {
    margin-top: 10px;
    padding-left:80px;
    text-align: left;
    font-size: 27px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    line-height: 35px;
    color: #96323b;
  }
  
  .brandingpara {
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    text-align: left;
    padding-top: 20px;
    padding-bottom:20px;
  }
  
  .brandingnotes {
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12.5px;
    line-height: 25px;
    margin-top: 35px;
    padding-left:80px;
    text-align:left;
    color:black;
    margin:0px;
  }
  
  .brandingnotes:hover{
   color:#96323b;
  }
  
  .seemorebuttonservices {
    text-align: center;
    border: 1px solid white;
    color:black;
    margin:0;
  }
  
  .seemorebuttonservices:hover{
    border:1px solid #96323b;
  }
  .seemoreservices {
    width:220px;
    padding:10px;
    border: none;
  }
  
  .seemoreposition{
    padding-top:30px;
    padding-left:50px;
    justify-content: start;
    align-items: center;
  }
  
  .rightarrowservices {
    width: 45px;
    align-items: center;
    margin-left: 27px;
    padding-bottom:5px;
  }
  
  .servicepic1 {
    margin-top:200px;
    padding-right:90px;
    height: 700px;
    width: 580px;
  }

  
  .servicepic2 {
    margin-top:100px;
    padding-left:90px;
    height: 700px;
    width: 580px;
  }
  
  .borderred{
    border:4px solid #96323b;
  }
  
  .clickherespace{
    padding-top:60px;
    padding-bottom:60px;
    margin-top:90px;
  margin-bottom:1px;
   
  }
  
  .clickhereservices {
    color: white;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    margin-top:30px;
    margin-left:40px;
    margin-right:40px;
  }
  
  .careertexttop{
    font-size: 15px;
    font-family: "co-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    padding-top:50px;
    margin-left: 180px;
    margin-right: 180px;
    text-align: center;
  }

  .footer2text {
    /*FIX IN LARGE DEVICES*/
    text-align: center;
    line-height: 30px;
    margin-left:0;
    font-size: 18px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: white;
  }
  
  .footer2textsub {
    /*FIX IN LARGE DEVICES*/
    color: white;
    text-align: center;
    margin-bottom: 0;
    margin-left:0;
    font-size: 15px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  .contactusbox{
    margin-top: 70px;
    margin-bottom:50px;
  }
  
  .outlinetextcontactus{
    color: #96323b;
    font-family: "worker-3d-outline", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    letter-spacing: 3px;
  }
}
