/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

/* import files */
@import url("../css/header_footer.css");

html, body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family: "Saira", sans-serif;
  font-weight: 400;
  line-height: 1.5;   
}
a:hover{
  color: #085CA2;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-control::-webkit-input-placeholder {  
  color: rgb(29 31 68 / 40%);
}
.form-control::-moz-placeholder {  
  color: rgb(29 31 68 / 40%);
}
.form-control::-ms-input-placeholder {  
  color: rgb(29 31 68 / 40%);
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.error{
  font-size: 12px;
  color: red;
  padding: 3px 15px;
}
main{
  padding: 83px 0 0;
}
.contact_btn{
  background: #085CA2;
  border: 2px solid #085CA2;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 10px 25px;
  display: inline-block;
  white-space: nowrap;
}
.contact_btn:hover{
  background: #FFFFFF;
  color: #085CA2;
}
/* ------ HOME PAGE ------ */
#home .contact_btn, #about .contact_btn, #maintain .contact_btn{
  box-shadow: 0px 10px 18px 0px #085CA238;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
#home .contact_btn:hover svg path, #about .contact_btn:hover svg path, #maintain .contact_btn:hover svg path{
  stroke: #085CA2;
}
.title_blog span{
  font-size: 18px;
    font-weight: 500;
    color: #E0223B;
    display: block;
    margin-bottom: 1rem;
}
.title_blog h1{
  font-size: 44px;
  font-weight: 700;
  color: #040411;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.text_img{
  width: 180px;
}
.title_blog p{
  font-size: 16px;
    font-weight: 400;
    color: #040411;
    margin-bottom: 1.5rem;
    display: block;
}
#home .rigth_banner{
    width: unset;
}
.rigth_banner, .left_banner{
  width: 100%;
}
.title_blog h2{
  font-size: 38px;
  font-weight: 600;
  color: #1D1F44;
  display: block;
  margin-bottom: 1rem;
}
.other_title p{
  color: rgb(29 31 68 / 80%);
}
#about{
  padding: 80px 0;
}
.other_title {
  max-width: 550px;
}
#vision{
  background: url("../images/home/vision_bg.png") no-repeat;
  background-size: cover;
  background-position: top left;
  width: 100%;
  position: relative;
  display: block;
}
#vision .contact_btn, #contact .contact_btn{
  background: #E0223B;
  border-color: #E0223B;
  box-shadow: 0px 10px 18px 0px #E0223B38;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
#vision .contact_btn:hover, #contact .contact_btn:hover{
  background: #FFFFFF;
  color: #E0223B;
}
#vision .contact_btn:hover svg path, #contact .contact_btn:hover svg path{
  stroke: #E0223B;
}
.other_title span{
  font-weight: 600;
}
#mission{
  padding: 80px 0;
}
.brand_owl{
  box-shadow: 0px 14px 25px 0px #001A301A;
    border-radius: 24px;
    position: relative;
    padding: 30px 30px;
    margin: -10px 0 0;
    background: #fff;
}
.brand_owl img {
  width: 130px !important;
  height: 68px;
  object-fit: contain;
}
.contact_blog{
  background: #FFEFE7;
  border-radius: 48px;
  position: relative;
  width: 100%;
  padding: 50px 50px 0;
}
#contact{
  padding: 80px 0;
}
.contact_blog .form-control{
  border: 1px solid #E9D1C6;
  background: #FFF6F1;
  color: #000000;
  height: auto;
  line-height: unset;
  border-radius: 14px;
  padding: 15px 20px;
}
.contact_blog textarea{
  height: 150px !important;
}
.insta_feedblog{
  position: relative;
  display: block;
  width: 100%;
}
.insta_feedblog:hover:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000080;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.insta_feedblog:hover:after {
    content: "";
    width: 55px;
    height: 55px;
    background: #00000033 url("../images/home/insta_icon.png") no-repeat;
    background-position: center;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}
#feed{
  padding: 80px 0 40px;
}

/*------ maintain page ------*/
.banner_center{
  margin: 0 0 40px;
}
.maintain_blog{
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.maintain_blog h1{
  font-size: 40px;
  font-weight: 700;
  color: #040423;
  display: block;
  margin-bottom: 30px;
}
.topobject {
  width: 100%;
  height: 260px;
  margin: -100px 0 0;
}
.maintain_blog .brand_logo{
  padding-top: 30px;
  z-index: 1;
  position: relative;
}
#maintain{
  position: relative;
  height: 100vh;
}
#maintain:before{
  content: "";
  background: url("../images/maintain/left_object.png") no-repeat;
  background-position: unset;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  display: inline-block;
}
#maintain:after{
  content: "";
  background: url("../images/maintain/right_object.png") no-repeat;
  background-position: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 500px;
  display: inline-block;
}

/*------ Login Page ------*/
.auth_blog h1{
  font-size: 26px;
  font-weight: 700;
  color: #040423;
  margin-bottom: 1rem;
}
.auth_login {
  position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    width: 100%;
    height: 100%;
    object-fit: none;
    background: #085ca2;
}
.auth_blog .brand_logo{
  margin-bottom: 30px;
}
.auth_blog .form-control{
  border: 2px solid #C7D4DE;
    background: #FFFFFF80;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    height: auto;
    line-height: normal;
    padding: 12px 20px 12px 50px;
}
.auth_blog .form-control::-webkit-input-placeholder {  
  color: #90A5CC;
}
.auth_blog .form-control::-moz-placeholder {  
  color: #90A5CC;
}
.auth_blog .form-control::-ms-input-placeholder {  
  color: #90A5CC;
}
.auth_blog .input_group svg{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: auto 14px;
}
.auth_blog .input_group i{
  position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto 14px;
}
.interlink {
  font-size: 16px;
  font-weight: 600;
  color: #E0223B;
  display: block;
  text-align: right;
}

.auth_btn {
  box-shadow: 0px 10px 18px 0px #085CA238;
  background: #085CA2;
  border: 2px solid #085CA2;
  border-radius: 14px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 12px 10px;
}

.auth_btn:hover {
  color: #085CA2;
  background: #FFFFFF;
}
.auth_btn:hover svg path{
  stroke: #FFFFFF;
}

.auth_btn svg {
  position: absolute;
  right: 0;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto 20px;
}

.other_login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 90px;
}

.other_login li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #B5C6E7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.have_account {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #90A5CC;
  display: block;
  text-align: center;
}

.have_account a {
  font-weight: 600;
  color: #085CA2;
}
.ortext span {
  font-size: 14px;
  font-weight: 600;
  color: #90A5CC;
  display: inline-block;
  text-align: center;
  background: #fff;
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  width: fit-content;
}

.ortext:before {
  content: "";
  background: #B5C6E7;
  height: 2px;
  width: 100%;
  margin: 10px auto;
  display: block;
  position: absolute;
}

.ortext {
  position: relative;
  text-align: center;
  margin: 50px 0;
}

.auth_blog {
  max-width: 400px;
  margin: 0 auto 0 100px;
  height: 100vh;
  display: flex;
  flex-flow: column;  
  justify-content: center;
  width: 100%;
  padding: 30px 0;
}
.location_map {
    font-size: 17px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    color: #000;
    user-select: none;
}
.location_map a {
    color:#000;
}
.location_map i {
    color: #e0223b;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0223b21;
    margin: 0 auto 1rem;
}
#contact form{
    padding-bottom:30px;
}
.contact_info {
    margin: 2rem 0 0;
}
.contact_info .row .col-lg-4:nth-child(2) {
    border-left: 1px solid #cccccc70;
    border-right: 1px solid #cccccc70;
}