
/*
Company: Fixfin Technologies Pvt. Ltd.  
Developer: Biswajit Bala
Purpose:Task Dashboard
Version: 1.0.1
*/

/*

color code
#00aff0

#fff

#666666


#E7E7E7

*/

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: myfont;
  src: url('../Poppins/Poppins-Regular.ttf');
}

*{
	font-family: myfont;	
	transition:0.600s;
}
body {
	font-size: 14px;
	line-height: 23px;
	color: #555;
	font-weight: 400;
}


.btn-main-light{
	background-color:#F86048;
	color:#fff;
	border:1px solid #F86048;
	transition:0.600s;
}
.btn-main-light:hover{
	background-color:#F86048;
	color:#fff;
	
}
.btn:focus {
	box-shadow: none;
}

.btn-main{
	background-color:#00aff0;
	color:#fff;
	transition:0.600s;
	border:1px solid #00aff0;
}
.btn-main i,.btn-main-light i{
	margin-left:7px;
}
.btn-main:hover{
	background-color:#fff;
	color:#00aff0;
}


section{
	padding-top:50px;
	padding-bottom:50px;
}

.heading {
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}








/** Task top header #Start**/

.my-nav{
	background:#00aff0;
}


.my-nav .navbar-brand.f-bold {
	height: 85px;
}

.my-nav .navbar-brand.f-bold img{
	max-height: 100%;
	width:auto;
}



.my-nav .nav-link {
	margin: .5rem;
	padding: 0 !important;
	color: #fff;
	font-size: 18px;
}

.my-nav .navbar-nav .btn {
	padding: 6px 10px;
	font-size: 14px;
	margin: 0 .5rem;
}



/** Task top header #End**/


/** home #Start**/

.home .items {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0 30px;
	min-height: 454px;
}
.home .items .contect h1 {
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 15px;
}

.home .items .contect .btn {
	padding: 10px 30px;
	font-size: 26px;
	margin-top:10px;
}




.owl-nav {
	display: none;
}
.owl-dots {
	display: none;
}
/** home #end**/






/** about #start**/


.about{
	padding-bottom:70px;
}

.about-left {
	margin-right: 10px;
	position: relative;
}
.about-left img {
	border-radius:10px;
}

.about-left::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: -20px;
	right: 20px;
	background: #00aff0;
	z-index: -1;
	border-radius: 10px;
}
.about-left::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00B965;
	opacity: .3;
	border-radius: 10px;
}


/** about #end**/


.co-itm {
	padding:30px 15px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	height: 100%;
}

.co-itm img {
	width: 90px;
	margin-bottom: 20px;
}



/** contact #start**/


.contact {
	padding-top: 0.01px;
}

.contact h3 {
	color: #333;
	margin-bottom: 20px;
}

.contact-wrap {
	background-color: #f2f2f2;
	padding: 50px 35px;
	box-shadow: 0 16px 28px 0 rgba(0,0,0,.15);
	border-radius: 5px;
	margin-left: 0;
	margin-right: 0;
}
.contact .container{
	padding-top:200px;
}
.contact-info ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-info ul li{
	color: #666666;
	font-size: 14px;
}
.contact-info ul li i {
	color: #999;
	margin-right: 7px;
}
.contact-form .form-control {
	border: 1px solid #ddd;
	border-radius: 0;
	height: 45px;
	background-color: transparent;
}
.contact-form .form-control.message {
	height: 150px;
}
.contact-form .form-control:focus {
	box-shadow: none;
}
.contact .map {
	height: 600px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}



/** contact #end**/





/** work #start**/




.work {
	background: #F5F5F5;
}

.work .gallery { 
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.work .gallery .g-img {
	width: auto;
	height: 200px;
	transition: 500ms;
	margin-bottom: 10px;
	opacity: 0.8;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	overflow: hidden;
}
.work .gallery img { 
    width: 100%; 
    height: auto;
}

.work .gallery img:hover {
    opacity: 1;
}


.work .modal-img,.model-vid{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table
}

.work .modal-dialog {
	height: 100%;
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.work .modal-content {
  border: none;
}
.work .modal-dialog {
	max-width: 450px;
}

@media screen and (max-width: 767px) {
	.work .gallery { 
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.work .gallery div { margin: 0; 
		width: 200px;
	}
	.work .modal-dialog {
		margin: 0 8vw;
	}
}

@media screen and (max-width: 575px) {
    .work .gallery { 
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .work .gallery div { 
        margin: 0; 
        width: 200px;
    }
}



/** work #end**/

















/** donate #Start**/



.campaigns-wrap h4 {
	font-size: 18px;
}
.campaigns-wrap p {
	margin-bottom: 0px;
}




.donate-dtls p {
	margin-bottom: 10px;
	font-size: 16px;
}
.donate-dtls p span {
	font-weight: bold;
	margin-right: 7px;
	color: #00aff0;
}

.donate-dtls h2 {
	font-size: 26px;
}
.donate-dtls .btn {
	margin-top:10px;
}






.donate-dtls {
	padding: 30px 15px;
	background: #fff;
	border-radius: 5px;
}




/** donate #end**/





.testimonials {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonials .heading {
	color: #fff;
}

.testimonials .item {
	text-align: center;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	min-height: 208px;
}
.testimonials .item img {
	display: block;
	max-width: 90px;
	border-radius: 50%;
	margin: 20px auto;
}
.team-desc i {
	font-size: 60px;
	color: #00aff0;
	/* position: absolute; */
	/* left: 40px; */
	/* top: 44%; */
}
.author-name {
	font-size: 20px;
	font-weight: 500;
	color: #00aff0;
}
.author-name span {
	display: block;
	color: #191919;
	opacity: .5;
	font-size: 70%;
}


















/** footer #Start**/


.footer {
	background: #474747;
	color: #fff;
}

.footer p {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 7px;
}
.ftr-logo {
	height: 60px;
	display: block;
	margin-bottom: 10px;
}
.ftr-logo img {
	max-height: 100%;
	width: auto;
}
.socl a {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #fff;
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	border-radius: 50%;
}
.socl {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.social p i{
	margin-right:10px;
	font-size:15px;
	color:#00aff0;
}
.footer .hd {
	margin-bottom: 20px;
	font-weight: bold;
}
.footer hr {
	margin: 20px auto;
	background: #00aff0;
}
.btm-ftr a{
	font-weight: bold;
	color:#00aff0;
}
.btm-ftr a:hover{
	color:#fff;
	text-decoration:none;
}
.social .btn {
	margin-top: 3px;
}
.footer .map {
	border-radius: 5px;
	overflow: hidden;
	height: 160px;
}
.footer .btn.btn-main {
	font-size: 12px;
}



/** footer #end**/




#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#00AFF0;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}




@media screen and (max-width:1199px){
	.contect {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	.home .items .contect h1 {
		font-size: 37px;
	}
	.contect .btn {
		font-size: 20px;
	}
	.c-item.ph, .c-item.em {
		font-size: 18px;
	}
	.c-item {
		font-size: 14px;
	}
	.donate-dtls p {
		font-size: 14px;
	}
	.footer .hd {
		font-size: 20px;
	}
	.my-nav .navbar-brand.f-bold {
		height: 65px;
	}
	.home .items .contect .btn {
		font-size: 20px;
	}
	.section-title h2 {
		font-size: 26px;
	}
	.about-content p {
		font-size: 13px;
		line-height: 19px;
	}
	.heading {
		font-size: 32px;
	}
	.campaigns-wrap h2 {
		font-size: 28px;
	}
	

}

@media screen and (max-width:991px){

	.contect {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}

	.my-nav .navbar-brand.f-bold {
		width: 134px;
	}
	.my-nav .nav-link {
		font-size: 13px;
	}
		
	.my-nav .navbar-nav .btn {
		padding: 6px 6px;
		font-size: 12px;
	}
	.home .items .contect h1 {
		font-size: 35px;
	}
	.home .items .contect .btn {
		font-size: 16px;
	}

	.home .items {
		padding: 70px 0 30px;
		min-height: 400px;
	}
		
	.contect .btn {
		padding: 10px 25px;
		font-size: 18px;
	}
	.c-item.ph, .c-item.em {
		padding: 30px 10px;
		font-size: 16px;
	}
	.c-item i {
		font-size: 30px;
	}
	.c-item {
		font-size: 12px;
	}
	.section-title h2 {
		font-size: 26px;
	}
	.heading {
		font-size: 30px;
	}
	.campaigns-wrap h2 {
		font-size: 26px;
	}
	#scroll {
		width: 35px;
		height: 35px;
	}
	.work .gallery .g-img {
		height: 125px;
	}
	.footer p {
		font-size: 12px;
	}
	.donate-dtls p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.donate-dtls h2 {
		font-size: 22px;
	}

}

@media screen and (max-width:767px){


	.my-nav .navbar-toggler {
		background: #fff;
	}
	.my-nav .navbar-toggler-icon {
		width: auto;
		height: auto;
	}
	.bt{
		display:none;
	}
	.my-nav .navbar-brand.f-bold {
		width: 120px;
	}
	.my-nav .nav-link {
		font-size: 12px;
		margin: 0;
		margin-right: 12px;
	}


	.home .items {
		padding: 47px 0;
		min-height: 340px;
	}

	.counter [class*='col-'],.co-main{
		margin-bottom:15px;
	}
	.home .items .contect h1 {
		font-size: 24px;
		margin-bottom: 6px;
	}
	.c-item.ph, .c-item.em {
		font-size: 18px;
	}
	.c-item {
		font-size: 14px;
	}
	.about-content {
		margin-top: 35px;
	}
	section {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.about {
		padding-bottom: 35px;
	}
	.heading {
		font-size: 28px;
	}
	.about-left {
		margin-right: 0;
	}

	.contact-wrap {
		padding: 30px 25px;
	}
	.contact h3 {
		font-size: 23px;
	}
	.donate-dtls {
		margin-top: 20px;
	}
	.donate-dtls h2 {
		font-size: 22px;
	}
	.footer .ftr-itm{
		margin-bottom:20px;
	}
	.counter {
		margin-top: 4px;
	}
	.contact-form .form-control {
		font-size: 12px;
	}
	.home .items .contect .btn {
		font-size: 14px;
	}
	.contact-info {
		margin-bottom: 20px;
	}
	.footer .hd {
		font-size: 20px;
		margin-bottom: 5px;
	}


}


@media screen and (max-width:575px){

body {
	font-size: 12px;
	line-height: 18px;
}

.my-nav .navbar-brand.f-bold {
	height: 55px;
}
.contect {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}


.home .items .contect h1 {
	font-size: 18px;
}
.contect .btn {
	padding: 8px 20px;
	font-size: 16px;
}
.section-title h6 {
	font-size: 12px;
}
.heading {
	font-size: 20px;
}
.section-title h2 {
	font-size: 18px;
}
.work .gallery .g-img {
	height: 100px;
}
.author-name {
	font-size: 16px;
}
.contact .container {
	padding-top: 150px;
}

.contact h3 {
	font-size: 21px;
}

.contact-wrap {
	padding: 15px 0px;
}
.contact-info ul li {
	font-size: 12px;
}
.contact-form .form-control {
	margin-bottom: 15px;
}

.contact-form .form-group {
	margin-bottom: 0;
}
.heading {
	font-size: 22px;
}
.campaigns-wrap h2 {
	font-size: 22px;
}
.campaigns-wrap h4 {
	font-size: 14px;
}
.donate-dtls {
	padding: 15px 15px;
}
.donate-dtls h2 {
	font-size: 18px;
	margin-bottom: 15px;
}
.donate-dtls p {
	font-size: 12px;
	margin-bottom: 5px;
}
.btn {
	font-size: 14px;
}

.ftr-logo {
	width: 145px;
}

.footer p {
	font-size: 12px;
}
.footer .hd {
	font-size: 18px;
	margin-bottom: 10px;
}











}

















