body {
  
    font-family: "Gothic A1", sans-serif;

}

.top-nav {
    background: #3da8da;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;

    font-weight: 600;
}
.top-nav i,
.top-nav p a{
text-decoration: none;
color: white;
}
.top-nav p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    color: white;
}

.top-nav i,
.top-nav span {
    vertical-align: middle;

}

.top-nav .social-link a {
    height: 34px;
    width: 34px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    color: white;
    font-size: 17px;
    transition: .5s;
    gap: 10px;
}

.top-nav .social-link a:hover {
    background: #000;
}

.top-nav .social-link p {
    font-size: 17px;
}
.top-nav i,
.top-nav p a{
text-decoration: none;
color: white;
}
/* navbar-brand */
.navbar-brand img {
    height: 60px;
    width: 60px;
}

.navbar ul li a {
    font-size: 17px;
    font-family: inherit;
    font-weight: 500;
}
.navbar .navbar-nav .nav-item a:hover{
    color: red;   
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdoen-item {
    font-size: 17px;
    font-weight: 600;
    font-style: inherit;
}
.navbar {
    z-index: 13;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
/* dropdown-menu */
.dropdown-menu{
    display: none;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
 /*=========== Whatsapp Chat Start ================*/
.box-container {
    position: fixed;
    bottom: 200px;
    right: 0px;
    z-index: 12;

   
}
.box1{
    width:50px;
    height:50px;
    background: green;
}
.box1  img{
   height: 50px;
   width: 50px;
}
.box2{
    width:50px;
    height:50px;
    background: blue;
   margin-top: 5px;
   color: white;
}
.box2 a {
  margin:50px 0  0 12px ;
   font-size: 28px;
   background: blue;
   color: white !important;
}
.box3{
    width:50px;
    height:50px;
    margin-top: 5px;
    background: rgb(255, 86, 86);
}
.box3  img{
   height: 45px;
   width: 45px;
      padding: 5px 0 0px 5px;

}



/*=========== Whatsapp Chat End ================*/
/*========== Top arrow Start =============*/
.top-arrow {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 12;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.top-arrow a {
    font-size: 30px;
    color: white;
    animation-duration: 5s;
}

.top-arrow a:hover{
    color: white;
}
/*========== Top arrow End =============*/
/*========== contact start =============*/

.contact{
    background-image: url("/contact/image/contact.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100vw;

}
.contact .container{
    text-align: center;
    padding: 65px 0 100px 0;
    margin-bottom: 100px;

}
.contact .container h1{
    font-weight: 600;
    font-family: "Gothic A1", sans-serif;

}
.contact .container nav ol  {
margin-left: 36vw;
font-size: 20px;
font-weight: 550;
color: gray;
font-family: "Gothic A1", sans-serif;


}
.contact .container nav ol li a{
    color: gray;
    text-decoration: none;
    transition: .5s;

    font-family: "Gothic A1", sans-serif;

}
.contact .container nav ol li a:hover{
    color: red;
}
.cont .contact-fluid h1{
    text-align: center;
    font-size: 40px;
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
    color: white;
    background: rgb(25, 25, 133);
    padding: 20px 30px 20px 30px;
    width: 40vw;
    align-items: center;
    margin: auto;
    margin-top: 30px;
    border-radius: 30px;
}

/*=======hero-part start =========*/
.contact-fluid .container .hero-part hr{
    width: 40px;
    height: 3px;
    color: rgba(8, 8, 8, 0.925);
margin-right: 10px;

}
.contact-fluid .container .hero-part h4{
    font-weight: 600;
    color: rgb(10, 10, 71);
    font-family: "Gothic A1", sans-serif;
}
.contact-fluid .container .hero-part h3{
    font-family: "Gothic A1", sans-serif;
    font-weight: 650;
    font-size: 27px;
    color: black;
}
.contact-fluid .container .hero-part p{
    font-family: "Gothic A1", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: black;
    padding-top: 60px;
}
/* card */
.contact-fluid .container .card h5{
font-weight: 550;
}
.contact-fluid .container .card span{
font-weight: 550;
font-size: 17px;
}

/*=======hero-part end =========*/
/*=======form start =========*/
.contact-fluid .container .form h5{
    font-size: 30px;
    font-weight: 600;
    font-family: "Gothic A1", sans-serif;

}
.contact-fluid .container .form h4{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: red;
    font-family: "Gothic A1", sans-serif;

}
.contact-fluid .container .form hr{
    max-width: 70px;
    height: 3px;
}
.contact-fluid .container .form p{
    font-size: 18px;
    font-weight: 550;
    font-family: "Gothic A1", sans-serif;

    color: rgb(12, 12, 59);
}
.contact-fluid .container .form input{
    font-size: 16px;
    font-weight: 550;
    font-family: "Gothic A1", sans-serif;

    color: rgb(12, 12, 59);
}
.contact-fluid .container .form .form-control{
    font-size: 17px;
    font-weight: 550;
    font-family: "Gothic A1", sans-serif;

    color: rgb(12, 12, 59);
}
.contact-fluid .container .form .form-check{
    font-size: 18px;
    font-weight: 550;
    font-family: "Gothic A1", sans-serif;

    color: rgb(12, 12, 59);
}
/* .contact-fluid .container .form .btn{
    margin-left: 40%;
    font-size: 17px;
    font-weight: 550;
    padding: 8px 30px 8px 30px;
} */
 .contact-fluid .container .form .btn{
    padding: 15px 50px ;
        margin-left: 35%;

    border: none;
    outline: none;
    color:#fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 12px;
    

}
.contact-fluid .container .form .btn::after{
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.contact-fluid .container .form .btn::before{
content: "";
position: absolute;
background: linear-gradient(
    45deg,
    #ff0000, #ff7300, #fffB00, #48FF00, #00FFD5, #002BFF, #FF00C8, #ff0000
);
top: -2px;
left: -2px;
background-size: 600%;
z-index: -1;
width: calc(100% + 4px);
height: calc(100% + 4px);
filter: blur(8px);
animation:glowing 20s linear infinite ;
transition: opacity .3s ease-in-out;
border-radius: 10px;
opacity: 1;
}
@keyframes glowing{
    0%{background-position: 0,0,0;}
    50%{background-position: 400%,0,0;}
    100%{background-position: 0,0,0;}
}
/* hover */
.contact-fluid .container .form .btn:hover::before {
opacity: 1;
}
.contact-fluid .container .form .btn:active:after {
    background-color: transparent;
}
.contact-fluid .container .form .btn:active {
    color: #000;
    font-weight: bold;
}
.contact-fluid .container .form .btn:hover {

box-shadow:none;
    border: 0;

}




.contact-fluid .container .form{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
    
/*========== contact start =============*/














/*================= footer =================*/
/*================= footer =================*/
.contact-footer .container .image {
    background-image: url('/images/conta.png');
    height: 400px;
    /* background-color: red; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: fit-content;
    margin: 0 -110px -50px -24px;
    padding: 100px;
    display: flex;
}

.contact-footer .container .image .box {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-footer .container .image .box a {
    font-size: 30px;
    color: white;
    font-family: "Gothic A1", sans-serif;

}

.contact-footer .container .image .con a {
    text-decoration: none;
    color: white;
    font-size: 35px;
    font-weight: 600;
    margin: auto;
}

.contact-footer .container .contant {
    margin: 0 0 -30px -125px;
    padding: 73px;
    background: rgb(20, 207, 20);
    color:white;
}

.contact-footer .container .contant h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Gothic A1", sans-serif;

}

.contact-footer .container .contant p {
    font-size: 18px;
    font-weight:500;
    font-family: "Gothic A1", sans-serif;

}

/*========== contact footer end =========*/
footer {
    background: rgb(89, 89, 221);
    margin-top: 50px;
}

.foot {
    padding-top: 40px;
}

.foot h1 {
    font-size: 25px;
    color: gold;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Gothic A1", sans-serif;

}

.foot h5 {
    color: white;
    font-size: 16px;
    font-weight: 500;  
   font-family: "Gothic A1", sans-serif;

}

.foot p {
    color: white;
    font-size: 15px;
    font-family: 500;
    line-height: 25px;
    transition: all ease-in-out .5s;
    font-family: "Gothic A1", sans-serif;

}

.foot p a {
    color: white;
    font-size: 16px;
    font-family: 500;
    text-decoration: none;
    list-style: none;
    transition: .5s;

}

.foot p:hover {
    color: gray;
    padding-left: 5px;
}

.foot p a:hover {
    color: rgb(243, 18, 18);
}

.footer-p {
    font-size: 16px;
    color: white;
    font-family: "Gothic A1", sans-serif;

}

.footer-p a {
    color: white;
    text-decoration: none;
    transition: all .5s;
}

.footer-p a:hover {
    color: rgb(245, 85, 85);
}

