/*=======footer 2 css======*/
.footer2 {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  /*background-color: #151515*/
  background-image: url(../images/footer-backround.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

/*.footer2:before{position: absolute; content: ""; top:0;left: 0; height: 628px; width: 100%; background-color: #000}*/
.footer2 .footer-packages {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.footer2 h4 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #707a7e;
  font-family: "Montserrat", sans-serif;
}

.contactInfo {
  font-family: "Roboto", sans-serif;
}

.contactInfo ul,
.otherLinks ul {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  list-style-type: none;
}

.contactInfo ul li {
  display: flex;
  margin-bottom: 15px;
  border: 0 !important;
}

.contactInfo ul li a {
  display: flex;
  margin-bottom: 15px;
  border: 0 !important;
  color: #c9c9c9;
}

.footer2 .footer-packages ul li a:hover {
  text-decoration: none;
  color: #1285b9;
}

.contactInfo ul li .imgContacts {
  width: 45px;
}

.contactInfo ul li .imgContacts img {
  width: 21px;
  margin-top: -4px;
}

.contactInfo ul li .imgContacts i {
  font-size: 22px;
  margin-top: -4px;
  color: #7c7c7c;
}

.contactInfo ul li .contentContact {
  width: 85%;
}

.contactInfo ul li p {
  font-size: 14px;
  color: #d6d6d6;
  line-height: 17px;
}

.contactInfo ul li p a {
  color: #d6d6d6;
}
.socialMedia {
  margin: 0px 0px 10px 0px;
}
.socialMedia ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0px;
}

.socialMedia ul li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
}

.socialMedia ul li a {
  border: 1px solid #3a3d4b;
  border-radius: 100%;
  padding: 9px 9px;
  background: none;
  transition: ease-in-out all 0.4s;
  font-size: 20px;
  text-decoration: none;
  color: #d6d6d6;
  display: block;
}

.socialMedia ul li a.fb:hover {
  background: #1877f2;
  color: #ffffff;
}

.socialMedia ul li a.brand-x:hover {
  background: #111111;
  color: #ffffff;
}

.socialMedia ul li a.whtsapp:hover {
  background: #25d366;
  color: #ffffff;
}

.socialMedia ul li a.insta:hover {
  background: linear-gradient(30deg, #f38334, #da2e7d 50%, #6b54c6);
  transition: ease-in-out all 0.4s;
  color: #ffffff;
}

.socialMedia ul li a.linkedin:hover {
  background: #0077b5;
  color: #ffffff;
}

.footer2 .footer-packages ul {
  list-style-type: none;
  padding: 0;
}

.footer2 .footer-packages ul li {
  position: relative;
  padding: 0 0 0 20px;
}

.footer2 .footer-packages ul li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  display: inline-block;
  color: transparent;
  border: 1px solid #1285b9;
  border-radius: 50%;
  text-align: center;
  content: "\25cf";
  font-size: 7px;
  left: 0;
  top: 15px;
}

.footer2 .footer-packages ul li a {
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}

.footer2 .footer-packages ul li a:hover {
  text-decoration: none;
  color: #1285b9;
}

.footer2 .site-links {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.footer2 .site-links ul {
  list-style-type: none;
  padding: 0;
}

.footer2 .site-links ul li {
  position: relative;
  padding: 0 0 0 20px;
}

.footer2 .site-links ul li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  display: inline-block;
  color: transparent;
  border: 1px solid #1285b9;
  border-radius: 50%;
  text-align: center;
  content: "\25cf";
  font-size: 7px;
  left: 0;
  top: 15px;
}

.footer2 .site-links ul li a {
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}

.footer2 .site-links ul li a:hover {
  text-decoration: none;
  color: #1285b9;
}

/* 
.footer2 .social-links {
    position: relative;
    margin: 0 auto;
    padding: 0;
}


.footer2 .social-links ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0
}

.footer2 .social-links ul li {
    float: left;
    padding: 0 30px 0 0
}

.footer2 .social-links ul li a svg {
    color: #fff;
    font-size: 25px;
    transition: all 0.5s
}

.footer2 .social-links ul li a .face-hover:hover {
    color: #3b5998;
}

.footer2 .social-links ul li a .twit-hover:hover {
    color: #00acee !important;
}

.footer2 .social-links ul li a .insta-hover:hover {
    color: #e2555b !important;
} */

/* 
.footer2 .contact-no {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.footer2 .contact-no h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 32px 0
}

.footer2 .contact-no h4:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    width: 200px;
    height: 1px;
    background: rgba(21, 21, 21, 1);
    background: -moz-linear-gradient(left, rgba(21, 21, 21, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(21, 21, 21, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 21, 21, 1)), color-stop(48%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(21, 21, 21, 1)));
    background: -webkit-linear-gradient(left, rgba(21, 21, 21, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(21, 21, 21, 1) 100%);
    background: -o-linear-gradient(left, rgba(21, 21, 21, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(21, 21, 21, 1) 100%);
    background: -ms-linear-gradient(left, rgba(21, 21, 21, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(21, 21, 21, 1) 100%);
    background: linear-gradient(to right, rgba(21, 21, 21, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(21, 21, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151515', endColorstr='#151515', GradientType=1);

}

.footer2 .contact-no p {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.footer2 .contact-no p svg {
    margin: 0 10px 0 0;
    color: #1285b9;
    font-size: 25px;
    vertical-align: bottom;
}

.footer2 .contact-no .lo-icon {
    position: relative;
    display: inline-block;
    color: #1285b9;
    float: left;
    font-size: 25px
}

.footer2 .contact-no .lo-addr {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 90%;
    font-size: 14px;
    padding: 0 0 0 20px;
    line-height: 25px
} */

.copyright {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-color: #0c0c0c;
  text-align: center;
}

.copyright p {
  font-size: 13px;
  color: #6e6e6e;
  padding: 20px 0;
  margin: 0 auto;
}

/*=======footer 2 css======*/
