/*Contact Form*/
.my-custom-form form a{
	display: none !important;
}


/*Services single page*/
.custom-box-shadow {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.custom-services-bg {
	background: #E6ECEF !important;
}

.border-color-grey-1 {
    border-color: #cfcbcb !important;
}

.nav-tabs li .nav-link{
    background: #1998A9;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #EEE;
}

.nav-tabs li .nav-link:hover {
    background: #ffffff;
}
html body .tabs .nav-tabs .nav-link:hover{
	color: #000;
}

html body .tabs .nav-tabs .nav-link {
	color: #fff;
	font-size: 18px;
}
html body .tabs .nav-tabs .nav-link.active {
	color: #000;
}

.list.list-icons.list-icons-lg li {
    padding-top: 5px;
    padding-left: 35px;
}

/*Page Title*/
.page-header {
    margin: 0;
}
.breadcrumb > li  {
    display: inline-block;
    font-size: 14px;
    text-transform: none;
    text-shadow: none;
}

.breadcrumb > li.active  {
	color: #fff;
	opacity: 0.9;
}
.page-header.page-header-sm h1 {
    font-size: 30px;
    letter-spacing: 0.5px;
	font-weight: 300 !important;
}

@media (max-width: 991px) {
	.breadcrumb > li  {
		font-size: 10px;
	}
	.page-header.page-header-sm h1 {
		font-size: 20px;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------*/

/*Typography*/
.custom-font-slider-1 {
	line-height: 1.3 !important;
	font-size: 45px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	text-transform: none !important;
}
.heading-title  {
	line-height: 1.3 !important;
	font-size: 45px !important;
	font-weight: 300 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	margin-bottom: 20px;
}
.lead-2 {
    font-size: 20px;
}

.md-heading {
	font-size: 20px !important;
	font-weight: 500;
}

body {
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
p {
    color: #000000;
    line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
	
}
h4 {
    margin: 0 0 30px 0;
	color: #1C5F75;
}

.btn-primary {
    color: #1C5F75;
}

.bg-color-dark, .bg-dark {
    background-color: #000000 !important;
}

.custom-btn-1 {
  width: 200px;
  height: 200px;
  line-height: 190px;
  border-radius: 100%;
  white-space: nowrap;
}
.bg-danger {
	background: #FF0000 !important;
}

.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
    top: inherit;
}

@media (max-width: 991px) {
	
	.custom-font-slider-1 {
		line-height: 1.3 !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		letter-spacing: 1px !important;
		text-transform: none !important;
	}
	
	.heading-title  {
		font-size: 24px !important;
		font-weight: 300 !important;
	}
	.lead-2 {
		font-size: 16px;
	}
	.counters.counters-lg label {
		font-size: 20px;
	}

}

/*Typography ends*/

/*Header*/
@media (min-width: 992px)
{
	#header .header-nav-main nav > ul > li > a {
		padding: 0px 1.2rem !important;
		font-size: 18px;
		text-transform: none;
		letter-spacing: 1px;
		font-weight: 600;
	}
	
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #000;
	}
	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li > a {
		color: #ffffff;
	}
	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		font-size: 14px;
		letter-spacing: 0.5px;
		font-weight: 300;
	}
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
		color: #ffffff;
	}
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
		border-bottom-color: #000000;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 13px;
		font-weight: 300;
		letter-spacing: 0.5px;
	}
}


/*Header ends*/

/* Custom Marquee */
.custom-marquee-1 .js-marquee-wrapper,
.custom-marquee-1 .js-marquee,
.custom-marquee-1 .js-marquee > span {
		display: flex;
}

.custom-image-position-1 {
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 250px;
  height: 100%;
}
.border-radius-2 {
    border-radius: 30px !important;
}
.featured-icon.featured-icon-style-2 {
    width: 3em;
    height: 3em;
    line-height: 5em;
}



.custom-light-bg-1 {
	margin-top: -350px;
}


.divider.divider-small hr {
    width: 100px;
}

@media (max-width: 991px)
{
	.custom-light-bg-1 {
		margin-top: -20px;
	}
	
	.divider.divider-small hr {
		width: 50px;
	}
	
	.divider.divider-small.divider-small-lg hr {
		height: 3px;
	}
	
}


#footer {
    background: #00324B;
    font-size: 0.9em;
    margin-top: 0;
    padding: 0;
    position: relative;
    clear: both;
}

#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span {
	color: #c7c7c7;
}

#footer .footer-copyright p {
    color: #999;
    font-size: 16px;
}

@media (max-width: 991px) {
	#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span {
		font-size: 12px;
	}	
	
	#footer .list li {
		line-height: 15px;
	}
}

/*Table Starts*/

 table {
  width: 100%;
  border: 0 none;
color: #000000;
}
table tr th {
  background: #61AC27;
  color: #fff;
  position: sticky;
  top: 0;
}

 table tr:nth-child(even) {
  	background: #eef9e5;
    color: #000000;
}
table,  th,  td {
  border: 1px solid #61AC27;
  border-collapse: collapse;
  padding: 10px 15px 10px 15px;
	
}
.cutom-table-large table,  th,  td {
  padding: 10px !important;
}

@media (max-width: 991px) {
table,  th,  td {
  padding: 10px;
}
}

/*Table Ends*/