.text-lg{
    font-size: 1.5rem;
}
html{
    scroll-behavior: smooth;
    direction: rtl;
}
.wrapper{
    overflow-x: hidden;
}
a.lang{
    font-family: coco!important;
}
.fixed-top{
    width: 100vw!important;
}
body{
    overflow-x: hidden;
}
.empty-section{
    min-height: 500px;
}
.va-middle{
    vertical-align: middle;
}
.btn{
    background-color: transparent;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
a:focus
{
    outline:none !important;
    -webkit-appearance:none;
    box-shadow: none !important;

}
::-webkit-scrollbar {
    width: 7px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #C8C8C8;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1CD2E2;
  }

  .position-relative{
      position: relative;
  }
  .border-radius-10{
      border-radius: 10px;
  }
/*fonts*/
@font-face {
    font-family: Tajawal;
    src: url(../assets/fonts/Tajawal-Regular.ttf);
    font-display:swap;
}
@font-face {
    font-family: coco;
    src: url(../assets/fonts/coconnextarabic-light.ttf);
    font-display:swap;
}
@font-face {
    font-family: proximaNova;
    src: url(../assets/fonts/ProximaNova-Regular.otf);
    font-display:swap;
}
.icon-flip{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
a{
    text-decoration: none!important;
}
p,button,label,h2,h3,h4,h5,h6,a{
    font-family: Tajawal;
}
.tspan{
    font-family: proximaNova;
}
h1,h2{
    font-family: coco;
}
.mx-w{
    max-width: 100%;
}
.w-90{
    width: 90%;
}
.w-fit{
    width: fit-content!important;
}
.parallax {
    height: 70vh;
    max-height: 715px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
#overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 120%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
  }
.col-img{
    width: 100%;
    margin: auto;
}
.slick-prev:before, .slick-next:before{
    color: #1CD2E2!important;
}
.projects-slider .slick-next{
    right: 0px!important;
}
.projects-slider .slick-prev{
    left: 0px!important;
}
/*colors*/
.text-darkBlue{
    color: #041C34!important;
}
.text-lightBlue{
    color: #1CD2E2!important;
}
.text-grey{
    color: #707070!important;
}
.bg-darkBlue{
    background-color: #041C34!important;
}
.bg-lightBlue{
    background-color: #1CD2E2!important;
}
.bg-offwhite{
    background-color: #F5F6F4!important;
}
.bg-grey{
    background-color: #E8E8E8;
}

button:focus, input:focus, a:focus{
    outline: none;
}

p a{
    color: #1CD2E2!important;
}
p a:hover{
    color: #041C34!important;
}

.start-project-section{
    background-image: url('../img/start-project-form-bg.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing-section{
    background-color: #041C34;
    min-height: 100vh;
}

.landing-section .content{
    padding-top: 30vh;
}
.landing-section-heading{
    width: 250px;
}
.landing-section-img{
    width: 450px;
    height: 292px;
}



  /* Slick Styles  */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Slider */
/* .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
} */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('./slick/fonts/slick.eot');
    src: url('./slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/public/web/slick/fonts/slick.woff') format('woff'), url('/public/web/slick/fonts/slick.ttf') format('truetype'), url('/public/web/slick/fonts/slick.svg#slick') format('svg');

}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




  /*  End Slick Styles  */

/*Nav bar*/
.overlay .navbar-default{
    transition:500ms ease;
    background:transparent;
}

.navbar-default.scrolled{
    background:#041C34;
}
.overlay .nav-item{
    font-size: 1.5rem;
    margin: 10px;
}

.overlay .webstdy-nav a{
    color: #fff;
}
.start-project-btn{
    color: #041C34;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px 20px!important;
    width: fit-content;
    height: fit-content;
}
.lang-text{
    font-size: 12px;
    display: block;
    float: right;
    margin-left: 7px;
    font-family: coco;
}

.webstdy-logo{
    width: 112px;
    height: auto;
}
.webstdy-small-logo{
    width: 70px!important;
    height: auto!important;
    transition: width 2s ease 1s;
    transition: height 2s ease 1s;
}
  /*Navbar overlay*/
  .overlay {
    z-index: 1031;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgb(4,28,52);
    background-color: rgba(4,28,52, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  #hide-nav{
      margin-top: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }

  .overlay a:hover, .overlay a:focus {
    color: #1CD2E2;
  }

  .overlay .closebtn {
    position: absolute;
    top: 2%;
    right: 20%;
    font-size: 60px;
  }


/*Background canvas particals*/
canvas{
    display:block;
    vertical-align:bottom;
    position: absolute;
    top: 0;
  }

  /*Service Section*/
  .services{
      background-image: url('../img/service-bg.png');
      background-position: center;
      background-size: cover;
      padding: 45px 0;
  }
  .service-title{
    background-image: url('../img/service-heading.png');
    margin-bottom: 50px;
  }
  .services .nav-link img{
    height: 50px;
    width: auto;
}
  .services .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
      background-color: transparent;
  }
  .services-ul svg circle{
    fill: #1CD2E2;
  }
  .services-ul svg path{
    fill: #041C34;
  }
  .services-ul h6{
    color: #041C34;
    margin: auto;
  }

  .services-ul .active svg circle{
    fill: #041C34;
  }
  .services-ul .active svg path{
    fill: #1CD2E2;
  }
  .services-ul .active h6{
    color: #1CD2E2;
    margin: auto;
    padding-bottom: 10px;
    width: fit-content;
    border-bottom: 2px solid #1CD2E2;
  }
  .services-ul .nav-link{
      padding: 1rem!important;
  }
  .tab-pane img{
      width: 215px;
  }
  .tab-pane svg circle{
    fill: #041C34;
  }
  .tab-pane svg path{
    fill: #1CD2E2;
  }
  .services p.text-grey{
      padding-top: 10px;
  }
  .services a{
      text-decoration: none;
  }
  .start-project{
      padding: 20px;
      background-image: url('../img/start-project-bg-right.png');
      background-size: cover;
  }
  .start-project .landing-section-heading{
      width: 150px;
      height: 33px;
  }

  .gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    right: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.filter-button.active
{
    background-color: #42B32F;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

  /*Arrow Animation*/

  .services div .arrow-down {
    width: 30px;
    height: auto;
    cursor: pointer;
    overflow: visible;
  }
  .services div svg polygon, div svg path {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  }
  .services div svg:hover polygon, div svg:hover path {
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    fill: #1CD2E2;
  }
  .services div svg:hover .arrow {
    animation: arrow-anim 2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
  }
  .services div svg:hover .arrow-fixed {
    animation: arrow-fixed-anim 2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
  }

  @keyframes arrow-anim {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    5% {
      transform: translateY(0.1rem);
    }
    100% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  @keyframes arrow-fixed-anim {
    5% {
      opacity: 0;
    }
    20% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }

  /*How-Are-We section*/
  .how-are-we{
      padding: 45px 0;
      background-image: url('../img/how-are-we-bg.png');
      background-size: cover;
      background-position: bottom;
  }
  .how-are-we .section-img{
      width: 100%;
      height: auto;
  }

  /*Why Choose Us Section*/
  .why-choose-us{
      padding: 45px 0;
      background-color: rgb(4,28,52);
      background-image: url('../img/why-choose-us-bg.png');
      background-size: cover;
  }
  .why-choose-us .section-img{
    width: 400px;
    height: 269px;
}
.why-choose-us .heading-num{
    border-bottom: 3px solid #fff;
    position: relative;
    bottom: 15px;
    margin-left: 10px;
}

.why-choose-us .custom-border{
    border-bottom: 1px solid #F5F6F4;
}

/*Our Project Section*/
.our-projects{
    padding: 45px 0;
    background-image: url('../img/2021/our-projects-bg.png');
    background-size: cover;
    background-repeat: repeat-y;
}
.our-projects-page{
    padding: 75px 0;
    background-image: url('../img/2021/our-projects-bg.png');
    background-size: cover;
    background-repeat: repeat-y;
}

.our-projects .image-container{
    position: relative;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    width: 235px;
    height: 235px;
}
.our-projects img{
    width: 100%;
    height: 100%;
}
.our-projects .caption{
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    width: 100%;
    height: 35%;
    transition: height 1s,padding-top 1s;
    background-image: linear-gradient(rgba(4,28,52,.5), rgba(4,28,52,1));
    overflow: hidden;
}
.our-projects .caption h6{
    margin-bottom: 20px;
    transition: margin 1s;
}
.our-projects .image-container:hover > .caption{
    padding-top: 20%;
    height: 100%;
}

.our-projects .image-container:hover > .caption h6{
    margin: 20px 0;
}
.visit-btn{
    background-color: #fff;
    padding: 0 15px;
    border-radius: 5px;
}
.our-projects .caption .project-logo{
    height: 30px!important;
    width: auto;
    margin: 10px;
}
.our-projects .filters{
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
}
.portfolioFilter {
    padding: 15px 0;
  }

  .portfolioFilter a {
    margin-left: 6px;
    color: #041C34;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
  }

  .portfolioFilter a.current {
    background: #041C34;
    color: #fff;
  }

  .isotope-item {
    z-index: 2;
  }

  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }

  .isotope,
  .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }

  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
  }

  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
  }


  /*Our Clients Section*/
  .our-clients{
    padding: 45px 0;
    background-image: url('../img/2021/our-clients-bg.png');
    background-size: cover;
    background-repeat: repeat-y;
  }
  .our-clients .clients-slider{
      background-color: #E8E8E8;
      border-radius: 22px;
  }
  /* Slider */
.our-clients .slide{
    background-color: #ffffff;
    border-radius: 22px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}
.web-slider .slide img, .mobile-slider .slide img{
    -webkit-box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.13);
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 0!important;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    right: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: right;
    min-height: 1px;
    height: fit-content!important;
}
[dir='rtl'] .slick-slide
{
    float: left;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*Contact Us Section*/
.contact-us{
    padding: 45px 0;
    background-color: #F5F6F4;
}
.contact-us-card{
    background-color: #E8E8E8;
    padding: 50px;
    border-radius: 31px;
}
.contact-us .contact-us-card button{
    padding: 3px 30px!important;
}
.contact-us .contact-us-card label{
    margin-right: 10px;
    color: #707070;
}
.contact-us .contact-us-card .form-control{
    border-radius: 7px;
    background-color: #F5F6F4;
}
.contact-us .contact-info p{
    color: #707070;
    text-align: right;
}
.contact-us .contact-info p a{
    color: #707070!important;
    text-align: left;
}
.contact-us .contact-info p a:hover{
    color:#1CD2E2!important;
}
.contact-us .contact-info .social-icons i{
    font-size: 30px;
    margin-left: 10px;
    color: #041C34;
}
.contact-info .social-icons .fa-twitter:hover{
    color: #1CD2E2;
}
.contact-info .social-icons .fa-facebook:hover{
    color: #1CD2E2;
}
.contact-info .social-icons .fa-linkedin:hover{
    color: #1CD2E2;
}
.contact-info span{
    display: inline-block;
    direction: ltr;
}

/*footer*/
.footer-main{
    background-image: url('../img/footer-right.jpg');
    background-size: cover;
    background-color: #041C34;
}
.footer-main .contact-info .social-icons i{
    font-size: 30px;
    margin-left: 10px;
    color: #F5F6F4;
}
.footer-main .contact-info p{
    color: #F5F6F4;
    text-align: right;
}
.footer-main .nav-item{
    font-size: 1rem;
}
.footer-main .nav-link {
    display: block;
    padding: .1rem 0rem;
    color: #F5F6F4;
}
.footer-main .nav-link:hover{
    display: block;
    padding: .1rem 0rem;
    color: #1CD2E2;
}
.footer-main .contact-info li{
    color: #F5F6F4;
    padding: .3rem 0rem;
}

.footer-copyrights{
    background-color: #F5F6F4;
}


.footer-copyrights p{
    color: #707070;
    margin: 0;
    padding: 10px;
}


/*Meet our Team*/
.meet-our-team{
    background-image: url('../img/meet-our-team-bg.png');
    background-position: center;
    background-size: cover;
    padding: 45px 0;
}
.meet-our-team .team-member img{
    width: 255px;
    height: 255px;
}


/*Services Page*/
.service-page{
    padding: 45px 0;
}
.services-img{
    width: 150px;
}
.see-more{
    font-size: 1.5rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #041C34;
}

.web-service{

    background-color: #F5F6F4;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 57px;
}
.mobileApp-service{
    background-image: url('../img/mobileApp-service-bg.jpg');
    background-color: #F5F6F4;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 73px 0;
}
.branding-service{
    background-image: url('../img/designing-service-bg.png');
    background-color: #F5F6F4;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 73px 0;
}
.digitalMarketing-service{
    background-image: url('../img/digitalMarketing-service-bg.png');
    background-color: #F5F6F4;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 73px 0;
}
.socialMedia-service{
    background-image: url('../img/socialMedia-service-bg.jpg');
    background-color: #F5F6F4;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 73px 0;
}
.seo-service{
    background-image: url('../img/seo-service-bg.jpg');
    background-color: #F5F6F4;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 73px 0;
}
.maintenance-service{
    background-image: url('../img/maintenance-service-bg.jpg');
    background-color: #F5F6F4;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 73px 0;
}

.border-bottom{
    border-bottom: 2px solid #707070;
}
.image-container{
    position: relative;
}
.project-image{
    position: relative;
}
.project-logo{
    height: 75px!important;
    width: auto!important;
}
.project-overlay-logo{
    height: 75px!important;
    width: auto!important;
}

.project-overlay{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.owl-theme .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.owl-prev:hover, .owl-next:hover{
    background-color: transparent!important;
}


/*project image with hovar*/
.blog-card {
    width: 235px;
    height: 235px;
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  .blog-card .project-logo{
    height: 30px!important;
    width: auto;
    margin: auto;
  }
  .blog-card.spring-fever {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
  }
  .blog-card .color-overlay {
    /* Rectangle 11: */

    width: 235px;
    height: 235px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  .blog-card .gradient-overlay {
    /* bg-gradient: */
    background: transparent linear-gradient(180deg, #041C3400 0%, #041C34EC 79%, #041C34 100%) 0% 0% no-repeat padding-box;
    width: 235px;
    height: 216px;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 15;
  }
  .blog-card:hover .card-info {
    opacity: 1;
  }
  .blog-card:hover .color-overlay {
    background: rgba(4, 28, 52, 0.7);
  }

  .title-content {
    text-align: center;
    margin: 10px 0 0 0;
    position: absolute;
    z-index: 20;
    width: 100%;
    bottom: 45px;
    right: 0;
  }

  .blog-card h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #9CC9E3;
    margin-bottom: 0;
  }

  .blog-card hr {
    width: 50px;
    height: 3px;
    margin: 20px auto;
    border: 0;
    background: #fff;
  }

  .intro {
    width: 170px;
    margin: 0 auto;
    color: #DCE3E7;
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
  }

  .card-info {
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    right: 0;
    margin: 0 auto;
    padding: 0 50px;
    color: #DCE3E7;
    font-style: 16px;
    line-height: 24px;
    z-index: 20;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  }

  .utility-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
  }
  .utility-info h6{
      line-height: 1.5;
  }

  .utility-list {
    list-style-type: none;
    margin: 0 20px 30px 0;
    padding: 0;
    width: 100%;
  }
  .utility-list li {
    margin: 0 0 0 15px;
    padding: 0 22px 0 0;
    display: inline-block;
    color: #DCE3E7;
  }
  .utility-list li.comments {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/icon-chat.svg) no-repeat 100% 0.1em;
  }
  .utility-list li.date {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/icon-calendar.svg) no-repeat 100% 0.1em;
  }

  .whatsapp-contact{
      position: fixed;
      left: 2vw;
      bottom: 5vh;
  }
  .subscribe-section{
      background-image: url('../img/subscribe-bg.png');
      background-size: cover;
      background-position: center;
  }
  .subscribe-section img{
        width: 450px;
  }
  .input-group-append{
      margin-right: -5px!important;
      z-index: 1000;
  }
  .input-group-append .btn{
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    height: inherit!important;
  }

  .recommended-card{
      height: 100px;
  }
  .recommended-card .image-container{
    width: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.recommended-card a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.recommended-card a:hover i{
    color: #041C34;
}
.tag{
    border: 1px solid #1CD2E2;
    border-radius: 5px;
    color: #1CD2E2;
    padding: 0px 10px;
    margin-bottom: 10px;
    width: fit-content;
}
.blog-details{
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
}

 .single-blog{
    border-radius: 20px;
    height: 100%;
  }
  .single-blog .card-img-top{
      position: relative;
      overflow: hidden;
      border-radius: 20px;
  }
  .single-blog .tag{
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 2;
  }
  .single-blog .product-off{
    position: absolute;
    top: 30px;
    left: 0;
    padding: 5px 10px;
    background-color: #DF3535;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: fit-content;
  }
  .single-blog .blog-details{
      position: absolute;
      bottom: 5px;
  }
  .single-blog .card-text{
      margin-bottom: 30px;
  }
  .single-blog .card-title{
      color: #041C34;
  }
  .single-blog .card-title:hover{
    color: #1CD2E2!important;
}
.custom-margin-top{
    margin-top: 70px;
}
.blogs-header-details{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.blogs-head:after,.single-blog-header:after {
    content:'';
    position:absolute;
    right:0;top: 0;
    width:100%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, #041C34 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#041C34), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,#041C34 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,#041C34 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,#041C34 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,#041C34 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041C34', endColorstr='transperant',GradientType=0 ); /* IE6-9 */
  }
  .single-blog-header{
      height: 80vh;
      background-position: center;
      background-size: cover;
      position: relative;
  }
  .single-blog-header h1{
    position: absolute;
    top: 35%;
    right: 50%;
    transform: translate(50%,-35%);
    z-index: 1;
  }
  .single-blog-header p{
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 1;
  }

  /*FAQ*/
  .faq{
    padding: 45px 0;
    background-color: #F5F6F4;
}
.faq-img{
    max-width: 100px;
}
.accordion .card{
    background-color: transparent!important;
    border: none!important;
}

.accordion .card-header{
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 10px!important;
    border: .5px solid rgba(0, 0, 0, .16);
    z-index: 2;
}
.accordion .body p{
    padding: 20px 20px 0;
}
.accordion .body{
    padding: 0 40px;
    background-color: #fff;
    border-radius: 10px!important;
    border: .5px solid rgba(0, 0, 0, .16);
    transform: translateY(-25px);
}


  .accordion .card-header:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f358";
    float: left;
    color: #1CD2E2;
    font-size: 20px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f35a";
    color: #041C34;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}




/*IPAD PRO*/
@media(max-width: 1024px){
    .landing-section .content{
        top: 12vh;
    }
    /*our projects*/
    .our-projects{
        background-size: contain;
    }
    .our-projects .image-container{
        width: 200px;
        height: 200px;
    }
    .our-projects .caption .project-logo{
        height: 20px!important;
        margin: 10px;
    }
    .our-projects .image-container:hover > .caption{
        padding-top: 30%;
        height: 100%;
    }

    .our-projects .image-container:hover > .caption h6{
        margin: 20px 0;
    }
}

/*IPAD*/
@media(max-width: 768px){
    .services, .how-are-we, .why-choose-us, .our-clients, .contact-us, .meet-our-team,  .faq{
        padding: 30px 0;
    }
    .service-page{
        padding: 75px 0;
    }
    .our-clients .slide{
        border-radius: 5px!important;
    }
    .w-75{
        width: 100%!important;
    }
    .landing-section-img{
        width: 320px;
        height: 208px;
        padding-top: 10px;
    }

    /*How are we section*/
    .how-are-we .section-img{
        margin-top: 0;
    }

    /*Why choose us section*/
    .why-choose-us .section-img{
        width: 315px;
        height: 212px;
    }
    .why-choose-us svg{
        width: 100px;
        height: 100px;
    }
    .why-choose-us .custom-border,.why-choose-us .custom-border-2 {
        margin-top: 20px;
        border-top: 1px solid #F5F6F4;
        border-bottom: unset;
    }
    .why-choose-us h1{
        font-size: 1.5rem;
    }
    .why-choose-us .heading-num{
        bottom: 10px;
    }

    /*our projects*/
    .our-projects{
        background-size: contain;
    }
    .our-projects .portfolioFilter a{
        font-size: 11px;
    }
    .our-projects .image-container{
        width: 130px;
        height: 130px;
    }
    .our-projects .caption .project-logo{
        height: 20px!important;
        margin: 0;
    }
    .our-projects .image-container:hover > .caption{
        padding-top: 30%;
        height: 100%;
    }

    .our-projects .image-container:hover > .caption h6{
        margin: 10px 0;
    }
}

/*Mobile*/
@media(max-width: 600px){
    #hide-nav {
        margin-top: 50px;
    }
    .w-75{
        width: 100%!important;
    }
    .w-50{
        width: 100%!important;
    }
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        left: 35px;
    }
    .webstdy-logo{
        width: 45px;
        height: 30px;
    }
    .webstdy-small-logo{
        width: 70px!important;
        height: auto!important;
    }
    .landing-section .content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 0!important;
    }
    .landing-section-heading{
        width: 250px;
        height: 55px;
    }
    .landing-section-img{
        width: 245px;
        height: 166px;
        margin: 40px 0;
    }

    /*Services Section*/
    .tab-pane svg{
        width: 125px;
    }
    .services-ul h6{
        font-size: 16px;
    }
    .nav-pills svg{
        width: 35px;
        height: 35px;
    }

    /*start project section*/
    .start-project{
        background-image: unset;
    }
    /*How are we section*/
    .how-are-we .section-img{
        margin-top: 0;
    }
    /*Why choose us section*/
    .why-choose-us .section-img{
        width: 315px;
        height: 212px;
    }
    .why-choose-us svg{
        width: 100px;
        height: 100px;
    }
    .why-choose-us .custom-border,.why-choose-us .custom-border-2 {
        margin-top: 20px;
        border-top: 1px solid #F5F6F4;
        border-bottom: unset;
    }
    .why-choose-us h1{
        font-size: 1.5rem;
    }
    .why-choose-us .heading-num{
        bottom: 10px;
    }

    /*our projects*/
    .our-projects{
        background-size: contain;
    }
    .our-projects .portfolioFilter a{
        font-size: 11px;
    }

    /*Our clients section*/
    .our-clients{
        background-size: contain;
    }

    /*Contact us section*/
    .contact-us .contact-info p{
        margin-right: 30px;
    }
    .contact-us .contact-us-card{
        padding: 30px 20px;
    }

    /*footer*/
    .footer-main{
        background-image: unset;
        background-color: #041C34;
    }


    /*Services Page*/

    .see-more{
        margin-top: 20px;
    }
    .service-page svg{
        margin: 20px 0;
    }
    .project-logo{
        height: 30px!important;
    }
    .project-overlay-logo{
        height: 15px!important;
        width: auto!important;
    }
    .project-overlay-caption{
        font-size: 1rem;
    }

    .parallax {
        min-height: 70vh;
    }

    .saleh-overlay-logo{
        width: 250px;
    }
    .whatsapp-contact img{
        height: 50px!important;
    }
    .subscribe-section img{
        width: 200px;
    }
    .custom-margin-top{
        margin-top: 55px;
    }
    .blogs-header-details{
        bottom: 0;
        right: 5px;
    }
    .blogs-header-details h1{
        font-size: 13px;
    }
    .single-blog-header{
        height: 25vh;
    }

}
.category.custom-control-label {
    height: fit-content;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .category.custom-control-label:focus{
    box-shadow: none!important;
    outline: none!important;
    -webkit-appearance:none!important;
    border: none!important;
  }
  .category.custom-control-label p{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .category.custom-control-label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 15px;
    text-align: center;
    line-height: 28px;
    transform: scale(0);
    box-shadow: none!important;
    -webkit-box-shadow:none!important;
    outline: none!important;
    -webkit-appearance:none!important;
    border: none!important;
  }

  .category.custom-control-label img{
    height: auto;
    width: 35%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }


  :checked+.category.custom-control-label::before{
    content: "✓";
    background-color: #1CD2E2;
    border-color: #1CD2E2;
    transform: scale(1);
    line-height: 1.25;
  }

  :checked+.category.custom-control-label p {
      color: #1CD2E2;
  }
  :checked+.category.custom-control-label img {
    stroke: #1CD2E2;
}
  .category.custom-control-label::after{
      display: none!important;
  }
  .custom-control{
      padding-right: 0!important;
  }
