﻿/*
Theme Name: Paul Downs Theme
Description: Paul Downs Theme by Prager Microsystems, Inc.
Version: 1.0.0
Author: Prager Microsystems, Inc.
Author URI: https://www.pragermicrosystems.com/
*/

@import "/css/881727c1fd3e14c700d79838c19f65b0/stylesheet.css";

html {
	scroll-behavior: smooth;
}

body {
	color:#444;
	font-size:16px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Myriad Pro';
	word-wrap: break-word;
	overflow-x: hidden;
	font-style: normal;
	font-stretch: normal;
	margin: 0;
}
::selection {
    background: #34486e;
    color: #fff;
    text-shadow: none;
}
h1 {
	font-size: 50px;
	line-height: 57px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-size:36px;
	line-height:37px;
	margin: 20px 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Myriad Pro' !important;
}
h3, .h3 {
	font-size: 26px;
	line-height: 32px;
	color: #34486E;
}

h4, .h4 {
	color:#444;
	font-size:22px;
	line-height:28px;
	font-style: italic;
	font-weight: 400 !important;
	margin-top: 0;
}

h5{
	font-size: 20px;
	line-height: 24px;
}
h6{
	font-size: 18px;
	line-height: 22px;	
}

p {
	margin: 0 0 15px;
}
a{
	color: #34486E;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
	text-decoration: none;
}
a:hover {
	color: #647ca9;
} 
.home .vc_column-inner {
	padding-top: 0 !important;
}
.skip-container {
	padding: 0;
}
.container{
	margin: 0 auto;
	max-width: 1300px;
	width:100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #fff;
	border: 0px solid #e5e5e5;
	border-radius: 0px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	min-height: 500px;
	z-index: 0;
}  

body.home #wrapper {
	margin: 0 auto;
}

#header {
	margin: 0;
	/* box-shadow: 0 5px 9px rgba(0,0,0,.4); */
	/* -moz-box-shadow: 0 5px 9px rgba(0,0,0,.4); */
	/* -webkit-box-shadow: 0 5px 9px rgba(0,0,0,.4); */
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99999999;
	background-color: #fff;
}

#footer {
	clear: both;
	margin: 0;
	max-width: 100%;
	padding: 10px 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #000;
	border-top: 0;
}

#footer, #footer a {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#footer a:hover {
	color: #A91B15;
}

#footer-wrapper {
	max-width: 1200px;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

.home #content-full{
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-full {
	margin-top: 0px;
	margin-bottom: 20px;
}
#content-search {
	margin-bottom: 40px;
	margin-top: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 15px;
	color: #000;
	padding-bottom: 5px;
	display: inline-block;
}
#content-sitemap a:hover {
	color: #B80003;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: inherit;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post-data {
	clear: both;
	font-size: inherit;
	font-weight: inherit;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #7E7E7E;
	font-size: inherit;
	margin-bottom: 15px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: inherit;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 10 0px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
	margin-bottom: 20px;
	width: 31%;
	display: inline-block;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#widgets li {
	margin: 0px;
	font-size: 14px;
	line-height: 17px;
}

#widgets ul li a {
	color: #333;
	background: transparent;
	padding: 5px 15px 5px 30px;
	line-height: 35px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: inherit;
}
#widgets ul .current_page_item a {
	color: #fff;
	background: #34486E;
}
#widgets ul li a:hover {
	color: #fff;
	background: #34486E;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 15px 15px 0 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, .h3 a, h4 a, h5 a, h6 a {
	font-weight: bold;
	word-wrap: break-word;
	font-family: inherit;
	text-decoration: none !important;
}

select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 0;
	border-radius: 0px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 15px !important;
	vertical-align: middle;
	max-width: 100%;
	height: 42px;
	line-height: 37px;
	font-weight: normal;
	font-family: inherit;
	font-size: 16px !important;
}
.menu {
	background-color: transparent;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	clear: both;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
	margin: 0 auto;
}
.menu li {
	padding: 0;
	width: 100%;
}
.menu a {
	border-left: 0;
	color: #ffffff;
	font-size: 19px;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-shadow: none;
	display: contents;
	font-weight:normal;
}
ul.menu > li:hover {
	background-color: transparent;
	color: inherit;
}
.menu a:hover {
	background:none;
	background-image:none;
	text-decoration:underline;
	color:#FFB60F;
}

/******* Grid Layout *******************/

.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 {
	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%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/*********** 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:50px;
    line-height:45px;
    position:relative;
    width:45px;
    padding:0;
    float:right;
    margin-top: 0;
}
.collapse-button {
	background-color: #34486E;
	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: 3px;
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #A91B15;
	color: #fff;
}
.collapse-button:hover .icon-bar,.collapse-button:focus .icon-bar{
    background-color:#fff
}
.collapse-button .icon-bar{
    background-color:#FFF;
    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%;
	margin: 0;
	padding: 0;
	margin-top: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 	
}
#header_section.sticky ul#menu-header-menu {
	margin-top: 8px;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
ul.slimmenu.collapsed, ul.topmenu.collapsed {
	position: fixed;
	left: 0;
	z-index: 9999;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: #34486E;
	margin-top: 0;
	padding-top: 50px;
	overflow-y: scroll;
	transition: none;
}

ul.slimmenu > li {
	border: 0 none;
	display: inline-block;
	margin: 0;
	position: relative;
	margin-right: 0;
	text-transform: uppercase;
	padding: 0;
}

ul.slimmenu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	z-index: 9;
	padding: 0 12px;
	text-transform: uppercase;
	background-color: transparent;
	font-family: 'Myriad Pro';
}
  
ul.slimmenu li a:hover::before, ul.slimmenu li.current-menu-item a::before, ul.slimmenu li.current-menu-ancestor a::before {
	bottom: 0px;
}
ul.slimmenu li.current-menu-item > a, ul.slimmenu li.current-menu-item::after,
ul.slimmenu li.current-menu-ancestor > a, ul.slimmenu li.current-menu-ancestor::after{
    color:#235BA8; 
}

ul.slimmenu li > a:hover, ul.slimmenu li.current-menu-item > a, ul.slimmenu li.current-menu-ancestor > a {
	color: #647ca9;
	background-color: transparent;
}
ul.slimmenu li ul li > a:hover, ul.slimmenu li ul li.current-menu-item > a, ul.slimmenu li ul li.current-menu-ancestor > a {
	background: #34486E;
	color: #fff;
}
ul.slimmenu li ul li.menu-item-has-children:hover::after {
    color:#FFF;
}
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 {
	background-color: #fff;
	right: 0;
	width: 100%;
}
ul.slimmenu li ul li a {
	background-color: #f9f9f9;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 25px;
	text-align: left;
	margin: 0 auto;
	font-size: 15px;
	text-transform: uppercase;
	color: #34486E;
	font-weight: 400;
	position: relative;
}
ul.slimmenu li ul li a:hover::before {
	position: absolute;
	width: 4px;
	height: 40px;
	content: "";
	top: 0;
	left: 0;
	color: #fff;
	background: #31405e;
	display:none;
}
ul.slimmenu li ul li a:hover {
	background: #34486E;
	color: #fff;
}
ul.slimmenu li ul li a::after,ul.slimmenu li ul li a:hover::after{
    display:none;
    content:''
}

ul.slimmenu li.menu-item-has-children {
	margin-right: 0;
}
ul.slimmenu li > ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	min-width: 17em;
	position: absolute;
	right: auto;
	top: 50px;
	width: 100%;
	z-index: 9999;
	padding: 0;
	left: 0;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.5);
}
ul.slimmenu.collapsed li > ul{
	-webkit-animation: none;
    -webkit-animation-delay: 0;
    animation: none;
    animation-delay: 0;
}
@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

ul.slimmenu.collapsed li.menu-item-has-children a{
    padding-right:50px
}
ul.slimmenu.collapsed ul.sub-menu i{
    font-style:normal;
    padding-left:10px;
    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;
	padding: 0;
	
}
ul.slimmenu.collapsed li a {
	background-color: #f9f9f9;
	color: #34486E;
	height: 45px;
	line-height: 45px;
	text-align: left;
	margin: 0 auto;
	border-left: 4px solid #f9f9f9;
}
.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 9px;
	right: 0px;
	color: #fff;
	font-size: 15px;
	display: none;
}
.sub-menu .menu-item-has-children::after {
	position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    top: 12px;
    right: 7px;
    color: #09ADB6;
	z-index:999;
	display:none;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff !important;
	border-left: 0;
	background-color: #34486E;
	border-left: 4px solid #31405e;
}
ul.slimmenu.collapsed li ul li a:hover {
	padding-left: 20px;
}
ul.slimmenu.collapsed li a:hover::before, 
ul.slimmenu.collapsed li ul li a:hover::before {
	display: none;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #34486E;
	color: #fff !important;
	border-left: 0;
}
ul.slimmenu.collapsed li ul li > a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > a, ul.slimmenu.collapsed li ul li.current-menu-ancestor > a {
	background: #34486E;
	color: #fff;
	border-left: 4px solid #34486E;
}
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 {
	color: #34486E;
}
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;
	border: 0;
}
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 li .sub-toggle::after {
	color: #000;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	text-align: center;
	line-height: 40px;
	top: 4px !important;
	display: block;
	position: absolute;
	right: 20px;
	display: inline-block;
}

ul.slimmenu li .sub-toggle::after{
    content: "\f105";
}
ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #34486E;
	font-family: fontawesome;
	opacity: 1;
	font-size: 25px;
	z-index: 99999;
	width: 50px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	top: 0 !important;
	margin: auto;
	display: block;
	right: 0;
}
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: -10px;
	top: 0;
	z-index: 999;
	display: none;
}
ul.slimmenu.collapsed 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.collapsed li a {
	line-height: 45px;
	padding: 0 12px;
	padding-left: 20px;
}
ul.slimmenu.collapsed li ul li a {
	font-size: 13px;
	text-transform: unset;
}
/*********** End slimmenu css ********/

/* Standard Elements */

.vc_column-inner {
	padding-top: 0 !important;
}
#logo {
	display: inline-block;
}
#logo img {
	/* max-width: 300px; */
	height: auto;
	padding-top: 0;
}
.top-header-right {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 999;
}
rs-dotted.twoxtwo {
	background-image: none !important;
	background-color: rgba(0,85,165,0.6);
}

ol li {
	line-height: 30px;
}
ul, ol {
	padding-left: 15px;
}

.fancylist ul {
	list-style: none;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 10px !important;
}
.fancylist ul li ul{
	margin-bottom: 0px !important;
}
.fancylist ul li {
	padding-left: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-style: italic;
	position: relative;
}
.fancylist ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.fancylist ul li::before {
	content: '\f138';
	font-family: fontawesome;
	position: absolute;
	left: 0;
	color: #34486E;
	font-style: normal;
}
.fancylist ul li a{
	padding-bottom: 0 !important;
}
.fancylist ul li ul {
	padding-top: 8px;
}

/**** Custom css ***/

#footer-top {
	background-color: #313131;
	padding: 0 0 25px;
	clear: both;
}
#header-top {
	background-color: #eee;
	border: beige;
	padding: 6px;
	text-align: center;
}
#header-top h3, #header-top .h3 {
	margin-top: 0;
	margin-bottom: 0;
}
#footer h3, #footer .h3 {
	color: #fff;
}
.help-guide h3, .help-guide .h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 34px;
    color: #34486e;
}
.help-guide h4, .help-guide .h4 {
    text-transform: capitalize;
    font-size: 26px;
    line-height: inherit;
    color: #333;
    margin-bottom: 20px;
}


.header-right {
	float: right;
	text-align: right;
	font-family: 'Myriad Pro';
	margin-top: 4px;
}
.header-right-top-txt a {
	color: #444;
    font-size: 16px;
}
.header-right a:hover {
	color: #647ca9;
}
.header-right-botm-txt a {
	font-size: 32px;
	color: #34486E;
	font-family: 'Myriad Pro';
	font-weight: 600;
}
ul.slimmenu .menu-item-58 a {
	background: #A91B15;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
ul.slimmenu .menu-item-58 a:hover {
	background: #34486E;
	color: #fff;
}
#home-row-one h1 {
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: 0;
	font-family: inherit !important;
}
#home-row-one h4 {
	font-family: 'Georgia';
	font-style: italic;
	color: #fff;
	font-weight: 400;
	margin-top: 0;
	font-size: 30px;
	line-height: 30px;
}
#home-row-one {
	padding: 175px 0 50px;
	border-bottom: 4px solid #a91b15;
	position: relative;
}
#home-row-one::before {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(134, 169, 236, 0.3);
	top: 0;
	left: 0;
}
#video-row-one {
    z-index: 999;
    position: absolute;
    display: flex;
    justify-content: center;
	top: 38%;
    width: 100%;
}
#video-row-one h1 {
    font-size: 64px;
	padding: 0px 25px;
	text-align:center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0;
    font-family: inherit !important;
}
#video-row-one h4 {
    font-family: 'Georgia';
    font-style: italic;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
	text-align:center;
    padding: 0px 25px;
}
.top-header {
	line-height: initial;
}

.image-slider {
	width: 1150px;
}
.image-slider img {
	height: 320px;
    width: auto;
    box-shadow: 1px 2px 4px rgb(70 70 70 / 75%);
}
#custom-conference-tables .ablout-left {
	padding: 40px 0;
}
#custom-conference-tables .image-slider {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
#custom-conference-tables .image-slider::before {
	background: #f9f9f9;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 95%;
	height: 100%;
}
#custom-conference-tables .vc_images_carousel .vc_carousel-control {
	top: 109%;
	left: 80px;
	width: 25px;
	opacity: 1;
	font-size: 25px;
	text-shadow: none;
	border: 2px solid #d1cece;
	color: #d1cece;
	height: 25px;
}
#custom-conference-tables .vc_images_carousel .vc_carousel-control:hover {
	border: 2px solid #34486E;
	color: #fff;
	background: #34486E;
}
#custom-conference-tables .vc_images_carousel .vc_carousel-control.vc_right {
	left: 130px;
}
.vc_images_carousel .vc_carousel-control .icon-prev::before {
	content: '\f104' !important;
	font-family: fontawesome;
}
.vc_images_carousel .vc_carousel-control .icon-next::before {
	content: '\f105' !important;
	font-family: fontawesome;
}
.comn-btn, .gform_button {
	background: #A91B15;
    color: #fff;
    padding: 12px 24px;
	margin:10px 0;
    text-transform: uppercase;
    font-size: 16px;
	display: inline-block;
}
.comn-btn:hover {
	background: #34486E;
	color: #fff;
}
.gform_button:hover {
	background: #647ca9;
    color: #fff;
	-webkit-transition: all 0.3s ease-in;
}
.customize-support {
	padding: 0;
	margin: 0;
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
	margin-top: -14px !important;
}
#inner-product-row .vc_single_image-wrapper:hover::before {
	background-color: rgba(36, 62, 112, 0.6);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	box-shadow: 1px 0px 20px rgb(70 70 70);
}
#inner-product-row .vc_single_image-wrapper:hover::after {
	position: absolute;
	content: "";
	background-image: url("/source/99b97d37069ad1153612e1a45b3d0821/plus-icon.png");
	height: 100%;
	width: 100%;
	top: 70px;
	left: 110px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
}
#inner-product-row .vc_single_image-wrapper {
	position: relative;
}
#inner-product-row h3, #inner-product-row .h3 {
	margin: 20px auto 15px;
	font-weight: 400;
	font-size: 24px;
	line-height: 25px;
}
#inner-product-row h3 a, #inner-product-row .h3 a {
	font-weight: 400;
}
#inner-product-row .wpb_single_image {
	margin-bottom: 0 !important;
}
#inner-product-row {
	margin-top: -55px;
}
#home-products-row {
	overflow: visible;
	margin-top: 80px;
	padding-bottom: 20px;
}
.process-left-row {
	background: rgb(255,255,255,0.9);
	padding: 25px;
}
.process-left-row h2 {
	margin-top: 0;
}
.break {
	display: block;
}
.process-left-row h4 {
	color: #333;
}
#home-conference-row {
	padding: 125px 0;
}
#home-form-row {
	background: #34486E;
	color: #fff;
	padding: 30px;
	z-index: 99;
	position: relative;
	box-shadow: 1px 0px 20px rgb(70 70 70);
	margin: -50px 0px 50px;
}
#home-form-row h4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 28px;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding-right: 0 !important;
}
.g-form {
	flex: 0 0 20.5% !important;
}
#home-form-row .gform_fields {
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	grid-column-gap: 10px !important;
	grid-row-gap: 0px !important;
	margin: 10px 0;
}
.g-form.three {
	flex: 0 0 12% !important;
}
#home-form-row .gform_body.gform-body {
	width: 88.5%;
	float: left;
}
#home-form-row .gform_footer.top_label {
	width: 10%;
	margin: 0 !important;
	padding: 0 !important;
	margin-left: 0px !important;
	float: right;
	text-align: right;
}
.gform_button {
	border: 0;
	padding: 12px 35px;
}
.instruction.validation_message {
	display: none;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
	font-size: 10px;
	padding: 10px;
}
#hdmain {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
}
#footer-row li {
	list-style: none;
	display: inline-block;
	width: auto;
	margin-right: 20px;
}
#footer-row .menu-item a {
	font-size: 17px;
	color: #cecece;
}
#footer-row .menu-item a:hover {
	color: #fff;
}
#footer-row .menu-item {
	position: relative;
}
#footer-row .menu-item:first-child::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("/source/7649f86c019b221745c088af74794c5e/search.png");
    background-size: contain;
    margin-right: 5px;
}
#footer-row .menu-item::after {
	background: #999;
	content: "";
	height: 10px;
	top: 8px;
	right: -11px;
	width: 1px;
	position: absolute;
}
#footer-row .menu-item:last-child {
	margin-right: 0px;
}
#footer-row .menu-item:last-child::after {
	display: none;
}
#footer-row .menu-item:first-child {
	margin-left: -15px;
}
.footer-left-row {
	margin-bottom: 15px !important;
	letter-spacing: 1px;
	color:#fff;
}
.footer-left-row strong {
	font-size: 17px;
	color: #fff;
	letter-spacing: 0;
}
#inner-footer-row .wpb_raw_html {
	text-align: right;
	margin-bottom: 0;
	margin-top: 60px;
}
#inner-footer-row .foo-social-addres {
	padding: 0 5px 0 0;
	margin: 0;
}
#inner-footer-row .foo-social-addres li {
	margin-right: 0;
	margin-left: 10px;
	font-size: 18px;
}
#inner-footer-row .foo-social-addres li a {
	color: #fff;
}
#inner-footer-row .foo-social-addres li a:hover {
	color: #647ca9;
}
.footer-top-menu {
	margin-bottom: 15px !important;
	border-bottom: 1px solid #3e3c3c;
	padding-bottom: 20px;
}
#inner-footer-row .gform_body.gform-body {
	float: left;
}
#inner-footer-row .gform_footer.top_label {
	display: inline-block;
	margin-top: -10px;
	padding: 0;
}
#inner-footer-row .gform_button {
	background: #34486E;
	padding: 10px 20px;
	margin-bottom: 0;
}
#inner-footer-row .gform_button:hover {
	background: #A91B15;
	color: #fff;
}
#inner-footer-row input[type="email"], #inner-footer-row input[type="text"] {
	height: 37px;
	line-height: 33px;
	min-width: 140px;
}
#inner-footer-row #gform_2_validation_container {
	display: none;
}
#inner-footer-row #validation_message_2_1 {
	font-size: 10px;
	padding: 8px 10px;
}
#inner-footer-row .gform_title {
	font-size: 17px;
	color: #fff;
	letter-spacing: 0;
	text-transform: capitalize;
	margin: 0 0 10px;
	line-height: 1;
}
#inner-footer-row form {
	display: flex;
	gap: 7px;
	align-items: center;
}
#main-brands-row {
	background-image: url("/source/31df5b01eac2bb702c2e8b069b682c65/bg_logos.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border-bottom: 3px solid #345386;
	p adding: 40px 0;
	background: #34486E;
}
#main-brands-row::before {
	position: absolute;
	height: 100%;
	width: 100%;
	/* background: rgba(18, 40, 81, 0.8); */
	top: 0;
	left: 0;
}
#main-brands-row .brand-block img {
	width: auto;
	height: 65px;
}
#main-brands-row .wpb_content_element {
	margin-bottom: 0 !important;
}
#footer-row {
	padding-top: 20px;
}
.testimonial-img {
	float: left;
	width: 45%;
}
.text.testimonial_rotator_description {
	float: right;
	width: 50%;
	font-family: 'Georgia';
	font-style: italic;
	color: #333;
	font-size: 16px;
}
.text.testimonial_rotator_description img {
	width: auto;
	max-height: 60px;
}
#home-testimonial-row .owl-dots {
	display: block;
	margin-top: 25px;
}
#home-testimonial-row .owl-dot.active span {
	background: #34486E;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 6px 2px;
}
#home-testimonial-row .wpb_content_element {
	margin-bottom: 0 !important;
}
#down-arrow {
	text-align: center;
}
#down-arrow a {
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 35px;
	will-change: transform;
	animation: bounce .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
#down-arrow a:hover {
	color: #fff;
	border: 1px solid #34486E;
	background: #34486E;
}
@keyframes bounce { 0% 
	{
    transform: translate3d(0,0,0);
	}
}
@keyframes bounce { 100%
	{
    transform: translate3d(0,10px,0);
	}
}
#home-form-row p {
	font-size: 18px;
}
#home-form-row .wpb_content_element {
	margin-bottom: 15px;
}
.owl-item.firstActiveItem.active img,
.owl-item.lastActiveItem.active img {
	filter: brightness(70%);
}
.sitemap .col-600 {
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
.sitemap .list-style a {
	font-size: 16px;
}
.error404-row {
	text-align: center;
	margin-top: 40px;
}
.sitemap-title h3 {
	margin-top: 0;
}
.sitemap {
	margin-top: 20px !important;
}
#topbar {
	margin-top: 80px;
	min-height: 176px;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 4px solid #a91b15;
	position: relative;
}
#topbar::before {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(40, 58, 93, 0.7);
}
.pagetitle {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	padding: 10px 0;
	display: none;
}
.header-right {
	margin-top:0px;
}
.copyright-row {
    color: #fff;
}
.inner-page-row .table-heading {
	background: #a91b15;
	color: #fff;
	text-align: left;
	font-weight: 400;
	font-size: 20px;
	clear: both;
	padding: 10px 15px;
	letter-spacing: 1px;
}
.inner-page-row table tr td {
	background: #eaeaea;
	padding: 5px 15px;
}
.inner-page-row table tr td:last-child {
	background: #f3f3f3;
}
.inner-page-row table {
	width: 100%;
	background: #f7f7f7;
}
.inner-page-row .wpb_single_image {
	margin-bottom: 10px !important;
}
#inner-three-col .vc_column_container > .vc_column-inner {
	padding: 0 !important;
}
#inner-three-col {
	margin-left: -10px;
	margin-right: -10px;
}
.inner-page-row h3, .inner-page-row .h3 {
	margin: 0 auto 5px;
	font-size: 22px;
	font-weight: 400;
	border-top: 2px solid #f9f9f9;
	padding-top: 15px;
}
.comn-btn.blue .fa {
	transform: rotate(250deg);
}
.comn-btn.blue {
	background: #34486E;
	margin-left: 20px;
}
.comn-btn.blue:hover {
	background: #A91B15;
}
#calender-time {
	margin-bottom: 10px !important;
}
.inner-page-row .ablout-left {
	padding-bottom: 0 !important;
}
.blue-bg {
	background: #34486E;
	color: #fff;
	padding: 30px 20px 40px;
	box-shadow: 1px 0px 20px rgb(70 70 70);
}
.blue-bg h4 {
	color: #fff;
	margin-bottom: 25px;
}
#home-products-row-top-row {
	padding: 30px 0 215px;
}
#home-products-row.home-products-row-botm-row {
	margin-top: -160px;
}
.three-way-txt {
	min-height: 290px;
}
.inner-page-form::before {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(255,255,255,0.9);
	left: 0;
	top: 0;
}
.inner-page-form {
	position: relative;
	padding: 30px 0 0;
}
.inner-page-form {
	padding-bottom: 100px;
}
#home-form-row.inner-form-row {
	margin-top: -100px;
}
#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
	top: 106px;
	left: 165px;
}
.widtheighty {
	width: 85%;
	margin: 0 auto 35px;
}
#product-inner-top h2 {
	font-size: 30px;
	line-height: 32px;
}
.inner-page-form h2 {
	color: #34486e;
}
.inner-page-form .widtheighty {
	margin-bottom: 40px;
}



.brand-box1 {
	padding: 20px 0;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
}
.brand-box1::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #34486e, rgba(255, 255, 255, 0) 300px, rgba(255, 255, 255, 0) calc(100% - 300px), #34486e);
	z-index: 9999;
}
.brand-box1:hover #brand-carousel {
	animation-play-state: paused;
}
#brand-carousel {
	display: flex;
	position: relative;
	animation: marquee 5s linear infinite;
	justify-content: space-around;
	flex-flow: row-reverse;
	width: auto;
}
#main-brands-row .brand-block img {
	width: auto;
	height: 65px;
	display: block;
	min-width: var(--image-size);
	height: var(--image-size);
	margin: 0 1vw;
}
@keyframes marquee {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
}
.right-side-col h3, .right-side-col .h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	color: #3b3b3b;
	margin: 20px auto 10px;
	margin-top: 0;
}
#main_widget {
	background: #f7f7f7;
	box-shadow: 0 5px 26px #ccc;
	border: 6px solid #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	padding: 15px;
}
.right-side-col ul li {
	list-style: none;
	font-size: 16px !important;
}
.right-side-col ul li a {
	font-size: 16px !important;
	padding: 8px 0 !important;
	line-height: 20px !important;
}
.right-side-col ul li a:hover {
	color: #a91b15 !important;
	background: transparent !important;
}
.single-blog-post .blog-title {
	margin: 0 auto 20px;
}
.single-blog-post, #content-full.blogpage {
	margin-top: 40px;
}
.blog-title {
	font-size: 30px;
	line-height: 30px;
}
.blogpage .blog-title {
	margin: 0 auto 15px;
}
.navigation {
	clear: both;
}
.navigation .previous {
	float: left;
}
.navigation .next {
	float: right;
}
.single-blog-post .blog-description h2 {
	font-size: 25px;
	line-height: 27px;
}
.contact-form-row_wrapper {
	background: #34486E;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
}
.contct-adrs li {
	background: none;
	margin-left: 2.2em;
	padding: 0;
	text-indent: -2.2em;
	list-style: none;
}
.contct-adrs .icon::before {
	display: inline-block;
	width: 1em;
	margin-right: .5em;
	line-height: inherit;
	text-align: center;
	text-indent: 0;
	opacity: .62;
	font-family: fontawesome;
	font-size: 18px;
}
.icon.address::before {
	content: '\f041';
}
.icon.phone::before {
	content: '\f095';
}
.icon.print::before {
	content: '\f02f';
}
.icon.mail::before {
	content: '\f0e0';
}
.icon.clock::before {
	content: '\f017';
}
.contct-adrs {
	margin: 0 auto;
	padding: 0;
}
.comn-gallery .vc_gitem-zone {
	background-color: #34486E !important;
	color: #fff !important;
	padding: 0 !important;
}
.comn-gallery .vc_gitem-col {
	padding: 0 !important;
}
.comn-gallery .vc_custom_heading {
	margin: 0 auto;
}
.comn-gallery h4 {
	font-size: 18px !important;
	color: #fff;
	font-family: inherit !important;
	font-style: normal !important;
	text-align: center !important;
	margin: 0 auto;
	padding: 10px 10px 0px;
}
.comn-gallery img {
	min-height: 227px;
	height: 227px;
}
#gallery-row .comn-gallery h4 {
	min-height: 44px;
}
.inner-page-row .comn-btn {
	width: 80%;
}
.vc_column-inner.vc_custom_1636951520259 {
	padding-bottom: 0 !important;
}
#sortnav > div {
	background: #fff;
	display: none;
	padding: 10px 0px 0px;
}
ul.alltrigger{
	padding: 0;
	margin: 25px 0 5px;
	list-style: none;
	display: block;
}
ul.alltrigger li {
	display: inline-block;
	list-style: none;
	margin-bottom: 10px;
}
ul.alltrigger li a {
	display: block;
	background-color: #34486E;
	color: #fff;
	padding: 13px 25px;
	border: 0;
	border-radius: 4px;
	font-size: 17px;
	box-shadow: 2px 0px 10px rgba(0,0,0,0.2);
	margin: 0 2px;
	line-height: 17px;
}

ul.filters {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 40px 0;
} 
ul.filters li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}
ul.filters li a {
	font-size: 16px;
	line-height: 16px;
	border-radius: 4px;
	color: #000;
	display: inline-block;
	position: relative;
	padding-right: 13px;
}
ul.filters li a::after {
	content: '|';
	position: absolute;
	right: -3px;
	top: 0px;
}
ul.filters li:last-child a::after{
	content: '';
}
ul.filters li a:hover{
	color: #34486E;
}
#table-gallery h4 {
    font-size: 16px;
    padding: 6px 0px;
    text-align: center;
    line-height: 20px;
    font-style: normal;
}
#table-gallery figure.gallery-item {
	text-align: center;
}
#table-gallery {
	text-align: center !important;
	margin-bottom: 40px;
}
#table-gallery figure {
	margin: 0 !important;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}
#table-gallery figure img:hover{
	filter: grayscale(100%);
} 
.customtrigger h1.entry-title {
	color: #000;
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 15px;
}
.customtriggerdesc h2 {
	color: #34486E;
	font-size: 25px;
	line-height: 32px;
	margin: 0 0 15px 0;
}
header.entry-header.customtrigger {
	margin-top: 40px;
}
.sort-content-bottom{
	margin-bottom: 60px;
}
.sort-content-bottom h2 {
	font-size: 30px;
	line-height: 36px;
	color: #34486E;
}
.sort-content-bottom h2,
.sort-content-bottom h3,
.sort-content-bottom .h3,
.sort-content-bottom h4{
	margin-bottom: 15px;
}
.grid12.inner-page-row {
	margin-top: 40px;
}
.tableleftcol h1 {
	font-size: 46px;
	line-height: 46px;
}
.tableleftcol h2 {
	color: #444;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Georgia' !important;
	font-style: italic;
	font-weight: 400 !important;
	margin-top: 0;
	text-transform: capitalize;
}
.datatable table tbody tr td:first-child {
	color: #34486E;
	font-weight: 600;
}
.datatable {
	margin: 25px 0 40px;
}
.datatable table tbody tr:nth-child(2n+1) td:nth-child(2n+1) {
	background-color: #EAEAEA;
}
.datatable table tbody tr:nth-child(2n+1) td:nth-child(2n) {
	background-color: #F3F3F3;
}
.datatable table tbody tr:nth-child(2n) td:nth-child(2n+1) {
	background-color: #E1E1E1;
}
.datatable table tbody tr:nth-child(2n) td:nth-child(2n) {
	background-color: #EAEAEA;
}
.aboveslider.owl-theme .owl-next, .aboveslider.owl-theme .owl-prev {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	background: transparent;
	padding: 0;
}
.aboveslider.owl-theme .owl-prev {
	left: 10px;
}
.aboveslider.owl-theme .owl-next {
	right: 10px;
}
.aboveslider.owl-theme .owl-nav [class*="owl-"] svg path {
	stroke: #fff !important;
	stroke-width: 2px !important;
}
.aboveslider.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
}
.belowslider .item {
	cursor: pointer;
}
.contactbox {
	margin-top: 10px;
	margin-bottom: 50px;
}
.custom-tables {
	width: 100%;
}
.custom-tables tr {
	background: #F3F3F3;
}
.custom-tables tr.odd {
	background: #EAEAEA;
}
.custom-tables th {
	background: #34486E;
	color: #fff;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	border-collapse: collapse;
}
.custom-tables td {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.cst-box {
	border: 2px solid #f7f7f7;
}
.cst-title {
	padding: 12px 15px;
	border-bottom: 2px solid #f7f7f7;
	font-size: 20px;
	font-style: normal;
	color: #34486e;
	font-family: 'Myriad Pro' !important;
	font-weight: 500 !important;
	margin: 0;
}
.cst-txt {
	background-color: #f7f7f7;
	padding: 15px 15px 30px;
	display: block;
}
.cst-video-col::before {
	background: #f9f9f9;
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	width: 100%;
	height: 100%;
}
.cst-pagination {
	margin-left: 40px;
	display: flex;
	gap: 10px;
}
.cst-pagination .fa {
	color: #d1cece;
	border: 2px solid #d1cece;
	position: relative;
	font-size: 25px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.cst-pagination .fa:hover {
	background-color: #34476e;
	color: #fff;
	border-color: #34476e;
}
.cst-inner-header {
	display: block;
	color: #444444;
	font-size: 16px;
	margin-left: 18px;
}

/********** Video Slider CSS **********/

.slide-block {
	position: relative;
	padding: 9em 0 35em;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible;
}
.slide-block video {
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}
.slide-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #173863, #0a1316);
    opacity: .6;
	z-index: 9;
}
.slider-inner {
	position: relative;
	z-index: 99;
}
.slide-title {
	max-width: 820px;
	font-size: 0.6em;
	font-weight: 500;
	line-height: 1.1;
	margin-left: auto;
	margin-right: auto;
	color: #c00000;
	text-transform: capitalize;
	display: block;
	font-family: 'Mulish', sans-serif;
	margin-bottom: 8px;
}
.slider-btn.comn-btn {
	background-color: #c00000;
	border: 2px solid #fff;
}
.slider-btn.comn-btn::before {
	background-color: #000;
}
#home-slider {
	border-bottom: 5px solid #173863;
}
.slider-img img {
	max-width: 500px;
}
.slider-img-txt {
	text-align: left;
	line-height: 20px;
	top: -10px;
	position: relative;
}
.slider-img {
	position: relative;
	margin-top: -523px;
}
#home-slider .owl-stage-outer {
	position: relative;
	overflow: visible;
}

/************************* Responsive ********************************/

@media screen and (max-width: 1024px){
	
#table-gallery figure {
	width: 50%;
}
ul.alltrigger li {
	margin: 5px 0px;
}	
	.break {
		display: inline;
	}
	#inner-product-row h3, #inner-product-row .h3 {
		font-size: 20px;
		line-height: 21px;
	}
	#home-form-row .gform_body.gform-body {
		width: 84.5%;
	}
	#inner-product-row .vc_single_image-wrapper:hover::after {
		top: 44px;
		left: 78px;
	}
	.widtheighty {
		width: 100%;
		margin: 0 auto 35px;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 71px;
		left: 115px;
	}
	.three-way-txt {
		min-height: 360px;
	}
	#home-form-row .gform_footer.top_label {
		width: 14%;
	}
	.inner-page-row .comn-btn {
		width: auto;
	}
}

@media screen and (max-width: 980px){
	#hdmain {
		position: static;
	}
	#home-row-one {
		padding: 100px 0 50px;
	}
	#inner-product-row .vc_single_image-wrapper:hover::after {
		left: 72px;
	}
	#topbar {
		margin-top: 0px !important;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 71px;
		left: 112px;
	}
	.three-way-txt {
		min-height: 385px;
	}
}

@media screen and (max-width: 936px){
	#inner-product-row h3, #inner-product-row .h3 {
		font-size: 17px;
		line-height: 19px;
	}
	#inner-product-row .vc_single_image-wrapper:hover::after {
		left: 64px;
		top: 37px;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 63px;
		left: 105px;
	}
	.three-way-txt {
		min-height: 410px;
	}
	#inner-footer-row input[type="email"], #inner-footer-row input[type="text"] {
		min-width: 0;
	}
}

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

@media screen and (max-width: 800px){
	#inner-product-row .vc_single_image-wrapper:hover::after {
		left: 63px;
		top: 39px;
		background-size: 40px;
	}
	#inner-product-row h3, #inner-product-row .h3 {
		font-size: 20px;
		line-height: 22px;
	}
	#home-form-row .gform_body.gform-body {
		width: 81%;
	}
	#inner-footer-row .wpb_raw_html {
		margin-top: 27px;
	}
	#home-form-row .gform_footer.top_label {
		width: 16%;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 63px;
		left: 97px;
	}
}

@media screen and (max-width: 768px){
	
h1{
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 20px;
	margin-top: 10px;
}

h2 {
	font-size: 25px;
	line-height: 30px;
}
h3, .h3 {
	font-size: 22px;
	line-height: 32px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
}

h5{
	font-size: 18px;
	line-height: 24px;
}
h6{
	font-size: 17px;
	line-height: 22px;	
}
	#inner-product-row .vc_single_image-wrapper:hover::after {
		left: 58px;
		top: 36px;
	}
	#home-conference-row .vc_col-sm-6 {
		width: 100%;
	}
	.testimonial-img img {
		width: auto !important;
	}
	.testimonial-img {
		width: 35%;
	}
	.text.testimonial_rotator_description {
		width: 64%;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 58px;
		left: 91px;
	}
	#home-form-row .gform_footer.top_label {
		width: 19%;
	}
	#home-form-row .gform_body.gform-body {
		width: 78%;
	}
}
@media screen and (max-width: 767px){

#table-gallery figure {
	width: 100%;
}	
	.vc_images_carousel .vc_carousel-control .icon-prev::before, .vc_images_carousel .vc_carousel-control .icon-next::before {
		top: -5px !important;
	}
	#inner-product-row .vc_single_image-wrapper:hover::after {
		left: 165px;
		top: 109px;
	}
	#inner-product-row h3, #inner-product-row .h3 {
		font-size: 20px;
		line-height: 22px;
	}
	#home-form-row .gform_fields {
		display: inline-block !important;
	}
	#home-form-row .gform_body.gform-body {
		width: 100%;
	}
	.g-form {
		flex: inherit;
		margin-bottom: 10px !important;
	}
	#home-form-row .gform_footer.top_label {
		width: 100%;
		float: left;
		text-align: center;
	}
	#inner-footer-row {
		text-align: center;
	}
	#inner-footer-row .gform_body.gform-body {
		float: none;
		display: inline-block;
	}
	#inner-footer-row .gform_footer.top_label {
		position: relative;
		top: 3px;
		right: 3px;
	}
	#inner-footer-row .wpb_raw_html {
		text-align: center;
	}
	#inner-product-row {
		text-align: center;
	}
	#footer-row {
		text-align: center;
	}
	#inner-footer-row .gform_button {
		height: 38px;
		line-height: 38px;
		padding: 0 20px;
		position: relative;
		top: 2px;
		left: -1px;
	}
	.gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 0 !important;
	}
	#custom-conference-tables .ablout-left {
		padding: 40px 0 25px;
	}
	.sitemap .col-600 {
		width: 100%;
		padding-right: 0;
	}
	.three-way-txt {
		min-height: auto;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 126px;
		left: 202px;
		background-size: 94px;
	}
	.vc_custom_1634104250159 {
		margin-top: 0px !important;
	}
	#inner-three-col .vc_col-sm-4 {
		width: 33.33%;
		float: left;
	}
	.blogpage, .single-blog-page {
		width: 100%;
		margin-right: 0;
	}
	.right-side-col {
		width: 100% !important;
	}
	#inner-footer-row form {
		flex-direction: column;
	}
}
@media screen and (max-width: 650px){
	#home-row-one h1 {
		font-size: 35px;
		line-height: 35px;
	}
	.custom-tables th {
		padding: 10px 5px;
	}
	.custom-tables td {
		padding: 10px 5px;
	}
	#video-row-one {
    	top: 30%;
	}

}

@media screen and (max-width: 583px){
	.testimonial-img {
		width: 100%;
		text-align: center;
		margin: 0 auto 15px;
		display: table;
		float: none;
	}
	.testimonial-img img {
		text-align: center;
		margin: 0 auto;
	}
	.text.testimonial_rotator_description {
		width: 100%;
		text-align: center;
	}
	.text.testimonial_rotator_description img {
		width: auto;
		text-align: center;
		margin: 10px auto 0;
	}
	#logo {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.header-right {
		float: none;
		text-align: center;
		font-family: 'Myriad Pro';
		margin-top: -10px;
		margin-bottom: 15px;
	}
	#home-row-one h1 {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width: 480px){
	#inner-footer-row .gform_body.gform-body {
		width: 50%;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 113px;
		left: 178px;
		background-size: 82px;
	}
	#content-full h2 {
		font-size: 35px;
		line-height: 35px;
	}
	.slide-block {
    	padding: 9em 0 26em;
	}
	#video-row-one h1 {
    	font-size: 56px;
   		line-height: 56px;
	}
	#video-row-one h4 {
    	font-size: 28px;
    	line-height: 32px;
	}
}


@media screen and (max-width: 414px){
	#home-row-one h1 {
		font-size: 25px;
		line-height: 25px;
	}
	.mob-break {
		display: block;
	}
	#inner-product-row .vc_single_image-wrapper:hover::after {
		left: 164px;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 96px;
		left: 151px;
		background-size: 70px;
	}
	.brand-box1::after {
		background: linear-gradient(to right, #34486e, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0) calc(100% - 150px), #34486e);
	}
}

@media screen and (max-width: 375px){
	#inner-product-row .vc_single_image-wrapper:hover::after {
		left: 147px;
		top: 96px;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 87px;
		left: 136px;
		background-size: 63px;
	}
}

@media screen and (max-width: 360px){
	#inner-product-row .vc_single_image-wrapper:hover::after {
		left: 143px;
		top: 92px;
	}
	#inner-product-row.product-inner-botm .vc_single_image-wrapper:hover::after {
		top: 82px;
		left: 129px;
		background-size: 63px;
	}
	.comn-btn.blue {
		margin-left: 0;
	}
}

