/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,900');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
/*@import url(font-awesome.min.css);*/
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(owl.carousel.min.css);
@import url(flaticon.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/



  

   

/*------------------------------------------------------------------
   Home Blog section
-------------------------------------------------------------------*/
.rough_slider_mc .owl-theme .owl-dots .owl-dot span
{
   border: 2px solid #f89a39 !important;
}
.rough_slider_mc .owl-theme .owl-dots .owl-dot.active span
{
    background-color: #f89a39 !important;
}
.rough_slider_mc .owl-theme .owl-dots .owl-dot:hover span
{
    background-color: #f89a39 !important;
}

/* .rough_slider_mc .owl-nav
{
   display: none !important;
} */
.navbar-brand
{
    width: 150px !important;
}
.my_card-title
{
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    color: #f89a39;
    margin-top: 5% !important;
}
.my_card_p
{
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 1.5% !important;
    line-height: 120%;
}


.about_mc
{
    margin-top: 4%;
    text-align: justify !important;
}
.index_about_text_mc
{
    display: grid;
    height: 100%;
}
.index_about_text
{
    margin: auto 0px;
}

.footer_blog_h a
{
    color: #fff !important;
}
  
  
body {
    color: #666666;
    font-size: 16px;
    font-family: 'Catamaran', sans-serif;
    line-height: 1.80857;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.test_h
{
    font-size: 21px; 
    font-weight: 600
}
.corporate_associations
{
    margin-top:8% !important;
}
.csr_t_mc
{
    display: grid;
    height: 100%;
   
}
.csr_t_mc p
{
    margin:  auto 0px;
    text-align: justify !important;
}
.csr_index_button
{
   padding: 1% 1% 0.8% 1%;
   background-color: #f89a39 !important;
   border-radius: 5px;
   border: none;
   color: #fff;
   display: inline-block;
   margin-top: 3%;
   font-size: 1.1rem;
   line-height: 100%;
}
.crs_img_mc
{
    display: grid;
    height: 100%;
}
.crs_img_mc img
{
    margin: auto 0px;
}
.info_img
{
    display: inline !important;
}
.info_img_res
{
    display: none !important;
}

.opacity_z
{
    opacity: 0;
}
/*logo slider section start*/

 .col-carousel {
	margin: 70px 0;
}
.carousel-main img
{
  width: 100%  !important;
  padding: 0px 5px !important;
}

.iconsliders .owl-prev span, .iconsliders .owl-next span {
	color: rgb(37,64,143);
    display: block !important;
}
.iconsliders .owl-nav{
    display:block!important;
}
.iconsliders .owl-prev span:hover, 
.iconsliders .owl-next span:hover {
	color: rgb(248,152,52);
}

.iconsliders .owl-prev, .iconsliders .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.iconsliders .owl-prev {
	left: -30px;
}

.iconsliders  .owl-next {
	right: -30px;
}
.dd_logo_section .row 
{
    margin-top: 0% !important;
}
.col-carousel
{
    margin: 2% 0% !important;
}
.community_partners_mc,.corporate_associations_mc
{
    padding: 0% 3.5%;
}

button:focus, button:active {
   outline: none;
} 

/*logo slider section end*/




/*Pre loader start*/
.loader {
    height: 100% !important;
    width: 100% !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 99999;
  }
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    background-color: #fff;
  }
  .preloader_gif
  {
    width: 120px;
  }
  .disapper {
    animation: vanish 0s forwards;
  }
  @keyframes vanish {
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  /*Pre loader end*/




/*info graphic section start*/

.infographic_mc
{
    padding: 0% 25%;
}
.info_graph_banner_h{
	margin-bottom: 30px;
    margin-top: 7%;
}
.info_graph_banner_h h2{
	font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	background: url(../images/tag-line.png)no-repeat left 0px bottom 0px;
	color: #222222;
	font-weight: 500;
	position: relative;
	padding-bottom: 1%;
    margin-left: -12px;
    margin-bottom: 0px;
}
.csr_h
{
    margin-bottom: 30px;
}
.csr_h h2
{
    font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	background: url(../images/tag-line.png)no-repeat left 0px bottom 0px;
	color: #222222;
	font-weight: 500;
	position: relative;
	padding-bottom: 1%;
    margin-left: -12px;
    margin-bottom: 0px;
 
}
.dd_logo_section
{
    margin-top: 3%;
}
.footer_row
{
    display: grid;
    grid-template-columns: 20% 20% 40% 20%;
}
.footer_bolg
{
    padding: 0% 25% 0% 15%;
}
.location_icon_mc
{
    text-align: center !important;
}
@media only screen and (max-width:1204px)
{
    .info_graph_banner_h
    {
        font-size: 1.5rem !important;
        font-family: Catamaran;
        color: #000;
        margin-top: 7%;
        line-height: 130%;
    }
    


}
@media only screen and (max-width:460px)
{
.my_card_footer
{
    padding-bottom: 10%;
}
.community_partners_mc,.corporate_associations_mc
{
    padding: 0% 7%;
}
}
@media only screen and (max-width:990px)
{
    
    .csr_t_mc
    {
     margin-top: 7%;
     margin-bottom: 7%;
    }
    .csr_t_mc p
    {
     margin-top: 1%;
    }
  .infographic_mc
  {
    padding: 1% 5%;
  }
  .info_img
{
    display: none !important;
}
.info_img_res
{
    display: inline !important;
}
  .info_graph_banner_h
  {
      font-size: 1.2rem !important;
      font-family: Catamaran;
      color: #000;
      margin-top: 7%;
      line-height: 100%;
  }
.info_graph_banner_h h2
{
	padding-bottom: 0%;
}
.csr_index_button_mc
{
    text-align: center;
}
.csr_index_button
{
   padding: 2% 2% 1.5% 2%;
   font-size: 1rem;
  
}
.pogoSlider-nav
{
    display: none !important;
}



}

/*info graphic section start*/








h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}
.csr_video_section
{
	margin: auto 18%;
}
/* h1 {
    font-size: 24px
} */

h2 {
    font-size: 22px
}

.font_eighteen {
    font-size: 18px !important;
    color: #1f1f1f;
}
.blog_side_heading
{
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1f1f;
}
.rel-blog-text
{
    padding: 1%;
    text-align: center;
}
.font_sixteen {
    font-size: 16px;
    line-height: 120%;
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}
.dash_b_h
{
    font-family: 'Rubik' !important;
    font-size:25px !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}
.breadcrumbs_inner_p_mc
{
    display: inline-block;
}
.breadcrumbs_inner_p
{
    font-size: 18px;
    display: inline-block;
    
}
.dd_sub_h
{
    color: #666666;
    font-size: 16px;
    font-family: 'Catamaran', sans-serif;
    line-height: 1.80857 !important;
    padding: 0% !important;
    font-weight: bold;
}
a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

.main-top ul, .main-top.li, .main-top.ol, .footer-nav ul, .footer-nav li, .d-inline-flex ul, .d-inline-flex li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #12557f;
    opacity: 1;
}
.location_icon_mc
{
    width: 80%;
}
@media screen and (max-width: 926px) {
    .footer-nav
    {
        padding: 0% !important;
    }
    .footer_soc_icon_list
    {
        padding: 0px;
    }
    .location_icon_mc
    {
    width: 100%;
    }
}
/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    position: fixed;
    display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.loader {
  display: inline-flex;
  flex-wrap: wrap;
  width: 258px;
  height: 229px;
}





#scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	font-size: 34px;
    border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	background: #f89a39;
	color: #ffffff;
	padding: 0;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.main-top{
	background: #163286;
}
.left-top
{
    margin-left: -22px;
}
.left-top a{
	display: inline-block;
	color: #ffffff;
	float: left;
	font-size: 14px;
}

.new-btn-d{
	padding: 12px 30px;
	font-weight: 400;
	background: none;
	color: #ffffff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border-radius: 0;
	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
	z-index: 9;
	/* text-transform: uppercase; */
}

/*.new-btn-d::before, .new-btn-d::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
	top: 100%;
    z-index: -9;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
        transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.new-btn-d:hover::before, .new-btn-d:hover::after {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.new-btn-d::before {
    background: rgba(255,255,255,0.2);
}

.new-btn-d::after {
    background: #163286;
}
.new-btn-d:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
} */

.new-btn-d.br-2{
	border: 2px solid #ffffff;
}

.mail-b{
	float: left;
}
.mail-b a{
	font-size: 14px;
	color: #ffffff;
	padding: 12px 30px;
	border: 2px solid #ffffff;
}
.mail-b a:hover{
	color: #163286;
	border: 2px solid #163286;
}

.right-top{
	float: right;
}

.right-top ul li{
	float: left;
}
.right-top ul li a{
	font-size: 27px;
	display: inline-block;
	color: #ffffff;
	padding: 0px 6px;
	/* border: 2px solid #ffffff; */
}
.right-top ul li a .soc:hover{
	color: #f89a39;
	 background: #f89a39;
    border-radius: 50%;
}
.soc
{
	width: 35px;
	height: 35px;
    margin-top: 2%;
}


.wel-nots{
	float: right;
	margin-left: 20px;
}
.wel-nots p{
	font-size: 16px;
	color: #ffffff;
	padding: 12px 0px;
	margin: 0px;
}


.top-header .navbar{
	padding: 0px 0px;
}

.top-header{
	background: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
}
.my_test_box
{
    padding:  3rem 0rem  3rem 0rem;
}

.top-header .navbar .navbar-collapse ul li a{
	text-transform: uppercase;
	font-size: 14px;
	padding: 33px 11px;/* 33px 15px */
	position: relative;
	font-weight: 500;
}

.top-header .navbar .navbar-collapse ul li a.active{
	background: #f89a39;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.top-header .navbar .navbar-collapse ul li a.active::after{
	width: 20px;
	height: 20px;
	content: "";
	float: left;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	/* background: url(../images/menu-arrow.png) no-repeat center; */
	border-radius: 10px;
	transition: ease all 0.3s;
	transform: translateY(0%) rotate(140deg);
	-webkit-transform: translateY(0%) rotate(140deg);
	-o-transform: translateY(0%) rotate(140deg);
	-ms-transform: translateY(0%) rotate(140deg);
	-moz-transform: translateY(0%) rotate(140deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.top-header .navbar .navbar-collapse ul li a:hover{
	background: #163286;
	color: #ffffff;
}


.top-header.fixed-menu{
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff;
	z-index: 20;
}

.navbar-toggler{
	border: 1px solid #f89a39 ;
	border-radius: 0;
	margin: 16px 15px;
	padding: 10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span{
	background: #333333;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
		margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span + span{
	margin-top: 5px;
}

.navbar-toggler:hover{
	border: 1px solid #163286;
}

.navbar-toggler:hover span{
	background: #163286;
}


/*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/

.home-slider{
	position: relative;
	height: 100%;
}

.lbox-caption {
    display: table;
    height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	z-index: 10;
}

.lbox-details {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before{
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/* .lbox-details h1{
	font-size: 54px;
	font-family: 'Catamaran', sans-serif;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
} */

.lbox-details h2{
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}
.lbox-details p{
	color: #ffffff;
	position: relative;
	z-index: 3;
}
.lbox-details p strong{
	color: #163286;
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}
.lbox-details a.btn{
	background: #12557f;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
	border-radius: 0px;
	border: 2px solid #ffffff;
	position: relative;
	display: inline-block;
	z-index: 3;
}
.lbox-details a.btn:hover{
	background: #163286;
	color: #ffffff;
}



/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #163286;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
/*	background: url(../images/wave.svg) repeat-x center center; */
	background-size: 50% auto;
}


.about-box{
	padding: 70px 0px;
}

.title-box{
	margin-bottom: 30px;
}


/* H1 section start */
.title-box h1{
	font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	background: url(../images/tag-line.png)no-repeat left 50px;
	color: #222222;
	font-weight: 500;
	position: relative;
    margin-left: -12px;
    margin-bottom: 0px;
    background-position: bottom left;
}

.title-box h1::after{
	content: "";
	position: absolute;
	width: 120px;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title-box h1 span{
	color: #163286;
	text-decoration: underline;
}
/* H1 section start */



/* H2 section start */
.title-box h2{
	font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	background: url(../images/tag-line.png)no-repeat left 50px;
	color: #222222;
	font-weight: 500;
	position: relative;
	/* padding-bottom: 42px; */
    margin-left: -12px;
    margin-bottom: 0px;
    background-position: bottom left;
}

.title-box h2::after{
	content: "";
	position: absolute;
	width: 120px;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title-box h2 span{
	color: #163286;
	text-decoration: underline;
}
/* H2 section start */


/* H3 section start */
.title-box h3{
	font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	background: url(../images/tag-line.png)no-repeat left 50px;
	color: #222222;
	font-weight: 500;
	position: relative;
    margin-left: -12px;
    margin-bottom: 0px;
    background-position: bottom left;
}

.title-box h3::after{
	content: "";
	position: absolute;
	width: 120px;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title-box h3 span{
	color: #163286;
	text-decoration: underline;
}
/* H3 section end */


/* H4 section start */
.title-box h4{
	font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	background: url(../images/tag-line.png)no-repeat left 50px;
	color: #222222;
	font-weight: 500;
	position: relative;
    margin-left: -12px;
    margin-bottom: 0px;
    background-position: bottom left;
}

.title-box h4::after{
	content: "";
	position: absolute;
	width: 120px;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title-box h4 span{
	color: #163286;
	text-decoration: underline;
}
/* H4 section end */



.about-main-info h2{
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}
.about-main-info h2 span{
	color: #163286;
	text-decoration: underline;
}
.about-main-info{
	margin-bottom: 30px;
}

.about-m{
	border: 2px solid #163286;
	box-shadow: 0 10px 25px 0 rgba(0,0,40,.2);
}

.about-m ul#banner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
}

.about-m ul#banner li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.about-m ul#banner li img { 
	visibility: hidden; 
	width: 100%;
}

.about-m ul#banner li canvas {
  position: absolute;
  top: 0;
  left: 0;
}


.about-img{
	padding: 30px 0px;
}

.about-img img{
	border-radius: 10px;
}

.about-m ul{
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
.about-m ul li{
	display: inline-block;
	text-align: center;
}
.about-m ul li a{
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover{
	background: #333333;
	color: #ffffff;
}

.about-main-info h2{
	font-size: 32px;
	color: #333333;
	font-weight: 500;
}

.about-main-info a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
}

.about-main-info a.new-btn-d.br-2{
	border: 2px solid #12557f;
}

.about-main-info a.new-btn-d::before{
	background: rgba(18,85,127,0.2);
}

.about-main-info a:hover{
	color: #ffffff;
}

.hvr-radial-out{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-radial-out::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}services-box

.hvr-radial-out:hover::before, .hvr-radial-out:focus::before, .hvr-radial-out:active::before {background-size:cover;
    -webkit-transform: scale(2);
    transform: scale(2);
}


/*------------------------------------------------------------------
    Services
-------------------------------------------------------------------*/

.services-box{
	padding: 30px 0px;
	background-color: #ffffff;
}

.serviceBox{
    /* padding: 35px 20px 25px; */
    padding: 21px;
    border: 1px solid #16567f;
    text-align: center;
    /*position: relative;*/
    transition: all 0.3s ease 0s;
    background-size:cover;
    background-position: top center;
    width:100%;
}
.serviceBox:hover{ border-color: #163286 ; }
.serviceBox:before{
    content: "";
    border-top: 20px solid #16567f;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{ border-top-color: #163286 ; }
.serviceBox .service-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #064774;
    margin-bottom: 35px;
    /* z-index: 1; */
    position: relative;
    transition:all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ color: #fff; }
.serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #16567f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:before{
    border-color: #163286 ;
    background: #163286 ;
}

.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #064774;
    text-transform: capitalize;
    margin: 0 0 15px 0;
	padding: 0;
}
.serviceBox .description{
    color: #ffffff;
    background: #f89a39db;
    line-height: 22px;
    margin: 1px -20px 0px -22px;
    padding: 5px 2px;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: 1px;
    display: flex;
    align-items: center;
}
.owl-nav
{
	display: none !important;
}
@media only screen and (max-width:450px){
    .owl-nav
{
	display: block !important;
}
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

.serviceBox a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
}

.serviceBox a.new-btn-d.br-2{
	border: 2px solid #12557f;
}
.serviceBox a:hover{
	color: #ffffff;
}
.serviceBox a.new-btn-d::before {
    background: rgba(18,85,127,0.2);
}
.services-box .owl-carousel{
	text-align: center;
}
.services-box .owl-carousel .owl-nav{
	display: inline-block;
	margin: 0 auto;
	margin-top: 20px;
}
.services-box .owl-carousel .owl-nav .owl-prev{
	border: 2px solid #12557f;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}
.services-box .owl-carousel .owl-nav .owl-prev:hover{
	background: #163286;
	color: #ffffff !important;
}
.services-box .owl-carousel .owl-nav .owl-next{
	border: 2px solid #12557f;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}
.services-box .owl-carousel .owl-nav .owl-next:hover{
	background: #163286;
	color: #ffffff;
}

/*------------------------------------------------------------------
    Appointment
-------------------------------------------------------------------*/

.appointment-main{
	padding: 70px 0px;
	position: relative;
}


.well-block .well-title h2{
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 20px;
}

.well-block form .form-group .control-label{
	font-size: 16px;
}
.well-block form .form-group .form-control {
	min-height: 60px;
	min-height: 50px;
	padding: 0px 15px;
	border-radius: 0;
	color: #12557f;
	border: 1px solid #12557f;
}
.well-block form .form-group .form-control:focus{
	box-shadow: none;
}

.well-block form .form-group button{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
	cursor: pointer;
}
.well-block form .form-group button.new-btn-d.br-2 {
    border: 2px solid #12557f;
}
.well-block form .form-group button.new-btn-d::before {
    background: rgba(18,85,127,0.2);
}

.feature-block .feature-title{
	font-size: 20px;
}

.well-block form .form-group button:hover{
	color: #ffffff;
}


/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 30px 0px;
}

.box-gallery{
    text-align: center;
    box-shadow: 0 0 5px #7e7d7d;
    position: relative;
	margin-bottom: 30px;
}
.box-gallery img{
    width: 100%;
    height: auto;
}
.box-gallery .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box-gallery:hover .box-content{
    background-color: rgba(255, 242, 242, 0.8);
}
.box-gallery .box-content:before,
.box-gallery .box-content:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.6s ease 0.3s;
}
.box-gallery .box-content:before{
    border-left: 2px solid #163286;
    border-top: 2px solid #163286;
    top: 19px;
    left: 19px;
}
.box-gallery .box-content:after{
    border-bottom: 2px solid #163286;
    border-right: 2px solid #163286;
    bottom: 19px;
    right: 19px;
}
.box-gallery:hover .box-content:before,
.box-gallery:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box-gallery .title{
    font-size: 22px;
    color: #333333;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 0.01s;
}
.box-gallery:hover .title{
    top: 32%;
    opacity: 1;
    transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
}
.box-gallery .title:after{
    content: "";
    width: 0;
    height: 2px;
    background: #163286;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s;
}
.box-gallery:hover .title:after{
    width: 80%;
    transition: all 1s ease 0.8s;
}
.box-gallery .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    transition-delay: 0.1s;
}
.box-gallery:hover .icon{
    bottom: 32%;
    opacity: 1;
}
.box-gallery .icon li{
    display: inline-block;
}
.box-gallery .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #163286;
    border: 2px solid #163286;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.box-gallery .icon li a:hover{
    background: #f89a39;
    color: #fff;
}
#menuaddress
{
    color: #ffffff !important;
}
@media only screen and (max-width:990px){
    .box-gallery{ margin-bottom: 30px; }
}
@media only screen and (max-width:450px){
    #menufooter, #menuaddress, #logofooter
    {
    	
    	color: #fff !important;
    }
}

/*------------------------------------------------------------------
    Team
-------------------------------------------------------------------*/

.team-box{
	padding: 70px 0px;
}

.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 130px;
    height: 130px;
    background: #12557f;
    position: absolute;
	border-radius: 50%;
    z-index: -1;
}
.our-team:before{
    top: 0px;
    left: 0;
}
.our-team:after{
    bottom: 0px;
    right: 0;
}
.our-team .pic{
    margin: 8px;
    position: relative;
    border: 3px solid #163286;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    border-color: #12557f;
}
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 0;
    background: #163286;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{
    height: 100%;
    opacity: 0.85;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    position: absolute;
    bottom: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}
.our-team:hover .team-content{
    bottom: 38%;
}
.our-team .title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0px;
}
.our-team .post{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}
.our-team .social{
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #fff;
    color: #12557f;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}




/*------------------------------------------------------------------
    Blog
-------------------------------------------------------------------*/
.bolg_b_tabs
{
    display: flex;
    justify-content: space-around;
}
.blog-box{
	padding: 70px 0px;
	background-color: #f2f3f5;
}
.blog-inner{
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.blog-img{
	overflow: hidden;
}
.blog-img img{
	transition: all 0.9s ease 0s;
}
.blog-inner:hover .blog-img img{
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}
.blog-inner a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
}

.blog-inner a.new-btn-d.br-2{
	border: 2px solid #12557f;
}

.blog-inner a.new-btn-d::before{
	background: rgba(18,85,127,0.2);
}


.blog-inner a:hover{
	color: #ffffff;
}

.blog-inner .item-meta{
	background: #12557f;
}
.blog-inner .item-meta a{
	background: #12557f;
	color: #ffffff;
	display: inline-block;
	border: none;
}
.blog-inner .item-meta span{
	color: #ffffff;
	background: #163286;
	display: inline-block;
	padding: 5px;
}

.blog-inner h2{
	margin-top: 20px;
}


/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/

.contact-box{
	padding: 70px 0px;
}

.left-contact{
	margin-top: 60px;
}
.left-contact h2{
	font-size: 38px;
	font-weight: 700;
	padding-bottom: 30px;
	text-align: center;
}
.cont-line{
	overflow: hidden;
	margin-bottom: 30px;
	width: 33.33%;
	float: left;
}
.icon-b{
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	border: 2px dotted #12557f;
	margin-right: 10px;
	color: #163286;
	border-radius: 50%;
}

.dit-right h4{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 0;
}
.dit-right{
	padding-right: 14px;
}
.dit-right p{
	font-size: 16px;
	margin: 0px;
}
.dit-right a{
	font-size: 16px;
	color: #333333
}
.dit-right a:hover{
	color: #163286;
}



.contact-block .form-group .form-control{
	background: #163286;
	height: 45px;
	font-size: 16px;
	border: 0;
	color: #ffffff;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.contact-block .form-group textarea.form-control{
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common{
	background-color: #163286;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.submit-button .btn-common:hover{
	background-color: #528780;
}

.custom-select{
	height: 45px;
	font-size: 16px;
}
select.form-control:not([size]):not([multiple]){
	height: calc(45px + 2px);
}

.help-block ul li{
	color: red;
}

.footer-box{
	background: #585e88;
	padding: 50px 0px 0px 0px;
}
div#menufooter ul li a {
    padding: 0;
    color: #fff;
}
.footer-box .footer-company-name{
	text-align: center;
	margin: 0px;
	color: #fff;
}
.woord
{
    text-decoration: underline !important;
    color: #0000ff;
}
.footer-box .footer-company-name a{
	color: #163286;
}
.footer-box .footer-company-name a:hover{
	color: #000000;
}
.google-map iframe {
    width: 100%;
    height: 450px;
}

/* about heading section start */
h1.h2 {
    font-size: 25px !important;
}
h2.h2 {
    font-size: 25px;
}
h3.h2 {
    font-size: 25px;
}
h4.a_h4 {
    font-size: 15px;
}
/* about heading section end */

.form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1em .8em;
}


.btn-primary {
    color: #fff !important;
    background-color: #163286 !important;
    border-color: #163286 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #f89a39 !important;
    border-color: #f89a39 !important;
}


/*------------------------------------------------------------------
    Subscribe
-------------------------------------------------------------------*/

.subscribe-box{
	padding: 70px 0px;
	background: url(../images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.subscribe-box::before{
	content: "";
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}

.subscribe-inner{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.subscribe-inner h2{	
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
}

.subscribe-inner p{
	color: #cccccc;
}

.subscribe-inner .form-group .form-control-1{
	width: 100%;
	padding: 12px 15px;
	border-radius: 0px;
	border: none;
}

.subscribe-inner .form-group button{	
	letter-spacing: 1px;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
	border: none;
	cursor: pointer;
}

.subscribe-inner .form-group button.new-btn-d.br-2 {
    border: 2px solid #12557f;
}
.subscribe-inner .form-group button.new-btn-d::before{
	background: rgba(18,85,127,0.2);
}

.subscribe-inner .form-group button:hover {
	color: #ffffff;
}
.quick
{
	position: fixed;
    right: -9px;
    padding: 0px 10px;
    border-radius: 3px;
    color: #163286;
    font-weight: bold;
    z-index: 9999;
    top: 50%;
    margin-top: -20px;
    transform: rotate(90deg) translateY(-100%);
    background: #f89a39;
    border: 1px solid #f89a39;
}









/*------------------------------------------------------------------
    Testimonial
-------------------------------------------------------------------*/

.testimonial-box h4, .testimonial-box p {
    color: #fff;
}
.testimonial-box .owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
h4.title {
    font-size: 20px;
    font-weight: 600;
}
.box-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box-inner .left-box-inner {
    padding-right: 15px;
    width: 30%;
}
.box-inner .left-box-inner img {
    width: 100%;
    border-radius: 100%;
    border: 4px solid #000;
}
.box-inner .right-box-inner {
    width: 70%;
}
.blog_date {
    background: #1a3689;
    padding: 8px 16px;
    color: #fff !important;
    border-radius: 7px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}
.read_more {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.row_in {
    background: #f2f0f1;
    margin: -5px;
    padding: 20px 0px;
}







/*------------------------------------------------------------------
    Inner Page
-------------------------------------------------------------------*/
.inner_page_banner {
    background-size: cover;
background-position: center;
padding: 220px 0;
position: relative;
background-color: #f89a39;
}
.inner_page_banner_d_d {

    background-image: url("../images/non-profit-organization-in-bangalore.jpg") !important;
    
}
.inner_page_banner_a_u
{
    background-image:url('../images/ngo-in-bangalore.jpg') !important;
    
}
.inner_page_banner_a_privacy
{
    background-image:url('../images/privacy.jpg') !important;
    
}
.inner_page_banner_o_s
{
    background-image: url("../images/corporate-and-social-responsibility-bangalore.jpg");
   
}
.inner_page_banner_h_i_w
{
    background-image: url("../images/seo/corporate-and-social-responsibility-bangalore.jpg") !important;
    
}
.inner_page_banner_c_u
{
    background-image: url("../images/corporate-social-responsibility-activities.jpg") !important;
   
}
.inner_page_banner_csr
{
    background-image: url("../images/seo/csr-consultants-in-bangalore.jpg") !important;
    
}
.dd_logo_section .row
{
 margin-top: 6%;
}

.inner_page_banner:before {
    position: absolute;
    /*background: #ffffffa6;*/
    left: 0;
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
}
/* h1.main-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
} */
/* .inner_page_banner h1 {
    background: #ffffffba;
    display: inline-block;
    padding: 15px 30px;
} */

[data-toggle="collapse"] i:before {
  content: "\f068";
}

[data-toggle="collapse"].collapsed i:before {
  content: "\f067";
}

#accordion .card-header {
  margin-bottom: 8px;
}
#accordion .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #f89a39;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all .4s ease-in-out;
}
@media only screen and (max-width:450px){
    #accordion .accordion-title
{
	font-size: 13px !important;
}
.bolg_b_tabs
{
    text-align: center;
}
}
#accordion .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(#f58109, #f89a39);
  text-align: center;
  border-right: 1px solid transparent;
}
#accordion .accordion-title:hover {
  padding-left: 60px;
  background: #163286;
  color: #fff;
}
#accordion .accordion-title:hover i {
  border-right: 1px solid #fff;
  background: #163286;
}

#accordion .accordion-body ul {
  list-style: none;
  margin-left: 0;
}
#accordion .accordion-body li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}


.main-content-box ul {
    /*padding-left: 40px;*/
    margin-bottom: 20px;
}

/*.border-1 img {
    border: 1px solid #ececec;
}*/
.visible_cls {
	visibility: visible; 
	animation-name: fadeInUp;
}
.footer-nav {
    color: #cbb; 
    font-size: 18px;
}
.footer-address {
    color: #cbb; 
    font-size: 14px;
    /* padding-left:13%; */
}
.justify-p p {
    text-align: justify;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f89a39;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #f89a39;
}
.error
{
    color: red;
}
/*  For login button  */
 #divlogin
        {
    font-size: 14px;
    position: relative;
    font-weight: 500;
    border: 2px solid #f89a39;
    background: #f89a39;
    color: #ffffff;
    padding: 0px 6px 0px 6px;
    border-radius: 2px;
        }
        #divlogin:hover
        {
            color: #25408f;
            transition: 0.9s;
        }

        .home_video
        {
            height: 470px;
        }
        .footer_logo
        {
           
            display: grid;

            justify-content: start;
        }
        div#menufooter ul li a:hover {
            color: #f89834;
        }

        @media screen and (max-width:1008px)
        {
            .footer_logo
            {
                display: grid;

                justify-content: center;
            }
            #logofooter
            {
            display: grid;
            justify-content: center;
            margin-top: 2%;
             }
             .my_test_box
             {
                 padding:  1rem 0rem  1rem 0rem !important;
             }



        }


        @media screen and (max-width: 982px) {
            .about_us_i_h
            {
                margin-top: 10%;
            }
            .index_about_text
            {
                margin-top: 5%;
            }
          
            .owl-carousel-testimonial .owl-nav
            {
               display: none !important;
            }
            .csr_h h2,.info_graph_banner_h h2
            {
              font-size: 30px !important;
            }
            .csr_h,.tip_h
            {
                margin-top: 10% !important;
            }

            .footer_row
            {
                display: grid;
                grid-template-columns: 100%;
            }
            .footer_bolg
            {
                margin: 15% 0%;
                padding: 0% 0%;
            }
            .footer_bolg ul li
            {
                margin:4% 0% ;
                line-height: 120%;
            }
            .footer-address {
            color: #cbb; 
            font-size: 18px;
            text-align: center;
        }
        .footer-address
        {
            padding-left: 0%;
        }


    }

        @media screen and (max-width: 507px) {
            .dd_logo_section .col-lg-3
            {
             margin-top: 6%;
            }
            .corporate_associations
           {
            margin-top:15% !important;
           }
            .dd_logo_section .row
            {
             margin-top: 0%;
            }
            #scroll-to-top {
                width: 30px;
                height: 30px;
                position: fixed;
                bottom: 10px;
                right: 20px;
                display: none;
                font-size: 14px;
                border-radius: 2px;
                transition: .2s;
                letter-spacing: 1px;
                text-align: center;
                line-height: 30px;
                background: #f89a39;
                color: #ffffff;
                padding: 0;
            }
  

        .test_p
        {
            line-height: 120% !important;
            font-weight: 200 !important;
        }
        .test_h
{
    font-size: 18px !important; 
    font-weight: 400 !important;
}
          /* h1.main-title {
            font-size: 30px !important;
        
        } */
        .home_video
        {
            height: 370px;
        }
        .inner_page_banner_d_d {

            background-image: url("../images/nonprofit-organization-in-bangalore.jpg") !important;
            
        }
        .inner_page_banner_o_s
        {
            background-image: url("../images/corporateand-social-responsibility-bangalore.jpg") !important;
           
        }
        .inner_page_banner_h_i_w
        {
            background-image: url("../images/../images/seo/corporateand-social-responsibility-bangalore.jpg") !important;
           
        }
        .inner_page_banner_csr
        {
            background-image: url("../images/seo/csrconsultants-in-bangalore.jpg") !important;
            
        }
        .inner_page_banner_c_u
         {
           background-image: url("../images/corporatesocial-responsibility-activities.jpg") !important;
           
          }
          .inner_page_banner_a_u
          {
              background-image:url('../images/ngo-inbangalore.jpg') !important;
             
          }
       


    }
        
.contact-us-button {
    background-color: #f89a39;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-us-button:hover {
    background-color: #e58a33;
}

