/***
 * Theme Name: Insignia
 * Author: Insignia Technolabs
 * Theme URI:  http://insignia-themes.website/main
 * 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: insignia
 ***/ 

/***
   * 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{}
.gallery-caption{}
.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;
}


.comments-area {
    margin-top: 100px;
}
.comment-form-message {
    padding: 15px 0 5px;
}


/* 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[type="submit"] {
    padding: 5px 17px;
    line-height: 31px;
    letter-spacing: 0.07em;
    background: #0d345b;
    border: none;
    color: #f7f7f7;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
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 */

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

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

#commentform input {
    padding: 7px 15px; 
    margin-bottom: 1.1em;
}


section#comments-list>ul>li {
    padding-left: 0;
}
#respond .comment-reply-title, #comments-list .comments-title {
    text-transform: uppercase;
}
/** Put Your Css Here.. **/

.page-content-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.left_section {
    width: 43%;
    float: left;
}
.right_section {
    padding-left: 48%;
}

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



/*Typography*/

body
{
-webkit-font-smoothing: antialiased;
}
p, body{
    line-height: 25px;
    letter-spacing: 0.3px;
    font-weight: normal;
    font-style: normal;
    color: #5f727f;
    font-size: 16px;
font-family: SourceSansPro;
}
a{
color:#0d345b;
}
h1 {
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 40px;
    line-height: 40px;
    font-family: Montserrat-Regular;
}

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

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

a{
-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

blockquote p {
    font-style: italic;
     margin-top: 0 !important;
}
blockquote {
    background: #f2f2f2;
    border-color: #ddd;
}


/*general css*/

img{
max-width:100%;
}

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;
    list-style-type: initial;
}
   
section#comments ul li {
    list-style: none;
}

strong {
    color: #333;
}

.blog-text-box img {
    max-width: 100%;
    height: auto;
}

.blog-img-box img{
   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-top-box 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;
}
.comment-author-input, .comment-email-input, .comment-url-input, .comment-msg-textarea{
    padding-left: 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: Raleway-Bold;
    src: url(fonts/Raleway-Bold.ttf);
}
@font-face {
    font-family: Raleway-Regular;
    src: url(fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway-SemiBold;
    src: url(fonts/Raleway-SemiBold.ttf);
}
@font-face {
    font-family: Dosis-Regular;
    src: url(fonts/Dosis-Regular.ttf);
}

@font-face {
    font-family: Dosis-Medium;
    src: url(fonts/Dosis-Medium.ttf);
}
@font-face {
    font-family: Raleway-Medium;
    src: url(fonts/Raleway-Medium.ttf);
}
@font-face {
    font-family: Slabo-Regular;
    src: url(fonts/Slabo27px-Regular.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: FjallaOne;
    src: url(fonts/FjallaOne-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);
}

@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url(fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
    font-family: PlayfairDisplay-Italic;
    src: url(fonts/PlayfairDisplay-Italic.ttf);
}
@font-face {
    font-family: PlayfairDisplay-Bold;
    src: url(fonts/PlayfairDisplay-Bold.ttf);
}

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

@font-face {
    font-family:Tangerine_Regular;
    src: url(fonts/Tangerine_Regular.ttf);
}
@font-face {
    font-family:Arapey-Italic;
    src: url(fonts/Arapey-Italic.ttf);
}
@font-face {
    font-family:Arapey-Regular;
    src: url(fonts/Arapey-Regular.ttf);
}
@font-face {
    font-family:Cabin-Regular;
    src: url(fonts/Cabin-Regular.ttf);
}

@font-face {
    font-family:OpenSans-Regular;
    src: url(fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family:Roboto-SlabRegular;
    src: url(fonts/Roboto-SlabRegular.ttf);
}

@font-face {
       font-family:JosefinSans-Regular;
    src: url(fonts/JosefinSans-Regular.ttf);
}
@font-face {
    font-family:Montserrat-UltraLight;
    src: url(fonts/Montserrat-Light.otf);
}

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



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

.logo img {
    max-height: 50px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.title-if-no-logo {
    color: #9c9c9c;
    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;
    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;
    padding-left: 0;
}
.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;
}

.invert ul.sub-sub-menu{
    right: 100% !important;
    left: auto !important;
}
ul.sub-sub-menu {
   padding-left: 0;
}
nav.header-default {
    background: #333540;
}
.default-menu-list li a {
    color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 600;
    font-size: 15px;
}
.default-menu-list .sub-nav ul {
    background: #333540;
}
.menu-not-assigned {
    text-align: center;
    padding: 20px 0;
}
.no-menu-assigned{
    padding: 15px;
    text-align: center;
    color: #9c9c9c;
    line-height: 45px;
}
/******************************
*******************************
******** header type:1*********
*******************************
*******************************/
ul#primary_menu {
   padding-left: 0;
}
.header-one-right ul li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
    line-height: 74px;
    position: relative;
}
.header-one-right .menu>li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #f69165;
    transition: width .3s;
}
.header-one-right.desktop-menu ul {
    
text-align: right;
}
.header-one-right .menu>li:hover::after {
    width: 100%;
}
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;
}
.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: 15px 15px;
}
ul.sub-sub-menu li a{
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 15px;
}
.menu>li>ul:hover>li:hover>ul:hover>li:hover>ul  {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0px;
}
li.header-one-button {
    padding: 4px 25px;
   display: inline-flex;
}
li.header-one-button a {
    padding: 12px 25px;
    background: #f5f5f5;
}

.menu>li>ul>li>ul {
    visibility: hidden;
    opacity: 0;
    left: 100%;
    top: 0px;
}
.header-one-right ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.menu .sub-menu li {
    display: block;
    line-height: 16px;
    text-align: left;
    padding:0 !important
}

li.h1-livehelp a, li.h1-livehelp span {
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
}
li.h1-livehelp i {
    float: left;
    font-size: 30px;
    padding-right: 10px;
    padding-top: 3px;
}
li.h1-livehelp {
    float: right;
    list-style: none;
    padding: 12px 25px;
    border-right: 1px solid rgb(40, 116, 167);
}
.h1-button a {
    font-size: 13px;
}

.h1-button {
	float: right;
}
.header_one_socials a i {
    line-height: 74px;
    padding: 0 5px;
}
.header_one_socials {
    float: right;
    padding-left: 5%;

}
.header-one-mobile {
    display: none;
}
@media(max-width:900px){
.header-one-mobile{
    display: block;
}
.desktop-menu{
    display: none;
}
}




@media(max-width:600px){
.header-one-top-bg {
    display: none;
}
}
@media(max-width:990px){
.header_one_socials {
    display: none;
}
}
@media(max-width:767px) and (min-width:600px){
.header-one-toggle-menu {
    top: 70px !important;
}
}


/******************************
*******************************
******** header type:2*********
*******************************
*******************************/
.header-two-right ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    line-height: 74px;
    position: relative;
}

.header-two-right {
	text-align: right;
}
.header-two-right ul li:hover>ul{
    z-index: 1;
}
.header_two_socials a i {
    line-height: 74px;
    padding: 0 5px;
}
.header_two_socials {
    float: right;
    padding-left: 5%;
}

/*topbar*/
.top_bar {
    position: relative;
    z-index: 20;
    font-size: 13px;
}
.top_bar_info_wr {
    position: relative;
    float: right;
}
.top_bar_info_wr .top_bar_info_switcher {
    position: relative;
    float: right;
    background: #ffffff;
    font-size: 13px;
}
.top_bar_info_wr .top_bar_info {
    display: none;
    float: right;
    margin: 0;
    padding: 0 6px 0 0;
    list-style: none;
}
.top_bar_info_wr .top_bar_info li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    font-size: 16px;
}
.top_bar_info_wr .top_bar_info {
    display: none;
    float: right;
    margin: 0;
    padding: 0 6px 0 0;
    list-style: none;
}
.top_bar_info_wr .top_bar_info li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 13px;
}
.top_bar_info_wr .top_bar_info li span {
    display: inline-block;
    vertical-align: middle;
    font-family: Montserrat-Regular;
}
.top_bar_info_wr .top_bar_info:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}
.top_bar_info_wr .top_bar_info_switcher .active {
    position: relative;
    cursor: pointer;
    padding: 16px 42px 16px 21px;
    color: #333;
    text-decoration: none !important;
    min-width: 160px;
font-family: Montserrat-Regular;
}
.top_bar_info_wr .top_bar_info_switcher .active:after {
    content: '';
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -2px 0 0;
}
.top_bar_info_wr .top_bar_info_switcher ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    list-style: none;
    padding: 12px 0;
    margin: 0;
    min-width: 100%;
    font-family: Montserrat-Regular;
}
.top_bar_info_wr .top_bar_info_switcher ul p:hover {
    opacity: 0.8;
}
.top_bar_info_wr .top_bar_info_switcher ul p {
    display: block;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none !important;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.active-london {
    display: none;
}

@media(max-width:991px){
.header_two_socials, .header-two-top-bg {
    display: none;
}
}
/******************************
*******************************
******** header type:3*********
*******************************
*******************************/

.menu>li li.menu-item>a:after{
    border-right: 0;

}

.header-three-bg {
    background: #ec5355 !important;
}
.header-three-right ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 53px;
    padding: 20px 0px;
}
.header-three-right ul li:hover .sub-menu {
    z-index: 1;
}
.header_three_socials a i {
    color: #333;
    line-height: 74px;
    padding: 0 5px;
}
.header_three_socials {
    float: right;
    padding-left: 5%;
}
.header-three-right>ul>li>a:after {
    content: '';
    position: absolute;
    top: auto;
    top: 0;
    right: 0;
    border-right: 1px solid #afafaf;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    height: 56px;
}
.header-three-right>ul>li>a {
    position: relative;
}
.header-three-right.desktop-menu>ul>li>a {
    padding: 0 10px;
}

li.h3-btn {
    float: right;
    list-style: none;
    padding: 7px 12px;
    border: 1px solid #0e9aaf;
    margin: 23px 0;
    border-radius: 10px;
    background: #0e9aaf;
    position: relative;
cursor: pointer;
}
li.h3-btn i {
    float: left;
    font-size: 26px;
    padding-right: 10px;
    color: #f5f5f5;
    padding-top: 3px;
}
li.h3-btn a {
    float: left;
    font-size: 9px;
    letter-spacing: 1px;
    color: #f5f5f5;
    line-height: 15px;
}
li.h3-btn a span {
    font-size: 13px;
}
li.h3-btn:before {
    content: "";
    position: absolute;
    right: 45%;
    top: 99%;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: rgb(14, 154, 175) transparent transparent transparent;
    text-align: center;
    -webkit-filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
    -moz-filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
    -ms-filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
    -o-filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(4px 2px 4px rgba(0,0,0,0.2));
}

@media(max-width:991px){
.header-three-download-btn{
display:none;
}
}
.header-three-toggle-menu{
top:70px !important;
}

/******************************
*******************************
******** 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: absolute;
    z-index: 3;
    left: 5%;
    top: 20px;
}
.header-four-logo img {
    
    margin-top: 15px;
    margin-bottom: 15px;
}

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

/******************************
*******************************
******** header type:5*********
*******************************
*******************************/

.header5-shape {
    margin: 0 auto;
    border-bottom: 30px solid rgb(255, 255, 255);
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    height: 0;
    width: 700px;
    position: relative;
bottom: -5px;
}
@media(max-width:750px){
.header5-shape{
display:none;
}
}
nav.header5-box-bg.bottom-header {
    position: relative;
}
.header-five-right ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 44px;
    position: relative;
}
.header-five-right div ul {
    text-align: center;

}.bypostauthor {}
.header-five-right ul li a {
    padding-right: 10px;
}
.header-five-right>ul>li>a{
    border-right: 1px solid;
}
.header-five-right {
	text-align: center;
    padding: 20px 0;
}

.header-five-right ul li:last-child a {
    border: none;
}

li.h5-btn {
    float: right;
    list-style: none;
    padding: 12px 12px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin: 5px 0;
}
li.h5-btn i {
    float: left;
    font-size: 27px;
    padding-top: 3px;
    padding-left: 10px;
}
li.h5-btn a {
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 16px;
}
li.h5-btn a span {
    font-size: 10px;
}
.top_bar_five {
    position: relative;
    z-index: 20;
    font-size: 13px;
}
.top_bar_info_wr_five {
    position: relative;
    float: right;
}
.top_bar_info_wr_five .top_bar_info_five {
    float: right;
    margin: 0;
    padding: 5px 6px 5px 0;
    list-style: none;
}
.top_bar_info_wr_five .top_bar_info_five li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    font-size: 16px;
}
.top_bar_info_wr_five .top_bar_info_five li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 23px;
    font-size: 13px;
}
.top_bar_info_wr_five .top_bar_info_five li span {
    display: inline-block;
    vertical-align: middle;
}
@media(max-width:1000px){
.top_bar_info_wr_five .top_bar_info_five li {
    padding: 5px 10px;
}
}
@media(max-width:750px){
.header-five-top-bg {
    display: none;
}
}
@media(max-width:991px){
 .header5-btn-main{
    display: none;
}
.header-five-toggle-menu{
    display:block !important;;
}
nav.header5-box-bg {
    clip-path: none;
}
}
@media(min-width:750px){
.header-five-toggle-menu{
    top: 55px !important;
}
}



/******************************
*******************************
******** header type:6*********
*******************************
*******************************/

.logo.six-logo {
    position: relative;
    top: 20px;
    left: 30px;
}
.header-six-right ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 65px;
    position: relative;
}
.header-six-right {
	text-align: left;
    padding: 5px 20px 0 8%;
    width: 64%;
    float: right;
}

.header-six-right:before {
    width: 0;
    height: 0;
    border-top: 73px solid;
    border-left: 114px solid transparent;
    content: "";
    position: absolute;
    left: -114px;
    top: 0;
}

.header-six-right ul li:hover .sub-menu {
    z-index: 1;
}

.header-six-right .menu>li:hover::after {
    width: 100%;
}
.header-six-right .menu>li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #0d345b;
    transition: width .3s;
}

@media(max-width:1100px) and (min-width:750px){
.header-six-right {
    padding: 25px 20px 25px 0;
}
}
.header-six-toggle-menu{
   display:block !important;
}
}

/******************************
*******************************
******** header type:7*********
*******************************
*******************************/



ul.top_bar_info-seven span {
    font-weight: 100;
}



.header-seven-right ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 50px;
    position: relative;
}
.header-seven-right div ul {
    text-align: left;
}
.header-seven-right {
	text-align: right;
}
.header-seven-right ul li:hover .sub-menu {
    z-index: 1;
}
.header-seven-right ul.sub-menu>li>a:hover , .header_seven_socials a:hover i {
    color: #f5f5f5;
}
.header-seven-right .menu>li:hover::after {
    width: 100%;
}
.header-seven-right .menu>li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #f5f5f5;
    transition: width .3s;
}
.top_bar-seven {
    position: relative;
    z-index: 20;
    font-size: 13px;
   
    width:100%;
}
.top_bar_info-seven {
    margin-top: 15px;
    margin-bottom: 0 !important;
    float: right;
    padding: 0 6px 0 0;
    list-style: none;
}
.top_bar_info-seven li {
    padding-left: 0;
}
 .top_bar_info-seven li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    font-size: 13px;
}
.top_bar_info-seven li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    font-size: 32px;
}
.top_bar_info-seven li span {
    display: inline-block;
    vertical-align: middle;
}
.header7-btn a {
    border: 1px solid;
    padding: 16px 32px;
    line-height: 53px;
    font-size: 15px;
    letter-spacing: 2px;
}
.header7-btn {
    text-align: right;
}
.header7-btn a {
   color: #fff;
}
@media(max-width:991px) and (min-width:767px){
.header7-btn a{
padding: 16px 5px;
font-size: 10px;
}

}


@media(max-width:991px){
.top_bar_info-seven{
display:none;
}
.top_bar_info_wr {
    display: none;
}
.top_bar-seven {
    display: block;
    width: auto;
}
.top_bar-seven{

 margin:0;
}
}






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


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

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



/******************************
*******************************
******** header type:8*********
*******************************
*******************************/
.header-eight-right ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 80px;
    position: relative;
}
.header-eight-right .menu>li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: width .3s;
}
.header-eight-right {
    text-align: right;
}
.header-eight-right .menu>li:hover::after {
    width: 100%;
}
.header-eight-right ul li:hover ul {
   
    z-index: 1;
   
  
}

.header_eight_socials a i {
    color: #6f6f6f;
    padding: 0 5px;
}
.top_bar_eight {
    position: relative;
    z-index: 20;
    font-size: 13px;
}
.top_bar_info_wr_eight {
    position: relative;
    float: right;
}
.top_bar_info_wr_eight .top_bar_info_eight {
    float: right;
    margin: 0;
    padding: 5px 6px 5px 0;
    list-style: none;
}
.top_bar_info_wr_eight .top_bar_info_eight li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    font-size: 16px;
}
.top_bar_info_wr_eight .top_bar_info_eight li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 23px;
    font-size: 13px;
}
.top_bar_info_wr_eight .top_bar_info_eight li span {
    display: inline-block;
    vertical-align: middle;
}
li.header_eight_socials a i {
    border: 1px solid;
    border-radius: 50%;
    line-height: 29px;
    height: 30px;
    width: 30px;
    text-align: center;
}

@media(max-width:991px){
.header-eight-top-bg {
    display: none;
}

}


/******************************
*******************************
******** header type:9*********
*******************************
*******************************/

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

.header-nine-right ul li:hover .sub-menu {
    z-index: 1;
}
.header_nine_socials {
    float: right;
    padding-left: 15px;
}
.header_nine_socials a i {
    border: 2px solid;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
margin: 20px 0px;
}
.nine-logo img {
    max-height: 50px;
    width: auto;
    margin: 10px 0;
}
@media(max-width:1200px){
.header_nine_socials {
    display: none;
}
}
@media(max-width:1200px){
.header-nine-right ul li {
    margin-right:5px;
}
}



/******************************
*******************************
******** header type:10*********
*******************************
*******************************/



.header-ten-right ul li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
    line-height: 80px;
    position: relative;
}
.header-ten-right ul li:hover .sub-menu {
    z-index: 1;
}
.header-ten-right ul {
    text-align: right;
}


@media(max-width:991px){
.header-ten-right ul li {
    margin-right: 5px;
}
.header-ten-right {
    display: none;
}
}

/******************************
*******************************
******** header type:12*********
*******************************
*******************************/



.header-twelve-right ul li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
    line-height: 80px;
    position: relative;
}
.header-twelve-right ul li:hover .sub-menu {
    z-index: 1;
}
.header-twelve-right ul.sub-menu{
    width:180px;
}
.header-twelve-right ul {
    text-align: right;
}
.header-twelve{
    display: inline-block;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.header-twelve-top-bar-left p {
    float: left;
    letter-spacing: 2px;
    padding-left: 10px;
padding-top: 6px;
}
.header-twelve-top-bar-left i {
    float: left;
    line-height: 40px;
}
.header-twelve-top-bar-left {
    font-style: italic;
}
.header-twelve-topbar {
    background: #000;
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 40px;
    position: relative;
}
.header-twelve-top-bar-right ul li {
    float: left;
    padding: 0 10px;
    list-style: none;
}
.header-twelve-top-bar-right>ul>li{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 10px;
    height: 39px;
    position: relative;
    float: right;
font-family: Arapey-Italic;
}
.header-twelve-top-bar-right>ul>li a {
    color: #b78d45;
}
.header-twelve-top-bar-right>ul>li a:hover{
    color: #ececec;

}
.header-twelve-topbar{
    padding: 0 8%;
}
.xyz:hover>img{
opacity:0.6;
}
@media(max-width:991px){
.header-twelve-topbar{
display:none;
}
.header-twelve-right ul li a{
font-size: 13px;
}
}



/******************************
*******************************
******** header type:13*********
*******************************
*******************************/
.header13-wrapper {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    display: block;
}
.header13-to-center img {
    max-height: 50px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.header13-to-center {
    line-height: 60px;
}
.header-13-right ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 52px;
    position: relative;
}
.header-13-right .menu>li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: width .3s;
}
.header-13-right .menu>li:hover::after {
    width: 100%;
}
.header-13-right ul li:hover .sub-menu {
    z-index: 1;
}
.header13-to-center {
    text-align: center;
}

.header13-btn a {
    line-height: 55px;
    color: #141433;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
}
.header13-to-center span {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.header13-btn{
    background: white;
    text-align: center;
}

li.header_13_socials {
    list-style: none;
    line-height: 60px;
}
li.header_13_socials a {
    padding: 0px 7px;
}
.header13-to-right p {
    line-height: 55px;
}
.header13-to-center {
    font-size: 25px;
}
.header13-to-center img {
    margin: 0 15px;
}
.header13-to-left, .header13-to-right {
    text-align: center;
}
@media(max-width:1200px) and (min-width:991px){
.header13-to-center {
    font-size: 20px;
}
span.header13-call-now {
    display: none;
}
}
@media(max-width:991px){
.header13-to-left, .header13-to-right{
display:none;
}
.header13-to-center span, .header13-btn{
display:none;
}
}
@media(max-width:767px){
.header13-to-center{
text-align:left;
}
}
@media(max-width:767px){

nav.header-13{
background:transparent;
}
.header13-to-center img {
   
    margin: 15px 0;
    max-height: 50px;
    width: auto;

}
}


/******************************
*******************************
******** 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: 20px;
	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-right ul {
    text-align: right;
}

.header-14{
    display: inline-block;
    width: 100%;
}
.header-14-top-bar-left p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    font-weight: 600;
}
.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;
    border-left: 1px solid #d2d2d2;
    padding: 0;
}
.header-14-top-bar-right {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    text-align: center;
    padding: 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%;
    border-bottom: 1px solid #d2d2d2;
}
.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;
}
}





/******************************
*******************************
******** 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);
}
.header-14.bottom-header.fixed-menu {
    background: #e0e0e0;
}


/*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: #ebebeb;
	clear: both;
	display: block;
	float: left;
	padding: 60px 0px;
	width: 100%;
}

.Portfolio-center-box {

	padding: 0px 23px 0px 65px;
	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	box-sizing: border-box;
	min-height: 290px;
}
.title-box {
    background: #0d345b;
    padding: 8px 10px;
    font-size: 12px;
    color: #EBEBEB;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    text-decoration: none;
    cursor: default;
}
h6.Portfolio-text {
    margin-bottom: 0;
    margin-top: 15px;
}
.Portfolio-box p {
    font-size: 16px;
    letter-spacing: 0.03em;
}
.Portfolio-right-box {
	box-sizing: border-box;
}
.Portfolio-right-box.col-md-5 {
    padding: 0 30px;
}
.Portfolio-center-box.col-md-4 {
    padding: 0 30px;
}
.Portfolio-text-color {
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
}
.portfolio-btn {
    line-height: 45px;
    margin-top: 25px;
}
.Portfolio-left-box.col-md-3 {
    padding: 0 30px;
 
    min-height: auto;
}
.Portfolio-center-box p {
    margin-top: 15px;
}
.Portfolio-right-box p {
    margin-top: 15px;
}
.buttoms-buttons {
    text-decoration: none;
    color: #0d345b;
    border: 2px solid #0d345b;
    line-height: 30px;
    margin-top: 20px;
    background: none;
    letter-spacing: 2.3px;
    padding: 9px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.buttoms-buttons:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0d345b;
}
.bottom-button{

    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    height: 38px;
    padding: 11px 17px;
    line-height: 30px;
    margin-top: 45px;
    background: none;
    letter-spacing: 2.3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.bottom-button:hover{
    text-decoration: none;
    color: #444D52;
    background-color: #fff;
}

.portfolio_bottom_sec {
    display: inline-block;
    width: 100%;
    padding: 140px 0;
    text-align: center;
    position: relative;
}
.portfolio_bottom_sec .portfolio_bottom_content {
    position: relative;
    z-index: 100;
}
.portfolio_bottom_sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #0d345b;
}
.portfolio_bottom_sec h1 {
    display: inline-block;
    margin-bottom: 50px;
    padding: 0px 35px;
    font-size: 30px;
    text-transform: uppercase;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.portfolio_bottom_sec p {
    color: #fff;
    font-size: 23px;
    font-style: italic;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
}
.testimonials-sub-text:before {
    content: '\f10d ';
    font-family: 'FontAwesome';
    float: left;
    font-size: 30px;
    color: #d0d0d0;
    position: absolute;
    margin-left: -1.2em;
    margin-top: -0.2em;
}
p.testimonials-sub-text:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    float: left;
    font-size: 30px;
    color: #d0d0d0;
    position: absolute;
    margin-left: 0.3em;
    margin-top: -0.2em;
}

/*previous next post*/
.arrowLeft a {
    display: inline-block;
    border: 1px solid #ddd;
    background: rgb(13, 52, 91);
    font-size: 21px;
    padding: 11px 18px;
    overflow: hidden;
    
}
.arrowRight a {
    display: inline-block;
    border: 1px solid #ddd;
    background: rgb(13, 52, 91);
    font-size: 21px;
    padding: 11px 18px;
    overflow: hidden;
    float: right;
}
.arrowLeft i {
    color: #ddd;
}
.arrowRight i {
    color: #ddd;
}
.arrowNav.col-md-12{
text-align:right;

}
.arrowLeft a:hover {
    background: #fff;
    border-color: #0d345b;
}
.arrowRight a:hover {
    background: #fff;
    border-color: #0d345b;
}
.arrowLeft a:hover i.fa-chevron-left,.arrowRight a:hover i.fa-chevron-right {
    color: #0d345b;
}


/* css testimonials */

.testimonials-box-bg {
	width: 100%;
	background: #fff;
	clear: both;
	float: left;
	margin: 50px 0px;
}
.testimonials-box {
	border: 2px solid #e4e4e4;
	width: 70%;
	margin: 0 auto;
	padding: 31px 35px;
	margin-top: 30px;
	margin-bottom: 40px;
}
@media(max-width:768px){
.testimonials-box {
    margin: 0 auto;
    padding: 31px 20px;
    width: 100%;
    border: none;
}
.Portfolio-left-box.col-md-3{
margin: 40px 0;
}
}
.testimonials-text {
	padding: 2% 0% 1.2% 7%;
}
.testimonials-sub-text {
    font-size: 19px;
    line-height: 36px;
    letter-spacing: 1px;
}
.testimonials-buttom-text {
   letter-spacing: 1px;
   word-spacing: 1px;
    font-weight: 100;
}
.testimonials-name {
	padding-left: 46px;
	padding-top: 10px;
       
}



@media screen and (max-width: 1200px) and (min-width: 767px) {
.Portfolio-box {
	width: 85%;
}
}
 @media screen and (max-width: 768px) and (min-width: 120px) {
.Portfolio-box {
	width: 90%;
}
.Portfolio-text-color {
	padding-right: 10px;
	display: inline-block;
}
}



/*page header */
.subpage-page-header-main-wrapper{
    position: relative;
    background-color: #e8ecef;
}
.subpage-banner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
}
.subpage-banner h3{
    margin: 0 ;
text-transform: uppercase;
}
.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;
    text-align: center;
}


/* 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;
    color: #fff;
    background-color: #0d345b;
    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;
}
}
@media screen and (min-width:1400px){
.container{
 width:1270px !important;
}

}

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


/** Navigation Cart**/

a.minicart-menu-link:before {
    content: "\f217";
    font-weight: normal;
    font-size: 19px;
    margin-right: 5px;
    line-height: inherit;
   text-align: center;
    width: 100%;
    padding-right: 3px;
    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: left;
    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 !important;
    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: 16px;
    
    text-transform: uppercase;
}
.ins_cart_content p.total strong {
    float: left;
    display: inline-block;
    padding-top: 7px;
}

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

.ins_cart_content a.button.wc-forward {
    border: 1px solid;
    padding: 6px 8px;
    margin-right: 5px;
    font-size: 14px !important;
}
.ins_cart_content a.button.wc-forward:hover {
    color: #fff !important;
    
}

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

ul.menu-depth-1 li.menu-item-depth-1 a {
    text-transform: uppercase;
}

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: rgba(31, 33, 39, 0.95);
    -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(255, 255, 255);
    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;
    border-bottom: 3px solid #3d3f41;
}
#search .serchbtn {
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -31px;
    margin-left: -45px;
    border: none;
    background: transparent;
}
#search .serchbtn i {
    font-size: 35px;
    color: #727272;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
::-webkit-input-placeholder { 
  color: pink;
}
.search-nothing-found {
    padding: 50px 0 120px;
}


.menu ul li {
    list-style: none;
}
.header-six .dl-menuwrapper {
    
    margin-bottom: 15px;
    margin-top: 15px;
}


.dl-menuwrapper{
    

    margin-bottom: 15px;
    margin-top: 15px;

}

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

}




@media screen and (max-width:960px) and (min-width:770px){

.construction-left-part {
  padding: 13px 10px 11px 10px !important;
}
.construction-left-part h4 {

   line-height: 25px;
   font-size: 18px;
}

}
.subpage-page-header-main-wrapper {
    margin-bottom: 50px;
}
.single-blog-main-header-wrapper {
    margin-bottom: 50px;
}


/*static css error page*/ 

h1.mega-title-404 {
    text-align: center;
    line-height: 170px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #0d345b;
    font-size: 200px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    padding-top: 60px;
}
h2.mega-title-not-found {
    text-align: center;
    line-height: 54px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #0d345b;
    font-size: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.header5-btn-main ul {
    padding-left: 0;
}
.cd-navigation-wrapper ul.cd-primary-nav li.menu-item-cart {
    display: none;
}
