.section-top h2{
  color: var(--textwhitecolor) !important;
}
body{ scroll-behavior:initial;
  color: yellow;
}
.whitetxtclr{
  color: var(--logoblue) !important;
}
html {
  scroll-behavior:initial;
}

     .custom-marquee .primary-bg {
      padding: 10px 0;
      background-color:var(--marquebackground);
    }
   
    .custom-marquee .primary-bg span {
      color: var(--marqueblueclr);
      font-size: 24px;
      font-weight: 500;
    }
    
    .custom-marquee .black-bg {
      padding: 10px 0;
      background-color:var(--marque2bgcklr);
   
    }
    
    .custom-marquee .black-bg span {
      color:var(--marque2clr);
      font-size: 24px;
      font-weight: 500;
    }
    /* //// */
    .blog-single-slide .blog-meta {
      color: var(--textwhitecolor);
      margin: 20px 0 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

.blog-single-slide .blog-meta li a {
  color:var(--logoskyblue);
  text-transform: capitalize;
}

.blog-single-slide .blog-meta li.separator {
  margin: 0 10px;
}

.blog-single-slide h4 a {
  color: var(--logoskyblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-single-slide h4 a:hover {
  color: var(--logoblue);
}


.blog-single-slide .blog-image img {
  border-radius: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-single-slide .blog-image img:hover {
  border: 1px solid var(--logoskyblue);
}



*{
  --logoblue:#ffffff;
 --marqueblueclr:#22559c;
 --marquebackground:rgb(255, 255, 255);
--marque2bgcklr:#22559c;
--marque2clr:rgb(250, 250, 255);
  --logoskyblue:#6ec2ec;
  --grey:rgb(255, 254, 254);
  --iconwhitclr:#ffffff;
  --logoblack:#ffffff;
--iconblueclr:#135dc6;
--bodytoglebackground:#22559c;
--borderblueclr:#ffffff;
--textwhitecolor:#fbfbfb;
--textbluecolor:#22559c;
--pcolorwhite:#c4e7ff;
}

.passion div{
  color:var(--logoskyblue) !important;
}
section{
  background-color: var(--bodytoglebackground) !important;
}
.py-120{
  background-color: var(--bodytoglebackground);
}
.title_one div{
  color:var(--textwhitecolor)  ;
}
.title_one span{
  color: var(--textbluecolor) !important;
}
.cta-box{
  border: 1px solid var(--logoskyblue);
}
.hero-area{
 
  background:var(--textbluecolor) !important;

  
}

.blogcontnet{ 

  display: grid;
grid-template-columns: repeat(2, 1fr);

grid-column-gap: 0px;
grid-row-gap: 0px;
 
}

canvas{z-index: -1;
  position: absolute;
  top: 0;
  background-color: rgb(255, 255, 255) ;
  width: 100%;
  height: 110vh;
}
.bgtransarent{
  background-color: red;
}
/* ************** */
.faq-area {
  background-color: #000000;
}
.faq-area .accordion .accordion-item .accordion-header.active {
  color:var(--textbluecolor);
}
.faq-area .accordion .accordion-item .accordion-header.active:after {
  content: '×';
  color: var(--textbluecolor);
}


.faq-area .tab-menu .tab-menu-item.active, .faq-area .tab-menu .tab-menu-item:hover {
  background-color: var(--logoblue);
  color:var(--textwhitecolor);
}
.faq-area .tab-menu .tab-menu-item {
  cursor: pointer;
  color: var(--logoblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid var(--borderblueclr);
  border-radius: 5px;
  margin: 0 9px;
  padding: 7px 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.faq-area .tab-menu {
  margin-bottom: 30px;
  border: 1px solid var(--borderblueclr);
  border-radius: 5px;
  padding: 10px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* terms content */
.terms-content {
  background-color: #000000;
}

p{
  color: var(--textwhitecolor) !important;
}

.white{
  background-color: var(--bodytoglebackground) ;
}
.hero-area .hero-social li a:hover {
  color: var(--logoskyblue);
}
/* ************** */









/* //content */
.counter-area {
  background-color: var(--bodytoglebackground);
  position: relative;
  overflow: hidden;

}


.counter-single {
  position: relative;
  background-color: transparent;
  text-align: center;
  margin: 0 auto 30px;
  height: 230px;
  width: 230px;
  border: 1px solid var(--borderblueclr);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* //content */

/* servicelistsection */
#servicesec{
  background-color: var(--bodytoglebackground);
}
/* servicelistsection */


.hero-area .hero-social li a {
  color: var(--iconwhitclr);
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}




.menu-area {
    background-color:   var(--logoblue)!important;
}
.video-home-3.video-about-page {
  background-color: #141414;
}
.blockquote .qutoe-author h5 {
  color:var(--grey);
}
.blockquote .qutoe-author  span {
  color:var(--grey);
}.blog-details-content .share-links li.copy-link a {
  font-size: 16px;
  color:var(--textbluecolor);
  background-color: var(--logoblue);
  padding: 8px;
  border-radius: 5px;
}.blog-details-content .share-links li a:hover {
  color:grey;
}

.blog-details-content .share-links li.copy-link a:hover {
  background-color:var(--textbluecolor);color: var(--logoblue);border: 1px solid var(--logoblue);
}
.video-home-3 .video-wrapper a .video-btn {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  color: var(--logoblue);
  border: 1px solid var(--logoblue);
  background-color: rgba(255, 255, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-left: 4px;
}
.h1grey{
  color: var(--grey);
}
.h1blue{
  color: var(--logoblue);
}
.single-choose-item {
  padding: 40px 30px;
  text-align: center;
  border: 1px solid  var(--grey);
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}.blog-details-content .blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid var(--grey);
  color:var(--textbluecolor);
}

.blog-details-content .blog-comments-form .form-control:focus {
  border-color: var(--logoblue);
}

.abnoutbresd h1{
  color: var(--logoblue)!important;
}.blog-details-content .blog-comments-content h5 {
  color: var(--logoskyblue);
}.blog-details-content .blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--logoblue);
}

/* ///  common/// */
.main-menu{
  color: var(--textbluecolor) !important;
   background-color:var(--textwhitecolor) !important;
}
.meanmenu-reveal span{
 background-color: var(--textbluecolor) !important;
  color: var(--textbluecolor) !important;
}
.meanclose {
 color: var(--textbluecolor) !important;
}
.single-choose-item.active {
  border: 1px solid var(--logoskyblue);
}
.main-menu li{
  /* background-color: var(--bodytoglebackground) !important; */
  border-bottom: 1px solid var(--logoblue);
}.working-process-services .slick-slide {
  padding: 40px 30px;
  border: 1px solid var(--logoblue) !important;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 15px 0;
}

.working-process-services .slick-dots {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -50px;
  border: 1px solid var(--logoblue);
  border-radius: 20px;
}

.working-process-services .slick-dots button {
  color: transparent;
  background-color:var(--logoblue);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
}
.nav .main-menu li a :hover{
  color: grey !important;

}

#btnbgwhbl{
    background-color: #fff;;
}
.choose-section-about {
  background-color:#fff;
}

.single-choose-item h4 {
  color:  var(--textwhitecolor);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: .5;
}


.single-choose-item.active   h4{
 color:var(--logoblue);
}
.single-choose-item.active   img{
  color:var(--logoblue);
 }
#btnbgwhbl :hover{
    background-color: #22559c !important;
}
/* ///  common/// */






.blue{
    color:var(--logoblue) !important;
}
.grey{
    color:  var(--logoblack) !important;
}


.secondary-btn{color: var(--logoblue);
    border: 1.5px solid var(--logoblue) !important;
 
}
.mean-container .mean-nav {
  background-color: #ffff;
}

h2{
    color: var(--textwhitecolor) !important;
}

.section-top  > h2 span {
color: var(--logoskyblue) !important;
}
#reviews{
    color:var(--logoblue) !important;
}

.service-area .accordion-list li {
    background-color: transparent;
   
    border: 1px solid var(--logoblue);
    border-radius: 15px;
    margin-bottom: 30px;
  }

 .accordion-list li h3{
color: var(--logoblue) !important;
 }
.bgblueclrwhitebtn{
  border: 1px solid var(--logoblue) !important;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--textwhitecolor)));
  background: -webkit-linear-gradient(left, transparent 50%,var(--textwhitecolor) 50%);
  background: -o-linear-gradient(left, transparent 50%, var(--textwhitecolor) 50%);
  background: linear-gradient(to right, transparent 50%, var(--textwhitecolor) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: var(--textbluecolor) ;
}
.case-details-content .preview-links {
  color: var(--logoskyblue);
}
.bgblueclrwhitebtn:hover{color: var(--logoblue) !important;
 
  background-position: left bottom;
 

}

 .primary-btn {

    border: 1px solid var(--logoblue) !important;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    padding: 8px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--textbluecolor)));
    background: -webkit-linear-gradient(left, transparent 50%,var(--textbluecolor) 50%);
    background: -o-linear-gradient(left, transparent 50%, var(--textbluecolor) 50%);
    background: linear-gradient(to right, transparent 50%, var(--textbluecolor) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: var(--logoblue);
  }
  .service-area .accordion-list li.active {
    border: 1px solid var(--logoskyblue) !important;
  }
  .service-area .accordion-list li.active h3{
    color: var(--logoskyblue) !important;
  }
  .primary-btn:hover {
    border: 1px solid var(--textbluecolor) !important;
    background-position: left bottom;
    color: var(--textbluecolor) !important;
  }

  .main-menu li{
    color: #22559c;
  }
  .mean-container .mean-nav ul li a {
    color: var(--logoblue) !important;
  }
  .mean-container .mean-nav ul li a :hover{
    color: grey !important;
  }
  nav .main-menu li a {
    color: var(--textbluecolor)  ;
    padding: 20px 0;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
  }

#h2blueclr{
    color: #22559c !important;
}
.case-study-home-2 {
    color: #0e91bc ;
}

.hero-home-2 h1 span {
    color: var(--logoblue) ;
  }

  .section-top-2 span.title-tag{

    color: var(--logoblue);
    border: 1px solid var(--logoblue);
  }
  .brand-area .brand-logo{
    border:  1px solid var(--logoblue) !important;
  }

  .brand-area {
    background-color:var(--bodytoglebackground) !important;
  }
  .brand-logo{
    background-color: var(--logoblue);
  }
  .testimonial-area {
    background-color: var(--bodytoglebackground)!important;
  }
  .testimonial-slide {


  border: 1px solid var(--logoblue);

  }
  .cta-area .cta-bg.dark-version {
    background-color: var(--bodytoglebackground);
  }
  .team-area {
    background-color:var(--bodytoglebackground) !;
  }
  .testimonial-slide span.testimonial-quote-icon{
    color: var(--logoblue) !important;
  }
  .quote-text{
    color: var(--logoblue) !important;
  }
  .team-area{
    background-color:var(--bodytoglebackground) !important;
  }

  .team-member .hover-state .team-social li a:hover {
    color:  var(--logoskyblue) !important;
  }
  .team-member .hover-state h4 a:hover {
    color:  var(--logoblue) !important;
  }

  .blog-area{
    background-color:var(--bodytoglebackground)!important;
  }

  .secondary-btn {
  
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    padding: 8px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--textwhitecolor)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(left, var(--textwhitecolor) 50%, transparent 50%);
    background: -o-linear-gradient(left, var(--textwhitecolor) 50%, transparent 50%);
    background: linear-gradient(to right, var(--textwhitecolor) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
.seebtn:hover{
  background-position: left bottom;
}
   .seebtn {
    color: var(--logoskyblue);
    border: 1px solid var(--logoskyblue);
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    padding: 8px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--textbluecolor)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(left, var(--textbluecolor) 50%, transparent 50%);
    background: -o-linear-gradient(left, var(--textbluecolor) 50%, transparent 50%);
    background: linear-gradient(to right, var(--textbluecolor) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
   }
   
  .blog-single-slide .blog-tags {
    margin-top: 20px;
  }
  
  .blog-single-slide .blog-tags li {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  
  .blog-single-slide .blog-tags li a {
    display: inline-block;
    color: var(--textbluecolor);
    font-size: 14px;
    padding: 5px 10px;
    background-color:#ffff;
    border: 1px solid var(--logoblue);
    text-transform: capitalize;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .blog-single-slide .blog-tags li a:hover {
    color:var(--logoblue);
    background-color:var(--textbluecolor);
  }
  
  .blog-single-slide .blog-btn {
    font-size: 20px;
    font-weight: 500;
    color: var(--textwhitecolor);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    position: relative;
  }
  
  .blog-single-slide .blog-btn span {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 16px;
    top: 3px;
    right: -35px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color:var(--logoskyblue);
    color: var(--logoblue);
    border-radius: 50%;
    text-align: center;
  }

  .blog-single-slide .blog-btn:hover {
    color: var(--logoskyblue);
  }
  
  /* get in touch area */
  .get-in-touch-area {
    color: #ee2f2f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    padding: 140px 0 300px;
    background-color: var(--bodytoglebackground);
    text-align: center;
  }
  

.get-in-touch-area a.big-title:after {

    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    width: 0;
    height: 4px;
    background:var(--logoskyblue);
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  
  .get-in-touch-area a.big-title:hover { -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--logoskyblue)), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(left, var(--logoskyblue) 50%, var(--logoskyblue) 50%);
    background: -o-linear-gradient(left, var(--logoskyblue), var(--logoskyblue) 50%);
    background: linear-gradient(90deg,var(--logoskyblue) 50%,var(--logoskyblue) 50%);
    background-position: 100%;

    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

  }
  
  .get-in-touch-area a.big-title:hover:after {
    right: 0;
    width: 98%;
  }
  
  .get-in-touch-area a.big-title :hover span{
    color: yellow !important;
  }
  .get-in-touch-area a.big-title:hover span {
    color: red !important;
  }
  .get-in-touch-area a.big-title {
    font-size: 100px;
    line-height: 1.2em;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--logoblue)), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(left, var(--logoblue) 50%, var(--logoskyblue) 50%);
    background: -o-linear-gradient(left, var(--logoblue), var(--logoskyblue) 50%);
    background: linear-gradient(90deg,var(--logoblue) 50%,var(--logoblue) 50%);
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  
  .get-in-touch-area a.big-title span {
    display: block;
  }
  
  .get-in-touch-area a.big-title span.icon {
    font-size: 110px;
    margin-top: 10px;
  }
  .footer-area { border-top: 2px solid  var(--logoblue);
    background: var(--bodytoglebackground);
  }
  .title_one span{
    color: red !important;
  }
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  gap: 20px;
  margin-top: 30px;
}
#copr-wese{
  color: var(--logoskyblue) !important;
}
.footer-social a {
  font-size: 30px;
  color: var(--logoblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-social a:hover {
  color: var(--logoskyblue);
}
.offset-lg-2 {
  margin-left: 1.66666667% !important;
}
.footer-widget-title {
  color:var(--logoblue);
  margin-bottom: 30px;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 
}

.footer-list a {
  color:var(--logoblue);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-list a:hover {
  color: var(--logoskyblue);
}

.footer-contact li {
  width: 300px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-contact li a {
  color: var(--logoblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-contact li  :hover{
color: var(--logoskyblue);
}

.footer-contact li a span.contact-icon {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--logoblue);
  display: inline-block;
}


.counter-single span.counter,
.counter-single span.plus-sign {
  color:var(--logoblue);
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-top-2 span.title-tag :hover{
  color: red;
}

/* //copy///0 */


.copyright {
  background: var(--bodytoglebackground);
}

.copyright .copyright-content {
  padding: 30px 0;
  border-top: 1px solid #4f4f4f;
}

.copyright .copyright-content .copyright-text {
  color:  var(--logoblue)   !important;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.copyright .copyright-content .copyright-text a {
  color: #003cff;
}

.footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991.98px) {
 
  .footer-menu {
    text-align: left;
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-menu {
    text-align: left;
    margin-top: 20px;
  }
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-menu li {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-menu li {
    margin-left: 0;
    margin-right: 20px;
  }
}

.footer-menu li a {
  color: var(--logoblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-menu li a:hover {
  color: var(--logoblue);
}

.footer-home-2 {
  background: #faf7f7;
}

.footer-home-2 h6 {
  color: #fa0606;
  margin: 30px 0 10px;
}

.footer-home-2 .hero-social-2 {
  -webkit-animation: 0s;
  animation: 0s;
}

.subscribe-form {
  margin-top: 20px;
}

.subscribe-form input {
  color: #19fa1c;
  background-color: transparent;
  padding: 15px 0;
  border: transparent;
  border-bottom: 1px solid #4f4f4f;
  margin-right: 40px;
}

.subscribe-form .primary-btn {
  position: relative;
  top: 7px;
}

@media (max-width: 575.98px) {
  .subscribe-form .primary-btn {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-widget-box-2.contact-widget {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .footer-widget-box-2.contact-widget {
    margin-top: 80px;
  }
}

.footer-widget-box-2.contact-widget h2 {
  color: #ffffff;
}

.footer-widget-box-2.contact-widget ul {
  margin-top: 30px;
}

.footer-widget-box-2.contact-widget ul li {
  border-bottom: 1px solid #4f4f4f;
  margin: 10px 0;
  padding: 10px 0;
}

.footer-widget-box-2.contact-widget ul li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 24px;
}

.footer-widget-box-2.contact-widget ul li a:hover {
  color: var(--textbluecolor);
}
body.light-theme .copyright .copyright-content .copyright-text {
  color: var(--logoblue);
}

.back-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  color: var(--textbluecolor);
  background-color: var(--logoblue);
  font-size: 24px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 9998;
  display: none;
}
.back-to-top:hover {
  color:  var(--logoblue);
  background-color: transparent;
  border: 1px solid  var(--logoblue);
}
.section-top-2 h2 span {
  color:var(--logoskyblue);
}
#logoimg{
  width: 100px;
  height: 50px;
 transform: scale(2);
}
.main-menu li a{color: red;}


body.light-theme .breadcrumb-section {
  background-color: var(--bodytoglebackground);
  }
  

  .breadcrumb-section{
    background-color: var(--bodytoglebackground);
  }

.breadcrumb-section ul li a {
  color:var(--logoblue);
  padding: 7px 12px;
  border: 1px solid var(--logoblue);
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-section ul li a:hover {
  color:var(--textbluecolor);
  background-color:var(--logoblue);
  border: 1px solid transparent;
}

.breadcrumb-section ul li span {
  color: var(--logoblue);
  font-size: 20px;
  position: relative;
  top: 3px;
}

.breadcrumb-section ul li.active {
  color:var(--textbluecolor);
  border: 1px solid var(--logoblue);
  background-color: var(--logoblue);
  padding: 6px 12px;
  border: 1px solid var(--logoblue);
  border-radius: 30px;
}

/* tab & accordion */


.service-area .accordion-list li.active {
  border: 1px solid var(--textbluecolor);
}

.service-area .accordion-list li.active h3 {
  color: var(--textbluecolor);
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: -100px;
}
.welcome-section-about {
  background-color: #ffff;
}

/* //seervikce */

.service-area {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}


/* //workin */
.working-process-services {
  background-color:  #ffff;
  overflow: hidden;
}

.working-process-single-slide  {

  cursor: -webkit-grab;
  cursor: grab;
}
.working-process-single-slide:hover{

  border: 1px solid var(--logoblue) ;
}
.working-process-single-slide:hover  h3 {
  color:var(--logoblue);
}
.working-process-single-slide:hover p {
  color:var(--logoblue) !important;
}
.working-process-single-slide h3  {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.working-process-single-slide p {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: .5;
}

/* kkkkk */
/* case studies area */
.case-studies-area {
  background-color: #fff;
}

.case-studies-area .single-case-item .case-content h3 a {
  color: var(--logoblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.case-studies-area .single-case-item .case-content h3 a:hover {
  color: var(--logoskyblue);
}

.case-studies-area .single-case-item:hover .case-image img {
  border: 1px solid var(--logoblue);
}
/* blog */
h2 span {
  color: grey;
}


.blog-page-categories li.active a {
  color:var(--textbluecolor);
  background-color: var(--textwhitecolor);
}
.blog-page-categories li.active a:hover{
  color:var(--textwhitecolor);
  background-color: var(--textbluecolor);
}

.blog-page-categories li a {
  color: var(--textwhitecolor);
  background-color: var(--textbluecolor);

  text-transform: capitalize;
  padding: 7px 15px;
  border-radius: 30px;
  border:1px solid var(--logoblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-categories li a:hover {
  color: var(--textbluecolor);
  background-color: var(--textwhitecolor);
}
.team-bio{
  columns: var(--textbluecolor) !important;
}
.blog-page-categories li.active a span {
  color: var(--textbluecolor);
  background-color: #fff;
  border: 1px solid  var(--logoblue);
}
.blog-page-categories li a:hover span {
  color:var(--textbluecolor);
  background-color: #fff;
  border: 1px solid transparent;
}
.secondary-btn:hover {
  background-position: left bottom;
  color: var(--textbluecolor) !important;
}
.blog-page-categories li select {
  background-color: transparent;
  color: var(--textwhitecolor);
  border: 1px solid var(--logoskyblue) ;
  padding: 5px 10px;
  border-radius: 30px;
  text-transform: capitalize;
}

.blog-page-categories li option {
  color: var(--logoskyblue);
}


/* blog 2 column */
.blog-2-column {
  background-color: #ffffff;
}

/* //blog */

.blog-pagination li {
  display: inline-block;
  margin: 0 5px;
  color: var(--logoskyblue);
  border: 1px solid var(--logoblue);
  background-color: transparent;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
}

.blog-pagination li:hover {
  color:white;
  background-color:var(--logoblue);
  border: 1px solid black;
}

.blog-pagination li.active {
  color:white;
  background-color:var(--logoblue);
  border: 1px solid transparent;
}


.contact-info-area .single-info {
  padding: 30px 20px;
  text-align: center;
  color: var(--grey);
  border: 1px solid var(--textwhitecolor);
  border-radius: 20px;
  margin-bottom: 30px;

}
.contact-info-area .single-info.active {
  border: 1px  solid  var(--logoskyblue);
  
}
.contact-info-area .single-info.active span.info-icon{
  color: var(--logoskyblue);
}
.title_on div{
  color: red;
}
.contact-info-area .single-info.active  {
  color:var(--textwhitecolor);
}
@media (max-width: 767.98px) {  canvas{
  height:130vh;
}}
@media (max-width: 450.98px) {  canvas{
  height:130vh !important;
}}

.contact-form-3 .form-group { color: var(--textwhitecolor);
  margin-bottom: 20px;
}

.contact-form-3 .budget-option {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.contact-form-3 .budget-option input {
  display: none;
}

.contact-form-3 .budget-option span {
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--logoblue);
  color: var(--grey);
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.contact-form-3 .budget-option input:checked + span {
  background-color: var(--logoblue);
  color: var(--textbluecolor);
  border: 1px solid transparent;
}
.contact-form-3 .attachment-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color:var(--logoskyblue);
}
.contact-form-3 label.privacy-policy a {
  color: grey;
  text-decoration: underline;
}


.case-details-content .single-info h4 {
  color: var(--logoblue);
}

.case-details-content .single-info span {
  color: gray;
}
.case-details-content .requirement-list li span {
  color: var(--logoblue);
  margin-right: 5px;
}
.case-details-content h3 {
  color:var(--grey);
}
.case-details-content .single-box:hover {
  border: 1px solid var(--logoblue);

}
.case-details-content .single-box:hover h3 {
 
   color: var(--logoblue);
}


.case-details-content .preview-links li a {
  display: inline-block;
  color:var(--logoblue);
  padding: 7px 10px;
  border: 1px solid var(--logoblue);
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.case-details-content .preview-links li a:hover {
  color: var(--logoblue);
  background-color: white;
  border: 1px solid var(--logoblue);
}
.case-details-content {
  background-color: #ffffff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--logoblue);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--logoblue);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--logoblue);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}.procus-cursor2 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--logoblue);
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  -o-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 9998;
}
.procus-cursor {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid var(--logoblue);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
  -ms-transform: translate(calc(-50% + 15px), -50%);
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9998;
}
.contact-form-3 input,
.contact-form-3 textarea {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  /* Example border color */
  color: var(--logoskyblue);
  font-size: 16px;
  outline: none;
  margin-bottom: 10px;
}

.contact-form-3 input::placeholder,
.contact-form-3 textarea::placeholder {
  color:var(--logoskyblue) !important;
  /* Example white color */
}
@media (max-width: 610px) {
  #logoimg{
    margin-left: 30px;
    transform: scale(1.6);
  }
}
@media (min-width: 992px) {
 
  nav .main-menu li .submenu {
    position: absolute;
    width: 230px;
    top: 120%;
    left: 0;
   
    border: 1px solid #4f4f4f;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: left;
  }
  nav .main-menu li .submenu li {
    display: block;
    margin-right: initial;
  }
  nav .main-menu li .submenu li a {
    color:var(--logoblue);
    display: block;
    padding: 7px;
    width: 100%;
  }
  nav .main-menu li .submenu li a:hover {
    color: var(--logoskyblue);
  }
  nav .main-menu li:hover.has-submenu::after {
    color:var(--logoblue);
  }
  nav .main-menu li:hover a {
    color: var(--logoskyblue);
  }
}

/* //servicesingke// */
.service-details-content {
  background-color:#ffff;
}
.procus-widget .service-items li a {
  color: var(--textwhitecolor);
  padding: 12px 15px;
  border: 1px solid var(--logoblue);
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
}

.procus-widget .service-items li:hover a {
  color:var(--textbluecolor);
  background-color: var(--logoblue);
  border: 1px solid transparent;
}
.procus-widget .service-items li span {
  color:#fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}.procus-widget .widget-title {
  color: var(--logoskyblue);
  margin-bottom: 20px;
}.service-details-content h2, .service-details-content h3 {
  color:var(--logoblue);
}

/* servicesingele */
.procus-widget {
  padding: 30px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  background-color: #f9f9f9;
}
.procus-widget {
  padding: 30px;
  border: 1px solid var(--logoblue);
  border-radius: 20px;
  background-color: var(--textbluecolor);
}

.case-single a {
  color:var(--grey);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}.procus-widget.search-widget .search-form .form-control {
  background-color: transparent;
  padding: 12px 55px 12px 12px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color:var(--logoblue);
  border: 1px solid #4f4f4f;
}
.procus-widget.search-widget .search-form button {
  position: absolute;
  background-color: var(--textbluecolor);
  right: 0;
  top: 1px;
  padding: 12px;
  border: none;
  border-radius: 0 10px 10px 0;
  color: #ffffff;
}.procus-widget .blog-categories li a {
  color:var(--logoblue);
  padding: 12px 15px;
  border: 1px solid var(--logoblue);
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
  text-transform: capitalize;
}.procus-widget .blog-categories li:hover a span {
  color:var(--textbluecolor);
}
.procus-widget.recent-post-widget .single-recent-post h5 a {
  color: var(--logoblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.procus-widget.recent-post-widget .single-recent-post h5 a:hover {
  color: var(--logoskyblue);
}
.procus-widget .blog-categories li:hover a {
  color: #ffffff;
  background-color: var(--logoblue);
  border: 1px solid transparent;
}

.procus-widget .blog-categories li a span {
  color: var(--logoblue);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.case-single a:hover {
  color: var(--logoblue);
}


.procus-widget.post-tags-widget a {
  font-size: 14px;
  display: inline-block;
  color:var(--logoblue);
  border: 1px solid var(--logoblue);
  background-color: transparent;
  padding: 5px 16px;
  border-radius: 30px;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.procus-widget.post-tags-widget a:hover {
  color: var(--textbluecolor);
  border: 1px solid transparent;
  background-color: var(--logoblue);
}








@media only screen and (max-width: 1300px) {

  .footer-list a {
    font-weight: 800;
    font-size: small;
}


}