/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
/* Parent stylesheet should be loaded from functions.php not using @import */
/* Hero Slider Home Page*/
#metaslider_3301{
	padding : 0px;
}
#site-navigation-wrap .dropdown-menu>li>a {
padding: 0 12px !important;
}
/* Home Page Slider start */

#metaslider_3301{
	height:280px;
}
ul.slides{
	height:280px;
}
.metaslider .caption-wrap {
    position: absolute;
    top: 0px;
    background: #2f2e2e52 !important;
    font-size: 42px !important;
	height: fit-content !important;
}
.metaslider .caption {
	text-align:center;
	color: #ffffff;
	background:#00000040;
    font-weight: 600;
}
@media only screen and (max-width:768px){
	.metaslider .caption-wrap {
		font-size:18px !important;
	  	bottom: 0px !important;
	}
	#metaslider_3301{
		height:50vh;
	}
	
}
/* Home Page Slider End */
label {
  font-size: 16px !important;
}
/* Blog Posts Content */
p {
    font-size: 16px;
}

/* Board of Directors Start */
  .bod{
        margin-bottom: 10px;
    }
    .bod-name{
        font-family: "Roboto", Sans-serif;
        font-size: 26px;
        color:#0451a5;
       
    }
    .bod-position{
        font-family: "Roboto", Sans-serif;
        font-size: 18px;
		margin-top: -10px;
        color:#7A7A7A;
        line-height: 22px;
    }
/* Board of Directors End */
/* footer logo */
img.image.wp-image-103.attachment-full.size-full {
    margin-left: -14px !important;
}
.site-footer .widget_nav_menu li{
	border-bottom:none;
}
.widget-title {
    border-color: #38aa3d !important;
}
label {
    font-size: 18px;
}

/* Corporate pdf style start */
  .corporate-data table {
    padding: .75rem;
  }

  table th {
    font-weight: 600;
    font-size:18px;
  }
  table td {
    font-size: 18px;
  }

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

  .corporate-data {
    width: 48%;
    overflow: auto;
    box-shadow: 1px 1px 3px #cfcfcf;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 60px;
    border-radius: 6px;
  }

  .corporate {
    display: flex;
    flex-wrap: wrap;
  }

  .fas {
    color: #2f3895;
  }
.corporate-main-heading h1{
	font-size: 36px;
	background: #2f3895;
	text-align: center;
	padding: 8px 10px;
	color: #ffffff;
	text-transform: uppercase;
}
  .corporate-heading {
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 1.25rem;
    letter-spacing: 0;
    font-size: 30px;
    color: #2f3895;
  }

  @media screen and (max-width:768px) {
    .corporate {
      display: block;
      /* flex-wrap: nowrap; */
    }
	.corporate-main-heading h1{
		font-size: 18px;
		padding: 10px 14px;
	}
    .corporate-data {
      width: 96%;
      box-shadow: 1px 1px 3px #cfcfcf;
      overflow: auto;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      align-items: center;
	  padding: 10px;
    }
	table th {
		font-weight: 600;
		font-size:16px;
	  }
	  table td {
		font-size: 16px;
	  }
  }

/* Corporate pdf style end */

/**** Footer Font Size****/
#footer-widgets .footer-box a {
    font-size: 16px;
}
/* footer menu */
@media screen and (max-width:768px){
span.footer-bottom-menu{
	display: inline-grid;
    margin-top: 10px;
    margin-bottom: 6px;
}
}

/* for top padding every page */
#main #content-wrap{
padding-top:0px;
}
/*  Submenu style */
.navigation .megamenu > li > a.menu-link {
  font-size: 16px !important;
  font-weight: 400 !important;
}


/**************18-07-2025*************/




h1{
  font-size: 70px;
}