/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&amp;display=swap');

/*
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
*/


.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: normal;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
}
a:hover { text-decoration: none }

  

 /*======================================
                             top-headr css-start
                ======================================*/
.top-header-section {
	padding: 10px 0;
}
.company-title ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.company-title ul li {
	display: inline-block;
	margin-right: 19px;
	font-size: 15px;
}

.company-title i {
	margin-right: 8px;
  
}

.top-social {
	text-align: right;
}

.top-social a {
	color: #fff;
	margin: 0 8px;
	text-decoration: none;
	transition: .8s;
	font-size: 16px;
	height: 30px;
	width: 30px;
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	font-size: 16px;
}
.top-social a:nth-child(1){
    color: #3b5998 ;
}

.top-social a:nth-child(2){
    color: #00acee ;
}

.top-social a:nth-child(3){
    color: #c4302b ;
}

.top-social a:nth-child(4){
    color: #d6249f;
}

.top-social a:nth-child(5){
    color: #c4302b;
}

            /*======================================
                             top-headr css-End
                ======================================*/



                /*======================================
                             menu css-start
                ======================================*/
.logo img {
	width: 100%;
	height: auto;
}

.menu-section {
	padding: 12px 0;
}

.menu-section.nav-sticky {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 999;
}

                /*======================================
                                menu css-End
                ======================================*/



                /*======================================
                            Home Slider css-Start
                ======================================*/
.home-slider-section {
	margin-bottom: 30px;
}


.home-slider-content {
	width: 50%;
	display: inline-block;
	position: absolute;
	left: 26%;
	bottom: 47%;
	overflow: hidden;
}


.home-slider-image::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.3);
}

.text span {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	background: rgba(255,255,255,0.20);
	padding: 7px 28px;
	display: inline-block;
}
.text {
	text-align: center;
	margin-bottom: 10px;
}

.home-content {
	color: #fff;
	font-size: 16px;
    text-align: center;
}


.home-slider-content strong {
	font-size: 50px;
	color: #fff;

}



.home-slider-list button.owl-prev {
	background: rgba(255,255,255,0.20);
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 999;
	width: 50px;
	height: 50px;
	font-size: 25px;
	color: #0f4f17;
	border-radius: 50%;
	line-height: 53px;
	opacity: 0;
	visibility: hidden;
    transition: .8s all;
}

.home-slider-list button.owl-next {
	background: rgba(255,255,255,0.20);
	position: absolute;
	right: 0;
	top: 40%;
	z-index: 999;
	width: 50px;
	height: 50px;
	font-size: 25px;
	color: #0f4f17;
	border-radius: 50%;
	line-height: 53px;
	opacity: 0;
	visibility: hidden;
    transition: .8s all;
}
.home-slider-list:hover button.owl-prev{
    opacity: 1;
	visibility: visible;
}
.home-slider-list:hover button.owl-next{
    opacity: 1;
	visibility: visible;
}

                /*======================================
                            Home Slider css-End
                ======================================*/

    /*======================================
                        About us Section css-Start
                ======================================*/
.about-section {
	margin-bottom: 15px;
}


.about-image img {
	width: 100%;
	height: auto;
}

.box-shadow {
	box-shadow: 0 0 5px #0f4f17;
	padding: 5px;
}

.about-title {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.7px;
	color: #000;
    margin-left: 10px;
    margin-bottom: 11px;
	position: relative;
}

.about-title::before {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 3px;
	width: 24%;
	background: #ff0000;
	content: "";
	border-radius: 51%;
	transition: 1s;
}

.about-content {
	font-size: 17px;
	text-align: justify;
	line-height: 26px;
	margin-left: 10px;
}
.about-content p {
    display: inline;
}
.about-content a {
	color: #ff0000;
	font-size: 13px;
	text-decoration: none;
    transition: .8s;
}

.about-content a:hover{
   	letter-spacing: 1px;
}
      
.box-shadow:hover .about-title::before{
    width: 35%;
}
                
                /*======================================
                        About us Section css-End
                ======================================*/

                /*======================================
                        Speech Section css-Sart
                ======================================*/
.speech-section {
	padding: 10px 0;
}

.speech-image img {
	float: right;
	width: 43%;
	margin-left: 10px;
	margin-bottom: 5px;
}

.speech-title {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.7px;
	color: #000;
    margin-left: 10px;
    margin-bottom: 11px;
	position: relative;
}

.speech-title::before {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 3px;
	width: 27%;
	background: #ff0000;
	content: "";
	border-radius: 51%;
    transition: 1s;
}
.speech-wrpp:hover .speech-title::before{
    width: 35%;
}

.speech-content {
	font-size: 16px;
	text-align: justify;
	line-height: 26px;
	margin-left: 10px;
}
.speech-content p {
    display: inline;
}
.speech-content a {
	color: #ff0000;
	font-size: 13px;
	text-decoration: none;
    transition: .8s;
}
.speech-content a:hover{
    letter-spacing: 1px;
}

                /*======================================
                        Speech Section css-End
                ======================================*/ 



          /*======================================
                    Our Projects Section css-End
            ======================================*/

.porjects-section {
	padding: 50px 0;
}

.projects-wrpp {
	text-align: center;
	margin-bottom: 30px;
}

.projects-sec-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}

.proejects-content {
	column-count: 3;
	column-gap: 20px;
}

.projects-item {
	display: inline-block;
	width: 100%;
	box-shadow: 0 0 8px #0f4f17;
	margin-bottom: 20px;
}

.projects-image {
	position: relative;
	overflow: hidden;
}
.projects-image img{
    width: 100%;
    height: auto;
    transition: .8s all;
}

.projects-item:hover .projects-image img{
    position: relative;
    overflow: hidden;
    z-index: 20;
    transform: scale(1.2);
}

.projects-title {
	padding: 15px 10px;
}

.projects-title a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition: .8s all;
}

.projects-item:hover .projects-title a{
    color: #ff0000;
    letter-spacing: 0.3px;
}



          /*======================================
                    Our Projects Section css-End
            ======================================*/ 




                /*======================================
                    Counter Section css-End
                    ======================================*/

.counter-section {
	padding: 30px 0;
}

.counter-contant h2 {
    font-size: 44px;
    color: #ff0000;
    margin: 0;
    font-weight: 700;
}

.counter-contant h2 span {
    font-size: 44px;
    color: #ff0000;
}

.counter-contant {
	text-align: center;
	color: #061538;
	height: 198px;
	width: 197px;
	border-radius: 50%;
	padding-top: 59px;
	box-shadow: 0 0 8px #0f4f17;
	margin: 0 auto;
}

.counter-contant p{
    font-weight: bold;
    font-size: 16px;
}

.counter-title {
	padding: 80px 0;
	
}

.counter-title h3 {
	font-size: 30px;
	color: #061538;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	font-weight: 600;
}

.counter-title h3::before {
	position: absolute;
	left: 3px;
	bottom: -10px;
	content: '';
	height: 2px;
	width: 24%;
	background: #000;
}

                /*======================================
                    Counter Section css-End
                    ======================================*/

        /*================================
                Notic-section-End
        ===============================*/
.notic-section{
	padding: 76px 0;
	margin: 50px 0;
/*	background-image: url(../img/bg-3.jpg);
	background-size: cover;
	background-color: #0f4f17;
	background-position: center;
	background-attachment: fixed;*/
    position: relative;
    z-index: 1;
    background: #ff0000;
}

.notic-section::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #0f4f17;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .8;
}

.notic-title {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
  
        /*================================
               Notic-section-End
        ===============================*/



              /*======================================
                   Section-four css-Start
                    ======================================*/
.staff-seciton {
	padding: 30px 0;
	margin-bottom: 30px;
}

.staff-section-wrpp {
	text-align: center;
	margin-bottom: 26px;
}

.staff-seciton-title {
	font-size: 30px;
	font-weight: 600;
	color: #01284F;
	text-transform: uppercase;
}

.starff-wrpp {
	box-shadow: 0 0 4px #0f4f17;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 0 0 15px 15px;
}


.staff-image {
	margin-bottom: 13px;
}

.staff-image img {
	width: 100%;
	height: auto;
}

.staff-name {
	font-size: 22px;
	font-weight: 600;
	color: #01284F;
	margin-bottom: 2px;
}

.staff-deg {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.team-list .owl-dots button {
	margin: 0 3px;
	padding: 5px;
	border: 2px solid #fff;
	background: #000;
	transition:.8s;
}

.team-list .owl-dots button.active{
  background: #ff0000;
   transform: rotate(50deg);
   transition:.8s;
   
}

.team-list .owl-dots {
	text-align: center;
	position: absolute;
	left: 48%;
	bottom: -27px;
	content: "";
	z-index: 1;
	transition: .8s;
}
               /*======================================
                   Section-four css-End
                    ======================================*/



              

                /*======================================
                   Gallery-Section css-Start
                    ======================================*/
.gallery-section {
	padding: 50px 0 25px 0;
	position: relative;
	z-index: 1;
}


.gallery-sec-wrpp {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.gallery-sub {
	font-size: 17px;
	text-transform: uppercase;
	color: #555;
}

.gallery-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #555;
	text-transform: uppercase;
}




.gallery-content {
	column-count: 3;
	column-gap: 20px;
    margin-bottom: 6px;
}

.gallery-wrpp {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.gallery-image img{
    width: 100%;
    height: auto;
}


.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	background: #0f4f17;
	font-size: 30px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	margin-top: 10px;
	cursor: pointer !important;
	box-shadow: 0 0 2px #757373;
}
.mfp-content {
	margin-top: 4%;
}


                /*======================================
                   Gallery-Section css-End
                    ======================================*/

            



                /*======================================
                   Client-Section css-Sart
                ======================================*/

.client-section {
	background-image: url(../img/bg.jpg);
	background-color: #0f4f17;
	background-position: center;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 50px;
	padding: 80px 0 106px;
    position: relative;
    z-index: 1;
}
.client-section::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #0f4f17;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .3;
}


.client-sec-wrpp {
	text-align: center;
	margin-bottom: 35px;
}

.clinet-sec-sub {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

.client-sec-title {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 9px;
    text-transform: uppercase;
}

.client-sec-content {
	font-size: 16px;
	color: #fff;
}

.client-image img {
	height: 90px;
	max-width: 90px;
	border-radius: 50%;
	margin: 0 auto;
}

.client-item {
	background: #65bb70;
	padding: 65px 20px 30px 20px;
	color: #fff;
	margin-top: -41px;
	text-align: center;
}

.client-title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.client-content {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

.client-wrpp i {
	color: #FED533;
	font-size: 13px;
	margin-top: 11px;
}

.client-list button.owl-prev {
	border: 1px solid #ff0000 !important;
	position: absolute;
	left: 44%;
	bottom: -19%;
	z-index: 999;
	width: 54px;
	height: 35px;
	font-size: 20px;
	color: #ff0000;
	transition: .8s all;
	background: transparent;
	display: inline-block;
	line-height: 0;
}

.client-list button.owl-next {
	border: 1px solid #ff0000 !important;
	position: absolute;
	right: 45%;
    bottom: -19%;
	z-index: 999;
	width: 54px;
	height: 35px;
	font-size: 20px;
	color: #ff0000;
    line-height: 0;
	transition: .8s all;
	background: transparent;
}


.client-list button.owl-prev:hover{
    background: #ff0000;
    border: 1px solid #ff0000 !important;
    color: #fff;
}

.client-list button.owl-next:hover {
	background: #ff0000;
	border: 1px solid #ff0000 !important;
	color: #fff;
}

                /*======================================
                   Client-Section css-End
                ======================================*/



        /*================================
               Latest section-Start
        ===============================*/

.blog-section {
	padding: 50px 0;
}

.blog-section-wrpp {
	text-align: center;
	margin-bottom: 25px;
}

.blog-seciton-title {
	font-size: 36px;
	font-weight: 700;
	color: #01284F;
	text-transform: uppercase;
}


.blog-wrpp {
	border: 1px solid#0f4f17;
	margin-bottom: 14px;
}

.blog-image {
    position: relative;
    overflow: hidden;

}
.blog-image img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
}

.blog-wrpp:hover .blog-image img{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1111);
}

.date_and_category{
	position: absolute;
	left: 0;
	top: 38%;
	background: rgb(255, 1, 1);
	z-index: 999;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 10px;
	display: inline-block;
	opacity: .7;
	width: 100%;
}


.ngo-blog-date {
    float: left;
    width: 50%;
}
.ngo-blog-cat {
    float: right;
    width: 50%;
    text-align: right;
}
.ngo-blog-cat ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ngo-blog-cat li {
    display: inline;
}

.ngo-blog-cat ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-padding {
	padding: 13px 10px 0px;
}

.blog-title {
	font-size: 22px;
	font-weight: 600;
	color: #061538;
	margin-top: 8px;
	margin-bottom: 10px;
}

.blog-title a{
    color: #061538;
    text-decoration: none;
    transition: .5s;
}


.blog-wrpp:hover .blog-title a{
    color: #01284F;
}

.blog-content {
	font-size: 16px;
	line-height: 25px;
	color: #333;
}

.read-more-btn {
	border-top: 1px solid#0f4f17;
	padding: 10px 10px;
	margin-top: 14px;
}

.read-more-btn a:hover{
    color: #01284F;
    margin-left: 5px;
}

.read-more-btn a {
	color: #242424;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
    transition: .5s;
}

.blog-list .owl-dots button {
	margin: 0 3px;
	padding: 5px;
	border: 2px solid #fff;
	background: #000;
	transition:.8s;
}

.blog-list .owl-dots button.active{
  background: #ff0000;
   transform: rotate(50deg);
   transition:.8s;
   
}

.blog-list .owl-dots {
	text-align: center;
	position: absolute;
	left: 48%;
	bottom: -27px;
	content: "";
	z-index: 1;
	transition: .8s;
}
 
        /*================================
               Latest section-End
        ===============================*/


              
                    /*======================================
                            Video-Gallery Section css-Start
                    ======================================*/
.video-gallery-section {
	padding: 50px 0;
}
.video-section-wrpp {
	text-align: center;
	margin-bottom: 20px;
}
.video-section-title {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	color: #01284F;
}

.cat_wrpp {
	margin-bottom: 15px;
	position: relative;
}


.cat_image_images img {
	width: 100%;
	height: auto;
}
.cat_image_images {
	position: relative;
}

.cat_image_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 999;
	width: 100%;
	padding: 2px 6px;
}

.cat_image_title a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	transition: .5s all;
}





.popup-youtube i {
	position: absolute;
	left: 42%;
	top: 36%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 45px;
	padding-left: 15px;
	padding-bottom: 9px;
	font-size: 23px;
	z-index: 999;
    transition: .8s all;
    color: #fff;
    border:3px solid #fff !important;
}

.video_wrpp:hover .popup-youtube i{
    background: #fff !important;
   color: #72b626  !important;
}

.video-list .owl-dots button {
	margin: 0 3px;
	padding: 5px;
	border: 2px solid #fff;
	background: #000;
	transition:.8s;
}

.video-list .owl-dots button.active{
  background: #ff0000;
   transform: rotate(50deg);
   transition:.8s;
   
}

.video-list .owl-dots {
	text-align: center;
	position: absolute;
	left: 48%;
	bottom: -27px;
	content: "";
	z-index: 1;
	transition: .8s;
}
 


                    /*======================================
                            Video-Gallery Section css-End
                    ======================================*/

           

                /*======================================
                   Partner-Section css-Start
                ======================================*/
.partner-scetion {
	padding: 50px 0;
}

.partner-wrpp {
	margin-right: 1px;
}

                /*======================================
                   Partner-Section css-End
                ======================================*/




                /*======================================
                   Footer-Section css-Start
                ======================================*/
.footer-section {
	padding: 70px 0;
}

.footer-logo {
	margin-bottom: 20px;
	margin-top: 2px;
}

.footer-content {
	color: #ffffff;
	font-size: 15px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}


.footer-content i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #ff0000;
	font-size: 22px;
}


.footer-title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 7px;
}

.footer-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 38%;
	height: 3px;
	background: #ff0000;
	border-radius: 50%;
}


.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li {
	margin-bottom: 7px;
	border-bottom: 1px solid #277631;
	padding-bottom: 7px;
}

.footer-menu ul li a {
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	transition: .8s all;
}

.footer-about {
	color: #C8C8C8;
	line-height: 26px;
	font-size: 14px;
}

.footer-menu ul li a:hover{
    color: #ff0000;
    letter-spacing: 0.2px;
}
.footer-social {
	margin-top: 35px;
}

.footer-social a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 35px;
	height: 35px;
	line-height: 32px;
	border: 1px solid#fffcfc;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    transition: .8s all;
}

.footer-social a:nth-child(1){
    color: #0153ff;
}

.footer-social a:nth-child(2){
    color: #00acee;
}

.footer-social a:nth-child(4){
    color: #d6249f;
}

.footer-social a:nth-child(3){
    color: #c4302b;
}


.footer-social a:hover {
    background: #fff;
}

.embitions_content{
	color: #fff;
	text-align: justify;
}

 /*--------- bottom footer css-start---------------*/

.bottom-footer-section {
	padding: 20px 0;
}

.copy-right{
    font-size: 16px;
    color:#fff;
}

.design-developed{
    text-align: right;
    color:#fff;
    font-size: 16px;
   
}

.design-developed a {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.scrollToTop {
	width: 42px;
	height: 52px;
	padding: 10px;
	position: fixed;
	right: 25px;
	bottom: 70px;
	z-index: 9999;
	border-radius: 50px 50px 0px 0px;
}
.scrollToTop i.fas {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	top: 15px;
	display: block;
	position: absolute;
	right: 15px;
}
 /*--------- bottom footer css-End---------------*/


                /*======================================
                   Footer-Section css-End
                ======================================*/







                        /*=============================
                                Page-css-Start
                        =============================*/

/*===========all page css Start==============*/

.all-page-section {
	padding: 100px 0 100px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 50px;
  
}


.all-page-header-title {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
  }

.all-page-home {
	font-size: 16px;
	color: #8DFF47;
	font-weight: 600;
}

.all-page-home a {
	color: #fff;
	margin-right: 6px;
	font-size: ;
	transition: .8s all;
}
.all-page-home a i.fas{
      margin-left: 5px;
}
.all-page-home a:hover {
	color: #8DFF47;
}


/*===========all page css End==============*/



/*=========== About page css Start==============*/
.about-page {
	margin-bottom:80px;
}

.about-support {
	margin-bottom: 80px;
	margin-top: 80px;
}

.about-page-title {
	font-size: 35px;
	font-weight: 600;
    color: #000;
}

.about-page-content {
	margin-top: 20px;
	font-size: 16px;
	text-align: justify;
}

.vedio-btn {
	position: absolute;
	left: 42%;
	top: 39%;
	content: "";
}


.vedio-btn {
    width: 100px;
    height: 100px;
    background: #0f4f17;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    animation: animate 3s linear infinite;
    
}
.vedio-btn a {
	color: #fff;
	font-size: 40px;
	margin-left: 7px;
}


@keyframes animate{
    0%
    {
        box-shadow: 0 0 0 0 #0f4f17, 0 0 0 0 #0f4f17;
    }
    
    40%
    {
        box-shadow: 0 0 0 50px rgba(255, 109,74,0), 0 0 0 0 #0f4f17;
    }
    
    80%
    {
        box-shadow: 0 0 0 50px rgba(255, 109,74,0), 0 0 0 30px rgba(255, 109,74,0);
    } 
    100%
    {
        box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 30px rgba(255, 109,74,0);
    }
    
}

/*=========== About page css End==============*/

.projects-page {
	margin: 50px 0;
}


/*===========Contact Page css Start==============*/

.contact-wrpp {
	box-shadow: 0 0 4px #0f4f17;
	padding: 20px 20px;
	border-radius: 10px;
}

.contact-item {
	margin-bottom: 48px;
	position: relative;
}

.contact-icon {
	position: absolute;
	left: 0;
/*	bottom: 5px;
*/	margin-right: 10px;
}

.contact-icon i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #01284F;
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
	color: #fff;
	display: inline-block;
}

.contact-p-content {
	margin-left: 75px;
}

.contact-item-title {
	font-size: 17px;
    font-weight: 600;
	color: #000;
}

.contact-item-content {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}

.contacet-from-wrpp {
	box-shadow: 0 0 4px #0f4f17;
	padding: 20px;
	border-radius: 10px;
}

.contact-page-form input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 16px 9px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 12px;
	border: none;
	border: 1px solid#0f4f17;
	border-radius: 29px;
}

.contact-page-btn input[type="submit"] {
	background: #01284F;
	margin-bottom: 10px;
	padding: 10px 26px;
	font-size: 14px;
	color: #fff;
	border-radius: 50px;
	border: none;
	text-transform: uppercase;
    cursor: pointer;
}

.maps-section {
	margin-top: 60px;
}

.map iframe {
	width: 100%;
	height: 500px;
}


/*===========Contact Page css End==============*/

/*===========Latest News Page css Start==============*/
.letest-page {
	margin-bottom: 70px;
}

.latest-content {
	column-count: 3;
	column-gap: 20px;
}

.latest-page-wrpp {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid#0f4f17;
}

.latest-padding {
	padding: 20px 16px;
}
.single_latest_padding{
    padding: 0 20px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}
.latest-date {
	font-size: 15px;
	color: #7d7d7d;
	margin-bottom: 10px;
	overflow: hidden;
}
.latest-date ul li a {
		color: #7d7d7d;

}
.latest-p-title {
	margin-bottom: 10px;
}

.latest-p-title a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.latest-p-content {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}

.latest-btn a {
	color: #03a5d5;
	text-decoration: none;
	font-weight: 400;
	transition: .8s all;
	font-size: 14px;
	color: #03a5d5;
	text-decoration: none;
	font-weight: 400;
	transition: .8s all;
	font-size: 14px;
}
.latest-btn a:hover{
    letter-spacing: 1px;
}

/*===========Latest News Page css End==============*/


/*===========single-Latest News Page css Start==============*/
.single-letest-page {
	margin-bottom: 80px;
}
.latest-border {
	border: 1px solid #eee;
}

.date {
	padding: 8px 20px 8px 25px;
	border-bottom: 1px solid#0f4f17;
	font-size: 15px;
	color: #6f6c6c;
	font-weight: 600;
}

.single-latest-title {
	font-size: 30px;
	font-weight: 600;
	color: #235903;
	padding: 10px 0 0 20px;
       
}

.single-latest-content {
	font-size: 17px;
	text-align: justify;
	padding: 10px 25px 40px 20px;
	color: #555;
	line-height: 26px;
	font-weight: 300;
}
/*===========single-Latest News Page css End==============*/



/*===========Testmonials Page css Start==============*/

.client-page {
	margin-bottom: 80px;
}


.client-page-content {
	column-count: 4;
	column-gap: 20px;
}

.client-p-wrpp {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

/*===========Testmonials Page css End==============*/


/*===========services Page css Start==============*/
.services-page-content {
	column-count: 3;
	column-gap: 20px;
}
.services-page-wrpp {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #0f4f17;
}

.services-page-item {
	padding: 8px 13px;
}

.services-image {
	position: relative;
	overflow: hidden;
}

.services-image img{
    width: 100%;
    height: auto;
    transition: .8s all;
}

.services-page-wrpp:hover .services-image img{
    position: relative;
    overflow: hidden;
    z-index: 20;
    transform: scale(1.2);
    
}

.services-title {
	font-size: 22px;
	font-weight: 600;
	color: #1d4405;
    margin-bottom: 10px;
}

.services-content {
	font-size: 17px;
	margin-bottom: 10px;
	color: #333;
	text-align: justify;
}

.services-btn {
	margin-bottom: 10px;
}

.services-btn a {
	color: #ff0000;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
    transition: .5s all;
}
.services-btn a:hover{
    letter-spacing: 1px;
}

/*===========services Page css End==============*/


/*===========team Page css Start==============*/
.team-page {
	margin-bottom: 50px;
}

.team-page-content {
	column-count: 4;
	column-gap: 20px;
}
.team-item {
	display: inline-block;
	width: 100%;
}

.team-social {
	margin-top: 8px;
	padding-bottom: 22px;
	text-align: center;
	border-top: 1px solid#eee;
	padding-top: 14px;
}

.team-social a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 35px;
	height: 35px;
	line-height: 32px;
	border: 1px solid#0f4f17;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    transition: .8s all;
}

.team-social a:nth-child(1){
    color: #0153ff;
}

.team-social a:nth-child(2){
    color: #00acee;
}

.team-social a:nth-child(4){
    color: #d6249f;
}

.team-social a:nth-child(3){
    color: #c4302b;
}


.team-social a:hover {
    background: #0f4f17;
}

/*===========team Page css End==============*/

.gallery-page {
	padding: 50px 0;
}

/*===========Single-Projects-page css Start==================*/
.single-project-page {
	padding: 25px 0 75px 0;
}
.projects-detalis-wrpp {
	background: #f2f2f2;
	padding: 30px;
}

.project-d-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.projects-detalis ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.projects-detalis ul li {
	margin-bottom: 16px;
	font-size: 18px;
	color: #333;
}

.projects-detalis ul li strong {
	color: #01284F;
	font-weight: 700;
}


.project-page-social {
	border-top: 1px solid#0f4f17;
	padding-top: 17px;
	margin-top: 31px;
}


.project-page-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.project-page-social ul li {
	display: inline-block;
	height: ;
	width: 40px;
	height: 40px;
	border: 1px solid#0f4f17;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	font-size: 17px;
	border-radius: 50%;
       transition: .5s;
}
.project-page-social ul li a {
    color: #061538;
    text-decoration: none;
    transition: .5s;
 
}
.project-page-social ul li a:hover {
    color: #fff;
   
}
.project-page-social ul li:hover {
    background: #01284F;
    border: 1px solid#01284F;
}



.single-project-page-image img {
	width: 100%;
	height: auto;
	margin-bottom: 56px;
}

.single-project-page-title {
	font-size: 30px;
	font-weight: 700;
	color: #01284F;
	margin-bottom: 10px;
}

.single-project-page-content {
	font-size: 17px;
	text-align: justify;
	color: #333;
	line-height: 1.6;
}

.other-image-wrpp {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*===========Single-Projects-page css End==================*/



/*===========Archive-page css Start==================*/
.archive-page {
	margin-bottom: 50px;
}

.archive-page-content {
	column-count: 3;
	column-gap: 20px;
}

.archive-wrpp {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	box-shadow: 0 0 10px #eee;
}

.archive-content {
	padding: 10px 10px 20px 10px;
}

.archive-title {
	margin-bottom: 8px;
}

.archive-title a {
	font-size: 22px;
	font-weight: 600;
	color: #235903;
	text-decoration: none;
    transition: .5s all;
}
.archive-title a:hover{
    color: #ff0000;
}

.archive-dtls {
	font-size: 16px;
	text-align: justify;
	color: #333;
}

/*===========Archive-page css End==================*/








/*===============Single Page css Start============*/
.single-page {
	margin-bottom: 100px;
}

.single-border {
	box-shadow: 0 0 8px #0f4f17;
}
.single-image img {
	width: 100%;
	height: auto;
}


.single-title {
	font-size: 30px;
	font-weight: 400;
	color: #235903;
	padding: 10px 0 0 25px;
	
}

.single-content {
	font-size: 17px;
	text-align: justify;
	padding: 10px 25px 40px 25px;
	color: #000;
	line-height: 31px;
	font-weight: 400;
	
}

/*===============Single Page css End============*/



/*=============== Page css Start============*/
.page {
	margin-bottom: 0px;
}

.page-border {
	box-shadow: 0 0 8px #0f4f17;
}

.page-image img {
	width: 100%;
	height: auto;
}


.page-title {
	font-size: 30px;
	font-weight: 600;
	color: #235903;
	padding: 10px 0 0 25px;
}

.page-content {
	font-size: 17px;
	text-align: justify;
	padding: 10px 25px 40px 25px;
	color: #000;
	line-height: 31px;
	font-weight: 400;
	
}


/*=============== Page css End============*/


/*===============404/Error Page css End============*/
.error-wrpp {
	text-align: center;
	margin-bottom: 40px;
}

.error-title {
	font-size: 120px;
	font-weight: 900;
	letter-spacing: 7px;
	margin-bottom: 0;
	-webkit-text-stroke: 3px #ff0000;
	-webkit-text-fill-color: #fff;
	-webkit-animation: fill 0.6s infinite alternate;
}


@-webkit-keyframes fill {
  from { -webkit-text-fill-color: #ff0000; }
  to { -webkit-text-fill-color: #403AB4; }
}

.error-page-sub {
	font-size: 36px;
	margin-top: -20px;
	font-weight: 600;
	color: #535151;
}

.error-page-item {
	font-size: 28px;
	letter-spacing: 0.5px;
	color: #000;
}
.error-wrpp .page-content {
    text-align: center;
    margin-top: 10px;
}

.error-wrpp .page-content form span {
    display: none;
}
input.search-field {
    padding: 3px 10px;
    border: 1px solid #eee;
}
/*===============404/Error Page css End============*/

/******custom pagination*******/
.Elitesdesign-custom-pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.Elitesdesign-custom-pagination .page-numbers {
  background: #0f4f17;
  padding: 8px;
  border-radius: 5px;
  margin-right: 5px;
  color: #fff;
}
span.page-numbers.current {
  background: #777474;
}
