/* 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=Open+Sans:400,300,300italic,400italic,600,700,600italic,700italic,800,800italic);

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

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

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

/* Missing Template at Path: \'custom\/page\/Company_Theme\/CompanyModules.css\' */

/* 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: 14px;
  line-height: 26px;
}

/**
 * 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: #222222; 
    text-decoration:none; 
    letter-spacing:1px;
}
a:hover, a:focus {
    color: #1DA1F2;
    text-decoration:none;
}

hr {
    background-color: #ccc;
    border: medium none;
    color: #ccc;
    height: 1px;
    margin: 30px 0;
}

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

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

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


/* Basic text */

p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.03em;
}
small {}
strong {}
em {
    letter-spacing: 1px;
}
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: 'Roboto', 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;   
}

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: #1DA1F2;
    opacitu: 0.75;
}

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

/* Lists */
ul, ol {
    padding: 0;
    margin: 0;
}

li {
    margin: 15px 0;
}

li:last-child {
    margin: 15px 0 0 0;
}

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

/* Quotes */

blockquote p {
    float: right;
    font-style: italic;
    letter-spacing: 0.5px;
    padding-left: 35px;
    margin-bottom: 5px !important;
}
q:before, q:after, blockquote:before {
    color: #999999;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 25px;
    float: left;
    margin-bottom: -26px;
}
blockquote span {
    display: block;
    text-align: center;
}




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


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


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper { 
    background-color: #ffffff;
    max-width: 100%;
    width: 100%;
}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {
    max-width: 100%;
    width: 100%;
}

/* Modules - Paddings */
.container-fluid .row-fluid .padding10tb { padding: 10px 0px; }
.container-fluid .row-fluid .padding20tb { padding: 20px 0px; }
.container-fluid .row-fluid .padding30tb { padding: 30px 0px; }
.container-fluid .row-fluid .padding40tb { padding: 40px 0px; }
.container-fluid .row-fluid .padding60tb { padding: 60px 15px; }
.container-fluid .row-fluid .padding80tb { padding: 80px 0px; }
.container-fluid .row-fluid .padding100tb { padding: 100px 0px; }


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


.header-container-wrapper {}
.header-container {}

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


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


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

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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


.footer-container-wrapper {
    background-color: #222222 !important;
    max-width: 100%;
    width: 100%;
}
.footer-container {
    max-width: 100%;
    
    width: 100%;
}

.footer-container.container-fluid {
    padding: 60px 0px;
}

.footer-container.container-fluid h3 {
    color: #dddddd !important;
    padding: 0 0 15px 0 !important;
}
.footer-container.container-fluid .cell-wrapper.layout-widget-wrapper {
    border: 0 none !important;
    padding: 0 0 0 0 !important;
}
.footer-container.container-fluid .widget-span.widget-type-rich_text h3,
.footer-container.container-fluid .widget-span.widget-type-raw_jinja h3 {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.footer-container.container-fluid .widget-span.widget-type-rich_text {
    margin: 0;
}

.footer-container.container-fluid p,
.footer-container.container-fluid p a {
    color: #999999;
    padding: 0 0 15px 0 !important;
    margin: 0;
}

.footer-container.container-fluid .hs-rss-byline {
    padding-top: 5px;
}

.footer-container.container-fluid span,
.contact-footer li a,
.contact-footer li {
    color: #999999;
    vertical-align: sub;
}

.contact-footer li a:hover {
    color: #1DA1F2;
}

.contact-footer ul li {
    display: table-cell;
    letter-spacing: 1px;
}

.contact-footer ul li:first-child {
    width: 50px !important;
    vertical-align: middle;
}

.contact-footer ul {
    margin-bottom: 15px;
}

.contact-footer ul:last-child {
    margin-bottom: 0 !important;
}

.hs-footer-company-copyright {
    color: #FFFFFF;
    letter-spacing: 1px;
}

/* Copyright Content Center Align */
.widget-type-page_footer span {
    margin: 0 auto;
    text-align: center;
}
.fa-ul-footer {
  display: table;
  margin: 0 auto;
}

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

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

.fa-ul-footer ul li span a:before {
    background: rgba(238, 238, 238, 0.08) none repeat scroll 0 0;
    border-radius: 50%;
    color: #eeeeee;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

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

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

.copyright-center {
    border-top: 1px solid #333333;
    margin-top: 20px;
    padding-top: 20px;
}

/* FOOTER POPULAR POSTS */

.footer-container.container-fluid .widget-span.widget-type-raw_jinja h3 {
    margin-bottom: 5px;
}

.footer-post-item {
    display: inline-flex;
    margin-bottom: 15px;
}

.footer-post-item-text .post-summary p {
    padding: 0 !important;
}

.footer-post-item-image .hs-featured-image-wrapper {
    width: 100px;
}
.footer-post-item-image .hs-featured-image-wrapper .hs-featured-image {
    border-width: 0;
    display: inline-block;
    float: left;
    margin: 0 !important;
}

.footer-post-item-text {
    float: right;
    padding: 0 0px 0 15px;
}

.footer-post-item-text h4 {
    color: #eeeeee;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}


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

/* SEARCH BOX IN MENU */

.custom-menu-primary.top-menu-2 {
    width: 60%;
}
.search-menu {
    margin-left: 15px !important;
    max-width: 40px;
    width: 40px;
}
.search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 74px;
    transition: all 300ms ease 0s;
    width: 360px;
    z-index: 3;
}
.search-box:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -46px;
    width: 55px;
    z-index: 0;
}
.top-search {
    float: right;
    margin-left: 20px;
    position: relative;
}
.top-search a {
    background: #666666 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-top: 15px;
    overflow: hidden;
    padding: 0 14px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
    width: 45px;
    z-index: 5;
}
.top-search a.active,
.top-search a:hover {
    background: #1DA1F2 none repeat scroll 0 0;
    color: #ffffff !important;
    transition: all 300ms ease 0s;
}
.top-search a span {
    font-size: 19px;
}
.top-search .input-box {
    background: #222 none repeat scroll 0 0;
    /*border: 1px solid #444;*/
    border-radius: 5px;
}
.search-box input[type="text"] {
    border-radius: 3px 0 0 3px;
    height: 47px;
    margin-top: 0;
    width: 303px;
}
.search-box input[type="submit"] {
    height: 47px;
    width: 57px;
}
.search-left {
    float: right;
    margin-top: -47px;
}
.txt-box {
   /* background-color: transparent;*/
    background-image: none;
    border: 0 none;
    color: #444444;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.search-left .btn-1 {
    background: rgba(29, 161, 242, 0.8) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 9px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.search-left .btn-1:active,
.search-left .btn-1:focus,
.search-left .btn-1:hover {
    background-color: #1DA1F2;
    color: #fff;
}
.custom-menu-primary.js-enabled {
    position: relative;
}


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


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

.menu-bg .row-fluid {
    background-color: #ffffff;
    padding: 0;
}
.menu-bg .widget-type-linked_image {
    float: left;
    line-height: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    float: right;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
  color: #333333;
  letter-spacing: 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #333333;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #1da1f2;
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #333333 !important;
    padding: 0 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background: transparent;
    border-bottom: 1px dotted rgba(255, 255, 255, .15);
    letter-spacing: 1px;
    text-align: left;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child{
    border-bottom: 0px solid #666666;
    padding-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #9e9e9e;
  transition: all 300ms ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    padding-left: 8px !important;
    transition: all 300ms ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
    color: #ffffff;
    transition: all 300ms ease 0s;
}


/* 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,
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 .hs-item-has-children.hs-menu-depth-3 > a,
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 > a,
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 > a,
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 .hs-item-has-children.hs-menu-depth-3 > ul li a,
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 > ul li a,
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 > ul li a {
    display: block !important;
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 .hs-item-has-children.hs-menu-depth-3 > ul li a,
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 > ul li a,
.hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 > ul li a {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    transition: all 300ms ease 0s;
    width: 100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 14px;
    font-weight: 400;
    padding: 24px 15px !important;
    text-transform: uppercase;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    background-color: transparent;
    display: inline-block;
    list-style: outside none none;
    padding: 0px;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child {
    margin: 0;
}

.hs-menu-children-wrapper li {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li ul {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
}

.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper {
    left: 200px !important;
    top: 0px !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    min-width: 215px;
    opacity: 0;
    position: absolute;
    top: 74px;
    transition: opacity 0.4s ease 0s;
    visibility: hidden;
    z-index: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: -115px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children,
.hs-item-has-children {
    position: relative;
}

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

.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
   display: inline-flex !important;
   display: -webkit-inline-flex;
}


/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:768px) {
    
        .custom-menu-primary .hs-menu-wrapper {
            display: block !important;
        }
        .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
            display: inline-flex;
        }
        .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
            display: inline-flex;
        }
      
  }
  


/* ==========================================================================
   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 {
            float: none;
        }
    
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
            display: table-cell;
            list-style: outside none none;
            padding: 0px 0 0;
        }
        
        .custom-menu-primary .hs-menu-wrapper {
           background-color: transparent !important;
            width: 100%;
        }
        .custom-menu-primary .hs-menu-wrapper > ul ul li{
            border-bottom: 1px dotted rgba(0, 0, 0, .35);
            padding: 0;
        }
        
        .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 {
            background-color: transparent !important;
            background-image: none;
            border: 0 none;
            border-radius: 0;
            bottom: auto;
            box-shadow: none;
            color: #333333 !important;
            display: block;
            float: none;
            font-size: 14px !important;
            font-weight: normal;
            height: auto;
            left: auto;
            line-height: 1.2;
            margin: 0;
            max-width: none;
            padding: 0;
            position: static;
            right: auto;
            text-align: left;
            text-decoration: none;
            text-indent: 0;
            top: auto;
            width: 100%;
        }
        
        .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
            display: inline-flex !important;
            line-height: 0;
        }
        .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
           display: table;
        }
        .custom-menu-primary .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 .hs-item-has-children.hs-menu-depth-3,
        .custom-menu-primary .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2,
        .custom-menu-primary .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 {
            display: block !important;
            
        }
        .custom-menu-primary .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 .hs-item-has-children.hs-menu-depth-3 > ul li:hover a,
        .custom-menu-primary .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 .hs-item-has-children.hs-menu-depth-2 > ul li:hover a,
        .custom-menu-primary .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1 > ul li:hover a {
            display: block !important;
            
        }
    

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

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

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


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

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


  /* 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: 48px !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:#333333; /* Icon color */
    display: block !important;
  }
  .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;
    overflow: visible !important;
  }  

  /* 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:#ffffff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 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{
   
    border: 1px dotted rgba(0, 0, 0, .35);/* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px dotted rgba(0, 0, 0, .35);/* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
    border-bottom: 0px dotted rgba(0, 0, 0, .35);/* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 10px;
    color:#333333; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: #ffffff;
    color: #333333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 2px; /* Indent Child lists */
    font-size: 13px !important; /* 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: 2px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 2px; /* Indent Child lists */
  }
}



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



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

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

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

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

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

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

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

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


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

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

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

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


/* ======================== Corporate page-1 Style Starts                                            
   ================================================== */
.content-width{
    width: 100%;
    margin: 0 auto!important;
    float: none!important;
    padding: 0 15px;
    max-width: 1170px;
    display: table;
}
.content-width-gallery { 
    margin: 0 auto!important;
    float: none!important;
    padding: 0 15px;
    max-width: 1170px; 
}
.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;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}

.right {
    text-align: right;
}

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

.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;
    transition: 300ms ease-in;
}


.btn-2 p a:hover,
.btn-1 p a:hover {
    background-color: transparent;
    border: 1px solid #1DA1F2;
    color: #1DA1F2;
}

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

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

.text-link p a {
    color: #1DA1F2;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-link p a:hover {
    color: #222222;
}

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

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

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

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

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

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

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

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

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

/* LANDING PAGE CSS STARTS */

/*========== HEADER START =============*/

.lp-header-bg{
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 150px;
} 

.lp-header-top {
    margin-top: 160px;
}

.lp-header-head h1 {
    color: #f3f3f3;
    font-size: 39px;
    line-height: 49px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.lp-header-head h1 span {
    color: #1DA1F2;
}

.lp-header-head p {
    color: #f3f3f3;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

.lp-header-head h6 {
    color: #1DA1F2;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.lp-header-head .header-btn-top {
    margin-top: 30px;
}

.lp-header-head .header-btn-top .header-btn1 {
    width: 137px !important;
}

.lp-header-head .header-btn1 p a {
    background-color: #1DA1F2;
    border: 0;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px 13px 20px;
    letter-spacing: 1px;
    text-align: center;
    transition: 300ms ease-in;
}

.lp-header-head .header-btn1 p a:hover {
    border: 0;
}

.lp-header-head .header-btn2 ul li:first-child a {
    background-color: #1DA1F2;
    border-right: 1px solid #ffffff;
    border-radius: 0px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-align: center;
    transition: 300ms ease-in;
}

.lp-header-head .header-btn2 ul li {
    display: table-cell !important;
}

.lp-header-head .header-btn2 ul li img {
    margin-top: -3px !important;
    vertical-align: middle;
}

.quote-form .form-title {
    color: #f3f3f3;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
}
.quote-form .hs-field-desc {
    color: #f3f3f3;
    margin-bottom: 5px;
    margin-top: 0;
}
.quote-form .hs-form .hs-form-field > label {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
}

.quote-form .hs-form .actions {
    text-align: center;
}

.quote-outer-bg > div {
    background-color: rgba(29,161,242,0.6);
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    max-width: 450px;
}

.quote-form .hs-form-checkbox-display > span,
.quote-form .hs-form-radio-display > span {
    color: #eeeeee;
}

.quote-form > div {
    background-color: rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 30px 30px 40px 30px;
}

/* LP Form Submit buttons
   ==================== */

.quote-form .hs-button.primary,
.quote-form input[type="submit"],
.quote-form input[type="button"] {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #333333;
    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;
}

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

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

/*========== HEADER END ============*/

/*========= OUR SERVICES START ==========*/

.corp-lp p,
.corp-lp h2 {
    margin: 0;
}
.row-fluid .span4:nth-child(3n+1) {
  margin-left: 0 !important;
}
.lp-services-bg {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin: 30px auto 0 auto;
    transition: 300ms ease-in;
}

.lp-services-bg:hover {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(102, 102, 102, 0.5);
    transform: scale(1.01);
    transition: 300ms ease-in;
}

.lp-services-bg h4 {
    margin: 15px 0 5px 0;
}
.lp-services-bg p {
    margin: 0;
}
.lp-services-link p {
    margin-top: 10px;
}

.lp-services-link p a {
    color: #1DA1F2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.fa-ul.lp-services-link p a:after {
    color: #1DA1F2;
    content: "\f178";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    text-align: center;
    transition: .2s;
    vertical-align: inherit;
    width: 13px;
}


.fa-ul.lp-services-link:hover p a:after {
    color: #666666;
    padding-right: 5px;
    transition: .2s;
}

.lp-services-link:hover p a {
    color: #222222;
}

.fa-ul.lp-services-link:hover p {
    padding-left: 15px;
    transition: 1s;
}

/*======= OUR SERVICES END =========*/

/*======= TWO COLUMN 1 START ==========*/

.twocol {
    margin-top: 60px;
}

.twocol ul li,
.twocol p,
.twocol h3 {
    color:#ffffff;
}

.twocol h3:hover a {
    color: #ffffff;
}
.twocol ul {
    margin: 0px 0 10px 0;
}

.twocol h3 {
    margin: 0px 0 20px 0;
}

.twocol ul li:first-child {
    width: 45px;
}

.twocol-last p {
    border-bottom: 0 !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.twocol p {
    border-bottom: 1px solid #cccccc;
    margin: 0px 0 20px 0;
    padding-bottom: 15px;
}

.twocol ul li {
    display: table-cell;
    font-size: 16px;
    font-family: 'Roboto', Arial, Sans-Serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
}

.two-col1-left > div {
    display: block;
    margin: 0;
    overflow: hidden;
}

.two-col1-left img {
    display: block;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    transition: opacity 0.5s ease 0s, transform 5s ease 0s;
}

.two-col1-left img:hover {
    opacity: 0.9;
    overflow: hidden;
    transform: scale(1.2);
}

.twocol ul li img {
    vertical-align: middle;
}

/*======= TWO COLUMN 1 END =========*/

/*========= COUNTER START ===========*/

.counter h3 {
    margin: 15px 0 5px 0;
}

/*========= COUNTER END ==========*/

/*=========== OUR SKILLSET START ===========*/

.skill-padding {
    padding: 60px 0 60px 0px;
}

.skill-content-padding {
    padding-left: 25px;
}

.skill-left-col {
    position: absolute;
}

.skill-left-image {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 472px;
    position: relative;
    float: left !important;
    width: 50% !important;
}

.skill-width {
    max-width: 50% !important;
    width: 50% !important;
    float: right !important;
    position: relative;
}

.skill-width h3 {
    margin-bottom: 10px;
}
.skill-bar-value p {
    color: ;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.skill-bar-bg .skill-bar-value p span {
    float: right;
}

.skill-bar-bg .skill-bar-value p {
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.skill-outer-bg {
    position: relative;
    margin-top: 51px;
}
.skill-outer-bg > div {
    background-color: #cccccc;
    height: 6px;
}

.skill-inner-bg > div {
    background-color: #1DA1F2;
    height: 6px;
}

.skill-inner-bg1 > div,
.skill-inner-bg2 > div,
.skill-inner-bg3 > div,
.skill-inner-bg4 > div,
.skill-inner-bg5 > div {
    width: 0%;
}

/*========== OUR SKILLSET END ============*/

/*=========== OUR GALLERY START ============*/

.lp-gallery .hs_cos_gallery_main .slick-prev::before,
.lp-gallery .hs_cos_gallery_main .slick-next::before,
.lp-gallery .hs_cos_gallery_thumbnails .slick-prev::before,
.lp-gallery .hs_cos_gallery_thumbnails .slick-next::before,
.lp-gallery .hs_cos_gallery_lightbox .slick-prev::before, 
.lp-gallery .hs_cos_gallery_lightbox .slick-next::before {
    color: #1DA1F2;
}

.lp-gallery .slick-prev::before, .lp-gallery .slick-next::before {
    font-size: 30px;
}

.lp-gallery .slick-prev:before {
    font-family: "FontAwesome";
    content: "\f137";
}

.lp-gallery .slick-next:before {
    font-family: "FontAwesome";
    content: "\f138";
}

.lp-gallery .slick-dots li button::before,
.lp-gallery .slick-dots li.slick-active button::before {
    color: #1DA1F2;
}

.lp-gallery .slick-dots {
    margin-top: 15px;
}

.lp-gallery .hs_cos_gallery_main .slick-prev,
.lp-gallery .hs_cos_gallery_thumbnails .slick-prev,
.lp-gallery .hs_cos_gallery_lightbox .slick-prev {
    left: 5px;
}

.lp-gallery .slick-prev, .lp-gallery .slick-next {
    right: 4px !important;
    width: -20px;
}

/*============ OUR GALLERY END =============*/

/*=========== TWO COLUMN 2 START ============*/

.twocol-sec h3 {
    margin: 15px 0 5px 0;
}

.twocol-sec ul li {
    display: table-cell;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}

.twocol-sec ul {
    margin: 15px 0 15px 0;
}

.twocol-sec ul:last-child {
    margin-bottom: 0px;
}

.twocol-sec ul li:first-child {
    width: 40px !important;
}

/*========== TWO COLUMN 2 END ===========*/

/*========== OUR TEAM START ============*/

.lp-team-section-bg {
    background-color: #222222;
}

.lp-team-head h2 {
    color: #f3f3f3;
}

.lp-team-bg {
    background-color: #ffffff; 
    border-radius: 3px;
    padding: 10px 10px 30px;
}

.lp-team-bg h4 {
    margin: 30px 0 0px 0;
}

.lp-team-bg p {
    color: #1DA1F2;
    font-weight: 600;
    letter-spacing: 1px;
}


.lp-team-bg > div {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;   
    /*cursor: pointer;*/
}
.lp-team-bg > div .lp-team-bg {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.lp-team-bg:hover .lp-team-bg {
    opacity: 0.75;
}
.lp-team-icon {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    top: -134px !important;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.lp-team-bg:hover .lp-team-icon {
  /*  top: 91%;*/
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.lp-team-icon li {
    display: inline-block;
    width: 38px;
}

/*======= OUR TEAM END ========*/

/*========= SUBSCRIBE US START ===========*/

.lp-subs-head h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
}

.lp-subscribe-section-space {
    padding-bottom: 60px;
    padding-top: 60px;
}

.lp-subs-head form {
    display: flex;
    margin: 0 auto;
    width: 40%;
}

.lp-subs-head .hs-form .hs-form-field {
    margin-top: 0!important;
    margin-right: 15px;
    width: 70%;
}

.lp-subs-head .hs-form .hs-form-field > label {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
}

/* LP Form Submit buttons
   ==================== */

.lp-subs-head .hs-button.primary,
.lp-subs-head input[type="submit"],
.lp-subs-head input[type="button"] {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #333333;
    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: 32px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

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

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

/*======== SUBSCRIBE US END ===========*/

/*============ CTA START ===========*/

.lp-cta-head h2 {
    color: #f3f3f3;
}

.lp-cta-head h2 span {
    color: #1DA1F2;
}

.lp-cta-head p {
    color: #f3f3f3;
    font-weight: 600;
    letter-spacing: 1px;
}

.lp-cta-uline > div {
    border-bottom: 1px solid #ffffff;
    margin: 20px auto !important;
    transition: width 1s ease 0s;
    width: 20%;
}

.lp-cta-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 150px;
}

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

.lp-cta-btn:hover {
    transform: scale(1.05);
}

/*========== CTA END =========*/

/*========== CONTACT US START =============*/

.contact-abt-col h4 {
    margin-bottom: 0;
}
.contact-sec h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}  
.contact-sec p a {
    color: #666666;
}
.contact-sec p a:hover {
    color: #1DA1F2;
}
.contact-sec p {
    letter-spacing: 1px;
} 

/*========= CONTACT US END ==========*/

/*============== FOOTER START ============*/

.corp-lp .footer-container.container-fluid {
    padding: 0;
}
.corp-lp .footer-bg {
    background-color: ;
    color: #f3f3f3;
    padding-bottom: 20px;
    padding-top: 30px;
    letter-spacing: 1px;
}

.corp-lp .fa-ul-footer ul {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 15px !important;
    list-style-type: none;

}

/*========= FOOTER END ==========*/

/*========================================== HEADER START ===========================================*/

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

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

.header-head1 h1 {
    color: #f3f3f3;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}

.header-head1 p {
    color: #f3f3f3;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 34px;
    margin: 10px 0 25px;
}

.header-btn-width > div {
    text-align: center;
    margin: 0 auto;
    width: 350px;
}

.header-btn1 p a {
    background-color: transparent;
    border: 1px solid #ffffff;
}
.header-btn2 p a {
    background-color: #1DA1F2;
    border: 1px solid #1DA1F2;
}
.header-btn2 p a,
.header-btn1 p a {
    
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

.header-btn1 p a:hover {
    background-color: #1DA1F2;
    border: 1px solid #1DA1F2;
}
.header-btn2 p a:hover {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #222222;
}

/* TOP MENU CSS */


.top-menu-bg {
    background-color: #1DA1F2;
}
.top-menu-space {
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-icons ul {
    line-height: 20px;
    padding: 4px 0;
}
.menu-icons ul li {
   display: table-cell;
    padding-right: 10px; 
}
.menu-icons ul li:last-child {
    padding-right: 0px;
}
.top-menu-space .top-menu ul li:last-child,
.top-menu-space .top-menu ul li,
.top-menu-space .top-menu {
    margin: 0;
    padding: 4px;
    float: right;
}
.top-menu-space .top-menu ul li a {
    color: #ffffff !important;
    font-size: 12px;
    line-height: 12px;
    padding: 0 12px !important;
}
.top-menu-space .top-menu ul li:hover {
    background-color: transparent;
    box-shadow: none;
}

.menu-logo {
    padding: 12px 0;
}

/*========================================== HEADER END ===========================================*/

/*========================================== ABOUT US START ===========================================*/

.abt-top {
    margin-top: 15px;
}
.abt-top h3 {
    margin-bottom: 5px;
}

/*========================================== ABOUT US END ===========================================*/

/*========================================== SERVICES START ===========================================*/

.service-bg-odd {
    background-color: #ffffff;
    padding: 25px 20px;
    transition: 300ms ease-in;
}
.service-bg-even {
    background-color: transparent;
    padding: 25px 20px;
    transition: 300ms ease-in;
}
.service-bg-odd h4,
.service-bg-even h4,
.service-bg-odd p,
.service-bg-even p {
    margin-top: 10px;
}
.service-img {
    float: left !important;
    width: 55px !important;
}

.service-bg-odd:hover {
    background-color: #1DA1F2;
    transition: 300ms ease-in;
}
.service-bg-odd:hover .text-link p a,
.service-bg-odd:hover h4,
.service-bg-odd:hover p {
    color: #ffffff;
}
.service-bg-even:hover {
    background-color: #ffffff;
    transition: 300ms ease-in;
}


/*========================================== SERVICES END ===========================================*/

/*========================================== TRACKING START ===========================================*/

.track-section-bg {
    background-color: #1DA1F2;
}
.track-padding {
    padding: 60px 0 60px 0px;
}

.track-content-padding {
    padding-left: 25px;
}

.track-bg-col {
    position: absolute;
}

.track-bg-img {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 508px;
    position: relative;
    float: left !important;
    width: 50% !important;
}

.track-width {
    max-width: 50% !important;
    width: 50% !important;
    float: right !important;
    position: relative;
}
.track-width h3 {
    color: #f3f3f3;
    margin-bottom: 5px;
}
.track-width p {
    color: #f3f3f3;
}

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

/*========================================== TRACKING END ===========================================*/

/*========================================== WORKING PROCESS START ===========================================*/

.work-process h3 {
    margin-bottom: 5px;
    margin-top: 30px;
}
.faq-line {
    margin-top: 15px;
}
.accord {
    margin-top: 15px;
}

.accord-title {
    cursor: pointer;
}

.accord .faq-img {
    float: left !important;
    width: 45px !important;
}
.accord-ans {
    padding: 5px 10px 0 60px;
}
.faq-img,
.faq-line {
    position: relative;
}
.faq-line:before {
    background-color: #1DA1F2;
    content: "";
    height: 90%;
    left: 15px;
    position: absolute;
    top: 25px;
    width: 1px;
}

/*========================================== WORKING PROCESS END ===========================================*/

/*========================================== OUR GALLERY START ===========================================*/

/* Lightbox Gallery */

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
   left: 3px;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
   width: 25% !important;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
   height: 175px;
   margin-bottom: 3px;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
   height: 100%;
   max-width: 100%;
   width: 100%;
}
.slick-track .hs_cos_gallery_slide.slick-slide.slick-current.slick-active {
   max-width: 100% !important;
   max-height: 100% !important;
   align-items: center;
}
.slick-slider {
    margin-bottom: 0;
}


/* Projects Gallery */

.popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
   /*left: 3px;*/
}
.popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
   width: 31.33% !important;
}
.popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
   height: 230px;
   margin: 10px;
}
.popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
   height: 100%;
   max-width: 100%;
   width: 100%;
}
.popup-gallery .slick-track .hs_cos_gallery_slide.slick-slide.slick-current.slick-active {
   max-width: 100% !important;
   max-height: 100% !important;
   align-items: center;
}
.popup-gallery .slick-slider {
    margin-bottom: 0;
}

/*========================================== OUR GALLERY END ===========================================*/

/*========================================== OUR PRICING START ===========================================*/

.price-br {
    background-color: transparent;
    border: 1px solid #dddddd;
    padding-bottom: 20px;
    transition: 300ms ease-in;
}
.price-br h4 {
    padding: 15px;
}
.price-value p {
    background-color: #dddddd;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 15px;
}
.price-value-mid p span,
.price-value p span {
    font-size: 12px;
}
.price-value-mid p {
    background-color: #1DA1F2;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 15px;
}
.price-content p {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: 300ms ease-in;
}

.price-content .price-content-last p {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.price-br:hover {
    border: 1px solid rgba(29, 161, 242, 0.6);
    box-shadow: 1px 3px 22px 2px rgba(0, 0, 0, 0.15);
    transition: 300ms ease-in;
}
.price-br:hover .price-content p {
    border-bottom: 1px solid rgba(29, 161, 242, 0.6);
    transition: 300ms ease-in;
}
.price-br:hover .price-content .price-content-last p {
    border-bottom: 0;
}

/*========================================== OUR PRICING END ===========================================*/

/*========================================== OUR CLIENTS START ===========================================*/

.client-bg {
    background-color: #1DA1F2;
    padding-bottom: 80px;
    padding-top: 80px;
}
.client-bg h2 {
    color: #333333;
}
.client-ul ul {
    display: table-cell;
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.owl-theme .owl-controls {
    display: none !important;
}

/*========================================== OUR CLIENTS END ===========================================*/

/*========================================== CTA START ===========================================*/

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

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

.cta-btn:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
    transform: scale(1.05);
}

/*========================================== CTA END ===========================================*/

/*========================================== SUBSCRIBE US START ===========================================*/

.subscribe-bg {
    background-color: #333333;
}
.subscribe-head h3 {
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 35px;
    text-align: center;
}

.subs-space {
    padding-bottom: 60px;
    padding-top: 40px;
}

.subs-head form {
    display: flex;
    margin: 0 auto;
    width: 90%;
}

.subs-head .hs-form .hs-form-field {
    margin-top: 0!important;
    margin-right: 15px;
    width: 70%;
}
.subs-head .hs-form .actions {
    margin-top: 7px;
}

/*========================================== SUBSCRIBE US END ===========================================*/

/*========================================== OUR NEWS START ===========================================*/

.news-date p a {
    color: #ffffff;
}
.news-img,
.news-date {
    position:relative;
}
.news-col h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}
.news-date p {
    background-color: rgba(29, 161, 242, 0.8);
    bottom: 0;
    top: 1px;
    height: 75px;
    left: -9px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    transition: 300ms ease-in;
    z-index: 999;
}
.news-date p:before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(0, 161, 242);
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 10px;
    transition: 300ms ease-in;
}
.news-author {
    margin-bottom: 10px;
}
.news-author p a {
    position: relative;
    padding-left: 20px;
    transition: 300ms ease-in;
}
.news-author p a:before {
    color: #333333;
    content: "\f007";
    display: block;
    font-family: fontawesome;
    font-size: 15px;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
    transition: 300ms ease-in;
}
.news-author p:hover a:before,
.news-author p:hover a {
    color: #1DA1F2;
    transition: 300ms ease-in;
}

/*========================================== OUR NEWS END ===========================================*/

/*========================================== OUR TEAM START ===========================================*/

.team-col {
    background-color: #ffffff;
    padding: 0 0 20px 0;
    transition: 300ms ease-in;
}
.team-col h4 {
    margin-top: 15px;
}
.team-col p {
    letter-spacing: 1px;
}
.team-icons ul {
    display: table;
    list-style: none;
    margin: 15px auto 0;
    padding: 0;
}
.team-icons ul li {
    display: table-cell;
    line-height: 0px;
    padding-right: 15px;
}
.team-icons ul li:last-child {
    padding-right: 0px;
}
.team-col:hover {
    box-shadow: 1px 3px 22px 2px rgba(0, 0, 0, 0.15);
    transition: 300ms ease-in;
}


/*========================================== OUR TEAM END ===========================================*/

/*========================================== OUR TESTIMONIAL START ===========================================*/

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

.testimonial-ul ul li {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    display: inline-flex;
    display: -webkit-inline-flex;
    margin: 0 30px;
    padding: 25px !important;
    transition: all 300ms ease-in 0s;
}
.testimonial-ul ul li:last-child {
    padding-right: 0px;
}
.testimonial-ul ul li > div:last-child {
    margin: 0 auto;
    padding-left: 20px;
    width: 80% !important;
}
.testimonial-ul ul li > div p:last-child {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5px;
}
.testimonial-ul ul li > div p:last-child span {
    color: #8c8c8c !important;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}
.testimonial-ul ul li {
    position: relative;
}
.testimonial-ul ul li:after {
    background-color: #1DA1F2;
    bottom: 0;
    color: #ffffff;
    content: "\f10e";
    display: block;
    font-family: fontawesome;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -20px;
    text-align: center;
    transition: all 300ms ease-in 0s;
    width: 40px;
}

.testimonial-ul ul li:hover {
    background-color: #ffffff;
    transition: all 300ms ease-in 0s;
}
.testimonial-ul ul li:hover:after {
    background-color: #333333;
    transition: all 300ms ease-in 0s;
}


/*========================================== OUR TESTIMONIAL END ===========================================*/

/*========================================== SERVICE HEADER START ===========================================*/

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

.header-head2 {
    padding-bottom: 160px;
    padding-top: 160px;
}

.header-head2 h1 {
    color: #f3f3f3;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}


/*========================================== SERVICE HEADER END ===========================================*/

/*========================================== SERVICE PAGE SECTION-1 START ===========================================*/

.pg-services-bg-odd {
    background-color: #f6f6f6;
} 
.pg-services-bg-even,
.pg-services-bg-odd {
    border-radius: 60px 0;
    padding: 30px;
    text-align: center;
    transition: 300ms ease-in;
} 
.pg-services-bg-even {
    background-color: #1DA1F2;
}
.pg-services-bg-even h4,
.pg-services-bg-even p {
    color: #ffffff;
}
.pg-services-bg-even h4,
.pg-services-bg-odd h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.pg-services-bg-even:hover,
.pg-services-bg-odd:hover {
    box-shadow: 1px 3px 22px 2px rgba(0, 0, 0, 0.15);
    transition: 300ms ease-in;
}


/*========================================== SERVICE PAGE SECTION-1 END ===========================================*/

/*========================================== SERVICE PAGE SECTION TEAM START ===========================================*/

.pg-team-col {
    background-color: transparent;
    transition: 300ms ease-in;
}
.pg-team-col h4 {
    margin-top: 15px;
}
.pg-team-position p {
    color: #1DA1F2;
    font-weight: 400;
    letter-spacing: 1px;
}
.pg-team-img img {
    border-radius: 50%;
}
.team-icon-img {
    border-radius: 50%;
    box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
    -moz-box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
    -webkit-box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
    -o-box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
}
.team-icon-img {
    position: relative;
    overflow: hidden;
}
.team-icon-img:hover .pg-team-icons ul {
    bottom: 0;
}
.pg-team-icons ul {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: -40%;
    display: table;
    left: 0;
    margin: 0 auto;
    padding: 30px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.pg-team-icons ul li {
    display: inline-block;
    line-height: 0;
    margin: 0;
    padding-right: 15px;
}
.pg-team-icons ul li:last-child {
    padding-right: 0px;
}


/*========================================== SERVICE PAGE SECTION TEAM END ===========================================*/

/*========================================== SERVICE PAGE SECTION NEWS START ===========================================*/

.pg-news-date p a {
    color: #ffffff;
}
.pg-news-col h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}
.pg-news-br {
    background-color: transparent;
    border: 1px solid #eeeeee;
    transition: 300ms ease-in;
}
.pg-news-br h4 {
    margin-bottom: 5px;
}
.pg-news-br-content {
    padding: 30px 15px;
}
.pg-news-img,
.pg-news-date {
    position:relative;
}
.pg-news-date p {
    background-color: rgba(29, 161, 242, 0.8);
    bottom: 0;
    top: 1px;
    height: 70px;
    left: -9px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    transition: 300ms ease-in;
    z-index: 999;
}
.pg-news-date p:before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(0, 161, 242);
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 10px;
    transition: 300ms ease-in;
}


/*========================================== SERVICE PAGE SECTION NEWS END ===========================================*/

/*========================================== SERVICE PAGE SECTION COUNTER START ===========================================*/

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

.counter-head {
    padding-bottom: 100px;
    padding-top: 100px;
}

.counter-col p,
.counter-col h4 {
    color: #f3f3f3;
}

.counter-col p {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/*========================================== SERVICE PAGE SECTION COUNTER END ===========================================*/

/*========================================== SERVICE LIST PAGE SECTION-1 START ===========================================*/

.service-list {
    position: relative;
} 
.service-list-content {
    background-color: rgba(34,34,34,0.4);
    bottom: 0;
    padding: 15px;
    position: absolute;
} 
.service-list-content p,
.service-list-content h4 {
    color: #ffffff;
}
.service-list-content h4 {
    margin-bottom: 5px;
}

.service-list-img {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.service-list-img img {
    transition: all 0.3s ease-in-out 0s;
}
.service-list:hover .service-list-img img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0s;
}

/*========================================== SERVICE LIST PAGE SECTION-1 END ===========================================*/

/*========================================== SERVICE DETAILS PAGE SECTION-1 START ===========================================*/

.service-tab-listing ul,
.service-listing ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 15px 0;
}

.service-tab-listing ul li,
.service-listing ul li {
    display: table-cell;
}

.service-tab-listing ul li:first-child,
.service-listing ul li:first-child {
    width: 35px;
}
.service-tab-listing ul li img {
    vertical-align: text-bottom !important;
}

.service-tab-listing ul:last-child {
    margin-bottom: 0;
}
.service-listing ul:last-child {
    margin-bottom: 20px;
}


.service-detail-tabs li {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0px 0;
    position: relative;
}
.service-detail-tabs li:last-child {
    margin: 0 0 0px 0;
}
.service-detail-tabs {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
    margin-top: 30px;
}
.service-detail-tabs li a {
    color: #333333;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.service-detail-tabs li {
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}
.service-detail-tabs li.active,
.service-detail-tabs li.active:focus,
.service-detail-tabs li.active:hover {
    background-color: #333333;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.service-detail-tabs li.active a,
.service-detail-tabs li.active a:focus,
.service-detail-tabs li.active a:hover,
.service-detail-tabs li:hover a,
.service-detail-tabs li:hover:focus a {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.service-detail-tabs li:hover,
.service-detail-tabs li:hover:focus {
    background-color: #333333;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}

.service-btns-width p {
    float: left;
    width: 170px;
}

.service-btns-width .row-fluid {
    display: table;
    margin: 30px auto 0;
    text-align: center;
    width: 355px;
}

.service-detail-form {
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-top: 15px;
    padding: 30px 20px;
}
.service-detail-form .actions,
.service-detail-form h3 {
    text-align: center;
}

.service-detail-form .hs_error_rollup {
    display: none;
}

/*========================================== SERVICE DETAILS PAGE SECTION-1 END ===========================================*/

/*========================================== PROJECTS PAGE SECTION HEADER START ===========================================*/

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

/*========================================== PROJECTS PAGE SECTION HEADER END ===========================================*/

/*========================================== PROJECTS PAGE SECTION OUR PRICING START ===========================================*/

.pg-price-bg {
    background-color: #f9f9f9;
    transition: all 0.3s ease-in-out 0s;
}
.pg-price-bg {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.pg-price-bg .pg-price-head .pg-price-head-bg-layer {
    border-color: #eeeeee rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eeeeee;
    transition: all 0.3s ease-in-out 0s;
}
.pg-price-bg .pg-price-head-mid .pg-price-head-bg-layer-mid,
.pg-price-bg .pg-price-head .pg-price-head-bg-layer {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    margin: 0 0 50px !important;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
}
.pg-price-bg .pg-price-head-bg-mid h4,
.pg-price-bg .pg-price-head-bg h4 {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.pg-price-bg .pg-price-head-bg-mid h4 {
    color: #ffffff;
}
.pg-price-bg .pg-price-head-mid .pg-price-head-bg-layer-mid {
    border-color: #1da1f2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1da1f2;
    transition: all 0.3s ease-in-out 0s;
}
.pg-price-value p {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 1px;
    padding: 40px 20px 10px 20px;
}
.pg-price-value p span {
    font-size: 16px;
    font-weight: 400;
}
.pg-price-value p span:last-child {
    vertical-align: initial;
}
.pg-price-value p span:first-child {
    vertical-align: text-top;
}
.pg-price-content {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.pg-price-content p span{
    font-weight: 600;
}
.pg-price-content p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px;
    transition: all 0.3s ease-in-out 0s;
}
.price-btn-space {
    background-color: #ffffff;
    padding: 20px 0 30px;
}
.pg-price-bg:hover {
    box-shadow: 1px 3px 22px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out 0s;
}
.pg-price-bg:hover .pg-price-head-mid .pg-price-head-bg-layer-mid,
.pg-price-bg:hover .pg-price-head .pg-price-head-bg-layer {
    border-color: #1da1f2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1da1f2;
    transition: all 0.3s ease-in-out 0s;
}
.pg-price-bg:hover .pg-price-head-bg-mid h4,
.pg-price-bg:hover .pg-price-head-bg h4 {
    color: #ffffff;
}
.pg-price-content p:hover {
    background-color: #eeeeee;
    border-right: 4px solid rgba(29, 161, 242, 0.6);
    transition: all 0.3s ease-in-out 0s;
}

/*========================================== PROJECTS PAGE SECTION OUR PRICING END ===========================================*/

/*========================================== ABOUT US PAGE SECTION HEADER START ===========================================*/

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

/*========================================== ABOUT US PAGE SECTION HEADER END ===========================================*/

/*========================================== ABOUT US PAGE SECTION ABOUT START ===========================================*/

.nav-stacked.about-nav li {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px 0;
    position: relative;
}
.nav-stacked.about-nav li:last-child {
    margin: 0 0 0px 0;
}
.nav-stacked.about-nav {
    margin-bottom: 30px;
}
.nav-stacked.about-nav li a {
    color: #333333;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.about-slider-ul ul,
.nav-stacked.about-nav ul {
    list-style: none;
}
.about-slider-ul ul li {
    margin: 0;
}
.nav-stacked.about-nav li {
    background-color: #f2f2f2;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li.active,
.nav-stacked.about-nav li.active:focus,
.nav-stacked.about-nav li.active:hover {
    background-color: #1da1f2;
    border-right: 5px solid #333;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li.active a,
.nav-stacked.about-nav li.active a:focus,
.nav-stacked.about-nav li.active a:hover,
.nav-stacked.about-nav li:hover a,
.nav-stacked.about-nav li:hover:focus a {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.nav-stacked.about-nav li:hover,
.nav-stacked.about-nav li:hover:focus {
    background-color: #1da1f2;
    border-right: 5px solid #333;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content .tab-pane:not(.active){
  display: none;
}

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

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

.tab4-bg {
    text-align: center;
}
.tab4-1-bg,
.tab4-2-bg,
.tab4-3-bg,
.tab4-4-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 50px 15px;
}
.tab4-1-bg,
.tab4-2-bg,
.tab4-3-bg,
.tab4-4-bg,
.tab4-content-bg1 {
    margin-left: 0 !important;
}
.tab4-content-bg1,
.tab4-content-bg2 {
    background-color: #1DA1F2;
    padding: 50px 15px;
}
.tab4-content-bg1 h4,
.tab4-content-bg2 h4,
.tab4-content-bg1 p,
.tab4-content-bg2 p {
    color: #ffffff;
}
.tab4-content-bg1 .btn-1 p a,
.tab4-content-bg2 .btn-1 p a {
    background-color: #ffffff;
    color: #1DA1F2;
}

/*========================================== ABOUT US PAGE SECTION ABOUT END ===========================================*/

/*========================================== CONTACT US-1 PAGE SECTION HEADER START ===========================================*/

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

/*========================================== CONTACT US-1 PAGE SECTION HEADER END ===========================================*/

/*========================================== CONTACT US-1 PAGE SECTION FORM START ===========================================*/

.contact-form-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
    padding-bottom: 100px;
    padding-top: 100px;
}
.contact-head h2 {
    color: #f3f3f3;
}

/* FORM CSS */

.contact-form form {
    background-color: rgba(34, 34, 34, 0.8);
    margin-top: 20px;
    padding: 30px 50px 40px;
}
.contact-form .hs-form fieldset.form-columns-3,
.contact-form .hs-form fieldset.form-columns-2,
.contact-form .hs-form fieldset.form-columns-1,
.contact-form .hs-form .hs-form-field {
  /*  display: table-cell;*/
    float: left;
    max-width: 25% !important;
    width: 25% !important;
}
.contact-form .hs_cos_wrapper_type_form label, 
.contact-form .hs_cos_wrapper_type_form .hs-form-field > label {
    color: #999999;
}
.contact-form input,
.contact-form label {
    display: block;
    width: 100%;
}

.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
    display: inline-block;
    width: 20px !important;
}

.contact-form .hs-form-checkbox-display > span, 
.contact-form .hs-form-radio-display > span {
    color: #eeeeee;
    vertical-align: middle;
}

.contact-form textarea {
    max-height: 42px;
}
.contact-form .input {
    margin-right: 20px !important;
}
.contact-form .hs_submit {
    margin-top: 7px;
}
.contact-form .hs-form-field {
   /* margin-top: 0px !important;*/
}
.contact-form .hs-button.primary:focus,
.contact-form .hs-button.primary:active,
.contact-form input[type="submit"]:focus,
.contact-form input[type="button"]:focus {
    color: #1DA1F2;
}
.contact-form .hs_error_rollup {
    display: block;
    margin-top: 65px;
    position: absolute;
    width: 100%;
}
.contact-form .hs_error_rollup li {
   list-style: outside none none; 
}
.contact-form .hs-error-msgs.inputs-list li,
.contact-form .hs-error-msgs {
    margin-bottom: 0 !important;
}

/*========================================== CONTACT US-1 PAGE SECTION FORM END ===========================================*/

/*========================================== CONTACT US-2 PAGE SECTION FORM START ===========================================*/

#gmap_canvas {
    height: 500px;
}

.contact-form2 form {
    padding: 0;
}

.contact-form2 form {
    background-color: #E5E3DF;
    padding: 15px 30px 30px;
}

.contact-form2 .hs-form fieldset.form-columns-2 {
    display: inline-flex;
}

.location-col p a {
    color: #666666;
    transition: all 0.3s ease-in-out 0s;
}
.location-col p a:hover {
    color: #1DA1F2;
    transition: all 0.3s ease-in-out 0s;
}

.location-col h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}

/*========================================== CONTACT US-2 PAGE SECTION FORM END ===========================================*/

/*========================================== CONTACT US-3 PAGE SECTION FORM START ===========================================*/

#gmap_canvas1 {
    height: 300px;
}
.contact-form3 form {
    padding: 0;
}

.contact-form3 form {
    background-color: rgba(29, 161, 242, 0.2);
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(29, 161, 242, 0.5);
    padding: 15px 30px 30px;
}
.contact-form3 .hs-field-desc,
.contact-form3 .hs_cos_wrapper_type_form label, 
.contact-form3 .hs_cos_wrapper_type_form .hs-form-field > label {
    color: #333333;
}
.contact-form3 .hs-form fieldset.form-columns-2 {
    display: inline-flex;
}
.location-col1 {
    background-color: rgba(29, 161, 242, 0.2);
    /*border: 1px solid #1da1f2;*/
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(29, 161, 242, 0.5);
    padding: 52px 15px;
}
.location-col1 p a {
    color: #666666;
    transition: all 0.3s ease-in-out 0s;
}
.location-col1 p a:hover {
    color: #1DA1F2;
    transition: all 0.3s ease-in-out 0s;
}

.location-col1 h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}

/*========================================== CONTACT US-3 PAGE SECTION FORM END ===========================================*/

/*========================================== UNDER CONSTRUCTION PAGE SECTION START ===========================================*/

.under-cons-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.under-construct-bg h1 {
    color: #f3f3f3;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}
.under-cons-space {
    padding-bottom: 200px;
    padding-top: 200px;
}
.under-cons-space h1 span {
    color: #1DA1F2;
}
.under-cons-space h1,
.under-cons-space h4 {
    color: #f3f3f3;
}
.under-construct-body .footer-container.container-fluid {
    padding: 0;
}
.under-construct-bg-copyright {
    padding: 15px;
}
.cons-subs-head form {
    display: flex;
    margin: 15px auto 0;
    width: 40% !important;
}
.cons-subs-head label {
    color: #eeeeee;
}
.cons-subs-head .hs_cos_wrapper_type_blog_subscribe form {
    padding: 0;
}
.cons-subs-head .hs-form .hs-form-field {
    margin-top: 0!important;
    margin-right: 15px;
    width: 70%;
}
.cons-subs-head .hs-form .actions {
    margin-top: 7px;
}

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

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

/*========================================== UNDER CONSTRUCTION PAGE SECTION END ===========================================*/

/*========================================== COMING SOON PAGE SECTION START ===========================================*/

.coming-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.coming-bg h1 {
    color: #f3f3f3;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}
.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 {
	background-color: rgba(29, 161, 242, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50% 50% 50% 50%;
	height: 120px;
	margin: 0 auto 15px auto !important;
	padding: 20px 15px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 120px !important;
}
.right-margin {
    margin-right: 15px !important;
}
.countdown-wrap:hover {
    background-color: rgba(34, 34, 34, 0.8);
    transition: all 0.3s ease-in-out 0s;
    transform: rotate(360deg);
}

.countdown-wrap > p {
	line-height: 1.4;
}
.countdown-width {
    display: flex;
    display: -webkit-flex;
    margin: 30px auto 0;
}

.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: 15px auto 0;
    width: 75%;
}
.coming-subs-head .hs_cos_wrapper_type_blog_subscribe form {
    padding: 0;
}
.coming-subs-head .hs-form .hs-form-field {
    margin-top: 0!important;
    margin-right: 15px;
    width: 70%;
}
.coming-subs-head .hs-form .actions {
    margin-top: 7px;
}

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

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

/*========================================== COMING SOON PAGE SECTION END ===========================================*/

/*========================================== PRESS RELEASE PAGE SECTION HEADER START ===========================================*/

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

/*========================================== PRESS RELEASE PAGE SECTION HEADER END ===========================================*/

/*========================================== PRESS RELEASE PAGE SECTION-1 START ===========================================*/

.press-col-bg {
    background-color: #f6f6f6;
    padding-bottom: 20px;
    position: relative;
}
.press-content-padding {
    padding: 50px 15px 15px;
    text-align: center;
}
.press-content-bg > div {
    background-color: #ffffff;
    margin: -25px auto 0 auto;
    width: 90%;
}

.press-date p a {
    color: #ffffff;
}

.press-img,
.press-content-bg {
    position: relative;
}
.press-date p {
    background-color: rgba(29, 161, 242, 0.8);
    bottom: 0;
    top: 0px;
    height: 45px;
    left: 0px;
    margin: -25px auto 0 auto;
    right: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    transition: 300ms ease-in;
    width: 96%;
    z-index: 999;
    
}
.press-date p:before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(0, 161, 242);
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 10px;
    transition: 300ms ease-in;
}
.press-date p:after {
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(0, 161, 242);
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    right: 0;
    position: absolute;
    width: 10px;
    transition: 300ms ease-in;
}

/*========================================== PRESS RELEASE PAGE SECTION-1 END ===========================================*/

/*========================================== HELP CENTER PAGE SECTION HEADER START ===========================================*/

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

/*========================================== HELP CENTER PAGE SECTION HEADER END ===========================================*/

/*========================================== HELP CENTER PAGE SECTION 1 START ===========================================*/

.help-service-sec-bg,
.help-service-left-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.help-left-content-padding {
    padding: 186px 30px 186px 90px;
}
.help-service-left-bg h2 {
    font-size: 35px;
    line-height: 45px;
}
.help-service-left-bg h2,
.help-service-left-bg p {
    color: #f3f3f3;
}
.help-right-content-padding {
    padding: 100px 90px 100px 30px;
}
.help-line-content p {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 38px;
    text-transform: uppercase;
}
.help-list-content ul {
    display: table;
    margin: 0 auto;
}
.help-list-content ul li {
    color: #f3f3f3;
    display: inline-block;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 20px auto 0;
    text-align: left;
    vertical-align: middle;
}
.help-list-content ul li:first-child {
    width: 35px;
}
.help-list-content ul li:last-child {
    width: 160px;
}

.help-form .field.hs-form-field > label {
    color: #f3f3f3;
}

/*========================================== HELP CENTER PAGE SECTION 1 END ===========================================*/

/*========================================== CAREER PAGE SECTION HEADER START ===========================================*/

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

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

.accord-margin-bottom {
    margin-bottom: 40px;
}
.career-title h2 {
    margin-top: 30px;
}
.career-accord-title.active h4 {
    background-color: #1DA1F2; 
}
.career-accord-title.active h4:before {
    background-color: #333333;
    color: #ffffff; 
}
.career-accord-title {
    cursor: pointer;
}
.career-accord-title h4 {
    background-color: #333333;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    padding: 15px 15px;
    position: relative;
    text-align: center;
}
.career-accord-title h4:before {
    background-color: #1DA1F2;
    border-radius: 50%;
    bottom: -16px;
    color: #ffffff;
    content: "\f107";
    font-family: fontawesome;
    font-size: 20px;
    height: 30px;
    left: 47%;
    line-height: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 45px;
    transition: all 300ms ease-in 0s;
    width: 30px;
}
.career-accord-ans {
    border: 1px solid #f2f2f2;
    border-radius: 0 0 10px 10px;
    padding: 30px;
}
.career-details p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.career-details p span:last-child {
    float: left;
    width: 10%;
}
.career-details p span:first-child {
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    width: 40%;
}
.career-job-list p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.career-job-list .careers-listing {
    padding-bottom: 20px;
    padding-left: 30px;
}
.career-job-list .careers-listing ul {
    margin: 15px 0 0 20px;
}
.career-job-list .careers-listing ul li:first-child {
    width: 100% !important;
    letter-spacing: 1px;
    font-weight: 400;
}
.career-job-list .careers-listing ul li:before {
    color: #666666;
    content: "\f0a4";
    display: block;
    font-family: fontawesome;
    font-weight: 400;
    height: 0;
    left: -22px;
    padding-right: 15px;
    position: relative;
    top: 0;
}
.career-btns-width .row-fluid {
    display: flex;
    display: -webkit-flex;
    margin: 10px auto 0;
    text-align: center;
    width: 290px;
}
.career-btns-width .btn-1:first-child {
    padding-right: 15px;
}

/*========================================== CAREER PAGE SECTION HEADER END ===========================================*/

/*========================================== PAGE 404 SECTION START ===========================================*/

.page-404-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.page-404-head {
    padding-bottom: 250px;
    padding-top: 250px;
}
.page-404-head h1 {
    color: #f3f3f3;
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 70px;
    margin-bottom: 15px;
    text-align: center;
}
.oops-content p {
    color: #f3f3f3;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 15px;
}
.back-content p {
    color: #f3f3f3;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 15px;
}
.back-content p span a {
    color: #1DA1F2;
    font-size: 20px;
    line-height: 30px;
    padding-left: 5px;
    transition: all 300ms ease-in 0s;
}
.back-content p span a:after {
    content: "\f015";
    color: #1DA1F2;
    font-size: 20px;
    font-family: fontawesome;
    line-height: 30px;
    padding-left: 10px;
    transition: all 300ms ease-in 0s;
}
.back-content p span:hover a {
    color: #ffffff;
    transition: all 300ms ease-in 0s;
}
.back-content p span:hover a:after {
    color: #ffffff;
    transition: all 300ms ease-in 0s;
}

/* GOOGLE SEARCH */

.google-search .hs-button.primary:before {
    bottom: 0;
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    position: relative;
    right: 0;
    top: -10px;
}
.widget-type-google_search .hs-button.primary,
.google-search .hs-button.primary {
    border-radius: 0 5px 5px 0;
    left: 0;
    margin-left: -46px;
    max-height: 38px;
    padding: 15px;
    position: relative;
    right: 0;
    top: -7px;
}
.widget-type-google_search .hs-button.primary:hover,
.google-search .hs-button.primary:hover {
    background-color: #333333;
    border: 1px solid #333333;
}
.google-search .input input[type="text"],
.widget-type-google_search input[type="text"] {
    margin-top: 17px;
    max-height: 40px;
    width: 160px;
}
.google-search .input {
    display: inline-flex;
}


/*========================================== PAGE 404 SECTION END ===========================================*/

/*========================================== TEAM PAGE HEADER START ===========================================*/

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

.header-head2 {
    padding-bottom: 160px;
    padding-top: 160px;
}

.header-head2 h1 {
    color: #f3f3f3;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}

/*========================================== TEAM PAGE HEADER END ===========================================*/

/*========================================== TEAM PAGE SECTION-1 START ===========================================*/

.team-padding {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 15px 15px 15px 15px;
}
.pg-team2-col {
    box-shadow: 1px 2px 8px #aaaaaa;
    text-align: center;
    transition: all 300ms ease-in 0s;
}
.pg-team2-col:hover {
    box-shadow: none;
    transition: all 300ms ease-in 0s;
}
.pg-team3-col h4 {
    margin-top: 15px;
}
.pg-team-icon-img img {
    border-radius: 50%;
}
.pg-team-icon-img {
    border-radius: 50%;
    box-shadow: 5px -5px rgba(29, 161, 242, 0.6);
    -moz-box-shadow: 5px -5px rgba(29, 161, 242, 0.6);
    -webkit-box-shadow: 5px -5px rgba(29, 161, 242, 0.6);
    -o-box-shadow: 5px -5px rgba(29, 161, 242, 0.6);
    transition: all 300ms ease-in 0s;
}
.pg-team3-col:hover .pg-team-icon-img {
    box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
    box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
    -moz-box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
    -webkit-box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
    -o-box-shadow: 10px -10px rgba(29, 161, 242, 0.6);
    transition: all 300ms ease-in 0s;
}
.pg-team1-col {
    border: 1px solid #eee;
    transition: all 300ms ease-in 0s;
}
.pg-team1-col .team-padding {
    padding: 15px;
    border: 0;
}
.pg-team1-col:hover {
    box-shadow: 1px 2px 3px rgba(29, 161, 242, 0.6);
    -moz-box-shadow: 1px 2px 3px rgba(29, 161, 242, 0.6);
    -webkit-box-shadow: 1px 2px 3px rgba(29, 161, 242, 0.6);
    -o-box-shadow: 1px 2px 3px rgba(29, 161, 242, 0.6);
    transition: all 300ms ease-in 0s;
}


/*========================================== TEAM PAGE SECTION-1 END ===========================================*/

/*========================================== TEAM PAGE SECTION COUNTER START ===========================================*/

.pg-counter-head .counter-col p,
.pg-counter-head .counter-col h4 {
    color: #333333;
}

.pg-counter-head .counter-col p {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/*========================================== TEAM PAGE SECTION COUNTER END ===========================================*/

/*========================================== FAQ PAGE HEADER START ===========================================*/

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


/*========================================== FAQ PAGE HEADER END ===========================================*/

/*========================================== FAQ 1 PAGE SECTION START ===========================================*/


.faq-width > div {
    margin: 0 auto;
    width: 80%;
}

.faq-width .faq-accord {
    padding: 2px 0;
    transition: all 300ms ease-in 0s;
}

.faq-width .faq-accord .faq-ques h4 {
    background-color: #f6f6f6;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 500;
    padding: 15px 15px 15px 85px;
    position: relative;
    transition: all 300ms ease-in 0s;
}

.faq-width .faq-accord .faq-ques.active h4:before {
    background-color: #1DA1F2;
    color: #ffffff;
    transition: all 300ms ease-in 0s;
}
.faq-width .faq-ans.faq-ans-display {
    display: block;
    transition: all 300ms ease-in 0s;
}

.faq-width .faq-accord .faq-ques h4:before {
    background-color: #f9f9f9;
    border-right: 1px solid #dddddd;
    color: #333333;
    content: "\f128";
    font-family: fontawesome;
    font-size: 25px;
    font-weight: 400;
    height: 60px;
    left: 0;
    padding: 15px 0 0 22px;
    position: absolute;
    top: 0;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
    width: 60px;
}

.faq-width .faq-ans p {
    background-color: #f9f9f9;
    padding: 15px 15px 30px 85px;
}

/*========================================== FAQ 1 PAGE SECTION END ===========================================*/

/*========================================== FAQ 2 PAGE SECTION START ===========================================*/

.faq2-col .faq-accord {
    padding: 4px 0;
    transition: all 300ms ease-in 0s;
}

.faq2-col .faq-accord .faq-ques h4 {
    background-color: #f6f6f6;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    font-weight: 500;
    padding: 15px 85px 15px 15px;
    position: relative;
    transition: all 300ms ease-in 0s;
    width: 100%;
}
.faq2-col .faq-accord .faq-ques.active h4 {
    background-color: #ffffff;
    transition: all 300ms ease-in 0s;
}
.faq2-col .faq-accord .faq-ques.active h4:after {
    background-color: #ffffff;
    content: "\f068";
    transition: all 300ms ease-in 0s;
}
.faq2-col .faq-ans.faq-ans-display {
    display: block;
    transition: all 300ms ease-in 0s;
}

.faq2-col .faq-accord .faq-ques h4:after {
    background-color: #f9f9f9;
    border-left: 1px solid #eeeeee;
    color: #333333;
    content: "\f067";
    float: right;
    font-family: fontawesome;
    font-size: 16x;
    font-weight: 400;
    height: 60px;
    right: 0;
    padding: 15px 0 0 22px;
    position: absolute;
    top: 0;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
    width: 60px;
}

.faq2-col .faq-ans p {
    background-color: #f9f9f9;
    padding: 15px 15px 20px 15px;
}

/*========================================== FAQ 2 PAGE SECTION END ===========================================*/

/*========================================== PRICING PAGE HEADER START ===========================================*/

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


/*========================================== PRICING PAGE HEADER END ===========================================*/

/*========================================== PRICING PAGE SECTION START ===========================================*/

.pg-price1-bg {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding-bottom: 30px;
    transition: 300ms ease-in;
}
.price-head2-bg,
.price-head1-bg {
    position: relative;
}
.price-head1-bg h4 {
    background-color: #aaaaaa;
    color: #ffffff;
    padding: 20px 15px 80px 15px;
}
.price-head2-bg h4 {
    background-color: rgba(29, 161, 242, 0.6);
    color: #ffffff;
    padding: 20px 15px 80px 15px; 
}
.pg-price-value1-bg p {
    border: 8px solid rgba(204, 204, 204, 0.8);
}
.pg-price-value2-bg p {
    border: 8px solid rgba(29, 161, 242, 0.3);
}
.pg-price-value2-bg p,
.pg-price-value1-bg p {
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 600;
    height: 130px;
    left: 0;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0 auto 0px;
    padding: 35px 15px 15px;
    position: absolute;
    right: 0;
    top: 65px;
    width: 150px;
    z-index: 0;
}
.pg-price-value2-bg p span,
.pg-price-value1-bg p span {
    font-size: 12px;
    line-height: 22px;
}
.pg-price1-content {
    margin-top: 80px;
}
.pg-price1-content p {
    margin-bottom: 15px;
    transition: 300ms ease-in;
}

.pg-price1-content .price-content-last p {
    margin-bottom: 0px;
}
.pg-price1-btn1 p a {
    background-color: #aaaaaa;
}
.pg-price1-btn2 p a {
    background-color: #1DA1F2;
}
.pg-price1-btn2 p a,
.pg-price1-btn1 p a {
    border-radius: 5px;
    color: #ffffff !important;
    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;
    transition: 300ms ease-in; 
}

.pg-price1-bg:hover {
    border: 1px solid rgba(29, 161, 242, 0.6);
    box-shadow: 1px 3px 22px 2px rgba(0, 0, 0, 0.15);
    transition: 300ms ease-in;
}
.pg-price1-bg:hover .price-head2-bg h4,
.pg-price1-bg:hover .price-head1-bg h4 {
    background-color: rgba(29, 161, 242, 0.6);
    transition: 300ms ease-in;
}
.pg-price1-bg:hover .pg-price-value2-bg p,
.pg-price1-bg:hover .pg-price-value1-bg p {
    border: 8px solid rgba(29, 161, 242, 0.3);
    transition: 300ms ease-in;
}
.pg-price1-bg:hover .pg-price1-btn1 p a {
    background-color: #1DA1F2;
    color: #ffffff;
    transition: 300ms ease-in;
}


/*========================================== PRICING PAGE SECTION END ===========================================*/

/*========================================== ABOUT PAGE 2 EXPERTS SECTION START ===========================================*/

.experts-col h4 {
    margin-top: 15px;
} 
.experts-col {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 30px 30px;
    transition: 300ms ease-in;
}
.experts-col:hover {
    background-color: #ffffff;
    box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -moz-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    -o-box-shadow: 1px 2px 8px rgba(204, 204, 204, 0.6);
    transition: 300ms ease-in;
}

/*========================================== ABOUT PAGE 2 EXPERTS SECTION END ===========================================*/

/*========================================== ABOUT PAGE 2 TEAM SECTION START ===========================================*/

.abt-pg-team-col {
    background-color: transparent;
    border: 1px solid #f9f9f9;
    padding-bottom: 20px;
    transition: 300ms ease-in;
}
.abt-pg-team-col h4 {
    margin-top: 15px;
}
.abt-pg-team-col {
    border-radius: 0%;
    box-shadow: 5px -5px rgba(231, 223, 220, 0.3);
    -moz-box-shadow: 5px -5px rgba(231, 223, 220, 0.3);
    -webkit-box-shadow: 5px -5px rgba(231, 223, 220, 0.3);
    -o-box-shadow: 5px -5px rgba(231, 223, 220, 0.3);
}
.abt-team-content-img {
    position: relative;
    overflow: hidden;
}
.abt-pg-team-content p {
    color: #ffffff;
}
.abt-team-content-img:hover .abt-pg-team-content p {
    bottom: 0;
}
.abt-pg-team-content p {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: -54%;
    display: table;
    left: 0;
    margin: 0 auto;
    padding: 30px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}


/*========================================== ABOUT PAGE 2 TEAM SECTION END ===========================================*/

/*========================================== TESTIMONIAL PAGE HEADER START ===========================================*/

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


/*========================================== TESTIMONIAL PAGE HEADER END ===========================================*/

/*========================================== TESTIMONIAL PAGE 1 SECTION START ===========================================*/

.testimonial-item-content {
    background-color: #222222;
    padding: 65px 30px;
    text-align: center;
}
.testimonial1-img img {
    width: 100%;
    height: auto;
}
.testimonial-item-content img {
    margin-bottom: 10px;
}
.testimonial-item-content p {
    color: #ffffff;
}
.testimonial-item-content .testimonial-name p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
.testimonial-item-content .testimonial-name p span {
    color: #eeeeee;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin-top: 10px;
}

/*========================================== TESTIMONIAL PAGE 1 SECTION END ===========================================*/

/*========================================== TESTIMONIAL PAGE 2 SECTION START ===========================================*/

.testimonial-list-col > div {
    margin: 0 auto;
    width: 80%;
}

.testimonial2-list-img {
    float: left !important;
    width: 130px !important;
}
.testimonial2-list-content {
    float: left !important;
    width: 83% !important;
}

.testimonial2-name p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonial2-name p span {
    color: #8c8c8c !important;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin-top: 5px;
}

/*========================================== TESTIMONIAL PAGE 2 SECTION END ===========================================*/

/*========================================== TESTIMONIAL PAGE 3 SECTION START ===========================================*/

.testimonial3-col {
    background-color: #f6f6f6;
    border: 4px double #eeeeee;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.testimonial3-col:hover {
    background-color: #ffffff;
    border: 4px double #1DA1F2;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}

/*========================================== TESTIMONIAL PAGE 3 SECTION END ===========================================*/

/*========================================== PROJECTS 2 PAGE OUR GALLERY START ===========================================*/

/* Lightbox Gallery */

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


/*========================================== PROJECTS 2 PAGE OUR GALLERY END ===========================================*/

/*========================================== PROJECTS 3 PAGE OUR GALLERY START ===========================================*/

/* Lightbox Gallery */

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

/* Right Content */

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

/*========================================== PROJECTS 3 PAGE OUR GALLERY END ===========================================*/

/*========================================== PROJECTS 4 PAGE OUR GALLERY START ===========================================*/

.projects4-gallery .hs_cos_gallery_main .slick-prev:before,
.projects4-gallery .hs_cos_gallery_main .slick-next:before,
.projects4-gallery .hs_cos_gallery_thumbnails .slick-prev:before,
.projects4-gallery .hs_cos_gallery_thumbnails .slick-next:before,
.projects4-gallery .hs_cos_gallery_lightbox .slick-prev:before, 
.projects4-gallery .hs_cos_gallery_lightbox .slick-next:before {
    display: none;
}

/*========================================== PROJECTS 4 PAGE OUR GALLERY END ===========================================*/

/*========================================== PROJECTS 5 PAGE OUR GALLERY START ===========================================*/

.projects5-slider-ul2 ul,
.projects5-slider-ul1 ul {
    display: table-cell;
    list-style: none;
    vertical-align: middle;
}

.projects5-slider-ul1 ul li,
.projects5-slider-ul2 ul li {
    margin: 0;
}

/* List Content */

.projects5-list-content ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.projects5-list-content ul {
    margin: 15px 0 0px 0;
}
.projects5-list-content ul:last-child {
    margin-bottom: 0px;
}
.projects5-list-content ul li:first-child {
    width: 40px !important;
}
/*========================================== PROJECTS 5 PAGE OUR GALLERY END ===========================================*/

/*========================================== SKILLSET PAGE HEADER START ===========================================*/

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

/*========================================== SKILLSET PAGE HEADER END ===========================================*/

/*========================================== SKILLSET PAGE 1 START ===========================================*/

.skillset-outer-bg > div {
    background-color: #eeeeee;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    margin: 15px 0 0;
}
.skillset-inner-bg4 > div,
.skillset-inner-bg3 > div,
.skillset-inner-bg2 > div,
.skillset-inner-bg1 > div {
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    padding: 10px 15px;
    height: 45px;
    width: 0%;
    overflow: hidden;
}

/*.skillset-outer-bg h5 {
    color: #333333;
    float: left; 
}
.skillset-outer-bg h5 span {
    color: #333333;
    float: right;
    margin-left: 15px;
}*/

.skillset-inner-bg1 > div {
    background-color: #FF8080;
}

.skillset-inner-bg2 > div {
    background-color: #1DA1F2;
}

.skillset-inner-bg3 > div {
    background-color: #88CD2A;
}

.skillset-inner-bg4 > div {
    background-color: #FFAD33;
}

.skillset-outer-bg {
    position: relative;
}
.skillset-outer-bg .skill-bar h5 {
    color: #333333;
    position: absolute;
    left: 15px;
    top: 25px;
    width: 95%;
}
.skill-bar h5 span {
    float: right;
}

/*========================================== SKILLSET PAGE 1 END ===========================================*/

/*========================================== SKILLSET PAGE 2 START ===========================================*/
.skill2-outer-bg > div {
    position: relative;
}
.skill2-bar > div {
    display: block;
    position: absolute;
    overflow: visible !important;
}
.skillset2 .skill2-outer-bg {
    margin-bottom: 40px;
}
.skill2-outer-bg > div {
    background-color: #eeeeee;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 6px;
    margin-top: 15px;
}
.skill2-inner-bg5 > div,
.skill2-inner-bg4 > div,
.skill2-inner-bg3 > div,
.skill2-inner-bg2 > div,
.skill2-inner-bg1 > div {
    background-color: #1DA1F2;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 6px;
    width: 0%;
}
.skill2-outer-bg h5 {
    float: left;
    margin-top: 10px;
}
.skill2-outer-bg p {
    background-color: #1DA1F2;
    color: #ffffff;
    float: right;
    font-weight: 600;
    left: 22px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 15px;
    padding: 0px 8px;
    position: relative;
}
.skill2-outer-bg p:before {
    bottom: 9px;
    color: #1DA1F2;
    content: "\f0de";
    font-family: fontawesome;
    font-size: 20px;
    left: 18px;
    position: absolute;
    right: 0;
}
.skill-list ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.skill-list ul {
    margin: 15px 0 0px 0;
}
.skill-list ul:last-child {
    margin-bottom: 0px;
}
.skill-list ul li:first-child {
    width: 40px !important;
}

/*========================================== SKILLSET PAGE 2 END ===========================================*/

/*========================================== SKILLSET PAGE 3 START ===========================================*/

.pie-value {
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}
.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center;
}
/*========================================== SKILLSET PAGE 3 END ===========================================*/

/*========================================== FEATURES PAGE HEADER START ===========================================*/

.features-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
} 
.features-content {
    float: left;
    width: 80%;
}
/*========================================== FEATURES PAGE HEADER END ===========================================*/

/*========================================== FEATURES PAGE SECTION 1 START ===========================================*/

.features-img {
    float: left !important;
    width: 40px !important;
} 

.features-content {
    float: left !important;
    width: 80% !important;
}

/*========================================== FEATURES PAGE SECTION 1 END ===========================================*/

/*========================================== FEATURES PAGE SECTION 2 START ===========================================*/

.what-we-col {
    background-color: #f2f2f2;
    border: 1px solid #eeeeee;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
} 
.what-we-col h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}
.what-we-col {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.what-we-col:hover {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    transition: all 0.5s ease-in-out 0s;
}

/*========================================== FEATURES PAGE SECTION 2 END ===========================================*/

/*========================================== SERVICES PAGE SECTION 1 START ===========================================*/

.service4-col {
    background-color: transparent;
    border: 1px solid #eeeeee;
    padding: 15px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
} 

.service4-col h5{
    margin-top: 10px;
}

.service4-col:hover {
    background-color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    border-radius: 15px;
    transition: all 0.5s ease-in-out 0s;
} 

.service4-col:hover h5 a {
    color: #ffffff;
}
.service4-col:hover p {
    color: #eeeeee;
}
.res-service-col-6 {
    transition: all 0.5s ease-in-out 0s;
}
.res-service-col-6:hover {
    transform: scale(1.02);
    transition: all 0.5s ease-in-out 0s;
}

/*========================================== SERVICES PAGE SECTION 1 END ===========================================*/

/*========================================== CLIENTS PAGE HEADER START ===========================================*/

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

.client-img-ul img {
    border: 1px solid #f6f6f6 !important;
    padding: 15px 0;
    transition: all 0.5s ease-in-out 0s;
}

.client-img-ul img:hover {
    border: 1px solid #1DA1F2 !important;
    border-radius: 15px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.5s ease-in-out 0s;
}

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

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

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

/*========================================== CLIENTS PAGE HEADER END ===========================================*/

/*========================================== NEWS PAGE HEADER START ===========================================*/

.news-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
} 
/*========================================== NEWS PAGE HEADER END ===========================================*/

/*========================================== NEWS PAGE Section 1 START ===========================================*/

.news-pg1-col {
    background-color: rgba(34, 34, 34, 0.8);
    margin: -80px 15px 0 15px !important;
    padding: 15px 15px 20px 15px;
    position: relative;
    width: 91.5% !important;
}
.news-pg1-col .news-author p,
.news-pg1-col h4 {
    color: #ffffff;
    padding-left: 60px;
}
.news-pg1-col p {
    color: #ffffff;
}

.news-pg1-col .news-author p a:before {
    color: #ffffff;
    content: "\f007";
    display: block;
    font-family: fontawesome;
    font-size: 15px;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
    transition: all 300ms ease-in 0s;
}
.news-pg1-col .news-author p a {
    color: #fff;
    padding-left: 20px;
    position: relative;
    transition: all 300ms ease-in 0s;
}
.news-pg1-col .news-date p {
    background-color: rgba(29, 161, 242, 0.8);
    bottom: 0;
    color: #ffffff;
    height: 80px;
    left: -25px;
    padding: 13px 20px;
    position: absolute;
    text-align: center;
    top: -16px;
    transition: all 300ms ease-in 0s;
    z-index: 999;
}
.news2-col {
    position: relative;
}
.news2-content {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 15px;
    padding: 15px;
    position: absolute;
    overflow: auto;
    right: 50px;
    top: 15px;
}
.news2-content p a:before,
.news2-content p a,
.news2-content p,
.news2-content h4 {
    color: #ffffff;
}
.news3-col-width > div {
    margin: 0 auto;
    width: 80%;
}
.news3-col {
    border: 1px solid #eeeeee;
    background-color: transparent;
}
.news3-col-content {
    padding: 40px 20px;
}

/*========================================== NEWS PAGE Section 1 END ===========================================*/

/*========================================== PAGE 500 SECTION START ===========================================*/

.error-top {
    margin-top: 65px;
    text-align: center;
}
.page-500-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover; 
}
.page-500-head {
    padding-bottom: 250px;
    padding-top: 250px;
}
.page-500-head h1 {
    color: #f3f3f3;
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 70px;
    margin-bottom: 15px;
    text-align: center;
}
.oops-content-500 p {
    color: #f3f3f3;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 15px;
}
.back-content-500 p {
    color: #f3f3f3;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 15px;
}
.back-content-500 p span a {
    color: #1DA1F2;
    font-size: 20px;
    line-height: 30px;
    padding-left: 5px;
    transition: all 300ms ease-in 0s;
}
.back-content-500 p span a:after {
    content: "\f015";
    color: #1DA1F2;
    font-size: 20px;
    font-family: fontawesome;
    line-height: 30px;
    padding-left: 10px;
    transition: all 300ms ease-in 0s;
}
.back-content-500 p span:hover a {
    color: #ffffff;
    transition: all 300ms ease-in 0s;
}
.back-content-500 p span:hover a:after {
    color: #ffffff;
    transition: all 300ms ease-in 0s;
}


/*========================================== PAGE 500 SECTION END ===========================================*/

/*========================================== PRIVACY POLICY PAGE START ===========================================*/

.privacy-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
} 
.privacy-listing2 ul li,
.privacy-list-content1 ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.privacy-listing2 ul,
.privacy-list-content1 ul {
    margin: 15px 0 15px 0;
}
.privacy-listing2 ul:last-child {
    margin-bottom: 0;
}
.privacy-listing2 ul li:first-child,
.privacy-list-content1 ul li:first-child {
    width: 40px !important;
}
.privacy-link a {
    color: #1DA1F2;
}


/*========================================== PRIVACY POLICY PAGE END ===========================================*/

/*========================================== TERMS AND CONDITIONS PAGE START ===========================================*/

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

.terms-listing ul li {
    display: table-cell;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: middle;
}
.terms-listing ul {
    margin: 15px 0 0px 0;
}
.terms-listing ul:last-child {
    margin-bottom: 0;
}
.terms-listing ul li:first-child {
    width: 30px !important;
}
.terms-listing ul li img {
    vertical-align: middle;
}
.terms-col h4 {
    margin-bottom: 5px;
}
.terms-col h4:before {
    content: "\f046";
    color: #1DA1F2;
    font-size: 20px;
    font-family: fontawesome;
    line-height: 30px;
    padding-right: 10px;
    transition: all 300ms ease-in 0s;
}
.agree-btns-width > div {
    display: table;
    margin: 0 auto;
}
.agree-btn1 {
    margin-right: 15px;
    width: 85px !important;
}
.agree-btns-width .btn-1 {
    display: inline-block !important;
}
.agree-btn2 {
    margin-left: 0 !important;
    width: 150px !important;
}


/*========================================== TERMS AND CONDITIONS PAGE END ===========================================*/

/*========================================== PASSWORD PAGE START ===========================================*/

.pwd-req-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}
.pwd-sec-space {
    padding-bottom: 200px;
    padding-top: 200px;
}
.pwd-head h2 {
    color: #1DA1F2;
    margin-bottom: 10px;
}
.pwd-head p {
    color: #f3f3f3;
}
.custom_error_message.pwd-prompt > div {
    margin: 0 auto;
    width: 40%;
}
.pwd-prompt #hs-pwd-widget-password {
    height: 40px !important;
    margin-top: 30px !important;
}

/*========================================== PASSWORD PAGE END ===========================================*/

/*========================================== SITEMAP PAGE START ===========================================*/

.sitemap-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}
.sitemap-col-bg {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
}
.sitemap-col > div {
    background-color: rgba(29, 161, 242, 0.03);
    border-radius: 10px;
    padding: 30px 20px;
}
.sitemap-col p {
  margin-top: 10px;
  padding-left: 5px;
  transition: all 300ms ease-in 0s; 
}
.sitemap-col p a:hover {
   color: #1DA1F2;
   transition: all 300ms ease-in 0s;
}
.sitemap-col h4 {
    color: #1DA1F2;
}
.sitemap-col h5 {
    color: #1DA1F2;
    margin-top: 12px;
}
.sitemap-col1 h4:before {
    content:"\f015";
    color: #1DA1F2;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 10px;
    vertical-align: middle;
}
.sitemap-col1 p a:before {
    content:"\f015";
    color: #666666;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 8px;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
}
.sitemap-col1 p a:hover:before {
    color: #1DA1F2;
    transition: all 300ms ease-in 0s;
}
.sitemap-col2 h4:before {
    content:"\f15c";
    color: #1DA1F2;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 10px;
    vertical-align: middle;
}
.sitemap-col2 h5 {
    padding-left: 5px;
}
.sitemap-col2 h5:before {
    content:"\f15c";
    color: #1DA1F2;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 10px;
    vertical-align: top;
}
.sitemap-col2 p a:before {
    content:"\f0f6";
    color: #666666;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 8px;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
}
.sitemap-col2 p a:hover:before {
    color: #1DA1F2;
    transition: all 300ms ease-in 0s;
}

.sitemap-col3 h4:before {
    content:"\f009";
    color: #1DA1F2;
    font-family: fontawesome;
    font-size: 23px;
    padding-right: 10px;
    vertical-align: middle;
}
.sitemap-col3 h5 {
    padding-left: 5px;
}
.sitemap-col3 h5:before {
    content:"\f009";
    color: #1DA1F2;
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 10px;
    vertical-align: sub;
}
.sitemap-col3 p a:before {
    content:"\f03a";
    color: #666666;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 8px;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
}
.sitemap-col3 p a:hover:before {
    color: #1DA1F2;
    transition: all 300ms ease-in 0s;
}

.sitemap-col4 h4:before {
    content:"\f1c4";
    color: #1DA1F2;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 10px;
    vertical-align: middle;
}
.sitemap-col4 p a:before {
    content:"\f0ae";
    color: #666666;
    font-family: fontawesome;
    font-size: inherit;
    padding-right: 8px;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
}
.sitemap-col4 p a:hover:before {
    color: #1DA1F2;
    transition: all 300ms ease-in 0s;
}

/*========================================== SITEMAP PAGE END ===========================================*/


/*========================================== THANK YOU PAGE START ===========================================*/

.thanku-bg {
    background-color: #f6f6f6;
}
.thank-head h2 {
    margin-bottom: 20px;
    text-align: center;
}
.thank-head p {
    letter-spacing: 1px;
    margin: 0 0;
}
.thank-head p span {
    font-size: 20px;
    padding-left: 20px;
}
.thank-head p span:before {
    content:"\f098";
    color: #666666;
    font-family: fontawesome;
    font-size: 24px;
    padding-right: 10px;
    vertical-align: middle;
}
.thank-subs-head > div {
    margin: 30px auto 0;
    text-align: center;
    width: 40%;
}

/*========================================== THANK YOU PAGE END ===========================================*/


/* 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 {
    max-width: 100%;
    width: 100%;
}

/* Blog Listing */
body.hs-blog-listing {
    max-width: 100%;
    width: 100%;
}

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


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

.blog .blog-content {
    max-width: 100%;
    width: 100%;
}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 98.8%;
}

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


/* Blog Title v1, v2, v3 */


.blog-category-title-v2,
.blog-category-title {
    border-bottom: 2px solid #222222;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 4px;
}

.blog-category-title {
    margin-bottom: 40px;
    margin-top: 20px !important;
}
.blog-category-title-v2 {
    margin: 20px 15px 40px 15px !important;
}


/* Blog Title v4 ========= BLOG LISTING PAGE TITLE STYLE(CATEGORIES SPLITUP) ========= */

.blog-category-title3,
.blog-category-title2,
.blog-category-title1 {
    font-family: "Roboto",Arial,sans-serif;
    margin-bottom: 40px;
    margin-top: 15px !important;
    padding-bottom: 3px;
}

.blog-category-title3 a,
.blog-category-title2 a,
.blog-category-title1 a {
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 4px 15px;
    -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0.75;
}

.blog-category-title1 {
    border-bottom: 2px solid #1DA1F2;
}

.blog-category-title1 a {
    background-color: #1DA1F2;
    border: 1px solid #1DA1F2;
}

.blog-category-title2 {
    border-bottom: 2px solid #33BDA0;
}

.blog-category-title2 a {
    background-color: #33BDA0;
    border: 1px solid #33BDA0;
}

.blog-category-title3 {
    border-bottom: 2px solid #E54E54;
}

.blog-category-title3 a {
    background-color: #E54E54;
    border: 1px solid #E54E54;
}

.blog-category-title3 a:active,
.blog-category-title2 a:active,
.blog-category-title1 a:active,
.blog-category-title3 a:focus,
.blog-category-title2 a:focus,
.blog-category-title1 a:focus,
.blog-category-title3 a:hover,
.blog-category-title2 a:hover,
.blog-category-title1 a:hover {
    color: #ffffff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity:1;
}


.blog-category-title3 a:hover:before,
.blog-category-title2 a:hover:before,
.blog-category-title1 a:hover:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ffffff;
    content: "";
    left: -8px;
    position: relative;
    top: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


/* Blog posts Category Page */

.single-tag-posts-name {
    border-left: 3px solid #1DA1F2;
    font-family: "Roboto",Arial,sans-serif;
    padding-left: 10px;
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 20px !important;
    text-transform: uppercase;
}

.single-tag-posts-name span {
    padding-left: 10px;
    border-radius: 3px;
    color: #1DA1F2;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Blog Title v5 ========= BLOG LISTING PAGE TITLE STYLE(CATEGORIES SPLITUP) ========= */

.agencyListing-v5 .blog-category-title1 {
    margin: 15px 15px 40px 15px !important;
}
.agencyListing-v5 .blog-category-title3 {
    margin: 0px 15px 40px 15px !important;
}

.agencyListing-v5 .blog-category-title2 {
    margin: 10px 15px 40px 15px !important;
}


/* =================================== */

.blog-header-bg {
    background-color:#444444;
    padding-bottom: 150px;
    padding-top: 150px;
}

.hs-blog-header h1,
.hs-blog-header h1 a {
    color: #ffffff;
    text-align: center;
}


/* Blog Post Title */
.post-header h2,
.post-header h2 a {
    color: #333333;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    font-weight: 600;
    letter-spacing: 1px;
}
#hubspot-author_data a.author-link {
    color: #1DA1F2;
}
#hubspot-author_data .hs-author-avatar {
    margin: 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px 20px;
}

.blog-post-wrapper .section.post-body h3,
.blog-post-wrapper .section.post-body h2 {
    margin: 30px 0 15px 0;
}

.blog-post-wrapper .section.post-body a {
    color: #1DA1F2;
}

.blog-post-wrapper .section.post-body a:hover {
    color: #333333;
}

.blog-post-wrapper .section.post-body h4 a {
    font-weight: 400;
}

.blog-post-wrapper .section.post-body h5 {
    color: #666666;
    font-weight: 300;
}

.blog-post-wrapper .section.post-body p {
    margin: 0px 0 15px 0;
    line-height: 30px;
}

.blog-post-wrapper .section.post-body ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

/* Post Featured Image on Listings Page */
.blog-post-wrapper img.hs-featured-image {
    border-width: 0;
    max-height: 100% !important;
    max-width: 100%;
    display: inline-block !important;
    float: none!important;
    margin: 10px 0px 10px 0px;
}
.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: 300px;
    max-width: 100%;
    display: inline-block !important;
    float: none!important;
    margin: 10px 0px 10px 0px;
}

/* Read More Link */
a.more-link {
    color: #1DA1F2;
}

/* Blog Topics List */

#hubspot-topic_data {
    margin-bottom: 10px;
}
#hubspot-topic_data a.topic-link {
    background-color: #1DA1F2;
    border: 1px solid #1DA1F2;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 10px;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.7
}

#hubspot-topic_data a.topic-link:hover {
    opacity: 1;
}

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

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


/* POST VIEW SOCIAL ICONS */

.blogshare-this2.fixed-share > ul {
    display: inline-block;
    list-style: outside none none;
}
.blogshare-this2 a {
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
.blogshare-this2.fixed-share li {
    background-color: #1DA1F2;
    border-radius: 25%;
    display: -webkit-inline-box;
    margin: 0 10px 0 0;
    opacity: 0.75;
}

.blogshare-this2.fixed-share li:hover {
    opacity: 1;
}

.blogshare-this2 .agency-facebook {
    background: #0b59aa none repeat scroll 0 0;
    border-radius: 25%;
}

.blogshare-this2 .agency-twitter {
    background: #00aaef none repeat scroll 0 0;
    border-radius: 25%;
}

.blogshare-this2 .agency-linkedin {
    background: #0375b3 none repeat scroll 0 0;
    border-radius: 25%;
}

.blogshare-this2 .agency-googleplus {
    background: #d84d2f none repeat scroll 0 0;
    border-radius: 25%;
}


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

.comment.depth-0 {
    border-top: 1px solid #cccccc !important;
}

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

.hs-error-msgs.inputs-list label {
    color: #ff0000 !important;
}

.hs_email.field.hs-form-field input,
.hs_comment.field.hs-form-field,
.hs_comment.field.hs-form-field textarea {
    width: 100% !important;
}

.hs_comment.field.hs-form-field label {
    margin-bottom: 0;
}

.hs-error-msgs.inputs-list li {
   margin-bottom: 15px !important;
}

/* Comments Listing Custom styles */

.custom_listing_comments {
    letter-spacing: 1px;
    margin-top: 15px;
}

/* Comments Listing Success Message */
.hs-common-confirm-message {
    background-color: #f6f6f6 !important;
    border: 1px solid #1da1f2 !important;
    border-radius: 5px !important;
    color: #1da1f2 !important;
    font-size: 15px;
    margin: 20px 0 !important;
    padding: 9px;
}

/* =================== BLOG PAGINATION ==================== */

/* Pagination v1, v2, v3 */
.blog-pagination {
    background-color: transparent;
    padding: 0px 0px;
}
.blog-pagination a {
    color: #ffffff;
    letter-spacing: 1px;
    
}

.blog-pagination a.next-posts-link,
.blog-pagination a.all-posts-link,
.blog-pagination a.previous-posts-link {
    background-color: #1DA1F2;
    border-radius: 5px;
    box-shadow:0 2px 4px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    margin-right: 10px;
    opacity: 0.75;
}

.blog-pagination a.next-posts-link:hover,
.blog-pagination a.all-posts-link:hover,
.blog-pagination a.previous-posts-link:hover {
    box-shadow: 0;
    opacity: 1;
}

/* Pagination v4 */
.blog-pagination-v4 {
    background-color: transparent;
    padding: 0px 0px;
}

.blog-pagination-v4 ul {
    display: flex;
    display: -webkit-inline-box;
    list-style: none;
}

.blog-pagination-v4 ul li {
    margin: 0;
}

.blog-pagination-v4 a {
    color: #ffffff;
    letter-spacing: 1px;
    
}

.blog-pagination-v4 a.next-posts-link,
.blog-pagination-v4 a.all-posts-link,
.blog-pagination-v4 a.previous-posts-link {
    background-color: #1DA1F2;
    border: 1;
    border-radius: 50%;
    box-shadow:0 2px 4px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    margin-right: 10px;
    opacity: 0.75;
}

.blog-pagination-v4 a.next-posts-link:hover,
.blog-pagination-v4 a.previous-posts-link:hover {
    box-shadow: 0;
    opacity: 1;
    transform: scale(1.02);
}

.blog-pagination-v4 a.all-posts-link:hover {
    background-color: transparent;
    border: 1px solid #1DA1F2;
    color: #1DA1F2;
}
/* ========================== */

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

.hs-author-profile {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    margin-top: 11px;
    padding: 0 0 20px 0;
}
.hs-author-profile h3.hs-author-name {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    color: #333333;
    padding: 5px 15px;
}
.hs-author-listing-header-v5,
.hs-author-listing-header-v2,
.hs-author-listing-header {
    border-bottom: 2px solid #222222;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 4px;
}
.hs-author-listing-header {
    margin-bottom: 40px;
    margin-top: 20px !important;
}
.hs-author-listing-header-v5 {
  margin: 20px 0px 15px 0px !important;  
}
.hs-author-listing-header-v2 {
    margin: 20px 15px 40px 15px !important;
}
.hs-author-profile .hs-author-bio {
    margin-top: 30px;
    display: table-cell;
}

.hs-author-profile .avatar-bio {
    padding: 20px 20px 0 20px;
}

.hs-author-profile .hs-author-avatar {
    display: table-cell;
    margin-right: 15px;
}
.hs-author-profile .hs-author-avatar img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 150px;
}

.hs-author-social-section {
    display: inline-block;
    margin-top: 10px;
}

.hs-author-social-section .hs-author-social-label {
    color: #333333;
    display: table-cell;
    margin: 0px 15px 0 0;
}

.hs-author-social-section .hs-author-social-links {
    text-align: center;
    width: 150px;
}

.blog-post-wrapper.cell-wrapper > p {
    margin-bottom: 0;
}

.avatar-img {
    display: flex;
    display: -webkit-inline-box;
}

.fa.fa-google-plus-square.avatar,
.fa.fa-linkedin-square.avatar,
.fa.fa-twitter-square.avatar,
.fa.fa-facebook-square.avatar {
    font-size: 25px;
}


/* Author Sidebar */

.hs-author-profile .avatar-bio-sidebar {
    padding: 0px 20px 0 20px;
}

.hs-author-profile.hs-author-profile-sidebar {
    margin-top: 0px;
}

.hs-author-profile.hs-author-profile-sidebar {
    margin-bottom: 30px;
}

.hs-author-profile .hs-author-avatar.hs-author-avatar-sidebar {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0px;
}

.hs-author-profile .hs-author-bio.hs-author-bio-sidebar {
    margin-top: 0px;
    display: inline-block;
}

.hs-author-profile.hs-author-profile-sidebar .hs-author-name,
.avatar-img-sidebar {
    text-align: center;
}


/** 
 * 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 Modules */
.blog .blog-sidebar .widget-span {
    border-left: 1px solid #cccccc;
    padding-left: 30px;
    margin-left: 30px;
}

.blog-sidebar .widget-span.widget-type-rich_text,
.blog-sidebar .widget-span.widget-type-blog_subscribe,
.blog-sidebar .widget-span.widget-type-post_listing,
.blog-sidebar .widget-span.widget-type-post_filter {
   /* background-color: #d2d2d2;
    border-radius: 5px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    padding: 15px;*/
}
.blog-sidebar .widget-span.widget-type-rich_text {
    margin-bottom: 30px;
}
.blog-sidebar .widget-span.widget-type-post_listing {
    margin: 30px 0;
}

.blog-sidebar .widget-span.widget-type-rich_text span p {
    padding-left: 15px;
    padding-right: 15px;
}

.hs_cos_wrapper_type_blog_subscribe form {
    padding: 0 15px;
}

.blog-sidebar .widget-span.widget-type-post_filter ul,
.blog-sidebar .widget-span.widget-type-post_listing ul {
    padding: 0 10px 0px 30px;
}

.about-blog {
    text-align: center;
}
.about-blog p a {
    color: #1DA1F2;
}

/* rss Listing */
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 70%;
    padding-right: 0;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: flex;
    display: -webkit-inline-box;
    width: 24%;
}

.hs-rss-item {
    margin-bottom: 15px;
}

.hs-rss-description p a {
    color: #1DA1F2;
}

.content-wrapper .widget-span.widget-type-raw_jinja .layout-widget-wrapper.cell-wrapper, 
.rss-post-list-blog {
    margin-bottom: 30px;
}

.blog-sidebar .widget-span.widget-type-raw_jinja h3,
.blog-sidebar .widget-span.widget-type-rich_text h3, 
.about-blog h3, 
.blog-sidebar .widget-span.widget-type-blog_subscribe h3, 
.blog-sidebar .widget-span.widget-type-post_listing h3, 
.blog-sidebar .widget-span.widget-type-post_filter h3,
.rss-post-list-blog h3 {
    background-color: #f3f3f3;
    border-bottom: 1px solid #cccccc;
   /* border-bottom: 2px solid #1da1f2;*/
   color: #333333;
    margin-bottom: 20px;
    padding: 5px 15px;
}

.blog-sidebar .widget-span.widget-type-raw_jinja .cell-wrapper.layout-widget-wrapper,
.blog-sidebar.widget-span.widget-type-rich_text .cell-wrapper.layout-widget-wrapper, 
.about-blog .cell-wrapper.layout-widget-wrapper, 
.blog-sidebar .widget-span.widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper, 
.blog-sidebar .widget-span.widget-type-post_listing .cell-wrapper.layout-widget-wrapper, 
.blog-sidebar .widget-span.widget-type-post_filter .cell-wrapper.layout-widget-wrapper,
.rss-post-list-blog .cell-wrapper.layout-widget-wrapper {
   /* border-radius: 5px;*/
    border: 1px solid #eeeeee;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    padding: 0 0 15px 0;
}

.right-sidebar .ad-img {
    margin-top: 30px;
}

.right-sidebar .ad-img .cell-wrapper {
    background-color: #000000;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 5px 5px 10px rgba(34, 34, 34, 0.2);
    padding: 0;
}

.right-sidebar .ad-img img {
    height: auto;
    width: 100% !important;
}

.rss-post-list-blog .hs-rss-module {
    padding: 1px 15px 0px 15px;
}

/* POST LISTING CATEGORIES */

.post-listing-category {
    padding: 15px;
}

.post-listing-category h3 {
    color: #333333;
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 12px 0;
    text-transform: uppercase;
    width: 20%;
}

.post-listing-category ul {
    display: flex;
    display: -webkit-inline-box;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-listing-category ul li {
    padding-right: 15px;
}

.post-listing-category ul li a {
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-listing-category ul li a:hover {
    color: #1DA1F2;
}

.post-listing-category ul li:last-child {
    padding-right: 0px;
}

.post-listing-category ul li span {
    display: none;
}

/* Post Listing Page Design Common Classes */

.agencyListing-v5 h2,
.agencyListing-v5 h3 a,
.agencyListing-v4 h2,
.agencyListing-v4 h3 a,
.agencyListing-v3 h2,
.agencyListing-v3 h3 a,
.agencyListing-v2 h2,
.agencyListing-v2 h3 a,
.agencyListing h2,
.agencyListing h3 a {
    color: #333333;
}
.agencyListing-v5 h3 a:hover,
.agencyListing-v4 h3 a:hover,
.agencyListing-v3 h3 a:hover,
.agencyListing-v2 h3 a:hover,
.agencyListing h3 a:hover {
    color: #1DA1F2;
}
.agencyListing-v5,
.agencyListing-v4,
.agencyListing-v3,
.agencyListing-v2,
.agencyListing { 
    display: block; 
    margin: -10px -10px 0; 
}
.agencyListing-v5 .post-item .hs-featured-image,
.agencyListing-v4 .post-item .hs-featured-image,
.agencyListing-v2 .post-item .hs-featured-image,
.agencyListing .post-item .hs-featured-image {
    margin: 0 !important;
    padding: 0 !important;
}
.agencyListing-v5 .post-item .read-more-link,
.agencyListing-v4 .post-item .read-more-link,
.agencyListing-v2 .post-item .read-more-link,
.agencyListing .post-item .read-more-link {
    margin-top: 10px;
}
.agencyListing-v3 .post-item .post-body,
.agencyListing .post-item .post-body {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 35px;
    padding-bottom: 30px;
}
.agencyListing-v4 .post-item .featured-post-content,
.agencyListing .post-item .featured-post-content {
    float: right;
    width: 63%;
}
.agencyListing-v4 .post-item .hs-featured-image-wrapper,
.agencyListing .post-item .hs-featured-image-wrapper {
    float: left;
    width: 33.33%;
}


/* Listing Page Design v1 */

.agencyListing .post-item { 
    background-color: transparent !important;
    display: inline;
    float: none; 
    padding: 0 !important;
    width: 100%; 
}

/* Listing Page Design v2 */

.agencyListing-v2 .post-item { 
    background-color: transparent !important;
    display: grid;
    float: left; 
    padding: 0 15px !important;
    width: 50%; 
}
.agencyListing-v2 .post-item .featured-post-content {
    float: left;
    width: 100%;
}
.agencyListing-v2 .post-item .hs-featured-image-wrapper {
    float: left;
    width: 100%;
}
.agencyListing-v2 .post-item .post-body {
   border-bottom: 0px solid #cccccc;*/
    margin-bottom: 0px !important;
    padding-bottom: 25px;
}
.post-listing.agencyListing-v2 .post-item:nth-child(even) {
    clear: both;
}
/*====*/


/* Listing Page Design v3 */

.agencyListing-v3 .post-item { 
    background-color: transparent !important;
    display: grid;
    float: left; 
    padding: 0 !important;
    width: 100%; 
}
.agencyListing-v3 .post-item .hs-featured-image {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    max-height: 100% !important;
}
.agencyListing-v3 .post-item .featured-post-content {
    float: left;
    width: 100%;
}
.agencyListing-v3 .post-item .read-more-link {
    margin-top: 10px;
}
.agencyListing-v3 .post-item .hs-featured-image-wrapper {
    float: left;
    width: 100%;
}
.post-listing.agencyListing-v3 .post-item:nth-child(even) {
    clear: both;
}

/*====*/


/* Listing Page Design v4 */

.agencyListing-v4 .post-item { 
    background-color: transparent !important;
    display: inline;
    float: none; 
    padding: 0 !important;
    width: 100%; 
}
.agencyListing-v4 .post-item .post-body {
    margin-bottom: 35px;
}
.agencyListing-v4 .common-category-listing-page .post-item .post-body {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

/*====*/


/* Listing Page Design v5 Category Wise */

.agencyListing-v5 .listing-category-type3 .post-item,
.agencyListing-v5 .listing-category-type1 .post-item { 
    background-color: transparent !important;
    display: grid;
    float: left; 
    padding: 0 15px !important;
    width: 50%; 
}
.agencyListing-v5 .listing-category-type3 .post-item .featured-post-content,
.agencyListing-v5 .listing-category-type1 .post-item .featured-post-content {
    float: left;
    width: 100%;
}
.agencyListing-v5 .listing-category-type3 .post-item .hs-featured-image-wrapper,
.agencyListing-v5 .listing-category-type1 .post-item .hs-featured-image-wrapper {
    float: left;
    width: 100%;
}
.post-listing.agencyListing-v5 .listing-category-type3 .post-item:nth-child(even),
.post-listing.agencyListing-v5 .listing-category-type1 .post-item:nth-child(even) {
    clear: both;
}
.listing-category-type1,
.listing-category-type3 {
    display: table;
    width: 100%;
}

.agencyListing-v5 .post-item .post-body {
    padding:0;
    /*margin-bottom: 25px;*/
}

.agencyListing-v5 .listing-category-type2 .post-item { 
    background-color: transparent !important;
    display: inline-block;
    float: none; 
    padding: 0 15px !important;
    width: 100%; 
}
.agencyListing-v5 .listing-category-type2 .post-item .featured-post-content {
    float: right;
    width: 54%;
}
.agencyListing-v5 .listing-category-type2 .post-item .hs-featured-image-wrapper {
    float: left;
    width: 43%;
}

/* Listing Page Design v5 Single Category Listing Page Design */

.agencyListing-v5 .common-category-listing-page .post-item {
    background-color: transparent !important;
    display: contents;
    float: left; 
    padding: 0 !important;
    width: 100%;  
}
.agencyListing-v5 .common-category-listing-page .post-item .featured-post-content {
    float: right;
    width: 54%;
}
.agencyListing-v5 .common-category-listing-page .post-item .hs-featured-image-wrapper {
    float: left;
    width: 43%;
}
.agencyListing-v5 .common-category-listing-page .post-item .post-body {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

/*====*/

/* ========================================= */

/* POPULAR POSTS */

.post-item {
    display: inline-flex;
    margin-bottom: 15px;
}

.post-item-image .hs-featured-image-wrapper {
    width: 100px;
}

.post-item-image .hs-featured-image-wrapper .hs-featured-image {
    border-width: 0;
    display: inline-block;
    float: left;
    margin: 0 0 0 15px !important;
    
}

.post-item-text {
    float: right;
    padding: 0 15px 0 30px;
}

.post-item-text h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}


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


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

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

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

/* Labels */
body label,
body .hs-form-field > label {
    color: ;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    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: 14px;
    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: 14px;
    margin-bottom: 5px;
    padding: 0px;
    list-style: none;
}
body form.hs-form .hs-form-field ul.inputs-list li {
    margin-top: 10px;
}
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: 5px;
    margin-top: 0;
}

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

/* 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: 14px;
    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: 14px;
    padding: 0;
    list-style: none;
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li {
    margin-top: 10px;
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"],
.hs_cos_wrapper_type_form input[type="checkbox"] {
    margin: -2px 10px 0 0;
    vertical-align: middle;
}


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

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

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

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

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

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

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

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

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


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: ;
    font-size: 14px;
    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-right: 10px;
    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: 14px;
    padding: 0px;
    list-style: none;
}
body form.hs-form .hs-form-field ul.inputs-list li {
    margin-top: 10px;
}
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,
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"]
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { 
    vertical-align: middle;
    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: #1DA1F2;
    border: 1px solid #1DA1F2;
    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: 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: transparent;
    border: 1px solid #1DA1F2;
    color: #1DA1F2;
}

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


/* 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: #1DA1F2;
    border: 1px solid #1DA1F2;
    border-radius: 5px;
    color: #f3f3f3;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {
    background-color: transparent;
    border: 1px solid #1DA1F2;
    color: #1DA1F2;
}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {
    background-color: transparent;
    border: 1px solid #1DA1F2;
    color: #333333;
}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* 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.
*/ 


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

@media (min-width: 992px) and (max-width: 1199px) {
    #hs_cos_wrapper_post_body td {
        vertical-align: top;
        width: 50% !important;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
    .hs-author-profile .hs-author-bio {
        margin-top: 0px;
    }
    
    
    /* LP Media Queries */
    
    .lp-header-top {
       margin-top: 100px;
    }
    
    .twocol {
        margin-top: 20px !important;
    }
    
    .skill-left-image {
        height: 500px !important;
        width: 56% !important;
    }
    
    .skill-width {
        max-width: 43% !important;
        width: 43% !important;
    }
    .lp-header-head .header-btn2 ul li img {
        margin-top: -2px !important;
    }
    
    
    /* Website Page Meqia Queries */
    
    .hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper {
        box-shadow: 1px 2px 3px #666666;
        left: 175px !important;
    }
    
    .abt-top {
        margin-top: 0;
    }
    .track-bg-img {
        height: 465px !important;
        width: 55% !important;
    }
    .track-width {
        max-width: 45% !important;
        width: 45% !important;
    }
    .track-padding {
        padding: 40px 0;
    }
    .pg-news-br-content {
        padding: 15px 9px 15px 0;
    }
    .pg-team-icons ul {
        bottom: -50%;
    }
    .tab2-col2 img, .tab2-col1 img {
        height: 300.5px;
    }
    .coming-content-bg {
        width: 60% !important;
    }
    .help-left-content-padding {
        padding: 186px 30px 186px 15px;
    }
    .popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
       width: 31% !important;
    }
    .countdown-width .countdown-wrap {
        margin-right: 10px !important;
    }
    .countdown-width .countdown-wrap:last-child {
        margin-right: 0px !important;
    }
    .testimonial2-list-content {
        width: 80% !important;
    }
    .features-content {
        width: 78% !important;
    }
    .news3-col-width > div {
        width: 100%;
    }
    .error-top {
        margin-top: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
   
    .content-wrapper .span8.widget-span.widget-type-cell {
        margin-bottom: 20px !important;
        width: 100%;
    } 
    .content-wrapper .span4.widget-span.widget-type-cell {
        margin-left: 0;
        margin-top: 0px;
        width: 100%;
    }
    .content-wrapper .blog-sidebar {
        margin-top: 20px !important;
    }
    
    .blog-sidebar .widget-span.widget-type-raw_jinja .cell-wrapper.layout-widget-wrapper,
    .hs-author-profile.hs-author-profile-sidebar {
        margin: 0 auto 30px auto !important;
        width: 360px;
    }
	.right-sidebar .ad-img .cell-wrapper,
    .blog-sidebar .widget-span.widget-type-raw_jinja .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-rich_text .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-post_listing .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-post_filter .cell-wrapper.layout-widget-wrapper,
    .rss-post-list-blog .cell-wrapper.layout-widget-wrapper {
        margin: 0 auto;
        width: 360px;
    }
   
    .footer-container.container-fluid .span4.widget-span.widget-type-cell {
        margin-left: 0;
        width: 100%;
    }
    
    .footer-container.container-fluid .post-listing-simple {
        margin-top: 40px !important;
    }
    .footer-container.container-fluid .widget-span.widget-type-raw_jinja {
        margin-bottom: 20px;
    }
	.blog-pagination-v4,
    .blog-pagination {
        text-align: center;
    }
	.blog-pagination-v4 ul {
        display: inline-flex;
    }
    
    #hs_cos_wrapper_post_body td {
        vertical-align: top;
        width: 100% !important;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
    #hs_cos_wrapper_post_body tr {
        display: grid;
        width: 100%;
    }
    .hs-author-profile .hs-author-bio {
        margin-top: 0px;
    }
    
    /* LP Media Queries */
    
    .twocol {
        margin-top: 20px !important;
    }
    
    .skill-left-col {
        position: relative !important;
    }
    
    .skill-width {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .skill-padding {
        padding-bottom: 80px !important;
        padding-top: 20px !important;
    }
    
    .skill-content-padding {
        padding-left: 0 !important;
    }
    
    .lp-header-top {
        margin-top: 0!important;
    }
    
    .quote-outer-bg > div {
        margin: 0 !important;
    }
    .corp-lp .counter p {
        padding: 0 15px 0 15px;
    }
    
    .lp-subs-head form {
        margin: 0 auto;
        width: 80%;
    }
    
    .lp-gallery .hs_cos_gallery_main .slick-prev,
    .lp-gallery .hs_cos_gallery_thumbnails .slick-prev,
    .lp-gallery .hs_cos_gallery_lightbox .slick-prev {
        left: 0!important;
    }
    
    .res-address {
        clear: both;
    }
    .res-left {
        text-align: left;
    }
    
    /* Website Page Media Queries */
    
    .menu-icons ul {
        margin: 0 auto 10px;
        display: table;
    }
    .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
        font-size: 0;
    }
    .menu-icons,
    .menu-logo,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        float: none !important;
    }
    .menu-logo {
        padding: 20px 0 0px 0;
    }
    .menu-logo > div {
        margin: 0 auto;
        display: table;
    }
    .top-menu-space {
        padding-top: 20px;
    }
    .top-menu,
    .custom-menu-primary {
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        width: 100% !important;
    }
    
    .res-width{
        max-width: 80% !important;
        width: 80% !important;
        margin:0 auto !important;
    }
    
    .res-center {
        text-align: center !important;
    }
    .res-bottom20 {
        margin-bottom: 20px;
    }
    
    .res-bottom30 {
        margin-bottom: 30px;
    }
    .res-bottom40 {
        margin-bottom: 40px;
    }
    .onecol-res {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .work-process h3,
    .abt-top {
        margin-top: 0;
    }
    .track-bg-col {
        position: relative !important;
    }
    .track-width,
    .track-bg-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .track-padding {
        padding-top: 20px !important;
    }
    .track-content-padding {
        padding-left: 0 !important;
    }
    .service-head {
        float: left !important;
        width: 69% !important;
    }
    .sitemap-col-6,
    .col-6 {
        width: 50% !important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .res-mar15-1 {
        margin: 15px !important;
    }
    .res-mar15-1 {
        margin: 15px 15px 0 !important;
    }
    .center-align {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .center-align > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    
    .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
        width: 50% !important;
    }
    .gallery-ul li {
        padding: 10px;
    }
    
    .contact-form2 .hs-form fieldset.form-columns-2 {
        display: inline-grid;
    }
    .contact-form form {
        display: block;
        padding: 20px 20px 40px;
    }
    .contact-form .hs-form-field {
        margin-top: 15px !important;
    }
    
    /* SERVICE TAB SWAPPING */
    .res-swaping .row-fluid,
    .res-tab2-bg-swap .row-fluid {
        clear: both;
        display: flex;
        flex-direction: column-reverse;
    }
    .res-content-swap,
    .tab2-col-content2 .row-fluid {
        float: left;
        width: 100%;
    }
    .res-img-swap .row-fluid,
    .tab2-col2 img {
        float: none;
        width: 100%;
    }
    .tab2-col-content1, .tab2-col-content2 {
        height: auto;
        padding: 30px 15px !important;
        clear: both;
    }
    .coming-content-bg {
        width: 100% !important;
    }
    .press-date p {
        width: 93%;
    }
    .help-left-content-padding {
        padding: 100px 15px 100px 15px;
    }
    .help-right-content-padding {
        padding: 20px 15px 80px 15px;
    }
    .search-menu {
        display: none !important;
    }
    .popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
       width: 29.33% !important;
    }
    .popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 160px;
    }
    .countdown-width {
        width: 95%;
    }
    .faq-width > div {
        width: 100%;
    }
    .testimonial-item-content {
        padding: 30px 30px;
    }
    .testimonial2-list-content {
        width: 68% !important;
    }
    .projects2-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 170px;
    }
    .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
        padding: 0;
    }
    .news-pg1-col {
        width: 95.5% !important;
    }
    .news3-col-width > div {
        width: 100%;
    }
    .news3-col-content {
        padding: 20px;
    }
    .error-top {
        margin-top: 20px;
    }
    .custom_error_message.pwd-prompt > div,
    .cons-subs-head form {
        width: 60% !important;
    }
    .sitemap-col3 {
        clear: both;
    }
    .thank-subs-head > div {
        width: 75%;
    }
}
   

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


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

@media (max-width: 767px) {
    
    .section.post-footer .new-comments {
        margin-bottom: 40px;  
    }
    
    .content-wrapper .blog-sidebar {
        margin-top: 0px !important;
    }
    
    .content-wrapper .span8.widget-span.widget-type-cell {
        margin-bottom: 0px !important;
    }
    
    #hs_cos_wrapper_post_body td {
        vertical-align: top;
        width: 50% !important;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
    
    .hs-author-profile .hs-author-bio {
        margin-top: 0px;
    }
    
    .footer-container.container-fluid .post-listing-simple {
        margin-top: 40px !important;
    }
    .footer-container.container-fluid .widget-span.widget-type-raw_jinja {
        margin-bottom: 20px;
    }
    
	.blog-pagination-v4,
    .blog-pagination {
        padding: 0px 0 40px 0;
    }
    
    .fa-ul-footer ul {
        line-height: 0;
    }
    
    .menu-bg .row-fluid {
        padding-top: 9px;
    }
    
    .agencyListing-v5 .listing-category-type1 .blog-category-title1,
    .agencyListing-v5 .listing-category-type3 .blog-category-title3 {
        margin: 0px 15px 40px 15px !important;
    }
    .hs-author-listing-header-v2,
	.blog-category-title-v2 {
        margin: 20px 0px 40px 0px !important;
    }
	
	.agencyListing-v2 .post-item,
	.agencyListing-v3 .post-item { 
        padding: 0 0px !important;
        width: 100%;
    }
    
    .agencyListing-v5 .listing-category-type3 .post-item {
        margin-bottom: 30px !important;
    }
    
    .blog-sidebar .widget-span.widget-type-raw_jinja .cell-wrapper.layout-widget-wrapper,
    .hs-author-profile.hs-author-profile-sidebar {
        margin: 0 auto 30px auto !important;
        width: 360px;
    }
	.right-sidebar .ad-img .cell-wrapper,
    .blog-sidebar .widget-span.widget-type-raw_jinja .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-rich_text .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-post_listing .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-post_filter .cell-wrapper.layout-widget-wrapper,
    .rss-post-list-blog .cell-wrapper.layout-widget-wrapper {
        margin: 0 auto;
        width: 360px;
    }
    
    .agencyListing-v5 .listing-category-type2 .blog-category-title2 {
        margin-bottom: 10px !important;
    }
    
    
    /* LP Media Queries */
    
    .res-left {
        text-align: left;
    }
    .res-center-1 {
        text-align: center;
    }
    .lp-header-head .header-btn-top {
        text-align: center !important;
    }
    
    .lp-header-head .header-btn-top .header-btn2,
    .lp-header-head .header-btn-top .header-btn1 {
        display: inline-block !important;
        float: none;
        text-align: center;
    }
    
    .lp-header-head .header-btn-top .header-btn2 {
        margin-left: 13px !important;
    }
    
    .lp-header-head .header-btn2 ul {
        display: inline;
    }
    .lp-header-top {
        margin-top: 0!important;
    }
    
    .twocol {
        margin-top: 20px !important;
    }
    
    .skill-left-col {
        position: relative !important;
    }
    
    .skill-width {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .skill-padding {
        padding-bottom: 80px !important;
        padding-top: 20px !important;
    }
    
    .skill-content-padding {
        padding-left: 0 !important;
    }
    
    .lp-subs-head form {
        margin: 0 auto;
        width: 80%;
    }
    .corp-lp .lp-footer-sec .col-6,
    .corp-lp .counter .col-6 {
        float: left !important;
        padding: 0 15px 0 15px;
    }
    
    
    .lp-gallery .hs_cos_gallery_main .slick-prev,
    .lp-gallery .hs_cos_gallery_thumbnails .slick-prev,
    .lp-gallery .hs_cos_gallery_lightbox .slick-prev {
        left: 0!important;
    }
    
    .res-address {
        clear: both;
    }
    
     /* Website Page Media Queries */
    
    .menu-icons ul {
        display: table;
        margin: 0 auto 10px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        float: none !important;
    }
    .menu-logo {
        padding: 20px 0 20px 0;
    }
    .menu-logo > div {
        display: table;
        margin: 0 auto;
    }
    .top-menu-space {
        padding-top: 20px;
    }
    .top-menu,
    .custom-menu-primary {
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        width: 100% !important;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1:hover,
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1:active,
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1:focus,
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover, 
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1.hs-item-has-children:active, 
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1.hs-item-has-children:focus {
        width: 100%;
    }
    
    .res-width{
        max-width: 100% !important;
        width: 100% !important;
        margin:0 auto !important;
    }
    
    .res-center {
        text-align: center !important;
    }
    .cta-head h3,
    .res-bottom20 {
        margin-bottom: 20px;
    }
    .res-bottom40 {
        margin-bottom: 40px;
    }
    .res-tablist-bottom30,
    .res-list-bottom30,
    .res-bottom30 {
        margin-bottom: 30px;
    }
    .onecol-res {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .work-process h3,
    .abt-top {
        margin-top: 0;
    }
    .track-bg-col {
        position: relative !important;
    }
    .faq-width > div,
    .track-width,
    .track-bg-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .track-padding {
        padding-top: 20px !important;
    }
    .track-content-padding {
        padding-left: 0 !important;
    }
    .service-head {
        float: left !important;
        width: 69% !important;
    }
    .sitemap-col-6,
    .res-service-col-6,
    .features-col-6,
    .col-6-count,
    .col-6 {
        width: 50% !important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .sitemap-col-6,
    .res-service-col-6,
    .features-col-6,
    .col-6-count {
        float: left !important;
    }
    .res-service-pad {
        margin-right: 15px;
    }
    .res-service-pad1 {
        margin-left: 15px;
    }
    .res-service-padding {
        padding: 0 15px;
    }
    .res-mar15-1 {
        margin: 15px !important;
    }
    .res-mar15-1 {
        margin: 15px 15px 0 !important;
    }
    .center-align {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .center-align > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
       height: 100px;
    } 
    .mobile-trigger {
        position: relative !important;
    }
    .custom-menu-primary.js-enabled {
        margin: 10px 0;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 12px !important;
    }
    
    .pg-news-br-content {
        padding: 15px 15px 20px 15px;
    }
    
    .contact-form2 .hs-form fieldset.form-columns-2 {
        display: inline-grid;
    }
    .contact-form2 form {
        padding: 15px 15px 30px;
    }
    .contact-form form {
        display: block;
        padding: 20px 20px 40px;
    }
    .contact-form .hs-form-field {
        margin-top: 15px !important;
    }
    
    /* SERVICE TAB SWAPPING */
    .res-swaping .row-fluid,
    .res-tab2-bg-swap .row-fluid {
        clear: both;
        display: flex;
        flex-direction: column-reverse;
    }
    .res-content-swap,
    .tab2-col-content2 .row-fluid {
        float: left;
        width: 100%;
    }
    .res-img-swap .row-fluid,
    .tab2-col2 img {
        float: none;
        width: 100%;
    }
    .tab2-col-content1, .tab2-col-content2 {
        height: auto;
        padding: 30px 15px !important;
        clear: both;
    }
    .coming-content-bg {
        width: 100% !important;
    }
    .right-margin {
        margin-right: auto !important;
    }
    .coming-content-bg {
        padding: 150px 15px;
    }
    .press-date p {
        margin: 0 auto;
        width: 94%;
    }
    .help-left-content-padding {
        padding: 100px 15px 100px 15px;
    }
    .help-right-content-padding {
        padding: 20px 15px 80px 15px;
    }
    
    /* Both Menu Together Left and Right */
    
    .menu-col {
        position: relative;
    }
    .custom-menu-primary.top-menu-2 {
        position: absolute;
        right: 15px;
        top: 87px;
        width: 44px !important;
    }
    .custom-menu-primary.top-menu {
        bottom: 0;
        float: none;
        left: 15px;
        padding: 0;
        margin-right: 10px !important;
        position: absolute;
        top: 97px;
        width: 44px !important;
    }
    .custom-menu-primary.top-menu .mobile-trigger {
        float: left !important;
    }
    .custom-menu-primary.top-menu-2 ul li a {
        color: #ffffff !important;
    }
    .child-trigger i, .child-trigger i:after {
        background-color: #ffffff;
    }
    .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: table !important;
        line-height: 0;
        position: absolute;
        top: 33px;
        width: 250px;
        z-index: 1;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        background: rgba(34, 34, 34, 0.9) none repeat scroll 0 0 !important;
        background-color: rgba(34, 34, 34, 0.9) !important;
    }
    .top-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block !important;
        position: absolute;
        right: 0;
        margin: 0 auto;
        width: 250px;
        z-index: 1;
    }
    .custom-menu-primary.js-enabled {
        padding-bottom: 0px;
    }
    .search-menu {
        display: none !important;
    }
    .popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
       width: 46% !important;
    }
    .testimonial-item-content {
        padding: 30px 30px;
    }
    .testimonial2-list-img {
        width: 140px !important;
    }
    .testimonial2-list-content {
        width: 70% !important;
    }
    .col-3 {
        float: left !important;
        margin-right: 15px;
        width: 29% !important;
        
    }
    .projects2-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 150px;
    }
    .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
        padding: 0;
    }
    .news-pg1-col {
        width: 95.5% !important;
    }
    .news2-content {
        position: static;
    }
    .news3-col-width > div {
        width: 100%;
    }
    .news3-col-content {
        padding: 20px;
    }
    .error-top {
        margin-top: 20px;
    }
    .custom_error_message.pwd-prompt > div,
    .cons-subs-head form {
        width: 60% !important;
    }
    .sitemap-col3 {
        clear: both;
    }
    .thank-subs-head > div {
        width: 80%;
    }
}

@media (max-width: 640px) {
    
    #hs_cos_wrapper_post_body td {
        display: table;
        width: 100% !important;
    }
    
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
    
    #hs_cos_wrapper_post_body tr {
        display: table;
        width: 100%;
    }
    
    .blog-listing-wrapper .post-body.clearfix {
        display: grid;
    }
    
    .agencyListing-v5 .listing-category-type1 .blog-category-title1 {
        margin: 0px 0px 40px 0px !important;
    }
     .agencyListing-v5 .listing-category-type3 .blog-category-title3 {
        margin: 10px 0px 40px 0px !important;
    }
    
    .agencyListing-v5 .listing-category-type2 .blog-category-title2 {
        margin: 0px 0px 20px 0px !important;
    }
    
    .agencyListing-v5 .listing-category-type3 .post-item,
    .agencyListing-v5 .listing-category-type2 .post-item,
    .agencyListing-v5 .listing-category-type1 .post-item {
        padding: 0 !important;
    }

	
	.agencyListing-v2 .post-item .featured-post-content,
    .agencyListing-v3 .post-item .featured-post-content,
	.agencyListing-v4 .post-item .featured-post-content,
	.agencyListing-v5 .listing-category-type3 .post-item .featured-post-content,
	.agencyListing-v5 .listing-category-type2 .post-item .featured-post-content,
	.agencyListing-v5 .listing-category-type1 .post-item .featured-post-content,
	.agencyListing-v5 .common-category-listing-page .post-item .featured-post-content,
    .agencyListing .post-item .featured-post-content {
        float: right;
        width: 100%;
    }
    
	.agencyListing-v2 .post-item .hs-featured-image-wrapper,
	.agencyListing-v3 .post-item .hs-featured-image-wrapper,
	.agencyListing-v4 .post-item .hs-featured-image-wrapper,
	.agencyListing-v5 .listing-category-type3 .post-item .hs-featured-image-wrapper,
	.agencyListing-v5 .listing-category-type2 .post-item .hs-featured-image-wrapper,
	.agencyListing-v5 .listing-category-type1 .post-item .hs-featured-image-wrapper,
	.agencyListing-v5 .common-category-listing-page .post-item .hs-featured-image-wrapper,
    .agencyListing .post-item .hs-featured-image-wrapper {
        float: left;
        width: 100%;
    }
    
    .agencyListing-v5 .listing-category-type3 .post-item {
        margin-bottom: 25px;
    }
    
    .agencyListing-v5 .listing-category-type3 .post-item, 
    .agencyListing-v5 .listing-category-type1 .post-item {
        float: none;
        width: 100%;
    }
    
    .agencyListing-v5 .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        max-height: 100%;
    }
    
    .blog-listing-wrapper .featured-post-content {
        margin-top: 10px;
    }
    
    
    .agencyListing-v5 .listing-category-type1 .post-item {
        margin-bottom: 30px;
    }
    
    .blog-sidebar .widget-span.widget-type-raw_jinja .cell-wrapper.layout-widget-wrapper,
    .hs-author-profile.hs-author-profile-sidebar {
        margin: 0 auto 30px auto !important;
        width: 100%;
    }
	.right-sidebar .ad-img .cell-wrapper,
    .blog-sidebar .widget-span.widget-type-raw_jinja .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-rich_text .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-post_listing .cell-wrapper.layout-widget-wrapper,
    .blog-sidebar .widget-span.widget-type-post_filter .cell-wrapper.layout-widget-wrapper,
    .rss-post-list-blog .cell-wrapper.layout-widget-wrapper {
        margin: 0 auto;
        width: 100%;
    }
    .testimonial2-list-img {
        margin-bottom: 15px;
    }
    .testimonial2-list-img,
    .testimonial2-list-content {
        float: none !important;
        text-align: center;
        width: 100% !important;
    }
    .custom_error_message.pwd-prompt > div,
    .cons-subs-head form {
        width: 70% !important;
    }
}
   

@media (max-width: 575px) {
    
    .popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
       width: 100% !important;
    }
    .popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 300px;
    }
    .projects2-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 125px;
    }
    .countdown-width {
        display: table;
    }
    .news-pg1-col {
        width: 94% !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;
    }
    
    #hubspot-topic_data a.topic-link {
        display: inline-block;
        font-size: 12px;
        margin-top: 10px;
    }
} 
  

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

@media (max-width: 479px) {
    
    .avatar-img {
        display: grid;
    }
    
    .hs-author-social-section .hs-author-social-links {
        text-align: left;
    }
    
    .agencyListing-v5 .blog-category-title3 {
        margin: 10px 15px 40px 15px !important;
    }
    
    blockquote {
        margin: 0;
    }
    
    #recaptcha_area,
    .recaptchatable {
        transform-origin:0 0% 0 !important;
        -webkit-transform-origin:0 0% 0 !important;
        height: 115px;
    } 
    
    /* LP Media Queries */
    
    .corp-lp .lp-footer-sec .col-6,
    .corp-lp .counter .col-6{
        width: 100% !important;
        float:none !important;
    }
    
    .res-margin30-480 {
        margin-bottom: 30px !important;
    }
    
    .lp-header-top {
       margin-top: 0px !important;
    }
    
    .center-align > div {
        width: 360px !important;
        margin: 0 auto !important;
    }
   
    .lp-subs-head form {
        width: 100% !important;
    }
    
    .hs-form input[type="checkbox"], 
    .hs-form input[type="radio"] {
        width: 0 !important;
    }
    .hs-form-field input,
    .form-columns-2 > div {
        max-width: 100% !important;
        width: 100% !important;
    }
    .form-columns-3 > div {
        max-width: 100%;
        width: 100% !important;
    }
    
    
    /* Website Page Media Queries */
    
    .thank-subs-head > div,
    .coming-subs-head form,
    .header-btn-width > div {
        width: 100%;
    }
    .testimonial-ul ul li {
        display: inline-block;
        margin: 0 20px;
    }
    .testimonial-ul ul li > div:last-child {
        margin: 15px auto 0;
        padding-left: 0;
        width: 100% !important;
    }
    .header-head2 h1 {
        text-align: center;
    }
    .gallery-ul li {
        padding: 5px;
    }
    .press-date p {
        width: 95%;
    }
    .career-btns-width .row-fluid {
        display: block;
        width: 100%;
    }
    .career-btns-width .btn-1:first-child {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .career-details p span:last-child {
        float: none;
    }
    .career-accord-ans {
        padding: 20px;
    }
    .search-box {
        width: 260px;
    }
    .search-box input[type="text"] {
        width: 203px;
    }
    .page-500-head h1,
    .page-404-head h1,
    .coming-bg h1,
    .header-head2 h1,
    .header-head1 h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .header-head1 p {
        font-size: 18px;
        line-height: 28px;
        margin: 5px 0 20px;
    }
    .coming-content-bg {
        padding: 100px 15px;
    }
    .testimonial-item-content {
        padding: 30px 15px;
    }
    .page-500-head,
    .page-404-head,
    .header-head2,
    .header-head1 {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 230px;
    }
    .projects3-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 100px;
    }
    .projects2-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 100px;
    }
    .sitemap-col-6,
    .res-service-col-6,
    .features-col-6 {
        float: none !important;
        width: 100% !important;
    }
    .res-service-padding {
        margin-left: 0;
        margin-right: 0;
    }
    .res-service-pad {
        margin-right: 0;
    }
    .res-service-bottom,
    .res-features-bot15 {
        margin-bottom: 15px;
    }
    .res-sitemap-bottom30,
    .res-service-bottom30 {
        margin-bottom: 30px;
    }
    .news-pg1-col {
        width: 91% !important;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    h4 {
        font-size: 17px;
        line-height: 27px;
    }
    h5 {
        font-size: 14px;
        line-height: 26px;
    }
    .custom_error_message.pwd-prompt > div,
    .cons-subs-head form {
        width: 100% !important;
    }
    .thank-head p span {
        display: block;
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 414px) {
    
    .service-detail-tabs li {
        display: block;
    }
    .res-service-btn-top {
        margin-top: 20px;
    }
    .service-btns-width p {
        float: none;
    }
    .service-btns-width p,
    .service-btns-width .row-fluid,
    .subs-head form,
    .center-align > div {
        width: 100% !important;
    } 
    .press-date p {
        width: 96%;
    }
    .popup-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
        height: 180px;
    }
    .projects2-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
        width: 50% !important;
    }
}

@media (max-width: 380px) {
    .col-3 {
        float: none !important;
        text-align: left;
        width: 100% !important;
    }
    .res-bottom15 {
        margin-bottom: 15px;
    }
    
}

@media (max-width: 360px) {
    
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.85);
        -webkit-transform:scale(0.85);
        transform-origin:0 0% 0 !important;
        -webkit-transform-origin:0 0% 0 !important;
        max-width: 100% !important;
        height: 100px;
    } 
    
    #hubspot-topic_data a.topic-link {
        display: inline-block;
        font-size: 12px;
        margin-top: 10px;
    }
    .blog-pagination a.next-posts-link,
    .blog-pagination a.all-posts-link,
    .blog-pagination a.previous-posts-link {
        font-size: 12px;
        padding: 10px;
    }
    .lp-header-head .header-btn2 ul li img {
        margin-top: -2px !important;
    }
    .lp-header-head .header-btn-top .header-btn2 {
        margin-top: 15px !important;
        margin-left: 0px !important;
    }
    
    .res-mar-bot-360 {
        margin-bottom: 20px;
    }
    .col-6-count {
        float: none !important;
        width: 100% !important;
    }
    .custom-menu-primary.top-menu-2 {
        top: 86px;
    }
    .custom-menu-primary.top-menu {
        top: 96px;
    }
    .projects3-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
        width: 50% !important;
    }
    .header-head2 h1,
    .header-head1 h1 {
        font-size: 34px;
        line-height: 44px;
    }
    
}

@media (max-width: 330px) {
     
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0% 0 !important;
        -webkit-transform-origin:0 0% 0 !important;
        max-width: 100% !important;
        height: 90px;
    } 
    .post-item-text {
        padding: 0 15px;
    }
    .post-item {
        display: inline-grid;
        margin-bottom: 15px;
    }
    .service-bg-odd h4, .service-bg-even h4 {
        margin-top: 0;
    }
    .help-list-content ul {
        display: block;
    }
    .help-list-content ul:nth-child(2) {
        padding-left: 0px;
    }
    .menu-logo > div {
        text-align: center;
        width: 60%;
    }
    .hs_cos_gallery_main .slick-prev::before,
    .hs_cos_gallery_main .slick-next::before,
    .hs_cos_gallery_thumbnails .slick-prev::before,
    .hs_cos_gallery_thumbnails .slick-next::before,
    .hs_cos_gallery_lightbox .slick-prev::before,
    .hs_cos_gallery_lightbox .slick-next::before {
        display: none;
    }
}

/* =============================================================================== */