/*
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 */


.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;
}