/*
Theme Name: FIDD Theme
Author: RoverMedia Team
Author URI: https://rovermedia.in/
Description: Responsive Mobile friendly Theme.
Version: 1.0
Text Domain: FIDD
*/
@charset "utf-8";
/* CSS Document */
header {
	background-color: white;
	height: 12vh;
}
.bg-faded {
	background-color: rgba(255, 255, 255, 0);
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-top: 7px;
}
.navbar {
	position: relative;
	padding: 16px 0rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(248, 155, 45);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:focus, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .open>.nav-link:focus, .navbar-light .navbar-nav .open>.nav-link:hover {
	color: rgb(248, 155, 45);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(37, 37, 37, 0.82);
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.nav-link a{
    color: rgba(37, 37, 37, 0.82);
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.nav-link a:hover{
    color: rgb(248, 155, 45);
    text-decoration: none;
}
.sub-menu-class{
    text-align: center;
}

.dropdown-menu{
    left:-50px
}
.bio-content{
    margin-top: 30px;min-height: 400px
}
.bio-content img{
    float:left;margin-right: 10px;
}
.navbar-nav .nav-item+.nav-item {
	margin-left: 2rem;
}
.current-menu-item a {
	color: rgb(248, 155, 45) !important;
}
.img-responsive {
	max-width: 100%
}
.ri-grid {
	margin: 0;
	position: relative;
	height: 84vh;
}
.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before, .ri-grid ul:after {
	content: '';
	display: table;
}
.ri-grid ul:after {
	clear: both;
}
.ri-grid ul {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	height: 42vh !important
}
.ri-grid ul li a {
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 44vh;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Grid wrapper sizes */
.ri-grid-size-1 {
	width: 55%;
}
.ri-grid-size-2 {
	width: 100%;
}
.ri-grid-size-3 {
	width: 100%;
	margin-top: 0px;
}
/* Shadow style */
.ri-shadow:after, .ri-shadow:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.ri-grid-loading:after, .ri-grid-loading:before {
	display: none;
}
.ri-loading-image {
	display: none;
}
.ri-grid-loading .ri-loading-image {
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}
.testimonials-box {
	margin: 0 auto;
	color: #FFF
}
.bx-wrapper .testimonials-thumbnail {
	margin: 0px 0px 15px;
}
.bx-wrapper .testimonials-title {
	text-align: center;
	margin: 25px 15px 3px;
	font-size: 24px;
	line-height: 1;
}
.bx-wrapper .testimonials-carousel-thumbnail {
	max-width: 35%;
	float: left;
	margin-right: 10px;
}
.bx-wrapper .testimonials-carousel-thumbnail img {
	display: block;
	margin-right: 10px;
	width: 100px;
}
.bx-wrapper .testimonials-carousel-context {
	overflow: hidden;
}
.bx-wrapper .testimonials-name {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: -3px;
	font-weight: 400;
	width: 95%
}
.bx-wrapper span {
	font-size: 20px;
	text-align: right;
	color: #e8e8e8;
	font-family: 'petit_formal_scriptregular';
	font-weight: 100;
	float: right;
	margin-right: 12px;
}
.bx-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
width:94%;
}
.bx-wrapper .slide {
	padding: 0;
	margin: 0;
	display: block;
}
.bx-wrapper .bx-viewport {
	padding: 10px;
	margin-left: 0;
	z-index: 1;
	width: 100%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -70px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://webdesigntunes.com/tutorial/testimonials/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
	display: none
}
.bx-wrapper .testimonials-carousel-content p {
	width: 96%;
	margin: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
}
 @media screen and (max-width:400px) {
.bx-wrapper {
	width: 85%;
}
.bx-wrapper .testimonials-carousel-thumbnail {
	max-width: 100%;
	margin: 0 15px 10px 0;
	float: none
}
.bx-wrapper .testimonials-carousel-thumbnail img {
	width: 100%;
	height: auto
}
}
blockquote {
clear: both;
font-style: italic;
margin: 10px;
padding: 10px 10px 0 50px;
position: relative;
quotes: none;
border: 0px;
font-size: 120%;
line-height: 200%;
}
.social-icons {
	margin-top: 10px;
	padding-bottom: 10px
}
.social-icons li {
	float: left;
	list-style: none
}
.social-icons li a {
	color: #FFF;
	margin: 10px
}
.social-icons li a:hover {
	color: #f7941e
}
footer p {
	text-align: center;
	margin: 0;
	padding: 4px 0;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}
footer {
	background-color: #1a1a1a;
	height: 4vh
}
/*about us*/

.sub_header {
	background-color: #333333;
	padding: 30px 0;
}
.sub_header h1 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: 100;
}
.content {
	padding: 80px 0
}
.content h1 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700
}
.content p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	margin: 0;
	color: #55595c;
}
.content ul {
margin-top:10px
}
.content ul li {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0;
	list-style-position: inside
}
.under_line {
	height: 4px;
	width: 45px;
	background-color: #fad260;
	margin: 10px 0px 25px 0px;
}
.under_line2 {
	height: 4px;
	width: 45px;
	background-color: #fad260;
	margin: auto
}
.about_quat {
	background-image: url(images/frank_bg_02.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	background-size: cover;
	background-attachment: fixed
}
.about_quat p {
	font-family: 'auctoritasitalic';
	display: inline-block;
	font-size: 27px;
	line-height: 42px;
	padding: 20px;
	color: #fff;
}
.about_quat span {
	font-size: 20px;
	text-align: right;
	color: #e8e8e8;
	font-family: 'petit_formal_scriptregular';
	font-weight: 100;
	float: right;
	margin-right: 12px;
}
.qt {
	margin: 100px 0
}
.wtwedo h1 {
	text-align: center;
	margin-bottom: 10px
}
.wtwedo p {
	text-align: center;
	margin: 0px 230px;
	margin-top: 20px
}
.edu {
	text-align: center
}
.edu h2 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	margin: 12px 0;
}
.edu p {
	margin-left: 20px;
	margin-right: 20px
}
.marg-tp-60 {
	margin-top: 60px
}
.line_cntct {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	background-color: #D1D2D4;
	margin-bottom: 30px;
}
.brdr_right_cntct {
	padding: 0;
	margin: 0;
	border-left: solid 1px #D1D2D4;
}
.input_cntct {
	border: solid 1px #D1D2D4;
	height: 42.5px;
	width: 98%;
	margin-bottom: 15px;
}
.input_msg {
	border: solid 1px #D1D2D4;
	height: 161px;
	width: 99%;
}
.txt_hdng_inr {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #333;
	font-weight: 100
}
.contact-form h5 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #808284;
}
.btn_srvce {
	color: #fff;
	background-color: #f7941e;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	margin-top: 38px;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.form-control:focus {
	border-color: #f7941e;
	outline: 0;
}
.contact_head {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 100;
}
.info p {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #999
}
.icon-contact-block .type-info {
	color: #2a2d32;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.no-margin {
	margin: 0 !important;
}
.news article {
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	padding: 10px;
	min-height: 146px;
}
.news_count {
	width: 30px;
	height: 30px;
	background-color: #d6d6d6;
	color: #636363;
	position: absolute;
	right: 16px;
	padding: 4px 10px;
	bottom: 20px;
}
.news:hover, .news:focus {
	text-decoration: none;
}
.news article:hover {
	opacity: .8
}
.news h1 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #252525;
	font-weight: 600;
	margin: 10px 0
}
.news p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #55595c;
	margin: 10px 0
}
.news span {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #666;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #f9a72d;
	border-color: #f99b2d;
}
.page-link:focus, .page-link:hover {
	color: #f9a72d;
	background-color: #eceeef;
	border-color: #ddd;
	text-decoration: none;
}
.page-link {
	position: relative;
	float: left;
 padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.5;
	color: #8c8c8c;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.marg-tp-20 {
	margin-top: 20px
}
.single-news h1 {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	color: #252525;
	font-weight: 600;
	margin: 20px 0;
	line-height: 32px
}
.single-news p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #55595c;
}
.single-news h2 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #252525;
	font-weight: 600;
	margin: 0;
	line-height: 19px;
}
.single-news h3 {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	color: #252525;
	font-weight: 400;
	margin: 15px;
	line-height: inherit;
	text-transform: uppercase;
}
.single-news h5 {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	color: #252525;
	font-weight: 400;
	margin: 10px 0;
	line-height: inherit;
	text-transform: uppercase;
}
.readmore {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #f7941e;
}
.readmore:hover {
	text-decoration: none
}
.margin_bottom20 {
	margin-bottom: 20px
}
.grantees {
	border: 1px solid #e0e0e0;
	padding: 8px 30px;
}
.grantees_text {
	padding: 10px 15px;
	border: 1px solid #e0e0e0;
	border-top: none;
	background-color: #f7f7f7;
	margin-bottom: 10px;
	min-height: 185px;
}
.grantees_text h1 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #424242;
	line-height: 22px
}
.grantees_text p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #7d7d7d;
}
 @media only screen and ( max-width:480px) {

.main_logo{ display: block;
    margin: 0 auto;}
.nav {
    margin-top: 8px;
    border-top: 1px solid #eceeef;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 3rem;
}
.bx-wrapper {
	margin-top: 65px !important;
}
.codrops-header-special {
    top: 24vh;
    height: 84.3vh;
}
.codrops-header-special p {
	font-family: 'auctoritasitalic';
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	padding: 0px 7px;
	color: #fff;
	text-align: center;
}
.bx-wrapper span {
	font-size: 14px;
	text-align: right;
	color: #e8e8e8;
	font-family: 'petit_formal_scriptregular';
	font-weight: 100;
	float: right;
	margin-right: 12px;
}
.sub_header h1 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: 100;
}
.sub_header {
	background-color: #333333;
	padding: 20px 0;
}
.content {
	padding: 30px 0;
	text-align: center
}
.content h1 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin-top: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.content p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0;
	color: #55595c;
}
.under_line {
	height: 2px;
	width: 45px;
	background-color: #fad260;
	margin: 10px auto;
}
.qt {
	margin: 0;
}
.about_quat p {
	font-family: 'auctoritasitalic';
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	padding: 17px;
	color: #fff;
}
.about_quat span {
	font-size: 16px;
	text-align: right;
	color: #e8e8e8;
	font-family: 'petit_formal_scriptregular';
	font-weight: 100;
	float: right;
	margin-right: 10px;
	margin-top: -20px;
}
.content ul li {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-left: 35px;
	list-style-position: inside;
	text-align: left;
}
.contact-form {
	margin: 10px
}
.marg-tp-60 {
	margin-top: 10px;
}
.txt_hdng_inr {
	margin-left: 13px !important;
}
.line_cntct {
	margin-top: 12px;
}
.contact_head {
	margin-top: 20px;
}
.logo {
	margin-left: 65px;
	margin-top: -40px;
}
button:focus {
	outline: 1px dotted;
	outline: 1px dotted;
}
}
 @media only screen and ( max-width:768px) and ( min-width:480px) {

.ri-grid-size-3 {
    margin-top: 10px;
}
.codrops-header-special {
    top: 18vh;
}
.codrops-header-special p {
	font-family: 'auctoritasitalic';
	display: inline-block;
	font-size: 17px;
    	line-height: 30px;
	padding: 0px;
	color: #fff;
	text-align: center;
}
footer {
    height: 6vh;
}
footer p{ padding:0}
.navbar-nav .nav-item+.nav-item {
	margin-left: 10px;
}
.wtwedo p {
	text-align: center;
	margin: 0;
	margin-top: 20px;
}
button:focus {
	outline: 1px dotted;
	outline: 1px dotted;
}
.content h1 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.under_line {
	height: 2px;
	width: 49px;
	background-color: #fad260;
	margin: 10px 0px 15px 0px;
}
.content p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0;
	color: #55595c;
}
.about_quat {
	padding-top: 0px;
}
.about_quat p {
	font-family: 'auctoritasitalic';
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	padding: 15px;
	color: #fff;
}
.qt {
	margin: 20px 0;
}
.about_quat span {
	font-size: 16px;
	margin-top: -25px;
}
.bx-wrapper {
    margin-top: 10px !important;
    margin: 0 auto 0px !important;
}
.bx-wrapper span {
    font-size: 14px !important;
}
.discription {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 32px 15px;
	font-weight: 600;
}
 }