body {
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

:root{
  --font-primary :  "Catamaran", sans-serif;
  --font-color : #d0364b
}

.vsfont{
  font-family : var(--font-primary) !important;
  color:#6a7489;
}


a {
  color: var(--font-primary);
  text-decoration: none;
}

a:hover {
  color:  var(--font-primary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.varcolor{
  color: #d0364b;
}

.varsecondary1{
  color:#696e7b;
  font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 15px;
}


.desktop-display {display: block;}
.mobile-display {display:none;}

@media only screen and (max-width: 600px) {
.desktop-display {display:none;}
.mobile-display {display:block;}
}




/* .sentence{
  color: #222;
  font-size: 30px;
  text-align: left;
} */
/*Wrapper*/
.wrapper{
 background-color: #f5f5f5;
 font-family: 'Raleway', sans-serif;
 margin: 100px auto;
 padding: 40px 40px;
 position: relative;
 width: 70%;
}

/*Vertical Sliding*/
.slidingVertical{
display: inline;
text-indent: 8px;
}
.slidingVertical span{
animation: topToBottom 12.5s linear infinite 0s;
-ms-animation: topToBottom 12.5s linear infinite 0s;
-webkit-animation: topToBottom 12.5s linear infinite 0s;
color: var(--font-color);
opacity: 0;
overflow: hidden;
position: absolute;
}
.slidingVertical span:nth-child(2){
animation-delay: 2.5s;
-ms-animation-delay: 2.5s;
-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
animation-delay: 5s;
-ms-animation-delay: 5s;
-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
animation-delay: 7.5s;
-ms-animation-delay: 7.5s;
-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
animation-delay: 10s;
-ms-animation-delay: 10s;
-webkit-animation-delay: 10s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
0% { opacity: 0; }
5% { opacity: 0; -moz-transform: translateY(-50px); }
10% { opacity: 1; -moz-transform: translateY(0px); }
25% { opacity: 1; -moz-transform: translateY(0px); }
30% { opacity: 0; -moz-transform: translateY(50px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
0% { opacity: 0; }
5% { opacity: 0; -webkit-transform: translateY(-50px); }
10% { opacity: 1; -webkit-transform: translateY(0px); }
25% { opacity: 1; -webkit-transform: translateY(0px); }
30% { opacity: 0; -webkit-transform: translateY(50px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
0% { opacity: 0; }
5% { opacity: 0; -ms-transform: translateY(-50px); }
10% { opacity: 1; -ms-transform: translateY(0px); }
25% { opacity: 1; -ms-transform: translateY(0px); }
30% { opacity: 0; -ms-transform: translateY(50px); }
80% { opacity: 0; }
100% { opacity: 0; }
}

/* cursur */
.cursorFollower {
  position: fixed;
  width: 2rem;
  height: 2rem;
  border: 2px solid black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  mix-blend-mode: difference;
  z-index: 999;
  pointer-events: none;
}
.cursorFollowerDot {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  mix-blend-mode: difference;
  z-index: 999;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  /* background: var(--font-color); */
  width: 60px;
  height: 60px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}



.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #5f687b;
}

#header .logo img {
  max-height: 60px;
}

@media (max-width: 991px) {
  #header {
    padding: 12px 0;
  }
}

@media (min-width: 991px) {
.marg{
  margin-left:-30px;
  line-height: 48px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6a7489;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #d0364b;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 10px 16px;
  margin-left: 30px;
  border-radius: 22px;
  line-height: 1;
  color: #fefefe;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #cdd1d9;
  background: #d0364b;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #d0364b;
  color: #fff;
  border-color: #d0364b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--font-color);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #5f687b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(73, 80, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #5f687b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--font-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  padding: 10px 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #16df7e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background: #fff;
  padding-top: 10px;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
}

#hero h2 {
  color: #333;
  margin: 10px 0 30px 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #16df7e;
  box-shadow: 0 8px 28px rgba(22, 223, 126, 0.45);
}

#hero .btn-get-started:hover {
  background: #206bfb;
  box-shadow: 0 8px 28px rgba(32, 107, 251, 0.45);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #5f687b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  color: #949cac;
  font-size: 32px;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: var(--font-color);
}

.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }
  .content h3{
    font-weight: 700;
    line-height: 25px !important;
    font-size: 22px !important;
  }

  .desc  .vscolor{
    font-size: 24px;
  }

  .desc p{
    line-height: 26px;
  }

  .service-section .service-box{
    height:70px !important;
  }

  .workbanner .col-md-5:nth-child(even) .work-box{
    margin-top:0px !important;
  }

  .footertext{
    line-height: 41px !important;
  }
  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 25px !important;
    line-height: 30px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }

  .slidingVertical{
    text-indent: 2px;
    }
}

/*@media (min-width: 769px) and (max-width: 1100px) {*/
/*  #hero h2 {*/
/*    font-size: 32px !important;*/
/*    line-height: 36px;*/
/*  }*/
/*}*/

@media (min-width:1025px){
    #hero h2{
        font-size:45px !important;
    }
    .slidingVertical{
         font-size:34px !important;
    }
    .content h3{
        font-size: 25px;
    }
    .marg{
    line-height: 35px;  
    }
}


@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  .footerdesign span{
    line-height: 40px !important;
    font-size: 25px;
  }
  .enquiry{
    line-height: 37px !important; 
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5f687b;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f0f1f3;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
  
  .counts .counters span {
  font-size: 30px !important;
}
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 0;
}

.featured-services .icon-box {
  padding: 20px;
  color: #5f687b;
  background: #f9f9fa;
  border-radius: 4px;
  border: 1px solid #f9f9fa;
  transition: 0.3s;
  height: 100%;
}

.featured-services .icon {
  margin: 0 0 15px 0;
}

.featured-services .icon i {
  color: #16df7e;
  font-size: 36px;
}

.featured-services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #5f687b;
  transition: 0.3s;
}

.featured-services .icon-box:hover {
  border-color: #eaecef;
}

.featured-services .icon-box:hover .title a {
  color: #16df7e;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.content h3 {
  font-weight: 700;
  font-size: 32px;
  /* color: #5f687b; */
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #16df7e;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: var(--font-color) ;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: var(--font-primary);
  font-size: 18px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #fff;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #16df7e;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #5f687b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #eaecef;
}

.services .icon-box:hover h4 a {
  color: #16df7e;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #16df7e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #5f687b;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #949cac;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #206bfb;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #16df7e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #16df7e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16df7e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(95, 104, 123, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e4e6ea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: white;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #16df7e;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16df7e;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #16df7e;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #206bfb;
  border-color: #206bfb;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 100%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #16df7e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #16df7e;
  border-bottom: 3px solid #16df7e;
  padding: 30px;
  width: 100%;
  background-color: #f9f9fa;
}

.contact .info i {
  font-size: 20px;
  color: #16df7e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5f687b;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #949cac;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: var(--font-color);
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--font-color);
  color: #fff;
}

.contact .php-email-form1 {
  width: 100%;
  /* border-top: 3px solid #16df7e;
  border-bottom: 3px solid #16df7e; */
  padding: 30px;
  /* background-color: #f9f9fa; */
}

.contact .php-email-form1 .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form1 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form1 .sent-message {
  display: none;
  color: #fff;
  background: var(--font-color);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form1 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form1 input,
.contact .php-email-form1 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form1 input:focus,
.contact .php-email-form1 textarea:focus {
  border-color: var(--font-color);
}

.contact .php-email-form1 input {
  height: 44px;
}

.contact .php-email-form1 textarea {
  padding: 10px 12px;
  min-height: 70px;
}

.contact .php-email-form1 button[type=submit] {
  background: var(--font-color);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 30px;
}

.contact .php-email-form1 button[type=submit]:hover {
  background: var(--font-color);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f9f9fa;
  min-height: 40px;
  margin-top: 82px;
}

.breadcrumbs h2 {
  font-size: 36px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #778196;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.work-text{
  position: relative;
  text-align: center;
}

.work-text2{
  position: absolute;
  top: 90%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, -50%);
}

.work-text2 a{
  display:inline-block;
  margin-top:5px;
  text-decoration:none;
  padding:8px 30px 8px;
  border:2px solid #fff;
  text-transform:uppercase;
  color:#fff;
  border-radius:50px;
  box-shadow: 0px 5px 50px rgba(0,0,0,0.8);
  transition:0.8s all ease;
}
.work-text2 a:hover{
  background: #fff;
  color: #000;
}




.package .pkgbtn{
  color: #fff;
  /* background-color: var(--primary-color); */
  font-size: 17px;
  padding: 10px 45px;
  margin: 3px;
  border-radius: 1.5333333333rem;
}

.package .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #303030;
  background-color: #fff;
  margin: 3px;
}

.package .card{
  border: none;
  background-color: #d0364b85;
}

/* .package .nav-item{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
} */

.package .month{
  border-radius: 1.533333rem 0 0 1.5333333333rem ;
}

.package .year{
  border-radius: 0 1.533333rem 1.5333333333rem 0 ;
}


.package .pkgbtn{
  color: #fff;
  /* background-color: var(--primary-color); */
  font-size: 17px;
  padding: 10px 45px;
  margin: 3px;
  border-radius: 1.5333333333rem;
}

.package .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #303030;
  background-color: #fff;
  margin: 3px;
}

.package .card{
  border: 1px solid #cb5767;
  background-color: #d0364b85;
  border-radius: 50px;
}
.mb-bg {
    background-color: #d0364a;
}
.button1 {
  /* text-align: center; */
  margin: 20px 0px;
}
.button2 {
  display: inline-block;
  /* width: 50px;
  height: 50px; */
  font-weight: 600;
  padding: 0px 20px;
  background:#d0364b;
  /* margin: 10px; */
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 5px 10px 0px #909090;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  border: 1px dotted #fff;
}
.button2 p {
  line-height: 45px;
  /* font-size: 22px; */
  transition: 0.2s linear;
}
.button2:hover p {
  transform: scale(1.1);
  color: #000;
}
.button2::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #ffffff;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.button2:hover::before {
  animation: effect 0.6s 1;
  top: -10%;
  left: -10%;
}

/*-- Hover Animation Effect --*/
@keyframes effect {
  0% {
      left: -120%;
      top: 100%;
  }
  50% {
      left: 10%;
      top: -30%;
  }
  100% {
      top: -10%;
      left: -10%;
  }
}


@media (max-width: 600px){

  .button2 p {
    line-height: 40px;
  }

  .button2 {
    padding: 0px 15px;
    font-size: 12px;
  }
  .package .pkgbtn{
    padding: 10px 19px !important;
   
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background-color: #fff; */
  color: #5f687b;
  font-size: 14px;
  position: relative;
}

.footerdesign{
  /* margin-bottom: 74px; */
  background: #ffa3af8a;
  border-radius: 18px;
  padding: 30px 23px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 102, 255, 0.1);
}

.footerdesign span{
  line-height: 45px;
}

/* .footerdesign .enquiry{
  font-size: 30px;
    line-height: 43px;
    font-weight: 600;
} */


/* #footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
} */

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #5f687b;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 30px;
  line-height: 25px;
  font-weight: 600;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #e4e6ea;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--font-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #206bfb;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #5f687b;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 20px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

 .social-links a:hover {
  background: var(--font-color);
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #d9dce2;
  z-index: 2;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  font-size: 13px;
}

@media (max-width: 992px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}


.rw-wrapper{
	/* width: 80%; */
	/* margin: 110px auto 0 auto; */
	padding: 10px;
}
.vsp{
  font-weight: 700 !important;
  font-size: 40px!important;
}
.rw-sentence span{
	/* color: #444; */
    margin: 0;
    font-size: 43px;
    font-weight: 700;
    line-height: 56px;
    color: #333;

	font-weight: normal;
}


.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	color: #d0364b;
  font-weight: 600;
}

.rw-words-1 span{
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2 span{
	animation: rotateWordsSecond 18s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
	animation-delay: 3s; 
	color: #6b889d;
}
.rw-words span:nth-child(3) { 
	animation-delay: 6s; 
	color: #6b739d;	
}
.rw-words span:nth-child(4) { 
	animation-delay: 9s; 
	color: #7a6b9d;
}
.rw-words span:nth-child(5) { 
	animation-delay: 12s; 
	color: #8d6b9d;
}
.rw-words span:nth-child(6) {  
	animation-delay: 15s; 
	color: #9b6b9d;
}
.rw-words span:nth-child(7) {  
	animation-delay: 18s; 
	color: #9b6b9d;
}

@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
	25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}

@keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.3; width: 0px; }
	  20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}

.vscolor{
  color:#d0364b !important;
}

.desc b{
  font-weight: 600;
    font-size: 19px;

}
.discover span{
  border-bottom: 1px solid #000;
  font-family: var(--font-primary);
  color: #6a7489;
}

.vsfont1{
  font-size:15px;
}

.ci{
  /* background: #eee; */
  transition: 0.4s;
}

.ci:hover{
  background: #ffffff;
}

.icon-container img:nth-child(2) {
  display: none; 
}

.icon-container:hover img:nth-child(1) {
  display: none;
}

.icon-container:hover img:nth-child(2) {
  display: block;
}

.first-desc{
 color: #333333;
  font-family:var(--font-primary);
  font-weight: 500;
  width:90%;
}
.growthbtn{
  padding: 12px 30px;
    border-radius: 22px;
    line-height: 1;
    color: #fefefe;
    font-size: 18px;
    border: 1px solid #cdd1d9;
    background: #d0364b;
}

.text2{
  color:#d0364b;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cursor--small {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
  background: var(--font-color);
}
.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000;
}
.page, .page a {
 cursor: none;
}

.about2{
  border: 1px dashed var(--font-color);
  padding: 20px 21px;
  border-radius: 14px;
  box-shadow: 0px 1px 2px rgb(3 4 28 / 8%);
  margin: 20px 25px;
}

.service-sec .service-con{
  color: #000;
  margin: 10px;
  padding: 18px;
  border-radius: 3px;
  height:550px;
  background: linear-gradient(#d0364b 0 0) no-repeat calc(200% - var(--p, 0%))
  100% / 200% var(--p, 0.1em);
  transition: 0.3s var(--t, 0s),
  background-position 0.3s calc(0.3s - var(--t, 0s));
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.service-sec .service-con:hover{
  /* color: #fff;
  background-position: left bottom; */
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}

.contacticon{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: var(--color-primary);
    border-radius: 50%;
    border: 2px dotted var(--font-color);
}

/* genrous code */

  @-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  10% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  }

  .workflow{
    border: 1px dashed var(--font-color);
    padding: 20px 21px;
    border-radius: 20px;
    margin:5px;

  }
  .workflow p{
    line-height: 1.4;
    font-size: 17px;
  }


  .card-body a{
    text-decoration: none;
  }

  .shfont{
    font-family : var(--font-primary) !important;
  }

  b{
    font-size: 20px;
  }

  .social-links1 a {
    font-size: 18px;
    display: inline-block;
    background: #da5e5e;
    color: #f3f4f7;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 20px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
   .social-links1 a:hover {
    background: var(--font-color);
    color: #fff;
    text-decoration: none;
  }


/* new */
.workbanner .col-md-5 .work-box img {
  height: 100%;
  object-fit: cover;
transition: .3s ease;
width:100%;
filter: grayscale(1);
}
.workbanner .col-md-5 .work-box:hover img {
  filter: grayscale(0);
}
.workbanner .col-md-5 .work-box .work-image1 {
margin: 20px;
overflow: hidden;
box-shadow: 0px 10px 20px 0 rgb(0 0 0 / 20%);
position:relative;
}

.workbanner .col-md-5 .work-box {
  max-width: 450px;
  margin: auto;
overflow: hidden;
}
.workbanner .col-md-5 .work-box a {
  display: inline-block;
  color: #000;
height: 100%;
}
.workbanner .col-md-5:nth-child(even) .work-box {
  margin-top: 100px;
}
.workbanner .col-md-5 .work-box h3 {
  font-size: 20px;
  margin: 20px;
  margin-top: 0;
  position: relative;
  display: inherit;
  font-weight:300;
}
.workbanner .col-md-5 .work-box h3:before {
  content: "";
  bottom: -10px;
  left: 0;
  background: #e71f50;
  position: absolute;
  height: 2px;
  width: 0px;
transition: .3s ease;
}
.workbanner .col-md-5 .work-box h3:hover:before {
  width: 100%;
}
.workbanner .col-md-5 .work-box:hover h3:before {
  width: 100%;
}


.service-section .service-box {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 30px 48px;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
  position: relative;
height:100px;
}
.service-section .service-box:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 22px;
  bottom: 0;
  margin: auto;
  transition: .3s ease;
  font-size: 22px;
  line-height: 41px;
  height: 40px;
  width: 40px;
  background-image: url(../img/Arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.service-section a {
  color: #000;
}
.service-section .service-box:hover {
  background-color: #f8f9fb;
padding-left: 70px;
}
.service-section .service-box:hover:after {
  right: 40px;
}
.service-section .service-box h4 {
  font-size: 20px;
  font-weight: 300;
max-width: 200px;
margin:0;
}

.vsborder{
  border: 1px solid #00000091;
}


.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
  border: 9px solid #000;
  border-radius: 19px;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid2004{
  border: 30px solid #3e3f41;
}


.why-choose-gaphic-pg {
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 500px;
  height: auto;
  position: relative;
  z-index: 1;
}
.why-choose-gaphic-pg .about-man {
  text-align: center;
  position: relative;
}
.why-garphic-img img {
  width: 100%;
}
.why-choose-gaphic-pg .about-man img {
  border-radius: 50%;
  width: 100%;
  height: 450px;
  border: 2px solid #000;
  padding: 6px;
}
.why-choose-gaphic-pg .about-shape1 {
  position: absolute;
  left: -40px;
  top: 35%;
  -webkit-animation: moveBounce 9s linear infinite;
  animation: moveBounce 9s linear infinite;
}
.why-choose-gaphic-pg .about-shape2 {
  position: absolute;
  right: -10px;
  top: 55%;
  -webkit-animation: moveBounce 12s linear infinite;
  animation: moveBounce 12s linear infinite;
}

@-webkit-keyframes moveBounce {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px)
  }

  50% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px)
  }

  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px)
  }
}

@keyframes moveBounce {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px)
  }

  50% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px)
  }

  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px)
  }
}


.why-choose-gaphic-list {
  margin: 30px 0px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 30px 20px 29px;
  box-shadow: 0px 0px 38px 0px rgba(1, 44, 118, 0.08);
  min-height: 420px;
}
.why-choose-gaphic-list h3 {
  color: #000;
  font-size: 20px;
  font-weight: 400 !important;
  padding-bottom: 5px;
  letter-spacing: 0.3px;
  line-height: 1.4em;
text-align: center;
}
.why-choose-gaphic-list p {
  line-height: 24px;
  letter-spacing: 0.5px;
}
.why-choose-gaphic-sec .col-md-7 {
  padding-left: 50px;
}
.why-choose-gaphic-sec {
  padding: 70px 0px;
  background: #f5f5f5;
position: relative;
z-index: 1;
}
.why-garphic-img {
position: absolute;
top: 0px;
}
@media only screen and (max-width: 600px){
.why-choose-gaphic-pg .about-man img{
  height: 300px;
}
.why-choose-gaphic-pg .about-shape1{
  left: -10px;
}
.why-choose-gaphic-sec .col-md-7 {
  padding-left: 15px;
}
.why-choose-gaphic-list h3 {
  font-size: 18px;
}
.why-choose-gaphic-list{
  margin-bottom: 0px;
}
}


.services-provide h2 {
  font-size: 28px;
  padding-left: 15px;
  border-left: 3px solid #d0364b;
  line-height: 40px;
  color: #313030;
}
.footer-link-text{
  font-size: 15px;
  color:#51565b;
}

/* faq */

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  line-height: 23px;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: #d0364b;
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}



#box-up{
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
#box-up:hover{
  top: -20px;
}
.cotent .head{
  font-size: 19px;
}

.cotent .box{
  background: #ededed;
  border-radius: 19px;
}

.box1{
  background: #ededed;
}

/* cgi */
.cgi-section .cgi-color{
  background-color: transparent;
  background-image: radial-gradient(at 97% 0, rgba(11, 98, 229, .1) 0, transparent 50%), radial-gradient(at 34% 1%, hsla(40, 95%, 85%, .87) 0, transparent 60%), radial-gradient(at 13% 0, rgba(13, 99, 227, .4) 0, transparent 50%), radial-gradient(at 54% 0, rgba(241, 75, 200, .2) 0, transparent 50%), radial-gradient(at 84% 0, rgba(116, 51, 255, .2) 0, transparent 50%);
}

.cgi-video video{
  border-radius: 20px;
}

.why-us{
  background-color: #f3d3d6;
  border-radius: 20px;
}

.img-hover-zoom {
  /* height: auto; */
  overflow: hidden; 
  overflow: hidden;
  padding: 0;
  width: auto;
}

.img-hover-zoom .dfs {
  width: auto;
  transition-duration: 2s;
  outline: 1px solid #412b1d;
  outline-offset: -20px;
}

.img-hover-zoom:hover .dfs {
  transform: scale(1.2);
  outline: 1px solid #412b1d;
  outline-offset: -20px;
}

.bg-cgi{
 background-color: #d3d3d33b ;
}

.cgi-services{
  border-bottom: 1px solid #000;
}
.vs-cgi{
  border-radius: 10px 10px 0px 0px;
}


/* Sliding Show */


@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 10px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: auto;
  margin: 0 0px;
}

.cgi{
  animation: grow 1s infinite;
  border-radius: 50%;
  /* background-color: #333; */
}

@keyframes grow {
  from {
    box-shadow: 0px 0px 1em #000;
  }
  to {
    box-shadow: 0px 0px 3em #000;
  }
}