ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none;
    display: inline-block; }

body {
  font-family: "Arial", sans-serif;
  color: #18191b; }

a {
  color: #18191b; }
  a:hover {
    text-decoration: none; }

p {
  margin: 0; }

i::before {
  margin: 0 !important;
  font-size: inherit !important; }

section {
  padding-top: 50px; }

.zHeading {
  display: flex;
  justify-content: space-between; }
  .zHeading a {
    color: #44566c;
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
    text-decoration: underline; }
    .zHeading a:first-of-type {
      text-decoration: none; }
  .zHeading h1 {
    color: #44566c;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 42px;
    position: relative; }
    .zHeading h1::before {
      content: "";
      position: absolute;
      width: 70px;
      background-color: #0e65f3;
      height: 4px;
      bottom: -10px; }

.zCard {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
  .zCard .cardHead img {
    width: 100%; }
  .zCard .cardBody {
    padding: 28px 30px 58px; }
    .zCard .cardBody .heading {
      padding-bottom: 10px; }
      .zCard .cardBody .heading a {
        color: #0e65f3;
        font-size: 12px;
        font-weight: 600;
        margin-right: 25px; }
      .zCard .cardBody .heading span {
        color: #878e9e;
        font-size: 12px;
        font-weight: 500;
        position: relative; }
        .zCard .cardBody .heading span::before {
          content: "";
          position: absolute;
          width: 5px;
          height: 5px;
          background: #878e9e;
          border-radius: 100%;
          left: -17px;
          top: 5px; }
    .zCard .cardBody .content {
      height: 120px;
      overflow: hidden; }
      .zCard .cardBody .content p {
        color: #152942;
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
        position: relative;
        max-height: 120px; }
        .zCard .cardBody .content p::after {
          content: " . . .";
          position: absolute;
          bottom: 0; }
  .zCard .cardFooter {
    border-radius: 25px 0 0 25px;
    background-color: #0e65f3;
    position: absolute;
    bottom: 16px;
    right: 0;
    padding: 8px;
    width: 55px;
    height: 45px;
    text-align: center; }
    .zCard .cardFooter i {
      color: white;
      font-size: 22px; }

.zBtn {
  border-radius: 4px;
  background-color: #0e65f3;
  font-size: 16px;
  color: white;
  margin-top: 30px;
  padding: 20px;
  width: 280px; }
  .zBtn:hover {
    color: white; }
  .zBtn:focus {
    box-shadow: none; }

header .header1 {
  padding: 15px 0px;
}

header .header1 ul li {
  position: relative;
}

header .header1 ul li input.form-control {
  width: 174px;
  margin-right: 10px;
}

header .header1 ul li button.searchBtn {
  position: absolute;
  top: 4px;
  right: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
}

header .header1 ul li button.searchBtn:focus {
  outline: none;
}

header .header1 ul li button.searchBtnFirst {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-right: 18px;
}

header .header1 ul li button.searchBtnFirst:focus {
  outline: none;
}

header .header1 ul li .form-control {
  height: 35px;
  border-radius: 20px;
  border: 1px solid #878e9e;
}

header .header1 ul li .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .header1 ul li select {
  width: 75px;
}

header .header1 .headerSlogan {
  color: #2d53db;
  font-size: 20px;
  text-align: center;
  font-weight: 700;

}

header .header1 .socials li {
  margin-right: 15px;
}
header .header2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  background-color: #2d53db;
  padding: 15px 0px; }
  header .header2 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
  }
header .header2 ul li ul
{
  padding-left: 0!important;
}
    header .header2 ul li {
      position: relative; }
      header .header2 ul li a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        position: relative; }
        header .header2 ul li a::before {
          content: "";
          height: 2px;
          border-radius: 14px;
          background-color: #ffffff;
          width: 0;
          bottom: -1px;
          position: absolute;
          transition: all 0.3s; }
        header .header2 ul li a:hover::before {
          width: 100%; }
      header .header2 ul li:first-of-type a::before {
        content: none; }
      header .header2 ul li ul {
        position: absolute;
        background: white;
        top: 25px;
        left: -10px;
        display: block;
        box-shadow: 0px 0px 8px 0px #80808087;
        width: max-content;
        min-width: 200px;
        transition: all 0.3s;
        display: none; }
        header .header2 ul li ul li {
          display: block; }
          header .header2 ul li ul li a {
            transition: all 0.3s;
            color: black;
            width: 100%;
            padding: 7px 10px;
            border-bottom: 1px solid #d6d6d642;
            font-size: 15px;
            font-weight: 500; }
            header .header2 ul li ul li a::before {
              content: none; }
            header .header2 ul li ul li a:hover {
              background: #bababa; }
          header .header2 ul li ul li:last-of-type a {
            border: none; }
      header .header2 ul li:hover ul {
        display: block; }
header .mobileHeader {
  position: fixed;
  top: 0;
  z-index: 10;
  right: 0;
  left: 0;
  background-color: #2d53db;
  padding: 7px;
  height: 72px; }
  header .mobileHeader .container-fluid {
    height: 100%; }
    header .mobileHeader .container-fluid .row {
      height: 100%; }
  header .mobileHeader .closeForSearch a i {
    color: white;
    font-size: 24px; }
  header .mobileHeader .searchInput {
    position: relative; }
    header .mobileHeader .searchInput .form-control {
      border-radius: 20px;
      border: 1px solid #878e9e; }
    header .mobileHeader .searchInput button {
      position: absolute;
      top: 0;
      right: 0; }
      header .mobileHeader .searchInput button i {
        color: gray; }
      header .mobileHeader .searchInput button:focus {
        outline: none;
        box-shadow: none; }
  header .mobileHeader .phoneMenu {
    display: none;
    z-index: 100;
    background: #2d53db;
    color: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    header .mobileHeader .phoneMenu ul {
      margin-top: 70px; }
header .mobileHeader .phoneMenu ul li ul{
  margin-top: 0;
}
header .mobileHeader .phoneMenu ul li a span {
        color: white;
        font-size: 18px;
        line-height: 40px; }
    header .mobileHeader .phoneMenu .menuClose {
      position: absolute;
      top: 22px;
      right: 26px; }
      header .mobileHeader .phoneMenu .menuClose a i {
        color: white;
        font-size: 25px; }

body > header > div.mobileHeader.d-block.d-lg-none > div > div > div:nth-child(1) > div > div ul > li> a {
  color: white;
  font-size: 18px;
  line-height: 40px;
}

footer {
  padding: 40px 0px;
  margin-top: 130px;
  background-color: #0e65f3; }
  footer .menuRow .logo img {
    max-width: 111px; }
  footer .menuRow .menu ul {
    display: table-cell;
    }
    footer .menuRow .menu ul li {
      position: relative;
      transition: all 0.3s;
      position: relative;
      transition: all 0.3s; }
      footer .menuRow .menu ul li a {
        transition: all 0.3s;
        color: #f6f7fb;
        font-size: 16px;
        font-weight: 600; }
      footer .menuRow .menu ul li::before {
        content: "";
        position: absolute;
        transition: all 0.3s;
        height: 2px;
        width: 0;
        top: 0;
        background: #0e65f3; }
footer .menuRow .menu ul li ul
{
  display: none;
}
  footer .contactRow {
    padding-top: 20px; }
    footer .contactRow .copyright span {
      opacity: 0.5;
      color: #ffffff;
      font-size: 19px;
      font-weight: 400;
      display: block; }
    footer .contactRow p {
      opacity: 0.5;
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      display: block; }
    footer .contactRow .social a {
      padding-right: 15px; }
      footer .contactRow .social a i {
        opacity: 0.5;
        color: #ffffff;
        font-size: 24px; }

#news .slider .carouselContent {
  position: relative; }
  #news .slider .carouselContent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0e65f3 100%); }
  #news .slider .carouselContent .slidePhoto {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    #news .slider .carouselContent .slidePhoto img {
      max-width: 100%;
      width: 100%; }

  #news .slider .carouselContent .slideText {
    position: absolute;
    top: 0;
    height: 100%; }
    #news .slider .carouselContent .slideText span {
      display: inline-block;
      border-radius: 4px;
      background-color: #202483;
      color: #ffffff;
      font-size: 17px;
      font-weight: 500;
      line-height: 20px;
      padding: 5px 9px;
      margin-top: 20px;
      margin-left: 50px;
      margin-right: 20px; }
    .all-news{
      border-radius: 4px;
      background-color: #202483;
      color: #ffffff;
      font-size: 17px;
      font-weight: 500;
      padding: 5px 9px;
      -webkit-transition: width 2s; /* Safari prior 6.1 */
      transition: width 2s;
    }
.all-news:hover{
  color: #fff;
  background-color: #494c9c;
}
    #news .slider .carouselContent .slideText h1 {
      color: #ffffff;
      font-size: 40px;
      font-weight: 700;
      line-height: 52px;
      margin: 0px 50px 30px 50px; }
#news .otherNews {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
  height: 100%; }
  #news .otherNews .head {
    padding: 20px 20px; }
    #news .otherNews .head h3 {
      color: #1e1d1f;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -0.5px;
      line-height: 20px; }
  #news .otherNews .body ul li {
    padding: 17px;
    border-top: 2px solid #e1e1e166; }
    #news .otherNews .body ul li a .newsImage img {
      max-width: 100%; }
    #news .otherNews .body ul li a .newsContent p {
      color: #5e5d5e;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.38px;
      line-height: 19px; }
    #news .otherNews .body ul li a .newsContent span {
      color: #9a9a9a;
      font-size: 11px;
      font-weight: 400;
      line-height: 12px; }
#news .owl-dots {
  right: 70px;
  bottom: 15px;
  position: absolute; }
#news .owl-carousel .owl-nav button.owl-next,
#news .owl-carousel .owl-nav button.owl-prev,
#news .owl-carousel button.owl-dot {
  width: 25px;
  height:25px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
  margin-right: 10px;
  counter-reset: dots;
  position: relative; }
  #news .owl-carousel .owl-nav button.owl-next:focus,
  #news .owl-carousel .owl-nav button.owl-prev:focus,
  #news .owl-carousel button.owl-dot:focus {
    outline: none; }
  #news .owl-carousel .owl-nav button.owl-next span,
  #news .owl-carousel .owl-nav button.owl-prev span,
  #news .owl-carousel button.owl-dot span {
    font-size: 12px;
    color: white;
    transform: translateY(-1px);
    display: inline-block; }
  #news .owl-carousel .owl-nav button.owl-next.active,
  #news .owl-carousel .owl-nav button.owl-prev.active,
  #news .owl-carousel button.owl-dot.active {
    background: white; }
    #news .owl-carousel .owl-nav button.owl-next.active span,
    #news .owl-carousel .owl-nav button.owl-prev.active span,
    #news .owl-carousel button.owl-dot.active span {
      color: black; }

#interview .mainSlide {
  margin-top: 80px;
  background-image: linear-gradient(64deg, #0e65f3 0%, #0e65f3 100%);
}

#interview .mainSlide .slider2 .col-lg-4 img {
  -webkit-transform: translate(110px, -75px);
  transform: translate(110px, -75px);
  width: 356px;
  height: 480px;
}

#interview .mainSlide .slider2 .col-lg-8 .info {
  padding: 75px 120px;
  color: white;
}

#interview .mainSlide .slider2 .col-lg-8 .info .heading h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

#interview .mainSlide .slider2 .col-lg-8 .info .heading .date i {
  opacity: 0.6;
}

#interview .mainSlide .slider2 .col-lg-8 .info .heading .date span {
  opacity: 0.6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

#interview .mainSlide .slider2 .col-lg-8 .info .content {
  padding-top: 15px;
}

#interview .mainSlide .slider2 .col-lg-8 .info .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

#interview .mainSlide .slider2 .col-lg-8 .info .content a {
  padding-top: 40px;
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

#interview .mainSlide .owl-carousel .owl-stage-outer {
  overflow: initial;
}

#interview .mainSlide .owl-nav button {
  position: absolute;
  top: 50%;
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

#interview .mainSlide .owl-nav button i {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 100%;
  color: #878e9e;
  font-size: 25px;
  line-height: 60px;
  display: inline-block;
}

#interview .mainSlide .owl-nav button:focus {
  outline: none;
}



#martyrs .zBtn {
  width: 280px;
}

#martyrs .owl-nav {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}

#martyrs .owl-nav button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}


.owl-nav button {
  position: absolute!important;
  top: 36%!important;
}

.owl-nav button.owl-prev {
  left: 15px!important;
}

.owl-nav button.owl-next {
  right: 15px!important;
}

#martyrs .owl-nav button i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #878e9e;
  font-size: 25px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid #80808082;
}

#martyrs .owl-nav button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#martyrs .owl-nav button:hover i {
  background: #0e65f3;
  color: white;
}

#projects .owl-nav {
  text-align: center;
  display: block;;
}

#projects .owl-nav button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}



#projects .owl-nav button i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #878e9e;
  font-size: 25px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid #80808082;
}

#projects .owl-nav button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#projects .owl-nav button:hover i {
  background: #0e65f3;
  color: white;
}

#interesting .owl-nav {
  text-align: center;

  display: block;
}

#interesting .owl-nav button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}

#interesting .owl-nav button.owl-prev {
  left: 0;
}

#interesting .owl-nav button.owl-next {
  right: 0;
}

#interesting .owl-nav button i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #878e9e;
  font-size: 25px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid #80808082;
}

#interesting .owl-nav button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#interesting .owl-nav button:hover i {
  background: #0e65f3;
  color: white;
}


#interviews .owl-nav {
  text-align: center;

  display: block;
}

#interviews .owl-nav button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}

#interviews .owl-nav button.owl-prev {
  left: 0;
}

#interviews .owl-nav button.owl-next {
  right: 0;
}

#interviews .owl-nav button i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #878e9e;
  font-size: 25px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid #80808082;
}

#interviews .owl-nav button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#interviews .owl-nav button:hover i {
  background: #0e65f3;
  color: white;
}

#gallery .zBtn {
  width: 280px; }

#contact .contactHeading h1 {
  color: #0e65f3;
  font-size: 80px;
  font-weight: 600; }
#contact .contactHeading p {
  color: #44566c;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 40px 0px; }
#contact .contactForm .form-control {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  border: none; }
  #contact .contactForm .form-control:focus {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    border: none; }
  #contact .contactForm .form-control::placeholder {
    color: #b7b7b7; }
#contact .contactForm .form-control-lg {
  display: inline-block;
  width: 47%; }
#contact .contactForm .name, #contact .contactForm .contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }
#contact .contactForm .zBtn {
  width: 100%; }
#contact .image {
  position: relative; }
  #contact .image img {
    max-width: 100%; }
  #contact .image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #0e65f3 0%, #0b4db9 48%, rgba(7, 51, 122, 0.22) 100%);
    opacity: 0.5; }

#newsPage .owl-stage {
  display: flex;
  align-items: center; }
#newsPage .owl-nav {
  text-align: center;
  position: relative;
  bottom: 72px;
  margin-left: 6px;
}
  #newsPage .owl-nav button {
    border: 1px solid #ffffff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    transition: all 0.3s; }
    #newsPage .owl-nav button i {
      transition: all 0.3s;
      width: 20px;
      height: 20px;
      background-color: #ffffff;
      border-radius: 100%;
      color: #878e9e;
      font-size: 15px;
      line-height: 20px;
      display: inline-block;
      border: 1px solid #80808082; }
    #newsPage .owl-nav button:focus {
      outline: none;
      box-shadow: none; }
    #newsPage .owl-nav button:hover i {
      background: #0e65f3;
      color: white; }
#newsPage h1 {
  color: #44566c;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 40px; }
#newsPage .image img {
  max-width: 100%; }
#newsPage p {
  color: #44566c;
  font-size: 17px;
  font-weight: 400; }

@media (min-width: 1200px) {
  footer .menu ul li {
    padding: 10px 20px 10px 0px; } }
@media (max-width: 1199px) {
  header .menu ul li {
    padding: 50px 30px 10px 0px; }

  #interview .mainSlide .slider2 img {
    transform: translate(60px, -75px) !important; }

  footer .menu ul li {
    padding: 10px 20px 50px 0px; } }
@media (max-width: 991px) {
  header .menu ul li {
    padding: 0;
    display: block;
    text-align: center; }
    header .menu ul li::before {
      content: none; }

  .menuCol {
    display: none; }

  .searchCol {
    width: initial;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
    .searchCol .search {
      display: none; }
    .searchCol .menuIcon {
      display: block !important; }

  #interview .mainSlide .slider2 img {
    margin: 0 auto;
    transform: none !important; }

  footer .contactRow {
    text-align: center; }
    footer .contactRow .col-lg-7 {
      margin-top: 40px;
      margin: 20px 0px;
    }
  footer .menu li {
    padding: 0 10px 0 0 !important; }

  #newsPage h1 {
    font-size: 25px;
    line-height: initial;
    margin-top: 40px;}
  #newsPage p {
    line-height: initial; }

  #contact .contactHeading h1 {
    font-size: 55px; } }
@media (max-width: 767px) {
  header {
    margin-bottom: 72px; }

  #news {
    padding-top: 0; }
    #news .container {
      padding: 0; }
    #news .otherNews .head {
      display: none; }
    #news .slider .carouselContent .slideText h1 {
      font-size: 20px;
      line-height: initial;
      margin: 0px 20px 40px 20px; }
    #news .owl-dots {
      left: 0;
      right: 0;
      text-align: center; }

  #interview .mainSlide {
    margin-top: 0; }
    #interview .mainSlide .slider2 img {
      display: none; }
    #interview .mainSlide .slider2 .info {
      padding: 20px !important;
      padding-bottom: 45px !important; }
      #interview .mainSlide .slider2 .info .content p {
        font-size: 14px !important; }
    #interview .mainSlide .slider2 .info .heading h2 {
      font-size: 34px !important; }
    #interview .mainSlide .owl-nav button {
      border: initial;
      border-radius: initial;
      width: initial;
      height: initial;
      bottom: 5px;
      top: initial; }
      #interview .mainSlide .owl-nav button i {
        width: 50px;
        height: 50px;
        line-height: 40px;
        box-shadow: initial;
        background-color: transparent;
        color: white !important;
        color: #878e9e;
        font-size: 25px;
        display: inline-block;
        padding: 5px;
        border-radius: 100%;
        opacity: 0.7; }
    #interview .mainSlide .owl-nav .owl-prev {
      right: 50px;
      left: initial; }
    #interview .mainSlide .owl-nav .owl-next {
      right: 5px; }
  #interview .owl-carousel .owl-stage-outer {
    overflow: hidden; }

  #projects .slideProjects {
    margin: 0; }

  #interesting .slideInteresting,#interviews .slideInteresting {
    margin: 0; }

  .zHeading h1 {
    font-size: 25px; }
  .zHeading a {
    font-size: 16px; }

  footer {
    margin-top: 50px;
    padding-bottom: 0;
    padding-top: 25px; }
    footer .menuRow .menu {
      margin-top: 15px; }
      footer .menuRow .menu ul li a {
        font-size: 14px;
        font-weight: 400; }
  footer .menuRow .menu ul li ul
  {
    display: none;
  }
    footer .contactRow .copyright {
      padding: 10px 0px;
      border-top: 1px solid white;
      opacity: 0.7;
      margin-top: 15px; }
      footer .contactRow .copyright span {
        opacity: 1;
        color: #f6f7fb;
        font-size: 14px;
        font-weight: 400;
        display: inline-block; }
    footer .contactRow .social a {
      width: 35px;
      height: 35px;
      display: inline-block;
      padding: 0;
      text-align: center;
      line-height: 35px;
      border-radius: 100%;
      border: 1px solid wheat;
      margin: 0px 5px; }
      footer .contactRow .social a i {
        font-size: 16px;
        color: white;
        opacity: 1; } }
.info h2 a{
  color:#fff;
}
.multiple_image {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  background: #e7e7e7;
  padding: 5px;
}
.multiple_image img {
  max-width: 100%;
  width: auto;
  height: 200px;
}
/*# sourceMappingURL=style.css.map */
