


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
  scroll-behavior: smooth;
	font-family: 'Open Sans', sans-serif;
} 

body > #wrapper {
	height: auto; min-height: 100%; background:#fff ;
}
body
#main{
	width:100%;
	padding:0;
	margin:0 auto;
	padding-top: 90px;
  background: #1c1e21;
}
*{
	padding:0;
	margin:0;
}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}

span{
	display: inline-block;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #6d6e70;
	padding: 0 0 15px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
}
.contain_95{
	width: 95%;
	margin: 0 auto;
}
.contain_90{
  width: 90%;
  margin: 0 auto;
}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
}

/*flipInYmyStyle_Animation*/
@keyframes flipInYmyStyle {
  from {
    transform: perspective(400px) rotateY(-1440deg) scale(0);
    animation-timing-function: ease-in;
    /*opacity: 0;*/
  }

  50% {
    transform: perspective(400px) rotateY(-720deg) scale(0.5);
  }

  to {
    transform: perspective(400px) rotateY(00deg) scale(1);
  }
}

.flipInYmyStyle {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInYmyStyle;
  animation: flipInYmyStyle 1s;
}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 40px 0;
	background: #1c1e21;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
/*	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);*/
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .inner_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .logo {
	width: unset;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:0 0 0 0;
}
header nav {
	display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  float: right;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
	margin-top: 0px;
/*	width: 68%;*/
	width: unset;
}
header nav .button{
  display: inline-block;
  padding: 0;
  text-align: unset;
}
header nav .button .btn{
  padding: 10px 10px;
}
header nav .button .btn img{
  width: 120px;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 10px 0;
}
header.smaller .logo {
	width: 150px;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 0%;
	margin-top: 0%;
}

.comman_page{
  padding: 100px 0;
}
.heading{
	text-align: center;
}
.heading span{
	position: relative;
	font-size: 35px;
  font-weight: 700;
  color: #231F20;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 30px 0;
}
.heading span::before{
	content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  bottom: -15px;
  background: #CE3636;
  left: calc(50% - 50px);
}
.comman_page .item_box img{
  width: 600px;
  margin: 0 auto;
}


#menu-btn span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
   transform: rotate(90deg);
  position: absolute;
  top: 5px;
  right: -28px;
}

#menu-btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(0deg);
  top: 39px;
  left: 8px;
}


.opacity_text_wrapper .contain_90{
/*  width: 800px;*/
  margin: auto;
/*  height: calc(100vh + (100px * 8));*/
  position: relative;
}
.opacity_text_wrapper .inner_container {
  padding: 150px 0 100px 0; 
  display: flex;
  position: sticky;
  top: 0;
}
.opacity_text_wrapper .inner_container .text_box{
  padding: 0 0 0 20px;
}
.opacity_text_wrapper .inner_container .text_box .title{
  font-size: 26px;
  line-height: 1em;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 0 10px;
}
.opacity_text_wrapper .inner_container .text_box .opacity_text{
  font-size: 200px;
  line-height: 1em;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.opacity_text_wrapper .inner_container .text_box .opacity_text span{
  color: #ffffff;
  opacity: 0.2;
  transition: all 0.2s;
}
.text_wrapper{
  padding: 0 0 100px 0;
  position: relative;
}
.text_wrapper .inner_container .sub_title{
  font-size: 21px;
  line-height: 1.8em;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  color: #fff;
  padding: 0 0 20px 0;
}
.text_wrapper .inner_container .hidden .sub_title{
  font-size: 21px;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-transform: initial;
  padding: 0 0 10px 0;
/*  letter-spacing: 2px;*/
}
#text_display{
  display: none;
}
.text_wrapper .inner_container .btn{
  position: relative;
}
.text_wrapper .inner_container .btn #text_display_btn{
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: unset;
  border: unset;
  display: block;
}
.text_wrapper .inner_container .btn #text_display_btn::before{
  content: '';
  position: absolute;
  top: 12px;
  left: 70px;
  content: '';
  width: 60px;
  height: 2px;
  background: #fff;
}
.text_wrapper .inner_container .btn #text_display_btn{
  transition: .5s;
}
.text_wrapper .inner_container .btn #text_display_btn:hover{
  transform: translateY(-2px);
  filter: brightness(0) saturate(100%) invert(44%) sepia(7%) saturate(185%) hue-rotate(155deg) brightness(92%) contrast(96%);
}
/*.hero_carousel .main_banner .item_box{
  background: #15191c;
  padding: 50px 0 0 0;
}*/
/*.hero_carousel .main_banner.owl-theme .owl-nav.disabled+.owl-dots{
  margin: 0;
}*/
.hero_carousel .main_banner.owl-theme .owl-dots .owl-dot span{
    width: 30px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: unset;
}
.serives_wrapper{
  padding: 100px 0 0;
}
.serives_wrapper .inner_container .heading{
  font-size: 24px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 50px;
  letter-spacing: 2px;
  text-align: center;
}
.serives_wrapper .inner_container .inner_contain{
  display: flex;
  flex-wrap: wrap;
  background: #333333;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.serives_wrapper .inner_container .inner_contain .inner_box{
  padding: 50px;
}
.serives_wrapper .inner_container .inner_contain .inner_box ul{
  padding: 0 0 0 20px;
}
.serives_wrapper .inner_container .inner_contain .inner_box ul li{
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  color: #fff;
  padding: 0 0 20px 0;
  list-style: disc;
  text-transform: uppercase;
}
.serives_wrapper .inner_container .inner_contain .inner_box ul li:last-child{
  padding: 0;
}
.logo_carousel{
  padding: 100px 0 0;
}
.logo_carousel .inner_container{
  background: #333333;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.logo_carousel .inner_container .logo_banner .item_box img{
  filter: invert(94%) sepia(57%) saturate(0%) hue-rotate(189deg) brightness(94%) contrast(54%);
  transition: .5s;
}
.logo_carousel .inner_container .logo_banner .item_box img:hover{
  transform: translateY(-2px);
}
.logo_carousel .inner_container .logo_banner .owl-theme .owl-nav.disabled+.owl-dots{
  margin: 0;
}
.boxes_wrapper{
  padding: 100px 0;
}
.boxes_wrapper .inner_container .heading{
  font-size: 24px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 50px;
  letter-spacing: 2px;
  text-align: center;
}
.boxes_wrapper .inner_container .item_box{
  padding: 10px 0;
}
.boxes_wrapper .inner_container .item_box a{
  transition: .5s;
}
.boxes_wrapper .inner_container .item_box a:hover{
  transform: translateY(-2px);
}
.boxes_wrapper .inner_container .item_box .text{
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  font-family: "Overpass", sans-serif;
  color: #fff;
  padding: 10px 0;
}
.media_wrapper .inner_container .heading {
    font-size: 24px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 50px;
    letter-spacing: 2px;
    text-align: center;
}
.media_wrapper{
  padding: 0 0 100px;
}
.media_wrapper .inner_container .media_box .title {
    font-size: 18px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    font-family: "Overpass", sans-serif;
    color: #fff;
    padding: 10px 0;
}
.media_box.owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -50px;
}
.media_box.owl-carousel.owl-theme .owl-nav button.owl-next {
    right: -50px;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] span {
    font-size: 40px;
    line-height: 0.5em;
    padding: 0 0 0.18em 0 !important;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 50px);
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    color: #1c1e1e;
    box-shadow: 0 0 0 0 #000;
    transition: all 0.3s;
}
.join_wrapper .inner_container .heading{
  font-size: 24px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 40px 0;
  text-align: unset;
  letter-spacing: 2px;
}
.join_wrapper .inner_container .sub_heading{
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-transform: initial;
  padding: 0 0 40px 0;
  letter-spacing: 2px;
}
.join_wrapper .inner_container .sub_heading a{
  transition: .5s;
}
.join_wrapper .inner_container .sub_heading a:hover{
  transform: translateY(-2px);
}
.button{
  text-align: center;
  padding: 0 0 30px 0;
}
.button .btn{
  transition: .5s;
}
.button .btn img{
  width: 120px;
}
.button .btn:hover {
  transform: translateY(-2px);
}

footer{
  background: #1c1e21;
  padding: 50px 0;
}
footer .inner_container .inner_boxes{
  position: relative;
}
footer .inner_container .inner_boxes .line{
  width: 95%;
  height: 2px;
  background: #fff;
}
footer .inner_container .inner_boxes .plus_box .one{
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 4px;
  background: #fff;
}
footer .inner_container .inner_boxes .plus_box .two{
  transform: rotate(0deg);
  position: absolute;
  background: #fff;
  width: 25px;
  right: 0;
  height: 4px;
  top: 0;
}
footer .inner_container .heading{
  font-size: 24px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 40px 0 0;
  letter-spacing: 2px;
  text-align: center;
}
footer .inner_container .social_link .info_box{
  text-align: center;
  color: #fff;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
}
footer .inner_container .social_link .address{
  padding: 0 0 30px;
}
footer .inner_container .social_link .address span{
  padding: 0 0 0 5px;
}
footer .inner_container .social_link .info_box a{
  transition: .5s;
  color: #fff;
}
footer .inner_container .social_link .info_box a:hover{
  filter: brightness(0) saturate(100%) invert(44%) sepia(7%) saturate(185%) hue-rotate(155deg) brightness(92%) contrast(96%);
  transform: translateY(-2px);
}
footer .inner_container .social_link .info_box a i{
  font-size: 18px;
  vertical-align: middle;
}

footer .inner_container .media_link{
  text-align: center;
}
footer .inner_container .media_link ul{
  display: inline-flex;
}
footer .inner_container .media_link ul li{
  padding: 0 8px 0 0;
}
footer .inner_container .media_link ul li{
  transition: .5s;
}
footer .inner_container .media_link ul li:hover{
  filter: brightness(0) saturate(100%) invert(44%) sepia(7%) saturate(185%) hue-rotate(155deg) brightness(92%) contrast(96%);
  transform: translateY(-2px);
}
footer .inner_container .media_link ul li a i{
  filter: brightness(0) saturate(100%) invert(80%) sepia(100%) saturate(41%) hue-rotate(298deg) brightness(112%) contrast(101%);
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 18px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
footer .inner_container .media_link ul li:nth-child(3){
  padding: 0;
}
footer .inner_container .lower_text .sub_title{
  text-align: right;
  color: #666a6c;
  padding: 80px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
}
.client_wrapper .inner_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.client_wrapper .inner_container .info_box{
  border-right: 2px solid #fff;
  padding: 50px 50px 50px 0;
  width: 50%;
  text-align: right;
}
.client_wrapper .inner_container .info_box .title{
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.client_wrapper .inner_container .info_box .sub_title{
  font-size: 24px;
  line-height: 1em;
  font-weight: 100;
  letter-spacing: 2px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.client_wrapper .inner_container .inner_box{
  padding: 0 0 0 50px;
  width: 50%;
}
.client_wrapper .inner_container .inner_box .sub_title{
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 0 20px 0;
}
.client_wrapper .inner_container .inner_box .sub_title:last-child{
  padding: 0;
}

.form_wrapper .input_box{
  padding: 0 0 10px;
}
.form_wrapper .input_box input{
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  padding: 0 25px;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
}
.form_wrapper .input_box select{
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  padding: 0 25px;
  font-size: 16px;
  color: #000;
}
.form_wrapper .input_box textarea{
  border: none;
  outline: none;
  width: 100%;
  height: 135px;
  padding: 15px 25px;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
}
.form_wrapper .submit_box button{
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 8px 12px;
  margin: 10px 0 0;
  border-radius: 5px;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
}
.form_wrapper .submit_box button:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
[type=submit][disabled]{
  position: relative;
}
[type=submit][disabled]::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit;
  color: #fff;
  z-index: 10;
  border-radius:inherit;
}
[type=submit][disabled]::after{
  position: absolute;
  content: '';
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.body_overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.body_overlay .inner_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.request_overlay_box {
    width: 320px;
    background: #f1f1f1;
    padding: 20px;
    box-shadow: 5px 2px 23px -15px;
    position: relative;
    border-radius: 10px;
}
.request_overlay_box .heading{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 15px 0 10px;
    margin: 0 0 15px;
    font-family: "Outfit", sans-serif;
/*    border-bottom: 1px solid #e4e4e4;*/
}
.request_overlay_box .form_enquire_now{
    width: 98%;
    margin: 0 auto;
    padding: 2% 0%;
}
.close_overlay {
  position: absolute;
  right: -5px;
  top: -25px;
  width: 32px;
  height: 32px;
}
.close_overlay:hover {
  opacity: 1;
}
.close_overlay:before, .close_overlay:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.close_overlay:before {
  transform: rotate(45deg);
}
.close_overlay:after {
  transform: rotate(-45deg);
}

.error{
  font-size: 14px;
    color: #ff0000;
}


[type=submit][disabled]{
  position: relative;
}
[type=submit][disabled]::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666a6c;
  color: #fff;
  z-index: 10;
}
[type=submit][disabled]::after{
  position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #22285a;
    border-bottom: 2px solid #22285a;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.body_overlay .form_wrapper .input_box textarea{
  height: 90px;
}

/*Thank You Page*/

.thankyou_page{
  min-height: calc(100vh - 85px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou_page .inner_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10% 0;
}

.thankyou_page .inner_container .line1{
  display: inline-block;
  position: relative;
  color: #666a6c;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 0 20px 0;
}

.thankyou_page .inner_container .line2{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}

.whatsapp_link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    z-index: 999;
    transform: rotate(360deg);
}
.whatsapp_link .whatsapp_bg {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    background: #333333;
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
}
.whatsapp_link .whatsapp_bg .whatsapp_icon {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 12px;
    top: 10px;
}
.whatsapp_link .whatsapp_bg .whatsapp_icon i {
    font-size: 35px;
    color: #fff;
}
