body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
        url('../fonts/Muli-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal; 
}
:focus-visible{
    border: none;
}
a:hover{
    text-decoration: none !important;
}
/* team */
.team-child p {
    font-size: 15px;
    margin: 10px 0px 0px;
    font-weight: 600;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom:10px;
    
}

.blog .carousel-indicators .active {
background: #707070;
margin-bottom:10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 40px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #00325a;
}
.our-team:hover {
  border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
  display: inline-block;
  width: 130px; 
  height: 130px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00325a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #145889;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 0px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
}
.our-team .social {
    width: 100%;
    padding-top: 10px;
    margin: 0;
    /* background: #2f2f2f; */
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
    padding-left: 0;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
    display: block;
    padding-top: 4px;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease 0s;
    /* padding: 4px; */
    background: #00325a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* margin-top: -21px; */
    position: relative;
    top: -4px;
}
.our-team .social li a:hover {
  color: #145889;
  background: #f7f5ec;
}
/* team */
/* team */
.our-team-1 {
    padding: 0 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    
  }
 
  .our-team-1 .pic {
    display: inline-block;
    width: 130px; 
    height: 130px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  .our-team-1 .pic:before {
    content: "";
    width: 100%;
    height: 100%;
   
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  .our-team-1:hover .pic:before {
    height: 100%;
   
  }
  .our-team-1 .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
  }
  .our-team-1:hover .pic:after {
    background: #145889;
  }
  .our-team-1 .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
  }
  .our-team-1:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  .our-team-1 .team-content {
    margin-bottom: 0px;
  }
  .our-team-1 .title {
    font-size: 18px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  .our-team-1 .post {
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
  }
  .our-team-1 .social {
      width: 100%;
      padding-top: 10px;
      margin: 0;
      /* background: #2f2f2f; */
      position: absolute;
      bottom: -100px;
      left: 0;
      transition: all 0.5s ease 0s;
      padding-left: 0;
  }
  .our-team-1:hover .social {
    bottom: 0;
  }
  .our-team-1 .social li {
    display: inline-block;
  }
  .our-team-1 .social li a {
      display: block;
      padding-top: 4px;
      font-size: 20px;
      color: #fff;
      transition: all 0.3s ease 0s;
      /* padding: 4px; */
      background: #00325a;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      /* margin-top: -21px; */
      position: relative;
      top: -4px;
  }
  .our-team-1 .social li a:hover {
    color: #145889;
    background: #f7f5ec;
  }
/* team end */
.desktop-device{
    display: block;
}
.mobile-device{
    display: none;
}
.logo-sf{
    padding-right: 0 !important;
}
.mn-mr{
    margin-top: 79px; 
    color: #1952c5;
    font-size: 19px;
    font-weight: bold;
}
.pt-5-sm {
    padding-top: 30px !important;
}
.p-l-r {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.form-check {
    position: relative;
    display: block;
    /* padding-left: 1.25rem; */
    padding-left: 33px !important;
}
.team-child{
    position: relative;
    overflow: hidden; 
}
.team-overlay {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    margin: 0 auto;
    border-radius: 50%;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.team-child:hover .team-overlay{
    width: 100px;
    height: 100px;
    opacity: 1;
}
.team-overlay a {
    line-height: 96px;
    color: #009fb5;
    display: inline-block;
    font-size: 35px;
} 
.team-child:hover p{
    color: #009fb5;
}

/*expertise*/
.d-fl-1 {
    border-radius: 10px;
    background: linear-gradient( 
135deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
    border: 7px solid #fff;
    box-shadow: 0px 0px 10px #000;
    position: relative;
}
.d-fl-1 img{
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px; 
    margin: 0 auto;
}
.d-fl-1::before {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
    border-style: solid;
    border-width: 1em .75em 0 .75em;
    border-color: #3e474f transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -.5em;
    transition: all .65s cubic-bezier(.84,-.18,.31,1.26),opacity .65s .5s;
    transform: scale(.6) translateY(-90%);
}
.d-fl-1:hover::before{
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}
.d-fl-1::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
    background: #3e474f;
    border-radius: .25em;
    bottom: 110%;
    color: #edeff0;
    content: attr(data-tip);
    margin-left: -73px;
    padding: 1em;
    transition: all .65s cubic-bezier(.84,-.18,.31,1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: 10.5em;
    text-align: center;
    font-size: 14px;
}
.d-fl-1:hover::after{
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
    transition: all .65s cubic-bezier(.84,-.18,.31,1.26);
}
.p-l-r{
    padding-left: 5px;
    padding-right: 5px;
}
/*expertise*/
.checklist li{
    text-align: left;
    list-style: circle;
}
.inner h5 {
    color: #269fb5;
    text-align: left;
}
.bx-wrapper {
    position: relative;
    margin-bottom: 0;
    margin-top: -9px;
}
.copy_right p {
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
.copy_right p a{
    color: #fff;
    font-weight: 600;
    font-size: 13px;    
}
.contact-a-tag{
    padding: 7px 15px;
    margin-top: 13px;
    background: #009fb5;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 9;
}
.contact-a-tag:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    
}
.contact-a-tag:hover::before{
    -webkit-transform: scaleX(1); 
    transform: scaleX(1);
}
.contact-a-tag:hover{
    color: #009fb5;  
}
/*about*/
.section {
    padding: 30px 0px;
}
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    margin-top: -72px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} 

.flip-box-front {
  /*background-color: #bbb;*/
  color: black;
}

.flip-box-back {
  /*background-color: #555;
  color: white;*/
  transform: rotateY(180deg);
}
.about_area{
    padding: 0px 0px 30px;
}
.abt-txt p{
    font-size: 14px;
    color: #828282;
    padding: 0;
    margin: 0;
    text-align: justify;
    line-height: 24px;
}
/*about*/
.overlay-bio {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 90%;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    transform: scaleX(0);
    border: 4px solid #009fb5;
    transition: all 700ms ease 100ms;
    z-index: 3;
}
.bio-img:hover .overlay-bio{
    opacity: 1;
    transform: scaleY(1);
}
.product-mn-div {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 5px 5px 7px #00000057;
    padding: 10px 15px;
 
}
.ft-mg{
    margin-top: 40px !important;
}
.text-slide p { 
    margin-top: -23px;
}
.dg-image {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.dg-overlay{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    transform: scaleX(0);
    border: 4px solid #009fb5;
    transition: all 700ms ease 100ms;
    z-index: 3;
}
.dg-image:hover .dg-overlay{
    opacity: 1;
    transform: scaleY(1);
}
.section{
    padding: 30px 0px;
}
.checklist li{
    color: #797d81;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 5px;
}
.checklist{
    padding-left: 20px;
}
/*hover-new-css*/
/******************header****************/
.header{
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
	width: 100%;
	background: #fff;
	z-index: 999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
/*hover-new-css*/
/*product-area*/
.product-area{
    position: relative;
    display: block;
    z-index: 10;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important; 
    margin-top: -67px;
}
.single-featured-box{
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 2px 0px 9px #000;
}
.single-featured-box .inner{
    position: relative;
    display: block;
    background: #009fb5;
    transition: all 300ms ease 100ms;
}
.single-featured-box .inner .img-holder {
	position: relative;
	display: block;
	width: 230px;
	height: 237px;
	float: right;
}
.single-featured-box .inner .static-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 125px;
	padding-left: 16px;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	transform: translateY(0px);
	transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .static-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all 900ms ease 100ms;  
}

.single-featured-box .icon{
    position: relative;
    display: block;
    padding-bottom: 0px;
}
.single-featured-box .icon span:before{
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
}
.single-featured-box .title{
    position: relative;
    display: block;    
}
.single-featured-box .title h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    /* text-shadow: 2px 1px 0px #000; */
    background: rgba(0,0,0,0.8);
    padding: 5px 10px;
}   

.single-featured-box .inner .overlay-content {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 3;
    background: #27282c;
    transition: all 300ms ease 100ms;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .overlay-content{
    opacity: 1;  
    visibility: visible; 
    transform: translateY(0%);
    transition: all 900ms ease 100ms;  
}
.single-featured-box .inner .overlay-content .icon span:before{
    color: #e9212e;
}
.single-featured-box .inner .overlay-content .text{
    position: relative;
    display: block; 
    padding-top: 18px;
    padding-bottom: 0px;
}
.single-featured-box .inner .overlay-content .text p{
    color: #ffffff;
    margin: 0 0 26px;
}
.single-featured-box .inner .overlay-content .text a{
    color: #124edd;    
}

.single-featured-box .overlay-content .overlay-image{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 00px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .overlay-content .overlay-image{
    opacity: 1;
    height: 270px;
    transform: scale(1.0); 
    transition: all 900ms ease 500ms;  
}
.img-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon i {
	font-size: 42px;
	line-height: 60px;
	color: #fff;
}
.pr-bg{
    height: 151px;
    background: linear-gradient(135deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
}
/*product-area*/
.product-mn-div{
    position: relative;
}
.pr-icon{
	width: 80px;
	height: 80px;
	border-radius: 50%;
    border: 1px solid #009fb5;
    transition: all ease-in-out 0.3s;
    position: relative;
}
.pr-icon img {
    width: 52%;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    position: relative;
    top: 20px;
}
.product-mn-div:hover .pr-icon{
    background: linear-gradient(135deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
    border: none;
}
.pr-icon span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;  
}
.product-mn-div:hover .pr-icon span{
    opacity: 1; 
}
.product-mn-div p{
    color: #8b8b99;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}
.product-mn-div h2{
    font-size: 13px;
    font-weight: 700;
    margin-top: 11px;
    transition: all ease-in-out 0.3s;
}
.product-mn-div:hover h2{
    color: #009fb5; 
}
.mt-tp-pr{
    margin-top: 37px;
}
.banner-content-div{
    position: absolute;
    width: 100%;
    top: 0;
}
.checklist li{
    text-align: left;
    list-style: circle;
}
.inner h5 {
    color: #269fb5;
    text-align: left;
    font-weight: 700;
}
.bx-wrapper {
    position: relative;
    margin-bottom: 0;
    margin-top: -9px;
}
.copy_right p {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}
.copy_right p a{
    color: #fff;
    font-weight: 600;
    font-size: 13px;    
}
.contact-a-tag{
    padding: 7px 15px;
    margin-top: 13px;
    background: #009fb5;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 9;
}
.contact-a-tag:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    
}
.contact-a-tag:hover::before{
    -webkit-transform: scaleX(1); 
    transform: scaleX(1);
}
.contact-a-tag:hover{
    color: #009fb5;  
}
/*about*/
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    margin-top: -72px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} 

.flip-box-front {
  /*background-color: #bbb;*/
  color: black;
}

.flip-box-back {
  /*background-color: #555;
  color: white;*/
  transform: rotateY(180deg);
}
/* .about_area{
    padding: 0px 0px 30px;
} */
.abt-txt p{
    font-size: 14px;
    color: #828282;
    padding: 0;
    margin: 0;
    text-align: justify;
    line-height: 24px;
}
/* .abt-txt p {
    font-size: 17px;
    color: #828282;
    padding: 0;
    margin: 0;
    text-align: justify;
    line-height: 25px;
} */
/*about*/
.overlay-bio {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 90%;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    transform: scaleX(0);
    border: 4px solid #009fb5;
    transition: all 700ms ease 100ms;
    z-index: 3;
}
.bio-img:hover .overlay-bio{
    opacity: 1;
    transform: scaleY(1);
}
.product-mn-div {
    margin-bottom: 15px;
}
.ft-mg{
    margin-top: 40px !important;
}
.text-slide p { 
    margin-top: 0px;
} 
.text-slide ul{
    padding: 0;
}
/*top-bar*/
.top-bar-style2{
    position: relative;
    display: block;
    background: #009fb5;
    padding: 0px 50px;
}
.top-style2 {
    display: flow-root;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.top-style2-left{
    position: relative;
    display: block;    
}
.top-style2-left p{
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.top-style2-left p span:before{
    position: relative;
    top: 3px;
    color: #e9212e;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding-right: 9px;
}
.top-style2-left ul{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 20px;
    margin: 0;
}
.top-style2-left ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 14px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.top-style2-left ul li a{
    text-decoration: none;
    color: #fff;
}
.top-style2-left ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.top-style2-left ul li:before{
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #fff;
    content: "";
}
.top-style2-left ul li:last-child:before{
    display: none;
}
.top-style2-right {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
}
.top-style2-right .top-right-menu {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
}
.top-style2-right .top-right-menu:before{
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #404043;
    content: "";    
}
.top-style2-right .top-right-menu li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 30px;
}
.top-style2-right .top-right-menu li:last-child{
    padding-right: 0;
}
.top-style2-right .top-right-menu li a{
    color: #7c7e84;
    font-size: 15px; 
    transition: all 500ms ease;
}
.top-style2-right .top-right-menu li a:hover{
    color: #e9212e;
}

.top-style2-right .topbar-social-links{
    position: relative;
    display: inline-block;
    float: right;    
    margin: 0;
}
.top-style2-right .topbar-social-links li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 30px;    
}
.top-style2-right .topbar-social-links li:last-child{
    padding-right: 0;
}
.top-style2-right .topbar-social-links li a i{
    color: #fff;
    font-size: 14px;
    transition: all 500ms ease;
}
.top-style2-right .topbar-social-links li a:hover i{
    color: #000;
}
/*hover-new-css*/
.logo a svg {
    height: 63px;
    width: 30px;
    position: absolute;
    left: 0;
    top: -28px;
}
.logo a h1 {
    font-family: Oswald, sans-serif;
    font-size: 25.4px;
    color: #009eb4;
    text-transform: uppercase;
    line-height: 20px;
    margin: 29px 0 0;
    padding-left: 16px;
    font-weight: 600;
    padding-top: 2px;
}
.logo a h1 span {
    color: #000;
}
.logo a h6 {
    font-family: 'Muli';
    font-size: 9px;
    color: #000;
    margin: 0;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 17px;
}
.logo {
    position: relative;
}
.contact-btn{
    float: right;
}
.contact-a-tag{
    padding: 7px 15px;
    margin-top: 13px;
    background: #009fb5;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.r-pd{
    padding: 0px 20px;
}
.header .navbar{
    float: right;   
}
.header .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    padding: 15px 25px 0px;
    text-transform: uppercase;
}
.menu-div{
    float: right;
}
/******************header****************/
/******************banner****************/
.slick-prev, .slick-next {
    display: none !important;
}
.banner{
    padding: 5px 0px 0px; 
    position: relative;
}
.banner-text h1 {
    font-size: 47px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner-text h1 span {
    color: #000;
}
.text-slide p{
    font-size: 28px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.text-slide p span{
    color: #fff;
}
.bx-viewport {
    -webkit-transform: translateZ(0);
    /*height: 477px !important;*/
}
.bx-wrapper {
    box-shadow: inherit;
    border: none;
    background: #fff;
}
.banner-text{
        margin-top: 100px;
}
.bx-wrapper .bx-pager {
    display: none;
}
.text-slide{
    margin-top: 25px;
}
/******************banner****************/
/******************start solution****************/
.sol-img{
    width: 60%;
    /*float: left;*/
}
.sol-box{
    width: 40%;
    /*float: right;  */
    background-color: transparent;
    transition: all ease-in-out 0.3s;
}
.sol-box p {
    height: 187px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    font-size: 20px;
    color: #000;
    line-height: 23px;
    margin: 0;
}
.solu-div {
    position: relative;
    display: inline-block;
    width: 100%;
}
.solu-div:hover .sol-bg-1{
    background-color: #65a6ce;
}
.solu-div:hover .sol-bg-2{
    background-color: #a6dae8;
}
.solu-div:hover .sol-bg-3{
    background-color: #66c3ff;
}
.solu-div:hover .sol-bg-4{
    background-color: #3aa4ce;
}
.head-text{
    text-align: center;
}
.head-text h3{
    font-size: 44px;
}
.head-text p{
    font-size: 14px;
   
}
/******************end solution**  **************/
/******************start about us****************/
/******************end about us****************/
.light-blue{
    padding: 50px 0px;
    background: #f3f3f3;  
}

/******************end about us****************/
/******************start service-sec****************/
.service-sec{	
	background: rgba(168,0,119,1);
	background: -moz-linear-gradient(-45deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(168,0,119,1)), color-stop(0%, rgba(30,202,229,1)), color-stop(59%, rgba(16,51,146,1)), color-stop(100%, rgba(16,51,146,1)));
	background: -webkit-linear-gradient(-45deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
	background: linear-gradient(135deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80077', endColorstr='#103392', GradientType=1 );
	padding: 50px 0;
	}
.service-box {
	padding: 0 50px;
	/*margin-bottom: 45px;*/
}	
.service-icon{
	float: left;
	margin-right:40px;
	width: 260px;
	height: 260px;
	border-radius: 50%;	
	padding:15px;
	border:1px dashed #fff;
	position:relative;
	text-align:center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	}
.service-icon::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(40deg, #1c46df 0%, #18d8f6 100%);
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
    z-index: 9;
}
.service-icon:hover::before{
    -webkit-transform: scale(2);
    transform: scale(2); 
}
.inner-circle{
	width: 100%;
	height:100%;
	border-radius: 50%;
	background: rgb(26,176,215);
	background: -moz-radial-gradient(center, ellipse cover, rgba(26,176,215,1) 54%, rgba(26,176,215,1) 54%, rgba(23,154,205,1) 54%, rgba(23,154,205,1) 77%, rgba(25,170,212,1) 77%, rgba(23,154,205,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(26,176,215,1) 54%,rgba(26,176,215,1) 54%,rgba(23,154,205,1) 54%,rgba(23,154,205,1) 77%,rgba(25,170,212,1) 77%,rgba(23,154,205,1) 100%);
	background: radial-gradient(ellipse at center, rgba(26,176,215,1) 54%,rgba(26,176,215,1) 54%,rgba(23,154,205,1) 54%,rgba(23,154,205,1) 77%,rgba(25,170,212,1) 77%,rgba(23,154,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab0d7', endColorstr='#179acd',GradientType=1 );
	}	
.inner-circle img{
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	top:50%;
	transform: translateY(-50%);
	display:inline-block;
    z-index: 99; 
	}
.service-txt{
	/*overflow:hidden;*/
	padding:35px 0;
	}
.service-txt h3{
	font-size: 31px;
	font-weight:500;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	margin:0;
	padding:0;
	}
    .div-check-100  a{color:#000;font-size: 16px;font-weight: 600;}
    .div-check-100  a:hover{color:#009fb5;font-size: 16px;font-weight: 600;
        }
    .div-check-100 li{background: #ebdcdc;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px;
}
.service-txt p{
	color:#fff;
	margin:15px 0 0;
	padding:0;
	}
.service-txt a{
	font-size:14px;
	font-weight:400;
	color:#fff;
	padding:5px 20px;
	background-color: #1ecae5;
	display: inline-block;
	border-radius:2px;
	margin:15px 0 0;
	}
.fl-rt .service-icon{
	float:right;
	margin-right:0;
	margin-left:40px;	
	}
.fl-rt .service-icon .inner-circle{
	background: rgb(58,132,195);
	background: -moz-radial-gradient(center, ellipse cover, rgba(58,132,195,1) 0%, rgba(58,132,195,1) 0%, rgba(69,100,208,1) 0%, rgba(58,132,195,1) 50%, rgba(56,96,198,1) 50%, rgba(55,92,195,1) 70%, rgba(38,86,182,1) 70%, rgba(38,86,182,1) 70%, rgba(38,86,182,1) 70%, rgba(38,76,176,1) 70%, rgba(56,95,198,1) 100%, rgba(41,78,188,1) 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, rgba(58,132,195,1) 0%,rgba(58,132,195,1) 0%,rgba(69,100,208,1) 0%,rgba(58,132,195,1) 50%,rgba(56,96,198,1) 50%,rgba(55,92,195,1) 70%,rgba(38,86,182,1) 70%,rgba(38,86,182,1) 70%,rgba(38,86,182,1) 70%,rgba(38,76,176,1) 70%,rgba(56,95,198,1) 100%,rgba(41,78,188,1) 100%);
	background: radial-gradient(ellipse at center, rgba(58,132,195,1) 0%,rgba(58,132,195,1) 0%,rgba(69,100,208,1) 0%,rgba(58,132,195,1) 50%,rgba(56,96,198,1) 50%,rgba(55,92,195,1) 70%,rgba(38,86,182,1) 70%,rgba(38,86,182,1) 70%,rgba(38,86,182,1) 70%,rgba(38,76,176,1) 70%,rgba(56,95,198,1) 100%,rgba(41,78,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a84c3', endColorstr='#294ebc',GradientType=1 );
	}
.fl-rt .service-txt{
	text-align: right;
	}
.main-title {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
.main-title-p{
    color: #fff;
    text-align: center; 
}
/******************end service-sec****************/
/******************start product-sec****************/
.pro-bx{
	position: relative;
	}
.pro-bx img{
	width: 100% !important;
	}
.pro-bx h3{
	color: #fff;
	font-size:20px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	position: absolute;
	left:15px;
	top:15px;
	text-transform: uppercase;
	}
.pro-bx a.btn {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 8px 20px;
	background-color: #009fb5;
	position: absolute;
	left: 0;
	bottom: -18px;
	border-radius: 0;
}
.product-wrap{
    padding: 30px 0px 57px;
    background: #eee;
}
/*.overlay-pro {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: #009fb563;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease-in-out 0.4s;
}
.pro-bx:hover .overlay-pro{
    width: 100%;
    height: 100%;
    opacity: 1;
}*/
/******************end product-sec pramit****************/ 


          
.our-service-title {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
section.our-service-post {
    padding: 32px 0 39px 0;
}
.content-bg-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.content-bg-title h1 {
    position: relative;
    font-size: 30px;
    line-height: 48px;
    color: #2d2d2d;
    font-weight: 700;   
    text-align: center;
    padding-left: 30px;
}
.content-bg-title h1:before {
    position: absolute;
    content: "";
    background-image: url(../img/title-border.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    left: 10px;
    top: -15px;
    background-size: contain;
}
.red-text {
    color: #009fb5;
}
.container-main {
    padding: 0 5px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.service-list-in {
    display: flex;
    justify-content: inherit;
    flex-wrap: wrap;
}
.service-list-in .service-list-item {
    border-radius: 10px;
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    margin: 0px 20px 30px 0;
    flex: 0 1 calc(33.33% - 20px);
    transition: box-shadow 0.3s ease-in-out;
}
.service-description {
    padding: 25px;
}
.service-list-in .service-list-item:hover {
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
}
.service-list-in .service-list-item:hover>.service-logo-title:after {
    width: 100%;
    background: #2d2d2d;
    height: 3px;
}
.service-list-in .service-list-item:hover>.service-description a.service-link {
    background-color: #2d2d2d;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
.service-list-item .service-logo-title {
    border-bottom: 5px solid #009fb5;
    padding: 25px;
    display: flex;
    align-items: center;
    position: relative;
}
.service-logo-title img {
    height: 60px;
    width: 60px;
}
.service-logo-title h4 {
    padding-left: 20px;
    font-size: 20px;
    color: #2d2d2d;
    line-height: normal;
    font-weight: 500;  
    margin: 0;
}
.service-list-item .service-logo-title:after {
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    width: 0px;
    left: 0;
    bottom: -4px;
    position: absolute;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.service-description {
    padding: 25px;
}
.service-description p {
    /* max-height: 192px; */
    height: 100%;
    /* min-height: 192px; */
    overflow: hidden;
}
.service-description p {
   font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: justify;
   
    /* text-align: justify; */
}
.service-description a.service-link {
    border-radius: 19px;
    background-color: #009fb5;
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
   
    text-align: center;
    display: block;
    max-width: 109px;
    height: 29px;
    text-decoration: unset;
    margin-top: 15px;
    padding: 0px;
    outline: none;
    width: 100%;
    margin-left: auto;
    transition: width .5s ease, background-color .5s ease;
}
section.achievement-banner {
    padding: 40px 0 60px 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
p, div, ul {
    font-size: 14px;
    /* line-height: 27px; */
   
}
.content-bg-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.achievement-banner .content-bg-title h1 {
    color: #fff;
}
.content-bg-title h1:before {
    position: absolute;
    content: "";
    background-image: url(../img/title-border.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    left: 10px;
    top: -15px;
    background-size: contain;
}
.achievement-main .achievement-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 40px;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}
.achievement-items .achievement-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.achievement-items .achievement-item .achieve-logo {
    height: 115px;
    width: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #009fb5;
    border-radius: 50%;
    transition: background-color 0.5s ease;
}
.achievement-items .achievement-item:hover .achieve-logo, .achievement-items .achievement-item .achieve-logo:hover {
    background-color: #009fb5;
}
img {
    height: auto;
    max-width: 100%;
}
.achievement-item h3.achievement-number {
    font-size: 48px;
    margin: 0;
    color: #009fb5;
    line-height: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.achievement-item p {
    color: #fff;
    margin: 0;
    font-size: 20px;   
}
section.industry-web-banner {
    padding: 48px 0 80px 0;
    background: #fbfbfb;
}
section.industry-web-banner .industry-web-main {
    padding-bottom: 50px;
}
.industry-web-cont .industry-web-title.content-bg-title {
    margin-bottom: 50px;
}
.content-bg-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.content-bg-title h1 {
    position: relative;
    font-size: 30px;
    line-height: 48px;
    color: #2d2d2d;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-left: 30px;
}
.content-bg-title h1:before {
    position: absolute;
    content: "";
    background-image: url(../img/title-border.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    left: 10px;
    top: -15px;
    background-size: contain;
}
section.industry-web-banner .industry-web-items {
    display: flex;
    flex-wrap: wrap;
   
}
.industry-web-items .industry-web-item {
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    width: calc(33.33% - 75px);
    margin: 25px;
    padding: 40px 15px 15px 0px;
    border-radius: 10px;
    border-left: 10px solid #2d2d2d;
    position: relative;
    transition: border-color .5s ease, background-color .5s ease;
}
.industry-web-items .industry-web-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    background-color: transparent;
    left: -1px;
    z-index: -1;
    transition: width .5s ease, background-color .5s ease;
}
.industry-web-items .industry-web-item:hover::before {
    width: 32%;
    background-color: #2d2d2d;
}
.industry-web-item .item-title-img {
    display: flex;
    align-items: center;
}
.industry-web-item .item-title-img .img-sec {
    width: 35%;
    display: flex;
    justify-content: center;
}
.industry-web-item .item-title-img h1 {
    margin: 0;
    font-size: 26px;
    width: 60%;
    line-height: normal;    
    font-weight: 500;
    transition: padding .5s ease;
}
.industry-web-item .view-button {
    margin-top: 20px;
}
.industry-web-item .view-button a {
    border-radius: 14px;
    background-color: #2d2d2d;
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: block;
    max-width: 109px;
    height: 29px;
    text-decoration: unset;
    padding: 0px;
    outline: none;
    width: 100%;
    margin-left: auto;
    transition: width .5s ease, background-color .5s ease;
}
.industry-web-items .industry-web-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    background-color: transparent;
    left: -1px;
    z-index: -1;
    transition: width .5s ease, background-color .5s ease;
}
.industry-web-items .industry-web-item:hover .view-button a {
    background-color: #009fb5;
}

section.tools-banner {
    padding: 48px 0 80px 0;
    background: #2d2d2d;
    border-bottom: 15px solid #000000;
}
.tools-cont .tools-title.content-bg-title {
    margin-bottom: 50px;
}
.content-bg-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-bg-title h1 {
    position: relative;
    font-size: 30px;
    line-height: 48px;
    color: #2d2d2d;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-left: 30px;
}
.tools-title.content-bg-title h1 {
    color: #fff;
}
section.tools-banner .tools-content-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tools-content-items .tools-content-item {
    width: 16.66%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    transition: all .3s;
}
.tools-content-items .tools-content-item .tool-img-con {
    /* padding: 30px; */
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #009fb5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tools-content-items:not(.tools-content-mobile) .tools-content-item:hover {
    transform: scale(1.1);
}
.tools-content-items.owl-carousel.tools-content-mobile {
    display: none;
}
section.choose-us-banner {
    padding: 48px 0 0px 0;
    background: #fbfbfb;
}
.choose-us-cont .choose-us-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 30px;
}
.choose-us-cols .choose-us-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.choose-us-cols .choose-us-col {
    flex: 0 0 48%;
}

.choose-us-colleft p {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: justify;
}
.choose-us-cols .choose-us-colright {
    border-radius: 10px;
    background-position: center top;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
}
.flex-list-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.work-us-list.flex-list-items, .choose-us-list.flex-list-items {
    align-items: unset;
}
.work-us-item.flex-list-item, .choose-us-list .choose-us-item {
    margin: 0 40px 50px 0;
    width: calc(33.33% - 27px);
}
.choose-us-list .choose-us-item {
    width: calc(33.33% - 40px);
    justify-content: space-between;
    margin: 0 40px 104px 0;
    display: flex;
    flex-direction: column;
}

.work-us-item .list-item-img, .choose-us-list .item-image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.choose-us-list .item-image .item-img-in {
    height: 166px;
    width: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 35px;
}
.choose-us-list .item-image .item-img-in:after, .choose-us-list .item-image .item-img-in:before {
    content: '';
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image .5s ease;
}
.choose-us-list .item-image .item-img-in:before {
    background-image: url(../img/rectangle-red.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.choose-us-list .item-image .item-img-in img {
    z-index: 2;
}
.choose-us-list .item-image .item-img-in:after, .choose-us-list .item-image .item-img-in:before {
    content: '';
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image .5s ease;
}
.choose-us-list .item-image .item-img-in:after {
    background-image: url(../img/39.png);
    width: 80%;
    height: 80%;
    z-index: 0;
}
.choose-us-list .item-image .choose-us-hline {
    display: flex;
}
.choose-us-hline span {
    height: 45px;
    width: 5px;
    background-image: url(../img/43.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 6px 0 20px 2px;
}
.choose-us-list .choose-us-item:hover>.item-conten {
    border-bottom: 10px solid #000;
}
.choose-us-item .item-conten {
    border-radius: 10px;
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    padding: 30px 20px;
    border-bottom: 10px solid #009fb5;
    flex: 1;
    transition: border .5s ease;
}
.choose-us-item .item-conten h4 {
    font-size: 22px;
    line-height: normal;
    color: #009fb5;
    font-weight: 600;       
    margin: 0;
}
.choose-us-item .item-conten p {
font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    /* text-align: justify; */
}
.choose-us-list .choose-us-item:hover>.item-image .item-img-in:before {
    background-image: url(../img/rectangle-black.png);
}
.choose-us-list .choose-us-item:hover>.item-image .item-img-in:after {
    background-image: url(../img/41.png);
}
section.case-studies-banner {
    padding: 40px 0 40px 0;
}
.content-bg-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-studies-cont .banner-description {
    margin-bottom: 30px;
    margin-top: 20px;
}
.case-studies-cont .banner-description p {
    font-size: 17px;
    line-height: 24px;
    color: #2d2d2d;
    font-weight: 500;  
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.case-studies-list.flex-list-items {
    align-items: unset;
}
.flex-list-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.case-studies-list .flex-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33.33% - 30px);
    margin: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    border-radius: 10px;
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    transition: all 0.3s;
}
.case-studies-list .case-item-title {
    /* flex: 1; */
    padding: 20px 10px;
    background-color: #009fb5;
    border-radius: 10px 10px 0 0;
}
.case-studies-list .case-item-title h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;    
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.case-studies-list .case-item-img {
    text-align: center;
    padding: 30px 0;
}
a {
    color: #4169e1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.case-studies-list .case-item-per {
    display: flex;
    background-color: #2d2d2d;
    padding: 12px 24px;
    border-radius: 0 0 10px 10px;
}
.case-studies-list .case-item-per .case-item-per-rpc {
    border-right: 2px solid #009fb5;
}
.case-studies-list .case-item-per>div {
    width: 50%;
}
.case-item-per .case-item-per-rpc h3, .case-item-per .case-item-per-roas h3 {
    font-size: 36px;
    font-weight: 600;
}
.case-item-per .case-item-per-rpc h3, .case-item-per .case-item-per-roas h3, .case-item-per .case-item-per-rpc p, .case-item-per .case-item-per-roas p {
    color: #ffffff;   
    margin: 0;
    line-height: normal;
}
.case-item-per .case-item-per-rpc p, .case-item-per .case-item-per-roas p {
    font-size: 18px;
    font-weight: 400;
}
.case-item-per .case-item-per-rpc h3, .case-item-per .case-item-per-roas h3, .case-item-per .case-item-per-rpc p, .case-item-per .case-item-per-roas p {
    color: #ffffff;  
    margin: 0;
    line-height: normal;
}
.case-item-per>div {
    width: 50%;
}
.case-item-per .case-item-per-roas {
    text-align: right;
}
.case-studies-list .flex-list-item:hover {
    box-shadow: 0 5px 15px 2px rgb(0 0 0 / 10%);
}
.case-studies-cont .banner-description {
    margin-bottom: 30px;
    margin-top: 20px;
}
section.lastest-blog-banner.banner-spc, section.work-process-banner.banner-spc {
    background: whitesmoke;
}
section.banner-spc {
    padding: 48px 0 80px 0;
}
.work-process-main .work-process-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(../img/Ellipse.png);
    background-size: contain;
    padding: 76px 0;
    background-position: center;
    background-repeat: no-repeat;
}
.work-process-list .work-process-item {
    border-radius: 5px;
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.05));
    background-color: #ffffff;
    width: 22%;
    padding: 40px 0;
    border-bottom: 10px solid;
    border-image: linear-gradient(90deg, #009fb5 0%, #2d2d2d 100%) 10;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
}
[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
}
.work-process-step h2 {
    margin: 0;
    filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(90deg, #2d2d2d 0%, #009fb5 100%);
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 80%;
    padding: 10px 0 10px 30px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    
    text-transform: uppercase;
    line-height: normal;
}
.work-process-step h2 span.big-text {
    font-size: 36px;
    font-weight: 700;
}
.work-process-content .work-process-img {
    padding: 30px 0 30px;
    display: flex;
    justify-content: center;
}
.work-process-text p {
    font-size: 22px;
    line-height: normal;
    color: #2d2d2d;
    font-weight: 600;
    
    text-align: center;
    padding: 0 27px;
    margin: 0;
}
.work-process-main .work-process-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(../img/Ellipse.png);
    background-size: contain;
    padding: 76px 0;
    background-position: center;
    background-repeat: no-repeat;
}
section.video-testimonial-banner {
    padding: 62px 0 80px 0;
    background: #fbfbfb;
}
.video-testimonial-title.content-bg-title {
    padding-bottom: 56px;
}
.content-bg-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-bg-title h1 {
    position: relative;
    font-size: 30px;
    line-height: 48px;
    color: #2d2d2d;
    font-weight: 700;
    
    text-align: center;
    padding-left: 30px;
}
.content-bg-title h1:before {
    position: absolute;
    content: "";
    background-image: url(../img/title-border.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    left: 10px;
    top: -15px;
    background-size: contain;
}
div.video-testimonial-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.video-testimonial-list .item {
    width: calc(50% - 10px);
    position: relative;
}
div.video-testimonial-list .item video.video {
    width: 100%;
    border-radius: 12px;
}
div.video-testimonial-list .item .playpause {
    background-image: url(../img/playbutton.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}
section.fw-inquery-form-banner {
    padding: 58px 0 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.content-bg-title h1:before {
    position: absolute;
    content: "";
    background-image: url(../img/title-border.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    left: 10px;
    top: -15px;
    background-size: contain;
}
.fw-inquery-form-main .banner-description p, .fw-inquery-form-title h1 {
    color: #fff !important;
}

.fw-inquery-form-cont .banner-description p, .faqs-main .banner-description p {
    max-width: 990px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 26px;
    color: #202020;
    font-weight: 400;   
    text-align: center;
    padding: 20px 0;
}

.fw-inquery-form-content {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.fw-inquery-form-content .form-field-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fw-inquery-form-content .form-field-full .form-field, .fw-inquery-form-content .form-field-group .form-field {
    border-radius: 11px;
    /* background-color: #ffffff; */
    margin-bottom: 25px;
    position: relative;
}
.fw-inquery-form-content .form-field-group .form-field {
    width: 42.8%;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.fw-inquery-form-content .form-field-group .form-field input {
    height: 65px;
}
.fw-inquery-form-content .form-field-full .form-field textarea, .fw-inquery-form-content .form-field-group .form-field input {
    width: 100%;
    border: unset;
    border-radius: 11px;
    padding-left: 55px;
    padding-right: 25px;
    font-size: 20px;
    line-height: 35px;
    color: #2d2d2d;
    font-weight: 400;   
    outline: none;
}
.fw-inquery-form-content form.wpcf7-form div#fullname::after {
    background-image: url(../img/66.png);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
.fw-inquery-form-content form.wpcf7-form .form-field::after {
    content: '';
    position: absolute;
    left: 25px;
    top: -6px;
    height: 100%;
    width: 5%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.fw-inquery-form-content form.wpcf7-form div#companyname::after {
    background-image: url(../img/67.png);
}
.fw-inquery-form-content form.wpcf7-form div#email::after {
    background-image: url(../img/68.png);
}
.fw-inquery-form-content form.wpcf7-form div#phone::after {
    background-image: url(../img/69.png);
}
.fw-inquery-form-content form.wpcf7-form div#message::after {
    background-image: url(../img/70.png);
    height: 60px;
    width: 2.5%;
}
.fw-inquery-form-content .form-field-full .form-field-button {
    text-align: center;
    padding-top: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.form-field-button input.wpcf7-submit:hover, .bid-management-cont .bid-management-btn a.bid-link.bid-border:hover {
    background-color: #009fb5;
}
.fw-inquery-form-content .form-field-button input {
    background-color: #009fb5;
    border-color: #009fb5;
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;    
    text-align: center;
    /* height: 60px;
    max-width: 364px; */
    border-radius: 48px;
    padding: 17px 48px;
}
section.faqs-banner {
    padding: 68px 0 84px 0;
}
.fw-inquery-form-cont .banner-description p, .faqs-main .banner-description p {
    max-width: 990px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 26px;
    color: #202020;
    font-weight: 400;    
    text-align: center;
    padding: 20px 0;
}
.faqs-main .faq {
    border-radius: 10px;
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    margin: 20px 0;
    padding: 30px 30px 30px 50px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.faqs-main .faq::before {
    content: "";
    color: #000;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 0;
    background-color: #009fb5;
    width: 6px;
    height: 100%;
    transition: background-color 0.3s linear;
}
.faqs-main .faq.active::before {
    background-color: #39b54a;
}
.faqs-main .faq.active .faq-toggle {
    right: 20px;
}
.faqs-main .faq.active {
    background-color: white;
}
.faqs-main .faq-toggle:focus {
    outline: 0;
}
.faqs-main .faq-title {
    margin: 0;
    font-size: 20px;
    color: #202020;
    font-weight: 500;
    margin-right: 50px;    
}
.faqs-main .faq-text {
    display: none;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #202020;
    font-weight: 400;    
    padding: 0 42px 0 30px;    
    /* text-align: justify; */
    /* transition: opacity .5s ease-in-out , height .5s ease-in-out; */
}
/* .faqs-main .faq-text {
    display: block;
} */
.faqs-main .faq-text p:first-child {
    margin-top: 15px;
}
.faqs-main .faq-text p {
    margin: 0px 0 5px 0;
}
.faqs-main .faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    top: 22px;
    right: 30px;
    height: 45px;
    width: 51px;
    padding: 0;
    outline: unset;
    -webkit-tap-highlight-color: transparent;
}
.faqs-main .faq-toggle:focus {
    outline: 0;
}
.faqs-main .faq-toggle .fa-times {
    display: none;
}
.faq.active .faq-toggle .fa-times {
    display: block;
    color: white;
}
.faq button.faq-toggle i.faq-toggle-icon {
    background-image: url(../img/72.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    transition: opacity .5s ease;
}
.faq.active button.faq-toggle i.faq-toggle-icon {
    background-image: url(../img/73.png);
    height: 30px;
    width: 30px;
    opacity: 1;
    transition: opacity .5s ease;
}
section.lastest-blog-banner.banner-spc, section.work-process-banner.banner-spc {
    background: whitesmoke;
}
section.banner-spc {
    padding: 48px 0 80px 0;
}
.lastest-blog-main .lastest-blog-title.content-bg-title {
    padding-bottom: 60px;
}
.lastest-blog-main .lastest-blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lastest-blog-list .lastest-blog-item {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
    background-color: transparent;
    width: 31%;
    /* padding: 30px; */
    border-color: transparent;
    border-radius: 1.1em;
}
.lastest-blog-list .lastest-blog-item .blog {
    height: 15em;
    width: 100%;
    font-size: 1.5em;
    color: white;
    border-radius: 1em;
    padding: 1em;
    /* margin: 2em; */
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 2em -1em black;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 6px solid #009fb5;
    text-decoration: none;
}
.lastest-blog-list .lastest-blog-item .blog:before {
    background: #ddd;
    width: 250%;
    height: 250%;
}
.lastest-blog-list .lastest-blog-item .blog:before, .lastest-blog-list .lastest-blog-item .blog:after {
    content: '';
    transform: scale(0);
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -5;
    transition: all 0.4s;
    transition-timing-function: ease-in-out;
}
.lastest-blog-list .lastest-blog-item h1 {
    color: #ffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;   
    margin: 0;
    font-weight: 700;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.lastest-blog-list .lastest-blog-item p {
    color: #fff;
    font-size: 18px;
    line-height: inherit;
    
}
.lastest-blog-list .lastest-blog-item .blog .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75em;
    padding: 1em;
    color: #fff;
    line-height: 1em;
    font-weight: 600;
}
.lastest-blog-list .lastest-blog-item .blog .tags {
    display: flex;
    padding: 6px 12px;
}
.lastest-blog-list .lastest-blog-item .blog .tags .tag {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.3rem;
    padding: 6px 12px;
    margin-right: 0.5em;
    line-height: 1.5em;
    transition: all 0.5s;
    text-transform: capitalize;
}
.lastest-blog-list .lastest-blog-item .blog:after {
    background: white;
    width: 200%;
    height: 200%;
}
.lastest-blog-list .lastest-blog-item .blog:before, .lastest-blog-list .lastest-blog-item .blog:after {
    content: '';
    transform: scale(0);
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -5;
    transition: all 0.4s;
    transition-timing-function: ease-in-out;
}
.lastest-blog-list .lastest-blog-item {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
    background-color: transparent;
    width: 27   %;
    /* padding: 30px; */
    border-color: transparent;
    border-radius: 1.1em;
}
.lastest-blog-list .lastest-blog-item .blog:hover {
    transform: rotate(0);
}
.lastest-blog-list .lastest-blog-item .blog:hover:before, .lastest-blog-list .lastest-blog-item .blog:hover:after {
    transform: scale(1);
}
.lastest-blog-list .lastest-blog-item .blog:before {
    background: #ddd;
    width: 250%;
    height: 250%;
}
.lastest-blog-list .lastest-blog-item .blog:before, .lastest-blog-list .lastest-blog-item .blog:after {
    content: '';
    transform: scale(0);
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -5;
    transition: all 0.4s;
    transition-timing-function: ease-in-out;
}
.lastest-blog-list .lastest-blog-item .blog:hover h1, .lastest-blog-list .lastest-blog-item .blog:hover p, .lastest-blog-list .lastest-blog-item .blog:hover .date {
    color: #3c3163;
}
.lastest-blog-list .lastest-blog-item .blog:hover .tags .tag {
    background: #009fb5;
    color: white;
}
/******************start gt-st****************/ 
.gt-st {
    padding: 30px 0px;
    background: linear-gradient( rgb(0 159 181 / 52%) 100%, rgb(0 159 181)100%),url(../images/bg-cta.jpg);
}


.gt-btn{
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.gt-a-1 {
    display: inline-block;
    text-align: center;
    padding: 13px 50px;
    background: #fff;
    border-radius: 7px;
    color: #fff;
    margin-right: 12px;
    width: 260px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative; 
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.gt-a-1:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px;
}
.gt-a-1:hover{
    color: #000;
}
.gt-a-1:hover:before{
     -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.gt-a-2{
    display: inline-block;
    text-align: center;
    padding: 13px 50px;
    background: #000;
    border-radius: 7px;
    color: #000;
    width: 260px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative; 
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.gt-a-2:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px;
}
.gt-a-2:hover{
    color: #fff;
}
.gt-a-2:hover:before{
     -webkit-transform: scaleY(0);
    transform: scaleY(0);
}


/******************start gt-st****************/ 
/*****************out-off-ooh-page***********/
.child-page-banner {
    position: relative;
}
.child-page-banner h2 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	/* text-shadow: 0 0 30px #000000; */
	font-weight: 900;
	padding: 20px 9px;
} 
.child-page-banner h2 span {
    color: #000;
}
.what-is-bio{
    position: relative;
    padding: 0px 0px 50px;
}
.what-is-bio{
    position: relative;
    padding: 0px 0px 50px;
}
.why-img {
    position: absolute;
    top: -33px;
    left: -105px;
}
.why-img h3 {
    position: absolute;
    top: 35px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 73px;
    color: #fff;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 30px #766c6c;
}
.why-img h3 span {
    display: block;
    color: #27a724;
    line-height: 21px;
    font-size: 37px;
    text-align: right;
} 
.wh-right{
    margin-top: -82px;
}
.wh-right img{
    box-shadow: 0px 0px 10px #504a4a;
}
.wh-right p{
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin-top: 13px;  
}
.rd-mr-wh {
    padding: 5px 16px;
    display: inline-block;
    color: #fff;
    background: #27a724;
    border-radius: 10px;
}
.js-ul{
    padding: 0px 25px;
}
.js-ul li {
    list-style: circle;
    font-weight: 500;
    color: #000;
}
.js-p{
    font-size: 20px !important;
    padding: 0px 0px 10px !important;
} 
.bio-img {
    position: relative;
    left: -120px;
    width: 110%;
    padding-top: 50px;
}
.bio-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/project-description-pattern.jpg) no-repeat;
    width: 660px;
    height: 220px;
    z-index: -1;
}
.abt-txt h3{
    color: #009fb5;
    font-weight: 600;
    font-size: 26px;
}
.main-wrap{
    padding: 30px 0px;
}
.abt-txt ul li {
  color: #797d81;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 5px;
}
.abt-txt ul{
    padding-left: 35px;
}
.posi-rt {
    right: -65px;
    left: inherit;
}
.posi-rt:before {
    right: 0;
    left: inherit;
}
.mt-tp{
    margin-top: 17px;
}
.ot-div p{
    text-align: center;
    color: #fff;
    margin: 0;
}
/*****************responsive pramit**********/
@media only screen and (max-width: 1595px) {
    /*--- header css ---*/
    header#masthead .header-in .site-branding {
        width: 25%;
    }
    header#masthead .header-in nav#site-navigation {
        width: 75%;
    }
    /*.main-navigation ul#primary-menu a {
        font-size: 22px;
        padding: 8px 22px;
    }*/
    .industry-web-item .item-title-img h1 {
        font-size: 26px;
    }
    .lastest-blog-item-inner h1.post-title {
        font-size: 24px;
        line-height: 38px;
    }
    .lastest-blog-item-inner p.post-date,
    .lastest-blog-item-inner p.post-content {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1463px) {
    /*--- header css ---*/
    ul.social-details li .social-item a {
        font-size: 16px;
    }
    ul.social-details li .social-item img {
        height: 24px;
    }
    ul.social-details li {
        padding-left: 30px;
    }
    /*.main-navigation ul#primary-menu a {
        font-size: 20px;
        padding: 8px 22px;
    }*/
    header#masthead .header-in .site-branding {
        padding: 18px 0;
    }
    .case-item-per .case-item-per-rpc h3,
    .case-item-per .case-item-per-roas h3 {
        font-size: 34px;
    }
    .case-item-per .case-item-per-rpc p,
    .case-item-per .case-item-per-roas p {
        font-size: 16px;
    }
    /*--- header css end---*/
    /*--- footer css ---*/
    h2.spreadme_widget_title {
        font-size: 20px;
    }
    div.footer-in .footer-in-top .footer-col {
        padding: 0px 30px;
    }
    div.footer-in .footer-in-top .address-details h4,
    div.footer-in .footer-in-top .address-details h3 {
        margin-bottom: 20px;
    }
    div.footer-in .footer-in-top .address-details h3,
    div.footer-in .footer-in-top .address-details h4 {
        font-size: 20px;
    }
    div.footer-in .footer-col .addr.address-email,
    div.footer-in .footer-col .addr.address {
        padding-bottom: 25px;
    }
    footer#colophon {
        padding: 80px 0;
    }
    .footer-in-bottom .footer-col .widget_nav_menu ul li a,
    .footer-in-bottom .footer-col .foot-content ul li,
    .footer-in-bottom .footer-col .foot-content p {
        font-size: 16px;
    }
    .footer-in-bottom .footer-col .widget_nav_menu ul li a {
        padding: 20px 0;
        padding-right: 15px;
    }
    .footer-in-bottom .footer-col .foot-content p.first,
    .footer-in-bottom .footer-col .foot-content ul {
        margin-bottom: 15px;
    }
    .footer-in .line {
        margin: 40px 0 40px 0;
        border-bottom: 3px solid #464646;
    }
    /*--- footer css end --*/
    /*--- Service css ---*/
    section#form-banner.home_page_banner .heading-content.colhk p {
        font-size: 22px;
        line-height: 32px;
    }
    .form-col h1.inquiry-title {
        font-size: 30px;
    }
    .form-col-in p {
        font-size: 13px;
    }
    .form-contact form.wpcf7-form .form-field input {
        font-size: 16px;
    }
    .form-field-button input.wpcf7-submit {
        font-size: 20px;
    }
    .form-contact form.wpcf7-form .form-field {
        height: 48px;
        margin-bottom: 22px;
    }
    /*--- Service css end --*/
    /*--- Service List ---*/
    .service-list-item .service-logo-title {
        padding: 20px 25px;
        border-bottom: 3px solid #009fb5;
    }
    .service-logo-title h4 {
        font-size: 22px;
    }
    .our-service-list .service-description {
        padding: 25px;
    }
    .our-service-main .our-service-title {
        padding-bottom: 50px;
    }
    section.bid-management-banner {
        padding: 38px 0 50px 0;
    }
    .customers-cont .customers-list {
        padding-top: 40px;
    }
    .choose-us-cols .choose-us-col {
        flex: 0 0 48.5%;
    }
    .choose-us-list .item-image .item-img-in {
        height: 150px;
        width: 150px;
    }
    .choose-us-hline span {
        height: 40px;
    }
    .choose-us-item .item-conten p {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .work-us-item.flex-list-item,
    .choose-us-list .choose-us-item {
        margin: 0 40px 50px 0;
        width: calc(33.33% - 27px);
    }
    .customers-list .flex-list-item {
        margin: 0 30px 30px 0;
        width: calc(25% - 23px);
    }
    .work-us-item .work-item-img-in {
        height: 166px;
        width: 166px;
    }
    .work-us-list .work-us-item .list-item-img {
        margin-bottom: 30px;
    }
    .work-us-item .list-item-content h4 {
        padding-bottom: 15px;
    }
    .work-us-item .list-item-content p {
        padding: 0px 10px;
    }
    .work-us-cont .banner-description {
        padding: 20px 0 60px 0;
    }
    .faqs-main .faq-text {
        font-size: 17px;
        line-height: 27px;
        padding: 0 40px 0 25px;
    }
    .fw-inquery-form-content .form-field-group .form-field input {
        height: 50px;
        font-size: 15px;
    }
    section.fw-inquery-form-banner {
        padding: 45px 0 60px 0;
    }
    .fw-inquery-form-cont .banner-description p {
        padding: 30px 0;
    }
    .fw-inquery-form-content .form-field-full .form-field textarea {
        height: 50px;
        font-size: 15px;
    }
    .fw-inquery-form-content .form-field-button input {
        height: 54px;
        max-width: 240px;
    }
    .industry-web-item .item-title-img h1 {
        font-size: 24px;
    }
    .industry-web-items .industry-web-item {
        width: calc(33.33% - 30px);
        margin: 15px;
    }
    .work-process-content .work-process-img {
        padding: 45px 0 30px;
    }
    .work-process-step h2,
    .work-process-text p {
        font-size: 22px;
    }
    .work-process-list .work-process-item {
        padding: 30px 0;
    }
    .work-process-step h2 span.big-text {
        font-size: 30px;
    }
    .lastest-blog-item-inner h1.post-title {
        font-size: 22px;
        line-height: 38px;
    }
    .lastest-blog-main .lastest-blog-title.content-bg-title {
        padding-bottom: 40px;
    }
    .lastest-blog-item-inner .view-button a {
        font-size: 16px;
        line-height: 38px;
    }
    /*--- Service List end---*/
}

@media only screen and (max-width: 1440px) {
    ul.social-details li .social-item a {
        font-size: 14px;
    }
    ul.social-details li .social-item img {
        height: 18px;
    }
    ul.social-details li {
        padding-left: 20px;
    }
    .topbar .topbar-in {
        min-height: 45px;
    }
    .red_bottom {
        min-height: 40px;
    }
    .red_bottom .copyright p {
        font-size: 14px;
    }
    /*--- Service css ---*/
    .form-col h1.inquiry-title {
        font-size: 28px;
    }
    .fw-inquery-form-cont .banner-description p {
        padding: 20px 0;
    }
    /*--- Service css end --*/
}

@media only screen and (max-width: 1277px) {
    .main-navigation ul#primary-menu a {
        font-size: 18px;
    }
    .work-us-item .list-item-content p {
        padding: 0;
    }
    .work-us-item .work-item-img-in {
        height: 150px;
        width: 150px;
    }
    .work-us-item .work-item-img-in img {
        height: 60px;
    }
    .main-slider .slick-slide {
        margin: 0 20px;
    }
    .work-process-main .work-process-list {
        padding-bottom: 0;
    }
    .work-process-step h2,
    .work-process-text p {
        font-size: 24px;
    }
    .work-process-step h2 span.big-text {
        font-size: 32px;
    }
    /* .lastest-blog-list .lastest-blog-item{
        padding: 15px;
    }*/
    section.industry_banner {
        padding-top: 100px;
        background-position: left;
    }
    .industry_banner_inn h1.header-title {
        font-size: 50px;
        line-height: 60px;
    }
    .industry_banner_inn>p {
        max-width: 585px;
    }
    .industry_banner_inn {
        padding-left: 0;
        margin: 0 30px;
    }
}

@media only screen and (max-width: 1247px) {
    .main-navigation ul#primary-menu a {
        font-size: 15px;
        padding: 8px 15px;
    }
    /*--- footer css ---*/
    footer#colophon {
        padding: 50px 0;
    }
    /*--- footer css end---*/
    /*--- Service css ---*/
    .service-logo-title h4 {
        font-size: 22px;
    }
    .our-service-list .service-description p {
        font-size: 18px;
        line-height: 28px;
        min-height: 172px;
        max-height: 172px;
    }
    .work-us-item .list-item-content h4,
    .choose-us-item .item-conten h4 {
        font-size: 20px;
    }
    .choose-us-item .item-conten p,
    .work-us-item .list-item-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .fw-inquery-form-content .form-field-group .form-field {
        margin-bottom: 30px;
    }
    section.client-overview {
        padding-bottom: 60px;
    }
    /*--- Service css end --*/
}

@media only screen and (max-width: 1192px) {
    .service-list-in .service-list-item {
        flex: 0 1 calc(50% - 23px);
        margin: 0 44px 44px 0;
    }
    .service-list-in .service-list-item:nth-child(3n) {
        margin-right: 44px;
    }
    .service-list-in .service-list-item:nth-child(2n) {
        margin-right: unset;
    }
    .industry-web-items .industry-web-item {
        width: calc(50% - 30px);
    }
    .work-process-main .work-process-list {
        justify-content: center;
        padding-top: 30px;
    }
    .work-process-list .work-process-item {
        width: 46%;
        margin: 15px;
    }
}

@media only screen and (max-width: 1045px) {
    :root{
        --font-banner-title: 40px;
    }

    .main-navigation ul#primary-menu a {
        padding: 8px 15px;
    }
    /*--- Service css ---*/
    .choose-us-cols .choose-us-colleft p::first-letter {
        font-size: 28px;
    }
    /* .heading-content-in p {
    font-size: 20px;
    line-height: 30px;
  } */
    /*--- Service css end---*/
}

@media only screen and (max-width: 1024px) {
    :root{
        --font-banner-title: 36px;
        --logo-width: 200px;
    }
    .content-bg-title h1{
        font-size: 26px;
        line-height: 38px;
    }
    .bid-management-cont .bid-management-title-subtitle h1{
        font-size: 28px;
        line-height: 38px;
    }
    .bid-management-cont p.bid-management-desc{
        font-size: 17px;
        line-height: 27px;
    }
    .bid-management-cont .bid-management-btn a.bid-link{
        font-size: 16px;
        padding: 10px 25px;
    }
    .content-bg-title h1:before{
        width: 70px;
        height: 70px;
    }
    /*--- footer css ---*/
    .footer-in .footer-in-bottom .footer-col:nth-child(2) {
        border-right: unset;
        margin-bottom: 30px;
    }
    .footer-in .footer-in-bottom .footer-col:nth-child(2)>.footer-bott-in {
        padding-right: 0;
    }
    .footer-in .footer-in-bottom .footer-col:first-child {
        margin-bottom: 30px;
    }
    footer#colophon {
        padding: 40px 0;
    }
    /*--- footer css end ---*/
    /*--- Service css ---*/
    section#form-banner.home_page_banner .heading-content.colhk p {
        font-size: 18px;
        line-height: 28px;
    }

    section#form-banner.home_page_banner {
        min-height: 400px;
    }
    .form-contact form.wpcf7-form .form-field input {
        font-size: 14px;
    }
    .form-field-button input.wpcf7-submit {
        font-size: 17px;
    }
    .form-col h1.inquiry-title {
        font-size: 26px;
    }
    .customers-cont .customers-list,
    .choose-us-cont .choose-us-cols {
        padding-top: 30px;
    }
    section.video-testimonial-banner {
        padding: 40px 0 40px 0;
    }
    section.tools-banner{
        padding: 48px 0 45px 0;
    }
    .video-testimonial-title.content-bg-title {
        padding-bottom: 40px;
    }
    section.industry-web-banner,
    section.faqs-banner {
        padding: 46px 0 0px 0;
    }
    .case-studies-cont .banner-description p {
        margin-top: 0;
    }
    .our-service-main .our-service-title {
        padding-bottom: 40px;
    }
    .achievement-item h3.achievement-number {
        font-size: 50px;
        padding: 20px 0;
    }
    .tools-content-items .tools-content-item .tool-img-con {
        height: 140px;
        width: 140px;
    }
    .fw-inquery-form-cont .banner-description p {
        padding: 20px 0;
        padding-bottom: 30px;
    }
    .industry-web-cont .industry-web-title.content-bg-title {
        margin-bottom: 30px;
    }
    /*--- Service css end---*/
    .our-approach-content .our-approach-item {
        width: 50%;
    }
}

@media only screen and (max-width: 999px) {
    :root{
        --font-banner-title: 36px;
    }
    .tools-content-items.owl-carousel.tools-content-mobile {
        display: block;
    }
    
    header#masthead .header-in nav.desktop ul#primary-menu {
        display: none;
    }
    .choose-us-cols .choose-us-colleft p::first-letter {
        font-size: 26px;
    }
    .container-small {
        padding: 0 30px;
        max-width: 100%;
    }
    .the_result-list .the_result-content-item {
        width: 48%;
        margin-bottom: 30px;
    }
    .client-big_textarea-content {
        flex-direction: column-reverse;
    }
    .client-big_textarea-content .client-big_textarea-img,
    .client-big_textarea-content .client-big_textarea-desc {
        width: 100%;
    }
    .client-big_textarea-content .client-big_textarea-img img {
        margin-bottom: 30px;
    }
    .what-you-expect-list .what-you-expect-content-item {
        width: 100%;
    }
    .what-you-expect-content-item .what-you_desc p {
        padding-right: 0;
    }
    header#masthead .header-in nav#site-navigation {
        justify-content: end;
        align-items: center;
        flex-direction: row-reverse;
    }
    nav.main-navigation.desktop div#nav-icon1 {
        display: block;
        margin-left: 24px;
        margin-top: 5px;
    }
    nav#site-navigation .topbar.topbar-header p.social-text {
        display: none;
    }
    nav#site-navigation .menu-menu-1-container {
        display: none;
    }
    nav.main-navigation.desktop .menu-main-menu-container {
        display: none;
    }
    .footer-in .footer-in-top {
        flex-wrap: wrap;
    }
    div.footer-in .footer-in-top .footer-col:last-child {
        padding-left: 0;
    }
    div.footer-in .footer-in-top .footer-col:last-child .address p {
        max-width: 50%;
    }
    div.footer-in .footer-in-top .footer-col:first-child,
    div.footer-in .footer-in-top .footer-col:nth-child(2) {
        flex: 1 1 50%;
        margin-bottom: 40px;
    }
    div.footer-in .footer-in-top .footer-col:nth-child(2) {
        border: none;
    }
    header#masthead .header-in {
        align-items: center;
    }
    /*--- Service css ---*/
    .choose-us-cols .choose-us-colleft {
        order: 2;
    }
    .choose-us-cols .choose-us-colright {
        order: 1;
        /*min-height: 300px;*/
        height: 100%;
        margin-bottom: 10px;
    }
    .choose-us-cols .choose-us-colleft p {
        margin: 0;
    }
    .choose-us-cols .choose-us-col {
        flex: 0 0 100%;
    }
    .post-sec .separate-post,
    .work-us-item.flex-list-item,
    .choose-us-list .choose-us-item {
        margin: 0 40px 40px 0;
        width: calc(50% - 20px);
    }
    .work-us-item.flex-list-item,
    .choose-us-list .choose-us-item {
        margin: 0 40px 60px 0;
        width: calc(50% - 20px);
    }
    .customers-list .flex-list-item {
        margin: 0 30px 30px 0;
        width: calc(33.33% - 20px);
    }
    /* .customers-list .flex-list-item:nth-child(3n) {
        margin-right: 0px;
    }*/
    .customers-list .flex-list-item:nth-child(4n) {
        margin-right: 30px;
    }
    .choose-us-cont .choose-us-cols {
        padding-bottom: 0px;
    }
    .fw-inquery-form-content .form-field-group .form-field input {
        height: 50px;
        font-size: 16px;
        padding-left: 54px;
    }
    .fw-inquery-form-content .form-field-full .form-field textarea {
        max-height: 130px;
        padding-left: 54px;
        font-size: 16px;
    }
    .fw-inquery-form-content .form-field-full .form-field-button {
        padding-top: 0;
    }
    .fw-inquery-form-content form.wpcf7-form .form-field::after {
        top: 10px;
        height: 60%;
        background-size: contain;
        width: 20px;
    }
    .fw-inquery-form-content form.wpcf7-form div#message::after {
        height: 48px;
        width: 20px;
    }
    .fw-inquery-form-content .form-field-group .form-field {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-as-content.flex-list-items .flex-list-item,
    .our-team-member .flex-list-item,
    .case-studies-list .flex-list-item {
        width: calc(50% - 22px);
    }
    .about-as-content.flex-list-items .flex-list-item:nth-child(2n),
    .our-team-member .flex-list-item:nth-child(2n),
    .case-studies-list .flex-list-item:nth-child(2n) {
        margin-right: 0;
    }
    /* .case-studies-list .flex-list-item:nth-child(3n){
    margin-right: 30px;
  } */
    section.industry-web-banner .industry-web-items {
        padding: 0;
    }
    .industry-web-items .industry-web-item {
        padding: 30px 15px 15px 0px;
    }
    .tools-content-items .tools-content-item {
        width: 25%;
        margin-bottom: 30px;
    }
    .lastest-blog-list .lastest-blog-item {
        width: 48%;
        /*padding: 30px;*/
        margin-bottom: 40px;
    }
    div.video-testimonial-list .item {
        width: calc(50% - 10px);
    }
    div.video-testimonial-list .item .playpause {
        width: 60px;
        height: 60px;
    }
    /*--- Service css end---*/
    .industry_banner_inn h1.header-title {
        font-size: 40px;
        line-height: 50px;
    }
    .client-overview-content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .client-overview-content>div {
        width: 100%;
    }
    .client-overview-img {
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 930px) {
    .call_to_action_inner .call_to_action_img {
        display: none;
    }
    section.call_to_action .call_to_action_inner {
        justify-content: center;
    }
    .call_to_action_text_con {
        padding-right: 10px;
        width: 76%;
    }
    header#masthead .header-in nav#site-navigation .topbar.topbar-header ul.social-details.dhk-f {
        display: flex;
    }
}

@media only screen and (max-width: 908px) {
    /*--- footer css ---*/
    div.footer-in .footer-in-top .footer-col {
        border-right: unset;
        flex: 1 1 100%;
        padding: 30px 0;
        border-bottom: 1px solid #4e4e4e;
    }
    div.footer-in .footer-in-top .footer-col:first-child,
    div.footer-in .footer-in-top .footer-col:nth-child(2) {
        flex: 1 1 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #4e4e4e;
    }
    div.footer-in .footer-in-top .footer-col:last-child .address p {
        max-width: 100%;
    }
    div.footer-in .footer-in-top .footer-col:last-child {
        border-bottom: unset;
        padding-bottom: 0;
    }
    header#masthead .header-in .site-branding {
        width: auto;
    }
    header#masthead .header-in nav#site-navigation {
        width: 90%;
    }
    .achievement-item p {
        padding: 0 18px;
    }
    /*--- footer css end---*/
    /*--- Service css ---*/
    /*--- Service css end---*/
    .industry-web-item .item-title-img h1 {
        font-size: 22px;
    }
    .work-process-list .work-process-item {
        width: 42%;
    }
}

@media only screen and (max-width: 768px) {
    :root{
        --font-details: 16px;
        --font-banner-title: 32px;
        --logo-width: 180px;
    }
    .spreadme-posts-nav{
        grid-gap: 20px;
    }
    .spreadme-posts-nav h4, .spreadme-posts-nav strong{
        font-size: 15px;
        line-height: 20px;
    }
    .content-bg-title h1{
        font-size: 24px;
    }
    .blog_form_hk h2.free_consultation {
        font-size: 20px;
    }
    /*--- Service css ---*/
    section#form-banner .sread-main {
        flex-direction: column;
    }
    div.video-testimonial-list .item .playpause {
        visibility: hidden;
        display: none !important;
    }
    section#form-banner .sread-main .form-col {
        width: 100%;
        max-width: 440px;
    }
    section#form-banner .sread-main .heading-content {
        width: 100%;
    }
    section#form-banner .sread-main .heading-content {
        padding-right: 0;
    }
    .customers-list .flex-list-item:nth-child(2n) {
        margin-right: 0;
    }
    .case-studies-list .flex-list-item:nth-child(3) {
        margin-top: 0;
    }
    /* .customers-list .flex-list-item:nth-child(4n){
    margin-right: 0;
  }*/
    .customers-list .flex-list-item {
        margin: 0 25px 25px 0;
        width: calc(50% - 13px);
    }
    .customers-list .flex-list-item {
        padding: 25px;
    }
    .faqs-main .faq-toggle {
        top: 19px;
        right: 20px;
    }
    .red_bottom .copyright p {
        font-size: 16px;
    }
    .achievement-item p {
        padding: 0 15px;
    }
    .industry-web-item .item-title-img {
        flex-direction: column;
        text-align: center;
    }
    .industry-web-item .item-title-img .img-sec {
        padding-bottom: 15px;
    }
    .industry-web-item .view-button a {
        margin: 0 auto;
    }
    .industry-web-items .industry-web-item {
        border-left: unset;
        padding-bottom: 30px;
        border-bottom: 10px solid #2d2d2d;
    }
    .industry-web-items .industry-web-item:hover::before {
        width: 0;
        background-color: transparent;
    }
    .industry-web-items .industry-web-item:hover {
        border-bottom: 10px solid #f70505;
    }
    .industry-web-item:hover .item-title-img h1 {
        padding-left: 0px;
    }
    .industry-web-cont .industry-web-title.content-bg-title {
        margin-bottom: 30px;
    }
    section.banner-spc {
        padding: 40px 0 50px 0;
    }
    .lastest-blog-list .lastest-blog-item {
        margin-bottom: 30px;
    }
    .choose-us-cols .choose-us-colleft p::first-letter {
        font-size: 24px;
    }
    /*--- Service css end---*/
}

@media only screen and (max-width: 767px) {
    
    p,
    div,
    ul {
        font-size: 16px;
        line-height: 26px;
    }
    .spreadme-posts-nav__thumbnail,
    .spreadme-posts-nav h4 {
        display: none;
    }
    .fw-inquery-form-content .form-field-full .form-field textarea, .fw-inquery-form-content .form-field-group .form-field input {
        width: 100%;
        border: unset;
        border-radius: 11px;
        padding-left: 60px;
        padding-right: 25px;
        font-size: 20px;
        line-height: 56px;
        color: #2d2d2d;
        font-weight: 400;
        outline: none;
    }
    .spreadme-posts-nav a{
        display: block;
    }
    .spreadme-posts-nav h4, .spreadme-posts-nav strong{
        font-size: 13px;
    }
    .spreadme-posts-nav a svg{
        height: 20px;
        margin-top: -2px;
    }
    .spreadme-posts-nav{
        margin: 30px auto;
    }
    .choose-us-cols .choose-us-colleft p{
        font-size: 16px;
        line-height: 26px;
    }
    .work-process-step h2, .work-process-text p{
        font-size: 20px;
        line-height: 25px;
    }
    .choose-us-item .item-conten h4{
        font-size: 20px;
    }
    .choose-us-cols .choose-us-colleft p::first-letter {
        font-size: 24px;
    }
    section#form-banner.home_page_banner .heading-content.colhk p {
        font-size: 15px;
        line-height: 25px;
    }
    section#form-banner.home_page_banner .heading-content.colhk a.talk_to_us{
        margin-top: 30px;
    }
    .our-approach-content .our-approach-item {
        width: 100%;
    }
    .choose-us-cols .choose-us-colleft p::first-letter {
        font-size: 22px;
    }
    .our-service-list .service-description p,
    .case-studies-cont .banner-description p,
    .choose-us-item .item-conten p,
    .work-us-item .list-item-content p .work-us-cont .banner-description p,
    .work-us-item .list-item-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .bid-management-cont p.bid-management-desc {
        font-size: 16px;
        line-height: 26px;
    }
    .bid-management-cont .bid-management-title-subtitle h1{
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 15px;
    }
    section#form-banner.home_page_banner .heading-content.colhk a.talk_to_us {
        font-size: 18px;
        max-width: 210px;
    }
  
    .what-you-expect-content>p,
    .the_result-keyword_content>p,
    .the_result-content>p {
        padding: 0;
        padding-top: 40px;
    }
    section.the_result {
        padding-bottom: 20px;
    }
    section.blog-single-section div#comments p.comment-form-author {
        padding-right: 0;
    }
    section.blog-single-section div#comments p.comment-form-email {
        padding-left: 0;
    }
    section.blog-single-section div#comments p {
        width: 100%;
    }
    div.video-testimonial-list .item {
        width: 100%;
    }
    .case-studies-list .flex-list-item {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .get_audit-form {
        flex-direction: column;
        height: 100%;
        background: transparent;
        box-shadow: none;
    }
    .get_audit-form .get_audit_form-field {
        width: 100%;
        display: block;
        margin: 0;
        padding: 15px;
        background: #fff;
        max-height: 60px;
    }
    .get_audit-form .get_audit_form-field label {
        top: 18px;
    }
    .get_audit-form .divider {
        height: 0px;
    }
    .get_audit_form-btn button.submit {
        padding: 15px;
        margin-top: 16px;
    }
    .get_audit-form .get_audit_form-field input {
        top: 0;
    }
    .get_audit-form .get_audit_form-field.is-dirty label,
    .get_audit-form .get_audit_form-field.has-focus label {
        top: 0;
        left: 15px;
    }
    div.video-testimonial-list .item:first-child {
        margin-bottom: 30px;
    }
    .our-team-member .flex-list-item .our-team-info {
        bottom: -58%;
    }
    /*--- footer css ---*/
    .footer-in .footer-in-bottom .footer-col {
        width: 100%;
        border: unset;
        padding: 0;
    }
    .footer-in .footer-in-bottom .footer-col>.footer-bott-in {
        padding: 0;
    }
    /*--- footer css end---*/
    .service-list-in .service-list-item {
        flex: 0 1 calc(100%);
        margin: 0;
        margin-bottom: 35px;
    }
    .our-service-list .service-description p {
        min-height: auto;
        max-height: initial;
    }
    .service-list-in .service-list-item:nth-child(3n) {
        margin-right: unset;
    }
    .service-list-in .service-list-item:nth-child(2n) {
        margin-right: unset;
    }
    .bid-management-cont .bid-management-btn a.bid-link {
        font-size: 15px;
        margin: 0 10px;
    }
    .choose-us-list .choose-us-item {
        margin: 0 0 40px 0;
        width: 100%;
    }
    .work-us-item.flex-list-item {
        margin: 0 0 60px 0;
        width: 100%;
    }
    .customers-list .flex-list-item {
        padding: 30px 20px;
    }
    .fw-inquery-form-content .form-field-group .form-field {
        width: 100%;
    }
    .fw-inquery-form-content .form-field-full .form-field textarea,
    .fw-inquery-form-content .form-field-group .form-field input {
        padding-left: 60px;
    }
    .fw-inquery-form-content form.wpcf7-form div#message::after {
        width: 20px;
    }
    .faqs-main .faq-text {
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }
    .main-slider .slick-slide {
        margin: 0;
    }
    .achievement-items .achievement-item {
        width: 50%;
        margin-bottom: 30px;
    }
    .tools-content-items .tools-content-item {
        width: 33%;
    }
    section.tools-banner {
        padding: 40px 0 50px 0;
    }
    .lastest-blog-list .lastest-blog-item {
        width: 100%;
    }
    .industry_banner_inn h1.header-title {
        font-size: 36px;
        line-height: 46px;
    }
    section.industry_banner {
        padding-top: 70px;
        text-align: center;
    }
    p.industry_three_num {
        font-size: 20px;
        line-height: 20px;
    }
    .industry_banner_inn>p {
        max-width: 100%;
    }
    .industry_three_im ul {
        justify-content: center;
        max-width: 390px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .industry_three_im ul li {
        margin: 0 auto;
    }
    .our-approach-content .our-approach-item h3 {
        font-size: 24px;
    }
    section.case-studies-banner {
        padding: 30px 0 20px 0;
    }
    .flex-list-item a.case-item-per-link {
        padding: 10px 20px;
        font-size: 14px;
    }
    .case-studies-list .case-item-title h2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 660px) {
    .about-as-content.flex-list-items .flex-list-item {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .post-sec .separate-post {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .our-team-info p.team-info-role {
        max-width: 100%;
    }
    section.call_to_action {
        display: none;
    }
    .blog_form_hk h2.free_consultation {
        font-size: 18px;
    }
    section.blog-single-section .container-small article,
    section.blog-single-section div#comments {
        padding: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .the_result-list .the_result-content-item {
        width: 100%;
    }
    .fw-inquery-form-content div.wpcf7 {
        padding-top: 30px;
    }
    .fw-inquery-form-content div.wpcf7,
    .fw-inquery-form-content .map_iframe {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .red_top {
        position: unset;
    }
    header#masthead {
        top: 0;
    }
    .what-you-expect-content-item .what-you_arrow {
        height: 40px;
        min-width: 20px;
    }
    .what-you-expect-list .what-you-expect-content-item {
        margin-bottom: 25px;
    }
    .the_result-list .the_result-content-item h2 {
        font-size: 36px;
    }
    .blog_form_hk {
        padding: 20px;
    }
    .what-you-expect-content-item .what-you_desc p {
        font-size: 18px;
    }
    header#masthead .header-in nav#site-navigation .topbar.topbar-header ul.social-details.dhk-f {
        display: none;
    }
    .blog_form_hk h2.free_consultation {
        min-height: 66px;
        height: 100%;
        width: 92%;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        padding: 10px;
    }
    .topbar ul.social-details .social-item p.social-text {
        display: none;
    }
    ul.social-details li .social-item img {
        height: 22px;
    }
    .topbar .topbar-in {
        justify-content: center;
    }
    .mobile-sdr-menu {
        width: 100%;
    }
    .content-bg-title h1 {
        font-size: 16px;
        line-height: 35px;
    }
    /*--- Service css ---*/
    .heading-content-in .header-title {
        font-size: 30px;
        line-height: 40px;
    }
    .form-col h1.inquiry-title {
        font-size: 24px;
    }
    section#form-banner.home_page_banner .heading-content.colhk a.talk_to_us {
        font-size: 16px;
        max-width: 150px;
        padding: 5px;
    }
    .our-service-list .service-description p {
        font-size: 16px;
        line-height: 26px;
    }
    .bid-management-cont .bid-management-btn {
        flex-direction: column;
    }
    .bid-management-cont .bid-management-btn a.bid-link.bid-red {
        margin-bottom: 30px;
    }
    .customers-list .flex-list-item {
        margin: 0;
        width: 100%;
        margin-bottom: 25px;
        padding: 30px;
    }
    .customers-list .flex-list-item:last-child {
        margin: 0;
    }
    .content-bg-title h1 {
        padding-left: 0;
    }
    .content-bg-title h1:before {
        content: none;
    }
    .content-bg-title h1:first-letter {
        background-image: url(../img/31.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        padding-left: 20px;
        padding-right: 0;
    }
    .video-testimonial-title.content-bg-title {
        padding-bottom: 20px;
    }
    .content-bg-title h1 {
        margin: 0;
    }
    .case-studies-cont .banner-description p {
        margin-top: 25px;
    }
    .industry-web-items .industry-web-item {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .tools-content-items .tools-content-item {
        width: 50%;
    }
    .work-process-list .work-process-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    /*--- Service css end---*/
}

@media only screen and (max-width: 480px) {
     :root{
        --logo-width: 170px;
    }
    .industry_banner_inn>p {
        font-size: 14px;
        line-height: 24px;
    }
    .our-team-member .flex-list-item {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .industry_banner_inn h1.header-title {
        font-size: 30px;
        line-height: 40px;
    }
    .client-big_textarea-desc p,
    .client-overview-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .client-big_textarea-desc h1,
    .client-overview-desc h1 {
        font-size: 32px;
    }
    .client-big_textarea-desc h2,
    .client-overview-desc h2 {
        font-size: 30px;
    }
    .client-big_textarea-desc h3,
    .client-overview-desc h3 {
        font-size: 28px;
    }
    .client-big_textarea-desc h4,
    .client-overview-desc h4 {
        font-size: 26px;
    }
    .client-big_textarea-desc h5,
    .client-overview-desc h5 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 425px) {
    div.video-testimonial-list .item:first-child {
        margin-bottom: 20px;
    }
    .content-bg-title h1:before {
        height: 84px;
        width: 84px;
        top: -10px;
        left: 6px;
        background-size: contain;
    }
    .bid-management-cont .bid-management-title-subtitle h1 {
        font-size: 32px;
        line-height: normal;
    }
    .bid-management-cont p.bid-management-desc {
        font-size: 18px;
        line-height: 30px;
    }
    .choose-us-item .item-conten {
        padding: 34px 30px;
    }
    .choose-us-item .item-conten p {
        font-size: 16px;
        line-height: 26px;
    }
    .choose-us-list .item-image .item-img-in img {
        height: 54px;
    }
    .choose-us-hline span {
        height: 34px;
        margin: 6px 0 10px 2px;
    }
    .achievement-items .achievement-item {
        width: 100%;
    }
    .achievement-item h3.achievement-number {
        font-size: 46px;
        padding: 15px 0;
    }
    .achievement-items .achievement-item:last-child {
        margin-bottom: 0;
    }
    .lastest-blog-item-inner h1.post-title {
        font-size: 20px;
        line-height: 32px;
    }
    .lastest-blog-item-inner p.post-date,
    .lastest-blog-item-inner p.post-content {
        font-size: 16px;
        line-height: 26px;
    }
    .lastest-blog-item-inner .view-button a {
        font-size: 14px;
        line-height: 30px;
        max-width: 140px;
    }
}

@media only screen and (max-width: 375px) {
    /*--- Service css ---*/
    .service-logo-title h4 {
        font-size: 20px;
        padding-left: 10px;
    }
    .heading-content-in .header-title {
        font-size: 25px;
        line-height: 35px;
    }
    .service-logo-title img {
        height: 46px;
        width: 46px;
    }
    .our-service-main .our-service-title {
        padding-bottom: 30px;
    }
    .content-bg-title h1:before {
        height: 74px;
        width: 74px;
        top: -10px;
        left: 8px;
    }
    .bid-management-cont .bid-management-title-subtitle h1 {
        font-size: 30px;
    }
    .red_bottom .copyright p {
        font-size: 14px;
    }
    .tools-content-items .tools-content-item .tool-img-con {
        height: 125px;
        width: 125px;
    }
    /*--- Service css end---*/
}

@media only screen and (max-width: 350px) {
    .mobile-sdr-menu.sdr-right .close-sdr {
        padding: 20px 22px 10px 15px;
    }
    /*--- Service css ---*/
    .our-service-list .service-description p {
        font-size: 15px;
        line-height: 25px;
    }
    .service-logo-title img {
        height: 46px;
        width: 46px;
    }
    /*--- Service css end---*/
}


/* Media Min Width Query */

@media only screen and (min-width: 1000px) {
    .post-sec .separate-post:nth-child(3n),
    .case-studies-list .flex-list-item:nth-child(3),
    .work-us-item.flex-list-item:nth-child(3n),
    .choose-us-list .choose-us-item:nth-child(3n),
    .customers-list .flex-list-item:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .the_result-keyword_content table tr td:first-child {
        text-align: left;
    }
}

@media only screen and (max-width: 999px) and (min-width: 769px) {
    .customers-list .flex-list-item:nth-child(3n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 999px) and (min-width: 600px) {
    .post-sec .separate-post:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    .work-us-item.flex-list-item:nth-child(2n),
    .choose-us-list .choose-us-item:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1000px) {
    header#masthead .header-in nav#site-navigation {
        flex-direction: column;
    }
    .about-as-content.flex-list-items .flex-list-item:nth-child(3n),
    .our-team-member .flex-list-item:nth-child(3n),
    .case-studies-list .flex-list-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 550px) {
    header#masthead .topbar.topbar-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    /*--- footer css---*/
    .footer-in .footer-in-bottom .footer-col:first-child {
        width: 23%;
    }
    .footer-in .footer-in-bottom .footer-col:nth-child(2) {
        width: 25%;
    }
    .footer-in .footer-in-bottom .footer-col:nth-child(3) {
        width: 28%;
    }
    .footer-in .footer-in-bottom .footer-col:last-child {
        width: 24%;
        border: none;
    }
    /*--- footer css end---*/
}


/******************start footer****************/
.footer{
    padding: 30px 52px;
    background-color: #0066cc !important
}
.footer h4{
    text-transform: uppercase;
    color: #00e0ff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.footer ul{
    padding: 0;
    margin: 0;
}
.footer ul li{
    list-style: none;
}
.footer ul li a{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    display: block;
    position: relative;
    margin: 0px 0px 10px;
}
.footer p a{  
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    display: block;
    position: relative;
    margin: 0px 0px 10px;
}
.footer ul li a:hover{
    color: #6aebfc;
}
.footer p a:hover{
    color: #6aebfc;
}
.footer ul li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ffffff;  
    position: absolute;
    left: -15px;
    top: 8px;
}
.social_bottom ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 2px;
}
.social_bottom ul li a svg {
    fill: #ffffff;
}
.social_bottom ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    line-height: 27px;
    text-align: center;
    transition: all .5s ease;
} 
.social_bottom ul li a:before{
    display: none;
}
.bottom-footer li a:before{
    display: none !important;
}
.footer p{
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}
.rating-logo {
    width: 15%;
    float: left;
    margin: 0px 0px;
}
.rating-div {
    width: 82%;
    float: left;
    margin-left: 3%;
}
.fl-head {
    font-size: 19px !important;
    font-weight: 600;
    padding: 8px 0px;
    margin: 0;
}
.footer_nav ul {
    padding: 0;
    margin: 0;
}
.rating-div .rating-ul li {
    display: inline-block;
    font-size: 16px;
    color: #f5a107;
    padding: 0px 2px;
}
.review-p {
    font-size: 15px !important;
    color: #ffffff !important;
    margin: 0;
}
.powered-by {
    padding: 6px 0px;
    margin: 0;
}
.revew-us-btn {
    padding: 10px 5px;
    background: #009fb5;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
}
.rating-ul p{
    margin: 0;
}
.rating-div a:hover{
    color: #fff;
}
.footer_bottom {
    color: #fff;
    border-top: 1px solid #eaeaea;
    line-height: 0px;
    padding: 20px 15px;
    /* min-height: 75px; */
    font-size: 12px;
    background: #009fb5;
}
.copy_right {
    float: left;
}
.copy_right p{
    margin: 0;
}
.support_link {
    float: right;
}
.support_link ul {
    padding: 0;
    margin: 0;
}
.support_link ul li {
    list-style-type: none;
    display: inline-block;
}
.support_link ul li a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
}
.ft-company {
    width: 50%;
    float: left;
}
.ft-company {
    width: 50%;
    float: left;
}
.pr-ul li{
    padding: 5px 0px;
}
/******************end footer****************/
/******************start request-demo page****************/
.rq-demo {
    margin-top: 100px;
    padding: 0px 0px 30px;
}
.rq-div {
    width: 60%;
    display: block;
    margin: 0 auto;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    box-shadow: 0px 3px 10px #b1b1b1;
    padding: 20px 0px;
}
.rq-div h3{
    text-align: center;
}
.rq-div h3 span{
    display: block;
    font-size: 13px;
    color: #9f9f9f;
    padding: 9px 0px 0px;
    font-weight: 500;
}
.row_div {
    width: 100%;
    padding: 10px 20px 0px;
    display: inline-block;
}
.div_check-1 {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.div_check-2 {
    width: 50%;
    float: left;
}
.form-check {
    padding: 13px 6px;
    border: 1px solid #8b7c7c;
    border-radius: 6px;
    position: relative; 
}
.step-button{
    width: 100%;
    background: #009fb5;
    padding: 8px 10px;
    margin-top: 14px;
    float: left;
}
.prv-ne-btn{
    background: transparent;
    border: none;
    color: #fff;
}
.stp-btn-1{
    width: 35%;
    float: left;
}
.stp-btn-2{
    width: 30%;
    float: left;
    display: none;
}
.stp-btn-3{
    width: 65%;
    float: left;
    text-align: right;
}
.right-arrow{
    margin-left: 6px;    
}
.left-arrow{
    margin-right: 6px;    
}
.form-check-input{
    margin-right: 10px;    
}
.new_add {
    text-align: center;
}
.new_add h2 {
    text-align: center;
    color: #f58220;
    padding-left: 5px;
}
.star-span{
    display: inline-block !important;
    color: red !important;
    font-size: 16px !important;
    margin-left: 6px !important;  
} 
.re-sm-stp{
    padding: 0px 22px;
    margin-top: 18px;
}
.error-message{
    color: white;
    background: #1b5a62;
    text-align: center;
    padding: 7px 0px;
    border-radius: 6px;
}
.form-textarea{
    height: 150px;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 100%;
}
.input-cl{
    padding: 10px 8px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #000;
}
.oth-input{
    border: none;  
    position: absolute;   
}
.form-check-input {
    position: inherit;
    margin-top: 0;
    margin-left: 0;
}
/******************end request-demo page****************/
@media(max-width :1199px){
    .social_bottom ul li {
    padding: 0 0px;
}
    .revew-us-btn {
    padding: 7px 4px;
    font-size: 10px;
}
    .border_box {
    padding: 15px 0px;
    height: 138px;
}
    .border_box h3 {
    font-size: 10px;
}
    .review-p {
    font-size: 11px !important;
}
    .pl-ft-l-o{
        padding-left: 0;
    }
    .rating-div .rating-ul li {
    padding: 0px 0px;
}
    .social_bottom ul li a {
    width: 30px;
    height: 30px;
    margin: 0px 1px 6px;
}
    .footer {
        padding: 30px 21px;
}
    .single-contact-address-box {
    padding: 40px 12px 32px;
}
    .contact-address-area{
        padding-top: 50px;
    }
    #cssmenu > ul > li > a {
    padding: 25px 12px;
    font-size: 12px;
}
    .logo-sf{
        padding: 0 !important;
    }
    .logo a h1 {
    font-size: 21px;
}
    .logo a h6 {
    font-size: 9px;
}
    #cssmenu > ul > li > a {
    padding: 25px 12px;
    font-size: 12px;
}
    .banner-text h1 {
    font-size: 35px;
}
    .service-txt h3 {
    font-size: 32px;
}
    .product-mn-div h2 {
    font-size: 16px;
}
    .single-featured-box .title h3 {
    font-size: 13px;
}
}
@media(max-width :991px){
    .logo-sf {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .contact-address-area{
        padding: 33px 0px 0px;
    }
    .single-contact-address-box {
    padding: 40px 5px 32px;
}
	.d-fl-1 {
    border: 2px solid #fff;
}
	.d-fl-1 img {
    padding: 2px;
}
    .r-pd {
    padding: 0;
}
    .logo a svg {
    left: 0;
}
    .logo a h1 {
    font-size: 22px;
}
    .logo a h6 {
    font-size: 9px;
}
    #cssmenu {
    float: left;
}
    #cssmenu > ul > li > a {
    padding: 27px 6px;
    font-size: 11px;
    font-weight: 600;
}
    #cssmenu > ul > li.has-sub > a {
    padding-right: 6px;
}
    .contact-a-tag {
    padding: 5px 8px;
    margin-top: 17px;
    font-size: 13px;
}
    .banner-text h1 {
    font-size: 29px;
}
    .banner-text {
    margin-top: 7px;
}
    
    .service-txt h3 {
    font-size: 31px;
}
    .service-box {
    padding: 0;
}
    .pro-bx a.btn {
    font-size: 14px;
}
    .pro-bx h3 {
    font-size: 13px; 
}
    .service-sec {
    padding: 20px 0 0;
}
}
@media(max-width :767px){
    /*new-hover-css*/
    .logo-sf {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .abt-txt p {
        font-size: 14px;
        line-height: 23px;
    }
    .pt-5-sm {
        padding-top: 10px !important;
    }
    .contact-address-area{
        padding: 20px 0px 0px;
    }
    .single-contact-address-box {
        margin-top: 0;
        padding: 6px 30px 15px;
        margin-bottom: 20px;
        height: inherit;
}
    .role {
        padding: 0;
        margin: 0px 0 0px 0;
    }
    .d-fl-row{
        display: flex;
        flex-direction: column-reverse;
    }
    .overlay-bio {
    top: 0;
    width: 100%;
    height: 100%;
}
	.footer_bottom {
    	padding: 5px 0 0;
	line-height: 15px;
	}
	.mt-4{
	   margin-top: 0 !important;
	}
	.d-fl-1{
	   margin-bottom: 14px;
	}
	.about_block_ {
    background: linear-gradient(
135deg, rgba(168,0,119,1) 0%, rgb(5 5 5) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
}
	.copy_right {
    	   float: inherit;
	}
	.support_link {
    	  float: inherit;
	}
	.support_link ul li a {
    padding: 6px 6px;
    font-size: 12px;
}
    .checklist{
        padding-left: 20px;
    }
    .sec-title .title {
    font-size: 38px;
}
    .single-working-process .inner {
    height: inherit;
}
    .flip-box {
    margin-top: 0;
}
    .flip-box-inner {
    transform-style: inherit;
}
    .flip-box-front, .flip-box-back {
    position: inherit;
}
    .flip-box-back{
        display: none;
    }
    .bn-bg-bk{
        background: linear-gradient(135deg, rgba(168,0,119,1) 0%, rgba(30,202,229,1) 0%, rgba(16,51,146,1) 59%, rgba(16,51,146,1) 100%);
    }
    .fixed{
        display: none;
    }
    .top-bar-style2 {
    padding: 3px 0px;
    display: none;
}    
.top-style2-left {
    overflow: hidden;
    text-align: center;
}    
.top-style2-left p {
    display: block;
    float: none;
}  
.top-style2-left ul {
    /* display: block; */
    /* overflow: hidden; */
    float: none;
    /* padding-left: 0; */
}    
.top-style2-left ul li {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin: 0 10px;
}
.top-style2-left ul li:before {
    display: none;
}    
    
.top-style2-right {
    overflow: hidden;
    float: none;
    text-align: center;
    padding-top: 0px;
} 
.top-style2-right .top-right-menu {
    display: block;
    overflow: hidden;
    float: none;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
}    
.top-style2-right .top-right-menu:before {
    display: none;
} 
.top-style2-right .top-right-menu li {
    float: none;
    padding-right: 0px;
    margin: 0 5px;
}    
.top-style2-right .topbar-social-links {
    display: block;
    float: none;
    overflow: hidden;
    text-align: center;
    padding: 0;
}    
.top-style2-right .topbar-social-links li {
    float: none;
    padding-right: 0;
    margin: 0 13px;
} 
    .single-featured-box {
    margin-bottom: 20px;
}
    .pr-bg {
    display: none;
}
    .mt-tp-pr {
    margin-top: 0;
}
    .cn-rd{
        margin-left: 0 !important;
    }
    .product-area {
    margin-top: 0;
}
    .product-area {
    padding: 20px 0px 0px;
}
    
    /*new-hover-css*/
    .rq-div {
        width: 100%;
    }
    .rq-demo {
        margin-top: 15px;
    }
    .desktop-device{
    display: none;
}
.mobile-device{
    display: block;
}
    .d-sm-none{
        display: none;
    }
    .header .navbar {
        float: none;
        margin-top: 0;
        display: block;
        padding: 0;
}
 .contact-btn {
    display: inline-block;
    margin-top: -53px;
    margin-left: -42px;
}
    .contact-a-tag {
    padding: 3px 6px;
    margin-top: 13px;
    font-size: 13px;
    margin-left: -130px; 
}
    .r-pd {
        padding: 0;
    }
    .header .navbar-toggler {
    padding: 2px 6px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right;
    margin-top: -47px;
}
    .logo a h6 {
    font-size: 9px;
}
    .logo a h1 {
    font-size: 25px;
}
    .banner-text {
    margin-top: 6px;
}
    .banner-text h1 {
    font-size: 25px;
}
    .contact-btn2{
        display: none; 
    }
    .bx-wrapper {
    margin-bottom: 6px;
}
.service-sec {
    padding: 20px 0 0;
}
    .main-title {
    font-size: 30px;
}
.service-txt h3 {
    font-size: 23px;
}
    .service-txt p {
    margin: 3px 0 0;
} 
    .fl-rt .service-txt {
    text-align: center;
}
    .service-txt {
    padding: 10px 0;
    text-align: center;
}
    .product-wrap {
    padding: 20px 0px 10px;
}
    .head-text h3 {
    font-size: 30px;
}
    .head-text p {
    font-size: 16px;

}
    .mt-5{
        margin-top: 20px !important;
    }
    .pro-bx {
    margin-bottom: 30px;
}
    .gt-st {
    padding: 20px 0px;
}
    .gt-a-1 {
    margin-right: 0;
    margin-bottom: 10px;
}
.footer {
    padding: 17px 24px;
} 
.rating-logo {
    margin: 33px 0px 0px;
}
.footer_bottom {
    padding: 0px 15px;
}
    .copy_right p{
        margin: 0;
    }
    .service-box {
    padding: 0;
    text-align: center;
}
    .service-icon {
    float: none;
    margin-right: 0;
    width: 200px;
    height: 200px;
    display: inline-block;
}
.fl-rt .service-icon {
    float: none;
    margin-right: 0;
    margin-left: 0;
}
/*out-of-home*/
.bio-img {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0px;
}
    .bio-img:before {
    position: inherit;
}
    .child-page-banner h2 {
    font-size: 15px;
    text-shadow: inherit;
}
    .main-wrap {
    padding: 20px 0px;
}
    .abt-txt h3 {
    font-size: 16px;
    margin-top: 10px;
}
    .abt-txt ul li {
    padding: 3px 0px;
    font-size: 14px;
}
    .pt-5{
        padding-top: 10px !important;
    }
}
a.blantershow-chat{
    display: none;
}
@media only screen and (max-width: 767px) {

   /*out-of-home*/
a.blantershow-chat {
display: block;
/*   background: #009688; */
background: #fff;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 98;
bottom: 25px;
right: 30px;
font-size: 15px;
padding: 10px 20px;
border-radius: 30px;
box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
transform: scale(1.2);
margin: 0 10px 0 0;
} 

}
   @media only screen and (max-width: 767px) {
        .content-bg-title h1:before {
            position: absolute;
            content: "";
            background-image: url(../img/title-border.png);
            background-repeat: no-repeat;
            height: 80px;
            width: 80px;
            left: 7px;
            top: -22px;
            background-size: contain;       
        }
    }



