
/* 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=Lato:100,100i,300,300i,400,400i,700,700i,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: #13A0B2; 
    letter-spacing: 1px;
    text-decoration:none;  
}
a:hover, a:focus { 
    color: #13A0B2;
    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: Lato, 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: 16px; line-height: 26px; }
h6 { font-size: 14px; 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 {
    border-left: 2px solid #13a0b2;
    padding-left: 30px;
}
blockquote span {
    clear: both;
    color: #13a0b2;
    display: block;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
blockquote p span {
    color: #666666;
    display: inline;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: lowercase;
}
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                                               
   ========================================================================== */

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


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


/* 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: 80px;
    padding-top: 80px;
}

.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: #13A0B2;
    color: #ffffff;
    border: 1px solid #13A0B2;
}

.btn-2 p a {
    background-color: #f22e55;
    color: #ffffff;
    border: 1px solid #f22e55;
}
.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: #13A0B2;
    border: 1px solid #13A0B2;
    color: #ffffff;
}
.btn-1 p a:hover {
    background-color: #f22e55;
    border: 1px solid #f22e55;
    color: #ffffff;
}

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

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

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

.text-link p a:hover {
    color: #f22e55;
    padding-left: 5px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.text-link p a:after {
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

.text-link p a:after {
    content: "\f101";
    font-family: fontawesome;
    font-size: 15px;
    padding-left: 5px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

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

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

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

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

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

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

.sub-uline-img {
    line-height: 3px;
    margin-bottom: 15px;
}

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;
}

/* ===================== Landing Page Starts ====================== */

/* Header Starts */

.header-lp-bg {
  	background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
}
.lp-header-space {
    padding-top: 150px;
}
.lp-content-space {
    padding-top: 100px;
}
.lp-header-sub-title p {
    color: #13A0B2 !important;
    font-family: Lato;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
.lp-content-space p {
    color: #555555;
}
.lp-content-space h1 {
    color: #333333;
}
.lp-content-space h1 {
    margin-bottom: 15px;
}
.lp-header-form > div {
    background-color: rgba(238, 238, 238, 0.7);
    margin: 0 auto;
    padding: 30px 30px 50px;
    width: 400px;
}
.lp-header-form .hs-form-checkbox-display > span,
.lp-header-form .hs-form-radio-display > span {
    color: #555555;
}
.lp-header-form .form-title {
    background-color: rgba(232, 232, 232, 0.9);
    margin-bottom: 25px !important;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px !important;
    padding: 10px 15px;
}
.lp-header-form h3,
.lp-header-form label, .lp-header-form .hs-form-field > label {
    color: #666666;
    text-align: center;
}
.lp-header-form .hs-button.primary, 
.lp-header-form input[type="submit"], 
.lp-header-form input[type="button"] {
    background-color: transparent;
    border: 1px solid #13A0B2;
    color: #13A0B2;
}
.lp-header-form .hs-button.primary:hover, 
.lp-header-form input[type="submit"]:hover, 
.lp-header-form input[type="button"]:hover {
    background-color: #13A0B2;
    border: 1px solid #13A0B2;
    color: #ffffff;
}
.lp-header-form input,
.lp-header-form textarea {
    height: 43px;
    max-height: 43px;
}
.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 {
    background-color: transparent;
    border-width: 0 0 1px 0 !important;
    border-bottom: 1px solid #13A0B2!important;
    border-radius: 0 !important;
    color: #666666;
    padding-left: 0 !important;
}
.lp-header-form input[type="text"]:focus,
.lp-header-form input[type="password"]:focus,
.lp-header-form input[type="datetime"]:focus,
.lp-header-form input[type="datetime-local"]:focus,
.lp-header-form input[type="date"]:focus,
.lp-header-form input[type="month"]:focus,
.lp-header-form input[type="time"]:focus,
.lp-header-form input[type="week"]:focus,
.lp-header-form input[type="number"]:focus,
.lp-header-form input[type="email"]:focus,
.lp-header-form input[type="url"]:focus,
.lp-header-form input[type="search"]:focus,
.lp-header-form input[type="tel"]:focus,
.lp-header-form input[type="color"]:focus,
.lp-header-form input[type="file"]:focus,
.lp-header-form textarea:focus,
.lp-header-form select:focus {
    border-bottom: 1px solid #f22e55!important;
    box-shadow: none !important;
}

.lp-header-btn p a:hover {
    background-color: #f22e55;
    color: #ffffff;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-header-btn p a {
    background-color: #13A0B2;
    color: #ffffff;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-header-btn p a {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    margin-top: 25px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

/* Header Ends */

/* About Us Starts */

.lp-abt-head p {
    margin: 0 auto;
}
.lp-abt-head p,
.lp-abt-head h2 {
    width: 65%;
}
.lp-abt-head h2 {
    margin: 0 auto 10px;
}

/* About Us Ends */

/* Services Starts */

.lp-services-col-odd {
    background-color: transparent;
    padding: 30px;
    transition: all 300ms ease-in 0s;
}
.lp-services-col-even {
    background-color: #ffffff;
    padding: 30px;
    transition: all 300ms ease-in 0s;
}
.lp-services-col-odd:hover {
    background-color: #13A0B2;
    transition: all 300ms ease-in 0s;
}
.lp-services-col-even:hover {
    background-color: #f22e55;
    transition: all 300ms ease-in 0s;
}
.lp-services-col-even:hover .text-link p a:after,
.lp-services-col-odd:hover .text-link p a:after,
.lp-services-col-even:hover .text-link p a,
.lp-services-col-odd:hover .text-link p a,
.lp-services-col-even:hover p,
.lp-services-col-odd:hover p,
.lp-services-col-even:hover h4,
.lp-services-col-odd:hover h4 {
    color: #ffffff;
    transition: all 300ms ease-in 0s;
}
.lp-services-col-even h4,
.lp-services-col-odd h4 {
    display: inline-flex;
    margin-bottom: 15px;
    transition: all 300ms ease-in 0s;
}

.lp-service-icon-6 h4:before,
.lp-service-icon-5 h4:before,
.lp-service-icon-4 h4:before,
.lp-service-icon-3 h4:before,
.lp-service-icon-2 h4:before,
.lp-service-icon-1 h4:before {
    color: #333333;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    padding: 0 15px 0 0;
    text-align: center;
    transition: all 300ms ease-in 0s;
    vertical-align: top;
}
.lp-service-icon-1 h4::before {
    content: "\f1b3";
}
.lp-service-icon-2 h4::before {
    content: "\f0e0";
}
.lp-service-icon-3 h4::before {
    content: "\f09d";
}
.lp-service-icon-4 h4::before {
    content: "\f1c0";
}
.lp-service-icon-5 h4::before {
    content: "\f0c0";
}
.lp-service-icon-6 h4::before {
    content: "\f080";
}
.lp-services-col-even:hover .lp-service-icon-6 h4:before,
.lp-services-col-odd:hover .lp-service-icon-5 h4:before,
.lp-services-col-even:hover .lp-service-icon-4 h4:before,
.lp-services-col-odd:hover .lp-service-icon-3 h4:before,
.lp-services-col-even:hover .lp-service-icon-2 h4:before,
.lp-services-col-odd:hover .lp-service-icon-1 h4:before {
    color: #ffffff;
    transition: 200ms ease-in;
}

/* Services Ends */

/* Full width Image Section Starts */

.full-width-left-img {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 483px;
    position: relative;
    float: left !important;
    width: 50% !important;
}
.full-width-col {
    position: absolute;
}
.full-width-content-pad {
    padding-left: 30px;
}
.full-width-pad {
    padding: 60px 0 60px 0px;
}
.full-width-content {
    max-width: 50% !important;
    width: 50% !important;
    float: right !important;
    position: relative;
}
.full-width-content h3,
.full-width-content p,
.full-width-content li {
    color: #ffffff;
}
.full-width-content li {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.lp-sub-head p {
    color: #ffffff;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.full-width-content ul {
    margin-top: 20px;
}
.full-width-content ul li {
    display: table-cell;
}
.full-width-content ul li img {
    vertical-align: text-top;
}
.full-width-content ul li:first-child {
    width: 35px;
}
.full-width-btn p a {
    background-color: #f22e55;
    color: #ffffff;
    border: 1px solid #f22e55;
    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;
}
.full-width-btn p a:hover {
    background-color: #ffffff;
    color: #13A0B2;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Full width Image Section Ends */


/* Pricing Starts */

.lp-price-sec .row-fluid [class*="span"] {
    margin-left: 0!important;
}

.lp-price-sec {
    text-align: center;
}

.lp-price-col2,
.lp-price-col1 {
    display: inline-block !important;
    float: none !important;
    margin-right: -4px;
    text-align: center;
}

.lp-price-col1 {
    background-color: #f6f6f6;
    padding: 20px 20px 30px;
    text-align: center;
    transition: 500ms ease-in;
}
.lp-price-col2 {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(19, 160, 178, 0.6);
    padding: 20px 20px 30px;
    position: relative;
    text-align: center;
    transition: 500ms ease-in;
    z-index: 10;
}
.lp-price-col2 .price-hot-content {
    position: absolute;
    right: 0;
    top: 0;
}

.lp-price-col2 .price-hot-content {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 297px;
}
.lp-price-col2 .price-hot-content p {
    background-color: #f22e55;
    color: #ffffff;
    display: block;
    font-family: 'Lato';
    font-weight: 600;
    letter-spacing: 1px;
    height: 75px;
    left: 133px;
    padding: 40px 40px 25px 38px;
    position: relative;
    right: 0;
    top: -24px;
    transform: rotate(40deg);
}

.lp-price-tag p {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 10px auto 0;
    padding: 20px 15px 20px;
    width: 200px;
}
.lp-price-tag p span {
    font-size: 18px;
}
.lp-price-tag p span:first-child {
    vertical-align: super;
}
.lp-price-tag p span:last-child {
    vertical-align: baseline;
}
.lp-price-content p {
    letter-spacing: 1px;
    padding: 20px 15px 0;
}
.lp-price-btn {
    margin-top: 30px;
}
.lp-price-col2:hover,
.lp-price-col1:hover {
    background-color: #fafafa;
    transition: 500ms ease-in;
}


/* Pricing Ends */

/* News Starts */

.lp-news-col h4 {
    margin-bottom: 10px;
}
.lp-news-date ul li,
.lp-news-date ul {
    display: table-cell;
}
.lp-news-date ul li {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Lato';
    font-weight: 600;
}
.lp-news-date ul li:first-child {
    width: 35px;
    vertical-align: middle;
}
.lp-news-date ul:last-child {
    padding-left: 15px;
}
.lp-news-date ul li a {
    color: #666666;
    transition: 500ms ease-in;
}
.lp-news-head h4 a:hover,
.lp-news-date ul li a:hover {
    color: #f22e55;
    transition: 500ms ease-in;
}
.lp-news-img {
    position: relative;
    margin-bottom: 20px;
}
.lp-news-head {
    bottom: 0;
    padding: 30px 20px;
    position: absolute;
}

/* News Ends */

/* Clients Starts */

.lp-clients-col {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    transition: 500ms ease-in;
}
.lp-clients-col img {
    border-radius: 5px 0 0 5px;
}
.lp-clients-content {
    padding-bottom: 7px;
    padding-right: 7px;
    padding-top: 7px;  
}
.lp-clients-col:hover {
    background-color: #13A0B2;
    transition: 500ms ease-in;
}
.lp-clients-col:hover .lp-clients-content h4,
.lp-clients-col:hover .lp-clients-content p {
    color: #ffffff;
    transition: 200ms ease-in;
}
.lp-clients-col:hover img {
    border-radius: 5px;
    transition: 500ms ease-in;
}

/* Clients Ends */

/* Cta Strip Starts */

.lp-cta-space {
    padding-bottom: 40px;
    padding-top: 40px;
}
.lp-cta-head h3 {
    color: #ffffff;
}
.lp-cta-btn {
    background-color: #ffffff !important;
    border-radius: 5px !important;
    color: #13A0B2 !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: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-cta-btn:hover > div span {
    color: #ffffff !important;
}
.lp-cta-btn:hover {
    background-color: #f22e55 !important;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

/* Cta Strip Ends */

/* Footer Starts */

.lp-copyright-bg,
.lp-footer-bg {
    background-color: #222222;
    color: #999999;
}
.lp-footer-list ul {
    display: table;
    margin-top: 15px;
}
.lp-footer-abt p {
    margin-top: 15px;
}
.lp-footer-list ul li {
    display: table-cell;
    margin-top: 15px;
}
.lp-footer-list ul li:first-child {
    width: 30px;
}
.lp-footer-list ul li:first-child img {
    vertical-align: middle;
}
.lp-footer-list ul li a {
    color: #999999;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-footer-support p a:hover,
.lp-footer-links p a:hover,
.lp-footer-list ul li a:hover {
    color: #13A0B2;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-recent-top {
    margin-top: 7px;
}

.lp-footer-support h5,
.lp-footer-links h5 {
    color: #eeeeee;
    margin-bottom: 35px;
}
.lp-footer-support p,
.lp-footer-links p {
    margin-bottom: 10px;
}
.lp-footer-bg p, .lp-footer-bg li, .lp-footer-bg li a,
.lp-footer-support p a,
.lp-footer-links p a {
    color: #999999;
    display: flex;
    display: -webkit-flex;
    font-size: 13px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-footer-support .last-link p,
.lp-footer-links .last-link p {
    margin-bottom: 0px;
}
.lp-footer-support p a:before,
.lp-footer-links p a:before {
    content: "\f101";
    color: #13A0B2;
    font-family: fontawesome;
    padding-right: 10px;
}
.lp-footer-abt, .lp-footer-links, .lp-footer-support {
    margin-top: 15px;
}
.lp-footer-bg h5 {
    position: relative;
}

.lp-footer-bg h5:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: linear-gradient(160deg, #13a0b2 70%, #f22e55 30%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 5px;
    content: "";
    height: 3px;
    position: absolute;
    top: 35px;
    width: 60px;
}
.lp-footer-form h3 {
    margin-bottom: 0px;
}
.lp-footer-form h5 {
    margin-bottom: 5px !important;
}
.lp-footer-form .hs-form-field {
    margin-top: 25px;
}
.lp-footer-form label, .lp-footer-form .hs-form-field > label {
    font-size: 13px !important;
}
.lp-footer-form {
    background-color: #262626;
    border-radius: 5px;
    padding: 15px;
}
.lp-footer-form > form {
    background-color: transparent;
    box-shadow: 5px 5px 0 rgba(19, 160, 178, 0.5);
    padding: 0 15px 15px;
    margin-top: 15px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-footer-form h5 {
    color: #eeeeee;
    margin-bottom: 0;
}
.lp-footer-form input[type="text"],
.lp-footer-form input[type="password"],
.lp-footer-form input[type="datetime"],
.lp-footer-form input[type="datetime-local"],
.lp-footer-form input[type="date"],
.lp-footer-form input[type="month"],
.lp-footer-form input[type="time"],
.lp-footer-form input[type="week"],
.lp-footer-form input[type="number"],
.lp-footer-form input[type="email"],
.lp-footer-form input[type="url"],
.lp-footer-form input[type="search"],
.lp-footer-form input[type="tel"],
.lp-footer-form input[type="color"],
.lp-footer-form input[type="file"],
.lp-footer-form textarea,
.lp-footer-form select {
    background-color: transparent;
    border-bottom: 1px solid #13A0B2!important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    color: #999999;
}
.lp-footer-form input[type="text"]:focus,
.lp-footer-form input[type="password"]:focus,
.lp-footer-form input[type="datetime"]:focus,
.lp-footer-form input[type="datetime-local"]:focus,
.lp-footer-form input[type="date"]:focus,
.lp-footer-form input[type="month"]:focus,
.lp-footer-form input[type="time"]:focus,
.lp-footer-form input[type="week"]:focus,
.lp-footer-form input[type="number"]:focus,
.lp-footer-form input[type="email"]:focus,
.lp-footer-form input[type="url"]:focus,
.lp-footer-form input[type="search"]:focus,
.lp-footer-form input[type="tel"]:focus,
.lp-footer-form input[type="color"]:focus,
.lp-footer-form input[type="file"]:focus,
.lp-footer-form textarea:focus,
.lp-footer-form select:focus {
    box-shadow: none !important;
}
.lp-footer-form textarea {
    max-height: 40px;
}
.lp-footer-form .hs-button.primary,
.lp-footer-form input[type="submit"],
.lp-footer-form input[type="button"] {
    background-color: transparent;
    border: medium none;
    color: #13a0b2;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 25px;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}
.lp-footer-form .hs-button.primary:focus,
.lp-footer-form input[type="submit"]:focus,
.lp-footer-form input[type="button"]:focus,
.lp-footer-form .hs-button.primary:hover,
.lp-footer-form input[type="submit"]:hover,
.lp-footer-form input[type="button"]:hover {
    background-color: transparent;
    border: medium none;
    color: #f22e55;
    padding-left: 10px;
    transition: all 300ms ease-in 0s;
}
.lp-footer-form .hs-submit .actions:after {
    content: "\f101";
    color: #13A0B2;
    font-family: fontawesome;
    font-size: 14px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-footer-form .hs-submit .actions:hover:after {
    color: #f22e55;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-footer-form .submitted-message {
    margin-top: 30px;
}



.lp-copyright-bg {
    background-color: #333333;
    letter-spacing: 1px;
    text-align: center;
}

.lp-copyright-space {
    padding-bottom: 10px;
    padding-top: 10px;
}

.lp-footer-icons > div {
    margin-top: 30px;
}

.lp-footer-icons ul {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;

}
.lp-footer-icons ul li {
    
    display: table-cell;
    font-family: 'Roboto';
    letter-spacing: 1px;
    position: relative;
    margin-right: 0px;
}

.lp-footer-icons ul li span a:before {
    background: #13A0B2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #eeeeee;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.lp-footer-icons ul li:last-child span a:before {
    margin-right: 0px;
}

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

.lp-footer-icons ul li span a:hover:before {
    background: #f22e55 none repeat scroll 0 0;
    transition: 500ms ease-in;
}


/* Footer Ends */


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

/* Unique Pages
   ========================================================================== */
   
/* ===================================== Homepage Starts =========================== */

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

/* Slider Header Css */

/* slider-1 */

.header-slider-btns {
    display: inline-block;
}
.header-slider1-head h1 {
    color: #f3f3f3;
    margin: 0 0 10px;
    width: 70%; 
}
.header-slider1-head .header-static-content p {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    width: 70%;
}

.header-slider2-head h1 {
    color: #f3f3f3;
    margin: 0 auto 10px;
    width: 70%; 
}
.header-slider2-head .header-static-content p {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 70%;
}
.header-slider3-head h1 {
    color: #1b1b1b;
    margin: 0 0 10px auto;
    width: 70%; 
}
.header-slider3-head .header-static-content p {
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0px auto;
    width: 70%;
}
.header-slider-div .owl-theme .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}


/* Video Header BG CSS */

.header-video-bg{
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow:hidden; 
} 
.header-video-head h1 {
    color: #f3f3f3;
    margin: 0 auto 10px;
    width: 70%;
}
.header-video-head p {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 auto;
}
.header-video-head {
    background-color: rgba(34,34,34 ,0.5);
    position: relative; 
}
    
.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-url {
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%;
}


/* Parallax Header Css */

.parallax-header-bg {
    background-attachment: fixed;
} 

.header-parallax-head h1 {
    color: #f3f3f3;
    margin: 0 auto 10px;
    width: 70%;
}
.header-parallax-head p {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 auto;
}
.parallax-header-bg,
.header-static-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-space {
    padding-bottom: 150px;
    padding-top: 150px;
}

.header-static-head h1 {
    color: #f3f3f3;
    margin-bottom: 10px;
    width: 70%;
}
.header-static-content p {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    width: 70%;
}
.header-uline {
    line-height: 4px;
    margin-bottom: 20px;
}
.header-static-btns > div {
    display: inline-block;
}
.header-btn-1 p  {
    display: inline-flex;
}
.header-btn-1 p span a {
    border-radius: 0 5px 5px 0;
    padding: 5px 5px 5px 5px;
}
.header-btn-1 p span:last-child a:before {
    background-color: #13A0B2;
    background-color: transparent;
    content: "\f245";    
    display: inline-block;
    font-family: fontawesome;
    font-size: 16px;
    font-weight: initial;
    padding: 5px 5px 5px 15px;
    transition: all 300ms ease-in;
    transform: rotate(40deg);
    -webkit-transition: all 300ms ease-in 0s;
}
.header-btn-1 p:hover span a:before {
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.header-btn-2 p {
    display: inline-flex;
    width: 200px;
}
.header-btn-2 p span a {
    border-radius: 0 5px 5px 0;
    padding: 5px 5px 5px 0px;
    margin-left: 0px !important;
}
.header-btn-2 p span a:before {
    background-color: transparent;
    content: "\f095";    
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    font-weight: initial;
    padding: 5px 5px 5px 15px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.header-btn-2 p:hover span a:before {
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.header-btn-2,
.header-btn-1 {
    margin-left: 0px !important;
}
.header-btn-1 a {
    background-color: #13A0B2;
    border-right: 1px solid #0794A6;
    color: #ffffff;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.header-btn-1 p:hover a {
    background-color: #f22e55;
    border-right: 1px solid #E62249;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.header-btn-2 a {
    background-color: #f22e55;
    border-right: 1px solid #E62249;
    color: #ffffff;
    margin-left: 15px !important;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.header-btn-2 p:hover a {
    background-color: #13A0B2;
    border-right: 1px solid #0794A6;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.header-btn-2 a,
.header-btn-1 a {
    border-radius: 5px 0  0 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    margin-top: 25px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

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


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

.abt-top {
    margin-top: 18px;
}
.abt-us-img img {
    box-shadow: 5px 5px 0 #13A0B2;
    border-radius: 5px;
}
.about-list-ul {
    margin-top: 20px;
}
.about-list-ul ul {
    display: inline-block;
    margin-right: 15px;
}
.about-list-ul ul:last-child {
    margin-right: 0px;
}
.about-list-ul li a {
    color: #333333;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}
.about-list-ul li a:hover {
    color: #13A0B2;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}
.about-list-ul li {
    display: table-cell;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}
.about-list-ul li img {
    padding-right: 15px;
}
.about-list-ul li:first-child {
    padding-left: 30px;
    vertical-align: middle;
}
.about-list-ul:first-child li:first-child {
    padding-left: 0px;
}
.about-list-ul li a {
    color: #666666;
    letter-spacing: 1px;
}

.services-content {
    padding: 15px 15px 15px 0;
}
/* ==== About Us Ends ==== */


/* ==== Our Service Starts ==== */

.services-col {
    background-color: #ffffff;
    border-radius: 5px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}
.services-col img {
    border-radius: 5px 0 0 5px;
}
.services-content {
    padding: 20px 15px 20px 0;
}
.services-col:hover .services-content p,
.services-col:hover .services-content h4 {
    color: #ffffff;
    transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
}
.services-content h4 a:hover {
    color: #ffffff;
    transition: all 100ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13A0B2;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    box-shadow: 5px 5px 0 rgba(19, 160, 178, 0.5);
    border-radius: 5px;
    transition: 800ms ease-in;
    -webkit-transition: 800ms ease-in;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ==== Our Service Ends ==== */
/* ==== Our Service New Starts ==== */
.service-new-group{
    margin-top: 30px; 
   
}
.service-new{
    position: relative; 
    opacity:1;
  
}
.service-new-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgb(0, 155, 222,0.7);
}
.service-content-group{
   position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
}
.service-new-heading p{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.service-new-content p:first-child{
    color: #f9f9f9;
    letter-spacing: 1px;
    line-height: 23px;
    opacity: 0;
    position: absolute;
    left: 0;
     right: 0;
   -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.service-new:hover .service-new-content p:first-child{
    opacity: 1;
    margin-bottom: 20px;
    position: inherit;
}  
.service-new-content p a:last-child{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 27px;
    color: #f7941e !important;
}
.service-new-content p:last-child:before{
    content:"\f101";
    font-family: "FontAwesome";
    padding-right: 10px !important;
    color: #f7941e;
  
}
/* ==== Our Service New Ends ==== */

/* ==== Full Width Image Starts ==== */

.full-width-section-bg {
    background-color: #222222;
}
.full-bg-col {
    position: absolute;
}
.full-bg-img {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    float: right !important;
    height: 443px;
    position: relative;
    width: 50% !important;
}

.full-width {
    float: right;
    max-width: 50%;
    position: relative;
    width: 50%;
}
.full-padding {
    padding: 80px 0;
}
.full-padding h3,
.full-padding p {
    color: #ffffff;
}
.full-content-padding {
    padding-right: 25px;
}

/* ==== Full Width Image Ends ==== */

/* ==== Two Column Starts ==== */

.two-col-icon {
    float: left !important;
    width: 80px !important;
}
.two-col-content {
    float: left;
    margin-left: 0 !important;
    width: 78% !important;
}
.two-col-top {
    margin-top: 30px;
}
.two-col-img img {
    border-radius: 5px;
}

/* ==== Two Column Ends ==== */


/* ==== Portfolio Starts ==== */

.portfolio-col {
    cursor: pointer;
    position: relative;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.portfolio-img {
    display: block;
    overflow: hidden;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.portfolio-img img {
    border-radius: 5px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.portfolio-content {
    background-color: rgba(19, 160, 178, 0.9);
    bottom: 0;
    border-radius: 0 0 5px 5px;
    padding: 15px 20px;
    position: absolute;
    width: 100% !important;
}
.portfolio-content h5,
.portfolio-content p {
    color: #ffffff;
}
.portfolio-col:hover .portfolio-img img {
    transform: scale(1.1);
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.portfolio-col:hover .portfolio-content {
    border-radius: 0;
}
.portfolio-col:hover {
    box-shadow: 5px 5px 0 rgba(19, 160, 178, 0.5);
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}

/* ==== Portfolio Ends ==== */

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

.counter-col img {
    margin-bottom: 15px;
}
.count {
    float: left !important;
    width: 100px !important;
}
.counter-head {
    float: left !important;
    margin-left: 0 !important;
    width: 60% !important;
}
.counter-col h4 {
    color: #ffffff;
    margin-bottom: 0;
}
.counter-sec h2 {
    color: #ffffff;
}
.count p {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
}

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

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

.testimonial-col {
    padding: 10px;
    position: relative;
}
.testimonial-img {
    float: left !important;
    width: 100px !important;
}
.testimonial-content {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 30px 30px 40px 30px;
    position: relative;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.testimonial-content p {
    margin-bottom: 10px;
}
.testimonial-content h4 span {
    font-size: 14px;
    font-style: italic;
    font-weight: 400px;
}
.testimonial-content:before {
    bottom: -20px;
	border-left: 10px solid #f6f6f6;
	border-top: 10px solid #f6f6f6;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	font-family: fontawesome;
	left: 40%;
	position: absolute;
}
.testimonial-img-div {
    position: relative;
}
.testimonial-img {
    bottom: 1px;
    left: 40px;
    position: absolute;
}
.testimonial-img img {
    border-radius: 50%;
}
.testimonial-col:hover .testimonial-content {
    background-color: #13A0B2;
    border: 1px solid #13a0b2;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.testimonial-col:hover .testimonial-content h4,
.testimonial-col:hover .testimonial-content p {
    color: #ffffff;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.testimonial-col:hover .testimonial-content:before {
    border-left: 10px solid #13A0B2;
	border-top: 10px solid #13A0B2;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.owl-theme .owl-controls {
    padding-top: 15px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(19, 160, 178, 0.8) none repeat scroll 0 0 !important;
    background-color: #13A0B2 !important;
}

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

/* ==== Our Latest News Starts ==== */

.news-author p {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
}
.news-col {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.news-col img {
    border-radius: 5px 5px 0 0;
}
.news-content {
    padding: 20px;
}
.news-col:hover {
    background-color: #ffffff;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.news-likes {
    background-color: #13A0B2;
    border-bottom: 2px solid #13A0B2;
    border-radius: 0 0 5px 5px;
    padding: 7px 20px 5px 20px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.news-likes ul {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.news-col:hover .news-likes {
    background-color: #f6f6f6;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.news-likes ul li a {
    color: #ffffff;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.news-likes ul li {
    color: #ffffff;
    display: table-cell;
    letter-spacing: 1px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.news-col:hover .news-likes ul li a {
    color: #666666;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.news-likes ul li:first-child a:before {
    content: "\f004";
    color: #ffffff;
    display: inline-block;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 10px;
}
.news-col:hover .news-likes ul li:last-child a:before,
.news-col:hover .news-likes ul li:nth-child(2) a:before,
.news-col:hover .news-likes ul li:first-child a:before {
    color: #13A0B2;
}
.news-likes ul li:last-child a:before {
    content: "\f27a";
    color: #ffffff;
    display: inline-block;
    font-family: fontawesome;
    font-size: inherit;
    padding-left: 20px;
    padding-right: 10px;
}

/* ==== Our Latest News Ends ==== */

/* Testimonial Starts */

.lp-testimonial-icon {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px !important;
}
.lp-testimonial-icon:before {
    background-color: #13A0B2;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-testimonial-icon img {
    background-color: #13A0B2;
    border-radius: 35%;
    padding: 12px;
    position: relative;
}
.lp-testimonial-col:hover .lp-testimonial-icon img {
    background-color: #f22e55;
}
.lp-testimonial-col:hover .lp-testimonial-icon:before {
    background-color: #f22e55;
    content: "";
    width: 100%;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.lp-testimonial-content {
    margin-bottom: 15px;
}
.lp-testimonial-client {
    float: left;
    width: 150px;
}
.lp-testimonial-designation p {
    color: #13A0B2;
    font-size: 14px;
    font-weight: 600;
}
.lp-testimonial-col:hover .lp-testimonial-designation p {
    color: #f22e55;
}
.lp-testimonial-name {
    margin-top: 30px;
}

/* Testimonial Ends */

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

.client-img img {
    border: 1px solid #eeeeee !important;
    border-radius: 5px;
    padding: 5px;
    opacity: 0.5;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.client-img img:hover {
    border: 1px solid #13A0B2 !important;
    opacity: 1;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}

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

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

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

.cta-btn {
    background-color: #ffffff !important;
    border-radius: 5px !important;
    color: #13A0B2 !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: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

.cta-btn:hover {
    background-color: #f22e55 !important;
    color: #ffffff !important;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

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

/* ==== Footer Starts ==== */
.copyright-bg,
.footer-bg {
    background-color: #222222;
    letter-spacing: 1px;
    color: #999999;
}
.footer-list ul {
    display: table;
    margin-top: 15px;
}
.footer-abt p {
    margin-top: 15px;
}
.footer-list ul li {
    display: table-cell;
    margin-top: 15px;
}
.footer-list ul li:first-child {
    width: 30px;
}
.footer-list ul li:first-child img {
    vertical-align: middle;
}
.footer-list ul li a {
    color: #999999;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.footer-support p a:hover,
.footer-links p a:hover,
.footer-list ul li a:hover {
    color: #13A0B2;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.recent-top {
    margin-top: 7px;
}

.footer-support h5,
.footer-links h5 {
    color: #eeeeee;
    margin-bottom: 35px;
}
.footer-support p,
.footer-links p {
    margin-bottom: 10px;
}
.footer-bg p, .footer-bg li, .footer-bg li a,
.footer-support p a,
.footer-links p a {
    color: #999999;
    display: flex;
    display: -webkit-flex;
    font-size: 13px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.footer-support .last-link p,
.footer-links .last-link p {
    margin-bottom: 0px;
}
.footer-support p a:before,
.footer-links p a:before {
    content: "\f101";
    color: #13A0B2;
    font-family: fontawesome;
    padding-right: 10px;
}
.footer-abt, .footer-links, .footer-support {
    margin-top: 15px;
}
.footer-bg h5 {
    position: relative;
}

.footer-bg h5:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: linear-gradient(160deg, #13a0b2 70%, #f22e55 30%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 5px;
    content: "";
    height: 3px;
    position: absolute;
    top: 35px;
    width: 60px;
}
.footer-form h3 {
    margin-bottom: 0px;
}
.footer-form h5 {
    margin-bottom: 5px !important;
}
.footer-form .hs_cos_wrapper_type_form .hs-form-field {
    margin-top: 25px;
}
.footer-form label, .footer-form .hs-form-field > label {
    font-size: 13px !important;
}
.footer-form {
    background-color: #262626;
    border-radius: 5px;
    padding: 15px;
}
.footer-form > form {
    background-color: transparent;
    box-shadow: 5px 5px 0 rgba(19, 160, 178, 0.5);
    padding: 0 15px 15px;
    margin-top: 15px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.footer-form h5 {
    color: #eeeeee;
    margin-bottom: 0;
}
.footer-form input[type="text"],
.footer-form input[type="password"],
.footer-form input[type="datetime"],
.footer-form input[type="datetime-local"],
.footer-form input[type="date"],
.footer-form input[type="month"],
.footer-form input[type="time"],
.footer-form input[type="week"],
.footer-form input[type="number"],
.footer-form input[type="email"],
.footer-form input[type="url"],
.footer-form input[type="search"],
.footer-form input[type="tel"],
.footer-form input[type="color"],
.footer-form input[type="file"],
.footer-form textarea,
.footer-form select {
    background-color: transparent;
    border-bottom: 1px solid #13A0B2!important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    color: #999999;
}
.footer-form input[type="text"]:focus,
.footer-form input[type="password"]:focus,
.footer-form input[type="datetime"]:focus,
.footer-form input[type="datetime-local"]:focus,
.footer-form input[type="date"]:focus,
.footer-form input[type="month"]:focus,
.footer-form input[type="time"]:focus,
.footer-form input[type="week"]:focus,
.footer-form input[type="number"]:focus,
.footer-form input[type="email"]:focus,
.footer-form input[type="url"]:focus,
.footer-form input[type="search"]:focus,
.footer-form input[type="tel"]:focus,
.footer-form input[type="color"]:focus,
.footer-form input[type="file"]:focus,
.footer-form textarea:focus,
.footer-form select:focus {
    box-shadow: none !important;
}
.footer-form textarea {
    max-height: 40px;
}
.hubspot-link__container {
  	display: none;
}



.copyright-bg {
    background-color: #333333;
}

.copyright-space {
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer-icons > div {
    float: right !important
}

.footer-icons ul {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;

}
.footer-icons ul li {
    
    display: table-cell;
    font-family: 'Roboto';
    letter-spacing: 1px;
    position: relative;
    margin-right: 0px;
}

.footer-icons ul li span a:before {
    background: #13A0B2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #eeeeee;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.footer-icons ul li:last-child span a:before {
    margin-right: 0px;
}

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

.footer-icons ul li span a:hover:before {
    background: #f22e55 none repeat scroll 0 0;
    transition: 500ms ease-in;
}


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

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

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

.about-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-space {
    padding-bottom: 100px;
    padding-top: 100px;
}
.page-head h1 {
    color: #f3f3f3;
    border-left: 3px solid #13A0B2;
    margin-bottom: 0;
    padding-left: 10px;
    text-shadow: 1px 2px 3px #333333;
}

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

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

.img-radius img {
    border-radius: 5px;
}
.abt-sub-head p {
    color: #f22e55;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
}
.abt-list-head h5 a:before {
    color: #13A0B2;
    content: "\f14a";
    font-family: fontawesome;
    font-size: 25px;
    padding-right: 15px;
    vertical-align: top;
}
.pg-abt-content {
    float: left !important;
    margin-left: 0 !important;
}
.pg-abt-img {
    float: right !important;
}

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

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

.pg-abt-service-col img {
    margin-bottom: 15px;
}
.pg-abt-service-col img {
    border-radius: 50%;
    box-shadow: 1px 2px 1px #13a0b2;
    padding: 2px;
}
.pg-abt-service-col p span {
    margin-bottom: 15px;
}
.pg-abt-service-icon-6 p span:after,
.pg-abt-service-icon-5 p span:after,
.pg-abt-service-icon-4 p span:after,
.pg-abt-service-icon-3 p span:after,
.pg-abt-service-icon-2 p span:after,
.pg-abt-service-icon-1 p span:after {
    /*background: rgba(230, 230, 230, 0.8) none repeat scroll 0 0;*/
    border-radius: 50%;
    color: #333333;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 40px;
    height: 90px;
    margin: 0 auto 0px auto;
    padding: 7px 5px 5px 4px;
    text-align: center;
    transition: 300ms ease-in;
    width: 90px;
}
.pg-abt-service-icon-1 p span::after {
    content: "\f1b3";
}
.pg-abt-service-icon-2 p span::after {
    content: "\f0e0";
}
.pg-abt-service-icon-3 p span::after {
    content: "\f09d";
}
.pg-abt-service-icon-4 p span::after {
    content: "\f1c0";
}
.pg-abt-service-icon-5 p span::after {
    content: "\f0c0";
}
.pg-abt-service-icon-6 p span::after {
    content: "\f080";
}
.pg-abt-service-icon-6 p span:hover:after,
.pg-abt-service-icon-5 p span:hover:after,
.pg-abt-service-icon-4 p span:hover:after,
.pg-abt-service-icon-3 p span:hover:after,
.pg-abt-service-icon-2 p span:hover:after,
.pg-abt-service-icon-1 p span:hover:after {
    color: #ffffff;
    transition: 200ms ease-in;
}

/* Radial Out */
.hvr-radial-out p span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
  border-radius: 100%;
  height: 90px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-radial-out p span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f22e55;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out p span:hover, .hvr-radial-out p span:focus, .hvr-radial-out p span:active {
  color: white;
}
.hvr-radial-out p span:hover:before, .hvr-radial-out p span:focus:before, .hvr-radial-out p span:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}


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

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

.pg-clients-col {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 10px;
    transition: 500ms ease-in;
}
.pg-clients-col img {
    border-radius: 5px 0 0 5px;
}
.pg-clients-content {
    padding-bottom: 7px;
    padding-right: 7px;
    padding-top: 7px;  
}
.pg-clients-col:hover {
    background-color: #13A0B2;
    transition: 500ms ease-in;
}
.pg-clients-col:hover .pg-clients-content h4,
.pg-clients-col:hover .pg-clients-content p {
    color: #ffffff;
    transition: 200ms ease-in;
}
.pg-clients-col:hover img {
    border-radius: 5px;
    transition: 500ms ease-in;
}

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

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

/*========================= Faq Page Starts ==========================*/

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

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

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

/* ==== Faq Section Starts ==== */

.faq-col h4 {
    margin-bottom: 15px;
}
.faq-ques p:before {
    background-color: #f3f3f3;
    border-right: 1px solid #eeeeee;
    border-radius: 5% 0 0 0;
    color: #333333;
    content: "\f068";
    font-family: fontawesome;
    font-size: inherit;
    left: 0;
    padding: 10px 13px;
    position: absolute;
    top: 0;
    transition: 500ms ease-in;
}
.faq-ques.active p:before {
    background-color: #13A0B2;
    border-right: 1px solid #13A0B2;
    content: "\f067";
    color: #ffffff;
    transition: 500ms ease-in;
}
.faq-ques p {
    background-color: #f6f6f6;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    font-family: "Lato";
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 15px 10px 55px;
    position: relative;
}
.faq-ans p {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-radius: 0 0 5px 5px;
    padding: 15px 15px;
}

/* ==== Faq Section Ends ==== */


/*========================= Faq Page Ends ==========================*/

/*========================= Services Grid 1 Page Starts ==========================*/

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

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

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

/* ==== Section 1 Starts ==== */

.service-grid1-col {
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.service-grid1-col img {
    border-radius: 5px 5px 0 0;
}
.grid1-content {
    padding: 15px 15px 20px;
}
.service-grid1-col:hover p,
.service-grid1-col:hover h4 {
    color: #ffffff;
    transition: 500ms ease-in;
}
.service-grid1-col:hover .text-link p a {
    color: #ffffff;
    transition: 500ms ease-in;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  border-radius: 5px;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13A0B2;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* ==== Section 1 Ends ==== */


/*========================= Services Grid 1 Page Ends ==========================*/

/*========================= Services Grid 2 Page Starts ==========================*/

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

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

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

/* ==== Section 1 Starts ==== */

.service-grid2-col {
    cursor: pointer;
    text-align: center;
    transition: all 300ms ease 0s;
}
.service-grid2-col h4 {
   margin-top: 15px;
   margin-bottom: 0;
}
.right-border {
    position: relative;
}
.right-border::after {
    border-right: 3px solid #f6f6f6;
    content: "";
    height: 85px;
    position: absolute;
    right: -12px;
    top: 15px;
}
.service-grid2-col img {
    transition: all 300ms ease 0s;
}
.service-grid2-col:hover img {
    border-radius: 5%;
    padding: 2px;
    transition: all 300ms ease 0s;
}
.service-top-border {
    border-top: 1px solid #f6f6f6;
    margin-top: 30px;
}
.pg-service-col > div {
    margin: 0 auto !important;
    width: 100% !important;
}
.pg-service-col .service-grid2-col {
    width: 204px;
}
.service-boxed-col {
    background-color: #ffffff;
    border-left: 3px solid #13A0B2;
    padding: 30px;
    transition: all 500ms ease 0s;
}
.service-boxed-col:hover {
    background-color: #13A0B2;
    border-left: 3px solid #f22e55;
    transition: all 500ms ease 0s;
}
.service-boxed-col h4 {
    margin-top: -7px;
}
.service-boxed-col:hover p,
.service-boxed-col:hover h4 a {
    color: #ffffff;
    transition: all 500ms ease 0s;
}

/* ==== Section 1 Ends ==== */


/*========================= Services Grid 2 Page Ends ==========================*/

/*========================= Services List Page Starts ==========================*/

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

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

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

/* ==== Section 1 Starts ==== */

.service-list-col {
    background-color: #f6f6f6;
    border-radius: 5px;
}
.services-list-img {
    display: block;
    overflow: hidden;
    transition: all 500ms ease 0s;
}
.service-list-col:hover .services-list-img img {
    transform: scale(1.2);
    transition: all 500ms ease 0s;
}
.services-list-img img {
    border-radius: 5px 0 0 5px;
    transition: all 500ms ease 0s;
}
.service-list-content {
    padding: 25px 15px 15px 0;
}
.service-list-col:hover {
    box-shadow: 8px 6px 8px #999999;
    transition: all 500ms ease 0s;
}

/* ==== Section 1 Ends ==== */

/*========================= Services List Page Ends ==========================*/

/*========================= Services Details Page Starts ==========================*/

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

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

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

/* ==== Section 1 Starts ==== */

.address-list-content ul,
.details-list-content2 ul,
.details-list-content1 ul {
    margin-top: 15px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.address-list-content ul li:first-child,
.details-list-content2 ul li:first-child,
.details-list-content1 ul li:first-child {
    width: 35px;
}
.address-list-content ul li,
.details-list-content2 ul li,
.details-list-content1 ul li {
    display: table-cell;
    letter-spacing: 1px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.details-list-content2 ul li img,
.address-list-content ul li img {
    vertical-align: middle;
}

.details-list-content1 ul li img {
    vertical-align: top;
}

.address-list-content,
.details-form {
    border-color: #13a0b2 #f6f6f6 #f6f6f6 #f6f6f6;
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 3px 1px 1px 1px;
    padding: 30px;
}
.details-form h3 {
    margin-bottom: 0;
}
.details-form form {
    padding-top: 5px;
}
.address-list-content {
    margin-top: 30px;
}
.address-list-content ul:first-child {
    margin-top: 0;
}
.address-list-content ul li a {
    color: #666666;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.address-list-content ul li a:hover {
    color: ;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.more-service-head h2,
.details-right-col h4 {
    position: relative;
}
.details-right-col h4:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: linear-gradient(160deg, #13a0b2 70%, #f22e55 30%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 5px;
    content: "";
    height: 3px;
    position: absolute;
    top: 35px;
    width: 60px;
}
.more-service-head h2:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: linear-gradient(160deg, #13a0b2 70%, #f22e55 30%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 5px;
    content: "";
    height: 3px;
    position: absolute;
    top: 40px;
    width: 60px;
}
.more-services-col img {
    border-radius: 5px 5px 0 0;
}
.more-services-col {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.more-services-col h4 {
    padding: 15px;
    margin-bottom: 0;
    text-align: center;
}
.more-services-col:hover {
    background-color: #ffffff;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}

/* ==== Section 1 Ends ==== */


/*========================= Services Details Page Ends ==========================*/

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

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

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

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

/* ==== Section 1 Starts ==== */

.contact-email-box,
.contact-phone-box,
.contact-address-box {
    background-color: #f6f6f6;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 30px;
}
.contact-email-box,
.contact-phone-box {
    margin-top: 30px;
}
.contact-email-icon,
.contact-phone-icon,
.contact-address-icon {
    float: left !important;
    width: 60px !important;
}
.contact-email-content ul li a,
.contact-email-content ul li,
.contact-phone-content ul li,
.contact-address-content p {
    color: #666666;
    letter-spacing: 1px;
}
.contact-email-icon li a {
    color: #666666;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.contact-email-content ul li a:hover,
.contact-email-icon li a:hover {
    color: #13A0B2;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}
.contact-page-form > div {
    background-color: #f6f6f6;
    border-radius: 5px;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.contact-page-form textarea {
    height: 95px;
    max-height: 95px;
}
.contact-page-form input[type="text"],
.contact-page-form input[type="password"],
.contact-page-form input[type="datetime"],
.contact-page-form input[type="datetime-local"],
.contact-page-form input[type="date"],
.contact-page-form input[type="month"],
.contact-page-form input[type="time"],
.contact-page-form input[type="week"],
.contact-page-form input[type="number"],
.contact-page-form input[type="email"],
.contact-page-form input[type="url"],
.contact-page-form input[type="search"],
.contact-page-form input[type="tel"],
.contact-page-form input[type="color"],
.contact-page-form input[type="file"],
.contact-page-form textarea,
.contact-page-form select {
    background-color: #f3f3f3 !important;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3) !important;
    border: none !important;
}
#gmap-canvas {
    height: 300px;
}

/* ==== Section 1 Ends ==== */


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

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

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

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

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

/* ==== Section 1 Starts ==== */

.team-col {
    background-color: #f6f6f6;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms ease 0s;
}
.team-col-img {
    display: block;
    overflow: hidden;
    transition: all 500ms ease 0s;
}
.team-col:hover .team-col-img img {
    transform: scale(1.2);
    transition: all 500ms ease 0s;
}
.team-col-img img {
    border-radius: 5px 5px 0 0;
    transition: all 500ms ease 0s;
}
.team-col h4 span {
    color: #666666;
    font-size: 16px;
    transition: all 500ms ease 0s;
}
.team-col:hover p,
.team-col:hover h4 span,
.team-col:hover h4 {
   color: #ffffff; 
   transition: all 500ms ease 0s;
}
.team-content {
    padding: 20px;
}
.team-icons {
    margin-top: 15px;
}
.team-icons ul {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;

}
.team-icons ul li {
    
    display: table-cell;
    font-family: 'Roboto';
    letter-spacing: 1px;
    position: relative;
    margin-right: 0px;
}

.team-icons ul li span a:before {
    background: #13A0B2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #eeeeee;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.team-icons ul li:last-child span a:before {
    margin-right: 0px;
}

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

.team-col:hover .team-icons ul li span a:before {
    background: #ffffff none repeat scroll 0 0;
    color: #13A0B2;
    transition: 500ms ease-in;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13A0B2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: ;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* ==== Section 1 Ends ==== */


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

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

/* ==== Section 1 Starts ==== */

.team-details-col {
    background-color: #f6f6f6;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms ease 0s;
}
.pg-team-deta-img {
    display: block;
    overflow: hidden;
    transition: all 500ms ease 0s;
}
.team-details-col:hover .pg-team-deta-img img {
    transform: scale(1.2);
    transition: all 500ms ease 0s;
}
.pg-team-deta-img img {
    border-radius: 50%;
    transition: all 500ms ease 0s;
}
.pg-team-deta-content h3 span {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    transition: all 500ms ease 0s;
}
.team-details-contact ul {
    margin-top: 15px;
}
.team-details-contact li {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}
.team-details-contact li,
.team-details-contact li a {
    color: #666666;
}
.team-details-contact li a:hover {
    color: ;
}
.team-details-contact li:first-child {
    width: 35px;
    vertical-align: text-bottom;
}
.team-col:hover p,
.team-col:hover h4 span,
.team-col:hover h4 {
   color: #ffffff; 
   transition: all 500ms ease 0s;
}
.team-content {
    padding: 20px;
}
.team-detail-icons {
    margin-top: 20px;
}
.team-detail-icons ul {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;

}
.team-detail-icons ul li {
    display: table-cell;
    font-family: 'Roboto';
    letter-spacing: 1px;
    position: relative;
    margin-right: 0px;
}

.team-detail-icons ul li span a:before {
    background: #13A0B2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #eeeeee;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.team-detail-icons ul li:last-child span a:before {
    margin-right: 0px;
}

.team-detail-icons ul li:first-child span a:before{
    content: "\f09a";
}
.team-detail-icons ul li:nth-child(2) span a:before {
    content: "\f099";
}
.team-detail-icons ul li:nth-child(3) span a:before{
    content: "\f0e1";
}
.team-detail-icons ul li:nth-child(4) span a:before {
    content: "\f0d5";
}

.team-col:hover .team-detail-icons ul li span a:before {
    background: #ffffff none repeat scroll 0 0;
    color: #13A0B2;
    transition: 500ms ease-in;
}

.advisor-list-content ul {
    display: table;
    margin-top: 15px;
}
.advisor-list-content ul li {
    display: table-cell;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}
.advisor-list-content ul li:first-child {
    width: 35px;
}
.advisor-edu-training p {
    margin-top: 5px;
    margin-bottom: 20px;
}
.advisor-edu-training .advisor-edu-last-content p {
    margin-bottom: 0px;
}
.advisor-edu-yr li {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}
.advisor-edu-yr li:first-child {
    width: 55px;
}
.advisor-edu-training h3 {
    margin-bottom: 10px;
}


.skill-outer-bg > div {
    position: relative;
}
.skill-bar > div {
    display: block;
    position: absolute;
    overflow: visible !important;
}
.skill-outer-bg {
    margin-bottom: 30px;
}
.skill-inner-bg5,
.skill-inner-bg4,
.skill-inner-bg3,
.skill-inner-bg2,
.skill-inner-bg1 {
    background-color: #eeeeee;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 6px;
}
.skill-inner-bg5 > div,
.skill-inner-bg4 > div,
.skill-inner-bg3 > div,
.skill-inner-bg2 > div,
.skill-inner-bg1 > div {
    background-color: #13A0B2;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 6px;
    overflow: hidden;
    width: 0%;
}
.skill-outer-bg h5 {
    float: left;
    margin-bottom: 15px;
}
.skill-outer-bg p {
    background-color: #ffffff;
    border: 3px solid #13A0B2;
    border-radius: 50%;
    color: #13A0B2;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    left: 22px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: -18px;
    padding: 5px 4px;
    position: relative;
}
.skill-outer-bg p:before {
    bottom: 9px;
    color: #13A0B2;
    font-family: fontawesome;
    font-size: 20px;
    left: 18px;
    position: absolute;
    right: 0;
}
.border-top  {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}

/* ==== Section 1 Ends ==== */


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

/*========================= Portfolio1 Page Starts ==========================*/

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

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

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

/* ==== Section 1 Starts ==== */

.pg-gal-col3 .hs_cos_wrapper_type_linked_image,
.pg-gal-col2 .hs_cos_wrapper_type_linked_image,
.pg-gal-col1 .hs_cos_wrapper_type_linked_image {
    margin-bottom: 30px;
}
.pg-gal-col3 .hs_cos_wrapper_type_linked_image:last-child,
.pg-gal-col2 .hs_cos_wrapper_type_linked_image:last-child,
.pg-gal-col1 .hs_cos_wrapper_type_linked_image:last-child {
    margin-bottom: 0;
}
.pg-gal-col3 .hs_cos_wrapper:nth-child(even) a:before,
.pg-gal-col2 .hs_cos_wrapper:nth-child(even) a:before,
.pg-gal-col1 .hs_cos_wrapper:nth-child(even) a:before,
.pg-gal-col3 .hs_cos_wrapper:nth-child(odd) a:before,
.pg-gal-col2 .hs_cos_wrapper:nth-child(odd) a:before,
.pg-gal-col1 .hs_cos_wrapper:nth-child(odd) a:before,
.pg-gal-col3,
.pg-gal-col2,
.pg-gal-col1 {
    transition: all 500ms ease-in 0s;
}
.pg-gal-col3 .hs_cos_wrapper a,
.pg-gal-col2 .hs_cos_wrapper a,
.pg-gal-col1 .hs_cos_wrapper a {
    position: relative;
}

.pg-gal-col3 .hs_cos_wrapper:nth-child(even) a:hover:before,
.pg-gal-col2 .hs_cos_wrapper:nth-child(even) a:hover:before,
.pg-gal-col1 .hs_cos_wrapper:nth-child(even) a:hover:before,
.pg-gal-col3 .hs_cos_wrapper:nth-child(odd) a:hover:before,
.pg-gal-col2 .hs_cos_wrapper:nth-child(odd) a:hover:before,
.pg-gal-col1 .hs_cos_wrapper:nth-child(odd) a:hover:before {
    background-color: rgba(19, 160, 178, 0.5);
    border-radius: 0px;
    bottom: -12%;
    content: "";
    cursor: pointer;
    height: auto !important;
    left: 0;
    max-width: 100%;
    right: 0;
    opacity: 1;
    padding: 33.33%;
    position: absolute;
    transition: all 500ms ease-in 0s;
    width: 100% !important;
}

/* ==== Section 1 Ends ==== */


/*========================= Portfolio1 Page Ends ==========================*/

/*========================= Portfolio2 Page Starts ==========================*/

/* Lightbox Gallery */

.portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
   left: 10px;
}
.portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
   width: 33.33% !important;
}
.portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
   height: 240px;
   margin-bottom: 10px;
}
.portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
   height: 100%;
   max-width: 100%;
   width: 100%;
}
.portfolio-lightbox-gal .slick-track .hs_cos_gallery_slide.slick-slide.slick-current.slick-active {
   max-width: 100% !important;
   max-height: 100% !important;
   align-items: center;
}
.portfolio-lightbox-gal .slick-slider {
    margin-bottom: 0;
}

/*========================= Portfolio2 Page Ends ==========================*/

/*========================= Portfolio3 Page Starts ==========================*/

.gal3-col-right-img {
    margin-left: 0 !important;
}
.portfolio-3-col {
    text-align: center;
}
.gal3-col-right-img,
.gal3-col-left-img {
    display: inline-block !important;
    float: none !important;
    margin-right: -4px;
    text-align: center;
}

/*========================= Portfolio3 Page Ends ==========================*/

/*========================= Portfolio Details Page Starts ==========================*/

.portfolio-details-col h3 {
    margin-bottom: 15px;
}
.portfolio-details-ul ul {
    display: table;
    margin-top: 20px;
}
.portfolio-details-ul ul li:first-child {
    width: 35px;
}
.portfolio-details-ul ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 1px;
}


/*========================= Portfolio Details Page Ends ==========================*/

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

.price2-col,
.price1-col {
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    position: relative;
    transition: all 500ms ease-in 0s;
}
.price2-col:hover,
.price1-col:hover {
    box-shadow: 1px 3px 5px #666666;
    transition: all 500ms ease-in 0s;
}
.price2-col:hover {
   border: 1px solid #f22e55; 
}
.price1-col:hover {
    border: 1px solid #13A0B2;
}
.price1-col {
    margin-top: 65px;
}
.price2-col {
    margin-top: 35px;
}
.price1-head {
    background-color: #f22e55;
}
.price-head {
    background-color: #13A0B2;
}
.price1-head,
.price-head {
    border-radius: 5px 5px 0 0;
    padding: 30px;
    margin-bottom: 20px;
}
.price1-head h4,
.price-head h4 {
    color: #ffffff;
    margin-bottom: 0;
}
.price1-tag p {
    border: 3px solid #f22e55;
    color: #f22e55;
}
.price-tag p {
    border: 3px solid #13A0B2;
    color: #13A0B2;
}
.price1-tag p,
.price-tag p {
    background-color: #f6f6f6;
    border-radius: 50%;
    box-shadow: 1px 2px 3px #666666 inset;
    display: table;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 auto;
    padding: 20px 10px;
    position: absolute;
    right: 15px;
    top: -35px;
    width: 100px;
}
.price1-tag p span,
.price-tag p span {
    font-size: 13px;
}
.price1-tag p span:first-child,
.price-tag p span:first-child {
    vertical-align: super;
}
.price1-tag p span:last-child,
.price-tag p span:last-child {
    vertical-align: inherit;
}
.price-content {
    padding-left: 30px;
    padding-right: 30px;
}
.price-content p {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.price-btn {
    margin-bottom: 30px;
}

.price-cta-head h3 {
    color: #333333;
    margin-bottom: 0;
}
.price-cta-head {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    margin: 0 auto;
    padding: 50px 30px;
    width: 80%;
}
.price-cta-ul  {
    display: table;
    margin: 0 auto;
}
.price-cta-ul ul,
.price-cta-ul ul li {
    display: table-cell;
}
.price-cta-ul ul {
    padding-top: 30px;
}
.price-cta-ul ul li:first-child {
    width: 60px;
}
.price-cta-ul ul li:last-child {
    vertical-align: middle;
}
.price-cta-ul ul:last-child {
    padding-left: 30px;
}

.price-cta-ul ul li a,
.price-cta-ul ul li {
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    word-break: break-all;
}
.price-cta-btn {
    margin-top: 30px;
}

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

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

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

.pricing-col {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms ease-in 0s;
}
.pricing-col:hover {
    box-shadow: 1px 3px 5px #666666;
    transition: all 500ms ease-in 0s;
}
.pricing-col:hover {
   border: 1px solid #f22e55; 
}
.pricing-col:hover {
    border: 1px solid #13A0B2;
}
.pricing-head-group {
    background-color: #13A0B2;
    border-radius: 5px 5px 0 0;
    padding: 30px 30px 0px 30px;
    margin-bottom: 0px;
}
.pricing-head h4 {
    color: #ffffff;
    margin-bottom: 0;
}
.pricing-tag p {
    color: #ffffff;
}
.pricing-tag p {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}
.pricing-tag p span {
    font-size: 17px;
}
.pricing-tag p span:first-child {
    vertical-align: super;
}
.pricing-tag p span:last-child {
    vertical-align: inherit;
}
.pricing-content {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
.pricing-content p {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.pricing-btn {
    margin-bottom: 30px;
}


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

/*========================= Thankyou Page Starts ==========================*/

.thanku-content-grp > div {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: table !important;
    margin: 0 auto !important;
    padding: 30px;
    width: 600px !important;
}
.thanku-content1 h1 {
    position: relative;
    margin-bottom: 10px;
}
.thanku-content1 h1:before {
    background-color: #ffffff;
    border: 3px solid #eeeeee;
    border-radius: 50%;
    content: "\f00c";
    color: #25ae88;
    font-family: fontawesome;
    font-size: 35px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: -58px;
}
.thanku-content-grp h4 span {
    color: #25ae88;
}
.thanku-content-grp p {
    margin-top: 10px;
    letter-spacing: 1px;
}
.thanku-content-grp p span {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
}
.thanku-content-grp p span:before {
    content: "\f095";
    color: #13A0B2;
    font-family: fontawesome;
    font-size: 25px;
    padding-right: 15px;
    vertical-align: middle;
}
.subs-head h3 {
    border-top: 1px solid #eeeeee;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-top: 30px;
}
.subs-head form {
    margin: 0 auto;
    width: 100%;
}
.subs-head .hs-form .hs-form-field {
    margin-top: 0!important;
    margin-right: 15px;
}
.subs-head .hs-form .actions {
    margin-top: 7px;
}

/*========================= Thankyou Page Ends ==========================*/

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

.coming-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    padding-bottom: 120px;
    padding-top: 120px;
}
.coming-bg h1 {
    color: #f3f3f3;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}
.coming-bg h4 {
    color: #f3f3f3;
    margin-bottom: 0px;
}
.coming-page-body .footer-container.container-fluid {
    padding: 0;
}
.coming-copyright {
    padding: 15px;
}

.countdown {
    color: #fff;
    font-size:40px;
    line-height: 50px;
}
.count-unit {
    color: #fff;
    font-size: 14px;
	letter-spacing: 1px;
}
.countdown-wrap {
    margin: 0px auto 0;
    padding: 23px 25px;
    position: relative;
    width: 135px;
}
.countdown-wrap:before {
    background-color: rgba(19, 160, 178, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.4);
    content: "";
    height: 120px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: rotate(135deg);
    transition: all 0.3s ease-in-out 0s;
    width: 120px;
}
.countdown-wrap:hover:before {
    background-color: rgba(242, 46, 85, 0.8);
    transition: all 0.3s ease-in-out 0s;
}

.countdown-wrap > p {
	line-height: 1.4;
}
.countdown-width {
    display: flex;
    display: -webkit-flex;
    margin: 60px auto 60px;
    width: 750px;
}
.eventCounter {
    position: relative;
}

.coming-subs-head .hs_error_rollup {
    display: none;
}
.coming-content-bg {
    background: rgba(34, 34, 34, 0.8) none repeat scroll 0 0;
    padding: 150px 90px;
}

.coming-subs-head form {
    display: flex;
    margin: 0px auto 0;
    width: 40%;
}
.coming-subs-head h3 {
    color: #f3f3f3;
    margin-bottom: 0;
}
.coming-subs-head .hs_cos_wrapper_type_blog_subscribe form {
    padding: 0;
}
.coming-subs-head .hs-form .hs-form-field {
    margin-top: 0px !important;
    margin-right: 15px;
    width: 100%;
}
.coming-subs-head .hs-form .actions {
    margin-top: 9px;
}

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

.coming-subs-head form.hs-form .hs-form-field ul.inputs-list {
    margin-bottom: -20px;
}
.coming-subs-head label, .coming-subs-head .hs-form-field > label {
    color: #f3f3f3;
}
.coming-social-icons ul {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    padding-top: 30px;
    list-style-type: none;

}
.coming-social-icons ul li {
    
    display: table-cell;
    font-family: 'Roboto';
    letter-spacing: 1px;
    position: relative;
    margin-right: 0px;
}

.coming-social-icons ul li span a:before {
    background: #13A0B2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #eeeeee;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.coming-social-icons ul li:last-child span a:before {
    margin-right: 0px;
}

.coming-social-icons ul li:first-child span a:before{
    content: "\f09a";
}
.coming-social-icons ul li:nth-child(2) span a:before {
    content: "\f099";
}
.coming-social-icons ul li:nth-child(3) span a:before{
    content: "\f0e1";
}
.coming-social-icons ul li:nth-child(4) span a:before {
    content: "\f0d5";
}

.coming-social-icons ul li span a:hover:before {
    background: #f22e55 none repeat scroll 0 0;
    transition: 500ms ease-in;
}

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

/*========================= Privacy Policy Page Starts ==========================*/

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

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

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

.privacy-list ul {
    display: table;
    margin: 20px 0 0 0;
}
.privacy-list ul:last-child {
    margin-bottom: 20px;
}
.privacy-list ul li {
    display: table-cell;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lato';
    letter-spacing: 1px;
    vertical-align: middle;
}
.privacy-list ul li:first-child {
    width: 35px;
}

/*========================= Privacy Policy Page Ends ==========================*/

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

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

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

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

/* ==== Section 1 Starts ==== */

.pg-testimonial-name,
.pg-testimonial-content {
    background-color: rgba(19, 160, 178, 0.7);
    position: absolute;
    text-align: center;
    transition: 500ms ease-in;
    width: 100% !important;
}
.pg-testimonial-col:hover .pg-testimonial-name,
.pg-testimonial-col:hover .pg-testimonial-content {
    background-color: rgba(242, 46, 85, 0.7);
    transition: 500ms ease-in;
}
.pg-testimonial-name {
    padding: 10px 15px;
    top: 0;
}
.pg-testimonial-content p,
.pg-testimonial-name h5 {
    color: #ffffff;
}
.pg-testimonial-content {
    padding: 15px 20px 35px 20px;
    bottom: 0;
}
.pg-testimonial-col {
    position: relative;
}
.pg-testimonial-img {
    position: relative;
}
.pg-testimonial-img:before {
    background-color: #f22e55;
    border-radius: 50%;
    bottom: -24px;
    color: #ffffff;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 10px;
    text-align: center;
    transition: 500ms ease-in;
    width: 50px;
    
    z-index: 1;
}
.pg-testimonial-col:hover .pg-testimonial-img:before {
    background-color: #13A0B2;
    transition: 500ms ease-in;
}
.pg-testimonial-img:after {
    border-radius: 50%;
    color: rgba(19, 160, 178, 0.5);
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 40px;
    position: absolute;
    left: 0px;
    right: 0;
    text-align: center;
    transition: 500ms ease-in;
    top: 45px;
}

.pg-testimonial-col:hover .pg-testimonial-img:after {
    color: rgba(242, 46, 85, 0.7);
    transition: 500ms ease-in;
}

/* ==== Section 1 Ends ==== */

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

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

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

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

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

/* ==== Section 1 Starts ==== */

.case-list-col {
    position: relative;
}
.case-list-content {
    background-color: #f6f6f6;
    border-left: 2px solid #13A0B2;
    margin-left: -20px !important;
    margin-top: 23px;
    padding: 20px;
    right: 60px;
    top: 25px;
    transition: 500ms ease-in;
}
.case-list-content:hover {
    background-color: #f3f3f3;
    border-left: 2px solid #f22e55;
    transition: 500ms ease-in;
}

/* ==== Section 1 Ends ==== */

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

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

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

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

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

/* ==== Section 1 Starts ==== */

.case-details-box {
    background-color: #f6f6f6;
    padding: 30px 20px 30px 20px;
}
.case-details-box h4 {
    margin-bottom: 10px;
}
.case-details-box p {
    display: flex;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
    padding-bottom: 20px;
}
.case-details-box .last-details p {
    padding-bottom: 0;
}
.case-details-box p span:first-child {
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    width: 30%;
}
.case-details-box p span:last-child {
    float: left;
    width: 5%;
}
.address-details-list {
    background-color: #f6f6f6;
    padding: 30px 20px 30px 20px;
    margin-top: 30px;
}
.address-details-list li a {
    color: #666666;
    transition: 500ms ease-in;
}
.address-details-list li a:hover {
    color: #13A0B2;
    transition: 500ms ease-in;
}
.address-details-list h4 {
    margin-bottom: 10px;
}
.address-details-list ul,
.case-details-ul ul {
    display: table;
    margin: 20px 0 0 0;
}
.address-details-list ul:first-child {
    margin-top: 0;
}
.address-details-list ul:last-child,
.case-details-ul ul:last-child {
    margin-bottom: 0px;
}

.address-details-list ul li,
.case-details-ul ul li {
    display: table-cell;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lato';
    letter-spacing: 1px;
    vertical-align: middle;
}
.address-details-list ul li:first-child,
.case-details-ul ul li:first-child {
    width: 35px;
    vertical-align: top;
}

/* ==== Section 1 Ends ==== */

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

/*========================= Case Study Grid Page Starts ==========================*/

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

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

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

/* ==== Section 1 Starts ==== */

.case-grid-col {
    background-color: #f6f6f6;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    transition: all 300ms ease-in 0s;
}
.case-grid-content {
    padding: 15px 15px 20px;
}
.case-grid-img img {
    border-radius: 5px 5px 0 0;
}
.case-grid-col:hover .text-link p a:after,
.case-grid-col:hover .text-link p a,
.case-grid-col:hover h4 {
    color: #ffffff;
    transition: all 300ms ease-in 0s;
}


/* ==== Section 1 Ends ==== */

/*========================= Case Study Grid Page Ends ==========================*/

/*========================= Careers Page Starts ==========================*/

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

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

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

/* ==== Section 1 Starts ==== */

.careers-date p {
    color: #13a0b2;
    font-weight: 600;
    letter-spacing: 1px;
}
.qualification-content ul,
.career-responsible-ul ul {
    display: table;
    margin: 20px 0 0 0;
}
.qualification-content ul:first-child,
.career-responsible-ul ul:first-child {
    margin-top: 0px;
}
.qualification-content ul:last-child,
.career-responsible-ul ul:last-child {
    margin-bottom: 0px;
}
.qualification-content ul li,
.career-responsible-ul ul li {
    display: table-cell;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lato';
    letter-spacing: 1px;
    vertical-align: top;
}
.qualification-content ul li:first-child,
.career-responsible-ul ul li:first-child {
    width: 35px;
}
.careers-form-col {
    background-color: #f6f6f6;
    border-radius: 0px;
    padding: 30px 20px;
}
.career-btns .btn-1 {
    width: auto;
}
.careers-form-col input[type="text"],
.careers-form-col input[type="password"],
.careers-form-col input[type="datetime"],
.careers-form-col input[type="datetime-local"],
.careers-form-col input[type="date"],
.careers-form-col input[type="month"],
.careers-form-col input[type="time"],
.careers-form-col input[type="week"],
.careers-form-col input[type="number"],
.careers-form-col input[type="email"],
.careers-form-col input[type="url"],
.careers-form-col input[type="search"],
.careers-form-col input[type="tel"],
.careers-form-col input[type="color"],
.careers-form-col input[type="file"],
.careers-form-col textarea,
.careers-form-col select {
    background-color: transparent !important;
    box-shadow: 1px 1px 2px #cccccc !important;
    border: none !important;
}
.careers-br-top {
    border-top: 1px solid #eeeeee;
    margin-top: 40px;
    padding-top: 30px;
}

/* ==== Section 1 Ends ==== */

/*========================= Careers Page Ends ==========================*/



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

/* Page 404 Starts */

.page-404-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.page-404-head {
    padding-bottom: 200px;
    padding-top: 200px;
    text-align: center;
}
.page-404-head img {
    border-radius: 5px;
}

.page-404-head .content404 h1 {
    color: #f3f3f3;
    font-family: Roboto;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
}
.sorry-content h2 {
    color: #f3f3f3;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.look-content p {
    color: #f3f3f3;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 30px;
}
.back-content p {
    color: #f3f3f3;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 30px;
}
.back-content p span a {
    color: #13A0B2;
    font-size: 20px;
    line-height: 30px;
    padding-left: 5px;
    transition: all 300ms ease-in 0s;
}
.back-content p span a:after {
    content: "\f015";
    color: #13A0B2;
    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:hover a {
    color: #f22e55;
    padding-left: 5px;
    transition: all 300ms ease-in 0s;
}
.back-content p span:hover a:after {
    color: #f22e55;
    transition: all 300ms ease-in 0s;
}

/* Page 404 Ends */

/* Page 500 Starts */

.page-500-header {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.page-500-head {
    padding-bottom: 200px;
    padding-top: 200px;
}
.page-500-head img {
    border-radius: 5px;
}
.page-500-head > div {
    background-color: rgba(34,34,34,0.8);
    border-radius: 5px;
    padding: 65px 15px;
    margin: 0 auto !important;
    text-align: center;
    width: 80% !important;
}
.error-500-div .page-not h1 {
    color: #f3f3f3;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
}
.error-500-div .content-500 h2 {
    color: #f3f3f3;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    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 0px;
    width: 80%;
}
.error-500-div .back-content p {
    color: #f3f3f3;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-top: 15px;
}
.error-500-div .back-content p span a {
    color: #13A0B2;
    font-size: 20px;
    line-height: 30px;
    padding-left: 5px;
    transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span:hover a {
    color: #f22e55;
    transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span a:after,
.error-500-div .back-content p span a:before {
    content: "";
}

/* Page 500 Ends */

/*================ Subcription Pages Starts ==================*/

/* Subscription Preferences Starts */

.subs-conf-header,
.subs-pref-header {
    background-color: #444444;
}
.subs-pref-space {
    padding-bottom: 120px;
    padding-top: 120px;
}
.subs-pref-space input[type="radio"],
.subs-pref-space input[type="checkbox"] {
    margin: 8px 10px 0 0;
    vertical-align: middle;
}
.subs-pref-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-pref-space .subscribe-options {
    float: none;
    margin-bottom: 0px;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
}
.preference-page .page-header {
    padding-bottom: 10px;
}
.preference-page .page-header p {
    margin-top: -15px;
}
.preference-page .email-prefs p {
    margin-left: 0;
}
.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: rgba(38,38,38,0.5);
    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;
    letter-spacing: 1px;
}
.preference-page .subscribe-options p label {
    margin: 0;
}

/* Subscription Preferences Ends */

/* Subscription Update Confirmation Starts */

.subs-update-space {
    padding-bottom: 120px;
    padding-top: 120px;
}
.subs-update-head > div {
    background-color: rgba(38,38,38,0.8);
    border-radius: 5px;
    margin-left: 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: -15px auto 0;
}
.subs-update-head .page-header {
    padding-bottom: 0;
}
.subs-update-head .success {
    color: #25AE88;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

/* Subscription Update Confirmation Ends */

/* Subscription Backup Unsubscribe Starts */

.unsubs-pg-header {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}

.unsubs-pg-space {
    padding-bottom: 120px;
    padding-top: 120px;
}
.unsubs-pg-head > div {
    background-color: rgba(38,38,38,0.8);
    border-radius: 5px;
    margin-left: auto !important;
    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 */

/*================ Subcription Pages Ends ==================*/

/*================ Password Page Starts ==================*/

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

.pwd-prompt-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}  
.prompt-header-space {
    padding-bottom: 150px;
    padding-top: 150px;
} 
.page-prompt-head > div {
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px;
    width: 50%;
}
.page-prompt-head h2 {
    color: #13A0B2;
    margin-bottom: 10px;
}
.page-prompt-head p {
    color: #f3f3f3;
}
.custom_error_message.pwd-head > div,
.custom_error_message.pwd-prompt > div {
    margin: 0 auto;
}
.pwd-prompt #hs-pwd-widget-password {
    background-color: transparent;
    border: 1px solid #13A0B2;
    height: 40px !important;
    margin-top: 30px !important;
}
.pwd-prompt input[type="password"] {
    color: #ffffff;
}

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

/*================ Password Page Ends ==================*/

/*========================= System Pages 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                                            
   ========================================================================== */

/* Menu Strip */

.menu-strip-bg {
    background-color: #222222;
}

.menu-strip-head {
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-strip-head p {
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0px 0 0;
}

.menu-icons {
    max-width: 170px !important;
    margin-left: 0 !important;
    width: 170px !important;
}

.menu-icons ul {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;

}
.menu-icons ul li {
    
    display: table-cell;
    font-family: 'Roboto';
    letter-spacing: 1px;
    position: relative;
    margin-right: 0px;
}

.menu-icons ul li span a:before {
    background: #13A0B2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #eeeeee;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.menu-icons ul li:last-child span a:before {
    margin-right: 0px;
}

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

.menu-icons ul li span a:hover:before {
    background: #f22e55 none repeat scroll 0 0;
    transition: 500ms ease-in;
}

.menu-search-icons > div {
    float: right !important;
    width: 222px !important;
}

/* Google Search Box */

.search-box form > .field {
    /*left: -100%;*/
    display: none;
    position: absolute;
    right: 140%;
    top: -34px;
}
.search-box form {
    position: relative;
}
.search-box form .input input {
    border-radius: 5px !important;
    padding: 5px 10px;
}
.search-box form .input a {
    border-radius: 0 5px 5px 0 !important;
    padding: 8px 12px !important;
    position: absolute;
    right: 0;
    top: -15px;
}
.top-search a {
    border-radius: 50%;
    color: #bebebe;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 6px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
    width: 30px;
    z-index: 5;
}
.top-search a span {
    font-size: 19px;
}
.top-search a.active,
.top-search a:hover {
    background: #f22e55 none repeat scroll 0 0;
    color: #ffffff !important;
    transition: all 300ms ease 0s;
}

/* Search Box */

.search-menu {
    margin-left: 0 !important;
    max-width: 40px;
    width: 40px;
}
.search-box input[type="text"] {
    background-color: transparent;
    border: 1px solid #666666;
    border-radius: 3px 0 0 3px;
    color: #999999;
    height: 40px;
    margin-top: 0;
    width: 200px;
}
.search-box input[type="submit"] {
    height: 40px;
    width: 50px;
}

/* Menu Contact Strip */

.menu-contact-space {
    padding-bottom: 15px;
    padding-top: 15px;
}
.menu-email > div {
    float: right !important;
}
.menu-email {
    border-left: 2px solid #13A0B2;
}
.menu-email ul,
.menu-address ul {
    display: table;
    margin-top: 3px;
}
.menu-email ul li,
.menu-address ul li {
    color: #333333;
    display: table-cell;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 1px;
}
.menu-email ul li a {
    color: #333333;
    transition: all 300ms ease 0s;
}
.menu-email ul li a:hover {
    color: #13A0B2;
    transition: all 300ms ease 0s;
}
.menu-email ul li img,
.menu-address ul li img {
    margin-right: 15px;
    vertical-align: text-top;
}


/* Sticky Menu */

.navbar-fixed-top {
    box-shadow: 1px 2px 3px #666666;
    position: fixed;
    top: 0;
    z-index: 999;
}

.sticky-menu-bg {
    background: #13A0B2;
    background: linear-gradient(130deg, #13A0B2 75%, #F22E55 25%);
    line-height: 0;
    width: 100% !important;
}
.sticky-menu ul li a {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}
.sticky-menu ul li,
.sticky-menu ul {
    margin-top: 0px !important;
    line-height: 0px;
}
.sticky-menu-btn p a {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    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;
}
.sticky-menu-btn p a:hover {
    background-color: #13A0B2;
    border: 1px solid #13A0B2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky-menu-btn {
    float: right !important;
    position: relative;
}

.page-breadcrumb-menu {
    position: relative;
}
.custom-breadcrumb {
    position: absolute;
    bottom: 60px;
    right: 100px; 
}

.custom-breadcrumb > div {
    color: #ffffff;
    /*display: table;*/
    font-size: 14px;
    letter-spacing: 1px;
    float: right;
    margin: 0 auto;
    text-shadow: 1px 2px 3px #111111;
}
.hs-breadcrumb-menu-divider::before,
.custom-breadcrumb .hs-breadcrumb-menu-item.last-crumb a:before {
    content: "";
    padding: 0;
}
.custom-breadcrumb .hs-breadcrumb-menu-item a:before,
.custom-breadcrumb ul li:first-child a:before {
    color: #13A0B2;
    content: "\f101";
    float: right;
    font-family: fontawesome;
    font-size: inherit;
    font-weight: 600;
    padding: 0 10px 0 0;
}
.custom-breadcrumb ul li a {
    color: #13A0B2;
}
.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 */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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;
}

.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}

.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {
    border-left: 3px solid transparent;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: block;
    max-width: 140px;
    overflow: hidden;
    padding: 5px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1 > a {
    padding: 20px 20px;
}
.sticky-menu li.hs-menu-item.hs-menu-depth-1:first-child > a {
    padding-left: 0 !important;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children {
    position: relative;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-3:active > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-3:focus > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-3:hover > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2:active > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2:focus > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2:hover > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2.hs-item-has-children:active > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2.hs-item-has-children:focus > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover > a {

    border-left: 3px solid #13A0B2;
    color: #13A0B2 !important;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:active > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:focus > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a {
    color: #333333;
}

.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: outside none none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: -105px !important;
}

/* menu dropdown arrow */

li.hs-menu-depth-1 > a {
    padding: 20px 15px 20px 15px !important;
}
li.hs-menu-depth-1.hs-item-has-children > a {
    position: relative;
    padding: 20px 28px 20px 12px !important;
}
li.hs-menu-depth-1.hs-item-has-children:after {
    color: #ffffff;
    content: "\f0d7";
    font-size: inherit;
    font-family: fontawesome;
    padding-left: 5px;
    position: absolute;
    right: 10px;
    top: 32px;
}
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: #333333;
}

li.hs-menu-depth-2.hs-item-has-children a {
    position: relative;
}
li.hs-menu-depth-2.hs-item-has-children:after {
    color: #13A0B2;
    content: "\f0da";
    font-size: inherit;
    font-family: fontawesome;
    padding-left: 5px;
    position: absolute;
    right: 15px;
    top: 17px;
}
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;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
}

/* Sub Menu */

.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.sticky-menu .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before {
    color: #fff;
    content: "\f0d8";
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60px;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li {
    border-bottom: 1px solid #f2f2f2;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li a {
    color: #666666;
}


/* 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-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;
  }

    .sticky-menu-btn p a {
        position: absolute;
        right: 0;
        top: -45px;
    }
    .sticky-menu.custom-menu-primary.js-enabled .hs-menu-wrapper {
        background-color: #333333;
        box-shadow: 1px 1px 1px #666666;
        position: absolute;
        top: 65px;
    }
    .sticky-menu.custom-menu-primary.js-enabled .hs-menu-wrapper a {
        line-height: 24px;
        padding: 10px 15px !important;
    }
    li.hs-menu-depth-1.hs-item-has-children:after,
    li.hs-menu-depth-2.hs-item-has-children:after,
    .sticky-menu .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before {
        content: "";
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:active > a,
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:focus > a,
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a {
        color: #13A0B2;
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li {
        border-bottom: none !important;
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li a {
        color: inherit;
    }


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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #1b1b1b; 
    border-color: transparent;
  }


  /* 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: #13A0B2; /* 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
     ========================================================================== */  
     
   .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{
    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:#1b1b1b; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
      height: 270px !important;
      overflow: auto;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    color: #999999;
    font-size: 14px; /* Font size of top level list items */
    line-height: 24px;
    overflow: visible;
  }
  

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /*Adds transparent dark highlights to top of top level list items */
  }
  .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: 5px; /* Indent Child lists */
    font-size: 13px; /* 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: 12px; /* Indent Child lists */
    margin-left: 3px;
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 20px; /* Indent Child lists */
    margin-left: 6px;
  }
}








/* ==========================================================================
   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 {}

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

.single-post-col {
    position: relative;
}
.single-post-content {
    background-color: rgba(19, 160, 178, 0.9);
    bottom: 0;
    left: 30px;
    padding: 30px;
    position: absolute;
    right: 30px;
}
.single-post-content .hubspot-editable,
.single-post-content a,
.single-post-content span,
.single-post-content h2 {
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Lato';
    font-weight: 400;
}
.post-header #hubspot-topic_data a.topic-link {
    background-color: #f6f6f6;
    border-left: 1px solid #13A0B2;
    color: #13A0B2;
    display: inline-block;
    font-family: "Lato";
    font-size: 12px;
    letter-spacing: 1px;
    margin: 20px 8px 5px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}
.post-header #hubspot-topic_data a.topic-link:hover {
    border-left: 1px solid #f22e55;
    color: #f22e55;
    transition: all 300ms ease-in 0s;
}
.post-header #hubspot-author_data a.author-link {
    font-weight: 600;
    transition: all 300ms ease-in 0s;
}
.post-header #hubspot-author_data a.author-link:hover {
    color: #f22e55;
    transition: all 300ms ease-in 0s;
}
.blog-content .post-body p {
    padding: 10px 0;
}
.blog-content .post-body ul {
    padding-left: 30px;
    margin: 10px 0;
}
.blog-content .post-body ul li:before {
    color: #13A0B2;
    content: "\f101";
    font-family: fontawesome;
    padding-right: 15px;
    vertical-align: top;
}
.blog-content .post-body ul li {
    padding-bottom: 15px;
}
.blog-content .post-body ul li:last-child {
    padding-bottom: 0;
}

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {}

/* 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: 100px;
}

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {
    font-size: 14px;
    letter-spacing: 1px;
}
#hubspot-author_data a.author-link {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-content .hs-author-profile .hs-author-avatar {
    display: inline-block;
    position: relative;
}
.blog-content .hs-author-profile .hs-author-avatar img {
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile .hs-author-avatar:after {
    content: "\f0da";
    color: #13A0B2;
    font-family: fontawesome;
    font-size: 30px;
    opacity: 0;
    position: absolute;
    right: -10px;
    top: 23px;
    transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover .hs-author-avatar img {
    border: 2px solid #13A0B2;
    transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover .hs-author-avatar:after {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.blog-content .hs-author-profile {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 2px;
    padding: 40px 20px 30px 20px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile h3.hs-author-name {
    background-color: #f3f3f3;
    border-left: 2px solid #13A0B2;
    color: #13A0B2;
    font-weight: 400;
    margin-bottom: 0;
    padding: 3px 13px;
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover {
    box-shadow: 1px 1px 3px #b9b9b9;
    transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover h3.hs-author-name {
    border-left: 2px solid #f22e55;
    box-shadow: 1px 2px 3px #cccccc;
    color: #f22e55;
    transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile .blogshare-this2.fixed-share ul li {
    display: inline;
    padding-right: 5px;
    transition: 300ms ease-in;
}
.blog-content .hs-author-bio {
    position: relative;
    transition: 300ms ease-in;
}
.blog-content .blogshare-this2.fixed-share {
    position: absolute !important;
    left: 150px;
    top: 75px;
    margin-top: 0 !important;
    transition: 300ms ease-in;
}
.blog-content .hs-author-profile .blogshare-this2.fixed-share {
    display: none;
    transition: 300ms ease-in;
}
.blog-content .hs-author-profile:hover .blogshare-this2.fixed-share {
    display: block;
    transition: 300ms ease-in;
}
.blog-content .blogshare-this2.fixed-share ul li:last-child {
    padding-right: 0;
}
.blog-content .blogshare-this2.fixed-share ul li i {
    background-color: #13A0B2;
    border-radius: 50%;
    color: #ffffff;
    padding: 10px 12px;
    transition: 300ms ease-in;
}
.blog-content .blogshare-this2.fixed-share ul li i:hover {
    background-color: #f22e55;
    transition: 300ms ease-in;
}
.blog-content .blogshare-this2.fixed-share ul {
    display: table;
}
.blog-content .hs-author-bio {
    margin-top: 15px;
}

.blog-content  .hs-author-avatar img {
    border-radius: 50%;
    transition: all 300ms ease-in 0s;
}

/* 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-listing .post-body {
    float: left;
    padding-right: 20px;
    width: 50%;
}
.post-listing .post-list-content {
    float: right;
    width: 50%;
}
.post-listing .post-item {
    margin-bottom: 30px;
}
.post-listing .post-item:last-child {
    margin-bottom: 0px;
}
.post-listing .post-header h3,
.post-listing #hubspot-topic_data {
    margin-bottom: 10px;
}
.post-listing .post-header p {
    margin: 10px 0 20px 0;
}


/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.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: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;*/
}

/* Read More Link */
a.more-link {
    background-color: #13A0B2;
    color: #ffffff;
    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;
}
a.more-link:hover {
    background-color: #f22e55;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {
    background-color: #f6f6f6;
    border-left: 1px solid #13A0B2;
    color: #13A0B2;
    display: inline-block;
    font-family: "Lato";
    font-size: 12px;
    letter-spacing: 1px;
    margin: 20px 8px 5px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}
#hubspot-topic_data a.topic-link:hover {
    border-left: 1px solid #f22e55;
    color: #f22e55;
    transition: all 300ms ease-in 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 #cccccc;
  padding: 15px 0;
}
.comment-reply-to {
    color: #555555;
    cursor: pointer;
    font-family: "Lato";
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 15px;
    padding-left: 0;
}
.comment-reply-to em {
    color: #13A0B2;
    font-style: normal;
    font-weight: 600;
}
.comment-reply-to em:hover {
    color: #f22e55;
}
.new-comments .comment.depth-0 {
    margin-bottom: 0;
}
.new-comments .replying {
    padding-bottom: 30px;
}
.new-comments .replying form {
    margin-top: 20px;
}
.new-comments .replying-to {
    color: #555555;
    font-family: "Lato";
    font-weight: 600;
    letter-spacing: 1px;
}
.comment-date {
    font-family: "Lato";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 15px;
    text-align: right;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.post-footer form {
    background-color: #f6f6f6;
    padding: 15px 30px 30px 30px;
}
.post-footer .hs_error_rollup {
    padding-left: 10px;
}
/*.post-footer .hs-form-field:first-child {
    margin-top: 0;
}*/
.post-footer input[type="text"],
.post-footer input[type="password"], 
.post-footer input[type="datetime"], 
.post-footer input[type="datetime-local"], 
.post-footer input[type="date"], 
.post-footer input[type="month"], 
.post-footer input[type="time"], 
.post-footer input[type="week"], 
.post-footer input[type="number"], 
.post-footer input[type="email"], 
.post-footer input[type="url"], 
.post-footer input[type="search"], 
.post-footer input[type="tel"], 
.post-footer input[type="color"],
.post-footer input[type="file"],
.post-footer textarea,
.post-footer select {
    background-color: transparent;
    border-bottom: 1px solid #13A0B2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
    padding: 0 0 10px;
    width: 100%;
    
}
.post-footer input[type="text"]:focus,
.post-footer input[type="password"]:focus, 
.post-footer input[type="datetime"]:focus, 
.post-footer input[type="datetime-local"]:focus, 
.post-footer input[type="date"]:focus, 
.post-footer input[type="month"]:focus, 
.post-footer input[type="time"]:focus, 
.post-footer input[type="week"]:focus, 
.post-footer input[type="number"]:focus, 
.post-footer input[type="email"]:focus, 
.post-footer input[type="url"]:focus, 
.post-footer input[type="search"]:focus, 
.post-footer input[type="tel"]:focus, 
.post-footer input[type="color"]:focus,
.post-footer input[type="file"]:focus,
.post-footer textarea:focus,
.post-footer select:focus {
    box-shadow: none;
    border-bottom: 1px solid #f22e55;
}
.post-footer .hs_submit.hs-submit {
    padding-left: 10px;
}
.post-footer .hs-form-field {
    clear: both;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    width: 50%;
}
.post-footer .hs_comment.hs-form-field {
    width: 100%;
}
.post-footer .hs_subscribe.hs-form-field {
    clear: both;
    width: 97%;
}

/* Pagination */
/* Pagination */

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

.blog-pagination ul li.active {
    background-color: #13A0B2;
}

.blog-pagination ul li.active a {
    color: #ffffff;
}
.hide {
    display: none !important;
}
.blog-pagination a {
    color: #7e7e7e;
    font-family: 'Lato';
    font-weight: 500;
}

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

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {
    position: relative;
    margin-bottom: 40px;
}
h3.hs-author-listing-header:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: linear-gradient(160deg, #13a0b2 70%, #f22e55 30%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 5px;
    content: "";
    height: 3px;
    position: absolute;
    top: 35px;
    width: 60px;
}

/** 
 * 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 Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

.blog-sidebar .widget-span > div {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 40px 20px 30px 20px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.blog-sidebar .widget-span > div {
    margin-bottom: 50px;
}
.blog-sidebar > div:last-child .widget-span > div {
    margin-bottom: 0px;
}
.blog-sidebar .widget-span > div:hover {
    box-shadow: 1px 1px 3px #b9b9b9;
    transition: all 0.3s ease-in-out 0s;
}
.blog-sidebar .widget-span > div:hover h3 {
    border-left: 2px solid #f22e55;
    box-shadow: 1px 2px 3px #cccccc;
    color: #f22e55;
    transition: all 0.3s ease-in-out 0s;
}

.blog-sidebar h3 {
    background-color: #f3f3f3;
    border-left: 2px solid #13A0B2;
    color: #13A0B2;
    font-weight: 400;
    margin-bottom: 0;
    padding: 3px 13px;
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

/* Blog Author Sidebar */

.blog-sidebar .blogshare-this2.fixed-share ul li {
    display: inline-block;
    padding-right: 5px;
    transition: 300ms ease-in;
}
.blog-sidebar .avatar-bio-sidebar {
    position: relative;
}
.blog-sidebar .blogshare-this2.fixed-share {
    position: absolute !important;
    left: 120px;
    top: 35px;
}
.blog-sidebar .avatar-bio-sidebar .blogshare-this2.fixed-share {
    display: none;
    transition: 300ms ease-in;
}
.blog-sidebar .avatar-bio-sidebar:hover .blogshare-this2.fixed-share {
    display: block;
    transition: 300ms ease-in;
}
.blog-sidebar .avatar-bio-sidebar:hover .blogshare-this2.fixed-share {
    display: block;
    transition: 300ms ease-in;
}
.blog-sidebar .blogshare-this2.fixed-share ul li i {
    background-color: #13A0B2;
    border-radius: 50%;
    color: #ffffff;
    padding: 10px 12px;
    transition: 300ms ease-in;
}
.blog-sidebar .blogshare-this2.fixed-share ul li i:hover {
    background-color: #f22e55;
    transition: 300ms ease-in;
}
.blog-sidebar .blogshare-this2.fixed-share ul {
    display: table;
}
.blog-sidebar .hs-author-bio-sidebar {
    margin-top: 15px;
}
.blog-sidebar .avatar-bio-sidebar:hover .avatar-img-sidebar img {
    border: 2px solid #13A0B2;
    transition: all 300ms ease-in 0s;
}
.blog-sidebar .avatar-img-sidebar img {
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 300ms ease-in 0s;
}
.blog-sidebar .hs-author-avatar-sidebar {
    display: inline-block;
    position: relative;
}
.blog-sidebar .avatar-img-sidebar .hs-author-avatar-sidebar:after {
    content: "\f0da";
    color: #13A0B2;
    font-family: fontawesome;
    font-size: 30px;
    opacity: 0;
    position: absolute;
    right: -9px;
    top: 24px;
    transition: all 0.3s ease-in-out 0s;
}
.blog-sidebar .avatar-bio-sidebar:hover .avatar-img-sidebar .hs-author-avatar-sidebar:after {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

/* Subscribe Sidebar */

.blog-sidebar input[type="text"],
.blog-sidebar input[type="password"], 
.blog-sidebar input[type="datetime"], 
.blog-sidebar input[type="datetime-local"], 
.blog-sidebar input[type="date"], 
.blog-sidebar input[type="month"], 
.blog-sidebar input[type="time"], 
.blog-sidebar input[type="week"], 
.blog-sidebar input[type="number"], 
.blog-sidebar input[type="email"], 
.blog-sidebar input[type="url"], 
.blog-sidebar input[type="search"], 
.blog-sidebar input[type="tel"], 
.blog-sidebar input[type="color"],
.blog-sidebar input[type="file"],
.blog-sidebar textarea,
.blog-sidebar select {
    border-bottom: 1px solid #13A0B2 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}
.blog-sidebar input[type="text"]:focus,
.blog-sidebar input[type="password"]:focus, 
.blog-sidebar input[type="datetime"]:focus, 
.blog-sidebar input[type="datetime-local"]:focus, 
.blog-sidebar input[type="date"]:focus, 
.blog-sidebar input[type="month"]:focus, 
.blog-sidebar input[type="time"]:focus, 
.blog-sidebar input[type="week"]:focus, 
.blog-sidebar input[type="number"]:focus, 
.blog-sidebar input[type="email"]:focus, 
.blog-sidebar input[type="url"]:focus, 
.blog-sidebar input[type="search"]:focus, 
.blog-sidebar input[type="tel"]:focus, 
.blog-sidebar input[type="color"]:focus,
.blog-sidebar input[type="file"]:focus,
.blog-sidebar textarea:focus,
.blog-sidebar select:focus {
    border-bottom: 1px solid #f22e55 !important;
    box-shadow: none !important;
}



.blog-sidebar .hs-button.primary,
.blog-sidebar input[type="submit"],
.blog-sidebar input[type="button"] {
    background-color: transparent !important;
    border: medium none !important;
    color: #13A0B2 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px !important;
    padding: 0 10px 0 0 !important;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}
.blog-sidebar .hs-form-field {
    margin-top: 0;
}
.blog-sidebar .hs-button.primary:focus,
.blog-sidebar input[type="submit"]:focus,
.blog-sidebar input[type="button"]:focus,
.blog-sidebar .hs-button.primary:hover,
.blog-sidebar input[type="submit"]:hover,
.blog-sidebar input[type="button"]:hover {
    background-color: transparent;
    border: medium none;
    color: #f22e55 !important;
    padding-left: 10px !important;
    transition: all 300ms ease-in 0s;
}
.blog-sidebar .hs-submit .actions:after {
    content: "\f101";
    color: #13A0B2;
    font-family: fontawesome;
    font-size: 14px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.blog-sidebar .hs-submit .actions:hover:after {
    color: #f22e55;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.blog-sidebar .submitted-message {
    margin-top: 30px;
}

/* Recent Posts */

.blog-sidebar .recent-post-items .post-item {
    margin-bottom: 20px;
}
.blog-sidebar .recent-post-items .post-item {
    margin-bottom: 20px;
    position: relative;
}
.blog-sidebar .recent-post-items .post-item:last-child {
    margin-bottom: 0;
}
.blog-sidebar .recent-post-items .post-item-text {
    background-color: rgba(19, 160, 178, 0.9);
    bottom: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
}
.blog-sidebar .recent-post-items .post-item-text .post-date,
.blog-sidebar .recent-post-items .post-item-text h4 a {
    color: #ffffff;
}
.blog-sidebar .recent-post-items .post-item-text .post-date {
    font-family: "Lato";
    letter-spacing: 1px;
}
.blog-sidebar .recent-post-items .hs-featured-image-wrapper {}
.blog-sidebar .recent-post-items .hs-featured-image-wrapper .hs-featured-image-link {}
.blog-sidebar .recent-post-items .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  display: inline-block !important;
  float: none;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.blog-sidebar .recent-post-items .owl-pagination {
    line-height: 0;
}
.post-item h4 {
    font-weight: 400;
}

.blog-sidebar .widget-module li {
    background-color: #f6f6f6;
    border-left: 1px solid #13A0B2;
    color: #13A0B2;
    display: inline-block;
    font-family: "Lato";
    font-size: 12px;
    letter-spacing: 1px;
    margin: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}
.blog-sidebar .widget-module li:hover {
    background-color: #f6f6f6;
    border-left: 1px solid #f22e55;
    color: #f22e55;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

.blog-sidebar .widget-module li:hover a {
    color: #f22e55;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}


/* Popular Posts Sidebar */

.hs-featured-image {
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.popular-post-items .post-item-image .hs-featured-image-wrapper {
    float: right;
    width: 45%;
}
.popular-post-items .post-item {
    margin-bottom: 20px;
}
.popular-post-items .post-item:last-child {
    margin-bottom: 0px;
}
.popular-post-items .post-item-text {
    float: left;
    width: 50%;
}



/* Blog Modules */
.blog .blog-sidebar .widget-span {}



/* ==========================================================================
   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 {
    display: inline-block;
}

/* 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;
}
input[type="radio"],
input[type="checkbox"] {
    width: 20px;
}
#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: #13A0B2;
    border: 1px solid #13A0B2;
    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: #f22e55;
    border: 1px solid #f22e55;
    color: #ffffff;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background-color: #f22e55;
    border: 1px solid #f22e55;
    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: #13A0B2;
    border: 1px solid #13A0B2;
    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: #f22e55;
    border: 1px solid #f22e55;
    color: #ffffff;
}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {
    background-color: #f22e55;
    border: 1px solid #f22e55;
    color: #ffffff;
}

/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {
    -webkit-appearance: none;
    background-color: #13A0B2;
    border: 1px solid #13A0B2;
    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: 16px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.widget-type-google_search .hs-button.primary:hover {
    background-color: #f22e55;
    border: 1px solid #f22e55;
    color: #ffffff;
}
.widget-type-google_search .hs-button.primary:focus {
    background-color: #f22e55;
    border: 1px solid #f22e55;
    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) {
    .counter-head {
        width: 50% !important;
    }
    .sticky-menu-btn p a {
        padding: 10px 6px;
    }
    .menu-logo {
        width: 42% !important;
    }
    .menu-right-group {
        float: right !important;
        width: 530px !important;
    }
    .menu-address {
        width: 50% !important;
    }
    .menu-email {
        width: 47% !important;
        float: right !important;
    }
    .full-bg-img {
        width: 46% !important;
    }
    .full-width {
        max-width: 54% !important;
        width: 54% !important;
    }
    .abt-top,
    .cta-head h3,
    .two-col-top {
        margin-top: 0;
    }
    .two-col-content {
        width: 73% !important;
    }
    .footer-support {
        width: 200px !important;
    }
    .footer-form {
        float: right !important;
        width: 240px !important;
    }
    .service-list-content {
        padding: 15px 15px 15px 0;
    }
    .pg-service-col > div {
        display: table;
        margin: 0 auto;
        width: auto !important;
    }
    .pg-service-col .service-grid2-col {
        margin-left: 15px;
        width: 180px;
    }
    .subs-pref-space .email-prefs .item {
        width: 47%;
    }
    .contact-phone-content,
    .contact-email-content,
    .contact-address-content {
        width: 80% !important;
    }
    .gal3-col-right-img, .gal3-col-left-img {
        margin-right: 0px;
    }
    .res-bottom4 {
        margin-bottom: 4px;
    }
    /* LP CSS */
    .full-width-left-img {
        height: 483px;
        max-width: 46% !important;
        width: 46% !important;
    }
    .full-width-content {
        max-width: 54% !important;
        width: 54% !important;
    }
    .lp-news-head {
        padding: 30px 15px;
    }
    /* Blog Css */
    #hubspot-topic_data a.topic-link {
        margin: 0 8px 5px 0;
    }
    #hs_cos_wrapper_post_body td {
        display: inline-grid;
        vertical-align: top;
        width: auto !important;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    
    .menu-content {
        width: 57% !important;
    }
    .search-box form > .field {
        right: 30%;
        top: 11px;
    }
    .search-box input[type="text"] {
        background-color: #ffffff;
        color: #666666;
    }
    .menu-search-icons {
        width: 40% !important;
    }
    .menu-right-group {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .menu-right-group > div {
        display: table;
        margin: 0 auto;
    }
    
    .menu-logo {
        margin-bottom: 20px;
        text-align: center;
        width: 100% !important;
    }
    .menu-address {
        display: inline-block !important;
        width: auto !important;
    }
    .menu-email {
        display: inline-block !important;
        margin-left: 25px !important;
        padding-left: 25px;
        width: auto !important;
    }
    li.hs-menu-depth-1 > a {
        padding: 20px 10px !important;
    }
    .sticky-menu.custom-menu-primary .hs-menu-wrapper > ul {
        display: table !important;
        margin: 0 auto !important;
    }
    .sticky-menu {
        display: table !important;
        float: none !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    .sticky-menu-btn {
        float: none !important;
        margin-bottom: 20px;
        margin-left: 0 !important;
        text-align: center;
        width: 100% !important;
    }
    .sticky-menu-btn p a:hover {
        box-shadow: 1px 2px 3px #666666;
    }
    .res-width{
        max-width: 80%;
        width: 80%;
        margin:0 auto;
    }
    .lp-abt-head p, .lp-abt-head h2,
    .price-cta-head,
    .header-slider1-head h1,
    .header-slider1-head .header-static-content p,
    .header-slider2-head h1,
    .header-slider2-head .header-static-content p,
    .header-slider3-head h1,
    .header-slider3-head .header-static-content p,
    .header-parallax-head .header-static-content p,
    .header-parallax-head h1,
    .header-video-head .header-static-content p,
    .header-video-head h1,
    .header-static-content p,
    .header-static-head h1 {
        width: 100%;
    }
    .pg-gal-col3 .hs_cos_wrapper_type_linked_image,
    .pg-gal-col2 .hs_cos_wrapper_type_linked_image,
    .pg-gal-col1 .hs_cos_wrapper_type_linked_image,
    .res-bottom20 {
        margin-bottom: 20px;
    }
    .res-bottom30 {
        margin-bottom: 30px;
    }
    
    .onecol-res {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .center-align {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .center-align > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    .case-list-content,
    .abt-top {
        margin-top: 0;
    }
    .pg-abt-content {
        float: none !important;
        margin-left: 0 !important;
    }
    .pg-abt-img {
        float: none !important;
    }
    
    .pg-clients-col .widget-type-linked_image {
        width: 170px;
    }
    
    /* Swaping image and content css */
    .swap-sec .row-fluid,
    .abt-home-sec .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .swap-content .row-fluid,
    .abt-home-content .row-fluid {
        float: left;
        width: 100%;
    }
    .swap-img img,
    .abt-home-img img {
        float: left;
        width: 100%;
    }
    
    /* === */
    
    .full-bg-col {
        position: relative;
    }
    .full-width, .full-bg-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .full-padding {
        padding: 20px 0 80px 0;
    }
    .full-content-padding {
        padding-right: 0;
    }
    .res-top20,
    .two-col-top {
        margin-top: 20px;
    }
    .two-col-content {
        width: 70% !important;
    }
    .client-img .home-client-logo {
        text-align: center;
    }
    .cta-head h3 {
        margin-top: 0;
    }
    .res-footer-col-6,
    .counter-col,
    .col-6{
        float:left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 50% !important;
    }
    .counter-col.res-pad-bottom {
        padding-bottom: 30px;
    }
    .page-500-head > div,
    .service-list-content,
    .services-list-img {
        width: 100% !important;
    }
    .services-list-img img {
        border-radius: 5px 5px 0 0;
    }
    .service-list-content {
        margin: 0 !important;
        padding: 20px 15px 15px;
    }
    .page-prompt-head > div {
        width: 80%;
    }
    .lp-footer-support,
    .footer-support {
        clear: both;
        margin-right: 60px !important;
        width: 35% !important;
    }
    .lp-footer-abt, .lp-footer-links, .lp-footer-support,
    .footer-abt, .footer-links, .footer-support {
        margin-top: 0;
    }
    .lp-footer-links,
    .lp-footer-form,
    .footer-links,
    .footer-form {
        padding-left: 15px;
    }
    .subs-pref-space .email-prefs .item {
        float: none !important;
        width: 100% !important;
    }
    .contact-phone-content,
    .contact-email-content,
    .contact-address-content {
        width: 70% !important;
    }
    .gal3-col-right-img, .gal3-col-left-img {
        margin-right: 0px;
    }
    .res-bottom4 {
        margin-bottom: 4px;
    }
    .price1-col {
        margin-top: 37px;
    }
    .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
        padding: 0;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,
    .portfolio-lightbox-gal .hs_cos_gallery_slide.slick-slide {
        height: 170px !important;
    }
    .pg-service-col .service-grid2-col {
        width: 179px;
    }
    .res-hide-br.right-border:after {
        border-right: none;
        content: "";
    }
    .res-grid-margin {
        margin-left: 0 !important;
    }
    .res-grid-top {
        margin-top: 30px;    
    }
    .countdown-wrap::before {
        width: 100px;
        height: 100px;
    }
    .countdown-wrap {
        display: table-cell;
        padding: 10px 25px;
    }
    .countdown-width {
        display: table;
        width: 100%;
    }
    .coming-subs-head form {
        width: 85%;
    }
    .res-testimonial-bottom {
        margin-bottom: 55px;
    }
    .price-cta-head {
        padding: 50px 20px;
    }
    
    /* LP CSS */
    
    .lp-header-form > div {
        margin: 0;
    }
    .lp-content-space {
        padding-top: 0;
    }
    .lp-header-space {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .full-width-col {
        position: relative;
    }
    .full-width-content,
    .full-width-left-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .full-width-pad {
        padding: 20px 0 80px 0;
    }
    .full-width-content-pad {
        padding-left: 0;
    }
    .lp-price-col2, .lp-price-col1 {
        margin-right: 0;
    }
    .lp-price-col1 {
        padding: 20px 15px 30px;
    }
    
    /* Blog Css */
    .res-blog-bottom50 {
        margin-bottom: 50px;
    }
    #hs_cos_wrapper_post_body td {
        display: inline-grid;
        vertical-align: top;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
    .post-listing .post-list-content,
    .post-listing .post-body {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .post-list-content.clearfix > p {
        margin-top: 20px;
    }
    #hubspot-topic_data a.topic-link {
        margin: 0 8px 5px 0;
    }
}


/* ==========================================================================
   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;
    }
}

@media (min-width: 768px) {
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper,
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        background-color: #ffffff;
        box-shadow: 1px 2px 3px #666666;
        left: 255px !important;
        position: absolute;
        top: 0;
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        background-color: #ffffff;
        box-shadow: 1px 2px 3px #666666;
        margin-top: 0 !important;
        opacity: 1;
        top: 65px;
        visibility: visible;
        width: 255px;
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.4s ease 0s;
        visibility: hidden;
        z-index: 10;
    }
}


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

@media (max-width: 767px) {
    
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        visibility: hidden;
    }
    .float-left {
        float: left !important;
    }
    .res-width{
        max-width: 100%;
        width: 100%;
        margin:0 auto;
    }
    .menu-content,
    .res-center {
        text-align: center;
    }
    .menu-content {
        display: none !important;
        width: 100% !important;
    }
    .menu-search-icons {
        position: relative;
    }
    .menu-icons ul li span a::before {
        margin-right: 2px;
    }
    .menu-icons {
        float: right !important;
        max-width: 150px !important;
        width: 150px !important;
    }
    .search-menu {
        left: 0px;
        position: absolute;
    }
    .search-box input[type="text"] {
        background-color: #ffffff;
        color: #666666;
    }
    .search-box form {
        position: static;
    }
    .search-box form > .field {
        right: unset;
        left: 0;
        top: 40px;
    }
    .menu-search-icons {
        width: 100% !important;
    }
    .menu-search-icons > div {
        width: 150px !important;
    }
    .sticky-menu li.hs-menu-item.hs-menu-depth-1:first-child > a {
        padding-left: 15px !important;
    }
    .menu-right-group {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .menu-right-group > div {
        display: table;
        margin: 0 auto;
    }
    
    .menu-logo {
        margin-bottom: 20px;
        text-align: center;
        width: 100% !important;
    }
    .menu-address {
        display: inline-block !important;
        width: auto !important;
    }
    .menu-email {
        display: inline-block !important;
        margin-left: 25px !important;
        padding-left: 25px;
        width: auto !important;
    }
    .sticky-menu {
        display: table !important;
        float: none !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    .sticky-menu-btn {
        float: none !important;
        margin-bottom: 20px;
        margin-left: 0 !important;
        text-align: center;
        width: 100% !important;
    }
    .sticky-menu-btn p a:hover {
        box-shadow: 1px 2px 3px #666666;
    }
    .lp-abt-head p, .lp-abt-head h2,
    .price-cta-head,
    .header-slider1-head h1,
    .header-slider1-head .header-static-content p,
    .header-slider2-head h1,
    .header-slider2-head .header-static-content p,
    .header-slider3-head h1,
    .header-slider3-head .header-static-content p,
    .header-parallax-head .header-static-content p,
    .header-parallax-head h1,
    .header-video-head .header-static-content p,
    .header-video-head h1,
    .error-500-div .look-content p,
    .header-static-content p,
    .header-static-head h1 {
         width: 100%;
    }
    .header-btn-2 a {
        margin-left: 0 !important;
    }
    .lp-cta-head h3,
    .res-careers-bottom20,
    .res-abt-list-bot20,
    .cta-head h3,
    .res-bottom20 {
        margin-bottom: 20px;
    }
    .pg-gal-col2 .hs_cos_wrapper_type_linked_image:last-child,
    .pg-gal-col1 .hs_cos_wrapper_type_linked_image:last-child,
    .res-bottom30-767,
    .res-bottom30 {
        margin-bottom: 30px;
    }
    .onecol-res {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .center-align,
    .center-align-767 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .center-align > div,
    .center-align-767 > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    .res-footer-col-6 {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .case-list-content,
    .abt-top {
        margin-top: 0;
    }
    
    /* Swaping image and content css */
    .swap-sec .row-fluid,
    .abt-home-sec .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .swap-content .row-fluid,
    .abt-home-content .row-fluid {
        float: left;
        width: 100%;
    }
    .swap-img img,
    .abt-home-img img {
        float: left;
        width: 100%;
    }
    
    /* === */
    
    .full-bg-col {
        position: relative;
    }
    .full-width, .full-bg-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .full-padding {
        padding: 20px 0 80px 0;
    }
    .full-content-padding {
        padding-right: 0;
    }
    .footer-icons,
    .res-two-col-top,
    .res-top20,
    .two-col-top {
        margin-top: 20px;
    }
    .two-col-icon,
    .two-col-content {
        float: left !important;
    }
    .two-col-content {
        width: 80% !important;
    }
    .client-img .home-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 26%;
    }
    .client-img .testimonial-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 25%;
    }
    .cta-head h3 {
        margin-top: 0;
    }
    .lp-footer-support > div,
    .footer-support > div {
        width: 267px !important;
    }
    .res-footer-links-col-6-1,
    .res-footer-links-col-6 {
        float:left !important;
        margin-right: 0 !important;
        width: 47% !important;
    }
    .res-footer-links-col-6 {
        margin-left: 0 !important;
    }
    .res-footer-links-col-6-1 {
        margin-left: 7px !important; 
    }
    .counter-col,
    .col-6{
        float:left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 50% !important;
    }
    .counter-col.res-pad-bottom {
        padding-bottom: 30px;
    }
    .footer-support {
        clear: both;
    }
    .footer-abt, .footer-links, .footer-support {
        margin-top: 0;
    }
    .footer-support {
        padding-right: 30px;
    }
    .copyright-bg {
        text-align: center;
    }
    
    .footer-icons > div {
      	display: table;
        float: none !important;
        margin: 0 auto;
        text-align: center;
    }
    .services-col img {
        border-radius: 5px 5px 0 0;
    }
    .services-content {
        padding-left: 15px;
    }
    .lp-clients-col img,
    .pg-clients-col img {
        border-radius: 5px !important;
        display: table;
        margin: 10px auto;
        text-align: center;
    }
    .lp-clients-content,
    .pg-clients-content {
        padding: 5px 15px 10px 15px;
        text-align: center;
    }
    .page-500-head > div,
    .service-list-content,
    .services-list-img {
        width: 100% !important;
    }
    .services-list-img img {
        border-radius: 5px 5px 0 0;
    }
    .service-list-content {
        padding: 20px 15px 15px 15px;
    }
    .service-boxed-col h4 {
        margin-top: 0;
        padding-top: 15px;
    }
    .subs-pref-space .email-prefs .item {
        float: none !important;
        width: 100% !important;
    }
    .contact-phone-content,
    .contact-email-content,
    .contact-address-content {
        float: left !important;
    }
    .res-details-bottom15 {
        margin-bottom: 15px;
    }
    .res-bottom4-1,
    .res-bottom4 {
        margin-bottom: 4px;
    }
    .gal3-col-right-img, .gal3-col-left-img {
        margin-right: 0px;
    }
    .res-price-bottom {
        margin-bottom: 65px;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,
    .portfolio-lightbox-gal .hs_cos_gallery_slide.slick-slide {
        height: 150px !important;
    }
    .pg-service-col .service-grid2-col {
        display: inline-block;
        width: 184px;
    }
    .right-border:after {
        border-right: none;
        content: "";
    }
    .res-grid-margin {
        margin-left: 0 !important;
    }
    .res-grid-top {
        margin-top: 30px;    
    }
    
    /* Menu Logo Section */
    .menu-right-group {
        display: none !important;
    }
    .menu-logo {
        margin-bottom: 0;
    }
    .page-prompt-head > div {
        width: 80%;
    }
    .price1-col {
        margin-top: 37px;
    }
    .countdown-wrap::before {
        width: 100px;
        height: 100px;
    }
    .countdown-width {
        display: table;
        margin: 60px auto 0px;
        width: 100%;
    }
    .countdown-wrap {
        display: inline-block;
        margin: 0 auto 60px;
        padding: 15px 25px;
        width: 50%;
    }
    .coming-subs-head form {
        width: 85%;
    }
    .res-testimonial-bottom {
        margin-bottom: 55px;
    }

    .header-slider2-head .header-btn-2 p,
    .header-slider3-head .header-btn-2 p,
    .header-parallax-head .header-btn-2 p,
    .header-video-head .header-btn-2 p {
        width: auto;
    }
    
    /* LP CSS */
    
    .lp-header-form > div {
        margin: 0;
    }
    .lp-content-space {
        padding-top: 0;
    }
    .lp-header-space {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .full-width-col {
        position: relative;
    }
    .full-width-content,
    .full-width-left-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .full-width-pad {
        padding: 20px 0 80px 0;
    }
    .full-width-content-pad {
        padding-left: 0;
    }
    .lp-testimonial-client {
        width: 150px !important;
    }
    .lp-testimonial-client,
    .lp-testimonial-name {
        float: left !important;
    }
    .lp-price-col2, .lp-price-col1 {
        margin-right: 0;
    }
    .lp-price-col1 {
        padding: 20px 15px 30px;
    }
    /* Blog Css */
    .res-blog-bottom50 {
        margin-bottom: 50px;
    }
    #hs_cos_wrapper_post_body td {
        display: inline-grid;
        vertical-align: top;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
    .post-listing .post-list-content,
    .post-listing .post-body {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    
    .post-list-content.clearfix > p {
        margin-top: 20px;
    }
    #hubspot-topic_data a.topic-link {
        margin: 0 8px 5px 0;
    }
    .header-static-btns > div {
        display: block;
    }
    .custom-breadcrumb {
        right: 15px; 
    }
}

@media (max-width: 640px) {
    
    .thanku-content-grp > div,
    .unsubs-pg-head > div,
    .subs-update-head > div {
        width: 100% !important;
    }
    .client-img .home-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 33.33%;
    }
    
    .client-img .testimonial-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 25%;
    }
}
 
@media (max-width: 600px) {
    
    .lp-header-form > div,
    .page-prompt-head > div {
        width: 100%;
    }
    .price-cta-ul ul {
        display: table;
        margin: 0 auto;
    }
    .price-cta-ul ul li {
        display: table-cell;
    }
    .price-cta-ul ul li:last-child {
        vertical-align: top;
    }
    .price-cta-ul ul:last-child {
        padding-left: 0;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,
    .portfolio-lightbox-gal .hs_cos_gallery_slide.slick-slide {
        height: 120px !important;
    }
}

@media (max-width: 575px) {
    
    .menu-email {
        border-left: none;
        display: table !important;
        margin-left: 0 !important;
        padding-left: 0;
    }
    .res-center-1 {
        text-align: center;
    }
    .res-counter-bottom {
        margin-bottom: 30px;
    }
    .counter-col,
    .col-6{
        float:none !important;
        width: 100% !important;
    }
    .count {
        float: none !important;
        width: 100% !important;
    }
    .counter-head {
        float: none !important;
        margin-top: 5px;
        width: 100% !important;
    }
    .thanku-content-grp p {
        display: inline-grid;
    }
    .thanku-content-grp p span {
        padding-left: 0;
        margin-top: 5px;
    }
    .lp-footer-links,
    .footer-links {
        padding-left: 0px;
    }
    .lp-footer-support,
    .footer-support {
        padding-right: 0px;
    }
    .lp-footer-form,
    .footer-form {
        margin-top: 30px;
    }
    #hs_cos_wrapper_post_body td {
        display: block;
        width: 100% !important;
    }
    
    #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) {
    
    .two-col-content {
        width: 70% !important;
    }
    .coming-bg h1,
    .error-500-div .page-not h1,
    .page-404-head .content404 h1,
    h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .error-500-div .content-500 h2,
    .sorry-content h2,
    h2 {
        font-size: 23px;
        line-height: 33px;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    h4 {
        font-size: 17px;
        line-height: 27px;
    }
    .thanku-content-grp p span,
    h5 {
        font-size: 15px;
        line-height: 25px;
    }
    p,
    .about-list-ul li {
        font-size: 14px;
    }
    .price-cta-ul ul li a, .price-cta-ul ul li {
        font-size: 16px;
    }
    .page-500-head,
    .page-404-head,
    .header-space {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .full-width-pad {
        padding: 20px 0 40px 0;
    }
    .blog-section-space,
    .section-space {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .uline-img {
        margin-bottom: 30px;
    }
    .center-align > div,
    .center-align-767 > div {
        width: 320px !important;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,
    .portfolio-lightbox-gal .hs_cos_gallery_slide.slick-slide {
        height: 100px !important;
    }
    #gmap-canvas {
        height: 350px;
    }
    .countdown {
        font-size: 30px;
        line-height: 45px;
    }
    .client-img .testimonial-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 40%;
    }
    .pg-testimonial-img::after {
        top: 43px;
    }
    .post-footer .hs-form-field {
        display: block;
        width: 100%;
    }
    blockquote {
        margin: 15px;
    }
    .blog-sidebar .recent-post-items .post-item-text,
    .post-footer form {
        padding: 15px;
    }
    .blog-content .post-body ul {
        padding-left: 15px;
    }
    .single-post-content {
        left: 0;
        right: 0;
        padding: 15px;
    }
    .blog-pagination ul li {
        margin: 0 10px 10px 0;
    }
    #hubspot-topic_data a.topic-link {
        margin: 0 8px 10px 0;
    }
}

@media (max-width: 414px) {
    .pg-service-col .service-grid2-col {
        display: inline-block;
        width: 100%;
    }
    .res-grid2-top {
        margin-top: 30px;
    }
    .blog-content .hs-author-profile .blogshare-this2.fixed-share {
        left: 150px;
        top: 35px;
    }
    .blog-sidebar .blogshare-this2.fixed-share {
        left: 120px;
        top: -8px;
    }
    .blog-content .hs-author-profile .blogshare-this2.fixed-share ul li,
    .blog-sidebar .blogshare-this2.fixed-share ul li {
        display: table;
        padding-right: 0;
        padding-bottom: 5px;
    }
    .blog-content .hs-author-profile .blogshare-this2.fixed-share ul li:last-child,
    .blog-sidebar .blogshare-this2.fixed-share ul li:last-child {
        padding-bottom: 0px;
    }
}
@media (max-width: 400px) {
    .center-align > div,
    .center-align-767 > div {
        width: 100% !important;
    }
}

@media (max-width: 380px) {
    .preference-page .checkbox-row span.fakelabel span {
        float: none;
        display: flex;
        display: -webkit-flex;
    }
    .coming-subs-head form {
        width: 100%;
    }
    .coming-subs-head form {
        display: block;
    }
    .coming-subs-head .hs-form .hs-form-field {
        margin-right: 0;
    }
    .coming-subs-head .hs-form .actions {
        margin-top: 0;
    }
    .coming-subs-head .hs-button.primary, .coming-subs-head input[type="submit"], .coming-subs-head input[type="button"] {
        margin-top: 20px;
    }
    .client-img .testimonial-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 50%;
    }
}

@media (max-width: 360px) {
    
    .error-500-div .back-content p span a {
        font-size: 15px;
    }
    .contact-phone-content, .contact-email-content, .contact-address-content {
        width: 73% !important;
    }
    .service-boxed-col,
    .address-list-content, .details-form,
    .contact-page-form > div,
    .contact-email-box, .contact-phone-box, .contact-address-box {
        padding: 30px 15px;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
        width: 50% !important;
    }
    .pg-clients-content,
    .lp-clients-content {
        padding: 5px 0 10px;
    }
    .popular-post-items .post-item-text,
    .popular-post-items .post-item-image .hs-featured-image-wrapper {
        float: none;
        width: 100%;
    }
    .popular-post-items .post-item-text {
        margin-top: 15px;
    }
    
    .grecaptcha-badge,
    #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;
        height: 100px;
    } 
    
}

@media (max-width: 330px) {
    
    .grecaptcha-badge,
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
        transform-origin:0 0% 0 !important;
        -webkit-transform-origin:0 0% 0 !important;
        height: 100px;
    }
    
}

