p.quiz-control{
	display: inline-block;
    font-size: 14px !important;
    color: #000;
}
input.quiz-control{
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    width: auto;
    max-width: 50px !important;
    color: #000 !important;
    font-size: 14px !important;
    margin-left: 5px;
    border-radius: 0px !important;
    height: auto !important;
    padding: 5px !important;
}
#callbackmodal .modal-header{
	border: none;
    padding-top: 2rem;
    padding-bottom: 0px;
}
#callbackmodal .modal-body button{
	background: #1D315F;
    border-color: #1D315F;
}
#callbackmodal label{
	margin: 0px;
    color: #1d315f;
    font-weight: 700;
}
#callbackmodal select{
	height: 3.5rem;
    padding: .5rem 1.25rem;
    border-radius: 10px;
}
#callbackmodal input{
	height: 3.5rem;
    border-radius: 10px;
}
#callbackmodal h4{
	font-size: 16px;
	margin-bottom: 1.75rem;
}
#callbackmodal hr{
	margin: 0px 0px 15px 0px;
    max-width: 35%;
    border: 2px solid #1D315F;
    border-radius: 5px;
}

@media screen and (min-width: 992px) {
  #callbackmodal .modal-dialog {
    max-width: 800px;
  }
}

.product-single-gallery img{
	border-radius: 5%;
}
.home-page-form .form-group{
	padding-left: 0px;
}
.product-desc-content table td{
	border: 0px;
}
.product-desc-content table{
	border: 0px;
}

.side-custom-menu ul li a img {
	margin-right: 1.5rem;
}

.card-img-top {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.card-img-top:hover {
    transform: scale(1.1);
    opacity: 1;
}

.my-quote-section .form-control{
	max-width: auto;
	height: 3.5rem !important;
	/* margin-bottom: 1rem; */
	padding: 0rem 1rem;
	transition: all .3s;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background-color: #fff;
	color: #1d315f;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
}
.my-quote-section textarea, .my-quote-section input[type="file"]{
	padding: 1rem !important;
}

.my-latest-posts .card{
	border-radius: 10px;
}
.my-latest-posts .card-img-top{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

@media screen and (min-width: 1280px) {
    .my-max-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.carousel-title a:hover{
	color: #8DC63F;
}
.carousel-title a{
	text-decoration: none !important;
	font-size: 80%;
	text-shadow: none !important;
}

.pulse {
    animation: pulse 1s ease infinite alternate;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
.header-bottom .container{
	min-height: 57px;
}

.menu > li::after {
    background-color: #8DC63F;
    border-radius: 0px;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0; /* Initial width for transition */
    transform: translateX(-50%) scaleX(0); /* Initial state */
    transform-origin: center;
    transition: transform 0.5s ease; /* Transition definition */
}
.menu > li:hover::after {
    width: 75%; /* Final width on hover */
    transform: translateX(-50%) scaleX(1); /* State on hover */
}

.home-slide-content h3, .home-slide-content h1, .home-slide-content p{
	text-shadow: 1px 1px #000, 0 0 4px #fff;
}

.my-product-sidebar .side-menu-body button:hover{
	background: #1D315F;
    border-color: #1D315F;
}
.my-product-sidebar .side-menu-body button{
	background: #8DC63F;
    border-color: #8DC63F;
	color: #fff;
}

.product-faqs-content .card{
	border: none;
}
.product-faqs-content .card-header{
	/* background: #1D315F; */
	/* border-color: #1D315F; */
	background: #eee;
    border-color: #eee;
	border-radius: 40px;
}
/* .product-faqs-content #accordion{
	max-width: 90%;
    margin: auto;
} */
.product-faqs-content .card h5{
	cursor: pointer;
}
.product-faqs-content .card h5 button:hover, .product-faqs-content .card h5 button:focus{
	text-decoration: none;
}
.product-faqs-content .card h5 button{
	font-size: 1.4rem;
	font-weight: 700;
	padding-left: 0px;
	color: #1D315F;
}
.product-faqs-content .card h5 i{
	font-size: 1.4rem;
    vertical-align: -webkit-baseline-middle;
	color: #1D315F;
}
.product-faqs-content #accordion .card{
	margin-bottom: 1.5rem;
}

.latest-posts .card .head-img {
  position: relative;
}
.latest-posts .card .head-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.7s ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.latest-posts .card .head-img:hover::after {
  opacity: 1;
}

.latest-posts .card a:hover .fa-chevron-circle-right{
    margin-left: 10px;
	color: #8DC63F;
}
.latest-posts .card a:hover{
	color: #8DC63F;
}
.latest-posts .card a{
	text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
	color: #21293c;
}
.latest-posts .card i{
	color: #1D315F;
    font-size: 1.5rem;
    margin-left: 5px 
}
.latest-posts .card-title{
	color: orange;
}
.latest-posts .card-title a{
	font-size: 1.6rem;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.5;
}

.gtco-testimonials {
  
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    border-color: #8DC63F;
  }
  
  .owl-dot.active span:before{
    background-color: #8DC63F;
  }

  .owl-dot.active {
    opacity: 1;
  }

  .owl-stage-outer {
    padding: 30px 0;
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #eee;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #eee;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: #8DC63F;
      font-size: 1.6rem;
      line-height: 1.3;

      span {
        font-size: 1.6rem;
        color: #666666;
      }
    }

    p {
      font-size: 1.4rem;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 1.6rem;

      span {
        font-size: 1.6rem;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  }
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.featured-products.owl-carousel .owl-item img {
	border-radius: 10%;
}
.add-cart, .btn{
	border-radius: 5px;
}
.add-ons-section .owl-carousel .owl-item img{
	border-radius: 20px;
}
.add-ons-section .product{
	border: none;
}
.add-ons-section p{
	font-size: 1.4rem;
	/* max-width: 75%; */
	/* margin: auto; */
	/* border-bottom: 1px solid #e1e1e1; */
}
.add-ons-section h2{
	border: none;
	text-transform: none;
}
#add-on-carousel .owl-nav {
    display: none;
}

/* Custom CSS for marquee effect */
.custom-marquee {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.custom-marquee .owl-stage {
    display: inline-block;
    width: 100%;
    animation: marquee 180s linear infinite;
}

.custom-marquee .owl-item {
    display: inline-block;
}

.custom-marquee:hover .owl-stage {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* Custom CSS for marquee effect Ends here*/


.btn-light:hover {
    color: #fff;
    background-color: #1D315F;
    border-color: #1D315F;
}
.btn-light {
    color: #fff;
    background-color: #8DC63F;
    border-color: #8DC63F;
}
.my-nav-tabs .card{
	border: none;
}
.my-nav-tabs .card-header{
	/* background: #1D315F; */
	/* border-color: #1D315F; */
	background: #f4f4f4;
    border-color: #8DC63F;
	border-radius: 10px;
}
.my-nav-tabs #accordion{
	max-width: 75%;
    margin: auto;
}
.my-nav-tabs .card h5{
	cursor: pointer;
}
.my-nav-tabs .card h5 button:hover, .my-nav-tabs .card h5 button:focus{
	text-decoration: none;
}
.my-nav-tabs .card h5 button{
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 0px;
	/* color: #fff; */
	color: #1d315f;
}
.my-nav-tabs .card h5 i{
	font-size: 1.5rem;
    vertical-align: -webkit-baseline-middle;
	/* color: #fff; */
	color: #1d315f;
}
.my-nav-tabs #accordion .card{
	margin-bottom: 1.5rem;
}
.my-nav-tabs li a{
	text-transform: none !important;
}
.my-nav-tabs .nav.nav-tabs .nav-item.show .nav-link, .nav.nav-tabs .nav-item .nav-link.active{
	background: transparent;
    color: #1d315f;
    border-radius: 0;
    padding: 12px 20px;
    border-bottom: 4px solid #8dc63f;
}
.my-nav-tabs .nav.nav-tabs .nav-item .nav-link:hover{
	color: inherit;
}
.my-nav-tabs .nav.nav-tabs .nav-item .nav-link{
	font-size: 1.6rem;
}
.my-nav-tabs .product-single-tabs ul{
	font-family: 'Poppins' !important;
	border-radius: 10px;
    box-shadow: 0px 0px 10px 5px rgb(237 237 237);
    background-color: #fff;
	padding: 10px;
	width: 25%;
    margin: auto;
    /* display: flex;
    justify-content: center; */
}
.my-nav-tabs .nav.nav-tabs{
	border-bottom: none;
}

.my-quote-section p{
	font-size: 1.8rem;
}
.my-quote-section button:hover{
	background: #1D315F;
    border-color: #1D315F;
}
.my-quote-section button{
	background: #8DC63F;
    border-color: #8DC63F;
}
.my-second-custom-section .card .card-title{
	font-size: 1.6rem;
}
.my-second-custom-section .card-body a{
	text-decoration: none;
}
.my-second-custom-section .card-body{
	min-height: auto;
}
.my-second-custom-section .card:hover{
	/* background: #fbfbfb; */
    /* padding-top: 5px; */
}
.my-second-custom-section .card{
	border: none;
	margin-bottom: 0.5rem;
}
.my-second-custom-section img{
	border-radius: 10%;
    max-width: 250px;
}

.my-first-custom-section .card p, .my-first-custom-section .card h5{
	color: #21293c;
}
.my-first-custom-section .card a:hover .fa-chevron-circle-right{
    margin-left: 10px;
	color: #8DC63F;
}
.my-first-custom-section .card a:hover{
	color: #8DC63F;
}
.my-first-custom-section .card a{
	text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
	color: #21293c;
}
.my-first-custom-section .card i{
	color: #1D315F;
    font-size: 1.5rem;
    margin-left: 5px 
}
.my-first-custom-section .card{
	padding-right: 13px !important;
	padding-left: 13px !important;
    background-color: #f4f4f4 !important;
    border-radius: 10px !important;
}

.sticky-header.fixed .header-top, .sticky-header.fixed .header-bottom .logo{
	display: none;
}

.side-custom-menu .side-menu-body:after{
	border-bottom-color: #1D315F;
    left: 30px;
    border-bottom-width: 12px;
    border-left-width: 11px;
    border-right-width: 11px;
}
.side-menu-body:after{
	content: '';
    position: absolute;
    top: 55px;
    bottom: 100%;
    left: 30px;
    border-bottom: 14px solid #dae2e6;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.header-top a{
	color: #1D315F;
}
.header-contact a:hover{
	color: #8DC63F;
}

.custom-quote .form-group input, .custom-quote .form-group select{
	max-width: 100%;
}

@media screen and (max-width: 767px){
	.my-nav-tabs #accordion{
		max-width: 100%;
		margin: auto;
	}
	.my-nav-tabs .nav.nav-tabs .nav-item + .nav-item{
		margin-left: 25px;
	}
	.my-nav-tabs .product-single-tabs ul{
		width: 100%;
	}
	.my-rqv-section .col-sm-3{
		margin-top: 35px;
	}
	.my-quote-section .col-md-4{
		display:none;
	}
}
@media screen and (min-width: 768px){
	.home-ibc .info-box{
		max-width: 25%;
	}
}

.wa-header-contact:before{
	/* display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #8DC63F;
    font-family: 'porto';
    font-size: 2.5rem;
    line-height: 1;
    content: '\f0e0'; */
	
	content: '\f003';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #8DC63F;
	line-height: 1;
	font-size: 3rem;
}

.quote-header-contact:before{
	content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #8DC63F;
	line-height: 1;
	font-size: 3rem;
}

.header-left.header-dropdowns{
	width: 100%;
	margin-right: 15px;
}
.my-product-sidebar .side-menu-body{
	background: #eee;
	border: none;
}
@media screen and (min-width: 1280px) {
	.my-container{
		max-width:100%;
		padding:0px;
	}
	.my-banner-section{
		padding: 0px;
	}
	.my-form-section{
		padding-left: 0px;
	}
	.my-product-sidebar, .my-product-left-div{
		padding-left: 0px;
		padding-right: 0px;
	}
	.my-product-sidebar .btn{
		padding: 0.75rem 1rem;
	}
	.my-product-sidebar .form-control{
		margin-bottom: 0rem !important;
	}
	.my-product-sidebar .form-control{
		max-width: 480px;
		height: 3.5rem !important;
		margin-bottom: 1rem;
		padding: 0rem 1rem;
		transition: all .3s;
		border: 1px solid #e6e6e6;
		border-radius: 0;
		background-color: #fff;
		color: #7a7d82;
		font-family: "Open Sans", sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1;
	}
	.my-product-sidebar .form-control.three-input-row{
		display: inline-block;
		width: 32.5%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.my-product-sidebar .form-control.three-input-row:last-of-type{
		width: 33.5%;
	}
}


.header-left .welcome-msg:after{
	content: none;
}
/* .side-menu-body{
	background-color: #282D3B;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg fill-opacity='0.05'%3E%3Ccircle fill='%23282D3B' cx='50' cy='0' r='50'/%3E%3Cg fill='%23313644' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%233b3f4c' cx='50' cy='100' r='50'/%3E%3Cg fill='%23444855' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%234e525e' cx='50' cy='200' r='50'/%3E%3Cg fill='%23585b67' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%23626571' cx='50' cy='300' r='50'/%3E%3Cg fill='%236c6f7a' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%23777a84' cx='50' cy='400' r='50'/%3E%3Cg fill='%2381848d' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%238c8f97' cx='50' cy='500' r='50'/%3E%3Cg fill='%239799a1' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%23a2a4ab' cx='50' cy='600' r='50'/%3E%3Cg fill='%23adafb5' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%23b9babf' cx='50' cy='700' r='50'/%3E%3Cg fill='%23c4c5ca' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%23d0d1d4' cx='50' cy='800' r='50'/%3E%3Cg fill='%23dbdcdf' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%23e7e8e9' cx='50' cy='900' r='50'/%3E%3Cg fill='%23f3f3f4' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23FFFFFF' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: contain;
	border-color: #282d3b !important;
} */
.side-menu-body .btn-primary {
	border-color: #fff;
	background-color: #fff;
	color: #282d3b;
}
.side-menu-body .btn-primary:hover, .side-menu-body .btn-primary:focus, .side-menu-body .btn-primary.focus {
	border-color: #00a3f5;
	background-color: #00a3f5;
	color: #fff;
	box-shadow: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	background: #eee;
    padding: 5px 10px !important;
}

.product_raq_section{
	background-color: #282D3B;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2320242f' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23181b23' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23101218' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2308090c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23000000' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2308090c' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23101218' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23181b23' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2320242f' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23282D3B' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
}
.product_raq_section label{
	color: #fff;
}
.product_raq_section .btn-primary {
    border-color: #fff;
    background-color: #fff;
    color: #282d3b;
}
.product_raq_section .btn-primary:hover, .product_raq_section .btn-primary:focus, .product_raq_section .btn-primary.focus {
	border-color: #00a3f5;
	background-color: #00a3f5;
	color: #fff;
	box-shadow: none;
}

.animated_logo{
  animation: logo-animation linear 4s;
  animation-iteration-count:  infinite;
  transform-origin: 50% 50%;
  -webkit-animation: logo-animation linear 4s;
  -webkit-animation-iteration-count:  infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: logo-animation linear 4s;
  -moz-animation-iteration-count:  infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: logo-animation linear 4s;
  -o-animation-iteration-count:  infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: logo-animation linear 4s;
  -ms-animation-iteration-count:  infinite;
  -ms-transform-origin: 50% 50%;
}

.animated_logo_2{
  animation: logo-animation linear 6s;
  animation-iteration-count:  infinite;
  transform-origin: 50% 50%;
  -webkit-animation: logo-animation linear 6s;
  -webkit-animation-iteration-count:  infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: logo-animation linear 6s;
  -moz-animation-iteration-count:  infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: logo-animation linear 6s;
  -o-animation-iteration-count:  infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: logo-animation linear 6s;
  -ms-animation-iteration-count:  infinite;
  -ms-transform-origin: 50% 50%;
}

.animated_logo_3{
  animation: logo-animation linear 8s;
  animation-iteration-count:  infinite;
  transform-origin: 50% 50%;
  -webkit-animation: logo-animation linear 8s;
  -webkit-animation-iteration-count:  infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: logo-animation linear 8s;
  -moz-animation-iteration-count:  infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: logo-animation linear 8s;
  -o-animation-iteration-count:  infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: logo-animation linear 8s;
  -ms-animation-iteration-count:  infinite;
  -ms-transform-origin: 50% 50%;
}

.animated_logo_4{
  animation: logo-animation linear 10s;
  animation-iteration-count:  infinite;
  transform-origin: 50% 50%;
  -webkit-animation: logo-animation linear 10s;
  -webkit-animation-iteration-count:  infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: logo-animation linear 10s;
  -moz-animation-iteration-count:  infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: logo-animation linear 10s;
  -o-animation-iteration-count:  infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: logo-animation linear 10s;
  -ms-animation-iteration-count:  infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes logo-animation{
  0% {
    opacity:1;
  }
  50% {
    opacity:0.3;
  }
  100% {
    opacity:0.990099773451273;
  }
  101% {
    opacity:0.99;
  }
}

@-moz-keyframes logo-animation{
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.990099773451273;
  }
  101% {
    opacity:0.99;
  }
}

@-webkit-keyframes logo-animation {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.990099773451273;
  }
  101% {
    opacity:0.99;
  }
}

@-o-keyframes logo-animation {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.990099773451273;
  }
  101% {
    opacity:0.99;
  }
}

@-ms-keyframes logo-animation {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0.990099773451273;
  }
  101% {
    opacity:0.99;
  }
}

.theme-btn.bt-buy-now {
    background: #00a859;
    background: -moz-linear-gradient(top, #A3D179 0%, #88BA46 100%);
    background: -webkit-linear-gradient(top, #A3D179 0%,#88BA46 100%);
    background: linear-gradient(to bottom, #A3D179 0%,#88BA46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a859', endColorstr='#88BA46',GradientType=0 );
    bottom: 10px;
	left: 10px;
}
.theme-btn.bt-support-now {
    background: #1ebbf0;
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%);
    background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 );
    bottom: 250px;
	left: 0px;
}

.glow {
    animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
  }
  
  to {
    text-shadow: 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000, 0 0 80px #000;
  }
}

.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    /* left: 10px; */
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 999;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}