/*
 * Title:  Ortencey Digital Marketing Agency HTML5 Template
 * Author: devsnest-llc
 */

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3. Banner
4. About style
5. Services style
6. Why choose style
7. Pricing plan style
8. Fun fact style
9. contact Form/video style
10. Team member style
11. Testimonials style
12. Promo text style 
13. Blog post style 
14. Footer style 
15. Responsive style
16. Home v2 style (all elements)
17. Home v3 style (all elements)
18. Page Banner all
19. About page style
20. Service support style
21. Service details page style
22. Team details page style
23. Portfolio details page style
24. Faq page style
25. Shop page style
26. Shop Details page style
27. Shop Cart page style
28. Shop Checkout page style
29. Blog Pages style
30. Blog Details style
31. Contact page style

[End table of contents]
----------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url(animation-spin.css);

/* ------------------------------
   Global styles
---------------------------- */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;

  line-height: 26px;

  letter-spacing: 0;
  color: #6B6161;
 }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  
  color: #1A1A1A;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }

h1{
  font-size: 46px;
  line-height: 56px;
}

h2{
  font-size: 25px;
  line-height: 110%;
}
h3{
  font-size: 20px;
  line-height: 110%;
}
p{
  font-size: 16px;
  line-height: 26px;
}
.tag1{
  font-size: 46px;
  line-height: 56px;
}


.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.px-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-120{
  padding-top: 120px;
}
.pb-120{
  padding-bottom: 120px;
}
.px-120{
  padding-top: 120px;
  padding-bottom: 120px;
}
.mt-50{
  margin-top: 50px;
}
.mb-50{
  margin-bottom: 50px;
}
.mx-50{
  margin-top: 50px;
  margin-bottom: 50px;
}


.sec-title h3{
  color: #06615E;
  padding-bottom: 18px;
}
.sec-title.v2 h3{
  color: #F9A33E;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec-title h3 img{
  max-width: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}

.container {
    max-width: 1470px;
}


/* -------------------------------- 

menu style

-------------------------------- */
.header-style-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}

/*top_navbar*/
.top_nav_soc .container {
  background: #06615E;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0px 500px 500px 0px;
}
.top_nav_soc {
  position: relative;
  z-index: 12;
}
.top_nav_soc:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  background: #06615E;
  z-index: -1;
}
.left-content-top li {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  padding-right: 30px;
  position: relative;
  margin-right: 30px;
}

.left-content-top li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.left-content-top li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.left-content-top li a:hover{
  color: #FFAA52;
}
.left-content-top li:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #708FFF;
}

.left-content-top li:last-child:after {
  display: none;
}

.left-content-top li i {
  vertical-align: middle;
  font-size: 20px;
  color: #F9A33E;
  background: -webkit-linear-gradient(#F9A33E, #FFAA52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 5px;
}


.right-content-top {
  text-align: right;
}

.right-content-top li {
  display: inline-block;
}

.right-content-top li .btn2 {
  background: transparent;
  border: 0;
  padding: 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Nunito', sans-serif;
  position: relative;
  padding-right: 15px;
}

.flagstrap-icon.flagstrap-gb {
  vertical-align: middle;
}

.dropdown-toggle::after {
  border: 0;
  font-family: boxicons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\ea4a";
  vertical-align: middle;
  font-size: 21px;
  position: absolute;
  right: 0;
}

.flagstrap-icon {
  vertical-align: middle;
}
.right-content-top li:first-child {
  padding-right: 10px;
  padding-left: 0;
  margin-left: 0;
}

.right-content-top li a {
  color: #95ACFF;
  font-size: 20px;
  vertical-align: middle;
  transition: 0.3s all ease;
}

.right-content-top li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}

.right-content-top li:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #708FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.right-content-top li:first-child:after {
  display: none;
}

.right-content-top li a:hover {
  color: #F9A33E;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-content-top li .dropdown-menu a{
  font-size: 12px;
  line-height: 14px;
}
.right-content-top li .dropdown-menu{
  padding-left: 5px;
  padding-right: 5px;
}

/*end top bar*/



.main-responsive-nav {
  display: none
}
.navbar-area .others-option-for-responsive {
  display: none
}
.navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px
}

@media (min-width:992px){
  .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 65px;
    left: 0;
    z-index: 1050;
    opacity: 0;
    width: 250px;
    display: inline-block;
    border-radius: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: rgba(17,17,26,.1) 0 0 16px;
    box-shadow: rgba(17,17,26,.1) 0 0 16px;
    background-color: #fff;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
  }
  .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
  }
  .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
  }
}
.main-navbar .container {
  background: #fff;
  border-radius: 500px 0px 0px 500px;
}

.main-navbar {
  position: relative;
  z-index: 1;
}

.main-navbar:after {
  content: '';
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.navbar {
  padding-top: 17px;
  padding-bottom: 17px;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  max-height: 70px;
}

.navbar-brand img {
  max-height: 70px;
  display: block;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
}

.navbar-expand-md .navbar-nav .nav-link.active {
  color: #FE681E;
}

.navbar-nav .nav-item .dropdown-menu {
  top: 35px;
}

.navbar-expand-md .navbar-nav .nav-link .bx {
  vertical-align: middle;
}

.navbar-nav .nav-item .dropdown-menu .nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #FE681E;
}
.mean-container .mean-nav ul li a.active{
  color: #FE681E;

}
.others-options .btn {
  background: #06615E;
  border-radius: 500px;
  padding: 14px 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  transition: 0.3s all ease-in;
  border: 1px solid #06615E;
}
.others-options .btn:hover{
  background: transparent;
  color: #06615E;
}
.others-options .btn i {
  vertical-align: middle;
  font-size: 21px;
  line-height: 21px;
}

.others-options .option-item {
  margin-left: 25px;
}

.others-options .option-item .opt {
  display: inline-block;
  width: 56px;
  height: 56px;
  border: 1px solid #06615E;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  position: relative;
}

.others-options .option-item .opt .bx {
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.others-options .option-item .opt .badge {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #06615E;
  position: absolute;
  text-align: center;
  padding: 0;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .main-responsive-nav {
      display:block
  }

  .main-responsive-nav .main-responsive-menu {
      position: relative
  }

  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
      overflow-y: scroll;
      height: 250px;
      -webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
      box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
      background-color: #fff
  }

  .main-responsive-nav .mean-container a.meanmenu-reveal {
      padding: 11px 0 0;
      color: red
  }

  .main-responsive-nav .mean-container a.meanmenu-reveal span {
      display: block;
      background: red;
      height: 2px;
      margin-top: -6px;
      border-radius: 5px;
      position: relative;
      top: 8px
  }
  .main-navbar {
      display: none
  }
}


#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 9999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #06615E;
  border:0;
  outline: 0;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #06615E;
  border-color: #06615E;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/*slide cart*/

/*slide_cart_ortency*/
.offcanvas.slide_cart_ortency{
  width: 100% !important;
  max-width: 420px;
  background-color: #fff;
  border: 0;
}
.slide_cart_ortency .offcanvas-header {
  background: #F4F4F4;
  border: 0;
  padding: 26px 30px;
}

.slide_cart_ortency .offcanvas-header h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #111111;
  position: relative;
}

.slide_cart_ortency .offcanvas-header h5 .badge {
  background: #06615E;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: -21px;
  top: -9px;
}
.slide_cart_ortency .offcanvas-header .btn-close {
  background-color: #FF4D11;
  opacity: 1;
  border-radius: 50%;
  padding: 0;
  width: 26px;
  height: 26px;
  box-shadow: unset;
  border: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32322 5.57678L7.5 5.75355L7.67678 5.57678L12.6268 0.626777C13.1291 0.124408 13.8709 0.124408 14.3732 0.626777C14.8756 1.12915 14.8756 1.87085 14.3732 2.37322L9.42322 7.32322L9.24645 7.5L9.42322 7.67678L14.3732 12.6268C14.8756 13.1291 14.8756 13.8709 14.3732 14.3732C13.8709 14.8756 13.1291 14.8756 12.6268 14.3732L7.67678 9.42322L7.5 9.24645L7.32322 9.42322L2.37322 14.3732C1.87085 14.8756 1.12915 14.8756 0.626777 14.3732C0.124408 13.8709 0.124408 13.1291 0.626777 12.6268L5.57678 7.67678L5.75355 7.5L5.57678 7.32322L0.626777 2.37322C0.124408 1.87085 0.124408 1.12915 0.626777 0.626777C1.12915 0.124408 1.87085 0.124408 2.37322 0.626777L7.32322 5.57678Z' fill='%23ffffff' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  background-size: 11px;
}
.slide_cart_ortency .offcanvas-body {
  position: relative;
  padding: 0;
}

.ortency-cart-subtotal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  padding-bottom: 15px;
}

.ortency-cart-subtotal h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.ortency-cart-subtotal h4.price {
  color: #FF4D11;
}

.ortency-cart-subtotal p {
  padding-top: 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #9A9A9A;
}
.ortency-cart-subtotal .btns .btn {
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  font-weight: 500;
  background: #06615E;
  color: #fff;
}
.ortency-cart-subtotal .btns  .btn.view_ct {
  border: 1px solid #9A9A9A;
  border-radius: 5px;
  background: transparent;
  color: #9A9A9A;
}
.free_shipping_cart {
  padding-top: 40px;
}
.free_shipping_cart h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.ortency-shopping-cart-slide {
  padding-bottom: 0;
  height: calc(100% - 330px);
  overflow-y: scroll;
}

.single-items-cart {
  border-bottom: 1px solid #EAEAEA;
  padding: 30px;
  padding-right: 60px;
  position: relative;
}

.single-items-cart .imgs {
  width: 90px;
  height: 90px;
  background: #FFF9EE;
  padding: 15px 7px;
  margin-right: 20px;
}
.single-items-cart .imgs img{
  max-height: 100%;
  display: block;
  margin: auto;
}
.single-items-cart h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 15px;
}

.single-items-cart h4 a {
  color: #696969;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity {
  width: 91px;
  height: 30px;
  border: 1px solid #9A9A9A;
  border-radius: 19px;
  text-align: center;
  position: relative;
}

.quantity input {
  width: 100%;
  border: 0;
  text-align: center;
  outline: 0;
  box-shadow: unset;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #9A9A9A;
  line-height: 16px;
  background: transparent;
}

.quantity .quantity-button {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
  cursor: pointer;
  font-size: 12px;
  color: #9A9A9A;
}

.quantity .quantity-add.quantity-button {
  left: auto;
  right: 10px;
}

.single-items-cart p {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.remote-item-cart {
  position: absolute;
  right: 30px;
  top: 30px;
}

.ortency-shopping-cart-slide::-webkit-scrollbar {
  width: 10px;
}
.ortency-shopping-cart-slide::-webkit-scrollbar-track {
  background: #fff; 
  border-radius: 10px;
}
.ortency-shopping-cart-slide::-webkit-scrollbar-thumb {
  background:#D9D9D9; 
  border-radius: 10px;
}
.ortency-shopping-cart-slide::-webkit-scrollbar-thumb:hover {
  background:#D9D9D9; 
}

/*sticky menu*/
.header-style-1{
  z-index: 999;
}
.navbar-area{
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.navbar-area.is-sticky{
  -webkit-animation: fadeInDown 1s ease-in-out;
  animation: fadeInDown 1s ease-in-out;
  position: fixed;
  padding-top: 0;
  background:rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 123;
}
.main-navbar:after{
  -webkit-transition: 1.5s all ease-in-out;
  transition: 1.5s all ease-in-out;
}
.is-sticky .main-navbar:after{
  width: 100%;
}
.is-sticky .navbar{
  padding-top: 5px;
  padding-bottom: 5px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

/* -------------------------------- 

close menu style

-------------------------------- */


/* -------------------------------- 

Start Banner style

-------------------------------- */
.banner-area-wrap {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 264px;
  padding-bottom: 118px;
  overflow: hidden;
}
.banner-area-wrap:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000000;
  opacity: 0.75;
}
.left-content-hero {
  max-width: 695px;
  position: relative;
  z-index: 12;
}

.left-content-hero h5 {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  font-family: 'DM Sans', sans-serif;
  color: #FFAA52;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}

.left-content-hero h1 {
  padding-top: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}

.left-content-hero p {
  padding-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  max-width: 596px;
}

.left-content-hero .btn {
  margin-top: 50px;
}

.btn.btn-default {
  background:  -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background:  -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background:  linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  border-radius: 500px;
  padding: 15px 33px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  transition: all ease-in 0.3s;
}
.btn.btn-default:hover{
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background:  linear-gradient(90deg,  #FFAA52 100.06%,#F9A33E -0.02%);
}

.right-content-hero .imgs{
  position: relative;
  margin-left: auto;
  width: 569px;
  height: 569px;
  border-radius: 50%;
}
.right-content-hero .imgs .inner{
  z-index: 1;
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.right-content-hero .imgs img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

}
.right-content-hero .imgs:after{
  content: '';
  border-radius: 100%;
  border: 2px solid rgba(254, 101, 27, 0.3); 
  width: 100%;
  height: 100%;
  position: absolute;
  top:-26px ;
  right: -26px;
  animation:rotated 10s infinite linear;
}

.banner-frame-one{
  width: 24px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 100px;
  top: 30%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0373 0H6.03727L0 9.96416L6.03727 19.9283H18.0373L24.0745 9.96416L18.0373 0ZM14.6087 14.3369H9.3913L6.78261 10.0358L9.3913 5.73477H14.6087L17.2174 10.0358L14.6087 14.3369Z' fill='url(%23paint0_linear_91_23)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_91_23' x1='0.00765462' y1='9.95048' x2='24.0965' y2='9.95048' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F7AEF'/%3E%3Cstop offset='1' stop-color='%236CE3FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation:animationFramesTwo 7s infinite linear;
  animation:animationFramesTwo 7s infinite linear;
  z-index: 1;
}
.banner-frame-two{
  display: inline-block;
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7368 0L7.52632 3.92982L3.31579 0L0 3.09474L4.21053 7.02456L0 10.9544L3.31579 14L7.52632 10.0702L11.7368 14L15 10.9544L10.7895 7.02456L15 3.09474L11.7368 0Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 30%;
  bottom: 70px;
  -webkit-animation:rotated 4s infinite linear;
  animation:rotated 4s infinite linear;
}
.banner-frame-three{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10C20 4.51613 15.4839 0 10 0C4.51613 0 0 4.51613 0 10C0 15.4839 4.51613 20 10 20C15.4839 20 20 15.4839 20 10Z' fill='url(%23paint0_linear_91_22)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_91_22' x1='-0.00493917' y1='9.98903' x2='20.0113' y2='9.98903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FE651B'/%3E%3Cstop offset='1' stop-color='%23FFAA52'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-animation:jump  2s infinite linear;
  animation:jump  2s infinite linear;
}
.banner-frame-four{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1 0.958021L12.5483 17.6698L0.351376 5.372L17.1 0.958021Z' fill='url(%23paint0_linear_91_24)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_91_24' x1='2.96231' y1='0.888581' x2='17.0575' y2='15.1003' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FE651B'/%3E%3Cstop offset='1' stop-color='%23FFAA52'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  right: 10%;
  bottom: 100px;
  -webkit-animation:scale-right 3s infinite linear;
  animation:scale-right 3s infinite linear;
}

.shape-top-left{
  display: inline-block;
  width: 330px;
  height: 330px;
  position: absolute;
  left: -120px;
  top: -220px;
  background-color: #06615E;
  background: linear-gradient(90deg, #06615E 0.03%, #0d6d6a 100.09%);
  border-radius: 50%;
  z-index: 1;
}
.shape-top-left:after{
  width: 120%;
  height: 120%;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -50px;
  left: 20px;
  border-radius: 50%;
}
.shape-bottom-left{
  display: inline-block;
  width: 330px;
  height: 330px;
  position: absolute;
  left: -60px;
  bottom: -270px;
  background-color: #06615E;
  border-radius: 50%;
  z-index: 1;
}
.shape-bottom-left:after{
  width: 120%;
  height: 120%;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -10px;
  left:-10px;
  border-radius: 50%;
}
.shape-bottom-right{
  display: inline-block;
  width: 330px;
  height: 330px;
  position: absolute;
  right: -120px;
  bottom: -280px;
  background-color: #F9A33E;
  background:  linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);;
  border-radius: 50%;
  z-index: 1;
}
.shape-bottom-right:after{
  width: 120%;
  height: 120%;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -10px;
  left:-110px;
  border-radius: 50%;
}

/* -------------------------------- 

Close Banner style

-------------------------------- */


/* -------------------------------- 

Start About  style

-------------------------------- */

.left-images-about{
  position: relative;
  z-index: 1;
}
.left-images-about .inner{
  position: relative;
  max-width: 528px;
  z-index: 1;
  padding-bottom: 90px;
}
.left-images-about .inner .img1{
  position: relative;
  z-index: 11;
}
.left-images-about .inner .img2{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 48px;
}
.left-images-about .inner .img3{
  border-radius: 500px;
  max-width: 184px;
  position: absolute;
  right: -90px;
  top: 100px;
  z-index: 12;
}
.right-content-about p{
  margin-top: 27px;
}
.right-content-about .list-icons{
  margin-top: 27px;
}
.right-content-about .list-icons li{
  width: 50%;
  margin-bottom: 6px;
}
.list-icons {
  align-items: start;
}
.list-icons li{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A1A1A;
  padding-left: 28px;
  position: relative;
}
.list-icons li:after{
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4788 17.2951C3.81412 17.3614 0.0079185 13.4365 1.22505e-05 8.79407C-0.007894 4.13707 3.81214 0.246616 8.48671 0.253917C13.0888 0.261217 16.9602 4.09592 16.9253 8.80204C16.8897 13.5221 13.1685 17.2931 8.4788 17.2951ZM12.0702 6.12743C12.0808 5.70865 11.2381 5.13856 10.8632 5.31775C10.7775 5.3589 10.7011 5.43256 10.6379 5.5069C10.5456 5.61574 10.4672 5.73719 10.3868 5.85532C9.46972 7.20656 8.54864 8.55515 7.64074 9.91236C7.49448 10.1307 7.38313 10.1592 7.17559 9.99399C6.85802 9.73981 6.52201 9.50752 6.18665 9.27723C5.71886 8.95601 5.50474 8.99915 5.17136 9.46306C5.12655 9.52544 5.08241 9.58915 5.03959 9.65353C4.76287 10.0703 4.79911 10.3072 5.20825 10.6052C5.90203 11.111 6.59843 11.6127 7.30077 12.1071C7.72508 12.4058 7.9728 12.354 8.26468 11.9246C9.47302 10.1446 10.6794 8.36268 11.8864 6.58138C11.9793 6.44334 12.0636 6.30131 12.0702 6.12743Z' fill='url(%23paint0_linear_101_90)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_101_90' x1='-0.00417991' y1='8.76555' x2='16.9351' y2='8.76555' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FE651B'/%3E%3Cstop offset='1' stop-color='%23FFAA52'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.right-content-about .btn{
  margin-top: 44px;
}

/* -------------------------------- 

Close About  style

-------------------------------- */


/* -------------------------------- 

Start Services  style

-------------------------------- */
.single-services-dv {
  background: #F4F4FF;
  border-radius: 34px;
  overflow: hidden;
  cursor: pointer;
}

.single-services-dv .imgs {
  position: relative;
  z-index: 1;
  padding-bottom: 225px;
  width: 100%;
}

.single-services-dv .imgs .icon {
  background: #06615E;
  border-radius: 34px;
  width: 100%;
  padding-top: 30px;
  padding-left: 45px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease-in;
}
.single-services-dv:hover .imgs .icon {
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}

.single-services-dv .imgs .mn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}

.single-services-dv .cont {
  padding: 28px 35px;
  padding-bottom: 30px;
}

.single-services-dv .cont h2 {
  padding-bottom: 12px;
}
.single-services-dv:hover .cont h2 {
  color: #06615E;
}

/* -------------------------------- 

Close Services  style

-------------------------------- */



/* -------------------------------- 

Start Why choose  style

-------------------------------- */

.why-choose-us{
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #F4F4FF;
  background-image: url(../img/choose-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  background-attachment: fixed;
  overflow: hidden;
}

.left-content-choose{
  max-width: 582px;
}
.left-content-choose p{
  margin-top: 27px;
}
.left-content-choose .single-progress{
  margin-top: 25px;
}
.single-progress label{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6B6161;
  padding-bottom: 9px;
  align-items: center;
}
.single-progress .progress{
  height: 10px;
  background: rgba(54, 97, 252, 0.15);
  overflow: unset;
}
.single-progress .progress-bar{
  background: #06615E;
  height: 4px;
  margin-top: 3px;
  margin-left: 2px;
  border-radius: 500px;
  overflow: unset;
}
.single-progress .progress-bar:after{
  position: absolute;
  top: -12px;
  right: -4px;
  content: "\ed91";
  font-family: boxicons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #06615E;
}
.single-progress{
  overflow: hidden;
}

.right-img-choose {
  position: relative;
  z-index: 1;
  padding-top: 460px;
}

.right-img-choose img {
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-img-choose .exp {
  background: #FFFFFF;
  border-radius: 500px;
  display: inline-block;
  padding: 15px 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  transform: translate(-50%,0);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  max-width: 364px;
  width: 100%;
  text-align: center;
}
.right-img-choose .exp span {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 46px;
  line-height: 56px;
}

/* -------------------------------- 

Close Why choose  style

-------------------------------- */



/* -------------------------------- 

Start Pricing plan  style

-------------------------------- */

.single-plan-area {
  border-radius: 48px;
  position: relative;
  z-index: 12;
  overflow: hidden;
  max-width: 466px;
  margin: auto;
}
.single-plan-area:after {
  content: '';
  width:calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: 0px;
  top: -10px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='484' height='626' viewBox='0 0 484 626' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M278.77 106.174V106.152L278.77 106.129L278.269 50.2862L278.266 49.9081L278.206 49.5347C275.35 31.835 265.862 20.5639 255.145 13.8323C244.599 7.20767 232.935 5 225.22 5H53.5446C33.9152 5 21.5487 15.6697 14.3491 28.4934C7.28293 41.0792 5 55.9482 5 65.843V579.805C5 588.967 6.74814 596.359 9.94732 602.246C13.1665 608.168 17.7009 612.28 22.7935 615.081C32.7281 620.545 44.8044 621 53.5446 621H426.927C448.114 621 461.599 615.632 469.619 606.992C477.584 598.411 479.233 587.59 478.975 578.697V215.792C478.975 194.766 470.299 181.118 459.108 172.882C448.166 164.828 435.174 162.188 426.426 162.188H321.319C304.512 162.188 294.105 153.383 287.64 141.861C281.042 130.101 278.77 115.756 278.77 106.174Z' fill='%23F4F4FF' stroke='white' stroke-width='10'/%3E%3C/svg%3E%0A");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.single-plan-area .plan-hdr {
  border-bottom: 1px solid #D7DFFE;
  padding: 32px 44px 28px;
  position: relative;
  z-index: 12;
  max-width: 90%;
  margin-left: 10px;
}

.single-plan-area .plan-hdr h1 {
  color: #06615E;
  margin-top: 14px;
}

.single-plan-area .plan-hdr h1 sup {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  top: -22px;
  display: inline-block;
  margin-right: 6px;
}

.single-plan-area .plan-hdr h1 small {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6B6161;
  margin-left: 13px;
}

.single-plan-area  .icons {
  background: #06615E;
  border-radius: 48px;
  width: 60%;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  padding-top: 50px;
  padding-right: 70px;
  text-align: right;
}
.single-plan-area  .plan-body {
  position: relative;
  z-index: 11;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 46px;
  padding-right: 46px;
}
.single-plan-area  .plan-body li{
  font-size: 18px;
  line-height: 44px;
  font-weight: 500;
}
.single-plan-area  .plan-body li.dis{
  opacity: 0.4;
}
.single-plan-area  .plan-body .btn{
  margin-top: 36px;
  border: 1px solid #06615E;
  border-radius: 500px;
  width: 100%;
  padding: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #1A1A1A;
  transition: 0.3s background ease-in;
  background: transparent;
}
.single-plan-area.features  .plan-body .btn,
.single-plan-area  .plan-body .btn:hover{
  background-color: #F9A33E;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  border: 1px solid transparent;
  color: #fff;
}
.single-plan-area.features .icons ,
.single-plan-area:hover .icons {
  background-color: #F9A33E;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}

/* -------------------------------- 

Close Pricing plan  style

-------------------------------- */


/* -------------------------------- 

Start Fun fact style

-------------------------------- */
.fun-fact-wraps{
  width: 100%;
  border: 15px solid #FFFFFF;
  border-radius: 500px;
  background-color: #F9A33E;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  max-width: 1064px;
  margin: auto;
  padding: 50px 60px;
  position: relative;
  z-index: 12;
}
.singl-fact-count .icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  margin-right: 28px;
}
.singl-fact-count .icon img{
  vertical-align: middle;
}
.singl-fact-count h2{
  font-size: 45px;
  line-height: 36px;
  font-weight: 800;
  color: #fff;
}
.singl-fact-count p{
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding-top: 10px;
}


/* -------------------------------- 

Close Fun fact style

-------------------------------- */



/* -------------------------------- 

Start contact Form/video style

-------------------------------- */

.contact-inner-wrap{
  padding: 80px;
  padding-top: 186px;
  background: #06615E;
  border-radius: 50px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-inner-wrap:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/contact-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  background-attachment: fixed;
}

.left-content-video-modal{
  position: relative;
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 150px 0;
  border-radius: 40px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  max-width: 592px;
  width: 100%;
}
.left-content-video-modal:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  opacity: 0.4;
  border-radius: 40px;
}
.left-content-video-modal .video-btn{
  border: 0;
  outline: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: auto;
}
.left-content-video-modal .video-btn .button-outer-circle {
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.left-content-video-modal .video-btn .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.left-content-video-modal .video-btn .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
.left-content-video-modal .video-btn .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (min-width: 768px){
  .video-pop .modal-dialog {
      max-width: 90%;
      height: calc(100% - 5rem);
  }
  .embed-responsive.embed-responsive-16by9 {
      height: 100%;
  }
  .video-pop .modal-body .embed-responsive-item {
      height: 100%;
  }
  .modal-content {
    height: 100%;
  }
}
.embed-responsive-16by9 iframe{
  width: 100%;
  height: 100%;
}

.form-control{
  background: #F4F4F4;
  border-radius: 30px;
  box-shadow: unset;
  border: 0;
  padding: 15px 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #9A9A9A;
}
.forms-wrap-cont .btn{
  margin-top: 30px;
}

/* -------------------------------- 

Close contact Form/video style

-------------------------------- */


/* -------------------------------- 

start Team member style

-------------------------------- */

.team-area-sec{
  background: #F4F4FF;
}
.team-member-inner {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 20px;
  overflow: hidden;
}

.team-member-inner .imgs {
  position: relative;
  z-index: 12;
}

.team-member-inner .imgs img {
  display: block;
  margin: auto;
  border-radius: 20px;
}

.team-member-inner .cont {
  text-align: center;
  margin-top: 24px;
  min-height: 60px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.team-member-inner .cont .name,
.team-member-inner .cont .socials{
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}
.team-member-inner .cont .socials{
  top: -100%;
  opacity: 0;
}
.team-member-inner:hover .cont .socials{
  top: 50%;
  opacity: 1;
}
.team-member-inner .cont .name{
  padding-top: 10px;
}
.team-member-inner:hover .cont .name{
  top: 160%;
  opacity: 0;
}
.team-member-inner .cont .socials li {
  display: inline-block;
  padding: 6px;
}

.team-member-inner .cont .socials li a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: #F4F4FF;
  text-align: center;
  border-radius: 50%;
  color: #06615E;
  font-size: 22px;
  line-height: 51px;
  transition: 0.3s all ease;
}

.team-member-inner .cont .socials li a:hover {
  background: #06615E;
  color: #fff;
}


/* -------------------------------- 

Close Team member style

-------------------------------- */



/* -------------------------------- 

Start Testimonials  style

-------------------------------- */
.left-client-images-tbs{
  max-width: 540px;
  height: 540px;
  position: relative;
}
.left-client-images-tbs a {
  position: absolute;
  width: 140px;
  height: 140px;
  display: block;
}
.left-client-images-tbs a:focus,
.left-client-images-tbs a:visited,
.left-client-images-tbs a:active {
  background-color: #F9A33E;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  border-radius: 30px;
}
.left-client-images-tbs a:focus img,
.left-client-images-tbs a:visited img,
.left-client-images-tbs a:active img{
    padding-bottom: 4px;
}

.left-client-images-tbs img {
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease;
}
.left-client-images-tbs .dts1 {
  left: 0;
  top: 115px;
}

.left-client-images-tbs .dts2 {
  left: 0;
  top: 315px;
}

.left-client-images-tbs .dts3 {
  left: 200px;
  top: 0;
}

.left-client-images-tbs .dts4 {
  left: 200px;
  top: 200px;
}

.left-client-images-tbs .dts5 {
  left: 200px;
  top: 400px;
}

.left-client-images-tbs .dts6 {
  top: 115px;
  left: 400px;
}

.left-client-images-tbs .dts7 {
  left: 400px;
  top: 315px;
}

.right-content-testimonial {
  max-width: 678px;
  margin-left: auto;
  position: relative;
  padding-left: 118px;
  width: 100%;
}

.custom-paging-testi {
  height: 100%;
  position: absolute;
  left: 2px;
  top: 0;
  min-height: 540px;
  width: 2px;
  background: #D7DFFE;
}
.slick-dots li button {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  border: 0;
  background: transparent;
  padding: 0;
}

.slick-dots li {
  background: #06615E;
  width: 6px;
  height: 30px;
  margin: 5px 0px;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  transition: 0.3s all ease;
}

.slick-dots {
  position: relative;
  left: -2px;
  z-index: 1;
}

.slick-dots li.slick-active {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background-color: #F9A33E;
}
.feedback-inner-single .quote .bx {
  color: #06615E;
  font-size: 56px;
  height: 49px;
}

.feedback-inner-single .ratings {
  background: #F4F4FF;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 20px;
  color: #FCC013;
}

.feedback-inner-single .quote {
  height: 50px;
}

.feedback-inner-single p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1A1A1A;
}

.feedback-inner-single h2 {
  margin-top: 30px;
}

.feedback-inner-single h5 {
  font-size: 16px;
  line-height: 26px;
  color: #6B6161;
  font-family: 'DM Sans', sans-serif;
}


/*v3.1*/
.testimonial-slider-v3_1  .slick-slide {
  margin-left:24px;
}
.testimonial-slider-v3_1  .slick-list {
  margin-left:-24px;
}
.testimonial-slider-v3_1 .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 6px;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  margin: 0 5px;
}
.testimonial-slider-v3_1 .slick-dots {
  text-align: center;
  left: 0;
  margin-top: 30px;
}

.testimonial-slider-v3_2 .slick-arrow {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #06615E;
  color: #fff;
  font-size: 31px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.testimonial-slider-v3_2 .slick-arrow.next-testi_v3 {
  left: auto;
  right: 0;
}

.testimonial-slider-v3_2 {
  padding-left: 60px;
  padding-right: 60px;
}

.feedback-inner-single.v3.si {
  max-width: 886px;
  margin: auto;
  padding: 0;
  background: transparent;
}

.feedback-inner-single.v3.si .quote .bx {
  color: #06615E;
  background: transparent;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  opacity: 0.2;
}

.feedback-inner-single.v3.si .ratings {
  background: #F4F4FF;
}

.feedback-inner-single.v3.si p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width:767px){
  .testimonial-slider-v3_2{
    padding-left: 40px;
    padding-right: 40px;
  }
  .testimonial-slider-v3_2 .slick-arrow{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .feedback-inner-single.si .quote{
    display: none;
  }
}

/* -------------------------------- 

Close Testimonials  style

-------------------------------- */


/* -------------------------------- 

Start Promo text style

-------------------------------- */

.promo-text-area{
  position: relative;
  z-index: 12;
  padding: 80px 0;
  background-image: url(../img/promo-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.promo-text-area .shape-top-left{
  left: -77px;
  top: -275px;
}
.promo-text-area .shape-bottom-right {
  width: 195px;
  height: 195px;
  bottom: -100px;
}
.promo-text-area .shape-bottom-right:after {
  left: -64px;
  top: 24px;
}
.promo-text-area .banner-frame-three {
  left: 27%;
  top: 30px;
}
.promo-text-area .banner-frame-four {
  bottom: 15px;
  right: 30%;
}
.promo-text-area .banner-frame-two {
  top: 16%;
  right: 10%;
  left: auto;
}
.promo-text-area:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  opacity: 0.8;
}
.inner-promo-txt {
  max-width: 1196px;
  margin: auto;
  background: #06615E;
  border-radius: 50px;
  padding: 75px 80px;
}
.inner-promo-txt .sec-title {
  max-width: 693px;
}

/* -------------------------------- 

Close Promo text style

-------------------------------- */

/* -------------------------------- 

Start Blog post style

-------------------------------- */
.single-blog-inner {
  background: #F4F4FF;
  border-radius: 30px;
}

.single-blog-inner .imgs {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 388px;
  width: 100%;
  border-radius: 30px;
}

.single-blog-inner .imgs img {
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
}

.single-blog-inner .imgs:hover img {
  -webkit-transform: translate(-50%,-50%) scale(1.2);
  -moz-transform: translate(-50%,-50%) scale(1.2);
  transform: translate(-50%,-50%) scale(1.2);
}

.single-blog-inner .imgs .single-links {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  opacity: 0;
}

.single-blog-inner .imgs .date {
  background: #06615E;
  border-radius: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  max-width: 118px;
  text-align: center;
  color: #fff;
  padding: 23px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  z-index: 1;
}

.single-blog-inner .imgs .cat {
  display: block;
  position: absolute;
  left: 60px;
  bottom: 0;
  background: #06615E;
  border-radius: 30px;
  padding: 6px 16px;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding-left: 73px;
  opacity: 0.7;
}

.single-blog-inner .conts {
  padding: 30px;
  padding-bottom: 26px;
}

.single-blog-inner .conts .meta li {
  display: inline-block;
  padding-right: 40px;
}

.single-blog-inner .conts .meta li img {
  vertical-align: middle;
}

.single-blog-inner .conts .meta li:last-child {
  padding-right: 0;
}

.single-blog-inner .conts .meta li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6B6161;
  display: inline-block;
  padding-left: 6px;
}

.single-blog-inner .conts h2 {
  padding-top: 16px;
  line-height: 34px;
}

.single-blog-inner .conts h2 a {
  color: #1A1A1A;
}
.single-blog-inner .conts h2 a:hover {
  color: #06615E;
  text-decoration: underline;
}


/* -------------------------------- 

Close Blog post style

-------------------------------- */


/* -------------------------------- 

Start Footer style 

-------------------------------- */
.footers{
  width: 100%;
  background-color: #000000;
  background-image: url(../img/footer-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.newsletter-form{
  padding-top: 60px;
  padding-bottom: 60px;
}
.newsletter-form h2,
.newsletter-form p{
  color: #fff;
}
.newsletter-form h2{
  padding-top: 6px;
}
.newsletter-form .right-content{
  max-width: 535px;
  width: 100%;
}
.newsletter-form .newslttr-grp{
  position: relative;
  z-index: 1;
}
.newsletter-form .newslttr-grp .form-control{
  padding:27px 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #B1B1B1;
  width: 100%;
  border-radius: 50px;
}
.newsletter-form .newslttr-grp .btn{
  background: #06615E;
  padding: 15px 33px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}

.footer-widgets-wrap{
  border-top: 1px solid #393939;
  padding-top: 93px;
  padding-bottom: 93px;
}

.ftr-widget h2{
  color: #fff;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 23px;
}
.ftr-widget h2:after{
  content: '';
  width: 87px;
  height: 2px;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.ftr-widget p{
  color:#D9D9D9;
}
.ftr-widget .socials{
  margin-top: 22px;
}
.ftr-widget .socials li{
  display: inline-block;
  padding-right: 10px;
}
.ftr-widget .socials li a{
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 2px rgba(0, 124, 251, 0.16);
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  vertical-align: middle;
  color: #06615E;
}
.ftr-widget .navs li{
  display: inline-block;
  width: 100%;
}
.ftr-widget .navs li a{
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  position: relative;
  padding-left: 17px;
}
.ftr-widget .navs li a:after{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #06615E;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: 0.3s all ease-in;
}
.ftr-widget .navs li a:hover{
  color: #06615E;
}
.ftr-widget .navs li a:hover:after{
  left: 4px;
}

.ftr-widget .recent-posts li {
  display: inline-block;
  width: 100%;
  padding-top: 28px;
}

.ftr-widget .recent-posts li img {
  max-width: 70px;
  border-radius: 5px;
  display: block;
  max-height: 70px;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.ftr-widget .recent-posts li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #D9D9D9;
  display: inline-block;
}

.ftr-widget .recent-posts li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #D9D9D9;
  padding-top: 10px;
}

.ftr-widget .recent-posts li p i {
  color: #06615E;
}

.ftr-widget .recent-posts li:first-child {
  padding-top: 0;
}

.ftr-widget .contacts li {
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
  position: relative;
  padding-left: 40px;
}

.ftr-widget .contacts li i {
  color: #06615E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 22px;
}

.ftr-widget .contacts li address, .ftr-widget .contacts li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  word-break: break-all;
}

.copyright-conts {
  background: #06615E;
  display: inline-block;
  width: 100%;
  padding: 22px 0;
}

.copyright-conts p {
  color: #fff;
}

.copyright-conts a {
  color: #fff;
}

.copyright-conts li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.copyright-conts ul {
  text-align: right;
}

.copyright-conts li:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.copyright-conts li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.copyright-conts li:first-child:after {
  display: none;
}
#return-to-top {
  width: 56px;
  height: 56px;
  background: #06615E;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 47px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 922;
  transition: 0.3s all ease;
  line-height: 67px;
  display: none;
}


/* -------------------------------- 

Close Footer style 

-------------------------------- */


/* -------------------------------- 

Start Responsive style 

-------------------------------- */

@media (max-width:1280px){
  .single-plan-area .plan-hdr{
    padding-left: 20px;
  }
  .navbar-nav .nav-item{
    margin-left: 8px;
    margin-right: 8px;
  }
  .left-images-about .inner .img3{
    right: -50px;
  }
  .single-plan-area .plan-hdr h1 small{
    margin-left: 3px;
  }
}
@media (max-width:1199px){
  .others-options .option-item{
    margin-left: 10px;
  }
  .others-options .option-item .opt{
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .others-options .option-item .opt .bx{
    font-size: 20px;
  }
  .others-options .btn{
    padding: 10px 25px;
  }
  .navbar-brand img{
    max-height: 60px;
    max-width: 150px;
  }

  .right-content-hero .imgs{
    width: 450px;
    height: 450px;
  }
  .left-images-about .inner .img3{
    right: -20px;
  }

  .right-content-testimonial{
    padding-left: 50px;
  }
  .left-client-images-tbs a {
    width: 100px;
    height: 100px;
  }

  .left-client-images-tbs .dts6 {
      left: 350px;
  }

  .left-client-images-tbs .dts7 {
      left: 350px;
  }

  .left-client-images-tbs .dts3 {
      left: 170px;
  }

  .left-client-images-tbs .dts4 {
      left: 170px;
  }

  .left-client-images-tbs .dts5 {
      left: 170px;
  }
  .inner-promo-txt .btn-area .btn {
    min-width: 190px;
  }
  .right-content-top li {
    padding-left: 5px;
    margin-left: 5px;
  }
}

@media (max-width:991px){
  .top_nav_soc{
    z-index: 9999;
  }
  .right-content-top li {
    padding-left: 5px;
    margin-left: 5px;
  }

  .right-content-top li a {
      font-size: 16px;
  }

  .right-content-top li:first-child {
      padding-right: 5px;
  }
  .left-content-top li {
    margin-right: 15px;
    padding-right: 15px;
  }

  .left-content-top li i {
      font-size: 15px;
  }

  .top_nav_soc:after {
      width: 100%;
      left: 0;
  }


  .main-responsive-nav .logo {
    position: relative;
    z-index: 999;
    max-width: 50%;
  }

  .main-responsive-nav .others-options {
      position: absolute;
      right: 60px;
      top: 7px;
      z-index: 9999;
  }

  .main-responsive-nav {
      background: #fff;
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .main-responsive-nav .mean-container a.meanmenu-reveal {
      top: 18px;
      padding: 0;
      color: #06615E;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span{
    background: #06615E;    
  }

  .main-responsive-nav .logo a {
      display: inline-block;
  }

  .main-responsive-nav .logo img {
      vertical-align: middle;
      max-height: 60px;
  }
  .mean-container .mean-nav{
    margin-top: 70px;
  }
  .navbar-nav .nav-item{
    margin: 0;
  }
  .mean-container .mean-bar{
    border: 0;
  }
  .mean-container .mean-nav ul li a i{
    display: none;
  }
  .navbar-nav .nav-item .dropdown-menu .nav-item{
    padding: 0;
  }
  
  .right-content-hero .imgs{
    margin: auto;
  }

  .fun-fact-wraps {
    padding: 30px 30px;
    border: 10px solid #fff;
  }

  .singl-fact-count .icon {
      margin-right: 10px;
      width: 60px;
      height: 60px;
      line-height: 57px;
  }

  .singl-fact-count .icon img {
      max-height: 30px;
  }

  .contact-inner-wrap {
      padding-left: 30px;
      padding-right: 30px;
  }

  /*testimonial*/
  .right-content-testimonial {
    padding-left: 30px;
  }

  .left-client-images-tbs a {
      width: 50px;
      height: 50px;
  }

  .left-client-images-tbs .dts2 {
      top: 150px;
  }

  .left-client-images-tbs .dts1 {
      top: 50px;
  }

  .left-client-images-tbs .dts3 {
      left: 100px;
  }

  .left-client-images-tbs .dts4 {
      top: 100px;
      left: 100px;
  }

  .left-client-images-tbs .dts5 {
      left: 100px;
      top: 200px;
  }

  .left-client-images-tbs .dts6 {
      left: 200px;
      top: 50px;
  }

  .left-client-images-tbs .dts7 {
      left: 200px;
      top: 150px;
  }

  .left-client-images-tbs {
      height: 250px;
      max-width: 258px;
      margin: auto;
  }
  /*testimonial*/
  .inner-promo-txt {
    padding: 40px;
  }

}
@media (max-width:767px){
  h1{
    font-size: 36px;
    line-height: 46px;
  }

  h2{
    font-size: 20px;
    line-height: 110%;
  }
  h3{
    font-size: 18px;
    line-height: 110%;
  }
  p{
    font-size: 14px;
    line-height: 22px;
  }
  .tag1{
    font-size: 36px;
    line-height: 46px;
  }
  
  
  .pt-120{
    padding-top: 80px;
  }
  .pb-120{
    padding-bottom: 80px;
  }
  .px-120{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .left-content-top li a {
    font-size: 13px;
    line-height: 20px;
  }

  .left-content-top li i {
      font-size: 14px;
  }

  .left-content-top li {
      padding-right: 5px;
      margin-right: 5px;
  }

  .left-content-top ul {
      text-align: center;
  }

  .left-content-top li:after {
      display: none;
  }

  .right-content-top {
      text-align: center;
  }

  .main-responsive-nav .logo img {
      /* max-width: 100px; */
  }

  .banner-area-wrap {
      padding-top: 200px;
      padding-bottom: 120px;
  }

  .left-content-hero h5 {
      font-size: 14px;
      line-height: 20px;
  }

  .left-content-hero h1 {
      font-size: 40px;
      line-height: 50px;
  }

  .left-content-hero p {
      font-size: 14px;
      line-height: 18px;
  }

  .left-content-hero .btn {
      margin-top: 30px;
  }

  .btn.btn-default {
      font-size: 14px;
      line-height: 18px;
  }

  .right-content-hero .imgs {
      width: 300px;
      height: 300px;
  }

  .right-content-hero {
      margin-top: 40px;
  }

  .right-content-about .list-icons li {
      width: 100%;
  }

  .right-content-about .btn {
      margin-top: 30px;
  }

  .single-services-dv .cont {
      padding: 20px 20px;
  }

  .right-img-choose img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .right-img-choose {
      padding-top: 300px;
  }

  .right-img-choose .exp {
      font-size: 20px;
  }

  .right-img-choose .exp span {
      font-size: 30px;
      line-height: 35px;
  }

  .single-plan-area .plan-body li {
      font-size: 14px;
      line-height: 30px;
  }

  .single-plan-area .plan-body .btn {
      font-size: 14px;
      line-height: 16px;
      margin-top: 20px;
  }

  .fun-fact-wraps {
      padding: 0;
      border-radius: 20px;
      border: 5px solid #fff;
      padding: 30px 20px;
      max-width: 80%;
  }

  .singl-fact-count h2 {
      font-size: 30px;
      line-height: 20px;
  }

  .singl-fact-count p {
      font-size: 14px;
      line-height: 14px;
  }

  .left-content-video-modal {
      padding: 100px 0;
  }
  .inner-promo-txt .btn-area .btn{
    margin-top: 30px;
  }
  .inner-promo-txt{
    padding:30px 20px;
  }
  .single-blog-inner .imgs{
    padding-top: 300px;
  }

  .single-blog-inner .imgs .date {
    font-size: 16px;
    line-height: 20px;
  }

  .single-blog-inner .imgs .cat {
      font-size: 14px;
      line-height: 16px;
  }

  .single-blog-inner .conts {
      padding: 15px;
  }

  .single-blog-inner .conts .meta li {
      padding-right: 15px;
  }

  .single-blog-inner .conts .meta li span {
      font-size: 12px;
  }

  .single-blog-inner .conts h2 {
      padding-top: 10px;
  }
  .newsletter-form .right-content {
    margin-top: 20px;
  }

  .newsletter-form .newslttr-grp .btn {
      position: unset;
      width: 100%;
  }

  .newsletter-form .newslttr-grp .form-control {
      font-size: 14px;
      line-height: 16px;
      padding: 20px 20px;
  }

  .footer-widgets-wrap {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .copyright-conts ul {
      text-align: center;
  }

  .copyright-conts p {
      width: 100%;
      text-align: center;
  }
  #return-to-top {
    width: 40px;
    height: 40px;
    bottom: 100px;
    line-height: 48px;
    font-size: 26px;
  }
  .left-images-about .inner .img3{
    right: 0;
    max-width: 120px;
  }

  .single-plan-area {
    background: #F4F4FF;
  }

  .single-plan-area:after {
      display: none;
  }

  .single-plan-area .icons {
      width: 120px;
      height: 120px;
      padding: 0;
      text-align: center;
      border-radius: 0 0 30px 30px;
      line-height: 120px;
      vertical-align: middle;
  }

  .single-plan-area .icons img {
      display: inline-block;
      vertical-align: middle;
  }

  .single-plan-area .plan-hdr {
      max-width: 100%;
      margin: 0;
      padding-left: 30px;
  }


}
@media (max-width:320px){
  .main-responsive-nav .others-options{
    display: none !important;
  }
}


/* -------------------------------- 

Close Responsive style 

-------------------------------- */


/* -------------------------------- 

Start Home v2 style 

-------------------------------- */

/*navigation v2*/
.header-style-2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top_nav_soc.v2{
  background: #06615E; 
  border-radius: 0 0 30px 30px;
}
.top_nav_soc.v2:after{
  display: none;
}

.navbar-infor {
  padding: 20px 0;
}

.header-info-list li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 68px;
  margin-left: 60px;
}

.header-info-list {
  text-align: right;
}

.header-info-list li .icon {
  background: #FFFFFF;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.header-info-list li .icon i {
  font-size: 20px;
  vertical-align: middle;
  color: #F9A33E;
  background: -webkit-linear-gradient(#F9A33E, #FFAA52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-info-list li h6 {
  color: #5B5B5B;
  font-size: 14px;
  line-height: 24px;
}
.header-info-list li a {
  color: #1A1A1A;
  font-size: 18px;
  line-height: 24px;
}
.header-info-list li:first-child{
  margin-left:0;
}

.navbar-infor .logo img{
  display: block;
}

.v2.main-navbar .container{
  border-radius: 50px;
  padding-left: 45px;
  padding-right: 0;
}
.main-navbar.v2:after{
  display: none;
}
.is-sticky .main-navbar.v2:after{
  display: inline-block;
  width: 100%;
}
.v2 .navbar{
  padding:0 22px;
}
.is-sticky .v2 .navbar-brand{
  display: inline-block !important;
}
.is-sticky .v2.main-navbar .container{
  padding-left: 15px;
  padding-right: 15px;
}
.is-sticky .v2 .navbar{
  padding: 0;
}
.is-sticky .v2 .navbar .navbar-nav {
  margin-left: auto;
}
.is-sticky .v2 .navbar-expand-md .navbar-nav .nav-link{
  padding-top: 25px;
  padding-bottom: 25px;
}
.is-sticky .v2 .navbar-nav .nav-item .dropdown-menu{
  top: 70px;
}

.v2 .navbar-expand-md .navbar-nav .nav-link {
  padding-top: 38px;
  padding-bottom: 38px;
}
.v2 .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  padding: 0;
}
.v2 .navbar-nav .nav-item .dropdown-menu{
  top:100px
}
.v2 .navbar-expand-md .navbar-nav .nav-link {
  position: relative;
}
.v2 .navbar-expand-md .navbar-nav .nav-link:after {
  content: '';
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s all ease;
}
.v2 .navbar-expand-md .navbar-nav .dropdown-menu .nav-link:after {
  display: none;
}
.v2 .navbar-expand-md .navbar-nav .nav-link.active:after,
.v2 .navbar-expand-md .navbar-nav .nav-link:hover:after {
  width: 100%;
}

.v2 .others-options .btn{
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  color: #fff;
  border: 0;
}
.v2 .others-options .option-item .opt{
  background: #F4F4FF;
  border: 1px solid #F9A33E;
}
.v2 .others-options .option-item .opt .bx{
  color: #F9A33E;
  background: -webkit-linear-gradient(#F9A33E, #FFAA52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-style-2 .navbar-area.is-sticky{
  background: transparent;
}

/*navigation v2*/

/*banner*/
.banner-area-wrap-v2{
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(../img/home2/banner-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-color: #F4F4FF;
  padding-top: 323px;
  padding-bottom: 78px;
}

.left-content-hero-v2 h5 {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: #06615E;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 20px;
}

.left-content-hero-v2 h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #1A1A1A;
}
.left-content-hero-v2 h1 strong{
  color: #F9A33E;
  background: -webkit-linear-gradient(#F9A33E, #FFAA52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.left-content-hero-v2 {
  max-width: 683px;
}

.left-content-hero-v2 p {
  padding-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #6B6161;
  max-width: 596px;
  text-transform: capitalize;
}
.left-content-hero-v2 h5 {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: #06615E;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 20px;
}

.left-content-hero-v2 h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #1A1A1A;
}

.left-content-hero-v2 {
  max-width: 683px;
}

.left-content-hero-v2 p {
  padding-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #6B6161;
  max-width: 596px;
  text-transform: capitalize;
}

.left-content-hero-v2 .btn-groups .btn-get {
  background: #FFFFFF;
  padding: 15px 33px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #1A1A1A;
  margin-left: 25px;
  transition: 0.3s all ease;
}
.left-content-hero-v2 .btn-groups .btn-get:hover{
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  color: #fff;
}
.left-content-hero-v2 .btn-groups {
  margin-top: 50px;
}

.right-content-herov2{
  max-width: 610px;
  margin-left: auto;
}

.banner-frame-two.v2{
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7368 0L7.52632 3.92982L3.31579 0L0 3.09474L4.21053 7.02456L0 10.9544L3.31579 14L7.52632 10.0702L11.7368 14L15 10.9544L10.7895 7.02456L15 3.09474L11.7368 0Z' fill='%23010101'/%3E%3C/svg%3E%0A");
}

/*banner*/

/*services v2*/
.single-services-ort-v2 {
  position: relative;
  padding: 27px;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  max-width: 308px;
  margin: auto;
  z-index: 11;
}
.single-services-ort-v2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  -webkit-transform: skew(357deg,357deg);
  -ms-transform: skew(357deg,357deg);
  transform: skew(357deg,357deg);
  z-index: -1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.single-services-ort-v2:hover:after {
  background: #F4F4FF;
}
.single-services-ort-v2:before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  -webkit-transform: skew(357deg,357deg);
  -ms-transform: skew(357deg,357deg);
  transform: skew(357deg,357deg);
  z-index: -11;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  opacity: 0;
}
.single-services-ort-v2:hover:before{
  -webkit-transform: skew(357deg,357deg)  rotate(-10deg);
  -ms-transform: skew(357deg,357deg)  rotate(-10deg);
  transform: skew(357deg,357deg)  rotate(-10deg);
  opacity: 1;
}

.single-services-ort-v2 .cont {
  margin-top: 50px;
}
.single-services-ort-v2 .cont p {
  padding-top: 20px;
}

.single-services-ort-v2 .icon {
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  background: #fbd72600;
  line-height: 95px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
/* .single-services-ort-v2:hover .icon {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
} */

.single-services-ort-v2 .icon img {
  display: inline-block;
  vertical-align: middle;
}

/*services v2*/

/*about v2*/
.two-section-for-bg{
  background-image: url(../img/home2/two-bg-about.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.right-content-about.v2{
  max-width: 635px;
  margin: auto;
}
.v2.list-icons li:after{
  background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4788 17.2951C3.81412 17.3614 0.0079185 13.4365 1.22505e-05 8.79407C-0.007894 4.13707 3.81214 0.246616 8.48671 0.253917C13.0888 0.261217 16.9602 4.09592 16.9253 8.80204C16.8897 13.5221 13.1685 17.2931 8.4788 17.2951ZM12.0702 6.12743C12.0808 5.70865 11.2381 5.13856 10.8632 5.31775C10.7775 5.3589 10.7011 5.43256 10.6379 5.5069C10.5456 5.61574 10.4672 5.73719 10.3868 5.85532C9.46972 7.20656 8.54864 8.55515 7.64074 9.91236C7.49448 10.1307 7.38313 10.1592 7.17559 9.99399C6.85802 9.73981 6.52201 9.50752 6.18665 9.27723C5.71886 8.95601 5.50474 8.99915 5.17136 9.46306C5.12655 9.52544 5.08241 9.58915 5.03959 9.65353C4.76287 10.0703 4.79911 10.3072 5.20825 10.6052C5.90203 11.111 6.59843 11.6127 7.30077 12.1071C7.72508 12.4058 7.9728 12.354 8.26468 11.9246C9.47302 10.1446 10.6794 8.36268 11.8864 6.58138C11.9793 6.44334 12.0636 6.30131 12.0702 6.12743Z' fill='url(%23paint0_linear_49_11)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_49_11' x1='0.00538156' y1='8.76321' x2='16.941' y2='8.76321' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F7AEF'/%3E%3Cstop offset='1' stop-color='%236CE3FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.right-content-about .list-icons.v2 li{
  width: 100%;
}
/*about v2*/

/*our services v2*/
.our-services-v2{
  width: 100%;
  background: #F4F4FF;
}
.single-service-inner_v2 {
  background: #fff;
  padding: 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: all 0.5s ease-out;
}
.single-service-inner_v2.bg-change {
  background: #F4F4FF;
}
.single-service-inner_v2:hover {
  border: 1px solid #F9A33E;

}
.single-service-inner_v2 .imgs {
  max-width: 390px;
  width: 100%;
  position: relative;
  padding-top: 197px;
  border-radius: 50px;
  overflow: hidden;
}

.single-service-inner_v2 .imgs img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.single-service-inner_v2:hover .imgs img {
  -webkit-transform: translate(-50%,-50%) scale(1.2);
  -moz-transform: translate(-50%,-50%) scale(1.2);
  transform: translate(-50%,-50%) scale(1.2);
}

.single-service-inner_v2 p {
  margin-top: 20px;
}

.btn.style2 {
  padding: 15px 33px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #1A1A1A;
  border: 1px solid #F9A33E;
  border-radius: 50px;
  transition: 0.3s all ease;
}

.btn.style2:hover {
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  color: #fff;
}

/*our services v2*/

/*portfolio*/
.portfolio-slider-wrap .slick-arrow {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  text-align: center;
  color: #F9A33E;
  background-color: #fff;
  position: absolute;
  top: 50%;
  z-index: 12;
  left: 12%;
  font-size: 30px;
  vertical-align: middle;
  outline: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.portfolio-slider-wrap .slick-arrow i {
  color: #F9A33E;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  vertical-align: middle;
}
.portfolio-slider-wrap .next-port.slick-arrow {
  left: auto;
  right: 12%;
}

.portfolio-slider-wrap {
  overflow: hidden;
}
.portfolio-slider-wrap  .slick-slide {
  margin-left:24px;
}
.portfolio-slider-wrap  .slick-list {
  margin-left:-24px;
}
.portfolio-inner-sl {
  width: 100%;
  position: relative;
}

.portfolio-inner-sl .go-hidden{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 12;
  text-indent: -999px;
  opacity: 0;
}
.portfolio-inner-sl .imgs {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 462px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all ease-in;
}

.portfolio-inner-sl .imgs img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.portfolio-inner-sl:hover .imgs img {
  height: calc(100% - 110px);
  z-index: 11;
  border-radius: 10px 10px 50px 50px;
  top: 0;
  transform: translate(0,0);
  left: 0;
}

.portfolio-inner-sl:hover .imgs {
  z-index: 12;
}

.portfolio-inner-sl .hidden-cont {
  background: #F4F4F4;
  border-radius: 0 0 50px  50px;
  padding: 50px;
  padding-bottom: 28px;
  padding-top: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 100px;
  opacity: 0;
  transition: 0.3s all ease-in;
}
.portfolio-inner-sl:hover .hidden-cont {
  opacity: 1;
}
.portfolio-inner-sl .hidden-cont h3{
  padding-bottom: 4px;
}
.portfolio-inner-sl .hidden-cont .btn{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 0;
  line-height: 44px;
}
.portfolio-inner-sl .hidden-cont .btn i{
  vertical-align: middle;
  display: inline-block;
}
/*portfolio*/

/*features text*/
.left-content-ftr{
  max-width: 663px;
}
.left-content-ftr .sec-title p{
  margin-top: 27px;
}
.inner-bx-ftr {
  background: linear-gradient(90deg, rgba(254 ,101, 27,0.1) -0.02%, rgba(255 ,170, 82,0.1) 100.06%);
  padding: 33px 40px;
  border-radius: 50px;
  max-width: 572px;
  margin-top: 40px;
}

.inner-bx-ftr p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1A1A1A;
}

.inner-bx-ftr li {
  display: inline-block;
  margin-top: 23px;
  padding-right: 40px;
}

.inner-bx-ftr li:last-child {
  padding-right: 0;
}

.inner-bx-ftr li h2 {
  color: #06615E;
}

.inner-bx-ftr li span {
  color: #6B6161;
  display: inline-block;
  width: 100%;
  padding-top: 4px;
}

/*features text*/

/*testimonial v2*/
.testimonial-sec-v2{
  background: #F4F4FF;
}
.testimonials-inner-v2 .main-maps{
  width: 100%;
}
.testimonial-single-v2 .imgs {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  padding: 3px;
}
.testimonial-single-v2 .imgs img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonial-single-v2.one {
  position: absolute;
  top: 13%;
  left: 8%;
}
.testimonials-inner-v2 {
  position: relative;
}

.testimonial-single-v2.two {
  position: absolute;
  top: 35%;
  left: 23%;
}

.testimonial-single-v2.three {
  position: absolute;
  top: 8%;
  left: 36%;
}

.testimonial-single-v2.four {
  position: absolute;
  left: 33%;
  top: 60%;
}
.testimonial-single-v2 {
  position: absolute;
}
.testimonial-single-v2.five {
  position: absolute;
  top: 32%;
  left: 55%;
}
.testimonial-single-v2.six {
  position: absolute;
  top: 19%;
  right: 15%;
}

.testimonial-single-v2.sev {
  position: absolute;
  top: 65%;
  right: 8%;
}



.testimonial-single-v2 .hidden-cont {
  background: #fff;
  max-width: 423px;
  padding: 23px;
  border-radius: 30px;
  position: absolute;
  width: 423px;
  left: -150px;
  top: 70px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.testimonial-single-v2:hover .hidden-cont {
  z-index: 12;
  opacity: 1;
}
.testimonial-single-v2.six .hidden-cont,
.testimonial-single-v2.sev .hidden-cont{
  left: -300px;
}
.testimonial-single-v2.one .hidden-cont{
  left: 0;
}
.testimonial-single-v2 .hidden-cont img {
  border-radius: 20px 5px 5px 5px;
  width: 105px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.testimonial-single-v2 .hidden-cont .flex-shrink-1 {
  margin-left: 25px;
  border-bottom: 1px solid #D7DFFE;
  padding-bottom: 18px;
  width: 100%;
}

.testimonial-single-v2 .hidden-cont .flex-grow-0 {
  min-width: 105px;
}

.testimonial-single-v2 .hidden-cont span {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #6B6161;
}
.testimonial-single-v2 .hidden-cont .flex-shrink-1 .bx {
  color: #06615E;
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
}

.testimonial-single-v2 .hidden-cont .flex-shrink-1 {
  position: relative;
}

.testimonial-single-v2 .hidden-cont {
  border: 1px solid #F9A33E;
}
/*testimonial v2*/

/*faq*/
.nav-tabs {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  max-width: 290px;
  width: 100%;
}

.nav-tabs .nav-link {
  background: #F4F4FF;
  width: 100%;
  padding: 11px 30px;
  text-align: left;
  border-radius: 50px;
  border: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1A1A1A;
}

.nav-tabs .nav-item {
  padding-bottom: 20px;
}

.nav-tabs .nav-link svg {
  vertical-align: middle;
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #06615E;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link svg path, .nav-tabs .nav-link.active svg path {
  fill: #fff;
}

.faq-tabs-img {
  max-width: 664px;
}
.accordion {
  border: 0;
  background: transparent;
}
.accordion-item {
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08);
  border: 0;
  padding: 23px 40px;
  border-radius: 50px !important;
}

.accordion-button {
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  color: #1A1A1A;
  padding-right: 40px;
  position: relative;
  background: transparent !important;
}

.accordion-button::before {
  content: "\ebc0";
  font-family: boxicons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%,-50%);
  color: #06615E;
}

.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) {
  color: #06615E;
  box-shadow: unset !important;
  outline: 0 !important;
}
.accordion-button:focus {
  box-shadow: unset;
}
.accordion-button:not(.collapsed):before {
  content: "\eb8b";
}
.accordion-body {
  padding: 0;
  padding-top: 16px;
  border-top: 1px solid #D7DFFE;
  margin-top: 14px;
}
.accordion-body p{
  color: #6B6161;
}
/*faq*/

/*blog v2*/
.blog-sec.v2{
  background-color: #F4F4FF;
}
.single-blog-inner.v2 .imgs .date{
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}
.single-blog-inner.v2 .imgs .cat{
  -webkit-background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}
.v2.single-blog-inner{
  background: #fff;
}

/*blog v2*/

/*partner slider*/
.partner-logo-slider  .slick-slide {
  margin-left:20px;
}
.partner-logo-slider  .slick-list {
  margin-left:-20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo-sl-inner {
  background: #F4F4FF;
  border-radius: 10px;
  text-align: center;
  padding: 42px 10px;
  transition: 0.3s all ease;
}

.logo-sl-inner img {
  margin: auto;
}

.logo-sl-inner:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
}

/*partner slider*/

/*footer v2*/
.footers.v2{
  background-color: #F4F4FF;
  background-image: url(../img/home2/footer-bg.png);
}
.newsletter-form.v2 h2{
  color:#1A1A1A;
}
.newsletter-form.v2 p {
  color:#6B6161;
}

.newsletter-form.v2 .form-control {
  background-color: #FFFFFF;
}
.newsletter-form.v2 .newslttr-grp .btn{
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}
.footer-widgets-wrap.v2 {
  border-top: 1px solid #D7DFFE;
}
.ftr-widget.v2 h2 {
  color: #1A1A1A;
}

.ftr-widget.v2 h2:after {
  background: #1A1A1A;
}

.ftr-widget.v2 p {
  color: #6B6161;
}

.ftr-widget.v2 .navs li a {
  color: #6B6161;
}

.ftr-widget.v2 .navs li a:hover {
  color: #06615E;
}

.ftr-widget.v2 .recent-posts li a {
  color: #6B6161;
}

.ftr-widget.v2 .recent-posts li p {
  color: #6B6161;
}

.ftr-widget.v2 .contacts li address, .ftr-widget.v2 .contacts li a {
  color: #6B6161;
}
.copyright-conts.v2 {
  background: #FFFFFF;
}

.copyright-conts.v2 p {
  color: #1A1A1A;
}

.copyright-conts.v2 a {
  color: #1A1A1A;
}

.copyright-conts.v2 li:after {
  background: #1A1A1A;
}

.copyright-conts.v2 a:hover {
  color: #06615E;
}

/*footer v2*/

/*responsive*/
@media (max-width:1360px){
  .portfolio-inner-sl .hidden-cont{
    padding-left: 20px;
    padding-right: 20px;
  }
  .portfolio-inner-sl:hover .imgs img{
    height: calc(100% - 130px);
  }
}
@media (max-width:1200px){
  .header-info-list li:last-child{
    display: none;
  }
}
@media (max-width:991px){
  .navbar-infor{
    display: none;
  }
  .banner-area-wrap-v2{
    padding-top: 250px;
  }
  .right-content-herov2{
    margin: auto;
    margin-top: 50px;
  }
  .single-services-ort-v2{
    max-width: 100%;
  }
  .faq-tabs-img{
    max-width: 100%;
  }
  .testimonial-single-v2.six .hidden-cont{
    left: -270px;
  }
}
@media (max-width:767px){
  .banner-area-wrap-v2{
    padding-top: 200px;
  }
  .left-content-hero-v2 h5{
    font-size: 14px;
    line-height: 20px;
  }
  .left-content-hero-v2 h1{
    font-size: 40px;
    line-height: 50px;
  }
  .left-content-hero-v2 p{
    font-size: 14px;
    line-height: 18px;
  }
  .left-content-hero-v2 .btn-groups{
    margin-top: 30px;
  }
  .single-service-inner_v2{
    padding: 30px 20px;
  }
  .single-service-inner_v2 .cont{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-service-inner_v2 .btn{
    width: 100%;
  }
  .btn.style2{
    font-size: 14px;
    line-height: 18px;
  }
  .portfolio-inner-sl .imgs img{
    height: calc(100% - 100px);
  }
  .portfolio-inner-sl .hidden-cont{
    opacity: 1;
  }
  .portfolio-inner-sl .imgs{
    z-index: 12;
  }
  .portfolio-slider-wrap .slick-arrow{
    left: 5%;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .portfolio-slider-wrap .next-port.slick-arrow{
    right: 5%;
  }

  .inner-bx-ftr{
    max-width: 100%;
    padding: 20px 25px;
  }
  .inner-bx-ftr p{
    font-size: 14px;
    line-height: 18px;
  }

  .testimonial-single-v2 .hidden-cont {
    width: 250px;
    left: -30px;
    padding: 10px;
    top: 50px;
  }

  .testimonial-single-v2.six .hidden-cont, .testimonial-single-v2.sev .hidden-cont {
      left: -250px;
  }

  .testimonial-single-v2.five .hidden-cont {
      left: -100px;
  }

  .testimonial-single-v2 .hidden-cont img {
      width: 60px;
      height: 60px;
  }

  .testimonial-single-v2 .hidden-cont .flex-grow-0 {
      min-width: 60px;
  }

  .testimonial-single-v2 .hidden-cont .flex-shrink-1 {
      margin-left: 5px;
  }

  .testimonial-single-v2 .hidden-cont span {
      margin-top: 10px;
      font-size: 14px;
      line-height: 18px;
  }

  .testimonial-single-v2 .imgs {
      width: 40px;
      height: 40px;
  }

  .testimonial-single-v2.six .hidden-cont, .testimonial-single-v2.sev .hidden-cont {
      left: -220px;
  }

  .testimonial-single-v2 .hidden-cont .flex-shrink-1 .bx {
      font-size: 30px;
  }

  .nav-tabs .nav-link{
    font-size: 16px;
    line-height: 20px;
  }
  .nav-tabs{
    max-width: 100%;
  }
  .single-service-inner_v2 .imgs{
    max-width: 100%;
  }

  .accordion-button{
    font-size: 20px;
    line-height: 24px;
  }
  .single-service-inner_v2 .imgs{
    border-radius: 20px;
  }
  .single-service-inner_v2 .imgs img{
    border-radius: 20px;
  }
  .single-service-inner_v2 .cont{
    padding: 10px 0;
  }
  .accordion-item{
    padding: 20px 25px;
  }

  

}

@media (max-width:380px){
  .left-content-hero-v2 .btn-groups .btn-get{
    margin-left: 0;
    margin-top: 10px;
  }
  .left-content-hero-v2 .btn-groups .btn{
    width: 100%;
  }
  .testimonial-single-v2.three .hidden-cont{
    left: -60px;
  }
  .testimonial-single-v2.five .hidden-cont{
    left: -120px;
  }
  .testimonial-single-v2.six .hidden-cont {
    left: -200px;
  }

  .testimonial-single-v2.four .hidden-cont {
      left: -50px;
  }
  .ortency-services-sec-v2{
    overflow: hidden;
  }
}

/*responsive*/

/* -------------------------------- 

Close Home v2 style 

-------------------------------- */


/* -------------------------------- 

Start Home v3 style 

-------------------------------- */

/*navaigation*/
.header-style-3 {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 12;
  width: 100%;
}
.v3.main-navbar{
  padding-left: 80px;
  padding-right: 80px;
}
.v3.main-navbar:after {
  display: none;
}
.v3.main-navbar .container {
  border-radius: 10px;
  backdrop-filter: blur(7.38235px);
  background: rgba(255, 255, 255, 0.56);
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
}
.others-options.v3 .btn{
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  border: 0;
  color: #fff;
}
.others-options.v3 .header-info-list li .icon{
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  color: #fff;
}
.others-options.v3 .header-info-list li .icon i{
  color: #fff;
  background: transparent;
  -webkit-text-fill-color:unset;
}
.others-options.v3 .option-item{
  margin-left: 60px;
}
.others-options.v3 .option-item:first-child{
  margin-left: 0;
}

.header-style-3 .navbar-area.is-sticky{
  background: #fff;
}
/*navaigation*/

/*banner*/
.banner-area-wrap-v3{
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  background-image: url(../img/contact-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding-top: 310px;
  margin: 20px;
}
.banner-area-wrap-v3 .container-fluid{
  padding-left: 80px;
}
.left-content-hero-v3 {
  max-width: 612px;
}
.left-content-hero-v3 h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 76px;
  color: #1A1A1A;
  margin-bottom: 20px;
}
.left-content-hero-v3 h1 strong{
  position: relative;
  z-index: 1;
}
.left-content-hero-v3 h1 strong:after{
  content: '';
  width: 105%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/home3/text-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  z-index: -1;
}
.left-content-hero-v3 p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1A1A1A;
}
.left-content-hero-v3 .btn {
  margin-top: 50px;
}

.v3.banner-frame-three{
  background: #06615E;
  border-radius: 50%;
}

/*banner*/

/*work process*/

.how-work-v3.bg-image{
  background-image: url(../img/process-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F4F4FF;
}

.how-work-inner-v3{
  position: relative;
  z-index: 1;
  padding-top: 31px;
  padding-left: 56px;
  padding-right: 31px;
  padding-bottom: 42px;
  border-radius: 20px;
  overflow: hidden;
}
.how-work-inner-v3:after{
  content: '';
  width: 148px;
  height: 148px;
  position: absolute;
  left: 32px;
  top: 7px;
  border-radius: 50%;
  background: #06615E;
  z-index: -11;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.how-work-inner-v3:hover:after{
  background-color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}
.how-work-inner-v3:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='464' height='213' viewBox='0 0 464 213' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0039 213C30.0039 213 2.82036 212.82 0 183.483V173.818C0 173.818 2.47036 113.131 77.3 100.761C77.3 100.761 170.492 80.9795 170.842 0.0103683H434.466C434.466 0.0103683 460.29 -1.40183 464 28.7362V183.924C464 183.924 460.64 213 435.937 213H30.0039Z' fill='%23F4F4FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  left;
  z-index: -1;
}
.how-work-inner-v3.white:before{
  background-image: url("data:image/svg+xml,%0A%3Csvg width='464' height='213' viewBox='0 0 464 213' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0039 213C30.0039 213 2.82036 212.82 0 183.483V173.818C0 173.818 2.47036 113.131 77.3 100.761C77.3 100.761 170.492 80.9795 170.842 0.0103683H434.466C434.466 0.0103683 460.29 -1.40183 464 28.7362V183.924C464 183.924 460.64 213 435.937 213H30.0039Z' fill='white'/%3E%3C/svg%3E%0A");
}

.how-work-inner-v3 .icon{
  background-color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.how-work-inner-v3:hover .icon{
  background: #06615E;
}
.how-work-inner-v3 .icon img{
  vertical-align: middle;
}
.how-work-inner-v3 .flex-shrink-1{
  padding-top: 12px;
  padding-left: 30px;
}
.how-work-inner-v3 .flex-shrink-1 p{
  margin-top: 16px;
  color: #1A1A1A;
}
.how-work-inner-v3 .number{
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  position: absolute;
  left: 32px;
  bottom: 15px;
  color: #1A1A1A;
  opacity: 0.1;
  z-index: 1;
  font-family: 'Nunito', sans-serif;
}
.how-work-inner-v3:hover h2{
  color: #06615E;
}
/*work process*/

/*about us v3*/
.right-content-about-v3 .sec-title {
  max-width: 560px;
}
.right-content-about-v3 p {
  margin-top: 27px;
  max-width: 635px;
}
.right-content-about-v3 li {
  display: inline-block;
  position: relative;
  padding-left: 65px;
  margin-top: 27px;
  margin-right: 50px;
}

.right-content-about-v3 li .icon {
  background: #FFFFFF;
  box-shadow: 5px 5px 20px rgba(54, 97, 252, 0.15);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
}

.right-content-about-v3 li .icon img {
  vertical-align: middle;
}
.right-content-about-v3 li p {
  margin-top: 11px;
}
.right-content-about-v3 li .cont {
  max-width: 170px;
}
.right-content-about-v3 li:last-child {
  margin-right: 0;
}
.right-content-about-v3 .btn {
  margin-top: 50px;
}

/*images*/
.left-images-about-v3 {
  position: relative;
  z-index: 1;
}

.left-images-about-v3 .inner-imgs {
  position: relative;
  width: 640px;
  height: 483px;
  z-index: 1;
  margin-left: auto;
}

.left-images-about-v3 .inner-imgs img {
  border: 10px solid #06615E;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.left-images-about-v3 .inner-imgs .img1 {
  left: 156px;
  left: 24%;
  top: 0;
  max-width: 118px;
}

.left-images-about-v3 .inner-imgs .img2 {
  left: 0;
  top: 107px;
  top: 22%;
  max-width: 166px;
}

.left-images-about-v3 .inner-imgs .img3 {
  left: 156px;
  left: 24%;
  bottom: 0;
  max-width: 221px;
}

.left-images-about-v3 .inner-imgs .img4 {
  top: 0;
  right: 0;
  max-width: 274px;
}

.left-images-about-v3 .shape-one {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 30%;
  top: -19px;
  border: 2px solid #06615E;
  -webkit-animation: scale-right  4s infinite linear;
  animation: scale-right  4s infinite linear;
}

.left-images-about-v3 .banner-frame-two {
  position: absolute;
  top: 8%;
  left: 10%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7123 8.39219C12.5983 8.89892 11.9776 9.29165 11.4708 9.17766L2.09643 7.0688C1.5897 6.95481 1.19697 6.33409 1.31096 5.82737C1.42496 5.32064 2.04567 4.9279 2.5524 5.0419L12.1802 7.20775C12.6869 7.32174 12.8263 7.88547 12.7123 8.39219Z' fill='%233661FC'/%3E%3Cpath d='M8.98144 2.4954L6.81558 12.1232C6.70159 12.6299 6.08087 13.0226 5.57415 12.9086C5.06742 12.7947 4.67469 12.1739 4.78868 11.6672L6.95454 2.03943C7.06853 1.5327 7.68925 1.13999 8.19597 1.25398C8.95606 1.42497 9.09543 1.98867 8.98144 2.4954Z' fill='%233661FC'/%3E%3C/svg%3E%0A");
}
.left-images-about-v3 .shape-two {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 9%;
  top: 75%;
  background: transparent;
  border: 2px solid #06615E;
  border-radius: 50%;
  -webkit-animation: jump 2s infinite ;
  animation: jump 2s infinite ;
}
.left-images-about-v3 .shape-three {
  width: 30px;
  height: 30px;
  background-color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  position: absolute;
  left: 93px;
  top: 55%;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: rotated  2s infinite linear;
  animation: rotated  2s infinite linear;
}
.left-images-about-v3 .shape-four {
  width: 70px;
  height: 65px;
  background-color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  position: absolute;
  left: 19%;
  top: 14%;
  border-radius: 50%;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.left-images-about-v3 .shape-bg-1 {
  border: 0 !important;
  -webkit-animation: rotatedHalf  5s infinite linear;
  animation: rotatedHalf  5s infinite linear;
  z-index: -1;
}
.left-images-about-v3 .radius-1 {
  max-width: 496px;
  width: 100%;
  height: 100%;
  max-height: 438px;
  background: -webkit-linear-gradient(90deg, #0F7AEF 0.03%, #6CE3FF 100.09%);
  background: linear-gradient(90deg, #0F7AEF 0.03%, #6CE3FF 100.09%);
  opacity: 0.1;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: morph 4s infinite linear;
          animation: morph 4s infinite linear;
}
@-webkit-keyframes morph {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
	20% {
		border-radius: 78% 22% 70% 30% / 30% 30% 70% 70%;
	}
	40% {
		border-radius: 78% 22% 32% 68% / 73% 70% 30% 27%;
	}
	60% {
		border-radius: 15% 85% 10% 90% / 87% 70% 30% 13%;
	}
	80% {
		border-radius: 18% 82% 40% 60% / 70% 24% 76% 30%;
	}
	100% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
}
@keyframes morph {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
	20% {
		border-radius: 78% 22% 70% 30% / 30% 30% 70% 70%;
	}
	40% {
		border-radius: 78% 22% 32% 68% / 73% 70% 30% 27%;
	}
	60% {
		border-radius: 15% 85% 10% 90% / 87% 70% 30% 13%;
	}
	80% {
		border-radius: 18% 82% 40% 60% / 70% 24% 76% 30%;
	}
	100% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
}

/*about us v3*/

/*services v3*/
.extra-margin-sec{
  padding-left: 40px;
  padding-right: 40px;
}
.extra-margin-sec .our-services-v2{
  border-radius: 20px;
}
.single-service-inner_v3{
  background: #FFFFFF;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in;
  padding: 20px 50px;
}
.single-service-inner_v3:hover{
  box-shadow: 0px 10px 50px 4px rgba(0, 0, 0, 0.1);
}
.single-service-inner_v3 p{
  padding-left: 30px;
}
.single-service-inner_v3 .imgs {
  max-width: 390px;
  width: 100%;
  position: relative;
  padding-top: 134px;
  border-radius: 50px;
  overflow: hidden;
}
.single-service-inner_v3 .imgs img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*services v3*/


/*why choose v3*/
.why-choose-us-v3 .container-fluid{
  padding-left: 40px;
  padding-right: 40px;
}

.left-img-choose-v3{
  padding: 30px;
  max-width: 832px;
  position: relative;
  z-index: 1;
  background: #F4F4FF;
  border-radius: 20px;
  overflow: hidden;
}
.left-img-choose-v3 img{
  border-radius: 20px;
  display: block;
  width: 100%;
}
.left-img-choose-v3 .overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.right-content-choose-v3 {
  max-width: 630px;
}

.our-qua-lists li {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  position: relative;
  padding-left: 90px;
}
.our-qua-lists li .icon {
  background: #FFFFFF;
  box-shadow: 5px 5px 20px rgba(54, 97, 252, 0.15);
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 67px;
}
.our-qua-lists li .icon img {
  vertical-align: middle;
}
.our-qua-lists li p {
  margin-top: 20px;
}
.our-qua-lists li .arrow-down {
  position: absolute;
  top: 75px;
  left: 26px;
}
.our-qua-lists li .arrow-down.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*why choose v3*/

/*portfolio v3*/
.filter-option-portfolio {
  text-align: right;
}

.filter-option-portfolio li {
  display: inline-block;
  padding-left: 15px;
}

.filter-option-portfolio li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1A1A1A;
}

.filter-option-portfolio li a.active {
  text-decoration-line: underline;
  color: #06615E;
}

.filter-option-portfolio li:first-child {
  padding-left: 0;
}

.slider-wrapper-portfolio{
  margin-top: 45px;
  overflow: hidden;
}
.portfolio-item-slider .slick-slide {
  margin-left:24px;
}
.portfolio-item-slider .slick-list {
  margin-left:-24px;
}

.inner-portfolio-sing{
  position: relative;
  z-index: 1;
}
.inner-portfolio-sing img{
  width: 100%;
  border-radius: 20px;
}
.inner-portfolio-sing .overlay-content{
  width: 96%;
  
  height: 0;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.slick-current.slick-active .inner-portfolio-sing .overlay-content{
  height: 94%;
  opacity: 1;
}
.inner-portfolio-sing .overlay-content .txt{
  position:absolute;
  left: 66px;
  bottom: 0px;
  padding-left: 16px;
  opacity: 0;
  -webkit-transition:0.8s all ease-in-out;
  transition:0.8s all ease-in-out;
}
.slick-current.slick-active .inner-portfolio-sing .overlay-content .txt{
  bottom: 60px;
  opacity: 1;
}
.inner-portfolio-sing .overlay-content .txt:after{
  width: 6px;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  border-radius: 50px;
}
.inner-portfolio-sing .overlay-content .txt h2{
  color: #fff;
}
.inner-portfolio-sing .overlay-content .txt p{
  color: #fff;
}
.slider-controls span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 22;
  text-align: center;
  font-size: 30px;
  line-height: 66px;
  cursor: pointer;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.slider-controls {
  z-index: 12;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.slider-wrapper-portfolio {
  position: relative;
  z-index: 1;
}

.slider-controls span i {
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.slider-controls .prevSlide {
  left: 28%;
}

.slider-controls .nextSlide {
  left: auto;
  right: 28%;
}
/*portfolio v3*/

/*our team v3*/
.team-member-inner.v3{
  background: #F4F4FF;
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.team-member-inner.v3 .cont{
  padding:20px;
  display: block;
  width: 100%;
  min-height: 1px;
  margin-top: 0;
  margin-top: -20px;
  padding-top: 30px;
}
.team-member-inner.v3 .imgs{
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.team-member-inner.v3 .cont .name, 
.team-member-inner.v3 .cont .socials{
  position: unset;
  transform: unset;
  opacity: 1;
}
.team-member-inner.v3:hover{
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}
.team-member-inner.v3:hover .cont{
  background: #fff;
}
.team-member-inner.v3 .socials_v3 {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  background: #F4F4FF;
  border-radius: 0 0 30px 30px;
  z-index: 12;
  text-align: center;
  padding: 20px 0;
  transition: 0.3s all ease-in-out;
  
}
.team-member-inner.v3:hover .socials_v3 {
  bottom: 0;
}
.team-member-inner.v3 .socials_v3 li {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
}
.team-member-inner.v3 .socials_v3 li a {
  display: inline-block;
  background: #FFFFFF;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  line-height: 46px;
  font-size: 20px;
  margin: 0 3px;
  color: #06615E;
}
.team-member-inner.v3 .socials_v3 li a:hover {
  background: #06615E;
  color: #fff;
}

/*our team v3*/

/*promo text v3*/
.promo-cont-with-social {
  background: #F4F4FF;
  border-radius: 50px;
  padding-left: 80px;
}
.promo-cont-with-social  .social_links li {
  display: inline-block;
  padding-right: 12px;
}
.promo-cont-with-social  .foloow-content .social_links {
  margin-top: 25px;
}
.promo-cont-with-social  .social_links li a {
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 2px rgba(0, 124, 251, 0.16);
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  color: #06615E;
  font-size: 22px;
}
.promo-cont-with-social  .inner-promo-txt .sec-title {
  max-width: 608px;
}

.promo-cont-with-social .btn{
  min-width: 162px;
}

/*promo text v3*/

/*testimonial v3*/
.fact-wrapper .tag1,
.fact-wrapper h1 {
  color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fact-wrapper p {
  font-size: 20px;
  line-height: 50px;
}

.fact-wrapper {
  background: #fff;
  text-align: center;
  border: 10px solid #06615E;
  border-radius: 10px;
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fact-wrapper.fact-one {
  top: 0;
  left: 176px;
  max-height: 192px;
  width: 186px;
}

.fact-wrapper.fact-two {
  left: 0;
  top: 182px;
  width: 186px;
  max-height: 192px;
  height: 100%;
}

.fact-wrapper.fact-three {
  left: 176px;
  width: 236px;
  max-height: 228px;
  height: 100%;
  bottom: 0;
}

.fact-wrapper.fact-four {
  right: 0;
  top: 146px;
  width: 236px;
  max-height: 228px;
  left: auto;
  height: 100%;
}

.left-images-about-v3 .inner-imgs.fact {
  width: 638px;
  height: 592px;
  margin-left: 0;
}

.left-images-about-v3 .fact .shape-four {
  left: 73px;
  top: 144px;
}

.arrows-teti {
  position: absolute;
  bottom: 90px;
  right: 0;
  z-index: 122;
}

.arrows-teti .slick-arrow {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #06615E;
  color: #fff;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  margin: 0;
  transition: 0.3s all ease;
}

.arrows-teti .next-testim.slick-arrow {
  margin-left: 10px;
}

.arrows-teti .slick-arrow:hover {
  opacity: 0.4;
}

.feedback-inner-single.v3 {
  background-color: #F4F4FF;
  background: -webkit-linear-gradient(270deg, #F4F4FF 20.83%, rgba(244, 244, 255, 0) 100%);
  background: linear-gradient(270deg, #F4F4FF 20.83%, rgba(244, 244, 255, 0) 100%);
  border-radius: 20px;
  padding: 40px 50px 30px 0;
}
.feedback-inner-single.v3 .quote .bx {
  color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.feedback-inner-single.v3 .ratings {
  background: #FFFFFF;
}
.feedback-inner-single.v3 p {
  margin-bottom: 28px;
}
.feedback-inner-single.v3 .flex-grow-0 img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}
.feedback-inner-single.v3 h2 {
  margin-top: 0;
}
.feedback-inner-single.v3 .flex-grow-0 {
  margin-right: 20px;
}
/*testimonial v3*/

/*blog v3*/
.blog-sec-v3{
  background: #F4F4FF;
}

.single-blog-inner.v3 .imgs {
  padding-top: 450px;
}

.single-blog-inner.v3 {
  max-width: 622px;
}

.single-blog-inner.v3 .conts {
  padding: 0;
  padding-top: 35px;
}
.single-blog-inner.v3 .conts .author {
  margin-top: 20px;
}

.single-blog-inner.v3 .conts .author img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 13px;
  display: block;
}

.single-blog-inner.v3 .conts .author .read-more {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6B6161;
}
.single-blog-inner.v3 .conts .author .read-more:hover {
  color: #1A1A1A;
}

.single-blog-inner.v3 .conts .author .read-more span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #6B6161;
  font-size: 29px;
  margin-left: 10px;
  padding-right: 15px;
  z-index: 1;
}

.single-blog-inner.v3 .conts .author .read-more:hover span {
  color: #1A1A1A;
}
.single-blog-inner.v3 .conts .author .read-more span:after {
  content: '';
  background-color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  opacity: 0.4;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s all ease-in;
}
.single-blog-inner.v3 .conts .author .read-more:hover span:after{
  opacity: 1;
}

.single-blog-inner.v3.smaller .imgs {
  padding-top: 210px;
  width: 247px;
  border-radius: 20px;
}

.single-blog-inner.v3.smaller {
  max-width: 100%;
}

.single-blog-inner.v3.smaller .conts {
  padding: 0;
  padding-left: 40px;
}

.single-blog-inner.v3.smaller .imgs img {
  border-radius: 20px;
}

/*blog v3*/

/*responsive*/
@media (min-width:1920px){
  section.why-choose-us-v3 .container-fluid{
    max-width: 1920px;
  }
}
@media (max-width:1600px){
  .header-style-3{
    top: 30px;
  }
  .v3.main-navbar .container,
  .why-choose-us-v3 .container-fluid,
  .extra-margin-sec{
    padding-left: 20px;
    padding-right: 20px;
  }
  .v3.main-navbar{
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-area-wrap-v3{
    background-position: center;
  }
  .banner-area-wrap-v3 .container-fluid{
    padding-left: 40px;
  }
  .left-content-hero-v3{
    max-width: 590px;
  }
}

@media (max-width:1400px){
  .others-options.v3 .option-item:first-child{
    display: none !important;
  }
  .left-images-about-v3 .inner-imgs{
    width: 610px;
  }
  section.about-ortency-v3{
    overflow: hidden;
  }
  .extra-margin-sec{
    padding: 0;
  }
 
}
@media (max-width:1280px){

  .banner-area-wrap-v3{
    background-position: right bottom;
    background-size: cover;
  }
  .banner-area-wrap-v3:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /* background-color: #fff; */
    opacity: 0.7;
  }
  .left-content-hero-v3{
    max-width: 100%;
    text-align: center;
  }
  .banner-area-wrap-v3 .row{
    justify-content: center;
  }

  .left-images-about-v3 .inner-imgs {
    width: 580px;
    height: 421px;
  }

  .left-images-about-v3 .inner-imgs .img1 {
      max-width: 100px;
      top: -3%;
  }

  .left-images-about-v3 .inner-imgs .img2 {
      top: 19%;
      max-width: 150px;
  }

  .left-images-about-v3 .inner-imgs .img3 {
      left: 23%;
      max-width: 200px;
  }

  .left-images-about-v3 .inner-imgs .img4 {
      max-width: 241px;
      right: 4%;
      bottom: 44%;
      top: auto;
  }

  /*testimonial fact*/
  .left-images-about-v3 .inner-imgs.fact {
    width: 576px;
    height: 519px;
  }

  .fact-wrapper.fact-one {
      left: 150px;
      width: 160px;
      max-height: 170px;
  }

  .fact-wrapper.fact-two {
      max-height: 170px;
      width: 170px;
      top: 159px;
  }

  .fact-wrapper.fact-three {
      left: 160px;
      width: 210px;
      max-height: 200px;
  }

  .fact-wrapper.fact-four {
      width: 216px;
      top: 103px;
  }

  .left-images-about-v3 .inner-imgs.fact h1 {
      font-size: 30px;
      line-height: 36px;
  }

  .fact-wrapper p {
      font-size: 16px;
      line-height: 36px;
  }

  .single-service-inner_v3{
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-service-inner_v3 .btn.style2{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
}

@media (max-width:1200px){
  .left-images-about-v3 .inner-imgs.fact{
    margin: auto;
    margin-top: 50px;
  }
  .arrows-teti{
    bottom: auto;
    left: 0;
    top: 0;
  }
  .single-blog-inner.v3.smaller .imgs{
    width: 150px;
    padding-top: 150px;
  }
  .single-blog-inner.v3.smaller .conts{
    padding-left: 20px;
  }
}
@media (max-width:1100px){
  .v3.main-navbar{
    padding: 0;
  }
  .banner-area-wrap-v3{
    margin: 0;
  }
  .promo-cont-with-social{
    padding-left: 40px;
  }
  .promo-cont-with-social .inner-promo-txt{
    padding-right: 40px;
    padding-left: 40px;
  }
  
}

@media (max-width:991px){
  .filter-option-portfolio{
    text-align: center;
  }
  .banner-area-wrap-v3{
    padding-top: 250px;
    padding-bottom: 150px;
  }
  .single-blog-inner.v3{
    max-width: 100%;
  }
  .single-service-inner_v3 p{
    padding-left: 0;
  }
  .left-img-choose-v3{
    margin: auto;
  }
  .slider-controls .prevSlide{
    left: 13%;
  }
  .slider-controls .nextSlide{
    right: 13%;
  }

  .banner-area-wrap-v3 .container-fluid{
    padding-left: 0;
  }
}

@media (max-width:767px){
  .header-style-3{
    top:0;
  }
  .banner-area-wrap-v3{
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .banner-area-wrap-v3 .container-fluid{
    padding-left: 15px;
    padding-right: 15px;
    z-index: 122;
  }
  .testimonial-sec-v3{
    overflow: hidden;
  }
  .left-content-hero-v3 h1{
    font-size: 36px;
    line-height: 44px;
  }
  .left-content-hero-v3 p{
    font-size: 14px;
    line-height: 18px;
  }
  .left-content-hero-v3 .btn{
    margin-top: 30px;
  }
  .v3.banner-frame-three{
    z-index: -1;
  }
  .left-images-about-v3 .inner-imgs img {
    position: absolute;
    width: auto;
    max-width: 100% !important;
    display: block;
    margin: auto;
  }

  .left-images-about-v3 .inner-imgs {
      width: 100%;
      height: 400px;
      max-width: 356px;
      margin: auto;
  }

  .left-images-about-v3 .inner-imgs img.shape-bg-1 {
      position: absolute;
  }

  .left-images-about-v3 .inner-imgs .img1 {
      top: auto;
      bottom: 0;
  }

  .left-images-about-v3 .inner-imgs .img4 {
      bottom: 0;
      right: 0;
  }

  .left-images-about-v3 .inner-imgs .img3 {
      z-index: 12;
      left: 0;
      bottom: 10%;
      width: 51%;
  }

  .left-images-about-v3 .inner-imgs .img2 {
      top: -27%;
      z-index: 12;
      width: 40%;
  }

  .left-images-about-v3 .inner-imgs .img1 {
      z-index: 12;
      top: -63%;
  }

  .single-service-inner_v3 .imgs img {
      border-radius: 0;
  }

  .single-service-inner_v3 .imgs {
      border-radius: 0;
  }

  .promo-cont-with-social {
      padding-left: 0;
      padding-top: 40px;
  }

  .promo-cont-with-social .foloow-content {
      padding-left: 40px;
      padding-bottom: 40px;
  }

  .fact-wrapper {
      position: unset;
      /* left: 0 !important; */
      /* bottom: 0 !important; */
      margin: 10px 0;
      height: 150px !important;
      min-width: 100%;
      max-width: 100% !important;
      z-index: 12;
      border: 5px solid #3661fc;
  }

  .left-images-about-v3 .inner-imgs.fact {
      width: 100%;
      height: auto;
      padding-top: 50px;
  }

  .arrows-teti {
      top: -60px;
  }

  .left-images-about-v3 .fact .shape-four {
      z-index: -1;
  }

  .single-blog-inner.v3.smaller .conts {
      padding-left: 0;
      padding-top: 20px;
  }

  .single-blog-inner.v3.smaller .imgs {
      width: 100%;
      padding-top: 200px;
  }

  .single-blog-inner.v3 .imgs {
      padding-top: 200px;
  }
  .feedback-inner-single.v3{
    padding-right: 20px;
  }
  .slick-current.slick-active .inner-portfolio-sing .overlay-content .txt{
    bottom: 20px;
  }
  .slider-controls span{
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .slider-controls .prevSlide{
    left: 10px;
  }
  .slider-controls .nextSlide{
    right: 10px;
  }
  .inner-portfolio-sing .overlay-content .txt{
    left: 30px;
  }
  .single-service-inner_v3 .imgs{
    max-width: 100%;
    border-radius: 10px;
  }
}

/*responsive*/

/* -------------------------------- 

Close Home v3 style 

-------------------------------- */


/* -------------------------------- 

start Page Banner all style

-------------------------------- */
.page-banner-brd{ 
  width: 100%;
  background-image: url(../img/webcover3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 11;
  overflow: hidden;
  padding-top: 308px;
  padding-bottom: 154px;
  background-attachment: fixed;
}
.page-banner-brd .shape-top-left{
  top: auto;
  width: 182px;
  height: 182px;
  bottom: -60px;
} 
.page-banner-brd .shape-top-left:after{
  display: none;
}
.page-banner-brd  .shape-bottom-right{
  width: 188px;
  height: 188px;
  bottom: auto;
  top: 60px;
}
.page-banner-brd  .shape-bottom-right:after{
  display: none;
}

.inner-brd-text h1{
  color: #fff;
}

.breadcrumb .breadcrumb-item{
  padding-top: 20px;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a{
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: '-';
  color: #fff;
}
.breadcrumb .breadcrumb-item.active{
  color: #F9A33E;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* -------------------------------- 

Close Page Banner all style

-------------------------------- */


/* -------------------------------- 

Start About page style

-------------------------------- */

.left-images-rsn {
  position: relative;
  width: 100%;
  max-width: 637px;
  height: 574px;
  z-index: 1;
}

.left-images-rsn .rsn1 {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  z-index: 1;
}

.left-images-rsn .rsn2 {
  position: absolute;
  bottom: 10px;
  left: 0;
  border-radius: 30px;
}

.left-images-rsn .rsn3 {
  position: absolute;
  right: 0;
  z-index: 12;
  bottom: 0;
  border-radius: 30px;
}

.success-tabs-about {
  margin-top: 30px;
}

.success-tabs-about .nav-tabs {
  max-width: 100%;
  display: flex;
}

.success-tabs-about .nav-tabs .nav-link {
  padding: 9px 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

.success-tabs-about .nav-tabs .nav-link.active {
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}

.success-tabs-about .nav-tabs .nav-item {
  padding-right: 20px;
}

.inner-tbs-success {
  padding-top: 10px;
}

.success-tabs-about {
  max-width: 582px;
}

.inner-tbs-success .d-sm-flex {
  margin-top: 20px;
}

.inner-tbs-success .d-sm-flex li {
  margin-top: 8px;
}

.inner-tbs-success .d-sm-flex img {
  margin-right: 30px;
  animation: animName 5s linear infinite;
  
}
@keyframes animName {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }


 /*fun fact*/
.fun-fact-wraps-v2{
  width: 100%;
}
.singl-fact-count.v2{
  background: #F4F4FF;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
  padding-bottom: 33px;
}
.singl-fact-count.v2 .icon {
  background: #06615E;
  margin-right: 20px;
}

.singl-fact-count.v2 h2 {
  color: #1A1A1A;
}

.singl-fact-count.v2 p {
  color: #6B6161;
  padding-top: 20px;
}

/*responsive*/
@media (max-width:1420px){
  .singl-fact-count.v2{
    padding:30px 20px;
  }
  .singl-fact-count.v2 .icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width:1200px){
  .singl-fact-count.v2 .icon{
    margin-right: 10px;
  }
  .singl-fact-count.v2 h2{
    font-size: 30px;
    line-height: 36px;
  }
  .singl-fact-count.v2 p{
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
  }
}
@media (max-width:991px){
  .left-images-rsn .rsn3{
    max-height: 350px;
  }
}
@media (max-width:767px){
  .inner-tbs-success .d-sm-flex img{
    margin: auto;
    display: block;
  }
}
 
/* -------------------------------- 

Close About page style

-------------------------------- */
 

/* -------------------------------- 

start Service support style

-------------------------------- */
 
.service-support-sec{
  position: relative;
  z-index: 12;
  background-image: url(../img/bggreen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  overflow: hidden;
}
.service-support-sec:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000000;
  opacity: 0.75;
}
.service-support-sec .shape-top-left{
  left: auto;
  right: -120px;
}
.service-support-sec .shape-left{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.service-support-sec .shape-right{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.inner-content-support{
  max-width: 832px;
  margin: auto;
}
.inner-content-support .sec-title{
  max-width: 628px;
  margin: auto;
}
.inner-content-support p{
  color: #fff;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.inner-content-support .btn-default{
  margin-right: 30px;
}
.btn.btn-transparent{
  background: transparent;
  padding: 15px 33px;
  border: 1px solid #F9A33E;
  border-radius: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.btn.btn-transparent:hover{
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.02%, #F9A33E), color-stop(100.06%, #FFAA52));
  background: -o-linear-gradient(left, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}
@media (max-width:1500px){
  .service-support-sec .shape-left{
    left: -15%;
  }
  .service-support-sec .shape-right{
    right: -15%;
  }
}
@media (max-width:1200px){
  .service-support-sec .shape-left{
    left: -30%;
  }
  .service-support-sec .shape-right{
    right: -30%;
  }
}
@media (max-width:991px){
  .service-support-sec .shape-right,
  .service-support-sec .shape-left{
    display: none;
  }
}
@media (max-width:767px){
  .btn.btn-transparent {
    font-size: 14px;
    line-height: 18px;
  }
  .inner-content-support p{
    font-size: 16px;
    line-height: 20px;
  }
  .service-support-sec .shape-top-left{
    top: -300px;
  }
}
@media (max-width:400px){
  .inner-content-support .btn{
    width: 100%;
    margin: 0;
  }

}

/* -------------------------------- 

close Service support style

-------------------------------- */


/* -------------------------------- 

Start Service details page style

-------------------------------- */
.details-content-wraps {
  max-width: 886px;
}

.srv-main-image {
  background: #F4F4FF;
  border-radius: 20px;
  padding: 20px;
}

.srv-main-image img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.details-content-wraps .srv-txt {
  margin-top: 33px;
}

.details-content-wraps .srv-txt p {
  margin-top: 20px;
}

.details-content-wraps .srv-provess {
  margin-top: 55px;
}

.details-content-wraps .srv-provess .process-img {
  position: relative;
  height: 506px;
  max-width: 468px;
}

.details-content-wraps .srv-provess .process-img .pr1 {
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.details-content-wraps .srv-provess .process-img .pr2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

.details-content-wraps .srv-provess .our-src {
  padding-top: 4px;
}

.details-content-wraps .srv-provess .our-src li {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #F4F4FF;
  border-radius: 10px;
  margin-top: 20px;
  padding: 24px 30px;
  padding-left: 101px;
}

.details-content-wraps .srv-provess .our-src li .icon {
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.details-content-wraps .srv-provess .our-src li .icon img {
  vertical-align: middle;
}

.details-content-wraps .srv-provess .our-src li p {
  padding-top: 14px;
}

.details-content-wraps .list-icons{
  margin-top: 12px;
}
.details-content-wraps .list-icons li{
  margin-top: 8px;
}

.service-widget-right.links {
  background: #FFFFFF;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.service-widget-right {
  padding: 32px 40px;
}

.service-widget-right h2 {
  padding-bottom: 8px;
  position: relative;
}

.service-widget-right h2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #EDEDFF;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-widget-right h2:before {
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  content: '';
  z-index: 1;
}

.service-widget-right.links .btns {
  padding-top: 5px;
}

.service-widget-right.links .btns .btn {
  margin-top: 20px;
  background: #F4F4FF;
  border-radius: 500px;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 15px 38px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1A1A1A;
  position: relative;
  transition: 0.3s all ease;
}

.service-widget-right.links .btns .btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
}

.service-widget-right.links .btns .btn:hover {
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  color: #fff;
}

.service-widget-right.forms{
  position: relative;
  background-image: url(../img/service-quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  z-index: 1;
}
.service-widget-right.forms:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  opacity: 0.7;
  border-radius: 20px;
}
.service-widget-right.forms form{
  padding-top: 5px;
}
.service-widget-right.forms .form-control{
  margin-top: 20px; 
  padding: 15px 26px;
}
.service-widget-right.forms .btn{
  margin-top: 30px;
}

@media (max-width:767px){
  .service-widget-right{
    padding: 20px;
  }
  .service-widget-right.links .btns .btn{
    font-size: 16px;
    line-height: 20px;
  }
}

/* -------------------------------- 

Close Service details page style

-------------------------------- */


/* -------------------------------- 

Start Team details page style

-------------------------------- */
.team-details-page-wrap{
  overflow: hidden;
}
.team-name-info-pg {
  background: #F4F4FF;
  border-radius: 20px;
  padding: 30px;
}

.team-name-info-pg .left-img-dts {
  max-width: 555px;
}

.team-name-info-pg .left-img-dts img {
  border-radius: 20px;
}

.right-content-team h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 56px;
  color: #1A1A1A;
  padding-bottom: 7px;
}
.right-content-team .dts_m li {
  margin-top: 34px;
  position: relative;
}
/* .right-content-team .dts_m {
  margin-top: 34px;
} */
.right-content-team .dts_m li .name {
  position: relative;
  width: 182px;
  padding-left: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #252424;
}

.right-content-team .dts_m li .name i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.right-content-team .dts_m li  .dts {
  margin-left: 50px;
  max-width: 307px;
}

.right-content-team .dts_m li {
  align-items: self-start;
}
.right-content-team .dts_m  .follow-btns {
  margin-top: 50px;
}
.right-content-team .dts_m  .follow-btns .name {
  padding-left: 0;
}

.right-content-team .dts_m li .dts a {
  background: #FFFFFF;
  display: inline-block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: #06615E;
}

.right-content-team .dts_m li .dts li {
  margin: 0;
  margin-right: 10px;
  display: inline-block;
}
.right-content-team .dts_m li .dts a:hover{
  color:#fff;
  background:#06615E;
}

.team-skills-mm  p{
  margin-top: 20px;
}
.team-mm-career .inner-career {
  max-width: 594px;
}

.team-mm-career .inner-career p {
  margin-top: 20px;
}

.team-mm-career .inner-career ul {
  margin-top: 20px;
  margin-left: 19px;
}

.team-mm-career .inner-career ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  font-style: italic;
  color: #1A1A1A;
  list-style: disc;
}
.right-imgs-career img {
  width: 100%;
  display: block;
}

.right-imgs-career {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.right-imgs-career:after {
  content: '';
  width: 100%;
  max-width: 427px;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -75%;
  border-radius: 50%;
  background: transparent;
  border: 18px solid #fff;
  transform: translate(-50%,0);
  max-height: 427px;
}

.team-personal-contact{
  background: #F4F4FF;
  border-radius: 20px;
  padding: 50px;
}
.team-personal-contact .left-frm{
  max-width: 582px;
}
.team-personal-contact .left-frm p{
  padding-top: 10px;
  padding-bottom: 30px;
}
.team-personal-contact .left-frm .form-control{
  background: #fff;
  padding: 21px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #9A9A9A;
}
@media (max-width:991px){
  .right-content-team .dts_m li .dts{
    margin-left: 0;
  }
  .right-content-team .dts_m li .name{
    min-width: 182px;
  }
}
@media (max-width:767px){
  .team-name-info-pg .left-img-dts{
    max-width: 100%;
  }
  .team-name-info-pg .left-img-dts img{
    width: 100%;
  }
  .team-name-info-pg{
    padding: 20px;
  }
  .right-content-team .dts_m li .name{
    padding-left: 20px;
    min-width: 160px;
    width: 160px;
  }
  .team-personal-contact{
    padding: 25px;
  }
}

/* -------------------------------- 

Close Team details page style

-------------------------------- */


/* -------------------------------- 

start Portfolio details page style

-------------------------------- */
.port-banner-img img {
  width: 100%;
  border-radius: 20px;
}

.port-info-client {
  margin-top: 60px;
  background: #F4F4FF;
  border-radius: 20px;
  padding: 60px;
}

.port-info-client p strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #1A1A1A;
  text-transform: capitalize;
  display: inline-block;
  min-width: 150px;
}

.port-info-client p {
  display: flex;
  align-items: center;
  justify-content: start;
}

.port-info-client p {
  line-height: 40px;
}
.port-information p {
  padding-top: 17px;
}

.port-information .list-icons li {
  width: 50%;
  margin-top: 8px;
}

.port-information img {
  width: 100%;
}
.service-widget-right.portfolio {
  background: #FFFFFF;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  max-width: 586px;
  margin-left: auto;
}

.service-widget-right.portfolio ul {
  padding-top: 10px;
  width: 100%;
  display: inline-block;
}

.service-widget-right.portfolio ul li {
  position: relative;
  padding-left: 40px;
  margin-top: 14px;
  width: 50%;
}

.service-widget-right.portfolio ul li a {
  color: #6B6161;
  word-break: break-all;
}

.service-widget-right.portfolio ul li i {
  color: #F9A33E;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-widget-right.portfolio ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 20px;
  line-height: 22px;
}
.port-information .extra-txt {
  max-width: 648px;
  margin-left: auto;
  /* margin-top: 40px; */
}


.similar-slider-wrap  .slick-slide {
  margin-left:24px;
}
.similar-slider-wrap  .slick-list {
  margin-left:-24px;
}
.slider-btns-simi .sm-btns {
  background-color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  color: #fff;
  border: 0;
  padding: 0;
  outline: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 29px;
  line-height: 67px;
}

.slider-btns-simi .sm-btns.prev-similar {
  margin-right: 20px;
}
.slider-btns-simi .sm-btns.slick-disabled{
  opacity: 0.5;
}
@media (max-width:767px){
  .service-widget-right.portfolio{
    max-width: 100%;
  }
  .port-information .extra-txt{
    max-width: 100%;
  }
  .port-information .list-icons li{
    width: 100%;
  }
  .port-info-client{
    padding: 30px;
  }
  .service-widget-right.portfolio ul li{
    width: 100%;
  }
  .port-info-client p strong{
    font-size: 18px;
  }
}

/* -------------------------------- 

End Portfolio details page style

-------------------------------- */


/* -------------------------------- 

Start Faq page style

-------------------------------- */
.ask-question-sec{
  background-image: url(../img/process-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F4F4FF;
}
.team-personal-contact.ask{
  padding: 0;
  background: transparent
}
.team-personal-contact.ask img {
  border-radius: 20px;
}

.team-personal-contact.ask .left-frm {
  max-width: 708px;
}

.team-personal-contact.ask .left-frm p {
  max-width: 506px;
}


/* -------------------------------- 

Close Faq page style

-------------------------------- */


/* -------------------------------- 

Start Shop page style

-------------------------------- */

.product-filter-single {
  border: 1px solid #F9A33E;
  padding: 24px 30px;
  background: #FFFFFF;
  border-radius: 20px;
}

.product-filter-single h2 {
  position: relative;
  z-index: 1;
  padding-bottom: 8px;
  margin-bottom: 33px;
}

.product-filter-single h2:after {
  content: '';
  background: #F4F4FF;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-filter-single h2:before {
  content: '';
  width: 100%;
  max-width: 72px;
  height: 1px;
  background-color: #F9A33E;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.product-search-filter .frm-group {
  position: relative;
}

.product-search-filter .frm-group .form-control {
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  width: 100%;
  padding: 18px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #E9E9E9;
  background-color: #F9A33E;
  box-shadow: unset;
  padding-right: 42px;
}

.product-search-filter .frm-group .form-control::placeholder {
  opacity: 1;
  color: #E9E9E9;
}

.product-search-filter .frm-group .submit_btn {
  border: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  right: 17px;
  top: 50%;
  color: #fff;
  font-size: 26px;
  transform: translate(0,-50%);
  line-height: 20px;
}


.price-range-slider {
  width: 100%;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 7px;
  width: 96%;
  margin-left: 8px;border-radius:5px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #333;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar {
  height: 6px;
  background: #E5EBEF;
  border-radius: 15px;
  margin: 0;
  width: 100%;
}

.price-range-slider .range-bar .ui-slider-range {
  background: #06615E;
}

.price-range-slider .range-bar .ui-slider-handle {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px #CCCCCC;
  border: 0;
  width: 16px;
  height: 16px;
  top: -6px;
}

.price-range-slider .range-bar .ui-slider-handle + span {
  background: #fff;
}

.price-range-slider .range-value input {
  margin: 0;
  font-weight: 500;
  margin-left: 4px;
  padding: 0;
  width: auto;
  max-width: 93px;
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0;
font-size: 16px;
line-height: 24px;
color: #1A1A1A;
}
.price-range-slider .range-value {
  margin-top: 20px;
}
.price-range-slider .range-value span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B6161;
}

.list-items-cat li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-items-cat li input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  appearance: unset;
  opacity: 0;
  cursor: pointer;
}

.list-items-cat li label:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #E5EBEF;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0,-50%);
}

.list-items-cat li input:checked + label:after {
  background-color: #06615E;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='5' viewBox='0 0 7 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99997 0.690717C7.00156 0.884458 6.92979 1.04798 6.79775 1.17507C5.84452 2.09161 4.88892 3.00484 3.93371 3.91931C3.64227 4.19833 3.34964 4.47653 3.059 4.7572C2.72513 5.0801 2.37144 5.08383 2.04946 4.75099C1.44478 4.12589 0.846037 3.49499 0.243728 2.86782C0.056572 2.67283 -0.0449362 2.44763 0.0192994 2.16861C0.138651 1.647 0.742942 1.47644 1.12122 1.86268C1.56651 2.31764 2.00664 2.7784 2.44241 3.24371C2.54075 3.34844 2.59428 3.3679 2.71046 3.2553C3.76599 2.23402 4.82905 1.22061 5.89092 0.206365C6.10305 0.00393106 6.3477 -0.0618911 6.61654 0.0643715C6.87111 0.184011 6.99284 0.401762 6.99997 0.690717Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 7px 5px;
  background-position: center;
}
.list-items-cat li label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6B6161;
  display: flex;
  justify-content: space-between;
}
.list-items-cat li input:checked + label{
  color:#06615E;
}

.left-filter-btns .btn {
  background: #F4F4F4;
  border: 0;
  padding: 22px 40px;
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  margin-right: 30px;
}
.right-sorting-btns .form-select {
  width: auto;
  height: 60px;
  background-color: #F4F4F4;
  border: 0;
  padding: 12px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  margin-left: 15px;
  box-shadow: unset;
  cursor: pointer;
}

.custom-product-wrap {
  background: #F4F4FF;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  padding: 30px;
}

.custom-product-wrap .img {
  position: relative;
  text-align: center;
  height: 372px;
  overflow: hidden;
}

.custom-product-wrap .img .left-badges {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}

.custom-product-wrap .img .left-badges .badge {
  display: inline-block;
  padding: 5px 9px;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  color: #FFFFFF;
  border-radius: 30px;
  display: block;
  margin-bottom: 5px;
}

.custom-product-wrap .img .left-badges .badge.created {
  background: #06615E;
}

.custom-product-wrap .img .left-badges .badge.off {
  background-color: #F9A33E;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
}

.custom-product-wrap .img .reviews-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.custom-product-wrap .img .reviews-btn span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #6B6161;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.custom-product-wrap .img .reviews-btn i {
  color: #FCC013;
  font-size: 14px;
  margin-left: 4px;
}

.custom-product-wrap .img img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -o-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  object-fit: contain;
  object-position: center;
  max-height: 300px;
}

.custom-product-wrap .cont {
  padding-top: 40px;
}

.custom-product-wrap .cont h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: 'DM Sans', sans-serif;
}

.custom-product-wrap .cont h3 a {
  color: #1A1A1A;
  display: inline-block;
  width: 100%;
}
.custom-product-wrap .cont h3:hover a {
  color: #06615E;
}
.custom-product-wrap .cont p {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1A1A1A;
}
.custom-product-wrap .cont p del{
  color: #6B6161;
  display: inline-block;
  padding-right: 10px;
}

.custom-product-wrap .cont .add_cart {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 0;
  outline: 0;
  box-shadow: unset;
  margin-top: 30px;
  padding: 16px;
  background: #fff;
  border-radius: 50px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #6B6161;
}

.custom-product-wrap .cont .add_cart i {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 13px;
}
.custom-product-wrap .cont .add_cart:hover {
  color: #06615E;
}

.products-all-results{
  margin-top: 30px;
}


/*pagination*/
.pagination .page-link {
  margin: 0 10px !important;
  border: 1px solid #F4F4F4;
  border-radius: 50px !important;
  padding: 12px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  border: 1px solid #F4F4FF;
  width: 50px;
  height: 50px;
  text-align: center;
}

.pagination .page-link.active {
  background: #06615E;
  font-weight: 500;
  color: #fff;
}

.pagination .page-link:hover {
  background: #F4F4FF;
  color: #1A1A1A;
}
.pagination .page-link i{
  font-size: 20px;
  line-height: 25px;
}

/* -------------------------------- 

End Shop page style

-------------------------------- */


/* -------------------------------- 

Start Shop Details page style

-------------------------------- */

.thumbnail-prd {
  background: #F2F7F8;
  border-radius: 5px;
  padding: 30px 20px;
  margin-bottom: 0px;
}
.thumbnail-prd img{
  max-width: 100%;
  max-height: 100px;
  margin: auto;
}

.product-navigation-slider .slick-slide {
  margin-top:10px;
}
.product-navigation-slider .slick-list {
  margin-top:-10px;
}
.product-main-image-slider {
  height: 100%;
  background: #F2F7F8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-main-image-slider img {
  max-width: 90%;
  margin: auto;
}
.moretext {
  display: none;
}

.products-details-content {
  max-width: 656px;
  margin-left: auto;
}
.products-details-content .pr-name h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #1A1A1A;
  font-family: 'DM Sans', sans-serif;
}
.products-details-content .breadcrumb {
  margin: 0;
}

.products-details-content .breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #6B6161;
}

.products-details-content .breadcrumb .breadcrumb-item a {
  color: #06615E;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.products-details-content .breadcrumb-item+.breadcrumb-item::before {
  content: '/';
  color: #D9D9D9;
}
.products-details-content .breadcrumb .ratings span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding-left: 5px;
}

.products-details-content .breadcrumb .ratings i {
  color: #FCC013;
  margin-right: 2px;
}

.products-details-content .pr-price {
  padding-top: 30px;
}
.products-details-content .pr-price .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  margin-right: 20px;
}

.products-details-content .pr-price .price del {
  color: #9B9B9B;
  margin-right: 10px;
}

.products-details-content .pr-price i {
  color: #FCC013;
  font-size: 12px;
  padding-right: 3px;
}

.products-details-content .pr-price span {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #696969;
  display: inline-block;
  padding-left: 4px;
}

.products-details-content .pr-price .stck {
  padding: 0;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0CA640;
}

.products-details-content .pr-dts {
  margin-top: 30px;
}
.products-details-content .pr-dts .moreless-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #D8A023;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}

.products-details-content .quanty-btns {
  margin-top: 30px;
}

.products-details-content .quanty-btns .quantity {
  width: 144px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #F9A33E;
  margin-right: 30px;
}

.products-details-content .quanty-btns .quantity .quantity-button {
  left: 20px;
  font-size: 20px;
  margin-top: 3px;
}

.products-details-content .quanty-btns .quantity .quantity-add.quantity-button {
  left: auto;
  right: 20px;
}

.products-details-content .quanty-btns input {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #111111;
}

.products-details-content .quanty-btns .btn {
  width: calc(100% - 144px);
  padding: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  color: #fff;
  border-radius: 50px;
}

.products-details-content .wish-compare {
  margin-top: 30px;
}

.products-details-content .wish-compare {
  margin-top: 30px;
  border: 0;
  background: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5EBEF;
}

.products-details-content .wish-compare .btn {
  padding: 0;
  color: #6B6161;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-right: 26px;
  text-transform: capitalize;
}

.products-details-content .wish-compare .btn i {
  margin-right: 10px;
  vertical-align: middle;
}

.products-details-content .wish-compare .btn:hover {
  color: #D8A023;
}

.products-details-content .pr-tgs {
  margin-top: 20px;
}

.products-details-content .pr-tgs p strong {
  color: #1A1A1A;
  font-weight: 500;
  padding-right: 4px;
}

.products-details-content .pr-tgs p {
  padding-bottom: 18px;
}

.products-details-content .pr-tgs .report-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FD0202;
}
.products-details-content .pr-tgs .report-item i{
  vertical-align: middle;
}


.products-details-content .pr-tgs ul{
  padding-top: 18px;
}
.products-details-content .pr-tgs li {
  padding-right: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.products-details-content .pr-tgs li i{
  vertical-align: middle;
  font-size: 20px;
}
.products-details-content .pr-tgs li .bxl-facebook {
  color: #3E75B2;
}

.products-details-content .pr-tgs li .bxl-pinterest-alt {
  color: #E12828;
}

.products-details-content .pr-tgs li .bxl-twitter {
  color: #3FD1FF;
}

/*additional*/

/*additional*/
.product-desc-reviews {
  border: 1px solid #DADDC0;
  border-radius: 5px;
  padding: 40px;
}
.nav-tabs.pr-navs .nav-item {
  margin-left: 0;
  margin-right: 50px;
}
.nav.nav-tabs.pr-navs {
  border-bottom: 1px solid #DADDC0;
}
.nav-tabs.pr-navs .nav-link {
  padding-bottom: 20px;
}
.pr-navs.nav-tabs .nav-link:after {
  background: #D8A023;
  bottom: -2px;
}
.product-desc-reviews  .tab-content {
  padding-top: 25px;
}
.description-content-tabs ul {
  margin: 33px 0;
  list-style-type: disc;
}

.description-content-tabs ul li {
  list-style: disc;
  margin-left: 20px;
}
.product-desc-reviews  .table {
  margin: 0;
}
.product-desc-reviews  .table tr:first-child th{
  border-top: 0;
  padding-top: 0;
}
.product-desc-reviews  .table tr:last-child th{
  border-bottom: 0;
  padding-bottom: 0;
}
.product-desc-reviews  .table tr th:first-child{
  color: #1A1A1A;
  font-weight: 500;
  width: 200px;
  padding-left: 0;
  border-left: 0;
}
.product-desc-reviews  .table th {
  padding: 13px 32px;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6B6161;
  padding-left: 112px;
  vertical-align: middle;
  border: 1px solid #F4F4FF;
  border-right: 0;

}
.product-desc-reviews  .table tr {
  background:#fff;
  border-radius: 5px;
  height: 70px;
  vertical-align: middle;
}

.nav.nav-tabs.pr-navs {
  max-width: 100%;
  display: flex;
}

.nav-tabs.pr-navs .nav-link {
  padding: 0;
  background: transparent;
  color: #6A6C73;
  position: relative;
}

.nav-tabs.pr-navs .nav-link.active {
  color: #06615E;
}

.pr-navs.nav-tabs .nav-link:after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s all ease-in;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: transparent;
  transition: 0.2s all ease-in;
  z-index: 1;
  background: #06615E;
}

.nav-tabs.pr-navs .nav-link.active:after {
  width: 100%;
}


.reviews-content-tab .card {
  background: #F4F4F4;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
  border: 0;
}

.reviews-content-tab .card .card-body {
  padding: 0;
}

.reviews-content-tab .card .card-body .imgs {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
}
.reviews-content-tab .card .card-body .imgs img {
  width: 68px;
  height: 68px;
  object-fit: cover;
}

.reviews-content-tab .card .card-body .flex-grow-1 {
  padding-left: 20px;
}

.reviews-content-tab .card .card-body h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
}

.reviews-content-tab .card .card-body h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #696969;
}

.reviews-content-tab .card .card-body i {
  color: #FFA800;
  font-size: 12px;
  margin-right: 4px;
  margin-top: 5px;
}
.reviews-content-tab .card .card-body p {
  color: #696969;
  padding-top: 18px;
}

.reviews-content-tab .card .card-body .form-control {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 9px 20px;
  border: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #A4A4A4;
  box-shadow: unset;
}

.reviews-content-tab .card .card-body .btn {
  background: #D8A023;
  border-radius: 3px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  width: 94px;
  text-align: center;
  padding: 9px 0;
  border: 0;
}
.reviews-content-tab .card .card-body .reply-put{
  padding-top: 15px;
}

.reviews-content-tab .card.replied {
  margin-left: 50px;
}
.reviews-box-added {
  margin-top: 70px;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 20px 30px;
}

.reviews-box-added h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #111111;
  padding-bottom: 15px;
}

.reviews-box-added .ratings-icon i {
  color: #C1C1C1;
  font-size: 12px;
  padding-right: 5px;
  line-height: 21px;
}

.reviews-box-added .ratings-icon span {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #696969;
}

.reviews-box-added .ratings-icon {
  padding-bottom: 15px;
}

.reviews-box-added .form-control {
  background: #FFFFFF;
  border-radius: 5px;
  border: 0;
  padding: 13px 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #A4A4A4;
  box-shadow: unset;
}
.related-slider-slick  .slick-slide {
  margin-right:30px;
}
.related-slider-slick  .slick-list {
  margin-right:-30px;
}
.reviews-content-tab .card {
  background: transparent;
  border: 1px solid #F4F4FF;
  position: relative;
}

.reviews-content-tab .card .card-body .imgs img {
  border-radius: 50%;
}

.reviews-content-tab .card .card-body .imgs {
  overflow: hidden;
}

.reviews-content-tab .card .card-body .flex-grow-1 {
  padding-left: 28px;
}
.reviews-content-tab .card .card-body .ratings {
  position: absolute;
  right: 30px;
  top: 30px;
}
.reviews-box-added {
  background: transparent;
  border: 1px solid #F4F4FF;
}

.reviews-box-added .form-control {
  border: 1px solid #F4F4FF;
  border-radius: 30px;
}

.reviews-box-added .btn{
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  padding: 15px 33px;
}

.sec-title.related p{
  padding-bottom: 7px;
  color: #06615E;
}
.slider-btns-clc .slick-arrow {
  background: #E5EBEF;
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 21px;
  color: #1558E5;
  line-height: 56px;
}

.slider-btns-clc .slick-arrow.prev-rlts {
  margin-right: 15px;
}
.related-products-slider  .slick-slide {
  margin-right:24px;
}
.related-products-slider  .slick-list {
  margin-right:-24px;
}
.similar-products-sec{
  overflow: hidden;
}

@media (max-width:767px){
  .product-main-image-slider{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-navigation-slider .slick-slide {
    margin-right:15px;
  }
  .product-navigation-slider .slick-list {
    margin-right:-15px;
  }
  .related-slider-slick .slick-dots li{
    border: 1px solid  #D8A023;
  }
  .products-details-content {
    padding-top: 50px;
    max-width: 100%;
  }

  .products-details-content .pr-name h2 {
      font-size: 28px;
      line-height: 32px;
  }

  .product-desc-reviews {
      padding: 20px;
  }

  .nav-tabs.pr-navs .nav-item {
      margin-right: 20px;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
  }

  .nav-tabs.pr-navs .nav-link {
      font-size: 16px;
      width: 100%;
      text-align: left;
  }

  .nav.nav-tabs.pr-navs {
      border: 0;
  }

  .reviews-content-tab .card.replied {
      margin-left: 30px;
  }
  .product-desc-reviews .table th{
    padding-right: 20px;
  }
  .product-desc-reviews .table{
    min-width: 500px;
  }
  .products-details-wrap{
    overflow: hidden;
  }
  .reviews-content-tab .card .card-body .ratings{
    top: auto;
    bottom: 0;
  }
}

/* -------------------------------- 

Close Shop Details page style

-------------------------------- */


/* -------------------------------- 

Start Shop Cart page style

-------------------------------- */

.table.wishlist-tabel {
  border: 1px solid #F4F4FF;
  border-radius: 5px;
  min-width: 950px;
}

.table.wishlist-tabel thead th {
  background: #F4F4FF;
  border-radius: 5px;
  padding: 25px 0px;
  font-weight: 500;
  font-size: 22px;
  line-height: 18px;
  color: #1A1A1A;
  padding-right: 20px;
  font-family: 'Nunito', sans-serif;
}
.table.wishlist-tabel  th{
  padding: 25px 0px;
  padding-right: 20px;
  box-sizing: unset;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
}

.table.wishlist-tabel  tr th:first-child {
  padding-left:40px;
  width: 350px;
}
.table.wishlist-tabel  tr th:last-child {
  padding-right:40px;
}

.table.wishlist-tabel th .imgs {
  background: #F4F4FF;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table.wishlist-tabel th .imgs img {
  width: 100%;
  /* max-height: 100%; */
  /* max-width: 100%; */
  object-fit: contain;
  max-width: 50px;
  max-height: 50px;
  display: block;
  margin: auto;
}

.table.wishlist-tabel tbody th {
  border-bottom: 1px solid #E0E0E0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table.wishlist-tabel th .flex-grow-1 {
  padding-left: 20px;
}

.table.wishlist-tabel th .flex-grow-1 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  display: inline-block;
  max-width: 151px;
}

.table.wishlist-tabel  th:last-child {
  text-align: center;
}

.table.wishlist-tabel th .btn {
  padding: 13px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.table.wishlist-tabel tbody th .d-flex {
  max-width: 350px;
  width: 100%;
}
.table.wishlist-tabel tbody th:nth-child(5){
  text-align: center;
  width: 120px;
}

/*cart*/
.table.wishlist-tabel.cartT tbody th .d-flex.quantity {
  max-width: 120px;
}
.if-has-promo {
  position: relative;
  max-width: 465px;
  margin-top: 30px;
}

.if-has-promo .form-control {
  background: #FFFFFF;
  border: 1px solid #F4F4FF;
  border-radius: 3px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  padding:20px  24px;
  box-shadow: unset;
  color: #CECECE;
  border-radius: 50px;
}

.if-has-promo .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 33px;
  line-height: 18px;
  border-radius: 50px;
}

.shipping-right-info {
  max-width: 370px;
  margin-left: auto;
}

.shipping-right-info .btn-updt .btn {
  background: #F4F4FF;
  border-radius: 50px;
  border: 0;
  padding: 16px 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.shipping-right-info .subtotal-cart {
  margin-top: 30px;
  border:1px solid #F4F4FF;
  border-radius: 20px;
  padding: 26px 30px;
}

.shipping-right-info .subtotal-cart .sub h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}

.shipping-right-info .subtotal-cart .sub h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #06615E;
}

.shipping-right-info .subtotal-cart .sub {
  padding-bottom: 25px;
  border-bottom: 1px solid #F4F4FF;
  margin-bottom: 25px;
}

.shipping-right-info .subtotal-cart h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  padding-bottom: 15px;
}
.shipping-right-info .form-check-input:checked{
  background-color: #06615E;
  border-color: #06615E;
  box-shadow: unset;
}
.shipping-right-info .subtotal-cart .opt{
  margin-bottom:5px ;
}
.shipping-right-info .subtotal-cart .opt .form-check-input{
  margin-top: 0;
  vertical-align: middle;
}
.shipping-right-info .subtotal-cart .opt label{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
  padding-left: 6px;
}
.shipping-right-info .subtotal-cart .opt p{
  color: #696969;
}
.shipping-right-info  .calc_shipping-wrap {
  padding-top: 25px;
}
.shipping-right-info .calc_shipping-wrap .form-select {
  border: 1px solid #F4F4FF;
  border-radius: 50px;
  background-color: #fff;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #1A1A1A;
  width: 100%;
  margin-bottom: 10px;
}

.shipping-right-info .calc_shipping-wrap .form-control {
  border: 1px solid #E9E9E9;
  border-radius: 50px;
  background: #fff;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #A4A4A4;
}
.shipping-right-info .calc_shipping-wrap .btn {
  width: 100%;
  margin-top: 13px;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #181818;
  background: #F3F2F6;
  border-radius: 50px;
  border: 0;
}
.shipping-right-info .ttl {
  padding-top: 30px;
  padding-bottom: 25px;
}

.shipping-right-info .ttl h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}

.shipping-right-info .ttl h5 strong {
  color: #06615E;
  font-weight: 600;
}

.shipping-right-info .sbmit-btn .btn {
  width: 100%;
  padding:15px ;
}
.table.wishlist-tabel.cartT tbody th .d-flex.quantity {
  height: 40px;
  border-radius: 30px;
  border: 1px solid #D5D5D5;
}
.table.wishlist-tabel.cartT tbody th .d-flex.quantity .quantity-button{
  margin-top: 3px;
  font-size: 20px;
}
@media (max-width:767px){
  .shipping-right-info{
    max-width: 100%;
    margin-top: 30px;
  }
  .shipping-right-info .subtotal-cart{
    padding: 20px;
  }
}


/* -------------------------------- 

Close Shop Cart page style

-------------------------------- */



/* -------------------------------- 

Start Shop Checkout page style

-------------------------------- */

.has-coupon-checkout {
  background: #F4F4FF;
  border-radius: 0px 0px 5px 5px;
  padding: 24px 30px;
  border-top: 2px solid #06615E;
}
.has-coupon-checkout svg {
  margin-right: 15px;
}
.has-coupon-checkout p .btn {
  padding: 0;
  color: #06615E;
  background: transparent;
  font-weight: 500;
  padding-left: 10px;
  border: 0;
}

.billing-details-form {
  background: #F4F4FF;
  border-radius: 20px;
  padding: 60px;
  max-width: 708px;
}

.billing-details-form h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #111111;
  margin-bottom: 40px;
}


.billing-details-form .form-control {
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 17px 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #A4A4A4;
  box-shadow: unset;
  border: 0;
}
.billing-details-form .form-select{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  border:0;
  box-shadow:unset;
  border-radius: 50px;
}


.billing-details-form h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 24px;
  color: #111111;
  margin-bottom: 40px;
}


.billing-details-form .form-check-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.billing-details-form .form-check-input:checked{
  background-color:#06615E;
  border:1px solid #06615E;
}

.order-summary-checkout h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 18px;
  color: #111111;
}
.order-summary-checkout .inner {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 30px 40px;
  margin-top: 35px;
}

.order-summary-checkout .inner h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}

.order-summary-checkout .inner .title-sm {
  padding-bottom: 25px;
  border-bottom: 1px solid #E0E0E0;
}

.order-summary-checkout .inner .items {
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E0E0;
}

.order-summary-checkout .inner .items p {
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  padding-top: 8px;
}

.order-summary-checkout .inner .title-sb {
  padding-top: 15px;
}

.order-summary-checkout .inner .items h6 {
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}

.order-summary-checkout .inner .items h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  padding-top: 4px;
}

.order-summary-checkout .inner .items .title-tt {
  padding-top: 15px;
}

.order-summary-checkout .inner .items .title-tt h4 strong {
  color: #06615E;
  font-weight: 500;
}

.order-summary-checkout .inner  .opt {
  margin-top: 30px;
  background: rgba(242 ,243 ,252,0.5);
  padding: 25px 40px;
  width: calc(100% + 80px);
  margin-left: -40px;
}

.order-summary-checkout .inner .opt label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.order-summary-checkout .inner .opt label strong {
  display: block;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
}
.order-summary-checkout .inner .form-check-input{
  margin-top: 6px;
}
.order-summary-checkout .inner .form-check-input:checked{
  background-color: #06615E;
  border-color: #06615E;
}
.order-summary-checkout .inner .cash-dbt {
  margin-top: 20px;
}

.order-summary-checkout .inner .cash-dbt .form-check {
  margin-top: 10px;
}

.order-summary-checkout .inner  .sbmit-btn {
  margin-top: 30px;
}

.order-summary-checkout .inner .sbmit-btn .btn {
  width: 100%;
  padding: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width:991px){
  .billing-details-form{
    max-width: 100%;
  }
}
@media (max-width:767px){
  .billing-details-form {
    padding: 30px;
  }
}


/* -------------------------------- 

Close Shop Checkout page style

-------------------------------- */


/* -------------------------------- 

Start Blog Pages style

-------------------------------- */
.single-blog-inner.v3.full {
  max-width: 886px;
  background: transparent;
}

.single-blog-inner.v3.full p {
  margin-top: 20px;
  max-width: 872px;
}

.single-blog-inner.v3.full .author p {
  margin-top: 0;
}

.blog .page-item:first-child .page-link{
  margin-left: 0 !important;
}
.blog.pagination .page-link.active{
  background: #F4F4FF;
  color: #1A1A1A;
}
.blog.pagination .page-link:hover{
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  color: #fff;
}

.blog-sidebar-wrap .product-search-filter .frm-group .form-control{
  border-radius: 5px;
}
.blog-sidebar-wrap .product-filter-single{
  margin-bottom: 50px;
}
.blog-sidebar-wrap .product-filter-single h2{
  margin-bottom: 24px;
}

.category.product-filter-single li a {
  font-weight: 400;
  font-size: 16px;
  color: #6B6161;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.category.product-filter-single li a:hover{
  color: #F9A33E;
}
.category.product-filter-single li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.category.product-filter-single li:first-child {
  padding-top: 0;
}

.category.product-filter-single li:last-child {
  padding-bottom: 0;
}


.recent.product-filter-single .r-posts .d-flex {
  margin-top: 20px;
}

.recent.product-filter-single .r-posts .d-flex img {
  max-width: 92px;
  object-fit: cover;
  height: 92px;
  border-radius: 5px;
  display: block;
}

.recent.product-filter-single .r-posts .d-flex .flex-shrink-1 {
  padding-left: 20px;
}

.recent.product-filter-single .r-posts .d-flex h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #252424;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

.recent.product-filter-single .r-posts .d-flex h5 a {
  color: #252424;
  display: inline-block;
  width: 100%;
}

.recent.product-filter-single .r-posts .d-flex p {
  padding-top: 10px;

}

.recent.product-filter-single .r-posts .d-flex p i {
  color: #06615E;
  margin-right: 10px;
}
.recent.product-filter-single .r-posts .d-flex h5 a:hover{
  color: #06615E;
}
.tags.product-filter-single li {
  display: inline-block;
  padding-right: 19px;
  padding-top: 8px;
  padding-bottom: 7px;
}

.tags.product-filter-single li a {
  display: inline-block;
  background: #F4F4FF;
  border-radius: 5px;
  padding: 7px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6B6161;
}

.tags.product-filter-single li a:hover {
  background: #06615E;
  color: #fff;
}

.futures.product-filter-single{
  border: 0;
  position: relative;
  z-index: 1;
  background-image: url(../img/bggreen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.futures.product-filter-single:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: #000;
  opacity: 0.68;
}

.futures.product-filter-single h2 {
  color: #fff;
}

.futures.product-filter-single h2:after {
  background: rgba(255, 255, 255, 0.2);
}

.futures.product-filter-single h2:before {
  background: #fff;
}

.futures.product-filter-single .content-inner {
  padding-top: 180px;
}

.futures.product-filter-single .content-inner h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
}

.futures.product-filter-single .content-inner p {
  margin-top: 20px;
  color: #fff;
  margin-bottom: 30px;
}


/* -------------------------------- 

Close Blog Pages style

-------------------------------- */


/* -------------------------------- 

Start Blog Details style

-------------------------------- */
.blog-details-wrap{
  max-width: 886px;
  width: 100%;
}
.details-content .main-image img {
  width: 100%;
}

.details-content .main-image .meta {
  padding-top: 23px;
  display: inline-block;
  width: 100%;
}

.details-content .main-image .meta li {
  display: inline-block;
  padding-right: 40px;
}

.details-content .main-image .meta li img {
  vertical-align: middle;
  width: auto;
  max-width: 22px;
}

.details-content .main-image .meta li:last-child {
  padding-right: 0;
}

.details-content .main-image .meta li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6B6161;
  display: inline-block;
  padding-left: 6px;
}
.details-content .main-image img {
  width: 100%;
}

.details-content .main-image .meta {
  padding-top: 23px;
  display: inline-block;
  width: 100%;
}

.blog-details-wrap .bl-title {
  padding-top: 33px;
}

.blog-details-wrap .bl-title .subhead {
  margin-top: 20px;
  initial-letter: 2;
}

.blog-details-wrap .bl-title p::first-letter {
  background: #06615E;
  border-radius: 5px;
  color: #fff;
  padding: 5px 11px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 25px;
  float: left;
  margin-top:10px;
  margin-right:10px;
}
.blog-details-wrap .blockqoute {
  margin-top: 36px;
  background: #F4F4FF;
  border-radius: 20px;
  position: relative;
  padding: 22px 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1A1A1A;
  padding-left: 108px;
}

.blog-details-wrap .blockqoute .bx {
  color: #F9A33E;
  position: absolute;
  left: 30px;
  top: 23px;
  font-size: 53px;
}

.blog-details-wrap .blockqoute p {
  color: #06615E;
  margin-top: 20px;
}
.blog-details-wrap .img_txt {
  margin-top: 40px;
}
.blog-details-wrap .img_txt p{
  margin-top: 20px; 
}
.blog-details-wrap .img_txt ul{
  margin-top: 20px;
}
.blog-details-wrap .txt {
  margin-top: 30px;
}

.blog-details-wrap  .imgs {
  margin-top: 30px;
}
.blog-details-wrap  .imgs img{
  display: block;
  border-radius: 20px;
}


.article-share-tags {
  padding: 40px ;
  background: #F4F4FF;
  border-radius: 20px;
  margin-top: 36px;
}

.article-share-tags li {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #111111;
  padding-right: 20px;
  vertical-align: middle;
}
.article-share-tags li:last-child{
  padding-right:0;
}

.article-share-tags li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636363;
  display: inline-block;
  vertical-align: middle;
}
.article-share-tags li a:hover {
  color: #06615E;
}
.article-share-tags .socials li a {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 124, 251, 0.1);
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  line-height: 37px;
  font-size: 20px;
  color: #06615E;
  border: 1px solid #fff;
}
.article-share-tags .socials li a:hover {
  color: #F9A33E;
  border: 1px solid #F9A33E;
}

.article-share-tags .socials li {
  padding-right: 10px;
}

.article-share-tags .socials li:last-child{
  padding-right:0;
}



.article-next-prev-posts {
  padding-top: 40px;
}

.article-next-prev-posts .icons-go {
  position: relative;
  padding-bottom: 70px;
}

.article-next-prev-posts .icons-go img {
  border-radius: 5px;
  display: block;
  width: 92px;
  height: 92px;
  object-fit: cover;
}
.article-next-prev-posts .icons-go h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  max-width: 280px;
  padding-bottom: 10px;
  color: #1A1A1A;
}

.article-next-prev-posts .icons-go p {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #A4A4A4;
}

.article-next-prev-posts .icons-go p i {
  color: #F1511B;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.article-next-prev-posts .icons-go.text-end h4 {
  margin-left: auto;
}
.article-next-prev-posts .icons-go .btn {
  padding: 7px 18px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.article-next-prev-posts .icons-go .btn i{
  vertical-align: middle;
}

.article-next-prev-posts .icons-go .btn.dis {
  background: #F4F4F4;
  color: #6B6161;
}

.article-next-prev-posts .icons-go.text-end .btn {
  left: auto;
  right: 0;
}

.article-comments-show .reviews-content-tab {
  padding: 0;
  border: 0;
}

.article-comments-show {
  padding-top: 60px;
}


.article-comments-show .reviews-box-added {
  margin-top: 60px;
  padding: 0;
  background: transparent;
  border: 0;
}

.article-comments-show .reviews-box-added .form-control {
  background: #F4F4FF;
  border-radius: 30px;
  color: #9A9A9A;
  padding: 21px 23px;
  font-weight: 400;
font-size: 14px;
line-height: 14px;
}

.article-comments-show .reviews-box-added h2 {
  padding-bottom: 30px;
  color: #1A1A1A;
}
.article-comments-show  .reviews-content-tab .card{
  margin-top: 30px;
  margin-bottom: 0;
  background: #F4F4FF;
  border-radius: 20px;
}
.article-comments-show .reviews-content-tab .card .card-body .imgs{
  margin-top: 0;
}
.article-comments-show .reviews-content-tab .card .card-body .btn{
  background: -webkit-linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  border-radius: 50px;
}
.article-comments-show .reviews-content-tab .card .card-body .form-control{
  border-radius: 50px;
}

/* -------------------------------- 

Close Blog Details style

-------------------------------- */


/* -------------------------------- 

Start Contact page style

-------------------------------- */

.inner-contact-pg {
  background: #F4F4FF;
  border-radius: 20px;
  padding: 55px 66px;
  position: relative;
  z-index: 1;
}
.inner-contact-pg .sec-title{
  padding-bottom: 45px;
}
.inner-contact-pg .sec-title p{
  padding-top: 10px;
}
.left-content-con-pg{
  max-width: 576px;
}
.left-content-con-pg .form-control{
  background: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #9A9A9A;
  padding: 21px 23px;
  box-shadow: unset;
}
.left-content-con-pg .btn{
  width: 100%;
  padding: 14px;
  margin-top: 20px;
}

.inner-contact-pg:after {
  content: '';
  height: 100%;
  width: 50%;
  background: #06615E;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
}
.right-content-contact-pg {
  max-width: 576px;
  margin-left: auto;
}
.right-content-contact-pg h1 {
  color: #fff;
  padding-bottom: 10px;
}
.right-content-contact-pg p {
  color: #fff;
}
.right-content-contact-pg .tt {
  padding-bottom: 45px;
}

.single-con-dts {
  position: relative;
  z-index: 1;
  padding-left: 85px;
  min-height: 60px;
}

.single-con-dts .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #F9A33E -0.02%, #FFAA52 100.06%);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 69px;
  font-size: 32px;
  color: #fff;
}

.single-con-dts h2 {
  color: #fff;
  padding-bottom: 12px;
}

.single-con-dts a {
  color: #fff;
  display: block;
  word-break: break-all;
}

.single-con-dts address {
  color: #fff;
  max-width: 352px;
  font-weight: 400;
}
.right-content-contact-pg .illus {
  background: #F4F4FF;
  border-radius: 20px;
  text-align: center;
  padding: 31px 0;
  margin-top: 30px;
}

.mapouter {
  width: 100%;
  height: 500px;
}
.mapouter .gmap_canvas iframe {
  width: 100%;
  height: 500px;
}
@media (max-width:1200px){
  .inner-contact-pg{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width:991px){
  .left-content-con-pg{
    max-width: 100%;
  }
  .right-content-contact-pg{
    max-width: 100%;
    margin-top: 50px;
  }
  .inner-contact-pg:after{
    display: none;
  }
  .single-con-dts h2,
  .right-content-contact-pg h1{
    color: #1A1A1A;
  }
  .single-con-dts a,
  .single-con-dts address,
  .right-content-contact-pg p{
    color: #6B6161;
  }
  .mapouter {
    width: 100%;
    height: 400px;
  }
  .mapouter .gmap_canvas iframe {
    width: 100%;
    height: 400px;
  }
}

/* -------------------------------- 

CSS IUNTUK ZOOM page style

-------------------------------- */


/* Style untuk modal */
.modalzoom {
  display: none; /* Modal disembunyikan secara default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9); /* Warna latar belakang modal */
}

/* Style untuk konten modal */
.modalzoom-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}


/* Style untuk tombol close modal */
.closezoom {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}


/* -------------------------------- 

Close Contact page style

-------------------------------- */

/*404*/
.inner-404 p{
  max-width: 510px;
  margin: auto;
  margin-top: 17px;
  margin-bottom: 40px;
}