.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.orbitron-regular {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.orbitron-light {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


.montserrat-regular{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-light{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-semibold{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.ctc-hide{
    display: none;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    
}

*{
    /* outline: 1px solid green */
}

body,
html {
    margin: 0 auto;
}


/* body {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img/pala.png") top center no-repeat;
  opacity: 0.2;
  z-index: 2;
} */

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Montserrat';
    /* font-weight: <weight>; */
    font-style: normal;
    width: 100%;
    max-width: 100%;
    min-width: 1900px; 
   
}

ul,
ol,
li {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.defualt-width {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.inner-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}



.row {
    max-width: 1600px;
    margin: 0 auto;
}

.row2 {
    max-width: 1300px;
    margin: 0 auto;
}



#header{
    width: 100%;
    background-image: url(../images/img/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 15px;
}

#head{
    width: 100%;

}



#head .cont{
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    display:flex;
    justify-content: end;
    padding-right:111px ;
}



#head .right .up{
    font-family: 'Poppins';
    color: white;
    text-align: left;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 3px;
}

#head .left img{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

 #head .right .down{
    font-family: 'Orbitron';
    color: white;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2.5px;
    line-height:20px;
}

#head .head-contact{
    width: 100%;
    max-width:395px ;
    display: flex;
    gap: 15px;
    justify-content: end;
    border-left:solid 1px white;
    align-items: center;
    padding-right: 5px;
}


#hd-nav{
    width: 100%;
}

#hd-nav .cont{
    width: 100%;
    max-width: 1700px;
    display: flex;
    gap: 15px;
    margin: 0 auto;
}

#hd-nav .bt{
    width: 100%;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
}

#hd-nav .ar{
    display: flex;
    align-items: center;
    justify-content: center;
}

#hd-nav .bt a{
    padding-top: 12px;
    padding-bottom: 12px;
}


#hd-nav .left{
    width: 100%;
    max-width: 330px;
    background-image: url(../images/img/navbg.png);
    background-color: #a3a3a3;
    background-repeat: no-repeat;
    border-radius: 3px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 595px;
    margin-top: -23px;
}


#hd-nav .logo{
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
}




#hd-nav .nav{
    width: 100%;
    position: relative;
    isolation: isolate;
}

#hd-nav .nav::before{
    content: '';
    position: absolute;
    z-index: -1;
    background-color:rgba(0, 0, 0, 0.18);
    inset: 0;
    top:15px;
}

#hd-nav .wel li{
    padding-top: 0px;
}

#hd-nav .wel li a{
    line-height: 23px;
    padding-top: 22px;
    padding-bottom: 22px;
}

#hd-nav .wel li span{
font-size: 12px;
   
}


#hd-nav ul{
    width: 100%;
    text-align: left;
   margin-top: 15px;



}

#hd-nav li {

    border-top: 1px solid black;
    display: flex;
    justify-content: center;
}

#hd-nav li a{
    width: 100%;
    font-family: 'Orbitron';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 20px;
    padding-left: 89px;
    padding-top: 34px;
    padding-bottom: 34px;

}

#hd-nav li a:hover{
     color: white;

}

#hd-nav span{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 17px;

    
}




#hd-nav .right{
    width: 100%;
    max-width:1357px ;
    background-image: url(../images/img/cambg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding-top:223px;
    padding-bottom: 323px;

}


#hd-nav .txt{
    width: 100%;
    max-width:804px ;
    font-family: 'Orbitron';
    font-size: 82px;
    font-weight: 700;
    color:#FFF3DE ;
    line-height: 100px;
    text-align: left;
    text-shadow: 3px 3px 2px rgba(0,0,0,0.6);
    margin-left: 163px;

}

#hd-nav .txt2{
   font-size: 17px;
   color:#FFFFFF ;
   letter-spacing: .3px;
   text-align: left;
   margin-top: 19px;
   margin-left: 162px;
   margin-bottom:30px ;
}

#hd-nav .but{
    width: 100%;
    max-width: 287px;
    display: flex;
    align-items: center;
    background-color:#5A6451 ;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: white;
    margin-left: 162px;
}



#lower-hd{
    width: 100%;
}

#lower-hd .cont{
    width: 100%;
    max-width: 1450px;
    display: flex;
    margin: 0 auto;
    padding-top: 50px;
}

#lower-hd .left{
    width: 100%;
    max-width: 650px;
    text-align: left;
    color: #FFFFFF;
    padding-left: 20px;
    letter-spacing: .95px;
    margin-right: 45px;
}

#lower-hd h1{
    font-family: 'Orbitron';
    font-size: 25px;
    color: #FFF3DE;
    margin-bottom: 20px;
}

#lower-hd .mid{
    margin-top: 37px;
    margin-right: 115px;
}


#lower-hd .right{
    width: 100%;
    max-width: 581px;
    text-align: justify;
    color: #FFFFFF;
}



#about{
    width: 100%;
}

#about .cont{
    width: 100%;
    background-image: url(../images/img/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45px ;
}


#about .grid{
    width: 100%;
    max-width: 1697px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#about .con1, .con2 , .con3, .con4{
    width: 100%;
    max-width: 391px;
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#283023 ;
    gap: 30px;
    border-radius: 5px;
}

#about .txt1{
    width: 100%;
    max-width: 200px;
    font-family: 'Orbitron';
    font-size: 25px;
    font-weight: 600;
    color:#FFF4DE ;
    text-align: left;
    line-height: 38px;
    letter-spacing: .1px;
    padding-left: 10px;
    padding-top: 5px;
}



#about .down{
    width: 100%;
    max-width: 895px;
    margin-top: 149px;
    margin-left: auto;
}


#about .content1{
    font-family: 'Orbitron';
    font-size:27px ;
    color:#FFF4DE ;
    letter-spacing: 1.5px;
    line-height: 45px;
    display: flex;
    margin: 0 auto;
    gap: 17px;
}


#about .content2{
    width: 100%;
    max-width: 652px;
    font-size: 17px;
    color:#FFF4DE;
    text-align: left;
    padding-top: 25px;
    word-spacing: 1px;
    letter-spacing: .3px;
}

#about .content3{
    width: 100%;
    max-width: 589px;
    padding-top: 68px;
    display: flex;
    gap: 35px;
    padding-bottom: 180px;
}

#about .btn{
    width: 100%;
    max-width: 223px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #515D47;
    font-size: 16px;
    color: white;
    letter-spacing: 1.5px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;

}

#about .bt{
    width: 100%;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
}

#about .ar{
    display: flex;
    align-items: center;
    justify-content: center;
}

#about .bt a{
    padding-top: 12px;
    padding-bottom: 12px;
}




#about .call{
    width: 100%;
    display: flex;
    text-align: left;
    height: 53px;
    gap: 18px;
}

#about .top{
    font-size: 17px;
    color: white;
    line-height: 15px;
}

#about .below{
    font-family: 'Orbitron';
    font-size: 23px;
    color: white;
    line-height: 20px;
    padding-top: 7px;
    letter-spacing: 1.5px;
}




#flexible {
    width: 100%; 
    z-index: 999;
}

#flexible .cont{
    width: 100%;
    background-color: #000000;
    background-image: url(../images/img/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
   
}

#flexible .head{
    width: 100%;
    max-width:826px;
    margin: 0 auto;
    padding-bottom: 30px;
}


#flexible .head h1{
    padding-top: 100px;
    font-family: 'Orbitron';
    font-size: 55px;
    color: #FFF2DE;
    line-height: 94px;
}


#flexible .icons{
    width: 100%;
    padding-top: 20px;
}

#flexible .icons-top{
    width: 100% ;
    max-width: 1434px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 107px;
}


#flexible .icon-1, .icon-2, .icon-3{
    width: 100%;
    max-width:474px ;
}

#flexible .logo1 img{
    margin-left: 10px;
}


#flexible .txt1-A {
    font-family: 'Orbitron';
    font-size: 11.5px;
    color: #FFF3DE;
    width: 100%;
    max-width: 232px;
    margin-left: 211px;
    margin-top: -40px;
}


#flexible .txt1-B{
    color:#FFF3DE ;
    width: 100%;
    max-width: 341px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
    margin-left: 130px;
    margin-top: 37px;
}





#flexible .logo2 img{
    margin-left: 28px;
}


#flexible .txt2-A {
    font-family: 'Orbitron';
    font-size: 11.5px;
    color: #FFF3DE;
    width: 100%;
    max-width: 232px;
    margin-left: 242px;
    margin-top: -40px;
    text-align: left;
    line-height: 35px;
}


#flexible .txt2-B{
    color:#FFF3DE ;
    width: 100%;
    max-width: 338px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
    margin-left: 145px;
    margin-top: 10px;
}



#flexible .logo3 img{
    margin-left: 25px;
}


#flexible .txt3-A {
    font-family: 'Orbitron';
    font-size: 11.5px;
    color: #FFF3DE;
    width: 100%;
    max-width: 160px;
    margin-left: 238px;
    margin-top: -40px;
    text-align: left;
    line-height: 35px;
}


#flexible .txt3-B{
    color:#FFF3DE ;
    width: 100%;
    max-width: 338px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
    margin-left: 145px;
    margin-top: 8px;
}




#flexible .icon-4, .icon-5{
    width: 100%;
    max-width:520px ;
}







#flexible .icons-bottom{
    width: 100% ;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 60px;
    justify-content: space-evenly;
}



#flexible .logo4 img{
    margin-left: 92px;
}


#flexible .txt4-A {
    font-family: 'Orbitron';
    font-size: 11.5px;
    color: #FFF3DE;
    width: 100%;
    max-width: 232px;
    margin-left: 310px;
    margin-top: -42px;
    text-align: left;
    line-height: 35px;
}


#flexible .txt4-B{
    color:#FFF3DE ;
    width: 100%;
    max-width: 338px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
    margin-left: 214px;
    margin-top: 9px;
}




#flexible .logo5 img{
    margin-left: 66px;
}


#flexible .txt5-A {
    font-family: 'Orbitron';
    font-size: 11.5px;
    color: #FFF3DE;
    width: 100%;
    max-width: 232px;
    margin-left: 279px;
    margin-top: -42px;
    text-align: left;
    line-height: 35px;
}


#flexible .txt5-B{
    color:#FFF3DE ;
    width: 100%;
    max-width: 335px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: left;
    margin-left: 185px;
    margin-top: 9px;
}




#flexible .paladin{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 42px;
}

#flexible .container {
    width: 100%;
    max-width: 720px;
    margin-left: 67px;
    margin-top: 34px;
}

#flexible .txt{
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 30px;
}



#why{
    width: 100%;
}

#why .cont{
    width: 100%;
    background-image: url(../images/img/bg4.png);
    margin-top: -70px;
    position: relative;
    padding-bottom: 94px;
}

#why .overlay{
    position: absolute;
}


#why .content{
    width: 100%;
    max-width: 685px;
    margin-left: 255px;
    
}

#why .head{
     padding-top: 170px;
    display: flex;
    padding-left: 5px;
}

#why .head h1{
    font-family: 'Orbitron';
    font-size: 55px;
    color:#FFF3DE ;
    line-height: 50px;
    padding-left: 10px;

}

#why .txt1{
    width: 100%;
    max-width:655px ;
    color: white;
    font-size: 17px;
    text-align: left;
    font-weight: 300;
    letter-spacing: .8px;
    padding-top: 40px;
    padding-bottom: 50px;
}





#why .center{
    width: 100%;
    max-width: 663px;

    background-image: url(../images/img/stripe.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding-bottom: 10px;
}





#why .top{
    width: 100%;
    max-width: 238px;
    color: white;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    margin-left: 22px;
    margin-top: 14px;
}

#why .mid{
    margin-right: 70px;
}
#why .below{
    width: 100%;
    max-width: 210px;
    color: white;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
    padding-top: 5px;
    margin-right: 26px;
}

#why .content3{
    width: 100%;
    max-width: 589px;
    padding-top: 30px;
    display: flex;
    gap: 33px;
    padding-bottom: 73px;
}

#why .btn{
    width: 100%;
    max-width: 223px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #515D47;
    font-size: 16px;
    color: white;
    letter-spacing: 1.5px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;

}


#why .bt{
    width: 100%;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
}

#why .ar{
    display: flex;
    align-items: center;
    justify-content: center;
}

#why .bt a{
    padding-top: 12px;
    padding-bottom: 12px;
}

#why .call{
    width: 100%;
    display: flex;
    text-align: left;
    height: 53px;
    gap: 16px;
}

#why .calls{
    font-size: 17px;
    color: white;
    line-height: 15px;
}

#why .con{
    font-family: 'Orbitron';
    font-size: 23px;
    color: white;
    line-height: 20px;
    padding-top: 7px;
    letter-spacing: 1.5px;
}





#abigail{
    width: 100%;
}

#abigail .cont{
    width: 100%;
    background-image: url(../images/img/bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 500px;
    margin-top: -75px;
}


#abigail .head{
    width: 100%;
    max-width: 881px;
    padding-top: 170px;
    margin: 0 auto;
}


#abigail .txt h1{
    font-family: 'Orbitron';
    font-size: 25px;
    font-weight: 400;
    color: white;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin-left: 325px;
    letter-spacing: .5px;
    
}


#abigail .txt2{
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 300;
    word-spacing: 3.9px;
    margin-top: 28px;
    padding-right: 7px;
}



#abigail .consult{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #283023;
}

#abigail .container{
    width: 100%;
    max-width: 1610px;
    background-color: #000000;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 75px;
    margin-top: -365px;
}

#abigail .consult h1{
    font-family: 'Orbitron';
    font-size: 55px;
    padding-left: 40px;
    color:#FFF2DE ;
}


#abigail .consult-txt{
    color: white;
    font-size: 17px;
    padding-top: 3px;
    letter-spacing: .8px;
    margin-left: 20px;
}






#abigail .form{
    width: 100%;
    max-width:1470px ;
    margin-left: 63px;
}


#abigail .firstInput{
    width: 100%;
    padding-top: 50px;

}


#abigail .n{
    width: 100%;
    max-width: 480px;
}

#name::placeholder{
    font-size:17px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #888888;
    text-indent: -10px;
}

#name {
    width: 100%;
    max-width: 480px;
    height: 59px;
    background-color: transparent;
    border: solid 1px #888888;
    color: #888888;
    text-indent: 10px;
    font-size:17px;
}

#abigail .e{
    width: 100%;
    max-width: 480px;
}

#email::placeholder{
    font-size:17px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #888888;
    text-indent: -10px;
}


#email {
    width: 100%;
    max-width: 480px;
    height: 59px;
    background-color: transparent;
    border: solid 1px #888888;
     color: #888888;
    text-indent: 10px;
    font-size:17px;
}


#abigail .p{
    width: 100%;
    max-width: 480px;
}

#phone::placeholder{
    font-size:17px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #888888;
    text-indent: -10px;
}



#phone {
    width: 100%;
    max-width: 480px;
    height: 59px;
    background-color: transparent;
    border: solid 1px #888888;
    color: #888888;
    text-indent: 10px;
    font-size:17px;
}




#abigail .secondInput{
    width: 100%;
    padding-top: 35px;

}




#abigail .l{
    width: 100%;
    max-width: 723px;
}

#place::placeholder{
    font-size:17px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #888888;
    text-indent: -10px;
}



#place {
    width: 100%;
    max-width: 723px;
    height: 59px;
    background-color: transparent;
    border: solid 1px #888888;
    color: #888888;
    text-indent: 10px;
    font-size:17px;
}



#abigail .t{
    width: 100%;
    max-width: 736px;
}

#type::placeholder{
    font-size:17px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #888888;
    text-indent: -10px;
}



#type {
    width: 100%;
    max-width: 736px;
    height: 59px;
    background-color: transparent;
    border: solid 1px #888888;
    color: #888888;
    text-indent: 10px;
    font-size:17px;
}







#abigail .thirdInput{
    width: 100%;
    padding-top: 35px;

}




#abigail .m{
    width: 100%;
}

#message::placeholder{
    font-size:17px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #888888;
    text-indent: -10px;
}



#message {
    width: 100%;
    background-color: transparent;
    border: solid 1px #888888;
    padding-bottom: 130px;
    padding-top: 20px;
    color: #888888;
    text-indent: 10px;
    font-size:17px;
}


#abigail .fourthInput{
    display: flex;
    gap: 10px;
    padding-top: 20px;
}

#check{
    font-family: 'Orbitron';
    color: #888888;
}

#abigail .btn-container{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: -5px;
}


#abigail .submit{
    width: 100%;
    max-width: 258px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #515D47;
    font-size: 16px;
    color: #888888;
    letter-spacing: 1.5px;
    padding-top: 8px;
    padding-bottom: 8px;

}


#abigail .bt{
    width: 100%;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
}

#abigail .ar{
    display: flex;
    align-items: center;
    justify-content: center;
}

#abigail .bt a{
    padding-top: 12px;
    padding-bottom: 12px;
    color:white;
}

.td{
     display: inline-block;
    vertical-align: middle;
    width: 40px;
}

/* FOOTER */

#footer {
    width: 100%;
}

#footer .cont {
    background-image: url(../images/img/bg7.png);
    width: 100%;
    padding-top: 500px;
    padding-bottom: 28px;
    margin-top: -467px;
    display: flex;
    flex-direction: column;
}
#footer .logo{
    margin: 0 auto;
}
#footer .logo img{
    padding-top: 15px;
    padding-right: 17px;
}


#footer .contacts  {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
}

#footer .c1{
    width: 100%;
    max-width: 426px;
    display: flex;
    align-items: center;
    
}


#footer .logo1 img{
    margin-left: 0px;
    margin-top: 20px;
}

#footer .txt1{
   display: flex;
   flex-direction: column;
  row-gap: 13px;
  margin-left: -10px;
  margin-top: 10px;
}

#footer .txt1-A{
    color: white;
    font-family: 'Orbitron';
    font-weight: 300;
    text-align: left;
}

#footer .txt5-B{
    width: 100%;
    color: white;
    font-size: 14px;
    font-size: 300;
        
}



#footer .c2{
    width: 100%;
    max-width: 380px;
    display: flex;
    align-items: center;
    
}

#footer .logo2 img{
    margin-left: 15px;
    margin-top: 40px;
}

#footer .txt2{
   display: flex;
   flex-direction: column;
  row-gap: 5px;
  margin-top: 30px;

}

#footer .txt2-A{
    color: white;
    font-family: 'Orbitron';
    font-weight: 300;
    text-align: left;
}

#footer .txt2-B{
    color: white;
    font-size: 18px;
    font-size: 300;
    font-family: 'Orbitron';
    
}





#footer .c3{
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    
}

#footer .logo3 img{
    margin-left: -3px;
    margin-top: 50px;
}

#footer .txt3{
   display: flex;
   flex-direction: column;
  row-gap: 8px;
  margin-top: 23px;

}

#footer .txt3-A{
    color: white;
    font-family: 'Orbitron';
    font-weight: 300;
    text-align: left;
}

#footer .txt3-B{
    color: white;
    font-size: 16px;
    font-size: 300;
    
}


#footer .c4{
    width: 100%;
    max-width: 426px;
    display: flex;
    align-items: center;
    
}

#footer .logo4 img{
    margin-left: -7px;
    margin-top: 56px;
}

#footer .txt4{
   display: flex;
   flex-direction: column;
  row-gap: 8px;
  margin-top: 23px;
  margin-left: 10px;

}

#footer .txt4-A{
    color: white;
    font-family: 'Orbitron';
    font-weight: 300;
    text-align: left;
}

#footer .txt4-B{
    color: white;
    font-size: 16px;
    font-size: 300;
    
}

#footer .arrow-btn{
    position: absolute;
    bottom: 60px;
    right: 75px;
    z-index: 99999;
}

#footer .ft-nav{
    margin-top: 50px;
    position: relative;
}

#footer .nav-cont{
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}


#footer ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#footer ul li a{
    font-family: 'Orbitron';
    color: white;
    font-size: 15px;
    letter-spacing: 1.5px;

}

#footer ul li a:hover{
   color: #0E8601;

}


#footer .cop{
color: white;
font-weight: 300;
font-size: 14px;
letter-spacing: 1.5px;
margin-right: 10px;
margin-top: 10px;
}


#footer .ft-overlay{
    display: none;
}



 #abigail .r1{
    display: flex;
}

#abigail .r2{
    display: flex;
}


#abigail .fourthInput{
    flex-direction: column;
}


.inner .fourthInput{
    flex-direction: column;
}

.inner .g-recaptcha {
    display: flex;
    justify-content: flex-start;
    margin-top: -30px;

}


.inner #abigail .consult{
    background-color: unset;
}


.inner  .r1{
    display: flex;
}


.inner  .r2{
    display: flex;
}

.inner #about {
    width: 100%;
}

.inner #about .txt{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    font-size: 17px;
}


.inner #footer .ft-overlay{
    display: contents;
}




.inner #footer .ft-overlay img{
    margin-top: -50px;
}

.inner #about .cont{
     width: 100%;
     background-image: none;
     background-color: black;
     margin: 0 auto;
     padding-top: 100px;
     padding-bottom: 100px;
    
}

.inner #about h1{
    font-family: 'Orbitron';
    font-size: 60px;
    color:#FFF3DE ;
    padding-bottom: 50px;
}


.inner #about .txt{
    font-size: 16px;
    color: white;
    letter-spacing: 1.5px;
}

.inner #footer .cont{
    margin-top: unset;
    padding-top: 50px;
    background-position: 0px ,100px;
    padding-bottom: unset;
}



.inner #abigail .container{
    margin-top: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner #abigail{
    background-color: #000000;
}



.inner #services .cont{
     width: 100%;
     background-image: none;
     background-color: black;
     margin: 0 auto;
     padding-top: 100px;
     padding-bottom: 100px;
    
}

.inner #services h1{
    font-family: 'Orbitron';
    font-size: 60px;
    color:#FFF3DE ;
    padding-bottom: 50px;
}


.inner #services .txt{
    font-size: 16px;
    color: white;
    letter-spacing: 1.5px;
}



.inner #footer ul li a:hover{
   color: #0E8601;

}





.submit-captcha-wrapper .g-recaptcha {
    transform: scale(0.85);
    transform-origin: top left;
  }



.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .checkbox-wrapper input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
  }

  .checkbox-wrapper label {
    margin: 0;
    line-height: 1.4;
    color: #ffff;
  }














.copyright-container {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    word-spacing: 1.7px;
}

.copyright-container .silver {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#review .holder {
    display: flex;
    justify-content: space-between;
}

/* FORM INPUT */
.form-input {
    max-width: 830px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;

}

.formAgreement .contact-php-checkbox-container label {
    display: inline;
}

.sendContatactForm {
    width: 100%;
}

.form-input .ctc-hide {
    display: none;
}

.form-input .formAgreement {
    text-align: start;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    color: #FFFFFF;
}

/* FORM MESSAGES DISABLED*/
.form-input .messages p {
    display: none;
}

/* LOADING ICON DISABLED */
.form-input .loading {
    display: none;
}


.firstInput,
.secondInput {
    display: flex;
    justify-content: space-between;

}

.firstInput label,
.secondInput label {
    max-width: 398px;
    width: 100%;
    padding-bottom: 10px;
}

.firstInput .contact-php-input,
.secondInput .contact-php-input {
    max-width: 398px;
    width: 100%;
    box-sizing: border-box;
    height: 45px;

}

.form-input .firstInput .contact-php-input,
.form-input .secondInput .contact-php-input {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding-left: 23px;

}

.g-recaptcha {
    display: flex;
    justify-content: flex-start;
    margin-top: -30px;

}

.contact-php-textarea {
    max-width: 806px;
    width: 100%;
    height: 135px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding-left: 23px;
    padding-top: 15px;
}

.form-input .captchaAndPolicy {
    display: flex;
    flex-direction: column-reverse;
}


.form-input .formButtonContainer {
    width: 100%;
    display: flex;
    justify-content: flex-start;

}

.formButtonContainer button {
    display: inline-block;
    /* make it behave like a button */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;

    background-color: #FF0B0B;
    height: 50px;

    border: none;
    max-width: 160px;
    width: 100%;

}



.formButtonContainer button:hover {
    /* darker yellow on hover */
    transform: translateY(-3px);
    transition: transform 0.3s ease;
    /* lift effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* shadow */
    color: #FFFFFF;
}

/* #content .gallery-container {
  text-align: center;
}

#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .gallery li {
  display: inline-block;
}

#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: .42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
  transform: scale(1.02);
}

#content .page_navigation {
  display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
}

#content .row{
    height: 500px;
} */
/* GALLERY */
#content .gallery-container {
    text-align: center;
}

#content .gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .gallery li {
    display: inline-block;
}

#content .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: .42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
    transform: scale(1.02);
}

#content .page_navigation {
    display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0275d8;
    display: inline-block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
    background-color: #eceeef;
    border-color: #ddd;
    color: #014c8c;
    text-decoration: none;
}



/* INNER PAGES ADJUSTMENTS */

#content #about .descriptionHolder1 a {
    display: none;
}

#content #services .holder {
    padding-top: 80px;
    padding-bottom: 80px;
}

#content #sevices .holder .header {
    padding-top: 0;
}

#content #services .holder .header h1 {
    padding-top: 0px;
    font-size: 45px;
}

#content .gall {
    padding-top: 80px;
    padding-bottom: 80px;
}

#content .gall h1 {
    padding-top: 0;
    font-size: 45px;
    color: #0E8601;

    font-family: "Oswald";
    font-weight: 600;
}

#content #review {
    background: none;
}

#content #review .header {
    font-size: 45px;
    color: #0E8601;

    font-family: "Oswald";
    font-weight: 600;
}

#content #review .holder{
    padding-top: 0;
    padding-bottom: 0;
}
#content #review{
    padding-top: 80px;
    padding-bottom: 80px;
}

#content #innerContact h1{
    padding-top: 0;

}

#content #innerContact .inner-holder{
    padding-bottom: 0;
}

#content #innerContact{
    padding-top: 80px;
    padding-bottom: 80px;
}

#cta {
    display: none;
}





/*Mobile Fit*/
@media screen and (max-width: 425px) {
  body { 
    zoom: 90% !important;
  }
}
 @media screen and (max-width: 1820px){
    body {
        width: 100%;
        max-width: 1920px;
        min-width: 1800px;
        overflow-x:hidden ;
    }
}