

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&family=Open+Sans:wght@400;700&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     /* font-family: 'Novecento', sans-serif; */
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0;
     font-family: 'Montserrat', sans-serif;
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}



a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     padding: 0px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #eda911;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
     color: #5a2f27 !important;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.Call a {
     display: inline-block;
     padding: 7px 0;
     color: #5a2f27;
     font-size: 20px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     padding: 20px 30px;
     margin-left: -80px;
}
.logo {
     display: inline-flex;
}
.logo img {
     width: 100%;
}
.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     width: 140px;
     margin: 10px;
}


/** banner section **/

.section_01 {
     /* padding-bottom: 80px; */
}

.banner_main {

     background: #eae9e4;
     padding: 20px 0px 90px 0px;
     background-image: url("../images/ATSA Student Banners_1200 x 628_2 (002).jpg");
     height: 70vh;
     background-repeat: no-repeat;
     object-fit: cover;
     width: 80%;
     margin: auto;
}

.text-bg {
     text-align: left;
}

.form_top {
     text-align: center;
     background: #004286;
     padding: 10px;
     font-weight: 900;
}
.form_top span {
     color: #f7bf52;
}
.form_top h2 {
     color: #fff;
     font-weight: 900;
     font-size: 27px;
}
.form_middle_top {
     text-align: center;
     padding-bottom: 20px; 
}

.form_middle_top span {
     color: #f7bf52;
}
.form_middle_top h2 {
     color: #fff;
     font-weight: 900;
     font-size: 45px;
}
.main_form .form_middle_top p {
     color: #fff;
     font-size: 20px;
}
.form {
     top: -168px;
}

.d_flex p {
     margin: 0px;
     font-weight: 500;
     font-size: 18px;
     line-height: 28px;
     font-family: 'Open Sans', sans-serif;
     color: #000000;
 }

.ulstyle{
     margin: 0px;
     padding: 0px;
     font-size: 18px;
     line-height: 28px;
     font-family: 'Open Sans', sans-serif;
     color: #000000;
}

.section_02 p{

     margin: 0px;
     font-weight: 500;
     font-size: 18px;
     line-height: 28px;
     font-family: 'Open Sans', sans-serif;
     color: #000000;

}

.main_form {
     margin-top: 20px;
     padding: 60px 50px 80px 50px;
     background: #408ed9;
}

.main_form .contactus {
     border: inherit;
     margin-bottom: 11px;
     width: 100%;
     height: 45px;
     color: #073151;
     font-size: 16px;
     font-weight: 400;
     border-radius: inherit;
     border-bottom: #fff solid 1px;
}

.main_form .textarea {
     border: #f6c2d7 solid 1px;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     background: transparent;
     color: #073151;
     font-size: 16px;
     font-weight: 500;
     border-radius: 15px;
     padding-top: 35px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #f7bf52;
     color: #fff;
     padding: 13px 0px;
     max-width: 200px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     right: 0;
     position: absolute;
     margin-right: 14px;
}
.center-desk {
     text-align: left;
}
.main_form .send_btn:hover {
     background-color: #ab8232;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #073151;
     opacity: 1;
     text-transform: uppercase;
     padding-left: 10px;
}

h1 b {
     font-size: 60px;
}

/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.content_left {
     margin-top: -291px;
}

.d_flex .content_left {
     align-self: center;
}
.d_flex .content_left h1 {
     color: #004286;
     font-size: 62px;
}
.content_left p {
     padding-top: 20px;
}

.d_flex {
     display: flex;
     flex-wrap: wrap;
     place-content: space-around;
     margin-top: 40px;
}

.yellow {
     color: #f7bf52;
     font-weight: bold;
}

/** section_02 section **/

.section_02 {
     /* padding: 90px 0 141px 0; */
     background: #f2f2f2;
}
.section_02 h1 {
     line-height: 33px !important;
}

.center {
     text-align: center;
}

.center h1 {
    color: #004286;
    font-weight: bold;
    padding: 30px 0px;
    font-size: 38px;
    text-transform: uppercase;
}

.d_flex h1 {
     color: #408ed9;
     font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
}
.d_flex h1 .content_h_other {
     font-size: 41px;
     font-weight: 600;
}

.d_flex .left, .d_flex .right {
     background-color: #fff;
     padding: 16px 34px;
     margin: 20px;
}

.bottom_banner {
     background-color: #f7bf52;
     padding: 20px;
     margin: 20px;
}
.bottom_banner p { 
     color: #fff;
     font-weight: bold;
}

/** end clients section **/


/** footer **/

.footer {
     background: #004286;
     padding: 50px 0;
     text-align: left;
}

.cont h3 {
     color: #fff;
     font-size: 45px;
     line-height: 52px;
     font-weight: 500;
     text-transform: uppercase;
}
.cont h3 span {
     font-weight: 700;
}

/** end footer **/

