*{
	padding: 0px;
	margin: 0px;
}

/*.container{*/
/*    width:1000px;*/
/*}*/

.container-div{
    width:1000px;
}

h1,
h2,
h3,
h4,
h5,
h6{
 font-family: "Poppins",sans-serif;
}

span,
ol,
ul,
li,
p,
a{
  font-family: "Poppins",sans-serif;
}
#traning-page .site-header-menu {
    background-color: rgba(255,255,255,0.8) !important;
    height: 9rem;
}
#traning-page .site-header-menu .fixed-header {
    background-color: rgba(255,255,255,0.8) !important;
    height: 4.4rem;
}


@media (max-width: 768px) {
    .container {
        width: auto;
    }
}


/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}

/* Container */
/*.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}*/

/* Banner Section */


.banner-sct {
    /*padding: 10em 0;*/
    background-image: url(/images/training_images/Training-Banner.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.banner-sct h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}

.banner-sct button {
    background-color: #2d4b8b;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
}

/* Search Courses Section */
.search-courses {
    background-color: #F7F9FE;
    padding: 60px 0;
    text-align: center;
}

.search-courses h3 {
    font-size: 30px;
    color: #263045;
}

.search-courses input, 
.search-courses button {
    padding: 15px;
    font-size: 16px;
}

/* Submit Query Section */
.submit-query {
    background-color: #2D4B8B;
    padding: 5em 0;
    color: white;
}

.submit-query h3 {
    font-size: 28px;
}

.submit-query input, 
.submit-query select {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
}

/* Responsive Design with Media Queries */



/* For mobile devices */
@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }

    .banner-sct {
        padding: 6em 0;
    }

    .banner-sct h3 {
        font-size: 28px;
    }

    .search-courses input, 
    .search-courses button {
        width: 100%;
        font-size: 14px;
    }

    .submit-query {
        padding: 3em 1em;
    }

    .submit-query input, 
    .submit-query select {
        padding: 12px;
    }

    .submit-query h3 {
        font-size: 20px;
    }

   .submit-query button{
      padding: 8px 13px !important; 
   }


}

/* For small mobile devices */
@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }

    .banner-sct h3 {
        font-size: 22px;
    }

    .search-courses h3 {
        font-size: 24px;
    }

    .search-courses input, 
    .search-courses button {
        font-size: 12px;
    }
   .submit-query 
   .mobile-form {
    position: absolute !important;
    top: 0px !important;
    left: 4em !important;
    z-index: 1;
    }



    .submit-query 
     input, select {
    width: 177% !important;
    padding: 10px 5px !important;
}

.submit-query .phone-sct {
    padding: 3em 0px 19em 0em !important; 
}

 .submit-query .lft-sct button {
    width: 100%;
    margin-top: 1em !important;
 }
} 



/*banner-sct-start*/

.banner-sct{
   padding: 15em 0em;
   background-image: url(/images/training_images/Training-Banner.jpg);
   background-size:cover;
   object-fit: cover;
   
}

.banner-sct h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    line-height: 3.5rem;
    padding-bottom: 1rem;
}

.banner-sct a.button {
    background-color: #2d4b8b;
    color: #fff;
    padding: 7px 35px;
    border: 0px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    margin-top: 18px;
}

.submit-query .p-inner {
    padding: 6px 0px 0px 23px !important;
}




}

/*banner-sct-end*/



/*Search-Courses-start*/


.search-courses{
    background-color: #F7F9FE;
    padding: 68px 0px;
}


.search-courses i {
    color: #2D4B8B;
    font-size: 4px !important;
    justify-items: center;
}

.search-courses span{
   color: #2d4a8a;
   font-size: 16px;
}

.search-courses h3{
   color: #263045;
   font-size: 32px;
   font-weight: 600;
}


.search-courses button{
    background-color: #2D4B8B;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    font-family: "Poppins",sans-serif;
    padding: 14px 23px;
}

.search-courses button:hover {
    background-color: #2d4b8b;
    box-shadow: none;
}


.search-courses input{
    background-color: #ECECEC;
    padding: 26px 30px;
    border-radius: 0px !important;
    border: 0px solid;
    font-size:14px;
    font-family: "Poppins",sans-serif;
}


.search-courses input:hover{
    box-shadow: none;
}
    

.search-courses .input-group .form-control, 
.input-group .btn {
      box-shadow: none !important; 
}


.search-courses .txt-box {
    border-left: 1px solid #2d4b8b;
}

.txt-box p {
    font-size: 12px;
    margin-bottom: 0px;
}

.txt-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #2d4b8b;
}

.submit-query button:hover {
    background-color: #fff;
    color: #2d4b8b;
 
}
.Course-Catalog {
    margin-bottom: 2rem;
}
.submit-query .act-btn:hover {
    background-color: #2d4b8b;
    color: #fff;
}



/*Search-Courses-end*/


/*submit-query-section-start*/

.submit-query{
   background-color:#2D4B8B;
   padding: 0px;
}

.submit-query .lft-sct{
 padding: 5em 1em;
}

.submit-query h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}


.submit-query p {
    font-size: 14px;
    color: #fff;
}

.submit-query span {
    font-size: 14px;
    color: #fff;
}


.submit-query .p-inner{
   font-size: 13px;
}

.submit-query  hr {
    background: #ffffff;
    margin-bottom: 34px;
}


.submit-query h6 {
    color: #fff;
    line-height: 1.7;
    font-size: 13px;
    font-weight: 500;
}

.submit-query .box-br {
    border-right: 2px solid #fff;
}

.submit-query button {
    padding: 8px 22px;
    border-radius: 25px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    color: #fff;
    margin: 0px 3px;
}


.submit-query .act-btn{
   background-color: #fff;
   color: #2D4B8B;
}


.submit-query .mobile-phone {
    background-image: url(/images/training_images/Mobile-phn.png);
    object-fit: cover;
    height: 34rem;
    background-repeat: no-repeat;
    position: relative;
}
.section-row {
    margin-bottom: 3rem;
}

.submit-query .phone-sct {
    padding: 74px 0px;
}

.submit-query .mobile-form {
    position: absolute;
    top: 10em;
    left: 3.8em;
}


.submit-query 
input, select {
    width: 189px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 2px;
    color: #808080;
    font-size: 12px;
    padding: 5px 5px;
    font-family: "Poppins", sans-serif;

}

.submit-query .sub-btn {
    color: #2D4B8B;
    font-weight: 500;
}

/*submit-query-section-end*/


/*our-cources start*/

.our-cources{
    background-color: #F7F9FE;
    padding: 50px 0px;
}

.our-cources i {
    color: #2D4B8B;
    font-size: 4px !important;
    justify-items: center;
}

.our-cources span{
   color: #2d4a8a;
   font-size: 16px;
}

.our-cources h3{
   color: #263045;
   font-size: 32px;
   font-weight: 600;
}

.our-cources p {
    color: #6e6e6e;
    font-size: 14px;
    padding: 5px 12px;
}

.our-cources .cources-sct{
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px #00000012;
    height: 34em;
}

.our-cources .cources-sct button {
    border: 1px solid #2D4B8B;
    padding: 5px 29px;
    border-radius: 25px;
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    background-color: #fff;
    color: #2D4B8B;
}

.cources-sct h4 {
    font-size: 22px;
    font-weight: 600;
}


.cources-sct:hover h4 {
    color: #2D4B8B;
}

.cources-sct:hover button {
    background-color: #2D4B8B;
    color: #fff;
}

.cources-sct:hover img {
    opacity: 0.9;
    filter: brightness(0.7);
}


/*our-cources end*/


/*about section*/

.about {
    background-color: #2D4B8B;
    padding: 3em 0px;
}

.about span {
    color: #fff;
    font-size: 16px;
}

.about i {
    color: #fff;
    font-size: 4px !important;
    justify-items: center;
}

.about h2{
    color: #fff;
    font-size: 42px;

}


.about p{
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

.about img {
    width: 95%;
    display: flex;
    text-align: center;
    margin: auto;
}

/*about section end*/


/*categorey section start*/


.categorey {
    background-color: #F7F9FE;
    padding: 50px 0px;
}

.categorey i {
    color: #2D4B8B;
    font-size: 4px !important;
    justify-items: center;
}

.categorey span {
    color: #2d4a8a;
    font-size: 16px;
}

.categorey h3 {
    color: #263045;
    font-size: 32px;
    font-weight: 600;
}

.cources-catg {
    background-color: #fff;
    margin: 14px 0px;
    box-shadow: 0px 1px 19px 0px #00000005;
}
.cources-catg:hover img {
    filter: brightness(0) invert(1);
}

.cources-catg:hover {
    background-color: #2D4B8B;
}

.cources-catg:hover p {
    color: #fff;
}


/*categorey section end*/


/*placed section end*/

.placed {
    background-color: #2D4B8B;
    padding: 19px 0px;
}

.placed h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.placed p{
    font-size: 14px;
    color: #fff;
}


.placed button {
    padding: 9px 29px;
    border-radius: 25px;
    border: 2px solid;
    color: #2D4B8B;
    font-size: 16px;
    font-weight: 500;
}

.placed .bt-box {
    align-items: center;
    justify-content: center;
    display: flex;
}

/*placed section end*/

/*Discount section start*/

.discount{
    background-color: #fff;
    padding: 50px 0px;
}
.discount h3{
   color: #263045;
   font-size: 32px;
   font-weight: 600;
}
.discount p{
   color: #6e6e6e;
   font-size: 14px;

}

/*Discount section end*/


