
:root {
    --primary: #ff7a3a;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    /* background: var(--primary); */
    background-image: url('https://tse1.mm.bing.net/th?id=OIP.CHuFetWVXNC984S7CWv5-wHaG1&pid=Api&P=0&w=300&h=300');
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.mynav{
    background-color: #ff7a3a !important;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--primary);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.bg-img {
    background-size: cover;
    background: #893f1c;
    background-image: url('../images/pattern-chakras-white.png');
    top: 0;
    z-index: 999;
    box-shadow: 0 11px 24px rgba(0,0,0,.12)
}
.logo{
    height:100%;
    width:100%;
    padding: 2px;
}

.navbarsdw{
    box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.12) !important;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        /* position: absolute; */
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: 25px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
/* .carousel-caption {
    top: 0;
    left: -46%;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
} */

#maxwidth{
    max-width: 800px !important;
}

#enctext{
    margin-top: 2%;
}
@media only screen and (max-width: 384px) and (min-width: 250px)  {
    #enctext{
        margin-top: 12%;
    } 
}
@media only screen and (max-width: 1496px) and (min-width: 1250px)  {
    /* .carousel-caption {
        top: 0;
        left: -54%;
        right: 0;
        bottom: 0;
        background: rgba(9, 30, 62, .7);
        z-index: 1;
    } */
    #maxwidth{
        max-width: 500px !important;
    }
    #fz{
        font-size: 35px !important;
    }
    }

@media only screen and (max-width: 1250px) and (min-width: 795px)  {
    /* .carousel-caption {
        top: 0;
        left: -54%;
        right: 0;
        bottom: 0;
        background: rgba(9, 30, 62, .7);
        z-index: 1;
    } */
    #maxwidth{
        max-width: 500px !important;
    }
    #fz{
        font-size: 35px !important;
    }
    #mydivq{
        
    }
    }
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


.mysdw{
    box-shadow: 0 0 20px rgb(0 0 0 / 45%);
}
/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    box-shadow:0 0 20px rgb(0 0 0 / 12%);
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.servicesbtn{
    background-color:#ff7a3a !important;
    color: #fff !important;
}

.servicesbtn:hover{
    background-color:#fe6119 !important;
    color: #fff !important;
}

.mytext{
    color:#ff7a3a;
}

.mytext1{
    color:#000;
    word-wrap: break-word;
    word-break: break-all;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    /* transform: scale(1.15); */
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 20px;
    z-index: 99;
    border: 1px solid;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: relative;
}

  .gallery .gallery-item::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    /* border: 1px dashed #fff; */
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 1;
    pointer-events: none;
}
.gallery .gallery-item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.gallery .gallery-item:hover:after{
    opacity: 0;
}

  .gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
  
  .gallery .gallery-item:hover img {
    transform: scale(1.1);
  }
  
  .mygallery{
    border-radius: 25px;
  }
  .img-fluid1{
    max-width:100%;
    /* height:175px; */
    height:260px;
    width: 100%;
    object-fit: cover;
  }

  .img-fluid2{
    border-radius: 25px;
    max-width:100%;
    height:auto;
    width: 100%;
    object-fit: cover;
  }

  .img-fluid3{
    max-width:100%;
    height:auto;
    width: 100%;
    /* object-fit: cover; */
  }

  .myboxshadow{
    box-shadow: 0 0 30px rgb(0 0 0 / 17%);
  }

  .border_r{
    border-radius: 25px !important;
  }
  #bgimg{
    background-image: url('../images/bgimage.jpeg');
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  }

  .bgimg{
    background-image: url('../images/bgimage.jpeg');
  }

  .collapse:not(.show) {
    display: none; }
  
  .collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .collapsing.collapse-horizontal {
      width: 0;
      height: auto;
      -webkit-transition: width 0.35s ease;
      -o-transition: width 0.35s ease;
      transition: width 0.35s ease; }
      @media (prefers-reduced-motion: reduce) {
        .collapsing.collapse-horizontal {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }

          
.custom-accordion .accordion-item {
margin-bottom: 0px;
position: relative;
border-radius: 0px;
overflow: hidden; }
.custom-accordion .accordion-item .btn-link {
display: block;
font-size: 22px;
font-weight: 700;
width: 100%;
padding: 15px 0;
text-decoration: none;
text-align: left;
color: #000;
background: transparent;
border: none;
padding-left: 40px;
border-radius: 0;
position: relative;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.custom-accordion .accordion-item .btn-link:before {
font-family: 'icomoon';
content: "\f067";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 15px; }
.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
font-weight: 700;
font-size: 22px;
color: #fff !important;
background: #f17945; }
.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    font-family: 'icomoon';
    content: "\f068";
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px; }
.custom-accordion .accordion-item.active {
z-index: 2; }
.custom-accordion .accordion-item.active .btn-link {
color: #000;
-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
.custom-accordion .accordion-item .accordion-body {
padding: 20px 20px 20px 20px; }


.fimage{
    height: 100%;
    width: 100%;
    padding: 2px;
    margin-top: -53px;
}

  .mydes{
    padding: 30px;
    text-align: justify;
    font-size: 22px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  }

  .sticky-icon  {
	z-index:1;
	position:fixed;
	top:42%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
.vcbtn  {
    background-color:#FD1D1D;
    color:#FFF;}

.Google  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#FD1D1D;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}		

@import url('https://fonts.googleapis.com/css?family=Roboto');

.ba-we-love-subscribers {
	width: 290px;
	height: 50px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 0;
}
.ba-we-love-subscribers.open {
	height: 270px;
	opacity: 1;
}
.ba-we-love-subscribers.popup-ani {
	-webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ba-we-love-subscribers h1 {
	font-size: 20px;
	color: #757575;
	padding: 25px 0;
	margin: 0;
  font-weight:400;
  font-family: 'Roboto', sans-serif;

}
.ba-we-love-subscribers .love {
	width: 20px;
	height: 20px;
	background-position: 35px 84px;
	display: inline-block;
	margin: 0 6px;
	background-size: 62px;
}
.ba-we-love-subscribers .ba-logo {
	width: 65px;
	height: 25px;
	background-position: 0px;
	margin: 0 auto;
	opacity: .5;
	cursor: pointer;
}
.ba-we-love-subscribers .ba-logo:hover {
	opacity: 1;
}
.logo-ani {
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.ba-we-love-subscribers input {
	font-size: 14px;
	padding: 12px 15px;
	border-radius: 15px;
	border: 0;
	outline: none;
	margin: 8px 0;
	width: 100%;
	box-sizing: border-box;
	line-height: normal;
	/*Bootstrap Overide*/
	font-family: sans-serif;
	/*Bootstrap Overide*/
}
.ba-we-love-subscribers form {
	padding: 5px 30px 0;
	margin-bottom: 15px;
}
.ba-we-love-subscribers input[name="email"] {
	background-color: #eee;
}
.ba-we-love-subscribers input[name="submit"] {
	background-color: #00aeef;
	cursor: pointer;
	color: #fff;
}
.ba-we-love-subscribers input[name="submit"]:hover {
	background-color: #26baf1;
}
.ba-we-love-subscribers .img {
	background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
}
.ba-we-love-subscribers-fab {
	width: 65px;
	height: 65px;
	background-color: #00aeef;
	border-radius: 30px;
	float: right;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
	z-index: 5;
	position: relative;
}
.ba-we-love-subscribers-fab .img-fab {
	height: 30px;
	width: 30px;
	margin: 15px auto;
	background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
	background-position: -1px -53px;
}
.ba-we-love-subscribers-fab .wrap {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .ani {
	transform: rotate(45deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .close {
	background-position: -2px 1px;
	transform: rotate(-45deg);
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}
.ba-we-love-subscribers-wrap {
	position: fixed;
	right: 25px;
	bottom: 15px;
	z-index: 1000;
}
.ba-settings {
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 10px 20px;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
}

.scw-switcher-wrap {
    position: fixed;
    bottom: -9px;
    left: auto;
    right: -5px;
    padding: 28px;
    width: 218px;
    height: 100px;
    /* background-color: #FFF; */
    /* border: 1px solid rgba(0,0,0,.09); */
    /* border-radius: 3px; */
    /* box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05); */
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.button.button-large.button-circle {
    border-radius: 23px;
    border: 1px solid #fff;
}

.mybrd{
    border-radius: 25px;
}


/*==================
    A__K style
  ==================  */

  .shape_br::before{
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 300px;
    height: 101%;
    background-color: var(--primary);
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    opacity: 0.3;
}
#canvas {
   /*position: absolute;*/
   /*bottom: 0;*/
   /*overflow: hidden;*/
   /*width: 100%;*/
   /*height: 830px;*/
   /*z-index: 20;*/
   /*pointer-events: none;*/
   /*box-shadow: inset 0 -3em 3em rgb(0 0 0);*/
}
.img-twice.img-thumbnail{
   background-color: transparent !important;
}
.img-twice.img-thumbnail::before{
   content: '';
   position: absolute;
   top: -15px;
   left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--primary);
}
.wpo-about-img-text{
   width: 237.48px;
   height: 237.48px;
   background: linear-gradient(90deg, var(--primary) 11.32%,#fa3d33 95.28%);
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   border-radius: 50%;
   z-index: 11;
   position: absolute;
   left: -40px;
   bottom: -70px;
   transform: scale(0.8);
   animation: aboutShape 90s linear infinite;
   -webkit-animation: aboutShape 90s linear infinite;
}
@keyframes aboutShape {
   0%{
       transform: rotate(0deg);
       -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
}
100%{
   transform: rotate(360deg);
   -webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   -o-transform: rotate(360deg);
}
}
.rotate-text{
   display: flex;
   position: absolute;
   left: 46px;
   bottom: 83px;
}
.rotate-text span{
   display: block;
   font-weight: 400;
   font-size: 20px;
   line-height: 27px;
   color: #fff;
   position: absolute;
   left: 0;
   top: 0;
}
.rotate-text span:first-child{
   transform: rotate(-126.64deg);
   left: 0;
}
.rotate-text span:nth-child(2){
   left: -5px;
   top: -17px;
   transform: rotate(-113.11deg);
   -webkit-transform: rotate(-113.11deg);
   -moz-transform: rotate(-113.11deg);
   -ms-transform: rotate(-113.11deg);
   -o-transform: rotate(-113.11deg);
}
.rotate-text span:nth-child(3){
   left: -15px;
   top: -40px;
   transform: rotate(-95.28deg);
   -webkit-transform: rotate(-95.28deg);
   -moz-transform: rotate(-95.28deg);
   -ms-transform: rotate(-95.28deg);
   -o-transform: rotate(-95.28deg);
}
.rotate-text span:nth-child(4){
   left: -15px;
   top: -54px;
   transform: rotate(-85.14deg);
   -webkit-transform: rotate(-85.14deg);
   -moz-transform: rotate(-85.14deg);
   -ms-transform: rotate(-85.14deg);
   -o-transform: rotate(-85.14deg);
}
.rotate-text span:nth-child(5){
   transform: rotate(-76.23deg);
   left: -15px;
   top: -67px;
}
.rotate-text span:nth-child(6){
   transform: rotate(-55.94deg);
   left: -5px;
   top: -92px;
}
.rotate-text span:nth-child(7){
   transform: rotate(-42.11deg);
   left: 9px;
   top: -110px;
}
.rotate-text span:nth-child(8){
   transform: rotate(-32.89deg);
   left: 21px;
   top: -118px;
}
.rotate-text span:nth-child(9){
   transform: rotate(-24.28deg);
   left: 30px;
   top: -124px;
}
.rotate-text span:nth-child(10){
   transform: rotate(-16.6deg);
   left: 43px;
   top: -128px;
}
.rotate-text span:nth-child(11){
   transform: rotate(-8.3deg);
   left: 51px;
   top: -132px;
}
.rotate-text span:nth-child(12){
   transform: rotate(2.15deg);
   left: 66px;
   top: -133px;
}
.rotate-text span:nth-child(13){
   transform: rotate(19.36deg);
   left: 88px;
   top: -126px;
}
.rotate-text span:nth-child(14){
   left: 102px;
   top: -123px;
   transform: rotate(29.81deg);
   -webkit-transform: rotate(29.81deg);
   -moz-transform: rotate(29.81deg);
   -ms-transform: rotate(29.81deg);
   -o-transform: rotate(29.81deg);
}
.rotate-text span:nth-child(15){
   transform: rotate(39.04deg);
   left: 115px;
   top: -116px;
}
.rotate-text span:nth-child(16){
   transform: rotate(55.33deg);
   left: 128px;
   top: -100px;
}
.rotate-text span:nth-child(17){
   transform: rotate(66.08deg);
   left: 141px;
   top: -90px;
}
.rotate-text span:nth-child(18){
   transform: rotate(76.54deg);
   left: 146px;
   top: -76px;
}
.rotate-text span:nth-child(19){
   transform: rotate(94.06deg);
   left: 147px;
   top: -51px;
}
.rotate-text span:nth-child(20){
   transform: rotate(102.66deg);
   left: 148px;
   top: -38px;
}
.rotate-text span:nth-child(21){
   transform: rotate(110.96deg);
   left: 143px;
   top: -25px;
}
.rotate-text span:nth-child(22){
   transform: rotate(120.8deg);
   left: 138px;
   top: -10px;
}
.rotate-text span:nth-child(23){
   transform: rotate(.362turn);
   left: 129px;
   top: 4px;
}

.dots{
   position: absolute;
   bottom: 35px;
}
.dots span{
   display: inline-block;
   width: 6px;
   height: 6px;
   background: #fcb8b8;
   border-radius: 50%;
}
.dots span+span{
   margin-left: 5px;
}
.border-shape-3,
.border-shape-2,
.border-shape-1{
   position: absolute;
   left: -35px;
   top: -35px;
   width: 309.51px;
   height: 309.51px;
   opacity: .3;
   border: 1px solid #ed6b37;
   border-radius: 50%;
   transform: scale(0.8);
   -webkit-transform: scale(0.8);
   -moz-transform: scale(0.8);
   -ms-transform: scale(0.8);
   -o-transform: scale(0.8);
}
.border-shape-2{
   width: 360.18px;
   height: 360.18px;
   left: -60px;
   top: -60px;
   border: 1px solid #ed6b37;
}
.border-shape-3{
   width: 409px;
   height: 409px;
   left: -84px;
   top: -84px;
   border: 1px solid #ed6b37;
}
#header-carousel::before{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000000;
   opacity: 0.4;
   z-index: 2;
   pointer-events: none;
}
.img_bx{
   position: relative;
}
.img_bx .img_1{
   height: inherit;
   border-radius: 25px;
   box-shadow: 0 0 20px rgb(0 0 0 / 45%);
}
.img_bx .img_2{
   position: absolute;
   width: 180px;
   /* height: 150px; */
   top: -60px;
   right: -130px;
   object-fit: cover;
   border-radius: 25px;
   box-shadow: 0 0 20px rgb(0 0 0 / 45%);
}
.img_bx .img_3{
   position: absolute;
   width: 180px;
   /* height: 150px; */
   bottom: -60px;
   left: -130px;
   object-fit: cover;
   border-radius: 25px;
   box-shadow: 0 0 20px rgb(0 0 0 / 45%);
}
@media only screen and (max-width: 1496px) and (min-width: 1331px)  {
    #canvas {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        width: 100%;
        height: 300px;
        z-index: 20;
        pointer-events: none;
        box-shadow: inset 0 -3em 3em rgb(0 0 0);
     }
}
@media screen and (max-width: 1331.98px){
    #canvas {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        width: 100%;
        height: 300px;
        z-index: 20;
        pointer-events: none;
        box-shadow: inset 0 -3em 3em rgb(0 0 0);
     }
}
@media screen and (max-width: 546.98px){
    #canvas {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        width: 100%;
        height: 170px;
        z-index: 20;
        pointer-events: none;
        box-shadow: inset 0 -3em 3em rgb(0 0 0);
     }
}
@media screen and (max-width: 991.98px){
   div#navbarCollapse{
       position: absolute;
       top: 100%;
       left: 2px;
       right: 20px;
       background-color: #fff;
       padding-left: 5%;
       z-index: 101;
       margin-top: 15px;
       width: 100%;
   } 
   .img_bx .img_2{
       right: -30px;
   }
   .img_bx .img_3{
       left: -30px
   }   
   .resbtn{
    margin-bottom: 10px;
   }
   .nav-item{
    width: 95%;
   }
}
@media screen and (max-width: 574.98px){
   .wpo-about-img-text{
       display: none;
   }
   .img_bx .img_2{
       right: -20px;
       width: 100px;
       height: 100px;
   }
   .img_bx .img_3{
       left: -20px;
       width: 100px;
       height: 100px;
   }
   .gallery .gallery-item{
       border-right: 0;
   }
   .logo{
       width: 170px;
   }
   .shape_br::before{
       width: 245px;
   }
   .dropdownmenu{
    min-width: 0px !important;
   }
}

/* ==============================================================
=============================================================== */
.myrounded{
border-radius: 25px !important;
}
.closebtnmodal{
    margin-left: 95%;
    margin-top: -22px;
}
.mymenu{
    margin-bottom: -12px !important;
}
.footera{
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}
.footera2{
    border-left: 3px solid var(--bs-light);
    /* margin-left: 10px; */
    padding-left: 15px;
}