
@font-face {
    font-family: 'ArbFONTS-ElMessir-Bold';
    src: url('../fonts/ArbFONTS-ElMessiri-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}



body {
    font-family: 'ArbFONTS-ElMessir-Bold', sans-serif !important;
    
}
p{
   font-family: 'ArbFONTS-ElMessir-Bold', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 ,p,strong,div,span{
    font-family: 'ArbFONTS-ElMessir-Bold', sans-serif !important;
}
.nav-style-four .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #262566;
    font-family: 'ArbFONTS-ElMessir-Bold', sans-serif !important;
}



.about-section-two{
    position:relative;
    padding-top:100px;
    padding-bottom: 100px;
}

.about-section-two .inner-container{
    position:relative;
}

.about-section-two .image-column{
    position:relative;
}

.about-section-two .image-column .inner-column{
    position:relative;
    margin-left:-80px;
    padding-right:70px;
}

.about-section-two .content-column{
    position:relative;
    margin-bottom:40px;
}

.about-section-two .content-column .inner-column{
    position:relative;
    padding-top:20px;
}

.about-section-two .content-column .sec-title{
    margin-bottom:25px;
}

.about-section-two .content-column .text{
    position:relative;
    margin-bottom:75px;
}

.about-section-two .content-column .text p{
    position:relative;
    color:#666666;
    font-size:14px;
    line-height:2em;
    margin-bottom:20px;
}

.about-section-two .content-column .text p:last-child{
    margin-bottom:0px;
}

.about-section-two .content-column .signature{
    position:relative;
    font-size:30px;
    font-family: "SignericaMedium";
}

.about-section-two .content-column .signature span{
    position:relative;
    font-weight:600;
    color:#000000;
    font-size:14px;
    display:block;
    margin-top:10px;
    text-transform:uppercase;
    font-family: 'Work Sans', sans-serif;
}



.service-section.service-page-1{
  padding: 145px 0px 120px 0px;
}

.service-section.service-page-1 .pattern-layer .pattern-1{
  bottom: inherit;
  top: 200px;
  left: 240px;
}

.service-section.service-page-1 .pattern-layer .pattern-2{
  bottom: inherit;
  top: 70px;
  width: 210px;
  height: 210px;
}

.service-section.service-page-1 .service-block-one .inner-box{
  margin-bottom: 30px;
}

.service-style-two .anim-pattern{
  position: absolute;
  left: 70px;
  top: 70px;
  width: 246px;
  height: 245px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


/** about-style-four **/

.about-style-four{
  position: relative;
  padding: 145px 0px 130px 0px;
}

#content_block_8 .content-box .text{
  position: relative;
  margin-bottom: 31px;
}

#content_block_8 .content-box .text p{
  margin-bottom: 28px;
}

#content_block_8 .content-box .text p:last-child{
  margin-bottom: 0px;
}

#content_block_8 .content-box .sec-title{
  margin-bottom: 22px;
}

#image_block_6 .image-box{
  position: relative;
  display: block;
  padding-left: 30px;
}

#image_block_6 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

#image_block_6 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_6 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_6 .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

#image_block_6 .image-box .pattern .pattern-1{
  position: absolute;
  left: 0px;
  top: -25px;
  width: 95px;
  height: 185px;
  background-repeat: no-repeat;
}

#image_block_6 .image-box .pattern .pattern-2{
  position: absolute;
  right: -30px;
  bottom: -25px;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
}

.about-style-four .upper-box{
  position: relative;
  margin-bottom: 114px;
}

.about-style-four .lower-box .text h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-style-four .lower-box .text p{
  margin-bottom: 27px;
}

.about-style-four .lower-box .text .list-item li{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  color: #00224f;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 17px;
}

.about-style-four .lower-box .text .list-item li:before{
  position: absolute;
  left: 0px;
  top: 4px;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.feature-section.service-details-page .feature-block-one .inner-box .bg-layer:before{
  background: rgba(0, 52, 120, 1);
}
.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.sec-title.light h2,
.sec-title.light h5{
  color: #fff;
}


.service-section{
  position: relative;
  padding: 145px 0px 250px 0px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
  box-shadow: 0 15px 40px #d3dce8;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all 500ms ease;
  background: linear-gradient( 0deg, rgba(255,255,255,1) 0%, rgba(255, 255, 255, 0.0) 80% );
  z-index: 1;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.1);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  padding: 30px 30px 30px 40px;
}

.service-block-one .inner-box .lower-content .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 60px;
  margin-bottom: 32px;
  padding-left: 23px;
}

.service-block-one .inner-box .lower-content .icon-box:before{
  position: absolute;
  content: '';
  height: 80px;
  width: 45px;
  top: -7px;
  left: 0px;
  clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%, 0% 0%);
  opacity: 0.1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box:before{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
  opacity: 0.2;
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #00224f;
}

.service-block-one .inner-box .lower-content h3 a:hover{

}

.service-block-one .inner-box .lower-content p{
  margin-bottom: 21px;
}

.service-block-one .inner-box .pattern{
  position: absolute;
  right: -30px;
  bottom: 0px;
  width: 99px;
  height: 170px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .pattern{
  right: 0px;
  opacity: 1;
}

.service-section .pattern-layer .pattern-1{
  position: absolute;
  left: 290px;
  bottom: 65px;
  width: 80px;
  height: 80px;
  z-index: 1;
  background-repeat: no-repeat;
}

.service-section .pattern-layer .pattern-2{
  position: absolute;
  left: 70px;
  bottom: 70px;
  background: #f0f3f7;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.service-section .pattern-layer .pattern-3{
  position: absolute;
  top: 0px;
  right: 0px;
    width: 50%;
  overflow: hidden;
  height: 570px;
  background-repeat: no-repeat;
}
.navbar-brand3{
  display: none;
}

.nav-style-four .navbar-area .main-nav {
    background-color: #39428633 !important;
}

.nav-area .navbar-area.is-sticky {
    background-color: #fff !important;
}
.nav-area .navbar-area.is-sticky  .main-nav{
    background-color: #fff !important;
}
.nav-area .navbar-area.is-sticky  .main-nav .navbar-brand2{
   display: none !important;
}

.nav-area .navbar-area.is-sticky  .main-nav .navbar-brand3{
   display: block; !important;
}


.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #ffeb3b;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 0;
    margin: 0 10px;
    position: relative;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
   color: #ffeb3b;
}
.nav-area .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a:hover {
    color: #ffeb3b;
}
.nav-area .navbar-area.is-sticky .navbar-light .navbar-brand img {
  max-height: 90px;
}
.nav-area .navbar-area  .navbar-light .navbar-brand img {
  max-height: 129px;
}

.hero-slider-area .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-color: #3a4386;
    opacity: 0.5;
    z-index: -1;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #3a4386eb;
    border: none;
    border-radius: 0;
    top: 80%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
article, div, li, p, section, strong, ul
{
  font-family: inherit;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
    color: #ffffff;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee;
    margin-left: 0;
    margin-right: 0;
}

.hero-slider-area .slider-item .slider-text p {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 35px;
}
.section-title p {
    font-size: 18px;
}

.service-area-two .single-service .service-content h3
{
font-size: 22px;
}
.service-area-two .single-service img {
    border-radius: 4px 4px 0 0;
    max-height: 300px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
   

    direction: ltr;
    color:#fff;
}

.counter-area {
    background-color: #3a4385;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

single-counter {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    border-right: 1px solid #ffffff;
}

.single-counter p {
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
   font-size: x-large;
}
.single-counter h2 {
    color: #ffffff;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 15px;
}
.single-counter i {
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}
.about-content p{
  text-align: justify;
      line-height: 30px;
    font-size: 16px;
}
.about-area {
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
}
.find-an-agent-area {
    background-color: #3a438666;
    box-shadow: 0 0 20px 3px rgb(11 11 11 / 60%);
}

.find-an-agent-content h2 ,.find-an-agent-content p{
  
    color: #fbfbfb;
}
.single-find-an-agent a:hover {
    color: #f8f810;
}
.single-find-an-agent a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}
.single-find-an-agent i {
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}


.find-an-agent-content p {
    color: #fbfbfb;
    line-height: 35px;
    font-size: 20px;
    font-family: system-ui !important;
    font-weight: 700;
}

.find-an-agent-area {
    background-color: #3a438666;
    box-shadow: 0 0 20px 3px rgb(11 11 11 / 60%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-area {
background-color: #3a438666;
    box-shadow: 0 0 20px 3px rgb(11 11 11 / 60%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262566;
    opacity: 0.9;
}
.customicon {
    max-height: 72px;
    display: block;
    margin: 0 auto;
}

.single-find-an-agent a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #18f5bd !important;
}



.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(4) .single-find-an-agent {
       border: none !important;
             border-bottom: 0.5px solid  #eeeeee !important;
             border-left: 0.5px solid #eeeeee !important;
              border-right: 0.5px solid #eeeeee !important;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(9) .single-find-an-agent {
       border: none !important;
             
           
      border-left: 0.5px solid #eeeeee !important;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(8) .single-find-an-agent {
       border: none !important;
         border-bottom: 0.5px outset  #eeeeee !important;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(7) .single-find-an-agent {
       border: none !important;
             border-bottom: 0.5px solid  #eeeeee !important;border-left: 0.5px solid #eeeeee !important;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(6) .single-find-an-agent {
         border: none !important;
         

}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(5) .single-find-an-agent {
        border: none !important;
            
             border-left: 0.5px solid #eeeeee !important;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(4) .single-find-an-agent {
         border: none !important;
             
             border-left: 0.5px solid #eeeeee !important;
               
}


.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(3) .single-find-an-agent {
       border: none !important;
             border-bottom: 0.5px solid  #eeeeee !important;

}


.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(2) .single-find-an-agent {
        border: none !important;
             border-bottom: 0.5px solid  #eeeeee !important;border-left: 0.5px solid #eeeeee !important;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(1) .single-find-an-agent {
        border: none !important;
            border-bottom: 0.5px solid  #eeeeee !important;border-left: 0.5px solid #eeeeee !important;
             
}


.single-find-an-agent a {
   font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff !important;
    font-family: 'ArbFONTS-ElMessir-Bold';
}

.customicon {
    max-height: 64px;
    display: block;
    margin: 10px auto 0px auto;
}


@media only screen and (max-width: 767px)
{
.single-counter i {
    color: #ffffff;
    font-size: 42px !important;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}
.single-counter h2 {
    font-size: 32px !important;
    margin-bottom: 10px;
}
.single-counter p {
   font-size: 22px !important;
    line-height: 30px;
}

}


.customerlogos
{
  max-height: 100px;
}

.ttm-tabs ul.tabs li {
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    display: block;
    display: inline-block !important;
}

.single-portfolio .portfolio-image {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 170px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-content .read-more {
    color: #fff;
    }
.ttm-tabs.ttm-tab-style-01 .content-inner h3 {
    font-size: 20px !important;
    line-height: 26px;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs {
    margin: 5px 0 5px;
    display: flex;
    width: 100%;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 18px 28px 23px;
    margin-bottom: 0px;
    width: auto;
    color: #3a4386;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    background-color: #fff;
    border: 0;
    margin: 0 5px 5px;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    text-transform: capitalize;
}

.find-an-agent-area  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 300px;
}

.find-an-agent-area  .single-team {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    max-height: 350px;
}

a.end_button{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight:  600;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
a.end_button span{
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 47px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid;
    margin: 0 auto;
    background-color: inherit;
    margin-bottom: 17px;
    transition: all .4s;
}
span.end_button_txt {
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
}
.ttm-bgcolor-darkgrey a.end_button span {
    border-color: rgba(255,255,255,.06);
}
.ttm-bgcolor-darkgrey a.end_button:before, 
.ttm-bgcolor-darkgrey a.end_button:after {
    background-color: rgba(255,255,255,.06);
}

a.end_button:before, a.end_button:after{
     position: absolute;
    content: "";
    left: 50%;
    right: 0;
    top: 20px;
    height: 1px;
    width: 43%;
    margin: 0 40px;
    background-color: #343472;
    transition: all .4s;
}
a.end_button:before{
    left: auto;
    right: 50%;
}
.end_txt_line {
    padding: 10px;
    font-size: 18px;
    border: 2px dashed #eeeeee;
}
.end_txt_line a { font-weight: 600; }

.ttm_single_image-wrapper { position: relative; }
.ttm_single_image-wrapper.image-top-left-angle { padding: 25px 0 0 25px; }
.ttm_single_image-wrapper.image-top-left-angle:before {
    content: '';
    position: absolute;
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
    width: 52%;
    height: 0;
    z-index: -1;
    border-style: solid;
    border-width: 320px 400px 0 0;
    border-color: #fff transparent #ffff transparent;
}
.page-title-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #050b2a80;
    -webkit-animation: 5s fadeInRight both;
    animation: 5s fadeInRight both;
    z-index: -1;
}
.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #050b2a80;
    z-index: -1;
    -webkit-animation: 5s fadeInLeft both;
    animation: 5s fadeInLeft both;
}

.dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(
-10deg
);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(
-10deg
);
}
.dlab-separator[class*=style-]:after, .dlab-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlab-separator.style-skew[class*=style-]:after, .dlab-separator.style-skew[class*=style-]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(
-10deg
);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(
-10deg
);
}




.single-team {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
/*  max-height:300px;*/
}

.single-team .image {
  position: relative;
}

.single-team .image .social li a:hover {
  color: #ffffff;
  background-color: #3a4386;
}
.partnersslider {
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
    border: 10px solid #ffffff;
    background-color: #fff;transition: all .4s;
    box-shadow: 0 0px 8px 0 rgb(52 52 114 / 71%);
        min-height: 190px;
        min-width: 260px;
  }
  
.pagexbanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}



.ourBranches .services-block-two .inner-box .image {
    border: 1px solid #0865a2;
    position: relative;
}
.ourBranches .containaddress {
    padding-top: 15px;
    margin-left: 59px;
}
.ourBranches .containaddress h5{
    color: #b9332b;
}
.list-style-one {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.single-offer h3 {
    padding: 20px;
    margin-bottom: 0px;
    min-height: auto;
    color: #fffdfd;
    margin-top: 57%;
    background-color: #34b4dcc7;
    padding: 5px 3px;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
}
.circle-read-more, .circle-read-more:hover {
    color: #fff;
    padding: 0px 3px;
    /* margin: 0px; */
    vertical-align: middle;
}
.no {
    color: #fff;
    direction: ltr;
    margin-left: 7px;
}

/* footer */
footer nav{display:block;}
.icon{display:inline-block;}
.icon-fallback-text .text{display:none;}
html.inlinesvg.generatedcontent .icon-fallback-text .icon{display:inline-block;}
.shape-mdt-facebook{width:.8rem;height:1.7rem;}
.shape-mdt-linkedin{width:1.4rem;height:1.3rem;}
.shape-mdt-twitter{width:1.8rem;height:1.5rem;}
.shape-mdt-youtube{width:1.75rem;height:1.2rem;}

.footer__content nav ul{list-style:none;}
.footer__content nav ul li{display:inline-block;}
.footer__content nav ul a{display:block;text-decoration:none;}

.footer__content{padding:30px 0;background-color:#001e46;text-align:center;}
.footer__content .container-fluid{position:relative;}
.footer__social-links a{
    display:inline-block;
    margin:7px;
    line-height:0;
    background-color:#007cbd;
    width:45px;
    height:45px;
    vertical-align:top;
}
.footer__social-links a i{
        font-size: 30px;
    color: #ffffff;
    display:inline-block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.footer__social-links a i path{fill:#fff;}
.footer__social-links .shape-mdt-facebook{width:1rem;height:auto;}
.footer__social-links .shape-mdt-linkedin{width:2rem;height:auto;}
.footer__social-links .shape-mdt-twitter{width:2.2rem;height:auto;}
.footer__social-links .shape-mdt-youtube{width:2rem;height:auto;}
.footer__legal-links ul{padding:1.5rem 0 1rem;}
.footer__legal-links a{
    padding: 0 10px;
    border-right: 2px solid #b1b1b3;
    font-size: 15px;
    color: #fff;
}
.footer__legal-links li:first-child a{border:0;}
.footer__content p{
   margin-bottom: 5px;
    font-size: 14px;
    color: #b1b1b3;
}
@media screen and (min-width:500px){
.footer__copy{margin:0 110px;}
.footer__social-links a{
    margin: .5rem;
    width: 50px;
    height: 50px;
    color: #ffffff;
}
.bgmobile{
    background-size: auto !important;
}
.footer__social-links a:hover{
    background: #ffffff;
}
.footer__social-links .shape-mdt-facebook{
    width: 15px;
    height: auto;
    font-size: 18px;
    color: #fff;
}
.footer__social-links .shape-mdt-linkedin{width:1.6rem;height:auto;}
.footer__social-links .shape-mdt-twitter{width:1.8rem;height:auto;}
.footer__social-links .shape-mdt-youtube{width:1.8rem;height:auto;}
}
@media screen and (max-width:499px){
.footer__social-links{margin:0 auto;width:100%;}
.footer__social-links a:nth-last-child(4):first-child{
    margin-right:-1rem;}
.footer__social-links a:nth-last-child(4):first-child ~ a:last-child{
  margin-left:-1rem;
}
}

@media only screen and (max-width: 991px)
{
.mean-container a.meanmenu-reveal {
    left: 0 !important;
    right: auto !important;
    padding: 40px 0 0px 15px !important;
}
}

@media only screen and (max-width: 991px)
{
.mean-container .mean-bar {
    background-color: #25245e;
    -webkit-box-shadow: 0px 20px 20px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 20px 20px 20px rgb(0 0 0 / 5%);
    height: 90px !important;
}
}

@media only screen and (max-width: 767px)
{
.nav-area .others-option {
    position: absolute;
    right: 35px;
    top: 34px !important;
}
}

.single-team .content h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #ffffff;
}
.single-team .content span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
}
.single-team .content {
    background-color: #3a4386;
    }
    .ourBranches .services-block-two .inner-box .image {
    border: 1px solid #0865a2;
    position: relative;
}
.ourBranches .services-block-two .inner-box .image {
    border: 1px solid #0865a2;
    position: relative;
}

.ourBranches .services-block-two .inner-box .image {
    border: 1px solid #0865a2;
    position: relative;
}

.dlab-media, .dlab-post-media {
    background-color: #fff;
    position: relative;
}

ourBranches .containaddress {
    padding-top: 15px;
    margin-left: 59px;
}

.ourBranches .containaddress h5 {
    color: #b9332b;
}
address, dd, dl, hr, ol, p, pre, table, ul {
    margin-bottom: 24px;
}

.list-style-one {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-style-one li {
    font-weight: 600;
    color: #adadad;
    font-family: inherit;
    font-size: 14px;
    position: relative;
    margin-bottom: 12px;
}
.list-style-one li .icon {
    color: #0865a2;
    margin-left: unset;
    margin-right: 12px;
}
.service-area-two .single-service img {
    border-radius: 4px 4px 0 0;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}
.list-style-one li {
    font-weight: 700;
    color: #040404;
    font-family: 'ArbFONTS-ElMessir-Bold';
    font-size: 14px;
    position: relative;
    margin-bottom: 12px;
}


/* about us peage */
.service-box.style3 .icon-bx-wraper{
    min-height: 350px !important;
    margin-bottom: 0;
}

/* servises peage */
.servises .owl-carousel .owl-item img {
    height: 300px;
}
.servises .dlab-media img{
    height: 100px !important;
}

/* prodacts section */

.service-box .alsp-field-content{
    background: rgba(255 255 255 / 0.8);
    min-width: 0px;
    border: 1px solid #0865a2;
    min-height: 0px;
    padding: 5px 10px;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 5px;
    border-radius: 4px;
}
.service-box .alsp-field-content a{
    color: #0865a2;
}
.service-box:hover .alsp-field-content{
    border: 1px solid #a93429;
}
.service-box:hover .alsp-field-content a{
    color: #0865a2;
}
.service-box:hover .alsp-field-content a:hover{
     color: #a93429;
}
.owl-none .owl-nav {
    display: none
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-top: 20px;
    text-align: center
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots {
    text-align: center;
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .2);
    width: 10px;
    height: 10px;
    margin: 5px
}

.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #000
}

.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto
}

.owl-theme.dots-style-3 .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    margin: 0
}

.owl-theme.dots-style-3 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 3px
}

.owl-theme.dots-style-3 .owl-dots .owl-dot.active,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover {
    border: 1px solid #ff3b68
}

.owl-theme.dots-style-3 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span {
    background-color: #ff3b68
}

.owl-item.dots-style-3 .slide-content-box {
    opacity: 0
}

.owl-item.active.dots-style-3 .slide-content-box {
    opacity: 1;
    transition: all 2s ease 2s;
    -moz-transition: all 2s ease 2s;
    -webkit-transition: all 2s ease 2s;
    -o-transition: all 2s ease 2s
}

.owl-btn-top-c .owl-nav {
    text-align: center
}

.owl-btn-top-l .owl-nav {
    text-align: left
}

.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0
}

.owl-btn-top-r .owl-nav {
    text-align: right
}

.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0
}

.owl-btn-top-lr .owl-nav {
    text-align: left
}

.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right
}

.owl-btn-full .owl-next,
.owl-btn-full .owl-prev {
    padding: 40px 8px
}

.owl-btn-center-lr .owl-nav {
    margin: 0
}

.owl-btn-center-lr+.owl-theme .owl-nav {
    margin: 0
}

.owl-btn-center-lr .owl-nav .owl-next,
.owl-btn-center-lr .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0
}

.owl-carousel .owl-item img {
    transform-style: inherit
}

.owl-btn-1 .owl-next,
.owl-btn-1 .owl-prev,
.owl-btn-2 .owl-next,
.owl-btn-2 .owl-prev,
.owl-btn-3 .owl-next,
.owl-btn-3 .owl-prev {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 40px
}

.owl-btn-2 .owl-next,
.owl-btn-2 .owl-prev,
.owl-btn-3 .owl-next,
.owl-btn-3 .owl-prev {
    margin: 0 -70px !important
}

.owl-btn-3 .owl-next,
.owl-btn-3 .owl-prev {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity: .2
}

.owl-btn-3 .owl-next:hover,
.owl-btn-3 .owl-prev:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    opacity: 1
}

.owl-btn-3.btn-white .owl-next,
.owl-btn-3.btn-white .owl-prev {
    color: #fff
}

.owl-btn-3.btn-white .owl-next:hover,
.owl-btn-3.btn-white .owl-prev:hover {
    color: #fff
}

.owl-btn-4 {
    overflow: hidden
}

.owl-btn-4 .owl-next,
.owl-btn-4 .owl-prev {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, .5);
    color: #000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity: .7
}

.owl-btn-4 .owl-next:hover,
.owl-btn-4 .owl-prev:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
    opacity: 1
}

#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, .2);
    outline-offset: -9px
}

.owl-dots-none .owl-dots {
    display: none
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span {
    opacity: .5;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin: 4px
}

.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span {
    background-color: var(--color-primary)
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span {
    background-color: #333
}

.owl-dots-white-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span {
    background-color: #f5f5f5
}

.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    width: 25px
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    opacity: 1;
    margin: 0 4px 2px 4px
}

@media only screen and (max-width:1200px) {
    .owl-btn-2 .owl-next,
    .owl-btn-2 .owl-prev,
    .owl-btn-3 .owl-next,
    .owl-btn-3 .owl-prev {
        margin: 0 10px !important
    }
}
.product-gallery.on-show-slider{ position:relative; }
.servises .owl-carousel .owl-item img {
    height: 300px;
}

.product-gallery .owl-carousel .owl-item img {
    transform-style: inherit;
    min-height: 100px;
    min-width: 110px;
}
.achievement-content p{
font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
achievement-content ul li {
font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
/*.product-gallery .owl-carousel.owl-rtl {
    direction: rtl;
    border: 4px solid #ffffff;
    background-color: #fff;
    transition: all .4s;
    box-shadow: 0 0px 8px 0 rgb(52 52 114 / 71%);
}*/
.dlab-gallery-listing{list-style:none;margin-bottom:0}.dlab-gallery-box{margin-bottom:30px}#bg{background-attachment:fixed;background-size:cover}
.lg-outer.lg-visible {
    direction: ltr;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
}

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.dlab-img-overlay1, .dlab-img-overlay11, .dlab-img-overlay12, .dlab-img-overlay2, .dlab-img-overlay3, .dlab-img-overlay4, .dlab-img-overlay5, .dlab-img-overlay6, .dlab-img-overlay7, .dlab-img-overlay8, .dlab-img-overlay9 {
    position: relative;
}
.dlab-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%;
}
.dlab-img-overlay11:after, .dlab-img-overlay11:before, .dlab-img-overlay12:after, .dlab-img-overlay12:before, .dlab-img-overlay1:after, .dlab-img-overlay1:before, .dlab-img-overlay2:after, .dlab-img-overlay2:before, .dlab-img-overlay3:after, .dlab-img-overlay3:before, .dlab-img-overlay4:after, .dlab-img-overlay4:before, .dlab-img-overlay5:after, .dlab-img-overlay5:before, .dlab-img-overlay6:after, .dlab-img-overlay6:before, .dlab-img-overlay7:after, .dlab-img-overlay7:before, .dlab-img-overlay8:after, .dlab-img-overlay8:before, .dlab-img-overlay9:after, .dlab-img-overlay9:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: .4;
    z-index: 1;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
.dlab-media, .dlab-post-media {
    background-color: #fff;
    position: relative;
}
.dlab-media {
    overflow: hidden;
    position: relative;
}
.video-gallery .dlab-media img, .video-gallery .dlab-post-media img {
    height: 250px;
}
.dlab-media img, .dlab-post-media img {
    width: 100%;
    max-height: 270px;
}
.dlab-media img, .dlab-post-media img {
    width: 100%;
    height: auto;
}
.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.overlay-icon {
    z-index: 99999;
}
.overlay-bx .align-m, .overlay-icon {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 10px;
}
.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}
.frame-box .gallery.video-gallery .dlab-box .overlay-bx i {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    padding: 0 0 0 4px;
}
.overlay-icon a i {
    background-color: #fff;
}
.dlab-img-effect img {
    display: block;
    margin: 10px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    min-height: 300px;
}
.frame-box .site-footer, .frame-box h1, .frame-box h2, .frame-box h3, .frame-box h4, .frame-box h5, .frame-box h6 {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
    font-size: 21px;
}
.single-blog a img
{
  min-height: 300px;
}
.single-blog a img {
    min-height: 300px;
    max-height: 320px;
}