@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:wght@200;300;400;500;600;700&family=Poppins:wght@300;400;700&family=Tinos:wght@700&display=swap');
    @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');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body,
    html,
    form,
    ul,
    li,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    a,
    a:hover,
    a:focus {
        border: 0;
        outline: none;
        text-decoration: none;
    }
    
    h1 {
        font-size: 45px;
    }
    
    h2 {
        font-size: 43px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    h6 {
        font-size: 25px;
    }
    
    p {
        font-size: 18px;
    }
    
    a:focus,
    input:focus {
        outline: none;
    }
    
    .width100 {
        width: 100% !important;
    }
    
    .lh_1 {
        line-height: 1 !important;
    }
    
    .gap60 {
        padding: 60px 0;
    }
    

    
  
    
    @font-face {
        font-family: proxima-nova-semibold;
        src: url("../font/proxima-nova/Rene\ Bieder\ \ Milliard\ SemiBold.otf");
    }
    
    @font-face {
        font-family: proxima-nova-medium;
        src: url("../font/proxima-nova/Rene\ Bieder\ \ Milliard\ Thin.otf");
    }
    
    @font-face {
        font-family: proxima-nova-medium3;
        src: url("../font/montserrat/Montserrat-Black.ttf");
    }
    
    body {
        /* font-family: 'Satisfy', cursive; */
        font-family: 'Poppins', sans-serif;
        /* font-family: 'Bebas Neue', cursive; */
        box-sizing: border-box;
        font-size: 16px;
        overflow-x: hidden;
        outline: none !important;
    }

  .header{
    padding: 0 0 10px;
    position: relative;
  }
  .header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 3px 19px -10px #000;
  }
  .header.fixed .header_top{
    display: none;
  }
  .header.fixed .logo_pic img{
    width: 200px;
  }
  .header.fixed a.cont_but{
    margin-top: 0;
  }
  .header_top{
    padding: 7px 0;
    background: #E51B20;
    margin-bottom: 10px;
    position: relative;
  }
  .header_top_over{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    width: 37%;
    background: #fff;
  }
  .header_top_over:after{
    content: '';
    border-left: solid 30px #fff;
    border-top: solid 25px transparent;
    border-bottom: solid 1px transparent;
    right: -30px;
    top: 0;
    position: absolute;
  }
  .header_top ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header_top ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
  }
  .header_top ul li a{
    color: #fff;
    display: flex;
    align-items: center;
  }
  .header_top ul li a span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ban_form{
    padding-left: 20px;
  }
  .ban_form_con{
    background: #ffffff8c;
    border-radius: 30px;
    box-shadow: 0 0 19px -10px #000;
    position: relative;
    margin: 10px 0 30px;
  }
  .ban_form_con form{
    padding: 20px 20px 50px;
    position: relative;
  }
  .ban_form form input:not([type=submit]), .ban_form form select{
    width: 100%;
    border: none;
    height: 44px;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 15px;
    background: #FFFFFF;
    color: #333;
  }
.ban_form input[type=submit]{
    border: none;
    background: #E42320;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
}
.ban_form input[type=submit]:hover{
  background: #244A6C;
}
.ban_form h2{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
  background: #244A6C;
  line-height: 60px;
  border-radius: 30px 30px 0 0;
}
.ban_right{
  height: 100%;
}
.ban_right h1{
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 0;
  margin-top: 70px;
}
.ban_right h1 span{
  font-size: 38px;
  font-weight: 200;
}
.ban_right p{
  color: #3D3D3D;
  font-size: 16px;
  line-height: 26px;
}
.main_banner{
  position: relative;
  padding: 70px 0 120px;
}
a.cont_but{
  float: right;
  padding: 10px 25px;
  border-radius: 7px;
  color: #fff;
  background: #244A6C;
  font-size: 16px;
  margin-top: 19px;
}
.welcome_info{
  padding: 20px 30px;
  background: url(../images/welcome_back.png) no-repeat top center #fff;
  background-size: cover;
  box-shadow: 0 5px 19px -10px #000;
  margin-bottom: 100px;
  margin-top: -80px;
  position: relative;
}
.welcome_info img.wel_pic{
    width: 90%;
}
.welcome_info h2{
    color: #E42320;
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0 25px;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
    line-height: 32px;
}
.welcome_info h2 span{
  display: block;
  color: #818181;
  font-size: 16px;
  font-weight: 400;
}
.welcome_info h2:before{
  content: '';
  width: 100px;
  height: 3px;
  background: #E42320;
  position: absolute;
  left: 0;
  bottom: 0;
}
.welcome_info h2:after{
  content: '';
  width: 15px;
  height: 15px;
  background: #E42320;
  position: absolute;
  left: 95px;
  bottom: -5px;
  border-radius: 50%;
}
.welcome_info p{
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.wel_info_right{
  padding-top: 60px;
}
.why_We_area{
  padding: 40px 0;
  background-attachment: fixed !important;
}
.why_We_area h2{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0 25px;
  padding: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  line-height: 32px;
}
.why_We_area h2 span{
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.why_We_area h2:before{
  content: '';
  width: 100px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.why_We_area h2:after{
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 95px;
  bottom: -5px;
  border-radius: 50%;
}
.why_We_area p{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.why_We_area a{
  color: #fff;
  background: #E42320;
  padding: 13px 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}
.why_We_area img.why_pic_right{
  padding-left: 10%;
  margin-top: -70px;
  margin-bottom: -70px;
  width: 100%;
}
.blank{
  height: 40px;
  background: #EFEFE6;
}
.we_offer_main{
  padding: 50px 0;
}
.we_offer_main h2{
  color: #E42320;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 35px;
  padding: 0 15% 20px;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.we_offer_main h2 img{
  display: table;
    margin: 0 auto 20px;
}
.we_offer_main h2:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: 4px;
  width: 80px;
  background: #E42320;
}
.wom_info{
  
}
.wom_info img{
  display: table;
  margin: 0 auto;
  border-radius: 15px;
}
.wom_info a{
  color: #fff;
  background: #ce2420;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px;
  display: table;
  margin: 40px auto 0;
  border-radius: 10px;
}
.we_offer{
  background: #EFEFE6;
  padding: 50px 0;
}
.we_offer h2{
  color: #E42320;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 35px;
  padding: 0 0 20px;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.we_offer h2 img{
  display: table;
    margin: 0 auto 20px;
}
.we_offer h2:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: 4px;
  width: 80px;
  background: #E42320;
}
.we_offer_info{
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 7px 19px -12px #000; 
  margin-bottom: 35px;
}
.we_offer_info img{
  width: 100%;
}
.we_offer_info h3{
  color: #5E5E5E;
  font-size: 22px;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  transition: all 500ms ease-in-out 0ms;
}
.we_offer_info:hover h3{
  background: #244A6C;
  transition: all 500ms ease-in-out 0ms;
  color: #fff;
}
.why_choose_area{
  padding: 60px 0;
}
.why_choose_left h2{
  color: #E42320;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 35px;
  padding: 0 0 15px;
  text-transform: uppercase;
  line-height: 32px;
}
.why_choose_info{
  background: #E42320;
  border-radius: 25px;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 25px;
}
.why_choose_info h3{
  font-size: 16px;
    color: #fff;
    margin: 25px 0 0;
}
.why_choose_info img{
  width: 58px;
}
.foot_form_con{
  background: #ffffff8c;
  border-radius: 30px;
  box-shadow: 0 5px 19px -10px #000;
  position: relative;
  margin: 70px 0 30px 20%;
}
.foot_form_con form{
  padding: 20px 20px 50px;
  position: relative;
}
.foot_form_con form input:not([type=submit]), .foot_form_con form select{
  width: 100%;
  border: none;
  height: 50px;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 15px;
  background: #FFFFFF;
  color: #333;
  border-top: solid 4px #0000001f;
}
.foot_form_con input[type=submit]{
  border: none;
  background: #E42320;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  padding: 0 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}
.foot_form_con input[type=submit]:hover{
  background: #244A6C;
}
.foot_form_con h2{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
  background: #244A6C;
  line-height: 70px;
  border-radius: 30px 30px 0 0;
}
.footer_area {
  padding: 60px 0;
  text-align: center;
}
.footer_area h2{
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 35px;
  padding: 0 0 15px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.foot_table{
  margin: 0 10%;
  width: 80%;
  background: #1D5A91;
  padding: 20px;
  border-radius: 25px;
}
.foot_table table{
  width: 100%;
  border-color: #fff;
  text-align: left;
}
.foot_table table th{
  font-size: 30px;
  color: #fff;
  padding: 10px;
  line-height: 38px;
}
.foot_table table td{
  font-size: 20px;
  color: #fff;
  padding: 10px;
  line-height: 28px;
}
.footer_area h3{
  font-size: 50px;
  color: #fff;
  font-family: 'Lobster', cursive;
  width: 100%;
  text-align: center;
  margin: 30px 0 40px;
}
.footer_area a{
  display: inline-block;
  background: #1D5A91;
  color: #fff;
  padding: 20px 50px;
  border-radius: 10px;
  font-size: 30px;
  margin: 0 auto;
}
.footer_area a:hover{
  background: #244A6C;
}
