.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.footer-section {
    /* padding: 15px 0px;*/
    padding: 40px 15px 20px 115px;
    /* background-color: #000249; */
    background: url("../Images/Footer_bg.jpg");
    display: flex;
    justify-content: space-between;
    /* position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1; */
}

.contact-Dthrill,
.itSolutions,
.itService,
.ittrainning,
.contact-through,
.QuickLink,
.ourPartners {
  color: white;
}
.contact-Dthrill h4,
.itSolutions h4,
.itService h4,
.ittrainning h4,
.contact-through h4,
.QuickLink h4 {
  padding-top: 10px;
  line-height: 35px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  /* text-align: center; */
}
.contact-Dthrill ul,
.itSolutions ul,
.itService ul,
.ittrainning ul,
.contact-through ul,
.QuickLink ul {
  /* padding-left: 40px !important; */
  padding-left: 0px !important;
}
.Information {
  display: flex;
  align-items: center;
}
.contact-Dthrill ul li a,
.itSolutions ul li a,
.itService ul li a,
.ittrainning ul li a,
.contact-through ul li a,
.contact-through p,
.contact-through address,
.QuickLink ul li a,
.Information ul li a {
  opacity: 0.9;
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.itSolutions ul li a:after,
.itService ul li a:after,
.ittrainning ul li a:after,
.QuickLink ul li a:after {
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.itSolutions ul li a:hover:after,
.itService ul li a:hover:after,
.ittrainning ul li a:hover:after,
.QuickLink ul li a:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}

.Information ul li a:after {
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.Information ul li a:hover:after {
  width: 50%;
  right: auto;
  left: 0;
}
.footer-mb .phoneIcon,
.footer-mb .phone p {
  animation: zoom-in-zoom-out 3s ease-out infinite;
  cursor: pointer;
}
.Information ul li a {
  padding-right: 50px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
    color: yellow;
  }
  100% {
    transform: scale(1, 1);
  }
}

.phone p {
  font-size: 20px;
}
.phone p,
.email p,
.address p {
  line-height: 22px;
  margin: 6px 0px 0px 0px;
}
.info-ul {
  padding-left: 2rem;
  color: #fff;
}

.QuickLink li,
.ittrainning li,
.itSolutions li,
.itService li,
.Information li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Information ul {
  display: flex;
  justify-content: space-between;
}
.ourPartners {
  text-align: center;
}
.footer-bottom {
    padding: 15px 0;
}

.footer-socialIcons ul {
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
}

    .footer-socialIcons ul li {
        list-style-type: none;
    }

.footer-socialIcons i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}


.footer-socialIcons .insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

/* Other Socials */
.footer-socialIcons .facebook {
    background: #3b5998;
}

.footer-socialIcons .twitter {
    background: #00acee;
}

.footer-socialIcons .linkedin {
    background: #0072b1;
}



/*  Hover Effect */
/*.footer-socialIcons i:hover {
    opacity: 0.8;
    transform: scale(1.1);
}*/


.copyRight {
  font-size: 15px;
}
.footer-bottom .copyRight span {
  color: #dd1717;
}
.footer-bottom .copyRight {
    color: #676c71;
    font-size: 14px;
}
    .footer-bottom .copyRight strong {
        color: #dd1717;
    }
.locationIcon,
.phoneIcon,
.EmailIcon {
  margin-right: 15px;
}
.contactAddress {
  /* margin-left: 72px; */
  margin: 5px 0px;
}

.hrTag {
  color: #ced9e4;
}
.partnerLogo {
  height: 59px;
}
.Information ul {
  margin-bottom: 0px !important;
}
.footer-logo{
    display:flex;
    justify-content:space-between;
    align-items:center;
}



/* MEDIA QUERIES */
@media (max-width: 768px) {
    .footer-socialIcons ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
   .footer-socialIcons ul li {
            display: inline-block;
            margin: 0 5px;
   }
   .footer-socialIcons ul li a {
                color: #676c71;
                font-size: 18px;
                transition: 0.3s ease-in-out;
   }
    .footer-socialIcons ul li a:hover {
        color: #dd1717;
    }

  .contactAddress {
    /* margin-left: 30px; */
  }

  .QuickLink {
    display: grid;
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  .footer-bottom .copyRight {
    padding: 15px 0px;
  }
    .footer-logo {
        margin-left: 60px; 
    }

  .contact-Dthrill h4,
  .itSolutions h4,
  .itService h4,
  .ittrainning h4,
  .contact-through h4,
  .QuickLink h4 {
    /* text-align: center; */
  }
  .contact-Dthrill ul,
  .itSolutions ul,
  .itService ul,
  .ittrainning ul,
  .contact-through ul,
  .QuickLink ul {
    padding-left: 0px !important;
    /* text-align: center; */
  }
  .contactAddress {
    /* margin-left: 29px; */
  }

  .QuickLink {
    display: grid !important;
    margin-top: 0px !important;
    place-content: start !important;
  }
}

.itSolutions ul li:hover,
.itService ul li:hover,
.QuickLink ul li:hover,
.ittrainning ul li:hover,
.Information ul li:hover {
  transition: all 0.6s;
  transform: translateX(15px);
}

.QuickLink {
  display: grid;
  place-content: center;
  margin-top: -30px;
}

@media (max-width: 576px) {
  .footer-section {
    padding: 40px 0px 20px 15px;
  }

  .info-ul {
    padding-left: 0;
  }

  .footer-socialIcons ul {
    display: flex;
    justify-content: center;
  }
  .Information ul {
    display: block;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-section {
    padding: 20px 0;
  }
  .QuickLink {
    display: block;
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
}
@media (min-width: 1400px) and (max-width: 1920px) {
}
