/*
Theme Name: Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.1569492669
Updated: 2019-09-26 10:11:09

*/
@font-face{font-family:'robotoregular';src:url('roboto-regular.woff2') format('woff2'),url('roboto-regular.woff') format('woff');font-weight:normal;font-style:normal;font-display: swap;}
@font-face{font-family:'latoregular';src:url('lato-regular.woff2') format('woff2'),url('lato-regular.woff') format('woff');font-weight:normal;font-style:normal;font-display: swap;}
body {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-family:'latoregular';
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #184d8f;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #248fbf;
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
    font-family:'robotoregular' !important;
    
}
.pdl-0{
    padding-left:0 !important;
}
.pd-btm{padding-bottom:25px;}

.header .navbar {
    border-radius: 0;
}
.header .navbar-brand {
    height: auto;
}
.header .navbar-inverse .navbar-nav>.active>a,.header .navbar-inverse .navbar-nav>.active>a:focus,.header .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    color: #ff9e3b!important;
}
.header ul.nav.navbar-nav li a {
    text-transform: uppercase;
    color: #fff;
}
.header .contact_details  a{
    transition: all 1s ease;
    color: #fff;
    font-size: 16px!important;
    text-decoration: none;
    margin-right: 22px;
    background: #fff;
    padding: 16px;
    border-radius: 7px;
    color: #000;
}
.header .navbar-inverse {
    border-color: inherit;
    background-color: rgba(0,0,0,0.30);
    border: none;
}
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
}
.header.sticky {
    background-color: rgba(0,0,0,1);
    position: fixed;
    z-index: 10;
    transition: all 1s ease;
}
.header.sticky .navbar{
    margin-bottom: 0;
}
.header ul.nav.navbar-nav.navbar-right.vd-navbar-nav-cont li a:hover {
    color: #fff;
    background-color: #f16531;
}
.thumbnail-img {
    width: 300px;
    text-align: center;
}
.vd-navbar-nav, .vd-navbar-nav-cont{
    margin-top: 15px;
}
.header ul.nav.navbar-nav li.contact_details a {
    color: #000;
}

.navbar-nav.vd-navbar-nav{
    margin-top: 15px;
    float: none!important;
    max-width: 1060px;
    margin: 15px auto 0;
    display: block;
    text-align: center;
}
/*.menu-item-has-children:hover ul.dropdown-menu {
    display: block;
}*/
.header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    background-color: #f16632!important;
    color: #fff!important;
    text-align: left;
    padding-left: 0;
    box-shadow: inherit;
    width:230px;
}
.header .dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    white-space: inherit;
    text-transform: uppercase!important;
    font-size: 16px!important;
}
.header  .dropdown-menu>li>a:focus,.header .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #F16632;
    color: #000!important;
}
.header.inner_menu  .dropdown-menu>li>a:focus {
    text-decoration: underline;
    background-color: #F16632;
    color: #fff!important;
}
.header.inner_menu .dropdown-menu>li>a:hover{
    text-decoration: none;
      background-color: #F16632;
    color: #fff!important;
}

.navbar-nav.vd-navbar-nav>li{
    float: none;
    display: inline-block;
}
.navbar-nav.vd-navbar-nav>li>a{
    padding: 15px 8px;
}

.nav li.current_page_item>a, .nav li.current_page_parent>a, .nav li.current-menu-ancestor>a, .nav li.current-cat>a, .nav li.current-menu-item>a {
    color: #f83e19!important;
    text-shadow: none;
}
/*Home video*/
.home_video {
    position: relative;
    display: block;
    width: 100%;
    background-attachment: fixed;
}
.home_video h1 {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: normal;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 80px;
    padding: 0;
    text-shadow: 1px 1px 0 #270606, -1px -1px 0 #270606, 1px -1px 0 #270606, -1px 1px 0 #270606, 3px 3px 5px #333;
}
.h_video_main {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.home_video video, .home_video iframe {
    backface-visibility: hidden;
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -1;
}

.video_buttons {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.video_buttons .incres_he {
    margin-right: 10px;
    width: 220px;
    float: left;
}
.video_buttons .incres_he a {
    color: #184d8f;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    background-color: rgba(255,255,255,0.70);
    border-radius: 5px;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    vertical-align: middle;
}
.video_buttons .incres_he a:hover{
    color: #fff;
    background: #f16531;
    padding: 34px 0;
    vertical-align: top;
    margin: -10px 0;
    -webkit-transition: padding .4s,margin .4s;
    -moz-transition: padding .4s,margin .4s;
    -ms-transition: padding .4s,margin .4s;
    transition: padding .4s,margin .4s;
}
/*home three boxes*/
.white {
    background-color: #fff;
}
.homepage_service_section {
    width: 100%;
    display: inline-block;
    padding: 66px 0 40px 0;
}
.homepage_service_section .home_services:last-child {
    margin-right: 0;
}
.homepage_service_section h1 {
    font-size: 26px;
    color: #184d8f;
    margin: 16px 0 10px 0;
    font-weight: normal;
    padding: 0;
    line-height: 1.3!important;
}
.homepage_service_section p {
    font-size: 16px;
    color: #000;
    margin-bottom: 23px;
    line-height: 1.5;
}
.homepage_service_section .home_services {
    width: 303px;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
/*counter*/
.counter1 {
    background-color: #f16632!important;
}
.counter1_row {
    background-color: #f16632!important;
        padding: 65px 0px;
}
.counter1_row .count, .counter1_row .counts {
    font-size: 5em;
    font-weight: 700;
    line-height: 1.1em;
    color: #fff;
}
.counter1_row .count::after, .counter1_row .counts::after {
    display: block;
    content: '';
    width: 58px;
    height: 2px;
    margin: 0 auto;
    margin-top: 0;
    margin-top: 1.50rem;
    background-color: #fff;
}
.counter1_row p {
    text-transform: none;
    font-size: 1.2em;
    letter-spacing: 0;
    margin-top: 20px;
    color: #fff;
}
.counter1_row .container {
    padding-top: 4em;
    padding-bottom: 5em;
}
/*two boxes*/
.custom_container {
    width: 1190px;
    margin: 0 auto;
}
.order_part_main {
    width: 48%;
    display: inline-block;
    background-color: #fff;
    float: left;
    padding: 25px 75px 25px 75px;
    margin-right: 25px;
}
.order_part_img img {
    margin: 0 auto;
}
.order_part_main h6 {
    color: #022d62;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 26px 0 13px 0;
    font-weight:500;
}

.order_part_main p {
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 1.5;
}
.order_part_main:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.order_part {
    width: 100%;
    display: inline-block;
    padding: 158px 0;
    margin-bottom: -5px;
    background-attachment: fixed;
}
/*footer*/
.footer_bg {
    background-color: #78797b;
    background-repeat: repeat-x;
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}
.widget.social a {
    padding-right: 5px;
}
#footer-widgets {
    margin-top: 35px;
}
#footer-widgets.col-4 .block {
    width: 22.44%;
}
#footer-widgets .block {
    margin-right: 2.08%;
    margin-top: 35px;
    float: left;
}
#footer-widgets .widget {
    color: #8b8b8b;
    padding-left: 55px;
    letter-spacing: 1px;
    line-height: 1.5;
}
#footer-widgets .widget h3 {
    color: #fff;
    border: 0;
    font-size: 22px;
    font-style: normal;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0;
}
#footer-widgets .widget ul {
    margin-top: 0;
    padding:0;
}
#footer-widgets ul li {
    padding-bottom: 5px;
    list-style: none;
}
#footer-widgets .widget ul li a {
    display: inline-flex;
    padding: 0 0 5px 0;
    background: 0;
    border-bottom: 0;
    color: #fff;
    line-height: 20px;
}
#footer-widgets .col-full {
    max-width: 1000px !important;
    margin:0 auto;
}
#footer-widgets .widget ul li a {
    display: inline-flex;
    padding: 0 0 5px 0;
    background: 0;
    border-bottom: 0;
    color: #fff;
    line-height: 20px;
}
#footer-widgets .widget ul li a:hover {
    color: #d8d8d8;
}
.footer-address.col-md-12.footer-text-content {
    margin: 0;
}
.col-md-12.footer-text-content {
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 0 0 20px 0;
    padding-left:0px;
    padding-right:0px;
}
ul.social {
    clear: both;
    text-align: center;
    padding-top: 10px;
}
ul.social a {
    margin-right: 15px;
}
.bottom-text {
    clear: both;
    background-color: #fff;
    padding: 25px 0;
}
.bottom-text p {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
/*common page*/
section#primary {
    padding-top: 100px;
    background-color: #c6c6c6cc!important;
}
header.entry-header {
    display: none;
}
.wrapper {
    width: 100%;
    float: none;
    background-color: #fff;
    max-width: 1024px;
    margin: 0 auto;
    display: table;
    padding: 55px 0;
}
ul.subpages_list, .menu-news-media, ul.widget.subpages_list .menu-about-container ul, .sidebar .subpages_list .menu {
    list-style: none;
    padding-left:0px;
}
.subpages_list li , .menu-news-media li{
   background-color: inherit !important;
    background-repeat: no-repeat;
    width: 100% !important;
    margin-bottom: 0px;
    border-radius: 0 !important;
    border-bottom: 1px solid #184d8f;
    transition: 0.3s all;
}
.sidebar-template .subpages_list li{
    margin-bottom:0px;
}
.subpages_list li:hover,.subpages_list li.current-menu-item {
    background-color: #184d8f !important;
    color: #fff;
    border-left: 5px solid #f83e19;
}
.subpages_list li:hover a{
    color:#fff !important;
}
.sidebar-template ul.subpages_list li.current-menu-item a{
    color:#fff !important;
}

ul.subpages_list li a, .menu-news-media li a, ul.widget.subpages_list .menu-about-container ul li a,.sidebar .subpages_list .menu li a {
    font-size: 15px;
    padding-top: 14px;
    display: block;
    padding: 8px 0 8px 8px;
    line-height: 32px;
    text-decoration: none;
    font-style: normal;
    color: #184d8f;
}
.sidebar .subpages_list .menu li.current-menu-item a {
    color: #fff;
}
.sidebar .subpages_list .menu li a{
    
}
/*contact page*/

#content {
    padding-top: 0px;
    background-color: #fff!important;
}
.page-wrapper {
    padding: 30px 30px;
}
#content .col-md-12 {
    background-color: #fff;
}
#content .page-wrapper {
    padding: 30px 30px;
    width: 100%;
    float: left;
}
.page-wrapper h1, .main-heading, .page_title {
    line-height: 50px;
    position: relative;
    font-size: 42px;
    margin-bottom: 15px;
    color: #184d8f /*!important*/;
   font-family:'robotoregular';
   margin-left:0px;
   font-weight:700;
}
.gallery .h2_org, .h2_org {
    color: #d66638;
    padding-top: 0;
    font-family:'robotoregular';
    margin: 0;
    line-height: 1;
    font-weight: normal;
    font-size:32px;
    text-align:center;
    
}
.contact-pg input,.contact-pg textarea{
    padding: 5px;
    border-color: #cdcdcd #e1e1e1 #e1e1e1 #cdcdcd;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #585858;
}
input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    margin: 5px;
    padding: 6px 13px 5px;
    font-weight: bold;
    border: 0;
    color: white!important;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    /* font-family: HelveticaNeue; */
    cursor: pointer;
    background: #46b1e1;
    background: -webkit-gradient(linear,left top,left bottom,from(#46b1e1),to(#46b1e1));
    background: -webkit-linear-gradient(#46b1e1,#46b1e1);
    background: -moz-linear-gradient(center top,#46b1e1 0,#46b1e1 100%);
    background: -moz-gradient(center top,#46b1e1 0,#46b1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#46b1e1,endColorstr=#46b1e1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#46b1e1, endColorstr=#46b1e1)";
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.parent-page.news-media1 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.parent-page.news-media1 h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
    font-family:'latoregular' !important;
    font-weight:400;
}
.parent-page.news-media-customer{
    line-height: 1.5;
    font-family:'latoregular';
}
.parent-page.news-media-customer img{
    width:auto;
}

.parent-page.news-media-customer h4 {
    font-size: 20px;
    color: #184d8f;
    font-weight: 500;
    margin-top: 0;
    padding-top: 0;
    
}
.page_title {
    padding-bottom: 10px;
}

.content-area h2 {
    font-size: 32px;
    color: #184d8f;
    padding-top: .5em;
    margin: 1.1em 0 .9em;
    line-height: 40px;
    text-align: initial;
    padding-top:0;
    font-family: 'Roboto-Medium' !important;
    position: relative;
    padding-left: 15px;
}
.content-area h4{
     color: #184d8f;
    
}
.content-area h2:before {
    content: "";
    width: 5px;
    height: 120%;
    background-color: #ff401a;
    position: absolute;
    left: 0;
    top: -4px;
}
/*.content-area h3 {
    font-size: 18px;
    color: #184d8f;
    margin-top: .5em;
    padding-top: 0em;
    text-align: initial;
     line-height: 20px;
    font-family: 'latobold'!important;
    font-weight: 500;
}*/
.content-area h3 {
    font-size: 20px;
    color: #184d8f;
    margin-top: .5em;
    padding-top: .5em;
    text-align: initial;
    line-height: 30px;
    font-family: 'robotoregular';
    font-weight: 600;
}
.content-area ol>li>h3{
    font-weight:600;
}
.content-area p {
    margin: 0 0 10px;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify ;
    font-family:'latoregular';
    font-weight:400;
    line-height:1.5;
}
.content-area  {
    font-family:'latoregular';
    font-weight:400;
}

ul.widget.subpages_list h2 {
    display: none;
}
.all-pages-shows {
    text-align: justify;
    line-height: 25px;
    font-family:'latoregular';
}
.header.inner_menu ul.nav.navbar-nav li a {
    text-transform: uppercase;
    color: #000;
}
.dropdown-menu li a{
    color: #fff !important;
    
}
.header.inner_menu .navbar-inverse {
    background-color: #fff;
    padding:15px 0;
}

.header.inner_menu .contact_details a {
    background: #f16531;
    color: #fff!important;
    font-weight:700;
}
.header .dropdown-menu .current-menu-item a {
    color: #000!important;
}
.header.inner_menu .dropdown-menu .current-menu-item a {
    color: #fff!important;
    text-decoration:underline;
}
ul.widget.subpages_list, ul.widget.subpages_list ul#menu-products, .menu-news-media-container ul {
    padding: 0;
}
.aligncenter {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin: 0 auto 15px;
}
 .parent-page.news-media1 img {
    width: 100%;
}

p.h2_org span.classtrainbutton.padd-left-right-20.clickhere-shop a {
    width: auto;
}
.primg {padding-top: 12px; padding-bottom: 18px;}
/*career page */
.career-single-pg p {
    text-align: justify!important;
}
.career-single-pg ul li {
    line-height: 28px;
    display: list-item;
}
.career-single-pg ul {
    list-style: inherit;
    padding-left: 60px;
}
.career-page header {
    position: relative;
}
.career-page .top-banner {
    height: 100%;
    overflow: hidden;
    padding-top: 0px;
     position:relative;
    
}
.career-page h1 {
    position: absolute!important;
    top: 40%;
    left: 70px;
    right: 0;
    color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    text-transform: uppercase;
    font-size: 72px;
    font-weight: 500;
    line-height: 79px;
     font-family: 'robotoregular' !important;
     z-index:1;
    
    
    
}
.career-page .top-banner:after {
    content: "";
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.career-page .top-banner img {
    width: 100%;
    max-width: 100%;
    height:auto;
}
.career-page ul.thumbnail-images {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    position:relative;
    z-index:9;
}
.career-page ul.thumbnail-images li {
    list-style: none;
    width: 300px;
    position: relative;
    float: left;
    margin-right: 30px;
}
.page-template-careers-template-php .entry-content h2 {
    display: table;
}
.career-page .overlay a {
    display: block;
    position: relative;
}
ul.thumbnail-images li figure {
    margin: 0;
    width: 300px;
}
.career-page .overlay figure:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0d3664;
    opacity: 0.6;
}
.career-page ul.thumbnail-images li figure img {
    width: 100%;
}
.career-page ul.thumbnail-images li h3 {
    color: #fff;
    font-size: 20px;
    font-family:'latoregular';
}

.career-page .overlay a:hover figure:before {
    background-color: transparent;
}
ul.thumbnail-images li h3 {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
    text-align: center;
}
.thumbnail-img {
width: 300px;
text-align: center;
}
.career-page .download {
    width: 130px;
    margin-left: 5px;
    color: #00407D;
    background-color: #f16531;
    margin-top: 0px;
    border-radius: 3px 7px;
    text-align: center;
    padding: 8px 0px;
    
}
.career-page .submit-resume {
    width: 150px;
    background-color: #184d8f;
    margin-top: 20px;
    border-radius: 0px 10px;
}
.career-page .download a {
    color: #fff;
    font-family:'latoregular';
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
}
.career-page .download a:hover {
    text-decoration: none;
}
/*Career page gallery*/

#image-slider-V .slider-pro p.sp-layer.sp-black {
    font-size: 20px!important;
    padding: 25px 0!important;
    inset: 88% 0px 0px!important;
    height: 86px!important;
     opacity: 0.89!important;
     font-family: 'latoregular'!important;
}
h3.uris-slider-post-title {
    display: none;
}
#image-slider-V .slider-pro  .desc-in-bg{
        width: 100% !important;
}
#image-slider-V .slider-pro p.sp-layer{
    position:relative !important;
}
.page-template-careers-template .container.wrapper {
    display: block;
}
#image-slider-V img.sp-image {
    margin-left: 0!important;
}

@media screen and (min-width: 767px)  {
#image-slider-V .sp-full-screen img.sp-image {
    margin-left: 200px!important;
}
}

@media screen and (max-width: 767px)  {
	#image-slider-V img.sp-image{
		margin-top:0px !important;
	}
	#image-slider-V .sp-full-screen img.sp-image {
		margin-top:160px !important;
	}
}
/*Career page gallery*/
/*.contact-pg .container {
    width:1170px;
}*/
.experttips-table table td {border: 1px solid black; border-collapse: collapse;padding:5px;}
.pre-owntable table  td {
    padding: 10px 0 10px 10px;
    border: 1px solid #e1e1e1;
}
.pre-owntable table {
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 1.2em;
}
.pre-owntable table  tr:nth-child(2n+2) {
    background: #f5f5f5;
}
.training-table td{    padding: 6px 0 3px 10px;
    border: 1px solid #e1e1e1;
    
}
.training-table tr:nth-child(2n+2) {
    background: #f5f5f5;
}
.call_box {
    border: 3px solid #d66638;
    border-collapse: collapse;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    width: 57%;
    padding: 20px;
    margin-bottom:25px;
    text-align:center;
    padding:0px 20px;
}

.content-area .call_box p{
     text-align:left !important;
}
.call_box h3 {
    text-align: center;
}
.test-training .inside-grid-column{
    border: 1px solid #46b1e1;
    border-radius: 15px;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width:400px;
}
.test-training .trainimg {
    width: 100%;
    max-width: 184px;
    padding:0px !important;
    float:none !important;
}

.test-training  img {border-radius: 15px;}
.test-training h3{ display:inline-block; padding-left:15px;}

/*Pagination*/
  .pagination { clear:both; padding:10px 10px; position:relative; font-size:11px; line-height:13px;background-color:#eee; width:100%; } 
  .pagination span, .pagination a { display:block; float:left; margin: 2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#fff; background: #555; }
  .pagination a:hover{ color:#fff; background: #3279BB; } .pagination .current{ padding:6px 9px 5px 9px; background: #3279BB; color:#fff; }
  
.classtrainbutton a {
    background: -webkit-gradient(linear,left top,left bottom,from(#52a8e8),to(#2e76cf));
    background: -webkit-linear-gradient(#52a8e8,#2e76cf);
    line-height: 2.2em;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0,0,0,0) -moz-linear-gradient(center top,#52a8e8 20%,#2e76cf 100%) repeat scroll 0 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#52a8e8),to(#2e76cf));
    background: -webkit-linear-gradient(#52a8e8,#2e76cf);
    background: -moz-linear-gradient(center top,#52a8e8,#2e76cf 100%);
    background: -moz-gradient(center top,#52a8e8,#2e76cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#52a8e8,endColorstr=#2e76cf);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#52a8e8, endColorstr=#2e76cf)";
    border-color: #4081af #4081af #20559a;
    border-image: none;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 hsla(0,100%,100%,0.3) inset, 0 0 2px hsla(0,100%,100%,0.3) inset, 0 1px 2px hsla(0,0%,0%,0.29);
    color: white!important;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none!important;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,0.3);
    margin-bottom: 0px;
    margin-left: 0px;
    width:100%;
}
#primary .ngg-slideshow.slick-slider {
    margin:0 !important;
    overflow: visible;
}

ol.tailored li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-weight: 400;
    width: 38px;
    background: #f16632;
    height: 38px;
    border-radius: 40px;
    text-align: center;
    font-size: 22px;
    float: left;
    line-height: 36px;
    display: table;
    margin-right: 15px;
    top: 6px;
    position: relative;
}
ol.tailored {
    list-style: none !important;
    list-style-type: none !important;
    counter-reset: my-awesome-counter;
}
ol.tailored li {
    counter-increment: my-awesome-counter;
    list-style-type: none !important;
}
ol.tailored li p {
    display: table;
}
.call_box_comp {
    border: 3px solid #d66638;
    border-collapse: collapse;
    border-radius: 6px;
    margin: 0px auto 20px 0;
}
.call_box_comp h3 {
    text-align: center;
}
.trainedtitle {
    display: inline-block;
    padding-left: 5px;
    
}
.trainedtitle  h3{
    font-size:22px;
}
.classtrainbuttonorange a{
        line-height: 2.2em;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0,0,0,0) -moz-linear-gradient(center top,#faa354 20%,#f46f08 100%) repeat scroll 0 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#faa354),to(#f46f08));
    background: -webkit-linear-gradient(#faa354,#f46f08);
    background: -moz-linear-gradient(center top,#FAA3540,#f46f08 100%);
    background: -moz-gradient(center top,#faa354,#f46f08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FAA354,endColorstr=#F46F08);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FAA354, endColorstr=#F46F08)";
    border-color: #f46f08 #f46f08 #faa354;
    border-image: none;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 hsla(0,100%,100%,0.3) inset, 0 0 2px hsla(0,100%,100%,0.3) inset, 0 1px 2px hsla(0,0%,0%,0.29);
    color: #fff;
    display: inline-block;
    /* font-family: sans-serif; */
    margin: 0 0 0px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: none!important;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,0.3);
    margin:10px 0 0 0;
    width:100%;
}
.classtrainbuttonorange a{
    color:#fff;
}
.classtrainbutton .printfriendly {
    margin: 10px 0 0 0;
}
.classtrainbutton a {
    margin-top: 0 !important;
}



/* POPUP CSS Start Here
} */
input#mc-embedded-subscribe:focus {
    outline: none;
}
#mc_embed_signup div.mce_inline_error {
    margin: 0 0 0em 0;
    padding: 5px 10px;
    background-color: #ff0000;
    z-index: 1;
    color: #fff;
    }
.pum.pum-overlay .pum-container, .pum-theme-lightbox .pum-container {
box-shadow: 0px 0px 4px 2px inset rgb(0, 0, 0, 0.5), 0px 0px 0px 2px #fff !important;
}
.pum.pum-overlay{
    top: 0px !important;
}
button.pum-close.popmake-close:focus {
    outline: none;
}
.pum-theme-lightbox .pum-container.pum-responsive img {
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
    }

.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: 0 !important;
    width: 100% !important;
    left: 0!important;
    right: 0;
    max-width: 715px !important;
    margin: 0 auto !important ;
    
}
.pum-container.pum-responsive.pum-responsive-medium .figure {
      float: left;
      margin-right: 25px;
}
.pum-container.pum-responsive.pum-responsive-medium h3 {
    color: /*#2e538f*/#1f3861;
    font-size: 18px;
    line-height: 30px;
    font-family:'latoregular'!important;
    font-weight:400;
    padding-top: 15px;
}
.pum-content.popmake-content p.content {
    margin-top: 20px;
    }
.pum-content.popmake-content p{color:#000;font-size: 15px; }
.pum.pum-overlay .pum-container, .pum-theme-lightbox .pum-container {
    border-radius: 10px !important;
    border: 8px solid #2e538f !important;
    padding: 15px 35px !important;
}
    
.pum-content.popmake-content form {
    padding: 15px 0 0px 0%!important;
}
.pum-content.popmake-content form p {
    margin-top: 0;

}
.pum.pum-overlay .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    left: auto !important;
    right: 20px !important;
    bottom: auto !important;
    top: 20px !important;
    padding: 0px !important;
    color: #ccc !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: inherit !important;
}
.showme {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    padding-top: 20px;
    }
.pum-content.popmake-content form .mc-field-group input {
    border-radius: 4px !important;
    border: 0px solid #e0e0e0!important;
    padding: 6px 0 !important;
    width: 100%;
    text-indent: inherit !important;
    padding-left: 10px !important;
    color: #333 !important;
    background-color: #f5f5f5;
    min-height: 40px;
    }

.pum-content.popmake-content .mc-field-group {
    width: 100%;
    padding-bottom: /*15px*/10px;
    }
.pum-content.popmake-content #mc-embedded-subscribe {
    margin: 0;
}
.information {
    float: left;
    margin-top: 25px;
    font-style: italic;
    color: #333;
    font-weight:500;
}
.clear p {
    float: right;
    margin-bottom: 0;
    
}
.pum-content.popmake-content .button {
    clear: both;
    background: #4CAF50;
    border-radius: 40px;
    line-height: 48px;
    padding: 0 20px;
    font-weight: bold;
    border: 0;
    color: white!important;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    }
a.donwloadpdf {
    opacity: 0;
}
.pum-theme-7260 .pum-title, .pum-theme-lightbox .pum-title {
    display: none;
}
.shedule-test {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    position: relative;
    background-color: #00407D;
    background-repeat: no-repeat;
    border-radius: 3px 7px;
    text-align: center;
    padding: 8px 0px;
    width: 200PX;
    display: inline-flex;
    margin: 0 auto;
    bottom: 0px;
    display: block;
}
#mc_embed_signup .clear {
    clear: both;
    width: 100%;
    visibility: visible;
    overflow: visible;
}
.mce_inline_error {
    display: inline-block;
    margin: 2px 0 5px 0;
    /* padding: 5px 10px; */
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}
#mc_embed_signup div#mce-responses{
    overflow: visible !important;
    width: 100% !important;
    margin: 0 !important;
    clear: both !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
   }
.pum-content.popmake-content #mc_embed_signup div.response{
     margin: 0;
    padding: 0;
}
.pum-content.popmake-content .button:hover {
    background: #419844;
    }
#mc_embed_signup div.response {
    width: 80% !important;
    color: #d66638;
    line-height: normal;
    font-size: 14px;
    font-weight: 400!important;
}
#mc_embed_signup div#mce-responses {
    width: 100% !important;
    clear: both;
}
#mce-success-response {
    color: #d66638 !important;
}
#mc_embed_signup_scroll .clear {
    clear: both;
    overflow: visible;
    visibility: visible;
    width: 100%;
    height:auto;
}
.textcenter {
    text-align: center;
    font-weight: 700;
}
.pum-container.popmake.low_width {
    width: 430px!important;
    padding: 15px 0px!important;
    position: relative;
    top: 145px!important;
}
@media only screen and (max-width: 480px) {
    .pum.pum-overlay{
        top: 68px !important;
    }
    .clear p {
    float: none;
    margin: 0 auto;
    display: table;
    padding-top: 15px;
}
   .pum-container.pum-responsive.pum-responsive-medium h3 span{
        font-size: 15px!important;
        line-height: 22px!important;
        margin-top: 0;
        padding-top: 0;
        text-align:center;
    }
    .pum.pum-overlay .pum-container, .pum-theme-lightbox .pum-container {
        padding: 20px 20px 0 20px !important;
    }
    .pum-container.pum-responsive.pum-responsive-medium {
        top: 0 !important;
    }
    .pum.pum-overlay .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
        top: 5px !important;
    }
    .pum-container.pum-responsive.pum-responsive-medium .figure {
        width: 100%;
    }
    .information {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-content {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }
    #mc_embed_signup div#mce-responses {
        margin: 0 !important;
        margin-bottom: 15px !important;
        padding-bottom: 25px!important;
    }
    .pum-container.pum-responsive.pum-responsive-medium.low_width {
        top: 30% !important;
        width: 100%!important;
    }
    h2.h2_news {
        font-size: 28px !important;
        padding-left: 15px;
    }


   
}
@media  (min-width: 481px) and (max-width: 767px) {
    h2.h2_news {
        font-size: 28px !important;
        padding-left: 15px;
    }
    .pum.pum-overlay{
        top: 52px !important;
    }
    .pum-container.pum-responsive.pum-responsive-medium h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 0;
        text-align:justify;
    }
    .main-content {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }
    .information {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .pum-container.pum-responsive.pum-responsive-medium {
        top: 0!important;
    }
    #mc_embed_signup input:focus {
        border-color: #d66638!important;
    }
    #mc_embed_signup div#mce-responses {
        margin: 0 !important;
        margin-bottom: 15px !important;
        padding-bottom: 25px!important;
    }
    .pum-container.pum-responsive.pum-responsive-medium.low_width {
        top: 30% !important;
        width: 100%!important;
    }



}
@media screen and (max-width:2238.45px) and (min-width:2049px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        width: 100%;
        max-width: 780px!important;
    }

}
@media screen and (max-width:2189.25px) and (min-width:1831.33px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        width: 100%;
        max-width: 780px!important;
    }

}

/* POPUP CSS End Here
} */


body.hidden-scroll {
    overflow-y: scroll !important;
    padding-right: 0!important;
}
.pdl-25{ padding-left:25px !important;}
.classtrainbutton {
    position: relative;
    z-index: 0;
   text-align: center;
   margin-bottom:15px;
}
.classtrainbutton .printfriendly {
    float: none;
}
.classtrainbutton .printfriendly a{ width: 100%;} 
span.classtrainbutton.padd-left-right-20.clickhere-shop {
    float: none;
}
.entry-content {
    text-align: justify;
}
/*.gallery .col-md-8 {
    max-width: 709px;
    width: 100%;
    padding-left:0px;
}*/
/*.gallery .col-md-4 {
    max-width: 265px;
    width: 100%;
    padding-right:0px;
    
}*/
.navbar-nav.vd-navbar-nav>li>a:hover {
    color: #f16531!important;
    border-bottom: 1px solid #f16531;
}
.navbar-nav.vd-navbar-nav>li.menu-item-has-children>a:hover {
    border-bottom: 0;
}
.home_video .h_video_main li {
    list-style: none;
}
.classtrainbutton.print-travel {
    margin-top: 10px;
    position:relative;
}
.classtrainbutton.print-travel:before {
    background-image: url(images/print-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 5px;
    
}
span.prauthor {
    display: block;
    font-style: italic;
    padding-bottom:15px;
}
.page-template-template-fullwidth .entry-content {
    text-align: justify;
    line-height: 27px;
}
.page-template-template-fullwidth .entry-content div > img{
   /* float:left;*/
    padding:0 25px 25px  0;
    margin-right:8px;
}
/*.page-template-template-fullwidth.page-child .entry-content div > img{
   float:left;
}*/
.page-template-news-list-template .news .page_title h1 {
    font-size: 42px;
    line-height: 50px;
    font-family: 'robotoregular';
    font-weight: 700;
}
.page-template-news-list-template .news .page_title{
    padding-left:18px;
}
h2.h2_news {
    font-size: 32px;
    margin-top: 0;
    font-weight:400;
}
.contact-pg h1 {
    padding-left: 0;
    margin-left: 0;
    margin-bottom:0px;
    font-size:42px;
    font-weight:700;
    line-height:50px;
}
.contact-pg .page-wrapper {
    padding: 0 !important;
}
.page-template-news-pdf-template .contact-pg.news h1 {
    font-size: 42px;
    font-weight: 700;
}
.page-template-news-pdf-template .contact-pg.news .page_title{
    margin-left:0px;
}
.page-template-news-template-php .page_title {
    padding-left: 18px;
}
.contact-pg.news .parent-page.news-media1.news-media-customer img{
    width:100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    height:auto;
}
.contact-pg.news .parent-page.news-media1.news-media-customer.news-list img{
    width:100%;
}
.contact-pg.news .parent-page.news-media-customer img {
    width: auto;
}
video.background {
  background: black
}
.test-training {
    border: 1px solid #248fbf;
    width: 100%;
    max-width: 400px;
    float: left;
    margin-right: 135px;
    border-radius: 15px;
}
.test-training:nth-last-child(1) {
    margin-right: 0;
}
.test-training .trainimg {
    width: 100%;
    max-width: 184px;
    padding: 0 !important;
    float: none !important;
    margin-right: 15px;
}
.test-training a {
    font-size: 17px;
    font-weight: 400;
     font-family: 'robotoregular';
}
.content-area .test-training p{ margin-bottom:0px;}
.common-pg {
    width: 100%;
}
.leftside {
    width: 55%;
    float: left;
    margin-right: 30px;
}
.rightside {
    width: 40%;
    float: left;
    text-align: center;
    margin: 0 auto;
}
.rightside img {
    text-align: center;
    margin: 0 auto;
    float: none!important;
    display: table;
}
.common-pg {
    width: 100%;
    padding-bottom: 25px;
    display: block;
    float: left;
}
.entry-content .leftside h1 {
    text-align: initial;
}
.test-training.bolegrafe-training {
    width: 100%;
    max-width: 500px;
}
.test-training.bolegrafe-training img {
    float: left!important;
}
.classtrainbuttonorange.col-sm-6.offset-col-sm-6 {
    float: right;
}
.col-wrapper {
    width: 100%;
    padding: 0 35px;
}
.page.page-id-860 ul li, .conatct-sidebar.col-md-6{
    line-height:24px;
}
.common-pg .col-sm-9 {
    max-width: 660px;
}
.classtrainbutton a:hover, .classtrainbuttonorange a:hover {
    text-decoration: underline!important;
}
.mg-zero{margin:0;}
.mg-tp50{ margin-top:50px;}
.mg-tp40{ margin-top:40px;}
.mg-tp30{ margin-top:30px;}
.mg-tp20{ margin-top:20px;}
.f-right{float:right;}

.content-area .ngg-slideshow .slick-next,.content-area .ngg-slideshow .slick-prev{
        z-index: 1!important;
}
 
.page-id-3218 h1.main-heading , .page-id-3214 h1.main-heading, .page-id-3205 h1.main-heading{
    display: none;
}
.page-id-3218 .common-pg h1, .page-id-3214 .entry-content h1, .page-id-3205 .entry-content h1 {
    font-size: 26px;
    font-weight: 400;
    color: #184d8f;
}
.videoshow.col-md-6.mg-tp30 {
    padding-left: 0;
}
.page.page-child .wrapper .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.page-id-105  section > .col-md-8, .page-id-995 .video .wrapper section > .col-md-8 {
    width: 700px;
}
.page-id-105  .wrapper section#main > .col-md-4.sidebar_menu.sidebar, .page-id-995 .video .wrapper section > .col-md-4.sidebar_menu.sidebar {
    width: 274px;
}
.page-id-105  section#main > .col-md-8 .parent-page.news-media1 > .col-md-4, .page-id-995 .video .wrapper section > .col-md-8 > .news-list > .col-md-4 {
    padding: 0 4px;
}
#mc_embed_signup div.mce_inline_error {
    background-color: inherit;
    color: red;
}
.page-template-default .grey-banner, .page-template-template-fullwidth .grey-banner {
    background-color: #fff;
}
.page-template-default .grey-banner h1, .page-template-template-fullwidth .grey-banner h1{
    color:#184d8f ;
     background-color: #fff;
}
.page-template-default .grey-banner, .page-template-template-fullwidth .grey-banner{
    padding:0px;
}
.page-template-default.page.page-child>.container, .page-template-template-fullwidth.page.page-child>.container{
    width: 850px;
    margin: 0 auto;
}
.img-left{
    float:left;
    padding-right:25px;
    padding-bottom:15px;
    width: auto;
}

.content-area.mx-width .container{
    width:850px;
    margin:0 auto;
}
.error-404.not-found.col-sm-12 {
    text-align: center;
   padding-bottom: 65px;
}
.error-404.not-found.col-sm-12 input.search-field {
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 5px;
}
.page-template-template-fullwidth.page.page-child ul {
    list-style: disc;
    padding-right: 15px;
}
.page-template-template-fullwidth.page.page-child .content-area.mx-width ul, .content-area.mx-width ul{
    padding:0 15px;
}
.page-template-template-fullwidth.page.page-child .content-area.mx-width ul li,.content-area ul li  {
    list-style: disc;
    display: list-item;
    
}
form label {
    font-weight: 400;
}
.wp-block-columns.has-2-columns.contact-form-box>.wp-block-column>h3 {
    margin-top: 0;
    padding-top: 0;
}
figure.wp-block-image+figcaption, figcaption {
    text-align: left !important;color: #333333 !important;font-style: italic; font-size:18px !important;
}
.copyright-content{
        color: #00347d !important;
        font-family: 'Roboto-Medium'!important;
        padding-top: 8px;font-size: 15px !important;
}

section.sidebar+.get-quote-btn .common-btn {
        letter-spacing: 2px;
    font-size: 14px;
    white-space: normal;

}
section.sidebar+.get-quote-btn .common-btn{
       padding: 9px 40px;
   
    }
#send-btn{
	color:#000000;
}
.col-md-9 .row.get-quote-btn .col-md-12.text-center.application-about-app {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: table;
    float: none;
}

/*For submit your resume inout button*/
.fs-open-position p {
    margin-bottom: 30px;
}
.fs-open-position h2 {
    margin-top: 0;
}
.fs-submit-resume .label{
    padding: 10px;
    background-color: #428bca;
    border-color: #357ebd;
    display: table;
    color: #fff;
    cursor: pointer;
    white-space: initial;
}

#input-type-file{
    display: none;
}
.codedropz-upload-inner h3 {
    font-size: 18px !important;
    line-height: 18px !important;
    text-align: center;
    font-weight: normal;
}
.codedropz-upload-inner .codedropz-btn-wrap {
    margin-top: 5px;
}
.fs-submit-resume .wpcf7-form-control-wrap #checkposition .wpcf7-list-item {
    display: block;
}
.fs-submit-resume .other-option:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.fs-submit-resume .other-option {
    width: 100%;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
}

.page-id-14548 section#primary {
    background-attachment: fixed;
}
/*Sale Manager CSS*/
.page-id-14899 header.newheader, .page-id-14899 section.footer,.page-id-14899 section.footer-bg,.page-id-14899 section.copyright {
    display: none;
}
.sales-manager {

	padding: 50px 0 30px 0;
}
.sales-manager .riley-photo {
	background-color: #fff;
	text-align: center;
	border-radius: 25px;
	padding: 20px;
}
.sales-manager .riley-photo .riley-thumbnai img {
	height: 200px;
	width: 200px;
	border-radius: 100%;
}
.sales-manager .riley-photo h3 {
	margin-top: 0;
}
.linkedline-profile a {
	background: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 25px 0px;
	box-shadow: 2px 3px 2px 0px #dedcdc;
	width: 100%;
	display: block;
	color: #000;
	font-size: 24px;
}

.profile-section .vdrs-logo {
	text-align: center;
	max-width: 263px !important;
}
.profile-section .vdrs-logo img {
	padding: 5px 0;
}
.linkedline-profile a:hover {
	background: #f16733;
	color: #fff;
}

.riley-product-link a, button.riley-product-link {
	text-align: center;
	padding: 15px;
	background: #fff;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	font-size: 24px;
	border-radius: 15px 0;
	color: #00449e;
	border: none;
	font-family: 'robotoregular' !important;
	font-weight: 400;
}
button.riley-product-link a{
    margin-bottom: 19px;
}
.riley-product-link a:hover, button.riley-product-link:hover, #save:hover {
	background-color: #f16733;
	color: #fff!important;
}
.form-wrapper .group--field {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.form-wrapper .group--field .form-group {
	width: 100%;
}
.form-wrapper .group--field .form-group .form-control {
	height: 48px;
}
.form-wrapper input[type="submit"] {
	background: #f16632;
	padding: 10px 55px;
}
.riley-video h2,.riley-video h3{ 
    text-align:center;
    color: #000;
    margin: 0;
}
.riley-video h3 {
	margin-bottom: 20px;
}
.youtube--video {
	margin-bottom: 25px;
}
.page-id-14899  .grey-banner{display:none;}
.page-id-14899 #primary {
	background: #d3d9d7 !important;
}
.sales-manager img {
	width: 200px !important;
	height: 200px !important;
}
.sales-manager h2, .sales-manager h3 {
	text-align: center;
	color: #00449e;
	padding: 0;
	margin: 20px 0 0 0;
	font-family: 'robotoregular' !important;
}
.sales-manager h3 {
	margin-top: 0;
	font-family: 'robotoregular' !important;
	font-weight: 400;
}
.sales-manager h2:before, .riley-contact-form h2:before, .riley-video h2:before{
    display:none;
}
.page-id-14899 .wrapper {
	background-color: inherit;
	padding: 50px 0;
}
.sales-manager {
	padding: 50px 0 50px 0;
	background-color: #fff;
	border-radius: 5px;
}
.linkedline-profile {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.rofile-section .vdrs-logo img {
	height: 60px;
	margin: 0;
}
.riley-product-link {
	margin: 0 !important;
	padding: 0 !important;
	color: #044981 !important;
}
.profile-section .wp-block-columns {
	margin-bottom: 20px;
}
#save-btn {
	padding: 14px !important;
	margin-bottom: 20px !important;
}
.profile-section {
	margin-top: 20px;
	width: 100%;
	background: #fff;
	border-radius: 15px 0;
}
.riley-contact-form h2 {
	color: #044981 !important;
	text-align: center;
}
.sales-manager .riley-thumbnai img {
	width: 200px !important;
	height: 170px !important;
	border-radius: 5px;
	object-fit: cover !important;
}
.page-id-14899 section#primary.content-area {
	background: #d3d9d7 !important;
	background-image: url(//m.vivelima.com/wp-content/uploads/2020/02/Turnkey-rec-systems.jpg) !important;
	background-attachment: fixed !important;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}
.all-button-section h3 {
	font-weight: 400;
}
.riley-contact-form, .product--link--section, .video--section {
	background: #fff;
	border-radius: 25px 5px;
	padding: 5px 50px;
}
.riley-contact-form .form-wrapper .group--field {
	display: block;
}
.product--link--section a {
	background: #044981;
	color: #fff;
	text-align:left;
	border-radius: 0px;
}
.product--link--section a:hover {
	background: #f16632;
	border-radius: 0;
}
.product--link--section, .video--section {
	margin-top: 20px;
}
.product--link--section h2, .video--section h2{
	text-align: center;
}
.product--link--section h2::before, .video--section h2::before{
	display: none;
}
.product--link--section .riley-product-link {
	border-left: 10px solid #f16632;
}
.product--link--section .riley-product-link a{
	padding-left: 30px !important; 
}
.riley-contact-form .form-wrapper .form-group label {
	color: #044981;
}
.riley-contact-form .form-control {
	border: 2px solid #bcbbbe;
	border-radius: 0;
}
.riley-contact-form .form-wrapper .group--field .form-group .form-control {
	height: 42px;
}
.gallery-section+.pum-close.popmake-close {
    display: none;
}
.inner-head .header-image img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.inner-head .header-image {
    height: 100%;
}

  @media (min-width: 1200px){
    .page-id-14899 .container {
      width: 750px;
    }
}
.footer-wrapper.pull-right.youtube-link {
    display: flex;
    align-items: center;
    justify-content: center;
}