/***
 * Theme Name: Invictus
 * Author: Insignia Technolabs
 * Theme URI:  http://insignia-themes.website/invictus
 * Author URI: http://insigniatechnolabs.com/
 * Description: Invictus is a most dynamic and modernistic wordpress theme.It has been well crafted for all business needs. It is a powerful and creatively designed WordPress theme with highest level of flexiblity.
 * License: GPL v2
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Version: 2.0
 * Tags:  one-column, two-columns, left-sidebar, right-sidebar,  custom-menu, custom-background, editor-style, featured-images, full-width-template, theme-options, threaded-comments
 * Text Domain: invictus
 ***/ 

/***
   * Table of Contents:
   *  
   * invictus agency's Default Style Sheets
   * General CSS
   * Comments
   * 404 Page
   * Search Page
   * Form Elements 
   * Pre-Loader
   * Theme Active only css 
***/ 

 
/**
 *All css files are placed in /css/ folder
 **/


/* Wordpres CSS */
.wp-caption{
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption-text{
   display:block;
    opacity:1;
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    margin:0 !important;
}
.gallery-caption{
    display:block
    opacity:1;
}
.alignright{
    text-align:right;
    margin: 5px 0 20px 20px;
    float: right;
}
.alignleft{
    text-align:left;
    float: left;
    margin: 6px 30px 20px 0;
}
.aligncenter{
text-align:center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.comment-form-message {
    padding: 15px 0;
}
.comment-author-input, .comment-email-input, .comment-url-input, .comment-msg-textarea {
    padding-left: 0;
}
.comments-area {
    margin-top: 50px;
}
section#comments-list>ul>li {
    padding-left: 0;
    padding-right: 0;
}
/* FORM ELEMENTS */

input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"], textarea {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 2px solid;
    -webkit-appearance: none;
    box-shadow: none;
    vertical-align: middle;
    border-color: #e6e6e6;
    background-color: transparent;
    outline: 0;
    min-height: 48px;
    padding: 0 1em;
    color: #767676;
    font-weight: normal;
    -webkit-transition: .4s all;
    transition: .4s all;
}
select {
    width: 100%;
    background: none;
    border: 2px solid #e9e9e9;
    min-height: 48px;
    padding: 0 1em;
    color: #767676;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="month"]:focus,
input[type="week"]:focus, textarea:focus{
    color: #141414;
    border-color: #9B9B9B;
}
input::-webkit-input-placeholder {
    font-family: inherit !important;
}
input[type="search"]::-webkit-input-placeholder {
    color: #727272;
}

button, input[type=button], input[type=reset], input[type=submit], .insignia-button, .btn{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    vertical-align: middle;
    outline: 0;
    font-size: 15px;
    line-height: 14px;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    color: #fff;
    font-weight: 600;
    border: 2px solid;
    padding: 17px 25px;
    letter-spacing: 1px;
}




/** Put Your Css Here.. **/

.left_section {
    width: 43%;
    float: left;
}
.right_section {
    padding-left: 48%;
}


.date_section {
    margin-bottom: 5%;
}
span.blog-date {
    color: black;
    font-weight: 600;
}

img {
    max-width: 100%;
}

/*Typography*/

body
{
-webkit-font-smoothing: antialiased;
}
p, body {
    line-height: 25px;
    letter-spacing: 0.3px;
    font-weight: normal;
    font-style: normal;
    color: #767676;
    font-size: 14px;
    font-family: Montserrat;
}
h1,h2,h3,h4,h5,h6{
   font-family: Montserrat;
}
h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}
h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}
h4 {
    font-weight: 700;    
    font-size: 20px;
    line-height: 20px;
}

h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

a{
-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a {
    color: #f7224a;
}
blockquote p {
    font-size: 20px;
    color: #141414;
    line-height: 36px;
    font-weight: 600;
}
blockquote {
    position: relative;
    padding-top: 30px;
    font-style: normal;
    padding: 0;
    width: 83.3333333%;
    margin: 60px auto;
    display: block;
    border: 0;
}
blockquote:before {
    content: "“";
    display: block;
    position: absolute;
    top: 20px;
    left: -50px;
    font-size: 72px;
    line-height: 28px;
    font-style: normal;
    font-weight: bold;
}
blockquote cite {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 28px;
    letter-spacing: 0.1em;
    margin-top: 13px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-style: normal;
}

pre {
    display: block;
    clear: both;
    overflow: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
    white-space: pre;
    overflow-x: auto;
    height: auto;
    margin: 30px 0;
    color: #525455;
    background-color: rgba(225, 227, 229, 0.35);
}

/*general css*/

.bypostauthor{
  
    display: block;
}

table {

  width: 100%;
  margin: 0 0 15px;
 }
  table td,  table th {
    padding: 10px;
    border: 1px solid #cecece; 
}

dl dd {
    margin-bottom: 10px;
}
dl dt {
    line-height: 23px;
}

ul li {
    position: relative;
}
strong {
    color: #333;
}
.blog-text-box img {
    max-width: 100%;
    height: auto;
}

.blog-img-box img{
   max-width: 100%;
    height: auto;
   }
.post-bottom-tags {
    position: relative;
   
    margin: 0 0 30px;
    line-height: 18px;
    color: #222222;
    border: none;
    font-size: 13px;
}
.post-bottom-tags a {
    font-size: 15px;
    color: #565656;
    font-weight: 400;
    border: 1px solid #d0d0d0;
    padding: 6px 9px;
    -webkit-transition: all ease-in-out 0.6s;
    display: inline-block;
   margin-right: 5px;
}
.post-bottom-tags a:hover {
    background: #2e84d2;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.6s;
    border-color: #2e84d2;
}
.blog-main-details ul li {
    list-style: none;
}
.navigation ul li {
    list-style: none;
}
.screen-reader-text {
    display: none;
}
 .page-links {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
    clear: both;
}
.entry-links {
    clear: both;
}
.page-links > label {
    list-style: none;
    float: left;
    margin: 0 11px 0 0;
    line-height: 30px;
}

.page-links > span {
    border-color: #002e5b !important;
}
.page-links > span, .page-links > a {
    list-style: none;
    float: left;
    margin: 0 11px 0 0;
    display: block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid transparent;
    padding: 11px 5px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
   
    color: #002e5b;
}
.page-links > span:hover, .page-links > span.current, .page-links > a:hover, .page-links > a.current {
    border-color: #002e5b;
    text-decoration: none;
}
span.page-links-title {
    border: none;
    color: #565656;
    font-weight: 100;
}


/*body text*/

@font-face {
  font-family: simple-line-icons;
  src: url(fonts/Simple-Line-Icons.eot?v=2.4.0);
  src: url(fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url(fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'themify';
	src:url('fonts/themify.eot?-fvbane');
	src:url('fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('fonts/themify.woff?-fvbane') format('woff'),
		url('fonts/themify.ttf?-fvbane') format('truetype'),
		url('fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Montserrat';
	src:url('fonts/Montserrat-Regular.ttf');
	
}

@font-face {
	font-family: 'a-love-of-thunder';
	src:url('fonts/A-Love-of-Thunder.ttf');
	
}


/* general css */
.google-map-column>div {
    padding: 0 !important;
}

.logo img {
    max-height: 40px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.title-if-no-logo {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    padding: 14px 0;
    text-transform: uppercase;
}
input#partner_partner {
    width: 100% !important;
}
.header-four-main-wrapper {
    z-index: 8;
}
.absolute-header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 11;
    min-width: 799px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.sticky-header-disabled.fixed-menu {
    visibility: hidden;
    opacity: 0;
}
.insignia-button {
    text-transform: uppercase;
    letter-spacing: 0.07em;
    
}
.comment-form-submit{
    margin: 15px;
    margin-left: 0;

}
div.wpcf7-validation-errors {
    background: #f7e700;
}


/**************** Header sub-menu****************/

.header-top-menu-right .menu:hover li:hover>ul {
    visibility: visible;
    transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
    -moz-transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
    -webkit-transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.header-top-menu-right ul.menu li:hover ul.sub-menu {
    visibility: visible;
    transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
    -moz-transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
    -webkit-transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    z-index:99999;
    display: block;
}
.header-top-menu-right .menu>li ul.sub-menu {
    position: absolute;
    visibility: hidden;
    white-space: normal;
    min-width: 240px;
    opacity: 0;
    display: none;
    background-clip: padding-box;
}

.inv-main-header div.sub-nav li.has-submenu > a.sub-menu-link:before {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: normal;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
    line-height: 16px;
}

.sub-nav li:hover > .sub-sub-menu {
    display: block;
    visibility: visible;
    z-index: 2;
}
ul.menu-depth-1.sub-menu.sub-nav-group li:hover ul.sub-sub-menu {
     display: block;
    visibility: visible;
    z-index: 2;
}

ul.menu-depth-1.sub-menu.sub-nav-group li ul.sub-sub-menu{
  position: absolute;
    visibility: hidden;
    display: none;
    left: calc(100% + -20px);
    top: 0;
    z-index: 1;
    margin-left: 0;
    border-top: 0;
    border-left: 30px solid transparent;
    background-clip: padding-box;
    width: 280px;
}
ul.menu-depth-2.sub-sub-menu li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
}
ul.menu-depth-1.sub-menu.sub-nav-group li{
    display: block;
    line-height: 25px;
}
.inv-main-header ul.menu-depth-1.sub-menu.sub-nav-group li:first-child {
    margin-top: 15px;
}

.inv-main-header ul.menu-depth-1.sub-menu.sub-nav-group li:last-child {
    margin-bottom: 15px;
}
.inv-main-header .sub-menu-full-width ul.menu-depth-1.sub-menu.sub-nav-group li:first-child {
    margin-top: 0;
}
.inv-main-header .sub-menu-full-width ul.menu-depth-1.sub-menu.sub-nav-group li:last-child {
    margin-bottom: 0;
}

.invert ul.sub-sub-menu{
    right: calc(100% + -20px);
    left: auto !important;
    top: 0;
    border-right: 30px solid transparent;
}

nav.header-default {
    background: #f7224a;
    height: 100%;
    line-height: 75px;
}
.default-menu-list li a {
    color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 15px;
}
ul#primary_menu.menu.default-menu-list {
    margin-bottom: 0;
}
ul#primary_menu.menu.default-menu-list li ul li {
    line-height: 30px !important;
}
ul#primary_menu.menu.default-menu-list li ul li a {
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
}
ul#primary_menu.menu.default-menu-list li ul {
    padding: 10px;
}
.default-menu-list .sub-nav ul {
    background: #333540;
}

.no-menu-assigned {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}



#primary_menu .active a {
transition: all 0.5s ease;
}

/******************************
*******************************
******** header type:4*********
*******************************
*******************************/


.nav-full,
.fullscreen-navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-full {
  position: fixed;
  z-index: 10;
  background-color: rgba(183, 141, 69, 0.92);
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: white;
}

.nav-hide { display: none; }

.nav-hide.open-menu{
display:table;
}

.nav-full {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0 !important;
}

.nav-full ul li { list-style: none; }

.nav-full ul li a {
  font-size: 35pt;
  color: inherit;
  font-weight: bolder;
  text-decoration: none;
}

.fullscreen-navbar-toggle {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 37px;
  height: 45px;
  z-index: 20;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 100%;
    height: 3px;
    margin-bottom: 7px;
    background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: white; }

.navbar-on .bar1 {
  transform-origin: 9% 40%;
  transform: rotate(42deg);
}

.navbar-on .bar3 {
  transform-origin: 9% 40%;
  transform: rotate(-42deg);
}

.navbar-on .bar2 { background-color: transparent; }

.header_full_screen_socials a {
    padding-left: 15px;
}
li.header_full_screen_socials a:hover i {
    color: white;
}
ul.cd-primary-nav li {
   list-style: none;
}
.header-four-logo {
    position: relative;
    z-index: 10;
    left: 5%;
    top: 5px;
    float: left;
}
.header-four-logo img {
    max-height: 40px;
}
.header-four-logo img {
    
    margin-top: 10px;
    margin-bottom: 10px;
}

.cd-navigation-wrapper ul.cd-contact-info li {
    list-style: none;
}

.header-four-menu-area {
    position: relative;
    width: 100%;
    padding: 0 20px 10px;
    box-sizing: border-box;
}

/******************************
*******************************
******** Mobile menu*********
*******************************
*******************************/

.header-one-mobile {
    display: none;
}
@media (max-width: 900px){
.header-default .header-one-mobile {
    display: block;
}
.header-default .desktop-menu {
    display: none;
}
}
.dl-menuwrapper .menu>li>ul>li>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0px;
}

ul.dl-menu li {
    list-style: none;
}
.inv-mobile-header-logo-img{
    display: none;
}


/******************************
*******************************
******** header type:14*********
*******************************
*******************************/


.inv-main-header-right ul li {
	display: inline-block;
	padding: 0 7px;
	vertical-align: middle;
    line-height: inherit;
    position: relative;
}

.inv-main-header-right ul li:hover .sub-menu {
    z-index: 1;
}
.inv-main-header-right ul.sub-menu{
    width:180px;
}
.inv-main-header-top-bar-left p {
    font-size: 14px;
}
.inv-main-header-top-bar-left i {
    line-height: 40px;
    padding-right: 10px;
    font-size: 15px;
}
.inv-main-header-top-bar-left {
    color: #3e3c3c;
    text-align: center;
    padding: 0;
}
.inv-main-header-top-bar-right {
    padding: 0;
    float: left;
}
.inv-main-header-top-bar-right ul {
    padding-left: 0;
    margin-bottom: 0;
}
.inv-main-header-topbar {
    height: 40px;
    line-height: 40px;
    position: relative;
}
.inv-main-header-top-bar-right li {
    display: inline-block;
    padding: 0 5px;
    list-style: none;
}
.inv-main-header-top-bar-right>li{
    height: 39px;
font-family: Arapey-Italic;
}
.inv-main-header-topbar{
    padding: 0 8%;
}
@media(max-width:1000px){
.inv-main-header-topbar{
    padding: 0 4%;
}

.inv-main-header-right ul li a{
    font-size: 13px;
    letter-spacing: 0px;
}

}
.xyz:hover>img{
opacity:0.6;
}

.inv-main-header-top-bar-left p {
    margin-bottom: 0 !important;
}

.inv-main-header-right>ul>li:last-child ul.sub-menu, .inv-main-header-right>ul>li:nth-last-child(2) ul.sub-menu {
    right: 0;
    left: auto;
}
.inv-main-header ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
   padding-left:0;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.1);
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
}
.top-header ul li {
    list-style: none;
}
.menu li>ul li {
    margin: 0;
}
ul.sub-menu li a{
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px 14px;
   text-align: left;
}
ul.sub-sub-menu li a{
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 15px;
}



/*Invictus-menu*/
.inv-main-header-topbar.top-header {
    border-bottom: 1px solid;
}
.header-top-modules-holder {
    height: inherit;
    line-height: inherit;
    float: left;
}
.header-top-module {
    float: left;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid;
}
.header-top-info-data .header-top-info-icon {
    margin-right: 5px;
    font-size: 18px;
}
.header-top-info-data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.header-top-info-data .header-top-icon-container {
    float: left;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: 0;
    margin-right: 10px;
    vertical-align: middle;
    line-height: inherit;
    margin-bottom: 0;
    font-size: 20px;
}
.header-top-info-data>h6 {
    float: left;
    margin-top: 0 !important;
    font-size: 14px;
    margin-bottom: 0;
    line-height: inherit;
    font-weight: 500;
}
.header-top-modules-holder .header-top-module:first-of-type {
    padding-left: 0;
}
.header-top-modules-holder .header-top-module:last-of-type {
    padding-right: 0;
}
.header-top-modules-holder .header-top-module:last-of-type {
        border-right: none;
}

.header-top-module .header-top-social-icon {
    height: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.header-top-module .header-top-social-icon li {
    height: 100%;
    display: table;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.header-top-module .header-top-social-icon li+li {
    border-left: none;
}
.header-top-module .header-top-social-icon li a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 38px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.header-top-module.header-top-button-module {
    padding-left: 0;
}
.header-top-module.header-top-button-module .header-top-button {
    padding: 0 30px;
    background: #ee322a;
    color: #f5f5f5;
    display:block;
}
.header-top-contacts-main-holder, .header-top-social-main-holder {
    height: inherit;
    line-height: inherit;
}
.header-top-contacts-main-holder{
   float: left;
}
.header-top-social-main-holder {
   float: right;
}

.inv-header-inner {
    height: inherit;
    line-height: inherit;
    -webkit-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
    min-height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.display-flex{
    display: flex;
}
.inv-header-wrap {
    height: 70px;
    line-height: 70px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.inv-header-wrap-box-shadow{
    box-shadow: 5px 8.66px 30px 0 rgba(31,35,37,.078);
}
.inv-header-logo-holder {
    height: inherit;
    line-height: inherit;
    position: relative;
}
.logo-position-left .inv-header-logo-holder {
    float: left;
}
.logo-position-right .inv-header-logo-holder {
    float: right;
}
.logo-position-left .inv-header-logo-holder .inv-logo-wrap {
    float: left;
    margin-right: 36px;
}
.logo-position-right .inv-header-logo-holder .inv-logo-wrap {
    float: right;
    margin-left: 36px;
}
.inv-header-logo-holder .inv-logo-wrap {
    max-height:inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.inv-header-logo-holder .inv-logo-wrap a{
    display:block;
    color:#fff;
}
#menu-fixer {
    max-height: 0;
    will-change: height, max-height;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: max-height .5s linear;
    -moz-transition: max-height .5s linear;
    transition: max-height .5s linear;
}

.inv-top-center-logo-header .inv-header-logo-holder {
    border-bottom: 1px dotted;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    height: 70px;
    line-height: 70px;
}
.inv-top-center-logo-header .header-top-menu-right.inv-main-header-right {
    height: 60px;
    line-height: 60px;
}
/******************************
*******************************
***** fullscreen from top******
*******************************
*******************************/


.overlay-top {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-top a {
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-top a:hover, .overlay-top a:focus {
    color: #f1f1f1;
}

.overlay-top .closebtn {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 60px;
    line-height: 42px;
}
.full-screen-top-toggle{
    position: absolute;
    z-index: 9;
    color: white;
    right: 20px;
    top: 20px;
}

@media screen and (max-height: 450px) {
  .overlay-top {overflow-y: auto;}
  .overlay-top a {font-size: 20px}
  .overlay-top .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



/******************************
*******************************
******** fullscreen from left*********
*******************************
*******************************/


.overlay-left {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}


.overlay-left a {
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-left a:hover, .overlay-left a:focus {
    color: #f1f1f1;
}

.overlay-left .closebtn {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 60px;
    line-height: 42px;
}


@media screen and (max-height: 450px) {
  .overlay-left {overflow-y: auto;}
  .overlay-left a {font-size: 20px}
  .overlay-left .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


/*Sticky Menu*/
.topbar-enabled.sticky-header-enabled.fixed-menu {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}
.topbar-disabled.sticky-header-enabled.fixed-menu .inv-header-wrap{
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0 0px 50px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0px 50px 0 rgba(0,0,0,0.15);
}
.logged-in .fixed-menu {
}
.fixed-menu
nav.header-nine.bottom-header.fixed-menu {
    background: rgba(66, 92, 187, 0.63);
}
.fixed-menu .inv-header-wrap {
    background: rgba(22,22,22,0.6);
    -webkit-box-shadow: 0 0px 50px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0px 50px 0 rgba(0,0,0,0.15);
}
.sticky-header-enabled.fixed-menu .inv-main-header-logo-img, .inv-fixed-header-logo-img, .retina-main-logo, .retina-fixed-logo, .retina-mobile-logo {
    display: none;
}
.sticky-header-enabled.fixed-menu .retina-main-logo{
    display: none !important;
}
.inv-standard-header.sticky-header-enabled.fixed-menu .inv-fixed-header-logo-img, img.inv-main-header-logo-img.inv-header-logo-img{
    display: block;
}
.inv-logo-wrap .inv-fixed-header-logo-img, .inv-logo-wrap .retina-fixed-logo{
    max-height: 45px;
}
/*Footer*/

.footer-copyright .footer-copyright-text-inner {
    text-align: center;
    margin: 0;
    padding: 17px 0;
}
#footer .widget-title{
margin-bottom: 20px;

}
#footer .widget li, #footer .widget ul {
    background: transparent;
    border:none;
}
#footer .widget_recent_entries ul li{
    padding-bottom: 7px;
    padding-top: 7px;
}
#footer .widget_recent_entries ul li a{
    margin-left: 5px;
    padding-top: 0;
}
#footer .widget_recent_entries ul li:before{
    content: none;
}
#footer .widget_categories li:hover>a{
  border:none;
}
#footer .widget_categories a{
  border:none;
}
#footer .widget_pages ul li{
  padding: 7px 5px;
}
#footer .widget_archive ul li a{
    margin-left: 5px;
    padding: 0;
}
#footer .widget_archive ul li:before{
   content:none;
}


/*page header */
.subpage-page-header-main-wrapper{
    position: relative;
    margin-bottom: 50px;
}
.subpage-banner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}
.subpage-banner h3{
    margin: 0 ;
}
.ins-breadcrumbs a {
    color: white;
}
.ins-breadcrumbs {
    color: white;
    text-align: center;
}
.ins-breadcrumbs i {
    padding: 0 7px;
}

/*portfolio page header*/
.portfolio-page-header-main-wrapper {
    position: relative;
}
.portfolio-banner h3{
    margin: 0 ;
}
.portfolio-banner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}


/* 404 page */

body.error404 {
    background: #121315;
}
.error-404 {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
    min-height: 100vh;

}
h2.mega-title-not-found span {
    font-weight: 800;
}
p.error-404-info {
    letter-spacing: 1px;
    padding: 0 10%;
    color: #aaa;
    font-size: 25px;
    line-height: 35px;
    margin: 30px 0;
}
@media(max-width:767px){
p.error-404-info {
    padding: 0 5%;
}
}

.inv-backtohome {
    margin-top: 50px;
 }
.inv-backtohome .insignia-button{
  background: #f7224a;
    border-color: #f7224a;
}

/*Footer widget column css*/
.column-1 {
    width: 100%;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}
.column-2 {
    width: 50%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}
.column-3 {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}
.column-4 {
    width: 25%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}
@media(max-width:991px) and (min-width:768px){
.column-1, .column-2, .column-3, .column-4 {
    width: 50%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}
}
@media(max-width:767px){
.column-1, .column-2, .column-3, .column-4 {
    width: 100%;
    float: none;
    padding: 0 10px;
    min-height: 1px;
    position: relative;
}
}



.custom-cursor .tg-item{
cursor: pointer;
}
.custom-cursor .tg-item:hover{
cursor: url(http://insigniats.in/business-new/wp-content/uploads/2017/02/icon-zoom.png), pointer;
}






 

/*** back to top ***/
#smoothup {
    position: fixed;
    bottom: 35px;
    right: 35px;
    display: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid transparent;
    padding: 5px 10px;
    background: #312f2f;
    z-index: 9;
}
a#smoothup:after {
    content: "\f106";
    font-family: FontAwesome;
   color: #f5f5f5;
    font-size: 25px;
}



/** Navigation Search **/

li.menu-item.menu-item-search a:before {
    content: "\f002";
    font-weight: normal;
    font-size: 17px;
    margin-right: 5px;
    line-height: inherit;
   text-align: center;
    width: 100%;
    padding-right: 3px;
    font-family: FontAwesome;
}


li.sub-menu-full-width div.sub-nav ul {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    margin-top: 0px;
    border: 0;
    padding: 20px 15px 35px;
    top:100%;

}

li.sub-menu-full-width div.sub-nav ul li a:before {
    display: none;
}
.sub-menu-full-width ul.menu-depth-2.sub-sub-menu li {
    position: absolute;
    white-space: normal;
}
.sub-menu-full-width ul.menu-depth-1.sub-menu.sub-menu-wide.sub-menu-full-width.sub-nav-group[data-limit-columns="2"] li.menu-item-depth-1  {
    display: block !important;
  width: 50%;
    float: left;
    margin-right: 0 !important;
    line-height: 40px !important;
}

.sub-menu-full-width ul.menu-depth-1.sub-menu.sub-menu-wide.sub-menu-full-width.sub-nav-group[data-limit-columns="3"] li.menu-item-depth-1  {
    display: block !important;
    width: 33%;
    float: left;
    margin-right: 0 !important;
    line-height: 40px !important;
}
.sub-menu-full-width ul.menu-depth-1.sub-menu.sub-menu-wide.sub-menu-full-width.sub-nav-group[data-limit-columns="4"] li.menu-item-depth-1  {
    display: block !important;
    width: 25%;
    float: left;
    margin-right: 0 !important;
	line-height:40px !important;
}
.sub-menu-full-width ul.menu-depth-1.sub-menu.sub-menu-wide.sub-menu-full-width.sub-nav-group[data-limit-columns="5"] li.menu-item-depth-1 {
    display: block !important;
    width: 18%;
    float: left;
    margin-right: 0 !important;
	line-height:40px !important;
}
.sub-menu-full-width ul.menu-depth-1.sub-menu.sub-menu-wide.sub-menu-full-width.sub-nav-group[data-limit-columns="6"] li.menu-item-depth-1  {
   display: block !important;
    width: 16.66%;
    float: left;
    margin-right: 0 !important;
	line-height:40px !important;
}
.sub-menu-full-width ul.menu-depth-2.sub-sub-menu {
    position: static !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    background: none;
    width: auto !important;
}
.sub-menu-full-width ul.menu-depth-2.sub-sub-menu li {
    white-space: normal;
    margin: 0;
    position: relative;
    display: inherit;
    list-style-type: none;
    margin: 0;
  clear: both;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}
.sub-menu-full-width ul.menu-depth-2.sub-sub-menu li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 15px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
.sub-menu-full-width ul.menu-depth-2{

    opacity:1 !important;
     z-index:99999 !important;
}
.sub-menu-full-width ul.menu-depth-2.sub-sub-menu {
    padding: 0 !important;
}

li.sub-menu-full-width {
    position: static !important;
}
ul.menu-depth-2.sub-sub-menu {
    visibility: visible;
    top: auto;
    left: auto;
  
    width: auto;
}
.inv-main-header-right ul li.sub-menu-full-width ul.menu-depth-1.sub-menu-full-width > li.has-submenu > a {
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
}
.inv-main-header-right ul li.sub-menu-full-width ul.menu-depth-1.sub-menu-full-width > li.has-submenu > a:hover{
    background-color: transparent;
}
.inv-main-header-right ul li.sub-menu-full-width ul.menu-depth-1.sub-menu-full-width > li.has-submenu > a:after {
content: "";
    display: block;
    width: auto;
    height: 1px;
    position: absolute;
    left: 15px;
    right: 20px;
    top: auto;
    bottom: 0;
    margin: 0;
    background: #dedede;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.inv-main-header-right ul li.sub-menu-full-width ul.menu-depth-1.sub-menu-full-width > li.has-submenu > .menu-depth-2.sub-sub-menu {
    border-left: none;
    box-shadow: none;
    min-width: auto;
}
.inv-main-header-right ul li.sub-menu-full-width ul.menu-depth-1.sub-menu-full-width > li.has-submenu > .menu-depth-2.sub-sub-menu > .sub-nav-item.menu-item-depth-2{
  padding-left:0;
  padding-right:0;
}
iframe{
    border-width: 0px;
}

/*Search*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
z-index: 9999;
}

#search.open-search-form {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
	opacity: 1;
	z-index:9999;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(114, 114, 114);
    background: rgba(0, 0, 0, 0);
    font-size: 45px;
    font-weight: 600;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    text-align: center;
}
#search input[type="search"]::-webkit-input-placeholder {
  color: #a6a6a6;
}
#search .serchbtn {
    margin-top: -31px;
    margin-left: -45px;
    border: none;
    background: transparent;
}
#search .serchbtn i {
    font-size: 35px;
    color: rgb(241, 241, 241);
}
#search .close {
	position: fixed;
	top: 25px;
	right: 25px;
	color: #727272;
	opacity: 1;
	padding: 10px 17px;
	font-size: 35px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 100;
}
.search-nothing-found {
    padding: 50px 0 120px;
}


.menu ul li {
    list-style: none;
}

.header-five-wrapper img {
    max-height: 50px;
    width: auto;
     margin-bottom: 15px;
    margin-top: 15px;
}

li.menu-item.menu-item-cart:hover .minicart ul.cart_list.product_list_widget {
    display: block;
   overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 350px);
}

body,html {
    overflow-x: hidden;
}

header#masthead {
    position: relative;
}


.minicart ul.cart_list li.empty {
    margin: 25px 0 !important;
    vertical-align: initial;
    text-align: center;
}
.search-nothing-found h5 {
    letter-spacing: 1px;
}
.header-six-sticky-menu.fixed-menu .six-logo {
    position: relative;
    top: 0 !important;
}
.woocommerce ul.products li.product h3{
  letter-spacing:0.5px;
  font-weight:600;

}




/*****  ensign  footer  css    ****/

#footer {
    background-color: #191b1d;
    bottom: 0px;
}
section#content {
      z-index: 1;
}







/***** icon hove css ****/




.ensign-icon-box:hover .ensign-icon-hover-rotate {
    -webkit-transform: rotate(-356deg);
    -webkit-transition: all ease-in-out 0.8s;  
}

.ensign-icon-box:hover .ensign-icon-hover-zoom {
    transform: scale(1.2);
    transition: all 0.8s ease-in-out;
}
@keyframes MoveUpDown {
  100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}



.ensign-icon-box:hover .ensign-icon-hover-scale-rotate {
    transform: scale(-1.2);
    transition: all 0.8s ease-in-out;
}























.ensign-progressbar .vc_single_bar {
    height: 4px;
    margin-top: 3.4em;
}
.ensign-progressbar .vc_label {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    top: -26px;
    line-height: 1.5em;
    text-shadow: none;
    display: block;
    width: 100%;
    color: #000 !important;
    padding: 0px !important;
}
.ensign-progressbar span.vc_label_units {
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 0;
    font-size: 1em;
}





/******* video hover css ****/


.insignia-video-popup{
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 75px;
	height: 75px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.insignia-video-popup:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.ins-popup-video .insignia-video-popup {
	background:rgba(255, 255, 255, 0);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}



/** Navigation Cart**/

.minicart-title{
  padding-right:20px;
}


a.minicart-menu-link:before {
    content: "\f290";
    font-weight: normal;
    font-size: 19px;
    line-height: inherit;
    text-align: center;
    width: 100%;
    font-family: FontAwesome;
}

.menu-item-cart .minicart {
    position: absolute;
    width: 425px;
    padding: 30px;
    box-shadow: 0 4px 40px 0 rgba(0,0,0,.14);
    top: 100%;
    right: 0;
    border-radius: 4px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: calc(100% - 30px) 0;
    -ms-transform-origin: calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
    transition: all .28s ease;
    z-index: 9;
   
}

li.menu-item.menu-item-cart:hover .minicart {
   opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .28s cubic-bezier(.17,.89,.27,1.19);
}

.ins_cart_content ul {
    position: relative !important;
    visibility: inherit !important;
    width: auto !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0s !important;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    opacity: 1 !important;
    transform: none !important;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    border: 0;
   padding-left:0;
}
ul.cart_list.product_list_widget li {
    display: inline-block;
    padding: 4px 0 0 0 !important;
    margin: 13px 0 13px 0 !important;
    width: 100%;
    border: 0;
    position: relative;
    line-height: 25px;
    text-align: left;
}
ul.cart_list.product_list_widget li a img {
    height: auto;
    width: 106px;
    float: left;
    margin-right: 22px;
    margin-left: 0;
}
ul.cart_list.product_list_widget li a {
   text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    color: #555;
   font-size: 15px;
   width:auto;
}

ul.cart_list.product_list_widget li a.remove {
   padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
    font-size: 30px !important;
    display: block;
    color: #ec2147 !important;
}
.ins_cart_content p.total {
        margin-top: 5px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.minicart .ins_cart_content .quantity {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    display:block;
}
.ins_cart_content p.total strong {
    float: left;
    display: inline-block;
    padding-top: 7px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.ins_cart_content p.total span.woocommerce-Price-amount.amount {
    float: right;
    position: relative;
    top: 7px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
.ins_cart_content p.buttons {
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 13px;
    width: 100%;
}

.ins_cart_content a.button.wc-forward {
    border: 1px solid;
    width: calc(50% - 8px);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    display: inline-block;
    box-shadow: none;
    padding: 11px 30px;
    border-radius: 50px;
    line-height: 1.5em;
    vertical-align: middle;
    min-width: 160px;
    z-index: 2;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    
}
a.button.checkout.wc-forward:hover {
    color: #fff;
}
a.button.view_cart_btn.wc-forward:hover {
    color: #f7224a;
}
a.button.wc-forward:hover {
    color: #fff;
}
input.button.size-lg {
    background: #f7224a;
}
a.checkout-button.button.icon_right.size-lg {
    background: #f7224a;
}
.woocomerce-form .form-row input.button {
    padding: 8px 66px !important;
    width: auto;
    height: 42px;
    margin: 0 !important;
    font-family: inherit;
    cursor: pointer !important;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    vertical-align: middle !important;
    box-sizing: border-box!important;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 15px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
   
}
.woocommerce table.shop_table tfoot th,.woocommerce table.shop_table tfoot td{

  border:0;
}
.select2-container .select2-selection--single{
   height:38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   
    line-height: 36px;
}

.woocommerce form .form-row .input-checkbox
a.button.view_cart_btn.wc-forward:hover {
    background: transparent;
    border: 1px solid;
   
}
p.lost_password {
    margin-top: 15px;
}
p.form-row.form-row-first {
    margin-top: 15px;
}
a.button.view_cart_btn.wc-forward {
   
    color: #fff;
}
.ins_cart_content p.buttons a {
    background: transparent;
    color: #f7224a;
}



/**
*
*Commen css
*
**/

/*social media icon css*/

li.facebook-color {
    background: #3b5998;
    border-radius: 100%;
}
li.twitter-color {
    background: #0084b4;
    border-radius: 100%;
}
li.linkedin-color {
    background: #0077b5;
    border-radius: 100%;
}
li.pinterest-color {
    background: #c92228;
    border-radius: 100%;
}
li.youtube-color {
    background: #cc181e;
    border-radius: 100%;
}
li.instgram-color {
    background: #9b6954;
    border-radius: 100%;
}
li.googleplus-color {
    background: #d34836;
    border-radius: 100%;
}


/*Blog 3 column*/

article.blog-3-column {
    display: flex;
    flex-wrap: wrap;
}
.blog-3-column-description {
    padding: 1.5em;
}
.blog-3-column-description {
    text-align: left;
}
.ensign-blog-demo-five-box {
    background: #fff;
}
.ensign-blog-demo-five-box img {
    width: 100%;
    height: auto;
    display: block;
}
.blog-3-column-details-wrapper{
    position: relative;
    padding-bottom: 5em;
    width: 100%;
}
.ensign-blog-demo-five-sub-text-box .post-read-more-link{
    position: absolute;
    bottom: 20px;
}
.ensign-blog-demo-five-date-box {
    float: left;
    background: #f0f3f2;
    width: 19%;
    text-align: center;
    padding-top: 3%;
}
.ensign-blog-demo-five-date-box h3 {
    margin: 0px;
}
.ensign-blog-demo-five-title-text-box {
    float: left;
    width: 80%;
    padding-left: 6%;
}
.ensign-blog-demo-five-sub-text-box {
    margin-top: 21px;
}
.blog-grid-inner-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
}
.blog-masonry-inner-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ensign-blog-demo-five-sub-text-box .post-read-more-link {
    margin-top: 15px;
}
div#default_more_posts_archive {
    text-align: center;
}


/*default hover style*/
.inv-default-img-hover-wrapper {
    transition: all 0.7s ease 0s;
    overflow: hidden;
}
.inv-default-img-hover-wrapper img {
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
.inv-default-img-hover-wrapper:hover img {
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    opacity: 0.15;
    cursor: url(./img/image-hover.png), pointer;
}
.inv-gallery-grid-gap-wrapper, .inv-gallery-grid-imgs{
    transition: all 0.7s ease 0s;
    overflow: hidden;
}
.inv-gallery-grid-imgs:hover{
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    opacity: 0.15;
    cursor: url(./img/image-hover.png), pointer;
}

/*grid image hover*/
.inv-grid-img-hover-wrapper{
    transition: all 0.7s ease 0s;
    overflow: hidden;
}
.inv-grid-img-hover-wrapper:hover{
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    opacity: 0.15;
    cursor: url(./img/image-hover.png), pointer;
}
/*End default hover style*/




.cd-navigation-wrapper ul.cd-primary-nav li.menu-item-cart {
    display: none;
}
.ensign-widgets-social-media-icon-box ul {
    padding-left: 0;
}
ul#primary_menu {
    padding-left: 0;
    margin-bottom: 0;
}

.ensign-widgets-social-media-icon-box ul li a i {
    display: block;
    margin-right: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
}


ul.menu-depth-2.sub-sub-menu {
    padding-left: 0;
}




#wp-calendar{
     position: relative;

}

input[type="submit"] {
    padding: 7px 45px;
    line-height: 31px;
    letter-spacing: 0.07em;
    background: #f7224a;
    border: none;
    color: #f7f7f7;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
form.post-password-form input[type="password"] {
    margin: 5px 0 10px;
    padding: 9px 12px;
    outline: 0;
    font-size: 13px;
    line-height: 17px;
    width: 100%;
}
form.post-password-form input[type="submit"] {
    display: block;
}
article.page.type-page .post-password-form {
    padding: 15% 0;
}
h1.mega-title-404{
   margin-top:50px;
       font-size: 100px;
    line-height: 100px;

}

.header-one-mobile .menu-not-assigned {
    color: #fff;
    display: inline-block;
    float: right;
    margin-right: 25px;
    line-height: 25px;
}


.wil-add-to-cart-loader-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    -webkit-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    transition: all .3s ease .1s;
}
.wil-add-to-cart-loader {
    position: relative;
    width: 100%;
    height: 100%;
}
.wil-loader {
    -webkit-animation: 1.2s linear infinite;
    animation: 1.2s linear infinite;
    -webkit-animation-name: wrapanim;
    animation-name: wrapanim;
    clip: rect(0,60px,60px,30px);
    color: #fff;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    transform: translateZ(0);
   position: absolute;
}
.wil-loader:after {
    content: '';
    top: 0;
    left: 0;
    color: inherit;
    -webkit-animation: animate2 1.2s ease-in-out infinite;
    animation: animate2 1.2s ease-in-out infinite;
    clip: inherit;
    border-radius: 50%;
    height: 28px;
    width: 28px;
}

.insignia-button.comment-form-submit {
    background: #f7224a;
}




/*new updated css*/

.text-extra-small {font-size:11px; line-height:14px}
.text-small {font-size:12px; line-height:20px}
.text-medium {font-size:16px; line-height:23px}
.text-large {font-size:18px; line-height:26px}
.text-extra-large {font-size: 20px; line-height:26px}
.title-medium {font-size: 70px; line-height:75px}
.title-large {font-size: 100px; line-height:95px}
.title-extra-large {font-size: 130px; line-height:120px}
/* text color *
.text-black {color:#000}
.text-extra-dark-gray {color:#232323}
.text-dark-gray {color:#626262}
.text-dark-gray-2 {color:#6f6f6f}
.text-extra-medium-gray {color:#757575}
.text-medium-gray {color:#939393}
.text-extra-light-gray {color:#b7b7b7}
.text-light-gray {color:#d6d5d5}
.text-very-light-gray {color:#ededed}
/* text hover color */
.text-white-hover:hover {color:#FFF}
.text-black-hover:hover {color:#000}
.text-extra-dark-gray-hover:hover {color:#232323}
.text-dark-gray-hover:hover {color:#626262}
.text-extra-medium-gray-hover:hover {color:#757575}
.text-medium-gray-hover:hover {color:#939393}
.text-extra-light-gray-hover:hover {color:#b7b7b7}
.text-light-gray-hover:hover {color:#d6d5d5}
.text-very-light-gray-hover:hover {color:#ededed}
/* font weight */.font-weight-100 {font-weight:100}.font-weight-200 {font-weight:200}.font-weight-300 {font-weight:300}.font-weight-400 {font-weight:400}.font-weight-500 {font-weight:500}.font-weight-600 {font-weight:600}.font-weight-700 {font-weight:700}.font-weight-900 {font-weight:900}
/* letter spacing */.no-letter-spacing {letter-spacing:0px}.letter-spacing-05 {letter-spacing:0.5px}.letter-spacing-1 {letter-spacing:1px}.letter-spacing-2 {letter-spacing:2px}.letter-spacing-3 {letter-spacing:3px}.letter-spacing-4 {letter-spacing:4px}.letter-spacing-5 {letter-spacing:5px}.letter-spacing-6 {letter-spacing:6px}.letter-spacing-7 {letter-spacing:7px}.letter-spacing-8 {letter-spacing:8px}.letter-spacing-9 {letter-spacing:9px}.letter-spacing-10 {letter-spacing:10px}.letter-spacing-minus-1 {letter-spacing:-1px}.letter-spacing-minus-2 {letter-spacing:-2px}.letter-spacing-minus-3 {letter-spacing:-3px}.letter-spacing-minus-4 {letter-spacing:-4px}.letter-spacing-minus-5 {letter-spacing:-5px}.letter-spacing-minus-6 {letter-spacing:-6px}.letter-spacing-minus-7 {letter-spacing:-7px}.letter-spacing-minus-8 {letter-spacing:-8px}.letter-spacing-minus-9 {letter-spacing:-9px}.letter-spacing-minus-10 {letter-spacing:-10px}

/*margin*/
.margin-5px-all {margin:5px}.margin-10px-all {margin:10px}.margin-15px-all {margin:15px}.margin-20px-all {margin:20px}.margin-25px-all {margin:25px}.margin-30px-all {margin:30px}.margin-35px-all {margin:35px}.margin-40px-all {margin:40px}.margin-45px-all {margin:45px}.margin-50px-all {margin:50px}.margin-55px-all {margin:55px}.margin-60px-all {margin:60px}.margin-65px-all {margin:65px}.margin-70px-all {margin:70px}.margin-75px-all {margin:75px}.margin-80px-all {margin:80px}.margin-85px-all {margin:85px}.margin-90px-all {margin:90px}.margin-95px-all {margin:95px}.margin-100px-all {margin:100px}.no-margin {margin:0 !important}

/* margin top */
.margin-0px-top {margin-top:0}.margin-5px-top {margin-top:5px}.margin-10px-top {margin-top:10px}.margin-15px-top {margin-top:15px}.margin-20px-top {margin-top:20px}.margin-25px-top {margin-top:25px}.margin-30px-top {margin-top:30px}.margin-35px-top {margin-top:35px}.margin-40px-top {margin-top:40px}.margin-45px-top {margin-top:45px}.margin-50px-top {margin-top:50px}.margin-55px-top {margin-top:55px}.margin-60px-top {margin-top:60px}.margin-65px-top {margin-top:65px}.margin-70px-top {margin-top:70px}.margin-75px-top {margin-top:75px}.margin-80px-top {margin-top:80px}.margin-90px-top {margin-top:90px}.margin-100px-top {margin-top:100px}

/* margin bottom */
.margin-0px-bottom {margin-bottom:0}.margin-5px-bottom {margin-bottom:5px}.margin-10px-bottom {margin-bottom:10px}.margin-15px-bottom {margin-bottom:15px}.margin-20px-bottom {margin-bottom:20px}.margin-25px-bottom {margin-bottom:25px}.margin-30px-bottom {margin-bottom:30px}.margin-35px-bottom {margin-bottom:35px}.margin-40px-bottom {margin-bottom:40px}.margin-45px-bottom {margin-bottom:45px}.margin-50px-bottom {margin-bottom:50px}.margin-55px-bottom {margin-bottom:55px}.margin-60px-bottom {margin-bottom:60px}.margin-65px-bottom {margin-bottom:65px}.margin-70px-bottom {margin-bottom:70px}.margin-75px-bottom {margin-bottom:75px}.margin-80px-bottom {margin-bottom:80px}.margin-85px-bottom {margin-bottom:85px}.margin-90px-bottom {margin-bottom:90px}.margin-95px-bottom {margin-bottom:95px}.margin-100px-bottom {margin-bottom:100px}
/* margin right */
.margin-5px-right {margin-right:5px}.margin-10px-right {margin-right:10px}.margin-15px-right {margin-right:15px}.margin-20px-right {margin-right:20px}.margin-25px-right {margin-right:25px}.margin-30px-right {margin-right:30px}.margin-35px-right {margin-right:35px}.margin-40px-right {margin-right:40px}.margin-45px-right {margin-right:45px}.margin-50px-right {margin-right:50px}.margin-55px-right {margin-right:55px}.margin-60px-right {margin-right:60px}.margin-65px-right {margin-right:65px}.margin-70px-right {margin-right:70px}.margin-75px-right {margin-right:75px}.margin-80px-right {margin-right:80px}.margin-85px-right {margin-right:85px}.margin-90px-right {margin-right:90px}.margin-95px-right {margin-right:95px}.margin-100px-right {margin-right:100px}
/* margin left */
.margin-5px-left {margin-left:5px}.margin-10px-left {margin-left:10px}.margin-15px-left {margin-left:15px}.margin-20px-left {margin-left:20px}.margin-25px-left {margin-left:25px}.margin-30px-left {margin-left:30px}.margin-35px-left {margin-left:35px}.margin-40px-left {margin-left:40px}.margin-45px-left {margin-left:45px}.margin-50px-left {margin-left:50px}.margin-55px-left {margin-left:55px}.margin-60px-left {margin-left:60px}.margin-65px-left {margin-left:65px}.margin-70px-left {margin-left:70px}.margin-75px-left {margin-left:75px}.margin-80px-left {margin-left:80px}.margin-85px-left {margin-left:85px}.margin-90px-left {margin-left:90px}.margin-95px-left {margin-left:95px}.margin-100px-left {margin-left:100px}
/* margin left right */
.margin-5px-lr {margin-left:5px; margin-right:5px;}.margin-10px-lr {margin-left:10px; margin-right:10px;}.margin-15px-lr {margin-left:15px; margin-right:15px;}.margin-20px-lr {margin-left:20px; margin-right:20px;}.margin-25px-lr {margin-left:25px; margin-right:25px;}.margin-30px-lr {margin-left:30px; margin-right:30px;}.margin-35px-lr {margin-left:35px; margin-right:35px;}.margin-40px-lr {margin-left:40px; margin-right:40px;}.margin-45px-lr {margin-left:45px; margin-right:45px;}.margin-50px-lr {margin-left:50px; margin-right:50px;}.margin-55px-lr {margin-left:55px; margin-right:55px;}.margin-60px-lr {margin-left:60px; margin-right:60px;}.margin-65px-lr {margin-left:65px; margin-right:65px;}.margin-70px-lr {margin-left:70px; margin-right:70px;}.margin-75px-lr {margin-left:75px; margin-right:75px;}.margin-80px-lr {margin-left:80px; margin-right:80px;}.margin-85px-lr {margin-left:85px; margin-right:85px;}.margin-90px-lr {margin-left:90px; margin-right:90px;}.margin-95px-lr {margin-left:95px; margin-right:95px;}.margin-100px-lr {margin-left:100px; margin-right:100px;}
/* margin top bottom */
.margin-5px-tb {margin-top:5px; margin-bottom:5px;}.margin-10px-tb {margin-top:10px; margin-bottom:10px;}.margin-15px-tb {margin-top:15px; margin-bottom:15px;}.margin-20px-tb {margin-top:20px; margin-bottom:20px;}.margin-25px-tb {margin-top:25px; margin-bottom:25px;}.margin-30px-tb {margin-top:30px; margin-bottom:30px;}.margin-35px-tb {margin-top:35px; margin-bottom:35px;}.margin-40px-tb {margin-top:40px; margin-bottom:40px;}.margin-45px-tb {margin-top:45px; margin-bottom:45px;}.margin-50px-tb {margin-top:50px; margin-bottom:50px;}.margin-55px-tb {margin-top:55px; margin-bottom:55px;}.margin-60px-tb {margin-top:60px; margin-bottom:60px;}.margin-65px-tb {margin-top:65px; margin-bottom:65px;}.margin-70px-tb {margin-top:70px; margin-bottom:70px;}.margin-75px-tb {margin-top:75px; margin-bottom:75px;}.margin-80px-tb {margin-top:80px; margin-bottom:80px;}.margin-85px-tb {margin-top:85px; margin-bottom:85px;}.margin-90px-tb {margin-top:90px; margin-bottom:90px;}.margin-95px-tb {margin-top:85px; margin-bottom:85px;}.margin-100px-tb {margin-top:100px; margin-bottom:100px;}
/* Padding */
.no-padding {padding:0}.no-padding-lr {padding-left: 0 !important; padding-right: 0 !important}.no-padding-tb {padding-top: 0 !important; padding-bottom: 0 !important}.no-padding-top {padding-top:0 !important}.no-padding-bottom {padding-bottom:0 !important}.no-padding-left {padding-left:0 !important}.no-padding-right {padding-right:0 !important}
.padding-3px-all {padding:3px;}.padding-5px-all {padding:5px;}.padding-7px-all {padding:7px;}.padding-10px-all {padding:10px;}.padding-15px-all {padding:15px;}.padding-20px-all {padding:20px;}.padding-25px-all {padding:25px;}.padding-30px-all {padding:30px;}.padding-35px-all {padding:35px;}.padding-40px-all {padding:40px;}.padding-45px-all {padding:45px;}.padding-50px-all {padding:50px;}.padding-55px-all {padding:55px;}.padding-60px-all {padding:60px;}.padding-65px-all {padding:65px;}.padding-70px-all {padding:70px;}.padding-75px-all {padding:75px;}.padding-80px-all {padding:80px;}.padding-85px-all {padding:85px;}.padding-90px-all {padding:90px;}.padding-95px-all {padding:95px;}.padding-100px-all {padding:100px;}
/* padding top */
.padding-5px-top {padding-top:5px;}.padding-10px-top {padding-top:10px;}.padding-15px-top {padding-top:15px;}.padding-20px-top {padding-top:20px;}.padding-25px-top {padding-top:25px;}.padding-30px-top {padding-top:30px;}.padding-35px-top {padding-top:35px;}.padding-40px-top {padding-top:40px;}.padding-45px-top {padding-top:45px;}.padding-50px-top {padding-top:50px;}.padding-55px-top {padding-top:55px;}.padding-60px-top {padding-top:60px;}.padding-65px-top {padding-top:65px;}.padding-70px-top {padding-top:70px;}.padding-75px-top {padding-top:75px;}.padding-80px-top {padding-top:80px;}.padding-85px-top {padding-top:85px;}.padding-90px-top {padding-top:90px;}.padding-95px-top {padding-top:95px;}.padding-100px-top {padding-top:100px;}
/* padding bottom */
.padding-5px-bottom {padding-bottom:5px;}.padding-10px-bottom {padding-bottom:10px;}.padding-15px-bottom {padding-bottom:15px;}.padding-20px-bottom {padding-bottom:20px;}.padding-25px-bottom {padding-bottom:25px;}.padding-30px-bottom {padding-bottom:30px;}.padding-35px-bottom {padding-bottom:35px;}.padding-40px-bottom {padding-bottom:40px;}.padding-45px-bottom {padding-bottom:45px;}.padding-50px-bottom {padding-bottom:50px;}.padding-55px-bottom {padding-bottom:55px;}.padding-60px-bottom {padding-bottom:60px;}.padding-65px-bottom {padding-bottom:65px;}.padding-70px-bottom {padding-bottom:70px;}.padding-75px-bottom {padding-bottom:75px;}.padding-80px-bottom {padding-bottom:80px;}.padding-85px-bottom {padding-bottom:85px;}.padding-90px-bottom {padding-bottom:90px;}.padding-95px-bottom {padding-bottom:95px;}.padding-100px-bottom {padding-bottom:100px;}
/* padding right */
.padding-5px-right {padding-right:5px;}.padding-10px-right {padding-right:10px;}.padding-15px-right {padding-right:15px;}.padding-20px-right {padding-right:20px;}.padding-25px-right {padding-right:25px;}.padding-30px-right {padding-right:30px;}.padding-35px-right {padding-right:35px;}.padding-40px-right {padding-right:40px;}.padding-45px-right {padding-right:45px;}.padding-50px-right {padding-right:50px;}.padding-55px-right {padding-right:55px;}.padding-60px-right {padding-right:60px;}.padding-65px-right {padding-right:65px;}.padding-70px-right {padding-right:70px;}.padding-75px-right {padding-right:75px;}.padding-80px-right {padding-right:80px;}.padding-85px-right {padding-right:85px;}.padding-90px-right {padding-right:90px;}.padding-95px-right {padding-right:95px;}.padding-100px-right {padding-right:100px;}
/* padding left */
.padding-5px-left {padding-left:5px;}.padding-10px-left {padding-left:10px;}.padding-15px-left {padding-left:15px;}.padding-20px-left {padding-left:20px;}.padding-25px-left {padding-left:25px;}.padding-30px-left {padding-left:30px;}.padding-35px-left {padding-left:35px;}.padding-40px-left {padding-left:40px;}.padding-45px-left {padding-left:45px;}.padding-50px-left {padding-left:50px;}.padding-55px-left {padding-left:55px;}.padding-60px-left {padding-left:60px;}.padding-65px-left {padding-left:65px;}.padding-70px-left {padding-left:70px;}.padding-75px-left {padding-left:75px;}.padding-80px-left {padding-left:80px;}.padding-85px-left {padding-left:85px;}.padding-90px-left {padding-left:90px;}.padding-95px-left {padding-left:95px;}.padding-100px-left {padding-left:100px;}
/* padding top bottom */
.padding-4px-tb {padding-top:4px; padding-bottom:4px;}.padding-5px-tb {padding-top:5px; padding-bottom:5px;}.padding-10px-tb {padding-top:10px; padding-bottom:10px;}.padding-12px-tb {padding-top:12px; padding-bottom:12px;}.padding-15px-tb {padding-top:15px; padding-bottom:15px;}.padding-20px-tb {padding-top:20px; padding-bottom:20px;}.padding-25px-tb {padding-top:25px; padding-bottom:25px;}.padding-30px-tb {padding-top:30px; padding-bottom:30px;}.padding-35px-tb {padding-top:35px; padding-bottom:35px;}.padding-40px-tb {padding-top:40px; padding-bottom:40px;}.padding-45px-tb {padding-top:45px; padding-bottom:45px;}.padding-50px-tb {padding-top:50px; padding-bottom:50px;}.padding-55px-tb {padding-top:55px; padding-bottom:55px;}.padding-60px-tb {padding-top:60px; padding-bottom:60px;}.padding-65px-tb {padding-top:65px; padding-bottom:65px;}.padding-70px-tb {padding-top:70px; padding-bottom:70px;}.padding-75px-tb {padding-top:75px; padding-bottom:75px;}.padding-80px-tb {padding-top:80px; padding-bottom:80px;}.padding-85px-tb {padding-top:85px; padding-bottom:85px;}.padding-90px-tb {padding-top:90px; padding-bottom:90px;}.padding-95px-tb {padding-top:95px; padding-bottom:95px;}.padding-100px-tb {padding-top:100px; padding-bottom:100px;}
/* padding left right */
.padding-5px-lr {padding-left:5px; padding-right:5px;}.padding-10px-lr {padding-left:10px; padding-right:10px;}.padding-15px-lr {padding-left:15px; padding-right:15px;}.padding-20px-lr {padding-left:20px; padding-right:20px;}.padding-25px-lr {padding-left:25px; padding-right:25px;}.padding-30px-lr {padding-left:30px; padding-right:30px;}.padding-35px-lr {padding-left:35px; padding-right:35px;}.padding-40px-lr {padding-left:40px; padding-right:40px;}.padding-45px-lr {padding-left:45px; padding-right:45px;}.padding-50px-lr {padding-left:50px; padding-right:50px;}.padding-55px-lr {padding-left:55px; padding-right:55px;}.padding-60px-lr {padding-left:60px; padding-right:60px;}.padding-65px-lr {padding-left:65px; padding-right:65px;}.padding-70px-lr {padding-left:70px; padding-right:70px;}.padding-75px-lr {padding-left:75px; padding-right:75px;}.padding-80px-lr {padding-left:80px; padding-right:80px;}.padding-85px-lr {padding-left:85px; padding-right:85px;}.padding-90px-lr {padding-left:90px; padding-right:90px;}.padding-95px-lr {padding-left:95px; padding-right:95px;}.padding-100px-lr {padding-left:100px; padding-right:100px;}
/* Display */
.display-block {display:block !important}.display-inline-block {display:inline-block !important}.display-inline {display:inline !important}.display-none {display:none !important}.display-inherit {display:inherit !important}.display-table {display:table !important}.display-table-cell {display:table-cell !important}.overflow-hidden {overflow:hidden !important}.overflow-visible {overflow:visible !important}.overflow-auto {overflow:auto !important}.display-flex {-ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-inline-flexbox; display: -moz-flex; display: -webkit-inline-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -o-flex-flow: row wrap;}
/* Position */
.position-inherit {position:inherit !important}.position-relative {position:relative !important;}.position-absolute {position:absolute !important;}.position-fixed {position:fixed !important;}.position-right {right:0 !important;}.position-left {left:0 !important;}.position-top {top:0 !important;}
/* float */
.float-left{float: left !important}.float-right{float: right !important}.float-none{float: none !important}

/* top */
.top-auto {top:auto}.top-inherit {top: inherit !important;}.top-0 {top:0 !important;}.top-1 {top:1px}.top-2 {top:2px}.top-3 {top:3px}.top-4 {top:4px}.top-5 {top:5px}.top-6 {top:6px}.top-7 {top:7px}.top-8 {top:8px}.top-9 {top:9px}.top-10 {top:10px}.top-15 {top:15px}.top-20 {top:20px}.top-25 {top:25px}.top-30 {top:30px}.top-35 {top:35px}.top-40 {top:40px}.top-45 {top:45px}.top-50 {top:50px}.top-minus1 {top:-1px}.top-minus2 {top:-2px}.top-minus3 {top:-3px}.top-minus4 {top:-4px}.top-minus5 {top:-5px}.top-minus6 {top:-6px}.top-minus7 {top:-7px}.top-minus8 {top:-8px}.top-minus9 {top:-9px}.top-minus10 {top:-10px}.top-minus15 {top:-15px}.top-minus20 {top:-20px}.top-minus25 {top:-25px}.top-minus30 {top:-30px}.top-minus35 {top:-35px}.top-minus40 {top:-40px}

/* bottom */
.bottom-auto {bottom:auto}.bottom-0 {bottom:0}.bottom-1 {bottom:1px}.bottom-2 {bottom:2px}.bottom-3 {bottom:3px}.bottom-4 {bottom:4px}.bottom-5 {bottom:5px}.bottom-6 {bottom:6px}.bottom-7 {bottom:7px}.bottom-8 {bottom:8px}.bottom-9 {bottom:9px}.bottom-10 {bottom:10px}.bottom-15 {bottom:15px}.bottom-20 {bottom:20px}.bottom-25 {bottom:25px}.bottom-30 {bottom:30px}.bottom-35 {bottom:35px}.bottom-40 {bottom:40px}.bottom-45 {bottom:45px}.bottom-50 {bottom:50px}

/* left */
.left-auto {left:auto}.left-0 {left:0}.left-1 {left:1px}.left-2 {left:2px}.left-3 {left:3px}.left-4 {left:4px}.left-5 {left:5px}.left-6 {left:6px}.left-7 {left:7px}.left-8 {left:8px}.left-9 {left:9px}.left-10 {left:10px}.left-15 {left:15px}.left-20 {left:20px}.left-25 {left:25px}.left-30 {left:30px}.left-35 {left:35px}.left-40 {left:40px}.left-45 {left:45px}.left-50 {left:50px}

/* right */
.right-auto {right:auto}.right-0 {right:0}.right-1 {right:1px}.right-2 {right:2px}.right-3 {right:3px}.right-4 {right:4px}.right-5 {right:5px}.right-6 {right:6px}.right-7 {right:7px}.right-8 {right:8px}.right-9 {right:9px}.right-10 {right:10px}.right-15 {right:15px}.right-20 {right:20px}

/* z-index */.z-index-1111 {z-index:1111;}.z-index-111 {z-index:111;}.z-index-1 {z-index:1;}.z-index-2 {z-index:2;}.z-index-3 {z-index:3;}.z-index-4 {z-index:4;}.z-index-5 {z-index:5;}.z-index-0 {z-index:0;}.z-index-minus2 {z-index:-2;}

/* verticle align */.vertical-align-middle {vertical-align: middle;}.vertical-align-top {vertical-align: top;}.vertical-align-bottom {vertical-align: bottom;}.vertical-middle {-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -moz-transform: translateY(-50%); position: absolute; top: 50%; left:0; right: 0}.clear-both {clear:both}.line-break {display:block;}.absolute-middle-center {left: 50%; top: 50%; z-index: 9; position: absolute; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}.absolute-bottom-center {left: 50%; top: 80%; z-index: 9; position: absolute; -ms-transform: translateX(-50%) translateY(-80%); -moz-transform: translateX(-50%) translateY(-80%); -webkit-transform: translateX(-50%) translateY(-80%); transform: translateX(-50%) translateY(-80%);}

/* Background color */.bg-transparent {background-color: transparent;}.bg-white {background-color:#fff;}.bg-black {background-color:#000;}.bg-extra-dark-gray {background-color:#1c1c1c;}.bg-dark-gray {background-color:#757575;}.bg-extra-medium-gray {background-color:#939393;}.bg-medium-gray {background-color:#dbdbdb;}.bg-extra-light-gray {background-color:#e0e0e0}.bg-medium-light-gray {background-color:#ededed}.bg-light-gray {background-color:#f7f7f7}.bg-very-light-gray {background-color:#fafafa}

/* Background hover color */.bg-transparent-hover:hover {background-color: transparent;}.bg-white-hover:hover {background-color:#fff;}.bg-black-hover:hover {background-color:#000;}.bg-extra-dark-gray-hover:hover {background-color:#1c1c1c;}.bg-dark-gray-hover:hover {background-color:#757575;}.bg-extra-medium-gray-hover:hover {background-color:#939393;}.bg-medium-gray-hover:hover {background-color:#dbdbdb;}.bg-extra-light-gray-hover:hover {background-color:#e0e0e0}.bg-medium-light-gray-hover:hover {background-color:#ededed}.bg-light-gray-hover:hover {background-color:#f7f7f7}.bg-very-light-gray-hover:hover {background-color:#fafafa}

/* Background image */.parallax {position: relative; background-size: cover; overflow: hidden; background-attachment: fixed;}.fix-background {position: relative;  background-size: cover; animation-duration: 0s; animation-fill-mode: none; -webkit-animation-duration: 0s; -webkit-animation-fill-mode: none; -moz-animation-duration: 0s;  -moz-animation-fill-mode: none; -ms-animation-duration: 0s;  -ms-animation-fill-mode: none; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-attachment: fixed}.cover-background {background-size: cover !important; overflow: hidden !important; background-position: center; background-repeat: no-repeat !important;}.background-size-inherit {background-size: inherit}.background-attachment-inherit {background-attachment: inherit}.background-position-left {background-position: left center;}.background-position-left-bottom {background-position: left bottom;}.background-position-right {background-position: right center;}.background-position-top {background-position: center top !important;}

/* box shadow */.btn-shadow {box-shadow: 0 0 6px rgba(0,0,0,.3);}.btn-shadow-large {box-shadow: 0 0 12px rgba(0,0,0,.2);}.box-shadow-light {box-shadow: 0 0 3px rgba(0,0,0,.1);}.box-shadow {box-shadow: 0 0 3px rgba(0,0,0, .2);}.box-shadow-dark {box-shadow: 0 0 4px rgba(0,0,0,.4);}.box-shadow-large {box-shadow: 0 0 12px rgba(0,0,0,.1);}.box-shadow-extra-large {-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1); -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1); box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);}

/* Border */
.border-all {border: 1px solid #ededed}
/* boder width */.border-width-1 {border-width:1px;}.border-width-2 {border-width:2px;}.border-width-3 {border-width:3px;}.border-width-4 {border-width:4px;}.border-width-5 {border-width:5px;}.border-width-6 {border-width:6px;}.border-width-7 {border-width:7px;}.border-width-8 {border-width:8px;}.border-width-9 {border-width:9px;}.border-width-10 {border-width:10px;}.border-width-20 {border-width:20px;}
/* boder align */.border-top {border-top: 1px solid;}.border-bottom {border-bottom: 1px solid;}.border-left {border-left: 1px solid;}.border-right {border-right: 1px solid;}.border-lr {border-left: 1px solid; border-right: 1px solid;}.border-tb {border-top: 1px solid; border-bottom: 1px solid;}
/* border color */.border-color-white {border-color:#fff}.border-color-black {border-color:#000}.border-color-extra-dark-gray {border-color:#232323}.border-color-medium-dark-gray {border-color:#363636}.border-color-dark-gray {border-color:#939393}.border-color-extra-medium-gray {border-color:#dbdbdb}.border-color-medium-gray {border-color:#e4e4e4}.border-color-extra-light-gray {border-color:#ededed}.border-color-light-gray {border-color:#f5f5f5}
/* boder style */.border-dotted {border-style: dotted !important;}.border-dashed {border-style: dashed !important;}.border-solid {border-style: solid !important;}.border-double {border-style: double !important;}.border-groove {border-style: groove !important;}.border-ridge {border-style: ridge !important;}.border-inset {border-style: inset !important;}.border-outset {border-style: outset !important;}.border-none {border-style: none !important;}.border-hidden {border-style: hidden !important;}.border-transperent {border-color: transparent !important;}.no-border-top {border-top:0 !important}.no-border-bottom {border-bottom:0 !important}.no-border-right {border-right:0 !important}.no-border-left {border-left:0 !important}
/* Boder radius */
.border-radius-1 {border-radius:1px}.border-radius-2 {border-radius:2px}.border-radius-3 {border-radius:3px}.border-radius-4 {border-radius:4px}.border-radius-5 {border-radius:5px}.border-radius-6 {border-radius:6px}.border-radius-7 {border-radius:7px}.border-radius-8 {border-radius:8px}.border-radius-9 {border-radius:9px}.border-radius-10 {border-radius:10px}.border-radius-20{border-radius:20px}.border-radius-50 {border-radius:50%}.border-radius-100 {border-radius:100%}.border-radius-none {border-radius:0}

/* separator */.separator-line-verticle-extra-small {width:1px; height: 8px;}.separator-line-verticle-small-think {width:17px; height: 3px;}.separator-line-verticle-small {width:1px; height: 13px;}.separator-line-verticle-small-think2 {width:64px; height: 7px;}.separator-line-verticle-large {width:1px; height:20px;}.separator-line-verticle-extra-large {width:1px; height:30px;}.separator-line-verticle-medium-think-full {width:8px; height: 40px;}.separator-line-verticle-large-thick {width:109px; height: 11px}.separator-line-horrizontal-medium-light {width:36px; height: 3px;}.separator-line-horrizontal-medium-light2 {width:40%; height: 1px;}.separator-line-horrizontal-medium-light3 {width:18%; height: 1px;}.separator-line-horrizontal-medium-think {width:50px; height: 5px;}.separator-line-horrizontal-large-think {width:100%; height: 8px;}.separator-line-horrizontal-full {width:100%; height: 1px;}/* divider */.divider-full {width:100%; height: 1px; display: inline-block}

/* Width */.width-10 {width:10%;}.width-15 {width:15%;}.width-20 {width:20%;}.width-25 {width:25%;}.width-30 {width:30%;}.width-35 {width:35%;}.width-40 {width:40%;}.width-45 {width:45%;}.width-50 {width:50%;}.width-55 {width:55%;}.width-60 {width:60%;}.width-65 {width:65%;}.width-70 {width:70%;}.width-75 {width:75%;}.width-80 {width:80%;}.width-85 {width:85%;}.width-90 {width:90%;}.width-95 {width:95%;}.width-100 {width:100%;}.width-auto {width: auto}

/* Height */.height-1px {height: 1px}.height-2px {height: 2px}.height-3px {height: 3px}.height-4px {height: 4px}.height-5px {height: 5px}.height-6px {height: 6px}.height-7px {height: 7px}.height-8px {height: 8px}.height-9px {height: 9px}.height-10px {height: 10px}.height-50px {height: 50px}.height-60px {height: 60px}.height-70px {height: 70px}.height-50 {height: 50%}.height-100 {height: 100% !important}.height-auto {height:auto !important}.height-80px {height: 80px}.height-90px {height: 90px}.height-100px {height: 100px}.height-130px {height: 130px}.height-150px {height: 150px}.height-200px {height: 200px}.height-250px {height: 250px}.height-300px {height: 300px}.height-350px {height: 350px}.height-400px {height: 400px}.height-450px {height: 450px}.height-500px {height: 500px}.height-550px {height: 550px}.height-600px {height: 600px}.height-650px {height: 650px}.height-700px {height: 700px}.height-750px {height: 750px}.height-800px {height: 800px}.height-850px {height: 850px}.height-900px {height: 900px}.max-height-100 {max-height: 100%}.full-screen {min-height: 980px;}
/* Min  height */.min-height-100px {min-height: 100px}.min-height-200px {min-height: 200px}.min-height-300px {min-height: 300px}.min-height-400px {min-height: 400px}.min-height-500px {min-height: 500px}.min-height-600px {min-height: 600px}.min-height-700px {min-height: 700px}

.blog-separator {margin: 0 10px;}


/* icon type */.icon-very-small {font-size: 16px}.icon-small {font-size: 24px}.icon-medium {font-size: 35px}.icon-extra-medium {font-size: 40px}.icon-large {font-size: 50px}.icon-extra-large {font-size: 60px}.icon-round-small {border-radius: 100%; display: table-cell; height: 80px; margin: 0 auto; text-align: center; vertical-align: middle; width: 80px; font-size:32px}.icon-round-medium {border-radius: 100%; display: table-cell; height: 90px; margin: 0 auto; text-align: center; vertical-align: middle; width: 90px;}

.fa.icon-very-small {font-size: 16px}.fa.icon-small {font-size: 24px}.fa.icon-medium {font-size: 35px}.fa.icon-extra-medium {font-size: 40px}.fa.icon-large {font-size: 50px}.fa.icon-extra-large {font-size: 60px}.fa.icon-round-small {border-radius: 100%; display: table-cell; height: 80px; margin: 0 auto; text-align: center; vertical-align: middle; width: 80px; font-size:32px}.fa.icon-round-medium {border-radius: 100%; display: table-cell; height: 90px; margin: 0 auto; text-align: center; vertical-align: middle; width: 90px;}

/* list type */ .list-style-none{list-style: none;}