
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Alexandria", sans-serif;
}
.btnss {
  padding: 13px 40px;
  background: var(--main_color);
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid var(--main_color);
  transition: 0.3s ease;
  scale: 1;
}
:root{
  --main_color:#8A1538;
  --title_color:#27477D;
  --p_color:#888c92;
  --white_color:#fff;
  --border-color: rgba(255, 255, 255, 0.1);
}
.text_bg_gr {
  background: #8A1538;
  width: max-content;
  position: relative;
  right: -15px;
  padding: 8px 15px 8px 25px;
  font-size: 15px;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 10px 0 20px;
}

body{
  direction: rtl;
}

section{
  padding: 100px 0 ;
}

*::selection{
  background-color: var(--main_color);
  color: var(--title_color);
}

html{
  scroll-behavior: smooth;
}


h1,h2,h3,h4,h5,h6{
  color: var(--title_color);
}
span{
  color: var(--main_color);
}
p{
  color: var(--p_color);
}

.top_sec{
  text-align: center;
  margin-bottom: 50px;
  padding: 0 30px;
}
.top_sec h3{
  width: max-content;
  margin: 0 auto 10px;
  padding: 10px 30px;
  border-radius: 30px;
  color: var(--main_color);
  font-size: 25px;
}
.top_sec h4{
  font-size: 40px;
  font-weight: 600;
  color: var(--title_color);
  margin-bottom: 20px;
 }

 .top_sec p{
  font-size: 20px;
  width: 50%;
  margin: auto;
 }

.btns{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.btn{
  background-color: var(--main_color);
  padding: 18px 35px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white_color);
  transition: 0.3s;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.btn::after{

  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
  border-radius: 30px;
  z-index: -1;
}
.btn:hover::after{
  width: 100%;
  border-radius: 30px;  
  z-index: -1;  
}
.btn_no_Bg{
  color: var(--white_color);
  text-transform: capitalize;
  text-decoration: underline;
  transition: 0.3s;
}
.btn_no_Bg:hover{
  color: var(--main_color);
}



.container{
  width: 80%;
  margin: auto;
  max-width: 1500px;
}
@media (max-width:1300px) {
  .container{
      width: 85%;
  }
}
@media (max-width:1200px) {
  .container{
      width: 90%;
  }
}


.top_section{
  text-align: center;
  margin-bottom: 100px;
}
.top_section h2{
  font-size: 30px;
}

/* arrowup */

.arrowup{
  position: fixed;
  bottom: -100px;
  left: 20px;
  width: 45px;
  height: 45px;
  background: var(--main_color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  z-index: 100;
}
.arrowup.showarro{
  bottom: 11px;
}
.arrowup svg{
  width: 25px;
  fill: #fff;
}


/* Start top_sec_page */


.top_sec_page{
  background:linear-gradient(#1e2b44b2, #1e2b44b2), url(../img/bg_top_sec.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
}

.top_sec_page h2{
  font-size: 40px;
  margin-bottom: 20px;  
  color:#fff;  
}
.top_sec_page p{
  font-size: 20px;
  width: 70%;
  margin: 0 auto 30PX;
  line-height: 1.7;
  color: #999;
}


@media (max-width:500px) {
  .top_sec_page p{
      font-size: 14px;
      line-height: 1.5;
      width: 100%;
  }
  .top_sec_page h2{
      font-size: 26px;
  }
  
}

/* Start Footer */

footer h4{
  color: #ffffff;
}

footer{
  background: #394150;
}
footer .container{
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0px;
}
footer .container .big_row{
  width: 25%;
  position: relative;
  top: -px;
}
footer .container .big_row .hotline{
  display: flex;
  align-items: center;
  margin: 15px 0;
  gap: 10px;
}
footer .container .big_row .logo{
  
  width: 90%;
  background: #fff;
  border-radius: 10px;
}
footer .container .big_row .hotline i{
  font-size: 60px;
  color: #8A1538;
}
footer .container .big_row .hotline h5{
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
footer .container .big_row .hotline h6{
  color: #8A1538;
  font-size: 18px;
}


footer .container .big_row p{
  width: 90%;
  color: #b1b1b1;
  font-size: 14px;
  line-height: 1.5;
}
footer .container .row{
  width: 22%;
}
footer .container .row h4{
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
footer .container .row .links{
  display: flex;
  flex-direction: column;
  gap: 7px;
}
footer .container .row .links a{
  color: #b1b1b1;
  font-size: 14px;
  position: relative;
  right: 0;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
footer .container .row .links a svg{
  width: 17px;
  fill: #b1b1b1;
  transition: 0.3s ease-in-out;

}
footer .container .row .links a:hover{
  right: 8px;
  color: #8A1538;
}
footer .container .row .links a:hover svg{
  fill: #8A1538;
}
footer .container .row .icons{
  display: flex;
  gap: 20px;
  padding-bottom: 50px;
}
footer .container .row .icons img{
  width: 40px;
  cursor: pointer;
  scale: 1;
  transition: 0.3s ease;
}
footer .container .row .icons img:hover{
  scale: 1.2;
}

footer .bottom_footer{
  background: #202935;
}
footer .bottom_footer .container{
  padding: 20px 0;
  justify-content: center;
  text-align: center;
}
footer .bottom_footer .container span{
  color: #8A1538;
}
@media(max-width:1450px){
  .container{
      width: 95%;
  }
}


@media(max-width:1000px){
 

  
  footer .container{
    flex-wrap: wrap;
}
footer .container .row{
    width: 40%;
    margin-bottom: 20px;
}
footer .container .big_row{
    width: 55%;
    margin-bottom: 20px;
}
}

@media(max-width:500px){


  footer .container .row{
    width: 100%;
}
footer .container .big_row{
    width: 100%;
}
}


html{
  scroll-behavior: smooth;
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
   font-family: "Alexandria", sans-serif;

}





html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  background-color: transparent;
}
table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  width: 100%;
}
table.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto

}

/* .div-text a{

  display: contents;


} */

a {
  color: #4169e1;
  /* font-weight: bolder; */
  
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

*,
::after,
::before {
  box-sizing: inherit
}

body {
   font-family: "Alexandria", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #212121;
  background-color: #ffffff;
  margin: 0
}


button {
  background: 0 0;
  border: 0;
  cursor: pointer
}

svg:not(:root) {
  overflow: hidden
}


img {
  max-width: 100%;
  height: auto;
  /* vertical-align: middle */
}

p {
  margin: 0
}
iframe{
  max-width:100%
}
::placeholder { 
  color: #6e6e6e;
  opacity: 1; 
     font-weight: 900;
font-size: 21px;
}

:-ms-input-placeholder { 
 color: #2b2b2b;
  opacity: 1; 
     font-weight: 900;
font-size: 21px;
}

::-ms-input-placeholder { 
 color: #2b2b2b;
  opacity: 1; 
     font-weight: 900;
  font-size: 21px;
}

.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}

.screen-reader:active,
.screen-reader:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.hideflow {
  overflow: hidden
}

.txtcenter {
  text-align: center
}

header {
  display: block;
  /* position: relative;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 30%); */
}
header.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

.topbar-section {
  padding: 15px;
  background: transparent linear-gradient(272deg, #6a4797 0, #563a7a 100%);
  background: transparent linear-gradient(272deg, #6a4797 0, #563a7a 100%)
}

.site-branding {
  text-align: center
}
.topbar {
  background: #051d56;
  color: #fff;
}


.topbar-innr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar-innr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 69%;
  font-size: 14px;
}
.topbar-innr ul li{display: inline-block;margin-right: 15px;}

.topbar-innr ul li span{
color: #d6d6d6;
margin-left: 8px;
font-size: 15px;
}
.topbar-innr .left {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar-innr .right {
  width: 34%;
}
.call-us-wrap {
  width: 20%;
}
a.call-us {
  /* background: linear-gradient(90deg, rgba(235,100,64,1) 0%, rgba(255,179,68,1) 100%); */
  background-color:#051d56 ;
  text-decoration: none;
  padding: 6px 18px;
  display: inline-block;
  border-radius: 15px;
  color: #fff;
}

.site-title-inner {
  margin-right: 10px;
  line-height: 1.3
}

.site-title {
  font-size: 20px;
  font-weight: 900;
  text-decoration: none
}

.site-description {
  font-size: 14px;
  padding-top: 5px;
}

.topbar-inner {
  width: 100%
}

.search-wrap {
  /* margin: 0 41px 50px 28px; */
}

.search-wrap.open {
  display: block;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-field {
  width: 100%;
  padding: 7px 17px 00 3px;
  line-height: 1;
  box-sizing: border-box;
  outline: 0;
  height: 50px;
  border: 1px solid #026873;
  background: #e8ebf2;
  border-radius: 15px;
  color: #000000;
  overflow: hidden;
}

.search-submit {
  position: absolute;
  left: 00;
  top: 0px;
  bottom: 0;
  border: 0;
  background: 0 0;
  outline: 0;
  margin: 0;
  padding: 0 14px;
  z-index: 2;
  color: #fff;
  background: #051d56;
  background: linear-gradient(90deg, #051d56 0%, #051d56 100%);
  border-radius: 15px 0 0 15px;
  font-size: 21px;
  font-weight: 900;
}

.menubar-section {
  background: #ffffff;
}

.sidebar-close
{
  border-radius: 10px;
  background: 0 0;
  border: 1px solid rgb(0 0 0 / 10%);
  padding: 8px 10px
}

.main-navigation ul {
  list-style: none;
  margin: 0
}

.menubar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.menu-items li {
  position: relative
}

.menu-items li a {
  color: #102259;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 19px;
  margin: 2px 0;
}

button.search-toggle {
  padding: 21px 18px;
  background: rgba(0,0,0,.1);
}


.icon-dropdown {
  border: solid #3c474f;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition-duration: .8s;
  transition: transform .3s, -webkit-transform .3s
}

.submenu-toggle {
  display: block;
  left: 0;
  padding: 18px 16px;
  position: absolute;
  top: 0;
  background: #ffffff;
}

.sub-menu {
  display: none
}

.sub-menu.active {
  display: block
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.submenu-toggle.active .icon-dropdown {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg)
}

.book-now a {
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  color: #3f51b5;
  margin-left: 8px
}

.book-now a span {
  margin-right: 10px
}

.bar-align {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;

}



.wave {
  width: 120%;
  height: 50px;
  background: #eff5fe;
  margin-left: -10%;
}


.topbar .follow-us {
  display: inline-block;
  width: 30%;
}

.contact-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #3d275a;
  padding: 15px 0;
  border-top: 1px solid #3d275a;
  margin-bottom: 25px
}

.contact-menu a {
  color: #fff;
  text-decoration: none
}

.contact-menu li {
  width: 50%;
  position: relative;
  margin-bottom: 18px;
  text-align: right
}

.contact-menu li::before {
  content: " ";
  display: inline-block;
  border: 6px solid transparent;
  border-right-color: #ebd67a;
  width: 0;
  height: 0;
  margin-left: 15px
}

.copyright {
  padding: 15px 0;
  font-weight: 700
}

.topbar .follow-us a {
  margin: 5px;
  display: inline-block;
}

.contact-info {
}

.contact-section {
  text-align: center;
  width: 100%;
  margin-bottom: 15px
}

.contact-txt span {
  display: block;
}

.contact-txt .bold {
  color: #ffd31e;
  font-weight: 700;
  font-size: 23px;
}

.contact-icon {
  margin-bottom: 10px;
  background: #ffffff;
  padding: 9px;
  border-radius: 50px;
  border: 6px solid #c6ddff;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
}

.scrollUp {
  display: none;
  position: fixed;
  left: 7px;
  bottom: 8px;
  background: #006bb7;
  padding: 8px 5px;
  border-radius: 12%;
  z-index: 5447778;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  transition: 0.3s ease;
  /* background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(255, 179, 68, 1) 100%); */
}
.scrollUp:hover{
  background: transparent;
}
.scrollUp svg{
  fill: #fff;
}
.scrollUp:hover svg{
  fill:#006bb7;
  ;
}
.scrollUp.active {
  display: flex
}

.call-with-phone,
.whatsapp-chat {
  position: fixed;
  bottom: 69px;
  bottom: 0px;
  text-decoration: none;
  animation: animate-waggle 5s infinite;
  z-index: 9999;
  right: 15px;
}

.call-with-phone {
  bottom: 78px;
}

.call-phone-icon,
.whatsapp-chat-icon {
  background: #4caf50;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  padding: 11px;
  box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%)
}

.not-found {
  padding: 80px 0;
  text-align: center
}

.not-found h1 span {
  display: block
}

.not-found .number {
  color: #006bb7;
  position: relative;
  font: 839 133px Consolas;
  letter-spacing: 5vmin;
  display: block;
}
.title-line-right,
.title-line {
  position: relative;
  padding-bottom: 13px;
  display: inline-block;
}
.title-line::after {
content: '';
height: 4px;
width: 44%;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
background: #f0a589;
background: linear-gradient(90deg, #051d56 0%, #051d56 100%);
}
 
.title-line-right::after{
  content: '';
  height: 4px;
  width: 28%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f0a589;
  background: linear-gradient(90deg, #051d56 0%, #051d56 100%);
}
@-webkit-keyframes moving {
  to {
      background-position: 100vmin 20vmin, -100vmin -25vmin
  }
}

@keyframes moving {
  to {
      background-position: 100vmin 20vmin, -100vmin -25vmin
  }
}

@keyframes animate-waggle {
  0% {
      transform: none
  }
  10% {
      transform: rotateZ(-20deg) scale(1.2)
  }
  13% {
      transform: rotateZ(25deg) scale(1.2)
  }
  15% {
      transform: rotateZ(-15deg) scale(1.2)
  }
  17% {
      transform: rotateZ(15deg) scale(1.2)
  }
  20% {
      transform: rotateZ(-12deg) scale(1.2)
  }
  22% {
      transform: rotateZ(0) scale(1.2)
  }
  100%,
  24% {
      transform: rotateZ(0) scale(1)
  }
}


.call-us a {
  background: #006bb7;
  color: #fff;
  text-decoration: none;
  padding: 6px 15px;
  display: inline-block;
}



@media only screen and (max-width: 590px){
.background {
  margin-inline-end: 0px;
  width: 45px;
  height: 45px;
}}
@media only screen and (max-width: 992px){
.background {
  border-radius: 16px;
  background: #f4f4f4;
  backdrop-filter: blur(15px);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 18px;
}}
@media (max-width: 992px) {
  .bar-align{
      justify-content: space-between;
      /* flex-direction: row-reverse; */
  }
  .waves {
      height: 40px;
      min-height: 40px;
  }
  .main-nav {
      background: #ffffff;
      position: fixed;
      height: 100%;
      top: 0;
      right: 0;
      overflow-x: hidden;
      padding-top: 60px;
      width: 0;
      transition: .5s;
      visibility: hidden;
      opacity: 0;
      z-index: 999;
      /* background: linear-gradient(186deg, #024959 0%, #026873 100%); */
  }
  .menu-items {
      padding: 0;
      margin: 0;
      padding: 60px 0 21px 0;
  }
  .menu-items li{
      border-top: 1px solid #051d5623;
  }
  .sidebar-close {
      background: #ffffff;
      position: absolute;
      top: 9px;
      left: 15px;
      padding: 4px 7px;
      z-index: 9999
  }
  .main-nav.active {
      width: 100%;
      visibility: visible;
      opacity: 1;
      padding: 25px;
  }
  .sidebar-open {
      /* background: #051d56;
      border: 0;
      margin-right: 13px;
      background: linear-gradient(90deg, rgba(235,100,64,1) 0%, rgba(255,179,68,1) 100%); */
      width: 32px;
      height: 32px;
      padding: 4px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
  }

 
.sidebar-open span {
  width: 100%;
  height: 2px;
  border-radius: 0.125rem;
  background-color: #000000;
  transition: transform .4s, background-color .4s, opacity .4s;
}
  .topbar,
  .call-us-wrap{
      display: none
  }
 
}



@media (min-width: 992px) {
 
  .main-nav {
  width: 65%;
}
  .sidebar-close,
  .sidebar-open,
  .submenu-toggle {
      display: none
  }
  .menu-items>li {
      display: inline-block
  }
  .menu-items li.current > a{
      /* border-bottom: 1px solid #051d56; */
      color: #051d56;
  }
  .menu-items li a {
      box-shadow: none;
      padding: 5px 17px;
  }
  .menu-items li a:hover {
      color: #8A1538;
  
  }
  .menu-items li a:hover {
    color: #8A1538;
}
  .menu-items li.has-children>a:after {
      content: " ";
      border: solid #000000;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 2.5px;
      transform: rotate(45deg);
      position: relative;
      top: -1px;
      right: 7px
  }
  .menu-items li.has-children:hover>a:after {
border-color:#8A1538

  }

   .menu-items .sub-menu li.has-children>a:after {
      border: solid #707070;
      border-width: 0 2px 2px 0;
  }
  
  .menu-items .sub-menu .has-children>a:after {
      position: absolute;
      top: 43%;
      left: 1em;
      right: auto;
      transform: rotate(137deg)
  }
  .menu-items .sub-menu {
      background-color: #fff;
      position: absolute;
      top: 100%;
      right: 0;
      min-width: 180px;
      padding: 0;
      z-index: 9999;
      box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
      border-radius: 0 0 10px 10px;
  }
   .menu-items .sub-menu a {
      color: #000;
      margin: 0;
      padding: 10px 16px;
      border-bottom: 1px solid #e5e5e5;
      font-size: 15px;
  }
  .menu-items .sub-menu a:hover{
      color: #fff;
      background-color: #8A1538;
  }
  .menu-items .sub-menu .has-children .sub-menu {
      right: 100%;
      top: 0
  }
  .menu-items .has-children:hover>.sub-menu {
      display: block
  }
  .topbar-inner {
      display: flex;
      align-items: center;
      flex-wrap: wrap
  }
  .site-branding {
      margin-left: 35px;
      width: 11%;
  }
  .col-md-6 {
      width: 100%;
      margin: 31px 0;
  }
  .contact-menu li {
      width: 33.3333%
  }
  .contact-section {
      width: 33.3333%;
      display: flex;
      text-align: right
  }
  .contact-icon {
      margin-left: 17px
  }
 
  .site-title-inner {
      text-align: right
  }

}





[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.icon-minus-round:before {
  content: "\66";
}
.icon-question-circle:before {
  content: "\61";
}
.icon-plus:before {
  content: "\62";
}
.icon-phone:before {
  content: "\63";
}
.icon-envelope:before {
  content: "\64";
}
.icon-map-marker:before {
  content: "\65";
}
.icon-whatsapp:before {
  content: "\67";
}
.icon-linkedin-square:before {
  content: "\68";
}
.icon-facebook-alt:before {
  content: "\6a";
}
.icon-social-whatsapp:before {
  content: "\69";
}
.icon-social-instagram:before {
  content: "\6b";
}
.icon-twitter:before {
  content: "\6c";
}
.icon-angle-double-left:before {
  content: "\6d";
}
section.question {
  /* padding: 80px 0; */
}

.question-innr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.question-content {
  width: 100%;
}

.question-img {
  width: 100%;
}

.qustion-box {
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
  border-radius: 15px;
  margin: 27px 0;
  padding: 20px 15px;
  color: #1b4a58;
}

.qustion-box p.answer {
  display: none;
}

.qustion-box.active .answer {
  display: block;
  padding: 17px;
  margin-top: 24px;
}

h2.question-title {
  position: relative;
  color: #1b4a58;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 900;
}

span.icon.icon-plus {
  position: absolute;
  left: 0;
}

.qustion-box.active .question-title {
  color: #e66949;
}

.qustion-box.active .question-title .icon-plus:before {
  content: "\66";
}

.question-other {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  background: #e8ebf2;
  color: #154d5b;
  padding: 80px 43px;
  border-radius: 27px;
}

.question-other a {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  text-decoration: none;
  padding: 6px 18px;
  display: inline-block;
  border-radius: 15px;
  color: #000000;
}

.clients-first-innr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}



section.clients-first {
  padding: 80px 0;
}

section.clients-second {
  padding: 80px 0;
}

.clients-box-innr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.clients-box {
  width: 35%;
  margin: 20px;
}

@media (min-width: 992px) {
  .question-content {
      width: 100%;
  }

  .question-img {
      width: 30%;
  }

 h2.question-title {
      font-size: 24px;
  }
  .clients-content {
  width: 56%;
}

.clients-img {
  width: 31%;
}
  .clients-box {
  width: 13%;
}
}

section.business-first {
  /* padding: 80px 0; */
  text-align: center;
}

/* .business-first-innr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */
@media (min-width: 992px) {
  .business-content {
      width: 100%;
  }

  .business-img {
      width: 100%;
  }
}

/* سوشيال هيدر */

.phone {
  margin: 0 8px;
}

.phone a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  padding: 7px 10px;
  text-decoration: none;
  color: #006bb7;
}

.phone span svg {
  transform: rotate(261deg);
  vertical-align: middle
}

.social-follow a {
  margin: 0 1px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  line-height: 35px
}

/* a.whatsapp {
  background: #34d367
}

a.facebook {
  background: #2c76f0
}

a.twitter {
  background: #32a0f0
}

a.instgram {
  background: #e14162
} */








@media only screen and (max-width: 600px) {
 

  .social-follow a {
      width: 30px;
      height: 30px;
      line-height: 25px;
      text-align: center;
  }

  .social-follow a svg {
      width: 20px;
      height: 20px
  }
}

.ms-whats-txt,
.ms-call-button .ms-call-txt {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
/* blog */
/*blog*/
.p-block {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 20px;
  justify-content: center;
  overflow: hidden;
}
.p-block-box-v3 {
  margin: 20px;
  overflow: hidden;
  min-width: 340px;
  flex: 1 1 0%;
  max-width: 480px;
  background: #fff;
  box-shadow: #dae7f3 0 6px 7px;
  position: relative;
  transition: all .1s ease 0s;
  justify-content: center;
  border-radius: 8px;
  visibility: visible;
  /* animation-duration: 3s;
  animation-name: flipInY; */
}

.p-block-box-v3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  transform: skewX(-25deg);
  transition: all .2s cubic-bezier(.19,1,.22,1) 0s;
  opacity: 0;
  pointer-events: none;
}
a {
  text-decoration: none;
  transition: color 50ms ease 0s;
  color: #8a1538;
}
.img-project-v3 {
  height: 100%;
  position: relative;
}
.img-project-v3 img {
  height: 215px;
  width: 100%;
  object-fit: cover;
}
.p-block-box-v3:hover .overlay-box {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.overlay-box {
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(51, 51, 51, 0) 0px, rgba(5, 4, 116, 0.51) 75%);
  content: "";
  transform: translate3d(0px, 1%, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
}
.overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.content {
  padding: 16px;
}
.title_content_blog {
  padding: 25px 23px 20px;
  display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: center;
  position: relative;
}
.contesaet_shap1 {
  text-align: right;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.contesaet_shap1 h3 {
  margin-bottom: 8px;
  font-size: 20px;
  position: relative;
  color: #1f2453;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 11px;
}
.contesaet_shap1 h3::before {
  content: "";
  width: 36px;
  height: 2px;
  bottom: -2px;
  right: 0;
  background-color: rgba(225,169,220,.13);
  position: absolute;
  transition: all .4s ease 0s;
}
.contesaet_shap1 h3 i {
  font-size: 29px;
  margin-left: 11px;
  color: #5d2b74;
  background: #eaf7ff;
  border-radius: 8px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .1s ease 0s;
}
.contesaet_shap1 span .svg1 {
  font-size: 29px;
  margin-left: 11px;
  color: #5d2b74;
  background: #eaf7ff;
  border-radius: 8px;
  font-weight: 400;
  width: 31px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .1s ease 0s;
}
.fa-angle-left:before {
  content: "\f104";
}
.contesaet_shap1 p {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}
.linkes_blog2 {
  display: flex;
  text-align: center;
  align-items: center;
  flex: 1 1 0%;
}
.linkes_blog2 a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  text-align: center;
  justify-content: center;
  background: rgb(27 110 221 / 59%);
  transition: all .2s ease 0s;
  padding: 8px 22px;
  border-radius: 8px;
  align-items: center;
  margin-right: auto;
}
.linkes_blog2 a span {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.linkes_blog2 i {
  transition: all .2s ease 0s;
  margin-right: 11px;
}
.fa-chevron-double-left:before, .fa-chevrons-left:before {
  content: "\f323";
}
.p-block-box-v3:hover {
  background: #fdfafa;
}
.p-block-box-v3:hover {
  transform: scale(1.01) translate(0,-8px);
  box-shadow: 0 27px 52px #0003;
}
.p-block-box-v3:hover::before {
  left: 150%;
  transition: all 1.5s cubic-bezier(.19,1,.22,1) 0s;
  opacity: .2;
}
.p-block-box-v3:hover .contesaet_shap1 h3 {
  color: rgb(35 165 184);
}
.p-block-box-v3:hover .contesaet_shap1 h3::before {
  left: 430px;
  width: 100%;
}
.p-block-box-v3:hover .contesaet_shap1 h3 i {
  background: #eaf7ff;
  color: #0e59a5;
}
.p-block-box-v3:hover .contesaet_shap1 h3 i {
  background: #eaf7ff;
  color: #0e59a5;
}
.p-block-box-v3:hover .linkes_blog2 a {
  background: #26abbe;
  color: #fff;
}
.p-block-box-v3:hover .linkes_blog2 i {
  transform: scale(1);
  margin-right: 8px;
  opacity: 1;
  visibility: visible;
}
.foot-project {
  display: flex;
  text-align: right;
  width: 100%;
  align-items: center;
  margin-top: 8px;
  position: relative;
}
.foot-project>div {
  flex: 1 1 0%;
}
.admin_icon {
  display: flex;
  align-items: center;
}
.foot-project>div {
  flex: 1 1 0%;
}
.rating {
  align-self: center;
}
.rating {
  flex: 1 1 0%;
  justify-content: left;
  text-align: left;
}
.caption a {
  position: absolute;
  left: 0%;
  top: 0px;
  background: #e3edfb;
  color: #000;
  font-weight: bold;
  z-index: 999;
  padding: 10px;
  border-radius: 0 10px 10px 00;
  font-size: 12px;
}

.titlesconcept span {
  font-size: 36px;
  line-height: 50px;
  padding-bottom: 5px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #3c3c3c;
  border-bottom: 2px solid #00000024;
}
.titles_concept {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}



@media only screen and (max-width: 580px) {


  
  .owl-item {
      padding: 10px 10px;
  }
 
}
.all-info {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  
}
@media only screen and (max-width: 993px){
.all-info {
  flex-direction: column;
 
}}


@media only screen and (min-width: 768px) {
  .banner .content {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 120px;
  }
  h1 {
      font-size: 35px;
  }
  .our-featurs .txt-justify {
      padding-left: 40px;
  }
  .sec-pad-80 {
      padding: 80px 0
  }
  .banner {
      padding: 0;
  }
  .hide-xs {
      display: block;
  }
  .col {
      float: right;
  }
  .col-2 {
      width: 16.666667%
  }
  .col-5 {
      width: 50%;
  }
  .col-6 {
      width: 44%;
  }
  .col-7 {
      width: 56%;
  }
  .featurs-card {
      margin: 15px;
  }
  .card-archive {
      width: 22%;
  }
  .card-archive:nth-child(2n+1) {
      clear: none;
  }
  .card-sm{
      width: 14%;
  }
}
.fixed_btn{
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 999999999999999999;
}

.fixed_btn .box-hatem{
  background: #fff;
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 8px ;
  border-radius: 10px;
  padding: 10px 10px 10px 35px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  z-index: 9999999999999px;
}
.fixed_btn .box-hatem .img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 9px;
  background: #8A1538;
}
.fixed_btn .box-hatem .img img{
  width: 100%;
}
.fixed_btn .box-hatem  h6{
  font-size: 18px;
 margin: 0;
}


@media (max-width:500px) {
  .fixed_btn{
      padding: 0 20px;
  }
  .fixed_btn .box-hatem{
      padding: 8px 12px;
     
  }
  .fixed_btn a{

    width: 45%;
  }
}
/* call */

.ms-call-btn,.ms-whats-btn {
  display: flex;
  position: fixed;
  bottom: 4.5em;
  outline: 0;
  cursor: pointer;
  z-index: 9999;
  text-decoration: none;
}

.ms-whats-btn {
  left: 15px;
  bottom: 60px
}

.ms-call-btn {
  left: 15px;
  bottom: 160px;

}

.ms-call-icon,.ms-whats-icon {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 50%;
  line-height: 95px;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,.3);
  box-shadow: 0 0 30px rgba(0,0,0,.3)
}


.ms-call-icon {
  border: 1px solid #ddd;
  background-color: var(--main_color);
  animation: 2s ease-in-out infinite call-rotate
}

.ms-whats-icon {
  background-color: var(--main_color);
  animation: 2s ease-in-out infinite call-rotate
}

.ms-call-txt,.ms-whats-txt {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  line-height: 32px;
  border-radius: 10px;
  height: 35px;
  margin-top: 15px;
  width: 100px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,.1)
}

.ms-call-txt {
  background-color: var(--main_color);
  color: #fff
}

.ms-whats-txt {
  background-color:var(--main_color);
  color:#ffffff
}

.ms-left {
  padding: 0 20px 0 8px;
  margin-right: -15px;
  order: 1
}

@keyframes call-rotate {
  0%,100%,50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg)
  }

  10%,30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20%,40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      transform: rotate(25deg) scale(1) skew(1deg)
  }
}
/* blog section */

.blog{
  background: #ffffff;
}
.blog .boxs{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog .boxs .box{
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow: 5px 5px 12px #9191914b;
  transition: 0.3s ease-in-out;
}
.blog .boxs .box:hover{
  box-shadow: 5px 5px 22px #5d5d5db8;
}

.blog .boxs .box .div_img{
  position: relative;
  padding: 20px;
  border-radius: 10px;
}
.blog .boxs .box .div_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  scale: 1;
  transition: 0.3s ease;
  border-radius: 10px;
}
.blog .boxs .box .div_img .img_serv{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.blog .boxs .box:hover .div_img img{
  scale: 1.1;
}

.blog .boxs .box .content{
  padding: 0px 15px 40px;
}
.blog .boxs .box h2{
  font-size: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog .boxs .box p{
  margin-bottom: 30px;
  line-height: 1.6;
}
@media(max-width:1000px){

  .blog .boxs .box{
      width: 49%;
      margin-bottom: 30px;
  }
}
@media(max-width:500px){
 

  .blog .boxs {
      justify-content: center;
  }
  .blog .boxs .box{
      width: 90%;
      margin-bottom: 30px;
  }
  .blog .boxs .box .div_img .img_serv{
      height: 170px;
  }
  .blog .boxs .box p{
      font-size: 16px;
  }
  .blog .boxs .box h2{
      font-size: 23px;
      margin-bottom: 12px;
      font-weight: 500;
  }
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Alexandria", sans-serif;
}
:root{
  --main_color:#8A1538;
  --title_color:#27477D;
  --p_color:#888c92;
  --white_color:#fff;
  --border-color: rgba(255, 255, 255, 0.1);
}

body{
  direction: rtl;
}

section{
  padding: 100px 0 ;
}

*::selection{
  background-color: var(--main_color);
  color: var(--title_color);
}

html{
  scroll-behavior: smooth;
}

/* img{
  width: 100%;
} */
h1,h2,h3,h4,h5,h6{
  color: var(--title_color);
}
span{
  color: var(--main_color);
}
p{
  color: var(--p_color);
}

.top_sec{
  text-align: center;
  margin-bottom: 50px;
  padding: 0 30px;
}
.top_sec h3{
  width: max-content;
  margin: 0 auto 10px;
  padding: 10px 30px;
  border-radius: 30px;
  color: var(--main_color);
  font-size: 25px;
}
.top_sec h4{
  font-size: 40px;
  font-weight: 600;
  color: var(--title_color);
  margin-bottom: 20px;
 }

 .top_sec p{
  font-size: 20px;
  width: 50%;
  margin: auto;
 }

.btns{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.btn{
  background-color: var(--main_color);
  padding: 18px 35px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white_color);
  transition: 0.3s;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.btn::after{

  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
  border-radius: 30px;
  z-index: -1;
}
.btn:hover::after{
  width: 100%;
  border-radius: 30px;  
  z-index: -1;  
}
.btn_no_Bg{
  color: var(--white_color);
  text-transform: capitalize;
  text-decoration: underline;
  transition: 0.3s;
}
.btn_no_Bg:hover{
  color: var(--main_color);
}



.container{
  width: 80%;
  margin: auto;
  max-width: 1500px;
}
@media (max-width:1300px) {
  .container{
      width: 85%;
  }
}
@media (max-width:1200px) {
  .container{
      width: 90%;
  }
}


.top_section{
  text-align: center;
  margin-bottom: 100px;
}
.top_section h2{
  font-size: 30px;
}






/* Start home_doctor Section */


.home_doctor{
  height: 100vh;
  background: linear-gradient(#054c7eef,#054c7eef),url(../img/serv_bg.jpg);
  background-size: cover;
  background-position: center;
}
.home_doctor .container{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_doctor .div_text{
  width: 55%;
}

.home_doctor .div_text h1{
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
}

.home_doctor .div_text h2{
  color: var(--main_color);
  font-size: 30px;
  margin-bottom: 30px;
}
.home_doctor .div_text p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8;
  width: 90%;
}
.home_doctor .div_text .content{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home_doctor .div_text .content .box{
  display: flex;
  align-items: center;
  gap: 30px;
}

.home_doctor .div_text .content .box img{
  width: 180px;
}
.home_doctor .div_text .content .box h3{
  color: #fff;
  font-size: 23px;
}

.home_doctor .div_text .btn2{
  background: #fff;
  color: var(--title_color);
}




.home_doctor .div_img{
  width: 40%;
  position: relative;
}
.home_doctor .div_img img{
  border-radius: 30px;
  border: 10px solid #fff;

}





@media (max-width:1200px) {
  .home_doctor .div_text h2{
      font-size: 25px;
  }
  .home_doctor .div_text h1{
      font-size: 40px;
  }
  .home_doctor .div_text .content .box h3{
      font-size: 20px;
  }
  .home_doctor .div_text .content .box img{
      width: 160px;
  }
}
@media (max-width:1000px){
  .home_doctor {
      height: auto;
  }
  .home_doctor .container{
      flex-direction: column;
      padding: 100px 0;
      gap: 50px;
  }
  .home_doctor .div_text{
      width: 100%;
  }
  .home_doctor .div_img{
      width: 60%;
  }
  .home_doctor .div_img::after{
      width: 30%;
      height: 30%;
  }
}
@media (max-width:500px){
  .home_doctor .div_text h2{
      font-size: 20px;
  }
  .home_doctor .div_text h1{
      font-size: 28px;
  }
  .home_doctor .div_text .content .box h3{
      font-size: 18px;
  }
  .home_doctor .div_text p{
      font-size: 15px;
  }
  .btn{
      font-size: 14px;
  }
  .home_doctor .div_img{
      width: 80%;
  }
}










/* End home_doctor Section */



/* Start about_doctor Section */

.about_doctor .container{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_doctor .div_text{
  width: 50%;
}

.about_doctor .div_text h3{
  margin-bottom: 20px;
  font-size: 25px;
}
.about_doctor .div_text h2{
  font-size: 30px;
  margin-bottom: 30px;
}
.about_doctor .div_text p{
  line-height: 1.6;
  margin-bottom: 30px;
}
.about_doctor .div_text .content{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about_doctor .div_text .content .box{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 48%;
}

.about_doctor .div_text .content .box img{
  width: 60px;
}

.about_doctor .div_text .content .box h3{
  font-size: 20px;
  color: #222;
  margin-bottom: 0;
}
.about_doctor .div_img {
  width: 45%;
  position: relative;
}

.about_doctor .div_img img{
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;

}

.about_doctor .div_img::after{
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(#8A1538,#8A1538a4);
  rotate: -12deg;
  z-index: -1;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}



@media (max-width:1200px){
  .about_doctor .div_text h3{
      font-size: 22px;
  }
  .about_doctor .div_text h2{
      font-size: 26px;
  }
  .about_doctor .div_text p{
      font-size: 14px;
      line-height: 1.5;
  }
  .about_doctor .div_text .content .box h3{
      font-size: 18px;
  }
}

@media (max-width:900px){
  .about_doctor .container{
      flex-direction: column-reverse;
      gap: 100px;
  }
  .about_doctor .div_text{
      width: 100%;
  }
  .about_doctor .div_img{
      width: 60%;
  }
}

@media (max-width:500px){
  .about_doctor .div_text h3{
      font-size: 18px;
  }
  .about_doctor .div_text h2{
      font-size: 22px;
  }
  .about_doctor .div_text p{
      margin-bottom: 20px;
  }
  .about_doctor .div_text .content .box h3{
      font-size: 16px;
  }
  .about_doctor .div_text .content .box img{
      width: 45px;
  }
  .about_doctor .div_img{
      width: 80%;
  }
}

















/* End about_doctor Section */



/* Start sm_section Section */
.sm_section{
  padding: 80px 0;
  background: linear-gradient(#8A1538e0,#8A1538c5),url(../img/serv_bg.jpg);
  /* margin-top: 50px; */
}
.sm_section .text{
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.sm_section .text .btns{
  justify-content: center;
}
.sm_section .text .btns .btn{
  background: var(--title_color);
}
.sm_section .text h3{
  font-size: 25px;
  margin-bottom: 30px;
}
.sm_section .text h2{
  font-size: 35px;
  margin-bottom: 20px;
  color: #fff;
}


@media (max-width:1000px) {
  .sm_section .text{
      flex-direction: column;
      justify-content: center;
      text-align: center;
  }
  .sm_section .text h3{
      font-size: 22px;
  }
  .sm_section .text h2{
      font-size: 30px;
  }
}
@media (max-width:500px){
  .sm_section .text h3{
      font-size: 18px;
  }
  .sm_section .text h2{
      font-size: 24px;
  }
}








/* End sm_section Section */











/* Start why_me Section */


.why_me .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why_me .container .div_text{
  width: 45%;
}
.why_me .container .div_text h5{
  font-size: 25px;
  margin-bottom: 20px;
}
.why_me .container .div_text h3{
  color: var(--main_color);
  font-size: 35px;
}
.why_me .container .div_text p{
  line-height: 1.8;
  margin: 20px 0  ;
}




.why_me .container .boxs{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why_me .container .boxs .box{
  background: #8A15387a;
  text-align: center;
  padding: 15px;
  width: 47%;
  margin-bottom: 30px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.why_me .container .boxs .box:hover img{
  scale: 0.8;
}
.why_me .container .boxs .box img{
  width: 50%;
  transition: 0.3s ease-in-out;
}
.why_me .container .boxs .box p{
  font-size: 18px;
  font-weight: bold;
  color: var(--title_color);
  margin-top: 30px;
}






@media (max-width:1000px) {
  .why_me .container{
      flex-direction: column;
      gap: 50px;
  }
  .why_me .container .div_text{
      width: 100%;
  }
  .why_me .container .boxs{
      width: 60%;
  }
}

@media (max-width:700px) {
  .why_me .container .boxs{
      width: 80%;
  }
}
@media (max-width:500px){
  .why_me .container .boxs{
      width: 100%;
  }
  .why_me .container .div_text h5{
      font-size: 22px;
  }
  .why_me .container .div_text h3{
      font-size: 28px;
  }
  .why_me .container .div_text p{
      font-size: 14px;
      line-height: 1.7;
  }
  .why_me .container .boxs .box p{
      font-size: 15px;
  }
}

/* End why_me Section */



















/* Start Services */

.services{
  padding-top: 0;
}
.top_sec_serv{
  background: linear-gradient(#27477d9d,#27477d9d),url(../img/serv_bg.jpg);
  text-align: center;
  padding: 120px 0  300px;
  background-position: center;
  background-size: cover;
}
.top_sec_serv h4{
  color: #fff;
}
.top_sec_serv p{
  color: #fff;
}

.services .content{
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  position: relative;
  margin-top: -200px;
}
.services .content .box{
  width: 31%;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(39, 71, 125, 0.1);
  box-shadow: 0px 6px 13px 0px rgba(39, 71, 125, 0.1),
  -0px -6px 13px 0px rgba(39, 71, 125, 0.059);
  background-color: var(--white_color);
  text-align: center;
  padding-top: 43px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 60px;
}

.services .content .box h3{
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding: 0 20px;
  line-height: 1.5;
}
.services .content .box p{
  line-height: 1.6;
  padding: 0 30px;
  margin-bottom: 80px;
}



.services .img_icons{
  position: relative;
}
.services .img_icons .icons{
  text-align: center;
  position: absolute;
  z-index: 10;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
.services .img_icons .icons .sm_icon{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 5px solid #fff;
  display: block;
  text-align: center;
  line-height: 57px;
  background: var(--title_color);
  position: relative;
  top: 25px;
  transition: 0.3s;
}
.services .img_icons .icons .sm_icon svg{
  width: 70%;
}

.services .img_icons .icons .big_icon{
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 100%;
  background: var(--main_color);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid #fff;
  transition: 0.3s;
}

.services .img_icons .icons .big_icon img{
  width: 50%;
}

.services .box:hover .icons .big_icon{
  background: var(--title_color);
}
.services .box:hover .icons .sm_icon{
  background: var(--main_color);
}


.services .img_box{
  overflow: hidden;
  position: relative;
}
.services .img_box .m_img{
  width: 100%;
  scale: 1;
  transition: 0.3s ease-in-out;
  height: 300px;
  object-fit: cover;
}
.services .box:hover .img_box .m_img{
  scale: 1.1;
}
.services .img_box .shape{
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.services .btn{
  font-size: 14px;
}


.services .img_box::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color)), color-stop(70%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, var(--main_color) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.6;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.services .box:hover .img_box::after{
  height: 100%;
  width: 100%;
}

.services .btns{
  display: flex;
  justify-content: center;
  align-items: center;
}


.services.hifa{
  background: #eff5ff;
  padding-top: 50px;
}
.services.hifa .container{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.services .card{
  width: 200px;
  height: 200px;
  padding: 20px;
  background: #8A153821;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
  border: 2px solid white;
  margin-bottom: 50px;

}
.services .card:hover{
  top: -10px;
  border-color: #fff;
  scale: 1.01;
  box-shadow: 5px 5px 12px #9191916b;
  background: #8A1538;
}
.services .card img{
  width: 100px;
}
.services .card h4{
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}


@media (max-width:1400px){
  .services .content .box h3{
      font-size: 25px;
  }
}
@media (max-width:1320px){
  .services .content .box h3{
      font-size: 22px;
      margin-bottom: 15px;
  }
  .services .content .box{
      width: 32%;
  }
  .services .content .box p{
      font-size: 14px;
      line-height: 1.6;
      padding: 0 20px;
  }
  .services .img_box .m_img{
      height: 250px;
  }
  .services .img_icons .icons .big_icon{
      width: 130px;
      height: 130px;
  }
  .top_sec p{
      width: 50%;
  }
}
@media (max-width:1000px){
  .services .content .box{
      width: 47%;
  }
  .top_sec h4{
      font-size: 30px;
  }
}
@media (max-width:650px){
  .services .content .box{
      width: 100%;
  }
  .top_sec_serv.top_sec{
      padding: 100px 30px  220px;
  }
  .top_sec p{
      width: 100%;
      font-size: 14px;
      line-height: 1.5;
  }
  .top_sec h4{
      font-size: 25px;
      line-height: 1.5;
  }
  .top_sec h3{
      font-size: 26px;
  }

/* start sev hifa */

  .services.hifa .container{
      gap: 0;
      justify-content: space-between;
  }
  .services .card{
      width: 47%;
      margin-bottom: 30px;
      height: auto;

  }
  .services .card h4{
      font-size: 17px;
  }
}
@media (max-width:650px){
  .services .card h4{
      font-size: 14px;
  }
}
@media (max-width:350px){
  .top_sec h3{
      font-size: 22px;
  }
  .top_sec h4{
      font-size: 20px;
  }
}


/* End Services */
/* Start Team section */ 
.teams {
  background: url(../img/teambg.png);
  background-size: cover;
  background-position: center;
}
.teams .container{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
}

.teams .container .card{
  width: 30%;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
  padding-bottom: 20px;
}
.teams .container .card:hover{
  scale: 1.03;
  top: -10px;
}
.teams .container .card img{
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.teams .container .card h3{
  font-size: 25px;
  margin-bottom: 20px;
}
.teams .container .card p{
  font-size: 20px;
}
.teams .container .card .btn{
  padding: 12px  25px;
  font-size: 14px;
}
.teams .container .card .btn i{
  font-size: 20px;
}
.teams .container .card .text{
  padding: 0 10px ;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}

.teams .container .card:hover .btn::after{
  width: 100%;
  border-radius: 30px;  
  z-index: -1;  
}
@media (max-width:1000px) {
  .teams .container{
      margin-top: 50px;
  }
  .teams .container .card{
      width: 32%;
  }
  .teams .container .card h3{
      font-size: 18px;
  }
  .teams .container .card p{
      font-size: 14px;
  }
  .teams .container .card .btn{
      padding: 12px;
  }
}
@media (max-width:750px){
  .teams .container .card{
      width: 47%;
      margin-bottom: 40px;
  }
}
@media (max-width:450px){
  .teams .container .card{
      width: 100%;
      margin-bottom: 30px;
  }
}

/* End Team section */ 
