/*!Title: Main CSS FileTheme Name: CharityAuthor Name: FairyThemeAuthor URI: http://themeforest.net/user/fairythemeTable of Contents:------------------1. Base2. Components	2.1. Cards	2.2. Hero banner	2.3. Slider	2.4. List	2.5. Navbar	2.6. Service	2.7. Social icons	2.8. Title3. Modules----------------------------------*/
/*! 1. Base */
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
@media only screen and (max-width: 767px) {
	.title {
		font-size: 30px;
	}
}
h1, h2, h3, h4, h5, h6, figure {
    font-family: "museo", sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}
h1 {
	font-size: 60px;
}
h2 {
    font-size: 50px;
    color: #42828d;
}

.bg-dark h2 {
    color: #fcd01a;
}

.bg-black {
    background:#000;
}
.text-orange {
    color: #CF6C37;
}

.bg-primary p {
    color:#43484c;
}

.bg-dark .title:after, .bg-primary .title:after {
    content: "";
    display: none;
    background-color: #fcd01a;
    height: 0.1875rem;
    margin: 1.25rem auto;
    width: 4.375rem;
}

.bg-dark2 {
    background-color: #42828d;
}


h3 {
	font-size: 30px;
}
a {
	transition: all 0.5s ease;
}
a:hover, a:active, a:focus {
	color: #fcd01a;
	outline: none;
	text-decoration: none;
}
p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}
html {
	font-size: 16px;
}
body {
    font-family: "museo-sans", sans-serif;
    font-weight: 400;
    line-height: 1.7;
}
body.offcanvas {
	overflow: hidden;
}
ul,
ol,
dl {
	line-height: 1.6;
	margin-bottom: 15px;
	list-style-position: outside;
	padding: 0;
}
li {
	font-size: inherit;
}
ul {
	list-style-type: none;
	margin-left: 0rem;
}
ol {
	margin-left: 0rem;
}
ul ul,
ol ul, ul
ol,
ol
ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}
#map {
	width: 100%;
	height: 400px;
}
.mw-64 {
	max-width: 64px;
}
.mh-300 {
	max-height: 300px;
	overflow: hidden;
}
/*! 2. Components */
/*! Cards */
.card {
	border-radius: 0;
	background: none;
}

.card-w-roll:hover {
    background: #fcd01a;
    cursor: pointer;
}

.card-icon {
    xmax-width:60px;
    margin-bottom:15px;
}

.card-img {
	border-radius: 0;
}
.img-hover {
	transition: all 0.5s ease;
}
.img-hover:hover {
	-ms-transform: rotate(3deg) scale(1.1);
	transform: rotate(3deg) scale(1.1);
}
.card-img-250 {
	max-height: 15.625rem;
	overflow: hidden;
}
.card__image {
	position: relative;
}
.c-video-constructor {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	vertical-align: top;
	width: 4.375rem;
	height: 4.375rem;
	background-color: #9c9ea0;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 50%;
	opacity: 1;
}
.c-video-constructor:hover {
	cursor: pointer;
	background-color: #4b4c4d;
	border: 1px solid transparent;
}
.c-video-constructor__arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4375rem;
	border-color: transparent transparent transparent #fff;
	border-left-style: solid;
	border-right-width: 0;
}
.c-card__overlay {
	position: relative;
}
.c-card__overlay .c-card__body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.25rem;
}
.card--special .card-img {
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.card--special .card-img {
		max-height: 25rem;
	}
}
@media only screen and (min-width: 768px) {
	.card--special .card-img img {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
.card-gallery .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all .4s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}
.card-gallery .card:hover .overlay {
	opacity: 1;
}
/*! Hero banner */
.cover {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}
.cover .c-hero-banner {
	height: 100%;
}
.c-hero-banner {
	position: relative;
}
    .c-hero-banner .jumbotron {
        position: absolute;
        top: 50%;
        left: 38%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        text-align: center;
        text-decoration: none;
        margin-bottom: 0;
        background: none;
    }
@media only screen and (min-width: 640px) {
    .c-hero-banner .jumbotron {
        max-width: 43%;
    }
}
@media only screen and (max-width: 640px) {
    .c-hero-banner .jumbotron {
        position: absolute !important;
        top: 50% !important;
        left: 38% !important;
    }
}

    .c-hero-banner__image {
        max-height: 640px;
        overflow: hidden;
    }

    .c-hero-banner--text-left .jumbotron {
        left: 5%;
        text-align: left;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media only screen and (min-width: 640px) {
        .c-hero-banner--text-left .jumbotron {
            left: 15%;
        }
    }

    .c-hero-banner--text-right .jumbotron {
        left: inherit;
        right: 5%;
        text-align: right;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media only screen and (min-width: 640px) {
        .c-hero-banner--text-right .jumbotron {
            right: 15%;
        }
    }

    .c-hero-banner--bg .jumbotron {
        top: inherit;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative;
    }

    .c-hero-banner--stacked-all .jumbotron {
        position: relative;
        max-width: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        left: 0;
    }

    .c-hero-banner--bg {
        padding: 4.6875rem 0;
    }

    .c-hero-banner--small {
        max-height: 50vh;
        overflow: hidden;
    }
    /*! Slider */
    .slick-dots li button:before {
        font-size: 0.625rem;
        top: 0.625rem;
        content: '';
        width: 1.25rem;
        height: 0.3125rem;
        background: #000;
    }

    .slick-arrow {
        width: 2.5rem;
        height: 2.5rem;
    }

        .slick-arrow:before {
            width: 100%;
            height: 100%;
            content: '';
            display: block;
        }

    .slick-prev:before {
        background: url(../img/back.svg) no-repeat;
    }

    .slick-next:before {
        background: url(../img/next.svg) no-repeat;
    }

    .slider--wide .slick-prev {
        left: 0.9375rem;
    }

    .slider--wide .slick-next {
        right: 0.9375rem;
    }

    .slick--arrowout .slick-prev {
        left: -1.875rem;
    }

    .slick--arrowout .slick-next {
        right: -1.875rem;
    }

    .slick--high .slick-dots {
        bottom: 25px;
    }

    @media only screen and (max-width: 767px) {
        .jumbotron h1 {
            font-size: 40px;
        }
    }
    /*! List */
    .c-list--bullets {
        list-style-type: disc;
        margin-left: 20px;
    }

    .c-list--horizontal .c-list__item {
        display: inline-block;
        margin-right: 10px;
    }

        .c-list--horizontal .c-list__item:last-child {
            margin-right: 0;
        }

    .c-list--horizontal .fa {
        font-size: 1.5625rem;
    }
    /*! Navbar */
    .navbar-brand {
        font-family: "Abril Fatface", cursive;
    }

    .navbar-collapse.show {
        max-height: 350px;
        overflow-y: auto;
    }

    .navbar--center-mode .navbar-brand {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        margin: auto;
    }

    .navbar--center-mode .navbar-toggle {
        z-index: 3;
    }

    .dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

    .dropdown-item:hover {
        color: #fcd01a;
        background: #343a40;
    }

    .dropdown-mega.show {
        position: static;
    }

    .dropdown-mega .dropdown-menu {
        width: 100%;
        margin: 0;
        top: 64px;
        left: 0;
        right: 0;
        background-color: rgba(66, 130, 141,.93) !important;
    }

    .mega-menu__item {
        border-bottom: 1px solid #fcd01a;
    }
    /*! Service */
    @media only screen and (min-width: 992px) {
        .c-service--top {
            margin-top: -3.75rem;
        }
    }

    .c-service--top .card {
        border: none;
        border-right: 1px solid rgba(0, 0, 0, 0.125);
    }

        .c-service--top .card:last-child {
            border: none;
        }
    /*! Social icons */
    .social-icons {
        margin: 0;
        padding: 0;
    }

        .social-icons li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            .social-icons li a {
                color: #fcd01a;
            }

                .social-icons li a i {
                    font-size: 20px;
                }
    /*! Title */
    .title:after {
        content: "";
        display: block;
        background-color: #fcd01a;
        height: 0.1875rem;
        margin: 1.25rem auto;
        width: 4.375rem;
    }

    .title--special {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-95px, -50%);
        transform: translate(-95px, -50%);
        font-size: 6.25rem;
        text-transform: uppercase;
        width: 11.25rem;
        opacity: 0.5;
        text-align: center;
        z-index: 1;
    }
    /*! 3. Modules */
    /*! Footer */
    .m-footer__top {
        margin-bottom: 30px;
    }

    .copyright {
        padding-right: 20px;
        font-size: 12px;
    }

    /*# sourceMappingURL=main.css.map */



    .text-ms {
        font-family: "museo-sans",sans-serif;
    }

    .text-bold {
        font-weight: 800;
    }

    .bg-light-gray {
        background: #ecedf1;
    }

    .bg-yellow {
        background-color: #fcd01a;
    }

    .bg-teal-light {
        background-color: #48aec6;
    }

    .bg-teal-dark {
        background-color: #42828d;
    }

.text-gray {
    color: #ecedf1;
}

.text-white {
    color: #fff;
}

    .text-yellow {
        color: #fcd01a;
    }

    .text-teal-dark, .text-teal-dark:hover {
        color: #42828d !important;
    }

    .text-black, .text-black:active, .text-black:focus {
        color: #000;
    }

    a.text-black:hover {
        color: #42828d !important;
    }


    .footer-kid {
        margin-top: -113px;
        max-width: 120px;
    }

    .footer-kid-sub {
        margin-top: -175px;
        max-width: 250px;
    }

    @media only screen and (max-width: 991px) {
        .footer-kid {
            display: none;
        }

        .footer-kid-sub {
            display: none;
        }
    }

    .icon-social {
        max-width: 26px;
    }

    .hero-circle {
        max-width: 192px;
    }

    .Xslick-slider {
        max-width: calc(100vh * 1.5);
    }

#fsSubmitButton3075635 {
    background-color: #ecedf1 !important;
    border-color: #ecedf1 !important;
}


#fsForm3062101 {
    background-color: #48aec6;
    padding: 10px 25px;
    color: #fff;
}

        #fsForm3062101 input {
            width: 95%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-image: none;
            background-clip: padding-box;
            border: 0px solid #ced4da;
            border-radius: .25rem;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            margin-bottom: 15px;
        }

        #fsForm3062101 .fsLabel {
            color: #fff !important;
            font-weight: normal !important;
        }

        #fsForm3062101 .fsSupporting {
            font-size: 80%;
            margin-top: -0.775rem;
        }

    #fsSubmitButton3062101 {
        background-color: #fcd01a !important;
        color: #42828d !important;
    }

    #fsForm3062101 p {
        margin-top: 15px;
    }


#fsRow3056651-2, #fsRow3566588-2 {
   background-color: #48aec6;
   padding: 10px 25px;
   color: #fcd01a;
}

   #fsRow3056651-2 p, #fsRow3566588-2 p {
      margin: 0;
      font-weight: bold;
      font-size: 125%;
   }



#fsForm3056651, #fsForm3566588 {
   margin-top: -116px;
}

    @media only screen and (max-width: 575px) {
        #fsForm3056651 {
            margin-top: 0;
        }
    }


#fsSection64209191, #fsSection81743934 {
   background-color: #fcd01a;
   padding: 25px;
}

#fsSubmit3056651, #fsSubmit3566588 {
   background-color: #fcd01a;
   padding: 0 25px;
   margin: 0 !important;
}


#fsForm3056651 input, #fsForm3566588 input {
   width: 95%;
   padding: .375rem .75rem;
   font-size: 1rem;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   background-image: none;
   background-clip: padding-box;
   border: 0px solid #ced4da;
   border-radius: .25rem;
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
   margin-bottom: 15px;
}

    #field64144275, #field64144299, #field64144298 {
        width: 35% !important;
    }

    .fsLabel {
        color: #42828d !important;
        font-weight: bold;
    }

#fsSubmitButton3056651, #fsSubmitButton3566588 {
   background-color: #48aec6 !important;
   color: #fff !important;
}

    #fsForm3059462 {
    }

        #fsForm3059462 input {
            width: 95%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-image: none;
            background-clip: padding-box;
            border: 1px solid #48aec6;
            border-radius: .25rem;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            margin-bottom: 15px;
            color: #42828d;
        }

        #fsForm3059462 textarea {
            width: 95%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-image: none;
            background-clip: padding-box;
            border: 1px solid #48aec6;
            border-radius: .25rem;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            margin-bottom: 15px;
            color: #42828d;
        }

    #fsSubmitButton3059462 {
        background-color: #48aec6 !important;
        color: #fff !important;
    }

        #fsSubmitButton3059462:hover {
            background-color: #fff !important;
            color: #48aec6 !important;
        }


    .bord-1 {
        border: 1px solid #c0c0c0;
    }

    .pdf-thumb {
        border: 1px solid #000;
    }

    .smalltext {
        font-size: 12px !important;
        margin-bottom: 7px;
    }


    .paging ul.pageList, nav ul.paging li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .paging ul.pageList {
        margin: 10px 0;
    }

        .paging ul.pageList li a {
            background-color: #fff;
            border: 1px solid #ddd;
            position: relative;
            float: left;
            padding: 5px 10px;
            color: #42828d;
            text-decoration: none;
            cursor: pointer;
            margin-right: 3px;
        }

            .paging ul.pageList li a:focus, .paging ul.pageList li a:hover, .paging ul.pageList li a.active {
                background-color: #eceeef;
                color: #42828d;
                border-color: #ddd;
            }

    .blogpost a {
        color: #42828d !important;
    }


    .blog-sep {
        background-color: #fcd01a;
        height: 1px;
        border: 0;
    }

    .ctct-form-footer {
        display: none !important;
    }

    .ctct-form-defaults {
        background: none !important;
    }



    #field64781827 {
        width: 65% !important;
        float: left !important;
    }

    #fsSubmitButton3075635 {
        xmargin-left: 15px;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
    }


@media only screen and (max-width: 640px) {
    .no-mobi {
        display: none;
    }
}