.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}
.grey_Nbox.testimonial_grey_Nbox{
	padding: 0;
}
.grey_Nbox{
	background-color: #f5f5f5;
    padding: 70px 0;
    margin-bottom: 25px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block !important;
    padding-left: 0;
}
.New_liststyle li{
	list-style-type:disc;
	margin-left:30px;
	margin-top:12px;
}

/************---LOGO CSS STARTS---*************/
#logo {
    position: relative;
    float: left;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px;
	margin-top:0px;
}

#logo img {
    display: block;
    max-width: 100%;
}
#logo a.standard-logo {
    display: block;
}
#logo a.retina-logo {
    display: none;
}
/************---LOGO CSS ENDS---*************/

/************---NAV MENU CSS STARTS---*************/
#primary-menu { float: right; }

#primary-menu ul.mobile-primary-menu { display: none; }

#header.full-header #primary-menu > ul {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#primary-menu ul {
	list-style: none;
	margin: 0;
}

#primary-menu > ul { float: left; }

#primary-menu ul li { position: relative; }

#primary-menu ul li.mega-menu { position: inherit; }

#primary-menu ul > li {
	float: left;
	margin-left: 2px;
}

#primary-menu > ul > li:first-child { margin-left: 0; }

#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 39px 15px;
	color: #444;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

#primary-menu ul li > a span { display: none; }

#primary-menu ul li > a i {
	position: relative;
	top: -1px;
	font-size: 14px;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}

#primary-menu ul li > a i.icon-angle-down:last-child {
	font-size: 12px;
	margin: 0 0 0 5px;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #1ABC9C; }

#primary-menu > ul > li.sub-menu > a > div { }

body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #1ABC9C;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}

#primary-menu ul li .mega-menu-content {
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#primary-menu.on-click ul li .mega-menu-content { display: none; }

#primary-menu.on-click ul li .mega-menu-content.d-block {
	display: -ms-flex !important;
	display: flex !important;
}

#primary-menu ul ul:not(.mega-menu-column) ul {
	top: -2px !important;
	left: 218px;
}

#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
	left: auto;
	right: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; }

#primary-menu ul ul li {
	float: none;
	margin: 0;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul li > a {
	font-size: 12px;
	font-weight: 700;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#primary-menu ul ul li > a i { vertical-align: middle; }

#primary-menu ul ul li:hover > a {
	background-color: #F9F9F9;
	padding-left: 18px;
	color: #1ABC9C;
}

/*#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("images/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}*/

/* Primary Menu - Style 4
-----------------------------------------------------------------*/
#primary-menu.style-4 > ul > li > a {
	margin: 10px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:8px;
	padding-right:8px;
	border-radius: 2px;
	border: 1px solid transparent;
}

#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a { border-color: #1ABC9C; }
/************---NAV MENU CSS ENDS---*************/

/* ----------------------------------------------------------------
	Top Search Starts
-----------------------------------------------------------------*/
#top-search,
#top-cart,
#side-panel-trigger,
#top-account {
	float: right;
	margin: 13px 0 16px 15px;
}

#top-cart { position: relative; }

#top-search a,
#top-cart > a,
#side-panel-trigger a {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	color: #333;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#top-search a { z-index: 11; }

#top-search a i {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-window-close1 { opacity: 0; }

body.top-search-open #top-search a i.icon-window-close1 {
	opacity: 1;
	z-index: 11;
	font-size: 16px;
}

#top-cart > a:hover { color: #1ABC9C; }

#top-search form {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	padding: 0 15px;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background-color:#FFF;
}

body.top-search-open #top-search form {
	opacity: 1;
	z-index: 10;
}

#top-search form input {
	box-shadow: none !important;
	pointer-events: none;
	border-radius: 0;
	border: 0;
	outline: 0 !important;
	font-size: 32px;
	padding: 10px 80px 10px 0;
	height: 100%;
	background-color: transparent;
	color: #333;
	font-weight: 700;
	margin-top: 0 !important;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
}

body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input { padding-left: 40px; }

body:not(.device-md):not(.device-sm):not(.device-xs) .container-fullwidth #top-search form input { padding-left: 60px; }

body.top-search-open #top-search form input { pointer-events: auto; }

body:not(.device-md):not(.device-sm):not(.device-xs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); }

#top-search form input::-moz-placeholder {
	color: #555;
	opacity: 1;
	text-transform: uppercase;
}
#top-search form input:-ms-input-placeholder {
	color: #555;
	text-transform: uppercase;
}
#top-search form input::-webkit-input-placeholder {
	color: #555;
	text-transform: uppercase;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input { border: none !important; }

/* ----------------------------------------------------------------
	Top Search Ends
-----------------------------------------------------------------*/

/************---HEADER MENU BACKGROUND CSS STARTS---*************/
#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
}
#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/************---HEADER MENU BACKGROUND CSS ENDS---*************/

/************---FOOTER STYLES CSS STARTS---*************/
#footer.dark,
.dark #footer {
    background-color: #333;
    color: #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
}
.dark p{
	font-size:13px;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
}
.dark a{
	font-size:13px;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
}
.dark .widget h4 {
    color: #fff;
	padding-bottom:12px;
}
.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #eee;
}
.dark #copyrights {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.25);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#copyrights a {
    color: #de0010;
}
#copyrights a:hover {
    color: #fff;
}
.dark .widget_links li a {
    color: #ccc;
    /*background-image: url(/source/images/icons/widget-link-dark.png);*/
}
.dark .widget_links li a:hover {
    color: #aaa;
}
/************---FOOTER STYLES CSS ENDS---*************/

/************---FOOTER SOCIAL ICONS CSS STARTS---*************/
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #aaa;
    border-radius: 3px;
    overflow: hidden;
}

.si-colored {
    border-color: transparent !important;
}
.si-colored i {
    color: #fff;
}
.social-icon i {
    display: block;
    position: relative;
}
body:not(.device-touch) .social-icon i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon:hover i:first-child {
    margin-top: -38px;
}
.si-facebook:hover,
.si-colored.si-facebook {
    background-color: #3b5998 !important;
}
.si-twitter:hover,
.si-colored.si-twitter {
    background-color: #00acee !important;
}
.si-youtube:hover,
.si-colored.si-youtube {
    background-color: #c4302b !important;
}
.si-vimeo:hover,
.si-colored.si-vimeo {
    background-color: #86c9ef !important;
}
.si-pinterest:hover,
.si-colored.si-pinterest {
    background-color: #c8232c !important;
}
.si-instagram:hover,
.si-colored.si-instagram {
    background-color: #c556c2 !important;
}
.si-skyblue:hover,
.si-colored.si-skyblue {
    background-color: #7cbaf0 !important;
}
.si-text-color:hover {
    color: #fff;
}
/************---FOOTER SOCIAL ICONS CSS ENDS---*************/

/************---GO TO TOP CSS STARTS---*************/
#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}
body:not(.device-touch) #gotoTop {
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
}
.stretched #gotoTop {
    bottom: 105px;
}
#gotoTop:hover {
    background-color: #7825ff;
}
/************---GO TO TOP CSS ENDS---*************/

/************---FOOTER CSS STARTS---*************/
#copyrights {
    padding: 40px 0;
    background-color: #ddd;
    font-size: 14px;
    line-height: 1.8;
}
.widget_links ul {
    list-style: none;
    margin: 0;
}
.widget_links li {
    padding: 4px;
}
.widget_links li a {
    display: inline-block;
    padding: 0 3px 0 12px;
    /*background: url(images/icons/widget-link.png) left top no-repeat;*/
    border: none !important;
    color: #444;
    font-size: 13px;
}
.widget_links li a:hover {
    color: #000;
}
.widget_links > ul > li:first-child {
    border-top: 0 !important;
}
.widget_links > ul {
    margin-top: -4px !important;
}
.widget_links ul ul {
    margin-left: 15px;
}
.footer-menu li {
    border-bottom: 1px solid #4a4a4a;
}
.footer_googlebtn{
	background-color: #7cbaf0;
    padding: 9px;
    border-radius: 6px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.footer_googlebtn:hover{
	background-color:#FFF;
	color:#000;
}
/************---FOOTER CSS ENDS---*************/

/************---PAGE LOADING SPINNER CSS STARTS---*************/

.spinner {
    width: 70px;
    text-align: center;
    position: absolute;
    left: 45%;
    top: 45%;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #f9661f;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
#overlay_spinner {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    cursor: pointer;
}
#overlay_text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 31%;
    font-weight: 700;
    font-size: 1.8em;
    color: #000;
}
/************---PAGE LOADING SPINNER CSS ENDS---*************/

/************---EXTRA RESPONSIVE CSS STARTS---*************/
@media (min-width: 280px) {
	
.banner{
	width:100%;
	float:left;
	text-align:center;
	background-image:url(/style?&source=images/slider1-mobile.webp);
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:30px;
	padding-bottom:30px;
	background-position: center center;

}

.banner h1{
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-size:13px;
	font-weight:100;
	padding-top:155px;
}

.banner h2{
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-size:22px;
	font-weight:900;
	line-height:28px;
}
.banner_btn{
	margin-top:24px;
	font-family: 'Lato', sans-serif;
}
.banner_btn a{
	font-size: 13px;
    color: #FFF;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 6px;
}
.banner_btn a:hover{
	background-color:#FFF;
	color:#000;
}
}

@media (min-width: 768px) {
	
.banner{
	width:100%;
	float:left;
	text-align:inherit;
	background-image:url(/style?&source=images/slider1.webp);
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:30px;
	padding-bottom:30px;
}

.banner h1{
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-size:13px;
	font-weight:100;
	padding:0px;
}

.banner h2{
	font-family: 'Lato', sans-serif;
	letter-spacing: -2px;
	color:#FFF;
	font-size:22px;
	font-weight:900;
	line-height:28px;
}
.banner_btn{
	float:left;
	margin-top:24px;
	font-family: 'Lato', sans-serif;
}
.banner_btn a{
	font-size: 13px;
    color: #FFF;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 6px;
}
.banner_btn a:hover{
	background-color:#FFF;
	color:#000;
}
}
@media (min-width: 992px) {

.banner{
	width:100%;
	float:left;
	text-align:inherit;
	background-image:url(/style?&source=images/slider1.webp);
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:125px;
	padding-bottom:125px;
}

.banner h1{
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-size:13px;
	font-weight:100;
	padding:0px;
}

.banner h2{
	font-family: 'Lato', sans-serif;
	letter-spacing: -2px;
	color:#FFF;
	/*font-size:22px;*/
	font-weight:900;
	line-height:70px;
}
.banner_btn{
	float:left;
	margin-top:24px;
	font-family: 'Lato', sans-serif;
}
.banner_btn a{
	font-size: 13px;
    color: #FFF;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 6px;
}
.banner_btn a:hover{
	background-color:#FFF;
	color:#000;
}
}

@media (min-width: 1201px) {
	.banner h2{
		font-size: 2.5vw;
	}
}
@media (max-width: 1200px) and (min-width:991px) {
	.banner h2{
		font-size: 30px;
	}
}
@media (max-width: 992px) and (min-width:769px) {
	.banner h2{
		font-size: 26px;
	}
}

@media (min-width: 1200px) {

.banner{
	width:100%;
	float:left;
	text-align:inherit;
	background-image:url(/style?&source=images/slider1.webp);
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:125px;
	padding-bottom:125px;
}

.banner h1{
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-size:28px;
	font-weight:100;
	padding:0px;
}

.banner h2{
	font-family: 'Lato', sans-serif;
	letter-spacing: -2px;
	color:#FFF;
	/*font-size:30px;*/
	font-weight:900;
	line-height:70px;
}
.banner_btn{
	float:left;
	margin-top:24px;
	font-family: 'Lato', sans-serif;
}
.banner_btn a{
	font-size: 15px;
    color: #FFF;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 6px;
}
.banner_btn a:hover{
	background-color:#FFF;
	color:#000;
}
}
/************---EXTRA RESPONSIVE CSS ENDS---*************/