/* period*/
.mobile-period{
  display: none;
}
.body1 {
  font-family: "Poppins", sans-serif;
margin: 2.3em;
margin-right: 13px;
}

.body1 h1 {
  margin: 2em auto 0;
  font: 700 3em "Poppins", sans-serif;
  color: #f1f5f6;
  text-align: center;
}

.body1 h5 {
  margin: 0 auto 2em;
  font: 400 1.3em "Poppins", sans-serif;
  color: #f1f5f6;
  text-align: center;
}

.body  a {
  text-decoration: none;
  background: radial-gradient(circle, rgba(174,234,238,0.5088410364145659) 0%, rgba(43,52,244,0.5172443977591037) 100%);
}




aside.context {
  text-align: center;
  color: #fff;
  line-height: 1.7;
}
aside.context a {
  text-decoration: none;
  color: #fff;
  padding: 3px 0;
  border-bottom: 1px dashed;
}
aside.context .explanation {
  max-width: 700px;
  margin: 4em auto 0;
}


.periodic-table {
  display: grid;
  grid-template-columns: repeat(9,80px);
  grid-template-rows: repeat(4, 80px);
  grid-gap: 10px;
  margin: auto;
  max-width: 1200px;
  justify-content: center;
}

.periodic-element {
  padding: 4px;
  position: relative;
  z-index: 1;
  cursor: default;
  transition: all 0.3s ease;
}
.periodic-element .periodic-element-inner {
  background:  black;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  transition: inherit;
}
.periodic-element .title {
  font: 700 24px/1.3 "Poppins", sans-serif;
  margin: 0.1em 0 0;
  transition: 0.8s ease 600ms;
}
.periodic-element .description {
  font: 300 8px "Poppins", sans-serif;
  margin-top: -0.2em;
}
.periodic-element:after {
  z-index: 10;
  content: attr(data-description);
  background: #f9f8f7;
  color: #333;
  width: 180px;
  position: absolute;
  top: 80%;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s, top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  height: auto;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  margin: 0 0 0 -50px;
  border-radius: 6px;
  text-align: center;
}
.periodic-element:hover {
  transform: scale(1.12);
  z-index: 10;
}
.periodic-element:hover .periodic-element-inner {
  background: transparent;
}
.periodic-element:hover .title,
.periodic-element:hover .description {
  -webkit-text-fill-color: #222;
}
.periodic-element:hover:after {
  top: 105%;
  opacity: 1;
}

a.periodic-element {
  cursor: pointer;
}

.social-media {
  background: linear-gradient(to bottom right,  #ff61d8 0%, #cbc634 100%);
}
.social-media .title,
.social-media .description {
  background: -webkit-linear-gradient( #ff61d8, #ff61d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fun-stuff {
  background: linear-gradient(to bottom right, #ffcc81 0%, #ffc171 100%);
}
.fun-stuff .title,
.fun-stuff .description {
  background: -webkit-linear-gradient(#ffcc81, #ffcc81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.just-trying {
  background: linear-gradient(to bottom right,#a5ea9b 0%, #5a88e5 100%);
}
.just-trying .title,
.just-trying .description {
  background: -webkit-linear-gradient(#a5ea9b, #a5ea9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intense-work {
  background: linear-gradient(to bottom right, #569cfa 0%, #a7df62 100%);
}
.intense-work .title,
.intense-work .description {
  background: -webkit-linear-gradient(#569cfa, #569cfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legend-table {
  padding: 15px;
  text-align: left;
  font-size: 15px;
  margin: 2em auto 0;
}
.legend-table__marker {
  width: 25px;
  height: 25px;
  margin: 5px 5px 10px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0.5px 1px rgba(0, 0, 0, 0.15);
}
.legend-table__text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 5px 5px;
  background: -webkit-linear-gradient(#ccc, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
}
.legend-table__direction {
  display: inline-block;
  margin: 10px 15px 10px 10px;
  background: -webkit-linear-gradient(#ccc, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
}

.empty-spacer-1 {
  grid-column: 3/span 4;
  grid-row: 1;
}
.empty-spacer-2 {
  grid-column: 1;
  grid-row: 4;
}
h2.title_per4{
position: relative;
margin-left:54px; 
margin-top: 10px;
  font-size: 40px;
  color: white;
  text-shadow: .1px .1px .2px black, 0 0 8px black;
  
}

@media screen and (max-width: 550px) {
.body1{
  display: none;

}
p.mp{
  position: relative;
  text-align: right;
margin-left:124px; 
margin-top: 100px;
  font-size: 10px;
}

  }
@media (min-width: 680px) and (max-width: 800px){

p.mp{
  position: relative;
  text-align: right;
margin-left:184px; 
margin-top: 100px;
  font-size: 20px;
}

#check{
    margin-top: -250px;
    width: 180px;
    height: 200px;
  }
  .body1{
  display: none;

}



}


@media (min-width: 481px) and (max-width: 1024px) {
  .body1 {
  font-family: "Poppins", sans-serif;
margin: 2.3em;
margin-right: 13px;
}

.body1 h1 {
  margin: 2em auto 0;
  font: 700 3em "Poppins", sans-serif;
  color: #f1f5f6;
  text-align: center;
}

.body1 h5 {
  margin: 0 auto 2em;
  font: 400 1.3em "Poppins", sans-serif;
  color: #f1f5f6;
  text-align: center;
}



aside.context {
  text-align: center;
  color: #fff;
  line-height: 1.7;
}
aside.context a {
  text-decoration: none;
  color: #fff;
  padding: 3px 0;
  border-bottom: 1px dashed;
}
aside.context .explanation {
  max-width: 700px;
  margin: 4em auto 0;
}


.periodic-table {
  display: grid;
  grid-template-columns: repeat(9,65px);
  grid-template-rows: repeat(4, 65px);
  grid-gap: 10px;
  margin: auto;
  max-width: 1200px;
  justify-content: center;
}

.periodic-element {
  padding: 4px;
  position: relative;
  z-index: 1;
  cursor: default;
  transition: all 0.3s ease;
}
.periodic-element .periodic-element-inner {
  background:  black;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  transition: inherit;
}
.periodic-element .title {
  font: 700 24px/1.3 "Poppins", sans-serif;
  margin: 0.1em 0 0;
  transition: 0.8s ease 600ms;
}
.periodic-element .description {
  font: 300 8px "Poppins", sans-serif;
  margin-top: -0.2em;
}
.periodic-element:after {
  z-index: 10;
  content: attr(data-description);
  background: #f9f8f7;
  color: #333;
  width: 180px;
  position: absolute;
  top: 80%;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s, top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  height: auto;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  margin: 0 0 0 -50px;
  border-radius: 6px;
  text-align: center;
}
.periodic-element:hover {
  transform: scale(1.12);
  z-index: 10;
}
.periodic-element:hover .periodic-element-inner {
  background: transparent;
}
.periodic-element:hover .title,
.periodic-element:hover .description {
  -webkit-text-fill-color: #222;
}
.periodic-element:hover:after {
  top: 105%;
  opacity: 1;
}

a.periodic-element {
  cursor: pointer;
}

.social-media {
  background: linear-gradient(to bottom right,  #33cccc 0%, #cbc634 100%);
}
.social-media .title,
.social-media .description {
  background: -webkit-linear-gradient( #33cccc, #cbc634);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fun-stuff {
  background: linear-gradient(to bottom right, #ff616d 0%, #ffc171 100%);
}
.fun-stuff .title,
.fun-stuff .description {
  background: -webkit-linear-gradient(#ff616d, #ffc171);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.just-trying {
  background: linear-gradient(to bottom right, #37cfdc 0%, #5a88e5 100%);
}
.just-trying .title,
.just-trying .description {
  background: -webkit-linear-gradient(#37cfdc, #5a88e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intense-work {
  background: linear-gradient(to bottom right, #58ac30 0%, #a7df62 100%);
}
.intense-work .title,
.intense-work .description {
  background: -webkit-linear-gradient(#58ac30, #a7df62);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legend-table {
  padding: 15px;
  text-align: left;
  font-size: 15px;
  margin: 2em auto 0;
}
.legend-table__marker {
  width: 25px;
  height: 25px;
  margin: 5px 5px 10px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0.5px 1px rgba(0, 0, 0, 0.15);
}
.legend-table__text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 5px 5px;
  background: -webkit-linear-gradient(#ccc, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
}
.legend-table__direction {
  display: inline-block;
  margin: 10px 15px 10px 10px;
  background: -webkit-linear-gradient(#ccc, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
}

.empty-spacer-1 {
  grid-column: 3/span 4;
  grid-row: 1;
}
.empty-spacer-2 {
  grid-column: 1;
  grid-row: 4;
}
h2.title_per4{
margin-left:20px; 
margin-top: 2px;
  font-size: 40px;
  color: white;
  text-shadow: .1px .1px .2px black, 0 0 8px black;
  
}

  }
}


#check2 {
  position: absolute;
  left: 0;
  top: 0;
}






/* Perodic Title */








/*gif*/
.resumerow{
  margin-left: 70px;
  z-index: -2;
}
#gif1{
 width:200px;height:100px; 
 z-index: -2;
}

#tt{
  width:700px;height:760px;
  margin-top:-70px; 
 margin-left: 0px;
 z-index: -2;

}
@media (max-width: 450px) {


.resumerow{
  margin-left: 0px;
}
#gif1{
 width:200px;height:100px; 
 
}

#tt{
  width:500px;height:560px;
  margin-top:360px; 
 margin-left: -30px;



}
}


/*Main */

@media (max-width: 450px) {
 .area1{
    
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:20vh;
    
   
}

.drop{
    position: absolute;
    top: 10%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.drop li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #cee1f2;
    animation: animate 13s linear infinite;
    bottom: -150px;
    
}

.drop li:nth-child(1){
    right: 50%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.drop li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    background: #ee6568;
    animation-delay: 2s;
    animation-duration: 12s;
}

.drop li:nth-child(3){
    left: 70%;
    width: 10px;
    height: 10px;
    animation-delay: 4s;
}

.drop li:nth-child(4){
    left: 40%;
    width: 60px;
    background: #ee6568;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.drop li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.drop li:nth-child(6){
    left: 75%;
    width: 30px;
    background: #ee6568;
    height: 30px;
    animation-delay: 3s;
}

.drop li:nth-child(7){
    left: 35%;
    width: 50px;
    height: 50px;
    animation-delay: 7s;
}

.drop li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.drop li:nth-child(9){
    left: 20%;
    width: 25px;
    height: 25px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.drop li:nth-child(10){
    left: 85%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 11s;
}


/* Boxes*/

@import url('https://fonts.googleapis.com/css?family=Exo:400,700');


.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}


.area{
    
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:20vh;
    
   
}


.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #43c5d1;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

}

@media (min-width: 481px) and (max-width: 1024px) {
    .area1{
    
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:20vh;
    
   
}

.drop{
    position: absolute;
    right: 40%;
    width: 50%;
    height: 30%;
    overflow: hidden;
}

.drop li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #cee1f2;
    animation: animate 13s linear infinite;
    bottom: -150px;
    
}

.drop li:nth-child(1){
    right: 50%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.drop li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    background: #ee6568;
    animation-delay: 2s;
    animation-duration: 12s;
}

.drop li:nth-child(3){
    left: 70%;
    width: 10px;
    height: 10px;
    animation-delay: 4s;
}

.drop li:nth-child(4){
    left: 40%;
    width: 60px;
    background: #ee6568;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.drop li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.drop li:nth-child(6){
    left: 75%;
    width: 30px;
    background: #ee6568;
    height: 30px;
    animation-delay: 3s;
}

.drop li:nth-child(7){
    left: 35%;
    width: 50px;
    height: 50px;
    animation-delay: 7s;
}

.drop li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.drop li:nth-child(9){
    left: 20%;
    width: 25px;
    height: 25px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.drop li:nth-child(10){
    left: 85%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 11s;
}


/* Boxes*/

@import url('https://fonts.googleapis.com/css?family=Exo:400,700');


.context {
    width: 100%;
    position: absolute;
    top:20vh;
    
}


.area{
    
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 50%;
    height:20vh;
    
   
}


.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #43c5d1;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

}
@media (min-width: 1025px) {
    .area1{
    
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:20vh;
    
   
}

.drop{
    position: absolute;
    top: 10%;
    right: 40%;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.drop li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #cee1f2;
    animation: animate 13s linear infinite;
    bottom: -150px;
    
}

.drop li:nth-child(1){
    right: 50%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.drop li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    background: #ee6568;
    animation-delay: 2s;
    animation-duration: 12s;
}

.drop li:nth-child(3){
    left: 70%;
    width: 10px;
    height: 10px;
    animation-delay: 4s;
}

.drop li:nth-child(4){
    left: 40%;
    width: 60px;
    background: #ee6568;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.drop li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.drop li:nth-child(6){
    left: 75%;
    width: 30px;
    background: #ee6568;
    height: 30px;
    animation-delay: 3s;
}

.drop li:nth-child(7){
    left: 35%;
    width: 50px;
    height: 50px;
    animation-delay: 7s;
}

.drop li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.drop li:nth-child(9){
    left: 20%;
    width: 25px;
    height: 25px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.drop li:nth-child(10){
    left: 85%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 11s;
}


/* Boxes*/

@import url('https://fonts.googleapis.com/css?family=Exo:400,700');


.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}


.area{
    
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 50%;
    height:20vh;
    
   
}


.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #43c5d1;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}


/*--------------------------------------------------------------
# Bird
--------------------------------------------------------------*/
.origami svg {
  height: 20vh;
}

.origami {
  position: absolute;
  top: 0%;
  left: 80%;
  transform: translate(-50%, -50%);
}
@media (max-width: 430px) {
  .origami svg {
  height: 14vh;
}

.origami {
  position: absolute;
  top: 0%;
  left: 83%;
  transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 1100px) and ( min-width: 500px) {
  .origami svg {
  height: 13vh;
}

.origami {
  position: absolute;
  top: 0%;
  left: 73%;
  transform: translate(-50%, -50%);
}
}


/*--------------------------------------------------------------
# MY photo
--------------------------------------------------------------*/
@media (max-width: 500px){
  .periodic-table{
    display: none;
  }
  #check{
    margin-top: -180px;
    width: 120px;
    height: 200px;
  }
#check img:first-child::before {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    }
#check img:first-child{
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

    #check img:first-child:hover{
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.06);
    }
}
@media (min-width: 1030px){
#check img:first-child::before {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    }
#check img:first-child{
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

    #check img:first-child:hover{
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.06);
    }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
  color: #0563bb;
  text-decoration: none;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.softaa{
   margin-top: 80px;
}

/*  Cube  */

.cube {
    position: relative;
    overflow: hidden;
    padding-left: 2%;
}

@media(max-width: 500px){
  .cube {
    position: relative;
    overflow: hidden;
    margin-left: -90px;
    height: 200px;
    margin-top:50px 
}
}


serif;
  font-size: 100%;
  color: #333333;
  padding: 1rem;
}



.download {
  display: inline-flex;
  flex-direction: column;
  border: 2px solid #333333;
  padding: 1rem;
  font-size: 2rem;
  line-height: 2.5rem;
}

.download__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  color: #333333;
  outline: none;
  text-decoration: none;
}
.download__link:hover,
.download__link:focus,
.download__link:active {
  outline: 1px solid transparent;
  text-decoration: underline;
}

.download__icon {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: -4rem auto 0.25rem auto;
  padding: 1rem;
  background-color: #ffffff;
}

.download__title {
  display: block;
  text-align: center;
  color: #333333;
  text-decoration: none;
}

.download__filesize {
  display: inline-block;
}
.download__filedate {
  display: inline-block;
}
.download__additional-info {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #666666;
  text-align: center;
}

abbr {
  position: relative;
  outline: none;
  padding-bottom: 2px;
}

@keyframes TOOLTIP {
  from {
    margin-top: 0;
    background-color: rgba(0,0,0,0);
  }
  to {
    margin-top: 2.25rem;
    background-color: rgba(0,0,0,1);
  }
}
@keyframes ARROW {
  from {
    margin-top: 0;
    background-color: rgba(0,0,0,0);
  }
  to {
    margin-top: 2rem;
    background-color: rgba(0,0,0,1);
  }
}

abbr::after {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-top: 2.25rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  animation: TOOLTIP 0.1s ease-out 1;
}
abbr::before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  margin: 2rem 0 0 -0.5rem;
  transform: rotate(45deg);
  background-color: #000000;
  animation: ARROW 0.1s ease-out 1;
}
abbr[tabindex]:hover,
abbr[tabindex]:focus {
  padding-bottom: 0;
  border-bottom: 2px solid #000000;
}
abbr[tabindex]:hover::after,
abbr[tabindex]:focus::after{
  content: attr(title);
}
abbr[tabindex]:hover::before,
abbr[tabindex]:focus::before {
  content: "";
}

@media print {
  abbr::after {
    content: " (" attr(title) ") ";
  }
}

small {
  display: block;
} 

.hide {
  display: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0563bb;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0678e3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {
  .nav-menu a {
    width: 56px;
  }
  .nav-menu a span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover, .nav-menu .active, .nav-menu li:hover > a {
  color: #fff;
  background: #0563bb;
}

.nav-menu a:hover span, .nav-menu .active span, .nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

@media (max-width: 480px) {
    .combine {
        width: 100%;
        height: 50%;
        margin-top: 90%;
    }
  #hero {
  width: 100%;
  height: 80vh;
  position: relative;
}
#hero h1 {
  margin-top: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b;
}

#hero p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #0563bb;
}

  
}
@media (min-width: 481px) and (max-width: 1025px) {
    #hero {
      
      width: 100%;
  height: 80vh;
  position: relative;
        
  }
 
  #hero h1 {
      margin-top: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  #hero h1 {
  margin: 15px 0 0 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b;
}

#hero p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #0563bb;
}

}

   

@media (min-width: 1025px) {
    .combine {
        width: 100%;
        height: 50%;
        margin-top: 10%;
    }
    #hero {
     
        width: 100%;
        height: 100%;
       
    }
        #hero h1 {
            margin: 10px 10px 10px 0;
            font-size: 64px;
            font-weight: 700;
            line-height: 56px;
            color: #45505b;
        }

#hero p {
  color: #45505b;
  margin: 0px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 60px;
}

#hero .social-links a {
  font-size: 54px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #0563bb;
}

}





/* Project-title*/


 
  





/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}



/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #0563bb;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/







.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.Project .Project-item {
  margin-bottom: 30px;
}

.Project #Project-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.Project #Project-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.Project #Project-flters li:hover, .Project #Project-flters li.filter-active {
  color: #0563bb;
}

.Project #Project-flters li:last-child {
  margin-right: 0;
}

.Project .Project-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.Project .Project-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.Project .Project-wrap .Project-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Project .Project-wrap .Project-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.Project .Project-wrap .Project-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.Project .Project-wrap .Project-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.Project .Project-wrap .Project-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.Project .Project-wrap .Project-links {
  text-align: center;
  z-index: 4;
}

.Project .Project-wrap .Project-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.Project .Project-wrap .Project-links a:hover {
  color: #148af9;
}

.Project .Project-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.Project .Project-wrap:hover .Project-info {
  opacity: 1;
}

.Project .Project-wrap:hover .Project-info::before {
  top: 15px;
  left: 15px;
}

.Project .Project-wrap:hover .Project-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.Project-details {
  padding-top: 40px;
}

.Project-details .Project-details-slider img {
  width: 100%;
}

.Project-details .Project-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.Project-details .Project-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.Project-details .Project-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.Project-details .Project-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

.Project-details .Project-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.Project-details .Project-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.Project-details .Project-info ul li + li {
  margin-top: 10px;
}

.Project-details .Project-description {
  padding-top: 30px;
}

.Project-details .Project-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.Project-details .Project-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Certificates
--------------------------------------------------------------*/
.Certificates .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.Certificates .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.Certificates .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.Certificates .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.Certificates .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.Certificates .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.Certificates .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.Certificates .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.Certificates .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.Certificates .iconbox-blue i {
  color: #47aeff;
}

.Certificates .iconbox-blue:hover .icon i {
  color: #fff;
}

.Certificates .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.Certificates .iconbox-orange i {
  color: #ffa76e;
}

.Certificates .iconbox-orange:hover .icon i {
  color: #fff;
}

.Certificates .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.Certificates .iconbox-pink i {
  color: #e80368;
}

.Certificates .iconbox-pink:hover .icon i {
  color: #fff;
}

.Certificates .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.Certificates .iconbox-yellow i {
  color: #ffbb2c;
}

.Certificates .iconbox-yellow:hover .icon i {
  color: #fff;
}

.Certificates .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.Certificates .iconbox-red i {
  color: #ff5828;
}

.Certificates .iconbox-red:hover .icon i {
  color: #fff;
}

.Certificates .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.Certificates .iconbox-teal i {
  color: #11dbcf;
}

.Certificates .iconbox-teal:hover .icon i {
  color: #fff;
}

.Certificates .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #0563bb;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #0563bb;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #0563bb;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0678e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f8f9;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
