@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');

/*font-family: 'Jost', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/*font-family: 'Open Sans', sans-serif;*/



*{

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-o-box-sizing: border-box;

	-ms-box-sizing: border-box;

	-moz-box-sizing: border-box;

}

.clear{

	clear: both;

}
.alignright{float:right ; margin:10px;}

.clear:after{

	clear: both;

	position: relative;

	content: "";

	width: 100%;

	display: table;

}



h1,h2,h3,h4,h5,h6{

	font-family: 'Jost', sans-serif;

	color: #1F1F53;

	font-weight: bold;

	text-transform: uppercase;

}

h2{font-size: 50px;}

h3{font-size: 30px;}

h4{font-size: 20px;}

h5{font-size: 16px;}

body{

	font-family: 'Open Sans', sans-serif;

	color: rgba(31, 31, 83, 0.9);

	margin: 0;

	font-size: 18px; line-height:30px; 

} 

p{ margin: 0 0 25px; }

.container{ max-width: 1170px; margin: 0 auto; }

.subtitle{font-family: 'Jost', sans-serif; color: #dd5340; margin: 0 0 10px;}

a{ color: #242424;  }

a:hover{ color: #f8971d; text-decoration: none; }

a,img{ transition: 0.5s; -webkit-transition:0.5s; }

strong{  font-weight: 600; }



section{padding: 70px 0;}



h2.title{font-size: 42px; line-height: 44px; margin: 0 0 20px; }

h2.title span{display: inline-block; color: #dd5340;}

.btn{text-transform: capitalize; font-weight: 600; color: #fff; background: #dd5340; padding: 0; 

	border-radius: 0; font-size: 17px; line-height: 20px; position: relative; border: none;

	overflow: hidden;

}
.btn span p,.btn p{margin: 0;}

.btn:hover{color: #fff;}

.btn:before{position: absolute; content: ""; left:0; top: 0; width: 0; height: 100%; background: #f8971d;

	z-index: 1; transition: 0.5s;

}

.btn:after{position: absolute; content: ""; right: 0; top: 0; width: 0; height: 100%; background: #f8971d;

	z-index: 1; transition: 0.5s;

}

.btn:hover:before,.btn:hover:after{width: 50%;}

.btn span{display: block; padding: 16px 60px; position: relative; z-index: 2;}

.btn1{ border-radius: 25px;}

.btn1 span{padding: 15px 40px;}

/**header**/

.site-header{padding: 15px 0; position: fixed; z-index: 123; width: 100%; left: 0; top: 0;}

.headerright{}
.menulist1 .menu{padding: 0;}
.menulist1{list-style: none; margin: 0 20px 0 0; padding: 0;}

.menulist1 li{display: inline-block; vertical-align: middle; margin: 0 5px; position: relative;}

.menulist1 li .sub-menu{

	position: absolute; width: 200px; top: 100%; left: 50%;

	transform: translate(-50%,0) rotateX(90deg);  transform-origin: center 0;

	 background: #dd5340; list-style: none; margin: 0; padding: 0;

	border: 4px solid #dd5340; transition: 0.5s;

}

.menulist1 li:hover> .sub-menu{transform: translate(-50%,0) rotateX(0deg); }

.menulist1 li .sub-menu li{display: block; margin: 0;}

.menulist1 li .sub-menu li a{display: block; color: #fff; padding: 8px 10px; font-size: 15px; line-height: 20px;}

.menulist1 li .sub-menu li a:before,

.menulist1 li .sub-menu li a:after{background: #fff;}

.menulist1 li .sub-menu li a:hover:before,

.menulist1 li .sub-menu li a:hover:after{width: 100%;}

.menulist1 li .sub-menu li a:hover{background: #f8971d;}

.menulist1 li a{display: block;   color: #1F1F53; font-weight: 700;

	padding: 5px 10px; position: relative;

}

span.shero{
	text-transform: initial;
	display: inline-block;
}

.menulist1 li a:before{position: absolute; content: ""; width: 0; height: 3px; background: #dd5340; left: 0; top: 0; 

	transition: 0.5s;

}

.menulist1 li a:after{position: absolute; content: ""; width: 0; height: 3px; background: #dd5340; right: 0; bottom: 0; 

	transition: 0.5s;

}

.menulist1 li a:hover{color: #dd5340;}

.menulist1 li:hover >a:before,.menulist1 li:hover >a:after{width: 50%;}



.site-header{transition: 0.5s;}

.sticky .site-header{background: #fff; padding: 3px 0;}

/**banner**/
.top-banner {
    background-image: url(https://www.shutterstock.com/image-vector/light-orange-vector-backdrop-bent-260nw-1667377468.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner{position: relative; background:#fae1c7 url(../images/bannerbg.jpg) no-repeat 0 0;

	background-size: cover; padding: 120px 0;
	min-height:650px;

}
.owl-carousel .owl-item .bannerImg img,.aboutright >img{object-fit: contain;}
img{height: auto; max-width: 100%;}
.bannerLeft{max-width: 45%;}

.bannerLeft h1{font-size: 40px; line-height: 64px; margin: 0 0 20px; transition: all 0.5s ease-in-out .5s;

	opacity: 0; transform: translate(-100px,0);

} .bannerLeft p strong span {
    color: #1F1F53;
}
#cookieNotice{
    position: fixed;
    z-index: 123;
    background: #fff;
    padding: 20px;
    right: 10px;
    bottom: -100%;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 20%);
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    transition:all 0.5s ease-in-out 3s;
}
#cookieNotice.drp{
    bottom:10px;
    
}
#cookieNotice .btn-primary{
    background:#dd5340;
    color:#fff;
    border:none;
    padding:7px 15px;
}
#closeIcon{
    
    position: absolute;
    right: 0;
    top: 0;
    background: #dd5340;
    color: #fff;
    padding: 1px 7px;
}

.whatwedofolder{}
.whatwedofolder .whatwedotop{
    border-bottom:1px solid #ddd;
}
.whatwedofolder .whatwedotop:last-child{
    border-bottom:none;
}

.newstablist{}
.tab-menu li a{
	text-transform: uppercase;
	padding: 12px 40px;
    background: #f8971d;
    color: #fff;
    border: none;
    font-weight: 600;
    border: 1px solid #f8971d;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}
.tab-menu li .active{
	    background: #fff;
    color: #dd5340;
    border: 1px solid #dd5340;
}
.tab-menu ul{list-style: none; display: flex; padding: 0; margin: 0;}
.tab-box{display: none;}
.tab-main-box{
	background: #ffffff;
    box-shadow: 0px 2px 5px 3px #e9e9e9;
    padding: 20px;
}

.tabslider{}
.tabslider .owl-dots{display:flex; justify-content:center; margin:20px 0 0 0;}
.tabslider .owl-dots .owl-dot{width:35px; height:35px; padding:5px; background:#dd5340; color:#fff; border:1px solid #dd5340; margin:0 3px; position:relative;}
.tabslider .owl-dots .owl-dot:after{
    position:absolute; content:"/";
    left:50%; top:50%;
    transform:translate(-50%,-50%);
}
.tabslider .owl-dots .owl-dot:nth-child(1):after{ content:"1";}
.tabslider .owl-dots .owl-dot:nth-child(2):after{ content:"2";}
.tabslider .owl-dots .owl-dot:nth-child(3):after{ content:"3";}
.tabslider .owl-dots .owl-dot:nth-child(4):after{ content:"4";}
.tabslider .owl-dots .owl-dot:nth-child(5):after{ content:"5";}
.tabslider .owl-dots .owl-dot:nth-child(6):after{ content:"6";}
.tabslider .owl-dots .owl-dot:nth-child(7):after{ content:"7";}
.tabslider .owl-dots .owl-dot:nth-child(8):after{ content:"8";}
.tabslider .owl-dots .owl-dot.active{background:#fff; color:#f00;}
.tabslider .owl-dots .owl-dot:focus{outline:none;}
/**tab**/
/*.loader{
	position: fixed;
	left: 0;  top: 0;
	z-index: 9999;
	background: rgba(255,255,255,1);
	width: 100%; height: 100%;
}
.loader-inner{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.loader-inner img{
	animation: ldspin 5s linear infinite;
}*/

@keyframes ldspin{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; background: #ffd5d5; z-index: 1000;
    display: none;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dd5340;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f8971d;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dd5340;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



@keyframes ldspin{
	0%{transform: scale(1);}
	50%{transform: scale(.7);}
	100%{transform: scale(1);}
}




.vdo_sec_new{
	text-align: center;
}
.vdo_sec_new video{
	max-width: 70%;
	margin: 10px auto;
	display: table;
	object-fit: contain;
	border: 10px solid #dd5340;
}

.mission_special{
	background: #dd5340;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
}
.mission_special h2.title{color: #fff;}
.mission_special p{margin: 0;}


.img7{
	background: #faded8;
}
.img7 img{
	max-height: 600px; display: table; margin: 0 auto;
}

.team_sec.team_sec1{
	padding:0 0 30px 0;
}
.team_sec .row >div,
.team_sec1 .row >div{
	margin: 0 0 20px;
}
.team_sec1 .teamdiv{
	position: relative; 
	padding: 0;
}
.team_sec1 .teamdiv img{
	width: 100%;
}
.team_sec1 .teamdiv .content{
	padding: 20px;
}
.team_sec1 .teamdiv h2{margin: 0 0 10px; font-size: 22px;}
.team_sec1 .teamdiv h3{
	background: #dd5340;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 15px;
    text-transform: capitalize;
}

@media (max-width: 767px){
	.mission_special{font-size: 20px; line-height: 30px;}
	.vdo_sec_new video{
		max-width: 100%;
		margin: 10px auto;
		display: table;
 		object-fit: contain;
		height: 200px;
		background: #000;
	}

}

@media(max-width:1200px){
    .bannerLeft h1{font-size: 34px;}
}

.bannerLeft p{ transition: all 0.5s ease-in-out 1s;

	opacity: 0; transform: translate(100px,0);

}

.bannerLeft .btnholder{ transition: all 0.5s ease-in-out 1.5s;

	opacity: 0; transform: translate(0,100px);

}

.owl-item.active .bannerLeft h1{transform: translate(0,0); opacity: 1;}

.owl-item.active .bannerLeft p{transform: translate(0,0); opacity: 1;}

.owl-item.active .bannerLeft .btnholder{transform: translate(0,0); opacity: 1;}



.bannerImg{  transform: scale(0) rotate(90deg); transform-origin: center;

	transition: all 0.5s ease-in-out 1s;
	width:60%;

}

.owl-item.active .bannerImg{  transform:scale(1) rotate(0deg); }



.bannerslide .owl-dots{position: absolute; bottom: -50px; width: 100%; left: 0; text-align: center;}
.bannerslide .item{overflow:hidden;}

.bannerslide .owl-dots .owl-dot{display: inline-block; margin: 0 7px;

	width:10px; height:10px; background: #c3bbae; border-radius: 50%;

}

.bannerslide .owl-dots .owl-dot.active{background: #dd5340;}



/**about_sec**/

.about_sec{position: relative;}

.aboutHold{}

.aboutleft{padding: 80px 50px; position: relative; width: 50%;}

.aboutleft:before{border-width: 10px 0 0 10px; border-style: solid; border-color: #dd5340;

	width: 0; height: 0; content: ""; left: 0; top: 0; position: absolute;

	transition: all 1s ease-in-out .5s;

}

.aboutleft:after{border-width: 0 10px 10px 0; border-style: solid; border-color: #dd5340;

	width: 0; height: 0; content: ""; right: 0; bottom: 0; position: absolute;

	transition: all 1s ease-in-out .5s;

}

.in-view .aboutleft:before{width: 100%; height: 100%;}

.in-view .aboutleft:after{width: 100%; height: 100%;}

.aboutright{position: relative; width: 40%; z-index: 1;}

.aboutright >img{width: 100%;}

.aboutright .img1{

	position: relative; 

	right: 135px; top:-50px;

	width: 550px;

	display: inline-block;

}

.aboutright .img1 img{width: 100%;}

 

.dotdiv{display: inline-block; position: absolute; bottom: 270px; right: 0; width: 30%; height: 205px;

	background: url(../images/doth.png) repeat 0 0;

	animation: dotmove 10s linear infinite;

}

@keyframes dotmove{

	0%{background-position: 0 0;}

	100%{background-position: -100% 0;}

}



.dotdiv1{display: inline-block; position: absolute; bottom: 270px; right: 0; width: 300px; height: 180px;

	background: url(../images/doth.png) repeat 0 0;

	animation: dotmove1 5s linear infinite;

}

@keyframes dotmove1{

	0%{background-position: 0 0;}

	100%{background-position: -400% 0;}

}





/**whatwe_sec**/

.bglight{background: #fff5df;}

.whatwe_sec{position: relative;} 

.whatimg{width: 362px; display: inline-block; position: relative; z-index: 1;}



.whatwe_sec .dotdiv1{  bottom: auto; bottom: -50px; right: 0;}

.whatimg .dotdiv1{position: absolute; right: -160px; top: -30px; left: auto; bottom: auto;

	width: 70%; height: 180px;

}

.whatimg >img{position: relative; z-index: 2; box-shadow: -4px 0 6px 1px rgba(0,0,0,0.2); border-radius: 40px;}

.whatimg iframe{

	position: absolute; left: 8px; top: 35px; height: 200px; width: calc(100% - 26px);

	z-index: 3;

}

.whatimg:before{position: absolute; content: ""; left: -30px; top: 50%;
z-index: 1;

	transform: translate(0,-50%); background: #f1f1f1; border-radius: 20px;

	width: 90%; height: 80%;

}

.shape{

	position: absolute; left: 0; top: 100px;

}

 

/**program_sec**/

.program_slider{

	padding: 0 40px;

}

.program_slider.owl-carousel .owl-nav button{position: absolute; top: 50%; transform: translate(0,-50%);

	width: 40px; height: 40px; background: #dc5340; 

}

.program_slider.owl-carousel .owl-nav button span{

	position: absolute; left: 50%; top: 50%;

	transform: translate(-50%,-50%); color: #fff;

	font-size: 26px;

}

.program_slider .owl-nav button.owl-prev{left:-10px;}

.program_slider .owl-nav button.owl-next{right: -10px;}
.program_slider .owl-stage{
	display: flex;
}
.program_slider .owl-stage .owl-item .item{
	height: 100%;
	margin: 0 2px;
}
.prgrmdv{

	padding: 20px 20px;

	border: 2px solid #dd5340;

	font-weight: bold; text-transform: initial;

	text-align: center;

	color: #dd5340;
	height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

}



.programright{

	display: inline-block;

	height: 100%;

	border: 1px solid #ddd;

	padding: 20px;

	position: relative;

} 

.programbg{

	position: relative; bottom: -50px; right: 65px;

}

.programright .img5{position: absolute; left: -80px; bottom: 60px; max-width:280px;}

.programright .img6{position: absolute; right:-20px; bottom: -30px;  max-width:280px;}

.programrighthead{}

.programrighthead .bxshadow{

	display: inline-block;

	width: 150px; 

	height: 50px;

	background: linear-gradient(to bottom,rgba(221,83,64,.4) 10%, transparent 100%);

	margin-right: 15px;



}

.programrighthead h3{

	padding-left: 15px;

	font-size: 18px; margin: 0;

	border-left: 5px solid #dd5340;

}



/**impact_sec**/

.bglight1{background: #f7f7f7;}

.bglight2{background: url(../images/footerbg.png) no-repeat center; background-size: cover;}

.impact_sec{}

.impactdiv{transition: 0.5s; box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1); border-radius: 10px;

	background: #fff; height: 100%;

}

.impactdiv:hover{box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2);}

.impactdiv .ico{display: inline-block; margin: 0 0 20px;}

.impactdiv .ico img{width: 100%;}

.impactdiv h3{color: #dd5340; text-transform: initial; font-size: 25px; margin: 0 0 20px;}

.impactdiv h3 span{display: inline-block; color: #1f1f53; font-size: 35px; }



.rangebar{display: inline-block; width: 100%; background: #1f1f53; border-radius: 10px; height: 12px;

	position: relative;

}

.rangebar .range{

	height: 100%; background: #dd5340; position: absolute; left: 0; top: 0;

	border-radius: 10px;

}



/**testimonial_sec**/

.testimonial_sec{}

.testdiv{text-align: center;}

.testdiv .img{display: block; margin: 0 0 20px;}

.testdiv .img img{width: 100%;}

.testdiv .content{}

.testdiv .content span{display: block; font-family: 'Jost', sans-serif;}

.testdiv .content span.name{text-transform: capitalize; font-size: 24px; line-height: 28px;

	color: #1F1F53; font-weight: 700; margin: 0 0 15px;

}

.testdiv .content span.desig{color: #DD5340; text-transform: uppercase; margin: 0 0 15px;

	font-weight: 600;

}



.testslider.owl-carousel .owl-nav button{position: absolute; top: 50%; transform: translate(0,-50%);

	width: 40px; height: 40px; background: #dc5340; border-radius: 50%; box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
	display: none;
}

.testslider.owl-carousel .owl-nav button span{

	position: absolute; left: 50%; top: 50%;

	transform: translate(-50%,-50%); color: #fff;

	font-size: 26px;

}

.testslider .owl-nav button.owl-prev{left:-20px;}

.testslider .owl-nav button.owl-next{right: -20px;}



/**news_sec**/

.newstitlesec h2.title{margin: 0;}
.news_sec .blogdiv .img2{    
	display: block;
    height: 465px;
    margin: 0 0 20px;
}
.blogbtm{}

.blogdiv{box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.1); padding: 15px; height: 100%;
 border-radius: 15px; background: #fff;}

.blogdiv h4{margin: 0 0 20px; text-transform: capitalize; font-size: 22px;}
.news_tab .blogdiv h4{
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blogdiv .img{display: block; margin: 0 0 20px; overflow:hidden;}

.blogdiv:hover .img img{transform: scale(1);}
 

.blogdiv .img{
	height: 330px;
	background: #ffbd59;
}
.blogdiv .img img{width: 100%; height: 100%; object-fit: contain;}

.blogbtm{font-size: 14px;}

.blogbtm .date{display: inline-block;}

.read{text-transform: uppercase; font-weight: bold; color: #dc5340;}

.read:hover{color: #000;}



.impact_sec,.testimonial_sec,.news_sec{position: relative;}

.impact_sec .dotdiv1{left: 0; top: -50px;}

.testimonial_sec .dotdiv1{right: 0; top: -50px;}

.news_sec .dotdiv1{left: 0; top: -50px;}



.blog_sec .img{

	position: relative;

}

.blog_sec .date{

	    position: absolute;

    right: 0;

    bottom: 0px;

    font-size: 14px;

    line-height: 16px;

    background: #f8971d;

    color: #fff;

    padding: 8px 10px;

    border-radius: 5px;

}

.blog_sec .blogdiv{text-align: center;}

/**donation_sec**/

.donation_sec{position: relative;}

.donateimg img{width: 100%;}

.donation_sec{}

.counterdiv{margin: 0 0 15px;}

.counterdiv span{display: block;text-transform: uppercase; font-weight: bold; font-size: 50px;

	line-height: 60px; font-family: 'Jost', sans-serif;

}

.counterdiv span.counter{color: #dd5340;}

.counterdiv span.counter:after{display: inline-block; content: "k"; margin-left: 10px;}

.counterdiv span.country{font-size: 40px;}


.ldbtn {
    text-align: center;
    margin-bottom: 34px;
	display: flex;
    justify-content: center;
    column-gap: 10px;
}
.snd-btn{
	margin-top:20px;
}
.snd-btn a, .snd-btn a span {
    color: #fff;
}
.common_sec .title{
    display: flex;
    align-items: center;
}
h2.title img {
    width: 122px !important;
    margin: 0 10px;
    mix-blend-mode: darken;
}
.common_sec .title figure {
    margin-bottom: 0;
}


/**footer**/

.site-footer{ padding: 80px 0; background: url(../images/footerbg.png) no-repeat center; background-size: cover;}

.footerdiv{} 

.footerdiv h3{text-transform: capitalize; font-size: 22px; line-height: 28px; font-weight: bold;

	margin: 0 0 18px;

}

.ftrlogo{display: inline-block; margin: 0 0 18px;}

.footerdiv .social li{display: inline-block; vertical-align: middle; margin: 0 3px;}

.footerdiv .social li a{display: block; width: 35px; height: 35px; background: #dd5340;

	border-radius: 50%; color: #fff; position: relative;

 }

.footerdiv .social li a i{color: #fff; position: absolute; left: 50%; top: 50%;

 	transform: translate(-50%,-50%); margin: 0;

 }

.social li a:hover{background: #333; color: #fff;}

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

.footerdiv ul li{margin: 0 0 12px;}

.footerdiv ul li i,.footerdiv ul li span{

	display: inline-block; vertical-align: top;

}

.footerdiv ul li i {color: #dc5340; margin-right: 10px;

    margin-top: 7px;

}

.footerdiv ul li i +span{width: 80%;}

.footerdiv ul li a{display: block; color: #1F1F53; font-weight: 600;}

.footerform input{width: 100%; border: 1px solid #dd5340; padding: 6px 10px; margin: 0 0 20px;

	background: none;

}
input[type="submit"]{
	background: #dd5340;
    padding: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    width: 100%;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    padding: 15px 10px;
}

.footerform .form-group{margin: 0;}



.footerBottom{padding: 15px 0 0; font-size: 14px;}
.footerBottom p a{
	display: inline-block; color: #007bff;
}
.footerBottom p a:hover{
	color: #f8971d;
}
.footerBottom p,.footerBottom ul{list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align:middle;}

.footerBottom ul{margin-left: 15px;}

.footerBottom ul li{display: inline-block; vertical-align: middle;}

.footerBottom li:after{

	position: relative; content: "—"; display: inline-block;

	 vertical-align: middle; line-height: 8px;

}

.footerBottom ul li:last-child:after{display: none;}





/**inner-pages**/

.innerPage .site-header{background: #fff;}

.innerBanner{padding: 130px 0 0 0; position: relative; background: none;}

.innerBanner >img{width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: 0 0;
    
    
}
.innerbannerauto >img{
    
    height:auto;
}

.innerBanner .bannercontent{position: absolute;left: 0; display: inline-block; bottom: 0;



	background: url(../images/shadow1.png) no-repeat center; background-size: 100%;

	padding: 80px 165px;
	display:none;

}

.innerBanner .bannercontent h1{

	font-size: 48px; text-transform: capitalize; line-height: 50px; margin: 0 0 5px; 

}

.breadcrumb,
.breadcrumb-container ul{list-style: none; margin: 0; padding: 0; background: none;}
.breadcrumb-container {font-size: initial !important;}
.breadcrumb li,.breadcrumb-container ul li{display: inline-block; vertical-align: middle;
	margin: 0 !important;
}
.breadcrumb-container ul li:first-child{
  display: none;
}
.breadcrumb li:after,
.breadcrumb-container ul li:after{position: relative; display: inline-block; content: "/"; font-weight: 600;

	margin: 0 5px;

}

.breadcrumb li:last-child:after,
.breadcrumb-container ul li:last-child:after{display: none;}

.breadcrumb li a,
.breadcrumb-container ul li a{font-weight: 900; text-transform: capitalize;     
	color: #1f1f53 !important; height: auto !important; padding: 0 !important;
    background: none !important;
}
.breadcrumb-container ul li a:before,
.breadcrumb-container.theme5 a::before,
.breadcrumb-container ul li a:after{
	display: none !important;
}

.breadcrumb li.active a,
.breadcrumb-container ul li a:hover{color:#dd5340 !important; }



.contact_sec{}

.contact_sec p a{color: #dd5340; font-weight: 600; display: inline-block;}

.contact_sec p a:hover{color: #1f1f53;}

.contactinfo{list-style: none; margin: 0; padding: 0;}

.contactinfo li{ margin: 0 0 30px; display: flex; align-items: center;}

.contactinfo li .ico{display: inline-block; margin-right: 25px; position: relative;

	width: 80px; height: 80px; box-shadow: 2px 2px 7px 1px #ddd; border-radius: 50%;

	color: #dd5340; font-size: 30px;

}

.contactinfo li .ico i{

	position: absolute; left: 50%; top: 50%;

	transform: translate(-50%,-50%);

}

.contactinfo li .text{}

.contactinfo li .text h4{text-transform: capitalize; margin: 0 0 5px; font-size: 24px; line-height: 26px;}

.contactinfo li a{color: #333;}

.contactinfo li a:hover{color: #dd5340;}



.contactform .form-group{margin: 0;}

.contactform input,.contactform select,.contactform textarea{

	width: 100%; padding:15px 15px ; border: 1px solid rgba(0,0,0,.2);

	margin: 0 0 15px; font-size: 14px; line-height: 22px;

}

.contactform textarea{

	height: 100px;

}





.news_sec1{position: relative;}
.news_sec1 .row >div,.news_sec .row >div{
	margin: 0 0 15px;
}

.newsdiv{border: 1px solid rgba(0,0,0,0.2); height: 100%; padding-bottom: 10px;}

.newsdiv .img{display: block; overflow: hidden;}

.newsdiv .img img{width: 100%;}
 
.newsdiv{position: relative; background: #fff;}
.newsdiv .content{
	position: static;
	padding: 25px 15px; 

	font-size: 14px; line-height: 26px; 

}

.newsdiv .content p{
	word-break: break-word;
	margin: 0 0 12px;
}
.newsdiv .content p img{
    float:right; margin:10px 0 10px 10px;
}
.newsdiv .content p a,.newsdiv .content ul a,.newsdiv .content a{
	display: inline-block;
	font-weight: 600; color: #dd5340;
}
.newsdiv .read{
	position: absolute;
	left: auto;bottom: 20px;
}

.newsdiv .content .date{
	    padding: 8px 20px;
    background: #dd5340;
    color: #fff;
    position: relative;
    top: -36px; 
    font-size: 16px;
    line-height: 20px;
    transition: 0.5s;
}

.newsdiv:hover .content .date{background: #f8971d;}

.newsdiv .content .admin{font-size: 18px; line-height: 20px; text-transform: capitalize;
    display: inline-block; width: 100%;
	margin: 0 0 8px; color: #dd5340; font-weight: bold;
	display:none;

}

.newsdiv .content h4{font-size: 18px; line-height: 20px; text-transform: capitalize;

	margin: 5px 0 10px ; color: #1f1f53;

}

.news_sec1 .dotdiv1{

	position: absolute; right: 0; top: -100px;

}



/**whatwedo**/

.whatwetext{

	padding-right: 30px;

}

.whatweimg{position: relative;}

.whatweimg img{z-index: 1; position: relative;}

.whatweimg .img{

	position: absolute; top: -100px; right: -30px; z-index: 2;
	display: inline-block;

} 

.whatweimg .img .dot{
	display: none;
}

.whatweimg .dot{position: absolute; left: -100px; bottom: 0; z-index: 0; display:none;}



/**capawsec**/

.capaw_sec{background: #f7f7f7;}

.capawimg{max-width: 80%; position: relative;}

.capawimg:before{

	position: absolute; content: ""; left: -50px; top: -40px;

	background: url(../images/bg1.png) no-repeat right 0; width: 100%; height: 100%;

	transform: rotateY(180deg);

}

.capawimg img{width: 100%; position: relative; z-index: 1;}



.whatwedobtnHolder{justify-content: space-between;}

.whatwedobtnHolder .whatbtn{margin: 0 10px;}

.whatbtn{    display: block;

    padding: 60px 10px;

    font-family: 'Jost', sans-serif;

    font-weight: 600;

    background: url(../images/shadow2.png) no-repeat center;

    background-size: 100%;

    width: 45%;

    font-size: 24px;

    text-align: center;



}



.capaw_sec,.whatwedobtn{position: relative;}

.capaw_sec .dotdiv1{position: absolute; right: 0; top: -50px;}

.whatwedobtn .dotdiv1{position: absolute; left: 0; top: -50px; width: 200px;}



/**about page**/

blockquote a{color: #dd5340;}
/*blockquote table{width: 100%;}*/
blockquote .btn.btn5{ display: table; margin: 0 auto;
	animation: btnanim 3s infinite;
}
@keyframes btnanim{
	0%{background: #dd5340;}
	50%{
		background: #f8971d;
	}
	100%{
		background: #dd5340;
	}
}
p strong{color: #dd5340; display: inline-block;}

.innerabt_sec{position: relative;}

.innerabt_sec >.dotdiv{

	left: 0; top: 0;

}

.innerabt >.dotdiv1{

	right: -40px; bottom: 0;

}

.innerabt img{

	position: relative; z-index: 1;
	width: 100%;

}



.storyHolder{padding: 20px; border: 8px solid #dd5340;}

.storyHolder p{max-width: 85%; margin: 0 auto;}



.history_sec{position: relative;}

.historyimg{ position: relative;}

.historyimg:before{

	position: absolute; content: ""; right: -50px; bottom: -40px;

	background: url(../images/bg1.png) no-repeat left bottom; width: 100%; height: 100%;

	transform: rotateY(180deg);
	z-index: 1;

}

.history_sec .dotdiv1{

	right: 0; bottom: -50px;

}

.historyimg img{width: 100%; position: relative; z-index: 2;}



.closegap_sec{background: #f7f7f7;}



.aboutlast{text-transform: uppercase; font-family: 'jost';}

.aboutlast strong{color: #1f1f53;}

.social li{display: inline-block; vertical-align: middle; margin: 0 3px;}

.social li a{display: block; width: 35px; height: 35px; background: #dd5340;

	border-radius: 50%; color: #fff; position: relative;

 }

.social li a i{color: #fff; position: absolute; left: 50%; top: 50%;

 	transform: translate(-50%,-50%); margin: 0;

 }

.social li a:hover{background: #333; color: #fff;}





.starfish_sec{

	background: url(../images/star.png) no-repeat 0 center;

}

.starfish_left h3{font-size: 40px; line-height: 62px; color: #DD5340;}

.starfish_left p{}



.starfish_right{text-align: center; background: url(../images/mask.png) no-repeat 0 0;

	background-size: cover; padding: 50px 70px; font-size: 16px;

}

.starfish_right p{margin: 0 0 5px;}

.starfish_right .clogo{

	position: absolute; right: -10px; top: -10px;

	background: #DD5340; padding: 20px; width: 100px; height: 100px;

}

.clogo img{

	max-width: 65px;

}





.starfish_right .dotdiv1{

	right: 0; top: 0; width: 140px; height: 70px;

	animation: dotmove1 15s linear infinite;

}

.starfish_right .dotdiv1:nth-child(2){

	right: auto; bottom: auto; left: -30px; bottom: -30px; top: auto; height: 120px;

}





/**leader_sec**/

.twodividesec{}

.twodividesec h6.subtitle{font-size: 20px;}

.img2{position: relative; display: inline-block;}

.img2:after{

	position: absolute; content: ""; left: 0; top: 0; width: 101%;

	height: 101%; background: url(../images/dbg1.png) no-repeat 0 0;

	background-size: 100%;

}

.img2 img{width: 100%; height: 100%; object-fit: cover;}

.img3{position: relative; display: inline-block;}
.common_sec .img3{display:table; margin:0 auto;}
.common_sec img.aligncenter{display:table; margin:0 auto;}

.img3:after{

	position: absolute; content: ""; left: 0; top: 0; width: 100%;

	height: 100%; background: url(../images/dbg2.png) no-repeat 0 0;

	background-size: 100%;

}

.img3 img{width: 100%; height: 100%;}

.teamdiv {box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.2); border-radius: 5px; height: 100%;  

	background: #fff; position: relative; z-index: 1; padding-bottom: 20px;

}
.nospeakderteamdiv img{
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:center 0;
}
.teamdiv .teamcontent{position: static;}
.teamdiv .read{
	position: absolute; bottom: 10px; left: 50%;
	transform: translate(-50%,0);
}

.teamdiv .img2{

	display: block; width: 100%;

}

.teamdiv .img2,.teamdiv .img2 img{border-radius: 5px;}

.teamcontent{padding: 10px 15px; text-align: center;}

.teamcontent p{

	display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;  

  overflow: hidden;

}

.team_sec .row >div{margin: 0 0 25px;}





.commonlist{list-style: none; margin: 0 0 20px; padding: 0;  }

.commonlist li{position: relative; margin: 0 0 8px; font-weight: 500;}
strong a{color: #dd5340;}
.commonlist li:before{

	display: inline-block; margin-right: 5px;

	font-family: "fontAwesome";

	content: "\f00c";

	color: #de5442;

}

.content ul{
	padding: 0 0 0 20px;
}
.content ul li{
	list-style: none;
}
.content ul li[dir="ltr"]{
        display: flex; 
}
.content ul li[dir="ltr"] p {
    margin: 0;
    width: calc(100% - 20px);
    text-align: left;
}
.content ul li:before{

	display: inline-block; margin-right: 5px;
	width: 8px; 
	height: 8px;
	content: "";
	border-radius: 2px;
	background: #de5442;
	position:relative;
	top:9px;
	    vertical-align: top;
}



/*.common_sec .commonlist{text-align: center;}*/

.fellowdiv{display: block; position: relative; border: 3px solid #dd5340; transition:0.5s;}

.fellowdiv >img{width: 100%; height: 300px; object-fit: cover;}

.fellowdiv .name{padding: 10px; background: #dd5340; color: #fff; text-align: center;

	text-transform: capitalize;  font-family: 'Jost', sans-serif; position: absolute;

	width: 100%; left: 0; bottom: 0; transition:0.5s;

}

.fellowdiv:hover{border: 3px solid #f8971d;}

.fellowdiv:hover .name{background: #f8971d;}

.fellow_sec .row >div,.cp_sec .row >div{

	margin: 0 0 20px;

}



.fellowdiv{border: 3px solid #dd5340; padding: 1px; height: 100%;}

.fellowdiv h3{margin: 0; padding: 10px; background: #dd5340; color: #fff; }

.fellowlist{list-style: none; margin: 0; padding: 15px;}

.fellowlist li{

	position: relative; padding: 0 0 0 15px; font-weight: 500; margin: 0 0 10px;

}

.fellowlist li:before{

	position: absolute; content: ""; left: 0; top: 10px;

	width: 8px; height: 8px; border-radius: 2px; background: #dd5340; 

}

.cp_sec .newsdiv{

	height: 100%;

}
.newsdiv .img{
	background: #ffbd59;
}
.newsdiv .img >img{

	height: 300px; object-fit: contain;
	object-position:center ;

}
.news_details .newsdiv .img{
	    background: #fee6dd;
		height: 575px;
/* 		overflow */
}
.news_details .newsdiv .img >img{

	height: 100%; object-fit: cover;
	width: auto; display: table; margin: 0 auto;

}



.team_sec{position: relative;}

.sponcerdiv{padding: 5px; position: relative; display: flex;}

.sponcerdiv img{object-fit: contain;}

.sponcerdiv >img {height: auto; }



/**menu**/

.slicknav_menu{background: none; padding: 0; display: none;}

.slicknav_btn{margin: 0; text-shadow: none; background: none; padding: 5px; background: #dd5340;}

.slicknav_menu .slicknav_menutxt{display: none;}

.slicknav_menu .slicknav_icon{margin: 0;}


/******/
.testslider.owl-carousel .owl-dots.disabled, .testslider.owl-carousel .owl-nav.disabled{
	display: inline-block !important;
}
 

.contactform li{list-style: none;}
.contactform .screen-reader-response{display: none;}
.contactform .wpcf7-not-valid-tip{color: #f00; position: relative; top: -10px; font-size: 12px;}
.contactform .wpcf7-response-output{color: #f8971d;}

 
/**new**/
.common_sec{}

.common_sec .table{}
.common_sec table{}
.common_sec table th,.common_sec table td,
blockquote table th,blockquote table td{ padding: 5px 10px; 
	border:1px solid #dd5340;

	/*font-size: 13px; */
	/*font-weight: 600;*/
}
.common_sec table td:first-child,
blockquote table td:first-child{background: #dd5340; color: #fff; border-bottom: 1px solid #fff;}
.common_sec table td{}

.innerBanner.details .banner{padding: 0; background: none;}
.innerBanner.details .banner img{width: 100%;}

/****/
.screen-reader-response{
	display: none;
}
.wpcf7-not-valid-tip{
	display: block;
	    position: relative;
    font-size: 13px;
    color: #f00;
    top: -12px;
}
.wpcf7-response-output{
	    font-size: 14px;
    line-height: 18px; 
    color: #f8971d;
}

/**all-after**/
/*.testdiv .img{position: relative; display: inline-block;}
.testdiv .img:after{
	position: absolute; content: ""; left: 0; top: 0; width: 101%;
	height: 101%; background: url(../images/dbg1.png) no-repeat 0 0;
	background-size: 100%;
}
.testdiv .img img{width: 100%; height: 100%; object-fit: cover;}
*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 5px;
    width: 100%;
}
.pagination >a, .pagination >span {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 2px;
    background: #dd5340;
    color: #fff;
    margin: 0 3px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
.pagination >a.current, .pagination >span.current {
    background: #f8971d;
}

.footerBottom ul{
	display: none;
}

.news_tab{}
.news_tab .resp-tabs-list{display:flex; width: 100%; border-bottom: 1px solid #dd5340;}
.news_tab .resp-tabs-list li{padding:12px 40px; background: #f8971d; color: #fff;
	border:none;  text-transform: uppercase;
}
.news_tab .resp-tabs-list li.resp-tab-active,
.news_tab .resp-tabs-list li.resp-tab-selected{background: #fff; color: #dd5340; border: 1px solid #dd5340;}
.news_tab .resp-tabs-container .resp-tab-content-active{ 
	background: #ffffff;
    box-shadow: 0px 2px 5px 3px #e9e9e9;
} 
.resp-tabs-container{}
.resp-tabs-container .resp-tab-content {border: none; padding: 20px;}
.news_tab .resp-accordion {background: #dd5340; color: #fff;
	border: none !important; margin: 0 0 5px;
}
.news_tab .resp-accordion .resp-arrow{border-top: 12px solid #fff;}
.news_tab .resp-accordion.resp-tab-active {background: #f8971d; color: #fff;}
.news_tab .resp-accordion.resp-tab-active .resp-arrow{border-bottom: 12px solid #fff;
	border-top: 12px solid transparent; margin-top: -10px;
}

span.evdate {
    font-size: 14px;
    margin: 0 0px 6px;
    color: #78501c;
    display: block;
}
span.evdate strong{
	color: #dd5340;
	font-weight: 700;
}

.vdodiv1{box-shadow: 6px 6px 0px 0px #eadec5;}
.resp-tabs-container .vdodiv1{
	margin: 0 0 20px;
}
.vdodiv1 iframe{width: 100%; height: 200px;}
.vdoframe{line-height: 0;}
.vdodiv1content{
	text-align: left;
    padding: 20px;
    background: #fff5df;
	height: 180px;
}
.vdodiv1content .date{
    
        display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    background: #f8971d;
    color: #fff;
    padding: 6px 15px;
    border-radius: 25px;
}
.vdodiv1content h3{font-size: 22px; line-height: 30px;}
.vdo_sec1_slider .owl-stage-outer{padding:0 0 25px;}
.vdo_sec1_slider.owl-carousel .owl-nav{display:flex; justify-content:center;}
.vdo_sec1_slider.owl-carousel .owl-nav button{ 
	width: 40px; height: 40px; background: #dc5340; 
	position:relative; margin:0 7px;

}

.vdo_sec1_slider.owl-carousel .owl-nav button span{

	position: absolute; left: 50%; top: 50%;

	transform: translate(-50%,-50%); color: #fff;

	font-size: 26px;

}
 

@media (max-width: 767px){
	.vdo_sec1 .row >div{margin: 0 0 25px;}
	.vdo_sec1 .row >div:last-child{margin: 0 0;}
	.newsdiv .content p img{width:100%; margin:10px 0 20px;}
	.newsdiv .content .date{
		top: 0; margin: 0 0 12px;
		display: inline-block;
	}
}

@media (max-width: 1700px){
	.donation_sec .dotdiv1{top: -30px; bottom: auto; width: 200px; height: 100px; }

	.dotdiv1{width: 200px; height: 100px;}
}
@media (max-width: 1200px){
	
	.common_sec{padding-right: 10px; padding-left: 10px;}
	.whatwetext{padding-right: 10px;}
	.container{
		padding: 0 30px;
	}
	
	.whatcontent{
		position: relative;
		z-index: 1;
	}
	.aboutright .img1{right: 100px; width: 400px;}

	.programright .img6{right: 0;}

	.donation_sec .dotdiv1{top: -30px; bottom: auto; width: 200px; height: 100px; }

	.dotdiv1{width: 200px; height: 100px;}

	.testslider.owl-carousel .owl-nav button{top: 40%;}

	.testslider .owl-nav button.owl-prev{left: 5px;}

	.testslider .owl-nav button.owl-next{right: 5px;}

	.whatweimg .img{right: 10px;}

	.innerBanner .bannercontent{bottom: 80px;}

	.historyimg{margin-right: 60px;}

	.starfish_right .clogo{

		right: 10px; top: -60px;

	}

	.clgpimg img,.whatweimg img{max-width: 100%;}



}



@media (max-width: 1023px){
	.bannercontent h1 p{
		margin:0;
	}
.news_sec .blogdiv .img2{
	    width: 300px;
    height: 268px;
    margin: 0 auto 20px;
     
}
.news_sec .blogdiv .img2 img{
 
}
.common_sec{
	padding-left: 10px; padding-right: 10px;
}
.social li{margin: 0 2px;}
 .menulist1 li a{    padding: 3px 5px;
    font-size: 15px;
}
.whatimg .dotdiv1{
	opacity: .6;
}
.whatimg .dotdiv1 {
    position: absolute;
    right: -14px;
    top: -30px;
    left: auto;
    bottom: auto;
    width: 200px;
    height: 150px;
}
 .menulist1 li{margin: 0 2px;}

 .menulist1{margin: 0 5px 0 0;}

 .btn1 span{padding: 10px 28px;}

 .bannerLeft h1{font-size: 35px; line-height: 40px;}

 .aboutleft{padding: 40px 40px;}

 h2.title{font-size: 35px;}

 .shape{max-width: 250px;}

 .shape img{width: 100%;}

 .program_sec .row >div{margin: 0 0 30px;}

 .program_sec .row >div:last-child{margin: 0;}

  body{font-size: 16px;}

  .blogdiv h4{font-size: 18px;}

  .btn span{padding: 10px 35px;}

  .footerdiv h3{font-size: 17px;}

  .impactdiv h3{font-size: 20px;	}

  .aboutright .img1{

  	width: 300px;

  }

  .program_sec .row >div.text-right{text-align: center !important;}

  

  .innerBanner .bannercontent{bottom: 10px; padding:30px 66px 30px 50px;     background-size: cover;}

  .innerBanner .bannercontent h1{font-size: 30px; line-height: 32px;}

  .contactinfo li .ico{width: 65px; height: 65px; margin-right: 20px; font-size: 25px;}
  .programright .img5 img{
  	width: 300px;
  }
  .programbg >img{
  	width: 100%;
  }
  .programright .img5 {
    position: absolute;
    left: -22px;
    bottom: 82px;
}
.programbg{right: 54px;}
.programright .img6{width: 200px;}
.programright .img6 img{width: 100%;}
.footerTop .row>div{
	margin: 0 0 20px;
}
}

@media (max-width: 991px){
	.whatwetext table{
		width: 100%;
	}
}


@media (max-width: 999px){
 .testslider.owl-carousel .owl-nav button{
 	display: inline-block;
 }

}


@media (max-width: 830px){
 .programright .img5{
 	bottom: 65px;
 }

}
@media (max-width: 768px){
	.news_tab .resp-tabs-list{display: none;}
	.news_tab .resp-tabs-container .resp-tab-content-active{
		background: none;
	}
}
@media (max-width: 767px){
	.program_sec{text-align: center;}
	.menulist1{display: none;} 
	.starfish_right .dotdiv1:nth-child(2){display: none;}
	.news_sec .blogdiv .img2{
		    width: 222px;
	    height: 197px;
	    margin: 0 auto 20px;
	     
	}

	.headerright{padding-right: 40px;}

	.bannerHold{flex-direction: column-reverse; flex-wrap: wrap; text-align: center;}

	.bannerLeft{width: 100%; max-width: inherit;}

	.bannerImg{margin-bottom: 30px;}

	.aboutHold{flex-wrap: wrap;}

	.aboutleft,.donateimg{width: 100%; margin-bottom: 30px;}

	.aboutright{width: 100%; text-align: center;}

	.aboutright .img1{

		right: 0;

	}

	.whatwe_sec,.donation_sec,.testimonial_sec{text-align: center;}

	.whatimg{margin: 0 0 30px;}

	.programright .img5{left: -10px;}

	.programright .img6 img{

		max-width: 250px;

	}

	.impact_sec .row >div,.news_sec .row >div,.footerTop .row >div,

	.innerabt,.clgpimg,.img2,.capawimg{margin: 0 0 25px;}

	.impact_sec .row >div:last-child,.news_sec .row >div:last-child,

	.footerTop .row >div:last-child{margin: 0;}

	.newstitlesec{flex-wrap: wrap; justify-content: center !important;}

	.newstitlesec h2.title{
		width: 100%;
		text-align: center; margin: 0 0 20px;
	}

	.whatimg .dotdiv1{

		right: -20px;

	}

	.site-footer{padding: 80px 0 40px;}

	.aboutleft{text-align: center;}



	.slicknav_menu{

		position: fixed; right: 15px; top: 50px; display: inline-block; 

		z-index: 200; 

	}

	.sticky .slicknav_menu{top: 40px;}

	.slicknav_btn{

		position: relative; z-index: 202;

	}

	.slicknav_btn{padding: 8px;}

	.slicknav_menu .slicknav_icon-bar{height: 3px;}

	.slicknav_nav{

		position: fixed; left: 0; top: 0; z-index: 201;

		background: #dd5340; width: 100%; height: 100%; overflow: auto;

	}

	.slicknav_nav li a{text-transform: capitalize;}

	.slicknav_open.slicknav_btn{background: #f8971d;} 

	.slicknav_nav .slicknav_row:hover{background: #000;}

	.slicknav_menu .slicknav_icon:before{

		font-family: "fontAwesome"; content: "\f00d";

		font-size: 20px; color: #fff; opacity: 0;
		    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

	}

	.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon:before{opacity: 1;}

	.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar{opacity: 0;}

	.innerBanner >img{height: 220px; object-fit: cover;}

	.innerBanner .bannercontent{padding: 20px 30px;

		background: rgba(255,255,255,.8); border-radius: 0 15px 15px 0;

		text-align: left;

	}

	.innerabt >.dotdiv1{right: 5px; bottom: 0px;}

	body{text-align: center;}

	.historyimg{max-width: 83%; margin: 0 auto;}

	.starfish_left h3{font-size: 30px; line-height: 50px;}

	.starfish_right .clogo{width: 50px; height: 50px; padding: 5px; top: -20px;}

	.starfish_right .clogo img{width: 100%;}

	.starfish_right{background-position: center;}

	.site-footer{text-align: left;}

	.innerBanner .bannercontent h1 {

	    font-size: 22px;

	    line-height: 24px;

	}

	.contactinfo li .text{text-align: left;}

	.fellowdiv{text-align: left;}

	.whatweimg .img{

		position: relative;

		left: auto; right: auto; top: -30px;

	}

	.whatweimg{margin-top: 25px;}

	.whatwedobtnHolder{flex-wrap: wrap;}

	.whatwedobtnHolder .whatbtn{width: 100%; margin-bottom: 15px;}
	.aboutlast{
		padding: 30px 0;
	}
	.newsdiv .read{
		position: relative; bottom: 0;
	}
	
}
@media (max-width: 575px){
	.news_sec .blogdiv .img2{
		    width: 300px;
	    height: 268px;
	    margin: 0 auto 20px;
	     
	}
	.teamdiv .read{
		position: relative; bottom: 0;
		transform: translate(0,0);
		left: auto;
	}
}

@media (max-width: 479px){

	h2.title{

		font-size: 28px;

		line-height: 36px;

	}

	.bannerLeft h1{font-size: 30px; line-height: 36px;}

	.whatimg{width: 252px;}

	.whatimg >img{width: 100%;}

	.whatimg iframe{width: calc(100% - 16px);}

	.whatimg .dotdiv1{right: 5px;}

	.programright .img6 {

	    right: 20px; 

	}
	.capawcontent{padding: 0 25px;}
	/*.capawcontent p{text-align: justify; }*/
	.programright .img5 img{max-width: 225px;}

	.programrighthead{flex-wrap: wrap;}

	.programrighthead .bxshadow{width: 100%;}

	.programrighthead h3{padding: 10px 0 0 0; border-left: none; border-top: 5px solid #dd5340;

		text-align: center; width: 100%;

	}

	.programbg img{width: 100%;}

	.programright .img6 img {

	    max-width: 150px;

	}

	.innerBanner .bannercontent {

	    

	}

	.innerBanner .bannercontent h1{font-size: 20px; line-height: 22px;}

	.historyimg:before{right: -30px;}

	.starfish_right{padding: 30px 30px;}

	h2.title{font-size: 22px; line-height: 30px;}
	.aboutright .img1 {
	    width: 280px;
	}
}

@media (max-width: 375px){
	.news_sec .blogdiv .img2{
		    width: 222px;
	    height: 197px;
	    margin: 0 auto 20px;
	     
	}
	.programright .img5 {
	    bottom: 29px;
	}
}

.innerBanner{min-height:inherit !important;}


.speakerHolder{}
.speakerdiv{padding: 20px; background: #FFF5DF; height: 100%;}
.speakerdiv .img{display: block; margin: 0 0 20px;}
.speakerdiv .img img{width: 100%;}
.speakerdiv .text{text-align: center;}
.speakerdiv .text .name{display: block; font-weight: bold; color: #000; text-transform: capitalize;
	margin: 0 0 15px;
}
.speakerdiv .text .desig{display: block; font-weight: bold; color: #DD5340; text-transform: capitalize;
	margin: 0 0 15px;
}
.speakerdiv .text p{}

.page-nav-container {display: flex; justify-content: center; margin: 20px auto !important;}
.page-nav-container span,.page-nav-container a{
	width: 35px;
    height: 35px;
    border: 1px solid #BDBDBD;
    padding: 3px;
    color: #BDBDBD;
    font-size: 15px;
    text-align: center;
}
.page-nav-container span.current{
	background: #dd5340; border: 1px solid #dd5340;
	color: #fff;
}


.speakerHolder .row >div{
	margin: 0 0 30px;
}
.eventgalleryimg{
	position: relative;
}

.eventgalleryimg .text{
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 60px;
    font-size: 10px;
    line-height: 13px;
    background: #dd5340;
    color: #fff;
    word-break: break-word;
    width: 71%;
    text-align: center;
    padding: 5px; 
}

.speakermodal .modal-header{
	background: #dd5340;
}
.speakermodal .modal-header h5.modal-title{
	color: #fff;
}
.speakermodal .modal-header .close{
	color: #fff; opacity: 1;
}



.tab-menu { margin-top:34px; }
.tab-menu ul {
	display: flex;
    width: 100%;
    border-bottom: 1px solid #dd5340;
    list-style: none;
    margin: 0;
    padding: 0;
 }
 .tab-menu ul li a { 
 	padding: 12px 40px;
    background: #f8971d;
    color: #fff;
    border: 1px solid #dd5340;
    text-transform: uppercase;
    cursor: pointer;
 }
.tab-menu ul li a.active { background: #fff;
    color: #dd5340;
    background: #fff;
    border: 1px solid #dd5340;
} 
.tab-box { display:none; }
 
.tab-main-box {
	padding: 12px; border: 1px solid #ddd;
}




.two-button .btn{margin: 5px;}
@media (max-width: 767px){
	.two-button .btn{font-size: 15px;}
}

.htp{
	position: absolute;
	top: 5px;
	font-size: 16px; 
	line-height: 20px;
	color: #000;
	text-align: center;
	left: 0;
	width: 100%;
}
.headerHold{
	padding-top: 15px;
}
@media (max-width: 1200px){
	.htp{
		font-size: 14px;
	}
}
@media (max-width: 1023px){
	.htp{
		font-size: 10px;
	}
}
@media (max-width: 1023px){
	.htp{
		font-size: 8px;
		line-height: 12px;
	}
	.headerHold{
		padding-top: 15px;
	}
} 



.news_details .newsdiv .two-button input[type="submit"] , .news_details .newsdiv .two-button a{
    width: 300px;
}

@media(max-width: 991px){
        .news_details .newsdiv .two-button input[type="submit"] , .news_details .newsdiv .two-button a{
        width: 260px;
    }
}

@media(max-width: 767px){
        .news_details .newsdiv .two-button input[type="submit"] , .news_details .newsdiv .two-button a{
        width: 180px;
    }
}

@media(max-width: 479px){
    .news_details .newsdiv .two-button{
        flex-direction: column;
    }
    
    .news_details .newsdiv .two-button input[type="submit"] , .news_details .newsdiv .two-button a{
        width: 100%; margin: 5px 0 ;
    }
    
    .news_details .newsdiv form{
        margin-right: 0 !important;
    }
}


.img4{
/* 	border: 1px solid #ccc;
    padding: 10px; */
    position: relative;
}
.img4 a{
	    position: absolute;
    left: 30%;
    bottom: 15%;
    font-size: 10px;
    line-height: 12px;
    background:#f8971d;
    color: #fff;
    padding: 8px 15px;
    display: inline-flex;
    border-radius: 5px;
}
 
.img4 a:hover{
	background: #000;
}

.modal-button span {
padding: 0;
}

.team_sec1 .modal-dialog {
     max-width: 80%;
}

.modal-footer button{
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    background: #dd5340;
    padding: 5px 15px;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    border: none;
    overflow: hidden;
}

@media (max-width: 576px) {
.team_sec1 .modal {
     padding-right: 0px;
   }
.team_sec1 .modal-dialog {
     max-width: 100%;
   }

}

.reg-sec {
	color: #f99e2d;
}

.lst-styl {
    margin-left: 20px;
    margin-bottom: 15px;
}



/**speaker**/
.speaker{
	position: relative;
}
.speaker:before{
	position: absolute;
	top: 0;
	left: 0;
	background: url(https://capaw.org/Apawomen/wp-content/themes/apawomen/assests/images/bannerbg.jpg) no-repeat 0 0;
	width: 200px;
	height: 400px;
	content: "";
}

.whatweimg .img {
	top: -143px;
}







/*********************************/


.digital-library-sec .section-title-two{
	margin-bottom: 160px;
}

.digital-library-sec{
	position: relative;
	/*margin-top: 125px;*/
}

h2.title-red{
	color: #DD5340;

}

.agent-image{
	padding: 20px 10px 10px;
	background: #F8971D;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}


.agent-image img{
	width: 100%;
	height: 136px;
	object-fit: cover;
}

.dig-library-right{
	padding: 0 15px;
}

.abs-shape-bg{
	position: absolute;
	width: 400px;
}

.abs-shape-bg img{
	width: 100%;
}

.digital-library-sec .abs-shape-bg{
	top: 25%; left: 0;
	animation: bgMoveUpDown 2s linear infinite;
	
	
}

.dig-library-wrapper{
	position: relative;
	z-index: 1;
}

.digital-library-sec .dotdiv1{
	width: 220px; height: 130px;
	right: 0; bottom: 50px;
	left: auto; top: auto;
}

@keyframes bgMoveUpDown {
	0%,100%{transform: translate(0,20px);}
	50%{transform: translate(0,0);}
}




/****digital-team-sec****/

.digital-team-sec{
	background: #DD5340;
	padding: 100px 0;
}

.dig-team-card .image img{
	width: 100%;
}

.dig-team-card .image{
	margin-bottom: 20px;
}

.dig-team-card .team-desc{
	text-align: center;

}

.dig-team-card{
	padding: 30px;
}

.dig-team-card h3{
	font-size: 20px; 
	line-height: 30px;
	margin: 0 0 10px;
}

.dig-team-card .team-desc{
	font-weight: 600;
	font-size: 14px; 
}

.dig-team-card h3 a{
	font-weight: 700;
	font-family: 'Jost', sans-serif;
}


.dig-team-card h3 a,
.dig-team-card .team-desc{
	color: #fff;
	transition: all .5s ease-in-out 0s;
	position: relative; z-index: 2;
	font-family: 'Jost', sans-serif;
}

.dig-team-card .team-desg{
	display: block;
	color: #fff;
	transition: all .5s ease-in-out 0s;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}


.dig-team-card:hover h3 a{
	color: #1F1F53;
}



.dig-team-card:hover .team-desg{
	color: #DD5340;

}


.dig-team-card .image{
	position: relative;
	border: 3px solid #f8971d;
	padding: 10px;
	/*width: 85%; margin-left: auto;
	margin-right: auto;*/
}

.dig-team-card .image img{
	height: 210px;
	object-fit: cover;
}

.dig-team-card{
	position: relative;
	margin: 0 15px;
}

.dig-team-card:before{
	content: ""; position: absolute;
	width: 100%; height: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	border-radius: 8px;
	animation: none;
	transition: all .5s ease-in-out 0s;
}


.dig-team-card:hover:before{
	animation: moveUpDownToggle 1s linear;
	height: 100%;
}





/*.dig-team-card .image:after{
	position: absolute;
	width: 101%; height: 101%;
	content: "";
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	background: url(../images/curve-shape1.png) no-repeat center center;
	background-size: cover;
}*/

.has-bordered-after{
	position: relative;
}

.has-bordered-after:before{
	content: "";
	position: absolute;
	width: 95%; height: 95%;
	border: 4px solid #f8971d;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.dig-team-card .image img{
	position: relative;
	z-index: 2;
}

.pagination-two{
	display: flex;
	align-items: center;
	justify-content: center;

}
.pagination-two li{
	margin: 0 5px;
}

.pagination-two li a{
	width: 40px;
	height: 40px;
	transition: all .5s ease-in-out 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	font-size: 14px;
}

.pagination-two li a:hover{
	background: #fff; color: #DD5340;
}



/***inner-team-single-sec*****/


.inner-team-single-sec{
	background: #E47E4B;
}

.inner-team-single-sec .team-left{
	padding: 0 15px;
}

.inner-team-single-sec .team-left .team-image{
	margin-bottom: 30px; position: relative;
	text-align: center;
	border: 4px solid #fff;
	padding: 10px;
}


.team-image.has-bordered-after:before{
	border-color: #fff; width: 100%;
}


.inner-team-single-sec .team-left .team-image img{
	width: 100%;
	position: relative;
	z-index: 1;
}

.inner-team-desc-top h2{
	color: #1F1F53;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.inner-team-desc-top span:nth-child(2){
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	display: block;
	margin: 0 0 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'Jost', sans-serif;
}
.inner-team-desc-top span:nth-child(3){
	color: #1F1F53;;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
}

.inner-team-desc-top{
	margin-bottom: 40px;
}

 .team-social span{
 	display: block;
 	color: #1F1F53;;
 	font-size: 18px;
 	line-height: 24px;
 	font-weight: 700;
 	margin-bottom: 15px;
 }


 .team-social-list{
 	display: flex;
 	align-items: center;
 	list-style: none;
 	margin: 0;
 	padding: 0;

 }
  .team-social-list li{
  	margin-right: 20px;
  	font-size: 15px;
  }

    .team-social-list li a{
    	color: #fff;
    	font-size: 20px;
    }

 .inner-team-single-sec .section-title-two .subtitle{
 	text-transform: uppercase;
 	color: #fff;
 	font-size: 16px;
 	margin-bottom: 10px;
 }

  .inner-team-single-sec .section-title-two .title{
  	color: #1F1F53;
  	font-size: 40px;
  	line-height: 50px;
  	text-transform: uppercase;
  }


  .inner-team-single-sec .section-title-two p{
  	color: #fff;
  	font-size: 18px;
  	font-weight: 400;
  	font-family: 'Open Sans', sans-serif;
  }


  .inner-team-single-sec .team-right  ul li h3{
  	font-size: 18px;
  	line-height: 24px;
  	color: #1F1F53;
  	text-transform: none;
  	font-weight: 700;
  }


  .inner-team-single-sec .team-right  ul li p {
    margin-bottom: 16px;
    color: #fff;
}


  .inner-team-single-sec .team-right  ul li p a{
  	color: #1f1f53;
  	font-weight: 600;
  }

  .inner-team-single-sec .team-right  ul li p a span{
  	font-weight: 600 !important;
  }


  .inner-team-single-sec .team-right ol li{
  	color: #fff;
  }

   .inner-team-single-sec .team-right{
   	padding: 0 15px;
   }



 /*****inner-project-single-sec*****/
 
 .inner-project-single-sec{
 	background: #C96169;
 }  

 .inner-prjkt-wrapper .row{
 	margin-bottom: 70px;
 }


 .inner-prjkt-wrapper .inner-prjkt-left{
 	padding-right: 60px;
 }


  .inner-prjkt-wrapper .row:nth-child(even){
  	flex-direction: row-reverse;
  }


 .inner-prjkt-wrapper .row:nth-child(even) .inner-prjkt-left{
 		padding-right: 0; padding-left: 60px;
 }

  .inner-prjkt-wrapper .inner-prjkt-left p{
  	color: #fff;
  }

  .inner-prjkt-wrapper .inner-prjkt-left .title{
  	color: #fff;
  	text-transform: uppercase;
  }

  .inner-prjkt-wrapper .inner-prjkt-left p.text-bold{
  	font-size: 24px; 
  	line-height: 30px;
  	font-weight: 700;
  }


  .inner-prjkt-wrapper .inner-prjkt-right{
  	padding: 0 15px;
  }

  .inner-prjkt-wrapper .inner-prjkt-right img{
  	position: relative; z-index: 1;
  }



.inner-prjkt-wrapper .row:nth-child(even) .inner-prjkt-right{
	padding-right: 60px;
}

  .inner-prjkt-wrapper .inner-prjkt-right .image{
  	margin-bottom: 30px;
  	border: 6px solid #f8971d;
  	padding: 10px;
  }

  .inner-prjkt-wrapper .inner-prjkt-right img{
  	width: 100%;
  }

  .inner-prjkt-wrapper .inner-prjkt-right .prjkt-desc h3 a{
  	color: #F8971D;
  	font-size: 30px;
  	line-height: 40px;
  	font-weight: 700;

  }


  .inner-prjkt-wrapper .inner-prjkt-right .prjkt-desc span{
  	display: block;
  	font-weight: 600;
  	font-size: 18px; line-height: 24px;
  	color: #fff;
  	font-family: 'Jost', sans-serif;
  	text-transform: none;
  }


  .prjkt-quote h2{
  	font-weight: 300;
  	font-size: 60px;
  	line-height: 70px;
  	color: #fff;
  	position: relative;
  	margin-bottom: 30px;
  }

  .prjkt-quote span{
  	font-weight: 700;
  	font-size: 30px;
  	line-height: 40px;
  	color: #fff;
  	display: block;
  	font-family: 'Jost', sans-serif;
  	text-transform: uppercase;
  	position: relative;
  	display: flex;
  	align-items: center;
  }

  .prjkt-quote span:before{
  	content: "";
  	position: relative;
  	background: #F8971D;
  	height: 4px;
  	width: 20px;
  	margin-right: 5px;
  }


  .prjkt-quote{
  	position: relative;
  }


  .prjkt-quote:before{
  	content: "";
  	position: absolute;
  	top: -70px; 
  	left: -70px;
  	width: 140px;
  	height: 140px;
  	background: url(../images/yellow-quote.svg) no-repeat 0 0;
  	background-size: 100%;
  }

div#digital-team-meta-box .question p {
    display: grid;
}


.digital-team-carousel .owl-dots{
	text-align: center;
	counter-reset: dig-team-counter;
}

.digital-team-carousel .owl-dots button.owl-dot{
	width: 40px; height: 40px;
	border: 1px solid #fff;
	color: #fff; display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	transition: all .5s ease-in-out 0s;
	margin: 0 5px;
	
	outline: none;

}


.digital-team-carousel .owl-dots button.owl-dot.active{
	background: #fff;
	color: #DD5340;
}

.digital-team-carousel .owl-dots button.owl-dot:focus{
	
	outline: none;
}

.digital-team-carousel .owl-dots button.owl-dot:after{
	
	 position: relative;
	 counter-increment: dig-team-counter;
	 content: counter(dig-team-counter);

}


@keyframes moveUpDownToggle{
	0%{height: 0;}
	30%{height: 105%;}
	55%{height: 100%}
	90%{height: 101%;}
	100%{height: 100%}
	
}

.digital-team-sec .owl-stage-outer{
	padding-top: 50px; 
	margin-bottom: 50px;
}

/*.digital-team-carousel{
	max-width: 90%;
	margin: 0 auto;
}*/
/* .bannerLeft p br{
    display: none;
} */
.digital-team-carousel .owl-nav{
	display: block !important;
}
.digital-team-carousel .owl-nav button{
	
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 40px; height: 40px;
	background: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important; display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: all .5s ease-in-out 0s;
	
	position: absolute;
	outline: none;

}

.digital-team-carousel .owl-nav button.owl-prev{
	left: -50px;
}


.digital-team-carousel .owl-nav button.owl-next{
	right: -50px;
}


.digital-team-carousel .owl-nav button span{
	font-size: 20px;
}


.inner-project-single-sec{
	margin-top: 125px;
}

.inner-team-single-sec{
	margin-top: 125px;
}

.digi-header{
	display: none;
}


.inner-team-single-sec .team-right ul{
	list-style: none; padding: 0;
	padding: 0; margin: 0;
}


.yl-color {
	color: #e67e22;
}
.bl-color {
	color: #3300ff;
}
.event-promo,
.event-promo strong{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.evnt-promo-content a.bl-color {
	color: #3300ff!important;
	text-decoration: underline;
}

.bannerHold .btnholder {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.bannerHold .btnholder .btn span {
    padding: 14px;
    min-width: 200px;
}
.bannerHold .btnholder .btn {
	margin-right: 5px;
	margin-bottom: 10px;
}
.bannerHold .btnholder .btn.ticket {
	background: #e67e22;
}
.ticket_purchase .btn {
	margin-bottom: 15px;
}
.ticket_purchase a.btn span {
	color: #fff;
}
@media (max-width: 1399px) {
	.innerBanner .banner {
		min-height: auto;
	}
}
@media(max-width: 1199.99px){
	.bannerHold .btnholder .btn span {
		min-width: 250px;
	}
	.digital-team-sec{
		padding: 50px 0;
	}

	.dig-team-card{
		margin: 0 5px;
		padding: 15px;
	}

	.digital-team-carousel{
		max-width: 90%;
		margin: 0 auto;
	}

	/*.digital-team-carousel .owl-nav button.owl-prev{
		left: 0;
	}

	.digital-team-carousel .owl-nav button.owl-next{
		right: 0;
	}*/
}




@media(max-width: 1023px){
	.digital-team-carousel .owl-nav button.owl-prev{
		left: -40px;
	}

	.digital-team-carousel .owl-nav button.owl-next{
		right: -40px;
	}
}


@media(max-width: 767px){
	.bannerHold .btnholder {
		justify-content: center;
	}
	.digital-library-sec .dotdiv1{
		display: none;
	}
	.digital-team-carousel .owl-nav button.owl-prev{
		left: -30px; width: 40px; 
		height: 40px; 
	}

	.digital-team-carousel .owl-nav button.owl-next{
		right: -30px; width: 40px; 
		height: 40px; 
	}

	.dig-team-card{
		margin: 0 23px;
	}

}



@media(max-width: 479px){
	.digital-team-carousel .owl-nav button.owl-prev{
		left: -20px; width: 30px; 
		height: 30px; 
	}

	.digital-team-carousel .owl-nav button.owl-next{
		right: -20px; width: 30px; 
		height: 30px; 
	}
}

@media(max-width: 1023px){
	.inner-prjkt-wrapper .inner-prjkt-left{
		padding: 0 15px;
	}

	.inner-prjkt-wrapper .row:nth-child(even) .inner-prjkt-left{
		padding: 0 15px;
		
	}

	.prjkt-quote h2{
		font-size: 50px;
		line-height: 60px;
	}
}

@media(max-width: 767px){
	.prjkt-quote:before{
		left: -15px;
		width: 70px;
		height: 70px;
		top: -5px;
	}

	.inner-prjkt-wrapper .row:nth-child(even) .inner-prjkt-right{
		padding-right: 15px;
	}


	.inner-project-single-sec .inner-prjkt-wrapper>.row{
		margin-bottom: 30px;
	}
}


@media(max-width: 479px){
	.prjkt-quote h2{
		font-size: 25px;
		line-height: 30px;
	}
	.prjkt-quote:before{
		width: 30px;
		height: 30px;
	}

	.prjkt-quote span{
		font-size: 22px;
		line-height: 30px;
	}
}


@media(max-width: 767px){
	.team-social-list{
		justify-content: center;
	}

	.inner-team-single-sec .team-left{
		margin-bottom: 30px;
	}

	.digital-library-sec .section-title-two{
		margin-bottom: 60px;
	}
}


.prjkt-desc span p{
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}


.inner-prjkt-wrapper .inner-prjkt-right .prjkt-desc span a{
	color: #f8971d; opacity: 1;
}


.inner-prjkt-wrapper .inner-prjkt-right .prjkt-desc span a:hover{
	opacity: .8;
}


@media(max-width: 767px){
	.digital-library-sec{
		padding-bottom: 30px !important;
	}
}

@media(max-width: 1023px){
	.menulist1 li a{
		padding: 3px 5px;
		font-size: 13px;
	}

	.headerright .btn span{
		padding: 9px 15px;
		font-size: 15px;
	}
}

@media(max-width: 767px){
	.agent-image img{
		height: 350px;
	}
}

@media(max-width: 479px){
	.dig-library-left .row>div{
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
}


.inner-team-single-sec p strong{
	color: #1F1F53;
}


@media(max-width : 1199px){
	.menulist1 li a{
		padding: 3px 2px;
	}
	.news_details .newsdiv .img,
	.news_details .newsdiv .img >img {
		height: auto;
	}
}

@media(max-width: 1199px){
	.bannerLeft{
		padding-right: 30px;
	}
}

@media(max-width: 767px){
	.bannerLeft{
		padding-right: 0
	}
	.testslider .owl-nav button.owl-prev{left:-15px;}
	.testslider .owl-nav button.owl-next{right:-15px;}
}



/* Speaker & Event Gallery */
.event_gallerysec .teamdiv{
    box-shadow:none;
}
.event_gallerysec .teamdiv .img2{margin:0 0 20px;}
.event_gallerysec .teamdiv .foogallery.fg-thumbnail .fg-image-wrap{position:relative;
    
    width:320px;
    height:320px;
    margin:0 auto;
}
.event_gallerysec .teamdiv .foogallery.fg-thumbnail .fg-image-wrap:before{
    position:absolute; content:""; width:100%; height:100%; left:0; top:0;
    background:url(../images/brush-frame.png) no-repeat 0 0;    z-index: 8;
    background-size: 100%;
}
.event_gallerysec .teamdiv .foogallery.fg-thumbnail .fg-image{margin:0 auto;
    width:100%; height:100%;
}
.event_gallerysec .teamdiv .infosec .fg-item-inner{border:none; box-shadow:none !important;}
.event_gallerysec .teamdiv .infosec .fg-item {display:block;}
.event_gallerysec .teamdiv .teamcontent{
    border-left:4px solid #FFAA2D;
    text-align:left;
}
.event_gallerysec .teamdiv .teamcontent h4{margin:0;}
/* .bannerLeft .btnholder .btn span { 
 padding:16px 35px;!important
} */

.new_speaker_infosec .teamdiv .read{border:none; padding:0; background:none; bottom:20px;}
@media(max-width: 767px){
    .event_gallerysec .teamdiv .foogallery.fg-thumbnail .fg-image-wrap{width:220px; height:220px;}
}
section.gallery_sec {
    display: none;
}
.glimg {
	background: #ccc;
    padding: 20px;
}

.podinnersec{}
.podinner{
	padding: 50px 0;
}
.podinner:nth-child(2n) .row{
	flex-direction: row-reverse;
}
.podinner p{
	text-align:justify;
	font-size:16px;
} 
 
.podinner:nth-child(2n) p{
	text-align:justify;
}
.podinner img {
    width: 400px;
    object-fit: cover;
    box-shadow: 10px 10px 0 2px #dd5340;
}
.podinner:nth-child(2n) .row img{
	 box-shadow: -10px 10px 0 2px #dd5340;
}
.podinner p b {
    font-size: 18px;
}
@media (max-width: 767px){
	.podinner:nth-child(2n) .row{
		flex-direction: column;
	}
}





