/*
Theme Name: ICTC Theme
Theme URI: http://incwic.com/
Description: A beautiful and modern theme for ICTC (Information and Communications Technology Council).
Author: Meawal
Author URI: https://www.meawal.com
Version: 1.0
*/

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", Arial, sans-serif;
  overflow-x: hidden;
}

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

:root {
  --primary-color: #e80001 !important;
  --secondary-color: #00017c !important;
}

.button {
  background-color: var(--primary-color);
  color: #fff;
  padding: 25px 50px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.button-primary {
  background-color: var(--primary-color);
  color: #fff;
}

.button-secondary {
  background-color: var(--secondary-color);
  color: #fff;
}

.button-transparent {
  background-color: transparent;
  color: var(--primary-color);
  padding: 5px 10px;
}

a{
    color: var(--secondary-color);
    transition: all ease-in-out 0.2s;
}

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

a:active,
a:focus {
  color: unset;
}

p {
  font-size: 30px;
}

h2.main-header {
  color: #00017c;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}

a.post-tag {
    border: solid 1px;
    display: inline-block;
    padding: 3px 20px;
    color: #00017ca3;
    border-radius: 20px;
    border-color: #00017c26;
    transition: all ease-in-out 0.2s;
}

a.post-tag:hover {
    color: white;
    background-color: #00017ca3;
}

/* Button style 1 */

.button-style-1 {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-weight: 300;
    transition: 0.5s;
    letter-spacing: 1px;
    display: inline-block;
}

a.button-style-1,
button.button-style-1{
    display: none;
}

.button-style-1 button,
.button-style-1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 !important;
    font-size: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    -webkit-mask: url("./assets/images/urban-sprite.png");
    mask: url("./assets/images/urban-sprite.png");
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    border: none;
    cursor: pointer;
    -webkit-animation: ani2 0.6s steps(29) forwards;
    animation: ani2 0.6s steps(29) forwards;
}

.button-style-1 button:hover,
.button-style-1 a:hover {
  -webkit-animation: ani 0.6s steps(29) forwards;
  animation: ani 0.6s steps(29) forwards;
}

.mas {
    text-align: center;
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    font-size: inherit;
    font-weight: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-style-1.button-primary .mas{
    color: white;
    background-color: var(--secondary-color);
}

.button-style-1.button-secondary .mas{
    color: white;
    background-color: var(--primary-color);
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}


/**********************************   Loader Style     ***********************************/

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1c1c80;
    color: white;
    font-size: 50px;
    z-index: 999999999;
  }
  
  /****************************************************************************/
  /** notifications
  /****************************************************************************/
  
  .notification {
    position: fixed;
    left: 30px;
    bottom: -90px;
    font-size: 14px;
    padding: 10px 2px;
    border-radius: 5px;
    box-shadow: 0 0 50px #000000;
    width: 300px;
    text-align: center;
    z-index: 999999999;
    transition: all 1s ease-in-out;
    border-right: solid 3px;
    color: black;
    background: #96b0d6;
    border-color: #005680;
  }
  
  .notification.default {
    background: #96b0d6;
    border-color: #005680;
  }
  
  .notification.success {
    background: #96d696;
    border-color: green;
  }
  
  .notification.warning {
    background: #e6d287;
    border-color: #8c7213;
  }
  
  .notification.error {
    background: #ffbcbc;
    border-color: #b70000;
  }
  
  .notification.show_up {
    bottom: 40px;
  }
  
  .danger {
    background-color: red !important;
  }
  
  .success {
    background-color: #a5d6a7 !important;
  }
  

/****************************************************************************************/
/* Contact Section
/****************************************************************************************/

section#get-in-touch {
    padding: 50px 0;
    position: relative;
  }
  
  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="url"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  textarea {
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: whitesmoke;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 1px #00000014;
  }
  
  
  input[type="text"].small,
  input[type="search"].small,
  input[type="email"].small,
  input[type="url"].small,
  input[type="tel"].small,
  input[type="number"].small,
  input[type="password"].small,
  textarea {
    padding: 10px 20px;
  }
  
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  textarea {
    outline: none;
  }
  
  input::placeholder,
  textarea::placeholder {
    color: #b5b5b5;
  }
  
  input:disabled {
    opacity: 0.5;
  }
  
  form label {
    margin-left: 10px;
    margin-bottom: 5px;
    color: var(--primary-black);
    font-weight: 800;
  }
  
  #get-in-touch .get-in-touch-image {
    width: 80%;
  }
  
  @media screen and (max-width: 800px) {
    #get-in-touch .get-in-touch-image {
      width: 182%;
      max-width: unset;
      position: absolute;
      top: -5px;
      left: -6%;
      opacity: calc(2 / 100);
      z-index: -1;
    }
  }
  


/*******************************************************************************
***************************  Header  **************************************
*******************************************************************************/

    #header{
        width: 100%;
    }

    #header.transparent #main-navbar{
        background-color: transparent;
    }

    #header.sticky {
        min-height: 120px;
    }
    #header.sticky #main-navbar {
        position: fixed;
        top: 28px;
        background-color: #3c4f7f;
        box-shadow: 0 15px 15px #00000030;
    }

    
    #main-navbar .nav-inner img {
        width: 260px;
    }

    #main-navbar .nav-inner button.collaps {
        background: transparent;
        border: none;
        padding: 0 25px;
    }

    #main-navbar .nav-inner button.collaps span {
        display: block;
        width: 50px;
        height: 5px;
        background-color: #fff;
        margin-bottom: 9px;
    }

    #main-navbar ul {
        list-style: none;
        padding: 0;
    }

    #main-navbar ul li {
        display: inline;
        margin-right: 20px;
    }

    #main-navbar ul li a {
        color: black;
        text-decoration: none;
    }

    @media screen and (max-width: 768px) {
        #main-navbar .nav-inner button.collaps span {
            display: block;
            width: 30px;
            height: 3px;
            background-color: #fff;
            margin-bottom: 5px;
        }
    }

  /*--------------------------------------------------------------
  title 
  --------------------------------------------------------------*/

  .title-fill {
    white-space: nowrap;
    color: transparent;
    position: relative;
    display: inline-block;
  }
  
  .title-fill:before,
  .title-fill:after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    color: #c3c3de;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    -o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
  }

  .animated-title-white .title-fill:before,
  .animated-title-white .title-fill:after {
    color: #8787b8;
  }
  
  .title-fill:after {
    color: var(--secondary-color);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  
  .animated-title-white .title-fill:after{
    color: white;
  }
  .title-fill.title-fill-reverse:before{
    color: var(--secondary-color);
  }
  
  .title-fill.title-fill-reverse:after {
    color: #c3c3de;
  }
  
  .title-fill.title-fill-anim:before,
  .title-fill.title-fill-anim:after {
    width: 0%;
  }
  .title-fill.viewed.title-fill-anim:before,
  .title-fill.viewed.title-fill-anim:after {
    width: 100%;
  }
  
  .p-style-medium {
      font-size: 21px;
      line-height: 1.8;
      font-weight: 500;
      letter-spacing: 0px;
      font-family: 'DINNextLTArabic-Regular', sans-serif;
      text-align: center;
  }



  /*****************************************************************************
  ***************************  Side Menu  **************************************
  ******************************************************************************/


  .side-menu {
      position: fixed;
      top: 0;
      right: -400px;
      width: 400px;
      height: 100vh;
      height: 100dvh;
      box-shadow: 0 0 0 #00000000;
      background-color: var(--secondary-color);
      background-color: #000163;
      color: white;
      z-index: 999999;
      transition: 0.7s cubic-bezier(.767, .01, .18, 1.01);
      overflow: hidden;
  }

  .side-menu-cover {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #00000040;
        z-index: 99;
  }

  .side-menu .menu-inner {
      padding: 20px;
  }

  .side-menu .menu-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 50px;
  }

  .side-menu .menu-header img {
      width: 150px;
  }

  .side-menu .menu-header .close-menu {
      background: transparent;
      color: inherit;
      border: none;
      padding: 0;
      font-size: 30px;
      cursor: pointer;
  }

  .side-menu ul {
      list-style: none;
      padding: 0;
  }

  /* .side-menu ul li {
      margin-bottom: 20px;
  } */

  .side-menu ul li a {
      display: block;
      color: inherit;
      text-decoration: none;
      font-size: 30px;
      font-weight: 200;
      line-height: 55px;
      text-align: center;
      text-transform: uppercase;
  }

  .side-menu ul li a:hover {
      color: white;
  }

  .side-menu.active {
      right: 0;
      box-shadow: 0 0 120px #00000080;
  }

  @media screen and (max-width: 768px) {
      .side-menu {
          width: 100%;
          right: -100%;
      }
  }

  /*****************************************************************************
  ************************  Hero Section  **************************************
  ******************************************************************************/

  #hero {
    position: relative;
    background-color: #fff;
    padding: 180px 0 350px 0;
    /* overflow: hidden; */
    z-index: 1;
  }

  

  #hero #main-navbar{
    width: 100%;
    color: #fff;
    padding: 20px;
    z-index: 9;
}

#hero #main-navbar {
      position: relative;
      top: 0;
      width: 100%;
      background-color: transparent;
      color: #fff;
      padding: 20px;
      z-index: 9;
  }

  #main-navbar .nav-inner {
      display: flex;
      justify-content: space-between;
      padding: 6px 45px;
  }

  #main-navbar .nav-inner button.collaps {
      background: transparent;
      border: none;
      padding: 0 25px;
  }

  #main-navbar ul {
      list-style: none;
      padding: 0;
  }

  #main-navbar ul li {
      display: inline;
      margin-right: 20px;
  }

  #main-navbar ul li a {
      color: black;
      text-decoration: none;
  }

  .hero-main {
      width: 710px;
      max-width: 100%;
      padding: 0;
      padding-inline-start: 128px;
  }

  .hero-main h1 {
      font-size: 50px;
      font-weight: bold;
      line-height: 57px;
      margin: 0;
      margin-top: 30px;
      margin-bottom: 90px;
      text-shadow: 0 0 5px white,
          0 0 5px white,
          0 0 5px white,
          0 0 5px white,
          0 0 5px white,
          0 0 5px white,
          0 0 5px white,
          0 0 5px white;
  }

  .hero-main p {
      font-size: 22px;
      font-weight: 300;
      line-height: 39px;
      margin-bottom: 20px;
  }

  .hero-image {
      width: 900px;
      height: 900px;
      border-radius: 94px;
      position: absolute;
      top: -180px;
      right: -230px;
      left: auto;
      transform: skew(17deg) rotate(-10deg);
      background-color: #333;
      z-index: -1;
  }

  .hero-image .image-shadow {
      width: 750px;
      height: 900px;
      border-radius: 94px;
      background: linear-gradient(45deg, var(--secondary-color), #2e2fb9);
      position: absolute;
      top: 0;
      left: -17px;
      transform: skew(-15deg) rotate(-8deg);
  }

  .hero-image .image-container {
      width: 900px;
      height: 900px;
      border-radius: 42px;
      overflow: hidden;
  }

  .hero-image .imgplaceholder {
      width: calc(100% + -52px);
      height: calc(100%);
      margin-top: 135px;
      margin-left: -240px;
      object-fit: COVER;
      transform: skew(-17deg) rotate(12deg) scale(100%);
      filter: brightness(70%);
      background-color: white;
  }
  .hero-image img {
      position: absolute !important;;
      top: 0 !important;;
      left: 0 !important;;
      width: 100% !important;
      height: 100% !important;
      /* margin-top: 135px; */
      /* margin-left: -240px; */
      object-fit: COVER !important;;
      /* transform: skew(-17deg) rotate(12deg) scale(100%); */
      filter: brightness(70%) !important;;
  }

  .hero-square {
      width: 300px;
      height: 400px;
      background: linear-gradient(45deg, var(--secondary-color), #2e2fb9);
      position: absolute;
      border-radius: 50px;
      top: 415px;
      left: -163px;
      transform: rotate(-22deg);
      z-index: -1;
  }

  .hero-square.hero-square-1 {
      margin-top: 10px;
      margin-left: 10px;
      background: #ddd;
      transform: rotate(-10deg);
  }

  @media screen and (max-width: 768px) {
      #hero {
          position: relative;
          background-color: #fff;
          padding: 110px 0 162px 0;
          overflow: hidden;
          z-index: 1;
      }

      .hero-main h1 {
          text-shadow: none;
      }

      .hero-square.hero-square-1,
      .hero-square.hero-square-2 {
          display: none;
      }

      .hero-image .image-container {
          height: 800px;
      }

      .hero-image .image-shadow {
          height: 800px;
      }

      #hero #main-navbar {
          position: absolute;
          top: 0;
          width: 100%;
          background-color: transparent;
          color: #fff;
          padding: 0;
          z-index: 9;
      }

        #main-navbar .nav-inner {
            display: flex;
            justify-content: space-between;
            background-color: transparent;
            margin: 0;
            padding: 0;
        }
      #hero #main-navbar .nav-inner {
          background-color: #ffffff73;
          margin: 10px 5px;
          padding: 6px 14px;
      }

      #main-navbar .nav-inner img {
          width: 170px;
      }

      .hero-image {
          width: 900px;
          height: 800px;
          border-radius: 94px;
          position: absolute;
          top: -230px;
          right: -230px;
          left: auto;
          transform: skew(17deg) rotate(-10deg);
          background-color: #333;
          z-index: -1;
      }

      .hero-image img {
          filter: brightness(46%);
      }

      .hero-main {
          width: unset;
          max-width: 100%;
          padding: 50px 5px;
          padding-inline-start: 20px;
      }

      .hero-main h1 {
          font-size: 30px;
          font-weight: bold;
          line-height: 40px;
          color: white;
      }

      .hero-main p {
          font-size: 22px;
          font-weight: 300;
          line-height: 29px;
          margin-bottom: 20px;
          color: white;
      }

  }











  /*****************************************************************************
  ****************************  services  **************************************
  ******************************************************************************/


  #services {
    position: relative;
    padding: 100px 0;
    text-align: center;
    background-color: #00017c;
    z-index: 1;
}

.bg-1 {
    position: absolute;
    top: -250px;
    left: -300px;
    width: 600px;
    height: 600px;
    background-image: url('./assets/images/bg-4.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.bg-2 {
    position: absolute;
    top: 60px;
    right: 0;
    width: 600px;
    height: 600px;
    background-image: url('./assets/images/bg-2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

#services .bg-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    z-index: -2;
}

#services .bg-3 img {
    width: 100%;
    margin-bottom: -2px;
}

#services .bg-3 .space {
    height: 50px;
    background-color: white;
    margin-bottom: -1px;
}

#services h2 {
    color: white;
}

#services .services-items {
    width: 100%;
    max-width: 1050px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#services .services-items .service-item {
    display: flex;
    width: 48%;
    margin-bottom: 15px;
    padding: 10px 20px 30px 20px;
    background-color: #fff;
    border: solid 1px #00000012;
    border-radius: 20px;
    text-align: start;
}

#services .services-items .service-item.active {
    box-shadow: 0 9px 42px #061c3d1f;
}

#services .services-items .service-item .service-item-image {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    background-color: #f0f5ff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#services .services-items .service-item .service-item-content {
    flex: 1;
    padding: 0 20px;
}

#services .services-items .service-item img {
    width: 60%;
    margin: 30px 0;
}

#services .services-items .service-item h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
}

#services .services-items .service-item p {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #services .services-items .service-item {
        width: 100%;
        margin-bottom: 20px;
    }

    #services .bg-2 {
        top: 200px;
        right: -250px;
    }

    #services .bg-3 .space {
        height: 0;
    }
}
    
    
  /*****************************************************************************
  ***************************  Preloader  **************************************
  ******************************************************************************/


    /* .preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f8fafb;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    } */

    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #d8d8e9;
        z-index: 9999;
        overflow: hidden;
        transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    }
    #preloader .preloader-inner {
        width: 100vw;
        height: 100%;
        max-width: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*******************************************************************************
    ***************************  About Us  **************************************
    *******************************************************************************/
    
    #about-us {
        padding: 0 0 50px 0;
        text-align: center;
    }

    @media screen and (max-width: 768px) {
        #about-us {
            padding: 0 0 50px 0;
        }

        #about-us .main-header {
            font-size: 34px;
        }

        #about-us p {
            font-size: 20px;
            text-align: center !important;
        }
    }
    
    /*******************************************************************************
    ***************************  About Us  **************************************
    *******************************************************************************/
    
    #our-blog {
        padding: 0 0 50px 0;
        text-align: center;
    }

    @media screen and (max-width: 768px) {
        #our-blog {
            padding: 0 0 50px 0;
        }

        #our-blog .main-header {
            font-size: 34px;
        }

        #our-blog p {
            font-size: 20px;
            text-align: center !important;
        }
    }
    

    /*******************************************************************************
    ***************************  Features  **************************************
    *******************************************************************************/

    #features {
        background-color: white;
        padding: 50px 0 200px 0;
        text-align: center;
        background-image: url('./assets/images/bg-1.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 250px;
    }

    #features .features-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 50px;
    }

    #features .features-items .feature-item {
        width: 30%;
        min-height: 300px;
        padding: 30px 20px 50px 20px;
        background-color: #fff;
        border: solid 1px #cfcfcf;
        border-radius: 20px;
        text-align: start;
    }

    #features .features-items .feature-item.active {
        border: none;
        box-shadow: 0 50px 115px #00017C3D;
    }

    #features .features-items .feature-item img {
        width: 75px;
        margin: 30px 0;
    }

    #features .features-items .feature-item h3 {
        font-size: 30px;
        font-weight: bold;
        margin: 20px 0;
    }

    #features .features-items .feature-item p {
        font-size: 19px;
        margin: 0 0 20px 0;
    }

    @media screen and (max-width: 768px) {
        #features .features-items .feature-item {
            width: 100%;
            margin-bottom: 20px;
        }

        #features {
            padding: 50px 0 50px 0;
            background-size: 433px;
            background-position: center 123px;
        }
    }


    
    /*******************************************************************************
    ***************************  Services  **************************************
    *******************************************************************************/

    #services {
        position: relative;
        padding: 100px 0;
        text-align: center;
        background-color: #00017c;
        z-index: 1;
    }

    .bg-1 {
        position: absolute;
        top: -250px;
        left: -300px;
        width: 600px;
        height: 600px;
        background-image: url('./assets/images/bg-4.png');
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .bg-2 {
        position: absolute;
        top: 60px;
        right: 0;
        width: 600px;
        height: 600px;
        background-image: url('./assets/images/bg-2.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -2;
    }

    #services .bg-3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 50px;
        z-index: -2;
    }

    #services .bg-3 img {
        width: 100%;
        margin-bottom: -2px;
    }

    #services .bg-3 .space {
        height: 50px;
        background-color: white;
        margin-bottom: -1px;
    }

    #services h2 {
        color: white;
    }

    #services .services-items {
        width: 100%;
        max-width: 1050px;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    #services .services-items .service-item {
        display: flex;
        width: 48%;
        margin-bottom: 15px;
        padding: 10px 20px 30px 20px;
        background-color: #fff;
        border: solid 1px #00000012;
        border-radius: 20px;
        text-align: start;
    }

    #services .services-items .service-item.active {
        box-shadow: 0 9px 42px #061c3d1f;
    }

    #services .services-items .service-item .service-item-image {
        width: 80px;
        height: 80px;
        margin-top: 20px;
        background-color: #f0f5ff;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #services .services-items .service-item .service-item-content {
        flex: 1;
        padding: 0 20px;
    }

    #services .services-items .service-item img {
        width: 60%;
        margin: 30px 0;
    }

    #services .services-items .service-item h3 {
        font-size: 22px;
        font-weight: 500;
        margin: 20px 0;
    }

    #services .services-items .service-item p {
        font-size: 16px;
        margin: 0 0 10px 0;
        font-weight: 300;
    }

    @media screen and (max-width: 768px) {
        #services .services-items .service-item {
            width: 100%;
            margin-bottom: 20px;
        }

        #services .bg-2 {
            top: 200px;
            right: -250px;
        }

        #services .bg-3 .space {
            height: 0;
        }
    }

    /*******************************************************************************
    ***************************  Partners  **************************************
    *******************************************************************************/
    #partners {
        padding: 50px 0;
        text-align: center;
        overflow: hidden;
    }

    #partners h2 {
        margin-bottom: 50px;
    }

    #partners .partners-logo {
        display: flex;
        position: relative;
        width: 900px;
        height: 250px;
        border-radius: 25px;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        background-color: #f2f2f2;
    }

    #partners .partner-logo {
        position: absolute;
        width: 500px;
        height: 240px;
        background-color: var(--secondary-color);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        scale: 100%;
        transition: all ease-in-out 0.3s;
        cursor: pointer;
    }

    #partners .partner-logo:hover{
        scale: 103%;
    }

    #partners .partner-logo.partner-1-logo {
        top: -60px;
        left: -60px;
        background-color: #dcdcdc;
    }

    #partners .partner-logo.partner-2-logo {
        bottom: -60px;
        right: -60px;
    }

    #partners .partners-logo img {
        max-width: 100%;
        width: 260px;
    }

    #partners h3 {
        max-width: 900px;
        font-size: 40px;
        font-weight: bold;
        margin: auto;
        margin-bottom: 100px;
    }

    #partners p {
        font-size: 20px;
        max-width: 900px;
        margin: auto;
        padding-inline-end: 30px;
    }

    #partners button.close {
        float: right;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
        background-color: transparent;
        border: 0;
        appearance: none;
        -webkit-appearance: none;
    }

    #partners .modal-body p {
        font-weight: 300;
        font-size: 20px;
        text-align: justify;
        line-height: 30px;
        margin-bottom: 15px;
    }

    @media screen and (max-width: 768px) {
        #partners {
            padding: 50px 0 150px 0;
            text-align: center;
            overflow: hidden;
        }

        #partners h3 {
            font-size: 30px;
            margin-bottom: 0;
        }

        #partners .partners-logo {
            display: flex;
            position: relative;
            width: 250px;
            height: 237px;
            border-radius: 25px;
            margin: auto;
            margin-top: 100px;
            background-color: transparent;
            padding: 15px;
            flex-direction: column;
        }

        #partners .partner-logo {
            position: absolute;
            width: calc(100% + 100px);
            height: 150px;
            margin-bottom: 20px;
            background-color: var(--secondary-color);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }
        #partners .partner-logo.partner-1-logo {
            left: -50px;
        }
        #partners .partner-logo.partner-2-logo {
            right: -50px;
        }

        #partners .partners-logo img {
            max-width: 100%;
            width: 260px;
        }
    }

    /*******************************************************************************
    ***************************  Testimonials  **************************************
    *******************************************************************************/

    #admin-word {
        padding: 100px 0;
        text-align: center;
    }

    #admin-word .container {
        max-width: 1300px;
    }

    #admin-word h2 {
        margin-bottom: 100px;
    }

    #admin-word .admin-word-content {
        text-align: start;
    }

    #admin-word .admin-word-content h3 {
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #admin-word .admin-word-content p {
        font-size: 25px;
        margin: 0 0 20px 0;
        border-inline-start: solid 3px;
        border-color: #0b63e5;
        padding-inline-start: 15px;
    }

    #admin-word .admin-image {
        padding: 0 20px;
    }

    #admin-word .admin-image img {
        width: 100%;
        border-radius: 20px;
    }

    @media screen and (max-width: 768px) {
        #admin-word {
            padding: 50px 0;
        }

        #admin-word h2 {
            font-size: 30px;
            margin-bottom: 50px;
        }

        #admin-word .admin-word-content h3 {
            font-size: 30px;
        }

        #admin-word .admin-word-content {
            width: 100%;
        }

        #admin-word .admin-image {
            padding: 0;
        }

        #admin-word .admin-word-content p {
            font-size: 20px;
            margin-bottom: 50px;
        }
    }

    
    /*******************************************************************************
    ***********************************  FAQ  **************************************
    *******************************************************************************/

    #faq {
        padding: 50px 0;
        text-align: center;
    }

    #faq .label {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #faq h2 {
        color: unset;
        margin-bottom: 20px;
    }

    #faq p.subtitle {
        font-size: 20px;
        max-width: 900px;
        margin: auto;
        color: #919191;
    }

    #faq .faq-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 50px;
    }

    #faq .faq-items .row {
        width: 100%;
    }

    #faq .faq-items .faq-item {
        position: relative;
        width: 100%;
        padding: 20px;
        margin-bottom: 15px;
        background-color: #fff;
        border: solid 1px #F3F4FE;
        border-radius: 20px;
        text-align: start;
        box-shadow: 0 0 0 white;
        transition: all ease-in-out 0.3s;
        cursor: pointer;
    }

    #faq .faq-items .faq-item:before {
        content: "";
        position: absolute;
        border-radius: 20px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        box-shadow: 0 20px 100px #C9CBCC33;
    }

    #faq .faq-items .faq-item .faq-question {
        display: flex;
        justify-content: start;
        align-items: center;
        user-select: none;
    }

    #faq .faq-items .faq-item .faq-question a.collaps-btn {
        background: transparent;
        border: none;
        padding: 0;
        padding-inline-end: 20px;
        cursor: pointer;
        text-decoration: none;
    }

    #faq .faq-items .faq-item .faq-question .collaps-btn i {
        display: none;
        font-size: 35px;
    }

    #faq .faq-items .faq-item:not(.active) .faq-question .collaps-btn i.fa-plus {
        color: #241b41;
        display: block;
    }

    #faq .faq-items .faq-item.active .faq-question .collaps-btn i.fa-minus {
        color: var(--primary-color);
        display: block;
    }

    #faq .faq-items .faq-item .faq-question h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 20px 0;
    }

    #faq .faq-items .faq-item .faq-question h3 a {
        color: unset;
        text-decoration: none;
    }

    #faq .faq-items .faq-item .faq-answer {
        display: none;
    }

    #faq .faq-items .faq-item.active .faq-answer {
        display: block;
    }

    #faq .faq-items .faq-item .faq-answer p {
        font-size: 18px;
        color: #939393;
        margin: 0 0 20px 0;
        cursor: text;
    }

    @media screen and (max-width: 768px) {
        #faq {
            padding: 50px 0;
        }

        #faq h2{
            font-size: 27px;
        }

        #faq .faq-items .row {
            display: block;
        }

        #faq .faq-items .faq-item {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    
    /*******************************************************************************
    ***************************  Footer  **************************************
    *******************************************************************************/

    #footer {
        background-color: #132040;
        color: #fff;
        text-align: start;
        padding: 100px 0 15px 0;
    }

    #footer .logo{
        max-width: 100%;
    }

    #footer p {
        margin: 0;
    }

    #footer p.desc {
        font-size: 20px;
        font-weight: 300;
        color: #ffffffc7;
    }

    #footer h3 {
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    #footer ul {
        list-style: none;
        padding: 0;
    }

    #footer ul li {
        margin-bottom: 10px;
    }

    #footer ul li a {
        position: relative;
        font-size: 20px;
        font-weight: 300;
        color: #ffffffbd;
        text-decoration: none;
    }

    #footer ul li a::after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #ffffffbd;
        content: "";
        transition: .35s;
    }

    #footer ul li a:hover:after {
        width: 100%;
        left: 0;
        right: auto;
    }

    #footer .container {
        max-width: 1300px;
    }

    #footer hr {
        border-color: #ffffff4d;
        margin: 50px 0;
    }

    #footer p.copyright {
        font-size: 18px;
        font-weight: 300;
        color: #ffffffc7;
    }

    #footer .policy {
        display: flex;
        justify-content: flex-end;
    }

    #footer .policy li {
        margin-left: 20px;
    }

    #footer .policy li a {
        font-size: 18px;
        font-weight: 300;
        color: #ffffffc7;
        text-decoration: none;
    }

    @media screen and (max-width: 768px) {
        #footer {
            padding: 50px 0 15px 0;
        }

        #footer h3 {
            font-size: 20px;
        }

        #footer p.desc {
            font-size: 18px;
            margin-bottom: 50px;
        }

        #footer ul li a {
            font-size: 18px;
        }

        #footer hr {
            margin: 30px 0;
        }

        #footer .policy {
            display: flex;
            justify-content: start;
        }

        #footer p.copyright {
            font-size: 16px;
            margin-bottom: 15px;
        }
    }



    
/****************************************************************************/
/** Single.php *
/****************************************************************************/

.site-content {
    background-color: white;
  }
  
  .site-content-inner {
    padding: 10px;
  }
  
  .single p {
    font-size: 18px;
    line-height: 35px;
  }
  
  .site-content.single-page h1 {
    text-align: center;
    background-color: var(--secondary-color);
    color: white;
    padding: 35px 0;
  }

/****************************************************************************/
/** single post
/****************************************************************************/

.single-post .site-content-inner {
    /* padding: 10px; */
    padding-top: 50px;
  }
  
  .single-post h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  
  .single-post article {
    padding: 0 15px;
  }
  
  .single-post .single-post-content .thumbnail figure img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
  }
  
  @media screen and (max-width: 800px) {

    .single-post h1 {
      padding: 0;
      font-size: 25px;
      line-height: 34px;
      margin-top: 20px;
    }
  
    .single-post article {
      padding: 0;
    }
  
    .single-post .single-post-content .thumbnail figure img {
      height: 250px;
    }
  }
  
  
/****************************************************************************/
/** single ictc product
/****************************************************************************/

.single-ictc-product .site-content-inner {
    /* padding: 10px; */
    padding-top: 50px;
  }
  
  .single-ictc-product h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  
  .single-ictc-product article {
    padding: 0 15px;
  }
  
  .single-ictc-product .single-post-content .thumbnail figure img {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    padding: 20px;
    /* box-shadow: 0 0 3px #00000015; */
    height: 400px;
    border-radius: 15px;
    border: solid 1px #bdbdbd42;
    object-fit: contain;
  }
  
  @media screen and (max-width: 800px) {

    .single-ictc-product h1 {
      padding: 0;
      font-size: 25px;
      line-height: 34px;
      margin-top: 20px;
    }
  
    .single-ictc-product article {
      padding: 0;
    }
  
    .single-ictc-product .single-post-content .thumbnail figure img {
      height: 250px;
    }
  }
  

  /*  */
  
  

/****************************************************************************/
/** breadcrumbs
/****************************************************************************/

.breadcrumbs {
    padding: 25px 25px;
    background-color: #1313131f;
    font-size: 17px;
  }
  
  .breadcrumbs ul {
    margin: 0;
  }
  
  .breadcrumbs-1 span.breadcrumb-delimiter {
    padding: 10px;
    color: var(--primary-color);
  }
  
  .breadcrumbs-1 .breadcrumbs-item {
    display: inline-block;
  }
  
  @media screen and (max-width: 800px) {
    .breadcrumbs {
      padding: 20px 15px;
      font-size: 18px;
    }
    .breadcrumbs ul {
      padding: 0;
    }
  }

  
/****************************************************************************/
/** Sidebar
/****************************************************************************/

.search-from-widget {
    position: relative;
  }
  
  .search-from-widget button {
    position: absolute;
    right: 10px;
    top: 6px;
    border: 0;
    background: none;
    height: 45px;
    width: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--secondary-black);
  }
  
  body.ar .search-from-widget button {
    right: unset;
    left: 10px;
  }
  
  .recent-posts-widget {
    margin-bottom: 60px;
  }
  .recent-posts-widget ul {
    padding: 0;
  }
  .recent-posts-widget ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .recent-posts-widget ul li .thumbnail {
    width: 160px;
    padding: 5px 10px;
  }
  
  .recent-posts-widget ul li .thumbnail figure {
    margin: 0;
  }
  
  .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  
  .single-ictc-product .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
    padding: 7px;
    object-fit: contain;
    border: solid 1px #0000000d;
    box-shadow: 0 0 32px #0000000f;
  }

  .recent-posts-widget ul li .content {
    flex: 1;
  }
  
  .recent-posts-widget ul li .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
  }
  
  .recent-posts-widget ul li .content .title a {
    color: var(--primary-black);
  }
  
  .recent-posts-widget ul li .content .date {
    color: var(--secondary-black);
    font-size: 14px;
  }
  
  /* links-list-widget */
  
  .links-list-widget {
    margin-bottom: 60px;
  }
  
  .links-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .links-list-widget ul li {
    font-size: 18px;
  }
  
  .links-list-widget ul li a {
    color: #979797;
    display: block;
    padding: 8px 5px;
    transition: all ease-in-out 0.2s;
  }
  
  .links-list-widget ul li a:hover {
    color: var(--primary-black);
  }
  
  @media screen and (max-width: 800px) {
    .recent-posts-widget ul li .thumbnail {
      width: 120px;
    }
  
    .recent-posts-widget ul li .thumbnail figure img {
      height: 70px;
    }
  }
  
  
 
/****************************************************************************/
/** post card
/****************************************************************************/

  .post-card {
    margin-bottom: 30px;
    text-align: start;
    border: solid 1px #0000001c;
    border-radius: 15px;
    padding: 7px;
}

.post-card .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-card .thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}


.col-md-4 .post-card .thumbnail img {
    min-height: 250px;
}

.col-md-6 .post-card .thumbnail img {
    min-height: 250px;
}

.post-card .thumbnail img:hover {
    transform: scale(1.1);
}

.post-card .thumbnail figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-align: center;
}

.post-card .title {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.post-card .title a{
    color: black;
}
.post-card .excerpt {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    color: #636363;
}

.post-card .read-more {
    padding: 0 5px;
    margin: 10px 0;
    font-size: 1rem;
}

.post-card .read-more a{
    color: var(--primary-color);
}

.post-card .read-more a i{
    margin-inline-start: 0;
    transition: margin ease-in-out 0.3s;
}

.post-card .read-more a:hover i{
    margin-inline-start: 5px;
}

@media screen and (max-width: 768px) {
    .col-md-4 .post-card .thumbnail img,
    .col-md-6 .post-card .thumbnail img,
    .post-card .thumbnail img {
        min-height: 200px;
    }

}

/****************************************************************************/
/** Pagination
/****************************************************************************/

.pagination {
    border: none;
    display: block;
}

.pagination .pagination-inner {
    direction: rtl;
    float: left;
    margin: 50px;
}

.pagination a {
    display: inline-block;
    color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.5s all;
}

.pagination a:hover {
    display: inline-block;
    color: #7647E2;
    background-color: white;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.current {
    display: inline-block;
    color: white;
    background-color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.dots {
    display: inline-block;
    margin: 5px;
}
