*{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body{
    background: #23074d;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #cc5333, #23074d);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #cc5333, #23074d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-family: nexa;
color: white;
}
.container-fluid{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
.container-fluid , .row{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
.nav{
    width: 100;
    overflow: visible;

}
.nav .col-12 ul{
    width: 100;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
}
.nav .col-12{
    overflow: visible;
}
.nav .col-12 ul li{
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 10px;
    transition: 0.5s ease-in-out;
}
.nav .col-12 ul a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s ease-in-out;
    font-size: 14pt;
    overflow: visible;
}
.nav .col-12 ul a.active{
    color: #18bcda;
}
.nav .col-12 ul a:hover{
    color: #18bcda;
}
.heading_text{
    color: white;
    font-weight: bold;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1px;
    margin:75px auto;
    display: flex;
    justify-content: center;
    font-size: 26pt;
    background: transparent;
    position: relative;
    height: 50px;
    z-index: 5;
    overflow: visible;
}
.main{
    color: white;
    padding: 25px;
    min-height: calc(90vh - 150px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.main h3{
    overflow: visible;
    font-family:anton;
    font-weight: 400;
}
.main img{
    height: 300px;
    width: auto;
    margin: 0px 10%;
    border-radius: 100px;
}
.TypedText{
    font-weight: 600;
    font-family: "ubuntu";
    font-size: 32pt;
    margin: 10px 0px 10px 50px;
}	
		
.TypeCursor {
    display: inline-block;
    background-color: #dd8c13;
    margin-left: 0.1rem;
    width: 8px;
    animation: blink 1s infinite;
    font-size: 16pt;
  }
  @keyframes blink {
    0%  { background-color: #dd8c13; }
    49% { background-color: #dd8c13; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #dd8c13; }
  }



.services{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}
.services > div{
    overflow: visible;
}
.services a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid white;
    border-radius: 10px;
    margin: 10px 0px;
    overflow: visible;
}
.services a:hover{
    color: white;
    transform: scale(1.1);

}
.services img{
    max-height: 40px;
    margin: 0px 5px;
}

#scroll_top{
    width: 40px;
    height: 40px;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: -100px;
    right: 40px;
    cursor: pointer;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    background: #23074d;  /* fallback for old browsers */
    z-index: 10;
    transition: 0.5s ease-in-out;
}

.features{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px auto;
}
.features ul{
    padding: 0px;
    margin: 0px;
}
.features li{
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 20px 0px 0px 0px;
}
.features li img{
    max-height: 30px;
    margin: 0px 10px;
}



.contact{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
.contact form{
    width: 80%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.contact form div{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.contact form label{
    color: white;
    margin: 25px 0px 5px 0px;
    max-width: 150px;
}
.contact form input , .contact form textarea{
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 10px;
    background: #e6e6e6;
}
.contact form button{
    margin: 50px auto;
    width: 100%;
    padding: 10px 20px;
    background: #c2360f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14pt;
    border: none;
    outline: none;
    border-radius: 100px;
}






.loading{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 150;
}





















footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #23074d;
    margin: 0px;
    padding: 0px;
}
footer ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    padding: 0px;
    overflow: visible;
    flex-wrap: wrap;
}
footer ul li{
    color: white;
    text-decoration: none;
    margin: 15px 10px;

}
footer ul a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;

}
footer ul a:hover{
    color: white;
    text-decoration: none;
}

footer span{
    color: white;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 10px;
}
footer span a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
footer span a:hover{
    color: white;
}
  @media (max-width:800px){

    .main{
        justify-content: center;
    }
    .main img{
        margin: 25px auto;
    }
    .contact form{
        width: 100%;
    }
    .TypedText{
        margin: 10px auto!important;
    }
    .nav .col-12 ul a{
        font-size: 12pt!important;
    }
    footer ul a{
        font-size: 12pt!important;
    }
  }
  