@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{font-family: 'Public Sans', sans-serif; background:#f2f2f2;}


#header .navbar-nav .nav-link{color:#4d4d4d; padding-right:0px; padding-left:0px; margin-left:56px;}

#header .navbar-light .navbar-nav .active>.nav-link, #header .navbar-light .navbar-nav .nav-link.active, #header .navbar-light .navbar-nav .nav-link.show, #header .navbar-light .navbar-nav .show>.nav-link {color: rgba(0,0,0,1); border-bottom: 1px solid #000;}


#header .white-btn { background: url(../images/menu-icon-top.png) no-repeat center right; background-size: 39px;}
#header .white-btn { display: none; margin-top: 2px; height: 40px; width: 40px; outline: none; border: none;}

#header .white-btn .navbar-toggler-icon{background-image:none; display:none;}

.container{max-width:1370px;}

.portfolio-outer{margin:0px; padding:0px; list-style-type:none;}
.portfolio-outer li{margin:5px 7px; padding:0px; list-style-type:none; display:inline-block; width: calc(31%);}

.portfolio-box{position:relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15b0ea+0,4136b0+100 */
background: #15b0ea; /* Old browsers */
background: -moz-linear-gradient(left,  #15b0ea 0%, #4136b0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #15b0ea 0%,#4136b0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #15b0ea 0%,#4136b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b0ea', endColorstr='#4136b0',GradientType=1 ); /* IE6-9 */

}

.portfolio-box .portfolio-img{opacity: 1; display: block; transition: .5s ease; backface-visibility: hidden;}
.portfolio-box:hover .portfolio-img{opacity: 0.3;}

.portfolio-box .portfolio-icon{background:#fff; font-size:20px; color:#000; border-radius:50%; height:78px; width:78px; text-align:center; line-height:78px; position:absolute; top:50%; left:50%; transition: .5s ease; opacity: 0; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);}
.portfolio-box:hover .portfolio-icon{opacity: 1;}


.volunteer-bg{background-size:cover; background:url(../images/volunteer-bg.png) no-repeat center center;}
.quote-box{background:url(../images/quote-icon-lg.png) no-repeat center center, #ffffff; padding:50px 20px;}
.quote-box p{color:#4d4d4d; font-size:32px; font-weight:400; font-style:italic; line-height:40px; letter-spacing:2.5px;}
.quote-box h5{font-weight:700; color:#4d4d4d; font-size:30px;}


.title-bg-area h3{background:url(../images/title-bg.png) no-repeat center top; min-height:104px; font-size:24px; font-weight:500; color:#fff; padding-top:20px;}


.title-bg-area h4{font-weight:600; color:#4d4d4d; font-size:26px;}
.title-bg-area p, .title-bg-area p a{font-size:16px; color:#4d4d4d;}
.title-bg-area p a{text-decoration:underline;}

.intro-box h3{font-weight:700; color:#000;}

.intro-box-img img {
    border-radius: 20px;
    padding: 0;
    border: 7px solid #eee;
    box-shadow: 0 20px 40px rgb(0 0 0 / 10%), 0 20px 40px hsl(0deg 0% 100% / 15%);
}

ul.social-list{margin:0px; padding-top:7px;}
ul.social-list li{display:inline-block; margin:5px 0px 5px 5px; opacity:1; -webkit-transition: ease all 0.4s; -moz-transition: ease all 0.4s; -o-transition: ease all 0.4s; transition: ease all 0.4s;}
ul.social-list li a.link-icon{background:url(../images/link-icon.png) no-repeat center center; display:block; width:22px; height:22px;}
ul.social-list li a.insta-icon{background:url(../images/insta-icon.png) no-repeat center center; display:block; width:22px; height:22px;}
ul.social-list li:hover{opacity:0.7;}

.contact-page-area .form-control{color:#414052; font-size:16px; border-color:#ffffff; border-radius:0px; margin-bottom:30px; }
.contact-page-area .f-1{height:54px;}

.contact-page-area .form-control:focus{box-shadow:none; border-bottom-color:lightblue;}

.contact-box .p-lead {color:#414052; font-size:22px; font-weight:300;}
.contact-box h5 {color:#000; font-size:23px; font-weight:600;}

.contact-page-area .btn-form{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4136b0+0,15b0ea+100 */
background: #4136b0; /* Old browsers */
background: -moz-linear-gradient(left,  #4136b0 0%, #15b0ea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4136b0 0%,#15b0ea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4136b0 0%,#15b0ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4136b0', endColorstr='#15b0ea',GradientType=1 ); /* IE6-9 */

margin-right:0px;
display:inline-block; padding:15px 20px; width:236px; text-align:center; color:#fff; border:none !important; outline:none; border-radius:0px;
 transition:ease all 0.3s;    
}
.contact-page-area .btn-form:hover, .contact-page-area .btn-form:focus{margin-right:5px;}


.email-gray{font-size: 18px; color:#858585;}



#footer .footer-menu{margin:0px; padding:0px; list-style-type:none;}
#footer .footer-menu li{ margin: 5px 13px; padding:0px; list-style-type:none; display:inline-block; position:relative;}
#footer .footer-menu li:after{position:absolute; content:""; height:11px; width:2px; background:#4d4d4d; right: -16px; top: 6px;}
#footer .footer-menu li:last-child:after{content:normal;}
#footer .footer-menu li a{color:#4d4d4d; font-size:16px; text-decoration:none; transition: .5s ease;}
#footer .footer-menu li a:hover{color:#000;}
#footer p.copy-right{color:#858585;}


@media(max-width:991px){
    .title-bg-area h3{background-size: cover;  padding-bottom: 63px;}
    #header .white-btn { display: inline-block;}
    #header .navbar-nav .nav-link{margin-left:0px;}
    #header .navbar-nav{background: #fff; padding: 15px;margin-top: 15px;}
    ul.social-list{background:#fff; background: #fff; padding: 0px 0px 10px 12px;}
    
    
}


@media(max-width:767px){
    .portfolio-outer li{ width: calc(46.5%);}
    
.intro-box{padding-left:0px; display:inline-block;}
.intro-box img{float:none; margin-left:0px;}
.intro-box:after{left: 140px;}


.quote-box{padding:25px 15px;}
.quote-box p{font-size:22px; line-height:28px;}
.quote-box h5{ font-size:22px;}

    
}


@media(max-width:510px){
    .portfolio-outer li{ width: calc(95%);}
}


@media(max-width:480px){
    .navbar-brand img{max-width:227px;}
}

@media (max-width: 320px){
.navbar-brand img { max-width: 200px;}
}