/* @import 'animate.css';*/
 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html,body,* { scroll-behavior:smooth;}

  html, body {
    overflow-x:hidden;
    width:100%;
   
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}




.about-section{

}

.yearBox {
    position: absolute;
    bottom: 140px;
    color: #000;
    background: #e7eaf0;
    height: 110px;
    width: 170px;
    text-align: center;
    border-radius: 75px 75px 10px 10px;
    font-size: 18px;
    font-weight: 600;
}
.yearBox h4 {
    font-size: 102px;
    line-height: 110px;
    color: #ed1c24;
    margin-top:-54px; 
    margin-bottom: 6px;
    /*background: url(../../images/42.jpg);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: bottom;*/

}
 
.productBox .title_all_box{
  margin-bottom: 45px;
}
.fancybox-slide.fancybox-slide--image {
    /*display: flex!important;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.fancybox-slide>*{
  transform: translate(-50%, -50%)!important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin:0;
}
/*.team-section {
    padding-bottom: 95px;
}
*/
.title_all_box.style_six .title_sections{
  margin-bottom:55px;
}
.footer-copyright p{font-size:14px;margin-bottom:0}
.footer-copyright ul li{font-size:14px;margin-bottom:0}
.mapBox{
    position: relative;
    margin:60px 0 20px;
}
.mapText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 100px;
}
.mapText h3{
    color: #fff;
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
}
.mapBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* background: linear-gradient(300deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0.04) 100%); */
    opacity: 0.4;
    z-index: 1;
}
.contntent.media {
    width: 100%;
    display: grid!important;
    grid-template-columns: 1fr;
    align-items: baseline;
    justify-content: end;
}
.top_bar .top_inner .common_css .contntent .text {
    position: relative;
    text-align: end;
    margin-right: 16px;
}

/*goog-te-gadget {
    color: var(--text-color-light);
    white-space: nowrap;
    line-height: 19px;
    text-align: center;
}
div#\:0\.targetLanguage {
    display: flex;
    justify-content: end;
    text-align: end;
    height: 22px;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    height: 31px;
    width: 180px;
    color:var(--text-color-light);
}
.goog-te-gadget{height: 60px;}*/

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link,.goog-te-gadget{color:var(--text-color-light)!important;}

.top_bar .top_inner{
      display: flex;
    align-items: center;
    justify-content: space-between;
}
.borderBox {
    position: relative;
    line-height: 110px;
    border: 1px solid var(--border-color-dark);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left: 0px;
    right: 0;
    top: 0px;
    display: block;
    margin: 0 auto 15px;
    padding: 12px;
    transition: all 0.6s ease-in-out;
    z-index: 10;
}
.borderBox .icon_bg_rotate::before{
  top: 4px;
    right: 39px;
}
.productImg {
    position: absolute;
    top: 20px;
    right: 40px;
}
.product-2-img .productImg{
   top:1px;
}
.image_grid_content.style_two .mg_image_box:hover .productImg{
  -webkit-animation: smallImg 10s infinite linear;
  animation: smallImg 10s infinite linear;
}
.image_grid_content.style_two .mg_image_box:hover .img{
  transform: scale(1.5);
  transition: all .6s ease-in-out;
}
@-webkit-keyframes smallImg {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes smallImg {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.footer_area .curve_shape_top_1 svg path{fill: #f0f3f9;}
.bannerSlider .owl-carousel.owl-drag .owl-item{
      height: 750px;
}
.style_page_twelve .slide-item-content .slider_image img{
  max-width: 378px;
  width: fit-content;
  
}
.bannerSlider .owl-carousel.owl-drag .owl-item{
  position: relative;
  z-index: 1;
}
.bannerSlider .owl-carousel.owl-drag .owl-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004a;
  z-index: 1;
}
.medium-container.no_img {
    padding-top: 100px;
    text-align: center;
}
.dropdown:hover > .dropdown-item.nav-link > span {
    color: #ed1c24;
}

.mapSec{margin-top:40px;}
.aboutPage .image_box_new.type_two{padding-bottom: 40px;}
.aboutPage .title_all_box.style_seven p,.aboutPage p{text-align:justify;}



/*gallery style here*/
#gallery{
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:800px){
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:600px){
  #gallery{
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
}  
}
#gallery img,#gallery video {
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul.dropdown-menu.bigSize {
    width: 365px;
}
.service_box.style_one .service_content .content_inner{
    -webkit-animation: smallImg 10s infinite linear;
    animation: smallImg 10s infinite linear;
}
.table th {
    background: #272b34;
    color: #fff;
}
.table tr td:first-child{text-align:start;}
.table tr td{text-align:center;}
.table-hover>tbody>tr:hover>*{
  color:var(--primary-color-one);
}
.service_wrapper{
  display:grid;
  gap:15px 0;
}
.service_box.style_one .service_content{padding: 30px 30px 10px;}
.service_box.style_one .service_content:hover{
    transform: unset;
}
.page_header_default .parallax_cover{min-height: 398px;}
.service_box.style_one .service_content .content_inner{width: 241px;margin: auto;}
.service_box.style_one .service_content .content_inner img {width: 100%;/* max-width: 100%; */}
.footer_widgets.clearfix.productsFootLinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.project_box.style_three .content_inner p {margin: 18px 0;}
.content_inner ul {list-style: none;margin: 15px 0 0;padding: 0;}
.content_inner ul li {display: inline-block;word-break: break-word;}
.content_inner ul li a,.project_box.style_three .image .text ul li a {color: #000;}
.content_inner ul li a:hover,.project_box.style_three .image .text ul li a:hover {color: var(--menu-active-color);}
.project_box.style_three .image .text ul{}
.project_box.style_three .image .text ul li{display:inline-block;margin-right:5px;}
.project_box.style_three .image .text h6{margin-bottom:10px;}
.secBoxLeft.project_box.style_three .image{left:0;right:auto;}
.secBoxLeft.project_box.style_three .content_inner{float: right;}
.project_box.style_three .content_inner h2{position: relative;    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-dark);
    display: block;}
.project_box.style_three .content_inner,.project_box.style_three .image{width: 50%!important;}
.galleryPage{padding:90px 0 20px;}
.galleryPage .project_box.type_two .image_box img{height:auto!important;}
.galleryPage .loopBox{width:260px;height:260px;margin: 0px 22px 22px 0px;display:inline-block;}
.galleryPage .project_box.type_two .gradient{display:none;}
.galleryPage .row {row-gap: 25px;}
.galleryPage ul{    border-bottom: 1px solid #ebebeb;padding-bottom: 16px;}
.galleryPage ul li{margin-right:5px;}
.galleryPage ul li button{background-color: #282f3b !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px !important;
}
.galleryPage ul li button.active,.galleryPage ul li button:hover{background-color:var(--primary-color-one)!important;}

/*gallery style here*/

.certificates .project_box.type_two .gradient{
  background:transparent;
}
.certificates .project_box.type_two .image_box a span{color:var(--primary-color-one);}
.certificates .project_box {border: 1px solid #cdcdcd;border-radius: 10px;overflow: hidden;}
.qaPage {
  background-image: url(../images/service-bg-1.jpg);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.qaPage ul{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:15px
}
.qaPage ul li {
  /* margin-top: 20px; */
  margin-bottom: 0;
  font-size: 19px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* min-height: 65px; */
  padding: 11px;
  display: flex;
  /* align-items: center; */
  border-radius: 5px;
  position: relative;
  padding-left: 58px;
  background: #fff;
  /* background: #272b34; */
  /* background: #4e5259; */
  color: #000;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(90deg, #272b34 0%, #282f3b 47.92%, #ed1c24 100%);
  border-radius: 5px;
}
.qaPage ul li::before {
  content: '';
  background-image: url(../images/icons/check.png);
  position: absolute;
  top: 18px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  /* filter: brightness(9); */
}
/* .qaPage ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
} */

.qaPage ul li:first-child{
  margin-top: 0px;
}
.qaPage ul li:nth-child(2),
.qaPage ul li:nth-child(3),
.qaPage ul li:nth-child(6){
  /* background:#eb4248; */
  /* color:#fff; */
}
/* .qaPage ul li:nth-child(2)::after,.qaPage ul li:nth-child(3)::after,.qaPage ul li:nth-child(6)::after{
  background: #272b34;
} */

.qaPage ul li::before{}

.disPone{display:none;}
.bigMap img {
  width: 100%;
}
.bigMap img {
  width: 100%;
}
/* .indiaMap {
  position: absolute;
  top: 144px;
  right: 260px;
  z-index: 99;
  width: 190px;
  height: 190px;
} */
.imagepin .pins {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}





.map {
  margin-top: 3em;
  position: relative;
  /*
    &-marker-india {
      left: 69%;
      top: 44%;
    }

    &-marker-poland {
      left: 50%;
      top: 17%;
    }
  */
}
.map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  /* top: -212px; */
  /* background: #000; */
  /* width: 100%; */
  /* height: 211px; */
  top:0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.map-marker {
  position: absolute;
}
.map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ed1c24;
  content: "";
  left: 5px;
  margin: -0.5em 0 0 -0.5em;
  opacity: 0;
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
}
/* .map-marker:before {
  content: '';
  background-image: url(../images/pin.webp);
  background-size: contain;
  width: 20px;
  height: 22px;
  position: absolute;
  background-repeat: no-repeat;
  top: -9px;
} */
.map-marker:hover .map-marker-info {
  display: block;
}
.map-marker a {
  background-color: #ed1c24;
  border-radius: 50%;
  display: block;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
}
.map-marker-chennai {
  left: 72%;
  bottom: 37%;
}
.map-marker-mh {
  left: 67.8%;
  top: 51%;
}
.map-marker-panipat {
   left: 70%;
   top: 35%;
}
.map-marker-brussel {
  left: 70.3%;
  top:37.1%;
}
.map-marker-kolkata {
  right: 21.9%;
  top: 41%;
}

.map-marker-turkey {
  left: 57.6%;
  top: 32.5%;
}
.map-marker-uae {
  left: 64.1%;
  top: 42.4%;
}
.map-marker-egypt {
  left: 56.8%;
  top: 39.5%;
}
.map-marker-afric {
  left: 58%;
  top: 59.8%;
}
.map-marker-china {
  right: 17.1%;
  top: 39.1%;
}
.map-marker-vietnam {
  right: 19.7%;
  top: 50.4%;
}

.map-marker-jordan {
    left: 59.8%;
    top: 36.5%;
}


.map-marker-malaysia {
  right: 21.4%;
  top: 55.6%;
}

.international.map-marker a {
  background-color: #0e00d2;
}
.international.map-marker:after{border: 1px solid #0e00d2;}
.map-marker-kolkata:after {
  animation-delay: 3s;
}
.map-marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 20em;
  z-index: 999;
}
.map-marker-info .showHead {
  background-color: #ed1c24;
  border-radius: 0.5em 0.5em 0 0;
  color: #fff;
  padding: 0.5em 1em;
}
.international .map-marker-info .showHead{background-color: #0a0278;}
.map-marker-info main {
  background-color: #fff;
  border-radius: 0 0 0.5em 0.5em;
  color: #7e7e7e;
  padding: 0.5em 1em;
}
.map-marker-info .showHead {
  margin-bottom: 0;
  color:#fff;
  font-size: 22px;
}
.map-marker-info-inner {
  border-radius: 0.5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
}
.map-marker-info-inner:after {
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1em solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}
.international .map-marker-info-inner:after{
  border-top: 1em solid #0a0278;
}
.international .map-marker-info{width: 10em;}
.international .map-marker-info h2{text-align:center;}
.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-bounce-in {
  animation-duration: 0.75s;
  animation-name: bounce-in;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }
  8% {
    opacity: 0.4;
  }
  10% {
    opacity: 0;
    transform: scale(1);
  }
}
.animate-pop {
  animation-duration: 1s;
  animation-name: pop;
}
.project_all_styles .row > div {
    padding-right: 0;
}
.readBoxBig {
  width: 100%;
  height: 335px;
  /* background-color: #eeeeee; */
  margin: 9px 0 0 5px;
  position: relative;
  border-radius: 10px;
  top: 0;
  /* border: 3px solid #000000; */
  box-shadow: -7px -7px 0px 0px #e91e63, 5px 7px 0px 0px #e91e63;
  transition:all 0.5 ease-in-out;
}
.readBoxBig a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--creote-family-one);
  color:var(--primary-color-two);
  text-transform:uppercase;
}
.readBoxBig:hover{
  box-shadow: -7px -7px 0px 0px var(--primary-color-two), 5px 7px 0px 0px var(--primary-color-two);
}
.readBoxBig:hover a{
  color:var(--primary-color-two);
}


.ourBranches{
  padding:55px 0 0;
}
.ourBranches .row{
  row-gap:25px;
  justify-self:center;
}
.ourBranches h2{
  margin-bottom:25px;
}
.innerAddressBox {
  height: 100%;
  border: 1px solid var(--border-color-dark);
}
.innerAddressBox .contact_box_content.style_one .contact_box_inner {
  height: 100%;
  border: none;
  padding: 20px 14px;
}
.innerAddressBox .contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx{
  bottom:auto;
  top: 20px;
}
.galleryPage .row {
  /* justify-content: center; */
}




/*==================================================================================================*/
/* My New css Code 05-Sep-2024  */
/*==================================================================================================*/


.loader {
  height: 30px;
  aspect-ratio: 2.5;
  --_g: no-repeat radial-gradient(farthest-side,#ed1d24 90%,#0000);
  background:var(--_g), var(--_g), var(--_g), var(--_g);
  background-size: 20% 50%;
  animation: l43 1s infinite linear; 
}
@keyframes l43 {
  0%     {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
  16.67% {background-position: calc(0*100%/3) 0   ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
  33.33% {background-position: calc(0*100%/3) 100%,calc(1*100%/3) 0   ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
  50%    {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 100%,calc(2*100%/3) 0   ,calc(3*100%/3) 50% }
  66.67% {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 100%,calc(3*100%/3) 0   }
  83.33% {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 100%}
  100%   {background-position: calc(0*100%/3) 50% ,calc(1*100%/3) 50% ,calc(2*100%/3) 50% ,calc(3*100%/3) 50% }
}



.innerAddressBox .contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx:hover {
    background: #ff9800;
}

.m-0{ margin:0 !important; }
.mb-15{ margin-bottom:15px !important; }

.innerAddressBox .contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
    position: unset;
    margin: 0;
}

.cnt_icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    column-gap: 15px;
}

.cnt_icon h3 {
    font-size: 20px;
}

/* Gallery  */
.gallery_main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.galleryPage .gallery_main .loopBox {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #ddd;
    border-radius: 15px;
}

.galleryPage .gallery_main .loopBox .project_box {
    margin: 0;
    height: 100%;
}

.gallery_main .project_box.type_two .image_box a span {
    /* color: #ee1d25; */
    /* background: #fff; */
    font-size: 30px;
    padding: 7px;
    border-radius: 0px;
    top: 0;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.galleryPage .gallery_main .loopBox .project_box .image_box {
    height: 100%;
}

.gallery_main .project_box.type_two .image_box a span:hover {
    /* background: #ee1d25; */
    /* color: #fff; */
}
.galleryPage .gallery_main .project_box.type_two:hover .image_box::before {
  opacity:0!important;
  transform:unset!important;
  transition: all 700ms ease 100ms;
}

/* Gallery  */



/*Milestone Here*/
/* Timeline container styling */
.bgImg {
  background-size: 1342px 859px;
  background-repeat: no-repeat;
  background-position: bottom;
}



/* Google translator Button  */
.translate {
    width: 180px;
    text-align: center;
    height: 10px;
}

.translate select {
    width: 100%;
    height: 38px;
    border: 1px solid #48505e !important;
    border-radius: 5px !important;
    padding: 0px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #48505e url(../images/selection-arrow.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #fff;
    text-transform: uppercase;
}

.goog-logo-link {
    display:none !important;
    font-size:0px !important;
} 
    
.goog-te-gadget{
    color: transparent !important;
    font-size:0px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none;
}
/* Google translator Button  */


.text-justify{ text-align:justify !important; }


.page_header_default .page_header_content .banner_title_inner .title_page.product_title {
    font-size: 30px;
    line-height: normal;
}


.nowrap {
    white-space: nowrap;
}


/* table color  */
.table th.bgclr_1 {
    background: #d35252;
}

.table th.bgclr_2 {
    background: #d3af52;
}

.table th.bgclr_3 {
    background: #52d390;
}

.table th.bgclr_4 {
    background: #6252d3;
}

.table th.bgclr_5 {
    background: #ce52d3;
}

.table th.bgclr_6 {
    background: #528ed3;
}

.table th.bgclr_7 {
    background: #d38f52;
}

.table th.bgclr_8 {
    background: #c1d352;
}
/* table color  */


/* Other Products  */
.other_p_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 20px;
}

.other_p_main .counter-block {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out all;
}

.other_p_main .counter-block:hover {
    transition: 0.5s ease-in-out all;
    background: #ed1c24;
}

.other_p_main .counter-block:hover .content_box h6 {
    color: #fff;
}

.other_p_main .counter-block .content_box h6 {
    margin: 0;
}
/* Other Products  */


.fact-section{
  position: relative;
  background-color:#f7f5f4;
  z-index: 1;
  padding:30px 0;
}
.pattern-shape-two .pattern-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pattern-shape-two .pattern-two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.fact-section{padding:70px 0;}
.boxOther {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: linear-gradient(90deg, #272b34 0%, #282f3b 47.92%, #ed1c24 100%); 
  padding:5px;
  -webkit-transition: ease-out 0.16s;
    transition: ease-out 0.16s;
  border-radius: 5px;
}
.boxOther:hover{
  background: linear-gradient(90deg, #ed1c24 0%, #282f3b 47.92%, #272b34 100%); 
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.boxOther .content{
  background:#fff;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  /* text-align: center; */
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  z-index: 0;
  padding: 5px;
}
.boxOther .content img {
  height: 55px;
  transition: 0.3s linear;
  transform: rotateY(0);
}
.boxOther:hover .content img {transform: rotateY(180deg);}
.boxOther .content::before {
  position: absolute;
  width: 100px;
  height: 90px;
  left: 0;
  top: 0;
  background-image: url(../images/dots.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.content h6 {
  font-size: 17px;
  padding: 0 10px;
  font-weight: 600;
}
.boxOther .content .circleBox{
  position: absolute;
  right: -52px;
  bottom: -52px;
  height: 110px;
  width: 110px;
  background: #f3f3f3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 40px 50px;
  border-radius: 50%;
  z-index: -1;
}
.boxOther:hover .content .circleBox{
  height: 130px;
  width: 130px;
}


.fillerImporters{
  /* background-image:url(../images/im.webp); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  /* background-color: #f5f7fc; */
  
}
.fillerBox {
  padding: 45px 55px;
}

.whyChoose{
  background-image: url(../images/service-bg-1.jpg);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.whyChooseOuter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 90px;
}
.whyChooseOuter .loopBox {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  border-left: 5px solid var(--primary-color-one);
}
.whyChooseOuter .loopBox h4 {
  margin-bottom: 10px;
}
.whyChooseOuter .loopBox p {
  text-align: justify;
}

.whyChooseOuter .loopBox .loopIcons {
  width: 90px;
  height: 80px;
  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
  margin-top: -60px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-block;
  background:var(--primary-color-one);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .loopBox .loopIcons {
  width: 110px;
  height: 110px;
  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
  margin-top: -80px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-block;
  background: #272b34;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.whyChooseOuter .loopBox .loopIcons img {
  /* height: 55px; */
  filter: brightness(10);
}
.countOne {
  font-size: 70px;
  position: absolute;
  top: -19px;
  right: 15px;
  z-index: 0;
  opacity: 0.1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  -webkit-text-stroke-width: 1px;
  font-weight: 700;
}

.productHome .container-fluid{padding:0 30px;}
.productOuter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
}
.prouctLoop {
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.productHome .project_post.style_eight{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px 10px 0px 0px;
}
.productHome .project_post.style_eight .content_box a.arrow_btn{
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}




/* Timeline container styling */
.timeline-container {
  display: flex;
  gap:90px;
  width: 100%;
  height: 134px;
  justify-content: center;
  font-weight: 900;
  font-size: 67px;
}

/* Individual timeline point styling */
.timeline-point {
  transition-duration: 0.5s;
  border-radius: 50%;
  background: linear-gradient(145deg, #1e2125, #23282c);
  /* box-shadow: 13.4px 13.4px 40.2px #1c1f23, -13.4px -13.4px 40.2px #262b2f; */
  display: grid;
  place-items: center;
  width: 134px;
  position: relative;
  color: var(--color);
}

.timeline-point::before {
  content: "";
  width: 200px;
  height: 200px;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  background: conic-gradient(var(--color) var(--angle),transparent 0deg 360deg);
  animation: rotateBorder 1s linear var(--delay) forwards;
}

.timeline-point:nth-child(odd)::before {
  transform: rotate(-90deg);
}

.timeline-point:nth-child(even)::before {
  transform: rotate(90deg) scaleY(-1);
}

/* Custom property for angle */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* Common styling for timeline points */
.timeline-point:nth-child(1) {
  --color: #c1121f;
  --delay: 0s;
}

.timeline-point:nth-child(2) {
  --color: #ffc300;
  --delay: 1s;
}

.timeline-point:nth-child(3) {
  --color: #2ec4b6;
  --delay: 2s;
}

.timeline-point:nth-child(4) {
  --color: #6536ff;
  --delay: 3s;
}

.timeline-point:nth-child(5) {
  --color: #3a86ff;
  --delay: 4s;
}

/* Popup styling */
.popup {
  width: 321.6px;
  height: auto;
  max-height: 0;
  background-color: var(--color);
  display: grid;
  grid-template-columns: 16% 84%;
  position: absolute;
  color: white;
  border-radius: 30px;
  box-shadow: 6.7px 6.7px 21.4px #17191d, -6.7px -6.7px 21.4px #212529;

  transform-origin: bottom bottom;
  animation: expandPopup 0.5s linear calc(var(--delay) + 0.5s) forwards;
}

.timeline-point:nth-child(odd) .popup {
  bottom: 221.1px;
}

.timeline-point:nth-child(even) .popup {
  top: 221.1px;
}

/* Popup number styling */
.popup-number {
  grid-row: span 2;
  display: grid;
  font-size: 2rem;
  font-weight: bold;
  place-items: center;
  cursor: auto;
  animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
  opacity: 0;
  height: 100%;
}

/* Popup title styling */
.popup-title {
  color: var(--color);
  padding-bottom: 6.7px;
  font-size: 20.1px;
  font-weight: 900;
}

/* Popup details styling */
.popup-details {
  padding: 20.1px;
  background-color: #1c1f23;
  border-radius: 30px;
  opacity: 0;
  font-weight: 500;
  user-select: none;
  cursor: auto;
  overflow: hidden;
  font-size: 0.8rem;
  text-align: justify;
  background: linear-gradient(145deg, #16181b, #22262b);
  margin: 3.35px;
  animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
}

.popup::before {
  content: "";
  width: 6.7px;
  height: 0;
  border-radius: 20px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: -41.9px;
  display: flex;
  animation: drawLine 0.5s linear var(--delay) forwards;
}

.timeline-point:nth-child(odd) .popup:before {
  top: calc(100% + 47px);
  transform: rotateX(180deg);
  transform-origin: top;
}

/* Hover effect for timeline points */
.timeline-point:hover {
  background: linear-gradient(145deg, var(--color), #1e2125);
  color: white;
}

/* Animation for border rotation */
@keyframes rotateBorder {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 180deg;
  }
}

/* Animation for popup expansion */
@keyframes expandPopup {
  0% {
    max-height: 0;
  }

  100% {
    max-height: 200px;
  }
}

/* Animation for line drawing */
@keyframes drawLine {
  0% {
    height: 0%;
    opacity: 0;
  }

  100% {
    height: 33.5px;
    opacity: 1;
  }
}

/* Animation for fade-in effect */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 1050px) {
  body {
    height: auto;
    display: block;
  }
  .timeline-container {
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 100px 0px;
  }

  .timeline-point {
    height: 134px;
    flex-shrink: 0;
    left: calc(-321px / 2);
    margin: 0px auto;
    position: relative;
  }

  .timeline-point:nth-child(odd)::before {
    transform: rotate(0deg);
  }

  .timeline-point:nth-child(even)::before {
    transform: rotate(0deg) scaleX(-1);
  }

  .timeline-point .popup:before {
    display: none;
  }

  .timeline-point:nth-child(odd) .popup {
    bottom: auto;
    right: -370.1px;
  }

  .timeline-point:nth-child(even) .popup {
    top: auto;
    right: -370.1px;
  }
}
.historySec {
  padding: 335px 0;
}























.ps-timeline-sec {
  position: relative;
  display: flex;
  /* height:150vh; */
  align-items: center;
  justify-content: center;
  padding:40px 15px;
}

@media screen and (max-width:991px) {
    .ps-timeline-sec ol:before {
    background: #41618a;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  /* .ps-timeline-sec ol:after {
    background: #41618a;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  } */
  ol.ps-timeline.timeline2:after{display:none;}
  .ps-timeline-sec ol.ps-timeline {
    margin:80px 0 !important;
    border-left: 2px solid #41618a;
    padding-left: 0 !important;
    padding-top:70px!important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec ol.ps-timeline{
    flex-direction: column;
    margin-bottom:0!important;
    row-gap: 60px;
  }
  .ps-timeline-sec ol.ps-timeline.timeline2{
    flex-direction: column-reverse !important;
    margin-top: -5px !important;
    padding-top: 70px !important;
  }
  ol.ps-timeline.timeline2::before{
    bottom: 0px !important;
    top: auto !important;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot{background:#000;}
  .ps-timeline-sec ol.ps-timeline li .ps-sp-top {
    border-top-width: 3px !important;
    border-left-width: 3px !important;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-sp-bot {
      border-bottom-width: 3px !important;
      border-left-width: 3px !important;
  }
  .ps-timeline-sec ol.ps-timeline li {
    height:auto;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height:auto;
  }
  .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  /* .ps-timeline-sec ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  } */
  /* .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  } */
  .ps-timeline-sec ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  /* .ps-timeline-sec ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
    position: unset !important;
    } */
    .ps-timeline-sec ol.ps-timeline li .ps-top ,
    .ps-timeline-sec ol.ps-timeline li .ps-bot {
    position: unset !important;    
    width: 60% !important;
    float: left !important;
    right: 0;
    top:0px;
    margin-top: -66px;
    margin-left: 50px;
    padding: 10px;
    border-radius: 5px;
  }
  .ps-timeline-sec ol.ps-timeline li:nth-child(1) >div{background:#a55370;}
  .ps-timeline-sec ol.ps-timeline li:nth-child(2) >div{background:#cb4550;}
  .ps-timeline-sec ol.ps-timeline li:nth-child(3) >div{background:#ae65b9;}
  .ps-timeline-sec ol.ps-timeline li:nth-child(4) >div{background:#a3b965;}
  .ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(4) >div{background:#41618a;}
  .ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(3) >div{background:#4ac3f0;}
  .ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(2) >div{background:#f49014;}
  .ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(1) >div{background:#ca3a22;}
  .ps-timeline-sec ol.ps-timeline li .ps-top,
  .ps-timeline-sec ol.ps-timeline li:last-child .ps-top{border-radius: 5px!important;padding:10px!important;width: 60% !important;margin-bottom:0!important;}
  .ps-timeline-sec ol:before {
    top: -4px !important;
    left: -5px !important;
  }
  .ps-timeline-sec ol.ps-timeline li p,
  .ps-timeline-sec ol.ps-timeline li p{position: unset!important;color:#fff;padding-top:10px;}
  .ps-timeline-sec ol.ps-timeline li .ps-top .yearsec,.yearsec{position: unset!important;text-align:left!important;padding-left:0!important;color:#fff;}
}
@media screen and (max-width:575px) {
  .ps-timeline-sec ol.ps-timeline li .ps-top, .ps-timeline-sec ol.ps-timeline li .ps-bot,
  .ps-timeline-sec ol.ps-timeline li .ps-top, .ps-timeline-sec ol.ps-timeline li:last-child .ps-top{width: 80% !important;}
}


.ps-timeline-sec ol:before {
  background: #41618a;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -6px;
}
.ps-timeline-sec ol:after {
  background: #41618a;
  /* content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -6px; */
}
ol.ps-timeline.timeline2:after {
  content: '';
  width: 2px;
  height: 357px;
  position: absolute;
  right: 0;
  top: -359px;
  border-radius: 0;
}
.ps-timeline-sec ol.ps-timeline {
  margin:320px 0 150px;
  padding: 0;
  border-top: 2px solid #41618a;
  list-style: none;
  position: relative;
  display: flex;
}
.ps-timeline-sec ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec ol.ps-timeline li span {
  width: 70px;
  height: 70px;
  margin-left: -25px;
  background: #fff;
  border: 3px solid #41618a;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #df8625;
  font-size:1.5em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps-timeline-sec ol.ps-timeline li span small {
  background: #41618a;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  border-radius: 30px;
}


.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #41618a;
  width: 3px;
  height: 100px;
  background: #41618a;
  position: absolute;
  top: -100px;
  left: 50%;
}
.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #41618a;
  width: 10px;
  height: 10px;
  background: #41618a;
  position: absolute;
  bottom: 167px;
  left: 45.7%;
  border-radius: 100%;
}
.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #41618a;
  width: 3px;
  height: 100px;
  background: #41618a;
  position: absolute;
  bottom: -100px;
  left: 50%;
}
.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #41618a;
  width: 10px;
  height: 10px;
  background: #41618a;
  position: absolute;
  top: 166px;
  left: 45.2%;
  border-radius: 100%;
}
/* .ps-timeline-sec ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
} */
/* .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
} */
.ps-timeline-sec ol.ps-timeline li p {
  width: 50%;
    margin: 0 auto;
    padding: 20px 0px 0 0px;
    font-weight: 500;
    /* overflow: hidden; */
    text-align: right;
    position: absolute;
    /* bottom: -110px; */
    left: 0px;
    right: auto;
}
.yearsec {
  font-size: 20px;
  /* color: #fff; */
  font-weight: 600;
  margin-bottom: 0;
  position: absolute;
  /* right: 132px; */
  bottom: -148px;
  right: 0;
  left: 0;
  text-align: center;
  padding-left: 21px;
}
.ps-timeline-sec ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 112px;
  /* background: #c1121f; */
  border-radius: 30px;
  text-align: center;
  padding: 22px 0;
  width: 100%;
}
.ps-timeline-sec ol.ps-timeline li .ps-bot {
  /* position: absolute; */
  /* margin-top: 68px; */
  /* border-radius: 30px; */
  /* text-align: center; */
  /* padding: 22px 0; */
  /* display: flex; */
  /* flex-direction: row-reverse; */
}
.ps-timeline-sec ol.ps-timeline li .ps-top .yearsec {
  bottom: auto;
  top: -34px;
}
.ps-timeline-sec ol.ps-timeline li .ps-top p {
  top: 0;
  bottom: auto;
  padding-left: 0;
}

.ps-timeline-sec ol.ps-timeline li:nth-child(1){}
.ps-timeline-sec ol.ps-timeline li:nth-child(1) small,
.ps-timeline-sec ol.ps-timeline li:nth-child(1) span.ps-sp-bot:before,
.ps-timeline-sec ol.ps-timeline li:nth-child(1) span.ps-sp-bot:after{background: #a55370;}
.ps-timeline-sec ol.ps-timeline li:nth-child(1) span{border-color: #a55370;}

.ps-timeline-sec ol.ps-timeline li:nth-child(2) small,
.ps-timeline-sec ol.ps-timeline li:nth-child(2) span.ps-sp-top:before,
.ps-timeline-sec ol.ps-timeline li:nth-child(2) span.ps-sp-top:after{background: #cb4550;}
.ps-timeline-sec ol.ps-timeline li:nth-child(2) span{border-color: #cb4550;}

.ps-timeline-sec ol.ps-timeline li:nth-child(3) small,
.ps-timeline-sec ol.ps-timeline li:nth-child(3) span.ps-sp-bot:before,
.ps-timeline-sec ol.ps-timeline li:nth-child(3) span.ps-sp-bot:after{background: #ae65b9;}
.ps-timeline-sec ol.ps-timeline li:nth-child(3) span{border-color: #ae65b9;}

.ps-timeline-sec ol.ps-timeline li:nth-child(4) small,
.ps-timeline-sec ol.ps-timeline li:nth-child(4) span.ps-sp-top:before,
.ps-timeline-sec ol.ps-timeline li:nth-child(4) span.ps-sp-top:after{background:#a3b965;}
.ps-timeline-sec ol.ps-timeline li:nth-child(4) span{border-color:#a3b965;}

.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(1) small,
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(1) span.ps-sp-bot:before,
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(1) span.ps-sp-bot:after{background:#ca3a22;}
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(1) span{border-color:#ca3a22;}

.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(2) small,
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(2) span.ps-sp-top:before,
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(2) span.ps-sp-top:after{background:#f49014;}
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(2) span{border-color:#f49014;}

.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(3) small,
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(3) span.ps-sp-bot:before,
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(3) span.ps-sp-bot:after{background:#4ac3f0;}
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(3) span{border-color:#4ac3f0;}

.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(4) small,
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(4) span.ps-sp-top:before,
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(4) span.ps-sp-top:after{background:#41618a;}
.ps-timeline-sec ol.ps-timeline.timeline2 li:nth-child(4) span{border-color:#41618a;}

.ps-timeline-sec ol.ps-timeline li:nth-child(3){

}
.ps-timeline-sec ol.ps-timeline li:nth-child(4){

}
.ps-timeline-sec ol.ps-timeline li:nth-child(5){

}
.ps-timeline-sec ol.ps-timeline li:nth-child(6){

}
.ps-timeline-sec ol.ps-timeline li:nth-child(7){

}
.ps-timeline-sec ol.ps-timeline li:nth-child(8){

}

.ps-timeline-sec ol.ps-timeline li .ps-sp-bot {
  border-bottom-width: 0;
  border-left-width: 0;
}
.ps-timeline-sec ol.ps-timeline li .ps-sp-top {
  border-top-width: 0;
  border-left-width: 0;
}
/* @media only screen and (max-width:1707.50px){
  .ps-timeline-sec ol.ps-timeline li p{left:-66px;}
  .yearsec{right:172px;}
} */
/* @media only screen and (max-width:1517.78px){
  .ps-timeline-sec ol.ps-timeline li p{left: -58px;}
  .yearsec{right: 152px;}
} */
/* @media only screen and (max-width:1366px){
  .ps-timeline-sec ol.ps-timeline li p{left:-50px;}
  .yearsec{right:133px;}
} */
/* @media only screen and (max-width:1241.82px){
  .yearsec{right:117px;}
} */
/* @media only screen and (max-width:1821.33px){
	.ps-timeline-sec{height: 110vh;}
	.yearsec{right: 188px;}
	.ps-timeline-sec ol.ps-timeline li p{left:-80px;padding-left: 100px;}
} */
/* @media only screen and (max-width:2049px){
	.ps-timeline-sec{height:100vh;}
	.yearsec{right: 217px;}
	.ps-timeline-sec ol.ps-timeline li p{left:-100px;padding-left: 100px;}
} */
/* @media only screen and (max-width:2732px){
	.ps-timeline-sec{height:80vh;}
	.yearsec{right: 217px;}
	.ps-timeline-sec ol.ps-timeline li p{left:-100px;padding-left: 100px;}
} */





.project_box.style_three:hover .image img{
  transform: unset!important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 35px;
    height: 35px;
    background-color: #ed1c24;
    border-radius: 50px;
    background-size: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project_box.style_three .image{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.applicationsSec .project_box.style_two .image{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.applicationsSec .project_box.style_two .content_inner{text-align: center;}
.mainBtnBox{display:none;}
.globeImg {display: none;}
