body {	
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #565872;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
	color: #252e3e;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
	line-height:1.2;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   font-smoothing: antialiased;
   letter-spacing: 0.2px;
}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #252e3e;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
	color: #056b7d ;
	text-decoration: none;
}

a,
button {
	color: #4459a8;
	outline: medium none;
}
button {
	cursor: pointer;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
	color: #fff;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
}
li {
  
}

ul {
    margin: 0;

    padding: 0;
}
li {
 
}
input:focus,
button:focus
{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;
}
hr {
    margin: 30px 0;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #ddd;
    border-top: 0px;
}
label {
	color: #555555;
	font-size: 15px;
	font-weight: 400;
	margin-bottom:10px;
}

a,i, cite, em, var, address, dfn,ol,li,ul{
	font-style:normal;
	font-weight:inherit;
}


::-moz-placeholder {
    color: #555555;
    font-size: 12px;
}
::-webkit-input-placeholder {
    color: #555555;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #555555;
    font-size: 12px;
}
::placeholder {
    color: #555555;
    font-size: 12px;
}
.btn-link {
    color: #252e3e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.btn-link:focus, .btn-link:hover {
    color: #E96e53;
    text-decoration: none;
    background-color: transparent;
}
.btn {
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0px;
}

.btn-primary {
    background-color: #056b7d ;
    font-size: 14px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #FFFFFF;
    border:none;
    padding: 12px 30px;
    border-radius: 0;
}
.btn-primary:hover {
  background-color:#eb2d07;
  color: #FFFFFF;
  border:none;
}
.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color:#f22c05;
  color: #FFFFFF;
  border:none;
}
.btn.btn-primary i {
    margin-left: 6px;
}
.btn-secondary {
  background-color: #12294c;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 0.71;
  padding: 19px 25px;
  border: 1px solid #12294c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFFFFF;
}
.btn-secondary:hover {
  background-color: #0f2649;
  color: #FFF;
  border: 1px solid transparent;
}
.coaching-details-two .details-button-two a i {
    font-style: italic;
}
.details-button-two .btn-primary i {
    padding: 5px;
}
.single-blog-content ul.children{
  padding-bottom:0;
}
.single-blog-content iframe {
  width: 100%;
}
.single-blog-content ul.wp-block-latest-posts{
  padding-left:0;
}
.single-blog-content ul.wp-block-gallery{
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

/*Header Options Two */
.eastend-two-header{
   background:#f6f6f6;    
}
.eastend-two-header .eastend_menu{
  text-align: left;
} 
.eastend-two-header .eastend_menu>ul>li>a{
  padding: 19px 15px;
}

.header-info{
    padding: 0 20px;
}

.header-info {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}
.top-info-side{
  float: right;
  display: table;
}
.top-info-side .header-info:last-child {
    padding-right: 0;
}
.header-info .header-content, .header-info .header-icon{
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: left;
}
.header-info .header-icon .icon{
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.header-info .header-icon .icon i {
    font-size: 26px;
    line-height: 30px;
    color: #1e284a;
}
.top-info-side .header-info .header-content {
    padding-left: 7px;
}
.header-info h4{
  font-size: 17px;
  margin-bottom: 5px;
}
.header-info p{
  font-size: 15px;
  margin-bottom: 5px;
}
.top-info-side a{
  color: #565872
}
.menu-right-call{
  color: #FFFFFF;
  line-height: 61px;
  background:#056b7d ;
  text-align: center; 
}
.menu-right-call i{
  margin-right: 15px;
  color: #FFFFFF;
}

@media (min-width: 1200px)
{
.top-info-side {
    height: 100px;
}
.top-info-side  .header-info:after {
    content: "";
    height: 50px;
    width: 1px;
    background-color: rgba(0,0,0,0.06);
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
}
.top-info-side  .header-info:last-child:after {
    content: "";
    height: 40px;
    width: 1px;
    display: block;
    display: none;
}

}