html,body{
    font-family: 'Roboto', sans-serif;
}
a,a:hover{
    text-decoration: none;
}

/*top bar*/

.top_bar {
    background: #FAB91C;
    padding: 10px 0px;
}

.top_bar_link {
    display: flex;
    align-items: center;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;

}

.top_bar_link svg,.top_bar_link img {
    margin-right: 10px;
}

.top_bar ul.list-unstyled {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
}

.top_bar ul.list-unstyled li {
    margin-left: 17px;
}
/*header*/
.header .bg-light {
    background-color: #fff!important;
}

.header .navbar-light .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #878DA4;
    padding: 11px 28px;
}

.header .navbar-light .navbar-nav .nav-link.active,.header .navbar-light .navbar-nav .show>.nav-link,.header .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}

.header .navbar-light .navbar-nav .nav-link.btn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FAB91C;
    border: 1px solid #FAB91C;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 27px;
}
.header .navbar-light .navbar-nav .nav-link.btn:hover{
    color: #fff;
    border: 1px solid #FAB91C;
    background-color:#FAB91C ;
}

.Book_Appointment_form {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 16px #E7E7E7;
    border-radius: 100px 8px 8px 8px;
    padding: 35px 40px 40px;
    max-width: 500px;
    margin-left: auto;
    top: -150px;
    position: relative;
}

.Book_Appointment_form h3 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
/* identical to box height, or 150% */
    color: #0F1C49;
    margin-bottom: 24px;
}

.Book_Appointment_form .form-input {
    margin-bottom: 15px;
}

.Book_Appointment_form .form-input .form-control {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 56px;
    box-shadow: none;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;

    color: #6E748B;
}

.Book_Appointment_form .form-input .form-control:focus {
    border: 1px solid #fab91a;
}

.btn-primary {
    color: #fff;
    background-color: #fab91a;
    border-color: #fab91a;
    padding: 17px 20px;
}

.welcome-hiro-form h2 {
    font-weight: bold;
    font-size: 70px;
    line-height: 72px;
/* identical to box height, or 103% */
    text-transform: uppercase;
    color: #0F1C49;
    margin-bottom: 30px;
}

.welcome-hiro-form h5 {
    font-weight: 400;
    font-size: 40px;
}

.welcome-hiro-form {
    padding: 10px 0px;
}

.Book_Appointment_form .btn {
    padding: 17px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
/* identical to box height */
    color: #FFFFFF;
}

.wel-form-section {
    padding: 0px 0px 50px;
    background-size: cover;
    background-position: bottom center;
}

.mx-420 {
    max-width: 420px;
}

.mx-420 {
    max-width: 420px;
}

.welcome-about {
    padding: 200px 0px 100px;
}

.welcome-about h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 67px;
/* or 134% */
    color: #0F1C49;
    margin-bottom: 20px;
}

.welcome-about p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
/* or 156% */
    color: #878DA4;
}

.abs_img {
    max-width: 500px;
    margin: 0 auto;
}

.welcome-about {
    position: relative;
}

.welcome-about:before {content: "";background: #FFF9EA;border-radius: 0px 100px 0px 0px;height: 583px;position: absolute;left: 0px;width: 38%;top: 100px;}

.welcome-about .container {
    position: relative;
}

.welcome-services h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40.5712px;
    line-height: 54px;
/* identical to box height, or 134% */
    color: #0F1C49;
    margin-bottom: 30px;
    text-align: center;
}

.welcome-services-card {
    position: relative; margin-bottom: 30px;
}

.welcome-services-card .abs-text {
    background: #FFFFFF;
    box-shadow: 0px 0px 3.2457px rgba(0, 0, 0, 0.25);
    border-radius: 4.86855px;
    font-style: normal;
    font-weight: 500;
    font-size: 17.0451px;
    line-height: normal;
/* identical to box height, or 267% */
    color: #000000;
    display: inline-block;
    padding: 13px 10px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
}


.container {
    max-width: 1200px;
}

.footer {
    padding-top: 60px;
    background: #0f1c49;
}

.footer .map {
    max-width: 514px;
    height: 222px;
    margin-bottom: 50px;
}

.footer .map iframe {
    width: 100%;
    height: 100%;
}

.footer h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.footer   ul.list-unstyled li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
/* or 250% */
    color: rgba(255, 255, 255, 0.6);
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_bottom .left {
    display: flex;
    align-items: center;
}

.footer_bottom .left .logo-footer {
    margin-right: 76px;
}

.footer_bottom .left .logo-call a,.footer_bottom .left .logo-call span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
/* identical to box height */
    color: #FFFFFF;
    padding: 8px 0px;
}

.left .logo-call svg {
    margin-right: 10px;
}

.btn-WhatsApp {
    background: #40C351;
    border-radius: 6px;
}

.btn-WhatsApp {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}

.btn-WhatsApp svg {
    margin-right: 6px;
}

.btn-WhatsApp:hover {
    color: #fff;
}

.footer-copy {
    padding: 15px;
    text-align: center;
    background: #3f496e;
}

.footer-copy p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-copy p a {
    color: #fff;
}

.map {
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}

.tema_slider .slick-list {
    margin: 0px -15px;
}

.tema_slider .slick-list .item {
    padding: 0px 15px;
}

.item.slick-slide.slick-current.slick-active {}

.team_box {
    text-align: center;
}

.team_box img.img-fluid {
    margin-bottom: 10px;
}

.team_box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 3px;
}

.team_box p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0px;
}

.our_expert {
    padding-bottom: 120px;
}

.our_expert h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 67px;
}

.gallery {
    padding: 100px 0px 60px;
}

.gallery  h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 67px;
}

.light-box {
    margin-bottom: 30px;
}

.icon_ani .box {
    background: #F9FAFB;
    border: 16px solid #FFFFFF;
    box-shadow: 0px 20px 40px rgba(15, 28, 73, 0.04);
    border-radius: 8px 100px;
    padding: 45px 40px;
    text-align: center;
}

.icon_ani {
    display: flex;
    margin: 10px -10px;
    flex-wrap: wrap;
}

.icon_ani .item {
    padding: 0px 10px;
    width: 50%;
}

.icon_ani .box h6 {
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0F1C49;
}

.icon_ani .box img {
    margin-bottom: 22px;
}

.box.two {
    border-radius: 100px 8px;
}

.box.three {
    border-radius: 100px 8px;
}

.icon_ani .item {
    margin-bottom: 20px;
}

.box.two {
    border-radius: 100px 8px;
}

.box.three {
    border-radius: 100px 8px;
}

.icon_ani .item {
    margin-bottom: 20px;
}

.Unique {
    position: relative;
    padding: 120px 0px;
}

.Unique .text-uni h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 67px;
/* or 134% */
    color: #0F1C49;
    margin-bottom: 25px;
}

.Unique .text-uni p {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #878DA4;
}

.text-uni {
    max-width: 420px;
    margin: auto;
}

.text-uni {}


.Unique:after {
    background: #F9FAFB;
    border-radius: 100px 8px 8px 8px;
    content: "";
    height: 100%;
    width: 94%;
    right: 0px;
    position: absolute;
    top: 0;
}

.Unique {
    margin-top: 200px;
}

.Unique .container {
    position: relative;
    z-index: 1;
}

.icon_ani {
    position: relative;
    top: -275px;
    margin-bottom: -280px;
}

.What-clients {
    background: rgba(30, 134, 169, 0.04);
    padding: 100px 0px;
    margin-top: 100px;
}

.What-clients .card_clients {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(165, 165, 165, 0.25);
    border-radius: 8px;
    padding: 48px 48px 75px;
}

.What-clients .card_clients p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
/* or 167% */
    color: #77777A;
    margin: 0px;
}

.What-clients .card_clients .card_clients_top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.What-clients .card_clients .card_clients_top .left {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 20px;
}

.What-clients .card_clients .card_clients_top h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0F1C49;
}

.What-clients .card_clients .card_clients_top h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FAB91C;
}

.What-clients h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 67px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 48px;
}

.clients_slider .slick-list {
    padding: 0 10% 0 0 !important;
}

.container-full {
    overflow: hidden;
    padding-left: 110px;
}

.What-clients .slick-list {
    margin: 0px -15px;
}

.What-clients .slick-list .item {
    padding:15px 15px;
}

.What-clients {
    position: relative;
    background: transparent;
    padding-bottom: 0px;
}

.What-clients:before {
    background: rgba(30, 134, 169, 0.04);
    position: absolute;
    width: 100%;
    height: 68%;
    top: 0px;
    left: 0px;
    content: "";
}

.clients_slider .slick-arrow {
    position: absolute;
    left: -100px;
    bottom: 100px;
}

.clients_slider .slick-arrow .slick-next.slick-arrow {
    left: -100px;
}

.clients_slider .slick-prev.slick-arrow {
    left: -200px;
}

.clients_slider .slick-arrow svg path {
    fill: black;
    opacity: 1;
}

.btn-primary:hover,.btn-primary:focus {
    color: #fff;
    background-color: #ce9712;
    border-color: #ce9712;
}


.btn {
  position: relative;
  overflow: hidden; }

.btn:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -100%;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px; }

.btn:hover:before{
  left: 120%;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); }

  .container-full {
    position: relative;
}

