
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: Georgia,'Times New Roman',Times,Serif;
}
body{
    overflow-x: hidden;
}
main{
 width: 100vw;
    height: 80vh;

}
nav{
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont{
    width: 100vw;
    height: 50vh;
    position: absolute;
    z-index: 3;
    top: 40vh;
}

.cont .info h1{
    padding: 5px 300px;
    color: #ea8136;
    font-weight: bold;
}
.cont .info p{
    padding: 5px 300px;
}
nav .logo{
    width: 20%;

    color: black;
}
nav .logo img{
    width: 150px;
}
nav .logo span{
    color: rgb(19, 99, 223);
}
nav .links{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
nav .sign{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
nav .links ul{
    display: flex;
    align-items: center;
    gap: 30px;
}

nav .links ul li{
    list-style: none !important;
}

nav .links ul li a{
    text-decoration: none;
    color: black;
    font-size: 12px;
}


.topnav{
    width: 100vw;
    height: 5vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(45, 41, 41);
  }
  .topnav .navsocail{
    width: 20vw;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topnav .navsocail .icon{
    width: 30px;
    margin: 5px;
    height: 30px;
    border-radius: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topnav .navsocail .icon img{
    width: 20px;
  }
  .topnav .navcontact{
    width: 25vw;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .topnav .navcontact .contacti1{
    width: 10vw;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .topnav .navcontact .contacti2{
    width: 10vw;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .topnav .navcontact .contacti{
    width: 12vw;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .topnav .navcontact .contacti1 img{
    width: 20px;
    margin: 5px;
  }
  .topnav .navcontact .contacti2 img{
    width: 20px;
    margin: 5px;
  }
  .topnav .navcontact .contacti img{
    width: 20px;
    margin: 5px;
  }
  .topnav .navcontact .contacti p{
    font-size: 12px;
    color: #fff;
  }
  .topnav .navcontact .contacti1 p{
    font-size: 12px;
    color: #fff;
  }
  
  .topnav .navcontact .contacti2 p{
    font-size: 12px;
    color: #fff;
  }
  p {
    margin: 0 0 0px;
}
.hero .carousel .carousel-inner .item img{
    width: 100vw;
    height: 90vh;
}
main section {
    height: 60vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .hero{
    width: 100vw;
    height: 80vh;
    text-align: center;
}

main section .hero h1{
    font-size: 40px;
    
}

main section .hero p{
    margin: 10px 0px;
    color: black;
    font-size: 14px;
}

main section .hero .heroBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
nav .sign{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

main section .hero .heroBtn button{
    padding: 5px 20px;
    border-radius: 10px;
    border-style: solid;
    border-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

nav .sign button{
    padding: 3px 20px;
    border-radius: 10px;
    border-style: solid;
    font-size: 12px;
    border-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}
main section .hero{
    width: 100vw;
    height: 60vh;
}
main section .hero .heroBtn a{
    text-decoration: none;
}

nav .sign a{
    text-decoration: none;
}
main section .hero .heroBtn button img{
    width: 18px;
}

main section .hero .heroBtn .btn1{
    background-color: #3c763d;
    color: white;
}
main section .hero .heroBtn .btn2{
    background-color: rgb(203, 203, 203);
    color: black;
}
nav .sign .bt1{
    background-color: #3c763d;
    color: white;
}
nav .sign .btp{
    background-color: #ea8136;
    color: white;
}
nav .sign .bt2{
    background-color: rgb(203, 203, 203);
    color: black;
}
main section .hero span{
    color: rgb(19, 99, 223);
}
.footer{
    width: 100vw;
    height: 10vh;
    display: flex;

    justify-content: center;
    align-items: center;

    background-color: rgb(52, 49, 49);
    border: solid;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-color: gray;

}
.footer .copy p{
    color: white;
    font-size: 90%;
}
.footer .copy{
    width: 55vw;
     display: flex;
    justify-content: left;
    align-items: center;
    height: 10vh;
}
.footer .social{
    width: 40vw;

    display: flex;
    justify-content: right;
    align-items: center;
}
.footer .social .icon{
    margin: 5px;
    width: 35px;
    height: 35px;
     display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color:#3c763d;
}
.footer .social .icon img{
    color: white;
    width: 25px;
}
.footer .social .icon:hover{
    background-color:#ff712a;
}.footerhold{
    width: 100%;
    height: auto;
    background-color: rgb(52, 49, 49);
}
.footerhold .hold{
      width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    
}
.footerhold .hold .holditem1
{
    width: 30%;
    height: auto;
    
}
.footerhold .hold .holditem2
{
    width: 30vw;
    height: 45vh;
   
}
.footerhold .hold .holditem3
{
    width: 25vw;
    height: 45vh;
    
}
.footerhold .hold .holditem4
{
    width: 30%;
    height: auto;
  
}
.footerhold .hold .holditem1 .ic{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 20px;
}
.footerhold .hold .holditem1 .ic p{
    margin: 5px;
    color: white;
}

.footerhold .hold .holditem1 p{
    margin-left: 20px;
    color: white;
    
font-size: 90%;
}
.footerhold .hold .holditem1 #image{
    width: 230px;
    margin: 10px 20px;
    
}
.footerhold .hold .holditem1 a .ic img{
    width: 25px;
    margin: 10px 5px;
}
.footerhold .hold .holditem2 {
    display: flex;
    justify-content: center;
    font-size: 90%;

    width: 30%;
    height: auto;
}
.footerhold .hold .holditem2 .item a{
    text-decoration: none;
}
.footerhold .hold .holditem2 .item a ul li{
    list-style: none;
    color: white;
}

.footerhold .hold .holditem3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30vw;
    margin-top: -10px;
    height: 40vh;
}
.footerhold .hold .holditem3 .item a{
    text-decoration: none;
}
.footerhold .hold .holditem3 .item a ul li{
    list-style: none;
    color: white;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: unset;
    margin-bottom: unset;

}
.footerhold .hold .holditem3 .item h2{
    color: rgb(190, 26, 26);
    padding: 13px 0px;
}
.footerhold .hold .holditem2 .item h2{
    color: rgb(190, 26, 26);
    padding: 13px 0px;
    font-size: 158%;
}
.footerhold .hold .holditem3 .item{
    margin-top: -50px;
}
.footerhold .hold .holditem4 .item h2{
    color: rgb(190, 26, 26);
    padding: 13px 0px;
}
.footerhold .hold .holditem4 .item h2{
    color: rgb(190, 26, 26);
    padding: 13px 0px;
    font-size: 158%;
}

.footerhold .hold .holditem4 .item .itemlist img{
    width: 120px;
}
.footerhold .hold .holditem4 .item .itemlist{
    width: auto;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
}
.footerhold .hold .holditem4 .item .itemlist .list p{
    color: white;
    padding: 0px 20px;
    font-size: 90%;
}
.footerhold .hold .holditem4 .item .itemlist{
    margin: 10px 0px;
}

.footerhold .hold .holditem4 .item .itemlist1 img{
    width: 120px;
    height: 100px;
}
.footerhold .hold .holditem4 .item .itemlist1 .list1 p{
    color: white;
    padding: 0px 20px;
    font-size: 90%;
}
.footerhold .hold .holditem4 .item .itemlist1{
    margin: 10px 0px;
}
.footerhold .hold .holditem4 .item .itemlist1{
    width: auto;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
}
.hero .contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15vw;
    height: 5vh;
    border-radius: 20px;
    background-color: #3c763d;
}
.hero .contact img{
    width: 10px;
    margin: 5px;
}
.hero .contact a{
    text-decoration: none;
    color: white;
}
.hero h1{
    margin-top: 36vh;
    padding: 20px;
    color: #ffb039;
}
.formholder{
    width: 100%;
    height: auto;
    padding-bottom: 3%;
    padding-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formholder .form{
    width: 56%;
    height: auto;
    -webkit-box-shadow: 10px 10px 48px 0px rgba(166,161,166,1);
    -moz-box-shadow: 10px 10px 48px 0px rgba(166,161,166,1);
    box-shadow: 10px 10px 48px 0px rgba(166,161,166,1);
}

.formholder .form h1{
    text-align: center;
    padding: 50px;
}
.formholder .form .formitem{
    width: 82%;
    height: 15vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 11%;
}
.formholder .form .formitem .item{
    width: 50%;
    height: auto;
}
.formholder .form .formitem .item input{
    width: 90%;
    height: 5vh;
}
.formholder .form .formitem1 {
    width: 60vw;
    height: 20vh;
    margin-left: 11%;
}
.formholder .form .formitem1 .item1 {
    width: 80%;
    height: auto;
}
.formholder .form .formitem1 .item1 textarea{
    width: 90%;
    height: 16vh;
}

.formholder .form .formitem2{
    width: 60vw;
    height: 20vh;
    margin-left: 11%;
}
.formholder .form .formitem2 .item2{
    width: 75%;
    height: 15vh;
    display: flex;
    justify-content: left;
    align-items: center;
}
.formholder .form .formitem2 .item2 button{
    padding: 10px 50px;
    background-color: #ff712a;
    border: none;
    color: #fff;
}
.formholder .form .formitem2 .item2 button:hover{
    background-color: #59b73f;
}
.maphold{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
   
}
.maphold .map{
   width: 70%;
    height: auto;
   
}
.maphold .conti{
    width: 30%;
    height: auto;
    background-color: #F3F3F3;
}
.maphold .conti h1{
    text-align: center;
    padding: 50px;
}
.maphold .conti .contitem {
    width: 25vw;
    height: 17vh;
    display: flex;
    justify-content: left;
    align-items: center;
    border: solid 1px;
    border-color: #DCDCE9;
    border-radius: 7px;
    margin-left: 40px;
    background-color: white;
    margin-top: 20px;

}
.maphold .conti .contitem .iconhold{
    width: 6vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
    border-radius: 5px;
    background-color: rgb(46, 163, 46);
}
.maphold .conti .contitem .iconhold img{
    width: 40px;

}
.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: auto;
}

h1{
    font-size: 30px;
  }
  
  















#footer{
    display: none;
}

.mobileview{
    display: none;
}


.nav{
    display: none;
}

.topnav1{
    display: none;
}
@media screen and (max-width:1080px) and (orientation:portrait) 
{
.topnav{
    display: none;
}
nav{
    display: none;
}

.topnav{
    display: none;
}
main{
    width: 100%;
       height: 90vh;
   
   }
   main section .hero {
    width: 100%;
    height: 60vh;
    display: none;
}
   .hero h1 {
    margin-top: 50%;
    padding: 20px;
    color: white;
}
.hero .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 6vh;
    border-radius: 20px;
    background-color: #3c763d;
}
.formholder {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formholder .form {
    width: 93%;
    height: auto;
    margin-bottom: 10%;
    margin-top: 10%;
    -webkit-box-shadow: 10px 10px 48px 0px rgba(166,161,166,1);
    -moz-box-shadow: 10px 10px 48px 0px rgba(166,161,166,1);
    box-shadow: 10px 10px 48px 0px rgba(166,161,166,1);
}
b, strong {
    font-weight: unset;
}

.formholder .form h1 {
    text-align: center;
    padding: 23px;
    font-weight: bold ;
    font-size: 20px;
}
.formholder .form .formitem {
    width: 90%;
    height: 23vh;
  display: block;
  margin-left: 4%;
   
}
.formholder .form .formitem .item {
    width: 100%;
    height: auto;
}
.formholder .form .formitem .item input {
    width: 98%;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
margin-bottom: 3%;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
}
.formholder .form .formitem1 {
    width: 90%;
    height: 16vh;
 
  margin-left: 4%;
}
.formholder .form .formitem1 .item1 {
    width: 100%;
    height: auto;
}
.formholder .form .formitem1 .item1 textarea {
    width: 98%;
    height: 10vh;
    font-size: 12px;
    padding: 5px 10px;
  
    resize: none;
   
    outline: none;
    margin: 10px 1%;
}
.formholder .form .formitem1 .item1 p{
    padding: 1% 1%;
}
.formholder .form .formitem2 .item2 button {
    padding: 10px 103px;
    background-color: #ff712a;
    border: none;
    color: #fff;
   
}
.formholder .form .formitem2 {
    width: 90%;
    height: 20vh;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formholder .form .formitem2 .item2 {
    width: 100%;
    height: 15vh;
    margin-left: 10%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.maphold {
    width: 100%;
    height: auto;
    display: block;
    /* justify-content: center; */
    /* align-items: center; */
}
.maphold .conti {
    width: 100%;
    height: 80vh;
    margin-top: -32%;
    background-color: #F3F3F3;
}
.maphold .conti .contitem {
    width: 89%;
    height: 17vh;
    display: flex;
    justify-content: left;
    align-items: center;
    border: solid 1px;
    border-color: #DCDCE9;
    border-radius: 7px;
    margin-left: 7%;
    background-color: white;
    margin-top: 5%;
}
.maphold .conti .contitem .iconhold {
    width: 25%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
    border-radius: 5px;
    background-color: rgb(46, 163, 46);
}
.maphold .conti h1 {
    text-align: center;
    padding: 8%;
}
.maphold .map {
    width: 100%;
    height: auto;
}
.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: auto;
}
.topnav1{
    width: 100vw;
    height: 6vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(45, 41, 41);
  }
 
  .topnav1 .navsocail{
    width: 20vw;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topnav1 .navsocail .icon{
    width: 30px;
  
    height: 30px;
    border-radius: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topnav1 .navsocail .icon img{
    width: 20px;
  }
  .topnav1 .navcontact{
    width: 40vw;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .topnav1 .navcontact .contacti1{
    width: 10vw;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .topnav1 .navcontact .contacti2{
    width: 10vw;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .topnav1 .navcontact .contacti{
    width: 12vw;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .topnav1 .navcontact .contacti1 img{
    width: 20px;
    margin: 5px;
  }
  .topnav1 .navcontact .contacti2 img{
    width: 20px;
    margin: 5px;
  }
  .topnav1 .navcontact .contacti img{
    width: 20px;
    margin: 5px;
  }
  .topnav1 .navcontact .contacti p{
    font-size: 12px;
    color: #fff;
  }
  .topnav .navcontact .contacti1 p{
    font-size: 12px;
    color: #fff;
  }
  
  .topnav1 .navcontact .contacti2 p{
    font-size: 12px;
    color: #fff;
  }
  nav{
    display: none;
  }
  .nav{
    height: 8vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont{
    width: 100vw;
    height: 50vh;
    position: absolute;
    z-index: 3;
    top: 40vh;
    
}

.cont .info h1{
    padding: 5px 300px;
    color: #ea8136;
    font-weight: bold;
    
}
.cont .info p{
    
    padding: 5px 300px;
}
.nav .logo{
    width: 40%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: left;
    color: black;
}

.nav .logo span{
    color: rgb(19, 99, 223);
}

.nav .sign{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: right;
    
}
.nav .links ul{
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav .links ul li{
    list-style: none !important;
}

.nav .links ul li a{
    text-decoration: none;
    color: black;
    font-size: 12px;
}
.footer{
    display: none;
}

.mobileview{
    width: 100%;

    height: 90%;
    position: absolute;
    display: flex;
    justify-content: right;
    z-index: 5;
   
}
.mobileview .mobile{ 
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0px;
/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(199, 189, 189, 0.3);
}
.mobileview .mobile .apply{
    width: 100%;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: gray;
}
.mobileview .mobile .apply a{
    text-decoration: none;
    padding: 7% 23%;
    border-radius: 20px;
    background-color:#3c763d;
    color: #fff;
    font-size: 15px;
}
.mobileview .listhold{
    width: 100%;
    height: 60vh;
   
}
 .mobileview .listhold .linkhold{
    height: 7vh;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    border: solid 2px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: gray;
 }
 .mobileview .listhold .linkhold a{
    text-decoration: none;
    color: rgb(255, 252, 252);
    font-size: 20px;
 }
 .mobileview .listhold .linkhold img{
    width: 25px;
    margin: 5%;
 }
 #close{
    display: none;
 }
 #mobileview{
    display: none;
 }

.footerhold{
    display: none;
}
#footer{
    width: 100vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(52, 49, 49);
    border: solid;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-color: gray;
}
.footer .copy {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}
.footer .copy p {
    font-size: 11px;
    text-align: center;
}
h2{
    font-size: 20px;
}
p{
    font-size: 12px;
}
}