@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Baloo 2',sans-serif;
}
*::-webkit-scrollbar{
    display: none;
  }
::selection{
  color: #000;
  background: #fff;
}
:root {
  --orange: blue;
  --darkorange: #dd7d25;
  --platinum: #e5e5e5;
  --black: #2b2d42;
  --white: #fff;
  --thumb: #edf2f4;
}

/* ============== navbar css ends ============ */



.wrapper2211 {
  width:100%;
  height:100%;
  /*background:#95a5a6;*/
}
.btn_712{
   padding: 0 0px;
    border: 1px solid transparent;
    /* border-radius: 2rem; */
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content:center;
    background-size: 100%;
    background: #0ca410b3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    /* border: 0; */
    color: #FFF;
    font-size: 16px;
    /* border-radius: 3px; */
    cursor: pointer;
    outline: none;
    margin-right:7px;
    text-align: center; 
}
.btn_footer121:hover{
background:linear-gradient(45deg, #0CA410, transparent);  
transform: translateY(-4px);
   transition: 0.5s ease;
}
.navlink_cgi{
    color:white !important;
}

/* slide module wrapper */
.testimonial {
  /*top:50%;*/
  /*transform:translateY(-50%);*/
  position:relative;    
  /*margin-top:20%;*/
}
.testi_nametitle{
   display: flex;
    justify-content: end;
    position: relative;
    top: -40%;
}
.name_testimonial543::before{
    content:"";
    height:1px;
    width:30px;
    color:black;
}
.testi_heading {
    padding-bottom:0;
}
.testimonial_section{
    padding-top:20%;
}
.testi_section{
    padding-top:20px;
        margin-top: 80px !important;
    background: #0ca4100d;
    /* padding: 42px 0px; */
    margin: 0px 100px;
    border-radius: 20px;
    padding-bottom: 50px;
}
.btnfooterfooter{
    margin-top:30px;
}
.btn_footer121{
    padding: 5px;
    color:white;
    background: linear-gradient(45deg, #007bff, transparent);
    height: 45px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 130px;
    margin-right: 20px;
    border-radius: 10px;
}

.footer_downloadbtn212{
    display:flex;
    /*justify-content:space-evenly;*/
}

.testimonial .testimonial-ul {
  height:250px;
  list-style:none;
  margin:0 auto;
  width:50%;    
 /*padding-top: 55px;*/
  position:relative;
  /*border-top:5px solid #ffffff;*/
  border-bottom:5px solid #0CA410;
  overflow:hidden;
}

/* slides */
.testimonial-slide {
  width: 100%;
  height:100%;
  margin:0 auto;
  position:absolute;  
  right: 0;
  left: 0;
  opacity: 0;
  z-index:1;
}
.name_testimonial543{
    display: flex;
    justify-content: end;
    position: relative;
    top: 38px;
}

.testimonial-slide.active {
  z-index: 2;
  opacity: 1;
  transition:opacity 1s ease-in-out;
  -webkit-backface-visibility:hidden;
}

/******* text  ***/
.testimonial p {
  font-family:'lato';
  text-align:center;
  font-size:16px;
  padding:15px 0;
  top:40%;
  position:relative;
  transform:translateY(-50%);
}

/******* quotes  ***/
.testimonial-ul:before {
 color: #ccdd00;
    content: open-quote;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 120px;
    position: relative;
    font-weight: bold;
    line-height: 120px;
    left: 0;
    top: 0;
    position: absolute;
   top: -5%;
    width: 90px;
    left: 45%;
}
.testi_img{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
}
.testimonial-ul:after {
   content: close-quote;
   color:transparent;
}
.testi_img img{
   height:100%;
   width:85% !important;
   /*padding:60px;*/
   /*    padding-top: 15px;*/
}
.testi_sec{
    padding-top:50px;
}

.top-left {
  position:absolute;
  top:25px;
  left:0;
  display:block;
  height:5px;
  width:44%;
  background:#0CA410;
  margin-right:10px;
}

.top-right {
  position:absolute;
  top:25px;
  right:0;
  display:block;
  height:5px;
  width:44%;
  background:#0CA410;
  margin-left:10px;
}

/********* dots */
.dots-wrapper {
  margin-top:20px;
  width:100%;
  display:inline-block;
  list-style:none;
  text-align:center;  
}

.dots-wrapper li {
  position:relative;
  width:14px;
  height:14px;
  background:#7f8c8d;
  border-radius:100%;
  display:inline-block;
  margin-right:7px;
  cursor:pointer;  
  overflow:hidden;  
}

.dots-wrapper li:last-child {
  margin-right:0;
}

.dots-wrapper li:hover {
  background:#bdc3c7;
}

.dots-wrapper li:after {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  border-radius:100%;
  background:#ffffff;
  top:0;
  left:0;
  /*opacity:0;
  transition: all .15s ease-in-out;*/
  /*zoom in*/
  /*
  transform:scale(0);
  transition:all .3s ease-in-out;
  */
  /*slide up*/
  transform:translateY(15px);
   transition:all .1s ease-out;
  -webkit-backface-visibility:hidden;
}

.dots-wrapper li.active:after {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  /*opacity:1;*/
  /*zoom in*/
  /*transform:scale(1);*/
  /*slide up*/
  transform:translateY(0px);
}

/******* transitions */
.js-reset-left{
  left:auto
}

.testimonial-slide.left{
	left:-100%;
	right:auto;
}

.testimonial-slide.right{
	right:-100%;
	left: auto;
}

.transition .testimonial-slide.left{
  left:0%;
}
.transition .testimonial-slide.right{
  right:0%;
}

.transition .testimonial-slide.shift-right{
  right: 100%;
  left:auto;
}
.transition .testimonial-slide.shift-left{
  left: 100%;
  right:auto;
}

.transition .testimonial-slide{
	transition-property: right, left, margin;
}

/********* media queries ******/

/***** mobile */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .testimonial p {
    font-size:13px;    
  } 
  .testi_img{
          padding: 0;
          /*padding-top: 30px;*/
  }
  .testimonial-ul:before{
        font-size: 70px;
        left: 44%;
        top: -18px;
    
  }
  .testi_img img{
         width: 100% !important;
                 margin: 50px;
  }
  .testimonial .testimonial-ul {
    width:80%;
  height: 280px;
  }  
  .testi_section{
          margin: 0px 10px;
         padding-top: 10px;
         padding-bottom: 30px;
  }
  .top-left {
    width:42%;
  }
  .top-right {
    width:42%;
  }
  
}

/***** tablet */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .testimonial p {
    font-size:1.8em;
  }
  .testimonial .testimonial-ul {
    width:70%;
  }  
  .top-left {
    width:40%;
  }
  .top-right {
    width:40%;
  }
  .testimonial:before { 
    font-size:150px;
  }
}




/*btn  light transition*/


.btn919:hover{
    background: #007bff !important;
    transition: 1s;
    box-shadow: 0px 3px 15px 1px black !important;
    /*background-image: linear-gradient(45deg, #07294d, #416fc3) !important;*/
}
.card-body{
    /*display:flex;*/
    justify-content:space-evenly;
    align-items:center;
}
.single_postwrapper22{
    width:100%;
    display:flex;
}

 .btn--glow {
  position:relative;
  overflow:hidden;
}
  .btn919 span{
  z-index:10;
  position:relative;
}
.singlepost_blog{
    /*background:linear-gradient(-70deg, #0ca41033, transparent 50%) !important;*/
        margin-right: 70px;
}
.img_single11 a img{
    border-radius:15px !important;
}
.single_subborder221{
    border: 1px solid #80808040;
    width: 66px;
}
.blog_singlewrapp{
    padding-top:100px;
}
.single_blogborder{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.single_bloginner{
    border: 1px solid;
    width: 500px;
   border: 2px dotted #19931cc4;
    width: 400px;
    opacity: 0.4
}
.cgiblog_content p{
    text-align:justify;
}
.date_cgi ul li{
    display:flex;
    justify-content:end;
}
.cgiblog_content{
    padding:40px;
    padding-top:20px;
    padding-left: 0;
    padding-right: 0;
}
.singlepost_blog:hover{
    /*background:linear-gradient(-70deg, #007bff33, transparent 50%) !important;*/
    color:black !important;
    
}
  
  .btn919 {
 padding: 0 40px;
    border: 1px solid transparent;
    /* border-radius: 2rem; */
    height: 55px;
    border-radius: 10px;
    margin: 0;
    background-size: 100%;
    background: #0ca410b3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    /* border: 0; */
    color: #FFF;
    font-size: 16px;
    /* border-radius: 3px; */
    cursor: pointer;
    outline: none;
    text-align: center;
}
.btn--glow:before{
  content:'';
  position: absolute;
  left: -20%;
  top:-10%;
  width: 0;
  height: 100%;
  transform: rotate(15deg) scale(1, 2);
  box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
  animation: button-glow 3000ms ease-in-out infinite;
}

@keyframes button-glow {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/*end btn transtion*/




/*===== curve card section css new =====*/
        

section454 {
  padding-block: min(20vh, 2rem);
  width: calc(min(76.5rem, 90%));
  margin-inline: auto;
  color: #111;
}
.card454{
    padding-bottom:65px;
}
.blog_cont454{
    /*display:flex;*/
    flex-wrap:wrap
}
 section454 h2 {
    text-transform: capitalize;
    letter-spacing: 0.025em;
    font-size: clamp(2rem, 1.8125rem + 0.75vw, 2.6rem);
  }

  section454 a {
    display: inline-block;
    text-decoration: none;
  }
  .cardbox_wrapp454{
    margin-top: 5em;
    /*display: flex;*/
    /*flex-wrap:wrap;*/
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
  }

  .container {
    
}
    
.card454:nth-child(1) .box .icon .iconBox {
/*background: #d3b19a;*/
background:#0ca410b3;
color:transparent;
}

.card454:nth-child(2) .box .icon .iconBox {
background: #70b3b1;
color:transparent;
}
.card454:nth-child(3) .box .icon .iconBox {
background: #d05fa2;
color:transparent;
}

.card454 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
}
.card454 li {
  text-transform: uppercase;
  background: #0ca410b3;
  color: white;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}

.branding {
  color: darken(#d3b19a, 40%);
}

.packaging {
  color: darken(#70b3b1, 40%);
}

.marketing {
   color: darken(#d05fa2, 40%);
}


.content {
  padding: 0.938rem 0.625rem;
}

.content h3 {
  text-transform: capitalize;
  font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
}

.content p {
  margin: 0.625rem 0 1.25rem;
  color: #565656;
}
.section454{
    padding-top:40px;
}
.cgi_wrapp3322{
    display:flex;
    justify-content:space-evenly;
    padding-bottom:50px;
}
.cgi_slide3322 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cgi_slide3322{
  
    width:24%;
}
.blog_head454{
    padding-bottom:20px;
}
.card-inner {
position: relative;
width: inherit;
/*height: 18.75rem;*/
background: var(--clr);
border-radius: 1.25rem;
border-bottom-right-radius: 0;
overflow: hidden;
}
.card-inner .box {
width: 100%;
height: 100%;
background: #fff;
border-radius: 1.25rem;
overflow: hidden;
}

.box .imgBox {
/*position: absolute;*/
inset: 0;
}
.box img {
    
width: 100%;
height: 100%;
object-fit: cover;

}
.blog_viewmore{
    margin-top:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.blog_detailsection{
    padding-top:100px !important;
}
.viewmore_btn{
    width:150px !important;
}

.icon {
    
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 5rem;
  height: 5rem;
  background: var(--clr);
  border-top-left-radius: 50%;
  
}
.icon :hover .iconBox {
transform: scale(1.1);
}

.icon::before {
    
position: absolute;
content: "";
bottom: 0.375rem;
left: -1.25rem;
background: transparent;
width: 1.25rem;
height: 1.25rem;
border-bottom-right-radius: 1.25rem;
box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;

}
.iconBox i{
  color: white;
    font-size: 32px;
    rotate: 40deg;
}

.icon::after {
    
position: absolute;
content: "";
top: -1.25rem;
right: 0.375rem;
background: transparent;
width: 1.25rem;
height: 1.25rem;
border-bottom-right-radius: 1.25rem;
box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);

}

.iconBox {
    
position: absolute;
inset: 0.625rem;
background: #282828;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;

}
            span {
              color: #fff;
              font-size: 1.5rem;
            }
         

    

/*===== end  curve card section css new =====*/



.slide_cgi{
    /*width:300px;*/
}
.cgislider{
    padding-bottom:50px;
}
.navbar .navbar-brand {
    font-size: 30px;
    color: #0CA410;
  }
  .navbar .nav-item {
    /*padding: 10px 15px;*/
  }
  .navbar .nav-link {
    font-size: 19px;
    margin-left: 10px;
    color: #0CA410;
  }
  .nav-link:hover{
    /*background: #2b2d42;*/
    color:#007bff;
    border-radius: 10px;
  }
  .fa-bars {
    color: #007bff;
    font-size: 30px;
  }
  
  .cgi_image{
    width: 55px;
    margin-right: 20px
  }

  .navbar_cgi{
    /*background: #0CA410;*/
    background:white;
    box-shadow:0px 0px 13px -10px;
  }

  @media screen and (max-width: 600px) {
    .navbar .navbar-brand{
        font-size: 25px;
    }
  }
  @media (min-width:350px) {
    .navbar .navbar-brand{
      font-size: 19px;
    }
    .steps_cont{
        padding:8px !important;
    }
  }
/* ============== navbar css ends ============ */
/* ============== banner css ends ============ */

.carousel-control-prev-icon{
    filter: invert(1);
}

.carousel-control-next-icon{
    filter: invert(1);
}

.carousel_item{
    /*padding: 55px;*/
    height:512px !important;
    /*object-fit: cover;*/
}

@media screen and (max-width: 768px) {
    .carousel_item{
        padding: 30px;
    }
#bannercgi{
  height:auto ! important;  
}
.blog_singlewrapp{
        padding-top: 80px;

}
.blog_detailsection{
        padding-top: 80px !important;
}
.card454{
 padding-bottom: 40px;
}
.name_testimonial543{
  top: 45px;
  padding-bottom: 20px;
  font-size: 15px;
  
}

.content p{
    font-size:14px;
}
.btn_712{
    width: 200px;
    margin-bottom:10px;
}
.cgiblog_content p{
    font-size:14px;
}
.singlepost_blog{
        margin-right: 0;
}
.single_postwrapper22{
    display:block;
}
.top_about{
    padding:20px ! important;
}
.texxt_private_cont{
    padding:10px ! important;
    font-size:15px ! important;
}
.private_cont{
    font-size:22px ! important;
}
.aboutus_spn{
    font-size:13px ! important;
}
.steps_cont{
    margin:0 ! important;
}
.step_new{
    width: 40px ! important;
    height: 40px ! important;

}
 
 
 
 
 
    
    
}

@media screen and (max-width: 600px) {
    .carousel_item{
        padding: 0;
    }
    /* .download_app_btn{*/
    /*    width:150px;*/
    /*    font-size:11px;*/
    /*}*/
   
}
@media (max-width:450px){
    .download_app_btn{
        width:150px !important;
        font-size:11px !important;
        margin-left:10px !important;
    }
}
.download_app{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.download_app_btn{
  width: 300px;
    height: 50px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    /*box-shadow: inset 0px 0px 12px -3px #073e5e;*/
    font-weight: 600;
    font-family: 'pointer', sans-serif;
    font-style: normal;
    color: #0CA410;
    margin-left: 20px;
    background:#0CA410;
  
}
.steps_downloadbtn{
    background:white ! important;
}
.steps_downloadbtn a{
    color:#0CA410 ! important;
}
.download_app_btn a{
    color:white;
}
.download_app_btn:hover a{
     color:white ! important;
}
.download_app_btn:hover {
    background:linear-gradient(45deg, #0974b3, #073e5e) ! important;
   
    border:none;
}
.download_app_btn:hover{
  background: #0CA410;
  color: #fff;
}
/* ============== banner css ends ============ */
/* ============== aboutus css start ========== */

.about_cont{
    /* height: 100vh; */
    border-radius: 20px;
    text-align: center;
    padding: 40px;
}

.sub_cont_about{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_cont .sub_cont_about h1:hover{
    text-decoration-line: underline;
    color: #0CA410;
    cursor: pointer;
}
.about_cont .sub_cont_about h1{
  text-decoration-line: underline ;
    
}
ul li a{
    text-decoration:none;
}
.aboutus_spn {
    font-size: 16px;
    font-style: normal;
    /*font-family: background-color: white;*/
    font-family: "Poppins", sans-serif;
    text-align:justify;
}

.about_content{
  font-size: 23px;
  color: #007bff;
  text-decoration-line: underline;
}
.about_list{
  color: #0CA410;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
    .aboutus_spn{
        margin: 0;
    }
}
/* ============== aboutus css ends ============ */

/* ============== steps css start ============= */

.steps_cont{
    padding: 8px 137px;
    margin: 70px 86px;
    border-radius: 20px;
    background: #0CA410;
}

.steps_heading{
    display: flex;
    justify-content: space-between;
}

.step_logo{
    width: 100px;
    height: 80px;
}

.step_new{
    width: 80px;
    height: 80px;
}

.steps_head{
    margin-top: 21px;
    color: #fff;
}
.span_step{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    text-decoration-line: underline;
    color: #fff;
}

.step_one_img{
    width: 30px;
    margin-right: 20px;
}

.step_main_container{
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.step_one_cont ul li {
    list-style: none;
    padding: 20px;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.step_one_cont{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 35px;
}

.download_app_btn_step{
  width: 300px;
  height: 45px;
  border: 1px solid #007bff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'pointer',sans-serif;
  font-style: normal;
  color: #0CA410;
}

.download_app_btn_step:hover{
  background: #007bff;
  color: #fff;
}

@media screen and (max-width: 800px) {
    .steps_cont{
        padding: 10px;
    }
}
@media screen and (max-width:600px) {
    .step_new{
        /*display: none;*/
    }
    .steps_head{
        font-size: 18px;
        margin-top: 10px;
    }
    .cta-text h4{
            font-size: 17px ! important;
    }
    .single-cta i{
        font-size:15px ! important;
    }
    .addcgi{
        font-size: 17px ! important;
    }
    .addcgi a{
         font-size: 16px ! important;
         text-decoration:none;
    }
    .download_app_btn a{
        font-size:14px ! important;
    }
    .step_logo{
        width: 40px;
        height: 40px;
    }
    .span_step{
        font-size: 14px;
        font-weight: 400;
    }
    .step_one_img{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .step_one_cont{
        justify-content: start;
    }
    .clipboard_spn{
        font-size: 15px;
    }
    .step_one_cont ul li {
        padding: 6px;
    }
    .step_main_container{
        text-align: start;
    }
}
/* ============== steps css ends ============= */

/* ============== services css start ===========*/
.cards {
  display: grid;
  grid-auto-columns: 100%;
  grid-column-gap: 10px;
  grid-auto-flow: column;
  padding: 25px 0px;
  list-style: none;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.services_para{
    font-size:22px;
    text-align:center;
    margin-top:10px;
    margin-bottom:0;
}
.services_img{
    width:180px;
    align-items:center;
}
.card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
  scroll-snap-align: start;
  transition: all 0.2s;
}

.card:hover {
  color: var(--white);
  background: var(--orange);
}

.card .card-title {
  font-size: 20px;
}

.card .card-content {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card .card-link-wrapper {
  margin-top: auto;
}

.card .card-link {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: var(--orange);
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.2s;
}

.card:hover .card-link {
  background: var(--darkorange);
}

.cards::-webkit-scrollbar {
  height: 12px;
}

.cards::-webkit-scrollbar-thumb,
.cards::-webkit-scrollbar-track {
  border-radius: 92px;
}

.cards::-webkit-scrollbar-thumb {
  background: var(--darkorange);
}

.cards::-webkit-scrollbar-track {
  background: var(--thumb);
}

@media (min-width: 500px) {
  .cards {
      grid-auto-columns: calc(50% - 10px);
      grid-column-gap: 20px;
  }
}

@media (min-width: 700px) {
  .cards {
      grid-auto-columns: calc(calc(100% / 3) - 20px);
      grid-column-gap: 30px;
  }
}

@media (min-width: 1100px) {
  .cards {
      grid-auto-columns: calc(25% - 30px);
      grid-column-gap: 40px;
  }
}
/* ============== services css ends =========== */

/* ============== Poster css start ============ */
.poster_slider{
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-top:2rem ! important;
}

.poster_slide_track{
display: flex;
    width: calc(750px * 18);
    animation: scroll 40s linear infinite;
    height: 350px;
}

.poster_slide_track:hover{
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 9));
  }
  
}

._poster_slide_img{
 height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
    flex-direction: column;
}
img{
  width: 100%;
}

img:hover{
 transform: translateZ(20px);
}

.poster_slider::before,
.poster_slider::after {
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  content: '';
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.poster_slider::before {
  left: 0;
  top: 0;
}

.poster_slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
/* ============== Poster css end ============ */


/* ============== footer css start ===========  */

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
  margin-top: 80px;
}
.footer-cta {
  border-bottom: 1px solid #646161;
}
.single-cta i {
  color: #007bff;
  font-size: 20px;
  float: left;
      margin-right: 10px;
  margin-top: 3px;
}
.cta-text {
  padding-left: 15px;
  /*display: inline-block;*/
}
.cta-text h4 {
  color: #007bff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: white;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 18px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: white;
  line-height: 28px;
}
.footer-social-icon span {
  color: #007bff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 0;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 1.5rem;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #007bff;
}
.footer-widget-heading h3 {
  color: #007bff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: white;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #007bff;
}
.footer-widget ul li a {
  color: white;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #007bff;
    padding: 13px 20px;
    border: 1px solid #007bff;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: white;
}
.copyright-text p a{
  color: #007bff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #007bff;
}
.footer-menu li a {
  font-size: 14px;
  color: white;
}

.cgi_image_footer{
    width: 100px;
    height: 80px;
}
@media (max-width:500px){
  .footer-logo {
      display:flex;
      justify-content:center;
  }
}
/* ============== footer css ends ===========  */
/* ============== Private policy start ======== */
.private_cont{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-decoration-line: underline;

  font-family: 'Poppins',sans-serif;
  font-style: normal;
  margin-top:20px;
}
.privacy_about{
    font-size:19px ! important;
}
.texxt_private_cont{
  text-align: center;
    margin-top: 10px;
    /*font-size: 17px;*/
    font-weight: 500;
    /*font-family: 'Poppins', sans-serif;*/
    /*font-style: normal;*/
    padding: 50px;
    font-size: 18px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    text-align: justify;
}
/* ============== Private policy ends ========= */

@media only screen and (max-width:1360px){
    .navbar .nav-item {
        padding:10px 1px;
    }
     .navbar .nav-link {
        font-size:14px;
    }
}