/***
 * Theme Name: Ensign
 * Author: Insignia Technolabs
 * Theme URI:  http://insignia-themes.website/ensign
 * Author URI: http://insigniatechnolabs.com/
 * Description: Insignia 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. You can say it Guru of WordPress Themes!
 * License: GPL v2
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Version: 1.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: ensign
 ***/ 

/***
   * Table of Contents:
   *  
   * insignia 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;
}
.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"] {
	padding: 6px 10px;
	max-width: 100%;
	vertical-align: middle;
font-family:inherit;
}

input::-webkit-input-placeholder {
    font-family: inherit !important;
}
input[type="search"]::-webkit-input-placeholder {
    color: #727272;
}

textarea {
	padding: 10px;
	max-width: 100%;
	vertical-align: middle;
}



/*Comment Form */

textarea#comment::-webkit-input-placeholder {
	color:#333;
}


#respond {
   display: inline-block;
    width: 100%;
 } 

#commentform #comment {
    width: 100%;
    padding: 15px 20px;
margin-bottom: 1.1em;
}

#commentform input {
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 1.1em;
    border-width: 1px;
    box-shadow: none;
    outline: none;
    border-color: darkgrey;
}




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

.left_section {
    width: 43%;
    float: left;
}
.right_section {
    padding-left: 48%;
}
.author {
    color: #DD1B1A;
}

.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-Regular;
}
h1 {
    font-weight: 700;
   
    font-size: 40px;
    line-height: 40px;
    font-family: Montserrat-Regular;
}

h2 {
    font-weight: 700;
    letter-spacing: -0.06em;
    
    font-size: 36px;
    line-height: 40px;
    font-family: Montserrat-Regular;
}
h3 {
    font-weight: 700;
    letter-spacing: -0.06em;
   
    font-size: 28px;
    line-height: 30px;
    font-family: Montserrat-Regular;
}
h4 {
    font-weight: 700;    
    font-size: 20px;
    line-height: 20px;
    font-family: Montserrat-Regular;
}

h5 {
    font-weight: 700;
    letter-spacing: -0.06em;
    
    font-size: 18px;
    line-height: 20px;
    font-family: Montserrat-Regular;
}
h6 {
    font-weight: 700;
    letter-spacing: -0.06em;
    
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat-Regular;
}

a{
-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a {
    color: #425cbb;
}
blockquote p {
    font-style: italic;
    margin-top: 0 !important;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
    
}
blockquote.blockquote-right {
    text-align: right;
}
blockquote {
    background: #f2f2f2;
    border-color: #ddd;
    padding: 33px 55px;
}
code {
    padding: 3px 4px 5px 4px;
    color: #425cbb;
    font-size: 16px;
    background-color: #f1f4ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
pre {
    display: block;
    padding: 30px 49px;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
    color: #fff;
    border: none;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 4px solid #425cbb;
    background-color: #262626;
}
/*general css*/

table {

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

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;
}
.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;
}
section#comments ul li.allcomments-box{
    list-style: none;
padding-right:0;
}
header.comment-meta.author-info .fn a {
    border: none;
    color: #5f727f;
    padding: 0 !important;
    font-family: Montserrat-Regular;
    font-weight: 100;
}

.reply.comment-reply-link.ins_comment_rpl a {
    font-family: Montserrat-Regular;
    font-size: 16px;
 
    font-weight: 400;
    display: block;
    margin: 10px 0px 0px;
    border-width: 2px;
    border-style: solid;
   
    border-image: initial;
    padding: 3px 13px;
}


/*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: gillsans-Regular;
    src: url(fonts/hinted-GillSans.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(fonts/Montserrat-Regular.ttf);
}


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






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

.logo img {
  
    width: auto;
    margin-top: 15px;
   
}
.title-if-no-logo {
    color: #e6e6e6;
    font-size: 28px;
    line-height: 45px;
    padding: 14px 0;
    text-transform: uppercase;
}
input#partner_partner {
    width: 100% !important;
}

.absolute-header {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
}
.insignia-button {
    color: white;
    border: none;
    padding: 9px 16px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.insignia-button:hover {
    color:white;
}
.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;
    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;
    -webkit-transition: all .75s;
    transition: all .75s;
}
.header-top-menu-right .menu>li ul {
    position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 225px;
    opacity: 0;
    display: none;
}

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: 100%;
    top: 0;
   
    z-index: 1;
  

}
ul.menu-depth-2.sub-sub-menu li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 15px;
}
ul.menu-depth-1.sub-menu.sub-nav-group li{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    display: block;
    line-height: 50px;
}

.invert ul.sub-sub-menu{
    right: 100% !important;
    left: auto !important;
}

nav.header-default {
    background: #425cbb;
}
.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: 15px;
    text-align: center;
    color: #e6e6e6;
    line-height: 40px;
}


.header-nine-right ul li {
	display: inline-block;
	margin-right: 16px;
	vertical-align: middle;
    line-height: 74px;
    position: relative;
}

.header-nine-right ul li:hover .sub-menu {
    z-index: 1;
}
.nine-logo a img {
    padding: 10px 0;
}


/******************************
*******************************
******** 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: 3;
    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;
    height: 100%;
    width: 100%;
    padding: 0 20px 10px;
    box-sizing: border-box;
}
.header-four-main-wrapper {
    height: 100%;
}

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

.header-one-mobile {
    display: none;
}
.dl-menuwrapper .menu>li>ul>li>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0px;
}

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


/******************************
*******************************
******** header type:14*********
*******************************
*******************************/
.header-14-right .menu>li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: width .3s;
}
.header-14-right .menu>li:hover::after {
    width: 100%;
}


.header-14-right ul li {
	display: inline-block;
	margin-right: 18px;
	vertical-align: middle;
    line-height: 74px;
    position: relative;
}

.header-14-right ul li:hover .sub-menu {
    z-index: 1;
}
.header-14-right ul.sub-menu{
    width:180px;
}
.header-14-top-bar-left p {
    font-size: 14px;
}
.header-14-top-bar-left i {
    line-height: 40px;
    padding-right: 10px;
    font-size: 15px;
}
.header-14-top-bar-left {
    color: #3e3c3c;
    text-align: center;
    padding: 0;
}
.header-14-top-bar-right {
    padding: 0;
}
.header-14-top-bar-right ul {
    padding-left: 0;
}
.header-14-topbar {
    height: 40px;
    line-height: 40px;
    position: relative;
}
.header-14-top-bar-right li {
    display: inline-block;
    padding: 0 5px;
    list-style: none;
}
.header-14-top-bar-right>li{
    height: 39px;
font-family: Arapey-Italic;
}
.header-14-topbar{
    padding: 0 8%;
}
.xyz:hover>img{
opacity:0.6;
}

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


@media(max-width:991px){
.header-14-topbar{
display:none;
}
.header-14-right ul li a{
    font-size: 12px;
    letter-spacing: 0px;
}
}

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;
}
.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 15px;
}
ul.sub-sub-menu li a{
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 15px;
}



/******************************
*******************************
******** 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*/
.fixed-menu {
    position: fixed;
    top: 0;
    z-index: 99;
    right: 0;
    left: 0;
transition: all 0.4s ease;
}
.logged-in .fixed-menu {
    top: 31px !important;
}
@media(max-width:767px){
.logged-in .fixed-menu {
    top: 0 !important;
}
}
.fixed-menu
nav.header-nine.bottom-header.fixed-menu {
    background: rgba(66, 92, 187, 0.63);
}


/*Footer*/

.footer-copyright p {
    text-align: center;
    margin: 0;
}
.footer-copyright {
    padding: 15px 0;
}
#footer .widget-title{
margin-bottom: 10px;
}
#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;
padding: 7px 0 7px 10px;
}
#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;
}
/*portfolio css*/
/*Single Portfolio*/

.Portfolio-bg {
	background-color: #fff;
	clear: both;
	display: block;
	float: left;
	padding: 60px 0px;
	width: 100%;
}

/*page header */
.subpage-page-header-main-wrapper{
    position: relative;
}
.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;
}
.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 */
.error-404 {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}
h2.mega-title-not-found {
    text-transform: uppercase;
    letter-spacing: 4.5px;
}
h2.mega-title-not-found span {
    font-weight: 800;
}
p.error-404-info {
    letter-spacing: 1px;
    padding: 0 25%;
}
@media(max-width:767px){
p.error-404-info {
    padding: 0 5%;
}
}
.backtohome a {
    padding: 15px 30px;
    background: #425cbb;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 2px;
}
.backtohome a:hover {
    text-decoration: none;
}
.backtohome {
    margin-top: 50px;
}

/*Footer widget column css*/
.column-1 {
    width: 100%;
    padding: 0 10px;
    min-height: 1px;
    position: relative;
}
.column-2 {
    width: 50%;
    float: left;
    padding: 0 10px;
    min-height: 1px;
    position: relative;
}
.column-3 {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
    min-height: 1px;
    position: relative;
}
.column-4 {
    width: 25%;
    float: left;
    padding: 0 10px;
    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: 50px;
    right: 50px;
    display: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
        border: 1px solid transparent;
    padding: 6px 12px;
    background: #312f2f;
}
a#smoothup:after {
    content: "\f106";
    font-family: FontAwesome;
   color: #b1a5a5;
    font-size: 35px;
}



/** 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;
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    padding: 5px 15px 5px 15px;
    white-space: nowrap;
    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;
    display:block !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;
}

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: 300;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    text-align: center;
    font-family: PlayfairDisplay-Regular;
}
#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-six .dl-menuwrapper {
    top: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dl-menuwrapper{
    margin-top: 10px;

}

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

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;

}

/*portfolio archive*/

.portfolio-main-wrapper {
    margin: 60px 0;
}
.portfolio-content {
  margin: auto;
  overflow: hidden;
}
.portfolio-content-masonry{
  position: relative;
}

.portfolio-content .content-overlay {
  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;
}

.portfolio-content:hover .content-overlay{
  opacity: 1;
}

.portfolio-content img{
  width: 100%;
  height: auto;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio-content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h5{
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}
.content-details .content-text a {
    display: block;
    color: #f5f5f5;
}
.fadeIn-bottom{
  top: 80%;
}
#more_posts span {
    padding: 10px 30px;
    background: #337ab7;
    color: #f5f5f5;
    text-transform: uppercase;
    cursor: pointer;
}
#more_posts {
    text-align: center;
    margin-bottom: 60px;
}
.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.port-grid-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    background-clip: border-box;
    overflow: hidden;
}
.port-grid-bg:before {
    content: "";
    display: block;
    padding-top: 100%;
}





input.ensign-seo-test-text-box::-webkit-input-placeholder {
  color: #FFF;
}
.ensign-subscribe-form-text-box::-webkit-input-placeholder
{ color: #adadad;
}




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

#footer {
    background-color: #ececec;
    bottom: 0px;

}
section#content {
    background: #fff;
      z-index: 1;
}



/*****  ensign common class css    ****/


p.ensign-sub-text {
    font-family: Montserrat,Arial, Helvetica, sans-serif;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
    font-size: 16px;
}

.ensign-center-box {
    text-align: center;
}
.ensign-left-box {
    text-align: left;
}
.ensign-right-box {
    text-align: right;
}
.ensign-rounded-button {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding:8px 36px;
    border-radius: 60px;
    display: inline-block;
    margin: 25px 0px;
-webkit-transition: all ease-in-out 0.5s;
    cursor: pointer;
letter-spacing: 0.08em;
}
.ensign-rounded-button-small {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 60px;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.5s;
}
.ensign-rounded-border-button
{   border: 2px solid;
    background: none !important;
}
.ensign-border-button
{   border: 2px solid #fff;     background: none !important;

   
}
.ensign-rounded-button:hover {
    box-shadow: 0px 1px 16px 3px #b0adad;
}
.ensign-rounded-button-small:hover {
    box-shadow: 0px 1px 16px 3px #b0adad;
}
.ensign-rounded-button:hover i {
    padding-right: 10px;
    transform: scale(1.2);
    -webkit-transition: all ease-in-out 0.5s;
}

a.ensign-rounded-radius-button {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 36px;
    border-radius: 5px;
    display: inline-block;

}
a.ensign-rounded-radius-button i
{padding-right: 5px;
}


a.ensign-rounded-radius-button:hover {
    box-shadow: 0px 1px 16px 3px #b0adad;
}
a.ensign-rounded-radius-button:hover i {
    padding-right: 10px;
    transform: scale(1.2);
    -webkit-transition: all ease-in-out 0.8s;
}


.ensign-subscribe-form-text-box {
       font-size: 12px;
    background: none;
    border: 1px solid #d4d4d4;
    width: 36%;
    margin-right: 33px;
    color: #fff;
    border-radius: 5px;
}
.ensign-subscribe-form-box .ensign-themes-bg {
    border: none;
    color: #fff;
    height: 49px;
    border-radius: 5px;
}

.ensign-icon-box i
{
    font-size: 35px;
    display: inline-block;
   -webkit-transition: all ease-in-out 0.8s;
}
.white-color {
    color: #fff;
}



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















.ensign-book-and-about-contact-form input {
    border: none;
}
.contact-form-book-and-about-text-box {
    background: none;
    border:1px solid #c7c7c7 !important;
    border-radius: 60px;
    padding: 0px 23px !important;
    width: 45%;
    margin-right: 30px;
    margin-bottom: 37px;
    height: 54px;
}
.ensign-book-and-about-contact-form textarea {
    width: 94%;
    height: 300px;
    border-radius: 20px;
}




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

.ins-popup-video .insignia-video-popup:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.ins-popup-video .insignia-video-popup:hover {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.ins-popup-video .insignia-video-popup:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}







/******* timeline css ****/




.timeline-both-side{
  position: relative; 
    list-style-type: none;
}
.timeline-both-side:before{
    background-color: #d8d8d8;
    bottom: 0;
    content: " ";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
}

.timeline-both-side li {
 position: relative;
    list-style: none;
    display: block;
    width: 100%;
    clear: both;
}
.timeline-both-side li .border-line{
      height: 1px;
    left: 50%;
    margin-left: -7.9%;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 6%;
    z-index: 100;
}
.timeline-both-side li.opposite-side .border-line{
      left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -4.3%;
}
.border-line:before {
    background: #fff;
    content: "";
    height: 16px;
    position: absolute;
    right: -9px;
    top: -7px;
    width: 16px;
    border-radius: 100%;
    border: 3px solid;
}
.timeline-both-side li.opposite-side .border-line:before{
  left: -8px; 
  right: auto;
}
.timeline-both-side li.opposite-side .timeline-description{
  float: right;
}
ul.timeline-both-side li:hover .border-line:before {
       border-color: #000;
}
 
.timeline-box:before {
    width: 13px;
    height: 13px;
    display: block;
    content: "";
    background: #ffea00;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
}
.left-side{
    width: 99%;
    text-align: right;
}
.timeline-title-text-box {
    text-align: right;
    width: 45%;
}


li.opposite-side.first {
    margin-top: -89px;
}
.timeline-buttom-text-box .sal-title-text {
    text-transform: uppercase;
}
.ensign-timeline-left-box {
    float: left;
    width: 40%;
   text-align: right;
}
.ensign-timeline-right-box {
    float: right;
    width: 43%;
text-align: left;
}

.ensign-events-timeline-description img {
    display: inline-block;
}
.ensign-events-timeline-description h6 {
    display: inline-block;
    margin-left: 19px;
}
.ensign-events-timeline-description h4 {
    font-size: 15px;
}
.ensign-events-timeline-main-box {
    margin-top: 50px;
}
.ensign-events-timeline-menu ul {
    border-bottom: 1px solid #bebebe;
}

.ensign-events-timeline-menu ul li a {
    border-bottom: 5px solid transparent;
    border-radius: 0px;
}
.ensign-events-timeline-menu ul li {
    margin: 0% 4.5%;
    text-align: center;
}
.ensign-events-timeline-menu ul li a p {
    margin: 0px;
}
.ensign-events-timeline-menu ul li a h6 {
    margin: 0px;
    text-transform: uppercase;
}
ul.timeline-both-side:after {
    width: 20px;
    height: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #425cbb;
    content: "";
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -15px;
}


/** Navigation Cart**/

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;
    visibility: hidden;
    white-space: normal;
    width: 305px;
    border-top: 0;
   /* transition: transform .1s linear .5s,opacity .1s linear .5s,visibility .1s linear .5s;
    -moz-transition: transform .1s linear .5s,opacity .1s linear .5s,visibility .1s linear .5s;
    -webkit-transition: transform .1s linear .5s,opacity .1s linear .5s,visibility .1s linear .5s;*/
    opacity: 0;
    transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    padding: 23px 0 0;
    border: 1px solid #fff;
    background-color: #fff;
    border-color: #dfe5e8;
    left: auto;
    right: 0;
    padding-top: 0 !important;
    display: none;
}

li.menu-item.menu-item-cart:hover .minicart {
    visibility: visible;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .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: 999999;
    display: block;
}

.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: 0 24px !important;
}
ul.cart_list.product_list_widget li {
    display: inline-block;
    padding: 4px 0 0 0 !important;
    margin: 26px 0 0 0 !important;
    width: 100%;
    border: 0;
    position: relative;
    line-height: 25px;
    text-align: left;
}
ul.cart_list.product_list_widget li a img {
    float: right;
    margin-right: 17px;
    margin-top: -4px;
    position: relative;
    width: 60px;
    height: 60px;
}
ul.cart_list.product_list_widget li a {
    margin: 0 5px 0 0;
    border: 0;
    padding: 0;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 15px !important;
    color: #5f727f;
    letter-spacing: 0 !important;
    text-transform: capitalize;
}
ul.cart_list.product_list_widget li a.remove {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -14px;
    top: -7px;
    cursor: pointer;
    font-size: 22px !important;
    display:block
}
.ins_cart_content p.total {
    padding: 15px 24px 0;
    margin-top: 24px;
    font-weight: 400;
    font-size: 15px;
   
   text-transform: capitalize;
}
.ins_cart_content p.total strong {
    float: left;
    display: inline-block;
    padding-top: 7px;
    color:#5f727f !important;
}

.ins_cart_content p.total span.woocommerce-Price-amount.amount {
    color: #767676;
    float: right;
    font-size: 18px;
        position: relative;
    top: 7px;
}
.ins_cart_content p.buttons {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 10px;
        margin-top: 24px;
    margin-bottom: 20px;
}

.ins_cart_content a.button.wc-forward {
    border: 1px solid;
    padding: 8px 18px;
    margin-right: 5px;
    font-size: 14px !important;
    
}
a.button.checkout.wc-forward:hover {
    color: #fff;
}
a.button.view_cart_btn.wc-forward:hover {
    color: #425cbb;
}
a.button.wc-forward:hover {
    color: #fff;
}
input.button.size-lg {
    background: #425cbb;
}
a.checkout-button.button.icon_right.size-lg {
    background: #425cbb;
}
.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: #425cbb;
}



/**
*
*Commen css
*
**/

/*social media icon css*/
.ensign-about-me-about-text-box ul {
    margin-top: 22px;
}
.ensign-about-me-about-text-box ul li {
    display: inline-block;
        margin-right: 10px;
}
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%;
}
.ensign-about-me-about-text-box ul li a {
    width: 36px;
    height: 36px;
    display: block;
    color: #fff;
    line-height: 39px;
    text-align: center;
}


/*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;
}
/*Video Format*/
.blog-3-column-details-wrapper .flex-video iframe {
    height: 240px !important;
    width: 100% !important;
}
/*Audio Format*/
.ensign-blog-demo-five-box audio.audio {
    width: 100%;
    margin-top: 0;
    border: none;
}
/*Quotes Format*/
.archive_quotes-text-wrapper {
    padding: 2.5em;
}
.archive_quote-link a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
h5.archive_quote-author {
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-top: 25px;
}

/*Image Hover effect */
.blog-gallery-box{
	margin-top: 40px;
	margin-bottom: 40px;
}
.effects {
  padding-left: 15px;
}
.effects .post-img-hover {
  position: relative;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
}
.effects .post-img-hover:nth-child(n) {
  margin-right: 5px;
}
.effects .post-img-hover:first-child {
  margin-left: -15px;
}
.effects .post-img-hover:last-child {
  margin-right: 0;
}
.effects .post-img-hover img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: solid 3px #fff;
  text-align: center;
  color: #fff;
  line-height: 44px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.effect-6 .post-img-hover.hover .overlay {
  opacity: 1;
}
.effect-6 .post-img-hover.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

@media only screen and (max-width: 1100px) {
  .effects {
    padding-left: 5px;
  }
  .effects .post-img-hover:nth-child(n) {
    margin-right: 5px;
  }
  .effects .post-img-hover:first-child {
    margin-left: 0;
  }
  .effects .post-img-hover:nth-child(2n-1) {
    margin-left: -5px;
  }
  .effects .post-img-hover:nth-child(2n) {
    margin-right: 0;
  }
  .effects .post-img-hover:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .effects .post-img-hover {
    width: 100%;
  }
  .effects .post-img-hover:nth-child(n) {
    margin-right: 0;
  }
  .effects .post-img-hover:first-child {
    margin-left: 0;
  }
  .effects .post-img-hover:nth-child(2n-1) {
    margin-left: 0;
  }
  .effects .post-img-hover:nth-child(2n) {
    margin-right: 0;
  }
  .effects .post-img-hover:last-child {
    margin-right: 0;
  }
  .effects .post-img-hover img {
    margin: 0 auto;
  }
}



/*End Image hover effect*/






.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;
}
.woocommerce-breadcrumb {
    text-align: center;
}
.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;
}
@media screen and (max-width: 770px){

.top-header, .bottom-header {
    height: 68px;
}
}

ul.menu-depth-2.sub-sub-menu {
    padding-left: 0;
}
@media (max-width: 900px){
.header-one-mobile {
    display: block;
}
.desktop-menu {
    display: none;
}
}



#wp-calendar{
     position: relative;

}

input[type="submit"] {
    padding: 5px 17px;
    line-height: 31px;
    letter-spacing: 0.07em;
    background: #425cbb;
    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;
}
h1.mega-title-404{
   margin-top:50px;

}

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

.player .vp-player-inner {
    border: 6px solid #fff;
}
