
/* Font-Awesome Live URL */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


/* @import url('http://example.com/example_style.css'); */

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */



/* These includes are optional, but helpful. */
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

 





/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Section Background Colors */
    /*  */
    /*  */
    /*  */
    /*  */


/* Typography */
            /*  */
            /*  */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #666666;
  font-family: 'Open Sans', Arial, Sans-Serif;
  font-size: 15px;
  line-height: 1.8;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

a { 
    color: #ed4b41; 
    text-decoration:none;  
}
a:hover, a:focus { 
    color: #ed4b41;
    text-decoration:none;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333333;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    margin: 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: Poppins, Arial, Sans-Serif;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;  
    margin-bottom: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
	text-decoration: none;
	outline: none !important;
}

h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus {
    color: ;
    opacity: 0.75;
}

h1 { font-size: 38px; line-height: 48px; }
h2 { font-size: 28px; line-height: 38px; }
h3 { font-size: 22px; line-height: 34px; }
h4 { font-size: 18px; line-height: 30px; }
h5 { font-size: 14px; line-height: 26px; }
h6 { font-size: 12px; line-height: 24px; }

/* Lists */
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */

blockquote {
    background-color: #f6f6f6;
    border-radius: 5px;
    margin: 30px;
    padding: 40px 30px 30px 80px;
}
blockquote p {
    position: relative;
}

blockquote p:before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    left: -45px;
    padding-right: 15px;
    position: absolute;
    top: -15px;
}
blockquote span {
    display: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 5px;
    text-align: right;
}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}





/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

/* Custom HubL div */
.row-fluid [class*="span"] {
    min-height: 1px;
}


/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {
    max-width: 100%;
    width: 100%;
}
.header-container {
    max-width: 100%;
    width: 100%;
}


/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}






/* ==========================================================================
   Content                                                 
   ========================================================================== */


.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper { 
    background-color: #ffffff;
    max-width: 100%;
    width: 100%;
}

.header-container, 
.body-container, 
.footer-container {
    max-width: 100%;
    width: 100%;
}

.content-width{
    width: 100%;
    margin: 0 auto!important;
    float: none!important;
    padding: 0 15px;
    max-width: 1170px;
}
.section-space {
    padding-bottom: 80px;
    padding-top: 80px;
}
.blog-section-space {
    padding-bottom: 40px;
    padding-top: 40px;
}

.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-bottom15 {
    margin-bottom: 15px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-top15 {
    margin-top: 15px;
}
.margin-top20 {
    margin-top: 20px;
}
.margin-top30 {
    margin-top: 30px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.btn-1 p a {
    background-color: #FFBD1F;
    color: #ffffff;
    border: 1px solid #FFBD1F;
}

.btn-2 p a {
    background-color: #ed4b41;
    color: #ffffff;
    border: 1px solid #ed4b41;
}
.btn-2 p a,
.btn-1 p a {  
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px 7px 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.btn-2 p a:hover {
    background-color: #FFBD1F;
    border: 1px solid #FFBD1F;
    color: #ffffff;
}
.btn-1 p a:hover {
    background-color: #ed4b41;
    border: 1px solid #ed4b41;
    color: #ffffff;
}

.btn-top {
    margin-top: 20px;
}

.link-top {
    margin-top: 10px;
}

.text-link p a {
    color: #ed4b41;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
    transition: 300ms ease-in;
}

.text-link p a:hover {
    color: #FFBD1F;
    padding-left: 5px;
    transition: 300ms ease-in;
}
.text-link p a:after {
    transition: 300ms ease-in;
}

.text-link p a:hover:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 5px;
    transition: 300ms ease-in;
}

.section-bg-1 {
    background-color: #FFFFFF;
}

.section-bg-2 {
    background-color: #F6F6F6;
}

.section-bg-3 {
    background-color: #FFBD1F;
}

.section-bg-4 {
    background-color: #ed4b41;
}

.webpage-container p,
.webpage-container h1,
.webpage-container h2,
.webpage-container h3,
.webpage-container h4,
.webpage-container h5,
.webpage-container h6 {
    margin: 0;
}

.webpage-container a:hover {
    color: inherit;
}

.title-bottom {
	margin: 0 0 40px 0;
}

.uline-img {
    line-height: 5px;
    margin-bottom: 30px;
    text-align: center;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: bottom;
}
.img-radius img {
    border-radius: 5px;
}

.introcontent p {
    color: ;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
}


/* Unique Pages
   ========================================================================== */
   
/* ===================================== Landing Page V2 Starts =========================== */

/* Header Starts */


.lpv2-header-bg {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 180px;
    padding-top: 180px;
}
.lpv2-header-head {
    width: 75% !important;
}
.lpv2-header-head p {
    width: 90%;
} 

.lpv2-header-btn p a {
    background-color: #ed4b41;
    color: #ffffff;
    border: 1px solid #ed4b41;
}
.lpv2-header-btn p a {  
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px 7px 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.lpv2-header-btn p a:hover {
    background-color: #FFBD1F;
    border: 1px solid #FFBD1F;
    color: #ffffff;
}

/* Header Ends */

/* Quote Form Starts */

.form-right-padding {
    /*left: 40%;
    position: absolute;
    top: 80px;
    right: 0;
    width: 50% !important;*/
    margin-left: -80px !important;
}
.lpv2-form-col > div {
    display: table;
    margin: 0 auto;
    max-width: 1400px;
}
.lpv2-form-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 243px;
    padding-top: 243px;
    padding-left: 83px;
    padding-right: 83px;
}
.lpv2-form-bg h3,
.lpv2-form-bg p {
    color: #f3f3f3;
}
.lpv2-quote-form > div {
    background-color: #ffdb44;
    border: 1px solid #FFBD1F;
    border-radius: 5px;
    margin: 80px 0;
}

.lpv2-quote-form .hs-form-checkbox-display > span,
.lpv2-quote-form .hs-form-radio-display > span {
    color: #555555;
}
.lpv2-quote-form h3,
.lpv2-quote-form label, .lpv2-quote-form .hs-form-field > label {
    color: #333333;
}
.lpv2-quote-form .hs-button.primary, 
.lpv2-quote-form input[type="submit"], 
.lpv2-quote-form input[type="button"] {
    background-color: rgba(255, 255, 255, 0.2);
    color: #333333;
}
.lpv2-quote-form input[type="text"],
.lpv2-quote-form input[type="password"],
.lpv2-quote-form input[type="datetime"],
.lpv2-quote-form input[type="datetime-local"],
.lpv2-quote-form input[type="date"],
.lpv2-quote-form input[type="month"],
.lpv2-quote-form input[type="time"],
.lpv2-quote-form input[type="week"],
.lpv2-quote-form input[type="number"],
.lpv2-quote-form input[type="email"],
.lpv2-quote-form input[type="url"],
.lpv2-quote-form input[type="search"],
.lpv2-quote-form input[type="tel"],
.lpv2-quote-form input[type="color"],
.lpv2-quote-form input[type="file"],
.lpv2-quote-form textarea,
.lpv2-quote-form select {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent !important;
    box-shadow: 1px 1px 2px #ffbd1f;
    color: #333333;
    padding-left: 40px !important;
}

/* Header Form Css */

.lpv2-quote-form form {
    padding: 15px 30px 30px;
}
.lpv2-quote-form .form-title {
    background-color: #FFBD1F;
    border-radius: 5px 5px 0 0;
    padding: 15px 15px;
    text-align: center;
}

.lpv2-quote-form .hs_name .input,
.lpv2-quote-form .hs_email .input,
.lpv2-quote-form .hs_message .input {
    position: relative;
}
.lpv2-quote-form .hs_name .input:after {
    color: #333333;
    content: "\f007" ;
    font-family: fontawesome;
    position: absolute;
    left: 18px;
    top: 14px;
}
.lpv2-quote-form .hs_email .input:after {
    color: #333333;
    content: "\f003" ;
    font-family: fontawesome;
    position: absolute;
    left: 15px;
    bottom: 16%;
}

.lpv2-quote-form .hs_message .input:after {
    color: #333333;
    content: "\f040" ;
    font-family: fontawesome;
    position: absolute;
    left: 15px;
    bottom: 44.5%;
}

/* Quote Form Ends */

/* Two Col 1 Starts */

.lp-2-col-sub-head p {
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
}

/* Two Col 1 Ends */

/* Services Starts */

.lpv2-services-col {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 20px 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.lpv2-services-col img {
    border: 2px solid transparent !important;
    border-radius: 50%;
    margin-bottom: 15px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
}
.lpv2-services-col:hover img {
    border: 2px solid #ed4b41 !important;
    transition: all 0.3s ease-in-out;
}
.lpv2-services-col:hover {
    background-color: #F86157;
    border: 1px solid #ed4b41;
    transition: all 0.3s ease-in-out;
}
.lpv2-services-col:hover p a,
.lpv2-services-col:hover p,
.lpv2-services-col:hover h4 {
    color: #ffffff;
}

/* Services Ends */

/* Contact Starts */

.lpv2-contact-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.lpv2-contact-space {
    padding-bottom: 100px;
    padding-top: 100px;
}
.lpv2-contact-head img {
    margin-bottom: 15px;
}
.lpv2-contact-head p {
    letter-spacing: 1px;
}
.lpv2-contact-head p a, .lpv2-contact-head p, .lpv2-contact-head h3 {
    color: #f3f3f3;
}
.lpv2-contact-head p a:hover {
    color: #FFBD1F;
}
.lpv2-call-col,
.lpv2-time-col {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 60px 30px;
}
.lpv2-content2 p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.lpv2-time p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 10px 0;
}

/* Contact Ends */

/* Cta Strip Starts */

.lpv2-cta-section-bg {
    background-color: #ed4b41;
}
.lpv2-cta-space {
    padding-bottom: 40px;
    padding-top: 40px;
}
.lpv2-cta-head h3 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: right;
}
.lpv2-cta-btn {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    padding: 10px 20px !important;
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: all 1300ms $ease-out-expo !important;
}
.lpv2-cta-btn:hover {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    font-size: 14px;
    letter-spacing: 3px !important;
    transition: all 1300ms $ease-out-expo !important;
}
.lpv2-cta-btn:hover span {
    color: #ffffff !important;
}

/* Cta Strip Ends */

/* Footer Section Starts */

.lpv2-footer-bg {
    background-color: #222222;
}
.lpv2-copyright {
    letter-spacing: 1px;
    color: #bbbbbb;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #666666;
    text-align: center;
}
.lpv2-footer-bg p a,
.lpv2-footer-bg p {
    color: #bbbbbb;
}
.lpv2-footer-bg p:hover a {
    color: #FFBD1F;
}
.lpv2-footer-bg h4 {
    color: #f3f3f3;
    margin-bottom: 10px;
}

.lpv2-footer-links p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    transition: all 300ms ease-in 0s;
}
.lpv2-footer-links .lpv2-footer-links-last p {
    margin-bottom: 0px;
}
.lpv2-footer-links p:before {
    color: #FFBD1F;
	content: "\f124";
	cursor: pointer;
	font-size: inherit;
	font-style: normal;
	font-family: fontawesome;
	padding-right: 15px;
	transition: 300ms ease-in;
}
.lpv2-footer-links p:hover:before {
    color: #ffffff;
	padding-left: 5px;
	transition: 300ms ease-in;
}
.lpv2-footer-links p:hover {
	padding-left: 5px;
	transition: 300ms ease-in;
}
.lpv2-footer-subs h3 {
    margin-bottom: 0;
}
.lpv2-footer-subs .hs-form-field {
    margin-top: 0;
}

/* Footer Social Icons */

.fa-ul-footer ul {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    padding-top: 15px;
    list-style-type: none;

}
.fa-ul-footer ul li {
    display: table-cell;
    position: relative;
    padding-right: 12px;
}

.fa-ul-footer ul li span a:before {
    color: #ffffff;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    font-weight: 400;
    padding-right: 5px;
    text-align: center;
    transition: .2s;
    border: 3px solid #2b2b2b;
    border-radius: 50%;
    height: 40px;
    padding: 4px;
    text-align: center;
    width: 40px;
}

.fa-ul-footer ul li:first-child span a:before{
    content: "\f09a";
}
.fa-ul-footer ul li:nth-child(2) span a:before {
    content: "\f0e1";
}
.fa-ul-footer ul li:nth-child(3) span a:before{
    content: "\f099";
}
.fa-ul-footer ul li:nth-child(4) span a:before {
    content: "\f231";
}

.fa-ul-footer ul li:first-child:hover,
.fa-ul-footer ul li:nth-child(2):hover,
.fa-ul-footer ul li:nth-child(3):hover,
.fa-ul-footer ul li:nth-child(4):hover {
    transition: 500ms ease-in;
}
.fa-ul-footer ul li:first-child:hover span a,
.fa-ul-footer ul li:nth-child(2):hover span a,
.fa-ul-footer ul li:nth-child(3):hover span a,
.fa-ul-footer ul li:nth-child(4):hover span a {
    color: #ffffff;
    transition: 500ms ease-in;
}
.fa-ul-footer ul li:first-child:hover span a:before,
.fa-ul-footer ul li:nth-child(2):hover span a:before,
.fa-ul-footer ul li:nth-child(3):hover span a:before,
.fa-ul-footer ul li:nth-child(4):hover span a:before {
    background-color: #FFBD1F;
    color: #ffffff;
    transition: 500ms ease-in;
}

/* Footer Section Ends */


/* ===================================== Landing Page V2 Ends =========================== */
   
/* ===================================== Landing Page V1 Starts =========================== */

/* Header Starts */

.lp-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.lp-content-header-width > div {
    display: table;
    margin: 0 auto;
    max-width: 1400px;
}
.header-content-padding {
    padding: 180px 0px 180px 90px;
}
.header-form-padding {
    background-color: rgba(34, 34, 34, 0.5);
    padding: 150px 90px 165px 90px;
}
.lp-header-head .header-sub-head p {
    color: #ffffff;
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 10px;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 80px;
}
.lp-header-head p,
.lp-header-head h1 {
    color: #f3f3f3;
}
.lp-header-head h1 {
    margin-bottom: 15px;
}

.lp-header-form .hs-form-checkbox-display > span,
.lp-header-form .hs-form-radio-display > span {
    color: #eeeeee;
}
.lp-header-form h3 {
    color: #f3f3f3;
    text-align: center;
}
.lp-header-form label, .lp-header-form .hs-form-field > label {
    color: #bbbbbb;
    padding-left: 10px !important;
}
.lp-header-form .hs-button.primary, 
.lp-header-form input[type="submit"], 
.lp-header-form input[type="button"] {
    background-color: #FFBD1F;
    border-radius: 50px;
    margin-top: 45px;
    padding: 12px;
    text-align: center;
    width: 100%
}
.lp-header-form input[type="text"],
.lp-header-form input[type="password"],
.lp-header-form input[type="datetime"],
.lp-header-form input[type="datetime-local"],
.lp-header-form input[type="date"],
.lp-header-form input[type="month"],
.lp-header-form input[type="time"],
.lp-header-form input[type="week"],
.lp-header-form input[type="number"],
.lp-header-form input[type="email"],
.lp-header-form input[type="url"],
.lp-header-form input[type="search"],
.lp-header-form input[type="tel"],
.lp-header-form input[type="color"],
.lp-header-form input[type="file"],
.lp-header-form textarea,
.lp-header-form select {
    border-radius: 50px !important;
    padding: 10px 10px 10px 30px !important;
}

/* Header Ends */

/* About Us Starts */

.lp-abt-sub-head p {
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

/* About Us Ends */

/* Our Services Starts */

.lp-services-col {
    background-color: #f3f3f3;
    border-radius: 5px;
    transition: 300ms ease-in;
}
.lp-services-col.lp-services-col-shadow {
   box-shadow: 1px 2px 3px #999999; 
   transition: 300ms ease-in;
}
.lp-services-col.lp-services-col-shadow:hover {
    box-shadow: none;
   transition: 300ms ease-in;
}
.lp-services-col:hover {
    background-color: #f2f2f2;
    box-shadow: 1px 2px 3px #999999;
    transition: 300ms ease-in;
}
.lp-services-col img {
    border-radius: 5px 5px 0 0;
}
.lp-services-content {
    padding: 15px;
    transition: 300ms ease-in;
}
.lp-service-img {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.lp-service-img img {
    transition: all 0.3s ease-in-out 0s;
}
.lp-services-col:hover .service-img img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0s;
}

/* Our Services Ends */

/* Pricing Section1 Starts */

.lp-price-pg-col1 {
    background-color: #f6f6f6;
    border: 1px solid #f4f4f4;
    border-radius: 5px 5px 5px 5px;
    padding: 0 30px 30px 30px;
    text-align: center;
    transition: all 300ms ease-in 0s;
}
.lp-price-head-bg h4 {
    background-color: #FFBD1F;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: -7px;
    padding: 5px 15px;
}
.lp-price-head-bg {
    position: relative;
}
.lp-price-head-bg:before {
    border-right: 7px solid rgb(255, 189, 31);
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: -7px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}
.lp-price-head-bg:after {
    border-left: 7px solid rgb(255, 189, 31);
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: -7px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}
.lp-price-pg-tag p {
    border-bottom: 1px solid rgb(255, 189, 31);
    color: #333333;
    font-family: Roboto;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
    margin-bottom: 20px;
    transition: all 300ms ease-in 0s;
}
.lp-price-pg-tag p span:first-child {
    color: #ed4b41;
    font-size: 16px;
    vertical-align: super;
}
.lp-price-pg-tag p span:last-child {
    color: #ed4b41;
    font-size: 16px;
    vertical-align: inherit;
}
.lp-price-pg-content p span {
    font-weight: 600;
}
.lp-price-pg-content p {
    margin: 0 0 15px;
    letter-spacing: 1px;
}
.lp-price-pg-content-last p {
    margin: 0 0 0px;
}
.lp-price-pg-col2 {
    background-color: #f6f6f6;
    border: 1px solid #ed4b41;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 3px 5px #c5c5c5;
    padding: 0 20px 30px 20px;
    text-align: center;
    transition: all 300ms ease-in 0s;
    z-index: 1;
}
.lp-price-pg-col2:hover,
.lp-price-pg-col1:hover {
   background-color: #ffffff; 
   transition: all 300ms ease-in 0s;
}
.lp-price-head-bg1 h4 {
    background-color: #ed4b41;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: -7px;
    padding: 5px 15px;
}
.lp-price-head-bg1 {
    position: relative;
}
.lp-price-head-bg1:before {
    border-right: 7px solid rgb(237, 75, 65);
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: -7px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}
.lp-price-head-bg1:after {
    border-left: 7px solid rgb(237, 75, 65);
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: -7px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}
.lp-price-pg-tag1 p {
    border-bottom: 1px solid rgb(237, 75, 65);
    color: #333333;
    font-family: Roboto;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
    margin-bottom: 20px;
    transition: all 300ms ease-in 0s;
}
.lp-price-pg-tag1 p span:first-child {
    color: #666666;
    font-size: 16px;
    vertical-align: super;
}
.lp-price-pg-tag1 p span:last-child {
    color: #666666;
    font-size: 16px;
    vertical-align: inherit;
}
.lp-price-sec .row-fluid [class*="span"] {
    margin-left: 0!important;
}
.lp-price-sec {
    text-align: center;
}

.lp-price-pg {
    display: inline-block !important;
    float: none !important;
    margin-right:-4px;
    margin-top: 0px !important;
   /* margin-left: 0 !important;*/
    text-align: center;
}

.lp-price-shadow:before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , #191918 0%, rgba(0, 0, 0, 0) 81%) repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 5%;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 5%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 70%;
    z-index: -1;
}
.lp-price-shadow {
    backface-visibility: hidden;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}

/* Pricing Section1 Ends */

/* Counter Section Starts */

.lp-counter-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}
.lp-counter-col {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFBD1F;
    border-radius: 5px;
    padding: 20px 15px;
    transition: all 0.3s ease-in-out 0s;
}
.lp-counter-col:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out 0s;
}
.lp-counter-col .count p {
    color: #333333;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
}

/* Counter Section Ends */

/* Testimonial Section Starts */

.lp-testimonial-col > div {
    background-color: #FFBD1F;
    border-radius: 5px;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px;
    text-align: center;
    width: 80% !important;
}
.lp-testimonial-content {
    margin-top: 15px;
}
.lp-testimonial-col p,
.lp-testimonial-col h4 {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 10px;
}
.lp-testimonial-col h4 span {
    font-family: Roboto;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.lp-testimonial-div .owl-prev {
    top: -190px;
    left: 0;
    position: absolute;
}
.lp-testimonial-div .owl-next {
    top: -190px;
    right: 0;
    position: absolute;
}

/* Testimonial Section Ends */

/* News Section Starts */

.lp-news-col {
    background-color: #f3f3f3;
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.lp-news-col:hover {
    background-color: #ffffff;
    box-shadow: 1px 2px 3px #666666;
    transition: all 0.3s ease-in-out 0s;
}
.lp-news-col img {
    border-radius: 5px 5px 0 0;
}
.lp-news-img-grp {
    position: relative;
}
.lp-news-content {
    padding: 15px;
}

.lp-news-date p a {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}
.lp-news-date {
    background-color: rgba(255, 189, 31, 0.5);
    bottom: 0px;
    padding: 10px 15px;
    position: absolute;
    width: 100% !important;
}
.lp-clients-img > div {
    text-align: center;
}

/* News Section Ends */

/* Cta Strip Starts */

.lp-cta-section-bg {
    background-color: #FFBD1F;
}
.lp-cta-space {
    padding-bottom: 40px;
    padding-top: 40px;
}
.lp-cta-space.cta-head h3 {
    color: #ffffff;
}
.lp-cta-btn {
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 10px 20px !important;
    position: relative;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px !important;
    text-align: center;
    text-transform: uppercase;
    color: #ed4b41 !important;
    cursor: pointer;
    overflow: hidden;
    transition: all 1300ms $ease-out-expo !important;
}
.lp-cta-btn:hover {
    background-color: transparent !important;
    border-bottom: 2px solid #ffffff !important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid transparent !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 14px;
    letter-spacing: 3px !important;
    font-weight: 700 !important;
    transition: all 1300ms $ease-out-expo !important;
}

/* Cta Strip Ends */

/* Footer Starts */

.lp-footer-bg {
    background-color: #222222;
}
.lp-footer-bg h4 {
    color: #eeeeee;
    margin-bottom: 10px;
}
.lp-footer-service ul li,
.lp-footer-service ul li a,
.lp-footer-bg p a,
.lp-footer-bg p {
    color: #aaaaaa;
    transition: 300ms ease-in;
}
.lp-footer-bg p:hover a {
    color: #ed4b41;
    transition: 300ms ease-in;
}
.lp-footer-icons ul {
    display: inline-flex;
    margin-top: 15px; 
}
.lp-footer-icons ul li {
    margin-right: 15px; 
}
.lp-footer-icons ul li:last-child  {
    margin-right: 0px; 
}
.lp-footer-abt p {
    margin-top: 15px;
}
.lp-footer-service ul li a:hover,
.lp-footer-links p:hover a {
    color: #FFBD1F;
}

.lp-footer-links p {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    transition: 300ms ease-in;
    margin-bottom: 10px !important;
}
.lp-footer-service ul:last-child,
.lp-footer-links .lp-footer-links-last p {
    margin-bottom: 0px !important;
}
.lp-footer-service ul li {
    font-size: 14px;
}
.lp-footer-service ul {
    margin-bottom: 15px !important;
}
.lp-footer-service ul li {
    display: table-cell;
    vertical-align: top;
}
.lp-footer-service ul li:first-child {
    width: 35px;
}
.lp-footer-links p:last-child,
.lp-footer-service p:last-child {
    margin-bottom: 0px;
}
.lp-footer-subs h3 {
    margin-bottom: 0 !important;
}
.lp-footer-subs .hs_error_rollup {
    display: none;
}
.lp-footer-subs form .hs-form-field {
    margin-top: 0 !important;
}
.lp-footer-subs label, .footer-subs .hs-form-field > label {
    color: #eeeeee;
}
.lp-footer-links p a:before {
    content: "\f124";
    color: #aaaaaa;
    font-family: fontawesome;
    left: 0;
    position: absolute;
    transition: 300ms ease-in;
}
.lp-footer-links p:hover a:before {
    color: #FFBD1F;
    transition: 300ms ease-in;
}
.lp-footer-copyright {
    background-color: #222222;
    border-top: 1px solid #666666;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}

/* Footer Ends */

/* ===================================== Landing Page V1 Ends =========================== */


/* ===================================== Homepage Starts =========================== */

/* Header Video Background Starts */

.header-video-bg{
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow:hidden; 
} 

.header-video-head {
    background-color: rgba(34,34,34 ,0.6);
    position: relative; 
    padding-top: 170px; 
    padding-bottom: 130px;
}
    
.header-video-url video {
    min-width: 100%; 
    min-height: 900px; 
    object-fit: fill;
    
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
}

.header-video-head h1 {
    color: #f3f3f3;
    margin: 0 auto 15px;
    /* text-shadow: 1px 2px 3px #000000;*/
    width: 70%;
}

.header-video-url {
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%;
}

.header-video-head p {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px auto;
   /* text-shadow: 1px 2px 3px #666666;*/
    width: 70%;
}
.header-video-btns > div {
    display: table;
    margin: 0 auto;
}
.header-vbtn-1 p {
    width: 130px;
    text-shadow: none;
}
.header-vbtn-2 p {
    width: 151px !important;
    text-shadow: none;
}
.header-vbtn-2 {
    margin-left: 0px !important;
}
.header-vbtn-1 a {
    background-color: #FFBD1F;
    color: #ffffff;
}
.header-vbtn-2 a {
    background-color: #ed4b41;
    color: #ffffff;
    margin-left: 15px !important;
}
.header-vbtn-2 a,
.header-vbtn-1 a {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px 7px 20px;
    margin-top: 25px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

/* Header Video Background Ends */


/* ==== Header Static, Parallax Section Starts ==== */

.header-parallax-bg {
    background-attachment: fixed;
}
.header-parallax-bg,
.header-static-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
    padding-top: 170px;
}
.header-parallax-head h1,
.header-static-head h1 {
    color: #f3f3f3;
    margin: 0 auto 15px;
    width: 70%;
}
.header-parallax-head p,
.header-static-head p {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px auto;
    width: 70%;
}
.header-parallax-btns > div,
.header-static-btns > div {
    display: table;
    margin: 0 auto;
}
.header-pbtn-1 p,
.header-btn-1 p {
    width: 130px;
}
.header-pbtn-2 p,
.header-btn-2 p {
    width: 151px !important;
}
.header-pbtn-2,
.header-btn-2 {
    margin-left: 0px !important;
}
.header-pbtn-1 a,
.header-btn-1 a {
    background-color: #FFBD1F;
    color: #ffffff;
}
.header-pbtn-2 a,
.header-btn-2 a {
    background-color: #ed4b41;
    color: #ffffff;
    margin-left: 15px !important;
}
.header-pbtn-2 a,
.header-pbtn-1 a,
.header-btn-2 a,
.header-btn-1 a {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px 7px 20px;
    margin-top: 25px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

/* ==== Header Static Section Ends ==== */


/* ==== Header Slider Section Starts ==== */

.header-slider3,
.header-slider2,
.header-slider1 {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
    padding-top: 170px;
}
.header-slider3 h1,
.header-slider2 h1,
.header-slider1 h1 {
    color: #f3f3f3;
    margin-bottom: 15px;
    width: 75%;
}
.header-slider3 p,
.header-slider2 p,
.header-slider1 p {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    width: 70%;
}
.header-slider3 h1 {
    margin: 0 auto 15px;
}
.header-slider3 p {
    margin: 0px auto;
}
.header-slider2 h1,
.header-slider2 p {
    margin-left: auto;
}
.header-slider3 p:last-child span:first-child a,
.header-slider2 p:last-child span:first-child a,
.header-slider1 p:last-child span:first-child a {
    background-color: #FFBD1F;
    color: #ffffff;
}
.header-slider3 p:last-child span:last-child a,
.header-slider2 p:last-child span:last-child a,
.header-slider1 p:last-child span:last-child a {
    background-color: #ed4b41;
    color: #ffffff;
    margin-left: 15px;
}
.header-slider3 p:last-child span a,
.header-slider2 p:last-child span a,
.header-slider1 p:last-child span a {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px 7px 20px;
    margin-top: 25px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.header-slider3 p:last-child span:first-child:hover a,
.header-slider2 p:last-child span:first-child:hover a,
.header-slider1 p:last-child span:first-child:hover a {
    background-color: #ed4b41;
    color: #ffffff;
}
.header-slider3 p:last-child span:last-child:hover a,
.header-slider2 p:last-child span:last-child:hover a,
.header-slider1 p:last-child span:last-child:hover a {
    background-color: #FFBD1F;
    color: #ffffff;
}

.owl-theme .owl-controls {
    position: relative;
    text-align: center;
}
.owl-pagination {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}
/* Owl pagination styles */
.owl-page > span {
    background-color: #FFBD1F !important;
}

.owl-page.active > span {
    background-color: #ed4b41 !important;
}
/* Owl prev next arrow styles */
.carousel-slider .owl-theme .owl-controls .owl-buttons div {
    background: rgba(255,189,31,0.8) !important;
    border: 1px solid rgba(255,189,31,0.5);
    border-radius: 50px !important;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 0.5;
    padding: 6px 13px !important;
}
.carousel-slider .owl-prev {
    top: -257px;
    left: 5px;
    position: absolute;
}
.carousel-slider .owl-next {
    top: -257px;
    right: 5px;
    position: absolute;
}

/* ==== Header Slider Section Ends ==== */

/* ==== Who We Are Section Starts ==== */

.section-title-uline,
.section-title-uline h2 {
    position: relative;
}

.section-title-uline:after {
    border: 6px double #ffbd1f;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 100px;
}

.abt-sub-head p {
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

/* ==== Who We Are Section Ends ==== */


/* ==== Our Serrvices Section Starts ==== */

.services-col h4 {
    margin-top: 15px;
}
.service-img {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.service-img img {
    transition: all 0.3s ease-in-out 0s;
}
.services-col:hover .service-img img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0s;
}

/* ==== Our Services Section Ends ==== */

/* ==== Founder Speech Section Starts ==== */

.founder-left-img {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 461px;
    position: relative;
    float: left !important;
    width: 50% !important;
}
.founder-left-col {
    position: absolute;
}
.founder-content-padding {
    padding-left: 30px;
}
.founder-padding {
    padding: 60px 0 60px 0px;
}
.founder-content-padding {
    
}
.founder-width {
    max-width: 50% !important;
    width: 50% !important;
    float: right !important;
    position: relative;
}
.founder-width img {
    margin: 20px 0 0 0;
}
.founder-name p {
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
}

.founder-sub-head p {
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

/* ==== Founder Speech Section Ends ==== */

/* ==== What We Concentrate Section Starts ==== */


/* Gallery Magnific */

.gallery-ul ul li {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 33%;
}
.gallery-ul li {
    padding: 15px;
}

.gallery-ul ul li ul li:first-child {
    width: 25px;
    vertical-align: middle;
}
.gallery-ul ul li ul li:last-child {
    width: 35px;
    vertical-align: middle;
}
.gallery-ul ul li h4 {
    margin-bottom: 0;
    margin-top: 15px;
}
.gallery-ul ul li ul {
    display: inline;
}
.gallery-ul ul li ul li {
    display: inline-flex;
    padding: 0;
}

/* ==== What We Concentrate Section Ends ==== */

/* ==== Counter Section Starts ==== */

.counter-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}
.counter-col {
    background-color: transparent;
    padding: 20px 15px;
    transition: all 0.3s ease-in-out 0s;
}
.counter-col:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}
.counter-col .count p {
    color: #333333;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
}

/* ==== Counter Section Ends ==== */

/* ==== Our Team Section Starts ==== */

.team-col {
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}
.team-col h4 {
    margin-bottom: 0;
    margin-top: 15px;
}
.team-col .team-designation p {
    color: #ed4b41;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.team-ul ul {
    margin-top: 10px;
}
.team-ul li {
    display: table-cell;
    color: #666666;
    letter-spacing: 1px;
}
.team-ul li:first-child {
    width: 35px;
}
.team-ul li a {
   color: #666666; 
}
.team-ul li a:hover {
   color: #ed4b41; 
}
.team-img img {
    border-radius: 5px;
}

/* ==== Our Team Section Ends ==== */

/* ==== Single Column Section Starts ==== */

.single-col h2 {
    margin-bottom: 10px !important;
}
.single-col h2,
.single-col p {
    margin: 0 auto;
    width: 70%;
}

/* ==== Single Column Section Ends ==== */

/* ==== News Section Starts ==== */

.news-date p {
    color: #ed4b41;
    letter-spacing: 1px;
    margin-top: 15px;
}

/* ==== News Section Ends ==== */


/* ==== Our Clients Section Starts ==== */

.industry-form {
    margin-top: 10px;
}
.industry-form > div {
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px 10px;
}

.industry-form form {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 1px 20px 25px 20px;
}

.home-client-list ul {
    list-style: none;
}
.home-client-list ul li {
    margin-top: 15px;
    position: relative;
    margin-left: 25px;
}
.home-client-list ul li:before {
    content: "\f122";
    color: #ed4b41;
    font-family: fontawesome;
    left: -25px;
    position: absolute;
    transform: rotate(180deg);
    transition: all 300ms ease-in 0s; 
}


/* ==== Our Clients Section Ends ==== */

/* ==== Cta Section Starts ==== */

.cta-space {
    padding-bottom: 40px;
    padding-top: 40px;
}
.cta-head h3 {
    color: #f3f3f3;
    margin-bottom: 0px;
    margin-top: 4px;
}

.cta-btn {
    background-color: #ffffff !important;
    border-radius: 5px !important;
    color: #ed4b41 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-top: 0px !important;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    transition: 300ms ease-in;
}

.cta-btn:hover {
    background-color: #FFBD1F !important;
    color: #ffffff !important;
}

/* ==== Cta Section Ends ==== */

/* ==== Footer Strip Section Starts ==== */

.footer-strip-col3 li a,
.footer-strip-col3 p a,
.footer-strip-col3 li,
.footer-strip-col3 p,
.footer-strip-col2 li,
.footer-strip-col2 p,
.footer-strip-col1 li,
.footer-strip-col1 p {
    color: #ffffff;
}
.footer-strip-col1 h4, .footer-strip-col2 h4, .footer-strip-col3 h4 {
    color: #ffffff;
    text-align: left;
}
.footer-strip-col3 ul,
.footer-strip-col2 ul,
.footer-strip-col1 ul {
    display: inline-flex;
}
.footer-strip-col1 ul li:first-child,
.footer-strip-col2 ul li:first-child,
.footer-strip-col3 ul li:first-child {
    text-align: left;
    width: 32px;
}
.footer-strip-col2, .footer-strip-col1 {
    border-right: 1px solid #eeeeee;
    padding-right: 15px;
}
.footer-strip-col2, .footer-strip-col3 {
    margin-left: 0 !important;
}
.footer-strip-col2, .footer-strip-col1, .footer-strip-col3 {
    display: inline-block !important;
    float: none !important;
    text-align: center;
}
.footer-strip-col {
    left: 0;
    position: relative;
    right: 0;
}

/* ==== Footer Strip Section Ends ==== */

/* ==== Footer Section Starts ==== */

.footer-bg {
    background-color: #222222;
    margin-top: -88px;
}
.footer-space {
    padding-top: 165px;
    padding-bottom: 65px;
}

.footer-bg h4 {
    color: #eeeeee;
    margin-bottom: 10px;
}
.footer-bg p a,
.footer-bg p {
    color: #aaaaaa;
    transition: 300ms ease-in;
}
.footer-bg p:hover a {
    color: #ed4b41;
    transition: 300ms ease-in;
}
.footer-icons ul {
    display: inline-flex;
    margin-top: 15px; 
}
.footer-icons ul li {
    margin-right: 15px; 
}
.footer-icons ul li:last-child  {
    margin-right: 0px; 
}
.footer-abt p {
    margin-top: 15px;
}
.footer-links p:hover a {
    color: #FFBD1F;
}
.footer-links p {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    transition: 300ms ease-in;
    margin-bottom: 10px !important;
}
.footer-service .footer-service-last p,
.footer-links .footer-links-last p {
    margin-bottom: 0px !important;
}
.footer-service p {
    font-size: 14px;
    margin-bottom: 10px !important;
}
.footer-links p:last-child,
.footer-service p:last-child {
    margin-bottom: 0px;
}
.footer-subs h3 {
    margin-bottom: 0 !important;
}
.footer-subs .hs_error_rollup {
    display: none;
}
.footer-subs form .hs-form-field {
    margin-top: 0 !important;
}
.footer-subs label, .footer-subs .hs-form-field > label {
    color: #eeeeee;
}
.footer-links p a:before {
    content: "\f124";
    color: #aaaaaa;
    font-family: fontawesome;
    left: 0;
    position: absolute;
    transition: 300ms ease-in;
}
.footer-links p:hover a:before {
    color: #FFBD1F;
    transition: 300ms ease-in;
}
.footer-copyright {
    background-color: #222222;
    border-top: 1px solid #666666;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}

/* ==== Footer Section Ends ==== */


/* ===================================== Homepage Ends =========================== */

/* === Page Title Starts ==== */

.page-title-space {
    padding-bottom: 0px;
    padding-top: 80px;
}
.page-title-head h2 {
    border-right: 5px solid #ed4b41;
    padding-right: 30px;
}
.page-title-head h2 span {
    color: #ed4b41;
}
.abt-title {
    padding-bottom: 80px !important;
}

/* === Page Title Ends ==== */

/* =================== About Us Starts =================== */

/* === Header Starts ==== */

.about-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-head1 {
    padding-bottom: 110px;
    padding-top: 150px;
}

.header-head1 h1 {
    color: #f3f3f3;
    margin-bottom: 0;
}

/* === Header Ends ==== */

/* === About Section Starts === */

.about-pg1-padding {
    padding-bottom: 80px;
    padding-top: 80px;
}

.about-pg1-list ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.about-pg1-list ul {
    margin: 14px 0 0px 0;
}
.about-pg1-list ul:last-child {
    margin-bottom: 0px;
}
.about-pg1-list ul li:first-child {
    width: 40px !important;
}

/* === About Section Ends === */

/* === Special Features Starts === */

.special-features-bg {
   background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}
.special-features-padding {
    padding-bottom: 80px;
    padding-top: 80px; 
}
.spcl-features-sub-head p {
    color: #FFBD1F !important;
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.special-features-head h5 {
    color: #FFBD1F;
    margin-bottom: 5px;
}
.special-features-head h3 {
    color: #f3f3f3;
    margin-bottom: 5px;
}
.special-features-head p {
    color: #eeeeee;
}
.spcl-features-list  {
    margin-top: 15px;
}
.spcl-features-img {
    float: left !important;
    width: 50px !important;
}
.spcl-features-content {
    float: left !important;
    margin-left: 0 !important;
    width: 85% !important;
}


/* === Special Features Ends === */

/* === Cta Contact Strip Starts === */

.cta-strip-space {
    padding-bottom: 60px;
    padding-top: 60px;
}
.cta-strip-space h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.strip-cta-btn {
    background-color: transparent !important;
    border: 1px solid #ed4b41 !important;
    padding: 10px 20px !important;
    position: relative;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px !important;
    text-align: center;
    text-transform: uppercase;
    color: #ed4b41 !important;
    cursor: pointer;
    overflow: hidden;
    transition: all 1300ms $ease-out-expo !important;
}
.strip-cta-btn:hover {
    border-bottom: 2px solid #FFBD1F !important;
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-radius: 0 !important;
    color: #FFBD1F !important;
    font-size: 14px;
    letter-spacing: 3px !important;
    font-weight: 700 !important;
    transition: all 1300ms $ease-out-expo !important;
}

/* === Cta Contact Strip Ends === */


/* =================== About Us Ends =================== */

/* =================== Services Starts =================== */

/* === Header Starts ==== */

.services-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* === Header Ends ==== */

/* === Services Section1 Starts ==== */

.pg-services-col {
    background-color: #f9f9f9;
    border-bottom: 2px solid transparent;
    border-top: 2px solid #ed4b41;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    padding: 75px 15px 20px; 
    text-align: center;
    transition: all 300ms ease-in;
}
.pg-services-img {
    position: relative;
}
.pg-services-img img {
    bottom: 12px;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 300ms ease-in;
}
.pg-services-col:hover {
    background-color: #ffffff;
    border-bottom: 2px solid transparent;
    padding: 50px 15px 20px;
    transition: all 300ms ease-in;
}
.pg-services-col:hover .pg-services-img img {
    bottom: 12px;
    transition: all 300ms ease-in;
}

/* === Services Section1 Ends ==== */

/* === Services Section2 Starts ==== */

.pg-service-top {
    margin-top: 40px;
}
.right-dir {
    float: right !important;
}
.left-dir {
    margin-left: 0px !important;
}
.pg-service-left .widget-type-linked_image img {
    border-radius: 5px;
}

.pg-services-sub-head p {
    color: #ed4b41 !important;
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.pg-services-bg {
    background-color: transparent;   
    padding-bottom: 100px;
    padding-top: 100px;
}
.services-sec-bg {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.pg-service2-col img {
    margin-bottom: 15px;
}

/* === Services Section2 Ends ==== */


/* =================== Services Ends =================== */

/* ===================== Service Details Page Starts =============== */

.nav-stacked.about-nav li {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    position: relative;
}
.nav-stacked.about-nav li:last-child {
    margin: 0 0 0px 0;
}
.nav-stacked.about-nav {
    margin-bottom: 30px;
}
.nav-stacked.about-nav li a {
    color: #333333;
    display: block;
    padding: 10px 15px 10px 25px;
    position: relative;
}
.nav-stacked.about-nav ul {
    list-style: none;
}
.services-slider-service .owl-pagination {
    bottom: 5px;
}
.nav-stacked.about-nav li {
    background-color: #f2f2f2;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li.active,
.nav-stacked.about-nav li.active:focus,
.nav-stacked.about-nav li.active:hover {
    background-color: #FFBD1F;
    border-left: 5px solid #f2f2f2;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li.active a,
.nav-stacked.about-nav li.active a:focus,
.nav-stacked.about-nav li.active a:hover,
.nav-stacked.about-nav li:hover a,
.nav-stacked.about-nav li:hover:focus a {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li:hover,
.nav-stacked.about-nav li:hover:focus {
    background-color: #FFBD1F;
    border-left: 5px solid #f2f2f2;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li {
    position: relative;
}
.nav-stacked.about-nav li.active a:after,
.nav-stacked.about-nav li.active a:focus:after,
.nav-stacked.about-nav li.active a:hover:after,
.nav-stacked.about-nav li:hover a:after,
.nav-stacked.about-nav li:hover:focus a:after {
   content: "\f205"; 
   color: #ffffff;
   transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li.active a:before,
.nav-stacked.about-nav li.active a:focus:before,
.nav-stacked.about-nav li.active a:hover:before,
.nav-stacked.about-nav li:hover a:before,
.nav-stacked.about-nav li:hover:focus a:before {
    color: #333333;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li a:after {
    content: "\f204";
    font-family: fontawesome;
    color: #f2f2f2;
    font-family: fontawesome;
    right: 15px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li:before {
    bottom: 8px;
    content: "\f0de";
    font-family: fontawesome;
    color: #f2f2f2;
    font-family: fontawesome;
    font-size: 19px;
    left: -6px;
    position: absolute;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out 0s;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content .tab-pane:not(.active){
  display: none;
}

.tab2-col-content2,
.tab2-col-content1,
.tab2-col1,
.tab2-col2 {
    display: inline-block !important;
    float: none !important;
    margin-right: -4px;
    text-align: center;
}
.tab2-bg .row-fluid {
    margin-bottom: -8px;
}
.tab2-col2,
.tab2-col-content1 {
    margin-left: 0 !important;
}
.tab2-col-content1,
.tab2-col-content2 {
    background-color: #ed4b41;
    height: 300.5px;
    padding: 50px 15px;
}
.tab2-col-content2 h4,
.tab2-col-content2 p,
.tab2-col-content1 h4,
.tab2-col-content1 p {
    color: #ffffff;
}

/*-----------*/

.tab4-bg {
    text-align: center;
}
.tab4-1-bg,
.tab4-2-bg,
.tab4-3-bg,
.tab4-4-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 50px 15px;
}
.tab4-1-bg,
.tab4-2-bg,
.tab4-3-bg,
.tab4-4-bg,
.tab4-content-bg1 {
    margin-left: 0 !important;
}
.tab4-content-bg1,
.tab4-content-bg2 {
    background-color: #ed4b41;
    padding: 50px 15px;
}
.tab4-content-bg1 h4,
.tab4-content-bg2 h4,
.tab4-content-bg1 p,
.tab4-content-bg2 p {
    color: #ffffff;
}
.tab4-content-bg1 .btn-1 p a,
.tab4-content-bg2 .btn-1 p a {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #ed4b41;
}
.services-slider-service img,
.tab-content img {
    border-radius: 5px;
}
.details-list1 img {
    border-radius: 0 !important;
}

.details-list1 ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.details-list1 ul {
    margin: 15px 0 0px 0;
}
.details-list1 ul:last-child {
    margin-bottom: 0px;
}
.details-list1 ul li:first-child {
    width: 40px !important;
}

.details-btns-width > div {
    display: table;
    margin: 0 auto;
}
.details-btn-1 {
    width: 165px !important;
    margin-right: 20px;
}
.details-btn-2 {
    width: 205px !important;
    margin-left: 0px !important;
}
.quick-contact {
    background-color: #f9f9f9;
    border: 1px solid #FFBD1F;
    border-radius: 5px;
    margin-top: 30px;
    padding: 30px 15px;
}

.details-sub-head p {
    color: #ed4b41;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 5px;
}

/* Faq Column */

.why-choose {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}

.faq-div {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    margin-bottom: 5px;
}
.faq-div-last {
    margin-bottom: 0 !important;
}
.faq-ques h4 {
    cursor: pointer;
    font-weight: 500;
    padding: 10px 10px 10px 70px;
    position: relative;
}

.faq-ques h4:before {
    background-color: #ffbd1f;
    color: #ffffff;
    content: "\f0a6";
    font-family: fontawesome;
    font-size: 16px;
    height: 100%;
    left: 0;
    padding: 10px 20px 0 20px;
    position: absolute;
    top: 0px;
}
.faq-ques.active h4:before {
    background-color: #ffbd1f;
    color: #ffffff;
    content: "\f0a7";
    font-family: fontawesome;
    font-size: 16px;
    height: 100%;
    left: 0;
    padding: 10px 20px 0 20px;
    position: absolute;
    top: 0px;
}
.faq-ques.active h4 {
    border-bottom: 1px solid #eeeeee;
}
.faq-ans {
    padding: 15px 15px 15px 30px;
}

/* ===================== Service Details Page Ends =============== */

/* =================== Projects List Page Starts =================== */

/* Header Starts */

.projects-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Projects Section1 Starts */

.projects-col {
    background-color: #f6f6f6;
    border-radius: 5px;
    text-align: center;
}
.projects-col .projects-content {
    padding: 15px;
}

.projects-col {
    border-radius: 5px;
    box-shadow: 5px -5px rgba(255, 189, 31, 0.5);
    -moz-box-shadow: 5px -5px rgba(255, 189, 31, 0.5);
    -webkit-box-shadow: 5px -5px rgba(255, 189, 31, 0.5);
    -o-box-shadow: 5px -5px rgba(255, 189, 31, 0.5);
}
.projects-img img {
    border-radius: 5px 5px 0 0;
}
.projects-img {
    position: relative;
    overflow: hidden;
}
.projects-col:hover .projects-img:after {
    bottom: 38%;
    transition: all 0.5s ease-in-out 0s;
}
.projects-img:after {
    background: rgba(237, 75, 65, 0.8) none repeat scroll 0 0;
    bottom: -40%;
    border-radius: 50%;
    color: #ffffff;
    content: "\f0c1";
    cursor: pointer;
    display: table;
    font-family: fontawesome;
    font-size: 16px;
    height: 50px;
    left: 0;
    margin: 0 auto;
    padding: 12px 18px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 50px;
}

.projects-sub-head-pg p {
    color: #ed4b41;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
}

/* Projects Section1 Ends */

/* Team Section Starts */

.pg-team-img img {
    border-radius: 50%;
}
.pg-team-col {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.pg-team-content p {
    color: #ffffff;
    font-family: Roboto,Arial,sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 24px;
}
.pg-team-content h4 {
    color: #ffffff;
    margin-bottom: 0px;
}
.pg-team-col:hover .pg-team-content {
    top: 30px;
    transition: all 0.5s ease-in-out 0s;
}
.pg-team-content {
    background: rgba(237, 75, 65, 0.6) none repeat scroll 0 0;
    top: -100%;
    border-radius: 50%;
    content: "";
    display: table;
    font-family: fontawesome;
    height: 200px;
    left: 0;
    margin: 0 auto;
    padding: 75px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    width: 200px !important;
}
.pg-team-icons ul {
    display: table;
    list-style: none;
    margin: 25px auto 0;
    padding: 0;
}
.pg-team-icons ul li {
    display: table-cell;
    line-height: 0px;
    padding-right: 15px;
}
.pg-team-icons ul li:last-child {
    padding-right: 0px;
}


/* Team Section Ends */

/* =================== Projects List Page Ends =================== */

/* =================== Project Details Page Starts =================== */

/* Header Starts */

.project-details-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Project Details Section1 Starts */

.project-details-col img {
    border-radius: 5px;
}
.project-details-list1 img {
    border-radius: 0 !important;
}
.project-details-list1 ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.project-details-list1 ul {
    margin: 15px 0 0px 0;
}
.project-details-list1 ul:last-child {
    margin-bottom: 15px;
}
.project-details-list1 ul li:first-child {
    width: 40px !important;
}

.project-details-sub-head p {
    color: #ed4b41;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 5px;
}

/* Project Details Section1 Ends */

/* More Projects Starts */

.more-proj-col img {
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease-in-out 0s;
}
.more-proj-img {
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    width: 100% !important;
}
.more-proj-col:hover .more-proj-img img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}
.more-proj-col {
    background-color: #ffffff;
    border-radius: 5px;
}
.more-proj-col h4 {
    padding: 15px 15px 10px 15px;
    text-align: center;
}

/* Details Sidebar */

.project-title-uline {
    line-height: 3px;
    margin-bottom: 40px;
}
.details-sidebar {
    background-color: #FFBD1F;
    border-radius: 5px;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.projects-sidebar {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
}
.details-sidebar-content p {
    display: flex;
    display: -webkit-flex;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-bottom: 20px;
}
.details-sidebar-content p span:first-child {
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    width: 50%;
}
.details-sidebar-content p span:last-child {
    float: left;
    width: 10%;
}
.details-sidebar:hover {
    box-shadow: 1px 2px 3px #666666;
    transition: all 0.3s ease-in-out 0s;
}

/* More Projects Ends */

/* =================== Project Details Page Ends =================== */

/* =================== FAQ Page Starts =================== */

/* Header Starts */

.faq-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* FAQ Section1 Starts */

.faq-list ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.faq-list ul {
    margin: 15px 0 0px 0;
}
.faq-list ul:last-child {
    margin-bottom: 15px;
}
.faq-list ul li:first-child {
    width: 40px !important;
}
.faq-accord {
    background-color: transparent;
    border: 1px solid #eeeeee;
    margin-bottom: 5px;
}
.faq-accord img {
    border-radius: 5px;
}
.faq-accord-last {
    margin-bottom: 0 !important;
}
.faq-accord-ques h4 {
    background-color: #eeeeee;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 10px 10px 70px;
    position: relative;
}

.faq-accord-ques h4:before {
    background-color: transparent;
    border-right: 1px solid #e0e0e0;
    color: #333333;
    content: "\f067";
    font-family: fontawesome;
    font-size: 16px;
    height: 100%;
    left: 0;
    padding: 10px 20px 0 20px;
    position: absolute;
    top: 0px;
}
.faq-accord-ques.active h4:before {
    background-color: #FFBD1F;
    border-right: 1px solid #FFBD1F;
    color: #ffffff;
    content: "\f068";
    font-family: fontawesome;
    font-size: 16px;
    height: 100%;
    left: 0;
    padding: 10px 20px 0 20px;
    position: absolute;
    top: 0px;
}
.faq-accord-ques.active h4 {
    border-bottom: 1px solid #eeeeee;
}
.faq-accord-ans {
    padding: 30px 30px 30px 30px;
}

/* FAQ Section1 Ends */

/* Team Section Starts */

.team-col-bg {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 20px;
    transition: all 0.3s ease-in-out 0s;
}
.team-col-bg h4 {
    margin-bottom: 0;
}
.team-position p {
    color: #ed4b41;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.team-col-content {
    margin-top: 20px;
}
.team-col-img img {
    border-radius: 50%;
}
.team-col-img {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    width: 200px !important;
}
.team-col-bg:hover {
    background-color: #ffffff;
    border: 1px solid #FFBD1F;
    transition: all 0.3s ease-in-out 0s;
}
.team-col-bg:hover .team-icons ul {
    bottom: 0;
}
.team-icons ul {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: -60%;
    display: table;
    left: 0;
    margin: 0 auto;
    padding: 30px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.team-icons ul li img {
    border-radius: 0;
}
.team-icons ul li {
    display: inline-block;
    line-height: 0;
    margin: 0;
    padding-right: 15px;
}
.team-icons ul li:last-child {
    padding-right: 0px;
}

/* Team Section Ends */

/* =================== FAQ Page Ends =================== */

/* =================== Team Page Starts =================== */

/* Header Starts */

.team-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Team Section1 Starts */

.team-pg-col {
    transition: all 0.3s ease-in-out 0s;
}
.team-pg-col-content {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 15px 15px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.team-pg-col-content:before {
    color: transparent;
    content: "\f0de";
    cursor: pointer;
    display: table;
    font-family: fontawesome;
    font-size: 30px;
    left: 15px;
    position: absolute;
    text-align: center;
    top: -25px;
    transition: all 0.5s ease-in-out 0s;
}
.team-pg-col:hover .team-pg-col-content:before {
    color: #FFBD1F;
    transition: all 0.5s ease-in-out 0s;
}
.team-pg-col:hover .team-pg-col-content {
    border: 1px solid #FFBD1F;
    box-shadow: 1px 3px 5px #999999;
    transition: all 0.5s ease-in-out 0s;
}
.team-pg-col-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.team-pg-col-img img {
    border-radius: 5px;
}
.team-pg-col-img .team-pg-icons img {
    border-radius: 0px;
}
.team-pg-col-img:after {
    background: transparent;
    border-radius: 50%;
    bottom: 85px;
    color: transparent;
    content: "\f061";
    cursor: pointer;
    display: table;
    font-family: fontawesome;
    font-size: 16px;
    left: 175px;
    padding: 7px 15px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.team-pg-col:hover .team-pg-col-img:after {
    background: rgba(237, 75, 65, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    transition: all 0.5s ease-in-out 0s;
}
.team-pg-col h4 {
    margin-bottom: 0;
}
.team-pg-position p {
    color: #ed4b41;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.team-pg-col:hover .team-pg-icons ul {
    display: block;
    transition: all 0.5s ease-in-out 0s;
}
.team-pg-icons ul {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 230px;
    padding: 30px 15px;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.team-pg-icons ul li img {
    border-radius: 0;
}
.team-pg-icons ul li {
    display: table;
    line-height: 0;
    margin: 0;
    padding-bottom: 15px;
}
.team-pg-icons ul li:last-child {
    padding-bottom: 0px;
}

/* Team Section1 Ends */

/* Clients Section Starts */

.client-ul ul {
    display: table-cell;
    list-style: none;
    padding: 0;
    margin: 0;
}

.client-ul ul li {
    display: table-cell;
    padding-right: 15px !important;
}
.client-ul ul li:last-child {
    padding-right: 0px;
}

.client-ul .owl-pagination {
    bottom: -40px;
}

/* Clients Section Ends */

/* =================== Team Page Ends =================== */

/* =================== Testimonial Page Starts =================== */

/* Header Starts */

.testimonial-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Testimonial Section1 Starts */

.testimonial-pg-col {
    background-color: transparent;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    display: table;
    margin: 8px !important;;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 95% !important;
}
/*.testimonial-slider .owl-item {
    margin: 15px;
}*/
.testimonial-pg-img img {
    border: 3px solid transparent !important;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
}
.testimonial-pg-col:hover .testimonial-pg-img img {
   border: 3px solid #FFBD1F !important; 
   transition: all 0.5s ease-in-out 0s;
}
.testimonial-pg-col:hover {
    background-color: #f6f6f6;
    border: 2px solid #FFBD1F;
    transition: all 0.5s ease-in-out 0s;
}
.testimonial-pg-col h4 {
    margin-top: 15px;
}
.testimonial-pg-col h4 span {
    color: #ed4b41;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

/* Owl prev next arrow styles */
.testimonial-slider .owl-theme .owl-controls .owl-buttons div {
    background: #FFBD1F none repeat scroll 0 0 !important;
    background-color: #FFBD1F !important;
    border: 1px solid #FFBD1F !important;
    border-radius: 50% !important;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 0.5;
    padding: 6px 13px !important;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 189, 31, 0.8) none repeat scroll 0 0 !important;
    background-color: #FFBD1F !important;
}
.testimonial-slider .owl-prev {
    top: -190px;
    left: -40px;
    position: absolute;
}
.testimonial-slider .owl-next {
    top: -190px;
    right: -40px;
    position: absolute;
}

/* Testimonial Section1 Ends */

/* Clients Section Starts */

.client-img-radius img {
    border-radius: 5px;
}

.client-list ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.client-list ul li img {
    vertical-align: top;
}
.client-list ul {
    margin: 15px 0 0px 0;
}
.client-list ul:last-child {
    margin-bottom: 15px;
}
.client-list ul li:first-child {
    width: 40px !important;
}

/* Clients Section Ends */

/* Testimonial Section1 Ends */

/* =================== Testimonial Page Ends =================== */

/* =================== Pricing Page Starts =================== */

/* Header Starts */

.price-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Pricing Section1 Starts */

.price-pg-col1 {
    background-color: #f6f6f6;
    border: 1px solid #f4f4f4;
    border-radius: 5px 5px 5px 5px;
    padding: 0 30px 30px 30px;
    text-align: center;
}
.price-head-bg h4 {
    background-color: #FFBD1F;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: -7px;
    padding: 5px 15px;
}
.price-head-bg {
    position: relative;
}
.price-head-bg:before {
    border-right: 7px solid rgb(255, 189, 31);
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: -7px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}
.price-head-bg:after {
    border-left: 7px solid rgb(255, 189, 31);
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: -7px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}
.price-pg-tag p {
    border-bottom: 1px solid rgb(255, 189, 31);
    color: #333333;
    font-family: Roboto;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
    margin-bottom: 20px;
    transition: all 300ms ease-in 0s;
}
.price-pg-tag p span:first-child {
    color: #ed4b41;
    font-size: 16px;
    vertical-align: super;
}
.price-pg-tag p span:last-child {
    color: #ed4b41;
    font-size: 16px;
    vertical-align: inherit;
}
.price-pg-content p span {
    font-weight: 600;
}
.price-pg-content p {
    margin: 0 0 15px;
    letter-spacing: 1px;
}
.price-pg-content-last p {
    margin: 0 0 0px;
}
.price-pg-col2 {
    background-color: #f6f6f6;
    border: 1px solid #ed4b41;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 3px 5px #c5c5c5;
    padding: 0 20px 30px 20px;
    text-align: center;
    z-index: 1;
}
.price-head-bg1 h4 {
    background-color: #ed4b41;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: -7px;
    padding: 5px 15px;
}
.price-head-bg1 {
    position: relative;
}
.price-head-bg1:before {
    border-right: 7px solid rgb(237, 75, 65);
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: -7px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}
.price-head-bg1:after {
    border-left: 7px solid rgb(237, 75, 65);
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: -7px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}
.price-pg-tag1 p {
    border-bottom: 1px solid rgb(237, 75, 65);
    color: #333333;
    font-family: Roboto;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
    margin-bottom: 20px;
    transition: all 300ms ease-in 0s;
}
.price-pg-tag1 p span:first-child {
    color: #666666;
    font-size: 16px;
    vertical-align: super;
}
.price-pg-tag1 p span:last-child {
    color: #666666;
    font-size: 16px;
    vertical-align: inherit;
}
.price-sec .row-fluid [class*="span"] {
    margin-left: 0!important;
}
.price-sec {
    text-align: center;
}

.price-pg {
    display: inline-block !important;
    float: none !important;
    margin-right:-4px;
    margin-top: 0px !important;
   /* margin-left: 0 !important;*/
    text-align: center;
}

.price-shadow:before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , #191918 0%, rgba(0, 0, 0, 0) 81%) repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 5%;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 5%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 70%;
    z-index: -1;
}
.price-shadow {
    backface-visibility: hidden;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}

/* Pricing Section1 Ends */

/* =================== Pricing Page Ends =================== */

/* ================== News Page Starts ====================*/

/* Header Starts */

.news-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* News Section1 Starts */

.news-pg1-col h4 {
    margin-top: 15px;
}
.news-pg1-img {
    position: relative;
}

.news-pg1-img img {
    border-radius: 5px;
}
.news-pg1-date ul img {
    border-radius: 0px;
}
.news-pg1-date ul {
    bottom: 0;
    background-color: rgba(34,34,34,0.5);
    border-top: 1px solid rgba(34,34,34,0.8);
    border-radius: 0 0 5px 5px;
    display: inline-flex;
    padding: 15px;
    position: absolute;
    width: 100%;
}
.news-pg1-date ul li {
    padding-left: 15px;
}
.news-pg1-date ul li a {
    color: #ffffff;
    letter-spacing: 1px;
    vertical-align: middle;
}
.news-pg1-date ul li:nth-child(1) {
    padding-left: 0;
}
.news-pg1-date ul li:nth-child(3) {
    padding-left: 25px;
}
.pg1-news-img {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.pg1-news-img img {
    transition: all 0.3s ease-in-out 0s;
}
.news-pg1-col:hover .pg1-news-img img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0s;
}

/* News Section1 Ends */

/* Clients Section Starts */

.clients-bg-img {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}
.client-space {
    padding-bottom: 80px;
    padding-top: 80px;
}

/* Clients Section Ends */

/* ================== News Page Ends  ====================*/

/* ================= Clients Page Starts ================= */

.clients-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.clients-img1 {
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out 0s;
}
.clients-img1,
.clients-img {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 15px;
    transition: all 0.3s ease-in-out 0s;
}
.clients-img1:hover,
.clients-img:hover {
    background-color: #ffffff;
    border: 1px solid #FFBD1F; 
    transition: all 0.3s ease-in-out 0s;
}

/* ================= Clients Page Ends ================= */

/* ================== Product List Page Starts ====================*/

/* Header Starts */

.prod-list-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Product List Section Starts */

.prod-pg-img img {
    border-radius: 5px 5px 0 0;
}
.prod-pg-col {
    background-color: #f6f6f6;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}
.prod-pg-col h4 {
    margin-bottom: 0;
    padding: 15px 15px 15px 15px;
    text-align: center;
    transition: all 1s ease 0s;
}
.prod-pg-col:hover h4 {
    padding: 30px 15px 15px 15px;
    transition: all 1s ease 0s;
}
.prod-pg-col,
.prod-pg-img {
    position: relative;
}
.prod-pg-img:after {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px 5px 0 0;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}
.prod-pg-col:hover .prod-pg-img:after {
    opacity: 0.5;
    transition: all 1s ease 0s;
}

.prod-pg-btn {
    bottom: 57px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.5s ease 0s;
}
.prod-pg-col:hover .prod-pg-btn {
    opacity: 1;
    transition: all 1s ease 0s;
}

/* Product List Section Ends */

/* ================== Product List Page Ends ====================*/

/* ================== Product Details Page Starts ====================*/

/* Header Starts */

.prod-details-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Product Details Section Starts */

.featured-pg-content-col img,
.prod-pg-details-col img {
    border-radius: 5px;
}
.prod-enquiry-form {
    padding: 0px 15px 15px 15px;
}
.featured-pg-content {
    padding: 15px 15px 15px 15px;
}
.featured-pg-content-col {
    margin-bottom: 30px;
}
.prod-enquiry-col,
.featured-pg-content-col,
.prod-pg-details-content {
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.prod-enquiry-col h4,
.featured-pg-content-col h4,
.prod-pg-details-content h4 {
    background-color: #666666;
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    margin-bottom: 0;
    padding: 10px 15px;
}
.prod-pg-details-content p {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px 10px 40px;
}
.prod-pg-details-content p a {
    color: #333333;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.prod-pg-details-content p a:hover:before,
.prod-pg-details-content p a:hover {
    color: #ed4b41;
    transition: all 0.3s ease-in-out 0s;
}
.prod-pg-details-content p a:before {
    color: #666666;
    content: "\f101";
    font-family: fontawesome;
    font-size: 16px;
    height: 100%;
    left: -20px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out 0s;
}
.prod-pg-details-content .last-content p {
    border-bottom: 0px;
}
.prod-pg-details-content-col {
    background-color: #fafafa;
    border-radius: 5px;
    padding: 20px;
}
.prod-details-list1 img {
    border-radius: 0 !important;
}
.prod-details-list1 ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.prod-details-list1 ul {
    margin: 15px 0 0px 0;
}
.prod-details-list1 ul:last-child {
    margin-bottom: 15px;
}
.prod-details-list1 ul li:first-child {
    width: 40px !important;
}

.prod-details-sub-head p {
    color: #ed4b41;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 5px;
}

.prod-enquiry-form input[type="text"],
.prod-enquiry-form input[type="password"],
.prod-enquiry-form input[type="datetime"],
.prod-enquiry-form input[type="datetime-local"],
.prod-enquiry-form input[type="date"],
.prod-enquiry-form input[type="month"],
.prod-enquiry-form input[type="time"],
.prod-enquiry-form input[type="week"],
.prod-enquiry-form input[type="number"],
.prod-enquiry-form input[type="email"],
.prod-enquiry-form input[type="url"],
.prod-enquiry-form input[type="search"],
.prod-enquiry-form input[type="tel"],
.prod-enquiry-form input[type="color"],
.prod-enquiry-form input[type="file"],
.prod-enquiry-form textarea,
.prod-enquiry-form select {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Product Details Section Ends */

/* ================== Product Details Page Ends ====================*/

/* =================== Case Study Details Starts =================== */

/* === Header Starts ==== */

.case-studies-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* === Header Ends ==== */

/* === Case Studies Section1 Starts ==== */

.case-col img {
    border-radius: 5px;
}
.case-sub-head p {
    color: #ed4b41;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 5px;
}

.case-list1 ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.case-list1 ul li img {
    border-radius: 0px !important;
}
.case-list1 ul {
    margin: 15px 0 0px 0;
}
.case-list1 ul:last-child {
    margin-bottom: 0px;
}
.case-list1 ul li:first-child {
    width: 40px !important;
}

/* === Case Studies Section1 Ends ==== */

/* === Team Section Starts */

.case-team-col {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 42px 20px 42px 150px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.case-designation p {
    color: #ed4b41;
    font-family: Roboto;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.case-team-content {
    margin-top: 0px;
    width: 100% !important;
}
.case-team-content h4 {
    margin-bottom: 0;
}
.case-team-img {
    position: absolute;
    top: 17px;
    left: -15px;
    bottom: 0;
}
.case-team-img img {
    border-radius: 5px;
}
.case-team-col:hover {
    background-color: #ffffff;
    border: 1px solid #FFBD1F;
    transition: all 0.3s ease-in-out 0s;
}
.case-team-icons ul {
    display: table-cell;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.case-team-icons ul li img {
    border-radius: 0;
}
.case-team-icons ul li {
    display: table-cell;
    line-height: 32px;
    margin: 0;
    padding-right: 15px;
}
.case-team-icons ul li:last-child {
    padding-right: 0px;
}

/* === Team Section Ends */

/* =================== Case Study Details Ends =================== */

/* =================== Case Study List Starts =================== */

/* === Header Starts ==== */

.case-list-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* === Header Ends ==== */

/* === Case Studies List Section1 Starts ==== */

.case-list-col {
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.case-list-col img {
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease-in-out 0s;
}
.case-list-content {
    padding: 20px;
}
.case-list-col:hover img {
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease-in-out 0s;
}
.case-list-col:hover {
    background-color: #f6f6f6;
    border: 1px solid #FFBD1F;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #666666;
    transition: all 0.3s ease-in-out 0s;
}

/* === Case Studies List Section1 Ends ==== */

/* =================== Case Study List Ends =================== */

/* ================== Resources Page Starts ====================*/

/* Header Starts */

.resource-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Resources Section Starts */

.resources-col h5 {
    margin-top: 15px;
}
.resources-col a {
    color: #666666;
    transition: all 0.3s ease-in-out 0s;
}
.resources-col a:hover {
    color: #ed4b41;
    transition: all 0.3s ease-in-out 0s;
}
.resources-br {
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 30px;
}
.resource-list2 ul,
.resource-list1 ul {
    list-style: none;
    margin-top: 15px;
}
.resource-list2 ul li,
.resource-list1 ul li {
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.resource-list2 ul li:last-child,
.resource-list1 ul li:last-child {
    margin-bottom: 0px;
}
.resource-list1 li a::before {
    content: "\f1c1";
    font-family: fontawesome;
    padding-right: 10px;
}
.resource-list2 ul li p {
    font-size: 14px;
    letter-spacing: 1px;
}
.resources-form > div {
    background-color: #ffdb44;
    border: 5px solid #FFBD1F;
    border-radius: 5px;
    padding: 30px;
}
.resources-form .hs-form-checkbox-display > span,
.resources-form .hs-form-radio-display > span {
    color: #555555;
}
.resources-form h3,
.resources-form label, .resources-form .hs-form-field > label {
    color: #333333;
}
.resources-form .hs-button.primary, 
.resources-form input[type="submit"], 
.resources-form input[type="button"] {
    background-color: rgba(255, 255, 255, 0.2);
    color: #333333;
}
.resources-form input[type="text"],
.resources-form input[type="password"],
.resources-form input[type="datetime"],
.resources-form input[type="datetime-local"],
.resources-form input[type="date"],
.resources-form input[type="month"],
.resources-form input[type="time"],
.resources-form input[type="week"],
.resources-form input[type="number"],
.resources-form input[type="email"],
.resources-form input[type="url"],
.resources-form input[type="search"],
.resources-form input[type="tel"],
.resources-form input[type="color"],
.resources-form input[type="file"],
.resources-form textarea,
.resources-form select {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFBD1F!important;
    color: #333333;
}

/* Resources Section Ends */

/* ================== Resources Page Ends ====================*/

/* ================== Press Release Page Starts ====================*/

/* Header Starts */

.press-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Ends */

/* Press Release Section Starts */

.press-news-content > div {
   position: absolute;
   left: 15px;
   right: 15px;
   margin: 0 auto;
   bottom: 20px;
}
.press-news-padding {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 15px;
}
.press-news-col {
    position: relative;
}

.press-news-img img {
    border-radius: 5px;
}
.press-date ul {
    bottom: 0;
   /* background-color: rgba(34,34,34,0.5);
    border-top: 1px solid rgba(34,34,34,0.8);
    border-radius: 0 0 5px 5px;
    padding: 15px;*/
    display: inline-flex;
    margin-bottom: 5px;
    width: 100%;
}
.press-date ul li {
    padding-left: 10px;
}
.press-date ul li a {
    color: #333333;
    letter-spacing: 1px;
    vertical-align: middle;
    transition: 300ms ease-in;
}
.press-date ul li:nth-child(1) {
    padding-left: 0;
}
.press-date ul li:nth-child(3) {
    padding-left: 25px;
}
.press-news-img {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.press-news-img img {
    transition: all 0.3s ease-in-out 0s;
}
.press-news-col:hover .press-news-img img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0s;
}
.press-news-col .text-link p a {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
    transition: 300ms ease-in;
}
.press-date ul li a:hover {
    color: #ed4b41;
    transition: 300ms ease-in;
}
.press-news-col .text-link p a:hover {
    color: #ed4b41;
    padding-left: 5px;
    transition: 300ms ease-in;
}
.press-news-col .text-link p a:after {
    transition: 300ms ease-in;
}

.press-news-col .text-link p a:hover:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 5px;
    transition: 300ms ease-in;
}

/* Press Release Section Ends */

/* ================== Press Release Page Ends ====================*/

/* ================= Coming Soon Page Starts ================= */

.coming-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    padding-bottom: 200px;
    padding-top: 200px;
}
.coming-bg h2 {
    color: #f3f3f3;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}
.coming-page-body .footer-container.container-fluid {
    padding: 0;
}
.coming-copyright {
    padding: 15px;
}

.countdown-wrap {
	background-color: rgba(34, 34, 34, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	margin: 0 auto 15px auto !important;
	padding: 0px 0px 0;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 145px !important;
}
.countdown-wrap .countdown {
    color: #ffffff;
    font-size:40px;
    line-height: 50px;
    padding: 30px 30px;
}
.countdown-wrap .count-unit {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #333333;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 15px;
}
.right-margin {
    margin-right: 15px !important;
}
.countdown-wrap:hover {
    border: 1px solid rgba(255, 189, 31, 0.8);
    transition: all 0.3s ease-in-out 0s;
}
.countdown-wrap:hover .count-unit {
    background-color: rgba(255, 189, 31, 0.8);
    border: 1px solid rgba(255, 189, 31, 0.8);
    transition: all 0.3s ease-in-out 0s;
}

.countdown-width {
    display: flex;
    display: -webkit-flex;
    margin: 30px auto 0;
    width: 75%;
}
.coming-subs-head label,
.coming-subs-head .hs-form-field > label {
    color: #bbbbbb;
}
.coming-subs-head .hs_error_rollup {
    display: none;
}
.coming-content-bg {
    background: rgba(34, 34, 34, 0.8) none repeat scroll 0 0;
    padding: 80px 30px;
}

.coming-subs-head form {
    display: block;
    margin: 15px auto 0;
    text-align: center;
    width: 50%;
}
.coming-subs-head .hs_cos_wrapper_type_blog_subscribe form {
    padding: 0;
}
.coming-subs-head .hs-form .actions {
    margin-top: 7px;
}

.coming-subs-head .hs-button.primary:focus, 
.coming-subs-head input[type="submit"]:focus, 
.coming-subs-head input[type="button"]:focus {
    color: #ed4b41;
}

.coming-social-icons ul {
    display: table;
    list-style: outside none none;
    margin: 30px auto 0;
}
.coming-subs-head form.hs-form .hs-form-field ul.inputs-list {
    margin-bottom: -20px;
}
.coming-social-icons ul li {
    display: inline-block;
    margin: 0;
    padding-right: 15px;
}
.coming-social-icons ul li:last-child {
    padding-right: 0px;
}

.footer-copyright-coming-soon {
    background-color: #222222;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 20px;
    text-align: center;
}

/* ================ Coming Soon Page Ends ================== */

/* ================ Thank you Page Starts ================= */

.thanku-bg {
    background-color: #ffffff;
}
.thanku-head {
    padding-bottom: 80px;
    padding-top: 170px;
    
}
.thanku-head h2 {
    margin-bottom: 20px;
    position: relative;
}
.thanku-head h2:before {
    content:"\f087";
    color: #25AE88;
    font-family: fontawesome;
    font-size: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    padding-right: 10px;
    position: absolute;
    vertical-align: middle;
}
.thanku-head h4 span {
    color: #25AE88;
}
.thanku-head p {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 1px;
    position: relative;
}
.thanku-head p:after {
    content:"\f0a7";
    color: #FFBD1F;
    font-family: fontawesome;
    font-size: inherit;
    left: 0;
    right: 0;
    margin: 40px auto 20px auto !important;
    position: absolute;
    vertical-align: middle;
}
.thank-subs-head > div {
    background-color: #eeeeee;
    border-radius: 5px;
    margin: 60px auto 0;
    padding: 20px 30px 30px;
    width: 45%;
}
.thank-subs-head h3 {
    margin-bottom: 0;
}

/* ================ Thank you Page Ends ================= */


/* =============== Contact Us Page Starts =============== */

#gmap-canvas {
    height: 350px;
}
.contact-col > div {
    background-color: #ffffff;
    border: 2px solid #FFBD1F;
    border-radius: 5px;
}
.contact-col1 {
    background-color: #ffffff;
    padding: 30px;
}
.contact-col2 {
    background-color: #ffffff;
    border-left: 2px solid #FFBD1F;
    padding: 30px;
}
.contact-col1 h5 {
    margin-top: 25px;
    position: relative;
}
.contact-col1 p {
    letter-spacing: 1px;
}
.contact-col1 p a {
    color: #666666;
}
.contact-col1 p a:hover {
    color: #ed4b41;
}
.contact-col1 p span:nth-child(1) {
    float: left;
    width: 60%;
}
.contact-col1 p span:nth-child(2) {
    float: left;
    width: 20px;
}
.contact-col1 p span:nth-child(3) {
    float: left;
    font-weight: 600;
}
.contact-col h3 {
   position: relative; 
}
.contact-col h3:before {
    border-bottom: 2px solid #ed4b41;
    bottom: -5px;
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
}
.contact-subhead1 h5:before {
    bottom: 0;
    color: #FFBD1F;
    content: "\f041";
    font-family: fontawesome;
    font-size: 17px;
    left: 0;
    padding-right: 10px;
    top: -2px;
    vertical-align: text-bottom;
}
.contact-subhead2 h5:before {
    bottom: 0;
    color: #FFBD1F;
    content: "\f0e0";
    font-family: fontawesome;
    font-size: 17px;
    left: 0;
    padding-right: 10px;
    top: -2px;
    vertical-align: text-bottom;
}
.contact-subhead3 h5:before {
    bottom: 0;
    color: #FFBD1F;
    content: "\f017";
    font-family: fontawesome;
    font-size: 17px;
    left: 0;
    padding-right: 10px;
    top: -2px;
    vertical-align: text-bottom;
}

.contact-col2 input[type="text"],
.contact-col2 input[type="password"],
.contact-col2 input[type="datetime"],
.contact-col2 input[type="datetime-local"],
.contact-col2 input[type="date"],
.contact-col2 input[type="month"],
.contact-col2 input[type="time"],
.contact-col2 input[type="week"],
.contact-col2 input[type="number"],
.contact-col2 input[type="email"],
.contact-col2 input[type="url"],
.contact-col2 input[type="search"],
.contact-col2 input[type="tel"],
.contact-col2 input[type="color"],
.contact-col2 input[type="file"],
.contact-col2 textarea,
.contact-col2 select {
    border: 1px solid #FFBD1F!important;
}

/* =============== Contact Us Page Ends ============== */


/* ============= System Pages ============= */

/* Password Prompt Page Starts */

.pwd-prmpt-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}
.pwd-sec-space {
    padding-bottom: 180px;
    padding-top: 220px;
}
.pwd-head h2 {
    color: #FFBD1F;
    margin-bottom: 10px;
}
.pwd-head p {
    color: #f3f3f3;
}
.custom_error_message.pwd-prompt > div {
    width: 40%;
}
.pwd-prompt #hs-pwd-widget-password {
    background-color: transparent;
    border: 1px solid #FFBD1F;
    height: 40px !important;
    margin-top: 30px !important;
}
.pwd-prompt input[type="password"] {
    color: #ffffff;
}

/* Password Prompt Page Ends */

/* Page 404 Starts */

.page-404-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.page-404-head {
    padding-bottom: 210px;
    padding-top: 250px;
}

.page-404-head .content404 p {
    color: #f3f3f3;
    font-family: Roboto;
    font-size: 70px;
    letter-spacing: 3px;
    line-height: 80px;
    margin-bottom: 30px;
    text-align: center;
}
.oops-content {
    text-align: center;
    margin-top: 40px;
}
.oops-content img {
    border-radius: 0 !important;
}
.oops-content .sorry-content p {
    color: #f3f3f3;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.look-content p {
    color: #f3f3f3;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 15px;
}
.back-content p {
    color: #f3f3f3;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 15px;
}
.back-content p span a {
    color: #FFBD1F;
    font-size: 20px;
    line-height: 30px;
    padding-left: 5px;
    transition: all 300ms ease-in 0s;
}
.back-content p span a:after {
    content: "\f015";
    color: #FFBD1F;
    font-size: 20px;
    font-family: fontawesome;
    line-height: 30px;
    padding-left: 10px;
    transition: all 300ms ease-in 0s;
}
.back-content p span a {
    position: relative;
}
.back-content p span a:before {
    bottom: -3px;
    border-bottom: 1px solid #FFBD1F;
    content: "";
    color: #FFBD1F;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
    transition: all 300ms ease-in 0s;
    width: 30px;
}
.back-content p span:hover a {
    color: #ed4b41;
    transition: all 300ms ease-in 0s;
}
.back-content p span:hover a:after {
    color: #ed4b41;
    transition: all 300ms ease-in 0s;
}
.back-content p span:hover a:before {
    width: 100px;
    transition: all 300ms ease-in 0s;
}


/* Page 404 Ends */

/* Page 500 Starts */

.page-500-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.page-500-head {
    padding-bottom: 210px;
    padding-top: 250px;
}
.page-404-bg img,
.page-500-bg img {
    border-radius: 5px;
}
.error-500-div {
    background-color: rgba(34,34,34,0.5);
    border-radius: 5px;
    padding: 65px 15px;
    margin: 0 auto !important;
    width: 100%;
}
.error-500-div .page-not p {
    color: #ed4b41;
    font-family: Roboto;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
}
.error-500-div .content-500 p {
    color: #ed4b41;
    font-family: Roboto;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.error-500-div .look-content p {
    color: #f3f3f3;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 0 auto 10px;
    width: 80%;
}
.error-500-div .back-content p {
    color: #f3f3f3;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 5px;
}
.error-500-div .back-content p span a {
    color: #FFBD1F;
    font-size: 20px;
    line-height: 30px;
    padding-left: 5px;
    transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span a:after {
    content: "\f015";
    color: #FFBD1F;
    font-size: 20px;
    font-family: fontawesome;
    line-height: 30px;
    padding-left: 10px;
    transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span a {
    position: relative;
}
.error-500-div .back-content p span a:before {
    bottom: -3px;
    border-bottom: 1px solid #FFBD1F;
    content: "";
    color: #FFBD1F;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
    transition: all 300ms ease-in 0s;
    width: 30px;
}
.error-500-div .back-content p span:hover a {
    color: #ed4b41;
    transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span:hover a:after {
    color: #ed4b41;
    transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span:hover a:before {
    border-bottom: 1px solid #ed4b41;
    width: 100px;
    transition: all 300ms ease-in 0s;
}

/* Page 500 Ends */

/* Subscription Preferences Starts */

.subs-pg-space {
    padding-bottom: 80px;
    padding-top: 120px;
}
.subs-pg-space input[type="radio"],
.subs-pg-space input[type="checkbox"] {
    margin: 8px 10px 0 0;
    vertical-align: middle;
}
.subs-pg-space .email-prefs .item {
    -moz-user-select: none;
    cursor: pointer;
    float: left;
    margin: 20px 20px 0 0;
    padding-bottom: 1px;
    position: relative;
    width: 48%;
}
.subs-pg-space .subscribe-options {
    float: none;
    margin-bottom: 0px;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
}
.preference-page .subscribe-options input {
    margin-top: -2px !important;
}
.preference-page .checkbox-row span.fakelabel span,
.preference-page .subscribe-options span {
    margin-left: 0;
}
.preference-page {
    background-color: #262626;
    border-radius: 5px;
    padding: 30px 20px;
}
.preference-page .subscribe-options span,
.preference-page p.header,
.preference-page .page-header p,
.preference-page .page-header h2,
.preference-page .page-header h1 {
    color: #ffffff;
}

/* Subscription Preferences Ends */

/* Subscription Update Confirmation Starts */

.subs-update-space {
    padding-bottom: 80px;
    padding-top: 120px;
}
.subs-update-head > div {
    background-color: #262626;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px 20px;
    width: 600px;
}
.subs-update-head .page-header h2 {
    margin-bottom: 0;
}
.subs-update-head p.header,
.subs-update-head .page-header p,
.subs-update-head .page-header h2,
.subs-update-head .page-header h1 {
    color: #ffffff;
}
.subs-update-head .page-header p {
    margin: 0 auto;
}
.subs-update-head .success {
    color: #25AE88;
    font-size: 16px;
    font-weight: 600;
}

/* Subscription Update Confirmation Ends */

/* Subscription Backup Unsubscribe Starts */

.unsubs-pg-space {
    padding-bottom: 80px;
    padding-top: 120px;
}
.unsubs-pg-head > div {
    background-color: #262626;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px 20px;
    width: 600px;
}
.unsubs-pg-head .page-header {
    padding-bottom: 10px !important;
}
.unsubs-pg-head h1 {
    color: #ffffff;
}
.unsubs-pg-head #content > div {
    padding-bottom: 0 !important;
}
.unsubs-pg-head form h3 {
    color: #cccccc;
    font-size: 18px;
}

/* Subscription Backup Unsubscribe Ends */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {}








/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */


/* TOP MENU CSS */


.top-menu-bg {
    background-color: #333333;
}
.top-menu-space {
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-icons ul {
    line-height: 20px;
    padding: 4px 0;
}
.menu-icons ul li {
   display: table-cell;
    padding-right: 10px; 
}
.menu-icons ul li:last-child {
    padding-right: 0px;
}
.top-menu-space .top-menu ul li:last-child,
.top-menu-space .top-menu ul li,
.top-menu-space .top-menu {
    float: right !important;
}
.top-menu-space .top-menu ul li a {
    color: #ffffff !important;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 23px;
    padding: 0 12px !important;
    margin-top:2px;
    text-transform: uppercase;
}
.top-menu-space .top-menu ul li:hover {
    background-color: transparent;
    box-shadow: none;
}
.menu-contact ul li,
.menu-contact ul {
    display: inline-block;
}
.menu-contact ul li:first-child {
    width: 35px;
}
.menu-contact ul:first-child {
    margin-right: 15px;
}
.menu-contact ul li a,
.menu-contact ul li {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    vertical-align: middle;
}
.menu-contact > div {
    float: right !important;
    /*width: 30% !important;*/
}
.top-menu.custom-menu-primary {
    float: left !important;
}
.top-menu.custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 auto;
}
.top-menu.custom-menu-primary .hs-menu-wrapper {
    line-height: 22px;
    text-align: center;
}

.menu-logo {
    padding: 18px 0;
}
.menu-strip {
    background-color: #FFBD1F;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.header-slider-col {
    position: relative;
    margin-top: 43px;
}

.home-breadcrumb {
    margin-left: 0 !important;
    margin-top: 10px;
}
.header-slider1 .home-breadcrumb .custom-breadcrumb > div {
    float: left;
}
.header-slider2 .home-breadcrumb .custom-breadcrumb > div {
    float: right;
}
.home-breadcrumb .custom-breadcrumb ul li:first-child:before {
    color: #ffffff;
    content: "\f015";
    float: left;
    font-family: fontawesome;
    font-size: inherit;
    font-weight: 600;
    padding: 0 10px 0 0;
}

.custom-breadcrumb > div {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    color: #ffffff;
    display: table;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 auto;
}
.custom-breadcrumb ul li:first-child a:before {
    color: #FFBD1F;
    content: "\f015";
    float: left;
    font-family: fontawesome;
    font-size: inherit;
    font-weight: 600;
    padding: 0 10px 0 0;
}
.custom-breadcrumb ul li a {
    color: #FFBD1F;
}
.custom-breadcrumb .hs-breadcrumb-menu-divider:before {
    padding-right: 10px;
}
.custom-breadcrumb .hs-breadcrumb-menu-item {
    padding: 10px 0 2px 0px;
}
.custom-breadcrumb .hs-breadcrumb-menu-item.first-crumb {
    padding-left: 0;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

.main-menu.custom-menu-primary .hs-menu-wrapper {
    float: right;
}

.menu-bg-2 {
    background-color: #ffffff;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background-color: transparent;
    color:#333333;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#333333;
    font-family: Roboto;
    font-weight: 400;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:focus > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:active,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background-color: rgba(255, 255, 255, 0.08);
    color:#ED4B41;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background: #ffffff;
    color: #333333;
    transition: all 0.3s ease-in-out 0s;
}
.main-menu.custom-menu-primary .hs-menu-wrapper  .hs-item-has-children > ul > li.hs-menu-depth-2.hs-item-has-children a,
.main-menu.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    background: transparent;
    color: #333333;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.main-menu.custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-2:hover a,
.main-menu.custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul li:hover a {
    background: #ed4b41;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.main-menu.custom-menu-primary .hs-menu-wrapper  .hs-item-has-children > ul > li.hs-menu-depth-2.hs-item-has-children:active,
.main-menu.custom-menu-primary .hs-menu-wrapper  .hs-item-has-children > ul > li.hs-menu-depth-2.hs-item-has-children:focus,
.main-menu.custom-menu-primary .hs-menu-wrapper  .hs-item-has-children > ul > li.hs-menu-depth-2.hs-item-has-children:hover {
    background: #ed4b41;
    transition: all 0.3s ease-in-out 0s;
}
.main-menu.custom-menu-primary .hs-menu-wrapper  .hs-item-has-children > ul > li.hs-menu-depth-2.hs-item-has-children:active > a,
.main-menu.custom-menu-primary .hs-menu-wrapper  .hs-item-has-children > ul > li.hs-menu-depth-2.hs-item-has-children:focus > a,
.main-menu.custom-menu-primary .hs-menu-wrapper  .hs-item-has-children > ul > li.hs-menu-depth-2.hs-item-has-children:hover > a {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 8px 15px !important;
    text-align: left;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0;
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: table !important;
    margin: 0 auto;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.main-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
   /* padding: 28px 15px !important; */
    text-transform: uppercase;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper {
    left: -135px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: -115px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    right: 0;
    min-width: 206px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    border-bottom: 1px solid #ededed;
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a {
    border-bottom: 0px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    box-shadow: 1px 2px 2px;
    left: 100%;
    top: 0px;
    width: 245px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    top: 87px;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* menu dropdown arrow */

li.hs-menu-depth-1 a {
    padding: 28px 15px 28px 15px !important;
}
li.hs-menu-depth-1.hs-item-has-children a {
    position: relative;
    padding: 28px 28px 28px 12px !important;
}
li.hs-menu-depth-1.hs-item-has-children:after {
    color: #000000;
    content: "\f107";
    font-size: inherit;
    font-family: fontawesome;
    padding-left: 5px;
    position: absolute;
    right: 10px;
    top: 30px;
}
li.hs-menu-depth-1.hs-item-has-children:focus:after,
li.hs-menu-depth-1.hs-item-has-children:active:after,
li.hs-menu-depth-1.hs-item-has-children:hover:after {
    color: #ed4b41;
}

li.hs-menu-depth-2.hs-item-has-children a {
    position: relative;
}
li.hs-menu-depth-2.hs-item-has-children:after {
    color: #000000;
    content: "\f105";
    font-size: inherit;
    font-family: fontawesome;
    padding-left: 5px;
    position: absolute;
    right: 15px;
    top: 10px;
}
li.hs-menu-depth-2.hs-item-has-children:focus:after,
li.hs-menu-depth-2.hs-item-has-children:active:after,
li.hs-menu-depth-2.hs-item-has-children:hover:after {
    color: #ffffff;
}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display: block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-author-category,
.mobile-category,
.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }
    
    .main-menu.custom-menu-primary .hs-menu-wrapper  li.hs-menu-depth-1.hs-item-has-children:active,
    .main-menu.custom-menu-primary .hs-menu-wrapper  li.hs-menu-depth-1.hs-item-has-children:focus,
    .main-menu.custom-menu-primary .hs-menu-wrapper  li.hs-menu-depth-1.hs-item-has-children:hover {
        background: #ed4b41;
        transition: all 0.3s ease-in-out 0s;
    }
    .main-menu.custom-menu-primary .hs-menu-wrapper  li.hs-menu-depth-1.hs-item-has-children:active > a,
    .main-menu.custom-menu-primary .hs-menu-wrapper  li.hs-menu-depth-1.hs-item-has-children:focus > a,
    .main-menu.custom-menu-primary .hs-menu-wrapper  li.hs-menu-depth-1.hs-item-has-children:hover > a {
        color: #ffffff;
        transition: all 0.3s ease-in-out 0s;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        border-bottom: 0px solid #ededed;
    }

  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 5px 10px 8px 10px;
    background: #000000; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff; 
  }
  .mobile-trigger:focus,
  .mobile-trigger:active,
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #ed4b41; 
    border-color: #ed4b41;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }
  
    .main-menu.custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-2.hs-item-has-children:active > a,
    .main-menu.custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-2.hs-item-has-children:focus > a,
    .main-menu.custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-2.hs-item-has-children:hover > a,
    .main-menu.custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-1.hs-item-has-children:active > a,
    .main-menu.custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-1.hs-item-has-children:focus > a,
    .main-menu.custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-1.hs-item-has-children:hover > a,
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children:active > a,
    .hs-menu-item.hs-menu-depth-2.hs-item-has-children:active > a {
        color: #ffffff !important;
    }
    
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children .child-trigger:active i:after,
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children .child-trigger:hover i:after,
    .hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger:active i:after,
    .hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger:hover i:after,
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children .child-trigger:active i,
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children .child-trigger:hover i,
    .hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger:active i,
    .hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger:hover i,
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children:active .child-trigger.child-open i:after,
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .child-trigger.child-open i:after,
    .hs-menu-item.hs-menu-depth-2.hs-item-has-children:active .child-trigger.child-open i:after,
    .hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover .child-trigger.child-open i:after {
        background-color: #ffffff;
    }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
    .mobile-author-category,
    .mobile-category {
        display: inline-block !important; /* Show button on mobile */
        cursor: pointer;
        background-color: #ffbd1f;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        padding: 5px 15px;
    }

    .widget-module {
        overflow: visible !important;
        display: none;
    }
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    overflow: visible !important;
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative; /**************************************************************/
        top: 0;             /* Positions the menu to drop from the very top of the screen */
        left: 0;          /**************************************************************/
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color:#000000; /* Menu background color set off global menuColorMobile variable */
        width: 100%; /* Full screen width */
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul ul, .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
      background-color: #ffffff !important;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        border: none !important;
        box-shadow: none !important;
    }
     /*.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        border-bottom: 1px dashed rgba(237, 75, 65, 0.1);
    }*/
    
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid #ededed; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child {
      border-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 14px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 20px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
}








/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {
    width: 100%;
}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog.content-wrapper {
    width: 100%;
}

.blog.content-wrapper .blog-content .post-body ul {
    list-style: none;
    padding-left: 20px;
}

.blog.content-wrapper .blog-content .post-body ul li {
    margin-bottom: 15px;
}

.blog.content-wrapper .blog-content .post-body ul li:before {
    content: "\f06c";
    color: #FFBD1F;
    font-size: inherit;
    font-family: fontawesome;
    padding-right: 10px;
    vertical-align: middle;
}

/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

.blog .blog-content .blog-post-wrapper h2 {
    font-weight: 500;
    margin-top: 10px;
}
.blog a {
    color: inherit;
}
.blog img {
    border-radius: 5px;
}
.blog a:hover {
    color: #ed4b41;
}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

.header-container .blog-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 140px;
}

.blog-header-bg h1 {
    color: #f3f3f3;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.hs-blog-header .single-post-title-header {
    background-color: rgba(34, 34, 34, 0.7);
    margin: 20px auto 0;
    padding: 30px;
    text-align: center;
    width: 60%;
}

.hs-blog-header .single-post-title-header h2 {
    color: #d4d4d4;
    font-weight: 500;
    margin-bottom: 10px;
}
.hs-blog-header .single-post-title-header #hubspot-author_data {
    color: #bababa;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.hs-blog-header .single-post-title-header #hubspot-author_data a.author-link {
    color: #FFBD1F;
    transition: all 300ms ease 0s;
}
.hs-blog-header .single-post-title-header #hubspot-author_data a.author-link:hover {
    color: #ed4b41;
    transition: all 300ms ease 0s;
}

/* Blog Post Title */
.post-header h2 {
}
.blog .blog-content h2 {
    font-weight: 500;
}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0px;
}
#hubspot-author_data a.author-link,
.author-link {
    color: #ed4b41;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.75;
    padding: 3px 5px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}

#hubspot-author_data a.author-link:hover,
.author-link:hover {
    color: #ed4b41;
    opacity: 1;
    transition: all 300ms ease 0s;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}
.blog .blog-sidebar .hs-author-profile .hs-author-avatar {
    float: left;
    margin-right: 15px;
    width: 150px;
}
.blog .blog-listing-wrapper .hs-author-profile-content {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 80px auto 0;
    padding: 55px 30px 30px;
    position: relative;
    transition: all 300ms ease 0s;
}
.blog .blog-listing-wrapper .hs-author-profile-content .hs-author-avatar {
    left: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: -65px;
    width: 110px;
}
.blog .blog-listing-wrapper .hs-author-profile-content .hs-author-avatar img {
    border-radius: 50%;
    border: 2px solid #dddddd;
    transition: all 300ms ease 0s;
}
.blog .blog-listing-wrapper .hs-author-profile:hover .hs-author-profile-content {
    border: 1px solid #FFBD1F;
    transition: all 300ms ease 0s;
}
.blog .blog-listing-wrapper .hs-author-profile:hover .hs-author-profile-content .hs-author-avatar img {
    border: 2px solid #FFBD1F;
    transition: all 300ms ease 0s;
}
.blog .blog-listing-wrapper .hs-author-profile-content .hs-author-bio {
    text-align: center;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.blog-content .hs-featured-image-wrapper {
    margin: 0 0 15px 0;
}
.hs-featured-image {
    margin: 0;
}
.hs-featured-image-wrapper {
    float: left;
    width: 100%;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: auto;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
}
.blog-sidebar .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin: 0px 0 15px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {
    margin-top: 10px;
}
#hubspot-topic_data a.topic-link {
    background-color: transparent;
    border-left: 3px solid #ffdb1f;
    border-right: 1px solid #ffdb1f;
    border-bottom: 1px solid #ffdb1f;
    border-top: 1px solid #ffdb1f;
    border-radius: 5px;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 10px 5px 0;
    padding: 5px 15px 5px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
#hubspot-topic_data a.topic-link:before {
    content: "\f0da";
    color: #ffdb1f;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    padding-right: 0px;
    position: absolute;
    margin-left: -1px;
    transition: all 300ms ease 0s;
}
#hubspot-topic_data a.topic-link:hover {
    background-color: #FFBD1F;
    border-left: 3px solid #ffdb1f;
    border-radius: 5px;
    color: #ffffff;
    transition: all 300ms ease 0s;
}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */

.blog-pagination {
    display: block;
    text-align: center;
}
.blog-pagination ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
}
.blog-pagination ul li {
    background-color: #f6f6f6;
    border: 1px solid #FFBD1F;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-inline-box;
    padding: 5px 15px;
    margin: 0 10px 10px 0;
}
.blog-pagination li i {
    font-size: 15px;
}
.blog-pagination ul li:hover {
    border: 1px solid #ed4b41;
    box-shadow: 1px 2px 3px #666666;
}
.blog-pagination li:hover a,
.blog-pagination li:hover i {
    color: #ed4b41;
}

.blog-pagination ul li.active {
    background-color: #FFBD1F;
    border: 1px solid #ffdb1f;
}

.blog-pagination ul li.active a {
    color: #ffffff;
}
.hide {
    display: none !important;
}
.blog-pagination a {
    color: #7e7e7e;
    font-family: Roboto;
    font-weight: 500;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 30px;
}
.hs-author-profile h3.hs-author-name,
.hs-author-profile h3 {
    background-color: #FFBD1F;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-left: -10px;
    padding: 8px 10px 5px 34px;
    position: relative;
    text-transform: uppercase;
}
.hs-author-profile h3.hs-author-name:before,
.hs-author-profile h3:before {
    content: "\f0da";
    color: #f6f6f6;
    font-family: fontawesome;
    font-size: 83px;
    left: -5px;
    padding-right: 10px;
    position: absolute;
    top: 7px;
    vertical-align: middle;
}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h2.hs-author-listing-header {
    border-left: 3px solid #FFBD1F;
    font-weight: 500;
    padding-left: 15px;
}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}

.blog .blog-content .blog-listing-wrapper .post-item {
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}
.blog .blog-content .blog-listing-wrapper .post-item .post-body {
    float: left;
    margin-right: 15px !important;
    width: 48%;
}
.blog .blog-content .blog-listing-wrapper .post-item .post-body-content {
    float: right;
    width: 48%;
}
.blog .blog-content .blog-listing-wrapper .post-item .post-body-content p {
    margin-bottom: 10px;
}
.blog .blog-content .blog-listing-wrapper .post-item #hubspot-topic_data {
    margin-top: 0;
}
.blog .blog-content .blog-listing-wrapper .post-item .post-body .hs-featured-image-wrapper {
    margin-bottom: 0;
}
.blog .blog-content .blog-listing-wrapper .post-item a.more-link {
    color: #ed4b41;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog .blog-content .blog-listing-wrapper .post-item a.more-link:hover {
    color: #FFBD1F;
    padding-left: 5px;
    transition: 300ms ease-in;
}
.blog .blog-content .blog-listing-wrapper .post-item a.more-link:after {
    transition: 300ms ease-in;
}
.blog .blog-content .blog-listing-wrapper .post-item a.more-link:hover:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 5px;
    transition: 300ms ease-in;
}

.category-space {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

.tag-post-slider {
    display: block;
}
.res-tag-post-slider {
    display: none;
}
.category-post-tags h3,
.category-author-post-tags h3 {
    margin: 0;
}
.category-post-tags {
    margin: 0 auto;
    width: 80%;
}
.category-author-post-tags {
    margin: 0 auto;
    width: auto;
}
.category-author-post-tags .owl-carousel .owl-item {
    display: inline-block;
    float: none !important;
    width: auto !important;
}
.category-author-post-tags .owl-wrapper {
    width: auto !important;
}
.category-author-post-tags li,
.category-post-tags li {
    display: inline-block;
    margin: 15px;
}
.category-author-post-tags li {
    width: auto;
}
.category-author-post-tags li a,
.category-post-tags li a {
    background-color: transparent;
    border-bottom: 1px solid #ffdb1f;
    border-left: 3px solid #ffdb1f;
    border-right: 1px solid #ffdb1f;
    border-top: 1px solid #ffdb1f;
    border-radius: 5px;
    color: #666666;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 15px 5px 15px;
    position: relative;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.category-author-post-tags li a:before,
.category-post-tags li a:before {
    content: "\f0da";
    font-family: fontawesome;
    left: 0;
    padding-right: 0px;
    position: absolute;
    color: #ffdb1f;
    transition: all 300ms ease 0s;
}
.category-author-post-tags li a:hover,
.category-post-tags li a:hover {
    background-color: #FFBD1F;
    border-left: 3px solid #ffdb1f;
    border-radius: 5px;
    color: #ffffff;
    transition: all 300ms ease 0s;
}
.owl-controls {
    position: relative;
}
.owl-prev {
    left: -70px;
    position: absolute;
    top: -52px;
}
.owl-next {
    right: -70px;
    position: absolute;
    top: -52px;
}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span > div {
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 20px 20px;
}
.blog .blog-sidebar h4 {
    font-weight: 500;
}
.blog .blog-sidebar h3 {
    background-color: #FFBD1F;
    /*border-left: 3px solid #FFBD1F;*/
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-left: -10px;
    padding: 8px 10px 5px 34px;
    position: relative;
    text-transform: uppercase;
}
.blog .blog-sidebar h3:before {
    content: "\f0da";
    color: #f6f6f6;
    font-family: fontawesome;
    font-size: 83px;
    left: -5px;
    padding-right: 10px;
    position: absolute;
    top: 7px;
    vertical-align: middle;
}
.blog .blog-sidebar .widget-span.widget-type-post_filter h3 {
    margin-bottom: 5px;
}
.blog .blog-sidebar .widget-module ul li {
    background-color: transparent;
    border-left: 3px solid #ffdb1f;
    border-right: 1px solid #ffdb1f;
    border-bottom: 1px solid #ffdb1f;
    border-top: 1px solid #ffdb1f;
    border-radius: 5px;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-top: 15px;
    padding: 5px 15px 5px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.blog .blog-sidebar .widget-module ul li:before {
    content: "\f0da";
    font-family: fontawesome;
    left: 0;
    padding-right: 0px;
    position: absolute;
    color: #ffdb1f;
    transition: all 300ms ease 0s;
}
.blog .blog-sidebar .widget-module ul li:hover {
    background-color: #FFBD1F;
    border-left: 3px solid #ffdb1f;
    border-radius: 5px;
    transition: all 300ms ease 0s;
}
.blog .blog-sidebar .widget-module ul li:hover a {
    color: #ffffff;
    transition: all 300ms ease 0s;
}

/* Subscribe Form */
.blog .blog-sidebar .input input {
    border: 1px solid #ffbd1f !important;
}
.blog .blog-sidebar .hs_submit {
    position: relative;
}
.blog .blog-sidebar .actions {
    bottom: 0;
    position: absolute;
    right: 0;
    top: -60px;
}
.blog .blog-sidebar #hs_form_target_blog_subscription .hs-button.primary.large {
    border-radius: 0 5px 5px 0 !important;
}

/* Popular Post Items Css */

.popular-post-items .post-item .post-item-text {
    margin-bottom: 20px;
}
.popular-post-items .owl-pagination {
    bottom: -10px;
}

/* Recent Post Items Css */

.blog .blog-sidebar .widget-span.recent-post-widget > div {
    margin-bottom: 0;
    padding: 20px 20px 0 20px;
}
.recent-post-items .post-item .post-item-image {
    float: left;
    margin-right: 15px;
    width: 48%;
}
.recent-post-items .post-item {
    margin-bottom: 20px;
}
.blog-sidebar .recent-post-items .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin-bottom: 0;
}
.recent-post-items .post-item .post-item-text {
    float: right;
    width: 45%;
}
.recent-post-items #hubspot-author_data {
    color: #ed4b41;
    margin-bottom: 0;
    margin-top: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {
    margin-top: 15px;
}

/* Descriptions */
body .hs-field-desc {
    color: ;
    margin-bottom: 0px;
    margin-top: 0;
}

/* Labels */
body label,
body .hs-form-field > label {
    color: ;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color:  ;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 15px;
    margin: 5px 0 0px 0;
    padding: 10px;
    max-width: 100% !important;
    width: 100%;
  
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    max-height: 70px;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
    border-radius: 5px;
    color: ;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 0px;
    list-style: none;
}
body form.hs-form .hs-form-field ul.inputs-list li {
    margin-top: 5px;
}
body form.hs-form .hs-form-field ul.inputs-list li input {
    /*width: 100% !important;*/
}
body input[type="radio"],
body input[type="checkbox"] {
    margin: -2px 10px 0px 0;
    vertical-align: middle;
}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {
     margin-top: 15px;
}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {
    color: ;
    margin-bottom: 0px;
    margin-top: 0;
}

/* Labels */
.hs_cos_wrapper_type_form label,
.hs_cos_wrapper_type_form .hs-form-field > label {
    color: ;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}

/* Error Message Labels */
.hs-error-msgs.inputs-list label {
    color: #ff0000;
}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: ;
    font-size: 15px;
    margin: 5px 0 0px 0;
    padding: 10px;
    width: 100% !important;
    max-width: 100% !important;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list {
    color: ;
    font-size: 15px;
    padding: 0;
    list-style: none;
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li {
    margin-top: 5px;
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"],
.hs_cos_wrapper_type_form input[type="checkbox"] {
    margin: -2px 10px 0 0;
    vertical-align: middle;
}


/* Blog Comment Form
   ========================================================================== */
/* Comment Form BG */

.new-comments form {
   background-color: #f6f6f6;
   border-radius: 5px;
   padding: 15px 30px 30px 30px !important;
}

.new-comments .actions {
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.new-comments .hs-form-field,
.new-comments .hs-form-field input {
    width: 100%;
}

/* Label */
#comment-form .hs-form-field > label,
#comment-form label {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}

/* Inputs */
#comment-form input[type="text"] {
    max-height: 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: ;
    font-size: 15px;
    margin: 5px 0 0px 0;
    padding: 10px;
    width: 100% !important;
    max-width: 100% !important;
}
#comment-form input[type="text"]:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#comment-form textarea {
    max-height: 70px;
}
#comment-form textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#comment-form input[type="radio"],
#comment-form input[type="checkbox"] {
    margin: -2px 10px 0px 0;
    width: 20px;
    vertical-align: middle;
}

/* Error */
body .hs-common-error-message {
    color: #ff0000 !important;
    font-size: 15px;
    line-height: 1.8;
}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label,
#hs_form_target_blog_subscription label {
    color: ;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: ;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 10px;
    height: 40px;
    max-height: 40px;
    width: 100% !important;
    max-width: 100% !important;
}
#hs_form_target_blog_subscription input[type="email"]:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin: -2px 10px 0 0;
    vertical-align: middle;
}

/* Success Message */

#hs_cos_wrapper_blog_subscription a {
    padding: 0 0 0 15px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {
    max-width: 100% !important;
    width: 100% !important;
}
body .hs-form fieldset.form-columns-1 .hs-form-field {
    max-width: 100% !important;
    width: 100% !important;
}

body .hs-form fieldset.form-columns-2 {
    max-width: 100% !important;
    width: 100% !important;
}
body .hs-form fieldset.form-columns-2 .hs-form-field {
    max-width: 50% !important;
    width: 50% !important;
}

body .hs-form fieldset.form-columns-3 {
    max-width: 100% !important;
    width: 100% !important;
}
body .hs-form fieldset.form-columns-3 .hs-form-field {
    max-width: 33.33% !important;
    width: 33.33% !important;
}

/* Multiple Selection Inputs */

body form.hs-form .hs-form-field ul.inputs-list {
    color: ;
    font-size: 15px;
    padding: 0px;
    list-style: none;
}
body form.hs-form .hs-form-field ul.inputs-list li {
    margin-top: 5px;
}
body form.hs-form .hs-form-field ul.inputs-list li input {
   /* width: 100% !important; */
}
body input[type="radio"],
body input[type="checkbox"] {
    margin: -2px 10px 0 0;
    vertical-align: middle;
}
.hs-form-checkbox-display > span,
.hs-form-radio-display > span {
    color: #777777;
}

body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: auto; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    -webkit-appearance: none;
    background-color: #FFBD1F;
    border: 1px solid #FFBD1F;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    margin-top: 25px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #ed4b41;
    border: 1px solid #ed4b41;
    color: #ffffff;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background-color: #ed4b41;
    border: 1px solid #ed4b41;
    color: #ffffff;
}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {
    -webkit-appearance: none;
    background-color: #FFBD1F;
    border: 1px solid #FFBD1F;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {
    background-color: #ed4b41;
    border: 1px solid #ed4b41;
    color: #ffffff;
}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {
    background-color: #ed4b41;
    border: 1px solid #ed4b41;
    color: #ffffff;
}

/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {
    -webkit-appearance: none;
    background-color: #FFBD1F;
    border: 1px solid #FFBD1F;
    border-radius: 5px;
    color: #f3f3f3;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.widget-type-google_search .hs-button.primary:hover {
    background-color: #ed4b41;
    border: 1px solid #ed4b41;
    color: #ffffff;
}
.widget-type-google_search .hs-button.primary:focus {
    background-color: #ed4b41;
    border: 1px solid #ed4b41;
    color: #ffffff;
}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 

@media (min-width: 992px) and (max-width: 1199px) {
    
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
        left: -119%;
        right: 204px;
        top: 0px;
    }
    .founder-left-img {
        height: 460px !important;
        width: 46% !important;
    }
    .founder-width {
        max-width: 54% !important;
        width: 54% !important;
    }
    .cta-strip-space h3,
    .cta-head h3 {
        margin-top: 0 !important;
        text-align: center !important;
    }
    .owl-controls {
        display: none !important;
    }
    .single-col h2, .single-col p {
        width: 80%;
    }
    .about-pg1-padding{
        padding-bottom: 0;
        padding-top: 0;
    }
    .res-abt-space {
        padding-bottom: 80px;
    }
    .lpv2-cta-head h3,
    .lp-2-col-sub-head p,
    .pg-service-top {
        margin-top: 0;
    }
    .team-col-bg {
        padding: 15px 15px;
    }
    .team-col-content {
        width: 50% !important;
    }
    /* Password Page */
    .custom_error_message.pwd-prompt > div {
        width: 50%;
    }
    .oops-content {
        margin-top: 10px;
    }
    .error-500-div {
        padding: 40px 15px;
    }
    .case-team-img {
        top: 42px;
    }
    .subs-pg-space .email-prefs .item {
        width: 47%;
    }
    .case-team-content {
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .case-team-img {
        position: static;
        width: 100% !important;
    }
    .case-team-col {
        padding: 30px;
    }
    /* LP V2 Css */
    .lpv2-form-bg {
        padding: 243px 90px 243px 30px;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
   .pg-team-col:hover .pg-team-content {
        top: 10px;
    } 
}
@media (min-width: 768px) and (max-width: 991px) {
  
    .res-width{
        max-width: 80%;
        width: 80%;
        margin:0 auto;
    }
    .res-left {
        text-align: left !important;
    }
    .lpv2-cta-head h3,
    .left.res-cta-btn,
    .res-center {
        text-align: center !important;
    }
    
    .onecol-res {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .res-margin30 {
        margin-bottom: 30px;
    }
    .res-margin20 {
        margin-bottom: 20px;
    }
    
    .center-align {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .center-align > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    .lp-counter-col-6 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 44% !important;
    }
    .col-6 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 50% !important;
    }
    
    .res-pad {
        padding-bottom: 0;
    }
    .res-pad15-1 {
        padding: 15px 15px 0px 15px;
    }
    .res-pad15 {
        padding: 15px 15px;
    }
    .res-lr-pad {
       padding-left: 15px; 
       padding-right: 15px;
    }
    
    
    /* Menu CSS */
    
    .menu-icons ul {
        display: table;
        margin: 0 auto 10px;
    }
    .top-menu-space {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    
    .menu-contact > div {
        float: none !important;
        margin-top: 10px;
        text-align: center;
    }
    .menu-logo {
        margin: 0 auto;
        text-align: center;
    }
    .top-menu.custom-menu-primary,
    .main-menu.custom-menu-primary .hs-menu-wrapper {
        float: none !important;
        text-align: center;
    }
    .main-menu.custom-menu-primary .hs-menu-wrapper > ul {
        margin: 0 auto;
    }
    li.hs-menu-depth-1 a {
        padding: 5px 15px 15px 15px !important;
    }
    li.hs-menu-depth-1.hs-item-has-children a {
        position: relative;
        padding: 5px 28px 15px 12px !important;
    }
    li.hs-menu-depth-1.hs-item-has-children:after {
        top: 7px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        top: 51px;
    }
    
    /* Header CSS */
    .header-slider-col {
        margin-top: 70px;
    }
    .header-video-head h1, .header-video-head p,
    .header-parallax-head h1, .header-parallax-head p,
    .header-static-head h1, .header-static-head p,
    .header-slider3 h1, .header-slider2 h1, .header-slider1 h1,
    .header-slider3 p, .header-slider2 p, .header-slider1 p {
        width: 100%;
    }
    .owl-controls {
        display: none !important;
    }
    .lpv2-cta-head h3,
    .cta-strip-space h3 {
        margin-top: 0 !important;
    }
    .cta-head h3 {
        margin-bottom: 20px;
        margin-top: 0 !important;
        text-align: center !important;
    }
    .single-col h2, .single-col p {
        width: 100%;
    }
    .footer-service {
        clear: both;
    }
    
    /* Founder Speech Full width image section css */
    .founder-left-col {
        position: relative !important;
    }
    .founder-width,
    .founder-left-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .founder-padding {
        padding-top: 20px !important;
    }
    .founder-content-padding {
        padding-left: 0 !important;
    }
    
    /* Who We Care Swaping image and content css */
    .res-swap-lpv2-sec .row-fluid,
    .res-abt-sec .row-fluid,
    .res-case-swap-col .row-fluid,
    .swap-details-div .row-fluid,
    .page-500-head .row-fluid,
    .shift-sec .row-fluid,
    .who-we-sec .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .res-swap-lpv2-content .row-fluid,
    .res-abt-content .row-fluid,
    .res-case-swap-content .row-fluid,
    .swap-details-content .row-fluid,
    .swap-500-content .row-fluid,
    .leftshift-content .row-fluid,
    .who-we-content .row-fluid {
        float: left;
        width: 100%;
    }
    .res-swap-lpv2-image img,
    .res-abt-img img,
    .res-case-swap-image img,
    .swap-details-image img
    .swap-500-image img,
    .leftshift-img img,
    .who-we-img img {
        float: left;
        width: 100%;
    }
    .swap-500-image img {
        margin-bottom: 20px;
    }
    
    /* About Us Page css */
    .about-pg1-padding{
        padding-top: 20px;
    }
    
    /* Services Page css */
    .pg-service-top {
        margin-top: 30px;
    }
    
    /* Projects List css */
    .pg-team-col:hover .pg-team-content {
        top: 85px;
    }
    .res-lr-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
    .res-margin-top45 {
        margin-top: 45px;
    }
    .res-margin-top15 {
        margin-top: 15px;
    }
    .res-margin-top0 {
        margin-top: 0px;
    }
    
    /* Pricing Page Css */
    .price-pg-col2 {
        box-shadow: none;
    }
    
    /* Password Page */
    .custom_error_message.pwd-prompt > div {
        width: 80%;
    }
   
    /* 404 Error Css */
    .oops-content {
        margin-top: 20px;
    }
    /* Coming Soon Css */
    .countdown-width {
        display: table;
        width: 100%;
    }
    /* Thank you Page css */
    .thank-subs-head > div {
        width: 60%;
    }
    .error-500-div {
        padding: 30px 15px;
    }
    .clients-img1, .clients-img {
        padding: 5px;
    }
    .clients-img1 {
        margin-bottom: 20px;
    }
    .subs-pg-space .email-prefs .item {
        float: none;
        width: 100%;
    }
    .case-team-img {
        top: 15px;
    }
    .contact-col1 p span:nth-child(1) {
        width: 30%;
    }
    .contact-col2 {
        border-left: 0;
        border-top: 2px solid #FFBD1F;
    }
    /* BLog Css */
    .category-post-tags {
        width: 100%;
    }
    .blog .blog-content .blog-listing-wrapper .post-item .post-body,
    .blog .blog-content .blog-listing-wrapper .post-item .post-body-content {
        float: none;
        width: 100%;
    }
    .blog .blog-content .blog-listing-wrapper .post-item .post-body-content {
        margin-top: 10px;
    }
    .blog .blog-content .blog-listing-wrapper .post-item .post-body {
        margin-right: 0;
    }
    .hs-author-profile,
    .blog .blog-content .blog-listing-wrapper .post-item {
        padding: 20px;
    }
    
    /* LP Css */
    .lp-price-pg-col2 {
        box-shadow: none;
    }
    .header-content-padding {
        padding: 0 15px 30px;
    }
    .lp-header-head .header-sub-head p {
        margin-top: 150px;
    }
    .header-form-padding {
        padding: 50px;
        margin: 0 auto 150px auto !important;
    }
    .price-pg.res-margin30,
    .lp-price-pg.res-margin30 {
        margin-bottom: 40px !important;
    }
    .res-marg-15 {
        margin: 15px !important;
    }
    .lpv2-quote-form > div {
        margin: -80px auto 0px;
        width: 76%;
    }
    .lpv2-footer-links p {
        padding-left: 0px;
        transition: all 300ms ease-in 0s;
    }
}


/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1170px) {
    .container-fluid .row-fluid .page-center {
        padding: 0 15px;    
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 0px !important;
    }
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
    
    .res-width {
        max-width: 100%;
        width: 100%;
    }
    .res-left {
        text-align: left;
    }
    .lpv2-cta-head h3,
    .left.res-cta-btn {
        text-align: center !important;
    }
    .res-mar30,
    .res-margin30 {
        margin-bottom: 30px;
    }
    .res-mar20,
    .res-margin20 {
        margin-bottom: 20px;
    }
    
    .res-margin-top45 {
        margin-top: 45px;
    }
    .res-details-top,
    .res-margin-top15 {
        margin-top: 15px;
    }
    .res-margin-top0 {
        margin-top: 0px;
    }  
    .oncol-res {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .col-6{
        float:left !important;
        width: 50% !important;
    }
    
    .res-pad {
        padding-bottom: 0;
    }
    .res-pad15-1 {
        padding: 15px 15px 0px 15px;
    }
    .res-pad15 {
        padding: 15px 15px;
    }
    .res-clients-bottom {
        margin-bottom: 15px;
    }
    .clients-col-3,
    .col-3 {
        float: left !important;
        margin-right: 15px;
        width: 29% !important;
    }
    
    .center-align767,
    .center-align {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .center-align767 > div,
    .center-align > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    
    /* Menu CSS */
    
    
    .menu-icons ul {
        display: table;
        margin: 0 auto 10px;
    }
    .top-menu-space {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .menu-contact > div {
        display: table !important;
        float: none !important;
        text-align: center;
        width: 100% !important;
    }
    li.hs-menu-depth-2.hs-item-has-children:after,
    li.hs-menu-depth-1.hs-item-has-children:after {
        display: none;
    }
    .top-menu.custom-menu-primary,
    .main-menu.custom-menu-primary .hs-menu-wrapper {
        float: none !important;
        text-align: center;
    }
    .main-menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        display: block !important;
        padding: 7px 15px !important;
    }
    
    /* Both Menu Together Left and Right */
    
    .menu-col {
        position: relative;
    }
    .custom-menu-primary.main-menu {
        margin: 0;
        padding: 0 !important;
        position: absolute;
        right: 15px;
        top: 28px;
        width: 44px!important;
    }
    .custom-menu-primary.top-menu {
        left: 30px;
        margin: 0!important;
        padding: 0!important;
        position: absolute;
        top: 125px;
        width: 44px!important;
        z-index: 9;
    }
    .custom-menu-primary.top-menu .mobile-trigger {
        float: left !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a,
    .custom-menu-primary.main-menu ul li a {
        color: #333333 !important;
    }
    .child-trigger i, .child-trigger i:after {
        background-color: #333333;
    }
    .top-menu-space .top-menu ul li a {
        color: #333333 !important;
        display: block !important;
        font-size: 14px !important;
    }
    .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: table;
        left: -5px;
        line-height: 0;
        position: absolute;
        top: 34px;
        width: 210px;
    }
    .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block !important;
        margin: 0 auto;
        position: absolute;
        right: 0px;
        top: 31px;
        width: 280px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
        width: 280px;
    }
    .custom-menu-primary.js-enabled {
        padding-bottom: 0px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:active {
        background-color: #ed4b41;
        color: #ffffff !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:active,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:focus,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:active,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
        background-color: #ed4b41;
        color: #ffffff !important;
    }
    
    /* Header CSS */
    
    .header-vbtn-1, .header-vbtn-2,
    .header-pbtn-1, .header-pbtn-2,
    .header-btn-1,
    .header-btn-2 {
        display: table;
        margin: 0 auto;
        text-align: center;
    }
    .header-vbtn-2 a,
    .header-pbtn-2 a,
    .header-btn-2 a {
        margin-left: 0px !important;
    }
    .header-video-head h1, .header-video-head p,
    .header-parallax-head h1, .header-parallax-head p,
    .header-static-head h1, .header-static-head p,
    .header-slider3 h1, .header-slider2 h1, .header-slider1 h1,
    .header-slider3 p, .header-slider2 p, .header-slider1 p {
        width: 100%;
    }
    .owl-controls {
        display: none !important;
    }
    
    .cta-head h3 {
        margin-bottom: 20px;
        margin-top: 0  !important;
        text-align: center !important;
    }
    
    .error-500-div .look-content p,
    .single-col h2, .single-col p {
        width: 100%;
    }
    .footer-service {
        clear: both;
    }
    
    
    /* Founder Speech Full width image section css */
    .founder-left-col {
        position: relative !important;
    }
    .founder-width,
    .founder-left-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .founder-padding {
        padding-top: 20px !important;
    }
    .founder-content-padding {
        padding-left: 0 !important;
    }
    .founder-width img {
        margin-top: 10px;
    }
    .founder-name p {
        margin-top: 5px;
    }
    
    /* Who We Care Swaping image and content css */
    .res-swap-lpv2-sec .row-fluid,
    .res-abt-sec .row-fluid,
    .res-case-swap-col .row-fluid,
    .page-500-head .row-fluid,
    .shift-sec .row-fluid,
    .who-we-sec .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .res-swap-lpv2-content .row-fluid,
    .res-abt-content .row-fluid,
    .res-case-swap-content .row-fluid,
    .swap-500-content .row-fluid,
    .leftshift-content .row-fluid,
    .who-we-content .row-fluid {
        float: left;
        width: 100%;
    }
    .res-swap-lpv2-image img,
    .res-abt-img img,
    .res-case-swap-img img,
    .swap-500-image img,
    .leftshift-img img,
    .who-we-img img {
        float: left;
        width: 100%;
    }
    
    .swap-500-image img {
        margin-bottom: 20px;
    }
    
    .footer-strip-col2, .footer-strip-col1 {
        padding-left: 15px;
    }
    .footer-strip-col3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* About Us Page Css */
    .res-page-title h2 {
        border-right: 0 none;
        padding-right: 0;
    }
    .res-page-title h2,
    .res-page-title p {
        text-align: center !important;
    }
    .about-pg1-padding{
        padding-top: 20px;
    }
    .cta-strip-space h3 {
        margin-bottom: 20px;
        margin-top: 0;
    }
    
    /* Services Page css */
    .right-dir {
        float: none !important;
    }
    .left-dir {
        text-align: center;
    }
    .pg-service-top {
        margin-top: 30px;
    }
    .details-btn-2,
    .details-btn-1 {
        width: 100% !important;
    }
    .details-btn-1 {
        margin-right: 0;
    }
    .details-btn-2 {
        margin-top: 20px;
    }
    
    /* Projects List css */
    .pg-team-col:hover .pg-team-content {
        top: 85px;
    }
    .res-lr-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
    
     /* Pricing Page Css */
    .price-pg-col2 {
        box-shadow: none;
    }
    .price-head-bg1:after,
    .price-head-bg1:before,
    .price-head-bg:after,
    .price-head-bg:before {
        top: 0;
    }
    .price-pg.res-margin30,
    .lp-price-pg.res-margin30 {
        margin-bottom: 40px !important;
    }
    /* Password Page Css */
    .custom_error_message.pwd-prompt > div {
        width: 60%;
    }
    
     /* 404 Error Css */
    .oops-content {
        margin-top: 20px;
    }
    /* Coming Soon Css */
    .countdown-width {
        display: table;
        width: 100%;
    }
    .thank-subs-head > div,
    .coming-subs-head form {
        width: 80%;
    }
    .error-500-div {
        padding: 30px 15px;
    }
    .clients-img1, .clients-img {
        padding: 5px;
    }
    .subs-pg-space .email-prefs .item {
        float: none;
        width: 100%;
    }
     .case-team-content {
        margin-top: 0px;
    }
    .case-team-col {
        padding: 45px 20px 45px 160px;
    }
    .contact-col1 p span:nth-child(1) {
        width: 30%;
    }
    .contact-col2 {
        border-left: 0;
        border-top: 2px solid #FFBD1F;
    }
    
     /* Blog Css */
    .hs-blog-header .single-post-title-header {
        width: 100%;
    }
    .hs-author-profile,
    .blog .blog-content .blog-listing-wrapper .post-item {
        padding: 20px;
    }
    .blog .blog-content .blog-listing-wrapper .post-item .post-body,
    .blog .blog-content .blog-listing-wrapper .post-item .post-body-content {
        float: none;
        width: 100%;
    }
    .blog .blog-content .blog-listing-wrapper .post-item .post-body-content {
        margin-top: 10px;
    }
    .blog .blog-content .blog-listing-wrapper .post-item .post-body {
        margin-right: 0;
    }
    
    /* Category Post Tags */
    
    .tag-post-slider {
        display: none;
    }
    .res-tag-post-slider {
        display: block;
    }
    .res-category-author-post-tags .widget-module,
    .res-category-post-tags .widget-module {
        position: relative;
    }
    .res-category-author-post-tags .widget-module ul,
    .res-category-post-tags .widget-module ul {
        background-color: #ffffff;
        display: table;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 250px;
        z-index: 1;
    }
    .res-category-author-post-tags li,
    .res-category-post-tags li {
        background-color: transparent;
        border-bottom: 1px solid #eee;
        border-left: 2px solid transparent;
        display: block;
        margin: 0;
        text-align: left;
    }
    .res-category-author-post-tags li:last-child,
    .res-category-post-tags li:last-child {
        border-bottom: 0px solid #eee;
    }
    .res-category-author-post-tags li:hover,
    .res-category-post-tags li:hover {
        background-color: #FFBD1F;
        border-left: 3px solid #ffdb1f;
        padding-left: 5px;
        transition: all 300ms ease 0s;
    }
    .res-category-author-post-tags li a,
    .res-category-post-tags li a {
        background-color: transparent;
        border-radius: 5px;
        color: #666666;
        display: block;
        font-family: Roboto;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 8px 15px 8px 15px;
        position: relative;
        text-transform: uppercase;
        transition: 300ms ease-in;
    }
    .res-category-author-post-tags li a:before,
    .res-category-post-tags li a:before {
        content: "\f0da";
        font-family: fontawesome;
        font-size: 18px;
        left: 0;
        padding-right: 0px;
        position: absolute;
        color: transparent;
        top: 3px;
        transition: all 300ms ease 0s;
    }
    .res-category-author-post-tags li:hover a:before,
    .res-category-post-tags li:hover a:before {
        color: #ffdb1f;
        left: -5px;
        transition: all 300ms ease 0s;
        top: 3px;
    }
    .res-category-author-post-tags li:hover a,
    .res-category-post-tags li:hover a {
        color: #ffffff;
        transition: all 300ms ease 0s;
    }
    /* Lp Css */
    .header-content-padding {
        padding: 0 15px 30px;
    }
    .lp-header-head .header-sub-head p {
        margin-top: 150px;
    }
    .header-form-padding {
        padding: 50px;
        margin: 0 15px 150px 15px !important;
    }
    .lp-counter-col-6 {
        margin: 0 auto 30px !important;
        width: 50% !important;
    }
    .lp-clients-img .res-bottom0 img,
    .lp-counter-col-6.res-bottom0 {
        margin-bottom: 0 !important;
    }
    .lp-price-pg-col2 {
        box-shadow: none;
    }
    .lp-price-head-bg1:after,
    .lp-price-head-bg1:before,
    .lp-price-head-bg:after,
    .lp-price-head-bg:before {
        top: 0;
    }
    .lp-clients-img img {
        margin-bottom: 20px;
    }
    .lpv2-footer-links p {
        padding-left: 0px;
        transition: all 300ms ease-in 0s;
    }
    .lpv2-footer-links .lpv2-res-footer-links-last p {
        margin-bottom: 10px;
    }
    .lpv2-form-bg {
        padding: 150px 15px 230px 15px;
    }
    .form-right-padding {
        margin-left: 0 !important;
        padding: 0 15px;
    }
    .lpv2-quote-form > div {
        margin: -80px auto 0px auto;
    }
    .lpv2-header-head p {
        width: 100%;
    } 

}

@media (max-width: 640px) {
   
    .unsubs-pg-head > div,
    .subs-update-head > div {
        width: 100%;
    } 
}
 
@media (max-width: 600px) {
    .lp-testimonial-col > div,
    .footer-strip-col3,
    .footer-strip-col2,
    .footer-strip-col1 {
        width: 100% !important;
    }
    .footer-strip-col3,
    .footer-strip-col2,
    .footer-strip-col1 {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-strip-col2,
    .footer-strip-col1 {
        border-right: medium none;
        margin-bottom: 30px;
    }
    .footer-bg {
        top: 300px;
    }
    .case-team-img {
        position: static;
    }
    .case-team-col {
        padding: 30px 20px;
        text-align: center;
    }
    .case-team-content {
        margin-top: 15px;
    }
    .case-team-icons ul {
        display: contents;
        margin: 0 auto;
        text-align: center;
    }
    .contact-col1 p span:nth-child(1) {
        width: 60%;
    }
    .lp-counter-col-6 {
        margin: 0 auto 30px !important;
        width: 80% !important;
    }
    
}

@media (max-width: 575px) {
    
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0 0 !important;
        -webkit-transform-origin:0 0 0 !important;
        max-width: 100% !important;
        max-height: 100% !important;
        height: 115px;
    }
}

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
    
    body .hs-form fieldset.form-columns-2 .hs-form-field {
        max-width: 100% !important;
        width: 100% !important;
    }
    .hs-form input[type="checkbox"], 
    .hs-form input[type="radio"] {
        width: 0 !important;
    }
    .hs-form-field input,
    .form-columns-2 > div {
        max-width: 100% !important;
        width: 100% !important;
    }
    .form-columns-3 > div {
        max-width: 100% !important;
        width: 100% !important;
    }
    .lp-counter-col-6,
    .col-6{
        width: 100% !important;
        float:none !important;
    }
    .counter-col:hover {
        transform: scale(1.02);
    }
    .thank-subs-head > div,
    .coming-subs-head form,
    .custom_error_message.pwd-prompt > div,
    .header-video-head h1, .header-video-head p,
    .header-parallax-head h1, .header-parallax-head p,
    .header-static-head h1, .header-static-head p,
    .header-slider3 h1, .header-slider2 h1, .header-slider1 h1,
    .header-slider3 p, .header-slider2 p, .header-slider1 p {
        width: 100%;
    }
    .res-lr-pad {
        padding-left: 0px;
        padding-right: 0px;
    }
    .res-proj-bottom30 {
        margin-bottom: 30px;
    }
    .projects-col:hover .projects-img:after {
        bottom: 42%;
    }
    .lp-header-form .hs-button.primary, .lp-header-form input[type="submit"], .lp-header-form input[type="button"] {
        margin-top: 30px;
    }
    .header-form-padding,
    .projects-sidebar {
        padding: 30px 20px;
    } 
    .footer-subs {
        margin-bottom: 10px;
    }
    h1,
    .header-video-head h1,
    .header-parallax-head h1,
    .header-static-head h1,
    .header-slider3 h1, .header-slider2 h1, .header-slider1 h1,
    .header-head1 h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .page-500-head,
    .page-404-head,
    .header-head1 {
        padding-bottom: 80px;
        padding-top: 130px;
    }
    .error-500-div .content-500 p,
    .error-500-div .page-not p,
    .coming-content-bg h2,
    .oops-content .sorry-content p,
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .lpv2-content2 p,
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .lpv2-time p,
    .back-content p,
    h4 {
        font-size: 17px;
        line-height: 27px;
    }
    .look-content p,
    h5 {
        font-size: 14px;
        line-height: 26px;
    }
    .text-link p a {
        font-size: 12px;
    }
    /* Blog Css */
    blockquote {
        margin: 30px 0px 30px 10px;
        padding: 40px 20px 30px 60px;
    }
    .center-align767 > div,
    .center-align > div {
        width: 100% !important;
    }
}

@media (max-width: 414px) {
    
    .res-counter-bottom {
        padding-bottom: 0;
    }
    .res-team-bottom {
        margin-bottom: 15px;
    }
    .pg-team-col:hover .pg-team-content {
        left: 13px;
    }
}

@media (max-width: 380px) {
    .col-3 {
        float: none !important;
        text-align: center;
        width: 100% !important;
    }
    .clients-col-3 {
        float: left !important;
        width: 44% !important;
    }
    .res-clients-bottom-1,
    .res-bottom15 {
        margin-bottom: 15px;
    }
    .lp-clients-img img,
    .home-clients-img img {
        max-width: 55%;
    }
    .home-clients-img .widget-type-linked_image {
        text-align: left;
    }
    .spcl-features-content {
        width: 80% !important;
    }
    .pg-team-col:hover .pg-team-content {
        left: 0px;
        top: 80px;
    }
    .preference-page .checkbox-row span.fakelabel span {
        float: none;
        display: flex;
        display: -webkit-flex;
    }
    .contact-col1 p span:nth-child(1) {
        width: 45%;
    }
}

@media (max-width: 360px) {
    
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.85);
        -webkit-transform:scale(0.85);
        transform-origin:0 0% 0 !important;
        -webkit-transform-origin:0 0% 0 !important;
        max-width: 100% !important;
        height: 100px;
    } 
    
    .menu-contact ul {
        width: 100%;
    }
    .menu-contact ul:first-child {
        margin-bottom: 10px;
    }
    .custom-menu-primary.top-menu {
        top: 163px;
    }
    .pg-team-col:hover .pg-team-content {
        top: 70px;
    }
    .prod-pg-btn {
        bottom: 54px;
    }
    /* Blog Css */
    .blog .blog-sidebar .actions {
        position: static;
    }
    .blog .blog-sidebar #hs_form_target_blog_subscription .hs-button.primary.large {
        border-radius: 5px 5px !important;
    }
    .blog .blog-sidebar .hs-author-profile .hs-author-avatar {
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
        width: 100% !important;
    }
}

@media (max-width: 330px) {
     
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0% 0 !important;
        -webkit-transform-origin:0 0% 0 !important;
        max-width: 100% !important;
        height: 90px;
    }
    .header-slider3 p:last-child span:last-child a, .header-slider2 p:last-child span:last-child a, .header-slider1 p:last-child span:last-child a {
        margin-left: 3px;
    }
    .pg-team-col:hover .pg-team-content {
        top: 40px;
    }
    .recent-post-items .post-item .post-item-text,
    .recent-post-items .post-item .post-item-image {
        float: none !important;
        width: 100% !important;
    }
    .recent-post-items .post-item .post-item-text {
        margin-top: 10px;
    }
    .lpv2-header-head h1 {
        overflow-wrap: break-word;
    }
}

