* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
   
  }
html {
    overflow-x: hidden;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Cairo", serif;
    overflow-x: hidden;
    direction: rtl;
}
  
  
  a {
    text-decoration: none;
  }
  ul,
  li {
    text-decoration: none;
    list-style: none;
  }
  

  h2 {font-size:1.5rem}

p {
    font-size: .7rem
}

.subTitle {
    color: #1b396b;
    font-size:.8rem;
}
.bg-grey {
    background-color: #E7E9EB
}
/* ////////////////////////////////////////////// */
/* Googlefont Poppins CDN Link */
/* Googlefont Poppins CDN Link */
.header-main {
    display: flex;
    justify-content: space-between;
}
.header-logo {
    width: 300px;
    display: flex;
    align-items:center;
    
}
.header-menu {
    background-color: gray;
    padding: 3px 6px 3px 41px;
    position: relative;
}

@media (max-width: 1199px) {
  .header-menu {
    padding: 4px 6px 4px 6px;

  }
}

.menu-top {
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .header-links li {
    padding-right: 15px;
    margin-right: 10px;
  }
  .header-logo {
    padding: 15px 0;
    position: relative;
    z-index: 31;
  }
}

.header-infos {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  flex-wrap: wrap;
 
}
@media (max-width: 1199px) {
  .header-infos {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .header-info:nth-child(2) {
    padding-left: 10px;
  }
  .header-info_icon {
    font-size: 10px;
    margin-right: 2px;
  }
   .header-info_icon img {
    width: 20px;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
    
  }

 
    .header-infos {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: nowrap;
    }
    .header-infos .lang-set{
      flex: 1;
    }
     .header-info-1{
      flex:10;
   
  }
  .header-info-2{
    flex:10;

  }
  .cate-block--style .cate-block__icon {
    right: 0px;}
  
}

.header-info {
  display: flex;
  align-items: center;
}

.header-info  i ,.header-info a ,.text-white2{
  color: #CFD3D7 !important;
}
.header-info:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header-info_icon {
  color: var(--theme-color);
  font-size: 24px;
  margin-right: 10px;
}
.media-body {
  flex: 1;
}

.footer-info--style4 .media-body {
  padding-top: 2px;
}


.header-info_label {
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 500;
  display: block;
  margin-bottom: 0px;
}
.header-info_link {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  font-family: var(--title-font);
}
.header-info_link a {
  color: inherit;
  position: relative;
}
.header-info_link a::before {
  position: absolute;
  content: "";
  width: 0%;
  left: auto;
  right: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.header-info_link a:hover {
  color: var(--theme-color);
}
.header-info_link a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
}

.header-social {
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-social {
    justify-content: center;
  }
}
.header-social .social-title {
  color: var(--title-color);
  display: inline-block;
}
.header-social a {
  display: inline-flex;
  color: var(--title-color);
  padding-left: 25px;
  border-left: 1px solid var(--border-color);
  margin-left: 25px;
}
.header-social a:first-child {
  border-left: 0px solid transparent;
  padding-left: 0;
  margin-left: 0;
}
.header-social a:hover {
  color: var(--theme-color);
}
.header-social.style-white .social-title,
.header-social.style-white a {
  color: var(--white-color);
}
.header-social.style-white a:hover {
  color: var(--title-color);
}

.header-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1199px) {
  .header-btns {
    gap: 5px;
  }
}

.header-box {
  border: 10px solid var(--theme-color);
  background-color: var(--white-color);
  padding: 20px;
}
.header-box__icon {
  border-radius: 5px;
  margin: 0 15px 0 0;
  font-size: 18px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-box__title {
  display: inline-block;
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.header-box__number {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color);
  margin: 15px 0 0 0;
}

.header-dropdown > .dropdown-toggle {
  color: var(--title-color);
}
.header-dropdown > .dropdown-toggle i {
  margin: 0 10px 0 0;
}
.header-dropdown > .dropdown-toggle:after {
  content: "\f107";
  font-family: var(--icon-font);
  border: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.header-dropdown > .dropdown-toggle:hover {
  color: var(--theme-color);
}
.header-dropdown ul.dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 15px !important;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: none;
}
.header-dropdown ul.dropdown-menu li {
  margin-bottom: 10px;
}
.header-dropdown ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu a {
  display: block;
  margin: 0 0;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
}
.header-dropdown ul.dropdown-menu a:hover {
  color: var(--theme-color);
}
.header-dropdown ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}
.header-dropdown ul.dropdown-menu a:last-of-type, .header-dropdown ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 47px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.header-dropdown.style-white > .dropdown-toggle {
  color: var(--white-color);
}
.header-dropdown.style-white > .dropdown-toggle:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}


.header-layout3 .header-top,
.header-layout2 .header-top {
  background-color: var(--theme-color);
  padding: 15px 0;
  position: relative;
  z-index: 32;
}

.header-layout2 {
  margin-bottom: 0;
}

.header-layout3 .header-text {
  color: var(--white-color);
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .logo-style1 {
    margin-bottom: -1px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout6 {
    position: relative;
  }
  .header-layout6 .shape3,
  .header-layout6 .shape2,
  .header-layout6 .shape1 {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-links li {
    padding-right: 15px;
    margin-right: 10px;
  }
  .header-logo {
    padding: 15px 0;
    position: relative;
    z-index: 31;
  }
}
/* Extra small devices */

.header-layout1 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

.header-layout1 .header-info,
.header-layout2 .header-info {
  display: inline-flex;
}
.header-layout1 .header-btns,
.header-layout2 .header-btns {
  gap: 33px;
}
@media (max-width: 1199px) {
  .header-layout1 .header-btns,
  .header-layout2 .header-btns {
    gap: 15px;
  }
}
.header-layout1 .header-text,
.header-layout2 .header-text {
  color: var(--white-color);
}
.header-layout1 .header-text > a,
.header-layout2 .header-text > a {
  color: var(--white-color);
}
.header-layout1 .header-text > a:hover,
.header-layout2 .header-text > a:hover {
  color: var(--theme-color);
}
@media (max-width: 1399px) {
  .header-layout1 .header-text,
  .header-layout2 .header-text {
    font-size: 15px;
  }
}
.header-layout1 .header-info,
.header-layout2 .header-info {
  margin-left: 57px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1399px) {
  .header-layout1 .header-info,
  .header-layout2 .header-info {
    margin-left: 20px;
  }
}
.header-layout1 .icon-btn,
.header-layout2 .icon-btn {
  color: var(--white-color);
  line-height: 1;
  border-radius: 0;
}

.header-layout2 .header-info {
  padding-top: 0;
  padding-bottom: 0;
}
.header-layout2 .header-info:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {

   
    .header-layout2 .header-info {
        margin-left: 0;
    }
}
.header-layout2 .header-info i::before {
  line-height: initial;
}
.header-layout2 .header-text > a:hover {
  color: var(--black-color);
}
.header-layout2 .sideMenuToggler {
  border-color: var(--black-color);
  color: var(--black-color);
}
.header-layout2 .sideMenuToggler:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.header-layout2 .sticky-wrapper {
  background-color: var(--white-color);
}

@media (max-width: 767px) {
  .header-layout3 .header-logo {
    padding: 10px 0;
  }
}
.header-layout3 .header-info {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .header-layout3 .header-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.will-sticky .main-menu--style > ul > li > a,
.will-sticky .main-menu--style2 > ul > li > a,
.will-sticky .main-menu--style3 > ul > li > a {
  color: var(--black-color);
  padding: 30px 35px 30px 0;
}
@media (max-width: 1199px) {
  .will-sticky .main-menu--style > ul > li > a,
  .will-sticky .main-menu--style2 > ul > li > a,
  .will-sticky .main-menu--style3 > ul > li > a {
    padding: 18px 13px 18px 0;
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .will-sticky .main-menu--style2 > ul > li > a {
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 1199px) {
  .will-sticky .main-menu--style2 > ul > li > a {
    padding: 30px 13px 30px 0;
  }
}
.will-sticky .icon-btn {
  background-color: var(--black-color);
}
.will-sticky .icon-btn:hover {
  background-color: var(--theme-color);
}



.lang-set a {
    display: block;
    width: 60px;
    height: 30px;
    border-radius: 40px;
    background-color: #1b396b;
    color: white !important;
    margin-right: 20px;
    font-size: 16px;
    border: solid thin #1b396b;
}

    .lang-set a:hover {
        border: solid thin #1b396b;
        background-color: #000;
    }


.header-topper{

  background-color: #000;
}


@media screen and (max-width: 1024px) {
    .header-info_link{display:none;}
   
}
    /* //////////////////main  hero ///////////////// */

    .her-form {
        position: absolute;
        width: 380px;
        padding: 40px;
        background: #1b396b;
        border-top-left-radius: 150px;
        left: 10%;
        bottom: -50px;
        color: #fff;
        margin-bottom: 80px;
       
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .her-form .form-group input  , .form-group textarea , .form-group textarea:focus{
            border-radius: 20px;
            border: solid thin #D4D4D4;
            background: none;
            font-size: 15px;
            margin-bottom: 8px;
        }

            .her-form .form-group input::placeholder , .form-group textarea::placeholder  {
                color: #fff;
            }

        .her-form .btn-primary {
            background: #000;
            color: #fff;
            border-radius: 15px;
            font-size: 15px;
            border: none;
        }

@media screen and (max-width: 1024px) {
    .her-form {
        position: relative;
        width: 95%;
        padding: 40px;
      
        
        right: 0;
        bottom: 0;
       
        margin-bottom: 0px;
        
    }

    
}
    /* //////////////////main content strategy///////////////// */
    .raw-container {
        padding: 0 70px;
        margin: auto;
        /* background-color: white; */
    }

    .stra-content {
        background-color: #EFEFEF;
        border-radius: 52px 52px 0 52px;
        transition: all .3s ease;
        height: 100%;
    }

    .align-items-stretch {
        align-items: stretch; /* Stretch items to fill the container */
    }

    .stra-p1 {
        font-size: 14px;
    }

    .stra-p2 {
        font-size: 15px;
    }

    .stra-content1 {
        background-color: #000;
        color: white;
    }

    .stra-content:hover {
        transform: scale(0.9); /* Scale the entire div when hovered (10% larger) */
    }

    .strategy-content .col-md-3 {
        padding: 0 5px !important;
    }

    .main-strategy h2 {
        font-size: 25px;
    }


    /* //////////////////////manager-massage///////////////// */

    .man-image img {
        border-radius: 113px 46px 0;
        width: 400px;
    }

    .manager-massage .main-logo img {
        width: 75px;
    }

    .manager-massage {
        font-size: 20px;
    }

@media screen and (max-width: 992px) {
    .man-image img {
        border-radius: 113px 46px 0;
        width: 200px;
    }

    .raw-container {
        padding: 0 0px;
    }
}


@media screen and (max-width: 768px) {
    .text-end img {
        width:150px;
    }
}

    /* ////////////////////team///////////////////////////// */
    .team {
        margin: 30px 70px 20px 0;
        background-color: #000;
        border-radius: 165px 0 0 0;
        position: relative;
    }

    .team-content {
        padding: 70px 220px 50px;
        text-align: center;
    }

        .team-content p {
            font-size: 20px;
        }

    .back-logo {
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .back-logo img {
            width: 500px;
        }


@media screen and (max-width: 768px) {
    .team {
        margin: 0px 70px 20px 0;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    }

    /* ///////////////////////services////////////////////////// */



    .ser-item {
        cursor: pointer;
        position: relative;
        height: 250px;
        overflow: hidden;
        border-radius: 0 52px  52px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        /* object-fit: cover;  */
    }

    .ser-item1 {
        background-image: url(../assets/images/services1.png);
    }

    .ser-item2 {
        background-image: url(../assets/images/serve2.png);
    }

    .ser-item3 {
        background-image: url(../assets/images/serve3.png);
    }

    .ser-item4 {
        background-image: url(../assets/images/serve4.png);
    }

    .ser-item5 {
        background-image: url(../assets/images/serve5.png);
    }

    .ser-item6 {
        background-image: url(../assets/images/serve6.png);
    }

.info-item {
    position: absolute;
    right: 0;
    text-align: start;
    font-size: 20px;
    text-transform: capitalize;
    left: 0;
    bottom: 0;
    z-index: 2220;
    background-color: #FFFFFF;
    opacity: .9;
    border-radius: 74px 0 0 0;
    padding: 20px 20px 10px 30px;
}

    .hovered-section {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.712); /* Dark overlay */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        /* Initially hide content above the container */
        transform: translateY(-100%);
        transition: transform 0.5s ease;
        z-index: 2;
    }

        .hovered-section a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.822);
            transition: all .3s ease;
        }

            .hovered-section a:hover {
                background-color: #1b396b;
                box-shadow: 0 0 0 10px #1b396b;
            }

    .ser-item:hover .hovered-section {
        transform: translateY(0); /* Slide content into view */
    }


    .ser-item:hover .info-item {
        display: none;
    }

    .hovered-section h4 {
        font-size: 20px;
    }

    .hovered-section p {
        font-size: 16px;
    }
    /* ////////////////////footer/////////////////////// */
    .footer-part {
        background-color: #1b396b;
    }

        .footer-part .text-white {
            font-size: 15px;
            text-align: center;
        }

    .f-icon {
        /* margin: 20px 20px !important; */
        
    }

        .f-icon a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #00000062;
            transition: all .3s ease;
        }

            .f-icon a:hover {
                color: rgba(255, 255, 255, 0.726);
                border: 1px solid #202c38cc;
                box-shadow: 0 0 0 8px #202c38cc;
            }

    /* ////////offer-emergency///////// */

    .offer-container {
        background-image: linear-gradient(rgba(49, 49, 49, 0.8), rgba(49, 49, 49, 0.8)), url(../../assets/images/offer-emergency.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .offer-content p {
        padding: 70px 70px;
        font-size: 28px;
    }

@media screen and (max-width: 768px) {
    .offer-content p {
        padding: 40px 40px;
        font-size: 18px;
    }

}


    /* //////////////////////////////////////////////// */

    @keyframes fadein {
        0% {
            opacity: 0;
        }

        25% {
            opacity: 0.5;
        }

        50% {
            opacity: 0.75;
        }

        100% {
            opacity: 1;
        }
    }

    :root {
        --slider-width: 80vw;
        --number-of-slides: 5;
    }

    html {
        box-sizing: border-box;
        font-family: sans-serif;
        font-size: 24px;
    }

    *,
    *:before,
    *:after {
        box-sizing: inherit;
    }

    #slider-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #slider-images {
        display: flex;
        flex-wrap: nowrap;
        width: var(--slider-width);
        overflow-x: hidden;
    }

    #back-arrow, #forward-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #000000;
    }
    /* #back-arrow::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  color: white;
  font-size: .8rem;
} */
    /* #forward-arrow::before {
  content: "\276F";
  font-size: 1rem;
} */
    .arrow {
        margin: 20px;
        cursor: pointer;
    }

    .slide {
        padding: 12px;
        width: calc(var(--slider-width) / var(--number-of-slides));
        flex-shrink: 0;
    }

        .slide img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    #slider-dots {
        display: none;
    }

    .dot {
        width: 2rem;
        height: 2rem;
        background:#eee  ; 
        border-radius: 50%;
        margin: 20px 8px;
        cursor: pointer;
    }

        .dot.active {
            background: rgb(251, 238, 110);
            background: radial-gradient( circle, rgba(251, 238, 110, 1) 38%, rgba(255, 127, 218, 1) 65% );
        }

    .slide img.fadein {
        animation: fadein 3s linear;
    }

    #codepen-notes {
        padding: 20px;
    }

    @media screen and (max-width: 768px) {
        :root {
            --number-of-slides: 2;
        }

        html {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 500px) {
        :root {
            --number-of-slides: 1;
        }
    }






    /* //////////////////media query/////////////////////// */

    @media (max-width: 1024px) {

        .man-image img {
            width: 400px;
        }

        .manager-massage {
            margin: 20px 10px;
        }
    }

    @media (max-width: 768px) {
        .strategy .raw-container {
            padding: 0 20px;
        }

        .manager-massage {
            margin: 20px 20px;
        }

        .back-logo img {
            width: 450px;
        }

        .team-content p {
            font-size: 16px;
        }

        .team-content {
            padding: 50px 50px 30px;
        }

        .back-logo img {
            width: 350px;
        }

        .team-content p {
            font-size: 14px;
        }

        .team {
            margin: 30px 30px 20px 0;
        }
    }


    @media (max-width: 425px) {

        .man-image img {
            border-radius: 113px 46px 0;
            width: 350px;
        }

        .g-massage .raw-container {
            padding: 0 20px;
        }

        .manager-massage {
            margin: 20px 20px;
        }

        .main-strategy h2 {
            font-size: 20px;
        }

        .team-content {
            padding: 20px 30px 10px;
        }

        .back-logo img {
            width: 250px;
        }

        .team-content p {
            font-size: 12px;
        }

        .team {
            margin: 30px 10px 20px 0;
        }

        .services .raw-container, .footer-part .raw-container {
            padding: 0 20px;
        }

        .f-icon {
            margin: 20px 3px;
        }
    }


    @media (max-width: 366px) {
        .man-image img {
            border-radius: 113px 46px 0;
            width: 300px;
        }

        .team-content {
            padding: 30px 20px 10px 50px;
        }
    }


    /*bread crumbed*/
    /*------------------------------------------------------
/  6. Service Single
/------------------------------------------------------*/
    .singleServicePage {
        position: relative;
        padding: 80px 0;
    }

    .ssThumb {
        position: relative;
    }

        .ssThumb img {
            max-width: 100%;
            height: auto;
        }

    .ssContent {
        position: relative;
        padding: 50px 0 0 15px;
    }

        .ssContent .secTitle {
            font-size: 48px;
            line-height: 60px;
            margin-bottom: 21px;
        }

        .ssContent p {
            line-height: 28px;
            margin: 0 0 28px;
        }

    .ssQuote {
        position: relative;
        min-height: 100px;
        border-left: 2px solid var(--theme-color);
        padding: 9px 10px 0 185px;
        margin: 0 0 25px;
    }

        .ssQuote img {
            position: absolute;
            left: 32px;
            top: 0;
            width: 136px;
            height: 100px;
        }

    .serviceITem {
        position: relative;
        margin: 0 0 30px;
    }

        .serviceITem img {
            width: 100%;
            height: auto;
        }

        .serviceITem:after {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: calc(100% - 60px);
            height: calc(100% - 60px);
            content: '';
            background: rgb(27,57,107);
            opacity: 0;
            transform: scale(.5);
            -moz-transform: scale(.5);
            -webkit-transform: scale(.5);
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .serviceITem a {
            display: inline-block;
            width: 80px;
            height: 80px;
            background: #fff;
            color: var(--theme-color);
            font-size: 24px;
            font-weight: 500;
            line-height: 80px;
            border-radius: 50%;
            text-align: center;
            position: absolute;
            z-index: 2;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            visibility: hidden;
            opacity: 0;
            transform: translate3d(0, 20px, 0);
            -moz-transform: translate3d(0, 20px, 0);
            -webkit-transform: translate3d(0, 20px, 0);
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        .serviceITem:hover:after {
            opacity: .75;
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
        }

        .serviceITem:hover a {
            visibility: visible;
            opacity: 1;
            transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
        }
@media screen and (max-width:1200px) {
    .ssThumb {text-align:center;}
}

    /*-- Banner Section ---*/
    .page_banner {
        position: relative;
        height: 200px;
        padding: 80px 0 50px;
        background-color: #0b1319;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: 1;
    }

        .page_banner:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 100%;
            background: rgba(11, 19, 25, .45);
        }

        .page_banner .container {
            position: relative;
            z-index: 2;
        }

    .banner-title {
        font-size: 40px;
        color: #fff;
        line-height: 70px;
        margin: 0;
    }

    .breadcrumbs {
        margin: 19px 0 0;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        color: #fff;
    }

        .breadcrumbs a {
            color: inherit;
            display: inline-block;
        }

            .breadcrumbs a i {
                display: inline-block;
                font-size: 14px;
                color: #fff;
                line-height: 30px;
                margin-left: 11px;
            }

        .breadcrumbs span {
            margin: 0 5px;
        }

        .breadcrumbs a:hover {
            color: var(--theme-color);
        }


    .about-page p {
    }


    .about-img {
        text-align: center;
    }
    /**tab*/
    /* ---------------------- Vertical Tabs */
    .tabs {
        position: relative;
        min-height: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        /* ---------------------- Tab */
        /* ---------------------- Content */
    }

        .tabs .tab {
            margin-bottom: 1px;
            /* ---------------------- Tab Toggle */
        }

    @media screen and (min-width: 55rem) {
        .tabs .tab {
            float: right;
            clear: right;
            width: 20%;
           
        }
    }

    .tabs .tab .tab-toggle {
        padding: .5rem 2rem .5rem 1rem;
        position: relative;
        outline: none;
        width: 100%;
        border-radius: 30px;
        margin-bottom: 5px;
        font-size: 15px;
        border: none;
    }

    @media screen and (min-width: 55rem) {
        .tabs .tab .tab-toggle {
            text-align: right;
        }
    }

    .tabs .tab .tab-toggle:after {
        content: "▼";
        position: absolute;
        display: block;
        left: 1rem;
        top: 40%;
        -webkit-transform: rotate(0deg) translateY(-50%);
        -moz-transform: rotate(0deg) translateY(-50%);
        -ms-transform: rotate(0deg) translateY(-50%);
        -o-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
    }

    @media screen and (min-width: 55rem) {
        .tabs .tab .tab-toggle:after {
            -webkit-transform: rotate(-90deg) translateX(50%);
            -moz-transform: rotate(-90deg) translateX(50%);
            -ms-transform: rotate(-90deg) translateX(50%);
            -o-transform: rotate(-90deg) translateX(50%);
            transform: rotate(-90deg) translateX(50%);
        }
    }

    .tabs .tab .tab-toggle.active {
        color: #fff;
        background-color: #1b396b;
        cursor: default;
    }

        .tabs .tab .tab-toggle.active:after {
            color: #fff;
            -webkit-transform: rotate(180deg) translateY(50%);
            -moz-transform: rotate(180deg) translateY(50%);
            -ms-transform: rotate(180deg) translateY(50%);
            -o-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
        }

    @media screen and (min-width: 55rem) {
        .tabs .tab .tab-toggle.active:after {
            -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
            -moz-transform: rotate(-90deg) translateX(50%) translateY(0);
            -ms-transform: rotate(-90deg) translateX(50%) translateY(0);
            -o-transform: rotate(-90deg) translateX(50%) translateY(0);
            transform: rotate(-90deg) translateX(50%) translateY(0);
            right: 1rem;
        }
    }

    .tabs .content {
        max-height: 0;
        overflow: hidden;
        padding: 0 2rem;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

    @media screen and (min-width: 55rem) {
        .tabs .content {
            max-height: none;
            position: absolute;
            left: 0;
            top: 0;
            width: 78%;
            opacity: 0;
            padding: 0rem 2rem 2rem 2rem;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }
    }

    .tabs .content.active {
        max-height: 1000px;
    }

    @media screen and (min-width: 55rem) {
        .tabs .content.active {
            max-height: none;
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }
    }

    .tabs .content > .heading {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }


    /*-----Testimonial-------*/
    .testimonials {
        background: #E7E9EB;
        width: 100%;
    }

    .testim {
        width: 100%;
        position: relative;
    }

        .testim .wrap {
            position: relative;
            width: 100%;
            padding: 40px 20px;
            margin: auto;
        }

        .testim .arrow {
            display: block;
            position: absolute;
            color: #333;
            cursor: pointer;
            font-size: 2em;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            padding: 5px;
            z-index: 22222222;
        }

            .testim .arrow:before {
                cursor: pointer;
            }

            .testim .arrow:hover {
                color: #1b396b;
            }


            .testim .arrow.left {
                left: 70px;
            }

            .testim .arrow.right {
                right: 70px;
            }

        .testim .dots {
            text-align: center;
            position: absolute;
            width: 100%;
            bottom: 60px;
            left: 0;
            display: block;
            z-index: 3333;
            height: 12px;
        }

            .testim .dots .dot {
                list-style-type: none;
                display: inline-block;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                border: 1px solid #1b396b;
                cursor: pointer;
                -webkit-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                position: relative;
            }

                .testim .dots .dot.active,
                .testim .dots .dot:hover {
                    background: #1b396b;
                    border-color: #1b396b;
                }

                .testim .dots .dot.active {
                    -webkit-animation: testim-scale .5s ease-in-out forwards;
                    -moz-animation: testim-scale .5s ease-in-out forwards;
                    -ms-animation: testim-scale .5s ease-in-out forwards;
                    -o-animation: testim-scale .5s ease-in-out forwards;
                    animation: testim-scale .5s ease-in-out forwards;
                }

        .testim .cont {
            position: relative;
            overflow: hidden;
        }

            .testim .cont > div {
                text-align: center;
                position: absolute;
                top: 0;
                left: 0;
                padding: 0 0 70px 0;
                opacity: 0;
            }

                .testim .cont > div.inactive {
                    opacity: 1;
                }


                .testim .cont > div.active {
                    position: relative;
                    opacity: 1;
                }


            .testim .cont div .img img {
                display: block;
                width: 100px;
                height: 100px;
                margin: auto;
                border-radius: 50%;
            }

            .testim .cont div h2 {
                color: #1b396b;
                font-size: 1em;
                margin: 15px 0;
            }

            .testim .cont div p {
                font-size: .7rem;
                color: #333;
                width: 70%;
                margin: auto;
            }

            .testim .cont div.active .img img {
                -webkit-animation: testim-show .5s ease-in-out forwards;
                -moz-animation: testim-show .5s ease-in-out forwards;
                -ms-animation: testim-show .5s ease-in-out forwards;
                -o-animation: testim-show .5s ease-in-out forwards;
                animation: testim-show .5s ease-in-out forwards;
            }

            .testim .cont div.active h2 {
                -webkit-animation: testim-content-in .4s ease-in-out forwards;
                -moz-animation: testim-content-in .4s ease-in-out forwards;
                -ms-animation: testim-content-in .4s ease-in-out forwards;
                -o-animation: testim-content-in .4s ease-in-out forwards;
                animation: testim-content-in .4s ease-in-out forwards;
            }

            .testim .cont div.active p {
                -webkit-animation: testim-content-in .5s ease-in-out forwards;
                -moz-animation: testim-content-in .5s ease-in-out forwards;
                -ms-animation: testim-content-in .5s ease-in-out forwards;
                -o-animation: testim-content-in .5s ease-in-out forwards;
                animation: testim-content-in .5s ease-in-out forwards;
            }

            .testim .cont div.inactive .img img {
                -webkit-animation: testim-hide .5s ease-in-out forwards;
                -moz-animation: testim-hide .5s ease-in-out forwards;
                -ms-animation: testim-hide .5s ease-in-out forwards;
                -o-animation: testim-hide .5s ease-in-out forwards;
                animation: testim-hide .5s ease-in-out forwards;
            }

            .testim .cont div.inactive h2 {
                -webkit-animation: testim-content-out .4s ease-in-out forwards;
                -moz-animation: testim-content-out .4s ease-in-out forwards;
                -ms-animation: testim-content-out .4s ease-in-out forwards;
                -o-animation: testim-content-out .4s ease-in-out forwards;
                animation: testim-content-out .4s ease-in-out forwards;
            }

            .testim .cont div.inactive p {
                -webkit-animation: testim-content-out .5s ease-in-out forwards;
                -moz-animation: testim-content-out .5s ease-in-out forwards;
                -ms-animation: testim-content-out .5s ease-in-out forwards;
                -o-animation: testim-content-out .5s ease-in-out forwards;
                animation: testim-content-out .5s ease-in-out forwards;
            }

    @-webkit-keyframes testim-scale {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            -webkit-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @-moz-keyframes testim-scale {
        0% {
            -moz-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            -moz-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            -moz-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            -moz-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @-ms-keyframes testim-scale {
        0% {
            -ms-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            -ms-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            -ms-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            -ms-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @-o-keyframes testim-scale {
        0% {
            -o-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            -o-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            -o-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            -o-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @keyframes testim-scale {
        0% {
            box-shadow: 0px 0px 0px 0px #eee;
        }

        35% {
            box-shadow: 0px 0px 10px 5px #eee;
        }

        70% {
            box-shadow: 0px 0px 10px 5px #ea830e;
        }

        100% {
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }

    @-webkit-keyframes testim-content-in {
        from {
            opacity: 0;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-moz-keyframes testim-content-in {
        from {
            opacity: 0;
            -moz-transform: translateY(100%);
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-ms-keyframes testim-content-in {
        from {
            opacity: 0;
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-o-keyframes testim-content-in {
        from {
            opacity: 0;
            -o-transform: translateY(100%);
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes testim-content-in {
        from {
            opacity: 0;
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @-webkit-keyframes testim-content-out {
        from {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        to {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }

    @-moz-keyframes testim-content-out {
        from {
            opacity: 1;
            -moz-transform: translateY(0);
            transform: translateY(0);
        }

        to {
            opacity: 0;
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }

    @-ms-keyframes testim-content-out {
        from {
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        to {
            opacity: 0;
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }

    @-o-keyframes testim-content-out {
        from {
            opacity: 1;
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        to {
            opacity: 0;
            transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }

    @keyframes testim-content-out {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 0;
            transform: translateY(-100%);
        }
    }

    @-webkit-keyframes testim-show {
        from {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @-moz-keyframes testim-show {
        from {
            opacity: 0;
            -moz-transform: scale(0);
            transform: scale(0);
        }

        to {
            opacity: 1;
            -moz-transform: scale(1);
            transform: scale(1);
        }
    }

    @-ms-keyframes testim-show {
        from {
            opacity: 0;
            -ms-transform: scale(0);
            transform: scale(0);
        }

        to {
            opacity: 1;
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }

    @-o-keyframes testim-show {
        from {
            opacity: 0;
            -o-transform: scale(0);
            transform: scale(0);
        }

        to {
            opacity: 1;
            -o-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes testim-show {
        from {
            opacity: 0;
            transform: scale(0);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    @-webkit-keyframes testim-hide {
        from {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        to {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }

    @-moz-keyframes testim-hide {
        from {
            opacity: 1;
            -moz-transform: scale(1);
            transform: scale(1);
        }

        to {
            opacity: 0;
            -moz-transform: scale(0);
            transform: scale(0);
        }
    }

    @-ms-keyframes testim-hide {
        from {
            opacity: 1;
            -ms-transform: scale(1);
            transform: scale(1);
        }

        to {
            opacity: 0;
            -ms-transform: scale(0);
            transform: scale(0);
        }
    }

    @-o-keyframes testim-hide {
        from {
            opacity: 1;
            -o-transform: scale(1);
            transform: scale(1);
        }

        to {
            opacity: 0;
            -o-transform: scale(0);
            transform: scale(0);
        }
    }

    @keyframes testim-hide {
        from {
            opacity: 1;
            transform: scale(1);
        }

        to {
            opacity: 0;
            transform: scale(0);
        }
    }

    @media all and (max-width: 300px) {
        body {
            font-size: 14px;
        }
    }

    @media all and (max-width: 500px) {
        .testim .arrow {
            font-size: 1.5em;
        }

        .testim .cont div p {
            line-height: 25px;
        }
    }

    /* ------testimonial  close-------*/

    /* ------contact--------------*/

    .contacts {
        padding-bottom: 100px;
        padding-top: 30px;
    }

    .contact-info {
        padding-top: 100px
    }

        .contact-info ul {
            margin-left: -40px;
        }

    .contact-det {
        display: flex;
        justify-content: flex-start
    }

        .contact-det .icon {
            background: #1b396b;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            color: #fff;
            padding: 5px;
            margin-left: 20px;
            color: #fff;
            text-align: center;
        }

            .contact-det .icon svg {
                color: #fff;
            }

        .contact-det .info {
        }

            .contact-det .info .title {
                font-weight: bold;
                padding: 0;
                margin: 0;
            }

            .contact-det .info p {
            }

    .contact-form {
        background: #fff;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
    font: 400 12px/16px "Cairo", serif;
}


#contact {
    background: fade(#F9F9F9,85);
    padding: 25px;
    margin: 80px 0;
}

        #contact h3 {
            color: #000;
            display: block;
            font-size: 30px;
            font-weight: 400;
        }

        #contact h4 {
            margin: 5px 0 15px;
            display: block;
            font-size: 13px;
        }

    fieldset {
        border: medium none !important;
        margin: 0 0 10px;
        min-width: 100%;
        padding: 0;
        width: 100%;
    }

    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
        width: 100%;
        border: 1px solid #CCC;
        background: #FFF;
        margin: 0 0 5px;
        border-radius: 20px;
        padding: 15px;
    }
        .resume {width:100%;}

        #contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
            -webkit-transition: border-color 0.3s ease-in-out;
            -moz-transition: border-color 0.3s ease-in-out;
            transition: border-color 0.3s ease-in-out;
            border: 1px solid #AAA;
            border-radius: 20px;
        }

    #contact textarea {
        height: 100px;
        max-width: 100%;
        resize: none;
        border-radius: 20px;
    }

    #contact button[type="submit"] {
        cursor: pointer;
        border: none;
        background: #000;
        color: #FFF;
        margin: 0 0 5px;
        padding: 15px 30px;
        font-size: 15px;
        text-transform: uppercase;
        border-radius: 20px;
    }

        #contact button[type="submit"]:hover {
            background: #1b396b;
            -webkit-transition: background 0.3s ease-in-out;
            -moz-transition: background 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out;
        }

        #contact button[type="submit"]:active {
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
        }

    #contact input:focus, #contact textarea:focus {
        outline: 0;
        border: 1px solid #999;
    }

    ::-webkit-input-placeholder {
        color: #888;
    }

    :-moz-placeholder {
        color: #888;
    }

    ::-moz-placeholder {
        color: #888;
    }

    :-ms-input-placeholder {
        color: #888;
    }

    label.error {
        color: darkred;
        padding-left: 10px;
        font-weight: bold;
    }

    input.error {
        border-color: darkred !important;
    }



    .social ul {
        display: flex;
        justify-content: flex-start;
        margin-left: -50px;
    }

    .social li {
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #1b396b;
        text-align: center;
        color: #fff;
        padding-top: 8px;
        transition: all .3s ease;
    }

        .social li:hover {
            background: #000;
        }

        .social li a {
            color: #fff;
        }

.google-maps {
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
    margin-top: -80px;
  
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
       
    }

.google-maps {
    border: 5px solid #fff;
    height: 100%;
    
}


@media screen and (max-width: 768px) {
    .google-maps {
        padding-bottom: 70%;
    }
}
/**projects*/
.folioItem02 {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom:20px;
}

    .folioItem02 img {
        width: 100%;
        height: auto;
    }

    .folioItem02:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        opacity: 0;
        visibility: hidden;
        background: rgb(27,57,107);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .folioItem02:hover:before {
        visibility: visible;
        opacity: .8;
        
    }

    .folioItem02 a {
        color:#fff;
    }

    .folioItem02 .folioContent {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        bottom: auto;
        padding: 0 20px;
        transform: translateY(-50%);
        z-index: 3;
    }

        .folioItem02 .folioContent .cat {
            font-size: 14px;
            letter-spacing: 0;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            -moz-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            transform: translate3d(0, 90px, 0);
            -moz-transform: translate3d(0, 90px, 0);
            -webkit-transform: translate3d(0, 90px, 0);
        }

            .folioItem02 .folioContent .cat:before {
                display: none;
            }

        .folioItem02 .folioContent h3 {
            visibility: hidden;
            opacity: 0;
            font-size: 16px;
            line-height: 28px;
            font-weight: 200;
            margin: 0;
            -webkit-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 400ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            -moz-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 400ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 400ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            transform: translate3d(0, 90px, 0);
            -moz-transform: translate3d(0, 90px, 0);
            -webkit-transform: translate3d(0, 90px, 0);
          
        }

            .folioItem02 .folioContent h3 a:hover,
            .folioItem02 .folioContent .cat:hover {
                color: #fff;
            }

    .folioItem02:hover .folioContent h3,
    .folioItem02:hover .folioContent .cat {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }


    /*pagenation**/

.que_pagination {
    position: relative;
    display: flex;
    margin: 40px 0 40px;
    padding: 0;
}

    .que_pagination.text-center {
        justify-content: center;
    }

    .que_pagination.text-right {
        justify-content: flex-end;
    }

    .que_pagination a, .que_pagination span {
        margin: 0 9px 0 0;
        padding: 0 0;
        height: 52px;
        width: 52px;
        background: #fff;
        border: 2px solid #eeeeee;
        color: #74777c;
        line-height: 48px;
        text-align: center;
        display: inline-block;
        font-size: 15.45px;
        font-weight: 700;
        border-radius: 50%;
        -webkit-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.07);
    }

        .que_pagination a:last-child {
            margin-right: 0;
        }

        .que_pagination a:hover, .que_pagination span.current {
            color: #fff;
            background:#1b396b;
            border-color: #1b396b;
        }



/*------------------------------------------------------
/   7. Portfolio Single
/------------------------------------------------------*/
.singlefolioPage {
    position: relative;
    padding: 120px 0;
}

.fsThumb {
    position: relative;
}

    .fsThumb img {
        max-width: 100%;
        height: auto;
    }

.sfContent {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    padding: 51px 70px 52px;
    margin: 0 0 42px;
    -webkit-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.04);
}

.fsMeta {
    position: relative;
    padding-right: 60px;
}

    .fsMeta:first-child {
        padding-right: 0;
    }

    .fsMeta span {
        font-size: 14px;
        color: #74777c;
        margin: 0 0 0;
    }

    .fsMeta h4 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        margin: 0;
    }

.btnMeta {
    margin-left: auto;
    padding: 0;
}

    .btnMeta .qu_btn {
        padding: 0 40px;
    }

.fsconWrap p {
    line-height: 28px;
    margin-bottom: 57px;
}

    .fsconWrap p.fw500 {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        color: #1a1a1a;
        margin-bottom: 32px;
    }

.serQuote {
    position: relative;
    background: #f2f6f9;
    padding: 41px 60px 49px;
    border-left: 10px solid var(--theme-color);
    font-size: 24px;
    line-height: 36px;
    color: #1a1a1a;
    font-weight: 500;
    margin: 30px 0 55px;
}



/*------------------------------------------------------
/  9. Blog Page
/------------------------------------------------------*/
.blogPage {
    position: relative;
    padding: 120px 0;
}

.bloglistItem {
    position: relative;
    margin: 0 0 10px;
}

.blThumb {
    position: relative;
}

    .blThumb.vd:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(13, 30, 53, .27);
    }

    .blThumb img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    .blThumb .popup_video {
        width: 102px;
        height: 102px;
        border-radius: 50%;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, .1);
        font-size: 24px;
        line-height: 102px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

        .blThumb .popup_video:hover {
            color: var(--theme-color);
            border-color: var(--theme-color);
        }

        .blThumb .popup_video:after,
        .blThumb .popup_video:before {
            width: 250px;
            height: 250px;
        }

    .blThumb iframe {
        width: 100%;
        height: 246px;
    }

.blogContent02 {
    position: relative;
    border: 2px solid #f5f5f5;
    border-top: none;
    padding: 24px 28px 22px;
}

    .blogContent02 .bmeta {
        color: #74777c;
        font-size: 14px;
        margin-bottom: 11px;
    }

        .blogContent02 .bmeta a {
            position: relative;
            margin-left: 27px;
            color:#1b396b;
        }

        .blogContent02 .bmeta i {
            font-size: 16px;
            position: relative;
            top: 2px;
            margin-left: 10px;
        }

        .blogContent02 .bmeta a:last-child {
            margin-right: 0;
        }

    .blogContent02 h3 {
        font-size: 20px;
       
        font-weight: 600;
        margin: 0 0 15px;
    }

        .blogContent02 h3 a {
            color: inherit;
        }

            .blogContent02 h3 a:hover {
                color: var(--theme-color);
            }

    .blogContent02 p {
        margin: 0 0 19px;
    }

    .blogContent02 .rm_more {
        display: inline-block;
        font-size: 18px;
        color: #1a1a1a;
        font-weight: 500;
        text-transform: capitalize;
    }
        .blogContent02 .rm_more svg {
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

        .blogContent02 .rm_more i {
            padding-left: 0px;
            position: relative;
            top: 3px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .blogContent02 .rm_more:hover i {
            padding-left: 5px;
        }

        .blogContent02 .rm_more:hover {
            color: var(--theme-color);
        }



/*------------------------------------------------------
/  10. Single Blog Page
/------------------------------------------------------*/
.singleBlog {
    position: relative;
    padding: 120px 0;
}

.sic_details {
    position: relative;
    padding: 50px 50px;
    border: 2px solid #f0f0f0;
    margin-right: -15px;
}

.postThumb {
    position: relative;
    margin: 0 0 34px;
}

    .postThumb img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

.sic_details .bmeta {
    color: #74777c;
    font-size: 14px;
    margin-bottom: 3px;
}

    .sic_details .bmeta p {
        position: relative;
        margin-right: 27px;
    }

    .sic_details .bmeta i {
        font-size: 16px;
        position: relative;
        top: 2px;
        margin-right: 10px;
    }

.sic_the_content {
    position: relative;
}

    .sic_the_content > p {
        margin: 0 0 27px;
    }

    .sic_the_content .wp-block-image {
        margin: 35px 0 24px;
    }

    .sic_the_content img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

.bshead {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 38px 0 35px;
    padding-top: 34px;
    border-top: 1px solid #f0f0f0;
}

.sic_the_content blockquote, .sic_the_content blockquote.wp-block-quote {
    padding: 60px 60px 55px;
    position: relative;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    margin: 49px 0 45px;
    -webkit-box-shadow: 0px 15px 60px 0px rgba(14, 14, 10, 0.07);
    -moz-box-shadow: 0px 15px 60px 0px rgba(14, 14, 10, 0.07);
    box-shadow: 0px 15px 60px 0px rgba(14, 14, 10, 0.07);
}

    .sic_the_content blockquote:before {
        content: "\f95e";
        font-family: 'themewar' !important;
        left: 0;
        top: 0;
        width: 81px;
        height: 81px;
        background: var(--theme-color);
        border-radius: 50%;
        text-align: center;
        position: relative;
        display: inline-block;
        color: #ffffff;
        font-size: 30px;
        line-height: 84px;
        margin: 0 0 23px;
    }

    .sic_the_content blockquote p, .sic_the_content blockquote.wp-block-quote p {
        font-size: 24px;
        line-height: 34px;
        color: #1a1a1a;
        font-style: normal;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin: 0 0 21px;
    }

    .sic_the_content blockquote cite {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        color: var(--theme-color);
        position: relative;
    }

        .sic_the_content blockquote cite strong {
            display: block;
            font-weight: 400;
            font-size: 14px;
            color: #74777c;
        }

.spMeta {
    position: relative;
    padding: 15px 0 33px;
   
}

    .spMeta h5 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 14px;
        display: block;
    }

.tags {
    position: relative;
    
}

    .tags a {
        height: 35px;
        background: #fff;
        border: 2px solid #efefef;
        border-bottom: none;
        border-radius: 50px;
        font-size: 12px;
        display: inline-block;
        padding: 0 19px;
        color: #74777c;
        margin: 0 10px 10px 0;
        text-transform: capitalize;
        line-height: 32px;
        -webkit-box-shadow: 0px 8px 18px 0px rgba(14, 14, 10, 0.06);
        -moz-box-shadow: 0px 8px 18px 0px rgba(14, 14, 10, 0.06);
        box-shadow: 0px 8px 18px 0px rgba(14, 14, 10, 0.06);
        float: right;
    }

        .tags a:hover {
            background: #1b396b;
            border-color:#1b396b;
            color: #fff;
        }

.socialShare {
    text-align: right;
}

    .socialShare a {
        display: inline-block;
        font-size: 14px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        line-height: 35px;
        text-align: center;
        color: #fff;
        margin-left: 6px;
    }

        .socialShare a.twi {
            background: #55acee;
        }

        .socialShare a.pin {
            background: #bd081c;
        }

        .socialShare a.fac {
            background: #3b5999;
        }

        .socialShare a.lin {
            background: #0077B7;
        }

        .socialShare a:hover {
            background: var(--theme-color);
            color: #fff;
        }

.post_author {
    border-right: 10px solid var(--theme-color);
    position: relative;
    background: #f0f0f0;
    min-height: 270px;
    padding: 58px 30px 64px 248px;
    margin: 0 0 50px;
}

    .post_author img {
        width: 150px;
        height: 150px;
        position: absolute;
        left: 60px;
        top: 58px;
    }

    .post_author span {
        display: block;
        font-size: 12px;
        color: var(--theme-color);
        margin: 0 0 0;
    }

    .post_author h5 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        margin: 0 0 14px;
    }

        .post_author h5 a {
            color: inherit;
        }

            .post_author h5 a:hover {
                color: var(--theme-color);
            }

    .post_author p {
        margin: 0;
    }

.bmeta {
    display: flex;
    margin: 0 0 8px;
}

.sic_details .bmeta {
    color: #74777c;
    font-size: 14px;
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .singleServicePage {
       
        padding:40px 0;
    }
    .footer-part {
        padding-top: 40px;
    }
    .about-img {
        display:none;
    }
    .testim .arrow.left {
        left: 0px;
    }

    .testim .arrow.right {
        right: 0px;
    }


    .sfContent {
        position: relative;
        background: #fff;
        display:block;
        justify-content: flex-start;
        padding: 51px 70px 52px;
        margin: 0 0 42px;
        -webkit-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.04);
    }

}


.hidden-layer {
    position: fixed;
    top: 100px;
    right: -300px;
    /* Hidden by default */
    width: 300px;
    height: 150px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 20px;
    z-index: 1000;
}

.hidden-layer.active {
    right: 0;
}

.toggle-button {
    position: fixed;
    top: 150px;
    right: 0;
    /* Default position when layer is closed */
    padding: 10px 20px;
    background-color: #1b396b;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: right 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 999;
    transform: rotate(-90deg);
    /* Rotate the button vertically */
    right: -40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.toggle-button:hover {
    background-color: #000;
}

.hidden-layer.active+.toggle-button {
    right: 320px;
    /* Move the button when the layer is open */
}

.hidden-layer li {
    list-style: none;
    font-size: 16px;
    line-height: 40px;
    border-bottom: dotted thin #c6c6c6;
    transition-timing-function: ease-in-out;
    padding-right: 20px;
}

.hidden-layer li:hover a {
    color: #fff;
}

.hidden-layer li:last-child {
    border-bottom: none;
}

.hidden-layer li:hover {
    background: #000;
    color: #fff;
}
