@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.logo {
    width: 130px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px !important;
    }
}
.nav-link {
    display: block;
    padding: 10px 24px !important;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-family: "Poppins", sans-serif;
    /* font-family: "Oswald", sans-serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.background_ysquare {
    background-color: #fff;
    box-shadow: 0px 0px 13px #cfcfcf;
}
.ysquare_h2 {
    font-weight: 500;
    font-style: normal;
    color: #fd7545;
    font-size: 42px;
    font-family: "Playfair Display", serif;
}
.ysquare_span {
    font-weight: 500;
    font-style: normal;
    color: #4e4e4e;
    font-size: 42px;
    font-family: "Playfair Display", serif;
}
.ysquare_p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}
.ysquare_m60 {
    margin-top: 120px;
}
.slider_top {
 position: relative;
}
.slider_top_innder{
    position: absolute;
    top: -68px;
    left: -50px;
    z-index: 100;
}
.slider_top_innder img{
    width: 200px;
}
.slider_bottom {
 position: relative;
}
.slider_bottom_innder{
    position: absolute;
    top: -200px;
    right: 0px;
    z-index: 100;
}
.slider_bottom_innder img{
    width: 200px;
}
.button_new {
        padding: 12px 24px;
        background-color: #fd7545;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        display: inline-block;
}
.button_new2 {
    padding: 10px 24px;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    text-decoration: none;
    display: inline-block;
}
.ysquare_h2 {
    font-weight: 500;
    font-style: normal;
    color: #fd7545;
    font-size: 42px;
    font-family: "Playfair Display", serif;
}
.services{
    font-weight: 400;
    font-style: normal;
    color: #1f1f1f;
    font-size: 24px;
    font-family: "Playfair Display", serif;  
    padding-top: 24px;
}
.box{
    display: flex;
    justify-content: space-between;
}
.box_2{
    height: 230px;
    width: 100%;
    padding: 30px 20px;
    background-color: #fd7545;
    border-right: 0.5px solid #fff;
}
.margin_top_e{
    margin-top: 100px;
}
.course_h4 {
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 24px;
    font-family: "Playfair Display", serif;
}
.course_p{
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.margin_top_course {
    margin-top: 100px;
}
.heading {
    font-weight: 400;
    font-style: normal;
    color: #202020;
    font-size: 32px;
    font-family: "Playfair Display", serif;
}
.padding_bottom_heading {
    padding-bottom: 50px;
}
p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}
small{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}
.background_ysquare_parallex {
    background-color: #fd7545;
    padding: 50px 0px;
}
input {
    line-height: normal;
  }
  
  textarea {
    overflow: auto;
  }
  
  form {
    padding: 10px;
  }

  .underline {
    border-bottom: solid 2px #474544;
    margin: -0.512em auto;
    width: 80px;
  }
  
  .icon_wrapper {
    margin: 0px auto 0;
    width: 100%;
  }
  
  .icon {
    display: block;
    fill: #474544;
    height: 50px;
    /* margin: 0 auto; */
    width: 50px;
  }
  
  .email {
      float: right;
      width: 45%;
  }
  
  input[type='text'], [type='email'], select, textarea {
      background: none;
    border: none;
      border-bottom: solid 2px #000000;
      color: #000000;
      font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
      margin: 0em 0 1.875em 0;
      padding: 0 0 0.875em 0;
    text-transform: uppercase;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  input[type='text']:focus, [type='email']:focus, textarea:focus {
      outline: none;
      padding: 0 0 0.875em 0;
  }
  
  .message {
      float: none;
  }
  
  .name {
      float: left;
      width: 45%;
  }
  
  select {
    /* background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right; */
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  .subject {
    width: 100%;
  }
  
  .telephone {
    width: 100%;
  }
  
  textarea {
      line-height: 150%;
      height: 150px;
      resize: none;
    width: 100%;
  }
  
  ::-webkit-input-placeholder {
      color: #000000;
  }
  
  :-moz-placeholder { 
      color: #000000;
      opacity: 1;
  }
  
  ::-moz-placeholder {
      color: #000000;
      opacity: 1;
  }
  
  :-ms-input-placeholder {
      color: #000000;
  }
  
  #form_button {
    background: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 16px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  #form_button:hover {
    background: #474544;
    color: #F2F3EB;
  }
  
  @media screen and (max-width: 768px) {
    #container {
      margin: 20px auto;
      width: 95%;
    }
  }
  
  @media screen and (max-width: 480px) {
  
    
    .underline {
      width: 68px;
    }
    
    #form_button {
      padding: 15px 25px;
    }
  }
  
  @media screen and (max-width: 420px) {
  
    .icon {
      height: 35px;
      width: 35px;
    }
    
    .underline {
      width: 53px;
    }
    
    input[type='text'], [type='email'], select, textarea {
      font-size: 0.875em;
    }
  }
  .back_bg {
    background-color: #fd7545;
    padding: 10px;
  }
  .back_bg h4{
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 24px;
    font-family: "Playfair Display", serif;
  }
  .blogs {
    font-weight: 400;
    font-style: normal;
    color: #1f1f1f;
    font-size: 24px;
    font-family: "Playfair Display", serif;
  }
  .courses_text {
    font-weight: 600;
    font-style: normal;
    color: #fd7545;
    font-size: 24px;
    font-family: "Playfair Display", serif;
  }
  li {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}
.alert-ysquare {
  color: #ffffff;
  background-color: #fd7545;
  border-color: #fd7545;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #fd7545;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.subheader {
  background-image: url(../images/subheader.jpg);
  background-attachment: fixed;
  /* background-position: center; */
  background-size: contain;
  color: #fff !important;
  border-bottom: 1px #eee solid;
  padding: 130px 0px;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}
.dropdown-item{
  border-bottom: 1px #eee solid;
  padding: 12px 12px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 25px;
}
footer {
  background-color: #0f0f0f;
  padding: 100px 0px;
  margin-top: 100px;
}
footer h4{
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}
footer li {
  padding: 6px 0px;
  list-style-type: none;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
footer a{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
footer ul{
  padding-left: 0px;
}
a:hover {
  color: #fd7545 !important;
}
.section_footer {
  background-color: #fd7545;
  padding: 20px 0px;
}
.conteries_a{
  font-weight: 400;
  font-style: normal;
  color: #0e0e0e;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  padding-top: 10px;
  display: block;
  text-decoration: none;
}
.contact_box{
  background-color: #fd7545;
  padding: 20px;
  height: 250px;
}
.careers_box{
  background-color: #fd7545;
  padding: 20px;
  height: 170px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 24px;
}
.careers_h4{
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
.contact_box h4{
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  font-family: "Playfair Display", serif;
}
.contact_box ul{
  padding-left: 0px;
}
.contact_box li{
  padding: 6px 0px;
  list-style-type: none;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.contact_box a{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.flag{
  width: 50px;
}
@media(max-width:1024px){
  .subheader {
    background-image: url(../images/subheader.jpg);
    background-attachment: fixed;
    /* background-position: center; */
    background-size: cover;
    color: #fff !important;
    border-bottom: 1px #eee solid;
    padding: 130px 0px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 24px;
    font-family: "Playfair Display", serif;
}
}
.whats-up img {
  position: fixed;
  bottom: 18px;
  right: 35px;
  z-index: 10000;
}