@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:"Berlin Sans FB Regular.ttf";
	src:url("../fonts/Berlin-Sans-FB-Regular.ttf");
}


/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Berlin Sans FB Regular'; background: #fff; }
p, a, span, table, th, tr, td, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; }
h1, h2, h3, h4, h5, h6{ font-family: 'Berlin Sans FB Regular' !important; }

/*===== Go To Top Section =====*/
#back-top { display: block; position: fixed; bottom: 140px; right: 14px; bottom: 15px; text-align: center; z-index: 99999; }
#back-top a { display: block; text-decoration: none;  }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 10px; font-size: 18px; border-radius: 5px; opacity: 1; color: #fff; background: #fb6a00; border: #fb6a00 solid 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fa3b44; border-color: #fa3b44; color: #fff; transform: scale(1.05,1.05);  }

/* Modal Body */
.popup-modal-block .modal-body .close{ position: absolute; top: 15px; right: 17px; opacity: 1; color: #fff; width: 30px; height: 30px; background: #fb6a00; border-radius: 50%; padding: 0 0 1px 1px; }
.popup-modal-block .modal-body img{ position: relative; margin-top: -15px; width: 100%; height: auto; }
.popup-modal-block h2{ position: relative; z-index: 999; color: #252525; font-weight: 800; font-size: 30px; text-align: center; margin: 50px 0 0; padding: 0 50px; text-transform: capitalize; line-height: 42px; }

.search-block{ display: block; margin: 0; padding: 0; }
.search-block h4{ display: none; color: #fb6a00; font-size: 20px; text-transform: uppercase; font-weight: 700; padding-bottom: 10px; margin-bottom: 15px; border-bottom: #ccc solid 1px; }
.search-block .search-form label{ display: block; width: 100%; }
.search-block .search-form .screen-reader-text{ display: block; width: 100%; margin-bottom: 5px; font-size: 18px; color: #fb6a00; }
.search-block .search-form .search-field{ display: block; width: 100%; height: 40px; border: #666 solid 1px; padding: 15px; color: #fb6a00; }
.search-block .search-form .search-submit{ display: block; padding: 10px 15px; width: 100%; border: none; background: #fb6a00; color: #fff; border-radius: 2px; margin-top: 8px; }

/* Wrapper */
.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.text-bold{ font-weight: 700; }

/*===== Header Section =====*/
.header{ position: relative; }
.header-top{ position: relative; padding: 10px 0; background: #f6f8f9; box-sizing: border-box; -webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1); -moz-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1); -o-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1); box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1); }
.header-top-text p{ margin-top: 7px; color: #000; font-size: 18px; font-family: 'Berlin Sans FB Regular'; }
.header-top-text p span{ color: #fb6a00; font-family: 'Berlin Sans FB Regular'; }
.header-social-media ul{ display: block; text-align: right; }
.header-social-media ul li{ display: inline-block; float: none; }
.header-social-media ul li a{ text-decoration: none; }
.header-social-media ul li a .fa{ display: flex; justify-content: center; align-items: center; font-size: 16px; width: 36px; height: 36px; color: #fb6a00; background: #fff; border-radius: 50%; box-sizing: border-box; -webkit-box-shadow: 0 5px 5px -2px #6666; -moz-box-shadow: 0 5px 5px -2px #6666; -o-box-shadow: 0 5px 5px -2px #6666; box-shadow: 0 5px 5px -2px #6666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.header-social-media ul li a .fa:hover{ background: #fb6a00; color: #fff; }

.header-middle{ padding: 15px 0; background: #fff; }
.header-middle .logo{ display: block; text-align: left; }
.header-middle .logo img{ display: inline-block; }
.header-middle-contact{ display: block; padding-top: 25px; }
.header-middle-contact ul{ display: block; text-align: right; }
.header-middle-contact ul li{ position: relative; display: inline-block; float: none; padding-left: 60px; text-align: left; color: #000; font-size: 16px; }
.header-middle-contact ul li:first-child{ margin-right: 30px; }
.header-middle-contact ul li:first-child::before{ content: '\f095'; position: absolute; top: -5px; left: 0; display: flex; justify-content: center; align-items: center; width: 55px; height: 55px; border-radius: 50%; background: #f6f8f9; color: #666; font-family: 'FontAwesome'; font-size: 24px; }
.header-middle-contact ul li:last-child::before{ content: '\f4b9'; position: absolute; top: -5px; left: 0; display: flex; justify-content: center; align-items: center; width: 55px; height: 55px; border-radius: 50%; background: #f6f8f9; color: #666; font-family: 'FontAwesome'; font-size: 24px; }
.header-middle-contact ul li span{ display: block; color: #fb6a00; font-size: 16px; font-weight: bold; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; }
.header-middle-contact ul li:last-child{ padding-left: 0; }
.header-middle-contact ul li:last-child::before{ display: none; }
.header-middle-contact ul li:last-child a{ position: relative; top: -15px; display: inline-block; padding: 11px 26px; border: #fb6a00 solid 2px; background: #fff; color: #fb6a00; font-size: 16px; text-transform: uppercase; text-decoration: none; border-radius: 30px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; box-sizing: border-box; -webkit-box-shadow: 0 0 5px -2px #6666; -moz-box-shadow: 0 0 5px -2px #6666; -o-box-shadow: 0 0 5px -2px #6666; box-shadow: 0 0 5px -2px #6666; }
.header-middle-contact ul li:last-child a:hover{ background: #fb6a00; color: #fff; }

.header-bottom{ background: #1a1a1d; }
.header-bottom .navigation{ position: relative; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{ margin: 0 30px; font-family: 'Berlin Sans FB Regular'; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{ position: relative; height: auto; padding: 10px 0; text-transform: uppercase; font-family: 'Berlin Sans FB Regular'; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #fb6a00; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:hover > a.mega-menu-link::before{ width: 100%; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before{ width: 100%; }
.header-bottom .navigation .search-now{ position: absolute; top: 0; right: 0; width: 230px; height: 100%; border: none;outline: none;outline-offset: none; border-radius: 0; text-decoration: none; color: #fff; background: #fb6a00; font-size: 20px; font-weight: bold; text-transform: uppercase; font-family: 'Berlin Sans FB Regular'; display: flex; justify-content: center; align-items: center; }
.header-bottom .navigation .search-now .fa{ margin-left: 10px; }
.header-bottom .navigation .search-form-content{ position: absolute; top: 100%; right: 0; width: 0; height: 0; z-index: 9; overflow: hidden; transition: all linear 0.3s; }
.header-bottom .navigation .search-form-content label{ display: block; width: calc(100% - 230px); float: left; }
.header-bottom .navigation .search-form-content input[type="search"]{ display: block; width: 100%; height: 58px; border-radius: 0; border: none; padding: 15px; outline-color: #fb6a00; }
.header-bottom .navigation .search-form-content input[type="submit"]{ width: 230px; height: 60px; border: none; border-radius: 0; color: #fff; background: #fb6a00; font-size: 20px; text-transform: uppercase; outline-offset: none; outline: none; }
.header-bottom .navigation .active{  border: 1px solid #fff; width: 100%; height: 60px; }
.screen-reader-text{ display: none; }

/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 99999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999; display: block; width: 100%; background: #191919; height: 57px; }
.tab_button{ display: block; text-align: center; }
.tab_button a{ display: inline-block; padding: 7px 20px; margin: 14px 5px 0; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 999; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 14px; bottom: 14px; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; border: #fb6a00 solid 1px; background: #fb6a00; color: #fff; font-size: 24px; text-align: center; padding: 12px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); color: #fff; background: #0e59a9; border-color: #0e59a9; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 15px; bottom: 15px; z-index: 1; width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom: 66px; background: #3d5a96; color: #fff; }

/*===== Banners Section =====*/
.banner{ position: relative; z-index: 1; }
.banner img{ width: 100%; height: auto; }
.banner_cotent_box{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 50%; text-align: center; }
.banner_cotent_box h2{ font-size: 72px; font-weight: 700; color: #fff; line-height: 70px; font-family: 'Berlin Sans FB Regular'; }
.banner_cotent_box h2 span{ color: #fb6a00; font-family: 'Berlin Sans FB Regular'; }
.banner_cotent_box p{ font-family: 'Berlin Sans FB Regular'; color: #fff; font-size: 20px; line-height: 36px; margin: 20px 0; letter-spacing: 2px; }
.banner_cotent_box a{ display: inline-block; padding: 12px 30px; color: #fff; font-size: 18px; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; background: transparent; text-decoration: none; border-radius: 30px; border: #fff solid 2px; text-transform: uppercase; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.banner_cotent_box a:hover{ background: #fb6a00; }

/*===== Home Section =====*/
.home{ position: relative; padding: 80px 0 0; background: url('../images/home-section-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.home-content{ position: relative; z-index: 9; padding: 70px 100px 70px; margin-bottom: -80px; text-align: center; box-sizing: border-box; background: #fff; -webkit-box-shadow: 0 5px 15px -5px #666; -moz-box-shadow: 0 5px 15px -5px #666; -o-box-shadow: 0 5px 15px -5px #666; box-shadow: 0 5px 15px -5px #666; }
.home-content::before{ content: ''; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: url('../images/home-content-bg.png') no-repeat center left; }
.home-content h1{ position: relative; font-family: 'Berlin Sans FB Regular'; color: #555555; font-size: 36px; font-weight: 700; letter-spacing: 6px; }
.home-content h1 span{ color: #fb6a00; font-family: 'Berlin Sans FB Regular'; v }
.home-content .section-title-underline{ display: block; margin: 15px auto 30px; width: 350px; height: 50px; background: url('../images/section-title-underline-bg.png') no-repeat center center; }
.home-content p{ color: #000; font-size: 16px; line-height: 32px; margin-bottom: 20px; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; }
.home-content a{ display: inline-block; padding: 12px 40px; border: #fb6a00 solid 2px; background: #fb6a00; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; color: #fff; text-decoration: none; font-size: 18px; font-weight: 700; border-radius: 30px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.home-content a:hover{ background: #ffff; color: #fb6a00; }

/*===== Section Title =====*/
.section-title{ display: block; text-align: center; }
.section-title h2{ position: relative; font-family: 'Berlin Sans FB Regular'; color: #555555; font-size: 36px; font-weight: 700; letter-spacing: 6px; }
.section-title .section-title-underline{ display: block; margin: 15px auto 30px; width: 350px; height: 50px; background: url('../images/section-title-underline-bg.png') no-repeat center center; }

/*===== Mission Section =====*/
.mission{ padding: 150px 0 80px; background: #f6f5f2; }
.mission .section-title p{ color: #fb6a00; font-size: 18px; line-height: 30px; font-weight: bold; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; }
.mission .section-title p span{  color: #fb6a00;  font-weight: bold; text-transform: uppercase; font-family: 'Berlin Sans FB Regular'; }
.mission-content{ display: block; padding: 0 50px; margin-top: 30px; text-align: center; }
.mission-content-icon{ display: block; margin: 0 auto; width: 120px; height: 120px; text-align: center; }
.mission-content-icon img{ display: inline-block; }
.mission-content h4{ color: #272727; font-size: 18px; font-weight: bold; line-height: 30px; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; }
.mission-content h4 span{ color: #fb6a00; }
.mission-link{ display: block; text-align: center; margin-top: 50px; }
.mission-link a{ display: inline-block; padding: 25px 50px; border: #fb6a00 solid 2px; background: #fb6a00; color: #fff; text-decoration: none; font-size: 18px; font-weight: 700; border-radius: 5px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.mission-link a:hover{ background: transparent; color: #fb6a00; }

/*===== Donation Section =====*/
.donation{ padding: 80px 0; background: url('../images/donation-section-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.donation-content{ display: block; text-align: center; }
.donation-content h2{ position: relative; margin-bottom: 30px; font-family: 'Berlin Sans FB Regular'; color: #fff; font-size: 36px; font-weight: 700; letter-spacing: 4px; }
.donation-content h2 span{ color: #fb6a00; font-family: 'Berlin Sans FB Regular'; }
.donation-content p{ color: #fff; font-weight: 600; font-size: 18px; line-height: 30px; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; }
.donation-content a{ display: inline-block; margin-top: 30px; padding: 15px 30px; font-family: 'Berlin Sans FB Regular'; border: #fb6a00 solid 2px; background: #fb6a00; color: #fff; text-decoration: none; font-size: 18px; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; border-radius: 30px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.donation-content a:hover{ background: transparent; color: #fb6a00; }

/*===== Help Section =====*/
.help{ position: relative; z-index: 9; padding: 80px 0; background: #f8f8f8; }
.help::before{ content: ''; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: url('../images/help-section-bg.png') no-repeat center left; }
.help .section-title p{ color: #000; font-size: 18px; line-height: 30px; }
.help .section-title p span{  color: #fb6a00; }
.help .section-content{ padding: 30px 100px 0; }
.help .section-content .item{ padding: 15px 0; margin: 0 15px; }
.help-content{ display: block; margin: 0 auto; padding: 30px 15px; width: 190px; height: 140px; border-radius: 5px; text-align: center; background: #fff; box-sizing: border-box; -webkit-box-shadow: 0 5px 15px -10px #666; -moz-box-shadow: 0 5px 15px -10px #666; -o-box-shadow: 0 5px 15px -10px #666; box-shadow: 0 5px 15px -10px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.help-content:hover{ margin-top: -5px; -webkit-box-shadow: 0 5px 15px -5px #666; -moz-box-shadow: 0 5px 15px -5px #666; -o-box-shadow: 0 5px 15px -5px #666; box-shadow: 0 5px 15px -5px #666; }
.help-content h4{ color: #000; font-size: 18px; margin-top: 10px; }

/*===== Testimonials Section =====*/
.testimonials{ padding: 50px 0; background: #fff; }
.testimonials .item{ padding: 30px 15px 15px 30px; }
.testimonials-content{ position: relative; background: #f8f8f8; padding: 60px 50px 60px 270px; min-height: 250px; box-sizing: border-box; -webkit-box-shadow: 0 5px 10px -5px #666; -moz-box-shadow: 0 5px 10px -5px #666; -o-box-shadow: 0 5px 10px -5px #666; box-shadow: 0 5px 10px -5px #666; }
.testimonials-image{ position: absolute; top: -30px; left: -30px; width: 180px; height: auto; }
.testimonials-image img{ width: 100%; height: auto; }
.testimonials-content p{ color: #6e6e6e; font-size: 18px; line-height: 32px; font-weight: 700; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; font-style: italic; margin-bottom: 15px; }
.testimonials-content h4{ color: #fb6a00; font-size: 22px; font-weight: 700; font-style: italic; text-align: left; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; }
.company-information{ position: absolute; top: 170px; left: 30px; display: block; width: 190px; }
.company-information span{ display: block; font-size: 16px; font-weight: 700; font-style: italic; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; }
.company-information .organization{ color: #000;  }
.company-information .position{ color: #fb6a00; font-style: normal; text-transform: uppercase; }

/*===== Yellow Section =====*/
.yellow{ position: relative; padding: 80px 0 70px; background: url('../images/home-section-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.yellow-content h4{ color: #71787F; font-family: 'Berlin Sans FB Regular'; font-size: 36px; letter-spacing: 3px; margin-bottom: 15px; text-shadow: 1px 1px 15px #fff; }
.yellow-content p{ color: #71787F; font-size: 18px; font-weight: 600; line-height: 36px; text-shadow: 1px 1px 15px #fff; letter-spacing: 2px; font-family: 'Berlin Sans FB Regular'; }
.yellow-donate{ display: block; text-align: right; }
.yellow-donate a{ display: inline-block; margin-top: 15px; padding: 15px 30px; font-family: 'Berlin Sans FB Regular'; border: #fff solid 2px; background: #fff; color: #fb6a00; text-decoration: none; font-size: 18px; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; border-radius: 30px;  box-sizing: border-box; -webkit-box-shadow: 0 5px 15px -8px #000; -moz-box-shadow: 0 5px 15px -8px #000; -o-box-shadow: 0 5px 15px -8px #000; box-shadow: 0 5px 15px -8px #000; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.yellow-donate a:hover{ background: #fb6a00; color: #fff; }

/*===== Contact Section =====*/
.contact{ position: relative; padding: 60px 0 50px; background: #333333; }
.contact::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/contact-transparent-bg.png') no-repeat center left; }
.contact h4{ position: relative; color: #fff; font-size: 36px; font-weight: 700; font-family: 'Berlin Sans FB Regular'; letter-spacing: 4px; margin-bottom: 20px; }
.contact h4 span{ color: #fb6a00; font-family: 'Berlin Sans FB Regular'; }
.contact-about p{ color: #fff; font-size: 18px; font-weight: 400; letter-spacing: 2px; line-height: 36px; margin-bottom: 15px; font-family: 'Berlin Sans FB Regular'; }
.contact-about p span{ color: #fb6a00; font-family: 'Berlin Sans FB Regular'; }
.contact-about a{ display: inline-block; padding: 10px 20px; color: #fff; letter-spacing: 2px; font-weight: 400; font-family: 'Berlin Sans FB Regular'; font-size: 16px; border: #fff solid 2px; border-radius: 3px; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.contact-about a:hover{ background: #fb6a00; }
.contact-info ul li{ list-style: none; color: #fff; font-weight: 400; font-size: 16px; letter-spacing: 2px; line-height: 36px; margin-bottom: 10px; font-family: 'Berlin Sans FB Regular'; }
.contact-info ul li .fa{ margin-right: 10px; width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #fb6a00; text-align: center; font-size: 20px; padding-top: 10px; }

/*===== Footer Section =====*/
.footer{ margin: 0; padding: 20px 0; background: #000; }
.copyright p{ color: #fff; font-size: 13px; text-align: center; font-family: 'Berlin Sans FB Regular'; }
.copyright p a{ color: #fb6a00; text-decoration: none; font-family: 'Berlin Sans FB Regular'; }

/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 90%; transform: translate(-50%,0); z-index: 9; }
#owl-demo .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fb6a00; border: #fb6a00 solid 3px; opacity: 1; }
#owl-demo .owl-pagination .active span{ background: #fff; }

#owl-demo1 .owl-pagination{ display: none; }
#owl-demo1 .owl-buttons{ -webkit-transition: all linear 0.3s; -transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-prev{ position: absolute; z-index: 2; top: 50%; left: -48px; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 30px; height: 30px; border: none; background: transparent; color: #fff; font-size: 14px; border-radius: 5px; opacity: 1; padding-right: 14px; padding-top: 5px; }
#owl-demo1 .owl-buttons .owl-prev::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fb6a00; z-index: -1; border-radius: 5px; transform: rotate(45deg); -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-next{ position: absolute; z-index: 2; top: 50%; right: -50px; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 30px; height: 30px; border: none; background: transparent; color: #fff; font-size: 14px; border-radius: 5px; opacity: 1; padding-left: 14px; padding-top: 5px; }
#owl-demo1 .owl-buttons .owl-next::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fb6a00; z-index: -1; border-radius: 5px; transform: rotate(45deg); -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-prev:hover::before,
#owl-demo1 .owl-buttons .owl-next:hover::before{ background: #555555; color: #fff; }

#owl-demo2 .owl-pagination{ display: none; }
#owl-demo2 .owl-buttons{ -webkit-transition: all linear 0.3s; -transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo2 .owl-buttons .owl-prev{ position: absolute; z-index: 2; top: 50%; left: -48px; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 30px; height: 30px; border: none; background: transparent; color: #fff; font-size: 14px; border-radius: 5px; opacity: 1; padding-right: 14px; padding-top: 5px; }
#owl-demo2 .owl-buttons .owl-prev::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fb6a00; z-index: -1; border-radius: 5px; transform: rotate(45deg); -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo2 .owl-buttons .owl-next{ position: absolute; z-index: 2; top: 50%; right: -50px; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 30px; height: 30px; border: none; background: transparent; color: #fff; font-size: 14px; border-radius: 5px; opacity: 1; padding-left: 14px; padding-top: 5px; }
#owl-demo2 .owl-buttons .owl-next::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fb6a00; z-index: -1; border-radius: 5px; transform: rotate(45deg); -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo2 .owl-buttons .owl-prev:hover::before,
#owl-demo2 .owl-buttons .owl-next:hover::before{ background: #555555; color: #fff; }

#owl-demo3 .owl-pagination{ display: none; }
#owl-demo3 .owl-buttons{ -webkit-transition: all linear 0.3s; -transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-prev{ position: absolute; z-index: 2; top: calc(100% - 100px); left: calc(100% - 150px); font-family: 'FontAwesome'; text-align: center; width: 30px; height: 30px; border: none; background: transparent; color: #fff; font-size: 14px; border-radius: 5px; opacity: 1; padding-right: 14px; padding-top: 5px; }
#owl-demo3 .owl-buttons .owl-prev::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fb6a00; z-index: -1; border-radius: 5px; transform: rotate(45deg); -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-next{ position: absolute; z-index: 2; top: calc(100% - 100px); left: calc(100% - 100px); font-family: 'FontAwesome'; text-align: center; width: 30px; height: 30px; border: none; background: transparent; color: #fff; font-size: 14px; border-radius: 5px; opacity: 1; padding-left: 14px; padding-top: 5px; }
#owl-demo3 .owl-buttons .owl-next::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fb6a00; z-index: -1; border-radius: 5px; transform: rotate(45deg); -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-prev:hover::before,
#owl-demo3 .owl-buttons .owl-next:hover::before{ background: #555555; color: #fff; }

/*===== Content Pages =====*/
.content-banner{ padding: 50px 0; background: url('../images/home-section-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.breadcrumb{ background: transparent; border-radius: 0; padding: 0; margin: 0; margin-bottom: 10px; text-align: center; color: #fff; font-family: 'Berlin Sans FB Regular', sans-serif; font-weight: 800; font-size: 40px; }
.breadcrumb a{ color: #fff; font-family: 'Berlin Sans FB Regular'; font-weight: 800; font-size: 30px; }
.content-banner h4{ text-align: center; color: #d35400; font-size: 18px; font-weight: 700; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }

.content{ width: 100%; padding: 50px 0; background: #fff; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #000; font-weight: 900; font-family: 'Berlin Sans FB Regular'; letter-spacing: 5px; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 18px; color: #000; font-weight: 900; font-family: 'Berlin Sans FB Regular'; letter-spacing: 5px; margin-bottom: 10px; }
.content p{ font-size: 16px; line-height: 30px; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; text-align:justify; color: #666; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: 'Berlin Sans FB Regular'; letter-spacing: 2px; text-align:justify; color: #666; }

/*===== 404 =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #fb6a00; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #f56658; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 15px 0; background: #1a1a1d; width: 100%; text-align: center; }
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px 15px 1px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; margin-bottom: 15px; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #fb6a00; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.testimonials-page .panel-title a{ position: relative; display: block; padding: 15px 50px 15px 15px; margin-bottom: 0; background: #fb6a00; text-decoration: none; text-transform: uppercase; font-size: 16px; color: #fff; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-page .panel-title a:hover{ background: #fb6a00; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #1a1a1d; position: relative; }
.testimonials-page .panel-title .collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .panel-title a::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #1a1a1d; font-size: 16px; line-height: 30px; }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; }
.testimonials-page .panel-body p{ margin-bottom: 0; }

/*===== Contact Form Section =====*/
.formstyle{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.btn-formstyle{ width: 150px; color: #fff; background-color: #fb6a00; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #2ecc71; }
.contact-page .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.form_section .fa{ position: absolute; top: 20px; z-index: 999; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .sms{ height: calc(100% - 20px); }


/*========== Responsive ==========*/
@media (max-width: 991px){
	.header-bottom .container{ width: 100%; }
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{ margin: 0 15px; }
	.banner_cotent_box{ width: 80%; }
	.banner_cotent_box h2{ font-size: 48px; line-height: inherit; }
	.banner_cotent_box p{ margin: 15px 0; }
	.home-content{ padding: 50px; }
	.home-content .section-title-underline{ margin: 15px auto; }
	.help::before{ opacity: 0.3; }
	.testimonials-content{ padding: 50px 50px 50px 180px; }
	.testimonials-image{ width: 180px; }
	.yellow-donate a{ margin-top: 50px; }
}
@media (max-width: 767px){
	
	/*===== Go To Top =====*/
	#back-top{ right: 15px; bottom: 25px; }
	#back-top a { width: 40px; height: 40px;  }
	#back-top a .fa{ font-size: 16px; margin-top: 10px; }

	/*=====Social Media =====*/
	.share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
	.social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
	.social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
	.social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
	.social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
	.social_icon.active ul li:nth-child(4) .fa{ bottom: 59px; }

	/*========== Body Section ===============*/
	.header-top{ padding: 70px 0 20px; }
	.header-top-text p{ text-align: center; font-size: 16px; }
	.header-social-media ul{ text-align: center; }
	.header-social-media ul li{ margin: 5px 5px 0; }
	.header-middle .logo{ text-align: center; }
	.header-middle-contact ul{ text-align: center; }
	.header-middle-contact ul li{ margin-bottom: 15px; }
	.header-middle-contact ul li:last-child a{ top: 0; }
	.header-bottom .container{ padding: 0; }
	.header-bottom .navigation .search-now{ position: relative; margin: 15px; width: calc(100% - 30px); height: 40px; font-size: 16px; }

	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{ width: 32px; }
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{ padding: 5px 10px; }

	.banner_cotent_box{ width: 100%; }
	.banner_cotent_box h2{ font-size: 16px; }
	.banner_cotent_box p{ font-size: 14px; line-height: 20px; margin: 0; }
	.banner_cotent_box a{ padding: 5px 20px; font-weight: 400; font-size: 12px; border-width: 1px; }
	.home{ padding: 50px 0 0; }
	.home-content{ padding: 30px 15px; }
	.home-content h1{ font-size: 24px; }
	.home-content .section-title-underline{ margin: 0 auto; width: 100%; background-size: 100%; }
	.home-content p{ line-height: 30px; }
	.home-content a{ padding: 10px 30px; font-size: 14px; }
	.section-title h2{ font-size: 24px; }
	.mission{ padding: 120px 0 50px; }
	.section-title .section-title-underline{ margin: 0 auto; width: 100%; background-size: 100%; }
	.section-title p{ font-size: 16px; }
	.mission-content{ padding: 0 15px; }
	.mission-content-icon{ height: auto; }
	.mission-content h4{ margin-top: 15px; font-size: 16px; line-height: 24px; }
	.mission-link{ margin-top: 30px; }
	.mission-link a{ padding: 15px 30px; font-size: 16px; }
	.donation{ padding: 50px 0; }
	.donation-content h2{ margin-bottom: 15px; font-size: 24px; letter-spacing: 3px; }
	.donation-content p{ font-size: 16px; line-height: 26px; }
	.donation-content a{ margin-top: 20px; padding: 15px 30px; font-size: 16px; letter-spacing: 3px; }
	.help{ padding: 50px 0 40px; }
	.help .section-content{ padding: 0; }
	.testimonials{ padding: 40px 0; }
	.testimonials .item{ padding: 15px; }
	.testimonials-content{ padding: 30px 30px 90px; }
	.testimonials-image{ position: inherit; top: inherit; left: inherit; width: 100%; margin-bottom: 15px; }
	.testimonials-content p{ font-size: 16px; line-height: 26px; }
	.testimonials-content h4{ text-align: left; font-size: 18px; margin-bottom: 15px; }
	.company-information{ padding: 10px; border: #fb6a00 dashed 1px; }
	.company-information span{ font-size: 14px; margin-bottom: 0; }
	.yellow{ padding: 50px 0; }
	.yellow-content h4{ font-size: 24px; text-align: center; }
	.yellow-content p{ font-size: 16px; line-height: 26px; text-align: center; }
	.yellow-donate{ text-align: center; }
	.yellow-donate a{ margin-top: 30px; font-size: 16px; }
	.contact{ padding: 50px 0 30px; }
	.contact h4{ margin-bottom: 10px; font-size: 24px; }
	.contact-about p{ font-size: 16px; line-height: 26px; font-weight: 400; }
	.contact-about a{ margin-bottom: 30px; font-weight: 400; font-size: 14px; border-width: 1px; }
	.contact-info ul li{ font-size: 16px; line-height: 26px; font-weight: 400; }
	.contact-info ul li .fa{ width: 30px; height: 30px; font-size: 14px; padding-top: 8px; margin-right: 5px; }

	.copyright p span{ display: block; }

	/*===== ALL Slider Section =====*/
	#owl-demo .owl-pagination{ top: 75%; width: inherit; left: 15px; transform: inherit; }
	.owl-theme .owl-controls .owl-page span{ margin: 5px; }
	#owl-demo1 .owl-buttons .owl-prev{ left: -5px; }
	#owl-demo1 .owl-buttons .owl-next{ right: -5px; }
	#owl-demo1 .owl-buttons .owl-prev::before{ box-sizing: border-box; box-shadow: 1px 0 20px 10px rgba(0,0,0,0.2); }
	#owl-demo1 .owl-buttons .owl-next::before{ box-sizing: border-box; box-shadow: 1px 0 20px 10px rgba(0,0,0,0.2); }
	#owl-demo2 .owl-buttons .owl-prev{ left: -5px; }
	#owl-demo2 .owl-buttons .owl-next{ right: -5px; }
	#owl-demo2 .owl-buttons .owl-prev::before{ box-sizing: border-box; box-shadow: 1px 0 20px 10px rgba(0,0,0,0.1); }
	#owl-demo2 .owl-buttons .owl-next::before{ box-sizing: border-box; box-shadow: 1px 0 20px 10px rgba(0,0,0,0.1); }
	#owl-demo3 .owl-buttons .owl-prev{ top: calc(100% - 80px); left: 40px; }
	#owl-demo3 .owl-buttons .owl-next{ top: calc(100% - 80px); left: 80px; }

	/*===== Pages Section =====*/
	.content-banner{ padding: 30px 0 20px; }
	.breadcrumb{ font-size: 24px; font-weight: 500; }
	.content-banner ul li{ height: 2px; }
	.content-banner ul li:nth-child(2){ top: -4px; }
	.content h2{ font-size: 20px; }
	.sectiontitleunderline{ margin: 0 0 15px; }
	.content p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; }

}