/*
Theme Name: JYI Child Theme
Template: JYI
Description: JYI Theme by GoBigLA.com
Author: GoBigLA.com
Author URI: https://www.GoBigLA.com/
Version: 1.0.0 

*/

/* =Base
-------------------------------------------------------------- */

@import url('fonts/fonts.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	height: 100%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-smoothing: antialiased;
	line-height: 30px;
	text-rendering: optimizeLegibility;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
} 

.custm-font p, 
.custm-font li {
	font-family: 'ProximaNovaRegular', sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 30px;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}  

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
strong{
	font-weight: 600;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 17px;
	height: 200px;
	border: 1px solid #ccc;
}

input[type="submit"] {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	border: 0;
	background-color: #1F1f1f;
	color: #fff !important;
	display: inline-block;
	width: auto !important;
	font-size: 20px !important;
	padding: 10px 30px !important;
	text-shadow: none;
	height: auto !important;
	line-height: inherit !important;
	font-weight: 600;
	text-transform: uppercase;
}
input[type="submit"]:hover {
	background-color: #f6070d;
	color: #1a2f5a !important;
}
#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #1a2f5a;
	padding: 5px 20px !important;
	border: none;
}
#searchform #searchsubmit:hover {
	background-color: #f6070d;
	color: #fff !important;
}
.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}


/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}



/* =Responsive 12 Column Grid
    https://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}
#content-full {
	margin-top: 20px;
}
.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#content-sitemap #widgets {
	margin-top: 0;
}
#content-sitemap a {
	font-size: 15px;
	font-weight: normal;
}
#content-sitemap a:hover {
	color: #000;
	text-decoration: underline;
}
.error404-row {
	text-align: center;
}
#content-search .read-more {
	margin-top: 20px;
}
.search div.status-publish {
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.search-no-results #content-search {
	text-align: center;
}
.title-404 {
	color: #f6070d;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #1a2f5a;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: #000;
	outline: 0;
	text-decoration: none;
}
a.standard-button, 
#content-search 
.read-more a, 
.blue-button, a.readmorebtn {
	display: inline-block;
	background-color: #1C2F5A;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
}

a.standard-button:hover, 
#content-search .read-more a:hover, 
.blue-button:hover,  
a.standard-button:focus, a.readmorebtn:hover {
	color: #fff;
	background-color: #f6070d;
}
::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 0.8; /* Firefox */
  font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #222;
}


/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}


/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
	margin-top: 0;
}

h2 {
	font-size: 32px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
	color: #000;
}

h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #000;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #000;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #000;
}

h6 {
	font-size: 18px;
	line-height: 24px; 
	margin-bottom: 20px;
	margin-top: 0;
}



/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 15px 0;
}


/*********** start slimmenu css ********/

.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #1a2f5a;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #1A2F5A;
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #f6070d;
	color: #fff;
}
.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #1A2F5A;
}
.collapse-button .icon-bar {
	background-color: #f6070d;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}
ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}
ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}
ul.slimmenu > li:last-child {
	margin-right: 0;
}
ul.slimmenu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: capitalize;
	z-index: 9;
	margin: 0;
	padding: 0 15px;
	font-family: inherit;
	font-weight: 700;
}

ul.slimmenu li a:hover {
	background-color: #1a2f5a;
	color: #fff;
}
ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #1A2F5A;
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor a, ul.slimmenu > li.current-menu-ancestor a {
	background-color: transparent;
	color: #000;
	border-bottom: 0;
}

ul.slimmenu li.current-menu-item ul li a, ul.slimmenu li.current-menu-ancestor ul li a {
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor ul li a {
	color: #1a2f5a;
}
ul.slimmenu > li.current-menu-ancestor ul li.current-menu-parent > a {
	background-color: #1a2f5a;
	color: #f6070d;
}
ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0
}
ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99
}
ul.slimmenu li .sub-collapser>i{
    display:none
}
ul.slimmenu ul li .sub-collapser::before{
    content:"\f0da";
    right:20px
}
ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}
ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}
ul.slimmenu li ul li a {
	color: #fff;
	background-color: #f6070d;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}

ul.slimmenu li ul li a:hover{
    background-color: transparent;
    color: #E02F79;
}
ul.slimmenu li ul li a:hover{
    background-color: #00a556;
}
.sub-menu > li.menu-item-has-children:hover::after {
	color:#fff;
}

ul.slimmenu li.current-menu-item ul li a {
	color: #1a2f5a;
	background-color: #f6070d;
}
ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li.current-menu-item ul li a:hover {
	background-color: #1F1f1f;
	color: #fff !important;
}
ul.slimmenu li ul li.current-menu-item ul li a {
	background-color: #1F1f1f;
	color: #fff !important;
}
ul.slimmenu li ul li.current-menu-item a {
    background-color:#00a556;
    color:#FFF
}

ul.slimmenu li ul li.current-menu-item a:hover {
	color: #fff;
}
ul.slimmenu li:last-child ul li{
    right:0
}
ul.slimmenu li > ul {
	left: 0;
	min-width: 19em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}


ul.slimmenu.collapsed li.menu-item-has-children a {
	padding-right: 50px;
	color: #fff;
}
ul.slimmenu.collapsed ul.sub-menu i{
    font-style:normal;
    padding-left:0;
    padding-right:5px;
}
ul.slimmenu li>ul>li ul{
    display:none;
    position:absolute;
     left:100%;
    top:0;
    z-index:999;
    width:100%;
    min-width:12em;
}
ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
ul.slimmenu.collapsed li a {
	background-color: #1a2f5a;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 0;
	right: 5px;
	color: #fff;
	font-size: 15px;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #1a2f5a;
	z-index: 999;
	display: block;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #1a2f5a;
	background-color: #f6070d;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #f6070d;
	color: #1a2f5a;
}
ul.slimmenu.collapsed li .sub-collapser{
    height:40px;
    width:50px;
    z-index:999;
    position:absolute;
    display:inline;
    font-family:FontAwesome;
    color:#FFF;
    line-height:40px;
    font-size:20px;
    text-align:center
}
ul.slimmenu.collapsed li a:hover .sub-collapser,ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after{
    color:#fff
}
ul.slimmenu.collapsed li.current-menu-item li > a {
	background-color: #1a2f5a;
	color: #fff;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding-left: 40px;
}
ul.slimmenu.collapsed li .sub-collapser::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-collapser.expanded::after{
    content:"\f106"
}
ul.slimmenu.collapsed li>ul{
    display:block;
    position:static
}
ul.slimmenu li:hover ul{
    display:block
}
ul.slimmenu.collapsed li a::after,ul.slimmenu.collapsed li a::after:hover{
    content:'';
    display:none
}
ul.slimmenu.collapsed>li>a::before{
    display:none
}
.sub-toggle {
	position: absolute;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}
ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-toggle .icon {
		display: none;
}

ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li.current_page_item.cmenu-catalogues a:hover {
	color: #1a2f5a;
	background-color: #f6070d;
	padding-bottom: 0px;
}
ul.slimmenu li.current-menu-item.cmenu-catalogues a, ul.slimmenu.collapsed li.current_page_item.cmenu-catalogues a {
	background-color: #FEF200;
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, 
ul.slimmenu li.current-menu-item ul li a:hover, 
ul.slimmenu li ul li a:hover, 
ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #1a2f5a;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #f6070d;
	color: #1a2f5a !important;
}
ul.slimmenu li.menu-item-has-children a {
	padding-right: 22px;
}


/*********** End slimmenu css ********/


/* = Global CSS
-------------------------------------------*/

#wrapper {
	border: 0;
	margin: 0 auto;
	padding: 0;
	min-height: 450px;
	overflow: hidden;
	border-radius: 0;
	position: inherit;
}
body.home #wrapper {
	margin: 0;
}
#header {
	margin: 0;
	position: relative;
	background-color: rgba(28,32,79,0.9);
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	padding: 15px 0 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
#header-main {
	background-color: #fff;
}
#container {
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1200px !important;
	width: 100% !important;
}
.page div#content, .post-entry {
	display: block;
}

#page-header{
	float: left;
	width: 100%;
	background-color: #1A2F5A;
}
#page-header h2 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: capitalize;
	margin: 0;
	padding: 13px 0px;
	font-weight: 600;
	float: left;
}
.breadcurmb-row {
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
}
.breadcurmb-row a {
	color: #fff;
}
.breadcurmb-row a:hover {
	color: #9D9E9F;
}
.home #content-full {
	margin: 0 auto;
}
.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}
#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}
#scroll:hover span {
	border-bottom-color: #1F7CC2;
}
.fancy-list, .fancy-list ul {
	list-style: none;
}
.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}
.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}
#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}
.post-edit {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	display: none;
}

/* =Header CSS
-------------------------------------------*/
#logo {
	max-width: 240px;
	padding-top: 5px;
}

.site-nav {
	position: relative;
	float: left;
	width: 100%;
	background: #f6070d;
	border-top: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
}

.header-nav {
	float: left;
	height: 50px;
	line-height: 50px;
}
#search-icon {
	font-weight: normal;
	margin-left: 50px;
	cursor: pointer;
}
#search-icon .fa.fa-search {
	font-weight: normal;
}
#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}


/* =Contact Form CSS
-------------------------------------------*/

.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	color: #000;
	font-size: 17px;
	font-family: inherit !important;
	padding-left: 15px;
	background-color: #F4F5F9;
	border: 1px solid #DEE0E4;
}
.wpcf7 input {
	height: 55px;
	line-height: 55px;
}
.wpcf7 textarea {
	height: 120px;
}

fieldset.full {
	margin-bottom: 15px;
}
fieldset.half {
	width: calc(33% - 23px);
	display: inline-block;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}
fieldset.half.last {
	margin-right: 0;
	float: right;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}
div.wpcf7-response-output {
	margin: 2em 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}
.one-third {
	position: relative;
	float: left;
	width: Calc(100% / 3 - 16px);
	margin-right: 23px;
	margin-bottom: 20px;
}
.one-third.last {
	float: right;
	margin-right: 0;
}
fieldset.full {
	display: block;
	width: 100%;
}
.wpcf7 select, 
.wpcf7 input[type="text"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"]{
	-moz-box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border-radius: 0;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 8px;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	border: 0;
	box-shadow: unset;
	background-color: #F4F5F9;
	border: 1px solid #DEE0E4;
	
	
}
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #ccc;
}
area:focus, input:focus, textarea:focus {
	border: 1px solid #ccc;
}

.full.submit-div {
	text-align: center;
}
.icon-row .half, 
.icon-row .one-third, 
.icon-row .full {
	position: relative;
}
.icon-row .full {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.icon-row .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #454545;
	width: 15px;
	text-align: center;
}

.icon-row input, .icon-row textarea, .icon-row select {
	padding-left: 32px;
}

/* =Footer CSS
-------------------------------------------*/
#footer {
	width: 100%;
	text-align: left;
	background-color: #1C204F;
	color: #fff;
	padding: 40px 0 20px;
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
}
#footer a {
	color: #fff;
	font-weight: normal;
}
#footer a:hover {
	color: #E79C56;
	text-decoration: none;
}

.topwidget {
	float: right;
	margin-top: 15px;
}
#wrapper {
	background-color: #E9EEF2;
}
.topwidget a {
	color: #E79C56;
	font-size: 19px;
	border: 2px solid #E79C56;
	border-radius: 35px;
	padding: 14px 30px;
	display: inline-block;
	font-family: 'ProximaNovaBold';
	line-height: 18px;
}
.topwidget a:hover {
	background-color: #E79C56;
	color: #fff;
}
.ftlogo {
	padding-bottom: 5px;
}
#home-row1 {
	min-height: 760px;
	border-bottom: 5px solid #C0D1E3;
}
.home-row1-txt {
	padding-top: 47%;
}
#home-row1 h2 {
	font-family: 'ProximaNovaExtrabld';
	font-size: 49px;
}
#home-row1 h2 {
	font-family: 'ProximaNovaBlack';
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 10px;
}
#home-row1 h2, #home-row2 h2, #home-row9 h2 {
	color: #1C204F;
}
#home-row1 h3 {
	font-family: ProximaNovaRegular;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}
#home-row1 a, .comn-btn, #home-row9 .contactform .wpcf7-submit, .post-password-form input[type="submit"] {
	background-color: #1C204F;
	color: #fff;
	font-family: 'ProximaNovaRegular';
	padding: 14px 40px;
	font-size: 17px;
	line-height: 17px;
	border-radius: 30px;
	display: inline-block;
}
#home-row1 a:hover, .comn-btn:hover, .comn-btn:active, .comn-btn:focus, #home-row9 .contactform .wpcf7-submit:hover, .post-password-form input[type="submit"]:hover {
	background-color: #E79C56;
	color: #fff;
}
section#home-row2{
	padding-top: 35px;
}
.custm-head1 h2, .home-row5-txt h2 {
	font-family: ProximaNovaExtrabld;
	margin-bottom: 10px;
}
.custm-head1 p, .home-row5-txt h3, .custm-head1 .lgfont {
	margin-top: 0;
	font-family: 'ProximaNovaThin';
	font-size: 28px;
	color: #000;
	line-height: 40px;
	margin-bottom: 0;
	font-weight: 400;
}

#home-row3 .elementor-column.elementor-col-20 .elementor-element {
	background-color: #fff;
	margin: ;
	margin-bottom: 0 !important;
	padding: 10px;
	box-sizing: border-box;
}
#home-row3 .home-row3-txt {
	padding-left: 20px !important;
	padding-bottom: 5px !important;
}
#home-row3 .home-row3-txt h3 {
	font-size: 19px;
	line-height: 24px;
}
span.break{
	display: block;
}
#home-row3 .home-row3-img {
	border-left: 7px solid #2FCE78;
	padding-bottom: 0 !important;
}
.checklist li {
	position: relative;
	list-style: none;
	margin-left: 65px;
}
.checklist li::before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: -25px;
	color: #2FCE78;
	font-family: Fontawesome;
}
#home-row4 .comn-btn {
	margin-top: 15px;
}
#home-row4 .custm-head1 {
	margin-bottom: 0;
}
#home-row4 .elementor-element-211bd57 .elementor-widget-wrap.elementor-element-populated {
	padding-left: 0;
}
#home-row4 .elementor-element-18a6858 .elementor-widget-wrap.elementor-element-populated {
	padding-right: 0;
}
#home-row5 .elementor-col-100 {
	background: #fff;
	padding: 15px;
}
.home-row5-txt h3 {
	position: relative;
	margin-bottom: 20px;
}
.home-row5-txt h3::before {
	content: "";
	bottom: -6px;
	left: 0;
	width: 136px;
	height: 3px;
	position: absolute;
	background: #000;
}
#home-row4 h3 {
	margin-bottom: 0;
}
#home-row4 .custm-font p {
	margin-top: 0;
}
#home-row9 .contactform .wpcf7-submit, .post-password-form input[type="submit"] {
	font-family: 'ProximaNovaRegular' !important;
	padding: 14px 40px !important;
	font-size: 17px !important;
	line-height: 17px !important;
	text-transform: capitalize;
	font-weight: 400;
	box-shadow: none;
	border: 0;
}
.post-password-form input[type="submit"] {
	border-radius: 5px;
	padding: 12px 40px !important;
}
p:empty {
	display: none;
}
#home-row6 h2, #home-row9 .elementor-widget-text-editor {
	margin-bottom: 0;
}
.page-template.page-template-elementor_header_footer.page {
	margin-top: 104px;
}
.home.page-template.page-template-elementor_header_footer.page {
	margin-top: 0;
}
.post-password-form {
	text-align: center;
}
.post-password-form label {
	color: #000;
}
/*********** Start Responsive ***********/


@media screen and (max-width: 1024px){
	#home-row3 .home-row3-txt h3 {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 980px){
	#logo {
		float: left;
	}
	#home-row1 {
		min-height: auto;
	}
	#home-row1 a {
		margin-bottom: 30px;
	}
	#home-row3 .elementor-column.elementor-col-20 .elementor-element {
		min-height: 95px;
	}
}
@media screen and (max-width: 960px){
	
}
@media screen and (max-width: 800px){
	#home-row1 h2 {
		font-size: 35px;
		line-height: 35px;
	}
	#home-row1 h3, .custm-head1 p, .home-row5-txt h3 {
		font-size: 25px;
		line-height: 27px;
	}
	#home-row3 .home-row3-txt h3 {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.one-third {
		width: 100%;
		margin-right: 0;
	}
	table.shop_table {
		font-size: 14px;
	}
	.one-third.last {
		margin-bottom: 17px;
	}

}

@media screen and (max-width: 767px){
	#home-row3 .elementor-column.elementor-col-20 .elementor-element {
		min-height: auto;
		width: auto;
	}
	#home-row3 .elementor-widget-wrap.elementor-element-populated {
		background: #fff;
		padding: 0;
		margin: 10px;
	}
	.home-row1-txt {
		margin-top: 47%;
		background: rgba(255,255,255,0.5);
		padding: 15px;
		width: 63% !important;
	}
	#home-row1 a {
		margin-bottom: 0;
	}
	#home-row4 .elementor-element-18a6858 .elementor-widget-wrap.elementor-element-populated {
		padding-right: 10px;
	}
	#home-row4 .elementor-element-211bd57 .elementor-widget-wrap.elementor-element-populated {
		padding-left: 10px;
	}
	#home-row3 .home-row3-txt h3 {
		font-size: 23px;
		line-height: 27px;
		margin-top: 17px;
	}
	#home-row3 .home-row3-txt h3 .break {
		display: initial;
	}
}

@media screen and (max-width: 736px){
	
}

@media screen and (max-width: 684px){
	.home-row1-txt {
		width: 70% !important;
	}
}

@media screen and (max-width: 650px){

}
	
@media screen and (max-width: 600px){
	#home-row3 .home-row3-txt h3 {
		font-size: 20px;
		line-height: 20px;
	}
	h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.home-row5-txt h3::before {
		bottom: -12px;
	}
}

@media screen and (max-width: 533px){


}

@media screen and (max-width: 480px){
	
	img.alignright {
		float: none;
		display: block;
		margin: auto;
	}
	#logo {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	.topwidget {
		float: none;
		text-align: center;
	}
	#header {
		position: initial;
	}
	.home-row1-txt {
		width: 90% !important;
		text-align: center;
		margin: 45% auto 0;
	}
	#home-row3 .home-row3-txt h3 {
		font-size: 20px;
		line-height: 20px;
		text-align: center;
	}
	#home-row3 .elementor-column.elementor-col-20 .elementor-element {
		min-height: auto;
		width: 100%;
		text-align: center;
	}
	#main-footer-bottom {
		text-align: center;
	}
	.checklist li {
		margin-left: 30px;
	}
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	#home-row1 h3, .custm-head1 p, .home-row5-txt h3 {
		font-size: 21px;
		line-height: 21px;
	}
	#home-row1 h2 {
		font-size: 25px;
		line-height: 28px;
	}
}


@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){
		
}