@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
li {
    list-style: none;
}
a:hover,
a:visited,
a {
   text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    //font-weight: 400;
}

/*------------------------------------------*/
/* HEADER NAVBAR                            */
/*------------------------------------------*/

.top-header {
    background: #fff !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.header-backup {
    width: 20px;
    height: 119px;
    background: transparent;
    margin: auto;
}
.top-header img.logo {
    margin-bottom: 7px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.nav-bar {
    margin-top: 31px;
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #737373;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding: 14px 8px;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #42b3e5;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;}
li a.active {
    color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}


/*--------------------------------------------- */
/* Slider Section                              */
/*--------------------------------------------- */

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}
.carousel-caption h1 {
    font-size: 100px;
    color: skyblue;
    text-transform: uppercase;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.carousel-caption button {
    width: 200px;
    height: 48px;
    background: #3a9ecb;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background: #2a2a2a;
}
.carousel-control {
    width: 5%;
}
.carousel-inner {
    background: -webkit-linear-gradient(left, #000, steelblue);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, steelblue);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, steelblue);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, steelblue);
    /* Standard syntax */
}
.item {
    position: relative;
    height: 700px;
}

.item img{
    width: 100%;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 2;
    top: 50%;
    margin-top: -100px;
}

.carousel-control .icon-prev {
    font-size: 70px;
    padding: 5px;
    margin-left: 0;
    margin-top: 50px;
}

.carousel-control .icon-next {
    font-size: 70px;
    padding: 5px;
    margin-right: 0;
    margin-top: 50px;
}

.unvlogo {
        position: relative;
        left: 0; top: -15px;
    }

.inspire {
        position: relative;
        top: -13px;
    }


/*--------------------------------------------- */
/* About                                        */
/*--------------------------------------------- */

.about-section {
    padding-top: 120px;
    text-align: center;
}
.about {
    padding-bottom: 40px;
    color: gray;
}
.no-touch .about:hover i,
    .no-touch .about:active i,
    .no-touch .about:focus i {
    box-shadow: 0 0 0 0 #28ABE3;
}
.about h4 {
    font-size: 18px;
    color: steelblue;
    font-weight: 400;
    padding: 15px;
}
.about-content p, {
    color: #444;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
}
.about i {
    font-size:2.5em;
    width: 80px;
    height: 80px;
    padding:20px;
    margin: 20px;
    position: relative;
    color:#fff;
    background: #28ABE3;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(2, 2, 2);
    -moz-transform: translate3d(2, 2, 2);
    -o-transform: translate3d(2, 2, 2);
    transform: translate3d(2, 2, 2);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}
.no-touch .about:hover i,
    .no-touch .about:active i,
    .no-touch .about:focus i {        
        
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
}

/*--------------------------------------*/
/* Vision                               */
/*--------------------------------------*/

.vision {
    background: url(../img/mangrove.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
.vision h1 {
    font-size: 90px;
    color: skyblue;
    line-height: 150px;
    padding-bottom: 40px;
}
.vision h2 {
    font-size: 45px;
}
.vision .btn-primary {
    padding: 20px;
    font-size: 18px;
}
.vision .btn-primary:hover {
    background: transparent;
}

/*--------------------------------------*/
/* What we do                           */
/*--------------------------------------*/

.whatwedo {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #ccffff;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #aaddff 100%);
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#aaddff 100%);
    background: linear-gradient(135deg,  #ffffff 0%,#aaddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaddff',GradientType=1 );

    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
}
.whatwedo h2 {
    font-size: 50px;
    color: steelblue;
    font-weight: 400;

}
.whatwedo1 {
    text-align: justify;
    font-size: 14px;
    color: grey;
    padding: 0 0 20px;
}
#whatwedo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.whatwedo ul {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 0px;
    padding: 0;
    text-align: justify;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*-----------------------------------*/
/* Team                              */
/*-----------------------------------*/

.team {
    padding-bottom: 50px;
}
.team h2 {
    font-size: 50px;
    color: steelblue;
    font-weight: 400;
}
.team-section h4 {
    padding-top: 20px;
    color: #444;
}
.team-section p {
    padding-top: 20px;
    color: grey;
}
.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 40%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team-section:hover .border {
    margin: 0 31%;
    border-color: skyblue;
}
.team-section:hover h4 {
color: steelblue;
}


/*-----------------------------------*/
/* How to volunteer                  */
/*-----------------------------------*/

.volunteer {
    padding: 80px 0 0;
    background: #aaddff;
    background: -moz-linear-gradient(left,  #aaddff 0%, #ffffff 50%, #aaddff 100%);
    background: -webkit-linear-gradient(left,  #aaddff 0%,#ffffff 50%,#aaddff 100%);
    background: linear-gradient(to right,  #aaddff 0%,#ffffff 50%,#aaddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaddff', endColorstr='#aaddff',GradientType=1 );
}
.volunteer h2 {
    font-size: 50px;
    color: steelblue;
    font-weight: 400;
}
.volunteer-section h4 {
    padding-top: 20px;
    color: #444;
}
.volunteer-section p {
    padding-top: 20px;
    color: grey;
}
.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 40%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.volunteer-section:hover .border {
    margin: 0 31%;
    border-color: skyblue;
}

/*----------------------------------*/
/* PROJECT                   */
/*----------------------------------*/

.project { 
    padding-top: 80px;
    padding-bottom: 100px;
}
.descr { 
    padding-top: 13px;
    padding-bottom: 31px;
    text-align: justify;
}
.project h2 {
    font-size: 42px;
    color: steelblue;
    font-weight: 400;
}
.project h4{
    font-size: 16px;
    color: #777;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.project p {
    color: #555;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
.project i {
    font-size:2em;
    width: 80px;
    height: 80px;
    padding:20px;
    margin-bottom: 10px;
    position: relative;
    color:#fff;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(2, 2, 2);
    -moz-transform: translate3d(2, 2, 2);
    -o-transform: translate3d(2, 2, 2);
    transform: translate3d(2, 2, 2);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
    background: #28ABE3;
    border: 1px solid #28ABE3;
}
.no-touch .project:hover i,
    .no-touch .project:active i,
    .no-touch .project:focus i {        
        
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}
.project-media:hover i {
    background: transparent;
    color: #28ABE3;
}
.project-media {
    margin-left: 25px !important;
}
.media-body {padding-left: 13px;}
.project .border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 31%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.project-media:hover .border {
    border-color: #28ABE3;
    margin: 0 2%;
}

/*----------------------------------*/
/* Facts Section                    */
/*----------------------------------*/

.facts {
    background: url(../img/bg-02.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
}
.counter-item {
    position:relative;
    text-align:center;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
}
.counter-item h5 {
  text-align:center;
  margin-bottom:0px;
  color:white;
}
.counter-item i {
  font-size:40px;
  color: skyblue;
}
.timer {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
  line-height:80px;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

/*-------------------------------------------------*/
/* Start Latest News Section                       */
/*-------------------------------------------------*/


.latest-news-section {
    padding-top: 80px;
    padding-bottom: 60px;
}
.latest-news-section h2 {
    font-size: 42px;
    color: steelblue;
    font-weight: 400;
}
.latest-post {
    padding-bottom: 20px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post .post-details .date {
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-post .post-details .date strong {
    font-size: 16px;
}

.latest-post .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
}

.latest-post p {
    padding-bottom: 15px;
    color: #999;
    font-weight: 300;
}

.latest-post .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.latest-post .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.latest-post:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
} 
.latest-post .post-details .date {
    background: rgba(40, 171, 227, 0.8);
}


/*-------------------------------------------------*/
/* Start Contact Section                           */
/*-------------------------------------------------*/

.contact {
    background: url(../img/rice.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    //padding-bottom: 100px;
}

.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
}

.contact .section-title h3{
    color: #fff;
}

.contact .section-heading {
    color: #fff;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}
.contact .text-danger {
    color: #e74c3c;
}
.contact button {
    font-weight: 400;
    margin-top: 30px;
}
.footer-contact-info {
    background: rgba(40, 171, 227, 0.8);
}
.contact .form-control:focus {
    border-color: #28ABE3;
    box-shadow: none;
}
.footer-contact-info {
    color: #fff;
    padding: 20px 30px;
    margin: 80px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}

/*------------------------------------*/
/* Footer                             */
/*------------------------------------*/

footer {
    background-color:rgba(0, 0, 0, 0.2);
}
footer a {
    color:skyblue;
}

footer a:hover, a:active {
    color: white;
}

footer.style-1 {
    padding: 31px 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}
footer-social {
    padding: 20px;
}

footer.style-1 .copyright {
    text-transform: uppercase;
    text-transform: none;
    color: silver;
}
footer.style-1 .footer-social li {
    display: inline;
    padding: 0 4px 0;
}
footer.style-1 .footer-social li a {
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

footer.style-1 .footer-social li i {
    font-size: 18px;
    width: 20px;
    height: 20px;
}

footer.style-1 .footer-social li:hover a {
    background: #fff;
    color: #999;
}

.gorsh {
    color: #ccc;
}

footer.style-1 .footer-link li {
    display: inline;
    padding-left: 10px;
    font-size: 13px;
}

.footernav {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*------------------------------------*/
/* Carousel                           */
/*------------------------------------*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

/*------------------------------------*/
/* Responsive                         */
/*------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 5px;
    }
    .carousel-caption h1 {
        font-size: 120px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
    .carousel-caption button {
        width: 180px;
        height: 55px;
        font-size: 18px;
    }
    h2 {
        font-size: 75px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .person-detail h3 {
        font-size: 26px;
    }
    .person-detail p {
        font-size: 12px;
    }
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding: 10px 5px;
    }
    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
    .carousel-caption button {
        width: 160px;
        height: 50px;
        background: #3a9ecb;
        color: #fff;
        font-size: 16px;
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 18px !important;
    }

    .contact {
        margin-top: -1050px;
        height: 1050px;
    }
    .contact-caption {
        margin-top: 110px;
    }
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .header-logo img {
        margin-top: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 75px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .contact {
        height: 1120px;
        margin-top: -1120px;
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 21px !important;
    }
    .contact-info ul {
        margin-left: 4px;
    }
    .contact-info i.fa {
        width: 25px;
    }
    .contact-caption {
        margin-top: 140px;
    }
}

/* XS Portrait */

@media (max-width: 479px) {
    .top-header img.logo {
        margin: 20px 10px;
    }
    .header-logo {
        margin-top: 20px !important;
        background-image: "logo.png"
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: -7px;
        right: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-align: left;
    }
    .header-backup {
        height: 80px;
    }
    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption button {
        width: 80px;
        height: 23px;
        font-size: 14px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 30px;
    }
    .about h2 {
        font-size: 50px;
        color: #42b3e5;
        margin-top: 30px;
    }
    .service h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    .team h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    h4 {
        font-size: 18px !important;
    }
    .contact-caption {
        margin-top: 38%;
    }

    .contact {
        height: 950px;
        margin-top: -950px;
    }
    .contact-heading h2 {
        font-size: 50px;
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        margin-left: 8px;
        font-size: 25px;
        padding-bottom: 8px;
    }
    .info-detail {
        margin-left: 8px;
    }
    .contact-info ul li {
        font-size: 10px;
    }
    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }
    .contact-info,
    .contact-form {
        padding: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer a i.fa {
        font-size: 18px;
        padding: 25px 7px;
    }
    .footer p {
        font-size: 10px;
    }
}
