/* ===================================
    Crafto - Green energy 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {      
    --alt-font: "Inter", sans-serif;
    --heading-font:'Rufina', serif;
    --primary-font: "Inter", sans-serif;
    --green: #195828;
    --dark-gray: #1f2220;
    --medium-gray: #828282;
    --very-light-gray: #f7f7f7;
}

body {
    font-size: 17px;
    line-height: 28px;
    scroll-behavior:smooth;
}
h1,h2,h3,h4,h5,h6{
    font-family:'Rufina', serif;
}
/* header */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 14px;
    color: var(--dark-gray);
    font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a {
    background-color: var(--base-color);
    color: var(--white);
}
.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 40px;
    margin-right: 10px;
    width: 40px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover i {
    color: var(--white);
}
header .navbar-brand img {
    max-height: 100px;
}

.nav-item.dropdown.dropdown-with-icon-style02 .nav-link:after{
  content: "\f107";
  font-family:Fontawesome;
  font-size:12px;
  margin-left:10px;
  display: inline-block;
    position: absolute;
    right: -5px;

}
/* button */
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 17px 38px;
    font-size: 17px; 
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size:15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 26px;
    font-size:14px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* Text gradient color */
.text-gradient-light-green-white {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  #ebf6ee 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Background color */
.bg-light-green {
    background-color: #c4e7cc;
}
.bg-very-light-green {
    background-color: #f9ffc0;
}
/* Transparent background color */
.bg-gradient-green-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  #ebf3ed 100%);
}

.right-210px {
  right: 210px;
}

/* page title */
.page-title-large h1 {
    font-size: 4.2rem;
    line-height: 4rem;
}
.page-title-large h2 {
    font-size: 28px;
}

/* Border color */
.border-color-dark-green {
    border-color: var(--green);
}
/* Subcribe style 02 */
.newsletter-style-02 .btn:hover {
    background-color: var(--green);
}
.newsletter-style-02 .btn {
    height: 85%;
    margin: 4px;
    padding: 5px 20px 5px;
}
.newsletter-style-02 input {
    padding-right: 75px !important;
}

/* Will change */
.animation-rotation {
    -webkit-animation: rotation 2.5s infinite linear;
}
/* footer */
footer .footer-logo {
    width: auto;
}
footer .footer-logo img{
  width:100%;
  max-height:180px;
  object-fit: contain;
  margin-bottom:20px;
}
footer a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 2px;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
@media (max-width: 1600px) {
    /* Font size */
    .fs-80 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media (max-width: 1199px){
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 10px;
    }
}
@media (max-width: 991px){
    /* Background image */
    .md-background-position-top-center {
        background-position: top center !important;
    } 
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px){
    /* Background image */
    .sm-background-position-top-center {
        background-position: top center !important;
    }
}
.services-box-content a{
    min-height:60px;
}
.services-box-content p{
    min-height:200px;
    max-height:200px;
}

/*header .navbar:after{
    content:'';
    background:url(../images/page-title-top.png) no-repeat;
    position:absolute;
    bottom:-10px;
    width:100%;
    height:30px;
    z-index: 9;
}*/
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
  }
  
  .timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 300px 0;
    transition: all 1s;
  }
  
  .timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #eee;
  }
  
  .timeline ol li:last-child {
    width: 280px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: 30px;
  }
  
  .timeline ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--base-color);
    border:5px solid #ddd;
  }
  
  .timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    padding: 25px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: #e8f4f5;
    text-align: center;
    
  }
  
  .timeline ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
  }
  
  .timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
    border-radius:200px 200px 200px 0;
  }
  
  .timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
  }
  
  .timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
    border-radius:0 200px 200px 200px;
  }
  
  .timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
  }
  
  .timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    width: 100px;
    height: 100px;
    background: var(--yellow);
    line-height: 100px;
    text-align: center;
    color: var(--base-color);
    border-radius: 0 0 50% 50%;
    margin:-25px 0 20px 0;
  }
  
  /* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    
  }

  .timeline .disabled {
    opacity: 0.5;
  }
  .timeline .arrow{
    border:none;
    background:none;
  }
  .timeline .arrows img {
    width: 50px;
    height: 50px;
  }
  
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (max-width: 599px) {
    .timeline ol,
    .timeline ol li {
      width: auto;
    }
  
    .timeline ol {
      padding: 0;
      transform: none !important;
    }
  
    .timeline ol li {
      display: block;
      height: auto;
      background: transparent;
    }
  
    .timeline ol li:first-child {
      margin-top: 25px;
    }
  
    .timeline ol li div {
      position: static;
      width: 94%;
      height: auto !important;
      margin: 0 auto 25px;
    }
  
    .timeline ol li:nth-child(odd) div {
      transform: none;
    }
  
    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
      left:10px;
      top:0;
      height:250px;
      width:3px;
      background:#eee;
      border:none;
    }
    .timeline ol li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
    }
    .timeline ol li:first-child {
        margin-left: 25px;
    }
  }
 .custom-image-icon{
    max-width:70px;
 }
 .custom-icon-with-text-style-02{
    margin:0 0 50px 0;
    background:var(--very-light-gray);
    padding: 30px;
    border-radius:300px 300px 10px 10px;
    position: relative;
 }
 .custom-icon-with-text-style-02:after{
    content:'';
    width:120px;
    height:4px;
    background:var(--base-color);
    left:0; right:0; margin:0 auto;
    bottom:0;
    position: absolute;
 }
 .feature-box-icon{
    width:120px;
    height:120px;
    line-height:100px;
    margin:30px auto;
    background:var(--yellow);
    position:relative;
    border-radius:50%;
    border:10px solid #f9ffc0;

 }
 .feature-box-icon2{
    width:120px;
    height:120px;
    line-height:120px;
    background:var(--yellow);
    border-radius:50%;
    border:10px solid #f9ffc0;
    text-align: center;
    display: block;
 }
 .feature-box-icon2 h3{
    line-height:100px;
 }
 .feature-box{
    padding:20px;
 }
 .feature-box.feature-box-left-icon-middle:focus  .feature-box-icon2 h3{
    color:var(--base-color);
 }
 .leaderships{
    padding:60px 0 30px 0;
 }
  .leaderships img{
    border-radius:10px;
  }

.rice-left-img{
    position:relative;
}

.rice-left-img:before{
    content:'';
    position: absolute;
    width:100px;
    height:100px;
    border-radius:0 100px 100px 0;
    background-color:var(--yellow);
    right:-30px;
    bottom:180px;
    z-index: -9;
}
.rice-left-img:after{
    content:'';
    position: absolute;
    width:150px;
    height:150px;
    border-radius:0 100px 100px 0;
    background-color:var(--base-color);
    right:-60px;
    bottom:20px;
    z-index: -9;
}
.lalbaba-logo{
    max-height:80px;
}
.p-relative{
    position: relative;
}
.btn-area{
    position:relative;
    padding:10px 0;
    background:#000;
}

.cl-about-block-wrap__button-block ul{
    display: block;
    text-align: center;
    margin:0 auto ;
    
}
.cl-about-block-wrap__button-block li{
    margin:10px;
    border-radius:10px;
    display: inline-block;
}
.cl-about-block-wrap__button-block li a{
    border-radius:10px;

}
.agri-product-lists ul{
  display:block;
}
.agri-product-lists ul li{
  display: inline-block;
  margin: 10px;
}
.agri-product-lists ul li a{
  border-radius:10px;

}
.services-box-style-03 img{
  max-width:300px;
  margin:20px auto;
  display: block;

}
.services-box-style-03{
  background:#fff;
}
.services-box-style-03 a{
  max-height:60px;
  min-height:60px;
}
.services-box-style-03 p{
  min-height:200px;
  max-height:200px;
  font-size:15px;
  line-height:24px;
}
.content-box3{
  position:relative;
}
.content-box3:after{
  content:'';
  position: absolute;
  width:100px;
  height:6px;
  background:var(--base-color);
  left:0;
  right:0;
  margin:0 auto;
  bottom:0;
  border-radius:10px;
}
.content-box3:before{
  content:'';
  position: absolute;
  width:50px;
  height:20px;
  background:var(--base-color);
  left:0;
  right:0;
  margin:0 auto;
  top:-20px;
  border-radius:50% 50% 0 0;
}
.explore-btn{
  display:block;
  padding:0;
  margin:0 auto;
}
.explore-btn a{
  display: flex;
}
.explore-btn span{
  align-items:center;
}
.packaging-list{
  margin:20px 0 0 0;
  padding:0;
}
.packaging-list li{
  padding:10px 15px;
  background:#e6ecec;
  border-left:5px solid var(--base-color);
  display: inline-block;
  margin:10px 6px;
  border-radius:5px;
  color:#000;
  font-weight:600;
  font-size:16px;
}
.fssai-logo{
  max-width:100px;
  margin:10px;
  float: left;
}
.carousel-indicators button.thumbnail {
  width: 80px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.carousel-indicators {
  position: static;
}
@media screen and (min-width: 992px) {
  .carousel {
    max-width: 100%;
    margin: 0 auto 60px auto;

  }
}

.carousel-item img{
  height:350px;
  object-fit: cover;
  border-radius:6px;
}
.tab-content {
  padding: 30px;
  border: 1px solid #ddd;
  background:#fff;
}
.nav-tabs .nav-link {
  font-weight: 400;
  color: var(--white);
  background:var(--dark-gray);
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
  border: 0;
  margin-bottom: 0;
  font-size: 16px;
  padding:10px 30px;
}
.nav-tabs .nav-link.active {
  background-color: var(--base-color);
  color: var(--white);
  border-radius: 0;
}
.nav-tabs .nav-item {
  border-left: 1px solid var(--color-black);
}
.details-tab .nav-tabs>li.nav-item {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 5px;
}
.tab-ul li {
  padding: 12px 0px 12px 20px;
  font-size: 15px;
    list-style: none;
    padding: 12px 5px 12px 12px;
    background: #fefefe;
    color:#333;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
}
.details-tab p{
  color:#333;
  margin-bottom:10px;
  font-size:16px;
}
@media only screen and (max-width: 600px) {
  .rice-left-img img{
    margin-bottom:30px;
  }
  .carousel {
    margin-bottom:50px;
  }
  .small-screen .page-title-large{
    margin-top:80px;
  }
  .navbar .navbar-nav .dropdown:after {
    display: none;
}
}
.contact-box-content span i{
 margin-right:10px;
 color:var(--base-color);
 font-size:14px;
}
.social-icon a:hover{
  color:var(--yellow);
}
.location-bg{
  background-size:contain;
  background-repeat:no-repeat;

}
.pulses-table{
  padding:20px;
  background:#fff;
}
.pulses-table ul li{
  list-style: circle;

}
.custom-image-icon2 {
  max-width:100px;
}
.highlight-text{
PADDING:10PX;
background:var(--yellow);
}
.banner-slider:before{
  content:'';
  position:absolute;
  background:url(../images/page-title-top.png) no-repeat;
  background-size:100%;
  top:-15px;
  width:100%;
  height:20px;
  z-index: 9;
}
.banner-slider:after{
  content:'';
  position:absolute;
  background:url(../images/page-title-bottom.png);
  bottom:-15px;
  width:100%;
  height:20px;
  z-index: 9;
}
.award-box-style-02 h5{
  min-height:60px;
}
.award-box-style-02 p{
  min-height:220px;
  max-height:220px;
}
.award-box-style-02:before{
  content:'';
  position:absolute;
  width:60px;
  height:25px;
  background:var(--base-color);
  top:0px;
  left:0;
  border-radius:10px 0 100px 0;
}
.award-box-style-02:after{
  content:'';
  position:absolute;
  width:160px;
  height:6px;
  background:var(--base-color);
  bottom:0;
  left:0; right:0;
  margin:0 auto;
  border-radius:100px 0 100px 0;
}
.testi-box-01 p{
  min-height:250px;
  max-height:250px;
}
.pdf-icon{
  max-width:50px;
}
.seed-box p{
  position:relative;
  background: #fefefe;
}
.seed-box p:before{
  content:'';
  width:20px;
  height:20px;
  background:var(--base-color);
  position:absolute;
  left:0;
  bottom:0;
  border-radius:0 20px 0 0;
}
.seed-box p:after{
  content:'';
  width:20px;
  height:20px;
  background:var(--base-color);
  position:absolute;
  left:0;
  top:0;
  border-radius:0 0 20px 0;
}
/*flow chart*/
.box-group{
  font-size:12px;
}
.svg-container { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden; 
}

.svg-content { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
footer p{
  color:var(--white) !important;
}
.gallery-box h6{
  color:var(--white);
}
.csr-bullet-img{
  max-height:60px;
  width:60px;
  object-fit: cover;
  border-radius:5px;
  border:1px solid #ddd;
  padding:10px;
}

/**/
.wrapper {
  margin: 0 auto;
  width: 100%;
}
.inner-wrapper-padding {
  padding: 0 80px;
}

.about-timeline{background-color:#f3f3f3; padding: 140px 0 125px;}

.timeline-box h6{font-size: 36px; line-height: 1; color: var(--base-color); font-weight: 700; 
  font-family: 'Poppins', sans-serif;background-color: #f3f3f3;position: relative; z-index: 1; 
  display: inline-block; width: auto;margin-top: 0; 
  transform: translate(0,-50%);} 
.timeline-box h6:before{
  content:'';
  background:url(../images/milestone.png) no-repeat;
  background-size:100%;
   width:120px;
   height:120px;
   position:absolute;
   top:-70px;
   left:-25px;
   z-index: -1;
}
.timeline-box p{font-size: 18px; line-height: 27px; color: #000000; font-weight: 400;margin-bottom: 26px;font-family: 'Inter', sans-serif;} 
.timeline-box p:last-of-type{margin-bottom:15px;} 
.start-point h4{font-size: 17px; line-height: 23px; color: #ffffff; font-weight: 600;text-transform: uppercase;background-color: var(--base-color);border-radius: 16px;display: block; width: auto; text-align: center; padding: 5px 25px;position: relative;margin-bottom: 45px;font-family: 'Inter',sans-serif;} 
.black-dot{width: 21px;height: 21px;background-color: #000;border-radius: 50%;display: block;margin: 0 auto 62px;z-index: 1;} 
.start-point{position: relative;display: flex; justify-content: center; flex-direction: column; align-items: center} 
.start-point:before{content:'';position: absolute;left: 0;height: 100%;width: 0px;background-color: #aaa;left: 50%;top: 0;transform: translate(-50%,0%);-webkit-transform: translate(-50%,0%);-moz-transform: translate(-50%,0%); border-left: 1px solid #333;} 
.timeline-row .horizontal-line {border-top: 1px solid #333; width: calc(100% - 150px); margin: 0 auto; position: absolute; top: 0; left: 50%; z-index: 0; transform: translate(-50%,0%); }
.timeline-row .verticle-line { margin: 0; padding: 0; width: 2px; border-right: 1px solid #333; height: calc(100% - 150px); position: absolute; top: 0; right: 0; margin: auto 0; bottom: 0; } 
.timeline-row:nth-child(2n+2) .verticle-line { left: 0; right: inherit; } 
.corner { position: absolute; border-right: 1px solid #333; width: 76px; height: 76px; right: 0; border-top: 1px solid #333; top: 74.9px; border-radius: 0 70px 0 0;top: 0; } 
.timeline-row:nth-child(2n+2) .corner { right: inherit; left: 0; border-left: 1px solid #333; border-right: 0; border-radius: 70px 0 0 0; } .corner.bottom { bottom: -76px; top: inherit; border-radius: 0; border-top: 0; border-bottom: 1px solid #333; border-radius: 0 0 70px 0; right: 0;z-index: 1;bottom: -1px; } 
.timeline-row:nth-child(2n+2) .corner { right: inherit; left: 0; border-left: 1px solid #333; border-right: 0; border-radius: 70px 0 0 0; } 
.timeline-row:nth-child(2n+2) .corner.bottom { border-radius: 0 0 0 70px; } 
.timeline-row { display: flex; justify-content:space-around; flex-wrap: wrap; padding-bottom: 0px; position: relative;/*padding: 0 66px 130px;margin-right: 111px;*/ } 
.timeline-row:nth-child(2n+2) { justify-content: space-around;text-align: right; padding:  0 2%; } 
.timeline-row:nth-child(2n+2) { flex-direction: row-reverse; } 
/*.timeline-row:nth-child(2n+2) .timeline-content-txt { text-align: center; }*/
.timeline-box { /*padding: 45px 50px 130px;*/ max-width: 550px;margin-right: 25px; position: relative;} 
.timeline-main{margin-top: 75px;} 
.timeline-row:first-child {margin: 0 0px 0 auto; max-width: 50%; justify-content: space-between; padding: 0 0 0 120px; }
.corner.bl{bottom: 0;left: 0;border-left: 1px solid #333; border-bottom: 1px solid #333; border-radius: 0 0 0px 100%; border-right: none; border-top: none; height: 76px; width: 76px;} .start-point .corner.bl{left: 50%; bottom: 0px; transform: translateY(100%); top: unset;} 
.timeline-box:before{content: '';position: absolute;left: 0;top: 27.5px;height: 1px;width: 100%;} 
.timeline-box-wrap { padding: 45px 0px 0; position: relative; background: #f3f3f3; /*min-height: 318px;*/padding: 0;margin-bottom: 90px; } 
/*.timeline-row:after{content: ''; position: absolute; left: 50%; top: 74.5px; height: 1px; width: 91%; background-color: #aaa; transform: translateX(-50%);top: 0;} .timeline-row .verticle-line { margin: 0; padding: 0; width: 1px; border-right: 1px solid #333; height:calc(100% - 126px); position: absolute; top: calc( 50% + 75px );; right: 0; margin: auto 0; bottom: unset; transform: translateY(-50%);top: 50%; } */
.timeline-row:first-child::after {left: -54px;width: 97%; transform: none; } 
/*.timeline-row:first-child .timeline-box:last-child{margin-right: 5%;} */
.timeline-content { padding: 10px 10px 0;} 
.timeline-content-txt { padding: 10px 0 0 0; } 
.timeline-box.img-right .timeline-content,.timeline-box.img-left .timeline-content{display: flex; align-items: flex-start;} 
.timeline-box.img-right .timeline-content img{margin-left: 18px;} 
.timeline-box.img-left .timeline-content img{margin-right: 18px;} 
.timeline-box.img-left .timeline-content{flex-direction: row-reverse;} 
.timeline-row:first-child .timeline-box:first-child img{filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));-webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));display: block;margin: 0;} 
.timeline-box-wrap .timeline-content img {filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));-webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));z-index: 2;position: relative;} 
.timeline-row:last-child .corner.bottom{display: none;} 
.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap{text-align: center;}
.start-point.end-point:before{display: none;}
.start-point.end-point{ position: absolute; bottom: 0; right: 0%; transform: translateX(50%); }
.timeline-row:nth-child(2n+2) .start-point.end-point{left: 0;transform: translateX(-50%);right: unset;}

.timeline-box.img-right .timeline-content-txt {text-align: right;}
.timeline-box.img-left .timeline-content-txt {text-align: left;}
.timeline-box.img-left, .timeline-box.img-right {text-align: center;}
.timeline-row:first-child .timeline-box::after {left: auto; right: 0; -webkit-transform: translate(100%,-50%) rotate(0deg); transform: translate(100%,-50%) rotate(0deg);}
.timeline-row:first-child .timeline-box:first-child {width: 36%;}
.timeline-row .timeline-box:nth-child(3)::after {display: none;}
.timeline-row:last-child .verticle-line::after {display: none;}
.timeline-row:first-child .timeline-box:nth-child(2)::after {display: none;}

.timeline-content-img .timeline-content {position: relative;}

/*==============Responsive==============*/


@media screen and (max-width: 1800px) {

.timeline-box {max-width: 460px;}
.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 220px; max-height: 230px;}
.timeline-box-wrap .timeline-content img {max-width: 100%;}
}




@media screen and (max-width: 1600px){

.timeline-row:first-child .timeline-box:first-child {width: 38%;}
.timeline-box {max-width: 380px;}
.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 180px; max-height: 190px;}
.about-timeline {padding: 120px 0 100px;}
.timeline-box p {font-size: 16px;}
}

@media screen and (max-width: 1440px) {

.about-timeline {padding: 30px 0 40px;}
.start-point h4 {font-size: 15px; letter-spacing: 0;}
.timeline-row:first-child .timeline-box:first-child {width: 45%;}
.timeline-box p {font-size: 15px; line-height: 1.4;}
.timeline-box {max-width: 300px;}
.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 140px; max-height: 200px;}
.timeline-box-wrap .timeline-content img {max-width: 100%;}
.timeline-row:first-child .timeline-box:nth-child(2) {width: 150px;}
}


@media screen and (max-width: 1199px) {
.about-timeline {padding: 90px 0 60px;}
.timeline-box h6 {font-size: 34px;}
.timeline-box {max-width: 240px;}
.timeline-row:first-child {padding: 0 0 0 60px;}
.timeline-row:first-child .timeline-box:first-child {width: 42%;}
.timeline-box.img-right .timeline-content, .timeline-box.img-left .timeline-content {flex-wrap: wrap;}
.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 180px; max-height: 200px;}
.top-timeline-arrow.timeline-content-img .timeline-content::after {right: 0;}
.img-right.timeline-content-img .timeline-content::after {top: -20px; right: -45px;}
.timeline-box.img-right .timeline-content-txt {width: 90%;}
}

@media screen and (max-width: 1024px) {
.corner {display: none;}
.timeline-row .horizontal-line {display: none;}
.timeline-row:first-child {max-width: 100%; padding: 0;}
.timeline-main {margin-top: 0;}
.timeline-row .verticle-line {right: 50%; transform: translate(50%,0); height: calc(100% - 0px);}
.timeline-row:nth-child(2n+2) .verticle-line {left: auto; right: 50%;}
.verticle-line::after {display: none;}

.timeline-row .timeline-box {width: 100%; max-width: 100%; margin: 0;}
.timeline-row:first-child .timeline-box:first-child {width: 100%; margin: 0;}
.timeline-row:first-child .timeline-box:nth-child(2) {width: 100%;}
.timeline-box p br {display: none;}
.timeline-box h6 {transform: translate(0,-0%); padding: 0;}
.timeline-content {padding: 0;}
.timeline-box.img-right .timeline-content-txt {width: 100%;}
.start-point.end-point {right: 50%;}
.start-point h4 {margin-bottom: 0;}
.about-timeline {padding: 80px 0;}
.timeline-box::after {-webkit-transform: translate(-100%,100%) rotate(180deg); transform: translate(-100%,100%) rotate(180deg); right: 50%; top: 20px; left: 50%;}
.timeline-box-wrap {width: 50%; text-align: right; padding: 0 30px 0 0; margin: 40px 0;}
.timeline-row .timeline-box img {margin: 0 0 0 auto;}
.timeline-row:first-child .timeline-box:nth-child(2)::after {display: block;}
.timeline-row:first-child .timeline-box:first-child img {margin: 0 0 0 auto;}
.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {margin: 0 0 0 auto;}
.timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {margin: 40px 0 0 auto; padding: 0 0 0 30px; text-align: left;}
.timeline-row:nth-child(2n+1) .timeline-box::after {left: auto; right: 50%; -webkit-transform: translate(0%,100%) rotate(180deg); transform: translate(0%,100%) rotate(180deg); top: 20px;}
.timeline-row .timeline-box:nth-child(2n)::after {transform: translate(100%,100%) rotate(0deg); -webkit-transform: translate(100%,100%) rotate(0deg); right: 50%; left: auto;}
.timeline-row .timeline-box:nth-child(3)::after {display: block;}
.timeline-box.img-left .timeline-content-txt {text-align: right;}
.timeline-row:last-child {padding-bottom: 70px;}
.inner-wrapper-padding {
  padding: 0 30px;
}
}

@media screen and (max-width: 767px) {

.about-timeline {padding: 50px 0;}
.timeline-box h6 {font-size: 27px;}
.timeline-box p {font-size: 14px; line-height: 1.4;}
.timeline-box-wrap {margin: 30px 0;}
.timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {margin: 30px 0 0 auto;}
.timeline-box::after, .timeline-row:nth-child(2n+1) .timeline-box::after {top: 6px;}
.timeline-box-wrap .timeline-content img {max-width: 100%;}
.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 100%; max-height: unset;}
.timeline-box h6:before {
  width: 95px;
  height: 84px;
  top: -53px;
  left: -25px;
  z-index: -1;
}
.inner-wrapper-padding {
  padding: 0 20px;
}
}
.logo-slider img{
  max-height:100px;
  padding:10px;
  background:#fff;
  filter: grayscale(100%);
  border:1px solid #ccc;
}

#cubeContainer {
  -webkit-perspective: 1200;
  -moz-perspective: 1200px;
  -ms-perspective: 1200;
  perspective: 1200;
  -webkit-perspective-origin: 50% 100px;
  -moz-perspective-origin: 50% 100px;
  -ms-perspective-origin: 50% 100px;
  perspective-origin: 50% 100px;
  margin: 50px auto 20px auto;
  width: 100%;
  height: 260px;
}

#cubeContainer #spinner {
  position: relative;
  margin: 0 auto;
  height: 251px;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100px 0;
  -moz-transform-origin: 50% 100px 0;
  -ms-transform-origin: 50% 100px 0;
  transform-origin: 50% 100px 0;
  -webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
}

#cubeContainer #Ycube,
#cubeContainer #Zcube {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#cubeContainer .face {
  position: absolute;
  height: 251px;
  width: 100%;
  padding: 0px;
}

#spinner .one {
  -webkit-transform: translateZ(225px);
  -moz-transform: translateZ(225px);
  -ms-transform: translateZ(225px);
  transform: translateZ(225px);
}

#spinner .two {
  -webkit-transform: rotateY(90deg) translateZ(225px);
  -moz-transform: rotateY(90deg) translateZ(225px);
  -ms-transform: rotateY(90deg) translateZ(225px);
  transform: rotateY(90deg) translateZ(225px);
}

#spinner .three {
  -webkit-transform: rotateY(180deg) translateZ(225px);
  -moz-transform: rotateY(180deg) translateZ(225px);
  -ms-transform: rotateY(180deg) translateZ(225px);
  transform: rotateY(180deg) translateZ(225px);
}

#spinner .four {
  -webkit-transform: rotateY(-90deg) translateZ(225px);
  -moz-transform: rotateY(-90deg) translateZ(225px);
  -ms-transform: rotateY(-90deg) translateZ(225px);
  transform: rotateY(-90deg) translateZ(225px);
}

.trans {
  width:100%;
  object-fit: contain;
}
.cl-about-block-wrap__button-block i{
  padding-right:10px;
}

/* core values */
.rts-service-main-wrapper-10 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E3E0E6;
}
.rts-service-main-wrapper-10 .signle-service-style-10 {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
.rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper {
  padding: 30px;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}
.rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper .icon {
  margin-bottom: 45px;
}
.rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper .title {
  margin-bottom: 12px;
}
.core-bg-1{
  background:#1c66b3;
  color:#fff;
}
.core-bg-2{
  background:#399ad6;
  color:#fff;
}
.core-bg-3{
  background:#dba13b;
  color:#fff;
}
.core-bg-4{
  background:#bb821d;
  color:#fff;
}
.core-bg-5{
  background:#0d7365;
  color:#fff;
}
.core-bg-6{
  background:#16a796;
  color:#fff;
}
.csr-box{
  padding:20px;
  border-radius:10px;
  min-height:150px;
  margin-top:10px;
}
.csr-box p{
  color:#fff;
}
.csr-bg-1{
  background:#1c66b3;
}
.csr-bg-2{
  background:#399ad6;
}
.csr-bg-3{
  background:#73c0f0;
}
.csr-box-2{
  padding:20px 20px 5px 20px;
  background:#f5f2ec;
  border-radius:5px;
}
.csr-box-2-img{
  margin:10px 0;
}
.csr-box-3{
  padding:20px;
  border-radius:10px;
  color:#fff;
}
.csr-bg-5{
  background:#0d7365;
}
.csr-bg-6{
  background:#16a796;
}
.site-amazing-features {
  background: url(../images/features-bg.png) no-repeat center 3.4375rem;
  background-size: cover;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .site-amazing-features {
      background:none
  }
}

.site-amazing-features .features {
  display: inline-block;
  margin-bottom: 3.125rem;
  position: relative;
  cursor: pointer;
  z-index: 10;
  padding:20px;
  text-align: left;
  border-radius:10px;
  transition: transform all 0.3s ease;
}
.site-amazing-features .features:hover i.fa,.site-amazing-features .features:hover {
  padding:22px;
  border-radius:15px;
  transform: scale(1.1);
  transition: transform 0.3s;
}
.sustain-bg-1{
  background:#1c66b3;
  color:#fff;

}
.sustain-bg-2{
  background:#399ad6;
  color:#fff;

}
.sustain-bg-3{
  background:#73c0f0;
  color:#fff;

}
.sustain-bg-4{
  background:#0d7365;
  color:#fff;

}
.sustain-bg-5{
  background:#16a796;
  color:#fff;

}
.sustain-bg-6{
  background:#2bc7b4;
  color:#fff;

}
.site-amazing-features .features.move {
  top: 5.625rem;
}

@media screen and (max-width: 767px) {
  .site-amazing-features .features.move {
      top:0
  }
}

.site-amazing-features .features figure {
  border-radius: 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  border: .125rem solid #6f6f6f;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
  background: #fff;
  transition: .3s linear;
  transition-property: border-color,box-shadow;
  position: relative;
  z-index: 1;
  box-shadow: none
}

.site-amazing-features .features figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 6.25rem;
  border: .5rem solid #fff;
  z-index: -1;
  transition: .3s linear;
  transition-property: background
}

.site-amazing-features h5,.site-amazing-features p {
  font-family: inherit;
  padding: 0;
  display: block;
  clear: both;
  width: 100%
}

.site-amazing-features p {
  margin: 0
}

.site-amazing-features .device {
  margin-top: 2.5rem
}