.footer-first{
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

.vsv{
  padding-top: 80px;
}

.footer-rights{
  color: #3ab44a;
}

.footer-copy{
  color: #fff;
}
.march{
justify-content: space-between;
}



/** Button style1 **/
.theme-btn1,
a.theme-btn1 {
  z-index: 1;
  color: white;
  font-size: 15px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background: #ffffff;
}

.theme-btn1 i,
a.theme-btn1 i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}

.theme-btn1:after,
.theme-btn1:before,
a.theme-btn1:after,
a.theme-btn1:before {
  z-index: -1;
  content: '';
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
}

.theme-btn1:before,
a.theme-btn1:before {
  left: 0;
  top: 0;
  border-bottom: 55px solid transparent;
  border-left: 350px solid #3ab44a;
}

.theme-btn1:after,
a.theme-btn1:after {
  right: 0;
  bottom: 0;
  border-top: 55px solid transparent;
  border-right: 350px solid #3ab44a;
}

.theme-btn1:hover:before,
a.theme-btn1:hover:before {
  border-bottom: 0px solid transparent;
  border-left: 0px solid #3ab44a;
}

.theme-btn1:hover:after,
a.theme-btn1:hover:after {
  border-top: 0px solid transparent;
  border-right: 0px solid #3ab44a;
}

.theme-btn1.btn-border,
a.theme-btn1.btn-border {
  border: 1px solid;
}

.theme-btn1.style-two,
a.theme-btn1.style-two {
  color: #ffffff;
  background: #3ab44a;
  border: 1px solid #e8e8e8;
}

.theme-btn1.style-two:after,
a.theme-btn1.style-two:after {
  border-right-color: white;
}

.theme-btn1.style-two:before,
a.theme-btn1.style-two:before {
  border-left-color: white;
}

.theme-btn1.style-two:hover,
a.theme-btn1.style-two:hover {
  color: white;
}

.theme-btn1.style-three,
a.theme-btn1.style-three {
  color: #252525;
  background: #3ab44a;
}

.theme-btn1.style-three:after,
a.theme-btn1.style-three:after {
  border-right-color: #efefef;
}

.theme-btn1.style-three:before,
a.theme-btn1.style-three:before {
  border-left-color: #efefef;
}

.theme-btn1.style-three:hover,
a.theme-btn1.style-three:hover {
  color: white;
}

.theme-btn1.style-four,
a.theme-btn1.style-four {
  color: white;
  opacity: 0.5;
  border: 1px solid #7c7c7c;
  background: #3ab44a;
}

.theme-btn1.style-four:after,
a.theme-btn1.style-four:after {
  border-right-color: #1f1f1f;
}

.theme-btn1.style-four:before,
a.theme-btn1.style-four:before {
  border-left-color: #1f1f1f;
}

.theme-btn1.style-four:hover,
a.theme-btn1.style-four:hover {
  opacity: 1;
  border-color: #3ab44a;
}

.fg{
font-size: 16px;
color: black;
padding-right: 5px;
}
.fr{
padding-right: 10px;
}


/** Button style **/
.theme-btn,
a.theme-btn {
  z-index: 1;
  color: white;
  font-size: 15px;
  border:none;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 15px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff !important;
  background: #3ab44a;
}

.theme-btn i,
a.theme-btn i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}

.theme-btn:after,
.theme-btn:before,
a.theme-btn:after,
a.theme-btn:before {
  z-index: -1;
  content: '';
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
}

.theme-btn:before,
a.theme-btn:before {
  left: 0;
  top: 0;
  border-bottom: 55px solid transparent;
  border-left: 350px solid #1f1f1f;
}

.theme-btn:after,
a.theme-btn:after {
  right: 0;
  bottom: 0;
  border-top: 55px solid transparent;
  border-right: 350px solid #1f1f1f;
}

.theme-btn:hover:before,
a.theme-btn:hover:before {
  border-bottom: 0px solid transparent;
  border-left: 0px solid #1f1f1f;
}

.theme-btn:hover:after,
a.theme-btn:hover:after {
  border-top: 0px solid transparent;
  border-right: 0px solid #1f1f1f;
}

.theme-btn.btn-border,
a.theme-btn.btn-border {
  border: 1px solid;
}

.theme-btn.style-two,
a.theme-btn.style-two {
  color: #ffffff;
  background: #7cc143;
  border: 1px solid #e8e8e8;
}

.theme-btn.style-two:after,
a.theme-btn.style-two:after {
  border-right-color: white;
}

.theme-btn.style-two:before,
a.theme-btn.style-two:before {
  border-left-color: white;
}

.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
  color: white;
}

.theme-btn.style-three,
a.theme-btn.style-three {
  color: #252525;
  background: #7cc143;
}

.theme-btn.style-three:after,
a.theme-btn.style-three:after {
  border-right-color: #efefef;
}

.theme-btn.style-three:before,
a.theme-btn.style-three:before {
  border-left-color: #efefef;
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
  color: white;
}

.theme-btn.style-four,
a.theme-btn.style-four {
  color: white;
  opacity: 0.5;
  border: 1px solid #7c7c7c;
  background: #7cc143;
}

.theme-btn.style-four:after,
a.theme-btn.style-four:after {
  border-right-color: #1f1f1f;
}

.theme-btn.style-four:before,
a.theme-btn.style-four:before {
  border-left-color: #1f1f1f;
}

.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
  opacity: 1;
  border-color: #7cc143;
}












/** Button style **/
.theme-btn3,
a.theme-btn3 {
  z-index: 1;
  color: white;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff !important;
  background: #000;
  border-color: unset;
}

.theme-btn3 i,
a.theme-btn3 i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}

.theme-btn3:after,
.theme-btn3:before,
a.theme-btn3:after,
a.theme-btn3:before {
  z-index: -1;
  content: '';
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
}

.theme-btn3:before,
a.theme-btn3:before {
  left: 0;
  top: 0;
  border-bottom: 55px solid transparent;
  border-left: 350px solid #3ab44a;
}

.theme-btn3:after,
a.theme-btn3:after {
  right: 0;
  bottom: 0;
  border-top: 55px solid transparent;
  border-right: 350px solid #3ab44a;
}

.theme-btn3:hover:before,
a.theme-btn3:hover:before {
  border-bottom: 0px solid transparent;
  border-left: 0px solid #3ab44a;
}

.theme-btn3:hover:after,
a.theme-btn3:hover:after {
  border-top: 0px solid transparent;
  border-right: 0px solid #3ab44a;
}

.theme-btn3.btn-border,
a.theme-btn3.btn-border {
  border: 1px solid;
}

.theme-btn3.style-two,
a.theme-btn3.style-two {
  color: #ffffff;
  background: #000;
  border: 1px solid #e8e8e8;
}

.theme-btn3.style-two:after,
a.theme-btn3.style-two:after {
  border-right-color: white;
}

.theme-btn3.style-two:before,
a.theme-btn3.style-two:before {
  border-left-color: white;
}

.theme-btn3.style-two:hover,
a.theme-btn3.style-two:hover {
  color: white;
}

.theme-btn3.style-three,
a.theme-btn3.style-three {
  color: #252525;
  background: #000;
}

.theme-btn3.style-three:after,
a.theme-btn3.style-three:after {
  border-right-color: #efefef;
}

.theme-btn3.style-three:before,
a.theme-btn3.style-three:before {
  border-left-color: #efefef;
}

.theme-btn3.style-three:hover,
a.theme-btn3.style-three:hover {
  color: white;
}

.theme-btn3.style-four,
a.theme-btn3.style-four {
  color: white;
  opacity: 0.5;
  border: 1px solid #7c7c7c;
  background: #000;
}

.theme-btn3.style-four:after,
a.theme-btn3.style-four:after {
  border-right-color: #3ab44a;
}

.theme-btn3.style-four:before,
a.theme-btn3.style-four:before {
  border-left-color: #3ab44a;
}

.theme-btn3.style-four:hover,
a.theme-btn3.style-four:hover {
  opacity: 1;
  border-color: #7cc143;
}











.home-btn1::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #1f1f1f;
  border-radius: 5px;
  transform-origin: left;
  transition: transform 0.5s;
  transform: scaleX(0);
}

.home-btn1:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.home-btn1 {
  background: #3ab44a;
  animation: btn 2s ease-in-out infinite;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  top:-10px;
  z-index: 1;
  border-radius: 5px !important;
  padding: 10px 20px;
  color: #fff;
}


.mah{
line-height: 1.5 !important;
}
.nsns{
justify-content: space-between;
}
.mamm{
padding: 70px 0;
background: #f2f7ff;
}


html{
overflow-x: hidden;
}

#message1{
position: absolute;
  left: 16px;
  font-size: 16px;
  top: 90%; 
}

#message2{
position: absolute;
  left: 16px;
  font-size: 16px;
  top: 90%; 
}

#message3{
position: absolute;
  left: 16px;
  font-size: 16px;
  top: 90%; 
}

#message4{
position: absolute;
  left: 16px;
  font-size: 16px;
  top: 90%; 
}



#message11{
position: absolute;
  left: 16px;
  font-size: 16px;
  top: 90%; 
}

#message12{
position: absolute;
  left: 16px;
  font-size: 16px;
  top: 90%; 
}

#message13{
position: absolute;
  left: 16px;
  font-size: 16px;
  top: 90%; 
}

#message14{
position: absolute;
  left: 16px;
  font-size: 16px;
  top: 90%; 
}


.michel{
position: relative;
}
.cric{
padding: 0 20px;
}

/* coscrdwtzhywplhu' */
.alert-success{
z-index: 999;
position: absolute;
top: 10%;
left: 50%;
padding: 15px;
transform: translate(-50% ,-50%);
text-align: center;
background: #65c765;
color: #fff;
/*display: flex;*/
/*justify-content: center;*/

}

.mann{
padding: 50px 0;
}

.rackses_head{
font-size: 35px;
font-weight: 700;
text-align: center;
}
.rackses_para{
text-align: center;
}

.mahh1{
padding: 50px 0;
}

.mahh2{
padding: 10px 0;
}
.babs{
padding: 0 10px;
}
.mass{
row-gap: 20px;
padding: 50px 0;
justify-content: center;
align-items: center;
}



.case{
padding: 50px 0;
}

/* it is mission */

.michel {
position: relative;
/* width: 1200px;
    height: 600px; */
/* margin: 80px auto 0; */
}

.michel .box {
position: relative;
/* width: calc(400px - 60px);
height: 500px; */
height: 300px;
background: #3a3a3c;
float: left;
width: 100%;
margin: 15px;
box-sizing: border-box;
overflow: hidden;
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
/* box-shadow: 0 5px 10px rgba(0, 0, 0, .8); */
}



.michel .box:before {
content: '';
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
box-sizing: border-box;
transition: 0.5s;
transform: scaleX(0);
opacity: 0;
}

.michel .box:hover:before {
transform: scaleX(1);
opacity: 1;
}

.michel .box:after {
content: '';
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
box-sizing: border-box;
transition: 0.5s;
transform: scaleY(0);
opacity: 0;
}

.michel .box:hover:after {
transform: scaleY(1);
opacity: 1;
}

.michel .box .imgBox {
position: relative;
height: 100%;
}

.michel .box .imgBox img {
width: 100%;
transition: 0.5s;
height: 100%;
}

.michel .box:hover .imgBox img {
opacity: .2;
transform: scale(1.2);
}

.michel .box .content {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
z-index: 2;
padding: 20px;
box-sizing: border-box;
text-align: center;
}

.michel .box .content h2 {
margin: 0 0 10px;
padding: 0;
color: #fff;
transition: 0.5s;
transform: translateY(-50px);
opacity: 0;
visibility: hidden;
}

.michel .box .content p {
margin: 0;
padding: 0;
color: #fff;
transform: translateY(50px);
opacity: 0;
visibility: hidden;
}

.michel .box:hover .content h2,
.michel .box:hover .content P {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}

.michel .box1 {
position: relative;
height: 500px;
background: #035681;
float: left;
margin: 15px;
box-sizing: border-box;
overflow: hidden;
border-radius: 15px;

box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
/* box-shadow: 0 5px 10px rgb(0 0 0 / 80%); */
}

.michel .box1 .content {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
z-index: 2;
padding: 40px;
/* border-left: 1px solid white; */
box-sizing: border-box;
text-align: center;
opacity: 0.9;
background: #dc3545;
}




.form-control{
border: 1px solid gray;
}


.table-seller.table thead>tr>th {
background: #302860;
color: #fff;
}

td {
font-size: 16px;
font-weight: 500;
}
th{
font-size:16px;
color: #000 !important;
}
.prd{
color: #3ab44a;
  padding: 10px 0;
  font-size: 20px;
}
.rackses_para{
font-size: 16px;
text-align: center;
color:#000;
}
.msg-with{
width: 100%;  
}
.get_contacted{
padding: 20px 0;
background: #ecf5fb;
}
.dsf{
align-items: center;
}
.prs{
font-size: 16px;
text-align: justify;
}
.raj{
padding-bottom: 70px;
}
.gall{
align-items: center;
}

.models_gallery{
padding:70px 0;
/* background: #f0f0f3; */
}
.swag{
padding-bottom: 30px;
}
.table > tbody{
border: 1px solid;
}
.maiia{
padding-top: 70px;
}
.haha{
row-gap: 20px;
}




/* for gallery  */
.crct{
text-align: center;
padding: 10px 0;
}

.gallery-block {
position: relative;
margin-bottom: 30px;
/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.gallery-block .inner-box {
position: relative;
}

.gallery-block .inner-box .image {
position: relative;
overflow: hidden;
margin-bottom: 0px;
}

.gallery-block .inner-box .image img {
position: relative;
width: 100%;
display: block;
}

.gallery-block .inner-box .image .overlay-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
color: #ffffff;
overflow: hidden;
text-align: center;
background-color: rgba(0, 0, 0, 0.70);
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}

.gallery-block .inner-box:hover .overlay-box {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}

.gallery-block .inner-box .overlay-inner {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: table;
vertical-align: middle;
padding: 10px 0px;
}

.gallery-block .inner-box .overlay-inner .content {
position: relative;
display: table-cell;
vertical-align: middle;
}

.gallery-block .inner-box .overlay-box .category {
position: relative;
color: #ffffff;
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
}

.gallery-block .inner-box .overlay-box h4 {
position: relative;
font-weight: 500;
line-height: 1.4em;
margin-bottom: 10px;
text-transform: capitalize;
}

.gallery-block .inner-box .overlay-box h4 a {
position: relative;
color: #ffffff;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.gallery-block .inner-box .overlay-box h4 a:hover {
color: #e10c0c;
}

.single-project.single-project-fullwidth.aos-init.aos-animate {
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}



.has-children1:hover .sub-menu1 {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sub-menu1 {
background-color: #f7f7f7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
left: 230px;
right: auto;
width: 230px;
padding: 15px 0;
border-bottom: 3px solid #3ab44a;
margin-top: -30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
z-index: 9;
}

.has-children2:hover .sub-menu2 {
margin-top: -14px;
opacity: 1;
margin-left: -3px;
visibility: visible;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.sub-menu2 {
background-color: #f7f7f7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
left: 230px;
right: auto;
width: 230px;
padding: 15px 0;
border-bottom: 3px solid #3ab44a;
margin-top: 0px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
z-index: 9;
}



.hero-slide-bg::before{
position: absolute;
content: " ";
background: #1f1f1f;
height: 100%;
top: 0;
left: 0;
opacity: 0.5;
width: 100%;
}





.sub-menu1{
  top: 15px !important; 
}







/* 

.slideshow {
position: relative;
z-index: 1;
height: 100%;
max-width: 700px;
margin: 50px auto;
}
.slideshow * {
outline: none;
}
.slideshow .slider-wrap {
position: absolute;
top: 0;
left: 0;
width: 20%;
overflow: hidden;
height: 100%;
pointer-events: none;
z-index: 2;
}
.slideshow .slider-wrap:nth-child(1) {
pointer-events: all;
width: 100%;
z-index: 1;
}
.slideshow .slider-wrap:nth-child(1) .slider {
left: 0%;
width: 100%;
}
.slideshow .slider-wrap:nth-child(2) {
left: 20%;
}
.slideshow .slider-wrap:nth-child(2) .slider {
left: -100%;
}
.slideshow .slider-wrap:nth-child(3) {
left: 40%;
}
.slideshow .slider-wrap:nth-child(3) .slider {
left: -200%;
}
.slideshow .slider-wrap:nth-child(4) {
left: 60%;
}
.slideshow .slider-wrap:nth-child(4) .slider {
left: -300%;
}
.slideshow .slider-wrap:nth-child(4) .slider .slider-track {
transition-delay: 1s;
}
.slideshow .slider-wrap:nth-child(5) {
left: 80%;
}
.slideshow .slider-wrap:nth-child(5) .slider {
left: -400%;
}
.slideshow .slider-wrap:nth-child(5) .slider .slider-track {
transition-delay: 2s;
}
.slideshow .slider-wrap .slider {
width: 500%;
}
.slideshow .slider-track {
transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
height: 100%;
background: #f00;
color: #fff;
position: relative;
z-index: 1;
}
.slideshow .item img {
width: 100%;
}
.slideshow .item .text {
position: absolute;
z-index: 10;
top: 20px;
left: 30px;
font-size: 40px;
width: 90%;
line-height: 1;
text-transform: uppercase;
color: #fff;
transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
transform: translate(-100%);
opacity: 0;
}
.slideshow .item .text p {
margin-top: 10px;
font-size: 14px;
line-height: 1.6;
text-transform: none;
width: 50%;
color: rgba(255, 255, 255, 0.8);
}
.slideshow .item.slick-active {
z-index: 10;
}
.slideshow .item.slick-active .text {
transform: translate(0);
opacity: 1;
} */







.ph a,
.ph:before,
.ph {
	background: #74c0fc;
	color: #74c0fc;
}

.fb a,
.fb:before,
.fb {
	background: #3b5999;
	color: #3b5999;
}

.wa a,
.wa:before,
.wa{
    background:#49c95a;
    color:#49c95a;
}

.tw a,
.tw:before,
.tw {
	background: #55acee;
	color: #55acee;
}

.in a,
.in:before,
.in {
	background: #e4405f;
	color: #e4405f;
}

.gh a,
.gh:before,
.gh {
	background: #333333;
	color: #333333;
}



ul#buttons {
	padding: 0;
	margin: 0;
	position: fixed;
	top: 80%;
	left: 4%;
	transform: translate(-50%, -50%);
	list-style: none;
	display: grid;
	z-index: 99;
	/* 	grid-template-columns: repeat(4,1fr); */
	grid-gap: 10px;
}

ul#buttons:before {
	/* 	content: "Social Hovers"; */
	font-size: 2em;
	font-family: Arial;
	font-weight: 300;
	color: #4d4d4d;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 99;
	margin-top: -60px;
}

ul#buttons li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: .5s;
	z-index: 99;
	/* box-shadow: 0px 8px 16px -6px,
				0px 0px 16px -6px; */
}

ul#buttons li a {
	display: block;
	widows: 100%;
	height: 100%;
	font-size: 1.25em;
	background: transparent;
	transition: .5s;
	border: 1px solid;
	animation: icon-out .5s forwards;
	animation-timing-function: cubic-bezier(0.5, -0.6, 1, 1);
}

ul#buttons li:before {
	content: "";
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	transform: rotate(-45deg) translate(-110%, -23px);
	z-index: -2;
	animation: back-out .5s forwards;
	animation-timing-function: cubic-bezier(0.5, -0.6, 1, 1);

}

ul#buttons li:hover a {
	animation: icon-in .5s forwards;
	animation-timing-function: cubic-bezier(0, 0, 0.4, 1.6);
}

ul#buttons li:hover:before {
	animation: back-in .5s forwards;
	animation-timing-function: cubic-bezier(0, 0, 0.4, 1.6);
}

@keyframes back-in {
	0% {
		transform: rotate(-45deg) translate(-110%, -23px);
	}

	80% {
		transform: rotate(-45deg) translate(5%, -23px);
	}

	100% {
		transform: rotate(-45deg) translate(0%, -23px);
	}
}

@keyframes back-out {
	0% {
		transform: rotate(-45deg) translate(0%, -23px);
	}

	20% {
		transform: rotate(-45deg) translate(5%, -23px);
	}

	100% {
		transform: rotate(-45deg) translate(-110%, -23px);
	}
}

@keyframes icon-in {
	0% {
		font-size: 1.25em;
	}

	80% {
		color: #fff;
		font-size: 1.5em;
	}

	100% {
		color: #fff;
		font-size: 1.35em;
	}
}

@keyframes icon-out {
	0% {
		color: #fff;
		font-size: 1.35em;
	}

	20% {
		color: #fff;
		font-size: 1.5em;
	}

	100% {
		font-size: 1.25em;
	}
}

.dsf .col-lg-4.col-md-4.col-sm-4.col-12{
  text-align: center;
}
.phone{
  background: #dcd9d9;
    border: none;
}
.phone:focus{
  background: #dcd9d9;
    border: none;
}
.input-group-text{
  border-radius: unset;
}
.df.form-control{
  border: none;
}

.rank{
  font-weight: 800;
    color: #fff;
    font-size: 36px;
    padding-bottom:10px;
}