@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');

/* 
font-family: 'Montserrat', sans-serif;
*/

body{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #2e2d2e;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

p{
    margin:0px 0px 20px 0px;
}

ul{
	list-style:none;
    margin: 0;
    padding: 0;
}

a{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #993399;
}

a img{
	border: 0px none;
}

img{
    max-width: 100%;
    height: auto;
}

a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #333;
}

/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* Bootstrap */
.container{

}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.left-pad-off{
    padding-left: 0px;
}
.right-pad-off{
    padding-right: 0px;
}
label {
    font-weight: normal;
    margin-bottom: 5px;
}

.navbar-toggle.click-effect span:nth-child(4){
    display: none;
}

/* navbar-brand Style 
.custom-logo-link {
    float: left;
    padding: 15px 15px;
}
*/


/*Default content*/

.page-title{
    margin-bottom: 20px;
}
.page-content h1{
    font-size: 38px;
    margin: 0 0 18px 0;
    line-height: 46px;
}
.page-content h2{
    font-size: 33px;
    margin: 0 0 18px 0;
    line-height: 38px;
    color: #993399;
}

.page-content h3{
    font-size: 30px;
    margin: 0 0 18px 0;
    line-height: 36px;
}

.page-content h4{
    font-size: 26px;
    margin: 0 0 15px 0;
    line-height: 32px;
}

.page-content h5{
    font-size: 22px;
    margin: 0 0 15px 0;
    line-height: 28px;
}

.page-content h6{
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 25px;
}

.page-content ul{
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-content li {
    margin: 4px 0;
    line-height: 25px;
    list-style: outside;
}

.page-content ol{
    margin-bottom: 15px;
    padding-left: 0;
}

.page-content ol li {
    margin: 4px 0;
    line-height: 25px;
    list-style: none;
    font-weight: 700;
    font-size: 22px;
}
.page-content ol li span{
    display: inline-block;
    background: #1E98D5;
    border-radius: 5px;
    width: 30px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}
/* Page Banner */
.page-banner {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.page-banner img{
    width: 100%;
    height: auto;
}/* 
.page-banner::before{
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;;
} */
.page-banner h1{
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}
.page-banner p{
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

/* Main Styles */
.header-top {
    padding: 15px 0;
    background-color: #fff;
    border-bottom: solid 1px #d6d6d6;
}
.header-right, .header-left{
    padding: 8px 0 12px;
}
.header-left p, .header-right p{
    color: #fff;
    margin-bottom: 0;
}
.search-form label {
    display: inline;
    margin: 0;
}
.search-form {
    background-color: #dbe5e0;
    padding: 0;
    width: 100%;
    position: relative;
}
.search-field{
    border: 0 none;
    padding: 8px; 
    background-color: transparent;
    font-size: 16px;
    width: calc(100% - 43px);
}

.search-submit{
    border: 0px none;
    cursor: pointer;
    font-size: 0;
    height: 39px;
    margin: 0;
    padding: 0;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}

.search-submit::before {
    font-size: 16px;
    left: 1px;
    width: 43px;
    content: "\f002";
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
}
.header-bottom{
    background-color: #313132;
}
@media only screen and (min-width: 992px) {
    ul.navbar-nav li{
        position: relative;
        float: left;
    }
    ul.navbar-nav > li.menu-item-has-children::before{
        position: absolute;
        content: "";
        top: 30px;
        right: -2px;
        width: 9px;
        height: 5px;
        background: url('images/arrow-down.png') no-repeat top center;
    }
    ul.navbar-nav li a{
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 16px 10px 16px;
        text-transform: uppercase;
        line-height: 33px;
        text-align: center;
    }
    ul.navbar-nav li:hover > a,
    ul.navbar-nav .current_page_item > a,
    ul.navbar-nav .current_page_ancestor > a,
    ul.navbar-nav .current-menu-item > a,
    ul.navbar-nav .current-menu-ancestor > a{
        color: #fff;
        background-color: transparent;
    }

    /* Sub Menu */
    ul.navbar-nav > li > ul.sub-menu{
        left: 0px;
        top: 65px;
        z-index: 111;
        min-width: 270px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;  
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    ul.navbar-nav li:hover ul.sub-menu{
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    ul.navbar-nav li ul.sub-menu {
        background-color: #993399;
        position: absolute;
    }

    ul.navbar-nav li ul.sub-menu li{
        display: block;
        border-left: 0px none;
        border-right: 0px none;
        border-bottom: 1px dotted #fff;
        width: 100%;
    }

/*     ul.navbar-nav li ul.sub-menu li:last-child{
    border-bottom: 1px dotted #fff;
} */

    ul.navbar-nav li ul.sub-menu li a{
        padding: 8px 8px 7px 15px;
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 25px;
        text-transform: none;
    }

    /* Sub of Sub menu */
    ul.navbar-nav > li > ul.sub-menu li.menu-item-has-children:before{
        position: absolute;
        content: "\f105";
        color: #fff;
        font-family: "FontAwesome";
        font-size: 20px;
        right: 9px;
        top: 4px;    
    }

    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
        left: -9999px;
        top: -1px;
        min-width: 235px;
    }

    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
        left: 99.8%;  
    }

    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
        left: -9999px;
        top: -1px;    
        background-color: #7A85AD;
        min-width: 235px;
    }

    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
        left: 99.8%;
    }
    .carousel-caption{
        top: 50%;
        bottom: auto;
        text-transform: uppercase;
        left: 0;
        right: 0;
        margin-top: -80px;
    }
}

/* Slider */
.slider-area {
    position: relative;
}
.slider-area img{
    width: 100%;
    height: auto;
}

/* Footer */
.footer-area{
    background: #333;
    color: #fff;
    padding: 20px 0;
}

.footer-area p{
    margin: 0;
}


/* Sidebar */
.sidebar-widget{
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: solid 2px #D4D4D4;
    padding-bottom: 20px;
}
.sidebar-widget:last-child{
    border-bottom: 0;
}
.sidebar-widget h3{
    font-size: 22px;
    margin-bottom: 15px;
}

.sidebar-widget ul li a{
    color: #555;
    font-size: 16px;
}

/* Footer Widget */
.footer-top{
    background: #111111;
    padding: 60px 0 45px 0;
    color: #fff;
    margin-top: 30px;
}
.home .footer-top{
    margin-top: 0;
}
.footer-top a{
    color: #fff;
}
.footer-bottom{
    background-color: #191919;
    padding: 20px 0;
}

.footer-widget p{
    font-size: 18px;
    line-height: 30px;
}
.footer-widget h3{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}
.footer-txt p{
    font-size: 25px;
    line-height: 35px;
}
.footer-txt a{
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: url("images/button-bg.png") no-repeat top center;
    width: 140px;
    height: 42px;
    display: block;
    background-size: cover;
    padding: 7px 0;
    border-radius: 3px;
}
.footer-txt a:hover{
    opacity: .9;
}

.footer-widget ul{}
.address-first .footer-widget .fa{
    color: #993399;
    font-size: 25px;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
}

.footer-widget ul li a{
    color: #fff;
    padding: 5px 0;
    font-size: 18px;
    line-height: 35px;
    position: relative;
    padding-left: 25px;
}
.footer-widget ul li a:before{
    position: absolute;
    width: 15px;
    content: "";
    height: 1px;
    background-color: #993399;
    left: 0;
    top: 16px;
}
.footer-widget ul li a:focus,
.footer-widget ul li a:hover{
    color: #993399;
}
.footer-bottom a,
.footer-bottom{
    color: #fff;
    font-size: 18px;
}
.footer-bottom a:hover{
    color: #fff;
}
.footer-bottom .footer-link{
    text-align: right;
}
.footer-bottom .footer-link a{
    margin-left: 20px;
}
.social-links ul{
    margin: 0;
    padding: 0;
    float: right;
}
.social-links ul li{
    list-style: none;
    margin: 0 6px;
    display: inline-block;
}
.social-links ul li a{
    display: block;
    background-color: #fff;
    color: #2A2A2A;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.social-links ul li a:hover,
.social-links ul li a:focus{
    background-color: #209FDA;
    color: #fff;
}
.footer-top-logo {
    padding: 15px 0 30px;
    border-bottom: solid 1px #444444;
    margin-bottom: 35px;
}
.footer-top-logo img{
    max-width: 115px;
    height: auto;
    margin-top: -15px;
}
ul.recent-post{
    margin: 0;
    padding: 0;
}
ul.recent-post li{
    list-style: none;
    font-size: 13px;
    border-bottom: solid 1px #444444;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.recent-post li:last-child{
    border-bottom: 0;
}
ul.recent-post li h5{
    font-size: 13px;
    margin-bottom: 7px;
    line-height: 23px;
}
ul.recent-post li span{
    font-size: 11px;
    color: #959595;
}
.post-li{
    max-width: 290px;
}
.post-link{
    margin: 12px 0 0;
}

/* 404 page */
.text_404{
    text-align: center;
}
.text_404 h1{
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.text_404 h3{
    margin-bottom: 30px;
}



/* Custom CSS */
.navbar-toggler{
    display: none;
}/* 
.carousel-fade .carousel-item::before{
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
} */
.carousel-caption a.banner-bttn{
    background-color: #1e1e1e;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    width: 180px;
    display: inline-block;
    margin: 0 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 25px;
}
.carousel-indicators li{
    background-color: #eee;
}
.carousel-caption a.banner-bttn.donate-bttn{
    background-color: #993399;
}
.carousel-caption a.banner-bttn:focus,
.carousel-caption a.banner-bttn:hover{
    background-color: #993399;
}
.carousel-caption a.banner-bttn.donate-bttn:focus,
.carousel-caption a.banner-bttn.donate-bttn:hover{
    background-color: #1e1e1e;
}
.carousel-caption{
    font-size: 24px;
    text-transform: none;
    text-align: center;
}
.carousel-caption h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 22px;
    text-shadow: 0 0 4px #000;
}
.footer-widget input[type="email"]{
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    border: 0;
    width: 100%;
}
.footer-widget input[type="submit"]{
    background-color: #993399;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 40px;
    border: 0;
    width: auto;
    color: #fff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.footer-widget input[type="submit"]:focus,
.footer-widget input[type="submit"]:hover{
    background-color: #000;
}
.social-icons{
    text-align: right;
    margin-top: 42px;
}
.social-icons ul li{
    display: inline-block;
}
.social-icons ul li a{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-left: 5px;
}
.social-icons ul li a:hover,
.social-icons ul li a:focus{
    background-color: #993399;
    color: #fff;
}
.logo{
    float: left;
    margin: 0 15px 0;
}
.header-content p.medium-text{
    margin: 0;
    font-weight: 500;
    color: rgba(97, 31, 107, .5);
    font-size: 18px;
    line-height: 26px;
}
.header-content p.small-text{
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
}
.header-content {
    margin: 11px 0 0;
}
.page-section {
    margin: 40px 0 0;
}
.page-content h2.page-title{
    font-size: 34px;
    color: #191819;
    display: block;
    margin: 15px 0 45px;
    text-align: center;
}
.page-content h2.page-title span{
    display: inline-block;
    position: relative;
}
.page-content h2.page-title span::before{
    background-color: #CCCCCC;
    position: absolute;
    content: "";
    width: 200px;
    left: -215px;
    height: 2px;
    top: 20px;
}
.page-content h2.page-title span::after{
    background-color: #CCCCCC;
    position: absolute;
    content: "";
    width: 200px;
    right: -215px;
    height: 2px;
    top: 20px;
}
.front-page-content{
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
}
section.about-us{
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
section.about-us::before{
    width: 280px;
    height: 280px;
    background-color: #993399;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -185px;
    top: 0px;
}
section.about-us::after{
    width: 150px;
    height: 150px;
    background-color: #993399;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -90px;
    bottom: 75px;
}
.about-left-picture{
    background-color: #eeeeee;
    padding: 10px;
}
.about-left-picture img{
    width: 100%;
    height: auto;
}
.about-content h2{
    display: inline-block;
    background-color: #eeeeee;
    padding: 8px 18px;
    font-size: 28px;
    color: #060606;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.why-wwsf{
    background: url('images/why-wwsf-bg.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0 80px;
}
.why-wwsf::after{
    width: 280px;
    height: 280px;
    background-color: #993399;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -185px;
    bottom: 25px;
}
.why-wwsf-content{
    color: #fff;
    background-color: #783180;
    padding: 40px 40px 30px 40px;
}
.why-wwsf-content h2{
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}
h2.section-title{
    font-size: 28px;
    color: #060606;
    display: block;
    margin: 15px 0 55px;
    text-align: center;
}
h2.section-title span{
    display: inline-block;
    position: relative;
}
h2.section-title span::before{
    background-color: #fdfdfd;
    position: absolute;
    content: "";
    width: 200px;
    left: -215px;
    height: 2px;
    top: 38px;
}
h2.section-title span::after{
    background-color: #fdfdfd;
    position: absolute;
    content: "";
    width: 200px;
    right: -215px;
    height: 2px;
    top: 38px;
}
.three-wwsf{
    background-color: #efeeee;
    padding: 60px 0 80px;
}
.wwsf-box {
    background: #fff;
    padding: 25px;
    text-align: center;
    min-height: 430px;
    margin-top: 130px;
    border: 1px #cccccc solid;
    -moz-box-shadow: 0 0 25px rgba(102, 102, 102, .3);
    -webkit-box-shadow: 0 0 25px rgba(102, 102, 102, .3);
    box-shadow: 0 0 25px rgba(102, 102, 102, .3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wwsf-box img{
    position: relative;
    margin-top: -125px;
}
.wwsf-box h3{
    font-size: 25px;
    color: #060606;
    margin: 30px 0 15px;
}
.wwsf-box ul{
    text-align: left;
    list-style: none;
}
.wwsf-box ul li{
    text-align: left;
    list-style: none;
    display: block;
    padding-left: 21px;
    font-size: 17px;
    line-height: 30px;
    position: relative;
}
.wwsf-box ul li::before{
    position: absolute;
    content: ">";
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
}

section.highlights{
    background: url('images/highlights-bg.jpg') no-repeat left top;
    background-size: 50% auto;
    min-height: 412px;
    position: relative;
    overflow: hidden;
}
section.highlights::after{
    position: absolute;
    background: #993399;
    width: 50.2%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
}
.hightlights-content{
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 45px 25px 25px 35px;
}
.hightlights-content::before{
    position: absolute;
    width: 75px;
    height: 115%;
    left: -58px;
    top: 0;
    background-color: #993399;
    content: "";
    transform: rotate(10deg);
}
.hightlights-content h2{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 15px;
    position: relative;
}
.hightlights-content p{
    position: relative;
}
.hightlights-content a.pdf-bttn{
    color: #000;
    background-color: #FFFFFF;
    padding: 13px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}
.hightlights-content a.pdf-bttn:focus,
.hightlights-content a.pdf-bttn:hover{
    color: #fff;
    background-color: #000;
}

section.annual-report{
    background-color: #efeeee;
    padding: 50px 0 80px;
}
.annual-report h2.section-title span::before{
    top: 20px;
}
.annual-report  h2.section-title span::after{
    top: 20px;
}
.report-box{
    background: #fff url('images/pdf-icon.png') no-repeat right bottom;
    padding: 25px;
    text-align: left;
    border: 1px #cccccc solid;
    -moz-box-shadow: 0 0 25px rgba(102, 102, 102, .3);
    -webkit-box-shadow: 0 0 25px rgba(102, 102, 102, .3);
    box-shadow: 0 0 25px rgba(102, 102, 102, .3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.report-box a.dl-report{
    font-weight: 700;
    color: #993399;
    font-size: 18px;
}
.report-box a.dl-report:focus,
.report-box a.dl-report:hover{
    color: #000;
}
.report-box h4{
    color: #000000;
    font-size: 21px;
    margin-bottom: 15px;
}
.contact-banner {
    background: #7C2F87;
    text-align: center;
    padding: 90px 0 180px 0;
    color: #fff;
}
.contact-banner h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
}
.contact-banner p{
    font-size: 22px;
    font-weight: 500;
}
.contact-box{
    background-color: #fff;
    position: relative;
    margin-top: -140px;
    margin-bottom: 40px;
    padding-top: 30px;
    -moz-box-shadow: 0px 5px 18px 1px rgba(204, 204, 204, .75);
    -webkit-box-shadow: 0px 5px 18px 1px rgba(204, 204, 204, .75);
    box-shadow: 0px 5px 18px 1px rgba(204, 204, 204, .75);
}
.contact-box .gform_body .gfield_label{
    display: none !important;
}
.contact-box .gform_body{
    padding: 0 100px 25px;
}
.contact-box .gform_body textarea,
.contact-box .gform_body input[type="email"],
.contact-box .gform_body input[type="text"]{
    width: 100% !important;
    padding: 15px 20px !important;
    background-color: #fafafa !important;
    border: solid 1px #e5e4e4 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: 500;
}
.contact-box .gform_body li{
    padding-right: 0 !important;
}
.contact-box .gform_footer{
    padding: 0 100px 40px !important;
    margin-top: 0 !important;
}
.contact-box .gform_footer input[type="submit"]{
    background-color: #7c2f87 !important;
    width: 100% !important;
    padding: 17px 20px !important;
    border: 0 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    font-weight: 500;
} 
.contact-box .gform_footer input[type="submit"]:focus,
.contact-box .gform_footer input[type="submit"]:hover{
    background-color: #000 !important;
}
#map {
    height: 400px;
    width: 100%;
}
.gform_heading h3.gform_title{
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    margin: 0 0 0 !important;
}
.gform_wrapper .gform_heading {
    margin-bottom: 30px !important;
}
.contact-top{
    padding: 0 100px 20px;
    text-align: center;
}
.contact-top h3{
    font-size: 30px;
    margin: 15px 0 30px;
}
.contact-top .info-box .fa{
    width: 120px;
    height: 120px;
    text-align: center;
    background-color: #333333;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 50px;
    line-height: 115px;
}
.contact-top .info-box h5{
    margin: 10px 0 10px;
    font-size: 26px;
}