/*
Theme Name: SuccessCe.win
Theme URI: http://successce.win
Author: DHALI
Author URI: http://dhali.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dhali
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dhali is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #adadad;
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #adadad;
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	font-size: 14px;
	line-height: 1.42857143;
	vertical-align: middle;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus.
select:focus {
	color: #111;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select {
	padding: 6px 12px;
	height: 34px;
}

textarea {
	padding-left: 12px;
	width: 100%;
} */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #1E5389;
}

a:hover,
a:focus,
a:active {
	color: #1E5389;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* New Landing Page Css*/

/* Generic Css Start */
.new-homepage .heading-style-1 {
    text-align: center;
    font-family: "Lato", serif;
}

.new-homepage .heading-style-1 span {
    display: block;
    color: #1E5389;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-family: "Lato", serif;
}

.new-homepage .heading-style-1 h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 57.6px;
    margin: 0 0 20px 0;
    font-family: "Lato", serif;
color:#000;
}

.new-homepage .heading-style-1 p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #000;
    font-family: "Lato", serif;
    margin: 0;
}

.overflow {
    overflow: hidden;
}

.pb-120 {
    padding-bottom: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.clearfix {
    clear: both;
}

.p-0 {
    padding: 0 !important;
}

.new-homepage .frame {
    width: 100%;
}

.new-homepage .frame img {
    width: 100%;
    display: block;
    height: 100%;
}

.new-homepage .d-block {
    display: block;
}

.new-homepage a.btn-fill {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #fff;
    background: #A0353D;
    padding: 18px 34px;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s ease-out;
    border: 2px solid transparent;
    text-transform: capitalize;
    font-family: "Lato", serif;
}

.new-homepage a.btn-border {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #A0353D;
    background: none;
    padding: 18px 38px;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s ease-out;
    border: 2px solid #A0353D;
    text-transform: capitalize;
    font-family: "Lato", serif;
}

.new-homepage a.btn-fill:hover {
    background: none;
    border: 2px solid #A0353D;
    color: #A0353D;
}

.new-homepage a.btn-border:hover {
    background: none;
    border: 2px solid transparent;
    background: #A0353D;
    color: #fff;
}

/* Generic Css End */

/* Success Section Start */
.new-homepage .success-section .text-box {
    background: #F4F4EF;
    padding: 0 80px 0 70px;
    height: 630px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Lato", serif;
}

.new-homepage .success-section .frame {
    height: 630px;
}

.new-homepage .success-section .frame img {
    object-fit: cover;
}

.new-homepage .success-section .text-box a.btn-fill {
    margin-right: 16px;
}

.new-homepage .success-section .text-box::before {
    content: '';
    background: #F4F4EF;
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 30px;
}

.new-homepage .success-section .text-box h1 {
    margin: 0 0 20px 0;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
    color: #1E5389;
    text-align: left;
    font-family: "Lato", serif;
}

.new-homepage .success-section .text-box p {
    margin: 0 0 35px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-right: 23%;
    font-family: "Lato", serif;
    color:#000;
}
.new-homepage .success-section .text-box ul {
    margin: 0 0 35px 0;
}
.new-homepage .success-section .text-box li {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Lato", serif;
    color:#000;
    text-align: left;
}

/* Success Section End */

/* Success Quote Section Start */
.new-homepage .success-quote-section .text-col {
    padding: 0 14rem;
    font-family: "Lato", serif;
}

/* Success Quote Section End */

/* Course Categories Section Start */
.new-homepage .course-categories-section {
    padding-bottom: 80px;
}

.new-homepage .course-box {
    padding-bottom: 40px;
}

.new-homepage .course-categories-section h2 {
    margin: 0 0 50px 0;
    font-family: "Lato", serif;
}

.new-homepage .course-categories-section .text-box {
    background: #F4F4EF;
    padding: 32px 0;
    text-align: center;
    display: block;
    font-family: "Lato", serif;
}

.new-homepage .course-categories-section .text-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px 0;
    font-family: "Lato", serif;
	color:#000;
}

/* Course Categories Section End */

/* Call Action Section Start */
.new-homepage .call-action {
    float: left;
    width: 100%;
    background: #1E5389;
}

.new-homepage .call-action .text-box {
    position: relative;
    background: #1E5389;
    padding: 0 127px 0 80px;
    height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Lato", serif;
}

.new-homepage .call-action .heading-style-1 {
    text-align: left;
}

.new-homepage .call-action .heading-style-1 span {
    color: #fff;
    font-family: "Lato", serif;
}

.new-homepage .call-action .heading-style-1 h2 {
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    font-family: "Lato", serif;
}

.new-homepage .call-action .heading-style-1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-align: left;
    margin: 0 0 40px 0;
    font-family: "Lato", serif;
}

.new-homepage .call-action .frame {
    height: 670px;
}

.new-homepage .call-action .frame img {
    height: 100%;
    object-fit: cover;
}

.new-homepage .call-action a.btn-fill:hover {
    border-color: #fff;
    color: #fff;
}

.new-homepage .batch-icon {
    position: absolute;
    left: -20%;
    top: 66px;
}

.new-homepage .batch-icon img {
    width: 100%;
}

/* Call Action Section End */

/* Call Action Section 2 Start */
.new-homepage .call-action-section-2 h2 {
    font-size: 45px;
    font-family: "Lato", serif;
}

.new-homepage .call-action-section-2 .heading-style-1 p {
    margin-bottom: 50px;
    font-family: "Lato", serif;
}

.new-homepage .call-action-section-2 .count-col strong {
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 67.2px;
    margin-bottom: 15px;
    font-family: "Lato", serif;
}

.new-homepage .call-action-section-2 .count-col span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    width: 42%;
    margin: 0 auto;
    font-family: "Lato", serif;
color:#000;
}

.new-homepage .txt-color-1 {
    color: #1E5389;
}

.new-homepage .txt-color-2 {
    color: #2FCC71;
}

.new-homepage .txt-color-3 {
    color: #A0353D;
}

/* Call Action Section 2 End */

/* Call Action Style 2 Start */
.new-homepage .call-style-2 {
    background-color: #A0353D;
}

.new-homepage .call-style-2 .text-box {
    background: #A0353D;
    padding: 123px 127px 123px 80px;
    font-family: "Lato", serif;
}

.new-homepage .call-style-2 a.btn-border {
    border-color: #fff;
    color: #fff;
}

.new-homepage .call-style-2 a.btn-border:hover:hover {
    background-color: #fff;
    color: #A0353D;
}

/* Call Action Style 2 End */

/* Testimonials Section Start */
.new-homepage .testimonials-section {
    padding-bottom: 120px;
}

.new-homepage .testimonials-section .round-frame {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.new-homepage .testimonials-section .heading-style-1 h2 {
    margin: 0 0 50px 0;
    font-family: "Lato", serif;
}

.new-homepage .testimonials-section .slick-slider {
    margin: 0;
}

.new-homepage .slide-box {
    border: 2px solid #1E5389;
    padding: 70px 56px;
    text-align: left;
    margin: 0 23px;
    cursor: pointer;
}

.new-homepage .slick-slide .rating {
    width: auto;
    margin-bottom: 30px;
}

.new-homepage .testimonials-section .slide-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #0A1728;
    margin: 0 0 40px 0;
    font-family: "Lato", serif;
}

.new-homepage .testimonials-section .slide-box strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    color: #0A1728;
    padding-bottom: 3px;
    font-family: "Lato", serif;
}

.new-homepage .testimonials-section .slide-box span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Lato", serif;
 color: #0A1728;
}

.new-homepage .testimonials-section .slick-slider {
    position: relative;
}

.new-homepage .testimonials-section .slick-slider::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 100%;
    opacity: 0.6;
    background: #fff;
    z-index: 9;
}

.new-homepage .testimonials-section .slick-slider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 100%;
    opacity: 0.6;
    background: #fff;
    z-index: 9;
}

.new-homepage .testimonials-section .slick-next {
    position: absolute;
    right: 8%;
    background: #1E5389;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    border: 0;
    font-size: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.new-homepage .testimonials-section .slick-next::before {
    content: '>';
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    font-family: "Lato", serif;
    color: #fff;
}

.new-homepage .testimonials-section .slick-prev {
    position: absolute;
    left: 8%;
    background: #1E5389;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    border: 0;
    font-size: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.new-homepage .testimonials-section .slick-prev::before {
    content: '<';
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-family: "Lato", serif;
    font-weight: bold;
    color: #fff;
}

/* Testimonials Section End */

/* Blog Section Start */
.new-homepage .blog-section {
    padding: 88px 0;
    background: #F4F4EF;
}

.new-homepage .blog-section .heading-style-1 h2 {
    margin: 0 0 50px 0;
    font-family: "Lato", serif;
}

.new-homepage .blog-box {
    background: #fff;
    padding: 40px;
}

.new-homepage .blog-box h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin: 0 0 15px 0;
    font-family: "Lato", serif;
color:#000;
}

.new-homepage .blog-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 30px 0;
    font-family: "Lato", serif;
color:#000;
}

/* Blog Section End */
/* New Homepage Header Start */
.success-section {
    padding-top: 155px;
}

.new-hompage-header .container-fluid {
    padding: 0 100px;

}

.new-hompage-header .navbar-brand {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    position: relative;
    top: -4px;
}

.new-hompage-header .navbar {
    background: #fff;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.1);
    padding: 22px 0;
}

.new-hompage-header .navbar-nav>li>a {
    font-family: "Lato", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 41px;
    color: #1F2937;
    padding: 0 5px;
    transition: 0.3s;
}

.new-hompage-header .navbar-toggle {
    background: #A0353D;
}

.new-hompage-header .nav>li>a:hover,
.nav>li>a:focus,
.new-hompage-header .nav .open>a,
.new-hompage-header .nav .open>a:hover,
.new-hompage-header .nav .open>a:focus,
.new-hompage-header .nav>li>a:hover,
.new-hompage-header .nav>li>a:focus {
    background: #A0353D;
    color: #fff;
}


.new-hompage-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.new-hompage-header .navbar-nav>li>a.btn-login {
    border-radius: 36px;
    background: #A0353D;
    padding: 10px 32px;
    font-family: "Lato", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    color: #fff;
    border: 2px solid transparent;
    transition: 0.3s;
    margin-left: 15px;
}

.new-hompage-header .btn-login:hover {
    text-decoration: none;
    background: none;
    border-color: #A0353D;
    color: #A0353D;
}

.new-hompage-header .dropdown-menu {
    padding: 0;
}

.new-hompage-header .dropdown-menu>li>a {
    padding: 8px 10px;
}

.new-hompage-header .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: #A0353D;
    color: #fff;
}
.new-hompage-header .navbar-nav {
    float: right;
}

/* New Homepage Header End */

/* New Home Footer Start */
.new-homepage-footer {
    background: #000;
    padding: 88px 0 0 0;
}

.footer-menu h5 {
    font-family: "Lato", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin: 0 0 30px 0;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: block;
    padding: 0 0 10px 0;
}

.footer-menu ul li a {
    text-decoration: none;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}

.footer-btm-row {
    border-top: 1px solid #E6E7E8;
    margin: 60px 0 0 0;
    padding: 40px 0 40px 0;
}

.footer-btm-row strong.ad {
    color: #fff;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.footer-btm-row strong.btn-call,
.footer-btm-row strong.btn-call a {
    color: #fff;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}

.footer-btm-row strong.btn-call img,
.footer-btm-row strong.ad img {
    margin-right: 12px;
}

.footer-btm-row strong.copyrights {
    color: #fff;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.footer-btm-row strong.copyrights a {
    text-decoration: underline;
    color: #fff;
}

/* New Home Footer End */

