@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');




body{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

a{
    text-decoration: none;
    color: #333;
}
.red{
    color: #ff0000 !important;
}
.blue{
    color: #02A5A8 !important;
}
.gray{
    color: #333 !important;
}
.header-top{
    background-color: #03ab9f;
    color: #f2f2f2;
    text-align: center;
    font-size:11px;
}
.header-top ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top ul li{
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    padding:0 15px;
    height:40px;
    text-align: center;
    line-height: 40px;
}
.header-top ul li:nth-child(1){
    border-left: 1px solid #f2f2f2;
}
.header-top ul li a{
    color: #f2f2f2;
    display: inline-block;
    font-weight: 100;
}
.header-top ul li a.social-media{
    font-size:16px;
    font-weight: 400;
    padding:0 7px;
}
.header-top ul li a.lang{
    font-size:18px;
    font-weight: 100;
}
.header-bottom-border{
    padding-bottom:5px;
    border-bottom:1px solid #999999;
}
.logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 60px;
    width: auto;
}

.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
}

.hero {
    justify-content: space-between;
    background-color: #fff;
    height: auto;
    background-size: cover;
    background-position: center;
}
.disp-none{
    display: none;
}
.hero-content {
    flex: 1;
    margin-right: 20px;
}

.hero-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 80px;
    display: flex;
}

.hero-menu li {
    margin: 0; /* Öğeler arasında boşluk bırakır */
    padding: 0;
}

.hero-menu li a {
    text-decoration: none;
    color: #ff0000;
    padding: 10px 15px;
    display: block;
    font-weight: 700;
}
.hero-menu li a.diff {
    padding-left:0;
}
.hero-menu li a.active {
    color: #02A5A8;
}
.sliderText{
    font-size: 44px;
    font-weight: 300;
    color: #333;
    width:70%;
    line-height: 1.5em;
    height:250px;
}
.sliderP{
    animation: fadeIn 5s;
}
.heroImg{
    animation: fadeIn 5s;
}
.fade{
    animation: fadeIn 5s;
}
@keyframes fadeIn {
    0% { 
        opacity: 0; 
    }
    100% { 
        opacity: 1; 
    }
}

.cta-button {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    margin-top: 25px;
	display: inline-block;
}

.products {
    background-color: #333;
    padding: 60px 0;
    color: #fff;
}

.products h3 {
    font-weight: 600;
    font-size: 24px;
}
.products h1{
    font-weight: 300;
    font-size: 52px;
}
.productLeftBottom{
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.productLeftBottom p{
    font-size: 15px;
    font-weight: 300;
	margin-top: 15px;
}
.product{
    border:1px solid #02A5AB;
    padding: 10px;
    border-radius: 3px;
    color: #02A5AB;
    margin:10px 0;
    font-weight: 300;
    display: block;
	height: 275px;
}
.product:hover{
    background-color: rgba(2, 165, 171, 0.15);
    cursor: pointer;
}
.product.active{
    background-color: rgba(2, 165, 171, 0.15);
}
.product h3{
    color: #02A5AB;
    font-size: 24px;
    font-weight: 500;
}
.product div{
    color: #02A5AB;
    font-size: 15px;
    font-weight: 300;
}
.product .product-cta-button {
    color: #02A5AB;
    border:1px solid #02A5AB;
    text-align: center;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size:14px;
    text-transform: uppercase;
}
.services{
    padding: 60px 0;
    background-color: #fff;
}
.services h3{
    font-size: 24px;
    font-weight: 600;
}
.services h1{
    font-size: 52px;
    font-weight: 300;
}
.service{
    margin: 20px 0;
    padding: 60px 0;
    text-align: center;
    border: 1px solid #333;
    border-radius: 3px;
    height:200px;
}
.service img{
    width: auto;
    height: 50px;
}
.customer-comments{
    padding: 60px 0;
    background-color: #f5f5f5;
}
.comment{
    padding: 40px;
    border-radius: 3px;
    margin: 0;
    background-color: #fff;
    justify-content: space-around;
}
.comment .topimg{
    margin-bottom:25px;
}
.comment .topimg img{
    height:35px;
    width: auto;
}
.comment .bottomimg{
    margin-top:45px;
}
.comment .bottomimg img{
    height:140px;
    width: auto;
}
.statistic{
    padding: 10px 0;
    color: #333;
    border-bottom: 1px solid #333;
    height:115px;
}
.statistic:first-child{
    border-top: 1px solid #333;
}
.statistic h1{
    color: #02A5AB;
    font-size: 65px;
    font-weight: 700;
    margin:0;
    padding:0;
}
.statistic h4{
    vertical-align: middle;
}
.statistic img{
    width: auto;
    height: 20px;
}
#referans{
    padding:45px;
}

#referans .item{
    padding: 20px;
    background: #fff;
    height:180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#referans .item img{
    width:150px;
    height:auto;
}
.owl-carousel .owl-nav {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -65px;
    top: -160px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -65px;
    top: -160px;
}

.owl-carousel .owl-nav img{
    width:auto;
    height:105px;
}
#ccomments .owl-nav {
    display: none !important;
    visibility: hidden;
    opacity: 1;
    transform: translateY(0);
    pointer-events: hidden;
}

.blog{
    padding: 90px 0;
    background-color: #fff;
    color: #333;
}

.blog-post{
    padding: 20px;
    border-left: 1px solid #02A5AB;
    border-right: 1px solid #02A5AB;
}

.blog-post h2{
    font-size:35px;
    color: #333;
    font-weight: 400;
}

.blog-post p{
    font-size:13px;
    font-weight: 300;
}


.blog-post a{
    color:#02A5AB;
    font-size:11px;
    font-weight: 700;
}

.footer-top {
    display: flex;
    justify-content: space-around;
    padding: 50px;
    background-color: #333;
    color: #fff;
}
.contact-footer img{
    width: auto;
    height: 75px;
    margin-bottom:35px;
}
.contact-footer p{
    font-size: 12px;
    font-weight: 300;
    line-height: 2em;
}

.contact-footer .social-footer{
    list-style: none;
}

.contact-footer .social-footer li{
    display: inline-block;
}

.contact-footer .social-footer li a{
    color:#fff;
    display: inline-block;
    font-size: 20px;
    padding:8px;
}

.menu{
    border-left: 1px solid #fff;
    padding-left: 45px;
}

.menu h3{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.menu ul li {
    position: relative;
    padding-bottom: 10px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left:35px;
}

.menu ul li:before{
    content: '';
    position: absolute;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    width:6px;
    height:6px;
    top: calc(50% - 4px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}
.menu ul li a{
    color:#fff;
    font-size: 13px;
    font-weight: 300;
}

.menu img{
    width: auto;
    height: 95px;
    margin-left:15px;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
    background-color: #000;
    color: #fff;
}
.footer-bottom p {
    padding:0;
    margin:0;
    font-size:12px;
    font-weight: 300;
}
.page-detail-content{
    padding: 60px 0;
    background-color: #fff;
    min-height:650px;
}
.page-breadcrumb{
    padding: 15px 0;
    background-color: #ff0000;
    color: #fff;
    font-size:15px;
}
.page-breadcrumb a{
    color: #fff;
    font-size:13px;
    font-weight: 300;
    padding:0 8px;
}
.page-content{
    margin-top: 30px;
}
.page-content h1{
    font-size:50px;
    font-weight: 300;
}
.page-content h1{
    font-size:65px;
    font-weight: 300;
}
.page-content h3{
    font-size:35px;
    font-weight: 300;
    color:#02A5A8;
    line-height: 2em;
}
.page-content h1 sup{
    position: relative;
    top: -30px;
    font-size:12px;
    font-weight: 300;
}
.page-content p{
    line-height: 2em;
    font-size: 16px;
}
.page-detail-sidebar{
    padding: 60px 0;
    background-color: #fff;
    min-height:650px;
}
.page-form{
    border:1px solid #999;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 40px;
}
.page-form h4{
    font-size: 24px;
    font-weight: 300;
    color:#02A5A8;
}
.page-form input[type="text"]::before {
    content: "*";
    color: #ff0000;
    display: block;
    position: absolute;
    top: -70px;
    left: -10px;
}  
.page-form input[type="text"], .page-form input[type="email"]{
    border: 1px solid #999;
    border-radius:3px;
    height:45px;
    font-size:12px;
    color:#333;
}
.page-form textarea{
    border: 1px solid #999;
    border-radius:3px;
    resize: none;
    font-size:12px;
    color:#333;
}
.page-form input[type="checkbox"]{
    border: 1px solid #999;
    color:#333;
}
.page-form label{
    font-size:12px;
    color:#333;
}
.page-form input[type="text"]::placeholder{
    color:#333;
}
.page-form button{
    padding: 10px 40px;
    background-color: #ff0000;
    color: #fff;
    border:1px solid #ff0000;
    border-radius: 3px;
    font-size:12px;
    font-weight: 300;
}
.product-accordion .accordion-flush>.accordion-item {
    border:1px solid #02A5AB;
    color: #02A5AB;
    margin-top:15px;
    border-radius: 3px;
}

.product-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}


.product-accordion .accordion-button {
    outline: none;
    border-bottom: 1px solid #02A5AB;
    font-size:26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #02A5AB;
}
.product-accordion .accordion-button:active, .product-accordion .accordion-button:focus {
    outline: none;
    box-shadow:none;
}
.product-accordion .accordion-header {
    margin-top:0;
}
.product-accordion .accordion-collapse a {
    display: block;
    border-bottom:1px solid #02A5AB;
    color:#333;
    padding:15px 45px;
    font-weight:700;
}
.product-accordion .accordion-collapse a.active {
    color:#ff0000;
}
.product-accordion .accordion-button::after{
    color:#02A5AB;
}
.contact-detail-sidebar{
    padding: 60px 0;
    background-color: #fff;
    min-height:650px;
}
.widget-form{
    border:1px solid #02A5A8;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 40px;
}
.widget-form p{
    font-size:18px;
}
.widget-form i{
    color:#ff0000;
}
.contact-area .contact-form-block h2 {
	margin-bottom: 4px;
}
.contact-area .contact-form-block p {
	margin-bottom: 28px;
}
.contact-area .contact-form-block input {
	height: 45px;
	margin-bottom: 20px;
}

.palette1 {
	background-image: linear-gradient(234deg, rgb(179, 197, 140) 0%, #0eaca0 90%) !important;
	color: #fff !important
}

.palette1 .policylink {
	color: #ccc !important
}

.palette1 .spopupbtnok {
	color: #fff !important;
	background-color: #b1c58e !important
}

.palette1.wire .spopupbtnok {
	border: 1px solid !important;
	border-color: #ff0 !important;
	background-color: transparent !important;
	color: #ff0 !important
}

.palette2 {
	background-color: #edeff5 !important;
	color: #838391 !important
}

.palette2 .spopupbtnok {
	color: #fff !important;
	background-color: #1e90ff !important
}

.palette2.wire .spopupbtnok {
	border: 1px solid !important;
	border-color: #1e90ff !important;
	background-color: transparent !important;
	color: #1e90ff !important
}

.palette3 {
	background-image: linear-gradient(234deg, #438ed9 30%, #5a94ce 90%) !important;
	color: #fff !important
}

.palette3 .policylink {
	color: #d3e4fe
}

.palette3 .spopupbtnok {
	background-color: #0b5eb1 !important;
	color: #fff !important
}

.palette3.wire .spopupbtnok {
	border: 1px solid !important;
	border-color: navy !important;
	background-color: transparent !important;
	color: #fff !important
}

.palette4 {
	background-image: linear-gradient(234deg, #8c869f 60%, #bcbcc6 90%) !important;
	color: #fff !important
}

.palette4 .policylink {
	color: wheat !important
}

.palette4 .spopupbtnok {
	background-color: #f5f5f5;
	color: #000 !important;
	border: none
}

.palette4.wire .spopupbtnok {
	border: 1px solid !important;
	border-color: snow !important;
	background-color: transparent !important;
	color: snow !important
}

.palette5 {
	background-color: #000;
	color: #0f0
}

.palette5 .policylink {
	color: #0c0
}

.palette5 .spopupbtnok {
	background-color: #0f0 !important;
	color: #000 !important
}

.palette5.wire .spopupbtnok {
	border: 1px solid !important;
	border-color: #0f0 !important;
	background-color: transparent !important;
	color: #0f0 !important
}

.palette6 {
	background-color: #252e39;
	color: #fff
}

.palette6 .policylink {
	color: #d3d5d7
}

.palette6 .spopupbtnok {
	background-color: #14a7d0 !important;
	color: #fff !important
}

.palette6.wire .spopupbtnok {
	border: 1px solid !important;
	border-color: #14a7d0 !important;
	background-color: transparent !important;
	color: #14a7d0 !important
}

.palette7 {
	background-color: #eb6c44;
	color: #fff
}

.palette7 .policylink {
	color: #fbe2da
}

.palette7 .spopupbtnok {
	background-color: #f5d948 !important;
	color: #000 !important
}

.palette7.wire .spopupbtnok {
	border: 1px solid !important;
	border-color: #f5d948 !important;
	background-color: transparent !important;
	color: #f5d948 !important
}

.palette8 {
	background-color: #64386b;
	color: #ffcdfd
}

.palette8 .policylink {
	color: #e0afe0
}

.palette8 .spopupbtnok {
	background-color: #f8a8ff !important;
	color: #3f0045 !important
}

.palette8.wire .spopupbtnok {
	border: 1px solid !important;
	border-color: #f8a8ff !important;
	background-color: transparent !important;
	color: #f8a8ff !important
}

.window {
	position: fixed !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5em !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	z-index: 9999 !important;
	opacity: 1 !important;
	-webkit-transition: opacity 1s ease !important;
	transition: opacity 1s ease !important
}

.floating {
	padding: 2em !important;
	width: 24em !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: flex-start !important
}

.window.banner {
	padding: 1em 1.8em !important;
	width: 100% !important;
	border-radius: 5px !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.policylink {
	opacity: .8 !important;
	display: inline-block !important;
	padding: .2em !important;
	text-decoration: underline !important
}

.policylink:hover {
	opacity: 1 !important;
	text-decoration: none !important;
	transition: 1.5s !important
}

.credit a {
	font-size: 10px !important;
	color: #9c9c9c !important;
	transition: .3s ease-in-out !important;
	border-radius: 5px !important
}

.credit a:hover {
	text-decoration: none !important
}

.credit svg {
	font-size: 16px !important;
	color: #9c9c9c !important
}

.banner .credit {
	position: absolute !important
}

.banner .credit a {
	display: flex !important;
	align-items: center !important;
	background-color: #5a5a5a !important;
	color: #9c9c9c !important;
	padding: 5px !important
}

.banner .credit a:hover {
	background-color: #fff !important;
	color: #000 !important;
	padding: 5px 10px !important
}

.credit a span {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important
}

.credit a:hover span {
	opacity: 1 !important;
	width: auto !important;
	height: auto !important;
	line-height: 1em !important;
	margin-left: 5px !important
}

.banner .credit a:hover svg {
	color: #1c86fa !important
}

.banner.top .credit {
	top: 100% !important;
	margin-top: 5px !important
}

.banner.bottom .credit {
	bottom: 100% !important;
	margin-bottom: 5px !important
}

.banner.edgeless .credit {
	margin-left: 10px !important
}

.floating .credit {
	margin-top: 10px !important
}

.floating .credit a {
	display: inline-block !important;
	padding: 3px 0 !important
}

.floating .credit a svg {
	margin-right: 5px !important
}

.floating .credit a:hover {
	background-color: #fff !important;
	color: #000 !important;
	padding: 3px 8px !important
}

.floating .credit a:hover svg {
	color: #1c86fa !important
}

.floating.block .credit {
	margin-top: 10px !important
}

.floating.edgeless .credit {
	padding: .5em 2em !important;
	margin-top: 0 !important
}

.floating.classic .credit {
	margin-top: 10px !important
}

.floating.wire .credit {
	margin-top: 10px !important
}

.spopupbtnok {
	opacity: .9 !important;
	display: block !important;
	padding: .4em .8em !important;
	font-size: .9em !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	border-width: 2px !important;
	text-align: center !important;
	white-space: nowrap !important
}

@media screen and (max-width: 550px) {
	.window.floating.left {
		display: flex;
		right: 0 !important;
		left: 0 !important;
		bottom: 0;
		width: 100% !important
	}
}

.window.floating.left {
	bottom: 0 !important;
	right: 6em;
	border-top-left-radius: .5em !important;
	border-top-right-radius: .5em !important
}

@media screen and (max-width: 550px) {
	.window.floating.right {
		display: flex;
		right: 0 !important;
		left: 0 !important;
		bottom: 0;
		width: 100% !important
	}
}

.window.floating.right {
	bottom: 0 !important;
	right: 3em;
	border-top-left-radius: .5em !important;
	border-top-right-radius: .5em !important
}

.floating > .policylink {
	margin-bottom: 1em !important
}

.floating .message {
	display: block !important;
	color: #fff;
	margin-bottom: 1em !important
}

.window.floating .compliance {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 0 auto !important;
	flex: 1 0 auto !important;
	width: 100%
}

.window.banner {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.banner.top {
	left: 0 !important;
	right: 0 !important;
	top: 0 !important
}

.banner.bottom {
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important
}

.banner .message {
	display: block !important;
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
	max-width: 100% !important;
	margin-right: 1em !important
}

.compliance {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.floating .compliance > .spopupbtnok {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 !important;
	flex: 1 !important
}

.spopupbtnok + .spopupbtnok {
	margin-left: .5em !important
}

.floating {
	margin-bottom: 10px
}

.floating.classic {
	padding: 1.2em !important;
	border-radius: 5px !important
}

.floating.classic .compliance {
	text-align: center !important;
	display: inline !important;
	-webkit-box-flex: 0 !important;
	-ms-flex: none !important;
	flex: none !important
}

.classic .spopupbtnok {
	border-radius: 5px !important
}

.classic .spopupbtnok:last-child {
	min-width: 140px !important
}

.floating.classic .spopupbtnok {
	display: inline-block !important
}

.edgeless.window {
	padding: 0 !important
}

.floating.edgeless .message {
	margin: 2em !important;
	margin-bottom: 1.5em !important
}

.banner.edgeless .spopupbtnok {
	margin: 0 !important;
	padding: .8em 1.8em !important;
	height: 100% !important
}

.banner.edgeless .message {
	margin-left: 1em !important
}

.floating.edgeless .spopupbtnok + .spopupbtnok {
	margin-left: 0 !important
}

.spopupbtnok:hover {
	opacity: 1 !important;
	cursor: pointer !important
}

.whatsapp-info {
	z-index: 999;
	position: fixed;
	left: 20px;
	bottom: 30px;
}

.whatsapp-info .whatsapp-icon i {
	border-radius: 10px;
	-webkit-animation: at-ripple .6s linear infinite;
	animation: at-ripple .6s linear infinite;
	float: left;
	font-size: 1.75rem;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}

.whatsapp-info .whatsapp-icon .whatsapp-text {
	z-index: -1;
	opacity: 0;
	float: left;
	font-size: .875rem;
	font-weight: 400;
	padding: 5px 20px;
	position: relative;
	top: 8px;
	left: 20px;
	border-radius: 4px;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transition: all 0.3s ease-out 0s;
}

.whatsapp-info .whatsapp-icon:hover .whatsapp-text {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.whatsapp-info .whatsapp-icon i {
	color: #fff;
	background-color: #4dc247;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.whatsapp-info .whatsapp-icon:hover i {
	box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
}

.whatsapp-info .whatsapp-icon .whatsapp-text {
	color: #343a40;
	border: 1px solid #d8d8d8;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

@keyframes at-ripple {
	0% {
		box-shadow: 0 4px 10px rgba(77, 194, 71, 0.4), 0 0 0 0 rgba(77, 194, 71, 0.4), 0 0 0 5px rgba(77, 194, 71, 0.4), 0 0 0 10px rgba(77, 194, 71, 0.4);
	}
	100% {
		box-shadow: 0 4px 10px rgba(77, 194, 71, 0.4), 0 0 0 5px rgba(77, 194, 71, 0.4), 0 0 0 10px rgba(77, 194, 71, 0.4), 0 0 0 20px rgba(77, 194, 71, 0);
	}
}

@media only screen and (max-width: 768px) {
	.sliderText {
		font-size:34px;
	}
}