/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner{
  position: relative;
  overflow: hidden;
}

.banner .carousel-item {
  height: 100vh;
  min-height: 350px;  

}
.banner .carousel-item img{
  margin: 0 auto;
  width: 100%;
}

.banner .bgbox1{
  background: url('../images/banner-bg1.jpg')no-repeat center top;
  margin-top: 0px;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner .bgbox2{
  background: url('../images/banner-bg2.jpg')no-repeat center top;
  margin-top: 0px;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner .bgbox3{
  background: url('../images/banner-bg3.jpg') no-repeat center top;
  margin-top: 0px;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20% !important;    
  z-index: 10;
  width: 70%;;
}

.banner .box{    
  padding: 3rem;
  border-radius: 15px;
  font-weight: 800;
  font-size: 1.5em;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.5);
  background: rgba(255,255,255,0.8);
  min-height: 200px;
  color: #2e3131;
}
.banner .btn-get-started { 
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #fff;
  background: rgba(51, 51, 51, 0.5);  
}
.banner .carousel-indicators > li {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background-color: #666;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  min-height:100vh;
}
section {
  padding: 0px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #127ea5;
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #21413c;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Into
--------------------------------------------------------------*/
.into .container-fluid{
  padding-right: 0px !important;
  padding-left: 0px !important;
  background: url('../images/banner-into.jpg');
  height: calc(100vh - 72px);
  background-size: cover;
}
.into .icon-box h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #000;
}
.into .icon-box p {
  font-size: 1em;
  font-style: italic; 
  color: #000;
}

@media (max-width: 1024px) {
  .into .container-fluid{
    background: url('../images/about-img.jpg')no-repeat center center fixed;
    height: calc(100vh - 72px);
    background-size: cover;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .into .icon-box h4 {
    font-size: 1.5em;
    color: #fff;
  }
  .into .icon-box p {
    font-size: 1em;
    font-style: italic; 
    color: #fff;
  }
}

@media (max-width: 992px) {
  .into .container-fluid{
    background: url('../images/about-img.jpg')no-repeat center center fixed;
    height: calc(100vh - 72px);
    background-size: cover;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .into .icon-box h4 {
    font-size: 1.5em;
    color: #fff;
  }
  .into .icon-box p {
    font-size: 1em;
    font-style: italic; 
    color: #fff;
  }
}

@media (max-width: 768px) {
  .into .container-fluid{
    background: url('../images/about-img.jpg')no-repeat center center fixed;
    height: calc(100vh - 72px);
    background-size: cover;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .into .icon-box h4 {
    font-size: 1.7em;
    color: #fff;
  }
  .into .icon-box p {
    font-size: 1em;
    font-style: italic; 
    color: #fff;
  }
}

.into .title{
  font-size: 1.8em;
  font-weight: 600;
  color: #000;
}

.into small{
  padding-left: 10px;
  color: #000; 
  font-style: italic; 
}

.into .icon-box {
  margin-top: 44px;
}

.into .box{
  padding: 2%;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  position: relative; 
  width: 100%;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about::before{
  content: "";
  background:url('../images/about-img.jpg') no-repeat top center fixed;
  position: absolute;
  width: 100%;
  min-height: calc(100vh - 72px);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
}

@media (max-width: 991.98px){
  .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
  .about .imgleader{
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    align-self: flex-start;
  }

}

.about .pt50{
  padding-left: 50px;
}
.about .container-fluid{
  padding-right: 0px !important;
  padding-left: 0px !important;  
}

.about .menu{
  height: 100vh;
}

.about .menu .mymultiplediv{
  height: 20vh;        
}
.about .menu .mymultiplediv{
  cursor:pointer;
  border-bottom: 1px solid #586972;
  text-align: center;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff; 
  font-size: 1em; 
}
.about .menu .active,
.about .menu .mymultiplediv:hover{
  color: #a67831;
  background: linear-gradient(130deg, #bfa885 90%, #a67831 5%);
  font-size: 1.2em;

}
.about .mymultiplediv i{
  font-size: 3em;
  margin: 20% 0px 5px 0px;*
}
.about .mymultiplediv .our-text{
  font-size: 1.5em;
  margin: 20% 0px 5px 0px;*
}
.about .list-inline {
  padding-left: 35%;
  list-style: none;
}
.about .mydiv{
  display:none;
  padding: 0% 10%;
}
.about .active{
  display:block;
}

.about .title{
  font-size: 1.5em;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

.about .clients .col-lg-3, 
.about .clients .col-xl-3{
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media (max-width: 1024px) {
  .about{
    position: relative; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about::before{
    content: "";
    background:url('../images/about-img.jpg') no-repeat top center fixed;
    min-height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.85;
  }
}
@media (max-width: 992px) {
  .about{
    position: relative; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about::before{
    content: "";
    background:url('../images/about-img.jpg') no-repeat center center fixed;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.85;
  }
  .about .mymultiplediv .our-text{
    font-size: 1em;
    margin: 50px 10px 5px 0px;*
  }
}

.about small{
  color:#ffffff;
}
.about .leader-box{  
  padding: 20px;
  margin: 0;  
  background:#fff; 
  min-height: 500px;
  height:auto;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
}
.about .leader-box img{ 
  padding-top: 5px;
  word-break: break-word;
  word-wrap: break-word;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, 
  rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, 
  rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.about .teamdesc{
  font-size: 0.8em;
  padding: 2% 3% 0px 3%;
}
.about .teamdesc p{
  color: #666;
}
.about .leader-box h5{
  font-weight: 500;
  color: #34495e;
}
.about .leader-box .box{
  min-height: 140px;
}
@media (max-width: 768px) {
  .about .leader-box{  
    padding: 20px;
    min-height: 500px;
    background:#fff;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 5px;
  }
  .about .leader-box img{width:90px;margin: 0 auto;}
  
}
.about .leader-box h6{
  color: #DAA520;
}
.about .about-box{  
  padding: 20px;
  margin: 0;
  min-height: 450px;  
  background:rgba(255,255,255,0.5);  
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
}
.about .about-box:hover {
  box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}
.about .about-box .title {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.3em;
  color: #a67831;
}
.about div .about-box p{
  color: #000;
  text-align: left;
  font-size: 1rem;
  padding: 15px;
}
.about .bgclients{
  padding:10%;
  margin-bottom: 10px;  
  background:#fff;
  border-radius: 20px; 
  min-height: 500px;
  height:auto;
  transition: all 0.3s ease-in-out;
}
.about .icon i { 
  background-color: #FBAB7E;
  background-image: linear-gradient(0deg, #FBAB7E 0%, #F7CE68 100%);
  height: 5rem;
  width: 5rem;
  display: block;
  color: #a67831;
  line-height: 5.5rem;
  font-size: 2.25rem;
  border-radius: 50% !important;
  margin:0 auto;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.about .mydiv h4 {
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px !important;
  font-weight: 600;
  margin-bottom: 25px;
}
.about .mydiv .hd{
  color: #D4AF37 ;  
}
.about .mydiv .hd-f{
  color: #000000 ;
}
.about .mydiv .hd:before {
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 50px;
  height: 4px;
  background: #D4AF37;
}

.about p{
  font-size: 1.2em;
  line-height: 28px;
  margin-bottom: 0;
  color: #000;
}
.about .story p{
  font-size: 1.2em;
  line-height: 35px;
  margin-bottom: 0;
  color: #000;
}
.about .single-team img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0px;
  padding-bottom: 15px;
  box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}
.about .single-team img:hover {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.about #divtwo .col-xl-4
,.about #divtwo .col-lg-4
,.about #divtwo .col-md-4
,.about #divtwo .col-sm-12
{
  padding-right: 5px;
  padding-left: 5px;
}
.about #divtwo .boxcard:hover {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.about #divtwo .boxcard{
  padding-bottom: 5px;
}
/*--------------------------------------------------------------
# Practices
--------------------------------------------------------------*/
.practices{
  position: relative;
  width: 100%;
  min-height: 100vh;
  /*top: 72px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.practices::before{
  content: "";
  background: linear-gradient(165deg, #0c2e4e 60%, rgba(0, 0, 0, 0) 40%), 
  url('../images/about-img.jpg') no-repeat center right fixed;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
}

.practices1,.practices2,.practices3{
  background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  height: calc(100vh - 72px);
  color: #000;
}
.practices1 i{
  font-size: 2em;
}
.practices p{color: #fff;}
.practices .hd{
  text-align: center;
  text-transform: uppercase;
  color: #fff ;
  position: relative;
  letter-spacing: 0.08em;
  padding-bottom: 15px !important;
  font-weight: 600;
  margin-bottom: 25px;
}

/*card*/
.practices .card {
  margin-bottom: 5.625rem;
  border: none;
  background-color: transparent;
}
.practices .card:hover {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.practices .card-image {
  background:url('../images/services-1.png') no-repeat center center;
  background-size: cover; 
  min-height: 150px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.practices .card-image2 {
  background:url('../images/services-2.jpg') no-repeat center center;
  background-size: cover; 
  min-height: 150px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.practices .card-image3 {
  background:url('../images/services-3.jpg') no-repeat center center;
  background-size: cover; 
  min-height: 150px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.practices .card-body {
  padding: 2.25rem 2rem 2.125rem 2rem;
  border: 1px solid #ebe8e8;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  background-color: #fff;
}
.practices h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
.practices .card-body p {color: #000}
.practices .button-container {
  margin-top: -1.375rem;  
  text-align: center;
  cursor: pointer;
}
.practices .card-body{min-height: 255px;}
.practices .card {
  /*max-width: 20.875rem;*/  
}

.practices .col-lg-12 div.card:nth-child(3n+2) {
  margin-right: 3rem;
  margin-left: 3rem;
}
.practices .btn-solid-reg {
  display: inline-block;
  padding: 1.2rem 1.875rem 1.2rem 1.875rem;
  border: 0.125rem solid #f9c667;
  border-radius: 10px;
  background: #f79621;
  background: -moz-linear-gradient(top,  #f9c667 0%, #f79621 100%);
  background: -webkit-linear-gradient(top,  #f9c667 0%,#f79621 100%);
  background: linear-gradient(to bottom,  #f9c667 0%,#f79621 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 );
  width: 75%;
  letter-spacing: 0.08em;
  color: #000;
  font: 700 0.75rem/0 "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.practices .btn-solid-reg:hover {
  background-color: #f79621;
  border: 0.125rem solid #f9c667;
  color: #000;
}
/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
.expertise {
  padding: 50px 0 40px 0;
  height: calc(100vh - 72px);
}
.expertise .section-title {
  padding-bottom: 20px;
  text-align: center;
}
.expertise .hd{
  text-align: center;
  text-transform: uppercase;
  color: #000000 ;
  position: relative;
  padding-bottom: 20px;
  font-weight: 600;
}
.expertise .hd:before{
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 50px;
  height: 4px;
  background: #ffffff;
}
.expertise .row {
  overflow: hidden;
}

.expertise .content-item {
  padding: 40px;
  border-left: 1px solid #d4e9e6;
  border-bottom: 1px solid #d4e9e6;
  margin: -1px;
}

.expertise .content-item span {
  font-size: 1.2em;
  line-height: 50px;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  color: #127ea5;
  background-color: #add2e5;

}

.expertise .content-item h4 {
  font-size: 1.2em;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
  color: #ffffff;
}

.expertise .content-item p {
  color: #aaaaaa;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .expertise .content-item {
    padding: 40px;
  }
}
/*--------------------------------------------------------------
# projects
--------------------------------------------------------------*/
#projects{
  padding: 50px 0 40px 0;
  background-color: #eee;
  background-repeat: no-repeat;
}
.projects .container-fluid,.projects .container-lg, 
.projects .container-md,.projects .container-sm,.projects .container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.projects .row .content {
  flex: 1 1 auto;
  min-height: 73vh;
}

.projects .containerFull{ 
  position: relative; 
  width: 100%; 
  margin: 0 auto; 
  padding: 0;
}
.projects .containerFull .column,
.projects .containerFull .columns
{ 
  float: left; 
  display: inline; 
  margin-left: 0px; 
  margin-right: 0px;
  min-height: 73vh;
}

.projects .box1 {
  background:url('../images/projects/projects-1.jpg') center bottom; 
  background-size: cover; 
  height:73vh;
}
.projects .box2 {
  background:url('../images/projects/projects-2.jpg') center bottom; 
  background-size: cover; 
  height:73vh;
}
.projects .box3 {
  background:url('../images/projects/projects-3.jpg') center bottom; 
  background-size: cover; 
  height:73vh;
}
.projects .box4 {
  background:url('../images/projects/projects-4.jpg') center bottom; 
  background-size: cover; 
  height:73vh;
}
.projects .box5 {
  background:url('../images/projects/projects-5.jpg') center bottom; 
  background-size: cover; 
  height:73vh;
}
.projects .box6 {
  background:url('../images/projects/projects-6.jpg') center bottom; 
  background-size: cover; 
  height:73vh;
}
.projects .box7 {
  background:url('../images/projects/projects-7.jpg') center bottom; 
  background-size: cover; 
  height:73vh;
}
.projects .box8 {
  background:url('../images/projects/projects-8.jpg') center bottom; 
  background-size: cover; 
  height:73vh;
}
.projects .box1::before,
.projects .box2::before,
.projects .box3::before,
.projects .box4::before,
.projects .box5::before,
.projects .box6::before,
.projects .box7::before,
.projects .box8::before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.25);
  content: "";
  z-index: -1;   
}
.projects .box1:hover{
  background-image:url('../images/projects/projects-1.jpg');
}
.projects .box2:hover{
  background-image:url('../images/projects/projects-2.jpg');
  cursor: not-allowed;  
}
.projects .box3:hover{
  background-image:url('../images/projects/projects-3.jpg');
  /*cursor: not-allowed;*/
}
.projects .box4:hover{
  background-image:url('../images/projects/projects-4.jpg');
}
.projects .box5:hover{
  background-image:url('../images/projects/projects-5.jpg');
  cursor: not-allowed;
}
.projects .box6:hover{
  background-image:url('../images/projects/projects-6.jpg');
}
.projects .box7:hover{
  background-image:url('../images/projects/projects-7.jpg');  
}
.projects .box8:hover{
  background-image:url('../images/projects/projects-8.jpg');
}
.projects .box1:hover  .content-details
,.projects .box2:hover  .content-details
,.projects .box3:hover  .content-details
,.projects .box4:hover  .content-details
,.projects .box5:hover  .content-details
,.projects .box6:hover  .content-details
,.projects .box7:hover  .content-details,.projects .box8:hover  .content-details{
  top: 60%;
  left: 50%;  
}
.projects .carousel-item{
  cursor: pointer;
}
.projects .content {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.projects .content-details {
  position: absolute;
  text-align: center;
  padding: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  background: rgba(255,255,255,0.5);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.projects .content-details h3{
  padding-top: 10px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.projects .content-details p{
  color: #0f2f4e;
  font-size: 0.9em;
}
.projects .fadeIn-bottom{
  top: 80%;
}
.projects .fadeIn-top{
  top: 20%;
}
.projects .fadeIn-left{
  left: 20%;
}
.projects .fadeIn-right{
  left: 80%;
}

/* medium - display 2  */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
      transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
      transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .banner .carousel-inner .carousel-item>div {
      /*display: none;*/
  }
  .projects .carousel-inner .carousel-item>div {
      display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
      display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}



/* ==========================================================================
   Contact
   ========================================================================== */
#contact{
  height: 100vh;
}
.contact-bg {
  color: #FFF;
  background-image: linear-gradient(to right top, #051937, #0a2b4e, 
    #0c3e65, #0b537d, #046895);
}
.contact h5{
  font-weight: 500;
}
.contact h6{
  font-weight: 500;
  line-height: 1.5em;
}
.contact .borderr{
  border-left: 5px solid #95afc0;
  margin-left: 10%;
  margin-bottom: 10px;
}
.contact .container-fluid{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  right: 15px;
  bottom: 15px;
  background: #19b5fe;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top i {
  font-size: 1.5em;
  position: absolute;
  top: 8px;
  left: 8px;
}
.back-to-top:hover {
  color: #fff;
  background: #3498db;
  transition: background 0.2s ease-in-out;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.footer {
  padding-bottom: 3rem;
  background-color: #FFF;  
  color: #2c3e50;
}

.social-link {
  display: block;
  text-align: center;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #2c3e50;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}