body{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  overflow-x: hidden;
}

.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
    max-width: 1250px;
  }
}
@media screen and (max-width: 1500px){
  .container{
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px){
  .container{
    max-width: 960px;
  }
}
h1,h2,h3,h4,h5,h6{
	font-family: "Marcellus", serif;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;position: fixed;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 90px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
  margin-top: -30px;
  padding-left: 30px;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
	width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
  transition: all 200ms linear;
  font-family: "Marcellus", serif;
  font-size: 18px;
}
.nav-item:hover .nav-link{
	color: #fe6501 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #fe6501;
	opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
  transition: all 200ms linear;
}


.bg-light {
	background-color: #fff !important;
  transition: all 200ms linear;
  padding-right: 50px;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;font-family: "Marcellus", serif;
  transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  border:1px solid #868686;
}
.search-form input {
  background: transparent;
  border: 0;
  padding-right: 10px;
  padding-left: 15px;
  height: 48px;
  width: 250px;
   border:none !important;
  box-shadow: none !important;
  outline: none;
}
.search-form button {
  border: none;
  width: auto;
  height: 48px;
  line-height: 48px;
  background-color: transparent;
  padding-right: 15px;
  display: inline-block;
  border-radius: 0;
  border:none !important;
  box-shadow: none !important;
  outline: none;
}


@media screen and (max-width:1500px){
  .nav-link{
    font-size: 17px;
  }
  .logo-bg-half, .logo-bg{
    width: 250px !important;
  }
}
@media screen and (max-width:1400px){
  .navbar-brand img{
    padding-left: 10px;
  }
  .logo-bg-half, .logo-bg{
    width: 230px !important;
  }
  .search-form{
    margin-left: 30px;
  }
  .search-form input{
    width: 200px;
  }
}



@media screen and (max-width:1400px){
  .navbar-brand img{
    padding-left: 0px;
  }
  .logo-bg-half, .logo-bg{
    width: 200px !important;
  }
  .search-form{
    margin-left: 30px;
  }
  .search-form input{
    width: 180px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
}


@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}
	
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	
}
.topbar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 267px);
  border-radius: 0 0 50px 0;
  background: #fe6501;
  z-index: -1;
}
.logo-bg-half {
  position: absolute;
  height: 29px;
  width: 270px;
  border-radius: 0 50px 0 0;
  background: #eafbff;
  top: 16px;
  left: 0;
  z-index: 4;
}.logo-bg {
  position: absolute;
  height: 100%;
  width: 270px;
  border-radius: 0 0px 0 0;
  background: #eafbff;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bg-light{
  padding: 10px 0 10px;
  padding-right: 50px;
}
.social2{
  float: right !important;
  text-align: right;
}

.topbar ul li i{
  padding-right: 4px;
}
/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.topbar {
	background: #00cbfd;
  padding: 9px 0;
  position: relative;
  z-index: 3;
  padding-left: 18%;
  padding-right: 50px;
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}
.topbar .social li{
  margin-right: 0;
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff !important
}
.topbar .social li a{
  font-size: 17px;
}

ul {
	padding: 0;
	margin: 0
}
.carousel-indicators li{
	background-color: rgb(238, 42, 129);
}
.social {
	float: right
}


.topbar ul {
	float: left
}

.pbl-0 {
	padding: 0
}


.social {
	padding-right: 0px;
	float:right !important;
}

a {
	text-decoration: none !important
}


@media screen and (max-width:1199px){
	.nav-link{
		font-size: 15px;
	}
	.navbar-brand img {
    height: 50px;
  }
   .logo-bg-half, .logo-bg {
    width: 150px !important;
  }
  .bg-light {
  padding: 10px 0;
}
.search-form input, .search-form, .search-form button{
  height: 39px;font-size: 13px;
}
.search-form button{
  line-height: 39px;
}
.topbar ul li a {
  font-size: 13px;
}
.topbar .social li a {
  font-size: 15px;
}
.topbar::after{
  width: calc(100% - 240px);
}
.topbar{
  padding-left: 15%;
}
.topbar ul li{
  margin-right: 10px;
}
}

@media screen and (max-width:991px){
 
  
    .topbar::after {
    width: calc(100% - 294px);
  } .logo-bg-half, .logo-bg {
    width: 100px !important;
  }  .navbar-brand img {
    height: 50px;margin-left: -5px;
  }
  .topbar{
    padding: 6px 0;
    padding-left: 15%;
  }  .nav-link {
    font-size: 14px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 0.5rem !important;
  }  .search-form input {
    width: 110px;
  }  .topbar ul li a {
    font-size: 12px;
  }  .topbar .social li a {
    font-size: 13px;
  }  .search-form {
    margin-left: 16px;
  }
}

@media screen and (max-width:767px){
	
   .logo-bg-half, .logo-bg {
    width: 150px !important;
  }
	.carousel-control-next, .carousel-control-prev{
		display: none;
	}
  .topbar .col-sm-6{
    display: none;
  } .navbar-brand img {
    height: 55px;
    margin-left: 10px;
  }  .topbar::after {
    width: calc(100% - 225px);
  }
  .bg-light form{
    display: none;
  }
  .navbar-collapse{
    background-color: #fff;
  }
  .bg-light .col-12{
    padding: 0;
  }
  .navbar-light .navbar-toggler{
    padding-right: 15px;
  }  .topbar .social li a {
    font-size: 15px;
  }
  .logo-bg-half{
    top: 10px;
  }
    .bg-light {
    padding:  0 0;
  }
  .navbar-brand{
    padding: 10px 0;
  }  .nav-link {
    font-size: 16px;
  }  .nav-item::before {
    position: absolute;
    display: block;
    top: 24px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  } .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -24px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }  .navbar-nav {
    overflow: hidden;
  }
  .navbar-nav{
    padding-top: 5px !important;
    padding-bottom: 0 !important;
  }
  .nav-item{
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
  }  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }.dropdown-item {
  padding: 0;
  padding-left: 0px;font-size: 14px;
}
.dropdown-item:hover, .dropdown-item:focus{
  display: none;
}
}






.category-area{
  padding: 70px 0 40px;
}


.category-shape-1 {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: -1;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

@keyframes itrotate{
  0%{
    transform: rotateY(0deg);
  }
  100%{
    transform:rotateY(360deg);
  }
}.ed-section-subtitle {
 color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding: 0 22px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #fe6501;
}.ed-section-title {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 1.3;
}.category-item {
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #EAF6FF;
  margin-bottom: 35px;
}
.category-icon span {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin-top: 5px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  background-color: rgba(27, 117, 232, 0.1);
  border: 1px dashed #1B75E8;
  color: #1B75E8;
}
.category-title {
  font-size: 22px;
  margin-bottom: 0;
  color: #000;font-weight: 600;
}
.color2{
  background-color: #FBECFA;
}
.color2 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.color3{
  background-color: #E0D9FF;
}
.color3 span{
  background-color: rgb(205, 193, 255);
  border: 1px dashed #fe6501;
}
.color4{
  background-color: #F6D3FF;
}
.color4 span{
  background-color:rgb(243, 198, 255);
  border: 1px dashed #C316F1;
}
.color5{
  background-color: #FBECFA;
}
.color5 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.color6{
  background-color: #FBECFA;
}
.color6 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.color7{
  background-color: #FBECFA;
}
.color7 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.color8{
  background-color: #FBECFA;
}
.color8 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.color9{
  background-color: #FBECFA;
}
.color9 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.color10{
  background-color: #FBECFA;
}
.color10 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.color11{
  background-color: #FBECFA;
}
.color11 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.color12{
  background-color: #FBECFA;
}
.color12 span{
  background-color: rgb(255, 228, 253);
  border: 1px dashed #FF70F5;
}
.category-icon span img{
  height: 45px;
  margin-top: -5px;
}


.shop-card {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.02), 0 10px 10px rgba(0, 0, 0, 0.06);
}.media-overlay {
  position: relative;overflow: hidden;
}.shop-card img {
  transition: 0.5s;
}
.dz-media img, .dz-post-media img {
  max-width: 100%;
  height: auto;
  width: 100%;
}.shop-card .shop-meta {
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}.media-overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -0.7%, rgba(0, 0, 0, 0.04) 100%);
  width: 100%;
  height: 100%;
}
.shop-card .shop-meta .btn{
  padding: 12px 30px;
  background: #fff;
  color: #000;
  border-color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  text-wrap: nowrap;
  margin: 0px 5px;
}
.shop-card .shop-meta .btn span{
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}.shop-card .shop-meta .meta-icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  justify-content: center;
  border-radius: 2px;
  margin: 0 3px;
  padding: 0;
  border: 0;
}.shop-card .dz-content {
  background-color: #fe6501;
  padding: 20px;
}.shop-card .dz-content .title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-bottom: 10px;
}.shop-card .price {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}.shop-card .price del {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: strikethrough;
}.shop-card .dz-content .shop-cart-btn {
  position: absolute;
 bottom: 30px;
  right: 15px;
  background-color: #fff;
}.shop-card .dz-content .shop-cart-btn a {
  width: 45px;
  height: 45px;
  display: flex;
  background: #fff;
  color: #fff;
  align-items: center;
  justify-content: center;
}.shop-card .product-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}.shop-card .product-tag .badge-heart {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 24px;
  padding: 5px 15px;
  cursor: pointer;
}.shop-card:hover .shop-meta {
  bottom: 38px;
  z-index: 9999999 !important;
}
.productsection{
  padding: 70px 0;
  background: #edeafb;
}.shop-card .shop-meta > a:hover {
  background-color:#fe6501;
  border-color: #fe6501;
  color: #fff !important;
}
.shop-card .dz-content .title a{
  color: #fff;
}
.shop-card .dz-content .title a i{
  color: #fff;
}







.quality_section {
  padding: 50px 0px;
}

.quality_section_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.quality_top_title h2 {
  color: #292929;
  font-size: 2.8125rem;
}

.quality_title h4 {
  color: #525252;
  font-size: 1.42rem;
  font-weight: 700;
}
.quality_title h4 font {
  font-weight: 400;
}

.quality_desc p {
  color: #7a7b78;
  font-size: 0.99375rem;
}

.quality_img {
  width: 130px;
  height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 5px;
}

.quality_middle_gallery {
  max-width: 300px;
  margin: auto;
}

.quality_section_wrap2 h2 {
  color: #292929;
  font-size: 50px;
}
.quality_section2{
  padding: 70px 0;
}
.quality_section_wrap2 p {
  color: #7a7a7a;
  font-size: 16.12px;
  font-weight: 400;
}
.quality_section_wrap2 .quality_img2 {
  width: 90px;
  height: 90px;
  padding: 10px;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}
.quality_section_wrap2 .quality_img2  img{
  height: 55px;
}
.quality_section_wrap2 .quality_content2_img1 {
  top: 27%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.quality_section_wrap2 .quality_content2_img2 {
  top: 27%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.quality_section_wrap2 .quality_content2_img3 {
  bottom: 27%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.quality_section_wrap2 .quality_content2_img4 {
  bottom: 27%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.quality_section_wrap2 .quality_text {
  width: 340px;
  padding: 0px 10px;
}

.quality2_left_thumb {
  top: 0;
  left: 0;
}

.quality2_righttop_thumb {
  top: 0;
  right: 0;
}

.quality2_rightbottom_thumb {
  bottom: 0;
  right: 0;
}












/*Footer*/
.footer-layout,
.footer-layout4 {
  background-color:#232b31;
  --body-color: #bebebe;
  --title-color: #ffffff
}
.footer-layout .vs-logo {
  text-align:center
}
.footer-layout .footer-top {
  background-color:#1f262b;
  border-bottom:1px solid #fff
}
.footer-layout .footer-top .row {
  --bs-gutter-x: 0
}

.footer-layout .copyright-wrap {
  padding:16px 0;
  background-color:#fe6501
}
.copyright-wrap{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.copyright-text{
  margin-bottom: 0;
  color: #fff;
}
.copyright-text a{
  color: #fff !important;
}
.vs-logo img{
  filter: brightness(0) invert(1);
  height: 80px;
}.social-style a {
  display: inline-block;
  width: 55px;
  height:55px;
  line-height:55px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #fff;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
  margin-right: 8px;
  border-radius: 50%;
  transition: all ease .4s;
  color: #fff;
}.social-style a:hover {
  border-color: #67b437;
  color: #67b437;
}.form-style {
  padding-left:40px
}
.form-style input {
  background-color:rgba(0,0,0,0);
  border:none;
  border-bottom:1px solid rgb(66, 109, 48);
  padding:0 20px 0 0;
  height:40px;
  font-size:14px;
  font-weight:500;
  margin:0;
  color: #fff;
  width: 100%;
}
.form-style button {
  border:none;
  font-size:12px;
  letter-spacing:.22em;
  padding:10px 23px
}
.form-style button:after,
.form-style button:before {
  background-color:#ffff
}
.form-style button:hover {
  color:#323c8d
}input:focus {
  outline: 0;
  box-shadow: none;
 
}
.footer-didget-icon {
    float: left;
    margin-right: 10px;
}

.footer-didget-icon span i {
    color: #3566aa;
}

.footer-widget-contact p {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 0;
}
.footer-widget-contact p a{
  color: #fff;
}
.widget-area{
  padding: 60px 0 40px;
}
.footer-widget h4{
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
}
.form-style .form-title {
  font-size:20px;
  text-transform:uppercase;
  margin-bottom:19px;
  margin-top:-0.2em;
  color: #fff;
}
.form-style .form-group {
  display:flex
}












.it-footer-top-info {
  position: relative;
  padding: 60px 0;
}
.it-footer-top-icon span {
  font-size: 25px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  margin-right: 30px;
  border: 1px solid rgba(244, 244, 244, 0.5);
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.it-footer-top-text span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
  color: #fff;
}.footer-layout .footer-top [class*="col-"]:not(:last-child) {
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.it-footer-top-text a {
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-weight: 700;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  line-height: 30px;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}
.footer-widget-contact ul li a{
display: inline-block;
  transition: 0.5s;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  
  display: flex;
  margin-bottom: 14px;
}.footer-widget-contact ul li {
  list-style: disclosure-closed;
}
.footer-widget-contact ul li::marker{
  color: #fff;
}

.footer-widget-contact ul {
  padding-left: 15px;
}
.pl35{
  padding-left: 10px;
}


.about-us {
  position: relative;
  display: block;
  padding: 0 0 120px;
  background-color: #fff;
  z-index: 1;
}

.about-us-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 826px;
  height: 627px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.about-us__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.about-us__img-box {
  position: relative;
  display: block;
}

.about-us__img {
  position: relative;
  display: block;
}

.about-us__img > img {
  width: 100%;
  border-radius: 20px;
}

.about-us__img-two {
  position: absolute;
  bottom: -105px;
  left: -80px;
}

.about-us__img-two > img {
  width: auto;
  border-radius: 20px;
}

.about-us__experience {
  position: absolute;
  bottom: -62px;
  left: 140px;
  display: flex;
  align-items: center;
  background-color: #fe6501;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 11px 28px 5px;
}



.about-us__experience:after {
 position: absolute;
  bottom: 0px;
  right: -55px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 57px solid #ff7921;
  border-bottom: 62px solid transparent;
}

.about-us__experience-year {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-top: -10px;color: #fff;
}

.about-us__experience-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;color: #fff;
  margin-left: 8px;margin-bottom: 10px;
}
.experience__item-content-icon img{
  height: 80px;
}
.about-us__shape-1 {
  position: absolute;
  top: 35px;
  right: -30px;
  animation: bounce-y 10s infinite linear;
  opacity: 0.3;
  z-index: -1;
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
.about-us__shape-1 img {
  width: auto;
}

.about-us__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-us__right .section-title {
  margin-bottom: 0px;
}

.about-us__text-1 {
  font-size: 24px;
  color: #00cbfd;
  font-weight: 500;
  line-height: 40px;
}

.about-us__points {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: 37px;
}

.about-us__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-us__points li + li {
  margin-top: 8px;
}

.about-us__points li .icon {
  height: 16px;
  width: 16px;
  background-color: #fe6501;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us__points li .text {
  margin-left: 15px;
}

.about-us__points li .text p {
  font-size: 18px;
  font-weight: 500;
}

.about-us__text-2 {
  font-size: 15px;
  line-height: 27px;
}
p{
  text-align: justify;
}
.about-us__btn-call {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 41px;
}

.about-us__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.about-us__call-icon {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe6501;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-us__call-icon:hover {
  background-color: #00cbfd;
  color: #fff;
  border: 2px solid #00cbfd;
}

.about-us__call-content {
  position: relative;
  margin-left: 10px;
  top: -2px;
}

.about-us__call-content a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-us__call-content a:hover {
  color: #00cbfd;
}

.about-us__call-content p {
  font-size: 14px;
  line-height: 16px;
}
.about-us{
  padding: 80px 0 160px;
}
.about-us .ed-section-title{
  font-size: 36px;
  color: #fe6501;
}

.about-us__right ul li{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  list-style: disclosure-closed;
  color: #00cbfd;
}
.about-us__right ul{
  margin-left: 20px;
}





@media screen and (max-width:1600px){
  .about-us{
  padding: 80px 0 90px;
}
}
@media screen and (max-width:1500px){
  .about-us{
  padding: 80px 0 70px;
}
.about-us__right{
  margin-left: 20px;
}
.it-footer-top-icon span{
  height: 45px;
  width: 45px;
  line-height: 45px;font-size: 18px;
  margin-right: 14px;
}
.it-footer-top-text a{
  font-size: 17px;
}
}
.social   li {
  display: inline-block;
  color: #fff;
  margin-right: 20px;
}
.social   li  a{
  color: #fff;
}
@media screen and (max-width:1199px){
  .about-us__left{
    width: 60%;
    margin-left: 10%;
  }
    .about-us__right {
    margin-left: 0;
    margin-top: 140px;
  }
}
@media screen and (max-width:767px){
  .about-us__img-two > img{
    height: 200px;
  }
  .about-us__shape-1 img {
  width: auto;
  height: 100px;
}
  .about-us__left {
    width: 80%;
    margin-left: 20%;
  }
  .about-us__experience {
  bottom: -45px;
  left: -5px;
}
  .about-us {
    padding: 30px 0 20px;
  }
  .about-us__experience-year {
  font-size: 34px;
  line-height: 40px;
  margin-top: -8px;
}.about-us__experience-text {
  font-size: 14px;
  line-height: 20px;
  margin-left: 11px;
}
.about-us__experience{
  padding: 11px 28px 0px;
}
.about-us__experience::after {
  right: -36px;
  border-left: 37px solid #ff7921;
  border-bottom: 46px solid transparent;
}
.ed-section-title {
  font-size: 30px !important;
}
.about-us__right ul li {
  font-size: 15px;
  font-weight: 600;
}
.topbar .col-md-8{
  display: none;
}
  .topbar {
    padding: 3px 0;
  }
    .navbar-brand img {
    height: 60px;
    margin-left: 10px;
    margin-top: -20px;
  }
  .nav-item{
    padding: 5px 0;
  }
  .widget-area {
  padding: 29px 0 30px;
}
.footer-widget h4 {
  margin-bottom: 15px;
}
.footer-widget-contact ul {
  padding-left: 0;
}
.widget .footer-widget{
  margin-top: 20px;
}
.mt-4032{
  margin-top: 20px;
}
.llkj{
  padding-left: 15px;
}
.copyright-wrap .social {
  padding-right: 0px;
  float: none !important;
  text-align: center;
  margin-top: 10px;
}
.about-us, .footer-layout, .footer-layout4{
  overflow: hidden;
}
}




@media (max-width: 991px) {
  .work-process-one__infowrap {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 35px;
  }
}
.work-process-one__infowrap__text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.work-process-one__col {
  position: relative;border: 1px solid #00cbfd;
  counter-increment: count;
  background-color:#eafbff;
  border-radius: 8px;
  padding: 41px 20px 25px 20px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.02), 0 10px 10px rgba(0, 0, 0, 0.14);
}
.work-process-one__col__circlewrap {
  width: 144px;
  height: 144px;
  border: 2px dashed #00cbfd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}
.work-process-one__col__circlewrap::before {
  content: counters(count, "", decimal-leading-zero);
  position: absolute;
  bottom: 30px;
  left: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #00cbfd;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  transition: all 0.5s ease;
}
.count2::before{
  content: '04';
}
.count4::before{
  content: '03';
}
.count3::before{
  content: '02';
}
.count5::before{
  content: '05';
}
.count6::before{
  content: '06';
}
.count7::before{
  content: '07';
}
.count8::before{
  content: '08';
}
.work-process-one__col__icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #83e6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 8px #bef2ff;
  box-shadow: 0px 0px 0px 8px #bef2ff;
  transition: all 0.5s ease;
}
.work-process-one__col__info {
  position: relative;
  z-index: 2;
}
.work-process-one__col__title {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 12px;
}
.work-process-one__col__text {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}
.work-process-one__col__thumb {
  display: inline-block;
}
.work-process-one__col__thumb__number {
  width: 67px;
  height: 67px;
}
.work-process-one__col__shapebg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 270px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #bef2ff;
  transition: all 0.5s ease;
}
.work-process-one__col:hover .work-process-one__col__icon {
  background-color: #00cbfd;
  -webkit-box-shadow: 0px 0px 0px 9px #00cbfd;
  box-shadow: 0px 0px 0px 9px #00cbfd;
}
.work-process-one__col:hover .work-process-one__col__circlewrap::before {
  background-color: #fe6501;
}
.work-process-one__col:hover .work-process-one__col__shapebg {
  transform: translate(15%, 15%);
  background-color: #00cbfd;
}
.service{
  padding: 80px 0 80px;background-color: #eafbff !important;
}

.service .ed-section-title{
  margin-bottom: 20px;
}
.btn-href{
  padding: 10px 30px;
  background-color: #00cbfd;
  border: 1px solid #50dbfd;
  margin-top: 40px;
  color: #fff;
  transition: 0.5s ease;
}
.btn-href:hover{
  padding: 10px 30px;
  background-color: #fe6501;
  border: 1px solid #fe6501;
  margin-top: 40px;
  color: #fff;
  transition: 0.5s ease;
}









@media screen and (max-width:767px){
  .service{
    padding: 20px 0 10px;
  }
  .work-process-one__col{
    margin-bottom: 30px;
  }
}










.experience {
  position: relative;
  padding: 59px 0;
}
.experience::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 86%;
  top: 0;
}
.experience__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
@media (max-width:450px) {
  .experience__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.experience__item-content {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 9;
  position: relative;
}
.experience__item-content-text h2 {
  position: relative;
  margin-bottom: 4px;
  letter-spacing: 4px;
  color: #fff;
  font-size: 40px;
  padding-top: 10px;
}
.experience__item-content-text h2::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  background-color: rgba(255, 255, 255, 0.3);
}
.experience__item-content-text h2 .odometer {
  font-family: var(--rr-ff-heading);
}
.experience__item-content-text h6 {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 12px;
  color: #fff;
  text-transform: capitalize;
}


@media screen and (max-width:767px){
  .experience{
    padding: 40px 0 26px;
  }  .service {
    padding: 35px 0 30px;
  }
  .experience__item-content-icon img {
  height: 70px;
}
.experience__item-content-text h6{
  font-size: 18px;
  padding-bottom: 0px;
}
.experience__item-content-text h2{
  font-size: 30px;
  padding-top: 5px;
}
.experience__item-content {
  gap: 8px;
}
.btn-href{
  margin-top: 5px;
}
.topbar::after{
  display: none;
}
}
.btn-href2{
  background-color: #fe6501;
  border: 1px solid #fe6501;
}
.btn-href2:hover{
  background-color: #00cafc !important;
  border: 1px solid #00cafc !important;
}
.our-projects{
  padding: 80px 0;
}
.gallery-box h5{
  background: #fe6501;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: -10px;
  position: relative;
  z-index: 9999 !important;
}
.our-projects .ed-section-title{
  margin-bottom: 20px;
}

@media screen and (max-width:767px){
  .our-projects {
  padding: 30px 0 40px;
}
.gallery-box{
  margin-bottom: 20px;
}
}


.page-title-section {
  padding:70px 0 70px;position: relative;background-image: url('../images/experience-bg.webp');
  text-align:center
}
.page-title-section h1 {
  font-size:50px;
  font-weight:700;
  line-height:1;
  color:#ffffff;
  margin-bottom:30px
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding:140px 0
  }
  .page-title-section h1 {
    font-size:44px;
    margin-bottom:25px
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding:130px 0
  }
  .page-title-section h1 {
    font-size:40px
  }
}
@media screen and (max-width: 767px) {
  .page-title-section {
    padding:120px 0
  }#servicepage {
  padding: 20px 0 34px;
}.page-title-section h1 {
    font-size:36px
  }
  .page-title-section ul li a,
  .page-title-section ul li:after {
    font-size:15px
  }
  .breadcrumb ul {
    line-height:25px
  }
}
@media screen and (max-width: 575px) {
  .page-title-section {
    padding:110px 0
  }
  .page-title-section h1 {
    font-size:32px
  }
}.breadcrumb {
  list-style:none;
  display:inline-block;
  position:relative;
  text-align:center;
  max-width:420px;
  margin:0 0 auto 0;
  background: linear-gradient(to right, #ff9f60, #6fe3ff);
  color:#ffffff;
  text-transform:uppercase;
  font-size:15px;
  font-weight:600;
  border-radius:10px;
  padding:8px 40px;
}
.right54{
  left: 30% !important;
  top: 128px;
}
.left54{
  right: 30% !important;
  top: 128px;
}
.breadcrumb span {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  background:#ffffff;
  left:20px;
  border-radius:50%;
  z-index:1
}
.breadcrumb span.right-dot {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  background:#ffffff;
  left:auto;
  right:20px;
  border-radius:50%;
  z-index:1
}
.breadcrumb ul {
  margin:0;
  padding:0;
  line-height:30px
}
.breadcrumb ul li {
  display:inline-block
}
.breadcrumb ul li:after {
  content:'\f105';
  font-weight:700;
  color:#000;
  font-size:16px;
  font-family:Font Awesome\ 5 Free;
  padding:0 5px 0 10px
}
.breadcrumb ul li:last-child:after {
  content:none
}
.breadcrumb ul li a {
  color:#000;
  font-size:16px;
  font-weight:500;
  text-transform:capitalize
}.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;position: absolute !important;
  left: 60px;
}@keyframes LeftRight {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(30px, 0)
  }
  100% {
    transform:translate(0px, 0px)
  }
}.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;position: absolute !important;
  z-index: 3 !important;
  right: 40px;
  background: #b0c705 !important;
}.bg-secondary {
  background-color: #efb443 !important;
}@keyframes TopBottom {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(0, 30px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}

  .page-title-section::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #000000cf;
  }
.ourservicepage .work-process-one__col{
  margin-bottom: 40px;
}
.ourservicepage{
  padding-bottom: 40px;
}

.aboutpage .about-us__text-2 {
  font-size: 17px;
  line-height: 32px;
}
.aboutpage{
  padding: 80px 0 40px;
}

@media screen and (max-width:1600px){
  .work-process-one__col__text{
    font-size: 15px;
  }
  .work-process-one__col{
    padding: 41px 15px 25px 15px;
  }
}

@media screen and (max-width:767px){
  .ourservicepage .work-process-one__col {
  margin-bottom: 20px;
}.ourservicepage {
  padding-bottom: 16px;
}
.work-process-one__col{
  padding: 20px 20px 15px 20px;
}
.work-process-one__col__text {
  font-size: 15px;
}
.work-process-one__col__title{
  margin-bottom: 4px;
}
.work-process-one__col__circlewrap{
  margin-bottom: 14px;
}  .page-title-section {
    padding: 35px 0;
  }
  .breadcrumb{
    padding: 4px 20px;
  }  .page-title-section h1 {
    margin-bottom: 15px;
  }
}



.service-block{
  position:relative;
  margin-bottom:30px;
}

.service-block .inner-box{
  position:relative;
  text-align:center;
  margin-left:20px;
  padding:30px 30px 10px;
  background-color:#ffffff;
  margin-top: 20px;
  box-shadow:0px 5px 25px rgba(0,0,0,0.30);
}

.service-block .inner-box .line-one{
  position:absolute;
  right:20px;
  top:0px;
  width:10px;
  height:100px;
  background-color:#00cbfd;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-one{
  height:70px;
}

.service-block .inner-box .line-two{
  position:absolute;
  right:40px;
  top:0px;
  width:6px;
  height:70px;
  background-color:#fe6501;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-two{
  height:100px;
}

.service-block .inner-box:before{
  position:absolute;
  content:'';
  left:-20px;
  top:-20px;
  width:105px;
  height:105px;
  z-index:-1;
  background:url(images/pattern-1.png) no-repeat;
}

.service-block.style-two .inner-box:before{
  position:absolute;
  content:'';
  left:-20px;
  top:-20px;
  width:270px;
  height:270px;
  background:url(images/pattern-2.png) no-repeat;
}

.service-block .inner-box .icon-box{
  position:relative;
  padding-top:5px;
  text-align:center;
  margin-bottom:25px;
  display:inline-block;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
}

.service-block .inner-box:hover .icon-box{
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box .icon-box:before{
  position:absolute;
  content:'';
  left:-26px;
  top:0px;
  width: 140px;
  height: 130px;
  background-color:#f6f6f6;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.service-block .inner-box:hover .icon-box:before{
  background-color:#00cbfd17;
}
.service-block .icon img{
  height: 80px;
  margin-left: 6px;
  margin-top: 20px;
}
 .inner-box .icon-box .icon{
  position:relative;
  font-size:80px;
  color:#fd5d14;
  line-height:1em;
}

.service-block .inner-box h4{
font-size: 34px;
  font-family: 'Frank_Ruhl_Libre';
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

.service-block .inner-box h4 a{
  position:relative;
  color:#002155;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.service-block .inner-box h4 a:hover{
  color:#fd5d14;
}

.service-block .inner-box .text{
 font-size: 15px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px !important;
  padding-left: 30px;
  line-height: 1.5;
}

.service-block .inner-box .read-more{
  position:relative;
  color:#fd5d14;
  font-size:18px;
  font-weight:700;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.service-block .inner-box .read-more .arrow{
  position:relative;
  color:#002155;
}

.service-block .inner-box .read-more:hover{
  color:#002155;
}

.visionandmission{
  padding-bottom: 60px;
}
.projectpages .gallery-box{
  margin-bottom: 30px;
}
.box-cards {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 15px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}.box-cards{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 15px;
  overflow: hidden;
 border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.box-cards  ul {
  padding: 0;
  margin: 0;
}
.box-cards ul li {
  list-style: none;
  margin-bottom: 15px;
}
.box-cards ul li a {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
}
.box-cards ul li i {
  padding-right: 10px;
  color: #fe6501 !important;
}
.contactus{
  padding: 70px 0;
}
.contactus .form-control{
  margin-bottom: 10px;
}
.contactus .sec-title2{
  font-size: 30px;
  margin-bottom: 20px;
}
.contactus .btn{
  background: #fe6501;
  color: #fff;
  border: 1px solid #fe6501;
  margin-top: 15px;
  transition: 0.5s ease;
  margin-bottom: 15px;
}
.contactus .btn:hover{
  background: #fff;
  color: #fe6501;
  border: 1px solid #fe6501;
  margin-top: 15px;
  transition: 0.5s ease;
}
.contactus textarea{
    height: 135px;
}
.contactus iframe{
  margin-bottom: 50px;
}
.projectpages{
  padding-bottom: 50px;
}
@media screen and (max-width:767px){
  .aboutpage {
  padding: 30px 0 5px;
}.projectpages .gallery-box{
  margin-bottom: 20px;
}
.footer-widget-contact ul li a{
  font-size: 15px;
}
.service-block .inner-box{
  padding: 20px 20px 10px;
}
.service-block .inner-box .text{
  padding-left: 0;
}
.visionandmission {
  padding-bottom: 8px;
}
.aboutpage .about-us__text-2 {
  font-size: 15px;
  line-height: 28px;
}
.contactus {
  padding: 35px 0;
}
.box-cards{
  padding: 20px 30px 15px;
}
.contactus .sec-title2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.box-cards ul li{
  margin-bottom: 10px;
}
.contactus iframe{
  margin: 30px 0 !important;
}
.footer-widget-contact i{
  margin-top: 6px;
}.projectpages {
  padding-bottom: 15px;
}.service-block .inner-box h4 {
  font-size: 29px;
  margin-bottom: 10px;
  margin-top: 16px;
}.service-block .icon img {
  height: 50px;
  margin-left: -1px;
  margin-top: 10px;
}
	.service-block .inner-box{
		margin-left: 0;
	}
	.service-block .inner-box .icon-box::before {
  left: -24px;
  top: 16px;
  width: 100px;
  height: 90px;
	}
	.service-block .inner-box{
margin-top: 0;
	}
	.visionandmission{
margin-top:20px;
	}
	.work-process-one__col__icon {
  width: 80px;
  height: 80px;
	}
	.work-process-one__col__circlewrap {
  width: 100px;
  height: 100px;
	}
}
.why-us{
  padding: 70px 0 60px;
  background-color: #eafbff !important;
}

.why-us ul{
  padding-left: 15px;
  margin:0;
}
.why-us ul li
{
  font-size: 18px;list-style: disclosure-closed;
  line-height: 34px;
  margin-bottom: 6px;
}
.why-us .col-ks{
  padding-right: 150px;
}
.why-us .ed-section-title {
  color: #fe6501;
}
.serving{
  padding: 70px 0 50px;
  background-color: #fff !important;
}
.serving .gallery-box h5{
  width: 80%;
  margin-left: 10%;
  margin-top: -24px;
  background: #fe6501;
  margin-bottom: 40px;
}
.serving .row{
  justify-content: center;
}
.ourclients{
  padding: 70px 0 50px;
  background-color: #eafbff !important;
}
.clientbox{
  background: #fff !important;
  margin-bottom: 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.02), 0 10px 10px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width:1600px){
  .why-us .col-ks {
  padding-right: 80px;
}
}
@media screen and (max-width:1500px){
  .why-us .col-ks {
  padding-right: 25px;
}
}
@media screen and (max-width:1199px){
  .why-us .ed-section-title {
  font-size: 35px;
}
.why-us ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 3px;
}
}
.why-us{
  overflow: hidden;
}
@media screen and (max-width:767px){
 .why-us img {
    width: 70%;
  margin-left: 15%;
  margin-bottom: 30px;
  }
  .why-us {
  padding: 28px 0 23px;
}
.why-us .ed-section-title{
  font-size: 28px !important;
}
.serving{
  padding: 40px 0 20px;
  background-color: #eafbff !important;
}
.serving .gallery-box h5{
  margin-bottom: 20px;
}
.ourclients {
  padding: 35px 0 20px;
}
}