@charset "utf-8";

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #1E1E1E;
  border-radius: 0;
}

@font-face {
  font-family: "Cairo-Regular";
  src: url("../fonts/Cairo-Regular.ttf");
}

:root{
    --header-color: #212730;
    --text-color-light: #B1B1B1;
    --text-color: #3A3A38;
    --primary-color: #B3833F;
    --border-color: #B3833F;
    --bg-gradient-primary: linear-gradient(288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo-Regular";
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:focus,
a:hover {
  text-decoration: none;
}

.rounded {
    border-radius: 15px !important;
}

.border {
    border: 1px solid var(--border-color) !important;
}

.gap-20{
    gap:20px;
}

.btn {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 16px;
    /*height: 80px;*/
    height: 60px;
    border: none !important;
    /*line-height: 80px;*/
    line-height: 60px;
    /*padding: 0 50px;*/
    padding: 0 30px;
    /*font-size: 20px;*/
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    max-width: 100%;
}

.btn:hover, .btn:focus,.btn:active{
  background-color: var(--primary-color);
  color: #fff !important;
}

.border_btn{
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
}

.nav_btn{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 30px;
}

.navbar {
  background: transparent;
  padding: 20px 0;
}

.navbar-brand {
  margin: 0;
}

.navbar-brand img{
    width: 130px;
}

.nav-link {
  color: #fff;
  margin: 0 15px;
  font-size: 18px;
}

.nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler{
    color: #fff;
    font-size: 26px;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
}

.hero {
    margin-top: -95px;
    /*padding-top: 120px;*/
    padding-top: 80px;
    /*padding-bottom: 250px;*/
    padding-bottom: 150px;
    background-image: url(../images/hero_bg.png);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
}

.hero .col-md-5{
    padding: 0;
}

.hero .col-md-7 {
    padding-top: 30px;
}

[dir="rtl"] .hero .col-md-7 {
    padding-right: 0;
    padding-left: 30px;
}

[dir="ltr"] .hero .col-md-7 {
    padding-left: 0;
    padding-right: 30px;
}

.hero h6{
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
    /*line-height: 26px;*/
    line-height: 28px;
    font-size: 18px;
}

.hero h1{
    color: #fff;
    /*font-size: 60px;*/
    font-size: 40px;
    /*line-height: 80px;*/
    line-height: 50px;
    font-weight: bold;
}

.hero .btn{
    width: 200px;
    margin-top: 20px;
    margin-bottom: 60px;
}


.hero .img_box .main{
    border-radius: 0 0 24px 24px;
}

.hero .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .img_box{
    position: relative;
    max-height: 320px;
}

.hero .img_box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    border-radius: 24px;
    border: 2px solid var(--primary-color);
}

[dir="rtl"] .hero .img_box:after {
    left: 40px;
}

[dir="ltr"] .hero .img_box:after {
    right: 40px;
}

.hero .img_box .dots{
    position: absolute;
    top: 20px;
}

[dir="rtl"] .hero .img_box .dots{
    left: 0;
}

[dir="ltr"] .hero .img_box .dots{
    right: 0;
}

.about{
    /*padding-bottom: 60px;*/
    padding-bottom: 40px;
    /*padding-top: 50px;*/
    position: relative;
}

.about h6 {
    /*font-size: 24px;*/
    font-size: 18px;
    /*line-height: 34px;*/
    line-height: 28px;
    font-weight: bold;
    color: var(--primary-color);
}

.about h2 {
    color: var(--text-color);
    /*font-size: 45px;*/
    font-size: 32px;
    /*line-height: 80px;*/
    line-height: 40px;
    font-weight: bold;
}

.about p{
    margin-top: 20px;
}

.about .box_img {
    padding: 30px;
}

[dir="rtl"] .about .box_img {
    border-right: 2px solid #1E2E45;
    padding-left: 0;
}

[dir="ltr"] .about .box_img {
    border-left: 2px solid #1E2E45;
    padding-right: 0;
}

.about img{
    width: 100%;
    min-height: 400px;
}

.about .shape_img{
    width: 180px;
    position: absolute;
    top: 70%;
    z-index: -1;
}

[dir="rtl"] .about .shape_img{
    right: 0;
}

[dir="ltr"] .about .shape_img{
    left: 0;
    transform: rotateY(180deg);
}

.service{
    /*padding-bottom: 60px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.title h6 {
    /*font-size: 24px;*/
    font-size: 18px;
    /*line-height: 34px;*/
    line-height: 28px;
    font-weight: bold;
    color: var(--primary-color);
}

.title h2 {
    color: var(--text-color);
    /*font-size: 45px;*/
    font-size: 32px;
    /*line-height: 60px;*/
    line-height: 40px;
    font-weight: bold;
}

.title p{
    text-align: start;
}

.service .service-card{
    margin-top: 50px;
}
.service .service-card .icon {
/*  margin-bottom: 20px;*/
}

.service .service-card h3{
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
}

.service .service-card p{
    font-size: 18px;
}

.service .service-card a{
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    color: var(--primary-color);
}

.team{
    /*padding-top: 100px;*/
    /*padding-bottom: 50px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.team .shape{
    max-width: 30%;
    position: absolute;
    top: -130px;
}

[dir="rtl"] .team .shape{
    left: 0;
}

[dir="ltr"] .team .shape{
    right: 0;
}

.team .team-member {
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
}

.team .team-member img {
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
    object-fit: contain;
}

.team .team-member h3 {
  /*font-size: 40px;*/
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.team .team-member p {
  font-size: 18px;
}

@media (max-width: 768px) {
  .team .row {
/*    text-align: center;*/
  }
}

.cta{
    background-image: url(../images/cta_bg.png);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    /*padding: 40px 0;*/
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
}

.cta h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 40px;

}

.cta p{
    font-size: 18px;
    width: 80%;
    line-height: 34px;
    margin: 0 auto;
}

.pricing-plans {
  /*padding: 30px 0;*/
    padding-top: 40px;
    padding-bottom: 40px;
}

.pricing-plans .plan-card {
  background-color: #fff;
  padding: 40px 30px;
  border: 1px solid #EFF0F6;
  border-radius: 24px;
  margin: 30px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.pricing-plans .plan-card:hover {
  box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.4),
        0 16px 48px rgba(0, 0, 0, 0.05) !important;
  z-index: 10;
}

.pricing-plans .plan-header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pricing-plans .plan-header .plan-type {
  font-size: 18px;
  font-weight: 400;
  color: #6F6C90;
}

.pricing-plans .plan-header .plan-title {
  font-size: 24px;
  font-weight: bold;
  color: #170F49;
}

.pricing-plans p{
    color: #6F6C90;
}

.pricing-plans .price {
  font-size: 48px;
  font-weight: bold;
  color: #170F49;
  margin-bottom: 10px;
}

.pricing-plans .price span{
    font-size: 20px;
    color: #6F6C90;
    font-weight: 400;
}

.pricing-plans h4{
    font-size: 18px;
    font-weight: bold;
    color: #170F49;
    margin-bottom: 20px;
}

.pricing-plans .features {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  min-height: 100px;
  max-height: 200px;
}

.pricing-plans .features li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #170F49;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-plans .features li i {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 26px;
}

.pricing-plans .btn {
    height: 70px;
    line-height: 70px;
    width: 100%;
    border-radius: 50px;
}

.pricing-plans .professional-plan {
  background-color: #172435;
  color: #fff;
}

.pricing-plans .professional-plan .plan-header .plan-type{
    color: #EFF0F6;
}

.pricing-plans .professional-plan p{
    color: #D9DBE9;
}

.pricing-plans .professional-plan .price span{
    color: #D9DBE9;
}

.pricing-plans .professional-plan h4,
.pricing-plans .professional-plan .price,
.pricing-plans .professional-plan .plan-header .plan-title,
.pricing-plans .professional-plan .features li{
    color: #fff;
}

.pricing-plans .professional-plan .features li i{
    background-color: #fff;
    color: var(--primary-color);
}

.pricing-plans .professional-plan .btn {
    color: var(--primary-color);
    background-color: #fff;
}

.pricing-plans .professional-plan .btn:hover {
    color: #fff;
    background-color:  var(--primary-color);
}

footer{
    background-color: #172435;
    color: #fff;
    position: relative;
    margin-top: 30px;
}

footer .balance {
    height: 140px;
    position: absolute;
    bottom: calc(100% - 7px);
}

[dir="rtl"] footer .balance {
    left: 0;
}

[dir="ltr"] footer .balance {
    right: 0;
}

footer .logo{
    padding-top: 40px;
    text-align: center;
}

footer hr {
    opacity: 1;
    width: 80%;
    margin: 40px auto;
}

footer h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer p{
    font-size: 16px;
    width: 80%;
}

footer .contact-info,
footer .footer-links {
  list-style-type: none;
  padding: 0;
}

footer .contact-info li,
footer .footer-links li {
  font-size: 1rem;
  margin-bottom: 10px;
}

[dir="rtl"] footer .contact-info li img{
    margin-left: 10px;
}

[dir="ltr"] footer .contact-info li img{
    margin-right: 10px;
}

footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

footer .footer-links a:hover {
  color: var(--primary-color);
}

footer .social-links {
  margin-top: 20px;
}

footer .social-links a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}

[dir="rtl"] footer .social-links a {
  margin-right: 10px;
}

[dir="ltr"] footer .social-links a {
  margin-left: 10px;
}

footer .social-links a:hover {
  color: #ff6a00;
}
footer .copyright{

}

footer .copyright h6{
    margin-bottom: 0;
}

footer .copyright hr{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
}

.sub_hero{
    margin-top: -95px;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../images/sub_hero.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.sub_hero .title h6{
    font-size: 16px;
    font-weight: 400;
}

.sub_hero .title h2{
    color: #fff;
}

.sub_hero .title p{
    color: #fff;
}

[dir="rtl"] .sub_hero .title p{
    padding: 60px 20px 60px 0;
}

[dir="ltr"] .sub_hero .title p{
    padding: 60px 0 60px 20px;
}

[dir="rtl"] .sub_hero .col-lg-8{
    border-right: 2px solid #fff;
}

[dir="ltr"] .sub_hero .col-lg-8{
    border-left: 2px solid #fff;
}

.cta_about{
    background-image: url(../images/cta2_bg.png);
    padding-bottom: 150px;
}

.mission{
    padding: 50px 0;
}

[dir="rtl"] .mission .col-md-6{
    padding-right: 200px;
}

[dir="ltr"] .mission .col-md-6{
    padding-left: 200px;
}

.mission h2{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}

.mission h2:before{
    content: "";
    width: 130px;
    height: 1px;
    background-color: #3A3A38;
    position: absolute;
    top: 0;
}

[dir="rtl"] .mission h2:before{
    right: -200px;
}

[dir="ltr"] .mission h2:before{
    left: -200px;
}

.testimonials{
    padding-top: 50px;
}

.testimonials_slider{
    padding: 70px 0;
}
[dir="ltr"] .testimonials_slider .row{
    direction: ltr;
}
.testimonials_slider .client_img {
    width: 300px !important;
    height: 300px;
    border-radius: 50px;
}

[dir="rtl"] .testimonials_slider .client_img {
    float: left;
}

[dir="ltr"] .testimonials_slider .client_img {
    float: right;
}

.testimonials_slider .d-flex{
    flex-direction: row-reverse;
}

.testimonials_slider .rates {
    display: flex;
    gap: 6px;
    margin-bottom: 0;
    padding: 0;
}

.testimonials_slider .rates li{
    color: var(--primary-color);
}

.testimonials_slider p{
    color: #3A3A38;
    padding-top: 60px;
    margin-bottom: 30px;
    position: relative;
}

[dir="rtl"] .testimonials_slider p{
    text-align: left;
}

[dir="ltr"] .testimonials_slider p{
    text-align: right;
}

.testimonials_slider p:before {
    content: "";
    background-image: url(../images/quote.png);
    background-size: cover;
    width: 230px;
    height: 170px;
    position: absolute;
    top: -30px;
}

[dir="rtl"] .testimonials_slider p:before {
    left: -30px;
}

[dir="ltr"] .testimonials_slider p:before {
    right: -30px;
    transform: rotateY(180deg);
}

.testimonials_slider h4{
    font-size: 20px;
    margin-bottom: 0;
}

.contact-form {
  padding: 50px 0;
}

.contact-form h2 {
  font-size: 30px;
  font-weight: bold;
}

.contact-form p{
    margin-bottom: 30px;
}

form .form-group {
  margin-bottom: 20px;
}

form label {
  font-weight: bold;
  font-size: 14px;
  color: #161616;
  margin-bottom: 10px;
  display: block;
}

form label span{
    color: #B42318;
}

[dir="rtl"] form label span{
    margin-left: 5px;
}

[dir="ltr"] form label span{
    margin-right: 5px;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px !important;
    height: 40px;
    border: 1px solid #efefef !important;
}

[dir="rtl"] form input, [dir="rtl"] form textarea {
    text-align: right;
}

[dir="ltr"] form input, [dir="ltr"] form textarea {
    text-align: left;
}

form input:focus, form textarea:focus{
    box-shadow: 0 0 12px .10rem rgb(179 131 63 / 20%) !important;
}

form textarea{
    height: auto;
}

form .btn{
    width: 40%;
    min-width: 300px;
}

form input:focus,
form textarea:focus {
  outline: none;
  border-color: #ff6a00;
}

form .error-message {
    color: red;
    font-size: 0.9rem;
    display: none;
    position: absolute;
    top: calc(100% + 25px);
}

.contact-card {
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #D2D6DB;
  position: relative;
}

.info-message {
  color: green;
  font-size: 0.9rem;
  position: absolute;
  top: 10px;
  display: none;
}

[dir="rtl"] .info-message {
  left: 10px;
}

[dir="ltr"] .info-message {
  right: 10px;
}

.contact-card h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

.contact-card ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #555;
}

.contact-card ul li {
    display: flex;
    flex-direction: column;
  margin-bottom: 10px;
  gap: 5px;
}

.contact-card ul li strong{
    color: #1F2A37;
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-card ul li i{
    color: var(--primary-color);
    font-size: 18px;
}

.contact-card ul li .d-flex i{
    cursor: pointer;
}

.contact-card ul li a {
    color: var(--primary-color);
  text-decoration: none;
}

.contact-card h3{
    font-size: 16px;
    font-weight: bold;
}

.contact-card .social-links {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.contact-card .social-links a {
  font-size: 1.2rem;
  color: #161616;
  text-decoration: none;
}

.contact-card .social-links a:hover {
  color: var(--primary-color);
}

.service_page{
    padding: 50px 0;
}

.service_page .tab-titles {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

[dir="ltr"] .service_page .tab-title i{
    transform: rotateY(180deg);
}
.service_page .tab-title {
    padding: 22px 0;
    cursor: pointer;
    font-size: 25px;
    line-height: 40px;
    color: #9C9C9B;
    border-bottom: 1px solid #9C9C9B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.service_page .tab-title:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.service_page .tab-title.active {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.service_page .service{
    padding: 0;
}

[dir="rtl"] .service_page .service{
    padding-right: 15px;
}

[dir="ltr"] .service_page .service{
    padding-left: 15px;
}

.service_page .service .service-card{
    margin-top: 0;
    margin-bottom: 50px;
}

.apply_service{
    padding-top: 60px;
}

form .custom-file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 170px;
    border: 2px dashed var(--primary-color);
    border-radius: 5px;
    text-align: center;
    background-color: rgb(179 131 63 / 10%);
    padding: 0;
}

form .custom-file-upload input[type="file"] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

[dir="rtl"] form .custom-file-upload input[type="file"] {
  left: 0;
}

[dir="ltr"] form .custom-file-upload input[type="file"] {
  right: 0;
}

form .custom-file-upload span {
  position: absolute;
  top: 50%;
  font-size: 14px;
  color: var(--primary-color);
}

[dir="rtl"] form .custom-file-upload span {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="ltr"] form .custom-file-upload span {
  right: 50%;
  transform: translate(50%, -50%);
}

form .iti{
    width: 100%;
}

[dir="rtl"] form .iti__flag-container {
    right: 0 !important;
    left: auto !important;
}

[dir="ltr"] form .iti__flag-container {
    left: 0 !important;
    right: auto !important;
}

[dir="rtl"] form .iti input[type=tel] {
    padding-left: 6px !important;
    padding-right: 100px !important;
}

[dir="ltr"] form .iti input[type=tel] {
    padding-right: 6px !important;
    padding-left: 100px !important;
}

form .iti__flag{
    display: block;
}

form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

[dir="rtl"] form .iti--separate-dial-code .iti__selected-flag {
    border-left: 1px solid #efefef !important;
}

[dir="ltr"] form .iti--separate-dial-code .iti__selected-flag {
    border-right: 1px solid #efefef !important;
}

.map{
    padding: 50px 0;
}

.map iframe{
    border-radius: 16px;
}
[dir="ltr"] .text-start {
    text-align: right !important;
}

/* Responsive */
@media (max-width: 1200px){
    .hero h1,.about h2{font-size: 50px;line-height: 80px}
}

@media (max-width: 992px) {
  .navbar-collapse {
    display: none !important;
  }

  .navbar-nav{padding: 0}

  .offcanvas.offcanvas-end{width: 260px}

.nav-link{color: #000;}

.hero{padding-bottom: 200px}

.hero h6{margin-top: 0}

    .hero h1, .about h2 {
        font-size: 34px;
        line-height: 60px;
    }

  .title h1, .title h2 {
    font-size: 30px;
    line-height: 50px;
}

.title p {
    font-size: 16px;
    line-height: 30px;
}

.team .team-member h3{font-size: 24px}

.cta p{width: 100%}

.pricing-plans .plan-card{padding: 40px 15px}

.pricing-plans .price{font-size: 40px}

.sub_hero {
    padding-top: 120px;
    padding-bottom: 90px;
}

[dir="rtl"] .sub_hero .title p {
    padding: 40px 20px 40px 0;
}

[dir="ltr"] .sub_hero .title p {
    padding: 40px 0 40px 20px;
}

[dir="rtl"] .mission .col-md-6 {
    padding-right: 0;
}

[dir="ltr"] .mission .col-md-6 {
    padding-left: 0;
}

.mission h2:before{top: -10px}

[dir="rtl"] .mission h2:before{right: 0}

[dir="ltr"] .mission h2:before{left: 0}

.testimonials_slider h4{font-size: 18px}

.service_page .tab-title{font-size: 22px;padding: 18px 0;}
}

@media (max-width: 768px) {
    .hero{padding-bottom: 120px;padding-top: 90px}

    .hero .img_box{display: none;}

    .hero .container{max-width: 540px;}

    .hero .col-md-7{padding: 15px}

  .pricing-plans .row {
    text-align: center;
  }

  .pricing-plans h4{
    text-align: start;
  }

  .pricing-plans .plan-header{justify-content: center;}

  .pricing-plans .col-md-4 {
    margin-bottom: 20px;
  }

  /*.btn{height: 60px;line-height: 60px}*/

  .about .box_img {
        padding: 0;
    }

  [dir="rtl"] .about .box_img {
        border-right: none;
    }

  [dir="ltr"] .about .box_img {
        border-left: none;
    }

    .about img{min-height: 200px}

    .service .text-start{margin-top: 15px}

    [dir="rtl"] .service .text-start{text-align: right !important}

    [dir="ltr"] .service .text-start{text-align: left !important}

    .cta h2{font-size: 30px;margin-bottom: 20px}

    footer h4{
    margin-top: 20px;
  }

.sub_hero .title p{padding: 0}

[dir="rtl"] .sub_hero .col-lg-8{border-right: none;}

[dir="ltr"] .sub_hero .col-lg-8{border-left: none;}

.mission h2 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.mission{padding: 10px 0}

.testimonials_slider p:before{top: -10px}

[dir="rtl"] .testimonials_slider p:before{left: 0}

[dir="ltr"] .testimonials_slider p:before{right: 0}

.testimonials_slider .row{
    flex-direction: column-reverse;
}

.testimonials_slider .client_img {
    width: 250px !important;
    height: 250px;
    border-radius: 50px;
    float: none;
    margin: 0 auto;
}

.testimonials_slider p{text-align: center;}

.testimonials_slider .d-flex{justify-content: center;}

.service_page .tab-title{font-size: 20px;padding: 12px 0}

.service_page .service{padding: 0;padding-top: 30px}

.service_page{padding: 20px 0;}

form .btn{
    width: 50%;
    min-width: 250px;
}
}

@media (max-width: 640px) {
    body{
        font-size: 14px;
    }

    .team {padding-top: 50px}

    .team .shape {
    max-width: 50%;
    top: -50px;
}

.cta{padding: 50px 0}

    .hero h1, .about h2 {
        font-size: 28px;
        line-height: 40px;
    }

    footer .copyright h6{font-size: 14px}

}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: .25rem;
    font-weight: 600;
}

.text-default {
    color: #B3833F;
}

.login{
    background-image: url(../images/cta_bg.png);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 60px 0;
    text-align: center;
    color: #1c2c3f;
}

.login form .btn {
    min-width: 200px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 17px !important;
}

.badge-success {
    background-color: #50cd89;
}

.badge-info {
    background-color: #3a68e4;
}

.badge-warning {
    background-color: #b3833f;
}

.badge-danger {
    background-color: #f1416c;
}

@media (max-width: 768px) {
    .hero h1,
    .about h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .btn {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .hero .img_box .main {
        max-height: 200px;
    }
}

.login .form-container {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.login input.form-control {
    height: 55px;
    font-size: 16px;
    padding: 10px 15px;
}

.login .btn {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    padding: 0 30px;
    min-width: 180px !important;
}

.login .form-group {
    margin-bottom: 20px;
}

.login h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.login label {
    font-size: 14px;
    margin-bottom: 6px;
}

footer .contact-info a:hover {
    color: var(--primary-color) !important;
}