
/***************************

desgin by :Eng/shatha omar al-hassani 
email:shathaomar359@gmail.com
website:Alalimi Brother 

****************************
*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@font-face {
  font-family:Regular-Flate-bold;
  src: url('../fonts/en/alalimi-font-Bold.ttf');
  }
  
  @font-face {
    font-family: Regular-Flate-thin;
    src: url('../fonts/en/alalimi-font-Thin.ttf');
    }
    @font-face {
      font-family: alalimi-font-language;
      src: url('../fonts/ar/alalimi-font-arbic.ttf');
      }
      @font-face {
        font-family: alalimi-font-language;
        src: url('../fonts/ar/alalimi-font-arbic.ttf');
        }
      *,
      *::after,
      *::before {
        box-sizing: border-box;
      }
      
* {
	margin: 0;
	padding: 0px;
  font-family: Regular-Flate-thin;
  box-sizing: border-box;
}
:root {
  scroll-behavior: smooth;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fbf9f9;
}
::-webkit-scrollbar-thumb ,body ::-webkit-scrollbar-thumb{
  background-color: #3a42ac ;
}

::-moz-selection {
  background: #e52336 ;
  color: #fff;
}

::selection {
  background: #e52336 ;
  color: #fff;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/

body {
  line-height: 1.2;
  font-family: Regular-Flate-thin;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow-x: hidden;
  letter-spacing: 0.02em;
}
p {
  font-weight: 400;
  color: #727171;
  font-size: 15px;
  line-height: 1.7;
  font-family: Regular-Flate-thin;
}

.lead {
  font-size: 18px;
}

.display-1 {
  font-size: 100px;
}
@media (max-width: 575px) {
  .display-1 {
    font-size: 50px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #424242;
  font-family: Regular-Flate-bold;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 60px;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}
section{
  position: relative;
}
.icon-lg {
  font-size: 50px;
}

.icon {
  font-size: 40px;
}

.icon-sm {
  font-size: 30px;
}

.icon-xs {
  font-size: 20px;
}

/* Button style */
.btn-box {
  font-size: 15px;
  font-family: Regular-Flate-thin;
  text-transform: capitalize;
  padding: 13px 15px;
  border-radius: 5px;
  color: rgb(250, 250, 250);
  border: 1px solid rgb(250, 250, 250);
  position: relative;
  z-index:1 ;
  transition: 0.2s ease;
}
.btn-box:hover, .btn-box:active, .btn-box:focus {
  outline: 0;
  box-shadow: none !important;
  box-shadow: 0px 18px 18px 0px #dadbd6;
  background: rgb(250, 250, 250);
  color: #424242;
}

.btn-box-lg {
  font-size: 20px;
  padding: 20px 90px;
}
.btn-box i ,.btn-box svg {
  padding: 0px 2px;
  width:24px;
}
.btn-primary {
  background:transparent;
  color: #fafafa;
  border: 0;
  padding: 10px 15px;
  font-size: 14px;
  margin: 12px 3px;
  border: 1px solid #fafafa;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary.active {
  background: #424242 !important;
  color: #fafafa !important;
  border: 1px solid #424242 !important;
}
.btn-outline {
  background: transparent;
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline:active, .btn-outline:hover, .btn-outline.focus, .btn-outline.active {
  background: #ffffff !important;
  color: #424242;
  border-color: #ffffff;
}

.btn-secondary {
  background: #e52336 ;
  color: #fafafa ;
  border: 1px solid #e52336 ;
  padding: 10px 15px;
  font-size: 16px;
  margin: 16px 0px;

}
.btn-secondary:active, .btn-secondary:hover, .btn-secondary.focus, .btn-secondary.active {
  background: transparent ;
  color: #e52336;
  border: 1px solid #e52336;
}

.btn-outline-light {
  display: inline-block;
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:active, .btn-outline-light:hover, .btn-outline-light.focus, .btn-outline-light.active {
  background: #fff !important;
  color: #727171;
  border-color: #fff;
}
.btn-profile:hover{
  color: #727171 !important;
}
.btn-transparent {
  color: #fafafa;
  border: 0;
  padding-left: 0;
  /* background: linear-gradient(37deg, rgb(180, 62, 121) 1%, rgb(247, 70, 58) 100%); 
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    background: #E52336;
}
.btn-transparent:active, .btn-transparent:hover, .btn-transparent.focus, .btn-transparent.active {
  color: #ffffff;
  border: 0;
  padding-left: 0;
  background: #E52336;
  /* background: linear-gradient(37deg, rgb(180, 62, 121) 1%, rgb(247, 70, 58) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  box-shadow: none;
  text-decoration: underline;
}
.navbar-toggler{
  background: #E52336;
}
.btn:not(:disabled):not(.disabled), .close:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary {
    cursor: pointer;
}
.btn-transparent {
  font-size: 15px;
  text-transform: capitalize;
  padding: 13px 45px;
  border-radius: 35px;
  font-weight: 600;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
ol,
ul {
  list-style-type: none;
  margin: 0px;
}
img {
 /* width: 100px;  */
}
.img{
    width: 100px;
}
a {
  color: #E52336;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.hover-text-underline:hover {
  text-decoration: underline;
}
a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #E52336;
}
.slick-slide {
  outline: 0;
}
.section {
  padding-top: 110px;
  padding-bottom: 100px;
}
.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-lg {
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}
.section-border {
  height: 9px;
  width: 220px;
  background: linear-gradient(37deg, rgb(180, 62, 121) 1%, rgb(247, 70, 58) 100%);
  border-radius: 5px;
  margin: 40px auto 90px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.bg-color{
  background: #fafafa;
}
.border-primary {
  border-color: #d2d2e2 !important;
}
/* overlay */
.bg-contain {
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.overlay-secondary-half ,.overlay-secondary {
  position: relative;
}
.overlay-secondary-half::before ,.overlay-secondary::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(126 13 24) 50%, rgb(229 35 54));

      background-blend-mode: multiply;
    opacity: 0.8;
}
.overlay-secondary::before{
  /* background: linear-gradient(to right, rgb(7 10 47) 50%, rgb(58 66 172)); */

}
.banner-head{
  z-index: 12;
}
.overlay-image {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  background-color: transparent;
  z-index: -1;
}
.overlay-image-left {
  background-position: center left;
}

.overlay-svg {
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  background-color: transparent;
  background-attachment: fixed;
  z-index: -1;
}
.background-attachment-unset{
  background-attachment:unset;
}
.overlay-svg-position {
  background-position: right bottom;
}
.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #3a42ac !important;
}
.bg-secondary {
  background: #272526 !important;
}
.bg-bright{
  background: rgb(242 242 242 / 45%) !important;
}
.bg-gradient-color{
  width: 100%;
  position: relative;
  background: rgb(116,11,21);
  background: linear-gradient(90deg, rgba(116,11,21,1) 20%, rgba(229,35,54,1) 74%);
}

.text-primary {
  color: #e52336 !important;
}

.text-secondary {
  color: #272526 !important;
}
.text-bright{
  color: #fafafa !important;
}
.text-gradient-primary {
  background: linear-gradient(37deg, rgba(116,11,21,1) 1%, rgba(229,35,54,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-light {
  color: #fafafa !important;
}

.text-dark-light {
  color:#f2f2f2 !important;
}
.border-light{
  border-right: none;
  border-left:1px solid #f2f2f2 ;
}
.border-top-light{
  border-top: 1px solid #f2f2f2;

}
.border-dark{
  border-right: none;
  border-left:1px solid #d9d9e1 !important ;
}
.border-none{
  border: none;
}
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}


.top-100 {
  top: 100px;
}

.zindex-1 {
  z-index: 1;
}
.image-box img{

}
.img-up{
  z-index: 1;
}
.overflow-hidden {
  overflow: hidden !important;
}


.shadow {
  box-shadow: 0px 46px 65px 0px rgba(181, 188, 236, 0.16) !important;
}

.transition {
  transition: 0.3s ease;
}

.vertical-align-middle {
  vertical-align: middle;
}

/* form control */
.form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d2d2e2;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #E52336;
}

textarea.form-control {
  height: 150px;
}

/* /form control */
/* page-title */
.page-title {
  padding: 170px 0 190px;
}

/* /page-title */
/* list style */
.list-styled {
  padding-left: 0;
}
.list-styled li {
  position: relative;
  padding-left: 25px;
  list-style-type: none;
}
.list-styled li::before {
  position: absolute;
  content: "\e65d";
  font-family: "themify";
  font-size: 14px;
  left: 0;
  top: 0px;
  color: #272526;
  transition: 0.3s ease;
}

/* social icons */
.social-icons a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  background: #272526;
  color: #fff;
  text-align: center;
}
/*
cursor
*/

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%
}
.cursor{
	background-color: #E52336;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid rgb(229 35 54 / 23%);
  box-shadow: 0 0 22px rgb(229 35 54 / 23%);
      mix-blend-mode: multiply;
}
.cursor2.hover{
	background: rgb(229 35 54 / 23%);
  box-shadow: 0 0 12px rgb(229 35 54 / 23%);
  mix-blend-mode:multiply;
}
@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}
 /* Back to top page  Button */
 gcbBCp, .gcbBCp * {
  box-sizing: border-box !important;
  outline: none !important;
}

.gcbBCp {
  display: inline-flex;
}

.iBYEYo {
  position: fixed;
  z-index: 999999;
  display: inline-flex;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
  inset: auto 0px 0px auto;

}
.cbnxqu {
  padding: 6.6667px 8.66667px 5.66667px 18.6667px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 100px 0px 0px  100px;
  top: 0px;
  right:0;
  left: unset;
  backface-visibility: hidden;
  background-color: #3a42ac;
  color: rgb(255, 255, 255);
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9999;
}
.cbnxqu:hover {
  padding: 7.6667px 12.66667px 7.66667px 10.6667px;
  border-radius: 100px;
  transition: 0.3s ease-in;
}
.cbnxqu::before {
  position: absolute;
  content: " ";
  inset: 0px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease 0s;
  border-radius: inherit;
  pointer-events: none;
}
.cbnxqu::after {
  position: absolute;
  content: " ";
  inset: 0px;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
}
.gnNDoy {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}
.cbnxqu .Icon__IconComponent-sc-joflmd-0 {
  fill: rgb(255, 255, 255);
}

.gcbBCp, .gcbBCp * {
  box-sizing: border-box !important;
  outline: none !important;
}

.fdNayL {
  width: 31.5px;
  height: 37.5px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.fVBuet > div {
  width: inherit;
  height: inherit;
}
.fVBuet i {
  display: block;
  object-fit: contain;
}

/* Top Bar
================================================== */
.navbar-top-info{
  /* position: relative; */
}
.top-bar{
  background: transparent;
}

/* Top info */
ul.top-info {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.top-info li p{
  color: #f5f5f5; 
}
ul.top-info li {
  position: relative;
  display: inline-flex;
  margin: 0px 2px;
  padding: 2px 4px;
  color: #f5f5f5; 
  border-right: 1px solid rgb(245 245 245 / 20%);
}

ul.top-info li:first-child{
  border-right:none
}
ul.top-info li i {
  font-size: 18px;
  position: relative;
  bottom: 2px;
  margin: 0px 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  display: inline-block;
  flex-direction: column;
  font-size:14px;
}

ul.top-info li p.info-text span{
  font-size:12px;
}
/* Top social */
.top-social .social-icon {
  display: inline-block !important;
}

.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
  #top-bar{
   display:none;
 }
}
.slider-social-media{
  position: relative;
}
.top-social ul li {
  display: inline-flex;
  padding: 3px 0px;
}

.top-social ul li a span i {
  font-size: 1rem;
  padding: 5px;
  display: inline-block;
  background: transparent;
  color: #f5f5f5;
  line-height: 1;
  margin: auto;
  text-align: center;
  width: 25px;
  height: 25px;
  transition: 0.5s;
}
.top-social ul li a span i:hover {
  color: #fafafa;
  border-radius: 51px;
  transition: 1s;
  background:#e52336;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #ffcf01;
}
/* bottom menu fixed */
.navbar-collapse-fixed-bt{
  margin-right: unset;
   margin-left: 35px;
}
/* button top navbar */
 
.landing-nav-page {
  height: 100vh;
  width: 100%;
}
.landing-nav-page .menu-btn {
  position: fixed;
  top: 23px;
  /* right: 58px;*/
  height: 54px; 
  width: 54px;
  border-radius: 100%;
  background-color: #fafafa;
  color: #272526; 
  z-index: 1090;
}
.landing-nav-page .menu-btn:hover {
  cursor: pointer;
}
.landing-nav-page .menu-btn::before {
  position: absolute;
  top: 0;
  /* left: 0; */
  content: "+";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  font-weight: 100 !important;
  font-family: serif;
  transition-duration: 500ms;
}
.landing-nav-page .menu-btn:hover{
  color:#fafafa;
  background: rgb(229 35 54 );
	box-shadow:0 0 0 0.6rem rgba(229 ,35 ,54 ,0.15);
  transition: 0.3s ease;
}
.landing-nav-page .menu-btn.active::before {
  transform: rotate(405deg);
  background-color: #fafafa;
  color: #e52336;
}
.landing-nav-page .overlay-btn-menu {
  position: fixed;
  top: 25px;
  /* right: 60px; */
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #e52336;
  transition-duration: 700ms;

}
.landing-nav-page .overlay-btn-menu.active {
  transform: scale(100, 100);
}
.landing-nav-page .menu-container {
  position: fixed;
  top: 16%;
  left: 0;
  height: 85vh;
  width: 100%;
  z-index: -5;
  opacity: 0;
  transition: opacity 1500ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-bottom-navigation {
z-index: 10;
}
.landing-nav-page .menu-container .menu-underlay {
  position: absolute;
  top: 100px;
  left: 100px;
  background-color: lightblue;
}
.landing-nav-page .menu-container.active {
  transition-delay: 0ms;
  opacity: 1;
  z-index: 1090;
}
.landing-nav-page .landing-nav-page-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #272526;
  color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.landing-nav-page .landing-nav-page-content .line-1 {
width: inherit;
}
.landing-nav-page .landing-nav-page-content .line-1 span {
  font-size: 40px;
  font-weight: 400;
  padding: 0px 10px;
}
     

.first__content__line {
  display: block;
    width: 2px;
    height: 6.2rem;
    background-color: #fafafa;
    position: absolute;
    right: 3.2rem;
    left:unset;
    bottom: 0;
    z-index: 1010;
}
.second__section__line {
  display: block;
  width: 2px;
  height: 6.2rem;
  background-color: #e52336;
  position: absolute;
  right: 3.2rem;
  left:unset;
  top: 0;
}
.middle__align__line{
  right: 50% !important;
  left:unset;
}

.background__red__section__line{
  background-color: #e52336
}
.background__white__section__line{
  background-color: #fafafa;
}
 /* Page menu open with svg */

 .item-show-img{
  position: relative;
}

.menu-images{
  width: 45%;
  margin: 2%;
  position: absolute;
  right: 0;
  top: 0px;
  height: 150px;
}
.menu-image{
  width: 100%;
  height: 100%;
  position: absolute; 
}

.img-show-menu-item-1 ,.img-show-menu-item-2 ,.img-show-menu-item-3 ,.img-show-menu-item-4 ,.img-show-menu-item-5{

  visibility: hidden;
  z-index: 9999;
  width: 100%;
  margin: 2%;
  position: fixed;
  right: 0px;
  left: unset;
  top: 0px;
  bottom: 0;
  height: auto;
 min-height: 450px;
  transition: 0s;
}

.text-item-show-1:hover > .img-show-menu-item-1{
  visibility: visible ;
  pointer-events: none;
  transition: 2s ease-in
}
.text-item-show-2:hover > .img-show-menu-item-2{
  visibility: visible;
  pointer-events: none;
  transition:2s ease-in
}

.text-item-show-3:hover > .img-show-menu-item-3{
  visibility: visible;
  pointer-events: none;
  transition: 2s ease-in
}
.text-item-show-4:hover > .img-show-menu-item-4{
  visibility: visible;
  pointer-events: none;
  transition:2s ease-in
}

.text-item-show-5:hover > .img-show-menu-item-5{
  visibility: visible;
  pointer-events: none;
  transition: 2s ease-in
}
/* /Menu Navbar  */
.navbar-fixed-bt{
  position: absolute !important;
  bottom: 0;
  top: auto !important;
  transition: 0.3s ease;
  z-index: 1024;
  margin: auto;
  right: 0;
  left: 0;

}
.navigation {
  /* padding: 20px 100px; */
  transition: 0.3s ease;

}
.img-nav-logo{
  filter: brightness(8.5);
  width:100px;
}
.navigation.nav-bg {
  background-color: #fafafa;
  /* padding: 15px 100px; */
  transition: 0.3s ease;
  border-bottom: 1px solid #ededed;
}
/* .nav-top-custom{
  display: inline-block !important;
} */
.nav-items-custom{
  /* display: inline-block !important; display: inline-block !important; */
}
.navbar .nav-item .nav-link {
  font-family: Regular-Flate-thin;
  padding: 15px;
  font-size: 18px;
}
.navbar .nav-item.active {
  font-weight: bold;
  color: red;
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 15px;
  border: 0;
  top: calc(100% - 2px);
  left: -10px;
  border-radius: 0;
  background: #fafafa;
  width:auto;
}
.navbar .dropdown-menu.show {
  display: block !important;
}
.navbar .dropdown-item {
  position: relative;
  color:#424242;
  transition: 0.2s ease;
  font-family:  Regular-Flate-thin;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 0 !important;

}
.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:hover, .dropdown-item:hover {
  color:#e52336;
  text-decoration: none;
  border-radius: 0;
  background: #fafafa;
  transition: 0.3s ease;
}
.dropdown-item:before {
  content: "\13b2d";
  font-family: 'icofont';
  color: #ffffff;
  padding: 0px;
}
.dropdown-item:hover:before, .dropdown-item:hover:before {
  content: "\13b2d";
  font-family: 'icofont';
  color: #e52336;
  padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.nav-item-hide{
  visibility: hidden;
}
.btn-menu-lg{
  display: block
}
.langauge-text-btn{
  display: inline-flex;
  height: 50px;
  width: 50px;
  background: rgb(242 242 242 / 22%);
  border-radius: 50%;
  margin: 15px 8px;
  padding: initial;
}
.langauge-text-btn span ,.langauge-text-btn i{
  display: block !important;
  font-size: 19px;
  font-weight: bold;
  border-radius: 50%;
}

.langauge-text-btn span{
  padding: 12px 6px;
}
.menu-top-btn{
  background: rgb(229 35 54 ) !important;
  margin: 0;
  padding: 10px 17px;
}
.langauge-text-btn:hover ,.dbox .icon:hover{
  color:#fafafa !important;
  background: rgb(229 35 54 ) !important;
	box-shadow: 0 0 0 0.6rem rgba(229 ,35 ,54 ,0.15);
  transition: 0.3s ease;
}
.header-social-media {
    position: absolute;
    left: 30px;
    bottom: 100px;

}
.top-social .flex-header-social-media li {
  display:block;
}
.top-nav-contact-info{
  float: left;
}
.top-nav{
  clear: both;
}

/* her0 silder */

.hero-carousel {
	font-size: 10px;
	font-size: calc(5px + 0.4vw);
}

/* Slider style */
.hero-cd-slider {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.hero-cd-slider.ie9 nav div span {
	display: none;
}
.hero-cd-slider ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s .6s;
}
.hero-cd-slider ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	/* width: 135vh;
  height: 135vh; */
  	width:100vh;
	height: 100vh;
	border: solid rgba(0,0,0,0.2);
	border-width: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: border-width .4s .6s;
}
.hero-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 100%;
  /* background-size: auto 100%;  change*/
  background-size: cover;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
	opacity: 0;
	transform: scale(1.2);
	transition: opacity .4s .6s, transform .4s .6s;
}
 .hero-describe  {
   display: inline-flex;
  margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
	z-index: 2;
}
.hero-describe blockquote p {
	font-size: 3rem;
  margin-bottom: 4rem;
  color: #fafafa;
  line-height: normal;
}
.hero-describe blockquote h4, .hero-describe blockquote h5 , .hero-describe blockquote h6{
padding-bottom:20px;
  color: hsl(0deg 31.1% 95.14%)  ;
}
.hero-describe blockquote span {
  font-size: 1.4rem;
  color: hsl(0deg 31.1% 95.14%)  ;
}
/* current slide
---------------------------------*/
.hero-cd-slider li.hero_current_slide {
	visibility: visible;
}
.hero-cd-slider li.hero_current_slide::before {
	border-width: 12rem;
}
.hero-cd-slider li.hero_current_slide .hero-content {
	opacity: 1;
	transform: scale(1);
}
/* nav
---------------------------------*/
.hero-controler div {
	position: absolute;
  bottom: 4%;
  left: 8%;
  right:unset;
	width: 2.5rem;
	height: 2.5rem;
	margin-top: -2.5rem;
	list-style: none;
}
.hero-controler div:last-of-type {
	/* left: auto;
  right: 4%; */
  bottom:11%;
}
.hero-prev, .hero-next {
	position: relative;
	z-index: 100;
	width: 100%;
  height: 100%;
  left: 43% ;
	display: block;
	border-radius: 100%;
	transition: box-shadow .3s;
}
.hero-prev::before, .hero-prev::after, .hero-next::before, .hero-next::after {
	content: '';
	position: absolute;
	left: 43%;
	background: #fff;
	width: .3rem;
	min-width: 3px;
	border-radius: 3px;
	height: 34%;
}

.hero-prev::before {
	transform: rotate(45deg);
	top: 24%;
}
.hero-prev::after {
	transform: rotate(-45deg);
	bottom: 24%;
}
.hero-next::before, .next::after {
	left: unset;
	right: 43%;
}
.hero-next::before {
	transform: rotate(-45deg);
	top: 24%;
}
.hero-next::after {
	transform: rotate(45deg);
	bottom: 24%;
}
.hero-prev:hover, .hero-next:hover {
	box-shadow: 0 0 0 0.4rem rgba(229 ,35 ,54 ,0.15);
}
.hero-controler > div > span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 100%;
	z-index: 5;
	pointer-events: none;
	will-change: width, height;
	transform: translate(-50%, -50%);
	transition: width .6s, height .6s;
} 
/* scr0ll t0 sec0nd secti0n */

.home-content__scroll {
  position: absolute;
    right: 2rem;
    bottom: 1.4rem;
    z-index: 1010;
}

.home-content__scroll a {
     font-family: Regular-Flate-bold;
    font-size: 1rem;
    text-transform: uppercase;
    /* letter-spacing: .3rem; */
    color: #fafafa;
    position: relative;
    display: inline-block;
    line-height: 0rem;
    padding-left: 1.5rem;
}

.home-content__scroll a span{
  font-size: 1em !important;
}

.home-content__scroll .scroll-link::before {
    border-bottom: 2px solid #fafafa;
    border-right: 2px solid #fafafa;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    right:unset;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*banner*/
.banner {
height: fit-content;
}

.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-bg-secondary {
  transition: 0.2s ease;
}
.hover-bg-secondary * {
  transition: inherit;
}
.hover-bg-secondary:hover {
  background: #07085d;
}
.hover-bg-secondary:hover * {
  color: #fff;
}
.hover-bg-secondary.active {
  background: #07085d;
}
.hover-bg-secondary.active * {
  color: #fff;
}

.hover-bg-primary {
  transition: 0.2s ease;
}
.hover-bg-primary * {
  transition: inherit;
}
.hover-bg-primary:hover {
  background: #f7463a;
}
.hover-bg-primary:hover * {
  color: #fff;
}
.hover-bg-primary.active {
  background: #f7463a;
}
.hover-bg-primary.active * {
  color: #fff;
}

.icon-box {
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.icon-box-sm {
  height: 80px;
  width: 80px;
  line-height: 80px;
}

.icon-watermark {
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  transition: inherit;
}

.card:hover .icon-watermark {
  transform: translate(-50%, -50%) scale(1.5);
}

.bg-image {
  position: absolute;
  left: 0;
  right:unset;
  top: 0;
  height: 100%;
  width: auto;
}
.bg-image img {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .bg-image img {
    display: none;
  }
}
@media (max-width: 767px) {
  .bg-image img {
    display: block;
    height: auto;
  }
}

.hover-shadow::before {
  transition: 0.3s ease;
  position: absolute;
  height: 100%;
  box-shadow: 0px 33px 49px 0px rgba(190, 193, 228, 0.31);
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
  opacity: 0;
}
.hover-shadow:hover::before {
  opacity: 1;
}
   /* Page menu open with svg */
        
   .menu {
    padding: 10rem 0 20vh 0;
    width: initial;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    counter-reset: menucounter;
  }
  
  .menu__item {
    flex: none;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-left: 5rem;
    height: 70px;
    transition:0s ease-in;
    align-items: center;
  }
  .menu__item:hover{

    transition:4s ease-in;
  }
  
  .menu__item span p{
    color:#fafafa;
    }
    
  .menu__item::before {
    counter-increment: menucounter;
    content: counters(menucounter, ".", decimal-leading-zero);
    position: absolute;
    color:#fafafa;
    left: 0;
    right:unset;
    border-left: 3px solid #fafafa;
    border-right: none;
    top: 20%;
    height: 60%;
    padding-left: 1rem;
    padding-right: unset;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: bold;
    opacity: 0;
    transform: translateX(-1rem);
    transition: transform 0.3s, opacity 0.3s;
  }
  
  .menu__item:hover::before {
    opacity: 1;
    transform: translateX(0);
  }
  
  .menu__item-text {
    position: relative;
    cursor: pointer;
    padding: 0.5rem;
    display: block;
    /* overflow: hidden; */
    font-size: 18px;
  }
  
  .menu__item-textinner {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fafafa;
  }
  
  .js .menu__item-textinner {
    transform: translateY(100%);
  }
  
  .menu__item:hover .menu__item-textinner {
    color:#fafafa;
  }
  
  .menu__item-sub {
    display: none;
    text-transform: uppercase;
    font-weight: 300;
   white-space: nowrap;
    font-size: 16px;
    align-items: center;
    position: relative;
    color: #fafafa ;
    margin-left: 0.2rem;
    padding-left: 0.3rem;
    margin-right: 0rem;
    padding-right: 0rem;
    opacity: 0;
    transform: translateX(-1rem);
    transition: transform 0.3s, opacity 0.3s;
  }
  
  .menu__item:hover .menu__item-sub {
    opacity: 1;
    transform: translateX(0);
  }
  .menu__item-sub .menu__item-sub-list li::before{
    content: "\13cdd";
    font-family: 'icofont';
    color:#fafafa ;
  }
  
  .menu__item-sub::before {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    top: 0%;
    width: 1px;
    height: 96%;
    background:#fafafa;
    transform-origin: 0 100%;
    transform: rotate(22.5deg) scale3d(1, 0, 1);
    transition: transform 0.3s;
  }
  
  .menu__item:hover .menu__item-sub::before {
    transform: rotate(22.5deg) scale3d(1, 1, 1);
  }
  
  .hover-reveal {
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 320px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
  }
  
  .hover-reveal__inner {
    overflow: hidden;
  }
  
  .hover-reveal__inner,
  .hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .cursor {
    display: none;
  }
  
  .credits {
    align-self: flex-start;
    padding: 5rem 0 0 0;
  }
  
  .credits a {
    text-decoration: underline;
  }
  
  @media screen and (min-width: 53em) {
    .frame {
      flex-direction: column;
      align-items: flex-end;
      text-align: right;
      background: none;
      height: 50vh;
      pointer-events: none;
      padding-bottom: 0;
    }
    .frame__links a:not(:last-child) {
      margin-right: 0;
    }
    .frame__links {
      margin: 0.5rem 0 2rem;
      justify-self: start;
    }
    .frame__links a {
      margin-left: 0.5rem;
      pointer-events: auto;
    }
    .frame__button {
      cursor: not-allowed;
      pointer-events: auto;
      margin-top: auto;
      transform: translateY(50%);
    }
    .menu {
      padding-top: inherit;
      /* padding-top: 70vh; */
    }
    .menu__item {
      padding-left: 0vw;
      justify-content: initial;
    }


    .menu__item-text {
      padding: 15px 45px 15px 12px;
      font-size: 20px;
    }
    .menu__item-sub {
      display: inline-block;
    }
  }
  
  @media (any-pointer: fine) {
    .cursor {
      position: fixed;
      top: 0;
      left: 0;
      display: block;
      pointer-events: none;
    }
    .cursor__inner {
      fill: hsl(0deg 31.1% 95.14%) ;
      stroke: #272526;
      stroke-width: 1px;
      opacity: 0.3;
    }
    .credits {
      padding-left: 25vw;
    }
  }
  
  /*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
  html.has-scroll-smooth {
    overflow: hidden;
  }
  
  html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .has-scroll-smooth body {
    overflow: hidden;
  }
  
  .has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
  }
  
  .c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
  }
  .c-scrollbar:hover {
    transform: scaleX(1.45);
  }
  .c-scrollbar:hover,
  .has-scroll-scrolling .c-scrollbar,
  .has-scroll-dragging .c-scrollbar {
    opacity: 1;
  }
  
  .c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

  .top-social-light ul li a span i{
    width: 35px;
    height: 35px;
    font-size: 24px
  }
  .top-social-light ul li a span i:hover {
    color: #e52336;
    border-radius: 51px;
    transition: 1s;
    background:#fafafa;
}

  /* right style css*/
  .menu__item::before {
    left: unset;
    right:0;
    border-left:none;
    border-right: 3px solid #fafafa;
    padding-right: 1rem;
    padding-left: unset;
  }
  .menu__item-sub{
    margin-left: 0rem;
padding-left: 0rem;

margin-right: 0.2rem;
padding-right: 0.3rem;
  }
  .menu__item-sub::before {

right: 0;
left:unset;

}

@media screen and (min-width: 53em){
.menu__item {
padding-left: unset;
padding-right:0vw;
justify-content: initial;
}
}
/*---------------------
 about
 ---------------------*/
 .hm-about-section {
  position: relative;
  z-index: 0; 
  
}
.title-hm-about{
  font-size: 28px;
}
  @media (max-width: 767.98px) {
    .hm-about-section {
      padding: 6em 0; } 
    }
  .hm-about-section .degree-left {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px; }
    .hm-about-section .degree-left:after, .hm-about-section .degree-left:before {
      position: absolute;
      content: '';
      height: 50px;
      background: #fff !important;
      z-index: 2;
      bottom: -25px; }
    .hm-about-section .degree-left:before {
      width: 65%;
      left: 0;
      -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
      /* IE 9 */
      -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
      transform: matrix(1, 0.102, 0, 2, 0, 0);
      /* Standard syntax */ }
    .hm-about-section .degree-left:after {
      width: 35%;
      right: 0;
      -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
      /* IE 9 */
      -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
      transform: matrix(1, -0.19, 0, 2, 0, 0);
      /* Standard syntax */ }
  .hm-about-section .degree-left-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px; }
    .hm-about-section .degree-left-footer:after, .hm-about-section .degree-left-footer:before {
      position: absolute;
      content: '';
      height: 50px;
      background: black;
      z-index: 2;
      bottom: -25px; }
    .hm-about-section .degree-left-footer:before {
      width: 65%;
      left: 0;
      -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
      /* IE 9 */
      -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
      transform: matrix(1, 0.102, 0, 2, 0, 0);
      /* Standard syntax */ }
    .hm-about-section .degree-left-footer:after {
      width: 35%;
      right: 0;
      -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
      /* IE 9 */
      -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
      transform: matrix(1, -0.19, 0, 2, 0, 0);
      /* Standard syntax */ }
    
.services {
  padding: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 767.98px) {
    .services {
      margin-bottom: 40px; } }
  .services .icon {
    line-height: 1.3;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100px; }
    .services .icon span {
      font-size: 60px;
      color: #000000; }
  .services .media-body {
    width: 100%;
    color: rgba(0, 0, 0, 0.8); }
    .services .media-body h3 {
      font-size: 16px;
      font-weight: 600;
      color: #000000;
      letter-spacing: 2px; }
    .services .media-body p {
      margin-bottom: 0; }
  .services.services-bg {
    background: #d1002c; }
    .services.services-bg.services-darken {
      background: #c20029; }
      @media (max-width: 991.98px) {
        .services.services-bg.services-darken {
          background: transparent; } }
    .services.services-bg.services-lighten {
      background: #c7002a; }
      @media (max-width: 991.98px) {
        .services.services-bg.services-lighten {
          background: transparent; } }
    .services.services-bg .icon {
      line-height: 1.3;
      position: relative;
      z-index: 0;
      margin: 0 auto;
      width: 100px; }
      .services.services-bg .icon span {
        font-size: 60px;
        color: #fff; }
    .services.services-bg .media-body {
      width: 100%;
      color: rgba(255, 255, 255, 0.8); }
      .services.services-bg .media-body h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff; }
      .services.services-bg .media-body p {
        margin-bottom: 0; }

.services-2 span {
  position: relative;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  color: #e52336;
}
  .services-2 span:after {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
    width: 100%;
    background: #d9d9e1; 
  }

.services-2 h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8; 
  }

.services-2 .text {
  padding-left: 24px;
  padding-right: unset; }
  /*-------------------------
  cleint section in hm 
  --------------------------*/
  .client-hm-slider{
    direction: ltr
  }
    /*-------------------------
   sectors section in hm 
  --------------------------*/ 

  /*  sectors slider  in hm page  */ 
  .msg_wrapper {
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  
  .msg_carousel {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .carousel__item {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 12px;
    opacity: 0;
    filter: drop-shadow(0 6px 6px #cdcdcd);
    will-change: transform, opacity;
    -webkit-animation: carousel-animate-vertical 90s linear infinite;
            animation: carousel-animate-vertical 90s linear infinite;
  }
  
  .carousel__item:nth-child(1) {
    -webkit-animation-delay: calc(10s * -1);
            animation-delay: calc(10s * -1);
  }
  
  .carousel__item:nth-child(2) {
    -webkit-animation-delay: calc(10s * 0);
            animation-delay: calc(10s * 0);
  }
  
  .carousel__item:nth-child(3) {
    -webkit-animation-delay: calc(10s * 1);
            animation-delay: calc(10s * 1);
  }
  
  .carousel__item:nth-child(4) {
    -webkit-animation-delay: calc(10s * 2);
            animation-delay: calc(10s * 2);
  }
  
  .carousel__item:nth-child(5) {
    -webkit-animation-delay: calc(10s * 3);
            animation-delay: calc(10s * 3);
  }
  
  .carousel__item:nth-child(6) {
    -webkit-animation-delay: calc(10s * 4);
            animation-delay: calc(10s * 4);
  }
  
  .carousel__item:nth-child(7) {
    -webkit-animation-delay: calc(10s * 5);
            animation-delay: calc(10s * 5);
  }
  
  .carousel__item:nth-child(8) {
    -webkit-animation-delay: calc(10s * 6);
            animation-delay: calc(10s * 6);
  }
  .carousel__item:nth-child(9) {
    -webkit-animation-delay: calc(10s * 7);
            animation-delay: calc(10s * 7);
  }
  
  .carousel__item:last-child {
    -webkit-animation-delay: calc(-10s * 2);
            animation-delay: calc(-10s * 2);
  }
  
  
  @-webkit-keyframes carousel-animate-vertical {
    0% {
      transform: translateY(100%) scale(0.5);
      opacity: 0;
      visibility: hidden;
    }
    3%, 11.1111111111% {
      transform: translateY(100%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
    }
    14.1111111111%, 22.2222222222% {
      transform: translateY(0) scale(1);
      opacity: 1;
      visibility: visible;
    }
    25.2222222222%, 33.3333333333% {
      transform: translateY(-100%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
    }
    36.3333333333% {
      transform: translateY(-100%) scale(0.5);
      opacity: 0;
      visibility: visible;
    }
    100% {
      transform: translateY(-100%) scale(0.5);
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @keyframes carousel-animate-vertical {
    0% {
      transform: translateY(100%) scale(0.5);
      opacity: 0;
      visibility: hidden;
    }
    3%, 11.1111111111% {
      transform: translateY(100%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
    }
    14.1111111111%, 22.2222222222% {
      transform: translateY(0) scale(1);
      opacity: 1;
      visibility: visible;
    }
    25.2222222222%, 33.3333333333% {
      transform: translateY(-100%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
    }
    36.3333333333% {
      transform: translateY(-100%) scale(0.5);
      opacity: 0;
      visibility: visible;
    }
    100% {
      transform: translateY(-100%) scale(0.5);
      opacity: 0;
      visibility: hidden;
    }
  }
  
  .msg_animate_up {
    animation: carousel-animate-vertical;
  }

/* box hm all sectors */
.serviceBox{
    color:#f2f2f2;
    text-align: center;
    padding: 28px;
    position: relative;
    z-index: 1;
    margin: 25px 20px ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    border-radius: 24px;
    border: 10px solid #e52336;
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.serviceBox:after{
     border: 3px solid #f2f2f2;
    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
    color:#f2f2f2;
}
.serviceBox .description{
  color:#f2f2f2;
    font-size: 14px;
    margin: 0px;
}

@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 25px 20px; }
}
   /* all sectors in hm page  */
   .sectors-hm-box{
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 14px;
    /* transform: translateY(-50%) rotate(-360deg); */
}

.sectors-hm-box img{
    width: 100%;
    height:auto;
    transition: all 0.5s ease-out;
}

 .sectors-hm-box .sectors-hm-box-content{
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    transition: all 5s ease-out;
    background: rgb(116,11,21);
    background: linear-gradient(90deg, rgb(116 11 21 / 80%) 20%, rgb(229 35 54 / 70%) 74%)
}    

@media only screen and (max-width:990px){
    .sectors-hm-box{
      margin: 40px 20px;
      }
}
/*---------------------
  Feature
-----------------------*/

.feature {
	background: #fafafa;
	position: relative;
	z-index: 2;
}

.feature:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 51%;
  height: 50%;
  background-image: url(../images/home/about-hm/lamp.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(-300px, -150px);
  -ms-transform: translate(-300px, -150px);
  transform: translate(-300px, -150px);
  z-index: 0;
}

.div__text .section-title {
  margin-bottom: 34px;
  text-align: start;
}
 .section-title span , .section-title p{
  color:#3a42ac;
  font-weight: 500;
}
.section-title h2{
  padding-bottom: 28px;
  padding-top: 16px;
}
.section-title span:after{
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e52336;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.section-title .text-light:after{
  background-color: #fff6e6;
}
.section-title.middle-title:after {
  content: '';
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: transparent;
  margin: 0 15px;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.div__text .section-title h2 {
	margin-bottom: 0;
}

.div__text__desc p {
  margin-bottom: 30px;
  text-align: start;
}

.div__text__btn .primary-btn {
	margin-right: 16px;
}

.div__text__btn .partner-btn {
	background: #222;
}

.div__item {
	text-align: center;
	float: right;
	margin-bottom: 25px;
}

.feature__item .feature__item__icon {
	height: 100px;
	width: 100px;
	background: rgb(242 242 242);
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	margin-bottom: 20px !important;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 0px rgb(180 178 178 / 33%);
}
.feature__item .feature__item__icon svg{
  width: 70%;
}
.feature__item h6 {
  text-align: center;
	font-size: 15px;
	color: #353535;
	font-weight: 700;
}

/*-----------------------
department in hm
------------------------*/

.department-hm-contain{
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.department-hm-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #e52336;
  transform: translate(-50%, -50%);
  font-size: 12px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  z-index: 1;
}
.department-hm-circle:before{
  content: '';
  height: 150px;
  width: 150px;
  background: #e52336;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  animation: ribble 2s infinite;
}
.department-hm-circle-text{
  display: block;
  margin-top: 44px;
  padding:12px;
}

.department-hm-hr-style{
      display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    border: 0;
    height: 1px;
  z-index: 0;
  transform: translate(-50%, -50%) rotate(135deg);
   transition: all 0.2s;
  transform-origin: center center;
    background-image: -webkit-linear-gradient(left, rgb(255 214 218 / 50%), #e52336,  rgb(255 214 218 / 50%));
    background-image: -moz-linear-gradient(left,  rgb(255 214 218 / 50%), #e52336,  rgb(255 214 218 / 50%));
    background-image: -ms-linear-gradient(left,  rgb(255 214 218 / 50%), #e52336,  rgb(255 214 218 / 50%));
    background-image: -o-linear-gradient(left,  rgb(255 214 218 / 50%), #e52336,  rgb(255 214 218 / 50%));
}
/* .hero-contain:hover .hr-style{
  animation: rotate 2s ease infinite;
} */
.department-hm-hr-rotate{
  transform: translate(-50%, -50%) rotate(45deg);
}
.department-hm-text-1-tleft{
  width: fit-content;
  position: absolute;
  top: 20%;
  left: 10%;
  right:unset;
  opacity: 1;
  transition: all .3s;
  
}
.department-hm-t1thide{
  opacity: 0;
  left: -5%;
  right:unset;
}
.department-hm-text-1-bright{
  width: fit-content;
  position: absolute;
  top: 20%;
  right: 10%;
  left:unset;
  transition: all .3s;

}
.department-hm-t1bhide{
  opacity: 0;
  right: -5%;
  left: unset;
}
.department-hm-text-2-tright{
  width: fit-content;
  position: absolute;
  top: 10%;
  right: -5%;
  left:unset;
  opacity: 0;
  transition: all .3s;
}
.department-hm-t2tshow{
  opacity: 1;
  right: 10%;
}
.department-hm-text-2-bleft{
  width: fit-content;
  position: absolute;
  bottom: 10%;
  left: -5%;
  right:unset;
  opacity: 0;
  transition: all .3s;
}
.department-hm-t2bshow{
  opacity: 1;
  left: 10%;
  right:unset;

}
 @keyframes ribble{
  0%{
    transform: scale(1);
    opacity:0.8;
  }
  100%{
    transform: scale(1.5);
    opacity:0;
  }
  
} 
.department-hm-text-2-tright h4,.department-hm-text-2-bleft h4,.department-hm-text-1-bright h4{
  font-size: 30px;
  font-weight: 600;
  color: #727171;
  padding: 12px;
  text-transform: uppercase;
}
  /* slider department in h0me page */
  .department-hm-text-1-tleft{
    right: 10%;
    left:unset;
   
    
  }
  .department-hm-t1thide{
    left:unset;
    right: -5%;
  }
  .department-hm-text-1-bright{
    right:unset;
    left: 10%;


  }
  .department-hm-t1bhide{
    right:unset;
    left: -5%;
  }
  .department-hm-text-2-tright{
    right:unset;
    left: -5%;
  }
  .department-hm-t2tshow{
    right:unset;
    left: 10%;
  }
  .department-hm-text-2-bleft{
    left:unset;
    right: -5%;
  }
  .department-hm-t2bshow{
    left:unset;
    right: 10%;
  
  }
/*-----------------------
static in hm 
------------------------*/
.statistic-div{
  z-index: 1;
  position: relative;
}
.counter{
    padding-top: 30px;
    text-align: center;
}
.counter .counter-value{
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #e52336 #fafafa #e52336 #fafafa;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #fafafa;
    position: relative;
}
.counter .counter-value:before{
    content: "";
    border-top: 15px solid #e52336;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.counter .counter-value:after{
    content: "";
    border-radius: 50%;
    border-width: 7px;
    border-style: solid;
    border-color: #fafafa #e52336 #fafafa #e52336;
    position: absolute;
    top: -23px;
    left: -23px;
    bottom: -23px;
    right: -23px;
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-value:after{ transform: rotate(360deg); }
.counter .title{
    font-weight: 600;
    color: #fafafa;
    text-transform: uppercase;
    margin: 0 24px;
    padding: 12px 24px;
}
@media only screen and (max-width: 990px){
    .counter{ margin-bottom: 30px; }
    .counter .title{
    margin: 0 ;
    padding: 6px 9px;
}
}

/*---------------------
client in  hm
---------------------*/
@media (max-width: 767px) {
		.carousel-inner .carousel-item > div {
			display: none;
		}
		.carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.carousel-inner .carousel-item.active,
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		.carousel-inner .carousel-item-end.active,
		.carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.carousel-inner .carousel-item-start.active, 
		.carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.carousel-inner .carousel-item-end,
	.carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}



  /*----------------
client section in  home page
-----------------*/

 .client{
  display: grid;
  align-content: center;
  overflow: hidden;
  gap: var(--gap);
  width: 100%;
  min-height: 50vh;


}
/* -------------- client slider---------------*/

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* client squar logo styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill:#727171;
  background: rgb(242 242 242 / 50%);
  aspect-ratio: 16/9;
  padding: 0px;
  border-radius: 0.5rem;
  transition: 2.2s;
}
.marquee svg:hover{
  background: rgb(58 66 172 / 12%);
}
.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: 2px;
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
  direction: ltr;
}

.wrapper--vertical {
  flex-direction: row;
  height: 85vh;
}

/* client 3M */
.st0{
  fill-rule:evenodd;
  clip-rule:evenodd;
  fill:#727171;
  stroke:transparent;
  }
.st1{
  fill-rule:evenodd;
  clip-rule:evenodd;
  fill:#5E5C5C;
  stroke:transparent;
  }

 .st2{
   fill:#8D8D8D;
   stroke:transparent;
 }
 .st3{
   fill:#c2c2c2;
   stroke:transparent;
 }
 .st4{
   fill:#f8f8f8;
   stroke:transparent;
 }
/*------------client  text animted -------------*/
.div-client-text{
    position: relative;
    z-index: 9;
}
.shape-client-animated-hm{
   z-index: 1;
   overflow-y: hidden;
   overflow-x: hidden;
   position: relative;
}
.shape-background-clients {

   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 0;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
}
.client-animated-shape {

   -webkit-animation: shapes 20s infinite;
   animation: shapes 20s infinite;
   -webkit-transition-timing-function: linear;
   transition-timing-function: linear;
    width: 50%;
    height: 50%;
   position: absolute;
   list-style: none;
   display: block;
   bottom: -100px;
   border-radius: 50%;
}
.client-animated-shape i {
    height: 40px;
    width: 40px;
    /* color: rgb(114 113 113); */
    color:rgb(58 66 172 / 68%);
    border-radius: 50%;
    margin: 15px 8px;
    /* box-shadow: 0px 0px 4px 0px #b4b2b2; */
    box-shadow: 0px 0px 4px 0px #3a42ac;
    padding: 12px 12px;
    font-size: 35px;
    background-color: #f2f2f2;
    opacity: .5;
}
.client-animated-square {
   width: 40px;
   height: 40px;
   left: 20%;
}
.client-animated-circle {
   width: 60px;
   height: 60px;
   left: 40%;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
   -webkit-animation-duration: 17s;
   animation-duration: 17s;
}
.client-animated-torus {
   width: 80px;
   height: 80px;
   left: 60%;
   -webkit-animation-delay: 4s;
   animation-delay: 4s;
   -webkit-animation-duration: 13s;
   animation-duration: 13s;
}
.client-animated-triangle {
   width: 80px;
   height: 80px;
   left: 80%;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
   -webkit-animation-duration: 11s;
   animation-duration: 11s;
}
@-webkit-keyframes shapes {
   0% {
       -webkit-transform: translateY(0);
       transform: translateY(0);
  }
   100% {
       -webkit-transform: translateY(-1080px) rotate(630deg);
       transform: translateY(-1080px) rotate(630deg);
  }
}
@keyframes shapes {
   0% {
       -webkit-transform: translateY(0);
       transform: translateY(0);
  }
   100% {
       -webkit-transform: translateY(-1080px) rotate(630deg);
       transform: translateY(-1080px) rotate(630deg);
  }
}
/*----------------------------- branches in commercial sector Company ------------------------ */
.box-branches .icon img {
  width: 100px;
 display: block;
 margin-bottom: 5px;
 z-index: 1;
}
.border-bottom-0 {
 border-bottom: 0 !important;
}
.border-right-0 {
 border-right: 0 !important;
}
.box-branches {
 border: 1px solid #f2f2f2  !important;
}
.middle-img-branches {
 margin: 0 auto;
}
.box-branches .icon {
color: #e52336;
width: 100px;
margin: auto;
}
.middle-img-branches img{
  width:100%;
}
  /*
  =========================================================================================
                                    footer
  =========================================================================================
  */

  .footer-wrap {
    padding-top: 43px;
    background-size: cover;
}
.footer-logo img {
  width:100px;
}
.footer-wrap h3 {
    color: #424242;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-wrap p {
    font-size: 13px;
    line-height: 24px;
    color: #858585;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #424242;
    text-decoration: underline;
    font-style: italic;
}


.footer-links li a {
    font-size: 13px;
    line-height: 30px;
    color: #858585;
    text-decoration: none;
}
.footer-links li:hover   ,.footer-category li:hover {
  margin-right:6px;
transition: 0.3s ease;
}

.footer-links li:before {
    content: "\13b2d";
    font-family: 'icofont';
    padding-right: 0px;
    padding-left: 2px;
    padding-left: unset;
    color: #858585;
}

.footer-category li a {
    font-size: 13px;
    line-height: 30px;
    color: #858585;
    text-decoration: none;
}

.footer-category li:before {
    content: "\13b2d";
    font-family: 'icofont';
    padding-right: 10px;
    padding-left: unset;
    color: #858585;
}

.address {
    
    color: #858585;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\13b2d";
    font-family: 'icofont';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {
 
    color: #858585;
    font-size: 13px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #858585;
    font-size: 13px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
  border-top:1px solid rgb(221 221 221 / 50%);
    font-size: 14px;
    color: #858585;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    background: hsl(0 0% 95% / 1);
}
footer .second_class{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
}
footer .first_class {
    padding-bottom: 21px;
    border-bottom:1px solid rgb(221 221 221 / 50%);

}
footer .first_class p, footer .first_class h3{
    margin: 0 0;
}
footer .first_class .footer-address{
  display: inline-flex
}
footer{
    background: #fafafa;
    background-image: url("../images/light__logo.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
}


footer .second_class_bdr{
    padding-top: 25px;
    border-top:1px solid rgb(221 221 221 / 50%);
    display:flex
}

footer .second_class_bdr .footer-details{
display: inline-flex;
}
footer .btn-facebook a {
    padding: 6px 10px !important;
}

footer .btn-envelop a {
    color: #D6403A;
    font-size: 15px;
    padding: 12px 12px;
}

footer .round-btn a {
    padding: 8px 10px;
}



footer dl, ol, ul {
    padding-left: 5px;
}
  footer li{
    list-style: none;
  }

@media(max-width:768px){
    .footer-wrap h3 {
    margin-top: 27px;}
    
    footer .round-btn {
    margin: 15px 4px;}
}
@media(max-width:320px){
.copyright {
    font-size: 13px;}
} 
/*   footer  button */

  .round-btn {
    display: inline-flex;
    height: 40px;
     width: 40px;
      background:#fff;
      border-radius: 50%;
      margin: 15px 8px;
   border: 1px solid #f2f2f2;
   padding: initial;
  }
.round-btn a {
  display: block !important;
  padding: 7px 12px;
  font-size: 18px;
  border-radius: 50%;
}
.round-btn .icon {padding: 3px;}
.round-btn .icon img{
  height: 24px;
   width: 32px;
   margin-top: 6px;
  }
.btn-facebook a {color: #3b5998;padding: 8px 13px;}
.btn-twitter a{color: #1c9deb;}
.btn-instagram a{
  background: linear-gradient(40deg, rgb(25 97 205) 9%, rgb(247, 70, 58) 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-whatsapp a{color: #155E54;}
.btn-facebook a:hover ,.btn-twitter a:hover{
color:   #fafafa;
}
.btn-instagram a:hover{
  background: #fafafa;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.standard_header .standard_social_links {margin-left: 1rem;}
/*===================================================
======================== about page ======================
=====================================================*/
.div__text__desc .quat-text:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -35px;
  left: -35px;
  font-size: 60px;
  color: #d8dad6;
  z-index: -1;
}

                      .testimonial{
                          padding: 20px;
                          margin: 20px 10px;
                      }
                      .testimonial .pic{
                          width: 122px;
                          height: 122px;
                          float: right;
                          margin-right: 50px;
                          position: relative;
                          display: flex;
                          align-items: center;
                          align-content: center;
                          justify-content: space-around;
                      }
                      .testimonial .pic:before,
                      .testimonial .pic:after{
                          content: "";
                          display: block;
                          height: 50%;
                          width: 50%;
                          position: absolute;
                      }
                      .testimonial .pic:before{
                          bottom: -10%;
                          left: -10%;
                          border-bottom: 3px solid #3a42ac;
                          border-left: 3px solid #3a42ac;
                      }
                      .testimonial .pic:after{
                          top: -10%;
                          right: -10%;
                          border-top: 3px solid #3a42ac;
                          border-right: 3px solid #3a42ac;
                      }
                      .testimonial .pic img{
                          width: 100%;
                          height: auto;
                      }
                      .about-pg-counter{
                        color: #e52336;
                      }
                      .testimonial .testimonial-content{
                          display: table;
                          position: relative;
                      }
                      .testimonial .testimonial-content:before{
                          content: "\"";
                          font-family: "remixicon";
                          font-weight: 900;
                          position: absolute;
                          top: -30px;
                          left: -15px;
                          font-size: 60px;
                          /* color: #d8dad6; */
                              color:rgb(58 66 172 / 12%);
                          z-index: -1;
                      }
                      .testimonial .testimonial-title{
                          font-size: 24px;
                          color: #e52336;
                          text-transform: capitalize;
                      }
                      .testimonial .post{
                          font-size: 13px;
                          font-weight: 600;
                          color: #585f62;
                          border-left: 1px solid rgba(0, 0, 0, 0.1);
                          margin-left: 5px;
                          padding-left: 5px;
                      }
                      .testimonial .description{
                          font-size: 13px;
                          color: #7c7c7c;
                          line-height: 22px;
                          margin-top: 12px;
                          font-style: italic;
                      }
                      .owl-theme .owl-controls .owl-page.active span,
                      .owl-theme .owl-controls.clickable .owl-page:hover span{
                          background-color: #e52336;
                      }
                      @media only screen and (max-width: 980px){
                          .testimonial{
                              padding: 20px 0;
                              margin: 20px 15px;
                          }
                          .testimonial .pic{
                              float: none;
                          }
                          .testimonial .testimonial-content{
                              display: block;
                              margin-top: 30px;
                          }
                          .testimonial .testimonial-content:before{
                              z-index: 1;
                              top: -200px;
                          }
                      }
 /*==================================================
========================= blog page ==================
  ================================================== */
.img-thumb-circle {
  border-radius: 50%;
  overflow: hidden;
  max-height: 260px;
  max-width: 260px;
}

.card {
  border: 0;
  border-radius: 5px;
}
.card-img-top {
  border-radius: 0;
}
.card-header {
  border: 0;
}
.card-body {
  border: 0;
  border-radius: 0;
  padding: 6px 12px;
}
.card-footer {
  border: 0;
}
/*========================================================
==================== Start style News page ===============
==========================================================*/
.cards-news-sub-title{
  text-align: left;
}
div.cards-news {
  margin: 80px auto;
  max-width: 960px;
  text-align: center;
}
div.card-news {
  background: #f2f2f2;
  display:flow-root;
  margin: 8px;
  /* max-width: 300px; */
  perspective: 1000;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  /* width: 300px; */
  z-index: 1;
    border: 1px solid #f2f2f2;
    border-top: 0px solid #f2f2f2;
}
div.card-news img {
    width: -webkit-fill-available;
  max-width: 300px;
}
div.card-news .card__image-holder-news {
  background: rgba(0,0,0,0.1);
  height: 0;
  padding-bottom: 75%;
}
div.card-news div.card-title-news {
  background:#f2f2f2;
  padding: 6px 15px 10px;
  position: relative;
  z-index: 0;
    margin: 0px
}
div.card-news div.card-title-news a.toggle-info-news {
  border-radius: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 0px;
  left: unset;
  top: 10px;
  width: 32px;
    background:#3a42ac;
}
div.card-news div.card-title-news a.toggle-info-news span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  transition: all 0.15s 0s ease-out;
  width: 12px;
}
div.card-news div.card-title-news a.toggle-info-news span.left-news {
  right: 13px;
  transform: rotate(45deg);
}
div.card-news div.card-title-news a.toggle-info-news span.right-news {
  left: 13px;
  transform: rotate(-45deg);
}
div.card-news div.card-title-news h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
}
div.card-news div.card-title-news h2 small {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
div.card-news div.card-description-news {
  padding:  15px 10px;
  position: relative;
  font-size: 14px;
}
div.card-news div.card-actions-news {
  box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
  padding: 10px 15px 20px;
  text-align: center;
}
div.card-news div.card-flap-news {
  background: #d9d9d9;
  position: absolute;
  left: 0;
  right: unset;
  width: 100%;
  transform-origin: top;
  transform: rotateX(-90deg);
    border: 1px solid #f2f2f2;
    border-top: 0px solid #f2f2f2;
}
div.card-news div.flap1 {
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}
div.card-news div.flap2 {
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}
div.cards-news.showing div.card-news {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.88);
}
.no-touch div.cards-news.showing div.card-news:hover {
  opacity: 0.94;
  transform: scale(0.92);

}
div.card-news.show {
  opacity: 1 !important;
  transform: scale(1) !important;
  box-shadow: 1px 1px 4px 4px rgb(10 10 10 / 11%);
  padding-bottom: 65px;
}
div.card-news.show div.card-title-news a.toggle-info-news {
  background: #3a42ac !important;
}
div.card-news.show div.card-title-news a.toggle-info-news span {
  top: 15px;
}
div.card-news.show div.card-title-news a.toggle-info-news span.left-news {
  right: 9px;
}
div.card-news.show div.card-title-news a.toggle-info-news span.right-news {
  left: 9px;
}
div.card-news.show div.card-flap-news {
  background: #f2f2f2;
  transform: rotateX(0deg);
}
div.card-news.show div.flap1 {
  transition: all 0.3s 0s ease-out;
}
div.card-news.show div.flap2 {
  transition: all 0.3s 0.2s ease-out;
}

.card-list-news{
 font-size: 13px;

}
.card-list-news li{
 display: inline;
 padding:0px 0px 0px 5px;
}
/*========================================================
====================== industrial-sector page ============
==========================================================*/
.industrial-timeline{
  height: 120px;
}
.industrial-main-timeline{

position: relative;
}
.industrial-main-timeline:after{
content: '';
display: block;
clear: both;
}

.industrial-main-timeline .timeline-content{
padding: 0 140px 15px 0;
border-bottom: 3px solid #E13938;
display: block;
position: relative;
}
.industrial-main-timeline .timeline-content:hover{ 
text-decoration: none;
}
.industrial-main-timeline .timeline-icon{
color: #E13938;
font-size: 40px;
line-height: 40px;
margin: 0 0 10px;
}
.industrial-main-timeline .title{
color: #E13938;
font-size: 20px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0 0 3px;
}
.industrial-main-timeline .description{
font-size: 16px;
font-style: italic;
margin: 0;
}
.industrial-main-timeline .timeline-year{
color: #fafafa;
background: #E13938;
font-size: 24px;
font-weight: 800;
text-align: center;
line-height: 60px;
height: 60px;
width: 60px;
border-radius: 50%;
position: absolute;
right: 20px;
bottom: 17px;
}
.industrial-main-timeline .timeline-year:before{
content: "";
width: 100px;
height: 100px;
border: 3px solid #E13938;
border-right-color: transparent;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
position: absolute;
top: 50%;
left: 50%;
}
.industrial-main-timeline .timeline:nth-child(even){
float: right;
text-align: right;
margin: 0 0 0 10px;
}
.industrial-main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 0 15px 140px; }
.industrial-main-timeline .timeline:nth-child(even) .timeline-year{
right: auto;
left: 20px;
}
.industrial-main-timeline .timeline:nth-child(even) .timeline-year:before{
transform: translateX(-50%) translateY(-50%) rotateY(180deg) rotate(45deg);
}

@media screen and (max-width:767px){
.industrial-main-timeline .timeline,
.industrial-main-timeline .timeline:nth-child(even){
width: 100%;
margin: 0 0 30px 0;
}
.industrial-main-timeline .timeline-content,
.industrial-main-timeline .timeline:nth-child(even) .timeline-content{
text-align: left;
padding: 0 150px 15px 0;
}
.industrial-main-timeline .timeline-year,
.industrial-main-timeline .timeline:nth-child(even) .timeline-year{
left: auto;
right: 28px;
}
.industrial-main-timeline .timeline:nth-child(even) .timeline-year:before{
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
}
@media screen and (max-width:576px){
.industrial-main-timeline .title{ font-size: 20px; }
.industrial-main-timeline .description{ font-size: 15px; }
.industrial-main-timeline .timeline-content,
.industrial-main-timeline .timeline:nth-child(even) .timeline-content{
border-bottom-width: 7px;
padding: 0 95px 15px 0;
}
.industrial-main-timeline .timeline-icon{
font-size: 30px;
margin:  0 0 5px;
}
.industrial-main-timeline .timeline-year{
font-size: 20px;
line-height: 60px;
height: 60px;
width: 60px;
bottom: 4px;
right: 13px;
}
.industrial-main-timeline .timeline:nth-child(even) .timeline-year{ right: 13px; }
.industrial-main-timeline .timeline-year:before{
height: 83px;
width: 83px;
border-width: 7px;
}
}
@media screen and (max-width:399px){
.industrial-main-timeline .timeline-content,
.industrial-main-timeline .timeline:nth-child(even) .timeline-content{
padding: 0 0 85px 0;
}
}

/*========================================================
==================== Start style Contact us  page ===============
==========================================================*/
.contact-section .contact-form {
  width: 100%;
  border-radius: 12px;
  background:  rgb(242 242 242 / 50%);
}
@media (max-width: 767.98px) {
  .contact-section .contact-form .btn-primary {
    display: block;
    width: 100%; } 
  }
.contact-section .contact-form .form-control {
  border: none;
  border: 1px solid  #f2f2f2;
  padding: 10px 20px; }
.contact-section .contact-form .form-control {
  height: 36px;
  background: #ffffff !important;
  color: #727171 ;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }
  .contact-section .contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727171 !important; }
  .contact-section .contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #727171 !important; }
  .contact-section .contact-form .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: #727171 !important; }
  .contact-section .contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #727171 !important; }
  .contact-section .contact-form .form-control:focus, .contact-section .contact-form .form-control:active {
    border-color: #E52336 !important; }
.contact-section .contact-form textarea.form-control {
  height: inherit !important; }



.contact-section .contact-form .form-control {
  height: 36px;
  background: #fafafa !important;
  color: #f2f2f2;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.contact-section .contact-form .form-control {
  border: none;
  border: 1px solid #f2f2f2;
  padding: 10px 20px;
}
.form-control {
  height: 52px !important;
  background:  #fafafa !important;
  color: #727171 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #727171;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-group {
  margin-bottom: 1rem;
}

.dbox {
width: 100%;
margin-bottom: 0px; }
@media (max-width: 767.98px) {
  .dbox {
    margin-bottom: 25px !important;
    padding: 0 20px; }
   }
.dbox p {
  margin-bottom: 10px; 
    font-weight: 500;
    color: #424242;
   }
  .dbox p a {
    color: #727171;}

.dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #727171 
 }

  .dbox .icon span {
    font-size: 20px;
  }
.dbox .text {
  width: calc(100% - 50px);
  padding-left: 15px;
  padding-right: unset;
}
  .dbox .text span {
    display: inherit;
    line-height: 1.2; 
    color: #727171;
    }

#map {
width: 100%; 
}
@media (max-width: 767.98px) {

}

#map iframe {
  height: 300px;
}
#map iframe{
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  filter: grayscale(0.8);
  transform:scale(1);
  transition: 0.9s ease-in;

}
#map iframe:hover{
transition: 1.9s ease-in;
filter: grayscale(0);
transform:scale(1.03);
}
/*===================================================================
================ products-marketingt-branches Company================
======================================================================*/
.products-marketingt-branches-lists {
  padding: 40px;
}

products-marketingt-branches-lists .row {
  overflow: hidden;
}

.products-marketingt-branches-lists .content-item {
  padding: 40px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #f2f2f2;
  margin: -1px;
}
.products-marketingt-branches-lists .content-item:last-child{
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid transparent;

}

.products-marketingt-branches-lists .content-item:first-child ,
.products-marketingt-branches-lists .content-item:nth-child(3) ,
.products-marketingt-branches-lists .content-item:nth-child(6) {
    border-left: 1px solid transparent;
  }


.products-marketingt-branches-lists .content-item:nth-child(6) ,
.products-marketingt-branches-lists .content-item:nth-child(7) ,
.products-marketingt-branches-lists .content-item:nth-child(8){
  border-bottom: 1px solid transparent;
  }
.products-marketingt-branches-lists .content-item .number-branches{
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #e52336;
}

.products-marketingt-branches-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}
.products-marketingt-branches-lists .content-item P {
  line-height: 1;

}
@media (max-width: 768px) {
  .products-marketingt-branches-lists .content-item {
    padding: 40px 0;
  }
}

/* ab0ut page */


.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.service-block {
  margin-bottom: 50px;
}
.service-img {
  margin-bottom: -300px;
  border: 10px solid #fafafa;
  z-index: 9999;
}
.service-img img{
  z-index: 2
}
.service-content {
  padding-top: 60px;
  padding-left: 15px;
}
.service-icon ,.box-block-icon{
  margin-left: 20px;
  margin-right: unset;
  width: 50px;
  height: 50px;
  background: #e52336;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
}
.box-block-icon {
display: flex;
width: 75px;
height: 75px;
background:  #d52031;

}
.service-icon i {
  font-size: 25px;
}
.box-block-icon i{
font-size: 35px;
margin: auto;
}
.single-project img {
  border-radius: 10px;
}
.project-content-block {
  padding: 70px 40px;
  margin-left: -120px;
  margin-right: unset;
  background: #f2f2f2;
  border: 15px solid #fff;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.project-content-block p {
  margin-top: 25px;
}


.service-icon {
margin-right: 20px;
  margin-left: unset;
}
.project-content-block {
  margin-right: -120px;
  margin-left: unset;
}

.completed-cases {
  overflow: hidden;
  position: relative;
  z-index: 0
}

.completed-cases .single-cases-info {
  position: relative;
  left: 52%;
  right: unset;
  margin-top: 72px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .completed-cases .single-cases-info {
      margin-top:72px;
      left: 33%;
      right:unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .completed-cases .single-cases-info {
      left:38%;
      right: unset;
      margin-top: 0px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .completed-cases .single-cases-info {
      left:17%;
      right: unset;
      margin-top: 40px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .completed-cases .single-cases-info {
      left:1%;
      right: unset;
      margin-top: 20px
  }
}

@media (max-width: 767px) {
  .completed-cases .single-cases-info {
      left:1%;
      right: unset;
      margin-top: 40px
  }
}



.completed-cases .single-cases-info p {
  margin-bottom: 50px;
  padding-right: 36px;
  padding-left: unset;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .completed-cases .single-cases-info p {
      margin-bottom:20px
  }
}
.completed-cases .single-cases-img {
  position: relative;
  overflow: hidden;
  height: 50vh;
  border-radius: 0.5rem;

}

.completed-cases .single-cases-img .single-cases-cap {
  background: #fff;
  padding: 34px 19px 37px 30px;
  position: absolute;
  left: -200px;
  right: unset;
  bottom: 0;
  max-width: 371px;
  -webkit-transition: all .6s ease-out 0s;
  -moz-transition: all .6s ease-out 0s;
  -ms-transition: all .6s ease-out 0s;
  -o-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  width: 80%;
  border-radius: 0.5rem 0px 0px 0px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .completed-cases .single-cases-img .single-cases-cap {
      padding:3px
  }
}

.completed-cases .single-cases-img .single-cases-cap p,.completed-cases .single-cases-img .single-cases-cap span   {
  color: #272526;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 23px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  cursor: pointer;
  text-align: left;
}

.completed-cases .single-cases-img .single-cases-cap span {
  font-size: 50px;
  text-align: left
}

.completed-cases .single-cases-img .single-cases-cap img {
  width: 100px;
  height: 100px;
}
.completed-cases .single-cases-img .single-cases-cap p:hover {
  color: #E52336;
}

.completed-cases .single-cases-img .single-cases-cap.single-cases-cap2 {
  opacity: 1;
  visibility: visible;
  left: 0;
  right: unset;
  bottom: 0;
  padding: 20px 19px 4px 30px
}

.completed-cases .single-cases-img .single-cases-cap.single-cases-cap2 h4 {
  margin-bottom: 9px
}

.completed-cases .single-cases-img .single-cases-cap.single-cases-cap2 p {
  margin-bottom: 7px;
  line-height: 1.4
}

.single-cases-img:hover .single-cases-cap {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  width: 80%;
  right: unset;
  left:0; 
}

.single-cases-img.size img {
  width: 100%
}

.completed-cases .owl-carousel .owl-stage-outer {
  overflow: visible
}

.completed-cases .no-js .owl-carousel,.completed-cases .owl-carousel.owl-loaded {
  overflow: hidden;
  position: relative;
  right: -28%;
  left: unset;
  direction: ltr;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .completed-cases .no-js .owl-carousel,.completed-cases .owl-carousel.owl-loaded {
      right:0%;
      left: unset;
  }
}

@media (max-width: 767px) {
  .completed-cases .no-js .owl-carousel,.completed-cases .owl-carousel.owl-loaded {
      right:0%;
      left: unset;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .completed-cases .no-js .owl-carousel,.completed-cases .owl-carousel.owl-loaded {
      right:0%;
      left: unset;
  }
}

.completed-cases .owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}
/*==================================================
                commercial sector page 
===================================================*/

.page-content {
  display: grid;
  grid-gap: 5rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
 }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(3, 1fr);
 }
}
.card-commercial-sector {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
    margin: 25px 0px;
  width: 100%;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
     0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card-commercial-sector {
    height: 50vh;
 }
}
 .content-commercial-one:before,
 .content-commercial-tow:before,
 .content-commercial-three:before,
 .content-commercial-four:before ,
 .content-commercial-five:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
    border-radius: 5px;
}
.card-commercial-sector:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background: rgb(22 24 36 / 25%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(700ms * 2)  cubic-bezier(0.19, 1, 0.22, 1);
}
 .content-commercial-one:before {
  background-image:  url(../images/sectors/commerical-sector/original-spare-company/original-spare.jpg);
}
 .content-commercial-tow:before{
  background-image:  url(../images/sectors/commerical-sector/alternative-spare-part-company/fixing-broken-car.jpg);
}
 .content-commercial-three:before {
  background-image:  url(../images/sectors/commerical-sector/products-marketing-company/marketing.jpg);
}
 .content-commercial-four:before {
 background-image:  url(../images/sectors/commerical-sector/food-importing-company/shopping-food.jpg);
}
.content-commercial-five:before {
  background-image: url(../images/sectors/commerical-sector/alternative-energy-company/alternative-energy-company.jpg);
}
.content-commercial-sector {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding: 1rem 0.2rem;
  transition: transform 700ms  cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;

}
.content-commercial-sector > * + * {
  margin-top: 1rem;
}
.title-commercial {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
.copy-commercial {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.card-commercial-sector .btn-box a{
   color: #fafafa;
}
.card-commercial-sector .btn-box a:hover{
   color: #727171;
}

@media (hover: hover) and (min-width: 600px) {
  .card-commercial-sector:after {
    transform: translateY(0);
 }
  .content-commercial-sector {
    /* transform: translateY(calc(100% - 5.5rem)); */
 }
  .content-commercial-sector > *:not(.title-commercial) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms  cubic-bezier(0.19, 1, 0.22, 1), opacity   cubic-bezier(0.19, 1, 0.22, 1)  700ms;
 }
  .card-commercial-sector:hover, .card-commercial-sector:focus-within {
    align-items: center;
 }
  .card-commercial-sector:hover:before, .card-commercial-sector:focus-within:before {
    transform: translateY(-4%);
 }
  .card-commercial-sector:hover:after, .card-commercial-sector:focus-within:after {
    transform: translateY(-50%);
 }
  .card-commercial-sector:hover .content, .card-commercial-sector:focus-within .content-commercial-sector {
    transform: translateY(0);
 }
  .card-commercial-sector:hover .content-commercial-sector > *:not(.title-commercial), .card-commercial-sector:focus-within 
    .content-commercial-sector > *:not(.title-commercial) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc( cubic-bezier(0.19, 1, 0.22, 1) / 8);
 }
  .card-commercial-sector:focus-within:before, .card-commercial-sector:focus-within:after, 
    .card-commercial-sector:focus-within .content-commercial-sector,
    .card-commercial-sector:focus-within .content-commercial-sector > *:not(.title-commercial-sector) {
    transition-duration: 0s;
 }
}
/*==================================================
                  Career page
================================================== */

.completed-cases .single-cases-info {
  right: 52%;
  left: unset;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .completed-cases .single-cases-info {
      right: 33%;
      left:unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .completed-cases .single-cases-info {
      left:unset;
      right:38%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .completed-cases .single-cases-info {
      left:unset;
      right:17%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .completed-cases .single-cases-info {
      left:unset;
      right:1%;
  }
}

@media (max-width: 767px) {
  .completed-cases .single-cases-info {
      left:unset;
      right: 1%;
  }
}

.completed-cases .single-cases-info h3 {
  padding-right: unset;
  padding-left: 30px;
}


.completed-cases .single-cases-info p {
  margin-bottom: 50px;
  padding-right: unset;
  padding-left: 36px;
}

.completed-cases .single-cases-img .single-cases-cap {
  left:unset;
  right: -200px;
}
.completed-cases .single-cases-img .single-cases-cap p, .completed-cases .single-cases-img .single-cases-cap span{
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.completed-cases .single-cases-img .single-cases-cap.single-cases-cap2 {
  left: unset;
  right:0;
}

.single-cases-img:hover .single-cases-cap {
  right: 0;
  left:unset; 
}

.completed-cases .no-js .owl-carousel,.completed-cases .owl-carousel.owl-loaded {
  right:unset; 
  left: -28%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .completed-cases .no-js .owl-carousel,.completed-cases .owl-carousel.owl-loaded {
      right:unset;
      left:0%; 
  }
}

@media (max-width: 767px) {
  .completed-cases .no-js .owl-carousel,.completed-cases .owl-carousel.owl-loaded {
      right: unset;
      left:0%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .completed-cases .no-js .owl-carousel,.completed-cases .owl-carousel.owl-loaded {
      right:unset;
      left: 0%;
  }
}


.section-bg {
  background-color: #fff6e6;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .container {
box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
background: #fff;
}

.why-us .icon-boxs + .icon-boxs {
margin-top: 50px;
}

.why-us .icon-boxs .icon {
float: left;
display: flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
background: #f3f8fa;
border-radius: 6px;
transition: 0.5s;
}

.why-us .icon-boxs .icon i {
color: #E52336;
font-size: 32px;
}

.why-us .icon-boxs:hover .icon {
background: #E52336;
}

.why-us .icon-boxs:hover .icon i {
color: #fff;
}

.why-us .icon-boxs .title {
margin-left: 95px;
font-weight: 700;
margin-bottom: 10px;
font-size: 18px;
text-transform: uppercase;
}

.why-us .icon-boxs .title a {
color: #343a40;
transition: 0.3s;
}

.why-us .icon-boxs .title a:hover {
color: #E52336;
}

.why-us .icon-boxs .description {
margin-left: 95px;
line-height: 24px;
font-size: 14px;
}

.why-us .video-box {
position: relative;
}

.why-us .video-box img {
padding: 15px;
width: 100vh;
}


.about-img img {
  border-radius: 5px;
  /* box-shadow: 0px 0px 4px 0px rgb(229 35 54 / 10%); */
  width: 100%
}
/* animated  for all pages */
#send {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: sendAnimation 2.5s linear infinite;
  animation: sendAnimation 2.5s linear infinite;
}
/* @keyframes sendAnimation {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  45% {
    transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    transform: translate(15px, -15px);
    opacity: 0;
  }
  65% {
    transform: translate(-15px, 15px);
    opacity: 0;
  }
  80% {
    transform: translate(0, 0);
    opacity: 1;
  }
} */
.send-animated-box{
  transform: rotate(-100deg);
}

.send-animated-box i ,.send-animated-box a{
  margin: auto;
}

#star {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: starAnimation 1s linear infinite;
  animation: starAnimation 1s linear infinite;
}
/* @keyframes starAnimation {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
} */
#home {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: homeAnimation 1s linear infinite;
  animation: homeAnimation 1s linear infinite;
}
/* @keyframes homeAnimation {
  0% {
    transform: scale(1, 1) translate(0, -2px);
  }
  25% {
    transform: scale(1, 1) translate(0, 2px);
  }
  50% {
    transform: scale(1.2, 0.8) translate(0, 2px);
  }
  75% {
    transform: scale(1, 1) translate(0, -2px) rotate(-10deg);
  }
  100% {
    transform: scale(1, 1) translate(0, -2px);
  }
} */
#email {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: emailAnimation 2.5s linear infinite;
  animation: emailAnimation 2.5s linear infinite;
}
/* @keyframes emailAnimation {
  0% {
    transform: scale(1, 1) translate(0, -2px);
  }

  50% {
    transform: scale(1, 0.8) translate(0, 2px);
  }

  100% {
    transform: scale(1, 1) translate(0, -2px);
  }
} */

#help{
  fill: #ffffff;
}
.btn-profile:hover #help{
  fill: #424242;
}
#help #bulb {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: helpbulbAnimation 1s linear infinite;
  animation: helpbulbAnimation 1s linear infinite;

}
/* 
 @keyframes helpbulbAnimation { 
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px) scale(1, 0.9);
  }
  100% {
    transform: translate(0, 0);
  }
}  */
#search {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: searchAnimation 1.1s linear infinite;
  animation: searchAnimation 1.1s linear infinite;
}
/* @keyframes searchAnimation {
  0% {
    transform: translate(0, -2px);
  }
  35% {
    transform: translate(-4px, 2px);
  }
  75% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -2px);
  }
} */
#userhead {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: userheadAnimation 1s linear infinite;
  animation: userheadAnimation 1s linear infinite;
}
/* @keyframes userheadAnimation {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(20deg);
  }
  75% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
} */
#love {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: loveAnimation 1s linear infinite;
  animation: loveAnimation 1s linear infinite;
}
/* @keyframes loveAnimation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.050, 1.050);
  }
  100% {
    transform: scale(1, 1);
  }
} */

#timepointer {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: timepointerAnimation 0.8s linear infinite;
  animation: timepointerAnimation 0.8s linear infinite;
}
/* @keyframes timepointerAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
} */
/*=========================================================================================================
=================================================== food-importing-company page============================
============================================================================================================ */
@media only screen and (min-width: 992px) and (max-width: 1280px)
{
    .feature-area, .testimonial-area, .video-area, .progress-area {
    background-image: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px)
{
  .feature-area, .video-area, .progress-area {
    background-image: none;
    margin-bottom: 0;
    margin-top: 0;
}
}


/*-- 9. Video-Area --*/

.video-area {
    background-image: url('../images/sectors/commerical-sector/food-importing-company/bg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.video-photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.video-photo > img {
    width: 85%;
}

/* ================================================================================================
================================== real-estate-sector page  =======================================
===================================================================================================*/

.main-real-estate-time:after{
  content: '';
  display: block;
}
.main-real-estate-time .real-estate-time{
  margin: 0 5px 35px 0;
}
.main-real-estate-time .real-estate-time-content{
  text-align: right;
  display: block;
}
.main-real-estate-time .real-estate-time-content:hover{ text-decoration: none; }
.main-real-estate-time .real-estate-time-icon{
  color: #fff;
  background: #e52336;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50% 50% 0 50%;
  transform: rotate(45deg);
  display: inline-block;
  margin: 11px 0px;
}
.main-real-estate-time .real-estate-time-icon i{ transform: rotate(-45deg); }
.main-real-estate-time .real-estate-time-year{
  color: #e52336;
  font-size: 40px;
  font-weight: 600;
  line-height: 72px;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
}
.main-real-estate-time .title {
  border-top: 3px solid #e52336;
  padding: 12px 0px;
}


@media screen and (max-width:767px){
  .main-real-estate-time .real-estate-time,
  .main-real-estate-time .real-estate-time:nth-child(even){
      width: 100%;
  }
}
@media screen and (max-width:479px){
  .main-real-estate-time .real-estate-time-content,
  .main-real-estate-time .real-estate-time:nth-child(even) .real-estate-time-content{
      text-align: left;
  }
}

/*==================================================
========================= media quary ==============
=====================================================*/
@media (max-width: 1366px) {
  .navbar .nav-item .nav-link {
    font-size: 12px;
}

}

@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 15px 20px;
  }

  .navigation {
    padding: 20px;
    background: transparent;
  }
}
@media (max-width:740px) {

  .section {
    padding-top: 75px;
    padding-bottom: 50px;
}
.section-lg{
  padding-top: 100px;
  padding-bottom: 70px;
}

.first__content__line ,.second__section__line {
  height: 4.2rem;
}
.site-bottom-navigation ,.dropdown-toggle::after{
  display: none;
}

  .nav-top-custom {
  display: none
  }
 .menu-container , .navbar-fixed-bt{
    display: none;
  }
 
  .nav-item-hide{
    visibility: visible  !important;
    background: #ffffff;}
    .navbar .nav-item .nav-link{
    color: rgb(66, 66, 66)!important;
  }
  .overlay-svg{
    background-size: 100vh;
  }
  /* original-spare-company page*/
  .middle-img-branches {
    margin: 36px auto;
   }
   /*products-marketing-company page*/
   iframe {
    width: 100%;
  }
  /* food-importing-company page */
  .video-area {
    background-position: top center !important;
    background-size: contain;
   }
   .video-photo > img {
    width: 100%;
}
/* alternative-energy-company page */
.feature:after {
  position: relative;
}

.card-commercial-sector {
  height: 50vh;
  display: block;
  padding: 3rem;
}
/* industrial-sector page */
.industrial-main-timeline .timeline-content, .industrial-main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 0px 0 0px 0;
}
.industrial-timeline {
  height: 100px;
}
/* career page */
.div__text__desc  ,.div__text__desc p ,.div__text__desc a{
  margin: 18px;
}
.completed-cases .single-cases-info {
  margin-top: 67px !important;
}
/* about page */
.testimonial .pic{
  width: 100px;
  height: 110px;
}
.service-img {
  margin-bottom: 40px;
}
.project-content-block {
  margin-right: 0;}
 .overlay-secondary::before{
    background: transparent;
  }
  /* index page */

  .hero-describe blockquote p{
    margin-bottom: 0rem;
    font-size: 2rem;
  }
  .hero-describe {
    right: unset;
    left: 0;
  }
  .msg_carousel{
    height: 250vh;
  }
  .sectors-hm-box {
    margin: 10px 20px;
}
.serviceBox {
  margin: 6px 8px;
}
.sectors-hm-box .sectors-hm-box-content{
  padding:0px
}
.div__text__btn  .btn-box{
  font-size: 12px;
  padding: 10px 12px;
}
.serviceBox .title {
  font-size: 16px;
}
.serviceBox .description {
    font-size: 12px;
}
  .department-hm-text-2-tright img ,.department-hm-text-1-bright img {
    width:45vh !important;
  }
  .department-hm-text-1-bright{
    top: 70% !important;
  }
  .department-hm-text-2-bleft img{
    width:25vh !important;
  }
}
@media screen and (max-width: 479px){
  .msg_carousel{
    height: 90vh;
  }
  .department-hm-text-2-tright img ,.department-hm-text-1-bright img {
    width:25vh !important;
  }
}

