@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800&display=swap');

*{
box-sizing:border-box;	
/*pointer-events: painted;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
	}

.vertical-center{
	align-items: center;
}
body{
margin:0px;
padding:0px;
font-family: 'Work Sans', sans-serif;
	}


.main-background {
	background: #ececec;
	width: 100% !important;
	margin: 0 auto;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1170px !important;
}
header .container {
	background: #fff;
}

.top-header {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	background: #363636;
	padding: 3px 0px;
}

.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.top-header .row {
	font-size: 0px;
}
.top-header .contact_us a {
	float: right;
	display: block;
	background: #2497ff;
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
header .middle-header.container {
	padding: 22px 15px 17px !important;
}

.top-header .contact_us a .call-icon {
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.promo_icon_wrap .text h3 {
	font-size: 15px;
	color: #333333;
}

/*---Header->START*/
.top-header {
	background: #363636;
	padding: 10px 15px;
}
.top-header p {
	margin: 0px;
	font-size: 16px;
	letter-spacing: 0.18px;
	line-height: normal;
	font-weight: normal;
	color: #041130;
	padding: 2px 0px 0px;
	text-align: left;
}
.top-header ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	float: right;
}
.middle-header .flex-div ul {
	padding: 0px;
	margin: 0px;
}
.top-header ul li {
	list-style: none;
}

.middle-header .flex-div ul li {
	list-style: none;
}
.middle-header .flex-div .col-item:nth-child(2) .image {
	text-align: center;
}

.top-header ul li a {
	font-size: 14px;
	letter-spacing: 0.18px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #041130;
	padding: 0px 17px;
	text-decoration: none;
}
.top-header ul li a:hover {
	color: #ec1e2e;
}
.top-header ul li:nth-last-child(1) a {
	padding-right: 0px;
}

.top-header p {
	margin: 0px;
	font-size: 16px;
	letter-spacing: 0.18px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	padding: 2px 0px 0px 0px;
	text-transform: uppercase;
}


.middle-header .flex-div {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 30px;
	align-items: center;
	flex-wrap: wrap;
}

.middle-header .flex-div .col-item:nth-child(2) ul {
	display: flex;
	column-gap: 50px;
}
.middle-header .flex-div .col-item:nth-child(2) ul li {
	list-style: none;
}
.middle-header .flex-div .col-item ul li .image img {
	width: 100%;
}
.banner .image img {
	width: 100%;
}

.navigation {
	width: 100%;
	padding: 0px 0px 0px;
	background: #fff;
	position: relative;
}
.navigation .container {
	max-width: 1140px !important;
}
.navigation::before {
	position: absolute;
	content: "";
	top: -20px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background: url("../images/navigation-shaddow.png") no-repeat scroll center top / 100% 100%;
	height: 15px;
	z-index: -99;
}
.navigation ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.navigation ul li {
	list-style: none;
	text-align: center;
}
.navigation ul li a {
	font-size: 17px;
	color: #333;
	font-weight: 600;
	padding: 14px 0px;
	display: block;
	position: relative;
	transition: 0.5s all ease-in-out;
	z-index: 9;
	letter-spacing: 0.25px;
	background: transparent;
	position: relative;
	text-transform: uppercase;
}


.footer .news-letter .subs_btn a {
	color: #fff;
	background: linear-gradient(to top, #e30000 0%, #940000 100%);
	text-transform: uppercase;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 16px;
}
.footer .news-letter .subs_btn a:hover {
	text-decoration: none;
}
.navigation ul li:nth-child(1) a::before {
display: none;
}
.navigation ul li a:hover::before {
	opacity: 1
}
.navigation ul li a:hover {
	color: #ff9200;
	text-decoration: none;
}
.navigation ul li:nth-last-child(1) {
	max-width: 140px;
	width: 100%;
}
.top.bottom_promotion {
	background: rgba(0,0,0,0.80);
	margin: -45px auto 0px;
	position: relative;
	z-index: 999;
}
/* ----slider_end---- */

.container.promot {
	margin: 0px auto 0px;
}
.container.promot .promo_icon_wrap {
	padding: 20px 0px;
	margin: 0px auto 40px;
	position: relative;
}

.container.promot .promo_icon_wrap::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: -25px;
	background: url("../images/shaddow_img.png") no-repeat scroll center bottom;
	width: 100%;
	height: 23px;
}
.container.promot .promo_icon_wrap::before {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.promo_icon_wrap ul li {
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	flex: auto;
	width: 41%;
	text-align: center;
}





.promo_icon_wrap ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 60px;
}
.promo_icon_wrap ul:nth-child(1) {
	margin-bottom: 0px;
}
.promo_icon_wrap ul li {
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.50px;
}
.promo_icon_wrap ul li {
	flex: auto;
	width: 50% !important;
	padding: 0px 20px;
}
.promo_icon_wrap .text h3 {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	font-weight: bold;
}
.promo_icon_wrap .text p {
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.25px;
	text-transform: initial;
	color: #333333;
}
.promo_icon_wrap ul li .promo_icon {
	padding-bottom: 5px;
}
.promo_icon_wrap ul li:nth-last-child(1) .text p, .promo_icon_wrap ul li:nth-last-child(2) .text p {
    margin-bottom: 0px !important;
}
.promo_icon_wrap {
    margin: 0px auto 40px;
}
.tabs .tab table tr td {
    padding-left: 10px !important;
}
.tabs .tab table tr td p font {
    font-size: 11px;
    letter-spacing: 0.25px;
    line-height: 25px;
}
.tabs .tab table tr td font {
    font-size: 11px;
    letter-spacing: 0.25px;
    line-height: 25px;
}
.tabs .tab table {
    margin-bottom: 15px;
    margin-top: 15px;
}

/*---Header---<<END*/
.container {
	background: url("../images/custom-main-page-bg.png") no-repeat scroll center top / 100%;
	padding: 0px 0px 0px;
	position: relative;
	z-index: 99999;
	clear: both;
}

.main-content {
	width: 100%;
	margin: 50px auto 0px;
	display: table;
}
.main-background .main-content {
	padding: 0px 0px 0px 0px;
	background: url("../images/main-bg.png") no-repeat scroll center top / 100%;
	margin: 0px auto 0px;
	position: relative;
	z-index: 0;
}


.tab.description_content span {
	padding: 0px !important;
}

.content {
	margin: 0 auto;
	width: 100%;
	display: table;
	box-shadow: none;
	padding: 0px;
	float: left;
}

.product.title h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0.25px;
	padding: 8px 0px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 0px 0px 0px 0px;
	text-transform: capitalize;
	background: #222222;
}
.description-box {
	clear: both;
	margin: 0px auto 0px;
}
.description-box .description_content span p {
	margin: 0;
}
.description-box .description_content span, .description-box .description_content span p, .description-box .description_content span p font, .description-box .description_content span > ul > li, .description-box .description_content span > ul > li font {
	color: #333333;
	font-size: 14px !important;
	line-height: 25px;
	letter-spacing: 0px;
}
.description-box .description.title {
	margin: 0;
	text-align: left;
	color: #f00;
	letter-spacing: 0.25px;
	padding: 0px 0px 8px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 0px 0px 0px 0px;
	text-transform: uppercase;
	border-bottom: 0px solid #d8d8d8;
}
.description-box .promot {
	padding-top: 90px;
}

.description_content {
	padding: 20px 0px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.25px;
	border-radius: 0px 0px 10px 10px;
	text-align: left;
	border-top: 0px;
	box-shadow: none;
}
.paypal-img {
	width: 100%;
	margin: 44px auto 0px;
}

.copyright-bg .copyright p {
	margin: 0;
	color: #1e1e1e;
	letter-spacing: 0.50px;
}
.description-box .description.title h1 {
	font-size: 35px;
	color: #585858;
	text-transform: initial;
	font-weight: bold;
	letter-spacing: 0.25px;
	text-align: left;
	line-height: 40px;
}

.description-box .price_box h2 {
	font-size: 50px;
	font-weight: bold;
	color: #585858;
	margin: 20px auto 0px;
}

/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/
.section {
	background: #fff;
}
.section {
	background: #fff;
	padding: 30px;
	margin-top: 30px !important;
}

.gallery-bg {
	border: 0px solid #d2d2d2;
	padding: 0px 0px 0px;
}

#gallery {
	border: 0px solid #dddddd;
	box-sizing: border-box;
	height: auto;
	margin: 30px auto 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	border-top: 0px;
	box-shadow: none;
	border-radius: 0px 0px 10px 10px;
}

#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 100%;
	margin: 15px auto 0px;
}
#gallery #slides div ul {
	display: table;
	height: auto;
	list-style: outside none none;
	margin: 15px auto 0;
	padding: 0;
	width: auto;
}
#gallery #slides div ul li:nth-of-type(1){
	margin-left:0px;
	}
#gallery #slides div ul li {
	margin: 0px 0px 0px 5px;
	float: left;
	margin-bottom: 0px;
	background: #fff;
	font-size: 0px;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 600px;
	margin: 0 auto;
	max-width: 600px;
	vertical-align: middle;
	width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 600px;
	max-width: 600px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	margin: 0px auto 0px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height:590px;
	max-width:590px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: auto;
	border: 0px solid #d8d8d8;
	width: auto;
}
#gallery .thumb {
	background-color: transparent;
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 95px;
	left: 0;
	position: relative;
	right: 0px;
	width: 95px;
	z-index: 2;
	border: 1px solid #d8d8d8;
	margin-bottom: 0;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
	display: none !important;
}
.thumb-wpr {
	position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
	z-index: 1;
}
#gallery #slides input {
	display: none;
}
#gallery #slides input:checked ~ .img-wpr {
	z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
	display: none;
}
#gallery #slides div ul li:only-#gallery {
	left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}
.org-content{
width:100%;
max-width:1140px;
margin:0px auto;
display:table;	
	}
/*------------------------------------------------------------------end hover img-----------------------------------------------------------------*/
.about-img {
	margin: 30px auto;
	text-align: center;
}

.main-background .main-content .content .flex-div > div {
	width: 50%;
}

.main-background .main-content .content .product.title + .flex-div {
	padding: 35px 30px;
	border: 1px solid #ddd;
}

.main-background .main-content .content .flex-div > div.left-side {
	width: 100%;
	max-width: 600px;
	padding: 0px 0px;
	border: 0px solid #c7c7c7;
	border-bottom: 0px solid #c7c7c7;
}
.main-background .main-content .content .flex-div > div.right-side {
	width: 100%;
	margin-left: 0px;
	max-width: 505px;
}
/*-------------------tab-style start----------------------------*/
.tabbox {
	padding: 4px 0px 0px;
	font-size: 20px;
	margin: 30px auto 0px;
	border-radius: 0px 0px 15px 15px;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	background: #91cbff;
}
.tabs label {
	order: 1;
	display: block;
	padding: 0 91.5px;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: center;
	color: #333333;
	box-sizing: border-box;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 35px;
	margin: 0% 0% 0% 0%;
	font-weight: normal;
	height: 35px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	background: #91cbff;
}
.tabs label.border-none{
	border-right: none;
	}

.tabs label a {
	color: #041130;
	text-decoration: none;
	width: 100%;
	display: block;
}
label.nomarginleft {
	margin-left: 75px;
	border-radius: 0px;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 25px;
	margin: 0px 0px 20px;
	text-align: left;
	color: #5e5e5e;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	background: #fff;
	padding: 30px 75px;
	display: none;
	border-radius: 0px 0px 0px 0px;
	border: 0px solid #c7c7c7;
	border-top: 0px;
	box-shadow: none;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;
	margin: 0px 0px 20px;
	text-align: left;
	color: #041130;
}
.tabs .tab table {
	width: 100%;
	border-collapse: collapse;
}
.tabs .tab table tr td {
	font-size: 18px;
	line-height: 55px;
	letter-spacing: 0.25px;
	text-align: left;
	background: #fff;
	border: 1px solid #c7c7c7;
	text-transform: uppercase;
}

.tabs .tab table tr:nth-child(1) td {
	background: #e3e1e1;
	font-weight: bold;
}

.tabs .tab table tr td:nth-child(1) {
    background: #e3e1e1;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}
.tabs .tab table tr td {
    font-size: 18px;
    line-height: 26px;

    padding-left: 20px;
}

.tabs .tab, .tabs .tab p {
	margin: 0;
	text-align: left;
}

.none {
	width: 166.666%;
}
.none_01 {
}
.tabs .tab a {
	color: #821982;
}
.tabs label[for="tabfive"] {
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
	left:0px;
}
.tabs input[type="radio"]:checked + label {
	position: relative;
	z-index: 9;
	border-radius: 0;
	margin-right: 0;
	color: #fff;
}
.tabs input[type="radio"]:checked + label::before {
	position: absolute;
	content: "";
	left: 0px;
	z-index: -999999;
	height: 35px;
	top: 0px;
	background: #2497ff;
	right: 0px;
	width: 100%;
	margin: 0 auto !important;
}
.tabs input[type="radio"]:checked + label.nomarginleft::before {
	left: 0px;
	width: 100%;
}
.tabs label::after {
	content: "";
	position: absolute;
	background: url("../images/tab-border.png") no-repeat scroll center left;
	width: 2px;
	left: 0%;
	top: 0px;
	height: 52px;
	z-index: -1;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.tab h4 {
	font-size: 22px;
	font-weight: 400;
	color: #ff4000;
	margin-bottom: 25px;
}

.flex-div {
	display: flex;
	justify-content: space-between;
	margin: 0px auto 0px;
}

.thank-you {
	clear: both;
	margin: 55px auto 75px;
	display: block;
	float: left;
	line-height: normal;
	text-align: center;
	width: 100%;
}
.thank-you h2 {
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.25px;
	color: #5d5d5d;
	font-weight: bold;
}
/*---FOOTER->START*/

.org-footer {
	float: left;
	left: 0;
	padding: 0px 0px 0px;
	position: relative;
	right: 0;
	top: 100%;
	width: 100%;
	background: #363636;
	margin: 25px auto 0px;
	border-top: 0px solid #ff9200;
}
.copy-right-row p:nth-child(1) {
	text-align: left;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.25px;
}
.org-footer .col-item {
	flex: 1;
}
.org-footer .col-item.col-item3 {
	width: 100%;
	max-width: 265px;
	padding-left: 46px;
}
.org-footer .col-item.col-item3 .subs-btn {
	display: flex;
}

.org-footer .ftr-link ul {
	margin: 0;
	padding: 0px;
}

.org-footer .ftr-link ul li {
	list-style: none;
	text-align: left;
}
.org-footer .ftr-link ul li a {
	text-decoration: none;
	color: #041130;
	font-weight: normal;
	letter-spacing: 0.50px;
	font-size: 13px;
	line-height: 30px;
	position: relative;
	transition: 0.5s all ease-in-out;
	padding-left: 6px;
}
.org-footer .ftr-link ul li a:hover {
	color: #ff9200;
}

.org-footer .ftr-link ul li a::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 0px;
	width: 2px;
	height: 4px;
	background: url("../images/ftr-arrow.png") no-repeat scroll center top;
	transition: 0.5s all ease-in-out;
}

	
.org-footer .ftr-link ul li a:hover::before{
background: url("../images/ftr-arrow.png") no-repeat scroll center bottom;
}
	



.org-footer .col-item.col-item2 .ftr-link {
	display: flex;
}

.org-footer .col-item.col-item2 .ftr-link ul:nth-child(2) {
	padding-left: 40px !important;
}

.org-footer .col-item.col-item1 {
	max-width: 470px;
	margin-right: 0px;
	display: flex;
	align-items: center;
}
.org-footer .col-item.col-item1 .logo {
	display: flex;
	justify-content: center;
}
.org-footer .col-item.col-item2 {
	max-width: 360px;
	width: 100%;
}
.org-footer .col-item.col-item3 .news-text p {
	color: #041130;
	font-weight: normal;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.50px;
	text-align: left;
}
.org-footer .col-item.col-item3 .subs-btn a {
	width: 100%;
	max-width: max-content;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #041130;
	padding: 6.5px 20px 6.5px 45px;
	font-size: 14px;
	position: relative;
	transition: 0.5s all ease-in-out;
	font-weight: bold;
}
.org-footer .foot-row2 .col-item p {
	font-family: 'Nunito Sans', sans-serif !important;
	font-size: 16px !important;
	letter-spacing: 0.25px;
}

.org-footer .col-item.col-item3 .subs-btn a:hover {
	background: #ff9200;
}

.org-footer .col-item.col-item3 .subs-btn a::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 15px;
	left: 19px;
	background: url("../images/mail-icon.png") no-repeat scroll center top;
	transition: 0.5s all ease-in-out;
	top: 10px;
}

.org-footer .col-item.col-item3 .subs-btn a:hover::before{
background: url("../images/mail-icon.png") no-repeat scroll center bottom;
}

.org-footer .col-item.col-item .title {
	max-width: 280px;
	margin: 0px;
	border-bottom: 1px solid #505050;
	margin-bottom: 10px;
}
.org-footer .col-item.col-item3 .news-text {
	width: 100%;
	max-width: 265px;
	margin-bottom: 20px;
}
.content.row1.flex-div {
	margin-bottom: 25px;
}

.org-footer .col-item.col-item2 .ftr-link {
	margin: 0px;
	display: flex;
	width: 100%;
	max-width: 265px;
}
.org-footer .col-item.col-item2 {
	max-width: 360px;
	width: 100%;
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
	padding-left: 45px;
}

.org-footer .content.flex-div {
	justify-content: flex-start;
	padding: 32px 0px 0px;
	display: flex;
	max-width: 1140px;
	margin: 0 auto;
	float: none;
}
.org-footer .col-item .title h2 {
	margin: 0px auto 0px;
	padding: 0px 0px 10px;
	text-transform: uppercase;
	font-size: 20px !important;
	letter-spacing: 0.50px;
	text-align: left;
	color: #041130;
	font-weight: bold;
}
.foot-row2 .col-item {
	max-width: 390px;
	width: 100%;
}

.org-footer .col-item.col-item3 p {
	color: #041130;
	font-weight: normal;
}
.foot-row2 .content .flex > div:nth-child(2) p {
	font-size: 16px;
	text-align: left;
}

.org-footer .foot-row2 .col-item2 p {
	color: #041130;
	font-weight: normal;
	margin: 0px;
}
.org-footer .foot-row2 .col-item.col-item3 h2 {
	margin: 0px;
}

.foot-row2 {
	border-top: 1px solid #505050;
	padding: 15px 0px;
	margin: 25px auto 0px;
	clear: both;
	border-bottom: 1px solid #000;
	display: flex;
}
.foot-row2 .content{
max-width: 1140px;
}
.foot-row2 .col-item {
	padding: 0px !important;
}

.foot-row2 .flex-div.content {
	display: flex;
	justify-content: space-between;
}

.foot-row2 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot-row2 .content .col-item {
	flex: auto;
}

.foot-row2 .content .col-item.col-item3 {
	padding-left: 30px !important;
}
.foot-row2 .content .flex {
	display: flex;
	align-items: ;
}
.foot-row2 .content .col-item.col-item2 .flex {
	justify-content: center;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	align-items: center;
}
.foot-row2 .content .col-item .flex {
	min-height: 71px;
	display: flex;
	align-items: center;
}
.org-footer .row1 .col-item.col-item3 {
	width: 100%;
	max-width: 325px;
	padding-left: 45px;
}
.foot-row2 .content .col-item.col-item3 {
	padding-left: 25px !important;
}
.foot-row2 .content .col-item:nth-child(1) {
	width: 100%;
	max-width: 350px;
}
.copy-right-row p {
	color: #fff;
}
.foot-row2 .content .col-item.col-item2 {
	width: 100%;
	max-width: 420px;
	border: none;
}

.org-footer .col-item.col-item3 {
	width: 100%;
	max-width: 350px;
	padding-left: 30px;
}
.copy-right-row .content.flex-div p .company-name {
	color: #041130;
	text-transform: uppercase;
}
.foot-row2 .content .flex h2 {
	margin: 0px;
}

.foot-row2 .content .flex > div:nth-child(2) {
	margin-left: 15px;
}
.org-footer .col-item.col-item3 div p {
	margin: 0px;
}
.org-footer .foot-row2 .col-item h2 {
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	text-align: left;
	color: #041130;
}
.copy-right-row .content.flex-div {
	padding: 15.4px 15px;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.copy-right-row .content.flex-div p {
	flex: auto;
	font-weight: 600;
}

.copy-right-row p {
	color: #041130;
	margin: 0px;
	font-size: 13px;
	letter-spacing: 0.50px;
}
.copy-right-row .content.flex-div p:nth-child(2) {
	text-align: right;
}
.copy-right-row .col-item p .company-name {
	text-transform: uppercase;
	color: #cbaa75;
	font-weight: bold;
}
.copy-right-row .col-item ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.copy-right-row .col-item ul li {
	list-style: none;
	position: relative;
}
.copy-right-row .col-item ul li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: relative;
	font-size: 13px;
}

.copy-right-row .col-item ul li:nth-child(1) {
	padding-right: 5px;
	margin-right: 5px;
}

.copy-right-row .col-item ul li:nth-child(1)::before {
	position: absolute;
	content: "";
	top: 4px;
	right: -1px;
	width: 1.5px;
	height: 12px;
	background: #fff;
}

/*---Footer->END*/








