:root{
    --primary-color: #EF7D31;
       --secondary-color: rgb(104, 21, 21);
    --white-color: #ffffff;
}
body{   
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
a{
    color: white;
    text-decoration: none;
}
.topnav{
    background-color:#3B2A98;
    color: var(--white-color);
    align-items: center;
    padding: 6px 0px 2px;
    box-shadow: 0px 0px 2px 0px #3B2A98;
}
#sub-dropdown a .fas{position: absolute; right: 10px;}

.top-nav-phone-mail{
    align-items: center;
}
.top-nav-phone-mail li{
    align-items: center;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
}
.top-nav-phone-mail i{
    margin: 0px 7px;
    font-size: 17px;
}
.top-mail{
    margin-right: 7rem;
}
.top-nav-social-icon{
    margin: 0;
}
.top-nav-social-icon i{
    font-size: 14px;
    background-color:#3B2A98;
    padding: 0.4em;
    border-radius: 50%;
    margin:0 5px;
}

.main-logo{
    height: 100px;
    width: 100px;
    
}
.ajay-kumar{
    margin-top: 0rem;
    width: 100%;
    border-radius: 0px;
}
.middlehead-btn{
    margin: 18px 0px;
}
.mdhd-btn{
    border-bottom: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    color: var(--white-color);
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    background-color: #3BA298;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    padding: 7px 15px;
}
.modal-input input{
    width: 90%;
    padding: 0.75rem 4rem 0.75rem 0.75rem;
    margin: 1rem;
}
.modal-head{
    padding: 1rem ;
    background-color: #3B2A98;
    color: var(--white-color);
}
.modal-dialog{
    text-align: center;
    background-color: #3B2A98;
}
.modal-send{
    border: none;
    background-color: #3B2A98;
    color: var(--white-color);
    width: 90%;
    margin: 1rem;
    padding: 0.75rem 0rem;
    cursor:pointer;
}
nav{
    background-color: #3B2A98;
}
#myNavbar #course{
    transition: all 0.3s ease-in-out;
}
#myNavbar #course:hover{
    background-color: #8B0000;
    color: var(--white-color);
}
.dropdown-menu{
    display: none;
    position: absolute;
    color: var(--white-color);
    background-color:#3B2A98;
    z-index: 1;
}
#sub-dropdown-menu{
    display: none;
    position: absolute;
    color: var(--white-color);
    background-color: #3B2A98;
}
#sub-dropdown-menu a,
.dropdown-menu a{
    width: 100%;
    background-color:#3B2A98;
    color: var(--white-color);
}
.dropdown:hover .dropdown-menu{
    display: grid;
    /* display: block; */
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    padding: 0.5rem 8rem 0.5rem 2rem;
    color: var(--white-color);
    text-decoration: none;
}
#sub-dropdown-menu{
    margin-top: -3rem;
    left:100%;
}
.dropdown .fas{position:absolute;}
.dropdown .dropdown-menu a{ 
    color: var(--white-color);
    background-color: #3B2A98;
}
.dwn-btn{
    padding: 1px;
}
#sub-dropdown:hover #sub-dropdown-menu{
    display: block;
}
.navbar{
    padding: 0;
    justify-content: space-around;
}
.navbar .active{
    background-color: #8B0000;
}
.nav-item,
.nav-item a{
    display: inline;
    padding: 13px 7px;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
}
.nav-item:hover{
    background-color: #8B0000;
}
.nav-item a:hover{
    text-decoration: none;
    background-color: #8B0000 !important;
}
.dropbtn {
    background-color: #3B2A98;
    color: var(--white-color);
    border: none;
    text-transform: uppercase;
    margin: 0;
  }
.dropdown-content {
    width: max-content;
    margin-top: 13px;
    display: none;
    position: absolute;
    background-color: var(--white-color);
    min-width: auto;
    box-shadow: 0px 8px 16px 0px #05696B;
    z-index: 1;
  }
  .dropdown-content a {
    border-bottom: 1px solid var(--white-color);
    color: var(--white-color);
    background-color: #3B2A98;
    padding: 9px 20px;
    text-decoration: none;
    display: block;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content a:hover {background-color: #000000;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #8B0000;}
.slider{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
}
.sec-2{
    padding: 50px;
}
.sec-2head{
    color:#8B0000;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;


}
.contact-head{
    margin: 0;
    color: var(--white-color);
    background-size:cover;
}
 
.sec-3{
    margin: 5rem auto;
}
.sec-3box{
    width: 21%;
    padding: 3rem 0px;
    margin: 2rem;
    border: 2px solid #8B0000;
    border-radius: 5px;
}

.sec-imagebox{
    width: 21%;
    padding: 1px 0px;
    margin: 2rem;
    border: 2px solid #8B0000;
    border-radius: 5px;
}

.sec-3box i{
    background-color:#3BA298;
    color: var(--white-color);
    font-size: 32px;
    padding: 2rem;
    border-radius: 50%;
}
.sec-3box h4{
    background-color:#3BA298;
    color: var(--white-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.contact-head h2{
    color: var(--white-color);
    padding: 5rem ;
    background-color: rgba(0, 0, 0, 0.685);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 41px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-head h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 6rem auto;
	height: 3px;
	background: var(--white-color);
	left: 0;
	right: 0;
}
.hrl-2{
    height: 4px !important;
    width: 9%;
    border-color: var(--primary-color);
    background-color: #3B2A98;
    opacity: 1;
}
.hrl-4{
    background-color: var(--white-color);
    border-color: var(--white-color);
    width: 10%;
}
.hrl-3{
    height: 4px !important;
    width: 30%;
    border-color: var(--primary-color);
    background-color: white;
    opacity: 1;
}
sec-5{
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}
.sec-5head{
    margin: 0;
    padding: 1rem;
    background-color:#3B2A98;
    color: var(--white-color);
}
.sec-5b{
    border-radius: 5px;
    text-align: center;
    width: 45%;
    background-color:var(--white-color);
    color: var(--white-color);
    box-shadow: 0px 0px 4px 0px #8B0000;
    margin: 20px 20px 20px 20px;
    padding: 0px 0px;
}
.sec-5{
    background-size: cover;
    padding: 2rem 0rem;
}
.sec-5input{
    width: 97%
}
.sec-5b h2 {
	color: var(--primary-color);
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 25px 0 50px;
}
.sec-5 .carousel {
    text-align: center;
	width: 132%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.sec-5input{
    color: #666;
    padding: 0.75em;
    margin: 1rem;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--secondary-color);
    border-radius: 2px;
    background: var(--white-color);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.sec-5inputm{
    width: 97%;
    height: 4rem;
    color: #666;
    padding: 0.75em 0 6rem 0.75em;
    margin: 1rem;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--secondary-color);
    border-radius: 2px;
    background: var(--white-color);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.sec-5head{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
}
.send-btn{
    border-radius: 5px;
    color: var(--white-color);
    background-color: #3B2A98;
    border: var(--secondary-color);
}
.input-sec{
    line-height: 1.4rem;
    font-size: 15px;
    min-height: 40px;
}
.sec-6{
    background-color: #3B2A98;
    border-radius: 100px;
}
.sec-6 .text h2{
    margin-bottom: 14px;
    color: var(--white-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    padding: 0px 15px;
    text-decoration: none;
}
.sec-6 i{
    margin: 0 1rem;
    /*color: var(--white-color);*/
    background-color: #3B2A98;
    padding: 1rem 1.2rem;
    border-radius: 50%;
    font-size: 24px;
}
.sec-6 .phone{
    font-size: 28px;
    font-weight: 600;
}
.footer-bg{
    padding: 2rem 0 5rem;
    background-color:  #F17E00;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white-color);
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .testt {
        padding: 20px; /* Adjust padding as needed */
    }
    
    .footer-bg {
        padding: 20px; /* Adjust padding as needed */
    }
     .topnav{
        display: flex;
     }
    
  
    

}

/* media query for table documnebt section uploading*/

@media (max-width: 768px) { /* Tablets and below */
  .tablee .container .row .col-xl-12 {
    text-align: center; /* Optionally center align the heading */
  }
  .tablee .container .row .col-12 {
    padding: 0;
    overflow-x: auto; /* Enable horizontal scrolling on small screens if needed */
  }
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .top-nav-phone-mail {
        text-align: center; /* Center align items */
        margin-bottom: 10px; /* Add margin bottom for spacing */
    }
    
    .top-nav-social-icon {
        text-align: center; /* Center align items */
    }
    
    .top-nav-social-icon ul {
        justify-content: center; /* Center align social icons */
    }
    
    .top-nav-phone-mail ul,
    .top-nav-social-icon ul {
        padding-left: 0; /* Remove default padding */
    }
    
    .top-nav-phone-mail li,
    .top-nav-social-icon li {
        margin-right: 10px; /* Add margin between list items */
    }
}



.footer-logo{
    margin: 2rem 0rem 2rem;
    height: 74px;
    width: auto;
}
.box-2 i{
    color: var(--primary-color);
    margin: 0 1rem 0rem 0;
    font-size: 1.25em;
}
.box-2 li{
    line-height: 2;

}
.footer-touch{
    color: var(--white-color);
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    background-color:  #3B2A98;
    border-radius: 100px;
    outline: 2px solid var(--primary-color);
    padding: 7px 25px;
    box-shadow: 0px 0px 3px 0px  #3B2A98;
}
.footer-bg p{
    margin: 1rem 0rem 1.75rem;
}

.footer-social i{
    font-size: 17px;
    color:  #05696B;
    background-color: var(--white-color);
    padding: 0.4em;
    margin: 3rem 0.5rem;
    border-radius: 50%;
}
.footer-social i:hover{
    font-size: 17px;
    color:  white;
    background-color:  #3B2A98;
    padding: 0.4em;
    border-radius: 50%;
}
.box-1 p{
    font-size: 14px;
    font-weight: 400;
}
.box-2{
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.box-2 h3{
    color: var(--white-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-shadow: 0px 0px 4px #3B2A98}
.copyright-sec{
    background-color: #3B2A98;
    color: var(--white-color);
}
.copyright-sec{
    background-color:#3B2A98;
    color: var(--white-color);
}
@media only screen and (min-width: 950px) {
    .fa-bars{
        display: none;
    }
    .sec-3{
        display: flex;
    }
    .col-md-4{
     width: 31%;
 }
 .col-md-2{
     width: 18%;
 }
     
 }
 @media only screen and (max-width: 950px) {
     .dropdown-content a{width:100%  !important;}
     .dropdown-menu{width:100%; position: relative !important; left:  auto !important; top:19% !important}
     .dropdown-content{position: relative !important; width: 100%}
     .nav-item{display: none}
     .topnav{
         display: flex;
     }
     .logo{
         display: flex;
     }
     .logosec{
         display: inline;
     }
     .logosec .mdhd-btn{
         display: inline-block;
     }
      .nav-item{
         display: none;
     }
     .fa-bars{
        margin-top: 2rem;
         color: white;
     }
     .navbar{
         min-height: 10px;
         justify-content: end;
     }
     .sec-5b{
         width: 90%;
     }
     .sec-3box{
         width: 100%;
         display: block !important;
         height: auto;
         margin: 0;
     }
     .sec-3{
         display: block;
     }
     .sec-3box1{
         margin: 0;
         width: 100%;
         height: auto;
     }
     .sec-4b{
         width: 44%;
         margin: 10px;
         padding: 10px;
     }
     .sec-4b i {
        color: var(--white-color);
        font-size: 15px;
        width: 3.6rem;
        padding: 1rem;
        background-color: black;
        border-radius: 50%;
    }
    .sec-4num{
        font-size: 21px;
    }
     .sec-6{
         border-radius: 10px;
     }
     .box-2{
         width: 50%;
     }
     .socialsec{
         width: 100%;
     }
     .nav-item{
         width: 100%;
        
     }
     .nav-item a{
         color: var(--white-color);
     }
     .dropbtn i{
         text-align: end;
     }
    p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .dropdown-content a{
        width: 38rem;
        position: relative;
    }
    .dropdown-menu>li>a{
        width:100%;
        padding: 13px 17px;
    }
    #sub-dropdown-menu a, .dropdown-menu a{
        padding: 1rem 11rem 1rem 1rem;
    }

    .dottedHorizontal {
        background-color: #fff;
        border-top: 1px dashed #d49645;
    }
    
}


.main-red-button {
    display: inline-block;
    background-color: #3B2A98;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 17px;
    padding: 12px 25px;
    border-radius: 0px 60px 0 60px;
    letter-spacing: 0.25px;
    
  }

  
  @media only screen and (max-width: 768px) {
.num1 {
    display:flex;
    justify-content: flex-end;
        background-color: #3B2A98;
    font-size:12px;
    font-weight: 600;
    width: 50%;
    color: #fff;
    margin-top: 17px;
    margin-left: 30%;
    border-radius: 0px 60px 0 60px;
    text-align: center;


 }
}