@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,100;1,300;1,400;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,400;1,200;1,400&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-family: "Titillium Web", sans-serif;
}

h1 {
  font-size: 38px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

/**---Variable---**/
/**---Variable---**/
body {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}

.text-color-white {
  color: #fff !important;
}

.text-color-black {
  color: #000 !important;
}

.text-color-theme {
  color: #0b185f !important;
}

.text-pra {
  color: #555 !important;
}

.theme1 {
  color: #86cf3b !important;
}

.theme2 {
  color: #ffb400 !important;
}

.theme3 {
  color: #47a1f2 !important;
}

.theme4 {
  color: #ff739c !important;
}

.theme5 {
  color: #d26dfb !important;
}

.theme6 {
  color: #00c08c !important;
}

.theme7 {
  color: #009cff !important;
}

.bg-one {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%) !important;
  box-shadow: 0px 8px 30px 0px rgba(38, 204, 133, 0.36) !important;
}

.bg-two {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(255, 114, 58, 0.36) !important;
}

.bg-three {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(233, 89, 197, 0.36) !important;
}

.bg-four {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(1, 203, 173, 0.36) !important;
}

.bg-five {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
  box-shadow: 4.659px 17.387px 24px 0px rgba(95, 81, 181, 0.36) !important;
}

.bg-six {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%) !important;
  box-shadow: 0px 18px 24px 0px rgba(248, 118, 158, 0.36) !important;
}

.bg-seven {
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}

.bg-eight {
  border-radius: 28px !important;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
  box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36) !important;
}

.bg-nine {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
}

.bg-ten {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
}

.bg-11 {
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}

.bg-b1 {
  background-image: -webkit-linear-gradient(90deg, rgb(255, 217, 253) 0%, rgb(202, 243, 255) 100%);
}

.bg-b2 {
  background-image: -webkit-linear-gradient(90deg, rgb(215, 238, 255) 0%, rgb(255, 231, 225) 100%);
}

.bg-b3 {
  background-image: -webkit-linear-gradient(90deg, rgb(234, 232, 255) 0%, rgb(255, 237, 214) 100%);
}

.bg-b4 {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
}

.bg-5 {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%);
}

.bg-6 {
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%);
}

.bg-7 {
  background-color: rgb(239, 255, 251);
}

.bg-8 {
  background-color: rgb(240, 243, 255);
}

.bg-9 {
  background-color: rgb(255, 247, 240);
}

.s1 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(38, 204, 133, 0.2) !important;
}

.s2 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(255, 180, 0, 0.2) !important;
}

.s3 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(71, 161, 242, 0.2) !important;
}

.borderf-top {
  border: 1px solid #8864fa !important;
}

.border-f2 {
  border-top: 1px solid #1c1d46 !important;
}

.border-f3 {
  border-top: 1px solid #3a59fb !important;
}

.border-f4 {
  border-top: 1px solid #1c1d46 !important;
}

.menu-border-2 {
  border-bottom: 1px solid #0e1c61 !important;
}

.menu-border-3 {
  border-bottom: 1px solid #687afc !important;
}

.menu-border-4 {
  border-bottom: 1px solid #f7f7f7 !important;
}

.menu-border-5 {
  border-bottom: 1px solid #f7f7f7 !important;
}
.menu-border-7 {
  border-bottom: 1px solid #b85fef  !important;
}
.iconbg1 {
  background: #64ce56 !important;
}

.iconbg2 {
  background: #ff6565 !important;
}

.iconbg3 {
  background: #ffb400 !important;
}

.iconbg4 {
  background: #47a1f2 !important;
}

.custom-btn {
  border-radius: 100px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  padding: 15px 30px;
  margin-right: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.custom-btn i {
  padding-left: 8px;
  font-size: 16px;
}

.custom-btn-two {
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.custom-btn-two i {
  padding-left: 8px;
  font-size: 16px;
}

.image_w_f img {
  width: 100%;
}

/*--??/Responsive/??--*/
@media screen and (max-width: 1366px) {
  .banner-shape {
    position: absolute;
    bottom: 0;
    right: -9px;
    display: none;
  }
  .banner-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 991px) {
  .banner-thumb {
    margin: 40px auto 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .banner-content {
    max-width: 600px;
    padding: 0 20px;
  }
  .banner-content .banner-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 18px;
    color: #fff;
  }
  .banner-content .banner-button-area {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
  }
  .banner-content .banner-button-area .custom-btn {
    margin-bottom: 10px;
  }
}
/*/------------------------Section-Header-------------------------/*/
/*/------------------------Overflow-Header-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
.banner-section,
.feature-section,
.service-section,
.gallery-section,
.choose-section,
.team-section,
.client-section,
.pricing-section,
.work-section,
.blog-section,
.footer-section,
.domain-section,
.global-section,
.customar-section,
.user-section,
.newsletter,
.manesment-section,
.sponsor-section,
.video-section,
.risk-manesment,
.team-single,
.shop-section,
.cart-section,
.contact-section,
.error-section,
.screenshoot-section {
  overflow: hidden;
}

/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Section-Header-------------------------/*/
.section-header .header-content {
  max-width: 500px;
}
.section-header .header-content .section-title {
  color: #f08e25;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-header .header-content .section-sub {
  color: #0b185f;
  font-size: 36px;
  font-weight: 800 !important;
}
.section-header .header-content p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
}

.section-center {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 500px;
}

@media screen and (max-width: 575px) {
  .section-header .header-content {
    max-width: 500px;
  }
  .section-header .header-content .section-title {
    color: #f08e25;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .section-header .header-content .section-sub {
    color: #0b185f;
    font-size: 32px;
  }
  .section-header .header-content p {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
  }
}
@media screen and (max-width: 490px) {
  .section-header .header-content {
    max-width: 500px;
  }
  .section-header .header-content .section-title {
    color: #f08e25;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .section-header .header-content .section-sub {
    color: #0b185f;
    font-size: 26px;
  }
  .section-header .header-content p {
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
  }
}
/*/------------------------Section-Header-------------------------/*/

/*/------------------------Banner Section-------------------------/*/
.banner-section {
  background: url(../../assets/images3/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}

.banner-six {
  background: url(../../assets/images3/banner/banner6.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.banner-six::before {
  display: none;
}
.banner-seven {
  background: url(../../assets/images3/banner/banner7.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.s3-shape {
  position: absolute;
  top: 0;
  left: 0;
  animation: zoominout 10s infinite;
  animation-delay: 2s;
}

@keyframes zoominout {
  50% {
    transform: scale(1.2);
  }
}
.s4-shape {
  position: absolute;
  top: 0;
  right: 0;
  animation: zoominout 6s infinite;
  animation-delay: 2s;
}

.banner-shape {
  position: absolute;
  bottom: 0;
  right: -9px;
}
.banner-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.banner-content .banner-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.banner-content .banner-button-area {
  margin-top: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-content .banner-button-area .custom-btn {
  display: block;
}

.banner-thumb {
  position: relative;
  margin-bottom: -46px;
  z-index: 1;
}

.s1-shape {
  position: absolute;
  top: 30px;
  left: -145px;
}

.s2-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .s1-shape {
    position: absolute;
    top: 30px;
    left: -145px;
    display: none;
  }
  .s2-shape {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .banner-title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 400px) {
  .banner-content .banner-title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
  }
}
/*/------------------------Banner Section-------------------------/*/
/*/------------------------Banner-style-two Section-------------------------/*/
.banner-section.banner-style-two {
  background: url(../../assets/images1/banner/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section.banner-style-two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.49);
}
.banner-section.banner-style-two .menu-flex-area {
  border: none;
}
.banner-section.banner-style-two .banner-thumb {
  max-width: 570px;
  margin-bottom: 0;
  position: relative;
}
.banner-section.banner-style-two .banner-thumb img {
  width: 100%;
  height: 100%;
}
.banner-section.banner-style-two .banner-thumb .b-t-price {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 23px;
  left: 20px;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .price {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .price span {
  font-size: 18px;
  display: block;
}
.banner-section.banner-style-two .banner-content .ban-sub {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.banner-section.banner-style-two .banner-content ul li {
  color: #fff;
}
.banner-section.banner-style-two .banner-content ul li i {
  color: #ffcf34;
  margin-right: 8px;
}
.banner-section.banner-style-two .banner-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.banner-section.banner-style-two .banner-content .banner-button-area .play-btn img {
  margin-right: 10px;
}
.banner-section.banner-style-two .banner-content .banner-button-area .play-btn p {
  width: 100px;
  width: 147px;
  margin-bottom: 0;
}

@media screen and (max-width: 400px) {
  .banner-section.banner-style-two {
    background: url(../../assets/images1/banner/banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .banner-section.banner-style-two .banner-content .ban-sub {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }
}
/*/------------------------Banner-style-two Section-------------------------/*/
/*/------------------------Banner-style-three Section-------------------------/*/
.banner-section.banner-style-three {
  background: url(../../assets/images1/banner/banner-bg1.png) no-repeat center center;
  background-size: cover;
}
.banner-section.banner-style-three .banner-thumb {
  margin-bottom: 0;
  max-width: 754px;
}
.banner-section.banner-style-three .banner-thumb img {
  width: 100%;
  height: 100%;
}

/*/------------------------Banner-style-three Section-------------------------/*/
/*/------------------------Banner-style-four Section-------------------------/*/
.banner-section.banner-style-four {
  background: #fffcf8;
  overflow: hidden;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn {
  border-radius: 4px;
  padding: 9px 20px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn i {
  font-size: 36px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn .cont span {
  font-size: 14px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn .cont .google {
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.banner-section.banner-style-four .banner-thumb {
  max-width: 400px;
}
.banner-section.banner-style-four .banner-thumb img {
  width: 100%;
  height: 100%;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape1 {
  position: absolute;
  top: 13%;
  left: -25%;
  animation: btb 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape2 {
  position: absolute;
  top: 61%;
  left: -25%;
  animation: btb3 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape3 {
  position: absolute;
  top: 6%;
  right: -23%;
  animation: btb3 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape4 {
  position: absolute;
  top: 51%;
  right: -25%;
  animation: btb 2s linear infinite;
  animation-delay: 2s;
}

.banner-style-four-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-style-four-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@keyframes btb {
  50% {
    transform: translateX(20px);
  }
}
@keyframes btb3 {
  50% {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 767px) {
  .banner-section.banner-style-four .banner-thumb {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .b-four-thumb-shape1,
  .b-four-thumb-shape2,
  .b-four-thumb-shape3,
  .b-four-thumb-shape4 {
    display: none;
  }
}
/*/------------------------Banner-style-four Section-------------------------/*/
/*/------------------------Banner-style-five Section-------------------------/*/
.banner-section.banner-style-five {
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.banner-section.banner-style-five .banner-content .sub {
  font-size: 20px;
  font-weight: 500;
  color: #f08e25;
  margin-bottom: 15px;
  display: block;
}
.banner-section.banner-style-five .banner-thumb {
  max-width: 752px;
}
.banner-section.banner-style-five .banner-thumb img {
  width: 100%;
  height: 100%;
}

.bann-five-shape {
  position: absolute;
  bottom: 0;
  left: 250px;
  animation: zoominout 10s infinite;
}

@media screen and (max-width: 767px) {
  .banner-section.banner-style-five .banner-thumb {
    max-width: 752px;
    margin-top: 30px;
  }
}
/*/------------------------Banner-style-five Section-------------------------/*/
/*/------------------------Breadcrumdbanner-one Section-------------------------/*/
.banner-section.breadcrumd-banner-one {
  background: url(../../assets/images1/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one {
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .banner-section.breadcrumd-banner-one {
    background: url(../../assets/images1/banner/banner3.jpg) no-repeat center center;
    background-size: cover;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one .title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one p {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
  }
}
/*/------------------------Breadcrumdbanner-one Section-------------------------/*/
/*/------------------------Breadcrumdbanner-two Section-------------------------/*/
.banner-section.breadcrumb-banner-two {
  background: #fffcf8;
}
.banner-section.breadcrumb-banner-two .breadcrumd-content-one .title {
  color: #0b185f;
}
.banner-section.breadcrumb-banner-two .breadcrumd-content-one p {
  color: #555555;
}

/*/------------------------Breadcrumdbanner-two Section-------------------------/*/
/*/------------------------sponsor Section-------------------------/*/
.sponsor-wrapper .sponsor-items {
  width: 82px;
  height: 100px;
}
.sponsor-wrapper .sponsor-items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*/------------------------sponsor Section-------------------------/*/
/*/------------------------Domain Section-------------------------/*/
.domain-section {
  background: url(../../assets/images1/domain/domain.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.domain-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(214, 183, 99, 0.05);
}
.domain-section .section-header {
  position: relative;
}

.domain-custom-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.domain-custom-wrapper input {
  width: 90%;
  height: 60px;
  border: none;
  text-align: center;
  position: relative;
  outline: none;
}
.domain-custom-wrapper .domain-btn {
  position: absolute;
  top: 4px;
  left: 6px;
  height: 50px;
  text-align: center;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.domain-custom-wrapper .domain-btn .form-select-lg {
  background: none;
  border: none;
  padding: 10px 60px;
  color: #fff;
}
.domain-custom-wrapper .domain-btn .form-select-lg option {
  background: #f08e25;
}
.domain-custom-wrapper .form-control:focus {
  border: none;
}
.domain-custom-wrapper .domain-search {
  width: 10%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-left: 1px solid rgba(212, 202, 202, 0.9);
}
.domain-custom-wrapper .domain-search a i {
  color: #0b185f;
}

.domain-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-around;
}
.domain-name li {
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  font-weight: 800;
  font-size: 17px;
  color: #000;
  margin-left: 42px;
}
.domain-name li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #86cf3b;
  border-radius: 50%;
}
.domain-name li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #f08e25;
  border-radius: 50%;
}
.domain-name li:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #47a1f2;
  border-radius: 50%;
}
.domain-name li:nth-child(4)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #e85aca;
  border-radius: 50%;
}
.domain-name li:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #c060f4;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .domain-custom-wrapper input {
    width: 80%;
  }
  .domain-custom-wrapper .domain-search {
    width: 20%;
  }
  .domain-custom-wrapper .domain-btn {
    position: absolute;
    top: 100%;
    left: 6px;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    background-image: -webkit-linear-gradient(145deg, #ff4f58 0%, #ffb400 100%);
  }
  .domain-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 110px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
/*/------------------------Domain Section-------------------------/*/
/*/------------------------Feature Section-------------------------/*/
.cover-btn {
  text-align: center;
  margin: 50px auto 0 auto;
}

.feature-items {
  text-align: center;
  margin: 0 auto;
  padding: 60px 30px;
  border-radius: 12px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 0px rgba(0, 12, 32, 0.05);
  transition: all 0.4s;
}
.feature-items .feature-shapebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 249px;
  height: 249px;
}
.feature-items .feature-shapebg img {
  width: 100%;
  height: 100%;
}
.feature-items .feature-shape {
  position: absolute;
  top: 39px;
  left: 35px;
}
.feature-items:hover {
  transform: scale(1.1);
}
.feature-items .feature-thumb {
  border-radius: 50%;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  box-shadow: 0px 8px 30px 0px rgba(38, 204, 133, 0.36);
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.feature-items .feature-thumb .thumb {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  line-height: 70px;
}
.feature-items .feature-thumb .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-items .feature-content .title,
.feature-items .feature-content .title2,
.feature-items .feature-content .title3,
.feature-items .feature-content .title4 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}
.feature-items .feature-content .title a,
.feature-items .feature-content .title2 a,
.feature-items .feature-content .title3 a,
.feature-items .feature-content .title4 a {
  color: #0b185f;
}
.feature-items .feature-content .title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}
.feature-items .feature-content .title2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.feature-items .feature-content .title3::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
}
.feature-items .feature-content .title4::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
}
.feature-items .feature-content .title a {
  color: #0b185f;
  font-size: 24px;
}

@media screen and (max-width: 420px) {
  .feature-section.host-section .host-itmes {
    padding: 60px 15px !important;
    text-align: left;
    border-bottom: 5px solid #fff;
  }
}
/*/------------------------Feature Section-------------------------/*/
/*/------------------------Feature-Style-two Section-------------------------/*/
.feature-section.feature-style-two .feature-items .feature-thumb {
  border-radius: 4px;
}

/*/------------------------Feature-Style-two Section-------------------------/*/
/*/------------------------Feature-Style-three Section-------------------------/*/
.feature-section.feature-style-three .feature-items {
  border-bottom: 0 !important;
  position: relative;
}
.feature-section.feature-style-three .feature-items .feature-thumb {
  border-radius: 50% !important;
}
.feature-section.feature-style-three .feature-items .storke {
  color: transparent;
  -webkit-text-stroke: 1px #86cf3b;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke2 {
  color: transparent;
  -webkit-text-stroke: 1px #ffa50d;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke3 {
  color: transparent;
  -webkit-text-stroke: 1px #3fa6ea;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke4 {
  color: transparent;
  -webkit-text-stroke: 1px #ed57af;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke5 {
  color: transparent;
  -webkit-text-stroke: 1px #6652b9;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke6 {
  color: transparent;
  -webkit-text-stroke: 1px #c15df2;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke,
.feature-section.feature-style-three .feature-items .storke1,
.feature-section.feature-style-three .feature-items .storke2,
.feature-section.feature-style-three .feature-items .storke3,
.feature-section.feature-style-three .feature-items .storke4,
.feature-section.feature-style-three .feature-items .storke5,
.feature-section.feature-style-three .feature-items .storke6 {
  position: absolute;
  top: 16%;
  right: 12%;
}

/*/------------------------Feature-Style-three Section-------------------------/*/
/*/------------------------Host-style-five Section-------------------------/*/
.feature-section.host-style-five .feature-items {
  text-align: center !important;
  margin: 0 auto !important;
}
.feature-section.host-style-five .feature-items .feature-thumb {
  border-radius: 50% !important;
  margin: 0 auto 20px !important;
}

/*/------------------------Host-style-five Section-------------------------/*/
/*/------------------------Manesment Section-------------------------/*/
.manesment-section {
  overflow: hidden;
}

.section-bg {
  background: #fffeef !important;
}

.section-bg2 {
  background: #ffffff !important;
}

.section-bg3 {
  background: #effff8 !important;
}

.section-bg4 {
  background: #fafbff !important;
}

.section-bg5 {
  background: #fff !important;
}

.section-bg6 {
  background: #fffceb !important;
}

.manesment-thumb {
  max-width: 736px;
}
.manesment-thumb img {
  width: 100%;
  height: 100%;
}

.manesment-content {
  margin-top: 30px;
}
.manesment-content .manesment-tabing {
  margin-top: 33px;
}
.manesment-content .manesment-tabing .accordion-item {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
  border: none;
  margin-top: 10px;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button {
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #0b185f;
  background: #fff;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button .thumb {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0b185f;
  background-color: #fff;
  box-shadow: none;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.manesment-content .manesment-tabing .accordion-item .accordion-body {
  padding-left: 70px;
  padding-top: 0px;
}

@media screen and (max-width: 350px) {
  .manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button .thumb {
    margin-right: 10px;
    width: 44px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
  }
}
/*/------------------------Manesment Section-------------------------/*/
/*/------------------------RiskManesment Section-------------------------/*/
.risk-manesment-items {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.risk-manesment-items .risk-manesment-tumb {
  margin-right: 15px;
  max-width: 260px;
}
.risk-manesment-items .risk-manesment-tumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.risk-manesment-items .risk-manesment-content {
  width: 60%;
  padding: 15px 21px;
}
.risk-manesment-items .risk-manesment-content .title {
  color: #0b185f;
  margin-bottom: 15px;
}
.risk-manesment-items .risk-manesment-content p {
  color: #555555;
  font-size: 18px;
}
.risk-manesment-items .risk-manesment-content .risk-btn {
  color: #f08e25;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .risk-manesment-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  }
  .risk-manesment-items .risk-manesment-tumb {
    margin-right: 15px;
    max-width: 260px;
  }
  .risk-manesment-items .risk-manesment-tumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .risk-manesment-items .risk-manesment-content {
    width: 100%;
    padding: 15px 21px;
  }
  .risk-manesment-items .risk-manesment-content .title {
    color: #0b185f;
    margin-bottom: 15px;
  }
  .risk-manesment-items .risk-manesment-content p {
    color: #555555;
    font-size: 18px;
  }
  .risk-manesment-items .risk-manesment-content .risk-btn {
    color: #f08e25;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
/*/------------------------RiskManesment Section-------------------------/*/
/*/------------------------Global Section-------------------------/*/
.global-section {
  background: #fefff1;
}

.global-content .team-a li {
  margin-bottom: 10px;
}
.global-content .team-a li img {
  margin-right: 9px;
}

.global-thumb {
  max-width: 770px;
}
.global-thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .global-thumb {
    max-width: 770px;
    margin-top: 40px;
    width: 100%;
    height: 100%;
  }
}
/*/------------------------Global Section-------------------------/*/
/*/------------------------Host Section-------------------------/*/
.feature-section.host-section .host-itmes {
  padding: 60px 55px;
  text-align: left;
  border-bottom: 5px solid #fff;
}
.feature-section.host-section .host-itmes .feature-thumb {
  border-radius: 4px;
  margin: 0 0 auto 0;
  margin-bottom: 17px;
}
.feature-section.host-section .host-itmes .feature-content .f-title {
  margin-bottom: 15px;
}
.feature-section.host-section .host-itmes .feature-content .f-title a {
  color: #000;
}
.feature-section.host-section .host-itmes:hover {
  border-bottom: 5px solid #86cf3b;
}
.feature-section.host-section .hover-two:hover {
  border-bottom: 5px solid #ffb003;
}
.feature-section.host-section .hover-three:hover {
  border-bottom: 5px solid #47a1f2;
}
.feature-section.host-section .hover-four:hover {
  border-bottom: 5px solid #e959c3;
}
.feature-section.host-section .hover-five:hover {
  border-bottom: 5px solid #6151b6;
}
.feature-section.host-section .hover-six:hover {
  border-bottom: 5px solid #bb5cfa;
}
.feature-section.host-section .hover-seven:hover {
  border-bottom: 5px solid #e959c5;
}
.feature-section.host-section .hover-eight:hover {
  border-bottom: 5px solid #ff6247;
}

/*/------------------------Host Section-------------------------/*/
/*/------------------------Customar Section-------------------------/*/
.customar-section {
  background: #fffdf6;
  overflow: hidden;
}

.map-image {
  position: relative;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}
.map-image img {
  width: 100%;
  height: 100%;
}

.image-effect-one {
  position: absolute;
  top: 0px;
  left: 40%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}
.image-effect-one .avtive-popup {
  background: #fff;
  opacity: 1 !important;
  transform: scale(1) !important;
}

@keyframes zmin {}
.image-effect-two {
  position: absolute;
  top: 112px;
  left: 15%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-three {
  position: absolute;
  left: 29%;
  bottom: 112px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-four {
  position: absolute;
  right: 18%;
  top: 102px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-five {
  position: absolute;
  left: 55%;
  top: 49%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-six {
  position: absolute;
  right: 16%;
  bottom: 96px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-one .popup-area,
.image-effect-two .popup-area,
.image-effect-three .popup-area,
.image-effect-four .popup-area,
.image-effect-five .popup-area,
.image-effect-six .popup-area {
  transform: scale(0);
  opacity: 0;
  position: absolute;
  top: 46px;
  transition: all 0.4s;
  left: -131px;
  z-index: 1;
  width: 350px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
}
.image-effect-one .popup-area .designation,
.image-effect-two .popup-area .designation,
.image-effect-three .popup-area .designation,
.image-effect-four .popup-area .designation,
.image-effect-five .popup-area .designation,
.image-effect-six .popup-area .designation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-effect-one .popup-area .designation .name,
.image-effect-two .popup-area .designation .name,
.image-effect-three .popup-area .designation .name,
.image-effect-four .popup-area .designation .name,
.image-effect-five .popup-area .designation .name,
.image-effect-six .popup-area .designation .name {
  font-size: 16px;
  font-weight: 600;
}
.image-effect-one .popup-area .designation .name span,
.image-effect-two .popup-area .designation .name span,
.image-effect-three .popup-area .designation .name span,
.image-effect-four .popup-area .designation .name span,
.image-effect-five .popup-area .designation .name span,
.image-effect-six .popup-area .designation .name span {
  font-size: 14px;
  color: #555555;
}
.image-effect-one .popup-area .designation .star span i,
.image-effect-two .popup-area .designation .star span i,
.image-effect-three .popup-area .designation .star span i,
.image-effect-four .popup-area .designation .star span i,
.image-effect-five .popup-area .designation .star span i,
.image-effect-six .popup-area .designation .star span i {
  font-size: 14px;
  color: #ffcf34;
}
.image-effect-one .popup-area::before,
.image-effect-two .popup-area::before,
.image-effect-three .popup-area::before,
.image-effect-four .popup-area::before,
.image-effect-five .popup-area::before,
.image-effect-six .popup-area::before {
  position: absolute;
  z-index: -1;
  transform: rotate(90deg);
  content: "";
  border-style: solid;
  left: 150px;
  top: -14px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff;
}
.image-effect-one:hover .popup-area,
.image-effect-two:hover .popup-area,
.image-effect-three:hover .popup-area,
.image-effect-four:hover .popup-area,
.image-effect-five:hover .popup-area,
.image-effect-six:hover .popup-area {
  background: #fff;
  opacity: 1;
  transform: scale(1);
  top: 56px;
}

.image-effect-one:hover .popup-area {
  display: none;
}

@media screen and (max-width: 1199px) {
  .image-effect-one {
    position: absolute;
    display: none;
    top: 0px;
    left: 40%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .avtive-popup {
    background: #fff;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
  .image-effect-two {
    position: absolute;
    top: 10%;
    left: 19%;
  }
  .image-effect-four {
    position: absolute;
    right: 25%;
    top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .map-image {
    position: relative;
    text-align: center;
    max-width: 1170px;
    min-height: 1400px;
    margin: 270px auto -613px;
  }
  .image-effect-two {
    position: absolute;
    top: -234px;
    left: 50%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-three {
    position: absolute;
    left: 50%;
    bottom: 794px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-four {
    position: absolute;
    right: 40%;
    top: 30px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-five {
    position: absolute;
    left: 50%;
    top: 21%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-six {
    position: absolute;
    display: none;
    left: 50%;
    top: 96px;
    margin-top: 120px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .pop,
  .image-effect-two .pop,
  .image-effect-three .pop,
  .image-effect-four .pop,
  .image-effect-five .pop,
  .image-effect-six .pop {
    background: #fff;
    opacity: 1;
    transform: scale(1);
    top: 56px;
  }
}
@media screen and (max-width: 460px) {
  .map-image {
    position: relative;
    text-align: center;
    max-width: 1170px;
    min-height: 1400px;
    margin: 270px auto -613px;
  }
  .image-effect-two {
    position: absolute;
    top: -234px;
    left: 45%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-three {
    position: absolute;
    left: 45%;
    bottom: 794px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-four {
    position: absolute;
    right: 39%;
    top: 30px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-five {
    position: absolute;
    left: 45%;
    top: 21%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-six {
    position: absolute;
    display: none;
    left: 45%;
    top: 96px;
    margin-top: 120px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .pop,
  .image-effect-two .pop,
  .image-effect-three .pop,
  .image-effect-four .pop,
  .image-effect-five .pop,
  .image-effect-six .pop {
    background: #fff;
    opacity: 1;
    transform: scale(1);
    top: 56px;
    width: 289px;
    padding: 20px 25px;
  }
  .image-effect-one .pop .designation,
  .image-effect-two .pop .designation,
  .image-effect-three .pop .designation,
  .image-effect-four .pop .designation,
  .image-effect-five .pop .designation,
  .image-effect-six .pop .designation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
}
/*/------------------------Customar Section-------------------------/*/
/*/------------------------Service Section-------------------------/*/
.service-section {
  background: #fffceb;
}

.service-items {
  padding: 30px 50px;
  position: relative;
  transition: 0.3s;
}
.service-items .service-thumb {
  margin-bottom: 20px;
}
.service-items .service-content {
  max-width: 340px;
}
.service-items .service-content .title {
  color: #fff;
  margin-bottom: 10px;
}
.service-items .service-content p {
  color: #fff;
}
.service-items .s-shape {
  position: absolute;
  top: 20%;
  left: 50%;
  opacity: 9;
  animation: updownleftright 4s linear infinite;
}
.service-items .s-shape i {
  color: #ccc;
}
.service-items .s-shape img {
  width: 100%;
  height: 100%;
}

@keyframes updownleftright {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 420px) {
  .service-items {
    padding: 30px 15px;
  }
  .service-items .service-content .title {
    color: #fff;
    font-size: 22px;
  }
}
/*/------------------------Service Section-------------------------/*/
/*/------------------------Service-five Section-------------------------/*/
.service-style-four.service-style-five .sercive-four-content-about .custom-btn {
  border-radius: 100px;
}
.service-style-four.service-style-five .service-four-thumb {
  max-width: 690px;
}
.service-style-four.service-style-five .service-four-thumb img {
  width: 100%;
  height: 100%;
}

.service-style-four.service-style-five-one .service-four-thumb {
  max-width: 584px;
}
.service-style-four.service-style-five-one .service-four-thumb img {
  width: 100%;
  height: 100%;
}
.service-style-four.service-style-five-one .service-four-wrapper-four .four-service-items .thumb {
  width: 50px !important;
  height: 50px !important;
}

/*/------------------------Service-five Section-------------------------/*/
/*/------------------------Service-five-two Section-------------------------/*/
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items {
  padding: 30px 40px;
  height: 250px;
}
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .thumb {
  width: 100px;
  height: 95px;
  line-height: 91px;
}
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content {
  width: calc(100% - 100px);
}

@media screen and (max-width: 500px) {
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items {
    padding: 30px 40px;
    height: 350px;
    flex-wrap: wrap;
  }
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .thumb {
    width: 100px;
    height: 95px;
    line-height: 91px;
  }
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content .title {
    font-size: 19px;
  }
}
/*/------------------------Service-five-two Section-------------------------/*/
/*/------------------------Service-style-four Section-------------------------/*/
.service-style-four {
  background: #fffcfa;
  overflow: hidden;
}
.service-style-four .service-four-content {
  position: relative;
  z-index: 999;
}
.service-style-four .service-four-content .service-four-wrapper {
  margin-top: 60px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items {
  background: #fff;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content {
  width: calc(100% - 75px);
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content .title {
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 10px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content p {
  color: #555555;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items:not(:last-child) {
  margin-bottom: 35px;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items {
  background: none;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  padding: 15px 0 !important;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items .thumb {
  width: 45px;
  height: 45px;
  line-height: 48px;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items .thumb i {
  color: #fff;
  font-size: 21px;
}
.service-style-four .bg-img-service {
  background: url(../../assets/images1/feature/shape-bg.png) no-repeat center center;
  background-size: contain;
  max-width: 600px;
  padding: 100px;
}
.service-style-four .bg-img-service .service-four-thumb {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 404px;
  z-index: 5;
}
.service-style-four .bg-img-service .service-four-thumb img {
  width: 100%;
  height: 100%;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle {
  position: absolute;
  top: 129px;
  left: -207px;
  z-index: -1;
  width: 744px;
  animation: handed 18s linear infinite;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle img {
  width: 100%;
  height: 100%;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle-two {
  position: absolute;
  top: 0px;
  left: -207px;
  z-index: -1;
  width: 744px;
  animation: handed 18s linear infinite;
}

.service-style-four-four {
  background: #fff;
}

.sercive-four-content-about .section-header .header-content p {
  font-size: 17px;
  line-height: 1.7;
}
.sercive-four-content-about .custom-btn {
  border-radius: 4px;
}

@keyframes handed {
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 400px) {
  .service-style-four .service-four-content .service-four-wrapper .four-service-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb {
    width: 75px;
    object-fit: contain;
    margin-bottom: 15px;
  }
  .service-style-four .service-four-content .service-four-wrapper .content {
    width: 100% !important;
  }
}
/*/------------------------Service-style-four Section-------------------------/*/
/*/------------------------Service-style-single Section-------------------------/*/
.service-single .services-s-all-service {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.service-single .services-s-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 30px;
}
.service-single .services-s-item a {
  font-size: 18px;
  font-weight: 500;
  color: #0b185f;
  transition: all 0.3s ease-in-out;
}
.service-single .services-s-item a:hover {
  color: #0b185f;
}
.service-single .services-s-item a i {
  padding-right: 5px;
}
.service-single .services-s-item li {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-single .services-s-item li:last-child {
  border-bottom: none;
}

.service-s-about {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.service-s-about .services-s-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-s-about p {
  padding: 25px 30px;
  color: #555555;
  font-size: 17px;
}
.service-s-about .services-thumb {
  max-width: 350px;
  text-align: center;
  margin: 30px;
  background: #f8faff;
}
.service-s-about .services-thumb img {
  width: 100%;
  height: 100%;
}
.service-s-about .services-download-area {
  padding: 25px 30px;
}
.service-s-about .services-download-area h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 30px;
}
.service-s-about .services-download-area .download-pdf {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
}
.service-s-about .services-download-area .download-pdf a {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
  color: #ffcf34 !important;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-pdf i {
  margin-left: 20px;
}
.service-s-about .services-download-area .download-pdf h4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffcf34 !important;
  margin-right: 30px;
}
.service-s-about .services-download-area .download-zip {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
  margin-top: 15px;
}
.service-s-about .services-download-area .download-zip a {
  display: flex;
  padding: 10px 15px;
  color: #0b185f;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-zip h4 {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  margin-right: 30px;
}
.service-s-about .services-download-area .download-zip i {
  margin-left: 20px;
}

.s-contact-info {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.s-contact-info h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info:last-child {
  border: none;
}
.s-contact-info .s-c-info i {
  font-size: 20px;
  color: #0b185f;
  padding-right: 15px;
}
.s-contact-info .s-c-info .c-info-details {
  padding-left: 8px;
}
.s-contact-info .s-c-info .c-info-details h4 {
  color: #0b185f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.s-contact-info .s-c-info .c-info-details h5 {
  font-size: 16px;
  color: #555555;
}

.services-single-right .service-overview .overview-thumb {
  max-width: 860px;
}
.services-single-right .service-overview .overview-thumb img {
  width: 100%;
  height: 100%;
}
.services-single-right .service-overview .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .service-overview .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .services-single-work {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.services-single-right .services-single-work .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .services-single-work .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .services-single-work .services-single-work-thumb {
  margin-left: 20px;
}
.services-single-right .services-single-work .left-thumb {
  margin-right: 20px;
}
.services-single-right .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .space {
  margin-top: 30px;
  margin-bottom: 30px;
}
.services-single-right .service-s-range-area {
  display: flex;
  align-items: center;
}
.services-single-right .service-s-range-area .service-s-range-item {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.services-single-right .service-s-range-area .service-s-range-item .range-thumb {
  width: 100%;
}
.services-single-right .service-s-range-area .service-s-range-item .range-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content {
  padding: 20px 25px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content h3 {
  color: #0b185f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content p {
  font-size: 17px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn {
  font-size: 17px;
  font-weight: 700;
  color: #0b185f;
  display: flex;
  align-items: center;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn i {
  padding-left: 8px;
}
.services-single-right .service-s-range-area .service-s-range-item:not(:last-child) {
  margin-right: 30px;
}
.services-single-right .space2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.services-single-right .leadership-wrapper {
  margin-top: 25px;
}
.services-single-right .leadership-wrapper .leadership-team-area {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-thumb {
  margin-right: 15px;
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 5px;
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-content h5 {
  font-size: 16px;
  color: #555555;
}

.overview-thumb img {
  width: 100%;
  height: 100%;
}

.b-post-form {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.b-post-form .b-post-form-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 30px;
}
.b-post-form .b-post-form-area {
  padding: 20px 10px;
}
.b-post-form .b-post-form-area .q-from form .form-select {
  border: none;
  outline: none;
}
.b-post-form .b-post-form-area .q-from form .form-select option {
  font-size: 14px;
  color: #555555;
}
.b-post-form .b-post-form-area .q-from form input {
  width: 100%;
  border: none;
  outline: none;
  color: #555555;
  font-weight: 500;
  margin-bottom: 15px;
}
.b-post-form .b-post-form-area .q-from form textarea {
  border: none;
  outline: none;
  color: #555555;
}
.b-post-form .b-post-form-area .q-from form button {
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 8px;
}

@media screen and (max-width: 991px) {
  .services-single-right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .services-single-right .services-single-work {
    flex-wrap: wrap;
  }
  .services-single-right .services-single-work .service-overview-content {
    margin-bottom: 20px;
  }
  .services-single-right .services-single-work .left-thumb {
    margin-bottom: 20px;
  }
  .service-s-range-area {
    flex-wrap: wrap;
  }
  .service-s-range-area .service-s-range-item {
    margin-bottom: 20px;
  }
  .service-s-range-area .service-s-range-item:not(:last-child) {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 470px) {
  .services-single-right .services-single-work {
    flex-wrap: wrap;
  }
  .services-single-right .services-single-work .service-overview-content {
    margin-bottom: 20px;
  }
  .services-single-right .services-single-work .services-single-work-thumb {
    max-width: 500px;
  }
  .services-single-right .services-single-work .services-single-work-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-single-right .services-single-work .left-thumb {
    margin-bottom: 20px;
    max-width: 500px;
  }
  .services-single-right .services-single-work .left-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-single-right .service-overview .service-overview-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0b185f;
    margin-bottom: 15px;
  }
  .services-single-right .service-overview .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .services-single-work .service-overview-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0b185f;
    margin-bottom: 15px;
  }
  .services-single-right .services-single-work .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .service-overview-content h3 {
    font-size: 26px;
  }
  .services-single-right .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content h3 {
    color: #0b185f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content p {
    font-size: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn {
    font-size: 15px;
  }
  .s-contact-info h3 {
    font-size: 24px;
  }
  .s-contact-info .s-c-info i {
    font-size: 20px;
  }
  .s-contact-info .s-c-info .c-info-details {
    padding-left: 8px;
  }
  .s-contact-info .s-c-info .c-info-details h4 {
    color: #0b185f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .s-contact-info .s-c-info .c-info-details h5 {
    font-size: 16px;
    color: #555555;
  }
  .b-post-form {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  }
  .b-post-form .b-post-form-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b185f;
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 30px;
  }
  .b-post-form .b-post-form-area {
    padding: 20px 10px;
  }
  .b-post-form .b-post-form-area .q-from form .form-select {
    border: none;
    outline: none;
  }
  .b-post-form .b-post-form-area .q-from form .form-select option {
    font-size: 14px;
    color: #555555;
  }
  .b-post-form .b-post-form-area .q-from form input {
    width: 100%;
    border: none;
    outline: none;
    color: #555555;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .b-post-form .b-post-form-area .q-from form textarea {
    border: none;
    outline: none;
    color: #555555;
  }
  .b-post-form .b-post-form-area .q-from form button {
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 8px;
  }
  .service-s-about .services-download-area .download-pdf i {
    margin-left: 0px;
  }
  .service-s-about .services-download-area .download-pdf h4 {
    margin-right: 0px;
  }
  .service-s-about .services-download-area .download-pdf {
    border-radius: 30px;
    padding: 7px 9px;
  }
  .service-s-about .services-download-area .download-zip a {
    padding: 5px 7px;
    color: #0b185f;
  }
  .service-s-about .services-download-area .download-zip i {
    margin-left: 0px;
  }
}
/*/------------------------Service-style-single Section-------------------------/*/
/*/------------------------Screenshot Section-------------------------/*/
.screenshoot-section {
  background: #fffcfa;
}

/*/------------------------Screenshot Section-------------------------/*/
/*/------------------------Video Section-------------------------/*/
.video-section {
  overflow: hidden;
  position: relative;
}

.video-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper {
  border-radius: 20px;
  background-image: -webkit-linear-gradient(90deg, rgb(255, 252, 250) 0%, rgba(255, 252, 250, 0.01) 1%, rgb(255, 252, 250) 100%);
  box-shadow: 0px 20px 20px 0px rgba(136, 136, 136, 0.2);
  padding: 20px 0 0;
  position: relative;
}
.video-wrapper .video-main {
  max-width: 985px;
  margin: 0 auto;
}
.video-wrapper .video-main img {
  width: 100%;
  height: 100%;
}
.video-wrapper .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f08e25;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 68px;
  display: block;
}
.video-wrapper .video i {
  color: #fff;
  font-size: 26px;
  position: relative;
}
.video-wrapper .video::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f08e25;
  animation: scals 2s linear infinite;
  animation-delay: 2s;
  opacity: 0.1;
}

@keyframes scals {
  0% {
    width: 0;
    opacity: 0.5;
  }
  50% {
    width: 60px;
    opacity: 0.9;
  }
}
/*/------------------------Video Section-------------------------/*/
.video-style-two {
  transform: translateY(-120px);
  margin-bottom: -120px;
}

/*/------------------------Video Section-------------------------/*/
/*/------------------------Gallery Section-------------------------/*/
.gallery-section {
  position: relative;
  overflow: hidden;
}

.gallery-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.gallery-items {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.gallery-items .gallery-thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-items .gallery-thumb img {
  width: 100%;
  height: 100%;
}
.gallery-items .gallery-thumb .search-area {
  opacity: 0;
  transition: all 0.9s;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 95%;
  height: 95%;
  border-radius: 12px;
}
.gallery-items .gallery-thumb .search-area .main-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.gallery-items .gallery-thumb .search-area .main-search .title {
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  margin-right: 9px;
}
.gallery-items .gallery-thumb .search-area .main-search .title i {
  color: #fff;
}
.gallery-items .gallery-content {
  text-align: center;
  margin: 0 auto;
  padding: 25px 5px;
}
.gallery-items .gallery-content .title a {
  color: #0b185f;
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s;
}
.gallery-items .gallery-content .subtitle {
  color: #0b185f;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.gallery-items:hover .gallery-content .title a {
  text-decoration: underline;
}
.gallery-items:hover .gallery-thumb .search-area {
  opacity: 1;
}

@media screen and (max-width: 420px) {
  .gallery-items .gallery-content .title a {
    font-size: 22px;
  }
}
/*/------------------------Gallery Section-------------------------/*/
/*/------------------------Gallery-style-two Section-------------------------/*/
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .search-show {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .search-show .main-show .main-search {
  position: relative;
  margin-top: 40px;
  justify-content: center;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content {
  padding: 0 0;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content .subtitle {
  font-size: 16px !important;
  color: #0b185f;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content .title a {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0b185f;
  text-decoration: none;
}

/*/------------------------Gallery-style-two Section-------------------------/*/
/*/------------------------Protfolio Section-------------------------/*/
.protfolio-single .service-single-left-thumb {
  width: 100%;
  height: 520px;
}
.protfolio-single .service-single-left-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.protfolio-single .service-single-right-thumb .item {
  max-width: 390px;
  height: 248px;
}
.protfolio-single .service-single-right-thumb .item img {
  width: 100%;
  height: 100%;
}
.protfolio-single .service-single-right-thumb .item:not(:last-child) {
  margin-bottom: 25px;
}

.service-content-letf-single {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.service-content-letf-single .project-header {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  padding: 20px 30px;
  align-items: center;
}
.service-content-letf-single .project-header h3 {
  color: #0b185f;
  margin-left: 8px;
  font-weight: 700;
}
.service-content-letf-single .project-address li {
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.service-content-letf-single .project-address li i {
  font-size: 29px;
  margin-right: 9px;
  width: 35px;
  color: #555555;
}
.service-content-letf-single .project-address li .cont h4 {
  font-weight: 600;
  color: #0b185f;
}
.service-content-letf-single .project-address li .cont span {
  color: #555555;
}
.service-content-letf-single .project-address li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.service-content-letf-single .file {
  padding: 40px 40px;
}
.service-content-letf-single .download-pdf a {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  padding: 20px 40px;
  display: flex;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
}
.service-content-letf-single .download-pdf a i {
  color: #62e0c1;
}
.service-content-letf-single .download-pdf a h4 {
  color: #0b185f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.service-content-letf-single .download-pdf:not(:last-child) {
  margin-bottom: 20px;
}

.service-content-letf-single.right-customize .project-header {
  margin-bottom: 30px;
}
.service-content-letf-single.right-customize p {
  padding: 0 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}
.service-content-letf-single.right-customize .single-btn {
  padding: 40px 40px;
}

@media screen and (max-width: 991px) {
  .service-content-letf-single {
    margin-bottom: 30px;
  }
  .protfolio-single .service-single-left-thumb {
    width: 100%;
    height: 520px;
    margin-bottom: 30px;
  }
  .protfolio-single .service-single-left-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .protfolio-single .service-single-right-thumb {
    display: flex;
    align-items: center;
  }
  .protfolio-single .service-single-right-thumb .item {
    max-width: 390px;
    height: 248px;
  }
  .protfolio-single .service-single-right-thumb .item img {
    width: 100%;
    height: 100%;
  }
  .protfolio-single .service-single-right-thumb .item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .protfolio-single .service-single-right-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .protfolio-single .service-single-right-thumb .item {
    max-width: 390px;
    height: 248px;
  }
  .protfolio-single .service-single-right-thumb .item img {
    width: 100%;
    height: 100%;
  }
  .protfolio-single .service-single-right-thumb .item:not(:last-child) {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 370px) {
  .service-content-letf-single {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
  }
  .service-content-letf-single .project-header {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    padding: 20px 8px;
    align-items: center;
  }
  .service-content-letf-single .project-header h3 {
    color: #0b185f;
    margin-left: 8px;
    font-weight: 700;
    font-size: 20px;
  }
  .service-content-letf-single .project-address li {
    padding: 15px 30px;
    display: flex;
    align-items: center;
  }
  .service-content-letf-single .project-address li i {
    font-size: 29px;
    margin-right: 9px;
    width: 35px;
    color: #555555;
  }
  .service-content-letf-single .project-address li .cont h4 {
    font-weight: 600;
    color: #0b185f;
  }
  .service-content-letf-single .project-address li .cont span {
    color: #555555;
  }
  .service-content-letf-single .project-address li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
  .service-content-letf-single .file {
    padding: 40px 40px;
  }
  .service-content-letf-single .download-pdf a {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    padding: 15px 9px;
    display: flex;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
  }
  .service-content-letf-single .download-pdf a i {
    color: #62e0c1;
  }
  .service-content-letf-single .download-pdf a h4 {
    color: #0b185f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
  .service-content-letf-single .download-pdf:not(:last-child) {
    margin-bottom: 20px;
  }
  .service-content-letf-single.right-customize .project-header {
    margin-bottom: 30px;
  }
  .service-content-letf-single.right-customize p {
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
  }
  .service-content-letf-single.right-customize .single-btn {
    padding: 40px 10px;
  }
}
/*/------------------------Protfolio Section-------------------------/*/
/*/------------------------Choose Section-------------------------/*/
.choose-section {
  background: #f2ffff;
  overflow: hidden;
}

.choose-item {
  display: flex;
  margin-top: 45px;
}
.choose-item .choose-left {
  margin-right: 25px;
}
.choose-item .choose-left .choose-left-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 23px 10px;
  text-align: center;
}
.choose-item .choose-right-content {
  max-width: 400px;
}
.choose-item .choose-right-content .title {
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
}
.choose-item .choose-right-content p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}

.choose-image {
  max-width: 570px;
}
.choose-image img {
  width: 100%;
  height: 100%;
}

/*/------------------------Choose Section-------------------------/*/
/*/------------------------Team Section-------------------------/*/
.team-section {
  overflow: hidden;
}

.team-items {
  box-shadow: -1px 0px 14px 1px #ccc;
}
.team-items .social-thumb-area .thumb {
  width: 100%;
  position: relative;
}
.team-items .social-thumb-area .thumb img {
  width: 100%;
}
.team-items .social-thumb-area .thumb .social-btn {
  position: absolute;
  top: 25px;
  right: -24px;
}
.team-items .social-thumb-area .thumb .social-btn .flow-btn {
  display: block;
  padding: 17px 16px;
  transform: rotate(90deg);
  width: 106px;
  letter-spacing: 1px;
  border-radius: 0 !important;
  position: relative;
}
.team-items .social-thumb-area .thumb .social {
  position: absolute;
  bottom: 0;
  right: 0;
}
.team-items .social-thumb-area .social ul li {
  background: #fff;
  border-bottom: 1px solid #555555;
  text-align: center;
  width: 58px;
  height: 50px;
  line-height: 50px;
}
.team-items .social-thumb-area .social ul li a i {
  color: #000;
}
.team-items .team-content {
  padding: 20px;
}
.team-items .team-content .title {
  color: #0b185f;
}
.team-items .team-content .title a {
  color: #0b185f;
}
.team-items .team-content .subtitle {
  color: #555555;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.team-items .team-content ul li {
  border-bottom: 1px solid #555555;
  padding: 14px 0;
}
.team-items .team-content ul li a {
  color: #555555;
}
.team-items .team-content ul li a i {
  color: #555555;
  padding: 0 15px;
  font-size: 20px;
}
.team-items .team-content ul li:first-child {
  border-top: 1px solid #555555;
}

/*/------------------------Team Section-------------------------/*/
/*/------------------------Team-single Section-------------------------/*/
.team-s-wrapper {
  padding: 30px;
}
.team-s-wrapper .team-left-item .team-item-thumb {
  max-width: 606px;
}
.team-s-wrapper .team-left-item .team-item-thumb img {
  width: 100%;
  height: 100%;
}
.team-s-wrapper .team-more {
  margin-top: 20px;
}
.team-s-wrapper .team-more h3 {
  color: #0b185f;
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0px;
}
.team-s-wrapper .team-right-item .team-more-details {
  margin-top: 30px;
}
.team-s-wrapper .team-right-item .team-more-details h3 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #0b185f;
  margin-bottom: 15px;
  display: block;
}
.team-s-wrapper .team-right-item .team-more-details h4 {
  font-size: 16px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-area li {
  font-size: 16px;
  color: #555555;
  padding-bottom: 15px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li {
  display: flex;
  align-items: center;
  border: 1px solid #f3f3f3;
  border-right: none;
  padding: 15px 10px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li i {
  padding-right: 30px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li:not(:last-child) {
  border-bottom: none;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon {
  display: flex;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-x-twitter {
  color: #23b6ea;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-instagram {
  color: #db4437;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-vimeo-v {
  color: #3b5998;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-behance {
  color: #0084ff;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-linkedin-in {
  color: #0084ff;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon a i {
  margin-right: -10px;
}
.team-s-wrapper .team-right-item .team-right-details h3 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #0b185f;
  margin-bottom: 8px;
  display: block;
}
.team-s-wrapper .team-right-item .team-right-details h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.team-s-wrapper .team-right-item .team-right-details p {
  font-size: 16px;
}
.team-s-wrapper .progress-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.team-s-wrapper .progress-area .item {
  margin-right: 30px;
  margin-bottom: 20px;
}
.team-s-wrapper .progress-area h4 {
  font-size: 16px;
  color: #555;
}
.team-s-wrapper .progress-area h3 {
  font-size: 25px;
  color: #0b185f;
  margin-bottom: 30px;
  font-weight: 700;
}
@property --pgPercentage {
  .team-s-wrapper .progress-area {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
  }
}
.team-s-wrapper .progress-area div[role=progressbar] {
  --size: 7rem;
  --fg: #2dca73;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar two"] {
  --size: 7rem;
  --fg: #ff7d51;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar three"] {
  --size: 7rem;
  --fg: #ffc212;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar two"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .progress-area div[role="progressbar three"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .progress-area div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .team-award {
  margin-top: 50px;
}
.team-s-wrapper .team-award h3 {
  font-size: 24px;
  color: #0b185f;
  margin-bottom: 30px;
  font-weight: 700;
}
.team-s-wrapper .team-award .award-thumb-area {
  display: flex;
  flex-wrap: wrap;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb {
  margin-right: 40px;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb h4 {
  font-size: 17px;
  color: #555555;
  font-weight: 500;
  margin-top: 20px;
}

@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@media screen and (max-width: 991px) {
  .team-s-wrapper .team-left-item .team-item-thumb {
    max-width: 606px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .team-s-wrapper .team-award .award-thumb-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
  }
  .progress-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
}
/*/------------------------Team-single Section-------------------------/*/
/*/------------------------Clients Section-------------------------/*/
.testtimonial-wrapper {
  position: relative;
  z-index: 999;
}
.testtimonial-wrapper .owl-nav {
  left: 50%;
  bottom: -50px;
  position: absolute;
}
.testtimonial-wrapper .owl-nav button.owl-next {
  color: #fff;
  font-size: 55px;
}
.testtimonial-wrapper .owl-nav button.owl-prev {
  color: #fff;
  font-size: 55px;
}

.client-section {
  background: url(../../assets/images1/client/client-bg-1.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.item-wrapper {
  background: #fff;
  margin-left: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.item-wrapper p {
  padding: 20px 25px;
}
.item-wrapper .star-area {
  padding: 0 30px 30px;
}
.item-wrapper .star-area .c-icon i {
  color: #ffcf34;
}
.item-wrapper .star-area .quate i {
  font-size: 36px;
  color: #26c976;
}

.item-area {
  display: flex;
  flex-wrap: wrap;
}
.item-area img {
  width: 100%;
  height: 100%;
  margin: 20px;
}
.item-area .client-thumb {
  width: 60px;
  height: 60px;
}

.client-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #8c8c8c;
}
.client-wrapper .client-title {
  padding: 30px;
}
.client-wrapper .client-title h4 {
  color: #0b185f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.client-wrapper .client-title h5 {
  font-size: 15px;
  color: #8c8c8c;
}
.client-wrapper .client-logo {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

/*/------------------------Clients Section-------------------------/*/
/*/------------------------Pricing Section-------------------------/*/
.pricing-item {
  padding: 30px 40px;
  position: relative;
  transition: all 0.4s;
}
.pricing-item .pricing-image {
  text-align: center;
  margin: 0 auto;
  max-width: 280px;
}
.pricing-item .pricing-image img {
  width: 100%;
  height: 100%;
}
.pricing-item .basic-content {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pricing-item .pricing-menu {
  position: relative;
  z-index: 1;
}
.pricing-item .pricing-menu .pricing-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.pricing-item .pricing-menu .pricing-list li i {
  color: #fff;
  background: #86cf3b;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  margin-right: 8px;
}
.pricing-item .pricing-menu .pricing-list .cros i {
  background: #ff6565;
}
.pricing-item .pricing-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pricing-item .price {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.pricing-item .price .title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #86cf3b;
}
.pricing-item .price span {
  font-size: 17px;
  font-weight: 500;
  color: #86cf3b;
}
.pricing-item .pricing-shape {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 446px;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
.pricing-item .pricing-shape img {
  width: 100%;
  height: 100%;
}
.pricing-item:hover {
  transform: translateY(-15px);
}

.pricing-section.pricing-style-two .pricing-image {
  text-align: center;
}

.basic-content h5 {
  font-size: 30px;
  color: #fff;
}

/*/------------------------Pricing Section-------------------------/*/
/*/------------------------Pricing-style-two Section-------------------------/*/
.pricing-section.pricing-style-two .pricing-items-two {
  padding: 0 0;
}
.pricing-section.pricing-style-two .pricing-items-two .basic-content {
  padding: 40px 25px 0 25px;
  text-align: left !important;
}
.pricing-section.pricing-style-two .pricing-items-two .basic-content h5 {
  color: #0b185f;
  font-weight: 700;
  font-size: 30px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f {
  display: flex;
  padding: 40px 25px 12px 25px;
  justify-content: space-between;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f .price .title {
  color: #fff;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f .price span {
  color: #fff;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-menu {
  padding: 50px 25px 0 25px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-button {
  padding: 10px 25px 50px 25px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-button .custom-btn {
  border-radius: 4px;
  text-transform: uppercase;
}

/*/------------------------Pricing-style-two Section-------------------------/*/
/*/------------------------Pricing-style-four Section-------------------------/*/
.pricing-section.pricing-style-four .pricing-item .pricing-image {
  width: 104px;
  margin: 0 0 0 auto;
}
.pricing-section.pricing-style-four .pricing-item .pricing-image img {
  width: 100%;
  height: 100%;
}
.pricing-section.pricing-style-four .pricing-item .basic-content {
  text-align: left;
}

/*/------------------------Pricing-style-four Section-------------------------/*/
/*/------------------------Shop Section-------------------------/*/
.shop-showing-result {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  margin-bottom: 35px;
}
.shop-showing-result .shop-showing-title h4 {
  font-size: 16px;
  color: #0b185f;
  font-weight: 500;
}
.shop-showing-result .shop-showing-icon i {
  font-size: 18px;
  color: #0b185f;
}
.shop-showing-result .shop-showing-icon .icon-1 {
  color: #f08e25;
  margin-right: 10px;
}

.shop-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-area .shop-thumb {
  padding: 10px;
}
.shop-area .shop-thumb img {
  width: 100%;
  height: 100%;
}
.shop-area .shop-content {
  padding: 20px 30px;
}
.shop-area .shop-content a {
  font-size: 18px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
}
.shop-area .shop-content h5 {
  font-size: 16px;
  color: #0b185f;
}
.shop-area .shop-content .shop-icon i {
  color: #f08e25;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.shop-latest {
  margin-left: 15px;
}
.shop-latest h4 {
  font-size: 16px;
  color: #0b185f;
}
.shop-latest h4 a {
  color: #0b185f;
}
.shop-latest h5 {
  font-size: 16px;
  color: #0b185f;
}
.shop-latest i {
  color: #f08e25;
  font-size: 14px;
}

.reply-icon i {
  color: #f08e25;
}

.form-select {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #f0f0f0;
  padding: 15px 31px;
}

.b-post-form-two .b-post-form-area .q-from form .form-group1 input {
  margin-bottom: 0;
  background: #f6fafd;
  padding: 12px 15px;
}
.b-post-form-two .b-post-form-area .q-from form .form-group textarea {
  background: #f6fafd;
  margin-top: 20px;
  padding: 20px 20px 110px;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting {
  color: #555555;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting .comnt-icon {
  padding-left: 4px;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting .comnt-icon i {
  color: #ffcf34;
  font-size: 13px;
}
.b-post-form-two .space-b-post-area {
  padding: 33px 20px 0px 20px !important;
}

/* Shop Pangination */
.shop-pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
.shop-pagination li a {
  font-size: 18px;
  color: #0b185f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-weight: 500;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.shop-pagination li a:hover {
  background: #f08e25;
  color: #fff;
}

/* Shop Single Style */
.s-product-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 20px 25px 0px;
  display: flex;
  margin-bottom: 35px;
}
.s-product-area .s-product-img .s-thumb-wrap {
  max-width: 300px;
  overflow: hidden;
}
.s-product-area .s-product-img .s-thumb-wrap .s-product-thumb {
  max-width: 300px;
  overflow: hidden;
}
.s-product-area .s-product-img .s-thumb-wrap .s-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-product-area .btn {
  margin-bottom: 30px;
}
.s-product-area .small-img-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.s-product-area .small-img-group img {
  margin-right: 10px;
}
.s-product-area .s-product-details {
  padding-right: 15px;
}
.s-product-area .s-product-details h5 {
  font-size: 18px;
  color: #0b185f;
  font-weight: 600;
  margin-top: 10px;
}
.s-product-area .s-product-details .s-product-title h3 {
  font-size: 24px;
  color: #0b185f;
  font-weight: 600;
  margin-bottom: 9px;
}
.s-product-area .s-product-details .s-product-review {
  display: flex;
}
.s-product-area .s-product-details .s-product-review h4 {
  font-size: 16px;
}
.s-product-area .s-product-details .s-product-review .review-icon i {
  font-size: 16px;
  color: #f08e25;
}
.s-product-area .s-product-details .s-product-description h3 {
  font-size: 18px;
  color: #0b185f;
  margin-top: 15px;
  margin-bottom: 6px;
}
.s-product-area .s-product-details .s-product-size-wrapper {
  display: flex;
  margin-top: 30px;
}
.s-product-area .s-product-details .s-product-size-wrapper .s-product-color {
  margin-left: 10px;
}
.s-product-area .s-product-details .s-discount-area {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.s-product-area .s-product-details .s-discount-area .s-discout-nbr {
  display: flex;
  align-items: center;
}
.s-product-area .s-product-details .s-discount-area .s-discout-nbr a {
  border: 1px solid #f0f0f0;
  color: #555555;
  padding: 11px 21px;
}
.s-product-area .s-product-details .s-discount-area .s-discount-code input {
  padding: 10px 0px;
  margin-left: 10px;
  border: 1px solid #f0f0f0;
  font-weight: 500;
  color: #555555;
  outline: none;
  padding-left: 10px;
}
.s-product-area .s-product-details .btn {
  background: #86cf3b;
  padding: 15px 15px;
  width: 100%;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.b-comnts-area .b-comnts-area-accordian {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 20px 20px;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap {
  display: flex;
  align-items: center;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item {
  border: none;
  margin-right: 8px;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-header {
  border: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button:not(.collapsed) {
  color: #0b185f;
  background-color: #f7fbff;
  box-shadow: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #0b185f;
  text-align: left;
  background-color: #f7fbff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  display: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button::after {
  display: none;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body {
  padding: 1rem 0.25rem;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 {
  padding: 16px 0 10px;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area h4 {
  font-weight: 600;
  color: #0b185f;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area p {
  font: 16px;
  color: #555555;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area .comnt-icon i {
  color: #ffcf34;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .shop-b-post-form .b-post-form-title h3 {
  font-size: 24px !important;
}

.shop-cart-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.shop-cart-area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.shop-cart-area table thead td {
  background: #86cf3b;
  color: #fff;
  padding: 21px 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

table tbody td {
  border-bottom: 1px solid #f1f1f1;
}
table tbody .quantity .qtybutton {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  line-height: 50px;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity .qtybutton:hover {
  background: #86cf3b;
  color: #fff;
  cursor: pointer;
}
table tbody .quantity input {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity input:hover {
  background: #86cf3b;
  color: #fff;
  cursor: pointer;
}
table tbody img {
  margin-top: 35px;
  margin-bottom: 40px;
}
table tbody i {
  color: #ffcf34;
  font-size: 18px;
  font-weight: 500;
}
table tbody h4,
table tbody h5 {
  font-size: 18px;
  color: #0b185f;
  font-weight: 500;
}

.shop-coupon-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 25px 20px;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop-coupon-area .shop-coupon-code {
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 10px;
}
.shop-coupon-area .shop-coupon-code input {
  border: none;
  color: #0b185f !important;
  font-weight: 600;
  font-size: 16px;
  outline: none;
}
.shop-coupon-area .shop-coupon-code button {
  border: none;
  outline: none;
  background: #f7fbff;
  text-transform: uppercase;
  font-size: 16px;
  color: #0b185f;
  font-weight: 600;
  padding: 20px 30px;
}
.shop-coupon-area .shop-coupon-code h4 {
  font-size: 16px;
  color: #555;
  margin-right: 20px;
}
.shop-coupon-area .shop-coupon-code a {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  background: #f7fbff;
  padding: 20px;
}
.shop-coupon-area .shop-checkout a {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  background: #f7fbff;
  text-transform: uppercase;
  padding: 20px;
  margin-left: 10px;
}

.shop-shipping-area {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shop-shipping-area h3 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0b185f;
}

.shoping-main-wrap {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}

.shipping-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shipping-wrapper .calculate-shipping-wrapper {
  width: 49%;
}
.shipping-wrapper .calculate-shipping-wrapper .post-code-btn {
  margin-top: 40px;
}
.shipping-wrapper .calculate-shipping-wrapper .post-code-btn .custom-btn {
  border-radius: 4px;
}
.shipping-wrapper .shipping-card-wrapper {
  width: 49%;
}
.shipping-wrapper .shipping-item {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shipping-wrapper .shipping-item .shipping-country select {
  outline: none;
  border: none;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  padding: 10px 10px;
}
.shipping-wrapper .shipping-item .shipping-country h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
}
.shipping-wrapper .shipping-item .shipping-post-code select {
  outline: none;
  border: none;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  padding: 10px 10px;
}
.shipping-wrapper .shipping-item .shipping-post-code h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
  margin-left: 10px;
}
.shipping-wrapper .shipping-card-wrapper .shipping-card-item .s-card-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.shipping-wrapper .shipping-card-wrapper .shipping-card-item .s-card-item h4 {
  font-size: 16px;
  color: #0b185f;
  font-weight: 500;
  padding: 15px 25px;
}

.shop-search-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 0 0 25px 0;
}
.shop-search-area .head-title {
  color: #0b185f;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.shop-search-area .search-wrapper {
  border: 1px solid #f0f0f0;
  padding: 10px 25px;
  margin: 30px 30px 10px;
}
.shop-search-area .search-wrapper .blog-search input {
  border: none;
  outline: none !important;
}
.shop-search-area .cus-accor {
  margin-top: 30px;
}
.shop-search-area .cus-accor .accordion-button:not(.collapsed) {
  color: #0b185f;
  font-size: 16px;
  font-weight: 600;
  background-color: none;
  box-shadow: none;
}
.shop-search-area .cus-accor .accordion-item {
  background: none;
  border: none;
}
.shop-search-area .cus-accor .accordion-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.shop-search-area .cus-accor .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 17px;
  font-weight: 600;
  color: #0b185f;
  /* font-size: 0rem; */
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.shop-search-area .s-wrap-search {
  padding: 20px 20px;
}
.shop-search-area .s-wrap-search .most-popular-area:not(:last-child) {
  margin-bottom: 20px;
}

.shop-search-areas-none {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .s-product-area .s-product-img .s-thumb-wrap {
    max-width: 300px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  .s-product-img {
    margin-bottom: 30px;
  }
  .shoppppp {
    margin-top: 40px;
  }
  .shop-coupon-area .shop-coupon-code {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding: 0px 0px 0px 10px;
  }
  .shop-coupon-area {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    padding: 25px 20px 43px;
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .shipping-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .shipping-wrapper .calculate-shipping-wrapper {
    width: 100%;
  }
  .shipping-wrapper .shipping-card-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .s-product-area .s-product-details .s-discount-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
  }
  .s-product-area .s-product-details .s-discount-area .s-discount-code input {
    margin-left: 0px !important;
  }
  .s-product-area .s-product-details .s-discount-area .s-discout-nbr {
    margin-bottom: 10px;
  }
  .s-product-area .s-product-details .btn {
    width: 85%;
  }
  .form-select {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid #f0f0f0;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 500px) {
  .b-comnts-1.d-flex.align-items-center {
    flex-wrap: wrap;
  }
  .b-comnts-thumb.me-4 {
    margin-bottom: 10px;
  }
  table,
  thead,
  tbody,
  td,
  tr {
    display: block;
  }
  .quantity {
    justify-content: center;
    padding: 5px 0;
  }
  table tbody h4,
  table tbody h5 {
    padding: 7px 0;
  }
  table tbody td {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
  }
  .shop-cart-area table thead td {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 400px) {
  .s-product-area {
    padding: 20px 12px 0px;
  }
  .b-comnts-area .b-comnts-area-accordian {
    padding: 20px 10px;
  }
  .b-post-form-two .space-b-post-area {
    padding: 33px 10px 0px 10px !important;
  }
}
@media screen and (max-width: 395px) {
  .shop-coupon-area .shop-coupon-code input {
    font-weight: 600;
    font-size: 12px;
  }
  .shop-coupon-area .shop-coupon-code button {
    font-size: 11px;
    padding: 20px 20px;
  }
  .shop-coupon-area .shop-checkout a {
    font-size: 14px;
    font-weight: 500;
    color: #0b185f;
    background: #f7fbff;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-left: 0px;
  }
  .shop-coupon-area {
    -webkit-box-shadow: 0px 0px 10px 0px #f0f0f0;
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    padding: 25px 7px 43px;
    margin: 50px 0px;
  }
  .shop-shipping-area h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .shipping-wrapper .shipping-item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  select {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*/------------------------Shop Section-------------------------/*/
/*/------------------------User Section-------------------------/*/
.user-section {
  background: #fffaf8;
}

.trust-item {
  box-shadow: 0px 0px 14px -4px #ccc;
  width: 100px;
  height: 100px;
  line-height: 90px;
  margin: 0 auto;
  border-radius: 8px;
  margin-right: 80px;
  transform: rotate(45deg);
}
.trust-item .trust-image {
  text-align: center;
  transform: rotate(-45deg);
  padding: 3px;
}

@media screen and (max-width: 991px) {
  .one-row {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 575px) {
  .two-row {
    margin-bottom: 55px;
  }
  .trust-item {
    box-shadow: 0px 0px 14px -4px #ccc;
    width: 50%;
    height: 100px;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 8px;
    margin-right: 80px;
    transform: rotate(45deg);
  }
  .trust-item .trust-image {
    text-align: center;
  }
}
/*/------------------------User Section-------------------------/*/
/*/------------------------Working Section-------------------------/*/
.work-section {
  background: #effaff;
}

.work-item .work-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  padding: 50px 15px;
  margin: 0 auto;
  position: relative;
}
.work-item .work-image .ar {
  position: absolute;
  right: -124px;
  top: 73px;
}
.work-item .work-image .work-effect {
  position: absolute;
  top: 0;
  right: 0;
}
.work-item .work-image .work-effect .work-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.work-item .work-image .work-effect .work-icon .works-contents {
  width: 50px;
  padding: 8px;
  text-align: center;
  margin: 0 auto;
}
.work-item .work-image .work-effect .work-icon .works-contents h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.work-item .work-image .work-effect .work-icon .works-contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.work-item .work-content {
  width: 230px;
  text-align: center;
  margin: 0 auto;
}
.work-item .work-content h5 {
  font-size: 24px;
  color: #0b185f;
  font-weight: 600;
  margin-top: 30px;
}
.work-item .work-content p {
  font-size: 15px;
  color: #555555;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .work-item .work-image .ar {
    position: absolute;
    right: -124px;
    top: 73px;
    display: none;
  }
  .work-item .work-image .ar {
    position: absolute;
    right: -124px;
    top: 73px;
    display: none;
  }
}
.work-section.page-six {
  position: relative;
}
.work-section.page-six .sec-shape {
  position: absolute;
  top: 5%;
  right: 0;
}
.work-section.page-six .sec-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gear-rotate {
  animation: rotate 30s infinite linear;
}
.gear-rotate1 {
  animation: fqa-left-right 30s infinite linear;
}
@keyframes fqa-left-right {
  0% {
    margin: 0;
  }
  50% {
    right: 175px;
  }
  100% {
    margin: 0;
  }
}
.gear-left-right {
  animation: fqa-left-right 10s linear infinite;
}
/*/------------------------Working Section-------------------------/*/

/*/------------------------Page six style area start here-------------------------/*/
.pricing-section.pricing-style-two.page-six .s1 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .s2 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .s3 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .custom-btn {
  border-radius: 0 !important;
}
.pricing-section.pricing-style-two.page-six .pricing-s-t-f {
  border-radius: 0 !important;
}

.feature-section.page-six .feature-items {
  border-radius: 0px;
  border: none;
  position: relative;
}
.feature-section.page-six .feature-items::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  transition: 0.4s;
}
.feature-section.page-six .feature-items:hover {
  transform: scale(1);
  border: none !important;
  box-shadow: rgba(0, 12, 32, 0.2) 0px 0px 18px 0px;
}
.feature-section.page-six .feature-items:hover::after {
  width: 100%;
}
.feature-section.page-six .feature-items.hover-two::after {
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
}
.feature-section.page-six .feature-items.hover-seven::after {
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%) !important;
}
.feature-section.page-six .feature-items.hover-three::after {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
}
.feature-section.page-six .feature-items.hover-five::after {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
}
.feature-section.page-six .feature-items.hover-six::after {
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%) !important;
}
.feature-section.page-six .feature-thumb {
  margin: 0 auto !important;
  border-radius: 0 !important;
}
.feature-section.page-six .feature-content {
  text-align: center;
  margin-top: 20px;
}

@keyframes moveAndRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
}
.animated-element {
  animation: moveAndRotate 5s linear infinite;
}

/*/------------------------Page six style area start here-------------------------/*//*# sourceMappingURL=style.css.map */
/*/app.css/*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,100;1,300;1,400;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,400;1,200;1,400&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-family: "Titillium Web", sans-serif;
}

h1 {
  font-size: 38px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

/**---Variable---**/
/**---Variable---**/
body {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}

.text-color-white {
  color: #fff !important;
}

.text-color-black {
  color: #000 !important;
}

.text-color-theme {
  color: #0b185f !important;
}

.text-pra {
  color: #555 !important;
}

.theme1 {
  color: #86cf3b !important;
}

.theme2 {
  color: #ffb400 !important;
}

.theme3 {
  color: #47a1f2 !important;
}

.theme4 {
  color: #ff739c !important;
}

.theme5 {
  color: #d26dfb !important;
}

.theme6 {
  color: #00c08c !important;
}

.theme7 {
  color: #009cff !important;
}

.bg-one {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%) !important;
  box-shadow: 0px 8px 30px 0px rgba(38, 204, 133, 0.36) !important;
}

.bg-two {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(255, 114, 58, 0.36) !important;
}

.bg-three {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(233, 89, 197, 0.36) !important;
}

.bg-four {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(1, 203, 173, 0.36) !important;
}

.bg-five {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
  box-shadow: 4.659px 17.387px 24px 0px rgba(95, 81, 181, 0.36) !important;
}

.bg-six {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%) !important;
  box-shadow: 0px 18px 24px 0px rgba(248, 118, 158, 0.36) !important;
}

.bg-seven {
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}

.bg-eight {
  border-radius: 28px !important;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
  box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36) !important;
}

.bg-nine {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
}

.bg-ten {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
}

.bg-11 {
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}

.bg-b1 {
  background-image: -webkit-linear-gradient(90deg, rgb(255, 217, 253) 0%, rgb(202, 243, 255) 100%);
}

.bg-b2 {
  background-image: -webkit-linear-gradient(90deg, rgb(215, 238, 255) 0%, rgb(255, 231, 225) 100%);
}

.bg-b3 {
  background-image: -webkit-linear-gradient(90deg, rgb(234, 232, 255) 0%, rgb(255, 237, 214) 100%);
}

.bg-b4 {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
}

.bg-5 {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%);
}

.bg-6 {
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%);
}

.bg-7 {
  background-color: rgb(239, 255, 251);
}

.bg-8 {
  background-color: rgb(240, 243, 255);
}

.bg-9 {
  background-color: rgb(255, 247, 240);
}

.s1 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(38, 204, 133, 0.2) !important;
}

.s2 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(255, 180, 0, 0.2) !important;
}

.s3 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(71, 161, 242, 0.2) !important;
}

.borderf-top {
  border: 1px solid #8864fa !important;
}

.border-f2 {
  border-top: 1px solid #1c1d46 !important;
}

.border-f3 {
  border-top: 1px solid #3a59fb !important;
}

.border-f4 {
  border-top: 1px solid #1c1d46 !important;
}

.menu-border-2 {
  border-bottom: 1px solid #0e1c61 !important;
}

.menu-border-3 {
  border-bottom: 1px solid #687afc !important;
}

.menu-border-4 {
  border-bottom: 1px solid #f7f7f7 !important;
}

.menu-border-5 {
  border-bottom: 1px solid #f7f7f7 !important;
}
.menu-border-7 {
  border-bottom: 1px solid #b85fef  !important;
}
.iconbg1 {
  background: #64ce56 !important;
}

.iconbg2 {
  background: #ff6565 !important;
}

.iconbg3 {
  background: #ffb400 !important;
}

.iconbg4 {
  background: #47a1f2 !important;
}

.custom-btn {
  border-radius: 100px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  padding: 15px 30px;
  margin-right: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.custom-btn i {
  padding-left: 8px;
  font-size: 16px;
}

.custom-btn-two {
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.custom-btn-two i {
  padding-left: 8px;
  font-size: 16px;
}

.image_w_f img {
  width: 100%;
}

/*--??/Responsive/??--*/
@media screen and (max-width: 1366px) {
  .banner-shape {
    position: absolute;
    bottom: 0;
    right: -9px;
    display: none;
  }
  .banner-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 991px) {
  .banner-thumb {
    margin: 40px auto 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .banner-content {
    max-width: 600px;
    padding: 0 20px;
  }
  .banner-content .banner-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 18px;
    color: #fff;
  }
  .banner-content .banner-button-area {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
  }
  .banner-content .banner-button-area .custom-btn {
    margin-bottom: 10px;
  }
}
/*/------------------------Section-Header-------------------------/*/
/*/------------------------Overflow-Header-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
.banner-section,
.feature-section,
.service-section,
.gallery-section,
.choose-section,
.team-section,
.client-section,
.pricing-section,
.work-section,
.blog-section,
.footer-section,
.domain-section,
.global-section,
.customar-section,
.user-section,
.newsletter,
.manesment-section,
.sponsor-section,
.video-section,
.risk-manesment,
.team-single,
.shop-section,
.cart-section,
.contact-section,
.error-section,
.screenshoot-section {
  overflow: hidden;
}

/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Section-Header-------------------------/*/
.section-header .header-content {
  max-width: 500px;
}
.section-header .header-content .section-title {
  color: #f08e25;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-header .header-content .section-sub {
  color: #0b185f;
  font-size: 36px;
  font-weight: 800 !important;
}
.section-header .header-content p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
}

.section-center {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 500px;
}

@media screen and (max-width: 575px) {
  .section-header .header-content {
    max-width: 500px;
  }
  .section-header .header-content .section-title {
    color: #f08e25;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .section-header .header-content .section-sub {
    color: #0b185f;
    font-size: 32px;
  }
  .section-header .header-content p {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
  }
}
@media screen and (max-width: 490px) {
  .section-header .header-content {
    max-width: 500px;
  }
  .section-header .header-content .section-title {
    color: #f08e25;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .section-header .header-content .section-sub {
    color: #0b185f;
    font-size: 26px;
  }
  .section-header .header-content p {
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
  }
}
/*/------------------------Section-Header-------------------------/*/
/*/------------------------Banner Section-------------------------/*/
.banner-section {
  background: url(../../assets/images2/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}

.banner-six {
  background: url(../../assets/images2/banner/banner6.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.banner-six::before {
  display: none;
}
.banner-seven {
  background: url(../../assets/images2/banner/banner7.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.s3-shape {
  position: absolute;
  top: 0;
  left: 0;
  animation: zoominout 10s infinite;
  animation-delay: 2s;
}

@keyframes zoominout {
  50% {
    transform: scale(1.2);
  }
}
.s4-shape {
  position: absolute;
  top: 0;
  right: 0;
  animation: zoominout 6s infinite;
  animation-delay: 2s;
}

.banner-shape {
  position: absolute;
  bottom: 0;
  right: -9px;
}
.banner-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.banner-content .banner-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.banner-content .banner-button-area {
  margin-top: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-content .banner-button-area .custom-btn {
  display: block;
}

.banner-thumb {
  position: relative;
  margin-bottom: -46px;
  z-index: 1;
}

.s1-shape {
  position: absolute;
  top: 30px;
  left: -145px;
}

.s2-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .s1-shape {
    position: absolute;
    top: 30px;
    left: -145px;
    display: none;
  }
  .s2-shape {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .banner-title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 400px) {
  .banner-content .banner-title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
  }
}
/*/------------------------Banner Section-------------------------/*/
/*/------------------------Banner-style-two Section-------------------------/*/
.banner-section.banner-style-two {
  background: url(../../assets/images2/banner/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section.banner-style-two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.49);
}
.banner-section.banner-style-two .menu-flex-area {
  border: none;
}
.banner-section.banner-style-two .banner-thumb {
  max-width: 570px;
  margin-bottom: 0;
  position: relative;
}
.banner-section.banner-style-two .banner-thumb img {
  width: 100%;
  height: 100%;
}
.banner-section.banner-style-two .banner-thumb .b-t-price {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 23px;
  left: 20px;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .price {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .price span {
  font-size: 18px;
  display: block;
}
.banner-section.banner-style-two .banner-content .ban-sub {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.banner-section.banner-style-two .banner-content ul li {
  color: #fff;
}
.banner-section.banner-style-two .banner-content ul li i {
  color: #ffcf34;
  margin-right: 8px;
}
.banner-section.banner-style-two .banner-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.banner-section.banner-style-two .banner-content .banner-button-area .play-btn img {
  margin-right: 10px;
}
.banner-section.banner-style-two .banner-content .banner-button-area .play-btn p {
  width: 100px;
  width: 147px;
  margin-bottom: 0;
}

@media screen and (max-width: 400px) {
  .banner-section.banner-style-two {
    background: url(../../assets/images2/banner/banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .banner-section.banner-style-two .banner-content .ban-sub {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }
}
/*/------------------------Banner-style-two Section-------------------------/*/
/*/------------------------Banner-style-three Section-------------------------/*/
.banner-section.banner-style-three {
  background: url(../../assets/images2/banner/banner-bg1.png) no-repeat center center;
  background-size: cover;
}
.banner-section.banner-style-three .banner-thumb {
  margin-bottom: 0;
  max-width: 754px;
}
.banner-section.banner-style-three .banner-thumb img {
  width: 100%;
  height: 100%;
}

/*/------------------------Banner-style-three Section-------------------------/*/
/*/------------------------Banner-style-four Section-------------------------/*/
.banner-section.banner-style-four {
  background: #fffcf8;
  overflow: hidden;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn {
  border-radius: 4px;
  padding: 9px 20px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn i {
  font-size: 36px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn .cont span {
  font-size: 14px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn .cont .google {
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.banner-section.banner-style-four .banner-thumb {
  max-width: 400px;
}
.banner-section.banner-style-four .banner-thumb img {
  width: 100%;
  height: 100%;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape1 {
  position: absolute;
  top: 13%;
  left: -25%;
  animation: btb 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape2 {
  position: absolute;
  top: 61%;
  left: -25%;
  animation: btb3 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape3 {
  position: absolute;
  top: 6%;
  right: -23%;
  animation: btb3 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape4 {
  position: absolute;
  top: 51%;
  right: -25%;
  animation: btb 2s linear infinite;
  animation-delay: 2s;
}

.banner-style-four-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-style-four-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@keyframes btb {
  50% {
    transform: translateX(20px);
  }
}
@keyframes btb3 {
  50% {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 767px) {
  .banner-section.banner-style-four .banner-thumb {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .b-four-thumb-shape1,
  .b-four-thumb-shape2,
  .b-four-thumb-shape3,
  .b-four-thumb-shape4 {
    display: none;
  }
}
/*/------------------------Banner-style-four Section-------------------------/*/
/*/------------------------Banner-style-five Section-------------------------/*/
.banner-section.banner-style-five {
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.banner-section.banner-style-five .banner-content .sub {
  font-size: 20px;
  font-weight: 500;
  color: #f08e25;
  margin-bottom: 15px;
  display: block;
}
.banner-section.banner-style-five .banner-thumb {
  max-width: 752px;
}
.banner-section.banner-style-five .banner-thumb img {
  width: 100%;
  height: 100%;
}

.bann-five-shape {
  position: absolute;
  bottom: 0;
  left: 250px;
  animation: zoominout 10s infinite;
}

@media screen and (max-width: 767px) {
  .banner-section.banner-style-five .banner-thumb {
    max-width: 752px;
    margin-top: 30px;
  }
}
/*/------------------------Banner-style-five Section-------------------------/*/
/*/------------------------Breadcrumdbanner-one Section-------------------------/*/
.banner-section.breadcrumd-banner-one {
  background: url(../../assets/images2/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one {
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .banner-section.breadcrumd-banner-one {
    background: url(../../assets/images2/banner/banner3.jpg) no-repeat center center;
    background-size: cover;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one .title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one p {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
  }
}
/*/------------------------Breadcrumdbanner-one Section-------------------------/*/
/*/------------------------Breadcrumdbanner-two Section-------------------------/*/
.banner-section.breadcrumb-banner-two {
  background: #fffcf8;
}
.banner-section.breadcrumb-banner-two .breadcrumd-content-one .title {
  color: #0b185f;
}
.banner-section.breadcrumb-banner-two .breadcrumd-content-one p {
  color: #555555;
}

/*/------------------------Breadcrumdbanner-two Section-------------------------/*/
/*/------------------------sponsor Section-------------------------/*/
.sponsor-wrapper .sponsor-items {
  width: 82px;
  height: 100px;
}
.sponsor-wrapper .sponsor-items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*/------------------------sponsor Section-------------------------/*/
/*/------------------------Domain Section-------------------------/*/
.domain-section {
  background: url(../../assets/images2/domain/domain.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.domain-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(214, 183, 99, 0.05);
}
.domain-section .section-header {
  position: relative;
}

.domain-custom-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.domain-custom-wrapper input {
  width: 90%;
  height: 60px;
  border: none;
  text-align: center;
  position: relative;
  outline: none;
}
.domain-custom-wrapper .domain-btn {
  position: absolute;
  top: 4px;
  left: 6px;
  height: 50px;
  text-align: center;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.domain-custom-wrapper .domain-btn .form-select-lg {
  background: none;
  border: none;
  padding: 10px 60px;
  color: #fff;
}
.domain-custom-wrapper .domain-btn .form-select-lg option {
  background: #f08e25;
}
.domain-custom-wrapper .form-control:focus {
  border: none;
}
.domain-custom-wrapper .domain-search {
  width: 10%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-left: 1px solid rgba(212, 202, 202, 0.9);
}
.domain-custom-wrapper .domain-search a i {
  color: #0b185f;
}

.domain-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-around;
}
.domain-name li {
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  font-weight: 800;
  font-size: 17px;
  color: #000;
  margin-left: 42px;
}
.domain-name li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #86cf3b;
  border-radius: 50%;
}
.domain-name li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #f08e25;
  border-radius: 50%;
}
.domain-name li:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #47a1f2;
  border-radius: 50%;
}
.domain-name li:nth-child(4)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #e85aca;
  border-radius: 50%;
}
.domain-name li:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #c060f4;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .domain-custom-wrapper input {
    width: 80%;
  }
  .domain-custom-wrapper .domain-search {
    width: 20%;
  }
  .domain-custom-wrapper .domain-btn {
    position: absolute;
    top: 100%;
    left: 6px;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    background-image: -webkit-linear-gradient(145deg, #ff4f58 0%, #ffb400 100%);
  }
  .domain-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 110px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
/*/------------------------Domain Section-------------------------/*/
/*/------------------------Feature Section-------------------------/*/
.cover-btn {
  text-align: center;
  margin: 50px auto 0 auto;
}

.feature-items {
  text-align: center;
  margin: 0 auto;
  padding: 60px 30px;
  border-radius: 12px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 0px rgba(0, 12, 32, 0.05);
  transition: all 0.4s;
}
.feature-items .feature-shapebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 249px;
  height: 249px;
}
.feature-items .feature-shapebg img {
  width: 100%;
  height: 100%;
}
.feature-items .feature-shape {
  position: absolute;
  top: 39px;
  left: 35px;
}
.feature-items:hover {
  transform: scale(1.1);
}
.feature-items .feature-thumb {
  border-radius: 50%;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  box-shadow: 0px 8px 30px 0px rgba(38, 204, 133, 0.36);
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.feature-items .feature-thumb .thumb {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  line-height: 70px;
}
.feature-items .feature-thumb .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-items .feature-content .title,
.feature-items .feature-content .title2,
.feature-items .feature-content .title3,
.feature-items .feature-content .title4 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}
.feature-items .feature-content .title a,
.feature-items .feature-content .title2 a,
.feature-items .feature-content .title3 a,
.feature-items .feature-content .title4 a {
  color: #0b185f;
}
.feature-items .feature-content .title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}
.feature-items .feature-content .title2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.feature-items .feature-content .title3::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
}
.feature-items .feature-content .title4::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
}
.feature-items .feature-content .title a {
  color: #0b185f;
  font-size: 24px;
}

@media screen and (max-width: 420px) {
  .feature-section.host-section .host-itmes {
    padding: 60px 15px !important;
    text-align: left;
    border-bottom: 5px solid #fff;
  }
}
/*/------------------------Feature Section-------------------------/*/
/*/------------------------Feature-Style-two Section-------------------------/*/
.feature-section.feature-style-two .feature-items .feature-thumb {
  border-radius: 4px;
}

/*/------------------------Feature-Style-two Section-------------------------/*/
/*/------------------------Feature-Style-three Section-------------------------/*/
.feature-section.feature-style-three .feature-items {
  border-bottom: 0 !important;
  position: relative;
}
.feature-section.feature-style-three .feature-items .feature-thumb {
  border-radius: 50% !important;
}
.feature-section.feature-style-three .feature-items .storke {
  color: transparent;
  -webkit-text-stroke: 1px #86cf3b;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke2 {
  color: transparent;
  -webkit-text-stroke: 1px #ffa50d;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke3 {
  color: transparent;
  -webkit-text-stroke: 1px #3fa6ea;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke4 {
  color: transparent;
  -webkit-text-stroke: 1px #ed57af;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke5 {
  color: transparent;
  -webkit-text-stroke: 1px #6652b9;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke6 {
  color: transparent;
  -webkit-text-stroke: 1px #c15df2;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke,
.feature-section.feature-style-three .feature-items .storke1,
.feature-section.feature-style-three .feature-items .storke2,
.feature-section.feature-style-three .feature-items .storke3,
.feature-section.feature-style-three .feature-items .storke4,
.feature-section.feature-style-three .feature-items .storke5,
.feature-section.feature-style-three .feature-items .storke6 {
  position: absolute;
  top: 16%;
  right: 12%;
}

/*/------------------------Feature-Style-three Section-------------------------/*/
/*/------------------------Host-style-five Section-------------------------/*/
.feature-section.host-style-five .feature-items {
  text-align: center !important;
  margin: 0 auto !important;
}
.feature-section.host-style-five .feature-items .feature-thumb {
  border-radius: 50% !important;
  margin: 0 auto 20px !important;
}

/*/------------------------Host-style-five Section-------------------------/*/
/*/------------------------Manesment Section-------------------------/*/
.manesment-section {
  overflow: hidden;
}

.section-bg {
  background: #fffeef !important;
}

.section-bg2 {
  background: #ffffff !important;
}

.section-bg3 {
  background: #effff8 !important;
}

.section-bg4 {
  background: #fafbff !important;
}

.section-bg5 {
  background: #fff !important;
}

.section-bg6 {
  background: #fffceb !important;
}

.manesment-thumb {
  max-width: 736px;
}
.manesment-thumb img {
  width: 100%;
  height: 100%;
}

.manesment-content {
  margin-top: 30px;
}
.manesment-content .manesment-tabing {
  margin-top: 33px;
}
.manesment-content .manesment-tabing .accordion-item {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
  border: none;
  margin-top: 10px;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button {
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #0b185f;
  background: #fff;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button .thumb {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0b185f;
  background-color: #fff;
  box-shadow: none;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.manesment-content .manesment-tabing .accordion-item .accordion-body {
  padding-left: 70px;
  padding-top: 0px;
}

@media screen and (max-width: 350px) {
  .manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button .thumb {
    margin-right: 10px;
    width: 44px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
  }
}
/*/------------------------Manesment Section-------------------------/*/
/*/------------------------RiskManesment Section-------------------------/*/
.risk-manesment-items {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.risk-manesment-items .risk-manesment-tumb {
  margin-right: 15px;
  max-width: 260px;
}
.risk-manesment-items .risk-manesment-tumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.risk-manesment-items .risk-manesment-content {
  width: 60%;
  padding: 15px 21px;
}
.risk-manesment-items .risk-manesment-content .title {
  color: #0b185f;
  margin-bottom: 15px;
}
.risk-manesment-items .risk-manesment-content p {
  color: #555555;
  font-size: 18px;
}
.risk-manesment-items .risk-manesment-content .risk-btn {
  color: #f08e25;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .risk-manesment-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  }
  .risk-manesment-items .risk-manesment-tumb {
    margin-right: 15px;
    max-width: 260px;
  }
  .risk-manesment-items .risk-manesment-tumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .risk-manesment-items .risk-manesment-content {
    width: 100%;
    padding: 15px 21px;
  }
  .risk-manesment-items .risk-manesment-content .title {
    color: #0b185f;
    margin-bottom: 15px;
  }
  .risk-manesment-items .risk-manesment-content p {
    color: #555555;
    font-size: 18px;
  }
  .risk-manesment-items .risk-manesment-content .risk-btn {
    color: #f08e25;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
/*/------------------------RiskManesment Section-------------------------/*/
/*/------------------------Global Section-------------------------/*/
.global-section {
  background: #fefff1;
}

.global-content .team-a li {
  margin-bottom: 10px;
}
.global-content .team-a li img {
  margin-right: 9px;
}

.global-thumb {
  max-width: 770px;
}
.global-thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .global-thumb {
    max-width: 770px;
    margin-top: 40px;
    width: 100%;
    height: 100%;
  }
}
/*/------------------------Global Section-------------------------/*/
/*/------------------------Host Section-------------------------/*/
.feature-section.host-section .host-itmes {
  padding: 60px 55px;
  text-align: left;
  border-bottom: 5px solid #fff;
}
.feature-section.host-section .host-itmes .feature-thumb {
  border-radius: 4px;
  margin: 0 0 auto 0;
  margin-bottom: 17px;
}
.feature-section.host-section .host-itmes .feature-content .f-title {
  margin-bottom: 15px;
}
.feature-section.host-section .host-itmes .feature-content .f-title a {
  color: #000;
}
.feature-section.host-section .host-itmes:hover {
  border-bottom: 5px solid #86cf3b;
}
.feature-section.host-section .hover-two:hover {
  border-bottom: 5px solid #ffb003;
}
.feature-section.host-section .hover-three:hover {
  border-bottom: 5px solid #47a1f2;
}
.feature-section.host-section .hover-four:hover {
  border-bottom: 5px solid #e959c3;
}
.feature-section.host-section .hover-five:hover {
  border-bottom: 5px solid #6151b6;
}
.feature-section.host-section .hover-six:hover {
  border-bottom: 5px solid #bb5cfa;
}
.feature-section.host-section .hover-seven:hover {
  border-bottom: 5px solid #e959c5;
}
.feature-section.host-section .hover-eight:hover {
  border-bottom: 5px solid #ff6247;
}

/*/------------------------Host Section-------------------------/*/
/*/------------------------Customar Section-------------------------/*/
.customar-section {
  background: #fffdf6;
  overflow: hidden;
}

.map-image {
  position: relative;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}
.map-image img {
  width: 100%;
  height: 100%;
}

.image-effect-one {
  position: absolute;
  top: 0px;
  left: 40%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}
.image-effect-one .avtive-popup {
  background: #fff;
  opacity: 1 !important;
  transform: scale(1) !important;
}

@keyframes zmin {}
.image-effect-two {
  position: absolute;
  top: 112px;
  left: 15%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-three {
  position: absolute;
  left: 29%;
  bottom: 112px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-four {
  position: absolute;
  right: 18%;
  top: 102px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-five {
  position: absolute;
  left: 55%;
  top: 49%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-six {
  position: absolute;
  right: 16%;
  bottom: 96px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-one .popup-area,
.image-effect-two .popup-area,
.image-effect-three .popup-area,
.image-effect-four .popup-area,
.image-effect-five .popup-area,
.image-effect-six .popup-area {
  transform: scale(0);
  opacity: 0;
  position: absolute;
  top: 46px;
  transition: all 0.4s;
  left: -131px;
  z-index: 1;
  width: 350px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
}
.image-effect-one .popup-area .designation,
.image-effect-two .popup-area .designation,
.image-effect-three .popup-area .designation,
.image-effect-four .popup-area .designation,
.image-effect-five .popup-area .designation,
.image-effect-six .popup-area .designation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-effect-one .popup-area .designation .name,
.image-effect-two .popup-area .designation .name,
.image-effect-three .popup-area .designation .name,
.image-effect-four .popup-area .designation .name,
.image-effect-five .popup-area .designation .name,
.image-effect-six .popup-area .designation .name {
  font-size: 16px;
  font-weight: 600;
}
.image-effect-one .popup-area .designation .name span,
.image-effect-two .popup-area .designation .name span,
.image-effect-three .popup-area .designation .name span,
.image-effect-four .popup-area .designation .name span,
.image-effect-five .popup-area .designation .name span,
.image-effect-six .popup-area .designation .name span {
  font-size: 14px;
  color: #555555;
}
.image-effect-one .popup-area .designation .star span i,
.image-effect-two .popup-area .designation .star span i,
.image-effect-three .popup-area .designation .star span i,
.image-effect-four .popup-area .designation .star span i,
.image-effect-five .popup-area .designation .star span i,
.image-effect-six .popup-area .designation .star span i {
  font-size: 14px;
  color: #ffcf34;
}
.image-effect-one .popup-area::before,
.image-effect-two .popup-area::before,
.image-effect-three .popup-area::before,
.image-effect-four .popup-area::before,
.image-effect-five .popup-area::before,
.image-effect-six .popup-area::before {
  position: absolute;
  z-index: -1;
  transform: rotate(90deg);
  content: "";
  border-style: solid;
  left: 150px;
  top: -14px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff;
}
.image-effect-one:hover .popup-area,
.image-effect-two:hover .popup-area,
.image-effect-three:hover .popup-area,
.image-effect-four:hover .popup-area,
.image-effect-five:hover .popup-area,
.image-effect-six:hover .popup-area {
  background: #fff;
  opacity: 1;
  transform: scale(1);
  top: 56px;
}

.image-effect-one:hover .popup-area {
  display: none;
}

@media screen and (max-width: 1199px) {
  .image-effect-one {
    position: absolute;
    display: none;
    top: 0px;
    left: 40%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .avtive-popup {
    background: #fff;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
  .image-effect-two {
    position: absolute;
    top: 10%;
    left: 19%;
  }
  .image-effect-four {
    position: absolute;
    right: 25%;
    top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .map-image {
    position: relative;
    text-align: center;
    max-width: 1170px;
    min-height: 1400px;
    margin: 270px auto -613px;
  }
  .image-effect-two {
    position: absolute;
    top: -234px;
    left: 50%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-three {
    position: absolute;
    left: 50%;
    bottom: 794px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-four {
    position: absolute;
    right: 40%;
    top: 30px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-five {
    position: absolute;
    left: 50%;
    top: 21%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-six {
    position: absolute;
    display: none;
    left: 50%;
    top: 96px;
    margin-top: 120px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .pop,
  .image-effect-two .pop,
  .image-effect-three .pop,
  .image-effect-four .pop,
  .image-effect-five .pop,
  .image-effect-six .pop {
    background: #fff;
    opacity: 1;
    transform: scale(1);
    top: 56px;
  }
}
@media screen and (max-width: 460px) {
  .map-image {
    position: relative;
    text-align: center;
    max-width: 1170px;
    min-height: 1400px;
    margin: 270px auto -613px;
  }
  .image-effect-two {
    position: absolute;
    top: -234px;
    left: 45%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-three {
    position: absolute;
    left: 45%;
    bottom: 794px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-four {
    position: absolute;
    right: 39%;
    top: 30px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-five {
    position: absolute;
    left: 45%;
    top: 21%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-six {
    position: absolute;
    display: none;
    left: 45%;
    top: 96px;
    margin-top: 120px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .pop,
  .image-effect-two .pop,
  .image-effect-three .pop,
  .image-effect-four .pop,
  .image-effect-five .pop,
  .image-effect-six .pop {
    background: #fff;
    opacity: 1;
    transform: scale(1);
    top: 56px;
    width: 289px;
    padding: 20px 25px;
  }
  .image-effect-one .pop .designation,
  .image-effect-two .pop .designation,
  .image-effect-three .pop .designation,
  .image-effect-four .pop .designation,
  .image-effect-five .pop .designation,
  .image-effect-six .pop .designation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
}
/*/------------------------Customar Section-------------------------/*/
/*/------------------------Service Section-------------------------/*/
.service-section {
  background: #fffceb;
}

.service-items {
  padding: 30px 50px;
  position: relative;
  transition: 0.3s;
}
.service-items .service-thumb {
  margin-bottom: 20px;
}
.service-items .service-content {
  max-width: 340px;
}
.service-items .service-content .title {
  color: #fff;
  margin-bottom: 10px;
}
.service-items .service-content p {
  color: #fff;
}
.service-items .s-shape {
  position: absolute;
  top: 20%;
  left: 50%;
  opacity: 9;
  animation: updownleftright 4s linear infinite;
}
.service-items .s-shape i {
  color: #ccc;
}
.service-items .s-shape img {
  width: 100%;
  height: 100%;
}

@keyframes updownleftright {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 420px) {
  .service-items {
    padding: 30px 15px;
  }
  .service-items .service-content .title {
    color: #fff;
    font-size: 22px;
  }
}
/*/------------------------Service Section-------------------------/*/
/*/------------------------Service-five Section-------------------------/*/
.service-style-four.service-style-five .sercive-four-content-about .custom-btn {
  border-radius: 100px;
}
.service-style-four.service-style-five .service-four-thumb {
  max-width: 690px;
}
.service-style-four.service-style-five .service-four-thumb img {
  width: 100%;
  height: 100%;
}

.service-style-four.service-style-five-one .service-four-thumb {
  max-width: 584px;
}
.service-style-four.service-style-five-one .service-four-thumb img {
  width: 100%;
  height: 100%;
}
.service-style-four.service-style-five-one .service-four-wrapper-four .four-service-items .thumb {
  width: 50px !important;
  height: 50px !important;
}

/*/------------------------Service-five Section-------------------------/*/
/*/------------------------Service-five-two Section-------------------------/*/
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items {
  padding: 30px 40px;
  height: 250px;
}
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .thumb {
  width: 100px;
  height: 95px;
  line-height: 91px;
}
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content {
  width: calc(100% - 100px);
}

@media screen and (max-width: 500px) {
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items {
    padding: 30px 40px;
    height: 350px;
    flex-wrap: wrap;
  }
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .thumb {
    width: 100px;
    height: 95px;
    line-height: 91px;
  }
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content .title {
    font-size: 19px;
  }
}
/*/------------------------Service-five-two Section-------------------------/*/
/*/------------------------Service-style-four Section-------------------------/*/
.service-style-four {
  background: #fffcfa;
  overflow: hidden;
}
.service-style-four .service-four-content {
  position: relative;
  z-index: 999;
}
.service-style-four .service-four-content .service-four-wrapper {
  margin-top: 60px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items {
  background: #fff;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content {
  width: calc(100% - 75px);
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content .title {
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 10px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content p {
  color: #555555;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items:not(:last-child) {
  margin-bottom: 35px;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items {
  background: none;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  padding: 15px 0 !important;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items .thumb {
  width: 45px;
  height: 45px;
  line-height: 48px;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items .thumb i {
  color: #fff;
  font-size: 21px;
}
.service-style-four .bg-img-service {
  background: url(../../assets/images2/feature/shape-bg.png) no-repeat center center;
  background-size: contain;
  max-width: 600px;
  padding: 100px;
}
.service-style-four .bg-img-service .service-four-thumb {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 404px;
  z-index: 5;
}
.service-style-four .bg-img-service .service-four-thumb img {
  width: 100%;
  height: 100%;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle {
  position: absolute;
  top: 129px;
  left: -207px;
  z-index: -1;
  width: 744px;
  animation: handed 18s linear infinite;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle img {
  width: 100%;
  height: 100%;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle-two {
  position: absolute;
  top: 0px;
  left: -207px;
  z-index: -1;
  width: 744px;
  animation: handed 18s linear infinite;
}

.service-style-four-four {
  background: #fff;
}

.sercive-four-content-about .section-header .header-content p {
  font-size: 17px;
  line-height: 1.7;
}
.sercive-four-content-about .custom-btn {
  border-radius: 4px;
}

@keyframes handed {
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 400px) {
  .service-style-four .service-four-content .service-four-wrapper .four-service-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb {
    width: 75px;
    object-fit: contain;
    margin-bottom: 15px;
  }
  .service-style-four .service-four-content .service-four-wrapper .content {
    width: 100% !important;
  }
}
/*/------------------------Service-style-four Section-------------------------/*/
/*/------------------------Service-style-single Section-------------------------/*/
.service-single .services-s-all-service {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.service-single .services-s-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 30px;
}
.service-single .services-s-item a {
  font-size: 18px;
  font-weight: 500;
  color: #0b185f;
  transition: all 0.3s ease-in-out;
}
.service-single .services-s-item a:hover {
  color: #0b185f;
}
.service-single .services-s-item a i {
  padding-right: 5px;
}
.service-single .services-s-item li {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-single .services-s-item li:last-child {
  border-bottom: none;
}

.service-s-about {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.service-s-about .services-s-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-s-about p {
  padding: 25px 30px;
  color: #555555;
  font-size: 17px;
}
.service-s-about .services-thumb {
  max-width: 350px;
  text-align: center;
  margin: 30px;
  background: #f8faff;
}
.service-s-about .services-thumb img {
  width: 100%;
  height: 100%;
}
.service-s-about .services-download-area {
  padding: 25px 30px;
}
.service-s-about .services-download-area h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 30px;
}
.service-s-about .services-download-area .download-pdf {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
}
.service-s-about .services-download-area .download-pdf a {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
  color: #ffcf34 !important;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-pdf i {
  margin-left: 20px;
}
.service-s-about .services-download-area .download-pdf h4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffcf34 !important;
  margin-right: 30px;
}
.service-s-about .services-download-area .download-zip {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
  margin-top: 15px;
}
.service-s-about .services-download-area .download-zip a {
  display: flex;
  padding: 10px 15px;
  color: #0b185f;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-zip h4 {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  margin-right: 30px;
}
.service-s-about .services-download-area .download-zip i {
  margin-left: 20px;
}

.s-contact-info {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.s-contact-info h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info:last-child {
  border: none;
}
.s-contact-info .s-c-info i {
  font-size: 20px;
  color: #0b185f;
  padding-right: 15px;
}
.s-contact-info .s-c-info .c-info-details {
  padding-left: 8px;
}
.s-contact-info .s-c-info .c-info-details h4 {
  color: #0b185f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.s-contact-info .s-c-info .c-info-details h5 {
  font-size: 16px;
  color: #555555;
}

.services-single-right .service-overview .overview-thumb {
  max-width: 860px;
}
.services-single-right .service-overview .overview-thumb img {
  width: 100%;
  height: 100%;
}
.services-single-right .service-overview .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .service-overview .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .services-single-work {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.services-single-right .services-single-work .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .services-single-work .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .services-single-work .services-single-work-thumb {
  margin-left: 20px;
}
.services-single-right .services-single-work .left-thumb {
  margin-right: 20px;
}
.services-single-right .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .space {
  margin-top: 30px;
  margin-bottom: 30px;
}
.services-single-right .service-s-range-area {
  display: flex;
  align-items: center;
}
.services-single-right .service-s-range-area .service-s-range-item {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.services-single-right .service-s-range-area .service-s-range-item .range-thumb {
  width: 100%;
}
.services-single-right .service-s-range-area .service-s-range-item .range-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content {
  padding: 20px 25px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content h3 {
  color: #0b185f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content p {
  font-size: 17px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn {
  font-size: 17px;
  font-weight: 700;
  color: #0b185f;
  display: flex;
  align-items: center;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn i {
  padding-left: 8px;
}
.services-single-right .service-s-range-area .service-s-range-item:not(:last-child) {
  margin-right: 30px;
}
.services-single-right .space2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.services-single-right .leadership-wrapper {
  margin-top: 25px;
}
.services-single-right .leadership-wrapper .leadership-team-area {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-thumb {
  margin-right: 15px;
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 5px;
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-content h5 {
  font-size: 16px;
  color: #555555;
}

.overview-thumb img {
  width: 100%;
  height: 100%;
}

.b-post-form {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.b-post-form .b-post-form-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 30px;
}
.b-post-form .b-post-form-area {
  padding: 20px 10px;
}
.b-post-form .b-post-form-area .q-from form .form-select {
  border: none;
  outline: none;
}
.b-post-form .b-post-form-area .q-from form .form-select option {
  font-size: 14px;
  color: #555555;
}
.b-post-form .b-post-form-area .q-from form input {
  width: 100%;
  border: none;
  outline: none;
  color: #555555;
  font-weight: 500;
  margin-bottom: 15px;
}
.b-post-form .b-post-form-area .q-from form textarea {
  border: none;
  outline: none;
  color: #555555;
}
.b-post-form .b-post-form-area .q-from form button {
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 8px;
}

@media screen and (max-width: 991px) {
  .services-single-right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .services-single-right .services-single-work {
    flex-wrap: wrap;
  }
  .services-single-right .services-single-work .service-overview-content {
    margin-bottom: 20px;
  }
  .services-single-right .services-single-work .left-thumb {
    margin-bottom: 20px;
  }
  .service-s-range-area {
    flex-wrap: wrap;
  }
  .service-s-range-area .service-s-range-item {
    margin-bottom: 20px;
  }
  .service-s-range-area .service-s-range-item:not(:last-child) {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 470px) {
  .services-single-right .services-single-work {
    flex-wrap: wrap;
  }
  .services-single-right .services-single-work .service-overview-content {
    margin-bottom: 20px;
  }
  .services-single-right .services-single-work .services-single-work-thumb {
    max-width: 500px;
  }
  .services-single-right .services-single-work .services-single-work-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-single-right .services-single-work .left-thumb {
    margin-bottom: 20px;
    max-width: 500px;
  }
  .services-single-right .services-single-work .left-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-single-right .service-overview .service-overview-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0b185f;
    margin-bottom: 15px;
  }
  .services-single-right .service-overview .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .services-single-work .service-overview-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0b185f;
    margin-bottom: 15px;
  }
  .services-single-right .services-single-work .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .service-overview-content h3 {
    font-size: 26px;
  }
  .services-single-right .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content h3 {
    color: #0b185f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content p {
    font-size: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn {
    font-size: 15px;
  }
  .s-contact-info h3 {
    font-size: 24px;
  }
  .s-contact-info .s-c-info i {
    font-size: 20px;
  }
  .s-contact-info .s-c-info .c-info-details {
    padding-left: 8px;
  }
  .s-contact-info .s-c-info .c-info-details h4 {
    color: #0b185f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .s-contact-info .s-c-info .c-info-details h5 {
    font-size: 16px;
    color: #555555;
  }
  .b-post-form {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  }
  .b-post-form .b-post-form-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b185f;
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 30px;
  }
  .b-post-form .b-post-form-area {
    padding: 20px 10px;
  }
  .b-post-form .b-post-form-area .q-from form .form-select {
    border: none;
    outline: none;
  }
  .b-post-form .b-post-form-area .q-from form .form-select option {
    font-size: 14px;
    color: #555555;
  }
  .b-post-form .b-post-form-area .q-from form input {
    width: 100%;
    border: none;
    outline: none;
    color: #555555;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .b-post-form .b-post-form-area .q-from form textarea {
    border: none;
    outline: none;
    color: #555555;
  }
  .b-post-form .b-post-form-area .q-from form button {
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 8px;
  }
  .service-s-about .services-download-area .download-pdf i {
    margin-left: 0px;
  }
  .service-s-about .services-download-area .download-pdf h4 {
    margin-right: 0px;
  }
  .service-s-about .services-download-area .download-pdf {
    border-radius: 30px;
    padding: 7px 9px;
  }
  .service-s-about .services-download-area .download-zip a {
    padding: 5px 7px;
    color: #0b185f;
  }
  .service-s-about .services-download-area .download-zip i {
    margin-left: 0px;
  }
}
/*/------------------------Service-style-single Section-------------------------/*/
/*/------------------------Screenshot Section-------------------------/*/
.screenshoot-section {
  background: #fffcfa;
}

/*/------------------------Screenshot Section-------------------------/*/
/*/------------------------Video Section-------------------------/*/
.video-section {
  overflow: hidden;
  position: relative;
}

.video-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper {
  border-radius: 20px;
  background-image: -webkit-linear-gradient(90deg, rgb(255, 252, 250) 0%, rgba(255, 252, 250, 0.01) 1%, rgb(255, 252, 250) 100%);
  box-shadow: 0px 20px 20px 0px rgba(136, 136, 136, 0.2);
  padding: 20px 0 0;
  position: relative;
}
.video-wrapper .video-main {
  max-width: 985px;
  margin: 0 auto;
}
.video-wrapper .video-main img {
  width: 100%;
  height: 100%;
}
.video-wrapper .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f08e25;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 68px;
  display: block;
}
.video-wrapper .video i {
  color: #fff;
  font-size: 26px;
  position: relative;
}
.video-wrapper .video::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f08e25;
  animation: scals 2s linear infinite;
  animation-delay: 2s;
  opacity: 0.1;
}

@keyframes scals {
  0% {
    width: 0;
    opacity: 0.5;
  }
  50% {
    width: 60px;
    opacity: 0.9;
  }
}
/*/------------------------Video Section-------------------------/*/
.video-style-two {
  transform: translateY(-120px);
  margin-bottom: -120px;
}

/*/------------------------Video Section-------------------------/*/
/*/------------------------Gallery Section-------------------------/*/
.gallery-section {
  position: relative;
  overflow: hidden;
}

.gallery-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.gallery-items {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.gallery-items .gallery-thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-items .gallery-thumb img {
  width: 100%;
  height: 100%;
}
.gallery-items .gallery-thumb .search-area {
  opacity: 0;
  transition: all 0.9s;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 95%;
  height: 95%;
  border-radius: 12px;
}
.gallery-items .gallery-thumb .search-area .main-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.gallery-items .gallery-thumb .search-area .main-search .title {
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  margin-right: 9px;
}
.gallery-items .gallery-thumb .search-area .main-search .title i {
  color: #fff;
}
.gallery-items .gallery-content {
  text-align: center;
  margin: 0 auto;
  padding: 25px 5px;
}
.gallery-items .gallery-content .title a {
  color: #0b185f;
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s;
}
.gallery-items .gallery-content .subtitle {
  color: #0b185f;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.gallery-items:hover .gallery-content .title a {
  text-decoration: underline;
}
.gallery-items:hover .gallery-thumb .search-area {
  opacity: 1;
}

@media screen and (max-width: 420px) {
  .gallery-items .gallery-content .title a {
    font-size: 22px;
  }
}
/*/------------------------Gallery Section-------------------------/*/
/*/------------------------Gallery-style-two Section-------------------------/*/
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .search-show {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .search-show .main-show .main-search {
  position: relative;
  margin-top: 40px;
  justify-content: center;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content {
  padding: 0 0;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content .subtitle {
  font-size: 16px !important;
  color: #0b185f;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content .title a {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0b185f;
  text-decoration: none;
}

/*/------------------------Gallery-style-two Section-------------------------/*/
/*/------------------------Protfolio Section-------------------------/*/
.protfolio-single .service-single-left-thumb {
  width: 100%;
  height: 520px;
}
.protfolio-single .service-single-left-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.protfolio-single .service-single-right-thumb .item {
  max-width: 390px;
  height: 248px;
}
.protfolio-single .service-single-right-thumb .item img {
  width: 100%;
  height: 100%;
}
.protfolio-single .service-single-right-thumb .item:not(:last-child) {
  margin-bottom: 25px;
}

.service-content-letf-single {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.service-content-letf-single .project-header {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  padding: 20px 30px;
  align-items: center;
}
.service-content-letf-single .project-header h3 {
  color: #0b185f;
  margin-left: 8px;
  font-weight: 700;
}
.service-content-letf-single .project-address li {
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.service-content-letf-single .project-address li i {
  font-size: 29px;
  margin-right: 9px;
  width: 35px;
  color: #555555;
}
.service-content-letf-single .project-address li .cont h4 {
  font-weight: 600;
  color: #0b185f;
}
.service-content-letf-single .project-address li .cont span {
  color: #555555;
}
.service-content-letf-single .project-address li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.service-content-letf-single .file {
  padding: 40px 40px;
}
.service-content-letf-single .download-pdf a {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  padding: 20px 40px;
  display: flex;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
}
.service-content-letf-single .download-pdf a i {
  color: #62e0c1;
}
.service-content-letf-single .download-pdf a h4 {
  color: #0b185f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.service-content-letf-single .download-pdf:not(:last-child) {
  margin-bottom: 20px;
}

.service-content-letf-single.right-customize .project-header {
  margin-bottom: 30px;
}
.service-content-letf-single.right-customize p {
  padding: 0 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}
.service-content-letf-single.right-customize .single-btn {
  padding: 40px 40px;
}

@media screen and (max-width: 991px) {
  .service-content-letf-single {
    margin-bottom: 30px;
  }
  .protfolio-single .service-single-left-thumb {
    width: 100%;
    height: 520px;
    margin-bottom: 30px;
  }
  .protfolio-single .service-single-left-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .protfolio-single .service-single-right-thumb {
    display: flex;
    align-items: center;
  }
  .protfolio-single .service-single-right-thumb .item {
    max-width: 390px;
    height: 248px;
  }
  .protfolio-single .service-single-right-thumb .item img {
    width: 100%;
    height: 100%;
  }
  .protfolio-single .service-single-right-thumb .item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .protfolio-single .service-single-right-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .protfolio-single .service-single-right-thumb .item {
    max-width: 390px;
    height: 248px;
  }
  .protfolio-single .service-single-right-thumb .item img {
    width: 100%;
    height: 100%;
  }
  .protfolio-single .service-single-right-thumb .item:not(:last-child) {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 370px) {
  .service-content-letf-single {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
  }
  .service-content-letf-single .project-header {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    padding: 20px 8px;
    align-items: center;
  }
  .service-content-letf-single .project-header h3 {
    color: #0b185f;
    margin-left: 8px;
    font-weight: 700;
    font-size: 20px;
  }
  .service-content-letf-single .project-address li {
    padding: 15px 30px;
    display: flex;
    align-items: center;
  }
  .service-content-letf-single .project-address li i {
    font-size: 29px;
    margin-right: 9px;
    width: 35px;
    color: #555555;
  }
  .service-content-letf-single .project-address li .cont h4 {
    font-weight: 600;
    color: #0b185f;
  }
  .service-content-letf-single .project-address li .cont span {
    color: #555555;
  }
  .service-content-letf-single .project-address li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
  .service-content-letf-single .file {
    padding: 40px 40px;
  }
  .service-content-letf-single .download-pdf a {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    padding: 15px 9px;
    display: flex;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
  }
  .service-content-letf-single .download-pdf a i {
    color: #62e0c1;
  }
  .service-content-letf-single .download-pdf a h4 {
    color: #0b185f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
  .service-content-letf-single .download-pdf:not(:last-child) {
    margin-bottom: 20px;
  }
  .service-content-letf-single.right-customize .project-header {
    margin-bottom: 30px;
  }
  .service-content-letf-single.right-customize p {
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
  }
  .service-content-letf-single.right-customize .single-btn {
    padding: 40px 10px;
  }
}
/*/------------------------Protfolio Section-------------------------/*/
/*/------------------------Choose Section-------------------------/*/
.choose-section {
  background: #f2ffff;
  overflow: hidden;
}

.choose-item {
  display: flex;
  margin-top: 45px;
}
.choose-item .choose-left {
  margin-right: 25px;
}
.choose-item .choose-left .choose-left-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 23px 10px;
  text-align: center;
}
.choose-item .choose-right-content {
  max-width: 400px;
}
.choose-item .choose-right-content .title {
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
}
.choose-item .choose-right-content p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}

.choose-image {
  max-width: 570px;
}
.choose-image img {
  width: 100%;
  height: 100%;
}

/*/------------------------Choose Section-------------------------/*/
/*/------------------------Team Section-------------------------/*/
.team-section {
  overflow: hidden;
}

.team-items {
  box-shadow: -1px 0px 14px 1px #ccc;
}
.team-items .social-thumb-area .thumb {
  width: 100%;
  position: relative;
}
.team-items .social-thumb-area .thumb img {
  width: 100%;
}
.team-items .social-thumb-area .thumb .social-btn {
  position: absolute;
  top: 25px;
  right: -24px;
}
.team-items .social-thumb-area .thumb .social-btn .flow-btn {
  display: block;
  padding: 17px 16px;
  transform: rotate(90deg);
  width: 106px;
  letter-spacing: 1px;
  border-radius: 0 !important;
  position: relative;
}
.team-items .social-thumb-area .thumb .social {
  position: absolute;
  bottom: 0;
  right: 0;
}
.team-items .social-thumb-area .social ul li {
  background: #fff;
  border-bottom: 1px solid #555555;
  text-align: center;
  width: 58px;
  height: 50px;
  line-height: 50px;
}
.team-items .social-thumb-area .social ul li a i {
  color: #000;
}
.team-items .team-content {
  padding: 20px;
}
.team-items .team-content .title {
  color: #0b185f;
}
.team-items .team-content .title a {
  color: #0b185f;
}
.team-items .team-content .subtitle {
  color: #555555;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.team-items .team-content ul li {
  border-bottom: 1px solid #555555;
  padding: 14px 0;
}
.team-items .team-content ul li a {
  color: #555555;
}
.team-items .team-content ul li a i {
  color: #555555;
  padding: 0 15px;
  font-size: 20px;
}
.team-items .team-content ul li:first-child {
  border-top: 1px solid #555555;
}

/*/------------------------Team Section-------------------------/*/
/*/------------------------Team-single Section-------------------------/*/
.team-s-wrapper {
  padding: 30px;
}
.team-s-wrapper .team-left-item .team-item-thumb {
  max-width: 606px;
}
.team-s-wrapper .team-left-item .team-item-thumb img {
  width: 100%;
  height: 100%;
}
.team-s-wrapper .team-more {
  margin-top: 20px;
}
.team-s-wrapper .team-more h3 {
  color: #0b185f;
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0px;
}
.team-s-wrapper .team-right-item .team-more-details {
  margin-top: 30px;
}
.team-s-wrapper .team-right-item .team-more-details h3 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #0b185f;
  margin-bottom: 15px;
  display: block;
}
.team-s-wrapper .team-right-item .team-more-details h4 {
  font-size: 16px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-area li {
  font-size: 16px;
  color: #555555;
  padding-bottom: 15px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li {
  display: flex;
  align-items: center;
  border: 1px solid #f3f3f3;
  border-right: none;
  padding: 15px 10px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li i {
  padding-right: 30px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li:not(:last-child) {
  border-bottom: none;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon {
  display: flex;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-x-twitter {
  color: #23b6ea;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-instagram {
  color: #db4437;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-vimeo-v {
  color: #3b5998;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-behance {
  color: #0084ff;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-linkedin-in {
  color: #0084ff;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon a i {
  margin-right: -10px;
}
.team-s-wrapper .team-right-item .team-right-details h3 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #0b185f;
  margin-bottom: 8px;
  display: block;
}
.team-s-wrapper .team-right-item .team-right-details h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.team-s-wrapper .team-right-item .team-right-details p {
  font-size: 16px;
}
.team-s-wrapper .progress-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.team-s-wrapper .progress-area .item {
  margin-right: 30px;
  margin-bottom: 20px;
}
.team-s-wrapper .progress-area h4 {
  font-size: 16px;
  color: #555;
}
.team-s-wrapper .progress-area h3 {
  font-size: 25px;
  color: #0b185f;
  margin-bottom: 30px;
  font-weight: 700;
}
@property --pgPercentage {
  .team-s-wrapper .progress-area {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
  }
}
.team-s-wrapper .progress-area div[role=progressbar] {
  --size: 7rem;
  --fg: #2dca73;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar two"] {
  --size: 7rem;
  --fg: #ff7d51;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar three"] {
  --size: 7rem;
  --fg: #ffc212;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar two"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .progress-area div[role="progressbar three"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .progress-area div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .team-award {
  margin-top: 50px;
}
.team-s-wrapper .team-award h3 {
  font-size: 24px;
  color: #0b185f;
  margin-bottom: 30px;
  font-weight: 700;
}
.team-s-wrapper .team-award .award-thumb-area {
  display: flex;
  flex-wrap: wrap;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb {
  margin-right: 40px;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb h4 {
  font-size: 17px;
  color: #555555;
  font-weight: 500;
  margin-top: 20px;
}

@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@media screen and (max-width: 991px) {
  .team-s-wrapper .team-left-item .team-item-thumb {
    max-width: 606px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .team-s-wrapper .team-award .award-thumb-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
  }
  .progress-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
}
/*/------------------------Team-single Section-------------------------/*/
/*/------------------------Clients Section-------------------------/*/
.testtimonial-wrapper {
  position: relative;
  z-index: 999;
}
.testtimonial-wrapper .owl-nav {
  left: 50%;
  bottom: -50px;
  position: absolute;
}
.testtimonial-wrapper .owl-nav button.owl-next {
  color: #fff;
  font-size: 55px;
}
.testtimonial-wrapper .owl-nav button.owl-prev {
  color: #fff;
  font-size: 55px;
}

.client-section {
  background: url(../../assets/images2/client/client-bg-1.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.item-wrapper {
  background: #fff;
  margin-left: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.item-wrapper p {
  padding: 20px 25px;
}
.item-wrapper .star-area {
  padding: 0 30px 30px;
}
.item-wrapper .star-area .c-icon i {
  color: #ffcf34;
}
.item-wrapper .star-area .quate i {
  font-size: 36px;
  color: #26c976;
}

.item-area {
  display: flex;
  flex-wrap: wrap;
}
.item-area img {
  width: 100%;
  height: 100%;
  margin: 20px;
}
.item-area .client-thumb {
  width: 60px;
  height: 60px;
}

.client-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #8c8c8c;
}
.client-wrapper .client-title {
  padding: 30px;
}
.client-wrapper .client-title h4 {
  color: #0b185f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.client-wrapper .client-title h5 {
  font-size: 15px;
  color: #8c8c8c;
}
.client-wrapper .client-logo {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

/*/------------------------Clients Section-------------------------/*/
/*/------------------------Pricing Section-------------------------/*/
.pricing-item {
  padding: 30px 40px;
  position: relative;
  transition: all 0.4s;
}
.pricing-item .pricing-image {
  text-align: center;
  margin: 0 auto;
  max-width: 280px;
}
.pricing-item .pricing-image img {
  width: 100%;
  height: 100%;
}
.pricing-item .basic-content {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pricing-item .pricing-menu {
  position: relative;
  z-index: 1;
}
.pricing-item .pricing-menu .pricing-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.pricing-item .pricing-menu .pricing-list li i {
  color: #fff;
  background: #86cf3b;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  margin-right: 8px;
}
.pricing-item .pricing-menu .pricing-list .cros i {
  background: #ff6565;
}
.pricing-item .pricing-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pricing-item .price {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.pricing-item .price .title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #86cf3b;
}
.pricing-item .price span {
  font-size: 17px;
  font-weight: 500;
  color: #86cf3b;
}
.pricing-item .pricing-shape {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 446px;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
.pricing-item .pricing-shape img {
  width: 100%;
  height: 100%;
}
.pricing-item:hover {
  transform: translateY(-15px);
}

.pricing-section.pricing-style-two .pricing-image {
  text-align: center;
}

.basic-content h5 {
  font-size: 30px;
  color: #fff;
}

/*/------------------------Pricing Section-------------------------/*/
/*/------------------------Pricing-style-two Section-------------------------/*/
.pricing-section.pricing-style-two .pricing-items-two {
  padding: 0 0;
}
.pricing-section.pricing-style-two .pricing-items-two .basic-content {
  padding: 40px 25px 0 25px;
  text-align: left !important;
}
.pricing-section.pricing-style-two .pricing-items-two .basic-content h5 {
  color: #0b185f;
  font-weight: 700;
  font-size: 30px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f {
  display: flex;
  padding: 40px 25px 12px 25px;
  justify-content: space-between;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f .price .title {
  color: #fff;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f .price span {
  color: #fff;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-menu {
  padding: 50px 25px 0 25px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-button {
  padding: 10px 25px 50px 25px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-button .custom-btn {
  border-radius: 4px;
  text-transform: uppercase;
}

/*/------------------------Pricing-style-two Section-------------------------/*/
/*/------------------------Pricing-style-four Section-------------------------/*/
.pricing-section.pricing-style-four .pricing-item .pricing-image {
  width: 104px;
  margin: 0 0 0 auto;
}
.pricing-section.pricing-style-four .pricing-item .pricing-image img {
  width: 100%;
  height: 100%;
}
.pricing-section.pricing-style-four .pricing-item .basic-content {
  text-align: left;
}

/*/------------------------Pricing-style-four Section-------------------------/*/
/*/------------------------Shop Section-------------------------/*/
.shop-showing-result {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  margin-bottom: 35px;
}
.shop-showing-result .shop-showing-title h4 {
  font-size: 16px;
  color: #0b185f;
  font-weight: 500;
}
.shop-showing-result .shop-showing-icon i {
  font-size: 18px;
  color: #0b185f;
}
.shop-showing-result .shop-showing-icon .icon-1 {
  color: #f08e25;
  margin-right: 10px;
}

.shop-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-area .shop-thumb {
  padding: 10px;
}
.shop-area .shop-thumb img {
  width: 100%;
  height: 100%;
}
.shop-area .shop-content {
  padding: 20px 30px;
}
.shop-area .shop-content a {
  font-size: 18px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
}
.shop-area .shop-content h5 {
  font-size: 16px;
  color: #0b185f;
}
.shop-area .shop-content .shop-icon i {
  color: #f08e25;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.shop-latest {
  margin-left: 15px;
}
.shop-latest h4 {
  font-size: 16px;
  color: #0b185f;
}
.shop-latest h4 a {
  color: #0b185f;
}
.shop-latest h5 {
  font-size: 16px;
  color: #0b185f;
}
.shop-latest i {
  color: #f08e25;
  font-size: 14px;
}

.reply-icon i {
  color: #f08e25;
}

.form-select {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #f0f0f0;
  padding: 15px 31px;
}

.b-post-form-two .b-post-form-area .q-from form .form-group1 input {
  margin-bottom: 0;
  background: #f6fafd;
  padding: 12px 15px;
}
.b-post-form-two .b-post-form-area .q-from form .form-group textarea {
  background: #f6fafd;
  margin-top: 20px;
  padding: 20px 20px 110px;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting {
  color: #555555;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting .comnt-icon {
  padding-left: 4px;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting .comnt-icon i {
  color: #ffcf34;
  font-size: 13px;
}
.b-post-form-two .space-b-post-area {
  padding: 33px 20px 0px 20px !important;
}

/* Shop Pangination */
.shop-pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
.shop-pagination li a {
  font-size: 18px;
  color: #0b185f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-weight: 500;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.shop-pagination li a:hover {
  background: #f08e25;
  color: #fff;
}

/* Shop Single Style */
.s-product-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 20px 25px 0px;
  display: flex;
  margin-bottom: 35px;
}
.s-product-area .s-product-img .s-thumb-wrap {
  max-width: 300px;
  overflow: hidden;
}
.s-product-area .s-product-img .s-thumb-wrap .s-product-thumb {
  max-width: 300px;
  overflow: hidden;
}
.s-product-area .s-product-img .s-thumb-wrap .s-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-product-area .btn {
  margin-bottom: 30px;
}
.s-product-area .small-img-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.s-product-area .small-img-group img {
  margin-right: 10px;
}
.s-product-area .s-product-details {
  padding-right: 15px;
}
.s-product-area .s-product-details h5 {
  font-size: 18px;
  color: #0b185f;
  font-weight: 600;
  margin-top: 10px;
}
.s-product-area .s-product-details .s-product-title h3 {
  font-size: 24px;
  color: #0b185f;
  font-weight: 600;
  margin-bottom: 9px;
}
.s-product-area .s-product-details .s-product-review {
  display: flex;
}
.s-product-area .s-product-details .s-product-review h4 {
  font-size: 16px;
}
.s-product-area .s-product-details .s-product-review .review-icon i {
  font-size: 16px;
  color: #f08e25;
}
.s-product-area .s-product-details .s-product-description h3 {
  font-size: 18px;
  color: #0b185f;
  margin-top: 15px;
  margin-bottom: 6px;
}
.s-product-area .s-product-details .s-product-size-wrapper {
  display: flex;
  margin-top: 30px;
}
.s-product-area .s-product-details .s-product-size-wrapper .s-product-color {
  margin-left: 10px;
}
.s-product-area .s-product-details .s-discount-area {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.s-product-area .s-product-details .s-discount-area .s-discout-nbr {
  display: flex;
  align-items: center;
}
.s-product-area .s-product-details .s-discount-area .s-discout-nbr a {
  border: 1px solid #f0f0f0;
  color: #555555;
  padding: 11px 21px;
}
.s-product-area .s-product-details .s-discount-area .s-discount-code input {
  padding: 10px 0px;
  margin-left: 10px;
  border: 1px solid #f0f0f0;
  font-weight: 500;
  color: #555555;
  outline: none;
  padding-left: 10px;
}
.s-product-area .s-product-details .btn {
  background: #86cf3b;
  padding: 15px 15px;
  width: 100%;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.b-comnts-area .b-comnts-area-accordian {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 20px 20px;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap {
  display: flex;
  align-items: center;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item {
  border: none;
  margin-right: 8px;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-header {
  border: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button:not(.collapsed) {
  color: #0b185f;
  background-color: #f7fbff;
  box-shadow: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #0b185f;
  text-align: left;
  background-color: #f7fbff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  display: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button::after {
  display: none;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body {
  padding: 1rem 0.25rem;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 {
  padding: 16px 0 10px;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area h4 {
  font-weight: 600;
  color: #0b185f;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area p {
  font: 16px;
  color: #555555;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area .comnt-icon i {
  color: #ffcf34;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .shop-b-post-form .b-post-form-title h3 {
  font-size: 24px !important;
}

.shop-cart-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.shop-cart-area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.shop-cart-area table thead td {
  background: #86cf3b;
  color: #fff;
  padding: 21px 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

table tbody td {
  border-bottom: 1px solid #f1f1f1;
}
table tbody .quantity .qtybutton {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  line-height: 50px;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity .qtybutton:hover {
  background: #86cf3b;
  color: #fff;
  cursor: pointer;
}
table tbody .quantity input {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity input:hover {
  background: #86cf3b;
  color: #fff;
  cursor: pointer;
}
table tbody img {
  margin-top: 35px;
  margin-bottom: 40px;
}
table tbody i {
  color: #ffcf34;
  font-size: 18px;
  font-weight: 500;
}
table tbody h4,
table tbody h5 {
  font-size: 18px;
  color: #0b185f;
  font-weight: 500;
}

.shop-coupon-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 25px 20px;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop-coupon-area .shop-coupon-code {
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 10px;
}
.shop-coupon-area .shop-coupon-code input {
  border: none;
  color: #0b185f !important;
  font-weight: 600;
  font-size: 16px;
  outline: none;
}
.shop-coupon-area .shop-coupon-code button {
  border: none;
  outline: none;
  background: #f7fbff;
  text-transform: uppercase;
  font-size: 16px;
  color: #0b185f;
  font-weight: 600;
  padding: 20px 30px;
}
.shop-coupon-area .shop-coupon-code h4 {
  font-size: 16px;
  color: #555;
  margin-right: 20px;
}
.shop-coupon-area .shop-coupon-code a {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  background: #f7fbff;
  padding: 20px;
}
.shop-coupon-area .shop-checkout a {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  background: #f7fbff;
  text-transform: uppercase;
  padding: 20px;
  margin-left: 10px;
}

.shop-shipping-area {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shop-shipping-area h3 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0b185f;
}

.shoping-main-wrap {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}

.shipping-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shipping-wrapper .calculate-shipping-wrapper {
  width: 49%;
}
.shipping-wrapper .calculate-shipping-wrapper .post-code-btn {
  margin-top: 40px;
}
.shipping-wrapper .calculate-shipping-wrapper .post-code-btn .custom-btn {
  border-radius: 4px;
}
.shipping-wrapper .shipping-card-wrapper {
  width: 49%;
}
.shipping-wrapper .shipping-item {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shipping-wrapper .shipping-item .shipping-country select {
  outline: none;
  border: none;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  padding: 10px 10px;
}
.shipping-wrapper .shipping-item .shipping-country h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
}
.shipping-wrapper .shipping-item .shipping-post-code select {
  outline: none;
  border: none;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  padding: 10px 10px;
}
.shipping-wrapper .shipping-item .shipping-post-code h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
  margin-left: 10px;
}
.shipping-wrapper .shipping-card-wrapper .shipping-card-item .s-card-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.shipping-wrapper .shipping-card-wrapper .shipping-card-item .s-card-item h4 {
  font-size: 16px;
  color: #0b185f;
  font-weight: 500;
  padding: 15px 25px;
}

.shop-search-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 0 0 25px 0;
}
.shop-search-area .head-title {
  color: #0b185f;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.shop-search-area .search-wrapper {
  border: 1px solid #f0f0f0;
  padding: 10px 25px;
  margin: 30px 30px 10px;
}
.shop-search-area .search-wrapper .blog-search input {
  border: none;
  outline: none !important;
}
.shop-search-area .cus-accor {
  margin-top: 30px;
}
.shop-search-area .cus-accor .accordion-button:not(.collapsed) {
  color: #0b185f;
  font-size: 16px;
  font-weight: 600;
  background-color: none;
  box-shadow: none;
}
.shop-search-area .cus-accor .accordion-item {
  background: none;
  border: none;
}
.shop-search-area .cus-accor .accordion-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.shop-search-area .cus-accor .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 17px;
  font-weight: 600;
  color: #0b185f;
  /* font-size: 0rem; */
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.shop-search-area .s-wrap-search {
  padding: 20px 20px;
}
.shop-search-area .s-wrap-search .most-popular-area:not(:last-child) {
  margin-bottom: 20px;
}

.shop-search-areas-none {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .s-product-area .s-product-img .s-thumb-wrap {
    max-width: 300px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  .s-product-img {
    margin-bottom: 30px;
  }
  .shoppppp {
    margin-top: 40px;
  }
  .shop-coupon-area .shop-coupon-code {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding: 0px 0px 0px 10px;
  }
  .shop-coupon-area {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    padding: 25px 20px 43px;
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .shipping-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .shipping-wrapper .calculate-shipping-wrapper {
    width: 100%;
  }
  .shipping-wrapper .shipping-card-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .s-product-area .s-product-details .s-discount-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
  }
  .s-product-area .s-product-details .s-discount-area .s-discount-code input {
    margin-left: 0px !important;
  }
  .s-product-area .s-product-details .s-discount-area .s-discout-nbr {
    margin-bottom: 10px;
  }
  .s-product-area .s-product-details .btn {
    width: 85%;
  }
  .form-select {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid #f0f0f0;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 500px) {
  .b-comnts-1.d-flex.align-items-center {
    flex-wrap: wrap;
  }
  .b-comnts-thumb.me-4 {
    margin-bottom: 10px;
  }
  table,
  thead,
  tbody,
  td,
  tr {
    display: block;
  }
  .quantity {
    justify-content: center;
    padding: 5px 0;
  }
  table tbody h4,
  table tbody h5 {
    padding: 7px 0;
  }
  table tbody td {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
  }
  .shop-cart-area table thead td {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 400px) {
  .s-product-area {
    padding: 20px 12px 0px;
  }
  .b-comnts-area .b-comnts-area-accordian {
    padding: 20px 10px;
  }
  .b-post-form-two .space-b-post-area {
    padding: 33px 10px 0px 10px !important;
  }
}
@media screen and (max-width: 395px) {
  .shop-coupon-area .shop-coupon-code input {
    font-weight: 600;
    font-size: 12px;
  }
  .shop-coupon-area .shop-coupon-code button {
    font-size: 11px;
    padding: 20px 20px;
  }
  .shop-coupon-area .shop-checkout a {
    font-size: 14px;
    font-weight: 500;
    color: #0b185f;
    background: #f7fbff;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-left: 0px;
  }
  .shop-coupon-area {
    -webkit-box-shadow: 0px 0px 10px 0px #f0f0f0;
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    padding: 25px 7px 43px;
    margin: 50px 0px;
  }
  .shop-shipping-area h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .shipping-wrapper .shipping-item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  select {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*/------------------------Shop Section-------------------------/*/
/*/------------------------User Section-------------------------/*/
.user-section {
  background: #fffaf8;
}

.trust-item {
  box-shadow: 0px 0px 14px -4px #ccc;
  width: 100px;
  height: 100px;
  line-height: 90px;
  margin: 0 auto;
  border-radius: 8px;
  margin-right: 80px;
  transform: rotate(45deg);
}
.trust-item .trust-image {
  text-align: center;
  transform: rotate(-45deg);
  padding: 3px;
}

@media screen and (max-width: 991px) {
  .one-row {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 575px) {
  .two-row {
    margin-bottom: 55px;
  }
  .trust-item {
    box-shadow: 0px 0px 14px -4px #ccc;
    width: 50%;
    height: 100px;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 8px;
    margin-right: 80px;
    transform: rotate(45deg);
  }
  .trust-item .trust-image {
    text-align: center;
  }
}
/*/------------------------User Section-------------------------/*/
/*/------------------------Working Section-------------------------/*/
.work-section {
  background: #effaff;
}

.work-item .work-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  padding: 50px 15px;
  margin: 0 auto;
  position: relative;
}
.work-item .work-image .ar {
  position: absolute;
  right: -124px;
  top: 73px;
}
.work-item .work-image .work-effect {
  position: absolute;
  top: 0;
  right: 0;
}
.work-item .work-image .work-effect .work-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.work-item .work-image .work-effect .work-icon .works-contents {
  width: 50px;
  padding: 8px;
  text-align: center;
  margin: 0 auto;
}
.work-item .work-image .work-effect .work-icon .works-contents h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.work-item .work-image .work-effect .work-icon .works-contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.work-item .work-content {
  width: 230px;
  text-align: center;
  margin: 0 auto;
}
.work-item .work-content h5 {
  font-size: 24px;
  color: #0b185f;
  font-weight: 600;
  margin-top: 30px;
}
.work-item .work-content p {
  font-size: 15px;
  color: #555555;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .work-item .work-image .ar {
    position: absolute;
    right: -124px;
    top: 73px;
    display: none;
  }
  .work-item .work-image .ar {
    position: absolute;
    right: -124px;
    top: 73px;
    display: none;
  }
}
.work-section.page-six {
  position: relative;
}
.work-section.page-six .sec-shape {
  position: absolute;
  top: 5%;
  right: 0;
}
.work-section.page-six .sec-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gear-rotate {
  animation: rotate 30s infinite linear;
}
.gear-rotate1 {
  animation: fqa-left-right 30s infinite linear;
}
@keyframes fqa-left-right {
  0% {
    margin: 0;
  }
  50% {
    right: 175px;
  }
  100% {
    margin: 0;
  }
}
.gear-left-right {
  animation: fqa-left-right 10s linear infinite;
}
/*/------------------------Newsletter Section-------------------------/*/
.newsletter {
  overflow: hidden;
  padding: 70px 0;
}

.forms-contents h5 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.effect-btns {
  text-decoration: none;
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}
.effect-btns2 {
	background-image: -webkit-linear-gradient(
		145deg,
		rgb(95, 81, 181) 0%,
		rgb(206, 98, 253) 100%
	) !important;
  border: none;
}
.form {
  position: relative;
}
.form input {
  color: #555555;
  width: 100%;
  padding: 25px 35px;
  border: none;
  outline: none;
  border-radius: 2px;
}
.form i {
  position: absolute;
  top: 30px;
  left: 14px;
  color: #86cf3b;
}

.effect-button {
  position: absolute;
  top: 7px;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .forms-contents {
    text-align: center;
    margin: 0 auto 20px;
  }
}
/*/------------------------Newsletter Section-------------------------/*/
/*/------------------------Contact Section-------------------------/*/
.contact-area-left .left-contact-items {
  padding: 20px 0;
}
.contact-area-left .left-contact-items .content .title {
  margin-bottom: 4px;
}
.contact-area-left .left-contact-items .content p {
  font-size: 17px;
  color: #555555;
  font-weight: 500;
}
.contact-area-left .left-contact-items:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.contact-area-right-form .input-group input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0f0f0;
}
.contact-area-right-form .input-group textarea {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  color: #555555;
  padding-bottom: 5px;
  border: 2px solid #f0f0f0;
  padding: 20px 20px 130px;
}
.contact-area-right-form .input-group .custom-btn {
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

/*/------------------------Contact Section-------------------------/*/
/*/------------------------Commingson Section-------------------------/*/
.comming-son-content {
  position: relative;
  z-index: 1;
}
.comming-son-content .title {
  font-size: 54px;
  color: #0b185f;
  font-weight: 800 !important;
  margin-bottom: 15px;
}
.comming-son-content P {
  font-size: 18px;
  color: #555555;
  line-height: 1.5;
}

.notify-area {
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.notify-area input {
  width: 60%;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  border: none;
  border: none;
  background: #fff;
  padding: 10px 15px;
  outline: none;
  height: 70px;
  font-size: 17px;
}
.notify-area .custom-btn {
  border-radius: 0;
  width: 40%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  height: 70px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.counter-wrapper li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
  padding-right: 35px;
  color: #555555;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
.counter-wrapper li span {
  display: block;
  font-size: 36px;
  font-weight: 800;
}

.commning-page {
  position: absolute;
  right: 0;
  bottom: 0;
}
.commning-page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  li {
    font-size: calc(1.125rem * var(--smaller));
  }
  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}
@media screen and (max-width: 757px) {
  .comming-son-content .title {
    font-size: 36px;
  }
  .notify-area .custom-btn {
    border-radius: 0;
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    height: 70px;
  }
}
/*/------------------------Commingson Section-------------------------/*/
/*/------------------------Error Section-------------------------/*/
.error-section {
  position: relative;
}

.error-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.error-content {
  position: relative;
  z-index: 1;
}
.error-content .title {
  font-size: 54px;
  color: #0b185f;
  font-weight: 800;
}
.error-content .error-btn {
  margin-top: 45px;
}
.error-content .error-btn .custom-btn {
  text-transform: uppercase;
  font-size: 16px;
}

.error-thumb {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.error-thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .error-thumb {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .error-content .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  .error-content .title {
    font-size: 29px;
  }
}
/*/------------------------Error Section-------------------------/*/
/*/------------------------Map Section-------------------------/*/
.map-section iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .map-section iframe {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .map-section iframe {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 475px) {
  .map-section iframe {
    width: 100%;
    height: 300px;
  }
}
/*/------------------------Map Section-------------------------/*/
/*/------------------------Footer Section-------------------------/*/
.footer-section {
  background: url(../../assets/images2/footer-shape/bg-1.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.footer-section-six {
  background: url(../../assets/images2/banner/banner6.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.footer-section-seven {
  background: url(../../assets/images2/banner/banner7-f.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.footer-section.footer-styletwo .f-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.49);
}

.footer-top {
  position: relative;
  z-index: 1;
}

.f-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.f-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-shape2 {
  position: absolute;
  top: 0;
  right: 0;
}
.f-shape2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-widget-items .widget-header h3 {
  color: #fff;
  margin-bottom: 30px;
}
.footer-widget-items p {
  color: #fff;
  padding-bottom: 15px;
}
.footer-widget-items .widgetlink ul li {
  margin-bottom: 20px;
}
.footer-widget-items .widgetlink ul li a {
  position: relative;
  display: block;
  color: #fff;
  margin-left: 20px;
}
.footer-widget-items .widgetlink ul li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: -21px;
  top: 5px;
}
.footer-widget-items .widgetlink ul li .loca {
  color: #fff;
  padding: 10px 0;
  display: block;
}
.footer-widget-items .widgetlink ul li .call-bold {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.footer-social-items .widgetlink ul li {
  display: flex;
  align-items: center;
}
.footer-social-items .widgetlink ul li i {
  color: #fff;
}
.footer-social-items .widgetlink ul li a {
  position: relative;
  display: block;
  color: #fff;
  margin-left: 10px;
}
.footer-social-items .widgetlink ul li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: -21px;
  top: 5px;
  display: none;
}

.footer-bottom {
  padding: 30px 0 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
.footer-bottom p {
  color: #fff;
}
.footer-bottom a {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
}

/*/------------------------Footer Section-------------------------/*/
/*/------------------------Footer-style-two Section-------------------------/*/
.footer-section.footer-style-three::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(36, 3, 251, 0.99);
}

/*/------------------------Footer-style-two Section-------------------------/*/
/*/------------------------Footer-style-four Section-------------------------/*/
.footer-section.footer-style-four {
  background: #191930;
}
.footer-section.footer-style-four .newsletter {
  border-bottom: 1px solid #555555;
  position: relative;
  padding: 40px 0;
}
.footer-section.footer-style-four .newsletter .forms-contents h5 {
  margin-bottom: 12px;
}
.footer-section.footer-style-four .newsletter .forms-contents p {
  color: #fff;
}
.footer-section.footer-style-four .footer-bottom {
  background: #fff;
}
.footer-section.footer-style-four .footer-bottom p {
  color: #000;
}
.footer-section.footer-style-four .f-four-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-section.footer-style-four .f-four-shape2 {
  position: absolute;
  bottom: 10%;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .f-four-shape2 {
    position: absolute;
    bottom: 10%;
    right: 0;
    display: none;
  }
  .f-four-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
}
/*/------------------------Footer-style-four Section-------------------------/*/
/*/------------------------Footer-style-five Section-------------------------/*/
.footer-section.footer-style-five {
  background-color: rgb(98, 49, 214);
}
.footer-section.footer-style-five .footer-feature-wrapper {
  border-bottom: 1px solid #7346e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items {
  padding: 22px 40px;
  display: flex;
  align-items: center;
  width: 33.3333333333%;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .thumb {
  margin-right: 15px;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .cont span {
  font-size: 17px;
  display: block;
  color: #fff;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .cont a {
  font-size: 18px;
  font-weight: 500;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items:not(:last-child) {
  border-right: 1px solid #7346e0;
}
.footer-section.footer-style-five .footer-widget-items .widget-header .title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.footer-section.footer-style-five .footer-widget-items .widget-header .title::before {
  position: absolute;
  top: 100%;
  content: "";
  left: 0;
  width: 60px;
  height: 2px;
  background: #7346e0;
}
.footer-section.footer-style-five .footer-widget-items p {
  line-height: 1.7;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five span {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five ul {
  display: flex;
  align-items: center;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five ul li {
  margin-right: 15px;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li {
  display: flex;
  padding-bottom: 6px;
  margin-bottom: 32px;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li .thumb a {
  width: 100px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  padding: 10px 10px;
  margin-right: 20px;
  display: block;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li .thumb img {
  width: 78px;
  height: 67px;
  object-fit: contain;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li .contents span {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li .contents p {
  font-size: 16px;
  color: #fff;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li:not(:last-child) {
  border-bottom: 1px solid #7346e0;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-input input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #7346e0;
  border-radius: 100px;
  background: none;
  color: #fff !important;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-input button {
  border: none;
  outline: none;
  border: 1px solid #7346e0;
  border-radius: 100px;
  background: none;
  color: #fff !important;
  padding: 16px 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
}
.footer-section.footer-style-five .footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-section.footer-style-five .footer-bottom ul li {
  padding-right: 20px;
}
.footer-section.footer-style-five .footer-bottom ul li a {
  display: flex;
  align-items: center;
  color: #0b185f;
  font-weight: 600;
  font-size: 17px;
}
.footer-section.footer-style-five .footer-bottom ul li a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 8px;
  color: #fff;
  background: #0b185f;
}
.footer-section.footer-style-five .footer-bottom ul li:not(:last-child) {
  border-right: 1px solid #efefef;
  margin-right: 20px;
}
.footer-section.footer-style-five .footer-bottom p {
  padding: 0;
  margin: 0;
}
.footer-section.footer-style-five .footer-bottom-five-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .footer-section.footer-style-five .footer-bottom-five-flex {
    justify-content: center;
  }
  .footer-section.footer-style-five .footer-bottom-five-flex p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer-section.footer-style-five {
    background-color: rgb(98, 49, 214);
  }
  .footer-section.footer-style-five .footer-feature-wrapper {
    border-bottom: 1px solid #7346e0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items {
    padding: 22px 40px;
    display: flex;
    align-items: center;
    width: 50%;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .thumb {
    margin-right: 15px;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items:not(:last-child) {
    border-right: 1px solid #7346e0;
  }
}
@media screen and (max-width: 767px) {
  .footer-section.footer-style-five {
    background-color: rgb(98, 49, 214);
  }
  .footer-section.footer-style-five .footer-feature-wrapper {
    border-bottom: 1px solid #7346e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items {
    padding: 22px 40px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .thumb {
    margin-right: 15px;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-section.footer-style-five .footer-bottom .footer-bottom-five-flex {
    justify-content: center;
  }
  .footer-section.footer-style-five .footer-bottom .footer-bottom-five-flex p {
    margin-bottom: 20px;
  }
  .footer-section.footer-style-five .footer-bottom .footer-bottom-five-flex ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-section.footer-style-five .footer-bottom .footer-bottom-five-flex ul li {
    padding-right: 10px;
    margin-right: 10px;
    border: none;
    margin-bottom: 10px;
  }
}
/*/------------------------Footer-style-five Section-------------------------/*/
/*/------------------------Page six style area start here-------------------------/*/
.pricing-section.pricing-style-two.page-six .s1 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .s2 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .s3 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .custom-btn {
  border-radius: 0 !important;
}
.pricing-section.pricing-style-two.page-six .pricing-s-t-f {
  border-radius: 0 !important;
}

.feature-section.page-six .feature-items {
  border-radius: 0px;
  border: none;
  position: relative;
}
.feature-section.page-six .feature-items::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  transition: 0.4s;
}
.feature-section.page-six .feature-items:hover {
  transform: scale(1);
  border: none !important;
  box-shadow: rgba(0, 12, 32, 0.2) 0px 0px 18px 0px;
}
.feature-section.page-six .feature-items:hover::after {
  width: 100%;
}
.feature-section.page-six .feature-items.hover-two::after {
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
}
.feature-section.page-six .feature-items.hover-seven::after {
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%) !important;
}
.feature-section.page-six .feature-items.hover-three::after {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
}
.feature-section.page-six .feature-items.hover-five::after {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
}
.feature-section.page-six .feature-items.hover-six::after {
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%) !important;
}
.feature-section.page-six .feature-thumb {
  margin: 0 auto !important;
  border-radius: 0 !important;
}
.feature-section.page-six .feature-content {
  text-align: center;
  margin-top: 20px;
}

@keyframes moveAndRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
}
.animated-element {
  animation: moveAndRotate 5s linear infinite;
}

/*/------------------------Page six style area start here-------------------------/*//*# sourceMappingURL=style.css.map */

/*/ seo/*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,100;1,300;1,400;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,400;1,200;1,400&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-family: "Titillium Web", sans-serif;
}

h1 {
  font-size: 38px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

/**---Variable---**/
/**---Variable---**/
body {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}

.text-color-white {
  color: #fff !important;
}

.text-color-black {
  color: #000 !important;
}

.text-color-theme {
  color: #0b185f !important;
}

.text-pra {
  color: #555 !important;
}

.theme1 {
  color: #86cf3b !important;
}

.theme2 {
  color: #ffb400 !important;
}

.theme3 {
  color: #47a1f2 !important;
}

.theme4 {
  color: #ff739c !important;
}

.theme5 {
  color: #d26dfb !important;
}

.theme6 {
  color: #00c08c !important;
}

.theme7 {
  color: #009cff !important;
}

.bg-one {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%) !important;
  box-shadow: 0px 8px 30px 0px rgba(38, 204, 133, 0.36) !important;
}

.bg-two {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(255, 114, 58, 0.36) !important;
}

.bg-three {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(233, 89, 197, 0.36) !important;
}

.bg-four {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(1, 203, 173, 0.36) !important;
}

.bg-five {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
  box-shadow: 4.659px 17.387px 24px 0px rgba(95, 81, 181, 0.36) !important;
}

.bg-six {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%) !important;
  box-shadow: 0px 18px 24px 0px rgba(248, 118, 158, 0.36) !important;
}

.bg-seven {
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}

.bg-eight {
  border-radius: 28px !important;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
  box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36) !important;
}

.bg-nine {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
}

.bg-ten {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
}

.bg-11 {
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}

.bg-b1 {
  background-image: -webkit-linear-gradient(90deg, rgb(255, 217, 253) 0%, rgb(202, 243, 255) 100%);
}

.bg-b2 {
  background-image: -webkit-linear-gradient(90deg, rgb(215, 238, 255) 0%, rgb(255, 231, 225) 100%);
}

.bg-b3 {
  background-image: -webkit-linear-gradient(90deg, rgb(234, 232, 255) 0%, rgb(255, 237, 214) 100%);
}

.bg-b4 {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
}

.bg-5 {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%);
}

.bg-6 {
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%);
}

.bg-7 {
  background-color: rgb(239, 255, 251);
}

.bg-8 {
  background-color: rgb(240, 243, 255);
}

.bg-9 {
  background-color: rgb(255, 247, 240);
}

.s1 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(38, 204, 133, 0.2) !important;
}

.s2 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(255, 180, 0, 0.2) !important;
}

.s3 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(71, 161, 242, 0.2) !important;
}

.borderf-top {
  border: 1px solid #8864fa !important;
}

.border-f2 {
  border-top: 1px solid #1c1d46 !important;
}

.border-f3 {
  border-top: 1px solid #3a59fb !important;
}

.border-f4 {
  border-top: 1px solid #1c1d46 !important;
}

.menu-border-2 {
  border-bottom: 1px solid #0e1c61 !important;
}

.menu-border-3 {
  border-bottom: 1px solid #687afc !important;
}

.menu-border-4 {
  border-bottom: 1px solid #f7f7f7 !important;
}

.menu-border-5 {
  border-bottom: 1px solid #f7f7f7 !important;
}
.menu-border-7 {
  border-bottom: 1px solid #b85fef  !important;
}
.iconbg1 {
  background: #64ce56 !important;
}

.iconbg2 {
  background: #ff6565 !important;
}

.iconbg3 {
  background: #ffb400 !important;
}

.iconbg4 {
  background: #47a1f2 !important;
}

.custom-btn {
  border-radius: 100px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  padding: 15px 30px;
  margin-right: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.custom-btn i {
  padding-left: 8px;
  font-size: 16px;
}

.custom-btn-two {
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.custom-btn-two i {
  padding-left: 8px;
  font-size: 16px;
}

.image_w_f img {
  width: 100%;
}

/*--??/Responsive/??--*/
@media screen and (max-width: 1366px) {
  .banner-shape {
    position: absolute;
    bottom: 0;
    right: -9px;
    display: none;
  }
  .banner-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 991px) {
  .banner-thumb {
    margin: 40px auto 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .banner-content {
    max-width: 600px;
    padding: 0 20px;
  }
  .banner-content .banner-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 18px;
    color: #fff;
  }
  .banner-content .banner-button-area {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
  }
  .banner-content .banner-button-area .custom-btn {
    margin-bottom: 10px;
  }
}
/*/------------------------Section-Header-------------------------/*/
/*/------------------------Overflow-Header-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
.banner-section,
.feature-section,
.service-section,
.gallery-section,
.choose-section,
.pricing-section,
.work-section,
.blog-section,
.footer-section,
.domain-section,
.global-section,
.customar-section,
.user-section,
.newsletter,
.manesment-section,
.sponsor-section,
.video-section,
.risk-manesment,
.team-single,
.shop-section,
.cart-section,
.contact-section,
.error-section,
.screenshoot-section {
  overflow: hidden;
}

/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Section-Header-------------------------/*/
.section-header .header-content {
  max-width: 500px;
}
.section-header .header-content .section-title {
  color: #f08e25;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-header .header-content .section-sub {
  color: #0b185f;
  font-size: 36px;
  font-weight: 800 !important;
}
.section-header .header-content p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
}

.section-center {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 500px;
}

@media screen and (max-width: 575px) {
  .section-header .header-content {
    max-width: 500px;
  }
  .section-header .header-content .section-title {
    color: #f08e25;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .section-header .header-content .section-sub {
    color: #0b185f;
    font-size: 32px;
  }
  .section-header .header-content p {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
  }
}
@media screen and (max-width: 490px) {
  .section-header .header-content {
    max-width: 500px;
  }
  .section-header .header-content .section-title {
    color: #f08e25;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .section-header .header-content .section-sub {
    color: #0b185f;
    font-size: 26px;
  }
  .section-header .header-content p {
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
  }
}
/*/------------------------Section-Header-------------------------/*/
/*/------------------------Banner Section-------------------------/*/
.banner-section {
  background: url(../../assets/images3/banner/bg.jpeg) no-repeat center center;
  background-size: cover;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}

.banner-six {
  background: url(../../assets/images3/banner/banner6.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.banner-six::before {
  display: none;
}
.banner-seven {
  background: url(../../assets/images3/banner/banner7.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.s3-shape {
  position: absolute;
  top: 0;
  left: 0;
  animation: zoominout 10s infinite;
  animation-delay: 2s;
}

@keyframes zoominout {
  50% {
    transform: scale(1.2);
  }
}
.s4-shape {
  position: absolute;
  top: 0;
  right: 0;
  animation: zoominout 6s infinite;
  animation-delay: 2s;
}

.banner-shape {
  position: absolute;
  bottom: 0;
  right: -9px;
}
.banner-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.banner-content .banner-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.banner-content .banner-button-area {
  margin-top: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-content .banner-button-area .custom-btn {
  display: block;
}

.banner-thumb {
  position: relative;
  margin-bottom: -46px;
  z-index: 1;
}

.s1-shape {
  position: absolute;
  top: 30px;
  left: -145px;
}

.s2-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .s1-shape {
    position: absolute;
    top: 30px;
    left: -145px;
    display: none;
  }
  .s2-shape {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .banner-title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 400px) {
  .banner-content .banner-title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
  }
}
/*/------------------------Banner Section-------------------------/*/
/*/------------------------Banner-style-two Section-------------------------/*/
.banner-section.banner-style-two {
  background: url(../../assets/images3/banner/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section.banner-style-two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.49);
}
.banner-section.banner-style-two .menu-flex-area {
  border: none;
}
.banner-section.banner-style-two .banner-thumb {
  max-width: 570px;
  margin-bottom: 0;
  position: relative;
}
.banner-section.banner-style-two .banner-thumb img {
  width: 100%;
  height: 100%;
}
.banner-section.banner-style-two .banner-thumb .b-t-price {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 23px;
  left: 20px;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .price {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .price span {
  font-size: 18px;
  display: block;
}
.banner-section.banner-style-two .banner-content .ban-sub {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.banner-section.banner-style-two .banner-content ul li {
  color: #fff;
}
.banner-section.banner-style-two .banner-content ul li i {
  color: #ffcf34;
  margin-right: 8px;
}
.banner-section.banner-style-two .banner-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.banner-section.banner-style-two .banner-content .banner-button-area .play-btn img {
  margin-right: 10px;
}
.banner-section.banner-style-two .banner-content .banner-button-area .play-btn p {
  width: 100px;
  width: 147px;
  margin-bottom: 0;
}

@media screen and (max-width: 400px) {
  .banner-section.banner-style-two {
    background: url(../../assets/images3/banner/banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .banner-section.banner-style-two .banner-content .ban-sub {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }
}
/*/------------------------Banner-style-two Section-------------------------/*/
/*/------------------------Banner-style-three Section-------------------------/*/
.banner-section.banner-style-three {
  background: url(../../assets/images3/banner/banner-bg1.png) no-repeat center center;
  background-size: cover;
}
.banner-section.banner-style-three .banner-thumb {
  margin-bottom: 0;
  max-width: 754px;
}
.banner-section.banner-style-three .banner-thumb img {
  width: 100%;
  height: 100%;
}

/*/------------------------Banner-style-three Section-------------------------/*/
/*/------------------------Banner-style-four Section-------------------------/*/
.banner-section.banner-style-four {
  background: #fffcf8;
  overflow: hidden;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn {
  border-radius: 4px;
  padding: 9px 20px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn i {
  font-size: 36px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn .cont span {
  font-size: 14px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn .cont .google {
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.banner-section.banner-style-four .banner-thumb {
  max-width: 400px;
}
.banner-section.banner-style-four .banner-thumb img {
  width: 100%;
  height: 100%;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape1 {
  position: absolute;
  top: 13%;
  left: -25%;
  animation: btb 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape2 {
  position: absolute;
  top: 61%;
  left: -25%;
  animation: btb3 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape3 {
  position: absolute;
  top: 6%;
  right: -23%;
  animation: btb3 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape4 {
  position: absolute;
  top: 51%;
  right: -25%;
  animation: btb 2s linear infinite;
  animation-delay: 2s;
}

.banner-style-four-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-style-four-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@keyframes btb {
  50% {
    transform: translateX(20px);
  }
}
@keyframes btb3 {
  50% {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 767px) {
  .banner-section.banner-style-four .banner-thumb {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .b-four-thumb-shape1,
  .b-four-thumb-shape2,
  .b-four-thumb-shape3,
  .b-four-thumb-shape4 {
    display: none;
  }
}
/*/------------------------Banner-style-four Section-------------------------/*/
/*/------------------------Banner-style-five Section-------------------------/*/
.banner-section.banner-style-five {
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.banner-section.banner-style-five .banner-content .sub {
  font-size: 20px;
  font-weight: 500;
  color: #f08e25;
  margin-bottom: 15px;
  display: block;
}
.banner-section.banner-style-five .banner-thumb {
  max-width: 752px;
}
.banner-section.banner-style-five .banner-thumb img {
  width: 100%;
  height: 100%;
}

.bann-five-shape {
  position: absolute;
  bottom: 0;
  left: 250px;
  animation: zoominout 10s infinite;
}

@media screen and (max-width: 767px) {
  .banner-section.banner-style-five .banner-thumb {
    max-width: 752px;
    margin-top: 30px;
  }
}
/*/------------------------Banner-style-five Section-------------------------/*/
/*/------------------------Breadcrumdbanner-one Section-------------------------/*/
.banner-section.breadcrumd-banner-one {
  background: url(../../assets/images3/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one {
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .banner-section.breadcrumd-banner-one {
    background: url(../../assets/images3/banner/banner3.jpg) no-repeat center center;
    background-size: cover;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one .title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one p {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
  }
}
/*/------------------------Breadcrumdbanner-one Section-------------------------/*/
/*/------------------------Breadcrumdbanner-two Section-------------------------/*/
.banner-section.breadcrumb-banner-two {
  background: #fffcf8;
}
.banner-section.breadcrumb-banner-two .breadcrumd-content-one .title {
  color: #0b185f;
}
.banner-section.breadcrumb-banner-two .breadcrumd-content-one p {
  color: #555555;
}

/*/------------------------Breadcrumdbanner-two Section-------------------------/*/
/*/------------------------sponsor Section-------------------------/*/
.sponsor-wrapper .sponsor-items {
  width: 82px;
  height: 100px;
}
.sponsor-wrapper .sponsor-items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*/------------------------sponsor Section-------------------------/*/
/*/------------------------Domain Section-------------------------/*/
.domain-section {
  background: url(../../assets/images3/domain/domain.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.domain-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(214, 183, 99, 0.05);
}
.domain-section .section-header {
  position: relative;
}

.domain-custom-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.domain-custom-wrapper input {
  width: 90%;
  height: 60px;
  border: none;
  text-align: center;
  position: relative;
  outline: none;
}
.domain-custom-wrapper .domain-btn {
  position: absolute;
  top: 4px;
  left: 6px;
  height: 50px;
  text-align: center;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.domain-custom-wrapper .domain-btn .form-select-lg {
  background: none;
  border: none;
  padding: 10px 60px;
  color: #fff;
}
.domain-custom-wrapper .domain-btn .form-select-lg option {
  background: #f08e25;
}
.domain-custom-wrapper .form-control:focus {
  border: none;
}
.domain-custom-wrapper .domain-search {
  width: 10%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-left: 1px solid rgba(212, 202, 202, 0.9);
}
.domain-custom-wrapper .domain-search a i {
  color: #0b185f;
}

.domain-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-around;
}
.domain-name li {
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  font-weight: 800;
  font-size: 17px;
  color: #000;
  margin-left: 42px;
}
.domain-name li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #86cf3b;
  border-radius: 50%;
}
.domain-name li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #f08e25;
  border-radius: 50%;
}
.domain-name li:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #47a1f2;
  border-radius: 50%;
}
.domain-name li:nth-child(4)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #e85aca;
  border-radius: 50%;
}
.domain-name li:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #c060f4;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .domain-custom-wrapper input {
    width: 80%;
  }
  .domain-custom-wrapper .domain-search {
    width: 20%;
  }
  .domain-custom-wrapper .domain-btn {
    position: absolute;
    top: 100%;
    left: 6px;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    background-image: -webkit-linear-gradient(145deg, #ff4f58 0%, #ffb400 100%);
  }
  .domain-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 110px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
/*/------------------------Domain Section-------------------------/*/
/*/------------------------Feature Section-------------------------/*/
.cover-btn {
  text-align: center;
  margin: 50px auto 0 auto;
}

.feature-items {
  text-align: center;
  margin: 0 auto;
  padding: 60px 30px;
  border-radius: 12px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 0px rgba(0, 12, 32, 0.05);
  transition: all 0.4s;
}
.feature-items .feature-shapebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 249px;
  height: 249px;
}
.feature-items .feature-shapebg img {
  width: 100%;
  height: 100%;
}
.feature-items .feature-shape {
  position: absolute;
  top: 39px;
  left: 35px;
}
.feature-items:hover {
  transform: scale(1.1);
}
.feature-items .feature-thumb {
  border-radius: 50%;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  box-shadow: 0px 8px 30px 0px rgba(38, 204, 133, 0.36);
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.feature-items .feature-thumb .thumb {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  line-height: 70px;
}
.feature-items .feature-thumb .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-items .feature-content .title,
.feature-items .feature-content .title2,
.feature-items .feature-content .title3,
.feature-items .feature-content .title4 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}
.feature-items .feature-content .title a,
.feature-items .feature-content .title2 a,
.feature-items .feature-content .title3 a,
.feature-items .feature-content .title4 a {
  color: #0b185f;
}
.feature-items .feature-content .title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}
.feature-items .feature-content .title2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.feature-items .feature-content .title3::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
}
.feature-items .feature-content .title4::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
}
.feature-items .feature-content .title a {
  color: #0b185f;
  font-size: 24px;
}

@media screen and (max-width: 420px) {
  .feature-section.host-section .host-itmes {
    padding: 60px 15px !important;
    text-align: left;
    border-bottom: 5px solid #fff;
  }
}
/*/------------------------Feature Section-------------------------/*/
/*/------------------------Feature-Style-two Section-------------------------/*/
.feature-section.feature-style-two .feature-items .feature-thumb {
  border-radius: 4px;
}

/*/------------------------Feature-Style-two Section-------------------------/*/
/*/------------------------Feature-Style-three Section-------------------------/*/
.feature-section.feature-style-three .feature-items {
  border-bottom: 0 !important;
  position: relative;
}
.feature-section.feature-style-three .feature-items .feature-thumb {
  border-radius: 50% !important;
}
.feature-section.feature-style-three .feature-items .storke {
  color: transparent;
  -webkit-text-stroke: 1px #86cf3b;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke2 {
  color: transparent;
  -webkit-text-stroke: 1px #ffa50d;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke3 {
  color: transparent;
  -webkit-text-stroke: 1px #3fa6ea;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke4 {
  color: transparent;
  -webkit-text-stroke: 1px #ed57af;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke5 {
  color: transparent;
  -webkit-text-stroke: 1px #6652b9;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke6 {
  color: transparent;
  -webkit-text-stroke: 1px #c15df2;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke,
.feature-section.feature-style-three .feature-items .storke1,
.feature-section.feature-style-three .feature-items .storke2,
.feature-section.feature-style-three .feature-items .storke3,
.feature-section.feature-style-three .feature-items .storke4,
.feature-section.feature-style-three .feature-items .storke5,
.feature-section.feature-style-three .feature-items .storke6 {
  position: absolute;
  top: 16%;
  right: 12%;
}

/*/------------------------Feature-Style-three Section-------------------------/*/
/*/------------------------Host-style-five Section-------------------------/*/
.feature-section.host-style-five .feature-items {
  text-align: center !important;
  margin: 0 auto !important;
}
.feature-section.host-style-five .feature-items .feature-thumb {
  border-radius: 50% !important;
  margin: 0 auto 20px !important;
}

/*/------------------------Host-style-five Section-------------------------/*/
/*/------------------------Manesment Section-------------------------/*/
.manesment-section {
  overflow: hidden;
}

.section-bg {
  background: #fffeef !important;
}

.section-bg2 {
  background: #ffffff !important;
}

.section-bg3 {
  background: #effff8 !important;
}

.section-bg4 {
  background: #fafbff !important;
}

.section-bg5 {
  background: #fff !important;
}

.section-bg6 {
  background: #fffceb !important;
}

.manesment-thumb {
  max-width: 736px;
}
.manesment-thumb img {
  width: 100%;
  height: 100%;
}

.manesment-content {
  margin-top: 30px;
}
.manesment-content .manesment-tabing {
  margin-top: 33px;
}
.manesment-content .manesment-tabing .accordion-item {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
  border: none;
  margin-top: 10px;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button {
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #0b185f;
  background: #fff;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button .thumb {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0b185f;
  background-color: #fff;
  box-shadow: none;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.manesment-content .manesment-tabing .accordion-item .accordion-body {
  padding-left: 70px;
  padding-top: 0px;
}

@media screen and (max-width: 350px) {
  .manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button .thumb {
    margin-right: 10px;
    width: 44px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
  }
}
/*/------------------------Manesment Section-------------------------/*/
/*/------------------------RiskManesment Section-------------------------/*/
.risk-manesment-items {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.risk-manesment-items .risk-manesment-tumb {
  margin-right: 15px;
  max-width: 260px;
}
.risk-manesment-items .risk-manesment-tumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.risk-manesment-items .risk-manesment-content {
  width: 60%;
  padding: 15px 21px;
}
.risk-manesment-items .risk-manesment-content .title {
  color: #0b185f;
  margin-bottom: 15px;
}
.risk-manesment-items .risk-manesment-content p {
  color: #555555;
  font-size: 18px;
}
.risk-manesment-items .risk-manesment-content .risk-btn {
  color: #f08e25;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .risk-manesment-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  }
  .risk-manesment-items .risk-manesment-tumb {
    margin-right: 15px;
    max-width: 260px;
  }
  .risk-manesment-items .risk-manesment-tumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .risk-manesment-items .risk-manesment-content {
    width: 100%;
    padding: 15px 21px;
  }
  .risk-manesment-items .risk-manesment-content .title {
    color: #0b185f;
    margin-bottom: 15px;
  }
  .risk-manesment-items .risk-manesment-content p {
    color: #555555;
    font-size: 18px;
  }
  .risk-manesment-items .risk-manesment-content .risk-btn {
    color: #f08e25;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
/*/------------------------RiskManesment Section-------------------------/*/
/*/------------------------Global Section-------------------------/*/
.global-section {
  background: #fefff1;
}

.global-content .team-a li {
  margin-bottom: 10px;
}
.global-content .team-a li img {
  margin-right: 9px;
}

.global-thumb {
  max-width: 770px;
}
.global-thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .global-thumb {
    max-width: 770px;
    margin-top: 40px;
    width: 100%;
    height: 100%;
  }
}
/*/------------------------Global Section-------------------------/*/
/*/------------------------Host Section-------------------------/*/
.feature-section.host-section .host-itmes {
  padding: 60px 55px;
  text-align: left;
  border-bottom: 5px solid #fff;
}
.feature-section.host-section .host-itmes .feature-thumb {
  border-radius: 4px;
  margin: 0 0 auto 0;
  margin-bottom: 17px;
}
.feature-section.host-section .host-itmes .feature-content .f-title {
  margin-bottom: 15px;
}
.feature-section.host-section .host-itmes .feature-content .f-title a {
  color: #000;
}
.feature-section.host-section .host-itmes:hover {
  border-bottom: 5px solid #86cf3b;
}
.feature-section.host-section .hover-two:hover {
  border-bottom: 5px solid #ffb003;
}
.feature-section.host-section .hover-three:hover {
  border-bottom: 5px solid #47a1f2;
}
.feature-section.host-section .hover-four:hover {
  border-bottom: 5px solid #e959c3;
}
.feature-section.host-section .hover-five:hover {
  border-bottom: 5px solid #6151b6;
}
.feature-section.host-section .hover-six:hover {
  border-bottom: 5px solid #bb5cfa;
}
.feature-section.host-section .hover-seven:hover {
  border-bottom: 5px solid #e959c5;
}
.feature-section.host-section .hover-eight:hover {
  border-bottom: 5px solid #ff6247;
}

/*/------------------------Host Section-------------------------/*/
/*/------------------------Customar Section-------------------------/*/
.customar-section {
  background: #fffdf6;
  overflow: hidden;
}

.map-image {
  position: relative;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}
.map-image img {
  width: 100%;
  height: 100%;
}

.image-effect-one {
  position: absolute;
  top: 0px;
  left: 40%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}
.image-effect-one .avtive-popup {
  background: #fff;
  opacity: 1 !important;
  transform: scale(1) !important;
}

@keyframes zmin {}
.image-effect-two {
  position: absolute;
  top: 112px;
  left: 15%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-three {
  position: absolute;
  left: 29%;
  bottom: 112px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-four {
  position: absolute;
  right: 18%;
  top: 102px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-five {
  position: absolute;
  left: 55%;
  top: 49%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-six {
  position: absolute;
  right: 16%;
  bottom: 96px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-one .popup-area,
.image-effect-two .popup-area,
.image-effect-three .popup-area,
.image-effect-four .popup-area,
.image-effect-five .popup-area,
.image-effect-six .popup-area {
  transform: scale(0);
  opacity: 0;
  position: absolute;
  top: 46px;
  transition: all 0.4s;
  left: -131px;
  z-index: 1;
  width: 350px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
}
.image-effect-one .popup-area .designation,
.image-effect-two .popup-area .designation,
.image-effect-three .popup-area .designation,
.image-effect-four .popup-area .designation,
.image-effect-five .popup-area .designation,
.image-effect-six .popup-area .designation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-effect-one .popup-area .designation .name,
.image-effect-two .popup-area .designation .name,
.image-effect-three .popup-area .designation .name,
.image-effect-four .popup-area .designation .name,
.image-effect-five .popup-area .designation .name,
.image-effect-six .popup-area .designation .name {
  font-size: 16px;
  font-weight: 600;
}
.image-effect-one .popup-area .designation .name span,
.image-effect-two .popup-area .designation .name span,
.image-effect-three .popup-area .designation .name span,
.image-effect-four .popup-area .designation .name span,
.image-effect-five .popup-area .designation .name span,
.image-effect-six .popup-area .designation .name span {
  font-size: 14px;
  color: #555555;
}
.image-effect-one .popup-area .designation .star span i,
.image-effect-two .popup-area .designation .star span i,
.image-effect-three .popup-area .designation .star span i,
.image-effect-four .popup-area .designation .star span i,
.image-effect-five .popup-area .designation .star span i,
.image-effect-six .popup-area .designation .star span i {
  font-size: 14px;
  color: #ffcf34;
}
.image-effect-one .popup-area::before,
.image-effect-two .popup-area::before,
.image-effect-three .popup-area::before,
.image-effect-four .popup-area::before,
.image-effect-five .popup-area::before,
.image-effect-six .popup-area::before {
  position: absolute;
  z-index: -1;
  transform: rotate(90deg);
  content: "";
  border-style: solid;
  left: 150px;
  top: -14px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff;
}
.image-effect-one:hover .popup-area,
.image-effect-two:hover .popup-area,
.image-effect-three:hover .popup-area,
.image-effect-four:hover .popup-area,
.image-effect-five:hover .popup-area,
.image-effect-six:hover .popup-area {
  background: #fff;
  opacity: 1;
  transform: scale(1);
  top: 56px;
}

.image-effect-one:hover .popup-area {
  display: none;
}

@media screen and (max-width: 1199px) {
  .image-effect-one {
    position: absolute;
    display: none;
    top: 0px;
    left: 40%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .avtive-popup {
    background: #fff;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
  .image-effect-two {
    position: absolute;
    top: 10%;
    left: 19%;
  }
  .image-effect-four {
    position: absolute;
    right: 25%;
    top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .map-image {
    position: relative;
    text-align: center;
    max-width: 1170px;
    min-height: 1400px;
    margin: 270px auto -613px;
  }
  .image-effect-two {
    position: absolute;
    top: -234px;
    left: 50%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-three {
    position: absolute;
    left: 50%;
    bottom: 794px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-four {
    position: absolute;
    right: 40%;
    top: 30px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-five {
    position: absolute;
    left: 50%;
    top: 21%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-six {
    position: absolute;
    display: none;
    left: 50%;
    top: 96px;
    margin-top: 120px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .pop,
  .image-effect-two .pop,
  .image-effect-three .pop,
  .image-effect-four .pop,
  .image-effect-five .pop,
  .image-effect-six .pop {
    background: #fff;
    opacity: 1;
    transform: scale(1);
    top: 56px;
  }
}
@media screen and (max-width: 460px) {
  .map-image {
    position: relative;
    text-align: center;
    max-width: 1170px;
    min-height: 1400px;
    margin: 270px auto -613px;
  }
  .image-effect-two {
    position: absolute;
    top: -234px;
    left: 45%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-three {
    position: absolute;
    left: 45%;
    bottom: 794px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-four {
    position: absolute;
    right: 39%;
    top: 30px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-five {
    position: absolute;
    left: 45%;
    top: 21%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-six {
    position: absolute;
    display: none;
    left: 45%;
    top: 96px;
    margin-top: 120px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .pop,
  .image-effect-two .pop,
  .image-effect-three .pop,
  .image-effect-four .pop,
  .image-effect-five .pop,
  .image-effect-six .pop {
    background: #fff;
    opacity: 1;
    transform: scale(1);
    top: 56px;
    width: 289px;
    padding: 20px 25px;
  }
  .image-effect-one .pop .designation,
  .image-effect-two .pop .designation,
  .image-effect-three .pop .designation,
  .image-effect-four .pop .designation,
  .image-effect-five .pop .designation,
  .image-effect-six .pop .designation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
}
/*/------------------------Customar Section-------------------------/*/
/*/------------------------Service Section-------------------------/*/
.service-section {
  background: #fffceb;
}

.service-items {
  padding: 30px 50px;
  position: relative;
  transition: 0.3s;
}
.service-items .service-thumb {
  margin-bottom: 20px;
}
.service-items .service-content {
  max-width: 340px;
}
.service-items .service-content .title {
  color: #fff;
  margin-bottom: 10px;
}
.service-items .service-content p {
  color: #fff;
}
.service-items .s-shape {
  position: absolute;
  top: 20%;
  left: 50%;
  opacity: 9;
  animation: updownleftright 4s linear infinite;
}
.service-items .s-shape i {
  color: #ccc;
}
.service-items .s-shape img {
  width: 100%;
  height: 100%;
}

@keyframes updownleftright {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 420px) {
  .service-items {
    padding: 30px 15px;
  }
  .service-items .service-content .title {
    color: #fff;
    font-size: 22px;
  }
}
/*/------------------------Service Section-------------------------/*/
/*/------------------------Service-five Section-------------------------/*/
.service-style-four.service-style-five .sercive-four-content-about .custom-btn {
  border-radius: 100px;
}
.service-style-four.service-style-five .service-four-thumb {
  max-width: 690px;
}
.service-style-four.service-style-five .service-four-thumb img {
  width: 100%;
  height: 100%;
}

.service-style-four.service-style-five-one .service-four-thumb {
  max-width: 584px;
}
.service-style-four.service-style-five-one .service-four-thumb img {
  width: 100%;
  height: 100%;
}
.service-style-four.service-style-five-one .service-four-wrapper-four .four-service-items .thumb {
  width: 50px !important;
  height: 50px !important;
}

/*/------------------------Service-five Section-------------------------/*/
/*/------------------------Service-five-two Section-------------------------/*/
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items {
  padding: 30px 40px;
  height: 250px;
}
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .thumb {
  width: 100px;
  height: 95px;
  line-height: 91px;
}
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content {
  width: calc(100% - 100px);
}

@media screen and (max-width: 500px) {
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items {
    padding: 30px 40px;
    height: 350px;
    flex-wrap: wrap;
  }
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .thumb {
    width: 100px;
    height: 95px;
    line-height: 91px;
  }
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content .title {
    font-size: 19px;
  }
}
/*/------------------------Service-five-two Section-------------------------/*/
/*/------------------------Service-style-four Section-------------------------/*/
.service-style-four {
  background: #fffcfa;
  overflow: hidden;
}
.service-style-four .service-four-content {
  position: relative;
  z-index: 999;
}
.service-style-four .service-four-content .service-four-wrapper {
  margin-top: 60px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items {
  background: #fff;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content {
  width: calc(100% - 75px);
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content .title {
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 10px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content p {
  color: #555555;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items:not(:last-child) {
  margin-bottom: 35px;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items {
  background: none;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  padding: 15px 0 !important;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items .thumb {
  width: 45px;
  height: 45px;
  line-height: 48px;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items .thumb i {
  color: #fff;
  font-size: 21px;
}
.service-style-four .bg-img-service {
  background: url(../../assets/images3/feature/shape-bg.png) no-repeat center center;
  background-size: contain;
  max-width: 600px;
  padding: 100px;
}
.service-style-four .bg-img-service .service-four-thumb {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 404px;
  z-index: 5;
}
.service-style-four .bg-img-service .service-four-thumb img {
  width: 100%;
  height: 100%;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle {
  position: absolute;
  top: 129px;
  left: -207px;
  z-index: -1;
  width: 744px;
  animation: handed 18s linear infinite;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle img {
  width: 100%;
  height: 100%;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle-two {
  position: absolute;
  top: 0px;
  left: -207px;
  z-index: -1;
  width: 744px;
  animation: handed 18s linear infinite;
}

.service-style-four-four {
  background: #fff;
}

.sercive-four-content-about .section-header .header-content p {
  font-size: 17px;
  line-height: 1.7;
}
.sercive-four-content-about .custom-btn {
  border-radius: 4px;
}

@keyframes handed {
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 400px) {
  .service-style-four .service-four-content .service-four-wrapper .four-service-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb {
    width: 75px;
    object-fit: contain;
    margin-bottom: 15px;
  }
  .service-style-four .service-four-content .service-four-wrapper .content {
    width: 100% !important;
  }
}
/*/------------------------Service-style-four Section-------------------------/*/
/*/------------------------Service-style-single Section-------------------------/*/
.service-single .services-s-all-service {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.service-single .services-s-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 30px;
}
.service-single .services-s-item a {
  font-size: 18px;
  font-weight: 500;
  color: #0b185f;
  transition: all 0.3s ease-in-out;
}
.service-single .services-s-item a:hover {
  color: #0b185f;
}
.service-single .services-s-item a i {
  padding-right: 5px;
}
.service-single .services-s-item li {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-single .services-s-item li:last-child {
  border-bottom: none;
}

.service-s-about {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.service-s-about .services-s-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-s-about p {
  padding: 25px 30px;
  color: #555555;
  font-size: 17px;
}
.service-s-about .services-thumb {
  max-width: 350px;
  text-align: center;
  margin: 30px;
  background: #f8faff;
}
.service-s-about .services-thumb img {
  width: 100%;
  height: 100%;
}
.service-s-about .services-download-area {
  padding: 25px 30px;
}
.service-s-about .services-download-area h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 30px;
}
.service-s-about .services-download-area .download-pdf {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
}
.service-s-about .services-download-area .download-pdf a {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
  color: #ffcf34 !important;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-pdf i {
  margin-left: 20px;
}
.service-s-about .services-download-area .download-pdf h4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffcf34 !important;
  margin-right: 30px;
}
.service-s-about .services-download-area .download-zip {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
  margin-top: 15px;
}
.service-s-about .services-download-area .download-zip a {
  display: flex;
  padding: 10px 15px;
  color: #0b185f;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-zip h4 {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  margin-right: 30px;
}
.service-s-about .services-download-area .download-zip i {
  margin-left: 20px;
}

.s-contact-info {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.s-contact-info h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info:last-child {
  border: none;
}
.s-contact-info .s-c-info i {
  font-size: 20px;
  color: #0b185f;
  padding-right: 15px;
}
.s-contact-info .s-c-info .c-info-details {
  padding-left: 8px;
}
.s-contact-info .s-c-info .c-info-details h4 {
  color: #0b185f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.s-contact-info .s-c-info .c-info-details h5 {
  font-size: 16px;
  color: #555555;
}

.services-single-right .service-overview .overview-thumb {
  max-width: 860px;
}
.services-single-right .service-overview .overview-thumb img {
  width: 100%;
  height: 100%;
}
.services-single-right .service-overview .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .service-overview .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .services-single-work {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.services-single-right .services-single-work .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .services-single-work .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .services-single-work .services-single-work-thumb {
  margin-left: 20px;
}
.services-single-right .services-single-work .left-thumb {
  margin-right: 20px;
}
.services-single-right .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .space {
  margin-top: 30px;
  margin-bottom: 30px;
}
.services-single-right .service-s-range-area {
  display: flex;
  align-items: center;
}
.services-single-right .service-s-range-area .service-s-range-item {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.services-single-right .service-s-range-area .service-s-range-item .range-thumb {
  width: 100%;
}
.services-single-right .service-s-range-area .service-s-range-item .range-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content {
  padding: 20px 25px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content h3 {
  color: #0b185f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content p {
  font-size: 17px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn {
  font-size: 17px;
  font-weight: 700;
  color: #0b185f;
  display: flex;
  align-items: center;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn i {
  padding-left: 8px;
}
.services-single-right .service-s-range-area .service-s-range-item:not(:last-child) {
  margin-right: 30px;
}
.services-single-right .space2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.services-single-right .leadership-wrapper {
  margin-top: 25px;
}
.services-single-right .leadership-wrapper .leadership-team-area {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-thumb {
  margin-right: 15px;
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 5px;
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-content h5 {
  font-size: 16px;
  color: #555555;
}

.overview-thumb img {
  width: 100%;
  height: 100%;
}

.b-post-form {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.b-post-form .b-post-form-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 30px;
}
.b-post-form .b-post-form-area {
  padding: 20px 10px;
}
.b-post-form .b-post-form-area .q-from form .form-select {
  border: none;
  outline: none;
}
.b-post-form .b-post-form-area .q-from form .form-select option {
  font-size: 14px;
  color: #555555;
}
.b-post-form .b-post-form-area .q-from form input {
  width: 100%;
  border: none;
  outline: none;
  color: #555555;
  font-weight: 500;
  margin-bottom: 15px;
}
.b-post-form .b-post-form-area .q-from form textarea {
  border: none;
  outline: none;
  color: #555555;
}
.b-post-form .b-post-form-area .q-from form button {
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 8px;
}

@media screen and (max-width: 991px) {
  .services-single-right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .services-single-right .services-single-work {
    flex-wrap: wrap;
  }
  .services-single-right .services-single-work .service-overview-content {
    margin-bottom: 20px;
  }
  .services-single-right .services-single-work .left-thumb {
    margin-bottom: 20px;
  }
  .service-s-range-area {
    flex-wrap: wrap;
  }
  .service-s-range-area .service-s-range-item {
    margin-bottom: 20px;
  }
  .service-s-range-area .service-s-range-item:not(:last-child) {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 470px) {
  .services-single-right .services-single-work {
    flex-wrap: wrap;
  }
  .services-single-right .services-single-work .service-overview-content {
    margin-bottom: 20px;
  }
  .services-single-right .services-single-work .services-single-work-thumb {
    max-width: 500px;
  }
  .services-single-right .services-single-work .services-single-work-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-single-right .services-single-work .left-thumb {
    margin-bottom: 20px;
    max-width: 500px;
  }
  .services-single-right .services-single-work .left-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-single-right .service-overview .service-overview-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0b185f;
    margin-bottom: 15px;
  }
  .services-single-right .service-overview .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .services-single-work .service-overview-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0b185f;
    margin-bottom: 15px;
  }
  .services-single-right .services-single-work .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .service-overview-content h3 {
    font-size: 26px;
  }
  .services-single-right .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content h3 {
    color: #0b185f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content p {
    font-size: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn {
    font-size: 15px;
  }
  .s-contact-info h3 {
    font-size: 24px;
  }
  .s-contact-info .s-c-info i {
    font-size: 20px;
  }
  .s-contact-info .s-c-info .c-info-details {
    padding-left: 8px;
  }
  .s-contact-info .s-c-info .c-info-details h4 {
    color: #0b185f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .s-contact-info .s-c-info .c-info-details h5 {
    font-size: 16px;
    color: #555555;
  }
  .b-post-form {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  }
  .b-post-form .b-post-form-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b185f;
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 30px;
  }
  .b-post-form .b-post-form-area {
    padding: 20px 10px;
  }
  .b-post-form .b-post-form-area .q-from form .form-select {
    border: none;
    outline: none;
  }
  .b-post-form .b-post-form-area .q-from form .form-select option {
    font-size: 14px;
    color: #555555;
  }
  .b-post-form .b-post-form-area .q-from form input {
    width: 100%;
    border: none;
    outline: none;
    color: #555555;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .b-post-form .b-post-form-area .q-from form textarea {
    border: none;
    outline: none;
    color: #555555;
  }
  .b-post-form .b-post-form-area .q-from form button {
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 8px;
  }
  .service-s-about .services-download-area .download-pdf i {
    margin-left: 0px;
  }
  .service-s-about .services-download-area .download-pdf h4 {
    margin-right: 0px;
  }
  .service-s-about .services-download-area .download-pdf {
    border-radius: 30px;
    padding: 7px 9px;
  }
  .service-s-about .services-download-area .download-zip a {
    padding: 5px 7px;
    color: #0b185f;
  }
  .service-s-about .services-download-area .download-zip i {
    margin-left: 0px;
  }
}
/*/------------------------Service-style-single Section-------------------------/*/
/*/------------------------Screenshot Section-------------------------/*/
.screenshoot-section {
  background: #fffcfa;
}

/*/------------------------Screenshot Section-------------------------/*/
/*/------------------------Video Section-------------------------/*/
.video-section {
  overflow: hidden;
  position: relative;
}

.video-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper {
  border-radius: 20px;
  background-image: -webkit-linear-gradient(90deg, rgb(255, 252, 250) 0%, rgba(255, 252, 250, 0.01) 1%, rgb(255, 252, 250) 100%);
  box-shadow: 0px 20px 20px 0px rgba(136, 136, 136, 0.2);
  padding: 20px 0 0;
  position: relative;
}
.video-wrapper .video-main {
  max-width: 985px;
  margin: 0 auto;
}
.video-wrapper .video-main img {
  width: 100%;
  height: 100%;
}
.video-wrapper .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f08e25;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 68px;
  display: block;
}
.video-wrapper .video i {
  color: #fff;
  font-size: 26px;
  position: relative;
}
.video-wrapper .video::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f08e25;
  animation: scals 2s linear infinite;
  animation-delay: 2s;
  opacity: 0.1;
}

@keyframes scals {
  0% {
    width: 0;
    opacity: 0.5;
  }
  50% {
    width: 60px;
    opacity: 0.9;
  }
}
/*/------------------------Video Section-------------------------/*/
.video-style-two {
  transform: translateY(-120px);
  margin-bottom: -120px;
}

/*/------------------------Video Section-------------------------/*/
/*/------------------------Gallery Section-------------------------/*/
.gallery-section {
  position: relative;
  overflow: hidden;
}

.gallery-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.gallery-items {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.gallery-items .gallery-thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-items .gallery-thumb img {
  width: 100%;
  height: 100%;
}
.gallery-items .gallery-thumb .search-area {
  opacity: 0;
  transition: all 0.9s;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 95%;
  height: 95%;
  border-radius: 12px;
}
.gallery-items .gallery-thumb .search-area .main-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.gallery-items .gallery-thumb .search-area .main-search .title {
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  margin-right: 9px;
}
.gallery-items .gallery-thumb .search-area .main-search .title i {
  color: #fff;
}
.gallery-items .gallery-content {
  text-align: center;
  margin: 0 auto;
  padding: 25px 5px;
}
.gallery-items .gallery-content .title a {
  color: #0b185f;
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s;
}
.gallery-items .gallery-content .subtitle {
  color: #0b185f;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.gallery-items:hover .gallery-content .title a {
  text-decoration: underline;
}
.gallery-items:hover .gallery-thumb .search-area {
  opacity: 1;
}

@media screen and (max-width: 420px) {
  .gallery-items .gallery-content .title a {
    font-size: 22px;
  }
}
/*/------------------------Gallery Section-------------------------/*/
/*/------------------------Gallery-style-two Section-------------------------/*/
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .search-show {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .search-show .main-show .main-search {
  position: relative;
  margin-top: 40px;
  justify-content: center;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content {
  padding: 0 0;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content .subtitle {
  font-size: 16px !important;
  color: #0b185f;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content .title a {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0b185f;
  text-decoration: none;
}

/*/------------------------Gallery-style-two Section-------------------------/*/
/*/------------------------Protfolio Section-------------------------/*/
.protfolio-single .service-single-left-thumb {
  width: 100%;
  height: 520px;
}
.protfolio-single .service-single-left-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.protfolio-single .service-single-right-thumb .item {
  max-width: 390px;
  height: 248px;
}
.protfolio-single .service-single-right-thumb .item img {
  width: 100%;
  height: 100%;
}
.protfolio-single .service-single-right-thumb .item:not(:last-child) {
  margin-bottom: 25px;
}

.service-content-letf-single {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.service-content-letf-single .project-header {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  padding: 20px 30px;
  align-items: center;
}
.service-content-letf-single .project-header h3 {
  color: #0b185f;
  margin-left: 8px;
  font-weight: 700;
}
.service-content-letf-single .project-address li {
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.service-content-letf-single .project-address li i {
  font-size: 29px;
  margin-right: 9px;
  width: 35px;
  color: #555555;
}
.service-content-letf-single .project-address li .cont h4 {
  font-weight: 600;
  color: #0b185f;
}
.service-content-letf-single .project-address li .cont span {
  color: #555555;
}
.service-content-letf-single .project-address li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.service-content-letf-single .file {
  padding: 40px 40px;
}
.service-content-letf-single .download-pdf a {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  padding: 20px 40px;
  display: flex;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
}
.service-content-letf-single .download-pdf a i {
  color: #62e0c1;
}
.service-content-letf-single .download-pdf a h4 {
  color: #0b185f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.service-content-letf-single .download-pdf:not(:last-child) {
  margin-bottom: 20px;
}

.service-content-letf-single.right-customize .project-header {
  margin-bottom: 30px;
}
.service-content-letf-single.right-customize p {
  padding: 0 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}
.service-content-letf-single.right-customize .single-btn {
  padding: 40px 40px;
}

@media screen and (max-width: 991px) {
  .service-content-letf-single {
    margin-bottom: 30px;
  }
  .protfolio-single .service-single-left-thumb {
    width: 100%;
    height: 520px;
    margin-bottom: 30px;
  }
  .protfolio-single .service-single-left-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .protfolio-single .service-single-right-thumb {
    display: flex;
    align-items: center;
  }
  .protfolio-single .service-single-right-thumb .item {
    max-width: 390px;
    height: 248px;
  }
  .protfolio-single .service-single-right-thumb .item img {
    width: 100%;
    height: 100%;
  }
  .protfolio-single .service-single-right-thumb .item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .protfolio-single .service-single-right-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .protfolio-single .service-single-right-thumb .item {
    max-width: 390px;
    height: 248px;
  }
  .protfolio-single .service-single-right-thumb .item img {
    width: 100%;
    height: 100%;
  }
  .protfolio-single .service-single-right-thumb .item:not(:last-child) {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 370px) {
  .service-content-letf-single {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
  }
  .service-content-letf-single .project-header {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    padding: 20px 8px;
    align-items: center;
  }
  .service-content-letf-single .project-header h3 {
    color: #0b185f;
    margin-left: 8px;
    font-weight: 700;
    font-size: 20px;
  }
  .service-content-letf-single .project-address li {
    padding: 15px 30px;
    display: flex;
    align-items: center;
  }
  .service-content-letf-single .project-address li i {
    font-size: 29px;
    margin-right: 9px;
    width: 35px;
    color: #555555;
  }
  .service-content-letf-single .project-address li .cont h4 {
    font-weight: 600;
    color: #0b185f;
  }
  .service-content-letf-single .project-address li .cont span {
    color: #555555;
  }
  .service-content-letf-single .project-address li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
  .service-content-letf-single .file {
    padding: 40px 40px;
  }
  .service-content-letf-single .download-pdf a {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    padding: 15px 9px;
    display: flex;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
  }
  .service-content-letf-single .download-pdf a i {
    color: #62e0c1;
  }
  .service-content-letf-single .download-pdf a h4 {
    color: #0b185f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
  .service-content-letf-single .download-pdf:not(:last-child) {
    margin-bottom: 20px;
  }
  .service-content-letf-single.right-customize .project-header {
    margin-bottom: 30px;
  }
  .service-content-letf-single.right-customize p {
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
  }
  .service-content-letf-single.right-customize .single-btn {
    padding: 40px 10px;
  }
}
/*/------------------------Protfolio Section-------------------------/*/
/*/------------------------Choose Section-------------------------/*/
.choose-section {
  background: #f2ffff;
  overflow: hidden;
}

.choose-item {
  display: flex;
  margin-top: 45px;
}
.choose-item .choose-left {
  margin-right: 25px;
}
.choose-item .choose-left .choose-left-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 23px 10px;
  text-align: center;
}
.choose-item .choose-right-content {
  max-width: 400px;
}
.choose-item .choose-right-content .title {
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
}
.choose-item .choose-right-content p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}

.choose-image {
  max-width: 570px;
}
.choose-image img {
  width: 100%;
  height: 100%;
}

/*/------------------------Choose Section-------------------------/*/

/*/------------------------Pricing Section-------------------------/*/
.pricing-item {
  padding: 30px 40px;
  position: relative;
  transition: all 0.4s;
}
.pricing-item .pricing-image {
  text-align: center;
  margin: 0 auto;
  max-width: 280px;
}
.pricing-item .pricing-image img {
  width: 100%;
  height: 100%;
}
.pricing-item .basic-content {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pricing-item .pricing-menu {
  position: relative;
  z-index: 1;
}
.pricing-item .pricing-menu .pricing-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.pricing-item .pricing-menu .pricing-list li i {
  color: #fff;
  background: #86cf3b;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  margin-right: 8px;
}
.pricing-item .pricing-menu .pricing-list .cros i {
  background: #ff6565;
}
.pricing-item .pricing-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pricing-item .price {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.pricing-item .price .title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #86cf3b;
}
.pricing-item .price span {
  font-size: 17px;
  font-weight: 500;
  color: #86cf3b;
}
.pricing-item .pricing-shape {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 446px;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
.pricing-item .pricing-shape img {
  width: 100%;
  height: 100%;
}
.pricing-item:hover {
  transform: translateY(-15px);
}

.pricing-section.pricing-style-two .pricing-image {
  text-align: center;
}

.basic-content h5 {
  font-size: 30px;
  color: #fff;
}

/*/------------------------Pricing Section-------------------------/*/
/*/------------------------Pricing-style-two Section-------------------------/*/
.pricing-section.pricing-style-two .pricing-items-two {
  padding: 0 0;
}
.pricing-section.pricing-style-two .pricing-items-two .basic-content {
  padding: 40px 25px 0 25px;
  text-align: left !important;
}
.pricing-section.pricing-style-two .pricing-items-two .basic-content h5 {
  color: #0b185f;
  font-weight: 700;
  font-size: 30px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f {
  display: flex;
  padding: 40px 25px 12px 25px;
  justify-content: space-between;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f .price .title {
  color: #fff;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f .price span {
  color: #fff;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-menu {
  padding: 50px 25px 0 25px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-button {
  padding: 10px 25px 50px 25px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-button .custom-btn {
  border-radius: 4px;
  text-transform: uppercase;
}

/*/------------------------Pricing-style-two Section-------------------------/*/
/*/------------------------Pricing-style-four Section-------------------------/*/
.pricing-section.pricing-style-four .pricing-item .pricing-image {
  width: 104px;
  margin: 0 0 0 auto;
}
.pricing-section.pricing-style-four .pricing-item .pricing-image img {
  width: 100%;
  height: 100%;
}
.pricing-section.pricing-style-four .pricing-item .basic-content {
  text-align: left;
}

/*/------------------------Pricing-style-four Section-------------------------/*/
/*/------------------------Shop Section-------------------------/*/
.shop-showing-result {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  margin-bottom: 35px;
}
.shop-showing-result .shop-showing-title h4 {
  font-size: 16px;
  color: #0b185f;
  font-weight: 500;
}
.shop-showing-result .shop-showing-icon i {
  font-size: 18px;
  color: #0b185f;
}
.shop-showing-result .shop-showing-icon .icon-1 {
  color: #f08e25;
  margin-right: 10px;
}

.shop-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-area .shop-thumb {
  padding: 10px;
}
.shop-area .shop-thumb img {
  width: 100%;
  height: 100%;
}
.shop-area .shop-content {
  padding: 20px 30px;
}
.shop-area .shop-content a {
  font-size: 18px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
}
.shop-area .shop-content h5 {
  font-size: 16px;
  color: #0b185f;
}
.shop-area .shop-content .shop-icon i {
  color: #f08e25;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.shop-latest {
  margin-left: 15px;
}
.shop-latest h4 {
  font-size: 16px;
  color: #0b185f;
}
.shop-latest h4 a {
  color: #0b185f;
}
.shop-latest h5 {
  font-size: 16px;
  color: #0b185f;
}
.shop-latest i {
  color: #f08e25;
  font-size: 14px;
}

.reply-icon i {
  color: #f08e25;
}

.form-select {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #f0f0f0;
  padding: 15px 31px;
}

.b-post-form-two .b-post-form-area .q-from form .form-group1 input {
  margin-bottom: 0;
  background: #f6fafd;
  padding: 12px 15px;
}
.b-post-form-two .b-post-form-area .q-from form .form-group textarea {
  background: #f6fafd;
  margin-top: 20px;
  padding: 20px 20px 110px;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting {
  color: #555555;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting .comnt-icon {
  padding-left: 4px;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting .comnt-icon i {
  color: #ffcf34;
  font-size: 13px;
}
.b-post-form-two .space-b-post-area {
  padding: 33px 20px 0px 20px !important;
}

/* Shop Pangination */
.shop-pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
.shop-pagination li a {
  font-size: 18px;
  color: #0b185f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-weight: 500;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.shop-pagination li a:hover {
  background: #f08e25;
  color: #fff;
}

/* Shop Single Style */
.s-product-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 20px 25px 0px;
  display: flex;
  margin-bottom: 35px;
}
.s-product-area .s-product-img .s-thumb-wrap {
  max-width: 300px;
  overflow: hidden;
}
.s-product-area .s-product-img .s-thumb-wrap .s-product-thumb {
  max-width: 300px;
  overflow: hidden;
}
.s-product-area .s-product-img .s-thumb-wrap .s-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-product-area .btn {
  margin-bottom: 30px;
}
.s-product-area .small-img-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.s-product-area .small-img-group img {
  margin-right: 10px;
}
.s-product-area .s-product-details {
  padding-right: 15px;
}
.s-product-area .s-product-details h5 {
  font-size: 18px;
  color: #0b185f;
  font-weight: 600;
  margin-top: 10px;
}
.s-product-area .s-product-details .s-product-title h3 {
  font-size: 24px;
  color: #0b185f;
  font-weight: 600;
  margin-bottom: 9px;
}
.s-product-area .s-product-details .s-product-review {
  display: flex;
}
.s-product-area .s-product-details .s-product-review h4 {
  font-size: 16px;
}
.s-product-area .s-product-details .s-product-review .review-icon i {
  font-size: 16px;
  color: #f08e25;
}
.s-product-area .s-product-details .s-product-description h3 {
  font-size: 18px;
  color: #0b185f;
  margin-top: 15px;
  margin-bottom: 6px;
}
.s-product-area .s-product-details .s-product-size-wrapper {
  display: flex;
  margin-top: 30px;
}
.s-product-area .s-product-details .s-product-size-wrapper .s-product-color {
  margin-left: 10px;
}
.s-product-area .s-product-details .s-discount-area {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.s-product-area .s-product-details .s-discount-area .s-discout-nbr {
  display: flex;
  align-items: center;
}
.s-product-area .s-product-details .s-discount-area .s-discout-nbr a {
  border: 1px solid #f0f0f0;
  color: #555555;
  padding: 11px 21px;
}
.s-product-area .s-product-details .s-discount-area .s-discount-code input {
  padding: 10px 0px;
  margin-left: 10px;
  border: 1px solid #f0f0f0;
  font-weight: 500;
  color: #555555;
  outline: none;
  padding-left: 10px;
}
.s-product-area .s-product-details .btn {
  background: #86cf3b;
  padding: 15px 15px;
  width: 100%;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.b-comnts-area .b-comnts-area-accordian {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 20px 20px;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap {
  display: flex;
  align-items: center;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item {
  border: none;
  margin-right: 8px;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-header {
  border: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button:not(.collapsed) {
  color: #0b185f;
  background-color: #f7fbff;
  box-shadow: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #0b185f;
  text-align: left;
  background-color: #f7fbff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  display: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button::after {
  display: none;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body {
  padding: 1rem 0.25rem;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 {
  padding: 16px 0 10px;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area h4 {
  font-weight: 600;
  color: #0b185f;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area p {
  font: 16px;
  color: #555555;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area .comnt-icon i {
  color: #ffcf34;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .shop-b-post-form .b-post-form-title h3 {
  font-size: 24px !important;
}

.shop-cart-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.shop-cart-area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.shop-cart-area table thead td {
  background: #86cf3b;
  color: #fff;
  padding: 21px 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

table tbody td {
  border-bottom: 1px solid #f1f1f1;
}
table tbody .quantity .qtybutton {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  line-height: 50px;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity .qtybutton:hover {
  background: #86cf3b;
  color: #fff;
  cursor: pointer;
}
table tbody .quantity input {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity input:hover {
  background: #86cf3b;
  color: #fff;
  cursor: pointer;
}
table tbody img {
  margin-top: 35px;
  margin-bottom: 40px;
}
table tbody i {
  color: #ffcf34;
  font-size: 18px;
  font-weight: 500;
}
table tbody h4,
table tbody h5 {
  font-size: 18px;
  color: #0b185f;
  font-weight: 500;
}

.shop-coupon-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 25px 20px;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop-coupon-area .shop-coupon-code {
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 10px;
}
.shop-coupon-area .shop-coupon-code input {
  border: none;
  color: #0b185f !important;
  font-weight: 600;
  font-size: 16px;
  outline: none;
}
.shop-coupon-area .shop-coupon-code button {
  border: none;
  outline: none;
  background: #f7fbff;
  text-transform: uppercase;
  font-size: 16px;
  color: #0b185f;
  font-weight: 600;
  padding: 20px 30px;
}
.shop-coupon-area .shop-coupon-code h4 {
  font-size: 16px;
  color: #555;
  margin-right: 20px;
}
.shop-coupon-area .shop-coupon-code a {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  background: #f7fbff;
  padding: 20px;
}
.shop-coupon-area .shop-checkout a {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  background: #f7fbff;
  text-transform: uppercase;
  padding: 20px;
  margin-left: 10px;
}

.shop-shipping-area {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shop-shipping-area h3 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0b185f;
}

.shoping-main-wrap {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}

.shipping-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shipping-wrapper .calculate-shipping-wrapper {
  width: 49%;
}
.shipping-wrapper .calculate-shipping-wrapper .post-code-btn {
  margin-top: 40px;
}
.shipping-wrapper .calculate-shipping-wrapper .post-code-btn .custom-btn {
  border-radius: 4px;
}
.shipping-wrapper .shipping-card-wrapper {
  width: 49%;
}
.shipping-wrapper .shipping-item {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shipping-wrapper .shipping-item .shipping-country select {
  outline: none;
  border: none;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  padding: 10px 10px;
}
.shipping-wrapper .shipping-item .shipping-country h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
}
.shipping-wrapper .shipping-item .shipping-post-code select {
  outline: none;
  border: none;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  padding: 10px 10px;
}
.shipping-wrapper .shipping-item .shipping-post-code h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
  margin-left: 10px;
}
.shipping-wrapper .shipping-card-wrapper .shipping-card-item .s-card-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.shipping-wrapper .shipping-card-wrapper .shipping-card-item .s-card-item h4 {
  font-size: 16px;
  color: #0b185f;
  font-weight: 500;
  padding: 15px 25px;
}

.shop-search-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 0 0 25px 0;
}
.shop-search-area .head-title {
  color: #0b185f;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.shop-search-area .search-wrapper {
  border: 1px solid #f0f0f0;
  padding: 10px 25px;
  margin: 30px 30px 10px;
}
.shop-search-area .search-wrapper .blog-search input {
  border: none;
  outline: none !important;
}
.shop-search-area .cus-accor {
  margin-top: 30px;
}
.shop-search-area .cus-accor .accordion-button:not(.collapsed) {
  color: #0b185f;
  font-size: 16px;
  font-weight: 600;
  background-color: none;
  box-shadow: none;
}
.shop-search-area .cus-accor .accordion-item {
  background: none;
  border: none;
}
.shop-search-area .cus-accor .accordion-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.shop-search-area .cus-accor .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 17px;
  font-weight: 600;
  color: #0b185f;
  /* font-size: 0rem; */
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.shop-search-area .s-wrap-search {
  padding: 20px 20px;
}
.shop-search-area .s-wrap-search .most-popular-area:not(:last-child) {
  margin-bottom: 20px;
}

.shop-search-areas-none {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .s-product-area .s-product-img .s-thumb-wrap {
    max-width: 300px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  .s-product-img {
    margin-bottom: 30px;
  }
  .shoppppp {
    margin-top: 40px;
  }
  .shop-coupon-area .shop-coupon-code {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding: 0px 0px 0px 10px;
  }
  .shop-coupon-area {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    padding: 25px 20px 43px;
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .shipping-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .shipping-wrapper .calculate-shipping-wrapper {
    width: 100%;
  }
  .shipping-wrapper .shipping-card-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .s-product-area .s-product-details .s-discount-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
  }
  .s-product-area .s-product-details .s-discount-area .s-discount-code input {
    margin-left: 0px !important;
  }
  .s-product-area .s-product-details .s-discount-area .s-discout-nbr {
    margin-bottom: 10px;
  }
  .s-product-area .s-product-details .btn {
    width: 85%;
  }
  .form-select {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid #f0f0f0;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 500px) {
  .b-comnts-1.d-flex.align-items-center {
    flex-wrap: wrap;
  }
  .b-comnts-thumb.me-4 {
    margin-bottom: 10px;
  }
  table,
  thead,
  tbody,
  td,
  tr {
    display: block;
  }
  .quantity {
    justify-content: center;
    padding: 5px 0;
  }
  table tbody h4,
  table tbody h5 {
    padding: 7px 0;
  }
  table tbody td {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
  }
  .shop-cart-area table thead td {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 400px) {
  .s-product-area {
    padding: 20px 12px 0px;
  }
  .b-comnts-area .b-comnts-area-accordian {
    padding: 20px 10px;
  }
  .b-post-form-two .space-b-post-area {
    padding: 33px 10px 0px 10px !important;
  }
}
@media screen and (max-width: 395px) {
  .shop-coupon-area .shop-coupon-code input {
    font-weight: 600;
    font-size: 12px;
  }
  .shop-coupon-area .shop-coupon-code button {
    font-size: 11px;
    padding: 20px 20px;
  }
  .shop-coupon-area .shop-checkout a {
    font-size: 14px;
    font-weight: 500;
    color: #0b185f;
    background: #f7fbff;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-left: 0px;
  }
  .shop-coupon-area {
    -webkit-box-shadow: 0px 0px 10px 0px #f0f0f0;
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    padding: 25px 7px 43px;
    margin: 50px 0px;
  }
  .shop-shipping-area h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .shipping-wrapper .shipping-item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  select {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*/------------------------Shop Section-------------------------/*/
/*/------------------------User Section-------------------------/*/
.user-section {
  background: #fffaf8;
}

.trust-item {
  box-shadow: 0px 0px 14px -4px #ccc;
  width: 100px;
  height: 100px;
  line-height: 90px;
  margin: 0 auto;
  border-radius: 8px;
  margin-right: 80px;
  transform: rotate(45deg);
}
.trust-item .trust-image {
  text-align: center;
  transform: rotate(-45deg);
  padding: 3px;
}

@media screen and (max-width: 991px) {
  .one-row {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 575px) {
  .two-row {
    margin-bottom: 55px;
  }
  .trust-item {
    box-shadow: 0px 0px 14px -4px #ccc;
    width: 50%;
    height: 100px;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 8px;
    margin-right: 80px;
    transform: rotate(45deg);
  }
  .trust-item .trust-image {
    text-align: center;
  }
}
/*/------------------------User Section-------------------------/*/
/*/------------------------Working Section-------------------------/*/
.work-section {
  background: #effaff;
}

.work-item .work-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  padding: 50px 15px;
  margin: 0 auto;
  position: relative;
}
.work-item .work-image .ar {
  position: absolute;
  right: -124px;
  top: 73px;
}
.work-item .work-image .work-effect {
  position: absolute;
  top: 0;
  right: 0;
}
.work-item .work-image .work-effect .work-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.work-item .work-image .work-effect .work-icon .works-contents {
  width: 50px;
  padding: 8px;
  text-align: center;
  margin: 0 auto;
}
.work-item .work-image .work-effect .work-icon .works-contents h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.work-item .work-image .work-effect .work-icon .works-contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.work-item .work-content {
  width: 230px;
  text-align: center;
  margin: 0 auto;
}
.work-item .work-content h5 {
  font-size: 24px;
  color: #0b185f;
  font-weight: 600;
  margin-top: 30px;
}
.work-item .work-content p {
  font-size: 15px;
  color: #555555;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .work-item .work-image .ar {
    position: absolute;
    right: -124px;
    top: 73px;
    display: none;
  }
  .work-item .work-image .ar {
    position: absolute;
    right: -124px;
    top: 73px;
    display: none;
  }
}
.work-section.page-six {
  position: relative;
}
.work-section.page-six .sec-shape {
  position: absolute;
  top: 5%;
  right: 0;
}
.work-section.page-six .sec-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gear-rotate {
  animation: rotate 30s infinite linear;
}
.gear-rotate1 {
  animation: fqa-left-right 30s infinite linear;
}
@keyframes fqa-left-right {
  0% {
    margin: 0;
  }
  50% {
    right: 175px;
  }
  100% {
    margin: 0;
  }
}
.gear-left-right {
  animation: fqa-left-right 10s linear infinite;
}
/*/------------------------Working Section-------------------------/*/
/*/------------------------Page six style area start here-------------------------/*/
.pricing-section.pricing-style-two.page-six .s1 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .s2 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .s3 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .custom-btn {
  border-radius: 0 !important;
}
.pricing-section.pricing-style-two.page-six .pricing-s-t-f {
  border-radius: 0 !important;
}

.feature-section.page-six .feature-items {
  border-radius: 0px;
  border: none;
  position: relative;
}
.feature-section.page-six .feature-items::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  transition: 0.4s;
}
.feature-section.page-six .feature-items:hover {
  transform: scale(1);
  border: none !important;
  box-shadow: rgba(0, 12, 32, 0.2) 0px 0px 18px 0px;
}
.feature-section.page-six .feature-items:hover::after {
  width: 100%;
}
.feature-section.page-six .feature-items.hover-two::after {
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
}
.feature-section.page-six .feature-items.hover-seven::after {
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%) !important;
}
.feature-section.page-six .feature-items.hover-three::after {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
}
.feature-section.page-six .feature-items.hover-five::after {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
}
.feature-section.page-six .feature-items.hover-six::after {
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%) !important;
}
.feature-section.page-six .feature-thumb {
  margin: 0 auto !important;
  border-radius: 0 !important;
}
.feature-section.page-six .feature-content {
  text-align: center;
  margin-top: 20px;
}

@keyframes moveAndRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
}
.animated-element {
  animation: moveAndRotate 5s linear infinite;
}

/*/------------------------Page six style area start here-------------------------/*//*# sourceMappingURL=style.css.map */
/*/ seo/*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,100;1,300;1,400;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,400;1,200;1,400&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-family: "Titillium Web", sans-serif;
}

h1 {
  font-size: 38px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

/**---Variable---**/
/**---Variable---**/
body {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}

.text-color-white {
  color: #fff !important;
}

.text-color-black {
  color: #000 !important;
}

.text-color-theme {
  color: #0b185f !important;
}

.text-pra {
  color: #555 !important;
}

.theme1 {
  color: #86cf3b !important;
}

.theme2 {
  color: #ffb400 !important;
}

.theme3 {
  color: #47a1f2 !important;
}

.theme4 {
  color: #ff739c !important;
}

.theme5 {
  color: #d26dfb !important;
}

.theme6 {
  color: #00c08c !important;
}

.theme7 {
  color: #009cff !important;
}

.bg-one {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%) !important;
  box-shadow: 0px 8px 30px 0px rgba(38, 204, 133, 0.36) !important;
}

.bg-two {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(255, 114, 58, 0.36) !important;
}

.bg-three {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(233, 89, 197, 0.36) !important;
}

.bg-four {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
  box-shadow: 0px 8px 24px 0px rgba(1, 203, 173, 0.36) !important;
}

.bg-five {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
  box-shadow: 4.659px 17.387px 24px 0px rgba(95, 81, 181, 0.36) !important;
}

.bg-six {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%) !important;
  box-shadow: 0px 18px 24px 0px rgba(248, 118, 158, 0.36) !important;
}

.bg-seven {
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}

.bg-eight {
  border-radius: 28px !important;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
  box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36) !important;
}

.bg-nine {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
}

.bg-ten {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
}

.bg-11 {
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}

.bg-b1 {
  background-image: -webkit-linear-gradient(90deg, rgb(255, 217, 253) 0%, rgb(202, 243, 255) 100%);
}

.bg-b2 {
  background-image: -webkit-linear-gradient(90deg, rgb(215, 238, 255) 0%, rgb(255, 231, 225) 100%);
}

.bg-b3 {
  background-image: -webkit-linear-gradient(90deg, rgb(234, 232, 255) 0%, rgb(255, 237, 214) 100%);
}

.bg-b4 {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
}

.bg-5 {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%);
}

.bg-6 {
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%);
}

.bg-7 {
  background-color: rgb(239, 255, 251);
}

.bg-8 {
  background-color: rgb(240, 243, 255);
}

.bg-9 {
  background-color: rgb(255, 247, 240);
}

.s1 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(38, 204, 133, 0.2) !important;
}

.s2 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(255, 180, 0, 0.2) !important;
}

.s3 {
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 20px 0px rgba(71, 161, 242, 0.2) !important;
}

.borderf-top {
  border: 1px solid #8864fa !important;
}

.border-f2 {
  border-top: 1px solid #1c1d46 !important;
}

.border-f3 {
  border-top: 1px solid #3a59fb !important;
}

.border-f4 {
  border-top: 1px solid #1c1d46 !important;
}

.menu-border-2 {
  border-bottom: 1px solid #0e1c61 !important;
}

.menu-border-3 {
  border-bottom: 1px solid #687afc !important;
}

.menu-border-4 {
  border-bottom: 1px solid #f7f7f7 !important;
}

.menu-border-5 {
  border-bottom: 1px solid #f7f7f7 !important;
}
.menu-border-7 {
  border-bottom: 1px solid #b85fef  !important;
}
.iconbg1 {
  background: #64ce56 !important;
}

.iconbg2 {
  background: #ff6565 !important;
}

.iconbg3 {
  background: #ffb400 !important;
}

.iconbg4 {
  background: #47a1f2 !important;
}

.custom-btn {
  border-radius: 100px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  padding: 15px 30px;
  margin-right: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.custom-btn i {
  padding-left: 8px;
  font-size: 16px;
}

.custom-btn-two {
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.custom-btn-two i {
  padding-left: 8px;
  font-size: 16px;
}

.image_w_f img {
  width: 100%;
}

/*--??/Responsive/??--*/
@media screen and (max-width: 1366px) {
  .banner-shape {
    position: absolute;
    bottom: 0;
    right: -9px;
    display: none;
  }
  .banner-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 991px) {
  .banner-thumb {
    margin: 40px auto 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .banner-content {
    max-width: 600px;
    padding: 0 20px;
  }
  .banner-content .banner-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 18px;
    color: #fff;
  }
  .banner-content .banner-button-area {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
  }
  .banner-content .banner-button-area .custom-btn {
    margin-bottom: 10px;
  }
}
/*/------------------------Section-Header-------------------------/*/
/*/------------------------Overflow-Header-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
.banner-section,
.feature-section,
.service-section,
.gallery-section,
.choose-section,
.team-section,
.client-section,
.pricing-section,
.work-section,
.blog-section,
.footer-section,
.domain-section,
.global-section,
.customar-section,
.user-section,
.newsletter,
.manesment-section,
.sponsor-section,
.video-section,
.risk-manesment,
.team-single,
.shop-section,
.cart-section,
.contact-section,
.error-section,
.screenshoot-section {
  overflow: hidden;
}

/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Overflow Section-------------------------/*/
/*/------------------------Section-Header-------------------------/*/
.section-header .header-content {
  max-width: 500px;
}
.section-header .header-content .section-title {
  color: #f08e25;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-header .header-content .section-sub {
  color: #0b185f;
  font-size: 36px;
  font-weight: 800 !important;
}
.section-header .header-content p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
}

.section-center {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 500px;
}

@media screen and (max-width: 575px) {
  .section-header .header-content {
    max-width: 500px;
  }
  .section-header .header-content .section-title {
    color: #f08e25;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .section-header .header-content .section-sub {
    color: #0b185f;
    font-size: 32px;
  }
  .section-header .header-content p {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
  }
}
@media screen and (max-width: 490px) {
  .section-header .header-content {
    max-width: 500px;
  }
  .section-header .header-content .section-title {
    color: #f08e25;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .section-header .header-content .section-sub {
    color: #0b185f;
    font-size: 26px;
  }
  .section-header .header-content p {
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
  }
}
/*/------------------------Section-Header-------------------------/*/
/*/------------------------Banner Section-------------------------/*/
.banner-section {
  background: url(../../assets/images3/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}

.banner-six {
  background: url(../../assets/images4/banner/banner6.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.banner-six::before {
  display: none;
}
.banner-seven {
  background: url(../../assets/images4/banner/banner7.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.s3-shape {
  position: absolute;
  top: 0;
  left: 0;
  animation: zoominout 10s infinite;
  animation-delay: 2s;
}

@keyframes zoominout {
  50% {
    transform: scale(1.2);
  }
}
.s4-shape {
  position: absolute;
  top: 0;
  right: 0;
  animation: zoominout 6s infinite;
  animation-delay: 2s;
}

.banner-shape {
  position: absolute;
  bottom: 0;
  right: -9px;
}
.banner-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.banner-content .banner-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.banner-content .banner-button-area {
  margin-top: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-content .banner-button-area .custom-btn {
  display: block;
}

.banner-thumb {
  position: relative;
  margin-bottom: -46px;
  z-index: 1;
}

.s1-shape {
  position: absolute;
  top: 30px;
  left: -145px;
}

.s2-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .s1-shape {
    position: absolute;
    top: 30px;
    left: -145px;
    display: none;
  }
  .s2-shape {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .banner-title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (max-width: 400px) {
  .banner-content .banner-title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 16px;
    color: #fff;
  }
}
/*/------------------------Banner Section-------------------------/*/
/*/------------------------Banner-style-two Section-------------------------/*/
.banner-section.banner-style-two {
  background: url(../../assets/images4/banner/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section.banner-style-two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.49);
}
.banner-section.banner-style-two .menu-flex-area {
  border: none;
}
.banner-section.banner-style-two .banner-thumb {
  max-width: 570px;
  margin-bottom: 0;
  position: relative;
}
.banner-section.banner-style-two .banner-thumb img {
  width: 100%;
  height: 100%;
}
.banner-section.banner-style-two .banner-thumb .b-t-price {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 23px;
  left: 20px;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .price {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.banner-section.banner-style-two .banner-thumb .b-t-price .price span {
  font-size: 18px;
  display: block;
}
.banner-section.banner-style-two .banner-content .ban-sub {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.banner-section.banner-style-two .banner-content ul li {
  color: #fff;
}
.banner-section.banner-style-two .banner-content ul li i {
  color: #ffcf34;
  margin-right: 8px;
}
.banner-section.banner-style-two .banner-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.banner-section.banner-style-two .banner-content .banner-button-area .play-btn img {
  margin-right: 10px;
}
.banner-section.banner-style-two .banner-content .banner-button-area .play-btn p {
  width: 100px;
  width: 147px;
  margin-bottom: 0;
}

@media screen and (max-width: 400px) {
  .banner-section.banner-style-two {
    background: url(../../assets/images4/banner/banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .banner-section.banner-style-two .banner-content .ban-sub {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }
}
/*/------------------------Banner-style-two Section-------------------------/*/
/*/------------------------Banner-style-three Section-------------------------/*/
.banner-section.banner-style-three {
  background: url(../../assets/images1/banner/bg.jpeg) no-repeat center center;
  background-size: cover;
}
.banner-section.banner-style-three .banner-thumb {
  margin-bottom: 0;
  max-width: 754px;
}
.banner-section.banner-style-three .banner-thumb img {
  width: 100%;
  height: 100%;
}

/*/------------------------Banner-style-three Section-------------------------/*/
/*/------------------------Banner-style-four Section-------------------------/*/
.banner-section.banner-style-four {
  background: #fffcf8;
  overflow: hidden;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn {
  border-radius: 4px;
  padding: 9px 20px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn i {
  font-size: 36px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn .cont span {
  font-size: 14px;
}
.banner-section.banner-style-four .banner-content .banner-four-btn .custom-btn .cont .google {
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.banner-section.banner-style-four .banner-thumb {
  max-width: 400px;
}
.banner-section.banner-style-four .banner-thumb img {
  width: 100%;
  height: 100%;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape1 {
  position: absolute;
  top: 13%;
  left: -25%;
  animation: btb 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape2 {
  position: absolute;
  top: 61%;
  left: -25%;
  animation: btb3 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape3 {
  position: absolute;
  top: 6%;
  right: -23%;
  animation: btb3 2s linear infinite;
  animation-delay: 2s;
}
.banner-section.banner-style-four .banner-thumb .b-four-thumb-shape4 {
  position: absolute;
  top: 51%;
  right: -25%;
  animation: btb 2s linear infinite;
  animation-delay: 2s;
}

.banner-style-four-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-style-four-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@keyframes btb {
  50% {
    transform: translateX(20px);
  }
}
@keyframes btb3 {
  50% {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 767px) {
  .banner-section.banner-style-four .banner-thumb {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .b-four-thumb-shape1,
  .b-four-thumb-shape2,
  .b-four-thumb-shape3,
  .b-four-thumb-shape4 {
    display: none;
  }
}
/*/------------------------Banner-style-four Section-------------------------/*/
/*/------------------------Banner-style-five Section-------------------------/*/
.banner-section.banner-style-five {
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.banner-section.banner-style-five .banner-content .sub {
  font-size: 20px;
  font-weight: 500;
  color: #f08e25;
  margin-bottom: 15px;
  display: block;
}
.banner-section.banner-style-five .banner-thumb {
  max-width: 752px;
}
.banner-section.banner-style-five .banner-thumb img {
  width: 100%;
  height: 100%;
}

.bann-five-shape {
  position: absolute;
  bottom: 0;
  left: 250px;
  animation: zoominout 10s infinite;
}

@media screen and (max-width: 767px) {
  .banner-section.banner-style-five .banner-thumb {
    max-width: 752px;
    margin-top: 30px;
  }
}
/*/------------------------Banner-style-five Section-------------------------/*/
/*/------------------------Breadcrumdbanner-one Section-------------------------/*/
.banner-section.breadcrumd-banner-one {
  background: url(../../assets/images4/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one {
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-section.breadcrumd-banner-one .breadcrumd-content-one p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .banner-section.breadcrumd-banner-one {
    background: url(../../assets/images4/banner/banner3.jpg) no-repeat center center;
    background-size: cover;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one .title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .banner-section.breadcrumd-banner-one .breadcrumd-content-one p {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
  }
}
/*/------------------------Breadcrumdbanner-one Section-------------------------/*/
/*/------------------------Breadcrumdbanner-two Section-------------------------/*/
.banner-section.breadcrumb-banner-two {
  background: #fffcf8;
}
.banner-section.breadcrumb-banner-two .breadcrumd-content-one .title {
  color: #0b185f;
}
.banner-section.breadcrumb-banner-two .breadcrumd-content-one p {
  color: #555555;
}

/*/------------------------Breadcrumdbanner-two Section-------------------------/*/
/*/------------------------sponsor Section-------------------------/*/
.sponsor-wrapper .sponsor-items {
  width: 82px;
  height: 100px;
}
.sponsor-wrapper .sponsor-items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*/------------------------sponsor Section-------------------------/*/
/*/------------------------Domain Section-------------------------/*/
.domain-section {
  background: url(../../assets/images4/domain/domain.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.domain-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(214, 183, 99, 0.05);
}
.domain-section .section-header {
  position: relative;
}

.domain-custom-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.domain-custom-wrapper input {
  width: 90%;
  height: 60px;
  border: none;
  text-align: center;
  position: relative;
  outline: none;
}
.domain-custom-wrapper .domain-btn {
  position: absolute;
  top: 4px;
  left: 6px;
  height: 50px;
  text-align: center;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.domain-custom-wrapper .domain-btn .form-select-lg {
  background: none;
  border: none;
  padding: 10px 60px;
  color: #fff;
}
.domain-custom-wrapper .domain-btn .form-select-lg option {
  background: #f08e25;
}
.domain-custom-wrapper .form-control:focus {
  border: none;
}
.domain-custom-wrapper .domain-search {
  width: 10%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-left: 1px solid rgba(212, 202, 202, 0.9);
}
.domain-custom-wrapper .domain-search a i {
  color: #0b185f;
}

.domain-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-around;
}
.domain-name li {
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  font-weight: 800;
  font-size: 17px;
  color: #000;
  margin-left: 42px;
}
.domain-name li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #86cf3b;
  border-radius: 50%;
}
.domain-name li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #f08e25;
  border-radius: 50%;
}
.domain-name li:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #47a1f2;
  border-radius: 50%;
}
.domain-name li:nth-child(4)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #e85aca;
  border-radius: 50%;
}
.domain-name li:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: #c060f4;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .domain-custom-wrapper input {
    width: 80%;
  }
  .domain-custom-wrapper .domain-search {
    width: 20%;
  }
  .domain-custom-wrapper .domain-btn {
    position: absolute;
    top: 100%;
    left: 6px;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    background-image: -webkit-linear-gradient(145deg, #ff4f58 0%, #ffb400 100%);
  }
  .domain-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 110px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
/*/------------------------Domain Section-------------------------/*/
/*/------------------------Feature Section-------------------------/*/
.cover-btn {
  text-align: center;
  margin: 50px auto 0 auto;
}

.feature-items {
  text-align: center;
  margin: 0 auto;
  padding: 60px 30px;
  border-radius: 12px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 0px rgba(0, 12, 32, 0.05);
  transition: all 0.4s;
}
.feature-items .feature-shapebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 249px;
  height: 249px;
}
.feature-items .feature-shapebg img {
  width: 100%;
  height: 100%;
}
.feature-items .feature-shape {
  position: absolute;
  top: 39px;
  left: 35px;
}
.feature-items:hover {
  transform: scale(1.1);
}
.feature-items .feature-thumb {
  border-radius: 50%;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  box-shadow: 0px 8px 30px 0px rgba(38, 204, 133, 0.36);
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.feature-items .feature-thumb .thumb {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  line-height: 70px;
}
.feature-items .feature-thumb .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-items .feature-content .title,
.feature-items .feature-content .title2,
.feature-items .feature-content .title3,
.feature-items .feature-content .title4 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}
.feature-items .feature-content .title a,
.feature-items .feature-content .title2 a,
.feature-items .feature-content .title3 a,
.feature-items .feature-content .title4 a {
  color: #0b185f;
}
.feature-items .feature-content .title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}
.feature-items .feature-content .title2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
}
.feature-items .feature-content .title3::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%);
}
.feature-items .feature-content .title4::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%);
}
.feature-items .feature-content .title a {
  color: #0b185f;
  font-size: 24px;
}

@media screen and (max-width: 420px) {
  .feature-section.host-section .host-itmes {
    padding: 60px 15px !important;
    text-align: left;
    border-bottom: 5px solid #fff;
  }
}
/*/------------------------Feature Section-------------------------/*/
/*/------------------------Feature-Style-two Section-------------------------/*/
.feature-section.feature-style-two .feature-items .feature-thumb {
  border-radius: 4px;
}

/*/------------------------Feature-Style-two Section-------------------------/*/
/*/------------------------Feature-Style-three Section-------------------------/*/
.feature-section.feature-style-three .feature-items {
  border-bottom: 0 !important;
  position: relative;
}
.feature-section.feature-style-three .feature-items .feature-thumb {
  border-radius: 50% !important;
}
.feature-section.feature-style-three .feature-items .storke {
  color: transparent;
  -webkit-text-stroke: 1px #86cf3b;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke2 {
  color: transparent;
  -webkit-text-stroke: 1px #ffa50d;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke3 {
  color: transparent;
  -webkit-text-stroke: 1px #3fa6ea;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke4 {
  color: transparent;
  -webkit-text-stroke: 1px #ed57af;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke5 {
  color: transparent;
  -webkit-text-stroke: 1px #6652b9;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke6 {
  color: transparent;
  -webkit-text-stroke: 1px #c15df2;
  font-size: 49px;
}
.feature-section.feature-style-three .feature-items .storke,
.feature-section.feature-style-three .feature-items .storke1,
.feature-section.feature-style-three .feature-items .storke2,
.feature-section.feature-style-three .feature-items .storke3,
.feature-section.feature-style-three .feature-items .storke4,
.feature-section.feature-style-three .feature-items .storke5,
.feature-section.feature-style-three .feature-items .storke6 {
  position: absolute;
  top: 16%;
  right: 12%;
}

/*/------------------------Feature-Style-three Section-------------------------/*/
/*/------------------------Host-style-five Section-------------------------/*/
.feature-section.host-style-five .feature-items {
  text-align: center !important;
  margin: 0 auto !important;
}
.feature-section.host-style-five .feature-items .feature-thumb {
  border-radius: 50% !important;
  margin: 0 auto 20px !important;
}

/*/------------------------Host-style-five Section-------------------------/*/
/*/------------------------Manesment Section-------------------------/*/
.manesment-section {
  overflow: hidden;
}

.section-bg {
  background: #fffeef !important;
}

.section-bg2 {
  background: #ffffff !important;
}

.section-bg3 {
  background: #effff8 !important;
}

.section-bg4 {
  background: #fafbff !important;
}

.section-bg5 {
  background: #fff !important;
}

.section-bg6 {
  background: #fffceb !important;
}

.manesment-thumb {
  max-width: 736px;
}
.manesment-thumb img {
  width: 100%;
  height: 100%;
}

.manesment-content {
  margin-top: 30px;
}
.manesment-content .manesment-tabing {
  margin-top: 33px;
}
.manesment-content .manesment-tabing .accordion-item {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
  border: none;
  margin-top: 10px;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button {
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #0b185f;
  background: #fff;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button .thumb {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0b185f;
  background-color: #fff;
  box-shadow: none;
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
}
.manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.manesment-content .manesment-tabing .accordion-item .accordion-body {
  padding-left: 70px;
  padding-top: 0px;
}

@media screen and (max-width: 350px) {
  .manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .manesment-content .manesment-tabing .accordion-item .accordion-header .accordion-button .thumb {
    margin-right: 10px;
    width: 44px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
  }
}
/*/------------------------Manesment Section-------------------------/*/
/*/------------------------RiskManesment Section-------------------------/*/
.risk-manesment-items {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.risk-manesment-items .risk-manesment-tumb {
  margin-right: 15px;
  max-width: 260px;
}
.risk-manesment-items .risk-manesment-tumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.risk-manesment-items .risk-manesment-content {
  width: 60%;
  padding: 15px 21px;
}
.risk-manesment-items .risk-manesment-content .title {
  color: #0b185f;
  margin-bottom: 15px;
}
.risk-manesment-items .risk-manesment-content p {
  color: #555555;
  font-size: 18px;
}
.risk-manesment-items .risk-manesment-content .risk-btn {
  color: #f08e25;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .risk-manesment-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  }
  .risk-manesment-items .risk-manesment-tumb {
    margin-right: 15px;
    max-width: 260px;
  }
  .risk-manesment-items .risk-manesment-tumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .risk-manesment-items .risk-manesment-content {
    width: 100%;
    padding: 15px 21px;
  }
  .risk-manesment-items .risk-manesment-content .title {
    color: #0b185f;
    margin-bottom: 15px;
  }
  .risk-manesment-items .risk-manesment-content p {
    color: #555555;
    font-size: 18px;
  }
  .risk-manesment-items .risk-manesment-content .risk-btn {
    color: #f08e25;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
/*/------------------------RiskManesment Section-------------------------/*/
/*/------------------------Global Section-------------------------/*/
.global-section {
  background: #fefff1;
}

.global-content .team-a li {
  margin-bottom: 10px;
}
.global-content .team-a li img {
  margin-right: 9px;
}

.global-thumb {
  max-width: 770px;
}
.global-thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .global-thumb {
    max-width: 770px;
    margin-top: 40px;
    width: 100%;
    height: 100%;
  }
}
/*/------------------------Global Section-------------------------/*/
/*/------------------------Host Section-------------------------/*/
.feature-section.host-section .host-itmes {
  padding: 60px 55px;
  text-align: left;
  border-bottom: 5px solid #fff;
}
.feature-section.host-section .host-itmes .feature-thumb {
  border-radius: 4px;
  margin: 0 0 auto 0;
  margin-bottom: 17px;
}
.feature-section.host-section .host-itmes .feature-content .f-title {
  margin-bottom: 15px;
}
.feature-section.host-section .host-itmes .feature-content .f-title a {
  color: #000;
}
.feature-section.host-section .host-itmes:hover {
  border-bottom: 5px solid #86cf3b;
}
.feature-section.host-section .hover-two:hover {
  border-bottom: 5px solid #ffb003;
}
.feature-section.host-section .hover-three:hover {
  border-bottom: 5px solid #47a1f2;
}
.feature-section.host-section .hover-four:hover {
  border-bottom: 5px solid #e959c3;
}
.feature-section.host-section .hover-five:hover {
  border-bottom: 5px solid #6151b6;
}
.feature-section.host-section .hover-six:hover {
  border-bottom: 5px solid #bb5cfa;
}
.feature-section.host-section .hover-seven:hover {
  border-bottom: 5px solid #e959c5;
}
.feature-section.host-section .hover-eight:hover {
  border-bottom: 5px solid #ff6247;
}

/*/------------------------Host Section-------------------------/*/
/*/------------------------Customar Section-------------------------/*/
.customar-section {
  background: #fffdf6;
  overflow: hidden;
}

.map-image {
  position: relative;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}
.map-image img {
  width: 100%;
  height: 100%;
}

.image-effect-one {
  position: absolute;
  top: 0px;
  left: 40%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}
.image-effect-one .avtive-popup {
  background: #fff;
  opacity: 1 !important;
  transform: scale(1) !important;
}

@keyframes zmin {}
.image-effect-two {
  position: absolute;
  top: 112px;
  left: 15%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-three {
  position: absolute;
  left: 29%;
  bottom: 112px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-four {
  position: absolute;
  right: 18%;
  top: 102px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-five {
  position: absolute;
  left: 55%;
  top: 49%;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-six {
  position: absolute;
  right: 16%;
  bottom: 96px;
  animation: zmin 2s infinite;
  animation-delay: 2s;
}

.image-effect-one .popup-area,
.image-effect-two .popup-area,
.image-effect-three .popup-area,
.image-effect-four .popup-area,
.image-effect-five .popup-area,
.image-effect-six .popup-area {
  transform: scale(0);
  opacity: 0;
  position: absolute;
  top: 46px;
  transition: all 0.4s;
  left: -131px;
  z-index: 1;
  width: 350px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
}
.image-effect-one .popup-area .designation,
.image-effect-two .popup-area .designation,
.image-effect-three .popup-area .designation,
.image-effect-four .popup-area .designation,
.image-effect-five .popup-area .designation,
.image-effect-six .popup-area .designation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-effect-one .popup-area .designation .name,
.image-effect-two .popup-area .designation .name,
.image-effect-three .popup-area .designation .name,
.image-effect-four .popup-area .designation .name,
.image-effect-five .popup-area .designation .name,
.image-effect-six .popup-area .designation .name {
  font-size: 16px;
  font-weight: 600;
}
.image-effect-one .popup-area .designation .name span,
.image-effect-two .popup-area .designation .name span,
.image-effect-three .popup-area .designation .name span,
.image-effect-four .popup-area .designation .name span,
.image-effect-five .popup-area .designation .name span,
.image-effect-six .popup-area .designation .name span {
  font-size: 14px;
  color: #555555;
}
.image-effect-one .popup-area .designation .star span i,
.image-effect-two .popup-area .designation .star span i,
.image-effect-three .popup-area .designation .star span i,
.image-effect-four .popup-area .designation .star span i,
.image-effect-five .popup-area .designation .star span i,
.image-effect-six .popup-area .designation .star span i {
  font-size: 14px;
  color: #ffcf34;
}
.image-effect-one .popup-area::before,
.image-effect-two .popup-area::before,
.image-effect-three .popup-area::before,
.image-effect-four .popup-area::before,
.image-effect-five .popup-area::before,
.image-effect-six .popup-area::before {
  position: absolute;
  z-index: -1;
  transform: rotate(90deg);
  content: "";
  border-style: solid;
  left: 150px;
  top: -14px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff;
}
.image-effect-one:hover .popup-area,
.image-effect-two:hover .popup-area,
.image-effect-three:hover .popup-area,
.image-effect-four:hover .popup-area,
.image-effect-five:hover .popup-area,
.image-effect-six:hover .popup-area {
  background: #fff;
  opacity: 1;
  transform: scale(1);
  top: 56px;
}

.image-effect-one:hover .popup-area {
  display: none;
}

@media screen and (max-width: 1199px) {
  .image-effect-one {
    position: absolute;
    display: none;
    top: 0px;
    left: 40%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .avtive-popup {
    background: #fff;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
  .image-effect-two {
    position: absolute;
    top: 10%;
    left: 19%;
  }
  .image-effect-four {
    position: absolute;
    right: 25%;
    top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .map-image {
    position: relative;
    text-align: center;
    max-width: 1170px;
    min-height: 1400px;
    margin: 270px auto -613px;
  }
  .image-effect-two {
    position: absolute;
    top: -234px;
    left: 50%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-three {
    position: absolute;
    left: 50%;
    bottom: 794px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-four {
    position: absolute;
    right: 40%;
    top: 30px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-five {
    position: absolute;
    left: 50%;
    top: 21%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-six {
    position: absolute;
    display: none;
    left: 50%;
    top: 96px;
    margin-top: 120px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .pop,
  .image-effect-two .pop,
  .image-effect-three .pop,
  .image-effect-four .pop,
  .image-effect-five .pop,
  .image-effect-six .pop {
    background: #fff;
    opacity: 1;
    transform: scale(1);
    top: 56px;
  }
}
@media screen and (max-width: 460px) {
  .map-image {
    position: relative;
    text-align: center;
    max-width: 1170px;
    min-height: 1400px;
    margin: 270px auto -613px;
  }
  .image-effect-two {
    position: absolute;
    top: -234px;
    left: 45%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-three {
    position: absolute;
    left: 45%;
    bottom: 794px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-four {
    position: absolute;
    right: 39%;
    top: 30px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-five {
    position: absolute;
    left: 45%;
    top: 21%;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-six {
    position: absolute;
    display: none;
    left: 45%;
    top: 96px;
    margin-top: 120px;
    animation: zmin 2s infinite;
    animation-delay: 2s;
  }
  .image-effect-one .pop,
  .image-effect-two .pop,
  .image-effect-three .pop,
  .image-effect-four .pop,
  .image-effect-five .pop,
  .image-effect-six .pop {
    background: #fff;
    opacity: 1;
    transform: scale(1);
    top: 56px;
    width: 289px;
    padding: 20px 25px;
  }
  .image-effect-one .pop .designation,
  .image-effect-two .pop .designation,
  .image-effect-three .pop .designation,
  .image-effect-four .pop .designation,
  .image-effect-five .pop .designation,
  .image-effect-six .pop .designation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
}
/*/------------------------Customar Section-------------------------/*/
/*/------------------------Service Section-------------------------/*/
.service-section {
  background: #fffceb;
}

.service-items {
  padding: 30px 50px;
  position: relative;
  transition: 0.3s;
}
.service-items .service-thumb {
  margin-bottom: 20px;
}
.service-items .service-content {
  max-width: 340px;
}
.service-items .service-content .title {
  color: #fff;
  margin-bottom: 10px;
}
.service-items .service-content p {
  color: #fff;
}
.service-items .s-shape {
  position: absolute;
  top: 20%;
  left: 50%;
  opacity: 9;
  animation: updownleftright 4s linear infinite;
}
.service-items .s-shape i {
  color: #ccc;
}
.service-items .s-shape img {
  width: 100%;
  height: 100%;
}

@keyframes updownleftright {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 420px) {
  .service-items {
    padding: 30px 15px;
  }
  .service-items .service-content .title {
    color: #fff;
    font-size: 22px;
  }
}
/*/------------------------Service Section-------------------------/*/
/*/------------------------Service-five Section-------------------------/*/
.service-style-four.service-style-five .sercive-four-content-about .custom-btn {
  border-radius: 100px;
}
.service-style-four.service-style-five .service-four-thumb {
  max-width: 690px;
}
.service-style-four.service-style-five .service-four-thumb img {
  width: 100%;
  height: 100%;
}

.service-style-four.service-style-five-one .service-four-thumb {
  max-width: 584px;
}
.service-style-four.service-style-five-one .service-four-thumb img {
  width: 100%;
  height: 100%;
}
.service-style-four.service-style-five-one .service-four-wrapper-four .four-service-items .thumb {
  width: 50px !important;
  height: 50px !important;
}

/*/------------------------Service-five Section-------------------------/*/
/*/------------------------Service-five-two Section-------------------------/*/
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items {
  padding: 30px 40px;
  height: 250px;
}
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .thumb {
  width: 100px;
  height: 95px;
  line-height: 91px;
}
.service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content {
  width: calc(100% - 100px);
}

@media screen and (max-width: 500px) {
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items {
    padding: 30px 40px;
    height: 350px;
    flex-wrap: wrap;
  }
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .thumb {
    width: 100px;
    height: 95px;
    line-height: 91px;
  }
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .service-style-four.service-style-five-two .service-four-content .service-four-wrapper .four-service-items .content .title {
    font-size: 19px;
  }
}
/*/------------------------Service-five-two Section-------------------------/*/
/*/------------------------Service-style-four Section-------------------------/*/
.service-style-four {
  background: #fffcfa;
  overflow: hidden;
}
.service-style-four .service-four-content {
  position: relative;
  z-index: 999;
}
.service-style-four .service-four-content .service-four-wrapper {
  margin-top: 60px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items {
  background: #fff;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content {
  width: calc(100% - 75px);
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content .title {
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 10px;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items .content p {
  color: #555555;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
.service-style-four .service-four-content .service-four-wrapper .four-service-items:not(:last-child) {
  margin-bottom: 35px;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items {
  background: none;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  padding: 15px 0 !important;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items .thumb {
  width: 45px;
  height: 45px;
  line-height: 48px;
}
.service-style-four .service-four-content .service-four-wrapper-four .four-service-items .thumb i {
  color: #fff;
  font-size: 21px;
}
.service-style-four .bg-img-service {
  background: url(../../assets/images4/feature/shape-bg.png) no-repeat center center;
  background-size: contain;
  max-width: 600px;
  padding: 100px;
}
.service-style-four .bg-img-service .service-four-thumb {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 404px;
  z-index: 5;
}
.service-style-four .bg-img-service .service-four-thumb img {
  width: 100%;
  height: 100%;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle {
  position: absolute;
  top: 129px;
  left: -207px;
  z-index: -1;
  width: 744px;
  animation: handed 18s linear infinite;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle img {
  width: 100%;
  height: 100%;
}
.service-style-four .bg-img-service .service-four-thumb .service-circle-two {
  position: absolute;
  top: 0px;
  left: -207px;
  z-index: -1;
  width: 744px;
  animation: handed 18s linear infinite;
}

.service-style-four-four {
  background: #fff;
}

.sercive-four-content-about .section-header .header-content p {
  font-size: 17px;
  line-height: 1.7;
}
.sercive-four-content-about .custom-btn {
  border-radius: 4px;
}

@keyframes handed {
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 400px) {
  .service-style-four .service-four-content .service-four-wrapper .four-service-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .service-style-four .service-four-content .service-four-wrapper .four-service-items .thumb {
    width: 75px;
    object-fit: contain;
    margin-bottom: 15px;
  }
  .service-style-four .service-four-content .service-four-wrapper .content {
    width: 100% !important;
  }
}
/*/------------------------Service-style-four Section-------------------------/*/
/*/------------------------Service-style-single Section-------------------------/*/
.service-single .services-s-all-service {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.service-single .services-s-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 30px;
}
.service-single .services-s-item a {
  font-size: 18px;
  font-weight: 500;
  color: #0b185f;
  transition: all 0.3s ease-in-out;
}
.service-single .services-s-item a:hover {
  color: #0b185f;
}
.service-single .services-s-item a i {
  padding-right: 5px;
}
.service-single .services-s-item li {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-single .services-s-item li:last-child {
  border-bottom: none;
}

.service-s-about {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.service-s-about .services-s-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-s-about p {
  padding: 25px 30px;
  color: #555555;
  font-size: 17px;
}
.service-s-about .services-thumb {
  max-width: 350px;
  text-align: center;
  margin: 30px;
  background: #f8faff;
}
.service-s-about .services-thumb img {
  width: 100%;
  height: 100%;
}
.service-s-about .services-download-area {
  padding: 25px 30px;
}
.service-s-about .services-download-area h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 30px;
}
.service-s-about .services-download-area .download-pdf {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
}
.service-s-about .services-download-area .download-pdf a {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
  color: #ffcf34 !important;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-pdf i {
  margin-left: 20px;
}
.service-s-about .services-download-area .download-pdf h4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffcf34 !important;
  margin-right: 30px;
}
.service-s-about .services-download-area .download-zip {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
  margin-top: 15px;
}
.service-s-about .services-download-area .download-zip a {
  display: flex;
  padding: 10px 15px;
  color: #0b185f;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-zip h4 {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  margin-right: 30px;
}
.service-s-about .services-download-area .download-zip i {
  margin-left: 20px;
}

.s-contact-info {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  margin-bottom: 45px;
}
.s-contact-info h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info:last-child {
  border: none;
}
.s-contact-info .s-c-info i {
  font-size: 20px;
  color: #0b185f;
  padding-right: 15px;
}
.s-contact-info .s-c-info .c-info-details {
  padding-left: 8px;
}
.s-contact-info .s-c-info .c-info-details h4 {
  color: #0b185f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.s-contact-info .s-c-info .c-info-details h5 {
  font-size: 16px;
  color: #555555;
}

.services-single-right .service-overview .overview-thumb {
  max-width: 860px;
}
.services-single-right .service-overview .overview-thumb img {
  width: 100%;
  height: 100%;
}
.services-single-right .service-overview .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .service-overview .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .services-single-work {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.services-single-right .services-single-work .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .services-single-work .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .services-single-work .services-single-work-thumb {
  margin-left: 20px;
}
.services-single-right .services-single-work .left-thumb {
  margin-right: 20px;
}
.services-single-right .service-overview-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b185f;
  margin-bottom: 15px;
}
.services-single-right .service-overview-content p {
  color: #555555;
  font-size: 17px;
}
.services-single-right .space {
  margin-top: 30px;
  margin-bottom: 30px;
}
.services-single-right .service-s-range-area {
  display: flex;
  align-items: center;
}
.services-single-right .service-s-range-area .service-s-range-item {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.services-single-right .service-s-range-area .service-s-range-item .range-thumb {
  width: 100%;
}
.services-single-right .service-s-range-area .service-s-range-item .range-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content {
  padding: 20px 25px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content h3 {
  color: #0b185f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content p {
  font-size: 17px;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn {
  font-size: 17px;
  font-weight: 700;
  color: #0b185f;
  display: flex;
  align-items: center;
}
.services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn i {
  padding-left: 8px;
}
.services-single-right .service-s-range-area .service-s-range-item:not(:last-child) {
  margin-right: 30px;
}
.services-single-right .space2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.services-single-right .leadership-wrapper {
  margin-top: 25px;
}
.services-single-right .leadership-wrapper .leadership-team-area {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-thumb {
  margin-right: 15px;
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 5px;
}
.services-single-right .leadership-wrapper .leadership-team-area .leadership-content h5 {
  font-size: 16px;
  color: #555555;
}

.overview-thumb img {
  width: 100%;
  height: 100%;
}

.b-post-form {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.b-post-form .b-post-form-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b185f;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 30px;
}
.b-post-form .b-post-form-area {
  padding: 20px 10px;
}
.b-post-form .b-post-form-area .q-from form .form-select {
  border: none;
  outline: none;
}
.b-post-form .b-post-form-area .q-from form .form-select option {
  font-size: 14px;
  color: #555555;
}
.b-post-form .b-post-form-area .q-from form input {
  width: 100%;
  border: none;
  outline: none;
  color: #555555;
  font-weight: 500;
  margin-bottom: 15px;
}
.b-post-form .b-post-form-area .q-from form textarea {
  border: none;
  outline: none;
  color: #555555;
}
.b-post-form .b-post-form-area .q-from form button {
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 8px;
}

@media screen and (max-width: 991px) {
  .services-single-right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .services-single-right .services-single-work {
    flex-wrap: wrap;
  }
  .services-single-right .services-single-work .service-overview-content {
    margin-bottom: 20px;
  }
  .services-single-right .services-single-work .left-thumb {
    margin-bottom: 20px;
  }
  .service-s-range-area {
    flex-wrap: wrap;
  }
  .service-s-range-area .service-s-range-item {
    margin-bottom: 20px;
  }
  .service-s-range-area .service-s-range-item:not(:last-child) {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 470px) {
  .services-single-right .services-single-work {
    flex-wrap: wrap;
  }
  .services-single-right .services-single-work .service-overview-content {
    margin-bottom: 20px;
  }
  .services-single-right .services-single-work .services-single-work-thumb {
    max-width: 500px;
  }
  .services-single-right .services-single-work .services-single-work-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-single-right .services-single-work .left-thumb {
    margin-bottom: 20px;
    max-width: 500px;
  }
  .services-single-right .services-single-work .left-thumb img {
    width: 100%;
    height: 100%;
  }
  .services-single-right .service-overview .service-overview-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0b185f;
    margin-bottom: 15px;
  }
  .services-single-right .service-overview .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .services-single-work .service-overview-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0b185f;
    margin-bottom: 15px;
  }
  .services-single-right .services-single-work .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .service-overview-content h3 {
    font-size: 26px;
  }
  .services-single-right .service-overview-content p {
    color: #555555;
    font-size: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content h3 {
    color: #0b185f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content p {
    font-size: 15px;
  }
  .services-single-right .service-s-range-area .service-s-range-item .range-content .range-btn {
    font-size: 15px;
  }
  .s-contact-info h3 {
    font-size: 24px;
  }
  .s-contact-info .s-c-info i {
    font-size: 20px;
  }
  .s-contact-info .s-c-info .c-info-details {
    padding-left: 8px;
  }
  .s-contact-info .s-c-info .c-info-details h4 {
    color: #0b185f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .s-contact-info .s-c-info .c-info-details h5 {
    font-size: 16px;
    color: #555555;
  }
  .b-post-form {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  }
  .b-post-form .b-post-form-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b185f;
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 30px;
  }
  .b-post-form .b-post-form-area {
    padding: 20px 10px;
  }
  .b-post-form .b-post-form-area .q-from form .form-select {
    border: none;
    outline: none;
  }
  .b-post-form .b-post-form-area .q-from form .form-select option {
    font-size: 14px;
    color: #555555;
  }
  .b-post-form .b-post-form-area .q-from form input {
    width: 100%;
    border: none;
    outline: none;
    color: #555555;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .b-post-form .b-post-form-area .q-from form textarea {
    border: none;
    outline: none;
    color: #555555;
  }
  .b-post-form .b-post-form-area .q-from form button {
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 8px;
  }
  .service-s-about .services-download-area .download-pdf i {
    margin-left: 0px;
  }
  .service-s-about .services-download-area .download-pdf h4 {
    margin-right: 0px;
  }
  .service-s-about .services-download-area .download-pdf {
    border-radius: 30px;
    padding: 7px 9px;
  }
  .service-s-about .services-download-area .download-zip a {
    padding: 5px 7px;
    color: #0b185f;
  }
  .service-s-about .services-download-area .download-zip i {
    margin-left: 0px;
  }
}
/*/------------------------Service-style-single Section-------------------------/*/
/*/------------------------Screenshot Section-------------------------/*/
.screenshoot-section {
  background: #fffcfa;
}

/*/------------------------Screenshot Section-------------------------/*/
/*/------------------------Video Section-------------------------/*/
.video-section {
  overflow: hidden;
  position: relative;
}

.video-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper {
  border-radius: 20px;
  background-image: -webkit-linear-gradient(90deg, rgb(255, 252, 250) 0%, rgba(255, 252, 250, 0.01) 1%, rgb(255, 252, 250) 100%);
  box-shadow: 0px 20px 20px 0px rgba(136, 136, 136, 0.2);
  padding: 20px 0 0;
  position: relative;
}
.video-wrapper .video-main {
  max-width: 985px;
  margin: 0 auto;
}
.video-wrapper .video-main img {
  width: 100%;
  height: 100%;
}
.video-wrapper .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f08e25;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 68px;
  display: block;
}
.video-wrapper .video i {
  color: #fff;
  font-size: 26px;
  position: relative;
}
.video-wrapper .video::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f08e25;
  animation: scals 2s linear infinite;
  animation-delay: 2s;
  opacity: 0.1;
}

@keyframes scals {
  0% {
    width: 0;
    opacity: 0.5;
  }
  50% {
    width: 60px;
    opacity: 0.9;
  }
}
/*/------------------------Video Section-------------------------/*/
.video-style-two {
  transform: translateY(-120px);
  margin-bottom: -120px;
}

/*/------------------------Video Section-------------------------/*/
/*/------------------------Gallery Section-------------------------/*/
.gallery-section {
  position: relative;
  overflow: hidden;
}

.gallery-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.gallery-items {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
}
.gallery-items .gallery-thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-items .gallery-thumb img {
  width: 100%;
  height: 100%;
}
.gallery-items .gallery-thumb .search-area {
  opacity: 0;
  transition: all 0.9s;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 95%;
  height: 95%;
  border-radius: 12px;
}
.gallery-items .gallery-thumb .search-area .main-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.gallery-items .gallery-thumb .search-area .main-search .title {
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  margin-right: 9px;
}
.gallery-items .gallery-thumb .search-area .main-search .title i {
  color: #fff;
}
.gallery-items .gallery-content {
  text-align: center;
  margin: 0 auto;
  padding: 25px 5px;
}
.gallery-items .gallery-content .title a {
  color: #0b185f;
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s;
}
.gallery-items .gallery-content .subtitle {
  color: #0b185f;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.gallery-items:hover .gallery-content .title a {
  text-decoration: underline;
}
.gallery-items:hover .gallery-thumb .search-area {
  opacity: 1;
}

@media screen and (max-width: 420px) {
  .gallery-items .gallery-content .title a {
    font-size: 22px;
  }
}
/*/------------------------Gallery Section-------------------------/*/
/*/------------------------Gallery-style-two Section-------------------------/*/
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .search-show {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .search-show .main-show .main-search {
  position: relative;
  margin-top: 40px;
  justify-content: center;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content {
  padding: 0 0;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content .subtitle {
  font-size: 16px !important;
  color: #0b185f;
}
.gallery-section.gallery-style-two .gallery-items .gallery-thumb .search-area .gallery-content .title a {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0b185f;
  text-decoration: none;
}

/*/------------------------Gallery-style-two Section-------------------------/*/
/*/------------------------Protfolio Section-------------------------/*/
.protfolio-single .service-single-left-thumb {
  width: 100%;
  height: 520px;
}
.protfolio-single .service-single-left-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.protfolio-single .service-single-right-thumb .item {
  max-width: 390px;
  height: 248px;
}
.protfolio-single .service-single-right-thumb .item img {
  width: 100%;
  height: 100%;
}
.protfolio-single .service-single-right-thumb .item:not(:last-child) {
  margin-bottom: 25px;
}

.service-content-letf-single {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.service-content-letf-single .project-header {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  padding: 20px 30px;
  align-items: center;
}
.service-content-letf-single .project-header h3 {
  color: #0b185f;
  margin-left: 8px;
  font-weight: 700;
}
.service-content-letf-single .project-address li {
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.service-content-letf-single .project-address li i {
  font-size: 29px;
  margin-right: 9px;
  width: 35px;
  color: #555555;
}
.service-content-letf-single .project-address li .cont h4 {
  font-weight: 600;
  color: #0b185f;
}
.service-content-letf-single .project-address li .cont span {
  color: #555555;
}
.service-content-letf-single .project-address li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.service-content-letf-single .file {
  padding: 40px 40px;
}
.service-content-letf-single .download-pdf a {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  padding: 20px 40px;
  display: flex;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
}
.service-content-letf-single .download-pdf a i {
  color: #62e0c1;
}
.service-content-letf-single .download-pdf a h4 {
  color: #0b185f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.service-content-letf-single .download-pdf:not(:last-child) {
  margin-bottom: 20px;
}

.service-content-letf-single.right-customize .project-header {
  margin-bottom: 30px;
}
.service-content-letf-single.right-customize p {
  padding: 0 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}
.service-content-letf-single.right-customize .single-btn {
  padding: 40px 40px;
}

@media screen and (max-width: 991px) {
  .service-content-letf-single {
    margin-bottom: 30px;
  }
  .protfolio-single .service-single-left-thumb {
    width: 100%;
    height: 520px;
    margin-bottom: 30px;
  }
  .protfolio-single .service-single-left-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .protfolio-single .service-single-right-thumb {
    display: flex;
    align-items: center;
  }
  .protfolio-single .service-single-right-thumb .item {
    max-width: 390px;
    height: 248px;
  }
  .protfolio-single .service-single-right-thumb .item img {
    width: 100%;
    height: 100%;
  }
  .protfolio-single .service-single-right-thumb .item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .protfolio-single .service-single-right-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .protfolio-single .service-single-right-thumb .item {
    max-width: 390px;
    height: 248px;
  }
  .protfolio-single .service-single-right-thumb .item img {
    width: 100%;
    height: 100%;
  }
  .protfolio-single .service-single-right-thumb .item:not(:last-child) {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 370px) {
  .service-content-letf-single {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
  }
  .service-content-letf-single .project-header {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    padding: 20px 8px;
    align-items: center;
  }
  .service-content-letf-single .project-header h3 {
    color: #0b185f;
    margin-left: 8px;
    font-weight: 700;
    font-size: 20px;
  }
  .service-content-letf-single .project-address li {
    padding: 15px 30px;
    display: flex;
    align-items: center;
  }
  .service-content-letf-single .project-address li i {
    font-size: 29px;
    margin-right: 9px;
    width: 35px;
    color: #555555;
  }
  .service-content-letf-single .project-address li .cont h4 {
    font-weight: 600;
    color: #0b185f;
  }
  .service-content-letf-single .project-address li .cont span {
    color: #555555;
  }
  .service-content-letf-single .project-address li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
  .service-content-letf-single .file {
    padding: 40px 40px;
  }
  .service-content-letf-single .download-pdf a {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    padding: 15px 9px;
    display: flex;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
  }
  .service-content-letf-single .download-pdf a i {
    color: #62e0c1;
  }
  .service-content-letf-single .download-pdf a h4 {
    color: #0b185f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
  .service-content-letf-single .download-pdf:not(:last-child) {
    margin-bottom: 20px;
  }
  .service-content-letf-single.right-customize .project-header {
    margin-bottom: 30px;
  }
  .service-content-letf-single.right-customize p {
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
  }
  .service-content-letf-single.right-customize .single-btn {
    padding: 40px 10px;
  }
}
/*/------------------------Protfolio Section-------------------------/*/
/*/------------------------Choose Section-------------------------/*/
.choose-section {
  background: #f2ffff;
  overflow: hidden;
}

.choose-item {
  display: flex;
  margin-top: 45px;
}
.choose-item .choose-left {
  margin-right: 25px;
}
.choose-item .choose-left .choose-left-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 23px 10px;
  text-align: center;
}
.choose-item .choose-right-content {
  max-width: 400px;
}
.choose-item .choose-right-content .title {
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
}
.choose-item .choose-right-content p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}

.choose-image {
  max-width: 570px;
}
.choose-image img {
  width: 100%;
  height: 100%;
}

/*/------------------------Choose Section-------------------------/*/
/*/------------------------Team Section-------------------------/*/
.team-section {
  overflow: hidden;
}

.team-items {
  box-shadow: -1px 0px 14px 1px #ccc;
}
.team-items .social-thumb-area .thumb {
  width: 100%;
  position: relative;
}
.team-items .social-thumb-area .thumb img {
  width: 100%;
}
.team-items .social-thumb-area .thumb .social-btn {
  position: absolute;
  top: 25px;
  right: -24px;
}
.team-items .social-thumb-area .thumb .social-btn .flow-btn {
  display: block;
  padding: 17px 16px;
  transform: rotate(90deg);
  width: 106px;
  letter-spacing: 1px;
  border-radius: 0 !important;
  position: relative;
}
.team-items .social-thumb-area .thumb .social {
  position: absolute;
  bottom: 0;
  right: 0;
}
.team-items .social-thumb-area .social ul li {
  background: #fff;
  border-bottom: 1px solid #555555;
  text-align: center;
  width: 58px;
  height: 50px;
  line-height: 50px;
}
.team-items .social-thumb-area .social ul li a i {
  color: #000;
}
.team-items .team-content {
  padding: 20px;
}
.team-items .team-content .title {
  color: #0b185f;
}
.team-items .team-content .title a {
  color: #0b185f;
}
.team-items .team-content .subtitle {
  color: #555555;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.team-items .team-content ul li {
  border-bottom: 1px solid #555555;
  padding: 14px 0;
}
.team-items .team-content ul li a {
  color: #555555;
}
.team-items .team-content ul li a i {
  color: #555555;
  padding: 0 15px;
  font-size: 20px;
}
.team-items .team-content ul li:first-child {
  border-top: 1px solid #555555;
}

/*/------------------------Team Section-------------------------/*/
/*/------------------------Team-single Section-------------------------/*/
.team-s-wrapper {
  padding: 30px;
}
.team-s-wrapper .team-left-item .team-item-thumb {
  max-width: 606px;
}
.team-s-wrapper .team-left-item .team-item-thumb img {
  width: 100%;
  height: 100%;
}
.team-s-wrapper .team-more {
  margin-top: 20px;
}
.team-s-wrapper .team-more h3 {
  color: #0b185f;
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0px;
}
.team-s-wrapper .team-right-item .team-more-details {
  margin-top: 30px;
}
.team-s-wrapper .team-right-item .team-more-details h3 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #0b185f;
  margin-bottom: 15px;
  display: block;
}
.team-s-wrapper .team-right-item .team-more-details h4 {
  font-size: 16px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-area li {
  font-size: 16px;
  color: #555555;
  padding-bottom: 15px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li {
  display: flex;
  align-items: center;
  border: 1px solid #f3f3f3;
  border-right: none;
  padding: 15px 10px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li i {
  padding-right: 30px;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li:not(:last-child) {
  border-bottom: none;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon {
  display: flex;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-x-twitter {
  color: #23b6ea;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-instagram {
  color: #db4437;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-vimeo-v {
  color: #3b5998;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-behance {
  color: #0084ff;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-linkedin-in {
  color: #0084ff;
}
.team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon a i {
  margin-right: -10px;
}
.team-s-wrapper .team-right-item .team-right-details h3 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #0b185f;
  margin-bottom: 8px;
  display: block;
}
.team-s-wrapper .team-right-item .team-right-details h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.team-s-wrapper .team-right-item .team-right-details p {
  font-size: 16px;
}
.team-s-wrapper .progress-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.team-s-wrapper .progress-area .item {
  margin-right: 30px;
  margin-bottom: 20px;
}
.team-s-wrapper .progress-area h4 {
  font-size: 16px;
  color: #555;
}
.team-s-wrapper .progress-area h3 {
  font-size: 25px;
  color: #0b185f;
  margin-bottom: 30px;
  font-weight: 700;
}
@property --pgPercentage {
  .team-s-wrapper .progress-area {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
  }
}
.team-s-wrapper .progress-area div[role=progressbar] {
  --size: 7rem;
  --fg: #2dca73;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar two"] {
  --size: 7rem;
  --fg: #ff7d51;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar three"] {
  --size: 7rem;
  --fg: #ffc212;
  --bg: #f7fafc;
  --pgPercentage: var(--value);
  animation: growProgressBar 2s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 94%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.team-s-wrapper .progress-area div[role="progressbar two"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .progress-area div[role="progressbar three"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .progress-area div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}
.team-s-wrapper .team-award {
  margin-top: 50px;
}
.team-s-wrapper .team-award h3 {
  font-size: 24px;
  color: #0b185f;
  margin-bottom: 30px;
  font-weight: 700;
}
.team-s-wrapper .team-award .award-thumb-area {
  display: flex;
  flex-wrap: wrap;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb {
  margin-right: 40px;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb h4 {
  font-size: 17px;
  color: #555555;
  font-weight: 500;
  margin-top: 20px;
}

@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@media screen and (max-width: 991px) {
  .team-s-wrapper .team-left-item .team-item-thumb {
    max-width: 606px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .team-s-wrapper .team-award .award-thumb-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
  }
  .progress-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
}
/*/------------------------Team-single Section-------------------------/*/
/*/------------------------Pricing Section-------------------------/*/
.pricing-item {
  padding: 30px 40px;
  position: relative;
  transition: all 0.4s;
}
.pricing-item .pricing-image {
  text-align: center;
  margin: 0 auto;
  max-width: 280px;
}
.pricing-item .pricing-image img {
  width: 100%;
  height: 100%;
}
.pricing-item .basic-content {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pricing-item .pricing-menu {
  position: relative;
  z-index: 1;
}
.pricing-item .pricing-menu .pricing-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.pricing-item .pricing-menu .pricing-list li i {
  color: #fff;
  background: #86cf3b;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  margin-right: 8px;
}
.pricing-item .pricing-menu .pricing-list .cros i {
  background: #ff6565;
}
.pricing-item .pricing-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pricing-item .price {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.pricing-item .price .title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #86cf3b;
}
.pricing-item .price span {
  font-size: 17px;
  font-weight: 500;
  color: #86cf3b;
}
.pricing-item .pricing-shape {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 446px;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
.pricing-item .pricing-shape img {
  width: 100%;
  height: 100%;
}
.pricing-item:hover {
  transform: translateY(-15px);
}

.pricing-section.pricing-style-two .pricing-image {
  text-align: center;
}

.basic-content h5 {
  font-size: 30px;
  color: #fff;
}

/*/------------------------Pricing Section-------------------------/*/
/*/------------------------Pricing-style-two Section-------------------------/*/
.pricing-section.pricing-style-two .pricing-items-two {
  padding: 0 0;
}
.pricing-section.pricing-style-two .pricing-items-two .basic-content {
  padding: 40px 25px 0 25px;
  text-align: left !important;
}
.pricing-section.pricing-style-two .pricing-items-two .basic-content h5 {
  color: #0b185f;
  font-weight: 700;
  font-size: 30px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f {
  display: flex;
  padding: 40px 25px 12px 25px;
  justify-content: space-between;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f .price .title {
  color: #fff;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-s-t-f .price span {
  color: #fff;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-menu {
  padding: 50px 25px 0 25px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-button {
  padding: 10px 25px 50px 25px;
}
.pricing-section.pricing-style-two .pricing-items-two .pricing-button .custom-btn {
  border-radius: 4px;
  text-transform: uppercase;
}

/*/------------------------Pricing-style-two Section-------------------------/*/
/*/------------------------Pricing-style-four Section-------------------------/*/
.pricing-section.pricing-style-four .pricing-item .pricing-image {
  width: 104px;
  margin: 0 0 0 auto;
}
.pricing-section.pricing-style-four .pricing-item .pricing-image img {
  width: 100%;
  height: 100%;
}
.pricing-section.pricing-style-four .pricing-item .basic-content {
  text-align: left;
}

/*/------------------------Pricing-style-four Section-------------------------/*/
/*/------------------------Shop Section-------------------------/*/
.shop-showing-result {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  margin-bottom: 35px;
}
.shop-showing-result .shop-showing-title h4 {
  font-size: 16px;
  color: #0b185f;
  font-weight: 500;
}
.shop-showing-result .shop-showing-icon i {
  font-size: 18px;
  color: #0b185f;
}
.shop-showing-result .shop-showing-icon .icon-1 {
  color: #f08e25;
  margin-right: 10px;
}

.shop-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-area .shop-thumb {
  padding: 10px;
}
.shop-area .shop-thumb img {
  width: 100%;
  height: 100%;
}
.shop-area .shop-content {
  padding: 20px 30px;
}
.shop-area .shop-content a {
  font-size: 18px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
}
.shop-area .shop-content h5 {
  font-size: 16px;
  color: #0b185f;
}
.shop-area .shop-content .shop-icon i {
  color: #f08e25;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.shop-latest {
  margin-left: 15px;
}
.shop-latest h4 {
  font-size: 16px;
  color: #0b185f;
}
.shop-latest h4 a {
  color: #0b185f;
}
.shop-latest h5 {
  font-size: 16px;
  color: #0b185f;
}
.shop-latest i {
  color: #f08e25;
  font-size: 14px;
}

.reply-icon i {
  color: #f08e25;
}

.form-select {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #f0f0f0;
  padding: 15px 31px;
}

.b-post-form-two .b-post-form-area .q-from form .form-group1 input {
  margin-bottom: 0;
  background: #f6fafd;
  padding: 12px 15px;
}
.b-post-form-two .b-post-form-area .q-from form .form-group textarea {
  background: #f6fafd;
  margin-top: 20px;
  padding: 20px 20px 110px;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting {
  color: #555555;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting .comnt-icon {
  padding-left: 4px;
}
.b-post-form-two .b-post-form-area .q-from form .my-ratting .comnt-icon i {
  color: #ffcf34;
  font-size: 13px;
}
.b-post-form-two .space-b-post-area {
  padding: 33px 20px 0px 20px !important;
}

/* Shop Pangination */
.shop-pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
.shop-pagination li a {
  font-size: 18px;
  color: #0b185f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-weight: 500;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.shop-pagination li a:hover {
  background: #f08e25;
  color: #fff;
}

/* Shop Single Style */
.s-product-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 20px 25px 0px;
  display: flex;
  margin-bottom: 35px;
}
.s-product-area .s-product-img .s-thumb-wrap {
  max-width: 300px;
  overflow: hidden;
}
.s-product-area .s-product-img .s-thumb-wrap .s-product-thumb {
  max-width: 300px;
  overflow: hidden;
}
.s-product-area .s-product-img .s-thumb-wrap .s-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-product-area .btn {
  margin-bottom: 30px;
}
.s-product-area .small-img-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.s-product-area .small-img-group img {
  margin-right: 10px;
}
.s-product-area .s-product-details {
  padding-right: 15px;
}
.s-product-area .s-product-details h5 {
  font-size: 18px;
  color: #0b185f;
  font-weight: 600;
  margin-top: 10px;
}
.s-product-area .s-product-details .s-product-title h3 {
  font-size: 24px;
  color: #0b185f;
  font-weight: 600;
  margin-bottom: 9px;
}
.s-product-area .s-product-details .s-product-review {
  display: flex;
}
.s-product-area .s-product-details .s-product-review h4 {
  font-size: 16px;
}
.s-product-area .s-product-details .s-product-review .review-icon i {
  font-size: 16px;
  color: #f08e25;
}
.s-product-area .s-product-details .s-product-description h3 {
  font-size: 18px;
  color: #0b185f;
  margin-top: 15px;
  margin-bottom: 6px;
}
.s-product-area .s-product-details .s-product-size-wrapper {
  display: flex;
  margin-top: 30px;
}
.s-product-area .s-product-details .s-product-size-wrapper .s-product-color {
  margin-left: 10px;
}
.s-product-area .s-product-details .s-discount-area {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.s-product-area .s-product-details .s-discount-area .s-discout-nbr {
  display: flex;
  align-items: center;
}
.s-product-area .s-product-details .s-discount-area .s-discout-nbr a {
  border: 1px solid #f0f0f0;
  color: #555555;
  padding: 11px 21px;
}
.s-product-area .s-product-details .s-discount-area .s-discount-code input {
  padding: 10px 0px;
  margin-left: 10px;
  border: 1px solid #f0f0f0;
  font-weight: 500;
  color: #555555;
  outline: none;
  padding-left: 10px;
}
.s-product-area .s-product-details .btn {
  background: #86cf3b;
  padding: 15px 15px;
  width: 100%;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.b-comnts-area .b-comnts-area-accordian {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 20px 20px;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap {
  display: flex;
  align-items: center;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item {
  border: none;
  margin-right: 8px;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-header {
  border: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button:not(.collapsed) {
  color: #0b185f;
  background-color: #f7fbff;
  box-shadow: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #0b185f;
  text-align: left;
  background-color: #f7fbff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  display: none;
}
.b-comnts-area .b-comnts-area-accordian .accordian-items-wrap .accordion-item .accordion-button::after {
  display: none;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body {
  padding: 1rem 0.25rem;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 {
  padding: 16px 0 10px;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area h4 {
  font-weight: 600;
  color: #0b185f;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area p {
  font: 16px;
  color: #555555;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .b-comnts-area-1 .b-comnts-1 .b-comnts-details .name-area .comnt-icon i {
  color: #ffcf34;
}
.b-comnts-area .b-comnts-area-accordian .accordion-body .shop-b-post-form .b-post-form-title h3 {
  font-size: 24px !important;
}

.shop-cart-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.shop-cart-area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.shop-cart-area table thead td {
  background: #86cf3b;
  color: #fff;
  padding: 21px 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

table tbody td {
  border-bottom: 1px solid #f1f1f1;
}
table tbody .quantity .qtybutton {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  line-height: 50px;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity .qtybutton:hover {
  background: #86cf3b;
  color: #fff;
  cursor: pointer;
}
table tbody .quantity input {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity input:hover {
  background: #86cf3b;
  color: #fff;
  cursor: pointer;
}
table tbody img {
  margin-top: 35px;
  margin-bottom: 40px;
}
table tbody i {
  color: #ffcf34;
  font-size: 18px;
  font-weight: 500;
}
table tbody h4,
table tbody h5 {
  font-size: 18px;
  color: #0b185f;
  font-weight: 500;
}

.shop-coupon-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 25px 20px;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop-coupon-area .shop-coupon-code {
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 10px;
}
.shop-coupon-area .shop-coupon-code input {
  border: none;
  color: #0b185f !important;
  font-weight: 600;
  font-size: 16px;
  outline: none;
}
.shop-coupon-area .shop-coupon-code button {
  border: none;
  outline: none;
  background: #f7fbff;
  text-transform: uppercase;
  font-size: 16px;
  color: #0b185f;
  font-weight: 600;
  padding: 20px 30px;
}
.shop-coupon-area .shop-coupon-code h4 {
  font-size: 16px;
  color: #555;
  margin-right: 20px;
}
.shop-coupon-area .shop-coupon-code a {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  background: #f7fbff;
  padding: 20px;
}
.shop-coupon-area .shop-checkout a {
  font-size: 14px;
  font-weight: 600;
  color: #0b185f;
  background: #f7fbff;
  text-transform: uppercase;
  padding: 20px;
  margin-left: 10px;
}

.shop-shipping-area {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shop-shipping-area h3 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0b185f;
}

.shoping-main-wrap {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}

.shipping-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shipping-wrapper .calculate-shipping-wrapper {
  width: 49%;
}
.shipping-wrapper .calculate-shipping-wrapper .post-code-btn {
  margin-top: 40px;
}
.shipping-wrapper .calculate-shipping-wrapper .post-code-btn .custom-btn {
  border-radius: 4px;
}
.shipping-wrapper .shipping-card-wrapper {
  width: 49%;
}
.shipping-wrapper .shipping-item {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shipping-wrapper .shipping-item .shipping-country select {
  outline: none;
  border: none;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  padding: 10px 10px;
}
.shipping-wrapper .shipping-item .shipping-country h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
}
.shipping-wrapper .shipping-item .shipping-post-code select {
  outline: none;
  border: none;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  padding: 10px 10px;
}
.shipping-wrapper .shipping-item .shipping-post-code h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
  margin-left: 10px;
}
.shipping-wrapper .shipping-card-wrapper .shipping-card-item .s-card-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.shipping-wrapper .shipping-card-wrapper .shipping-card-item .s-card-item h4 {
  font-size: 16px;
  color: #0b185f;
  font-weight: 500;
  padding: 15px 25px;
}

.shop-search-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 0 0 25px 0;
}
.shop-search-area .head-title {
  color: #0b185f;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.shop-search-area .search-wrapper {
  border: 1px solid #f0f0f0;
  padding: 10px 25px;
  margin: 30px 30px 10px;
}
.shop-search-area .search-wrapper .blog-search input {
  border: none;
  outline: none !important;
}
.shop-search-area .cus-accor {
  margin-top: 30px;
}
.shop-search-area .cus-accor .accordion-button:not(.collapsed) {
  color: #0b185f;
  font-size: 16px;
  font-weight: 600;
  background-color: none;
  box-shadow: none;
}
.shop-search-area .cus-accor .accordion-item {
  background: none;
  border: none;
}
.shop-search-area .cus-accor .accordion-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.shop-search-area .cus-accor .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 17px;
  font-weight: 600;
  color: #0b185f;
  /* font-size: 0rem; */
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.shop-search-area .s-wrap-search {
  padding: 20px 20px;
}
.shop-search-area .s-wrap-search .most-popular-area:not(:last-child) {
  margin-bottom: 20px;
}

.shop-search-areas-none {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .s-product-area .s-product-img .s-thumb-wrap {
    max-width: 300px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  .s-product-img {
    margin-bottom: 30px;
  }
  .shoppppp {
    margin-top: 40px;
  }
  .shop-coupon-area .shop-coupon-code {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding: 0px 0px 0px 10px;
  }
  .shop-coupon-area {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    padding: 25px 20px 43px;
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .shipping-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .shipping-wrapper .calculate-shipping-wrapper {
    width: 100%;
  }
  .shipping-wrapper .shipping-card-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .s-product-area .s-product-details .s-discount-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
  }
  .s-product-area .s-product-details .s-discount-area .s-discount-code input {
    margin-left: 0px !important;
  }
  .s-product-area .s-product-details .s-discount-area .s-discout-nbr {
    margin-bottom: 10px;
  }
  .s-product-area .s-product-details .btn {
    width: 85%;
  }
  .form-select {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid #f0f0f0;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 500px) {
  .b-comnts-1.d-flex.align-items-center {
    flex-wrap: wrap;
  }
  .b-comnts-thumb.me-4 {
    margin-bottom: 10px;
  }
  table,
  thead,
  tbody,
  td,
  tr {
    display: block;
  }
  .quantity {
    justify-content: center;
    padding: 5px 0;
  }
  table tbody h4,
  table tbody h5 {
    padding: 7px 0;
  }
  table tbody td {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
  }
  .shop-cart-area table thead td {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 400px) {
  .s-product-area {
    padding: 20px 12px 0px;
  }
  .b-comnts-area .b-comnts-area-accordian {
    padding: 20px 10px;
  }
  .b-post-form-two .space-b-post-area {
    padding: 33px 10px 0px 10px !important;
  }
}
@media screen and (max-width: 395px) {
  .shop-coupon-area .shop-coupon-code input {
    font-weight: 600;
    font-size: 12px;
  }
  .shop-coupon-area .shop-coupon-code button {
    font-size: 11px;
    padding: 20px 20px;
  }
  .shop-coupon-area .shop-checkout a {
    font-size: 14px;
    font-weight: 500;
    color: #0b185f;
    background: #f7fbff;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-left: 0px;
  }
  .shop-coupon-area {
    -webkit-box-shadow: 0px 0px 10px 0px #f0f0f0;
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    padding: 25px 7px 43px;
    margin: 50px 0px;
  }
  .shop-shipping-area h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .shipping-wrapper .shipping-item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  select {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*/------------------------Shop Section-------------------------/*/
/*/------------------------User Section-------------------------/*/
.user-section {
  background: #fffaf8;
}

.trust-item {
  box-shadow: 0px 0px 14px -4px #ccc;
  width: 100px;
  height: 100px;
  line-height: 90px;
  margin: 0 auto;
  border-radius: 8px;
  margin-right: 80px;
  transform: rotate(45deg);
}
.trust-item .trust-image {
  text-align: center;
  transform: rotate(-45deg);
  padding: 3px;
}

@media screen and (max-width: 991px) {
  .one-row {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 575px) {
  .two-row {
    margin-bottom: 55px;
  }
  .trust-item {
    box-shadow: 0px 0px 14px -4px #ccc;
    width: 50%;
    height: 100px;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 8px;
    margin-right: 80px;
    transform: rotate(45deg);
  }
  .trust-item .trust-image {
    text-align: center;
  }
}
/*/------------------------User Section-------------------------/*/
/*/------------------------Working Section-------------------------/*/
.work-section {
  background: #effaff;
}

.work-item .work-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  padding: 50px 15px;
  margin: 0 auto;
  position: relative;
}
.work-item .work-image .ar {
  position: absolute;
  right: -124px;
  top: 73px;
}
.work-item .work-image .work-effect {
  position: absolute;
  top: 0;
  right: 0;
}
.work-item .work-image .work-effect .work-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.work-item .work-image .work-effect .work-icon .works-contents {
  width: 50px;
  padding: 8px;
  text-align: center;
  margin: 0 auto;
}
.work-item .work-image .work-effect .work-icon .works-contents h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.work-item .work-image .work-effect .work-icon .works-contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.work-item .work-content {
  width: 230px;
  text-align: center;
  margin: 0 auto;
}
.work-item .work-content h5 {
  font-size: 24px;
  color: #0b185f;
  font-weight: 600;
  margin-top: 30px;
}
.work-item .work-content p {
  font-size: 15px;
  color: #555555;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .work-item .work-image .ar {
    position: absolute;
    right: -124px;
    top: 73px;
    display: none;
  }
  .work-item .work-image .ar {
    position: absolute;
    right: -124px;
    top: 73px;
    display: none;
  }
}
.work-section.page-six {
  position: relative;
}
.work-section.page-six .sec-shape {
  position: absolute;
  top: 5%;
  right: 0;
}
.work-section.page-six .sec-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gear-rotate {
  animation: rotate 30s infinite linear;
}
.gear-rotate1 {
  animation: fqa-left-right 30s infinite linear;
}
@keyframes fqa-left-right {
  0% {
    margin: 0;
  }
  50% {
    right: 175px;
  }
  100% {
    margin: 0;
  }
}
.gear-left-right {
  animation: fqa-left-right 10s linear infinite;
}
/*/------------------------Working Section-------------------------/*/
/*/------------------------Blog Section-------------------------/*/
.blog-items {
  box-shadow: 0px 0px 14px -4px #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}
.blog-items .blogs-image {
  padding: 30px 20px 30px;
  position: relative;
}
.blog-items .blogs-image .thumb {
  max-width: 287px;
  height: 250px;
  text-align: center;
  margin: 0 auto;
}
.blog-items .blogs-image .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-items .blogs-image .comment-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-items .blogs-image .comment-area li {
  display: flex;
  align-items: center;
}
.blog-items .blogs-image .comment-area li .name {
  padding-left: 8px;
}
.blog-items .blog-content {
  max-width: 325px;
  padding: 35px 10px;
  margin-left: 15px;
}
.blog-items .blog-content h4 {
  font-size: 20px;
  color: #0b185f;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-items .blog-content h4 a {
  color: #0b185f;
}
.blog-items .blog-content .date i {
  color: #555555;
  margin-right: 8px;
}
.blog-items .blog-content .date span {
  color: #555555;
}
.blog-items .blog-content .comm-four-area .date i {
  color: #86cf3b;
}
.blog-items .blog-content .comm-four-area .react i {
  color: #ff6565;
}
.blog-items:hover {
  transform: translateY(15px);
}

/*/------------------------Blog Section-------------------------/*/
/*/------------------------Blog-style-two Section-------------------------/*/
.blog-section.blog-style-two .blgo-items-two {
  border-radius: 0;
}
.blog-section.blog-style-two .blgo-items-two .blog-btn-two {
  border-top: 1px solid #f7f7f7;
  display: flex;
  padding: 20px 20px;
  align-items: center;
  justify-content: space-between;
}
.blog-section.blog-style-two .blgo-items-two .blog-btn-two .bbttnn {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.blog-section.blog-style-two .blgo-items-two .blog-btn-two .bbttnn i {
  font-size: 14px;
}
.blog-section.blog-style-two .blgo-items-two .blog-btn-two .icon {
  position: relative;
}
.blog-section.blog-style-two .blgo-items-two .blog-btn-two .icon i {
  position: relative;
  font-size: 22px;
  color: #555555;
}
.blog-section.blog-style-two .blgo-items-two .blog-btn-two .icon span {
  display: block;
  background: #f08e25;
  width: 17px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 2px;
}
.blog-section.blog-style-two .blgo-items-two .blog-content {
  padding: 40px 10px 25px;
}
.blog-section.blog-style-two .blgo-items-two .blog-content h3 {
  margin-bottom: 18px;
}
.blog-section.blog-style-two .blgo-items-two .blog-content h3 a {
  color: #0b185f;
}
.blog-section.blog-style-two .blgo-items-two .blog-content .comment-area {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.blog-section.blog-style-two .blgo-items-two .blog-content .comment-area li {
  display: flex;
  align-items: center;
}
.blog-section.blog-style-two .blgo-items-two .blog-content .comment-area li i {
  color: #ffcf34;
}
.blog-section.blog-style-two .blgo-items-two .blog-content .comment-area li h4 {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.blog-section.blog-style-two .blgo-items-two .blogs-image {
  padding: 0;
}
.blog-section.blog-style-two .blgo-items-two .blogs-image .thumb {
  max-width: 416px;
  height: 315px;
}
.blog-section.blog-style-two .blgo-items-two .blogs-image .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*/------------------------Blog-style-two Section-------------------------/*/
/*/------------------------Blog-style-four Section-------------------------/*/
.blog-section.blog-style-four .blog-items {
  border-radius: 0;
}

/*/------------------------Blog-style-four Section-------------------------/*/
/*/------------------------Blog-style-five Section-------------------------/*/
.blog-section.blog-style-five .blog-items .blog-content .comm-four-area .date span {
  font-size: 17px;
  font-weight: 600;
  color: #555555;
  margin-bottom: 7px;
  display: block;
}
.blog-section.blog-style-five .blog-items .blog-content .blgo-five .blog-btn {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0b185f;
}
.blog-section.blog-style-five .blog-items .blog-content .blgo-five .blog-btn i {
  padding-left: 5px;
}
.blog-section.blog-style-five .blog-items .blog-content h3 {
  color: #0b185f;
}
.blog-section.blog-style-five .blog-items .blog-content h3 a {
  color: #0b185f;
  font-size: 22px;
}

/*/------------------------Blog-style-five Section-------------------------/*/
/*/------------------------Blog-single-two Section-------------------------/*/
.blog-section.blog-style-two.bolg-single-style-two .blog-search-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 20px 20px;
  margin-bottom: 40px;
}
.blog-section.blog-style-two.bolg-single-style-two .blog-search-area .search-wrapper {
  padding: 8px 8px;
  background: #fafafa;
}
.blog-section.blog-style-two.bolg-single-style-two .blog-search-area .search-wrapper input {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
.blog-section.blog-style-two.bolg-single-style-two .post-category-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 40px;
}
.blog-section.blog-style-two.bolg-single-style-two .post-category-area .post-category-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.blog-section.blog-style-two.bolg-single-style-two .post-category-area .post-category-title h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0b185f;
}
.blog-section.blog-style-two.bolg-single-style-two .post-category-area .post-category li {
  padding: 15px 20px;
}
.blog-section.blog-style-two.bolg-single-style-two .post-category-area .post-category li a {
  transition: all 0.3s;
  color: #555555;
  font-size: 16px;
  font-weight: 600;
}
.blog-section.blog-style-two.bolg-single-style-two .post-category-area .post-category li a i {
  padding-right: 5px;
}
.blog-section.blog-style-two.bolg-single-style-two .post-category-area .post-category li a:hover {
  color: #0b185f;
  margin-left: 5px;
}
.blog-section.blog-style-two.bolg-single-style-two .post-category-area .post-category li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 40px;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post .post-category-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post .post-category-title h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0b185f;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post .most-popular-area {
  padding: 20px 20px;
  display: flex;
  align-items: center;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post .most-popular-area .most-popular-content {
  width: calc(100% - 90px);
  padding-right: 25px;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post .most-popular-area .most-popular-content a {
  color: #555555;
  font-size: 17px;
  font-weight: 600;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post .most-popular-area .most-popular-content h4 {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post .most-popular-area .most-popular-thumb {
  width: 90px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  background: #0b185f;
}
.blog-section.blog-style-two.bolg-single-style-two .most-popular-post .most-popular-area .most-popular-thumb img {
  width: 100%;
  height: 100%;
}
.blog-section.blog-style-two.bolg-single-style-two .post-gallery {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 40px;
}
.blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-category-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-category-title h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0b185f;
}
.blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-gallery-img {
  padding: 20px 20px;
}
.blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-gallery-img .post-gallery-items {
  width: 100%;
}
.blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-gallery-img .post-gallery-items img {
  width: 100%;
  height: 100%;
  background: #0b185f;
}
.blog-section.blog-style-two.bolg-single-style-two .popular-tags {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.blog-section.blog-style-two.bolg-single-style-two .popular-tags .post-category-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.blog-section.blog-style-two.bolg-single-style-two .popular-tags .post-category-title h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0b185f;
}
.blog-section.blog-style-two.bolg-single-style-two .popular-tags .popular-tags-area {
  padding: 20px 20px;
}
.blog-section.blog-style-two.bolg-single-style-two .popular-tags .popular-tags-area .popular-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-section.blog-style-two.bolg-single-style-two .popular-tags .popular-tags-area .popular-tags-list li a {
  color: #555555;
  border: 1px solid #f0f0f0;
  padding: 6px 11px;
  font-size: 16px;
  display: inline-block;
  margin: 7px 7px;
  transition: all 0.3s;
}
.blog-section.blog-style-two.bolg-single-style-two .popular-tags .popular-tags-area .popular-tags-list li a:hover {
  background: #f08e25;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .blog-section.blog-style-two .blgo-items-two .blog-content h3 {
    margin-bottom: 18px;
    font-size: 21px;
  }
  .blog-section.blog-style-two.bolg-single-style-two .most-popular-post .most-popular-area .most-popular-content a {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .blog-section.blog-style-two .blgo-items-two .blogs-image .thumb {
    max-width: 519px;
    height: 100% !important;
  }
  .blog-section.blog-style-two .blgo-items-two .blogs-image .thumb img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .blog-section.blog-style-two.bolg-single-style-two .post-gallery {
    box-shadow: 0px 0px 10px 0px #f0f0f0;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-category-title {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 20px;
  }
  .blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-category-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0b185f;
  }
  .blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-gallery-img {
    padding: 20px 20px;
  }
  .blog-section.blog-style-two.bolg-single-style-two .post-gallery .post-gallery-img .post-gallery-items img {
    width: 160px;
    height: 100%;
  }
}
/*/------------------------Blog-single-two Section-------------------------/*/
/*/------------------------Swipper Section-------------------------/*/
.screenshot-swipper .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.screenshot-swipper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 312px;
  filter: blur(3px);
}
.screenshot-swipper .swiper-slide-active {
  filter: blur(0px);
}
.screenshot-swipper .swiper-slide img {
  display: block;
  width: 100%;
}
.screenshot-swipper .swiper-3d .swiper-slide-shadow-left {
  background-image: none;
}
.screenshot-swipper .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

/*/------------------------Swipper Section-------------------------/*/
/*/------------------------Blog-single-wrapper-two Section-------------------------/*/
.blgo-single-wrapper-two .blog-left-wrapper-items {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .thumb-img {
  width: 100%;
  position: relative;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .thumb-img img {
  width: 100%;
  height: 100%;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .thumb-img .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #86cf3b;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .thumb-img .video i {
  font-size: 20px;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .blog-quote-content {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
  box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
  text-align: center;
  padding: 40px 70px;
  border-radius: 5px;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .blog-quote-content .icon {
  margin-bottom: 20px;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .blog-quote-content .icon i {
  font-size: 56px;
  color: #fff;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .blog-quote-content P {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .content {
  padding: 30px 30px;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .content .title {
  font-size: 30px;
  font-weight: 800 !important;
  color: #0b185f;
  display: block;
  margin-bottom: 15px;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .content ul {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .content ul li {
  margin-right: 22px;
  font-size: 17px;
  color: #555555;
  font-weight: 600;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .content ul li i {
  padding-right: 5px;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .content p {
  font-size: 18px;
  color: #555555;
  line-height: 1.5;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .content .wrap {
  margin: 48px 0;
  display: block;
}
.blgo-single-wrapper-two .blog-left-wrapper-items .content .wrap .custom-btn {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

/*/------------------------Blog-single-wrapper-two Section-------------------------/*/
/*/------------------------Blog-single-wrapper-three Section-------------------------/*/
.blog-left-wrapper-items-single-three .content ul li i {
  color: #ff6565;
}
.blog-left-wrapper-items-single-three .quote-list-one {
  background: #0b185f;
  padding: 30px 35px;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.blog-left-wrapper-items-single-three .quote-list-one .quote-content {
  display: flex;
}
.blog-left-wrapper-items-single-three .quote-list-one .quote-content i {
  font-size: 59px;
  color: #283666;
  margin-right: 10px;
}
.blog-left-wrapper-items-single-three .quote-list-one .quote-content p {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.blog-left-wrapper-items-single-three .quote-list-one .designation {
  color: #fff;
  display: block;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
.blog-left-wrapper-items-single-three .single-social-area {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 0px;
  border-top: 1px solid #f0f0f0;
  justify-content: space-between;
}
.blog-left-wrapper-items-single-three .single-social-area .single-left-social {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.blog-left-wrapper-items-single-three .single-social-area .single-left-social li a {
  border: 1px solid #f0f0f0;
  color: #0b185f;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 10px;
}
.blog-left-wrapper-items-single-three .single-social-area .single-right-social li a i {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  padding-right: 0;
  background: #0b185f;
}

.article-area {
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
}
.article-area .article-left a {
  font-size: 15px;
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 10px;
  display: block;
}
.article-area .article-left a i {
  color: #0b185f;
}
.article-area .article-left a p {
  font-size: 16px;
  color: #555555;
}
.article-area .text-right {
  text-align: right;
}

.admin-name-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
}
.admin-name-area .thumb {
  margin-right: 20px;
}
.admin-name-area .content .title {
  color: #0b185f;
  margin-bottom: 8px;
}
.admin-name-area .content p {
  color: #555555;
  margin-bottom: 10px;
  font-size: 17px;
}
.admin-name-area .content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.admin-name-area .content ul li a i {
  color: #0b185f;
  font-size: 20px;
}
.admin-name-area .content ul li:not(:last-child) {
  margin-right: 15px;
}

.comment-area .head {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 30px;
  color: #0b185f;
  font-weight: 600;
}
.comment-area .comment-itmes {
  display: flex;
  padding: 30px 30px;
}
.comment-area .comment-itmes .thumb {
  margin-right: 15px;
}
.comment-area .comment-itmes .comment-con p {
  font-size: 16px;
  margin-bottom: 0;
}
.comment-area .comment-itmes .comment-con .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.comment-area .comment-itmes .comment-con .content .namenad-reply .title {
  font-weight: 600;
  color: #0b185f;
  margin-bottom: 2px;
}
.comment-area .comment-itmes .comment-con .content .namenad-reply .designation {
  color: #555555;
  display: block;
  font-weight: 500;
}
.comment-area .comment-itmes .comment-con .content .reply {
  color: #0b185f;
  font-weight: 600;
}
.comment-area .comment-itmes:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.leave-comment-area .leave-comment {
  padding: 30px 30px;
}
.leave-comment-area .leave-comment input {
  width: 100% !important;
  border: none;
  outline: none;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  padding: 15px 20px;
}
.leave-comment-area .leave-comment textarea {
  width: 100% !important;
  border: none;
  outline: none;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  padding: 15px 20px 110px;
}
.leave-comment-area .leave-comment button {
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .blgo-single-wrapper-two .blog-left-wrapper-items .content .title {
    font-size: 27px;
    font-weight: 800 !important;
    margin-bottom: 15px;
  }
  .blgo-single-wrapper-two .blog-left-wrapper-items .content p {
    font-size: 16px;
  }
  .admin-name-area .content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .blgo-single-wrapper-two .blog-left-wrapper-items .content {
    padding: 30px 10px;
  }
  .blgo-single-wrapper-two .blog-left-wrapper-items .content .title {
    font-size: 20px;
    font-weight: 700 !important;
    margin-bottom: 15px;
  }
  .blgo-single-wrapper-two .blog-left-wrapper-items .content ul li {
    margin-right: 18px;
    font-size: 13px;
  }
  .blog-left-wrapper-items-single-three .quote-list-one .quote-content {
    display: flex;
    flex-wrap: wrap;
  }
  .blgo-single-wrapper-two .blog-left-wrapper-items .content p {
    font-size: 14px;
  }
  .blog-left-wrapper-items-single-three .quote-list-one {
    padding: 30px 12px;
  }
  .article-area {
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article-area .text-right {
    text-align: left;
  }
  .admin-name-area {
    padding: 40px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .admin-name-area .thumb {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .comment-area .comment-itmes {
    display: flex;
    padding: 30px 15px;
    flex-wrap: wrap;
  }
  .comment-area .comment-itmes .thumb {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .leave-comment-area .leave-comment {
    padding: 30px 15px;
  }
}
/*/------------------------Blog-single-wrapper-three Section-------------------------/*/
/*/------------------------Newsletter Section-------------------------/*/
.newsletter {
  overflow: hidden;
  padding: 70px 0;
}

.forms-contents h5 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.effect-btns {
  text-decoration: none;
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
}
.effect-btns2 {
	background-image: -webkit-linear-gradient(
		145deg,
		rgb(95, 81, 181) 0%,
		rgb(206, 98, 253) 100%
	) !important;
  border: none;
}
.form {
  position: relative;
}
.form input {
  color: #555555;
  width: 100%;
  padding: 25px 35px;
  border: none;
  outline: none;
  border-radius: 2px;
}
.form i {
  position: absolute;
  top: 30px;
  left: 14px;
  color: #86cf3b;
}

.effect-button {
  position: absolute;
  top: 7px;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .forms-contents {
    text-align: center;
    margin: 0 auto 20px;
  }
}
/*/------------------------Newsletter Section-------------------------/*/
/*/------------------------Contact Section-------------------------/*/
.contact-area-left .left-contact-items {
  padding: 20px 0;
}
.contact-area-left .left-contact-items .content .title {
  margin-bottom: 4px;
}
.contact-area-left .left-contact-items .content p {
  font-size: 17px;
  color: #555555;
  font-weight: 500;
}
.contact-area-left .left-contact-items:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.contact-area-right-form .input-group input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0f0f0;
}
.contact-area-right-form .input-group textarea {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  color: #555555;
  padding-bottom: 5px;
  border: 2px solid #f0f0f0;
  padding: 20px 20px 130px;
}
.contact-area-right-form .input-group .custom-btn {
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

/*/------------------------Contact Section-------------------------/*/
/*/------------------------Commingson Section-------------------------/*/
.comming-son-content {
  position: relative;
  z-index: 1;
}
.comming-son-content .title {
  font-size: 54px;
  color: #0b185f;
  font-weight: 800 !important;
  margin-bottom: 15px;
}
.comming-son-content P {
  font-size: 18px;
  color: #555555;
  line-height: 1.5;
}

.notify-area {
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.notify-area input {
  width: 60%;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  border: none;
  border: none;
  background: #fff;
  padding: 10px 15px;
  outline: none;
  height: 70px;
  font-size: 17px;
}
.notify-area .custom-btn {
  border-radius: 0;
  width: 40%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  height: 70px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.counter-wrapper li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
  padding-right: 35px;
  color: #555555;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
.counter-wrapper li span {
  display: block;
  font-size: 36px;
  font-weight: 800;
}

.commning-page {
  position: absolute;
  right: 0;
  bottom: 0;
}
.commning-page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  li {
    font-size: calc(1.125rem * var(--smaller));
  }
  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}
@media screen and (max-width: 757px) {
  .comming-son-content .title {
    font-size: 36px;
  }
  .notify-area .custom-btn {
    border-radius: 0;
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    height: 70px;
  }
}
/*/------------------------Commingson Section-------------------------/*/
/*/------------------------Error Section-------------------------/*/
.error-section {
  position: relative;
}

.error-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.error-content {
  position: relative;
  z-index: 1;
}
.error-content .title {
  font-size: 54px;
  color: #0b185f;
  font-weight: 800;
}
.error-content .error-btn {
  margin-top: 45px;
}
.error-content .error-btn .custom-btn {
  text-transform: uppercase;
  font-size: 16px;
}

.error-thumb {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.error-thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .error-thumb {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .error-content .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  .error-content .title {
    font-size: 29px;
  }
}
/*/------------------------Error Section-------------------------/*/
/*/------------------------Map Section-------------------------/*/
.map-section iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .map-section iframe {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .map-section iframe {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 475px) {
  .map-section iframe {
    width: 100%;
    height: 300px;
  }
}
/*/------------------------Map Section-------------------------/*/
/*/------------------------Footer Section-------------------------/*/
.footer-section {
  background: url(../../assets/images4/footer-shape/bg-1.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.footer-section-six {
  background: url(../../assets/images4/banner/banner6.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.footer-section-seven {
  background: url(../../assets/images4/banner/banner7-f.jpg) no-repeat center center !important;
  background-size: cover !important;
}
.footer-section.footer-styletwo .f-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.49);
}

.footer-top {
  position: relative;
  z-index: 1;
}

.f-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.f-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-shape2 {
  position: absolute;
  top: 0;
  right: 0;
}
.f-shape2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-widget-items .widget-header h3 {
  color: #fff;
  margin-bottom: 30px;
}
.footer-widget-items p {
  color: #fff;
  padding-bottom: 15px;
}
.footer-widget-items .widgetlink ul li {
  margin-bottom: 20px;
}
.footer-widget-items .widgetlink ul li a {
  position: relative;
  display: block;
  color: #fff;
  margin-left: 20px;
}
.footer-widget-items .widgetlink ul li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: -21px;
  top: 5px;
}
.footer-widget-items .widgetlink ul li .loca {
  color: #fff;
  padding: 10px 0;
  display: block;
}
.footer-widget-items .widgetlink ul li .call-bold {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.footer-social-items .widgetlink ul li {
  display: flex;
  align-items: center;
}
.footer-social-items .widgetlink ul li i {
  color: #fff;
}
.footer-social-items .widgetlink ul li a {
  position: relative;
  display: block;
  color: #fff;
  margin-left: 10px;
}
.footer-social-items .widgetlink ul li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: -21px;
  top: 5px;
  display: none;
}

.footer-bottom {
  padding: 30px 0 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
.footer-bottom p {
  color: #fff;
}
.footer-bottom a {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
}

/*/------------------------Footer Section-------------------------/*/
/*/------------------------Footer-style-two Section-------------------------/*/
.footer-section.footer-style-three::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(36, 3, 251, 0.99);
}

/*/------------------------Footer-style-two Section-------------------------/*/
/*/------------------------Footer-style-four Section-------------------------/*/
.footer-section.footer-style-four {
  background: #191930;
}
.footer-section.footer-style-four .newsletter {
  border-bottom: 1px solid #555555;
  position: relative;
  padding: 40px 0;
}
.footer-section.footer-style-four .newsletter .forms-contents h5 {
  margin-bottom: 12px;
}
.footer-section.footer-style-four .newsletter .forms-contents p {
  color: #fff;
}
.footer-section.footer-style-four .footer-bottom {
  background: #fff;
}
.footer-section.footer-style-four .footer-bottom p {
  color: #000;
}
.footer-section.footer-style-four .f-four-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-section.footer-style-four .f-four-shape2 {
  position: absolute;
  bottom: 10%;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .f-four-shape2 {
    position: absolute;
    bottom: 10%;
    right: 0;
    display: none;
  }
  .f-four-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
}
/*/------------------------Footer-style-four Section-------------------------/*/
/*/------------------------Footer-style-five Section-------------------------/*/
.footer-section.footer-style-five {
  background-color: rgb(98, 49, 214);
}
.footer-section.footer-style-five .footer-feature-wrapper {
  border-bottom: 1px solid #7346e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items {
  padding: 22px 40px;
  display: flex;
  align-items: center;
  width: 33.3333333333%;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .thumb {
  margin-right: 15px;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .cont span {
  font-size: 17px;
  display: block;
  color: #fff;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .cont a {
  font-size: 18px;
  font-weight: 500;
}
.footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items:not(:last-child) {
  border-right: 1px solid #7346e0;
}
.footer-section.footer-style-five .footer-widget-items .widget-header .title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.footer-section.footer-style-five .footer-widget-items .widget-header .title::before {
  position: absolute;
  top: 100%;
  content: "";
  left: 0;
  width: 60px;
  height: 2px;
  background: #7346e0;
}
.footer-section.footer-style-five .footer-widget-items p {
  line-height: 1.7;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five span {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five ul {
  display: flex;
  align-items: center;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five ul li {
  margin-right: 15px;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li {
  display: flex;
  padding-bottom: 6px;
  margin-bottom: 32px;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li .thumb a {
  width: 100px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  padding: 10px 10px;
  margin-right: 20px;
  display: block;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li .thumb img {
  width: 78px;
  height: 67px;
  object-fit: contain;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li .contents span {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li .contents p {
  font-size: 16px;
  color: #fff;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-s-blog ul li:not(:last-child) {
  border-bottom: 1px solid #7346e0;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-input input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #7346e0;
  border-radius: 100px;
  background: none;
  color: #fff !important;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.footer-section.footer-style-five .footer-widget-items .widgetlink-five-input button {
  border: none;
  outline: none;
  border: 1px solid #7346e0;
  border-radius: 100px;
  background: none;
  color: #fff !important;
  padding: 16px 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
}
.footer-section.footer-style-five .footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-section.footer-style-five .footer-bottom ul li {
  padding-right: 20px;
}
.footer-section.footer-style-five .footer-bottom ul li a {
  display: flex;
  align-items: center;
  color: #0b185f;
  font-weight: 600;
  font-size: 17px;
}
.footer-section.footer-style-five .footer-bottom ul li a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 8px;
  color: #fff;
  background: #0b185f;
}
.footer-section.footer-style-five .footer-bottom ul li:not(:last-child) {
  border-right: 1px solid #efefef;
  margin-right: 20px;
}
.footer-section.footer-style-five .footer-bottom p {
  padding: 0;
  margin: 0;
}
.footer-section.footer-style-five .footer-bottom-five-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .footer-section.footer-style-five .footer-bottom-five-flex {
    justify-content: center;
  }
  .footer-section.footer-style-five .footer-bottom-five-flex p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer-section.footer-style-five {
    background-color: rgb(98, 49, 214);
  }
  .footer-section.footer-style-five .footer-feature-wrapper {
    border-bottom: 1px solid #7346e0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items {
    padding: 22px 40px;
    display: flex;
    align-items: center;
    width: 50%;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .thumb {
    margin-right: 15px;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items:not(:last-child) {
    border-right: 1px solid #7346e0;
  }
}
@media screen and (max-width: 767px) {
  .footer-section.footer-style-five {
    background-color: rgb(98, 49, 214);
  }
  .footer-section.footer-style-five .footer-feature-wrapper {
    border-bottom: 1px solid #7346e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items {
    padding: 22px 40px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items .thumb {
    margin-right: 15px;
  }
  .footer-section.footer-style-five .footer-feature-wrapper .footer-feature-items:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-section.footer-style-five .footer-bottom .footer-bottom-five-flex {
    justify-content: center;
  }
  .footer-section.footer-style-five .footer-bottom .footer-bottom-five-flex p {
    margin-bottom: 20px;
  }
  .footer-section.footer-style-five .footer-bottom .footer-bottom-five-flex ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-section.footer-style-five .footer-bottom .footer-bottom-five-flex ul li {
    padding-right: 10px;
    margin-right: 10px;
    border: none;
    margin-bottom: 10px;
  }
}
/*/------------------------Footer-style-five Section-------------------------/*/
/*/------------------------Page six style area start here-------------------------/*/
.pricing-section.pricing-style-two.page-six .s1 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .s2 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .s3 {
  border-radius: 0px !important;
}
.pricing-section.pricing-style-two.page-six .custom-btn {
  border-radius: 0 !important;
}
.pricing-section.pricing-style-two.page-six .pricing-s-t-f {
  border-radius: 0 !important;
}

.feature-section.page-six .feature-items {
  border-radius: 0px;
  border: none;
  position: relative;
}
.feature-section.page-six .feature-items::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(145deg, rgb(35, 204, 136) 0%, rgb(142, 207, 53) 100%);
  transition: 0.4s;
}
.feature-section.page-six .feature-items:hover {
  transform: scale(1);
  border: none !important;
  box-shadow: rgba(0, 12, 32, 0.2) 0px 0px 18px 0px;
}
.feature-section.page-six .feature-items:hover::after {
  width: 100%;
}
.feature-section.page-six .feature-items.hover-two::after {
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%) !important;
}
.feature-section.page-six .feature-items.hover-seven::after {
  background-image: -webkit-linear-gradient(145deg, rgb(232, 90, 202) 0%, rgb(252, 78, 101) 100%) !important;
}
.feature-section.page-six .feature-items.hover-three::after {
  background-image: -webkit-linear-gradient(145deg, rgb(1, 203, 173) 0%, rgb(71, 161, 242) 100%) !important;
}
.feature-section.page-six .feature-items.hover-five::after {
  background-image: -webkit-linear-gradient(145deg, rgb(95, 81, 181) 0%, rgb(206, 98, 253) 100%) !important;
}
.feature-section.page-six .feature-items.hover-six::after {
  background-image: -webkit-linear-gradient(145deg, rgb(184, 92, 255) 0%, rgb(255, 101, 147) 100%) !important;
}
.feature-section.page-six .feature-thumb {
  margin: 0 auto !important;
  border-radius: 0 !important;
}
.feature-section.page-six .feature-content {
  text-align: center;
  margin-top: 20px;
}

@keyframes moveAndRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
}
.animated-element {
  animation: moveAndRotate 5s linear infinite;
}

/*/------------------------Page six style area start here-------------------------/*//*# sourceMappingURL=style.css.map */