/*body {font-family: 'Nunito Sans', sans-serif;}*/
body:not(a) {
    user-select: none;
}
body{
    margin: 0px;
}
/*.row{margin: 0px;}
*/
H1,h2,h3,h4,p{
    font-family: "Arial";
}

header {
    background:#000;
    /* position: fixed*/ 
    width: 100%; 
    z-index: inherit;
}

     .abt-heading{margin-top: 26vh;
        text-align: center;
        color: white;
        font-size: 55px;
         font-weight: 600;
        }

.last-client{width: calc(100% / 1 - 30px); margin-left: 13px;text-align: center;}
.content-section h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 700;  
}
.content-section span {
    background-color: #25B0B0;
    padding: 0px 10px;
    color: white;   
}
.image-section {
    margin-top: 20px;
}
.image-section2 {
    margin-top: 20px;
}
.service-box {
    margin-bottom: 30px;
}
.service-box .sb-icon {
    margin-bottom: 30px;
    margin-left: 70px;
    width: 100px;
    height: 125px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.service-box .sb-icon .sb-img-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-box .sb-icon .sb-img-icon img {
    text-align: center;
    opacity: 0.2;
    max-height: 70px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-box .sb-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 25px;
    top: -80px;
    -webkit-transform: rotate(-65deg);
        -ms-transform: rotate(-65deg);
            transform: rotate(-65deg);
}
.bg {
    background-image: url(/images/servicebg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}
/*
.nineth-content {
  width: 90%;
}*/
.nineth-content p {color: #fff;text-align: center;padding: 0px 68px;font-size: 20px;}
.nineth-content h2 {
  color: white;
  text-align: center;  
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
.nineth-content ul li {
  color: white;
  text-decoration: none;
  list-style-type: none;
  font-weight: 500;
  font-size: 19px;
}
.titles:hover {
    transition: transform 2s;
    color: #FD965B;
    transform: scale(1.2);
}
.titles a{color: #fff;}
.titles a:hover{color: #FD965B}


/*
main {
  padding: 2vw;
}
*/

ul.infoGraphic {
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 39em;
  background: rgb(245 248 247);
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
    list-style-type: none
}
ul.infoGraphic li .numberWrap {
  position: absolute;
}
ul.infoGraphic li .number {
  font-family: "maven pro", sans-serif;
  font-size: 13em;
  font-weight: 900;
  width: 0.9em;
  text-align: center;
  position: relative;
  bottom: 40px;
  right: 10px;  
}
ul.infoGraphic li .number.fontColor1 {
  color: #3498db;
}
ul.infoGraphic li .number.fontColor2 {
  color: #2ecc71;
}
ul.infoGraphic li .number.fontColor3 {
  color: #9b59b6;
}
ul.infoGraphic li .number.fontColor4 {
  color: #f1c40f;
}
ul.infoGraphic li .number.fontColor5 {
  color: #e74c3c;
}
ul.infoGraphic li .number.fontColor6 {
  color: #e67e22;
}
ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -3em;
  top: -1em;
}
ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background: #f5f8f7;
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}
ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1;
}
ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}
ul.infoGraphic li .content {
  margin: 5em 3em 5em 7em;
  position: relative;
}
ul.infoGraphic li .content h2 {
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul.infoGraphic li .content p {
  line-height: 1.5em;
  font-weight: 600;
  /*width: 85%;*/
  font-size: 16px;
}

ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}

.icon {
  text-align: center;
}
.icon:before {
  color: #666;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.iconCodepen:before {
  content: "";
}

.iconSocial:before {
  content: "";
}

.iconAirplane:before {
  content: "";
}

.iconMap:before {
  content: "";
}

.iconBulb:before {
  content: "";
}

.iconPeace:before {
  content: "";
}




.headcont {
    max-width: 1300px; 
    display: flex; 
    margin: auto;
    justify-content: center;
}

.mt30 {
    margin-top: 30px;
}

.my6x20 {
    margin:16px 20px;
}

.d-blok {
    display: inline-block;
}

.haq {
    color:#fff;
    float: left;
}

.cc {
    color: #d6d9dc
}
/*.hedbtn,.hedbtn1 {
background: #FD965B; 
font-weight: 700; 
color: #000 !important; 
text-decoration: none; 
padding: 9px 13px; 
text-transform: uppercase;
margin-top: 2px;
margin-bottom: 6px;
border-radius: 3px;
}
.hedbtn:hover {
color: #fff;
}*/

.hedbtn,.hedbtn1 {
    color: rgb(0 0 0);
    border: 3px solid rgb(253 150 91);
    background-image: linear-gradient(30deg, rgb(253 150 91) 50%, transparent 50%);
    background-size: 1500px;
    background-repeat: no-repeat;
    background-position: 0% center;
    transition: background 300ms ease-in-out 0s;
    font-size: 18px;
    border-radius: 9px;
    font-weight: 600;
    padding: 2px 12px;
}
.hedbtn:hover {
    background-position: 100%;
    color: #fd965b;border: 3px solid;
}
.w100 {
    float: left; 
    width: 100%;
    /*background: black;
    color: white;*/
}
#lightgallery img {
    width: 100%; 
    height: 300px; 
    border: 3px solid #ded2d2; 
    margin:8px 0; 
    cursor: pointer;
}
.service-header{
    background: black;
    height: auto;
}
.serv-baner{
    color: white;
    /*left: 8%;
    padding-right: 13%;*/
    margin-top: 8%;
    padding: 0px 0px 0px 100px;
}
/*.serv-baner h3,h2,p{color: white;}*/
.sub-ser-icon {margin-left: 50px;font-size: 15px;font-weight: bold;}
.serv-baner h3{
    font-size: 18px;
    color: #fd965b;
}
.bulletspnt {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}
.include_serv {
    background: #393A45;
    text-align: center;
    padding: 22px;
}
.include_serv h2 {
    margin: 0;
    text-align: center;
    padding-top: 22px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.baner-img{
    color: white;
    text-align: center;
    margin-top: 5%;
}
.mobile_contact{
    display: none;
}
.desk_contact{
    display: block;
}
.mobile-why {
    display: none;
}
.mobile_form{
    display: none;
}
.desk_form {
    display: block;}
td{
    width: 50%;
}
.card1 {
    box-shadow: var(--box-shadow-md);
    border-radius: 10px;
    background: black;
    padding: 24px 24px 28px;
    max-width: 616px;
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-direction: inherit;
    }
    
    
    .card1 .category {
    text-transform: uppercase; 
    font-size: .75em;
    color: var(--font-colour-emphasis);
    font-weight: bold;
    }
    
    .card1 h3{ 
    margin: 4px 0 8px; color: #fd965b;
    font-size: 22px;
    }
    
    .card1 p { 
    color: var(--font-colour-emphasis); 
    margin: 0;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    line-height: 1.3;color: #fff;
    }
    
    .card1 svg.feather {
    margin-right: 25px;
    flex-shrink: 0;
    color: #fd965b;
    width: 28px;
    height: 28px;
    animation: twistOut .42s cubic-bezier(.36,.07,.19,.97) both;
    }
    
    .card1:hover svg.feather {
    color: #2a2ef6;
    animation: twistIn .42s cubic-bezier(.36,.07,.19,.97) both;
    transform: scale(1) rotate(0deg);
    backface-visibility: hidden;
    perspective: 1000px;
    }
    
    @keyframes twistIn {
    0% {
      transform: rotate(0deg) scale(1);
    }
    
    100% {
      transform: rotate(25deg) scale(1.15);
    }
    }
    
    @keyframes twistOut {
    0% {
      transform: rotate(25deg) scale(1.15);
    }
    
    100% {
      transform: rotate(0deg) scale(1);
    }
    }
    
    .draggable-source--is-dragging {
    opacity: .2;
    border: 1px solid #4749bf;
    }
    
    .draggable-mirror {
    transition: transform 150ms ease;
    }
    
    /* cursor hover card */
    /*.sortableItem {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    }*/
.footermain ul li > a:after {
    content: ' ' !important;
}
.copy-email{
    font-size: 13px;
    margin-left: 10px;
    background: none;
    color: white;border:none;
}
.f18 {
    font-size: 18px !important;
}
.w88 {
    width: 100%; 
    float: left;}
.w12 {
    width: 15%; 
    float: left; 
    text-align: center;
}
.bgtoggal{
    background: #939393 !important;
}
.what-we{
    margin-left: 108px;
}
.points span {
    font-size: 17px;
    /* font-weight: 500; */
    line-height: 28px;
    color: white;
}
.button-2 {
    color: rgb(0 0 0);
    border: 3px solid rgb(253 150 91);
    background-image: linear-gradient(30deg, rgb(253 150 91) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0% center;
    transition: background 300ms ease-in-out 0s;
    font-size: 18px;
    border-radius: 9px;
    font-weight: 600;
}
.button-2:hover {
  background-position: 100%;
  color: #fd965b;
  border: 3px solid;
}
.current{color: #337abf!important}

/**************Breadcrumbs****************/
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #96c03d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #96c03d;
}

/* -------------------------------- 

Basic Style

-------------------------------- */
/*.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  /*max-width: 768px;
  padding: 0.5em 1em;
  /*margin: 0em 4em auto;
  background-color: transparent;
  border-radius: .25em;
}*/
/*.bg-breadcrumbs {background: transparent;padding-top: 20px}
*/.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.cd-breadcrumb li, .cd-multi-steps li {
    margin: 0.2em 0;margin: 0.2em 0;color: #000;
  }
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #337abf;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}

.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}


@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
    margin-top: 0px;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 0.2em 0;margin: 0.2em 0;color: #000;font-size: 16px;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 16px;
  }
}


/***************Project Page CSS*****************/


  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

/*.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}*/

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}




   /* Only for demo purposes. */
/*body {
  font-family: "Fira Sans", sans-serif;
  background-color: #f1f1f1;
  margin: 85px 0;
}*/
/* Start Gallery CSS */
.thumb {
  margin-bottom: 15px;
}
.thumb:last-child {
  margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 300px;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}



/* Nav Menu CSS ----------------------------------*/
.toggle,
[id^=drop] {display: none;}
nav {margin:0; padding: 0;}
#logo {display: block; padding:8px 0; float: left; font-size:20px; line-height: 40px;}
nav:after {content:""; display:table; clear:both;}
nav ul {float: right; padding:0; margin:0; list-style: none; position: relative;display: flex;}
nav ul li {margin: 0px; display:inline-block; float: left; }
nav a {display: block;padding: 11px 30px;color: #fd965b;font-size: 17px;text-decoration: none;font-size: 20px;}
nav ul li ul li a {color: #fff; /*padding:10px 20px;*/ */font-size: 15px; /*font-weight: 700;*/}
nav ul li ul li:hover a { color: #000; background: #fff; }
nav a:hover {/*background-color: #000000;*/ color: #ffffff;}
nav ul ul {display: none; position: absolute; top: 45px;}
nav ul li:hover > ul {display:inherit;}
hedbtnnav ul ul li {width:236px; float:none; display:list-item; position: relative; background:#f1f1f1;}
nav ul ul ul li {position: relative; top:-46px; left:213px;}
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

.curved-header {
            width: 100%;
            /*height: 90vh;*/
             height: 100vh;
            display: flex;
            /*justify-content: space-around;*/
            align-items: baseline;
            font-family: Montserrat, sans-serif;
            position: relative;
        }
        
        .curved-header::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
         /*   height: 100%;*/
            height: 90%;
            /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://res.cloudinary.com/dliyqijim/image/upload/v1666775654/pexels-fauxels-3183197_tphzpp.jpg");*/
            background: linear-gradient(356deg, rgb(253, 150, 91), rgb(0, 0, 0));
            background-position: center;
            background-size: cover;
            background-attachment: fixed;
            border-radius: 0 0 50% 50%/ 0 0 100% 100%;
            transform: scale(1.2);
            /*z-index: -1;*/
        }
        
        .curved-header .logo {
          /*  margin: 50px;*/
            z-index: 1;
        }
        
        .curved-header .logo a {
            text-decoration: none;
            color: #fff;
            font-size: 30px;
        }
        
        .curved-header .nav-links {
            margin: 50px;
            list-style-type: none;
            display: flex;
            justify-content: flex-end;
            width: 40%;
        }
        
        .curved-header .nav-links li {
            margin: 0 15px;
        }
        
        .curved-header .nav-links li a {
            text-decoration: none;
            color: #fff;
            font-size: 20px;
            position: relative;
        }
        
        .nav-links li a:after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            background-color: #fff;
            transform: scaleX(0);
            transition: transform 0.3s;
        }
        
        .nav-links li a:hover:after {
            transform: scaleX(1);
        }
        
        .toggle-button {
            position: absolute;
            top: 0.55rem;
            right: 2rem;
            display: none;
            flex-direction: column;
            justify-content: space-between;
            width: 20px;
            height: 16px;
            text-decoration: none;
        }
        
        .toggle-button i {
            color: white;
            font-size: 35px;
        }
         .headert{
       /* padding-left: 120px;
        padding-top: 11px;*/
        /*position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: background-color 0.2s linear;
        z-index: 6;
        display: flex;
        justify-content: space-around;
        background: #000;*/
        position: fixed;
       float: left;
       z-index: 999;
       width: 100%;
       background: black;
       padding: 0px 100px;
    }
     
    .headert .active{
        background-color: white;
        transition: background-color 0.5 ease;
    }

     .active{
        /*background: linear-gradient(356deg, rgb(253, 150, 91), rgb(0, 0, 0));*/
        background-color: black;
     }

     .sidebardivider{
            width: 25%;
    height: auto;
    color: #d9916a;
    border-top: 1px solid;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
     }
     .sidebardivider: hover{
      color: red;
     }

    .sticky {
        position: sticky;
        padding: 0 15px;
        top: 22%;
     }
       

    .logo{
     /*   margin-left: 87px;*/
       /* margin-top:0px;
         width: 153px;*/
         float: left;
    }

    .logo a:hover{
      background-color: transparent;
    }

    .header-abt {
        display: inline-flex;
        width: 100%;
        background-color: #fff;
    }
    
    .header-abt ul {
        margin-left: 128px;
        margin-top: 18px;*/
    }
    
    .header-abt li {
        display: inline;
        margin: 0px;
        padding: 24px;
        color: black;
        font-size: 15px;
       /* font-family: jost;*/
        letter-spacing: 1.4px;
        font-weight: 600;
    }
    
    /*.header ul {
        margin-left: 128px;
        margin-top: 18px;
    }*/
    
    .headert li {
        float: left;
        display: block;
        margin: 0px;
        /*padding: 24px;*/
        color: black;
        font-size: 15px;
        /*font-family: jost;*/
        letter-spacing: 1.4px;
       /* font-weight: 600;*/
    }
    
    .button1:active {
        color: rebeccapurple;
    }
    
    .button1 {
        margin: 7px 26px;
        /*padding: 5px;*/
        background-color: #fff;
        color: #080808;
        border: 4px solid burlywood;
        border-radius: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
        font-weight: 500;
    }
    
    .right-img {
        position: relative;
        width: 100%;
        max-width: initial;
        z-index: 0;
        animation-name: fadeInRight;
        transition-delay: 1200ms;
        animation-duration: 1.25s;
        right: 0px;
        padding: 0px;
        opacity: 1;
    fill: rgba(0, 0, 0, 0.6601268796992481);
    stroke: rgba(255, 255, 255, 0.75);
    }
    
    .left-img {
        position: absolute;
        bottom: 75px;
        top: 0px;
        z-index: 0;
        animation-name: fadeInLeft;
        transition-delay: 1200ms;
        animation-duration: 1.25s;
        left: 0px;
        width: 100%;
    }
    
    .left-img-zindex {
        position: absolute;
        top: 160px;
        left: 42px;
        z-index: 1;
    }
    
    .menu-item__plus:before {
        content: "\f14a";
        font-family: "Flaticon";
    }
    
    .menu{
     /* margin-left: 240px;*/
        margin-top: 12px;
    }

/* Media Queries --------------------------------------------- */
@media all and (max-width : 991px) {
    #logo {display: block; padding: 0; width: 100%; text-align: center; float: none;}
    nav {margin: 0;}
    .toggle {display: block; background-color: #254441; padding:14px 20px; color:#FFF; font-size:17px; text-decoration:none; border:none;}
    .toggle:hover {background-color: #000000;}
    [id^=drop]:checked + ul {display: block;}
    nav ul li {display: block; width: 100%;}
    nav ul ul .toggle,
    nav ul ul a {padding: 0 40px;}
    nav ul ul ul a {padding: 0 80px;}
    nav a:hover,
    nav ul ul ul a {/*background-color: #000000;*/}  
    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a{padding:14px 20px; color:#FFF; font-size:17px;}  
    nav ul li ul li .toggle,
    nav ul ul a {background-color: #212121;}
    nav ul ul {float: none; position:static; color: #ffffff;}
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {display: none;}
    nav ul ul li {display: block; width: 100%;}
    nav ul ul ul li {position: static;}
}
@media all and (max-width : 330px) {
    nav ul li {display:block; width: 100%;}
}
/* Nav Menu CSS END --------------------------------*/
/*.w100 {width: 100%; float: left;}*/
.py50 {padding: 50px 0;}
.banner {width: 100%; float: left; background:url(../images/banner.webp) center center no-repeat; background-size: cover; height: 100vh; display: flex; align-self: center; justify-content: center; align-items: center;}
.w450 {max-width: 450px; text-align: center; color: #fff; font-size: 20px;}
.banner .btncont {background: #FD965B; border-radius: 3px; padding: 8px 15px; display: inline-block; color: #000; text-decoration: none; font-weight: 700; font-size: 18px; text-transform: uppercase; margin-top: 15px;}
.banner h1 {font-size: 28px; font-weight: bold; color: #fff; text-shadow: 0px 3px 8px #7c7c7c; margin-bottom: 20px;}

/* Overview Section ------------------------------ */
.overview {font-size: 16px; color: #000; line-height: 30px;}
.overviewhome {font-size: 16px; color: #000; line-height: 30px;} 
.h2title {font-size: 32px; font-weight:900;text-align: center;}
.tc{text-align: center; }
.mb25 {margin-bottom: 25px;text-align: center;}
.overviewitemhome {display: flex; align-content: center; justify-content: center;}
.overviewitemhome .itemimgh {flex: 0 0 32%; align-self: center; position: relative;}
.overviewitemhome .itemimgh .moveud {animation: MoveUpDown 2s linear infinite;}
.overviewitemhome .itemimgh .shape {position: absolute; right: 0; bottom: 23%; animation: MoveLeftRight 2s linear infinite;}
.overviewitem {display: flex; align-content: center; justify-content: center;}
.overviewitem .itemimg {flex: 0 0 32%; align-self: center; position: relative;}
.itemimg:before {content: '';position: absolute;width: calc(68% + 90px);height: calc(45% + 160px);top: -86px;left: -39px;
    background: transparent;z-index: 0;border: 20px solid #393a45;}
.itemimg img {width: 280px;margin-left: 60px;}
.overviewitem .itemimg .moveud {animation: MoveUpDown 2s linear infinite;}
.overviewitem .itemimg .shape {position: absolute; right: 0; bottom: 23%; animation: MoveLeftRight 2s linear infinite;}
@keyframes MoveUpDown {
    0%, 100% {transform: translateY(0);}
    50% {transform: translateY(-8px);}
}
@keyframes MoveLeftRight {
    0%, 100% {transform: translatex(0);}
    50% {transform: translatex(-8px);}
}
.overviewitem .itemcont {flex: 0 0 62%; margin-left: 3%; align-self: center;}
/* Services Section ------------------------------ */
.service-section {background: #030d0f url(../images/servicebg.webp) center center no-repeat; background-attachment: fixed; background-size: cover;}
.service-main {display: flex; max-width: 1146px; margin: auto;}
.service-main .secleft {width: 32%; margin-left: 64px; align-self: center; color: #fff; font-size: 20px;/* line-height: 35px;*/}
.service-main .secright {width: 65%; align-self: center; position: relative; min-height: 650px; margin-top: 130px;margin-left: -46px;}
.secright .icon1 {position: absolute;}
.secright .icon2 {position: absolute; top: 265px;}
.secright .icon3 {position: absolute; top: 395px; left: 228px;}
.secright .icon4 {position: absolute; right: 0; top: 265px;}
.secright .icon5 {position: absolute; right: 0;}
.secright .icon6 {position: absolute; top: -131px; left: 228px;}
.secright .iconmid {position: absolute; top: 180px; left: 230px;}
.bgshape {background: url(../images/s-shapes.webp) top left no-repeat; width: 280px; height: 250px; float: left; display: flex; align-self: center; justify-content: center; align-items: center; color: #000; font-size: 15px; font-weight: 700; line-height: 18px; text-align: center; background-size: contain;}

/* Case Study Section ------------------------------ */
.mt50 {margin-top: 50px;}
.casesec {position: relative; background: #f9f9f9;}
.casetitle {background: #FD965B; width: 100%; box-sizing: border-box; padding-left: 450px;text-align: center;}
.h3title {font-size: 18px; font-weight: 800;}
.w451 {width: 450px;}
.mh140 {min-height: 140px;}
.pb50 {padding-bottom: 50px;}
.caseimg {position: absolute; top: 0px; left: 0;}
.casemain {display: flex; width: 100%;}
.case_box {display: flex; width: 65%; margin: 50px auto 0 auto;}
.case_box .caseitem {border-style: solid; position: relative; border-width: 4px; border-image: linear-gradient(0deg, #482715, #FD965B) 1; margin:8px 15px; padding: 35px; width: 33%;}
.case_box .caseitem p{margin-top: auto;}
.case_box .caseitem img {position: absolute; bottom: -20px; background: #f9f9f9; padding:3px 15px 3px 50px; right: 13px;}

/* Why us Section ------------------------------ */
.whyusleft {background: #f8f8f8; padding: 45px;/* max-width: 450px; float: left*/;}
.accordian {width: calc(100% - 450px); float: left; position: relative; margin-left: -15px;}
.accordian img {margin-right: 15px;}
.accordian .accordion-button:focus {box-shadow: none;}
.accordian .accordion-body {background-color: #000; color: #fff;padding: 10px;} /*#393a45 previous grey color code of uk*/
.accordian .accordion-button:not(.collapsed)::after {background-image: url(../images/aerow-d.jpg);}
.accordian .accordion-button::after {width: 46px; height: 46px; background-size: 46px; background-image:url(../images/aerow-up.jpg);}
.accordian .accordion-button:not(.collapsed) {color: #ffffff; background-color: #000; font-size: 30px; font-weight: 800; text-transform: uppercase;}
.accordian .accordion-button {color: #ffffff; margin-top: 15px; background-color: #000; font-size: 30px; font-weight: 800; text-transform: uppercase;width: 100%;}
.accordian .accordion-item {border: 0px; border-radius: 0px;}

/* Number Counter ------------------------------ */
.numbercountermain {color:#fff;     background-image: linear-gradient(#fd965b87, #00000000),url(../images/numbercountert.webp);
 /*center center no-repeat;*/ background-attachment: fixed;/* height: 100vh*/; display: flex; width: 100%; background-size: cover; display: flex; align-items: center; justify-content: center;}
.numberbox {width: calc(100% / 3 - 0px); float: left; font-size: 23px; line-height: 22px;}
.numeric {font-size: 120px; font-weight: 800; line-height: 125px; position: relative;}
.numeric span{color: #31bbae; font-size: 73px; line-height: 19px !important; top: 24px; position: absolute;}
.numbertitle {font-size: 52px; font-weight: 800; margin-bottom:70px;}

/* Brand Partner ------------------------------ */
.brandPartner ul {margin: 0px; padding: 0px;}
.brandPartner ul li {list-style: none; display: inline-block; width: calc(100% / 3 - 30px); margin:7px 13px; text-align: center;}
.brandPartnerf ul li {list-style: none; display: inline-block; width: calc(100% / 4 - 30px); margin:7px 10px; text-align: center;font-size: 17px}
.change {background: #fff !important;}

/* Footer ------------------------------ */
footer {background:#000; color: #e6e6e6; font-size: 16px; line-height: 24px; /*margin-top: 50px;*/}
.contabox {background:#000; border-radius: 10px; padding: 15px; display: inline-block; width: 100%; position: relative; margin-top: -46px; box-shadow: 0 0 15px #fbfbfb;}
.contabox .w33box {width: calc(100% / 3); float: left; display: flex; color: #fff;}
.contabox .w33box img {margin-right: 20px;width: 39%;height: 70px;}
.contabox .w33box span {font-weight: 800; font-size: 16px; color: #FD965B;}
.fcolumn {width: calc(100% / 3 - 30px); margin:0 15px; float: left;}
.mt25 {margin-top: 25px;}
.fcolumn span {font-weight: 800; font-size: 20px; color: #fff; margin-bottom: 15px;}
.qlink {}
.qlink ul {margin: 0px; padding: 0px;}
.qlink ul li {list-style: none; width: calc(100% / 2); float: left; font-weight: bold; line-height: 35px;}
.qlink ul li a {color: #e6e6e6; text-decoration: none;}
.bigf {font-size: 24px; font-weight: 100; line-height: 35px; margin-bottom: 35px; display: inline-block;font-family: Arial;}
.follow {font-weight: 800;}
.follow ul {margin: 0px; padding: 0px;}
.follow ul li {list-style: none; display: inline-block;}
.copy {color: #e6e6e6; margin-top: 25px; padding-top: 25px; border-top: 1px solid #61616a; padding-bottom: 15px;}

/* BIM Services Page CSS -------------------------------- */
.inner-banner {background-attachment: fixed; background-size: cover; padding-top: 192px; padding-bottom: 100px; font-size: 16px; color: #fff;}
.innerh1title {font-size: 38px; font-weight: 600;}
.mw450 {max-width: 450px;}
.bims {background: linear-gradient(#0000003d, #000000d9), url(../images/bimservice.jpg) top center no-repeat;}
.bimsinfra {background: linear-gradient(#0000003d, #000000d9), url(../images/biminfra2.jpg) top center no-repeat;background-position: left;background-size: cover;}
.bimscordi {background: linear-gradient(#0000003d, #000000d9), url(../images/bimservice.jpg) top center no-repeat;}
.rendering {background: linear-gradient(#0000003d, #000000d9), url(../images/bimservice.jpg) top center no-repeat;}
.floorplan {background: linear-gradient(#0000003d, #000000d9), url(../images/floorplan.webp) top center no-repeat;background-size: cover;}
.pointcloudbn {background: linear-gradient(#0000003d, #000000d9), url(../images/pointcloud.jpg) center no-repeat;background-size: cover;}
.archibim {background: linear-gradient(#0000003d, #000000d9), url(../images/arch-bim-perth-station.jpg) top center no-repeat;background-size: cover;}
.archicaddraf {background: linear-gradient(#0000003d, #000000d9), url(../images/Architects.jpg) top center no-repeat;background-size: cover;}
.btncontinrb {background: #000; border-radius: 3px; padding: 8px 15px; display: inline-block; color: #fd965b; text-decoration: none; font-weight: 700; font-size: 18px; text-transform: uppercase; margin-top: 15px;}
.innerbg {background:#f8f6fa url(../images/bg.webp) top right no-repeat;}
.colorwhite {color: #ffffff;}
.posire {position: relative;}
.posabs {position: absolute;}
.icon02 {top: 108px; left: 185px;}
.icon3 {top: 0; left:370px;}
.icon4 {top: 108px; right: 370px;}
.icon5 {top: 0px; right: 185px;}
.icon6 {top: 108px; right: 0px;}
.minh450 {height: 450px;}
.servtitle {background: #393A45; width: 100%; box-sizing: border-box; text-align: center;}
/*.benifitsec {display: flex; justify-content: center;}*/
.beniw50 {width: calc(100% / 2); align-self: center; box-sizing: border-box;padding: 122px;}
.p55 {padding: 55px;}
.bgblue {background: #000; color: #fff; padding: 50px;}
.imgben {background: url(../images/benifitimg.webp) top center no-repeat; background-size: cover;}
.benifitlist {margin: 35px 0px 0px 15px; padding: 0px;}
.benifitlist li {font-size: 21px; line-height: 30px; margin-bottom: 15px; font-weight: 300;}
.contactusform span {color: #FD965B;font-weight: 700;font-size: 40px;text-align: center;}
.sidecontent {color: #FD965B;font-weight: 700;font-size: 42px;}
.serviheading {margin: 0;text-align: center;padding-top: 22px;color: #FD965B;}

.counter-icon {position: relative; bottom: 56%; font-size: 56px; left: 27%; color:#fd965b;}
.counter-icon-1{position: relative; bottom: 56%; font-size: 56px; left: 28%; color: #fd965b; line-height: 0px;}
.counter-icon-2{position: relative; bottom: 56%; font-size: 56px; left: 45%; color:#fd965b;}

/*/New page addition----------------------------------/*/


.content-section h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 700;
    
}

.content-section span {
    background-color: #25B0B0;
    padding: 0px 10px;
    color: white;
    
}

.image-section {
   /* margin-top: 80px;*/
}


.service-box {
    margin-bottom: 30px;
}

.service-box .sb-icon {
    margin-bottom: 30px;
    margin-left: 70px;
    width: 100px;
    height: 125px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.service-box .sb-icon .sb-img-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box .sb-icon .sb-img-icon img {
    text-align: center;
    opacity: 0.2;
    max-height: 70px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box .sb-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 25px;
    top: -80px;
    -webkit-transform: rotate(-65deg);
        -ms-transform: rotate(-65deg);
            transform: rotate(-65deg);
}



.service-box:hover .sb-icon {
    background-color: #25B0B0;
}

.service-box:hover .sb-icon .sb-img-icon {
    left: 15px;
    margin-bottom: 5px;
}

.service-box:hover .sb-icon .sb-img-icon img {
    opacity: 1;
}



.ps-timeline-sec {
    background-image: url("../images/servicebg.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    
    
 
}
.ps-timeline-sec .container {
  position: relative;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {

    .counter-icon {position: relative;bottom: 68%;font-size: 56px;color: #fd965b;left: -13%;}
    .counter-icon-1{position: relative; bottom: 59%; font-size: 56px; right: 9%; color: #fd965b; line-height: 0px;}
    .counter-icon-2{position: relative; bottom: 70%; font-size: 56px; left: -2%; color:#fd965b;}

  .ps-timeline-sec .container ol:before {
    background: #2FB4B4;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #2FB4B4;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #2FB4B4;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
    /*   &:nth-child(2) {
           .img-handler-bot {
               img {
                   width: 70px;
               }
           }
       } */
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {

    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -10px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -60px;
  }
}
.ps-timeline-sec .container ol:before {
  background: #2FB4B4;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top:-200.5%;
}
.ps-timeline-sec .container ol:after {
  background: #2FB4B4;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top:-200.5%;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 220px 0;
  padding: 0;
  border-top: 2px solid #2FB4B4;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 16%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li h5 {
  text-align: center;
  margin: -30px 0 -40px 50px;
  font-weight: 700px;
  color: maroon;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -30px;
  background: #fff;
  /*   border-left-color: 4px solid $brand-color-g;
     border-right-color: transparent; 
   border-top: 4px solid $brand-color-g;
   border-bottom-color: transparent; */
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #2FB4B4;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top {
  border-top: 4px solid #2FB4B4;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";

  color: #2FB4B4;
  width: 2px;
  height: 50px;
  background: #2FB4B4;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #2FB4B4;
  width: 8px;
  height: 8px;
  background: #2FB4B4;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot {
  border-bottom: 4px solid #2FB4B4;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #2FB4B4;
  width: 2px;
  height: 50px;
  background: #2FB4B4;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #2FB4B4;
  width: 8px;
  height: 8px;
  background: #2FB4B4;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    color: white;
    font-size: 18px;
  text-align: center;
  width: 100%;
  margin: 5 auto;
}
.ps-timeline-sec .container ol.ps-timeline li h4 {
  font-size: 16px;
  color: darkgreen;
  text-decoration: underline;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 105px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 50px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bottom {
  position: absolute;
  margin: 5px;
  text-align: center;
}

.core-section-p  {
    padding: 0px 80px;
    font-size: 18px;
    color: white;
}



/*-----CONTACT US CODEING-------*/



.page-contact {
  position: relative; }
  .page-contact .container {
    position: relative;
    z-index: 1; }
  .page-contact:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.03;
    background-size: cover;
    background-attachment: fixed;
    pointer-events: none; }
  .page-contact .cont {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 30px;
    margin-bottom: 10%; 
}
  .page-contact .l-side {
    position: relative;
    height: 100%;
    padding: 40px 15px; 
    background-image: url("../images/colin-lloyd-XCAyeJwNNkk-unsplash (2).jpg");
/*  background-attachment: fixed;*/
    background-size: cover;  
    background-position: center;
}
    .page-contact .l-side:after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #111;
      opacity: 0.8; }
    .page-contact .l-side .social-icons a {
      color: #fff;
      margin-right: 30px;
      font-size: 15px;
      position: relative;
      z-index: 20; }
  .page-contact .item {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    display: flex; }
    .page-contact .item .icon {
      color: #C9AB81;
      font-size: 35px;
      /*line-height: 1;*/ }
    .page-contact .item .content h3 {
      display: inline-block;
      font-size: 20px;
      color: #fff;
      margin-bottom: 10px;
      font-weight: 600; }
    .page-contact .item .content p {
      display: inline-block;
      letter-spacing: 1px;
      margin-bottom: 0;
      color: #ccc;
      font-size: 14px;
      line-height: 2; }
.contact-no{color: #fd965b !important;}
.sl-slider-wrapper {
    width: 800px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}
/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 
.sl-slide {
    z-index: 1;
}
.company {color: #f8f8f8;}
.manage {margin-bottom: 25px; width: 100%; float: left;}
.manage h3 {background: #efefef; border-left: 5px solid #088080; padding: 10px;}
/* The duplicate parts/slices */
.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}
/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}
/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}
/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}
.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}
/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
    background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
    background: #ccc;
}
.clearHeader {position:absolute; z-index: 999; width: 100%;}
.darkHeader {position: fixed; z-index: 999; width: 100%; background: #000;}
.topheader {width: 100%; float: left; line-height: 60px;}
.topheader a{color: #fff; text-decoration:none; font-size: 16px;}

.menuline {width: 100%; float: left; background:#c6c6c666;}
.logo {text-align: center;}
.logo img {width: 145px; padding: 0px 0px 0px 0px;}
/* Menu Css */
.toggle,
[id^=drop] {
    display: none;
}
/* Giving a background-color to the nav container. */
nav { 
    margin:0;
    padding: 0px;
}

#logo {
    display: block;
    padding:15px 30px 0px 30px;
    float: left;
    font-size:20px;
    line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content:"";
    display:table;
    clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 999;*/
    }
    
/* Positioning the navigation items inline */
nav ul li {
    /*margin: 0px 20px;*/
    display:inline-block;
    float: left;
    }

/* Styling the links */
nav a {
    display:block;
    padding:6px 16px;  
    color: #fd965b;
    background-color: black;
    font-size: 17px;
    font-family: Arial;
    
}


.active nav a{color: red;}

nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
    /*background-color: #000000;*/
    color: #fff;
    text-decoration: none; 
    border-bottom: 1px solid;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute; 
    /* has to be the same number as the "line-height" of "nav a" */
    top:45px; 
}
 .subserv li{ top:-46px;  }
 
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}
    
/* Fisrt Tier Dropdown */
nav ul ul li {
    width:214px;
    float:none;
    display:list-item;
    position: relative;
    background: #000;
    float: left;
    clear: both;
}
nav ul ul li a {padding: 7px 16px;font-size: 15px;border-bottom: 1px solid #141414;}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
   /* top:-63px;*/
    /* has to be the same number as the "width" of "nav ul ul li" */ 
    left:214px; 
}

    
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

.mimg {float: left; margin-right: 15px;}
.mimg img {border: 1px solid #08808080; padding: 3px;}

.bgsgrey {padding-bottom: 15px; margin-bottom: 15px; display: inline-block; border-bottom: 1px solid #e6e6e6;}
.img_info {width: 30%; float: left; margin-right: 2%;}
.textinfo {width: 68%; float: left;}
.textinfo h2 {margin-top: 0px; padding-top: 0px;}
#logomobi {display: none;}

@media all and (max-width : 767px) {
     .baner-img{display: block;text-align: left;}     
    .mimg {width: 100%; margin-right: 0;}
    .menuline {width: 100%; float: left; background:#000;}
    .mobi {display: none;}
    #logo {display: none;}
    #logomobi {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    .img_info {
    width: 100%;
    float: left;
    margin-right: 0px;
    }

    .textinfo {
    width: 100%;
    float: left;
    }

    .chatmenu {display: none;}
    .why_box {
        background: #fff;
        padding: 20px 0 !important;
        border-radius: 4px;
        margin: 15px 0;
        font-size: 13px  !important;
    }

    .carousel {padding-top: 111px;}
    .topheader {background: #000;}
    .exp {display: none;}
    .section_about {padding-top: 0px !important;}

    nav ul ul li {float: left;}
    nav ul li {/*background:#313131;*/ margin-bottom: 1px;}

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding:6px 16px;  
        color:#fd965b;
        font-size:17px;
        text-decoration:none;
        border:none;
        font-weight: normal;
        cursor: pointer;
        margin-bottom: 0px !important;
        background-color: black;
    }

    .toggle:hover {
        background-color: #000000;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
       /* background-color: #000000;*/
    }
  
    nav ul li ul li .toggle,
    nav ul ul a,
  nav ul ul ul a{
        padding:5px 20px;   
        color:#FFF;
        font-size:17px; 
        margin-bottom: 0px;
    }
  
  
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #646464; 
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position:static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }
        
    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }
        
    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */ 

    }
    .headert{display: block;padding: 0px;}
    .curved-header::before{border-radius: 0 0 0% 0%/ 0 0 0% 0%;transform: none;}

}

@media all and (max-width : 330px) {
    nav ul li {
        display:block;
        width: 100%;
    }
}

.listing {margin: 0px; padding: 0;}
.listing li {list-style: disc; float: left; margin-left: 15px; margin-right: 15px;}
.menu_contaner {max-width: 664px; margin: 0px auto;}
.demo-2 .overlay {background: #0008; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; }
.banner_btn {background: #088080; border: 1px solid #088080; font-size: 18px; padding: 8px 15px; color: #fff; border-radius: 5px; margin-top: 15px; float: left;}
.banner_btn:hover {background: #000; border: 1px solid #088080; color: #fff; text-decoration: none;}
/* END Menu Css */

.footermain {background: #272727; padding: 40px 0; font-size: 15px; color: #fff;}
.footermain a {color: #fff;}
.footermain .title {font-size:18px; letter-spacing: 1px; font-weight: 600;}
.footermain ul {margin: 0px 0px 0px 15px; padding: 0px;}
.footermain ul li {margin-bottom: 15px;}

.titl {font-size: 30px; font-weight: bold; color: #000;}
.mt25 {margin-bottom: 20px;}

.servicespage h2 {font-weight: 700; margin-bottom: 20px; color: #000;}
.servicespage h2 a {color: #000;}

.date {color: #25b0b0;}
.sp {padding: 50px 0; }
.section_about {width: 100%; float: left; background: #f9f9f9;}
.section_about h2 {font-weight: 700; text-align: center; line-height: 40px;}
.section_about p {text-align: justify; font-size: 18px; line-height: 32px; }
.exp{position: relative;}
.year {color: #088080; font-size: 274px; text-align: center; font-weight: 700; line-height: 235px;}
.since {color: #000; font-size: 16px; top: 50%; width: 100%; left: -109px; text-align: center; font-weight: 800; transform: rotate(-90deg); position: absolute;}
.textsh {display: none;}
/*.w100 {float: left; width: 100%;}*/
.reveal {border: 2px solid #088080; color: #088080; padding: 6px 25px; border-radius: 25px; font-size: 16px; background: #fff;}
.section_service {background: #000;}
.servicetitle {color: #25b0b0; font-size: 14px; text-transform: uppercase; font-weight: 600;}
.servicemaintitle {color: #fff; font-size: 40px; padding: 30px 0; line-height: 42px; text-transform: uppercase; font-weight: 600;}
.servicemaintitle a{color: #25b0b0;}
.service_box {background: #088080; border-radius: 4px; padding: 2px; font-weight: 700; color: #000; margin: 5px 0;}
.service_box h3{font-weight: 700; color: #fff; margin-top: 5px; text-align: center;}
.service_box h3 a {color: #fff;}
.service_box a {color: #fff;}
.service_box a:hover {text-decoration: none;}
.serviceimg {width: 100%; float: left; overflow: hidden;}
.serviceimg img {max-width: 100%; transition: transform .5s, filter 1.5s ease-in-out;}
.serviceimg:hover img {transform: scale(1.1);}

.servicespage {font-size: 18px; line-height: 32px;}
p {margin-bottom: 25px;}

.section_why {background: #f9f9f9;}
.why {color: #2e2e2e; font-size: 34px; padding: 30px 0; line-height: 42px; text-transform: uppercase; font-weight: 600;}
.why span{color: #088080;}
.inner_banner {background-size: cover; background-position: center center; background-repeat: no-repeat; display: block;
padding-bottom: 130px; padding-top: 250px; text-align: center; position: relative; color: #fff; font-size: 17px;}
.inner_banner .overlay {background: #0000006e; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0;}
.zi{z-index: 99; position: relative;}

.panel-title a {text-decoration: none;}
.pt80 {padding-top: 80px;}
.panel-title {font-weight: 600; text-transform: uppercase; font-size: 14px; letter-spacing: 1px;}
.card h5{background: #ffffff; padding: 15px; margin: 1px; z-index: 999; position: relative;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {font-size: 16px; line-height: 35px; color: #444;}
.panel-default>.panel-heading {color: #333; background-color: #fff; border-left: 4px solid #088080; padding: 0px;}
.panel-title a {text-decoration: none; width: 100%; display: inline-block; padding:5px 15px;}
.bg-project{
  background-image: url("../images/bg-project.webp");
  height: auto; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial_para {font-size: 16px; line-height: 35px; color: #000;}
.testimonial_subtitle{
    color: #000;
    font-size: 16px;
}
.p10 {padding: 10px;}
.testi h3{color: #088080;}
  .testimonial_btn{
    background-color: #000 !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #000;
    margin: 7px 0 10px 0;
}
.ptitle {font-size: 35px; font-weight: bold; color: #fff; text-align: center;}
.p5 {padding: 7px;}
.p8 {padding-top: 8px;}
.border {border:1px solid #dbdbdb; border-radius: 5px; margin: 8px 0;}
.border img {width: 100%; height: 210px;}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

canvas {
    position: absolute;
  }
  
  .background {
    background:#080808;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .servicetab {color: #fff; font-size: 15px; line-height: 28px;}
  .servicetab .panel {background: transparent; border: 0px; color: #fff;}
  .servicetab .panel-default > .panel-heading {border-left: 0px; background:#464646; color: #fff;}
  .servicetab .panel-title {font-weight: 400; font-size: 16px; letter-spacing: 1px;}
  .servicetab .panel-default > .panel-heading + .panel-collapse > .panel-body {color: #fff;}
  .servicetab .panel-heading {border-top-left-radius: 3px; border-top-right-radius: 3px;}

  .servicetab h3 {
        color: #fff;
        background: #2f2f2f;
        padding: 10px 15px;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 600;
    }
  .servicetab h3:focus {border: 0px; outline:0px;}
  /*.servicetab div[style]{height: auto !important; min-height: 150px;}*/

.whybg {background: #f0f0f0; text-align: center;}
.why_box {background: #fff; padding: 50px 0; border-radius: 4px; margin: 15px 0; font-size: 20px;}
.why_cont {max-width: 991px; margin: 0px auto;}

.innerbanners {position: relative;}
.banner-title {position: absolute; font-size: 45px; width: 100%; float: left; text-align: center; z-index: 9; top: 45%;}
.banner-title h1 {color: #fff; font-weight: bold; text-transform: uppercase;font-size: 55px;}
.banner-title h1 span {color: #108484;}
.banner-link {margin: 0px; padding: 0; line-height: 11px;}
.banner-link li {list-style: none; display: inline-block; font-size: 16px;}
.banner-link li a{color: #fff; padding: 0px 15px;}
.banner-link li a:hover {color: #eaeaea; text-decoration: none;}

.industry-bg {background-image: url("../images/industry-bg.webp");
  height: auto; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

  .titles {font-size: 32px; font-weight: 600;}
  .industry_cont {max-width: 991px; margin: 0px auto; text-align: center; color: #fff; font-size: 18px; line-height: 45px; } 
  .industry1 {width: 80px; height: 80px; margin: 0px auto; background: url("../images/industry-img.webp") top left no-repeat} 
  .industry2 {width: 80px; height: 80px; margin: 0px auto; background: url("../images/industry-img.webp") top left -80px no-repeat}
  .industry3 {width: 80px; height: 80px; margin: 0px auto; background: url("../images/industry-img.webp") top left -170px no-repeat}
  .industry4 {width: 80px; height: 80px; margin: 0px auto; background: url("../images/industry-img.webp") top left -266px no-repeat}
  .industry5 {width: 80px; height: 80px; margin: 0px auto; background: url("../images/industry-img.webp") bottom left no-repeat} 
  .industry6 {width: 80px; height: 80px; margin: 0px auto; background: url("../images/industry-img.webp") bottom left -80px no-repeat}
  .industry7 {width: 80px; height: 80px; margin: 0px auto; background: url("../images/industry-img.webp") bottom left -170px no-repeat}
  .industry8 {width: 80px; height: 80px; margin: 0px auto; background: url("../images/industry-img.webp") bottom left -266px no-repeat}
  .pad20 {padding: 20px 0;}

#lightgallery img {width: 100%; height: 300px; border: 3px solid #ded2d2; margin:8px 0; cursor: pointer;}

.overlay {background: #00000080; position: absolute; top: 0; bottom: 0; right: 0; left: 0;}

/*Inner Banner*/
.pointcloud {background: #000; background-size: cover; width: 100%; float: left; height: 370px;  position: relative;}
.company_banner {background: black; background-size: cover; width: 100%; float: left; height: 370px; position: relative;}
.management {background: url("../images/management.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.team {background: url("../images/team.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.bim_banner {background: url("../images/bim-banner1.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.biminfra {background: url("../images/biminfra-banner1.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.archi_banner {background: url("../images/archi-banner.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.structural_bim {background: url("../images/structural_bim.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.mepbim {background: url("../images/mep-bim.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.clash {background: url("../images/clash.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.bim-coordination {background: url("../images/bim-coordination.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.revit {background: url("../images/revit.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px; position: relative;}
.pointclouds {background: url("../images/pointcloud.jpg") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}
.archi_construction {background: url("../images/archi-construction.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}
.cad {background: url("../images/cad.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}
.mep_cad{background: url("../images/mep_cad.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}
.structural_steel {background: url("../images/structural-steel.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}
.mep-shop {background: url("../images/mep-shop.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}
.rendering {background: url("../images/3d-rendering.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}
.floor-plan  {background: url("../images/floor-plan.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}
.contactus  {background: url("../images/contactus.webp") center center no-repeat; background-size: cover; width: 100%; float: left; height: 450px;  position: relative;}




.cercle {float: left; width: 100%;}
.cercle .block {float: left; width: 100%; height: auto; margin-bottom: 10px;}
.hovicon {display: inline-block; line-height: 87px; font-size: 45px; cursor: pointer; width: 90px; height: 90px; border-radius: 50%; text-align: center; position: relative; text-decoration: none; z-index: 1; color: #000;}
.hovicon.small {font-size: 20px; line-height:45px; width:45px; height:45px; margin:7px;}
.hovicon:after {pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%;  content:''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.hovicon:before {speak: none; font-size: 48px; line-height: 90px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; display: block; -webkit-font-smoothing: antialiased;}
/* Effect 4 */
 .hovicon.effect-4 {width: 92px; height: 92px; box-shadow: 0 0 0 2px #25b0b0;}
.hovicon.effect-4.small {width:45px; height:45px;}
.hovicon.effect-4.mini { width:30px; height:30px;
}
.hovicon.effect-4.sub-a {-webkit-transition: box-shadow 0.2s; -moz-transition: box-shadow 0.2s; transition: box-shadow 0.2s;}
.hovicon.effect-4:before {line-height: 92px;}
.hovicon.effect-4:after {top: -2px; left: -2px; padding: 0; z-index: 10; border: 2px dashed #25b0b0;}
.hovicon.effect-4:hover {box-shadow: 0 0 0 0 rgba(000, 000, 000, 0); color: #000;}
.hovicon.effect-4:hover i {color: #000;}
/* Effect 4b */
 .hovicon.effect-4.sub-b:hover {-webkit-transition: box-shadow 0.2s; -moz-transition: box-shadow 0.2s; transition: box-shadow 0.2s;}
.hovicon.effect-4.sub-b:hover:after {-webkit-animation: spinAround 9s linear infinite; -moz-animation: spinAround 9s linear infinite; animation: spinAround 9s linear infinite;}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}


/* Inner Banner End*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    /*padding: 16px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
   /* border: 1px solid #000;*/    
   border-radius: 0px;
    /*margin-bottom: 20px; *//*to remove bottom space of msg text*/
    border-bottom: 3px solid #fd955b;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 20px;
    /*border: none;*/
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fd955b!important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
}
    /*-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}


.servicetab1 {}
.servicesction {min-height: 308px; color: #fff; margin-bottom: 15px;}


.chatmenu {
    position: fixed;
    right: 0;
    top: 42%;
    width: 35px;
    float: right;
    z-index: 9999;
}
.chatmenuicon {
    display: inline-block;
}


@media all and (max-width : 991px) {
    .servicesction {min-height: auto; color: #fff; margin-bottom: 15px;}
}


.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}


@media screen and (min-width: 900px){}

.content {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  margin: 10px 0;
/*  border: 2px solid #626262;*/
  border-radius: 5px;
}

@media screen and (max-width: 550px){ .page-contact .cont{padding:58px 0px;}
    /*.content {min-height: 570px;}*/
}


.content .content-overlay {
  background: rgba(0,0,0,0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #50e3e3;
  font-weight: 600;
  /*letter-spacing: 0.15em;*/
  margin-bottom: 0.5em;
  /*text-transform: uppercase;*/
}

.content-details p{
  color: #fff;
  font-size: 1em;
}


/* Popup Css */
.overlays {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlays:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 50px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 340px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 5px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 999;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .contents {
  max-height: 30%;
  overflow: auto;
}
.slider_cont{position: absolute; top: 35%; color: #fff; left: 5%;}
@media screen and (max-width: 767px){
    .last-client{width: calc(100% / 2 - 30px);float: right;}
  .popup{
    width: 96%;
  }
  .slider_cont {display: none;}
}
@media screen and (max-width: 991px){
  .popup{
    width: 340px;
  }
}
/* Popup Css End */

.coronaupadte {margin-top: 1rem; color: #fff; background:#494253; padding: .75rem 1.25rem; font-size: 14px; font-weight: 400; line-height: 1.2; text-align: center; position: relative; top: 0; width: 100%; right: 0; left: 0; z-index: 999999; box-sizing: border-box; height: auto; display: block; margin: 0 auto;}
.coronaupadte a {color: #fd9200; display: inline-block;}
.coronaupadte span {background: #ffd02f; padding: 5px 7px; color: #000;}



#more {display: none;}
#close-btn {background: #000; border-radius: 5px; margin: 3px; text-align: right; font-size: 16px; position: absolute; cursor: pointer; font-weight: 700; top: 0px; right: 0; padding: 3px 8px; color: #fff;}
#signInButton {position: fixed; width: 100%; margin: 0px auto; z-index: 999999999; background: rgba(0,0,0,0.9); color: #000; line-height: 25px; font-size: 15px; text-align: justify; bottom: 0; top: 0px; right: 0px; left: 0; padding: 9% 2% 0% 2%;}
.mobsss {margin: 0px auto; max-width: 480px;}

.inputmain50 {
    width: calc(100% / 2 - 20px);
    margin: 0px 10px 8px 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.contact_field .input:focus-visible{
    box-shadow: none;
    outline: none;
    background: none;
}
.input:focus-visible{
    box-shadow: none;
    outline: none;
     background: none;
}
.contact_field #ans:focus-visible{
    box-shadow: none;
    outline: none;
    background: none;
}
#ans:focus-visible{
    box-shadow: none;
    outline: none;
     background: none;
}
.inputmain50 input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    font-size: 15px;
}
.inputmain100 {
    width: calc(100% - 20px);
    margin: 0px 10px 8px 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.inputmain50 select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    font-size: 15px;
}
.inputmain100 textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    font-size: 15px;
}
.inputmain100 input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    font-size: 15px;
}
.inputmain100 .captcha {
    position: absolute;
    top: 0px;
    right: 0;
    background: #000;
    padding: 12px 25px;
}
.btnsubmit {
    background: #25b0b0;
    border: 0px;
    color: #fff;
    font-size: 18px;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.btn{
    background: #25b0b0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
}

.overlaybanner {position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px; background: rgba(0,0,0,0.45);}
#accordion h3 {background: #fff; color: #000; padding: 8px 10px; border-left: 5px #088080 solid; width: calc(100% - 20px); cursor: pointer;}

@media (max-width: 574.98px) {
    .inputmain50 {width: calc(100% / 1 - 20px);}
    #signInButton {height: 100%; overflow: auto;}   
}




/*------- RESPONSIVE ---------*/


@media only screen and (max-width: 600px) {
    .content-section h1 {
        font-size: 30px;
        }
    
    .image-section {margin-top: 10px;}
    .image-section2 {margin-top: 10px;display: none;}
    .service-box {
    margin-bottom: 20px;
    text-align: center;
}
    
    .service-box .sb-icon {
    margin-bottom: 30px;
    margin-left: 130px;
}
    
    .row-section {
    margin-bottom: 35px;
}
    .core-section-p  {
    padding: 0px 10px;

}
    
    
  }


/*------- RESPONSIVE & ---------*/





/*------- OUR BIM SUPPORT INCLUDES ----------*/
.box {
    width: 100px;
    height: 100px;
    background-color: red;  
}

.box:hover {
    width: 200px;
    height: 200px;
    transition: 1s 
}



.bg-timeline {
 height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-image: linear-gradient(#000000eb, #000000db), url(../images/slide-1.webp);
background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    
     
}
.timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.timeline ul {
  list-style: none;
}
.timeline ul li {
    padding: 10px 20px;
    background-color: rgb(44 44 44 / 17%);
    color: white;
    border-radius: 10px;
    margin-bottom: -100px;
    margin-right: -190px;
    margin-left: -189px;
}
.timeline ul li:last-child {
  margin-bottom: 0;
}
.timeline-content h1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
.timeline-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.timeline-content a{
    color: #fff;pointer-events: auto;
}

@media only screen and (min-width: 768px) {
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: gray;
  }
  .timeline ul li {
    width: 70%;
    position: relative;
    margin-bottom: 10px ;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(0px);
    border-radius: 20px 0px 20px 20px;
    border: 2px solid;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(0px);
    border-radius: 0px 20px 20px 20px;
    border: 2px solid;
  }
  .timeline ul li::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #FD965B;
    top: 0px;
  }
  .timeline ul li:nth-child(odd)::before {
    transform: translate(50%, -50%);
    right: -30px;
  }
  .timeline ul li:nth-child(even)::before {
    transform: translate(-50%, -50%);
    left: -30px;
  }
  .timeline-content .date {
    position: absolute;
    top: -30px;
  }
 .timeline ul li:hover::before {
    background-color: #e5de92;
}
}


/*------- OUR BIM SUPPORT INCLUDES & ----------*/

.form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg {
    background-color: #F7F7F7;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
}

.row-section {
    margin-top: 40px;
}

.image img {
    padding: 20px;
    width: 100%;
}
.image1 img {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
}
 
.bg-color {
    background-color: #F6F6F6;
     /*background-image: linear-gradient(#00000000, #00000000), url(../images/slide-1.jpg);*/
     background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}


.page {
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #f7f7f7;*/
}

.whychoose {
/*  min-height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-transform: capitalize;
}

.whychoose .box1 {
  position: relative;
  width: 400px;
  height: 100px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}


.whychoose .box1:nth-child(1) {
  transform: translateX(-70px);
}

.whychoose .box1:nth-child(3) {
  transform: translateX(70px);
}

.whychoose:hover .box1:nth-child(1) {
  transform: translateX(0);
}

.whychoose:hover .box1:nth-child(3) {
  transform: translateX(0);
}


.whychoose:hover .box1,
.whychoose .box1:hover::before {
  border-radius: 0 20px 20px 0;
}

.whychoose .box1::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: var(--clr);
  transition: 0.5s ease-in-out all;
}

.whychoose .box1:hover::before {
  width: 100%;
}

.whychoose .box1 .content1 {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.whychoose .box1 .content1 .icon {
  min-width: 100px;
  display: flex;
  justify-content: center;
  font-size: 2.2em;
  color: var(--clr);
  transition: 0.2s ease-in-out;
}

.whychoose .box1:hover .content1 .icon {
  color: #fff;
}

.whychoose .box1 .content1 .icon i {
  transition: 0.5s ease-in-out;
}

.whychoose .box1:hover .content1 .icon i {
  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.2),
    2px 2px 6px rgba(0, 0, 0, 0.8);
}

.whychoose .box1 .content1 .text h3 {
  font-weight: 500;
  color: var(--clr);
  transition: 0.5s ease-in-out;
  margin-bottom: 5px;
}

.whychoose .box1 .content1 .text p {
  font-size: 0.9em;
  color: #999;
  transition: 0.5s ease-in-out;
}

.whychoose .box1:hover .content1 .text h3,
.whychoose .box1:hover .content1 .text p {
  color: #fff;
}


/*-----------------*/

.whychoose1 {
/*  min-height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
 /* background: #f7f7f7;*/
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-transform: capitalize;
}

.whychoose1 .box {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  /*background: #72727269;*/
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}


.whychoose1 .box::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: var(--clr);
  transition: 0.5s ease-in-out all;
}

.whychoose1 .box:hover::before {
  width: 100%;
}

.whychoose1 .box .content1 {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 36px 0px 27px 0px;
  max-height: 170px;
  margin-right: 18px;
}

.whychoose1 .box .content1 .icon {
  min-width: 100px;
  display: flex;
  justify-content: center;
  font-size: 2.2em;
  color: var(--clr);
  transition: 0.2s ease-in-out;
}

.whychoose1 .box:hover .content1 .icon {
  color: #fff;
}

.whychoose1 .box .content1 .icon i {
  transition: 0.5s ease-in-out;
}

.whychoose1 .box:hover .content1 .icon i {
  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.2),
    2px 2px 6px rgba(0, 0, 0, 0.8);
}

.whychoose1 .box .content1 .text span {
  font-weight: 500;
  color: #000;
  transition: 0.5s ease-in-out;
  margin-bottom: 5px;
  font-size: 27px;
}

.whychoose1 .box .content1 .text p {
  font-size: 0.9em;
  color: #333333;
  /*color: #fff;*/
  transition: 0.5s ease-in-out;
}

.whychoose1 .box:hover .content1 .text span,
.whychoose1 .box:hover .content1 .text p {
  color: #fff;
}


.form{box-shadow: 2px 0px 20px 2px inset white;
    border-radius: 10px;
    padding: 21px;
    width: 100%;
}

.input {background: transparent;border: none;}    
.form-text {padding: 3px;
    margin: 0px;
    width: 100%;
    /*float: left;*/
    margin: 0 2% 8px 0;
    border-bottom: 1px solid white;
}



/*form section in service*/

.block-hero-6 .font-secondary {
            font-family: 'Grand Hotel', cursive;
        }

        .block-hero-6 {
            --color: 0,0,0;
        }

        .block-hero-6 .hero-img {
            border: 16px solid #FFF;
        }
.bg-overlay, .bg-overlay-bg, .bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}


/*Contact Us */

/*
#contact {
  width: 100%;
  background-color: white;
}
*/

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Oswald', sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 6px;
}

/*
.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}
*/

/ Left contact page /
.form-horizontal {
    background-image: url("../image/bg2-process.jpg");
/*    box-shadow: 7px 10px 10px grey;*/
/    border-radius: 20px;  /
    max-width: 400px;
    padding: 25px 20px 25px 20px; 
    font-family: 'Lato';
    font-weight: 400;
    width: 100%;
    margin-left: 14px; 
}

.form-group1 {
    margin-bottom: 10px;
}

.form-horizontal h2 {
        text-align: center;
    color: white;
    font-size: 22px;
    margin: 0px;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff0;*/
    background-image: none;
  /*  border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control1 {
   height: 40px;
}

.form-control1, 
textarea {
  max-width: 400px;
  background: transparent;
  color: #fff;
  letter-spacing: 1px;
}

* {
    margin: 0px;
    padding: 0px;
}
option {
    color: black;
}

.send-button {
    margin-top: 10px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alt-send-button {
  width: 100%;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/*/ Begin Right Contact Page /*/
.direct-contact-container {
  max-width: 400px;
  margin-right: -65px;
}


.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
  text-align: inherit;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
      color: black;
}

.place {
  margin-left: 62px;
  color: black; 
}

.phone {
  margin-left: 56px;
  color: black;
}

.gmail {
  margin-left: 53px;
  color: black;
}

.contact-text a {
      color: black;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color:gray;
  text-decoration: none;
}


/*______________________________________________________*/

.right_conatct_social_icon{
     background: #31bbae;
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
    margin-top: 100px;
}
.contact_field{
    padding: 106px 185px 115px 50px;
}
.right_conatct_social_icon{
    height: 100%;
}
.list-section {
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}
.list-section ul li {
    text-decoration-style:none;
    list-style-type: decimal-leading-zero
}
.contact_field h1{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    background: none;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    background: none;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
     background: none;
}
.contact_field .form-control:focus-visible{
    box-shadow: none;
    outline: none;
    background: none;
}
.form-control:focus-visible{
    box-shadow: none;
    outline: none;
     background: none;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 10%;
    height: 400px;
    width: 340px;
    padding: 10px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}



/*Contact Us */

/*
#contact {
  width: 100%;
  background-color: white;
}
*/

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Oswald', sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 6px;
}

/*
.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}
*/

/ Left contact page /


.form-horizontal {
    background-image: url("../image/bg2-process.jpg");
/*    box-shadow: 7px 10px 10px grey;*/
/    border-radius: 20px;  /
    max-width: 400px;
    padding: 10px 10px 10px 10px; 
    font-family: 'Lato';
    font-weight: 400;
    width: 100%;
/    margin-left: 14px; /
}

.form-group1 {
    margin-bottom: 10px;
}

.form-horizontal h2 {
        text-align: center;
    color: white;
    font-size: 22px;
    margin: 0px;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff0;
    background-image: none;
   border: none;
    border-bottom: 1px solid gray;
/*    border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control1 {
   height: 40px;
}
textarea.form-control {
    height: 68px;
    width: 100%;
}

.form-control1, 
textarea {
  max-width: 423px;
  background: transparent;
  color: #fff;
  letter-spacing: 1px;
}
option {
    color: black;
}

.send-button {
    margin-top: 10px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.btn-primary {
    color: #fff;
/*    background-color: #31bbae;
    border-color: #2e6da4;*/
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alt-send-button {
  width: 100%;
  height: 34px;
    background-color: #31bbae;
  transition: all .2s ease-in-out;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #FD965B;
    border: none;
}
.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/*/ Begin Right Contact Page /*/
.direct-contact-container {
  max-width: 400px;
  margin-right: -65px;
}


.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
  text-align: inherit;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
      color: black;
}

.place {
  margin-left: 62px;
  color: black; 
}

.phone {
  margin-left: 56px;
  color: black;
}

.gmail {
  margin-left: 53px;
  color: black;
}

.contact-text a {
      color: black;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color:gray;
  text-decoration: none;
}
.testim {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    margin-top: 23%;
    background-color: black;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 19px;
    border-radius: 12px;
}
.testim-h2{margin-top: 21px;
;}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 10px 20px;
    margin: auto;
    max-height: 264px;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
    color: #fd965b;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;z-index: 1;
}

.testim .arrow.right {
    right: 10px;z-index: 1;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
    display: block;
    z-index: 1;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
   /* opacity: 1;*/
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
    background-color: transparent;
    color: black;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    display: none;
}

.testim .cont div span {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #fff;
    width: 80%;
    margin: auto;
    height: 110px;
    margin-top: 40px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

.whychoose1 .box .content1 .icon i{display: none;}
@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}



.left-arrow-wrap {
  left: 5%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

@media (max-width: 767.98px){
  .testim{display: none;}
}
@media only screen and (max-width: 992px){
  .testim{display: block;position: relative;margin-top: 9%;transform: inherit;}
  .testim .wrap{max-height: 379px;}
  .testim .cont div p{height: 236px;}
  .testim-h2{margin-top: 72px;}
}

     .active1 {
      background: #fd965b none repeat scroll 0 0;
      box-shadow: 10px 10px 15px rgb(0 0 0 / 40%);
      transition: 1s;  
     }
     #service .single_service.active1 {
   /* box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);*/
    }

    .c-no{height:150px;}
/*.grey-bg{background:#ebebeb;}*/
.counter-Txt{text-align:center; font-size:20px; font-weight:bold; text-transform:uppercase; margin-top:20px;}
.counter-Txt span{display:block; font-size:75px}
@media(min-width:320px) and (max-width:767px){ 
.c-no{height:100%;}
.counter-Txt{margin-top:35px;}
.margin-bot-35{margin-bottom:35px;}
}

@media only screen and (max-width: 768px){
    .coronaupadte {display:none;}
    .timeline ul li{margin-bottom: 30px; margin-right: 0px; margin-left: 0px;}
    html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    }
     html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    }

}
@media (min-width: 1020px) and (max-width: 1279px) { 
    .timeline {max-width: 633px;}.timeline ul li{margin-right: -155px;margin-left: -156px;}
}

@media all and (max-width : 767px) {
    .clearHeader {position: fixed; max-height: 420px; overflow: auto;}
    .pointcloud {height: 300px;}
    .banner-title h1 {font-size: 26px;} 
    .servicespage {font-size: 18px; line-height: 32px;}
    .panel-default > .panel-heading + .panel-collapse > .panel-body {font-size: 18px; line-height: 30px;}
    .servicetab .panel-title {font-size: 18px;}
    .footermain {font-size: 16px;}
    .wf {width: 100%; float: left;}
    .banner-link li {width: 100%; font-size: 16px;}
    .banner-link li a {color: #fff; padding: 0px 15px; font-size: 18px; line-height: 28px;}
    .year {font-size: 200px;}
    .since {color:#000; font-size: 14px; top: 46%; width: 100%; left: -113px; text-align: center; font-weight: 800; transform: rotate(-90deg); position: absolute;}
    .form-text{width: 100%;}
    .brandPartnerf ul li{    width: calc(100% / 2 - 30px);}
}
/*---------------------moving background----------------------*/
.wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrap .bg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/pointcloud.jpg") no-repeat center center;
  background-size: cover;
  transform: scale(1.1);
}

.bg1 {
    width: 100%;
    height: 100%;
    
   /* position: absolute;*/
    top: 0;
    left: 0;
    z-index: -1;
    
    background: url('../images/pointcloud.jpg') no-repeat center center;
    background-size: cover;

    transform: scale(1.1);
  }
}


/*-----------------------New banner-----------------------------*/
#bg {
            position: absolute;
            top: -5em;
            left: 0;
            z-index: -1;
            width: 100%;
        }
        
        #bg img {
            width: 100%;
        }
        
        #tint {
            position: relative;
            top: 0;
            left: 0;
            height: 35em;
            opacity: 0.7;
            padding: 12em 2em;
        }
        
        #tint h1 {
            color: white;
            font-family: "arial", san serif;
            margin: 0;
        }


    /*    What make us section*/
       section {
           /* padding: 60px 0;
            min-height: 100vh;*/
        }
        
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #337ab7;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
         a:active,
        a:focus { color: #337ab7;!important}
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
        background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service {
    padding: 30px;
 /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
  /*  margin-bottom: 50px;*/
   width: 109%;
    height: 295px;
}

.border1 {
    border-right: 1px solid lightgray;
    }
.border2 {
    border-bottom: 1px solid lightgray;
    }    

#service .single_service:hover{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
  transition: 1s;
}

#service .icon {
 /* border: 1px solid #666;*/
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: flex;
  margin-left: 13px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}

.single_service-body p {
  font-size: 17px;
  line-height: 22px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  /*display: table-cell;*/
  vertical-align: top;
}



.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
   /* box-shadow: 0 0 1px transparent;*/
    position: relative;
}
#service .single_service:hover {
    background: #fd965b none repeat scroll 0 0;
}





.counter_wrapper{
    width:100%;
    padding-top:20px;
    padding-bottom:100px;
    font-family: 'Poppins', sans-serif;
}
.counter_wrapper .count_box{
/*  padding:50px 20px;*/
/*  border:2px solid #dc4225;*/
/*  border-radius:10px;*/
    text-align:center
}
.counter_wrapper .count_box h3{
    font-size:70px;
    font-weight:600;
    color:#fff;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.counter_wrapper .count_box h4{
    font-size:24px;
    font-weight:800;
    text-transform:uppercase;
    color:#fff;
    padding-top:10px;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}

.counter_wrapper .box_center h3,.counter_wrapper .box_center h4{
    color:#fff;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}

@media(max-width:768px){
    .counter_wrapper .col-md-4{
        margin-bottom:15px
    }
}





/*-----------------------Index page slider css*----------------------*/

svg {
  display: block;
  overflow: visible;
}

.slider-container {
  position: relative;
  height: 100%;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  cursor: auto;
overflow-x: hidden;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: initial;
}
.slider-control.left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
  display: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider.animating {
  transition: transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  transition: transform 0.5s;
  will-change: transform;
}

.slide__text span{
    font-size: 32px;
}
.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../images/maxresdefault-_4_-_1_.webp");
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #e99c7e;
}
@media (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("../images/4.webp");
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #bea480;
}
@media (max-width: 991px) {
  .slide:nth-child(2) .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../images/1.webp");
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #adc5cd;
}
@media (max-width: 991px) {
  .slide:nth-child(3) .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url("../images/sunshine-1_5(2).webp");
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #96a6a0;
}
@media (max-width: 991px) {
  .slide:nth-child(4) .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
 position: absolute;
    width: 34%;
    bottom: 25%;
    left: 12%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;

}
@media (max-width: 991px) {
   .border1 {
    border: none;  
   }
   .border2 {
    border: none;  
   }

   #service .single_service {
    box-shadow: 0px 10px 20px 2px;
    border-radius: 15px;
   }
   .box-resize {
    margin: 10px;

   }

  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22rem;
    text-align: center;
    transform: translateY(50%);
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    padding: 0 1rem;
  }
}
.slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 40px;
  /*margin-bottom: 15px;*/
}

@media (max-width: 991px) {
  .slide__text-heading {
    /*line-height: 20rem;*/
   /* font-size: 3.5rem;*/
  }
}
.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  /*font-size: 1.8rem;*/
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .slide__text-desc {
    display: block;
  }
      #service .single_service {
        width: 100%;
        height: auto;
    }
    .headert {
        padding: 0px 10px;
    }


}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  perspective: 1000px;
}
@media (max-width: 991px) {
  .slide__text-link {
    display: none;
  }
  .slider-container {
    /*display: none;*/
    overflow-x: hidden;
  }

  .counter-icon {
    position: relative;
    bottom: 81%;
    font-size: 56px;
    left: 22%;
    color: #fd965b;
    line-height: 0px;
}
  .counter-icon-1 {
    position: relative;
    bottom: 79%;
    font-size: 56px;
    left: 22%;
    color: #fd965b;
    line-height: 0px;
}

.counter-icon-2 {
    position: relative;
    bottom: 80%;
    font-size: 56px;
    left: 35%;
    color: #fd965b;
    line-height: 0px;
}


}
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: 50% 100%;
  transform: rotateX(-85deg);
  transition: transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  transform: rotateX(0);
}




/*FAQ*/

.faq .faq-list {
  padding: 0 100px;
}

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

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #000;
  box-shadow: white 2px 0px 7px 2px inset;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fd965b;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #fff;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #fd965b;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #fd965b;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*FAQ*/




@media only screen and (max-width: 768px){
    /*.service-header{height: 103vh;}*/
    .serv-baner{left: 0;margin-top: 24%;padding: 30px;}
    #service .single_service {
        width: 100%;
        height: auto;
    }

}

    
/*-----------Case study section------------*/

 .servicespage h2 {font-weight: 700; margin-bottom: 20px; color: #000;}
.servicespage h2 a {color: #000;}

.date {color: #fd965b;}
.sp {padding: 50px 0; }
.section_about {width: 100%; float: left; background: #f9f9f9;}
.section_about h2 {font-weight: 700; text-align: center; line-height: 40px;}
.section_about p {text-align: justify; font-size: 18px; line-height: 32px; }
.exp{position: relative;}
.year {color: #088080; font-size: 274px; text-align: center; font-weight: 700; line-height: 235px;}
.since {color: #000; font-size: 16px; top: 50%; width: 100%; left: -109px; text-align: center; font-weight: 800; transform: rotate(-90deg); position: absolute;}
.textsh {display: none;}
/*.w100 {float: left; width: 100%;/*/*background: black;color: white;*/}
.reveal {border: 2px solid #088080; color: #088080; padding: 6px 25px; border-radius: 25px; font-size: 16px; background: #fff;}
.section_service {background: #000;}
.servicetitle {color: #25b0b0; font-size: 14px; text-transform: uppercase; font-weight: 600;}
.servicemaintitle {color: #fff; font-size: 40px; padding: 30px 0; line-height: 42px; text-transform: uppercase; font-weight: 600;}
.servicemaintitle a{color: #25b0b0;}
.service_box {background: #088080; border-radius: 4px; padding: 2px; font-weight: 700; color: #000; margin: 5px 0;}
.service_box h3{font-weight: 700; color: #fff; margin-top: 5px; text-align: center;}
.service_box h3 a {color: #fff;}
.service_box a {color: #fff;}
.service_box a:hover {text-decoration: none;}
.serviceimg {width: 100%; float: left; overflow: hidden;}
.serviceimg img {max-width: 100%; transition: transform .5s, filter 1.5s ease-in-out;}
.serviceimg:hover img {transform: scale(1.1);}
.bgblck{background: black;color: white;}
.servicespage {font-size: 18px; line-height: 32px;}
p {margin-bottom: 25px;}




/*cookies css*/

.cookie-container {

  display: flex;

  padding: 15px;

  background: #007af7;

  color: #fff;

  position: fixed;

  bottom: 0;

  font-size: 1rem;

  gap: 2rem;

  z-index: 9999999;

  opacity: 1;

  visibility: visible;

  flex-direction: row;

  align-items: center;

}

 

.cookie-container.hide {

  opacity: 0;

  visibility: hidden;

}

 

.cookie-container a {

  color: #fff;

}

 

.cookie-container a:hover {

  color: #222;

}

 

.cookie-container .cookie-message {

  margin: 0;

}

 

.cookie-container .agree-button {

/*  flex: 1 150px;*/

  text-align: center;

}

 

.agree-button button {

  background:#fff;

  color: #007af7;

  border: none;

  padding: 5px 30px;

  cursor: pointer;

  border-radius: 5px;

  font-size: 1rem;

}

 

.agree-button button:hover {

  background:#000;

    color:#007af7;

}

/*new service page design css*/
.bg-breadcrumbs {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd-breadcrumb, .cd-multi-steps{
/*    width: 41%!important;*/
    padding: 0.5em 1em;
    margin: 0em 25em auto;
    background-color: transparent;
    border-radius: 0.25em;
    border: 1px solid grey;}
        .mb25{margin-bottom:79px!important;position: relative;}
        .mb25::after {
         content: '';
         position: absolute;
         background-color: #fd965b;
         width: 11%;
         height: 3px;
         bottom: -15px;
         left: 44%;
        }
        /*.w100{float: none!important;}*/
        .height{height: 500px!important;}
        .testi-proj{padding: 5rem 4rem!important;}
.proj{
    margin-left: 25%;
    font-weight: 600;
    font-size: 23px;padding-top: 20px;text-align: center;
  }
.proj span{font-size: 20px;}

.proj  a:hover{
    text-decoration: underline; /* Remove the underline */
}
.benf-part2{background-image: url(/images/benfits-of-partenering.webp);
    background-repeat: no-repeat;
    height: 394px;
    background-position: center;
    margin-top: 60px;}
.benf-part li{list-style: disc;color: white;font-family: arial;}
.one {text-align: center;position: relative;}
.one:before {
    content: "";
    display: block;
    border-top: solid 1px #fd965b;
    width: 52%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 24%;
}
.one span {
    background: #000;
    padding: 0 20px;
    position: relative;
    z-index: 5;font-weight: 600;color: #fff;
}
.two{text-align: center;position: relative;padding-top: 0!important;}
.two span {
    background: #393a45;
    padding: 0 20px;
    position: relative;
    z-index: 5;font-weight: 600;
}
.two:before {
    content: "";
    display: block;
    border-top: solid 1px #fd965b;
    width: 52%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 24%;
}
.form-textp{margin: 0px; width: 100%; margin: 0 2% 8px 0; border-bottom: 1px solid black;}
#wrapper{
  position:relative;
  width:1000px;
  height:1000px;
  background:#ccc;
  margin: 0px auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  transition: box-shadow 0.8s;
}

#wrapper:hover{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.3);
}
.pop-pad{
    padding: 9px 77px;
  }
.popup2{
  width:50%;
  height:481px;
  background:#67C58F;
  bottom: 0px;
  left: 22%;
  position:fixed;
  border-radius:5px;
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
  transition: 0.5s;display: none;
}
.close{
  position:absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor:pointer;
  z-index:500;
}

.ns-close {
   width: 20px;
   height: 20px;
   position: absolute;
   right: 4px;
   top: 4px;
   overflow: hidden;
   text-indent: 100%;
   cursor: pointer;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
   outline: none;
}

.ns-close::before,
.ns-close::after {
   content: '';
   position: absolute;
   width: 3px;
   height: 60%;
   top: 50%;
   left: 50%;
   background: #1f8b4d;
}

.ns-close:hover::before,
.ns-close:hover::after {
   background: #000;
}

.ns-close::before {
   -webkit-transform: translate(-50%,-50%) rotate(45deg);
   transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
   -webkit-transform: translate(-50%,-50%) rotate(-45deg);
   transform: translate(-50%,-50%) rotate(-45deg);
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.popup2 {
/*   position: relative; */
/*   width: 90%;
  max-width: 400px; */
/*   margin: 4em auto; */
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;z-index: 99;
}

#success_message{ display: none;}

/*cookies CSS*/

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}


/*Counter CSS*/
.sectionClass {
  padding: 20px 120px 50px 120px;
  position: relative;
  display: block;
  margin-top: -125px;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  /*margin-top: 30px;*/
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 20px 0px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(0 0 0);
    box-shadow: 1px 1px 7px 1px grey;
    border-right: 1px solid;
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(0 0 0);
    box-shadow: 1px 1px 7px 1px grey;
    border-right: 1px solid;
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(0 0 0);
    box-shadow: 1px 1px 7px 1px grey;
    border-right: 1px solid;
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(0 0 0);
    box-shadow: 1px 1px 7px 1px grey;
    border-right: 1px solid;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'arial';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgb(253 150 91);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
  .proj{margin-left: 0}
}

/* AUTHOR LINK */



.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0% {
    stroke-dashoffset: 314.16;
  }
  100% {
    stroke-dashoffset: 0;
  }
}



.main {
  padding: 2em 0 6em 0;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inner__sub {
  --fs-h5: 1.5rem;
  font-size: var(--fs-h5);
  color: #000;
  margin-bottom: 1em;position: relative;
}
.inner__sub::after{content: '';
    position: absolute;
    background-color: #fd965b;
    width: 18%;
    height: 3px;
    bottom: -10px;
    left: 5px;
}
.inner__sub2{  --fs-h5: 1.5rem;
  font-size: var(--fs-h5);
  color: #fff;
  margin-bottom: 1em;position: relative;padding-left: 56px;
}
  .inner__sub2::after{content: '';
    position: absolute;
    background-color: #fd965b;
    width: 18%;
    height: 3px;
    bottom: -10px;
    left: 60px;
}
.inner__head {
  --fs-h2: 3rem;
  font-size: var(--fs-h2);
  /*font-family: var(--ff-head);*/
  font-family: arial;
  color: #000;
  line-height: 1.4;
  margin-bottom: 1em;
}

.inner__content {
  margin-bottom: 3em;
}

.inner__clr {
  color: #fd965b;
}

.inner__text {
  text-align: left;color: #000;
}

/*====== cards style ==========*/
.card__icon{margin-top: -30px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
  grid-gap: 4em 2rem;
}

.card2 {
  border-radius: 6px;
  box-shadow: 0 20px 40px 0 rgba(173, 181, 189, 0.1);
  border: solid 1px rgba(129, 147, 174, 0.12);
  background-color: #fff;
  padding: 2.5em;
  text-align: center;
  position: relative;
}

.card2:first-child::before {
  content: "";
  position: absolute;
  background-color: #fd965b;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}

.card2:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #5e5e5e;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}

.card2:nth-child(3)::before {
  content: "";
  position: absolute;
  background-color: #fd965b;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}
.card2:last-child::before {
  content: "";
  position: absolute;
  background-color: #060606;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}

.card__body {
  padding-top: 1em;
}

.card__head {
  --fs-h4: 20px;
  font-size: var(--fs-h4);
  margin-bottom: 1em;
  color: #000;
}

.card__content {
  --fs-body: 1.6rem;
  font-size: var(--fs-body);
}

@media (min-width: 750px) {
  .inner {
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  .inner__sub {
    --fs-h5: 1.8rem;
    font-size: var(--fs-h5);
  }

  .inner__headings {
    flex: 1 0 30%;position: relative;
  }

  .inner__content {
    flex: 1 0 50%;
    align-self: center;
    margin-right: 2rem;
  }

  .inner__sub {
    margin-bottom: 14px;position: relative;
  }

  .inner__head-pad {
    padding: 0px 60px;color: white;
  }
}
.software{
    padding: 40px 160px;
  }
  .corner-border::before {
    content: '';
    position: absolute;
    background-color: #fd965b;
    width: 20%;
    height: 3px;
    top: -38px;
    left: 68px;
}
.corner-border::after {
    content: '';
    position: absolute;
    background-color: #fd965b;
    width: 3px;
    height: 34%;
    top: -38px;
    left: 68px;
}
.bottom-corner::before {
    content: '';
    position: absolute;
    background-color: #fd965b;
    width: 20%;
    height: 3px;
    bottom: 63px;
    right: 59px;
}
.bottom-corner::after {
    content: '';
    position: absolute;
    background-color: #fd965b;
    width: 3px;
    height: 31%;
    bottom: 66px;
    right: 59px;
}
.mrg10{margin-top: 7%;}
.pdL10{padding-left:101%;}

blockquote {
    margin: 0!important;
    padding: 29px;
    /*width: 275px;*/
    background-color: #141414;
    color: #fff;
    box-shadow: 0 5px 2px rgba(0,0,0,0.1);
    position: relative;
    transition: background-color 0.6s linear;
}
blockquote:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    top: 46%;
    border: solid transparent;
    border-top-color: #141414;
    border-left-color: #141414;
    border-width: 10px;
    left: 100%;
    z-index: 999;
}
.casestudy-test{display: flex;padding: 33px}
blockquote p{padding:43px 0 0 0;}
.leftq {
    top: -3px;
    left: 5px;
}
.rightq {
    bottom: 57px;
    right: 5px;
}
.quotes {
    position: absolute;
    color: rgb(253 150 91);
    font-size: 5em;
}




.faq-section {
/*  max-width: 760px;*/
  margin: 125px auto;

}


.faq-section h2 {
    font-size: 38px;
    color: #101010;
    margin-top: 40px;
    margin-bottom: 60px;
    font-weight: bold;
}

.faq-section details {
  cursor: pointer;
}

.faq-section summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}

.faq-section h4 {
  width: 98%;
  color: #ff9362;
}

.faq-section summary {
    font-size: 20px;
    color: #f4f4f6;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.faq-section summary::marker {
  display: none;
  content: "";
}

.faq-section details > p {
  max-width: 94%;
  color: #0b0c0c;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .1px;
  margin-bottom: 40px;
  padding-left: 25px;
}

.faq-section hr {
  border: 1px solid #404E5C;
  margin-block-end: 30px;
}



/* CSS */
.button-46 {
  align-items: center;
  background-color: rgba(240, 240, 240, 0.26);
  border: 1px solid #DFDFDF;
  border-radius: 16px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 18px;
  justify-content: center;
  line-height: 28px;
  max-width: 100%;
  padding: 14px 22px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-46:active,
.button-46:hover {
  outline: 0;
}

.button-46:hover {
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.19);
}

.itemimg:before {border: 20px solid #585858!important}

/* error page */
.error {padding-top: 100px}
/* error page &*/

@media (min-width: 768px) {
  .button-46 {
    font-size: 20px;
    min-width: 200px;
    padding: 14px 16px;
  }
}
@media (min-width: 300px) and (max-width: 750px) {
  .popup2{width: 82%;left: 10%;}
  .testi-proj{padding: 0px !important}
  .height{height: auto!important;}
  .sectionClass{padding: 0;margin-top: 0;}
  .cd-breadcrumb, .cd-multi-steps{margin: 0}
  .casestudy-test{display: block;}  
  .inner__sub2{padding: 0}
  .software{padding:0px;}
  .pop-pad{padding: 0px}
}
/*new service page design css end*/

/* Responsiv Home Page CSS ------------------------------ */

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { ... }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .headcont {width: 960px;}
    .haq {display: none;}
    /*nav a {padding: 27px 15px;}*/
    .service-main {width: 960px;}
    .bgshape {width: 240px; height: 210px;}
    .secright .icon6 {left: 191px;}
    .secright .icon2 {top: 225px;}
    .secright .icon4 {top: 225px;}
    .secright .icon3 {top: 355px; left: 191px;}
    .service-main .secright {min-height: 570px;margin-left: 0px}
    .secright .iconmid {top: 140px; left: 165px;}
    .casetitle {padding-left: 325px;}
    .w451 {width: 300px;}
    .caseimg {width: 300px;}
    .accordian .accordion-button {font-size: 20px;}
    .accordian .accordion-button:not(.collapsed) {font-size: 20px;}
    .itemimg:before{display: none;}
    .itemimg img {margin-left: 0px;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .headcont {width: 720px; position: relative;}
    #logo {text-align: left;}
    .service-main {width: 720px; display: flex; flex-direction: column;}
    .service-main .secleft {width: 83%; margin-right: 0px;margin-left: 0px}
    .service-main .secright {width: 100%;}
    .bgshape {width: 280px; height: 250px;}
    .secright .icon6 {left: 221px;}
    .secright .icon2 {top: 255px;}
    .secright .icon4 {top: 255px;}
    .secright .icon3 {top: 395px; left: 220px;}
    .secright .iconmid {top: 170px; left: 215px;}
    .service-main .secright {min-height: 650px;}
    .w451 {display: none;}
    .case_box {width: 100%;}
    .casetitle {text-align: center; padding-left: 0;}
    .brandPartner ul li {width: calc(100% / 3 - 30px);}
    .numeric {font-size: 70px; line-height: 75px;}
    .numbertitle {font-size: 42px; font-weight: 800; margin-bottom: 30px;} 
    .whyusleft {max-width: 100%;}
    .accordian {width: 100%; margin-left: 0px;} 
    .whyusleft {background: #fff; padding: 0px;}
    .whyusleft h2 {font-weight: 900;}
    .whyusleft img {display: none;}
    .numeric span {font-size: 35px; top: 8px;}
    .numberbox {font-size: 16px;}
    .contabox .w33box img {max-width: 70px; align-self: center; margin-right: 0px;}
    .contabox .w33box {flex-direction: column; text-align: center;}
    .overviewitem .itemimg img {max-width: 100%;}
    .hedbtn,.hedbtn1 {display: inline-block; /*width: 130px;*/}
    .mt30 {margin-top: 11px;}
    .headcont ul.menu {margin: 0px !important; padding: 0 !important; left: 0; position: absolute; right: 0; top: 64px; background: #9d9d9d; max-height: 80vh; overflow-y: auto;}
    .menutog {position: absolute; z-index: 9; right: 0px; top: 5px;}
    .hedbtn {display: block;}
    .hedbtn1 {/*display: none;*/visibility: hidden;}
    .logo img{width: 93px;}
    .slider-container{height: 75%}

}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
     .sub-ser-icon{display: none;}
    .headcont {width: 540px;}
    .service-main {width: 540px;}
    .casemain {display: flex; width: 540px; margin: auto;}
    .case_box {display: inline-block;}
    .case_box .caseitem {width: 100%; margin-bottom: 45px;}
    .mh140 {min-height: auto;}
    .overviewitem {flex-direction: column-reverse;}
    .secright .icon1 {width: 48%; float: left; margin: 1%; position: inherit;}
    .secright .icon2 {width: 48%; float: left; margin: 1%; position: inherit; top: 0;}
    .secright .icon3 {width: 48%; float: left; margin: 1%; position: inherit; top: 0; left: 0}
    .secright .icon4 {width: 48%; float: left; margin: 1%; position: inherit; top: 0; left: 0}
    .secright .icon5 {width: 48%; float: left; margin: 1%; position: inherit; top: 0; left: 0}
    .secright .icon6 {width: 48%; float: left; margin: 1%; position: inherit; top: 0; left: 0}
    .secright .iconmid {display: none;}
    .numberbox {width: calc(100% / 1 - 0px); margin: 15px;}
    .numbercountermain {height: auto; background-attachment: scroll;}
    .brandPartner li img {max-width: 100%;}
    .fcolumn {width: calc(100% / 1 - 30px); margin: 15px;}
    .bgshape {width: 245px; height: 225px;}
    .service-main .secright {margin-top: 30px;}
    .service-main .secleft {text-align: center;}
    .itemimg:before{display: none;}
    .itemimg img {margin-left: 0px;display: none;}
    .bulletspnt {margin-top: 50px;text-align: center;}
    .w100 {float: none;width: initial;}
    .w88 {width: 85%;}
    .overviewitemhome .itemimgh{display: none;}
    .casetitle p{padding: 10px;}
    /*.bgblue {
        padding: 10px;
    }*/
    .mobile_contact{display: block;}
    .desk_contact{display: none;}
    .mobile-why {display: block;}
    .desk-why {display: none;}
    ul.infoGraphic li .content {margin: 5em 3em 5em 0em;position: relative;padding: 0px 0px 0px 110px;}
    .slide:nth-child(1) .slide__bg{background-position: left;}
    .mobile_form{display: block;padding: 54px;}
    .desk_form{display: none;}
    .what-we{margin-left: 0px;}
    .nineth-content p{text-align: left;padding-left: 29px;}
    .nineth-content h2 {padding-left: 23px;text-align: left;}
    .button-2{width: 142px;}
    .slide__bg{background-color: #000}
    .slider-container{height: 75%}
    .slide:nth-child(1) .slide__text{background: black;}
    .slide:nth-child(2) .slide__text{background: black;}
    .slide:nth-child(3) .slide__text{background: black;}
    .slide:nth-child(4) .slide__text{background: black;}
    .slide:nth-child(1) .slide__bg{background: black}
    .slide:nth-child(2) .slide__bg{background: black}
    .slide:nth-child(3) .slide__bg{background: black}
    .slide:nth-child(4) .slide__bg{background: black}
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .headcont {width: 98%;}
    .service-main {width: 98%;}
    .casemain {display: flex; width: 98%; margin: auto;}
    .case_box .caseitem {width: 96%; box-sizing: border-box; margin: 8px 2% 45px 2%;}
    .contabox .w33box {width: calc(100% / 1); margin-bottom: 15px;}
    .secright .icon1 {width: 250px; margin: 1% auto; float: none;  position: inherit; }
    .secright .icon2 {width: 250px; margin: 1% auto; float: none;  position: inherit; top: 0;}
    .secright .icon3 {width: 250px; margin: 1% auto; float: none;  position: inherit; top: 0; left: 0}
    .secright .icon4 {width: 250px; margin: 1% auto; float: none;  position: inherit; top: 0; left: 0}
    .secright .icon5 {width: 250px; margin: 1% auto; float: none;  position: inherit; top: 0; left: 0}
    .secright .icon6 {width: 250px; margin: 1% auto; float: none;  position: inherit; top: 0; left: 0}
    .brandPartner ul li {width: calc(100% / 2 - 30px);}
    .overflow {overflow-x: hidden;}
}


@media (min-width: 767.98px) and (max-width: 991px){
.slider-container{height: 75%;}
}
 @media (min-width: 768px) and (max-width: 1024px){
    .timeline ul li {width: 100%;margin-right: 0px;
    margin-left: 0px;}
    .timeline:before{position: relative;}
    .serv-baner{margin-top: 27%;left: 0;padding-left: 9%;}
    .bulletspnt{margin-top: 10%;}.timeline{max-width: 633px}
 }

@media only screen and (max-width: 1024px){
  .timeline{max-width: 633px}
 }
