@charset "UTF-8";
/*
 *
 *
 * ---------------------------------------------------------
 * ROUTE CSS SITEMAP
 * ---------------------------------------------------------
 * 01. NORMALIZE
 * 02. BASE
 * 03. LAYOUT
 * 04. BLOG
 * 05. WIDGETS
 * 06. PORTFOLIO
 * 07. HELPERS
 * 08. OTHERS
 * ---------------------------------------------------------
 *
 *
 */
/*
 * ---------------------------------------------------------
 * 01. NORMALIZE
 * ---------------------------------------------------------
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Jameel Noori Nastaleeq';
  src: url('./fonts/JameelNooriNastaleeqKasheeda.woff2') format('woff2'),
      url('./fonts/JameelNooriNastaleeqKasheeda.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body.rtl{
  font-family: 'Jameel Noori Nastaleeq' !important;
}

@font-face { font-family: 'AlQalamFakharNaveed'; 
  src: url('./fonts/AlQalamFakharNaveed.eot?#iefix') 
  format('embedded-opentype'), url('./fonts/AlQalamFakharNaveed.woff') 
  format('woff'), url('./fonts/AlQalamFakharNaveed.ttf') 
  format('truetype'), url('./fonts/AlQalamFakharNaveed.svg#AlQalamFakharNaveed') 
  format('svg'); font-weight: normal; font-style: normal; }
@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-Heavy.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-DemiItalic.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-DemiItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-Light.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-BoldItalic.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-Demi.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr Ultra';
  src: url('./fonts/AvenirNextCyr-UltraLightIt.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-UltraLightIt.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('./fonts/AvenirNextCyr-Thin.woff2') format('woff2'),
      url('./fonts/AvenirNextCyr-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
  margin: 0;
}
body,h1,h2,h3,h4,h5,h6,.cs-link {
  
  font-family: 'Avenir Next Cyr' !important;
}
body.rtl, .rtl h1, .rtl h2, .rtl h3, .rtl h4,.rtl h5,.rtl h6,.rtl .cs-link {
  
  font-family: 'Jameel Noori Nastaleeq' !important;
}
body.rtl{
  
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
#page-header .page-title {
  margin: 0;
  color: #fff;
  font-size: 65px !important;
  font-weight: 300 !important;
}

.route_widget .widget-title h4 {
  font-size: 25px !important;
  color: #ffffff !important;
  background-color: rgb(255, 94, 0);
  margin-bottom: 0 !important;
  padding: 20px !important;
  margin: 0 !important;
  font-weight: 400 !important;
  border-radius: 20px 54px 0 0;
  background: linear-gradient(199deg, #f15d22, #902900);
}
* {
 
  
  /* Calculation */
  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Ranges from 421px to 1199px */
}



audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * ---------------------------------------------------------
 * 02. BASE
 * ---------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #555;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

b,
strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  margin-bottom: 20px;
}

::selection {
  color: #fff;
  background-color: #428bca;
}

::-moz-selection {
  color: #fff;
  background-color: #428bca;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
}

h1,
h2,
h3 {
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-bottom: 10px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
  /*
  &:last-child:empty,
  &:first-child:empty{
    display: none;
  }
  */
}
p:last-child {
  margin-bottom: 0;
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #777777;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.transition-all-1s, #cs-mobile-icon i {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.transition-all-2s, .cs-top-module > a,
.cs-top-module .cs-open-modal, .cs-module-social a, .cs-sticky-item, .cs-menu-effect .cs-link-depth-0:before, #navigation-mobile .cs-dropdown-plus, #navigation-mobile .cs-dropdown-plus .fa, #navigation-mobile a, #mobile-search input, #cs-fixed-nav ul li a, .cs-breadcrumb a, #colophon a, #cs-footer-block-before a,
#cs-footer-block-after a, #copyright a, #cs-top, .entry-image-overlay, .gallery-caption, .widget_calendar tbody a, .portfolio-loop a, .portfolio-item-info, .portfolio-item-block, .ajax-close {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.transition-all-3s, #site-nav ul li ul li .cs-link, .cs-lang-top-modal ul li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.opacity-2s, .isotope-wrapper, .portfolio-item-block .item-icon {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.user-select-none, #site-header-shadow, #cs-mobile-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fa-before, .related-posts ul li a:before, #cancel-comment-reply-link:before,
.comment-reply-link:before, .comment-metadata time:before,
.comment-metadata .comment-edit-link:before, .widget_recent_entries .post-date:before, .widget_recent_comments .recentcomments:before, .widget_pages a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  color: #999;
}

div.wp-caption .wp-caption-text {
  padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/*
 * ---------------------------------------------------------
 * 03. LAYOUT
 * ---------------------------------------------------------
 */
/**
 * =========================================
 * - BOXED-LAYOUT
 * =========================================
 */
.cs-boxed-layout #header-before,
.cs-boxed-layout #page {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.cs-boxed-layout #main {
  background-color: #fff;
}

.cs-boxed-layout #top-bar,
.cs-boxed-layout #masthead {
  max-width: 1200px;
}

.cs-header-left.cs-boxed-layout #masthead .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  z-index: 100;
}

.cs-boxed-layout #site-nav > ul > li:first-child {
  border-left: none;
}

.cs-boxed-layout #site-nav > ul > li:last-child {
  border-right: none;
}

/**
 * =========================================
 * - TOP BAR
 * =========================================
 */
#top-bar {
  position: relative;
  color: #555;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e8e8e8;
  line-height: 36px;
}

.cs-top-module {
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin-right: -1px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  font-size: 11px;
  line-height: 35px;
}
.cs-top-module:first-child {
  border-left: none;
  padding-left: 0;
}
.cs-top-module:last-child {
  border-right: none;
  padding-right: 0;
}
.cs-top-module > a,
.cs-top-module .cs-open-modal {
  color: #333;
  display: inline-block;
}
.cs-top-module > a:hover,
.cs-top-module .cs-open-modal:hover {
  color: #428bca;
  text-decoration: none;
}
.cs-top-module .cs-in {
  margin-right: 5px;
}
.cs-top-module .cs-down {
  margin-left: 2px;
}

.cs-top-left {
  float: left;
  margin-bottom: -1px;
}

.cs-top-right {
  float: right;
  margin-bottom: -1px;
}

.cs-modal-content-hover,
.cs-modal-content {
  display: none;
  position: absolute;
  z-index: 250;
  left: 0;
  width: 300px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.7em;
  margin-top: -2px;
  color: #555;
  background-color: #fff;
  border-top: 2px solid #428bca;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
}

#site-nav .cs-module-search,
.cs-top-right .cs-modal-content-hover,
.cs-top-right .cs-modal-content {
  left: auto !important;
  right: 0;
}

.cs-module-search .cs-search-form {
  margin: -10px;
}
.cs-module-search input {
  font-size: 12px !important;
  border: none !important;
  padding: 19px 30px 19px 12px;
  height: 50px !important;
  line-height: 15px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
.cs-module-search input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cs-module-search button {
  top: 15px !important;
}

.cs-module-social {
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1;
}
.cs-module-social a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  line-height: 36px;
  width: 36px;
}
.cs-module-social a:hover {
  color: #fff !important;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.cs-module-social .cs-in {
  margin: 0;
}

.cs-module-menu .cs-open-modal-pointer {
  cursor: pointer;
}
.cs-module-menu .cs-top-modal-hover {
  display: inline-block;
}

/**
 * =========================================
 * - HEADER
 * =========================================
 */
#site-logo a {
  display: block;
  line-height: initial;
  height: initial !important;
  transition: 2s all ease-out;
}
#site-logo img {
  padding-top: 5px;
  padding-bottom: 5px;
}
#site-logo h1 {
  margin: 0;
  font-weight: 700;
}
#site-logo h1 a {
  color: #333;
}
#site-logo h1 a:hover {
  color: #428bca;
  text-decoration: none;
}
#site-logo .cs-logo2x {
  display: none;
}
#site-logo .cs-logo1x {
  display: inline-block !important;
}

#masthead {
  /*position: relative;*/
  width: 100%;
  background-color: #fff;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 9999999;
}
#masthead.is-sticky {
  position: fixed !important;
  z-index: 999;
  top:54px;
}

#site-logo.is-sticky {
  position: fixed !important;
  z-index: 9999999;
  top: -5px;
  width: 211px;
  border-radius: 0;
  box-shadow: none;
  transition: 0.1s all ease-out;
 
}

.cs-header-default #site-logo {
 
  transition: 0.1s all ease-out;
}
#masthead.is-compact {
  background-color: rgba(255, 255, 255, 0.95);
}
#masthead .container {
  position: relative;
}
#masthead .cs-inner {
  float: left;
  width: 100%;
  position: relative;
}

.admin-bar .is-sticky {
  top: 32px !important;
}

#site-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#site-nav ul li {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
}
#site-nav ul li ul {
  display: none;
  position: absolute;
  z-index: 300;
  top: 100%;
  width: 250px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.07);
}
#site-nav ul li ul li .cs-link {
  display: block;
  position: relative;
  padding: 12px;
  color: #333;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}
#site-nav ul li ul li .cs-link:hover {
  color: #428bca;
  background-color: #f8f8f8;
  text-decoration: none;
}
#site-nav ul li ul li .cs-link {
  
  font-size: 16px !important;
  line-height: 1em !important;
  font-style: normal !important;
  font-weight: 700 !important;
}
#site-nav ul li ul li .cs-link > .cs-in {
  margin-right: 5px;
}
#site-nav ul li ul ul {
  top: 0;
  left: 100%;
}
#site-nav > ul > li {
  float: left;
}
#site-nav > ul > li > .cs-link , #site-nav > ul > li > .sf-with-ul {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  --max-font: 12.8;
  --min-font: 8;
  color: #fff;
    font-weight: 600!important;
  font-size: var(--responsive);
}
#site-nav > ul > li > .cs-link:hover {
  color: #428bca;
  text-decoration: none;
}
#site-nav > ul > li > .cs-link > .cs-in {
  margin-right: 5px;
}
#site-nav > ul > li > ul {
  border-top: 2px solid #428bca;
  margin-top: -2px;
}
#site-nav > ul > li > ul > li:first-child > .cs-link {
  border-top: none;
}
#site-nav .cs-menu-cart:last-child a,
#site-nav .cs-menu-search:last-child a {
  padding-right: 0;
}
#site-nav .cs-mega-menu {
  position: inherit;
}
#site-nav .cs-mega-menu > ul {
  width: 100%;
  left: 0;
}
#site-nav .cs-mega-menu > ul > li {
  float: left !important;
  padding: 0 !important;
}
#site-nav .cs-mega-menu > ul > li:last-child {
  border: none;
}
#site-nav .cs-mega-menu > ul > li:last-child a {
  border-right: none !important;
}
#site-nav .cs-mega-menu > ul > li .cs-link {
  border-right: 1px solid #eeeeee;
}
#site-nav .cs-mega-menu > ul > li .cs-title {
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 15px;
  border-top: none;
  color: #555555;
  background-color: #f5f5f5;
}
#site-nav .cs-mega-menu > ul > li .cs-title:hover {
  color: inherit;
}
#site-nav .cs-mega-menu > ul > li .cs-title:after {
  display: none;
}
#site-nav .cs-mega-menu > ul > li ul {
  clear: both;
  display: block !important;
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#site-nav .cs-custom,
#site-nav .cs-natural {
  position: relative;
}
#site-nav .cs-col-2 > ul {
  width: 400px;
}
#site-nav .cs-col-3 > ul {
  width: 525px;
}
#site-nav .cs-col-4 > ul {
  width: 600px;
}
#site-nav .cs-col-5 > ul {
  width: 500px;
}
#site-nav .cs-col-6 > ul {
  width: 600px;
}
#site-nav .cs-right > ul {
  left: auto !important;
  right: 0;
}
#site-nav .cs-label {
  position: relative;
  top: -5px;
  left: 3px;
  padding: 1px 4px;
  font-size: 9px;
  text-transform: uppercase;
}
#site-nav .cs-column-title {
  cursor: inherit;
}
#site-nav .cs-content {
  display: block;
  font-size: 11px;
  padding-top: 5px;
  opacity: 0.7;
}
#site-nav .cs-full-content {
  margin: 10px;
}
#site-nav .current-menu-ancestor > .cs-link,
#site-nav .current-menu-item > .cs-link {
  color: #428bca;
}

#nav-search {
  font-size: 13px !important;
}

#site-header-shadow {
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
#site-header-shadow:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 100% / 5px;
  -webkit-border-radius: 100% 5px;
  border-radius: 100% / 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.cs-header-default .cs-sticky-item {
  height: 100px;
  line-height: 100px;
}
.cs-header-default .is-compact .cs-sticky-item {
  height: 50px;
  line-height: 50px;
}
.cs-header-default #site-logo {
  float: left;
  max-width: 85%;
 
}
.cs-header-default #site-logo img {
  max-height: 100%;
}
.cs-header-default #site-nav {
  float: right;
  padding-left: 20px;
  padding-right: 60px;
  width: 100%;

}
.custom-top-menu #site-nav{

  width:auto;
}
.main-navigation,#menu-topmenu{
  float: right;
}
.cs-header-left #masthead {
  border-top: 1px solid #eeeeee;
}
.cs-header-left .cs-sticky-item {
  height: 50px;
  line-height: 50px;
}
.cs-header-left .is-compact .cs-sticky-item {
  height: 40px;
  line-height: 40px;
}
.cs-header-left #header-logo-wrap {
  display: table;
  position: relative;
  width: 100%;
}
.cs-header-left #site-logo {
  display: table-cell;
  vertical-align: middle;
  max-width: 85%;
}
.cs-header-left #site-logo-right {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
.cs-header-left #site-logo-right-content {
  float: right;
}
.cs-header-left .cs-depth-0 {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin-right: -1px;
}
.cs-header-left .cs-menu-cart,
.cs-header-left .cs-menu-search {
  float: right !important;
}
.cs-header-left .cs-menu-cart:last-child a,
.cs-header-left .cs-menu-search:last-child a {
  padding-right: 10px !important;
}
.cs-header-left #cs-mobile-icon {
  right: 5px;
}

.cs-header-center #masthead {
  border-top: 1px solid #eeeeee;
}
.cs-header-center .cs-sticky-item {
  height: 50px;
  line-height: 50px;
}
.cs-header-center .is-compact .cs-sticky-item {
  height: 40px;
  line-height: 40px;
}
.cs-header-center #site-logo {
  text-align: center;
}
.cs-header-center #site-nav {
  display: table;
  margin: 0 auto;
}
.cs-header-center .cs-depth-0 {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin-right: -1px;
}
.cs-header-center .cs-depth-0:first-child,
.cs-header-center .cs-depth-0:last-child {
  border: none;
}
.cs-header-center #cs-mobile-icon {
  text-align: center;
  position: relative;
  top: auto;
  right: auto;
  margin-top: 0;
  padding: 15px 10px;
}
.cs-header-center #nav-search {
  padding-right: 10px !important;
}

.cs-header-fancy .cs-sticky-item {
  height: 100px;
  line-height: 100px;
}
.cs-header-fancy .is-compact .cs-sticky-item {
  height: 50px;
  line-height: 50px;
}
.cs-header-fancy #site-logo {
  text-align: center;
  max-width: 100%;
}
.cs-header-fancy #site-logo img {
  max-height: 100%;
}
.cs-header-fancy .cs-fancy-row {
  display: table;
  margin: 0 auto;
}
.cs-header-fancy .cs-fancy-logo,
.cs-header-fancy .cs-fancy-right,
.cs-header-fancy .cs-fancy-left {
  float: left;
}
.cs-header-fancy .cs-fancy-logo {
  padding-left: 20px;
  padding-right: 20px;
}
.cs-header-fancy #site-nav > ul > li > .cs-link {
  padding-left: 15px;
  padding-right: 15px;
}

.cs-down-icon #site-nav .menu-item-has-children > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
  opacity: 0.5;
}

#site-nav .menu-item-has-children .menu-item-has-children > a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.cs-menu-effect .cs-link-depth-0:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 2px;
  background-color: #428bca;
  opacity: 0;
}

.cs-menu-effect .cs-link-depth-0:hover::before {
  opacity: 1;
}

.cs-menu-effect-1 .cs-link-depth-0:before,
.cs-menu-effect-2 .cs-link-depth-0:before {
  left: 0;
  bottom:9px;
  width: 100%;
}

.cs-menu-effect-2 .cs-link-depth-0:before {
  top: 0;
  bottom: auto;
}

.cs-menu-effect-1 .menu-item-has-children .cs-link-depth-0:before {
  display: none !important;
}

.cs-menu-effect-3 .cs-link-depth-0:before {
  top: 50%;
  left: 5px;
  right: 5px;
  margin-top: 1.2em;
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.cs-menu-effect-3 .cs-link-depth-0:hover::before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cs-menu-effect-4 .cs-link-depth-0:before {
  content: "•";
  left: 0;
  top: -16px;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 0;
  color: #428bca;
  text-shadow: 0 0 #428bca;
  background-color: transparent;
}

.cs-menu-effect-4 .cs-link-depth-0:hover::before {
  text-shadow: 8px 0 #428bca, -8px 0 #428bca;
}

.cs-menu-effect-5 .cs-link-depth-0:before {
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 1.2em;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.cs-menu-effect-5 .cs-link-depth-0:hover::before {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cs-menu-effect-6 .cs-link-depth-0:before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 2.4em;
  margin-top: -1.2em;
  border: 2px solid #428bca;
  background-color: transparent !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.cs-menu-effect-6 .cs-link-depth-0 {
  border: none;
}

.cs-menu-effect-6 .cs-depth-0 {
  border: none;
}

.cs-menu-effect-7 .cs-depth-0:hover .cs-link-depth-0 {
  color: #fff !important;
  background-color: #428bca;
}

.is-transparent #masthead {
  position: absolute;
  z-index: 999;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.is-transparent #cs-mobile-icon,
.is-transparent .site-name a,
.is-transparent #site-nav > ul > li > .cs-link {
  color: #fff !important;
}
.is-transparent.cs-menu-effect .cs-link-depth-0:before {
  color: #fff;
  background-color: #fff;
}
.is-transparent.cs-menu-effect-6 .cs-link-depth-0:before {
  border-color: #fff;
  background-color: transparent;
}
.is-transparent.cs-menu-effect-4 .cs-link-depth-0before {
  text-shadow: 0 0 #fff;
}
.is-transparent.cs-menu-effect-4 .cs-link-depth-0:hover::before {
  text-shadow: 8px 0 #fff, -8px 0 #fff;
}
.is-transparent #site-header-shadow {
  display: none;
}
.is-transparent #cs-mobile-icon i {
  background-color: #fff;
}
.is-transparent #top-bar {
  display: block !important;
  position: absolute;
  z-index: 1000;
  width: 100%;
  color: #fff;
  background-image: none !important;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.1);
}
.is-transparent #top-bar .cs-top-module {
  border-color: rgba(255, 255, 255, 0.1);
}
.is-transparent #top-bar .cs-top-module > a, .is-transparent #top-bar .cs-top-module .cs-open-modal {
  color: #fff;
}

.cs-header-transparent #navigation-mobile {
  padding-top: 90px;
}
.cs-header-transparent #page-header .md-padding {
  padding-top: 140px;
}

.is-transparent-top-bar #page-header .md-padding {
  padding-top: 175px;
}

.is-transparent.is-transparent-top-bar #masthead {
  margin-top: 36px !important;
}

#navigation-mobile .container {
  padding-bottom: 20px;
}

#cs-mobile-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  padding: 10px;
  cursor: pointer;
  line-height: 0;
  background: #d14b14;
  border-radius: 50%;
}
#cs-mobile-icon strong {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 5px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
}
#cs-mobile-icon span {
  display: inline-block;
  width: 20px;
}
#cs-mobile-icon i {
  display: block;
  width: 100%;
  height: 3px;
  margin: 2px auto;
  background-color: #ffffff;
}
#cs-mobile-icon.cs-collapse .cs-one {
  -moz-transform: rotate(45deg) translate(3px, 3px);
  -ms-transform: rotate(45deg) translate(3px, 3px);
  -webkit-transform: rotate(45deg) translate(3px, 3px);
  transform: rotate(45deg) translate(3px, 3px);
}
#cs-mobile-icon.cs-collapse .cs-two {
  opacity: 0;
}
#cs-mobile-icon.cs-collapse .cs-three {
  -moz-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

#navigation-mobile {
  display: none;
  background-color: #0072bc;
}
#navigation-mobile .cs-dropdown-plus {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #d14b14;
}
#navigation-mobile .cs-dropdown-plus:hover {
  background-color: #1a1a1a;
}
#navigation-mobile .cs-dropdown-plus .fa {
  display: block;
  text-align: center;
  font-size: 29px;
  width: 50px;
  height: 59px;
  line-height: 61px;
  color: #fff;
}
#navigation-mobile .cs-times .fa {
  color: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(180deg);
}
#navigation-mobile .current-menu-ancestor > a,
#navigation-mobile .current-menu-item > a {
  color: #f26b35;
}
#navigation-mobile a {
  text-decoration: none;
}
#navigation-mobile ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
#navigation-mobile ul ul {
  position: relative;
  display: none;
  padding: 0;
  margin-left: 0;
}
#navigation-mobile ul ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 5px;
  left: 30px;
}
#navigation-mobile ul ul li {
  border-left: none;
  border-right: none;
}
#navigation-mobile ul ul li:first-child {
  border-top-width: 5px;
  border-top-color: #333;
}
#navigation-mobile ul ul li:last-child {
  border-bottom: none;
}
#navigation-mobile ul ul li a {
  padding-left: 30px;
}
#navigation-mobile ul li {
  position: relative;
  border: 1px solid #1880c3;
  border-bottom: none;
  text-align: right;
}
#navigation-mobile ul li:last-child {
  border-bottom: 1px solid #1880c3;
}
#navigation-mobile ul li a {
  display: block;
  font-size: 29px;
  padding: 15px;
  color: #fff;
  font-weight: 900;
}
#navigation-mobile ul li a:hover {
  color: #fff;
}
#navigation-mobile ul li.menu-item-has-children > .cs-dropdown-plus {
  display: block;
}
#navigation-mobile ul li.menu-item-has-children > a {
  border-right: 1px solid #333;
  margin-right: 50px;
}
#navigation-mobile .cs-fancy-mobile-menu {
  padding: 20px 0;
}
#navigation-mobile .cs-fancy-mobile-menu ul {
  padding-top: 0;
  padding-bottom: 0;
}

#mobile-search {
  position: relative;
  margin-bottom: 20px;
}
#mobile-search input {
  font-size: 13px;
  height: 40px;
  padding: 22px 30px 22px 12px;
  color: #999;
  border: 1px solid #333;
  background-color: #151515;
}
#mobile-search input:focus {
  background-color: #191919;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mobile-search button {
  position: absolute;
  font-size: 11px;
  top: 14px;
  right: 5px;
  padding: 5px;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
}

#mobile-languages {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
#mobile-languages a {
  color: #999;
  margin: 5px;
  display: inline-block;
}
#mobile-languages a.cs-current, #mobile-languages a:hover {
  color: #fff;
}
#mobile-languages img {
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.cs-retina2x {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  #site-logo .cs-logo {
    display: none;
  }

  #site-logo .cs-logo2x {
    display: inline;
  }

  .cs-retina2x {
    display: block;
  }
}
#cs-fixed-nav {
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
}
#cs-fixed-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cs-fixed-nav ul li {
  padding-bottom: 8px;
}
#cs-fixed-nav ul li a {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
#cs-fixed-nav ul li a:hover,
#cs-fixed-nav ul li a:focus, #cs-fixed-nav ul li.current-menu-item a {
  background-color: #ccc;
  text-decoration: none;
}
#cs-fixed-nav ul li:last-child {
  padding-bottom: 0;
}
#cs-fixed-nav .tooltip {
  left: auto !important;
  right: 26px;
}
#cs-fixed-nav .tooltip-arrow {
  top: 12px !important;
}
#cs-fixed-nav .tooltip-inner {
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#header-logo {
  color: #555;
  background-color: #fff;
}

/**
 * =========================================
 * - PAGE HEADER
 * =========================================
 */
#page-header {
  position: relative;
  margin: 0;
  width: 100%;
  color: #fff;
  background-color: #428bca;
  border-radius: 0 0 0 146px;
  background-size: 106%;
}
.rtl #page-header {
  position: relative;
  margin: 0;
  width: 100%;
  color: #fff;
  background-color: #428bca;
  border-radius: 0 0 146px 0;
  background-size: 106%;
}
.page-ceo-messege-urdu #page-header, .page-ceo-message #page-header{
  background-size: cover;
}
#page-header .container {
  position: relative;
}
#page-header .page-title {
  margin: 0;
  color: #fff;
  font-size: 32px;
}
#page-header .page-title small {
  color: inherit;
  opacity: 0.7;
}
#page-header .header-content {
  margin-top: 15px;
}
#page-header .header-content:first-child {
  margin-top: 0;
}
#page-header.text-center .cs-breadcrumb {
  left: 15px;
}

.cs-breadcrumb {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.cs-breadcrumb .cs-inner {
  display: inline-block;
  font-size: 19px;
  line-height: 1em;
  padding: 5px 12px;
  color: rgb(255 255 255 / 70%);
  background-color: #f15d22;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  font-weight: 300;
  padding: 10px 38px;
  text-transform: capitalize;
  border-radius: 20px 20px 0 0;
}
.cs-breadcrumb a {
  color: #fff;
}
.cs-breadcrumb a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.cs-breadcrumb .fa {
  padding: 0 3px;
}
@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}
.slide-background-animation{
  font-optical-sizing: 12px;
}
.slide-background-animation .upb_row_bg.vcpb-default{
  animation: slide 200s linear infinite;
  width: 4000px !important;
  background-size: contain !important;
  background-repeat: repeat !important;
}
/**
 * =========================================
 * - CONTENT
 * =========================================
 */
#content {
  overflow: visible;
  position: relative;
  max-width: 100%;
  min-height: 500px;
}

.container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cs-column-text {
  margin-bottom: 20px;
}

.cs-column-text:last-child,
.cs-column-text > *:last-child {
  margin-bottom: 0 !important;
}

/**
 * =========================================
 * - 404 Page
 * =========================================
 */
.cs-error-404 .cs-404 {
  margin: 0;
  padding: 0;
  font-size: 200px;
  line-height: 1em;
  opacity: 0.5;
}
.cs-error-404 .cs-not-found {
  margin: 0;
  padding: 0;
  font-size: 70px;
  opacity: 0.3;
}
.cs-error-404 .cs-search-form {
  width: 50%;
  margin: 0 auto;
}

/**
 * =========================================
 * - BLANK TEMPLATE
 * =========================================
 */
.cs-blank {
  display: table !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  vertical-align: middle;
}

.cs-blank-wrap {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/**
 * =========================================
 * - FOOTER
 * =========================================
 */
#colophon {
  position: relative;
  padding-top: 48px;
  font-size: 13px;
  line-height: 1.65em;
  color: #999;
  background-color: #fff;
}
#colophon .route_widget{
  margin-bottom:20px;
}
#colophon a {
  color: #ccc;
}
#colophon .current-menu-item > a,
#colophon a:hover {
  color: #fff;
  text-decoration: none;
}
#colophon .route_widget .about-strong,
#colophon .route_widget .widget-title h4 {
  color: #fff;
}
#colophon .route_widget ul li,
#colophon .route_widget ul ul {
  border-color: #444;
}
#colophon .widget_calendar #today,
#colophon .widget_calendar thead th {
  color: #fff;
  background-color: #000;
}
#colophon .widget_calendar tbody td,
#colophon .widget_calendar thead th {
  color: #999;
  border-color: #444 !important;
}
#colophon .widget_calendar tbody a {
  color: #fff;
}
#colophon .widget_search input,
#colophon .widget_search button {
  background-color: transparent;
}

/**
 * =========================================
 * - FOOTER BLOCK BEFORE AND AFTER
 * =========================================
 */
#cs-footer-block-before,
#cs-footer-block-after {
  position: relative;
  padding-top: 48px;
  font-size: 13px;
  line-height: 1.65em;
  color: #fff;
  background-color: #428bca;
}
#cs-footer-block-before a,
#cs-footer-block-after a {
  color: #fff;
}
#cs-footer-block-before .current-menu-item > a,
#cs-footer-block-before a:hover,
#cs-footer-block-after .current-menu-item > a,
#cs-footer-block-after a:hover {
  color: #fff;
  text-decoration: none;
}
#cs-footer-block-before .route_widget .about-strong,
#cs-footer-block-before .route_widget .widget-title h4,
#cs-footer-block-after .route_widget .about-strong,
#cs-footer-block-after .route_widget .widget-title h4 {
  color: #fff;
}
#cs-footer-block-before .route_widget ul li,
#cs-footer-block-before .route_widget ul ul,
#cs-footer-block-after .route_widget ul li,
#cs-footer-block-after .route_widget ul ul {
  color: #fff;
}
#cs-footer-block-before .widget_search input,
#cs-footer-block-before .widget_search button,
#cs-footer-block-after .widget_search input,
#cs-footer-block-after .widget_search button {
  background-color: transparent;
}

/**
 * =========================================
 * - COPYRIGHT
 * =========================================
 */
#copyright {
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px 0;
  color: #fff;
  background-color: #0072bc;
}
#copyright a {
  color: #555;
}
#copyright a:hover {
  color: #fff;
  text-decoration: none;
}

/**
 * =========================================
 * - GO TOP
 * =========================================
 */
#cs-top {
  position: fixed;
  bottom: -30px;
  right: 5px;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  opacity: 0.3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#cs-top.in {
  bottom: 5px;
}

#cs-top:hover {
  opacity: 1;
}

#cs-top:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -6px;
}

/*
 * ---------------------------------------------------------
 * 04. BLOG
 * ---------------------------------------------------------
 */
.entry-meta .entry-cat-links:before,
.entry-meta .entry-featured:before,
.entry-tags:before,
.entry-meta a:before {
  margin-right: 4px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-featured:before {
  content: "\f041";
}

.entry-date a:before {
  content: "\f017";
}

.entry-author-link a:before {
  content: "\f007";
}

.entry-cat-links:before {
  content: "\f115";
}

.entry-comments-link a:before {
  content: "\f0e5";
}

.entry-edit-link a:before {
  content: "\f040";
}

.entry-love a:before {
  content: "\f08a";
}

.entry-tags:before {
  content: "\f02c";
}

.entry-format-aside a:before {
  content: "\f1db";
}

.entry-format-gallery a:before {
  content: "\f030";
}

.entry-format-link a:before {
  content: "\f0c1";
}

.entry-format-image a:before {
  content: "\f03e";
}

.entry-format-quote a:before {
  content: "\f10e";
}

.entry-format-status a:before {
  content: "\f0a2";
}

.entry-format-video a:before {
  content: "\f03d";
}

.entry-format-audio a:before {
  content: "\f028";
}

.entry-format-chat a:before {
  content: "\f0e6";
}

.entry-loved {
  color: #d63e33 !important;
}

.entry-content embed,
.entry-content object,
.entry-content iframe,
.entry-content video {
  max-width: 100%;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-video {
  margin-bottom: 20px;
}

.entry-read-more {
  display: block;
  margin-top: 7px;
}

.entry-footer {
  margin-top: 24px;
}

.mono-font, .comment-metadata, .comment-navigation,
.entry-meta,
.entry-tags {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}

.comment-meta a,
.entry-tags a,
.entry-title a,
.entry-meta a {
  color: #333;
  display: inline-block;
}
.comment-meta a:hover,
.entry-tags a:hover,
.entry-title a:hover,
.entry-meta a:hover {
  color: #428bca;
  text-decoration: none;
}

/*
 * ========================================
 * 10.01 BLOG DEFAULT
 * ========================================
 */
.blog-default .hentry {
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 50px;
}
.blog-default .hentry:last-of-type {
  border-bottom: none;
}
.blog-default .entry-header {
  margin-bottom: 10px;
}
.blog-default .entry-title {
  font-size: 24px;
  margin: 0 0 14px 0;
}
.blog-default .entry-meta > span {
  margin-right: 10px;
}

.blog-search {
  overflow: hidden;
}

/*
 * ========================================
 * 10.03 BLOG MEDIUM
 * ========================================
 */
.blog-layout-medium .entry-header {
  text-align: right;
}
.blog-layout-medium .entry-meta > span {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
}

/*
 * ========================================
 * 10.03 BLOG MASONARY
 * ========================================
 */
.blog-masonry-border {
  padding: 10px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.blog-masonry .hentry {
  margin-bottom: 30px;
}
.blog-masonry .entry-header {
  margin-bottom: 10px;
}
.blog-masonry .entry-title {
  font-size: 18px;
  margin: 0 0 14px 0;
}
.blog-masonry .entry-meta > span {
  margin-right: 10px;
}
.blog-masonry .mejs-container.wp-video-shortcode {
  background: none !important;
}
.blog-masonry .wp-playlist {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.container-fluid .blog-masonry .row {
  margin-left: 15px;
  margin-right: 15px;
}

.page-pagination {
  clear: both;
  margin: 20px 0;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
.page-pagination span,
.page-pagination a {
  color: #333;
  display: inline-block;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-right: -1px;
}
.page-pagination span:first-child,
.page-pagination a:first-child {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
.page-pagination span:last-child,
.page-pagination a:last-child {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.page-pagination a:hover {
  color: #428bca;
  text-decoration: none;
}
.page-pagination .current {
  color: #fff;
  border: 1px solid #428bca;
  background-color: #428bca;
}
.page-pagination .pagination-shadow {
  display: inline-block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.ajax-pagination {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 20px 0 50px 0;
}
.ajax-pagination .ajax-load-more {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ajax-pagination .cs-loader {
  position: absolute;
  left: auto;
  top: 5px;
  right: 12px;
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #fff;
}
.ajax-pagination .cs-loader:after {
  background-color: #428bca;
}
.ajax-pagination .more-loading {
  padding-right: 40px;
}
.ajax-pagination .more-loading .cs-loader {
  display: inline;
}

/**
 * ========================================
 * 14. BLOG SINGLE PAGE
 * ========================================
 */
.single-post .hentry {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.entry-author {
  border-top: 1px solid #e8e8e8;
  margin-top: 40px;
  padding: 20px 0;
}
.entry-author .author-title {
  font-size: 16px;
  margin-top: 0;
}
.entry-author .author-avatar {
  float: left;
}
.entry-author .author-avatar img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.entry-author .author-info {
  margin-left: 85px;
}

.related-posts {
  border-top: 1px solid #e8e8e8;
  padding-top: 24px;
  margin-bottom: 24px;
}
.related-posts .related-title {
  font-size: 16px;
  margin-top: 0;
}
.related-posts ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.related-posts ul li {
  margin-bottom: 5px;
}
.related-posts ul li a {
  color: #333;
}
.related-posts ul li a:hover {
  color: #428bca;
  text-decoration: none;
}
.related-posts ul li a:before {
  display: inline-block;
  margin-right: 5px;
  content: "\f0f6";
}
.related-posts ul li time {
  font-size: 90%;
}

.related-posts-thumbnail ul {
  margin-left: -10px;
  margin-right: -10px;
}
.related-posts-thumbnail ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 10px;
}
.related-posts-thumbnail ul li img {
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  background-color: #fff;
}
.related-posts-thumbnail ul li a {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
}
.related-posts-thumbnail ul li a:before {
  display: none;
}

.post-navigation {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 24px;
  padding: 10px 0;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
.post-navigation a {
  display: block;
  color: #333;
}
.post-navigation a:hover {
  color: #428bca;
  text-decoration: none;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}

#cs-portfolio-comments .comments-area,
#cs-page-comments .comments-area {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
  margin-top: 60px;
}
#cs-portfolio-comments .comment-respond,
#cs-page-comments .comment-respond {
  margin-top: 0;
}

.comments-area {
  margin-top: 48px;
}

.comments-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 25px;
}

.comment-reply-title {
  font-size: 16px;
  margin-top: 0;
}

.bypostauthor,
.logged-in-as,
.comment-notes {
  font-size: 13px;
}

.form-allowed-tags {
  width: 70%;
  font-size: 12px;
}

.form-allowed-tags code {
  color: #777;
  background-color: #f5f5f5;
  white-space: normal;
}

.comment-form label {
  display: block;
  margin-bottom: 5px;
}

.comment-form .required {
  color: #d63e33 !important;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 50%;
}

.comment-form textarea {
  width: 70%;
}

#cancel-comment-reply-link:before,
.comment-reply-link:before {
  display: inline-block;
  margin-right: 5px;
}

#cancel-comment-reply-link:before {
  content: "\f00d";
}

.comment-reply-link:before {
  content: "\f112";
}

#cancel-comment-reply-link,
.comment-reply-link {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #428bca;
}
#cancel-comment-reply-link:hover,
.comment-reply-link:hover {
  color: #555;
  text-decoration: none;
}

#cancel-comment-reply-link {
  color: #d63e33;
  margin-left: 10px;
}

.comment-list {
  padding: 0;
  margin: 0 0 48px 0;
  list-style-type: none;
}
.comment-list .comment {
  padding-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #e8e8e8;
}
.comment-list > .comment:first-child {
  border-top: none;
}
.comment-list .children {
  padding: 0;
  margin: 24px 0 24px 24px;
  list-style-type: none;
}
.comment-list .avatar {
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 0;
  border-radius: 3px;
}
.comment-list .reply {
  margin-top: 10px;
  margin-left: 70px;
}
.comment-list .says {
  display: none;
}
.comment-list .comment-respond {
  margin-left: 70px;
}
.comment-list .pingback {
  margin: 10px 0;
}

.comment-body {
  position: relative;
}

.comment-meta {
  margin-left: 70px;
}

.comment-metadata {
  display: inline-block;
}
.comment-metadata time:before,
.comment-metadata .comment-edit-link:before {
  display: inline-block;
  margin-right: 5px;
}
.comment-metadata time:before {
  content: "\f017";
  margin-right: 0;
}
.comment-metadata .edit-link {
  margin-left: 5px;
}
.comment-metadata .comment-edit-link:before {
  content: "\f040";
}

.comment-author {
  display: inline-block;
  margin-right: 10px;
}

.comment-content {
  margin-left: 70px;
  margin-top: 10px;
}

.comment-navigation {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 24px;
  padding: 10px 0;
}
.comment-navigation a {
  display: block;
  color: #333;
}
.comment-navigation a:hover {
  color: #428bca;
  text-decoration: none;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
}

.entry-image {
  position: relative;
  margin-bottom: 14px;
}
.entry-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.entry-image a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.entry-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.entry-image-overlay:hover {
  opacity: 0.3;
}

.entry-media {
  overflow: hidden;
  margin-bottom: 14px;
}
.entry-media embed,
.entry-media object,
.entry-media video,
.entry-media iframe {
  max-width: 100%;
  height: auto;
}
.entry-media .wp-playlist {
  margin: 0 !important;
}

.wp-playlist-item,
.wp-playlist {
  border-color: #e8e8e8;
}

.format-audio .entry-image {
  margin-bottom: 0;
}
.format-audio .entry-image img {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}

.entry-gallery {
  margin-bottom: 14px;
}

.gallery-item {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0;
  padding: 0 1px 1px 0;
}
.gallery-item img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1%;
}

.gallery-caption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1px;
  max-height: 90%;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin: 0 1px 0 0;
  padding: 6px 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 2px;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.blog-masonry .gallery-caption {
  display: none;
}

.gallery {
  overflow: hidden;
}

.entry-content .gallery {
  margin-bottom: 20px;
}

.cs-chat {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cs-chat-row {
  margin-bottom: 15px;
}

.cs-chat-author {
  font-weight: 600;
}

.cs-chat-text {
  padding-left: 17px;
}

.cs-chat-row-even .cs-chat-author {
  color: #d9534f;
}

.cs-chat-row-odd .cs-chat-author {
  color: #5cb85c;
}

.format-quote blockquote {
  margin-left: 0;
  margin-right: 0;
}

/*
 * ---------------------------------------------------------
 * 05. WIDGETS
 * ---------------------------------------------------------
 */
.cs-search-form {
  clear: both;
  position: relative;
}
.cs-search-form input[type="text"] {
  padding-right: 30px;
}
.cs-search-form button {
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 5px;
  margin: 0;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  opacity: 0.3;
}

.route_widget {
  width: 100%;
  margin-bottom: 48px;
  word-wrap: break-word;
}
.route_widget .widget-title h4 {
  font-size: 16px;
  color: #428bca;
  margin-bottom: 20px;
}
.route_widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.route_widget ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.route_widget ul li a {
  color: #333;
}
.route_widget ul li a:hover {
  color: #428bca;
  text-decoration: none;
}
.route_widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  border-radius: 0 0 45px 20px;
}
.rtl .page-content p{
  font-size: 30px !important;
  line-height: 2;
}

.rtl .our-team li p{
  font-size: 18px !important;
  line-height: 2;
}
.rtl .route_widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  border-radius:0;
}
.route_widget ul li ul {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 15px;
  border-top: 1px solid #e8e8e8;
}

.cs_widget_custom_posts .cs-with-image li {
  position: relative;
  padding-left: 70px;
  min-height: 74px;
  margin-bottom: 10px;
  padding-bottom: 14px;
}
.cs_widget_custom_posts .cs-with-image li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.cs_widget_custom_posts .cs-with-image li a img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 60px;
}
.cs_widget_custom_posts .cs-full-with-image a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.cs_widget_custom_posts .cs-full-with-image a img {
  display: block;
  max-width: 100%;
  margin-bottom: 7px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.cs_widget_custom_posts .post-date,
.cs_widget_custom_posts .post-category {
  display: block;
  font-size: 11px;
  opacity: 0.7;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 11px;
  opacity: 0.7;
}
.widget_recent_entries .post-date:before {
  content: "\f017";
  margin-right: 2px;
  opacity: 0.7;
}

.cs_widget_portfolio_photos .tooltip-arrow {
  top: auto !important;
}
.cs_widget_portfolio_photos a {
  display: block;
  padding: 0;
}
.cs_widget_portfolio_photos a:hover {
  opacity: 0.75;
}
.cs_widget_portfolio_photos img {
  display: block;
  border-width: 0 1px 1px 0;
  border-color: transparent;
  border-style: solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.cs_flickr_widget {
  display: inline;
}
.cs_flickr_widget a:hover {
  opacity: 0.75;
}
.cs_flickr_widget img {
  border-width: 0 1px 1px 0;
  border-color: transparent;
  border-style: solid;
}

.widget_recent_comments .recentcomments:before {
  content: "\f0e5";
  font-size: 12px;
  margin-top: 5px;
  margin-right: 7px;
}

.widget_calendar table {
  width: 100%;
  margin: 0;
  line-height: 2.25em;
}
.widget_calendar caption {
  margin-bottom: 5px;
}
.widget_calendar thead th {
  background-color: #f5f5f5;
}
.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
  color: #555;
  border: 1px solid #e8e8e8 !important;
}
.widget_calendar tbody a {
  display: block;
  color: #fff;
  background-color: #428bca;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.widget_calendar tbody a:hover {
  color: #fff;
  background-color: #555;
  text-decoration: none;
}
.widget_calendar #today {
  background-color: #f5f5f5;
}
.widget_calendar #next {
  text-align: right;
}

#sidebar .widget_nav_menu {
  position: relative;
  padding: 20px 0;
  font-size: 18px;
}
#sidebar .widget_nav_menu ul li {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom:none;
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}
#sidebar .widget_nav_menu ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  
}
#sidebar .widget_nav_menu ul li a:hover {
  color: #428bca;
}
#sidebar .widget_nav_menu ul li ul {
  margin: 0;
  padding: 0;
  border-top: none;
}
#sidebar .widget_nav_menu ul li ul a {
  padding-left: 40px;
}
#sidebar .widget_nav_menu ul li.current-menu-item {
  margin-top: -1px;
 
}
#sidebar .widget_nav_menu ul li.current-menu-item > a {
  background: #00adef;
  border-radius: 0 0 45px 19px;
  color: #ffffff;
}
#sidebar .widget_nav_menu ul li.current-menu-item > a:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 2px;
  background-color: #350b0000;
}
#sidebar .widget_nav_menu:before, #sidebar .widget_nav_menu:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  right: 0;
}
#sidebar .widget_nav_menu:before {
  top: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
#sidebar .widget_nav_menu:after {
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
#sidebar .widget_nav_menu .fa {
  margin-right: 5px;
}

.sidebar-right .widget_nav_menu {
  /* -webkit-box-shadow: 1px 0 0 #eee inset;
  box-shadow: 1px 0 0 #eee inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 120 50%, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #f6f6f6 0%, #ffffff 120px);
  background-image: -webkit-linear-gradient(left, #f6f6f6 0%, #ffffff 120px);
  background-image: linear-gradient(to right, #f6f6f6 0%, #ffffff 120px); */
}
.sidebar-right .widget_nav_menu .current-menu-item > a {
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
  border-left-color: transparent !important;
}
.sidebar-right .widget_nav_menu .current-menu-item > a:after {
  right: -1px;
}
.sidebar-right .widget_nav_menu .widget-title h4 {
  margin-left: 20px;
}

.sidebar-left .widget_nav_menu {
  /* -webkit-box-shadow: -1px 0 0 #eee inset;
  box-shadow: -1px 0 0 #eee inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(right, #f6f6f6 0%, #ffffff 20px);
  background-image: -webkit-linear-gradient(right, #f6f6f6 0%, #ffffff 20px);
  background-image: linear-gradient(to left, #f6f6f6 0%, #ffffff 20px); */
}
.sidebar-left .widget_nav_menu .current-menu-item > a {
  -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
  border-right-color: transparent !important;
}
.sidebar-left .widget_nav_menu .current-menu-item > a:after {
  left: -1px;
}
.sidebar-left .widget_nav_menu .widget-title h4 {
  margin-left: 20px;
}

.widget_pages a:before {
  content: "\f105";
  font-size: 90%;
  margin-right: 5px;
  opacity: 0.5;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}

/*
 * ---------------------------------------------------------
 * 06. PORTFOLIO
 * ---------------------------------------------------------
 */
.isotope-wrapper {
  opacity: 0;
}

.isotope-wrapper.isotope-loaded {
  opacity: 1;
}

.portfolio-loop a:hover {
  text-decoration: none;
}

.isotope-filter {
  margin-top: 10px;
  margin-bottom: 22px;
}
.isotope-filter a {
  display: inline-block;
  font-size: 13px;
  padding: 4px 16px;
  color: #aaa;
  border: 1px solid #ccc;
}
.isotope-filter a:hover, .isotope-filter a.active {
  color: #428bca;
  border-color: #428bca;
}
.isotope-filter.text-left a {
  margin-right: 5px;
}
.isotope-filter.text-center a {
  margin: 0 2px 8px 2px;
}
.isotope-filter.text-right a {
  margin-left: 5px;
}

.isotope-filter-pill a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.isotope-filter-rounded a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.isotope-item.col-md-ten,
.isotope-item.col-md-nine,
.isotope-item.col-md-eight,
.isotope-item.col-md-seven,
.isotope-item.col-md-five {
  padding-left: 15px;
  padding-right: 15px;
}

.isotope-item.col-md-five {
  width: 20%;
}

.isotope-item.col-md-seven {
  width: 14.28%;
}

.isotope-item.col-md-eight {
  width: 12.5%;
}

.isotope-item.col-md-nine {
  width: 11.1%;
}

.isotope-item.col-md-ten {
  width: 10%;
}

.isotope-item.col-md-eleven {
  width: 9%;
}

.portfolio-default .isotope-item {
  margin-bottom: 30px;
}

.portfolio-without-space .isotope-item {
  padding: 0;
}

.portfolio-with-one-px .isotope-item {
  padding-left: 0;
  padding-right: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: transparent;
}

.vc-shortcode .container-fluid .portfolio-without-space .isotope-portfolio {
  margin-left: -15px;
  margin-right: -15px;
}
.vc-shortcode .container-fluid .portfolio-with-one-px .isotope-portfolio {
  margin-left: -15px;
  margin-right: -15px;
}
.vc-shortcode .container-fluid .portfolio-default .isotope-portfolio {
  margin-left: -5px;
  margin-right: -5px;
}

.container-fluid .portfolio-without-space .isotope-portfolio {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid .portfolio-with-one-px .isotope-portfolio {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid .portfolio-default .isotope-portfolio {
  margin-left: 15px;
  margin-right: 15px;
}

.portfolio-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.portfolio-item img {
  width: 100%;
}

.portfolio-item-info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}
.portfolio-item-info:hover {
  opacity: 1;
}
.portfolio-item-info:hover .portfolio-item-block {
  margin-bottom: 0;
}

.portfolio-item-hover {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.portfolio-item-categories {
  color: #fff;
  font-size: 13px;
  margin-bottom: -15px;
  opacity: 0.6;
}

.portfolio-item-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
}

.portfolio-item-block {
  display: block;
  margin-bottom: -15px;
}
.portfolio-item-block .item-icon {
  position: relative;
  opacity: 0.5;
}
.portfolio-item-block .item-icon:hover {
  opacity: 1;
}
.portfolio-item-block .item-icon .fa {
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 12px;
  line-height: 36px;
  margin: 0 3px;
  color: #fff;
  border: 1px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.portfolio-item-block .love-count {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 11px;
}
.portfolio-item-block .entry-loved {
  opacity: 1;
}
.portfolio-item-block .entry-loved .love-count {
  display: block;
  top: 8px;
  opacity: 1;
}
.portfolio-item-block .entry-loved .fa {
  color: #d63e33;
  border-color: #d63e33;
}
.portfolio-item-block .entry-loved .fa:before {
  position: relative;
  top: -5px;
}
.portfolio-item-block .item-icon-wrapper {
  display: block;
  margin-bottom: 10px;
}

.portfolio-item-description {
  position: relative;
}
.portfolio-item-description .item-title {
  margin: 10px 70px 0 0;
}
.portfolio-item-description .item-title a {
  color: #333;
}
.portfolio-item-description .item-title a:hover {
  color: #428bca;
}
.portfolio-item-description .item-date,
.portfolio-item-description .item-cats {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.7;
}
.portfolio-item-description .item-excerpt {
  margin-top: 10px;
}
.portfolio-item-description .item-love-it {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.portfolio-item-description .item-love-it a {
  color: #aaa;
}
.portfolio-item-description .item-love-it a:hover {
  color: #d63e33;
}

.ajax-portfolio-container {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ajax-portfolio-container.project-opened {
  max-height: 1500px;
  opacity: 1;
}
.ajax-portfolio-container .ajax-portfolio-wrapper {
  margin: 30px 0;
}

.ajax-control {
  text-align: center;
  margin-bottom: 30px;
}

.ajax-close {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #aaa;
  border: 1px solid #ccc;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.ajax-close:hover {
  color: #428bca;
  border-color: #428bca;
}
.ajax-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -5px;
}

#cs-portfolio-comments {
  margin-top: 10px;
  margin-bottom: 40px;
}

.page-portfolio-detail,
.single-portfolio .main-content {
  position: relative;
}

.nav-portfolio a {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 80px;
  z-index: 101;
  width: 30px;
  height: 80px;
  margin-top: -40px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: width 0.3s, background-color 0.3s;
  -o-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.nav-portfolio a:hover {
  width: 250px;
  background-color: #000;
}
.nav-portfolio img {
  position: absolute;
  top: 10px;
  width: 60px;
}
.nav-portfolio i {
  position: absolute;
  width: 25px;
  font-size: 20px;
  color: #fff;
  top: 50%;
  margin-top: -10px;
  text-align: center;
}
.nav-portfolio .cs-wrap {
  position: absolute;
  top: 0;
  padding: 0 30px;
  width: 250px;
  height: 100%;
  display: table;
}
.nav-portfolio .cs-title {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.nav-portfolio .cs-prev {
  left: 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.nav-portfolio .cs-prev i {
  left: 0;
}
.nav-portfolio .cs-prev .cs-wrap {
  left: 0;
  padding-right: 80px;
  text-align: right;
}
.nav-portfolio .cs-prev img {
  right: 10px;
}
.nav-portfolio .cs-next {
  right: 0;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.nav-portfolio .cs-next i {
  right: 0;
}
.nav-portfolio .cs-next .cs-wrap {
  right: 0;
  padding-left: 80px;
}
.nav-portfolio .cs-next img {
  left: 10px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.isotope {
  -webkit-transition-property: height, width, opacity;
  transition-property: height, width, opacity;
}

.isotope .isotope-item {
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/*
 * ---------------------------------------------------------
 * 07. HELPERS
 * ---------------------------------------------------------
 */
.col-md-five {
  width: 20%;
}

.cs-text-white {
  color: #fff;
}

.cs-text-black {
  color: #000;
}

.cs-hide {
  display: none;
}

.cs-show {
  display: block;
}

.cs-radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.xs-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sm-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.md-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lg-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.xl-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.xs-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sm-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.md-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lg-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}

.xl-margin {
  margin-top: 160px;
  margin-bottom: 160px;
}

.cs-accent-color {
  color: #428bca;
}

.cs-accent-background {
  background-color: #428bca;
}

.cs-accent-border {
  border-color: #428bca;
}

.cs-text-white h1,
.cs-text-white h2,
.cs-text-white h3,
.cs-text-white h4,
.cs-text-white h5,
.cs-text-white h6 {
  color: inherit;
}

/*
 * ---------------------------------------------------------
 * 08. OTHERS
 * ---------------------------------------------------------
 */
.cs-password-btn {
  margin-top: 0;
  margin-bottom: 5px !important;
  vertical-align: bottom;
}

.cs-login-form .login-remember {
  margin-bottom: 5px;
}
.cs-login-form .login-remember input {
  position: relative;
  top: 2px;
}
.cs-login-form .cs-lost-password {
  margin-top: 10px;
}

#sidebar #lang_sel {
  z-index: 1;
  height: auto;
  display: block;
}

#sidebar #lang_sel li {
  float: none;
  width: 100%;
  border-bottom: none;
}

#sidebar #lang_sel a,
#sidebar #lang_sel a:visited {
  line-height: 30px;
}

#sidebar #lang_sel ul ul {
  width: 100%;
  top: 31px;
}

#sidebar #lang_sel ul ul a,
#sidebar #lang_sel ul ul a:visited {
  line-height: 30px;
  padding: 0 10px;
}

#lang_sel_footer ul li {
  display: inline-block;
  margin: 2px;
}

#lang_sel_list {
  z-index: 1;
}

#lang_sel img,
#lang_sel_list img,
#lang_sel_footer img {
  top: -1px !important;
}

#lang_sel_list.lang_sel_list_horizontal {
  height: auto;
}

#lang_sel_list.lang_sel_list_horizontal ul {
  border: none;
}

#lang_sel_list.lang_sel_list_horizontal li {
  float: none;
  display: inline-block;
}

#lang_sel_list.lang_sel_list_vertical ul,
#lang_sel_list.lang_sel_list_vertical li,
#lang_sel_list.lang_sel_list_vertical {
  float: none;
  width: 100%;
  height: auto;
}

#lang_sel_list.lang_sel_list_vertical a {
  line-height: 30px;
}

#lang_sel_list.lang_sel_list_vertical li {
  border: none;
}

.cs-lang-top-modal .cs-modal-content-hover,
.cs-lang-top-modal .cs-modal-content {
  width: 170px;
  padding: 0;
}
.cs-lang-top-modal img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.cs-lang-top-modal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cs-lang-top-modal ul li a {
  display: block;
  padding: 10px;
  font-size: 11px;
  line-height: 1em;
  color: #333;
  border-top: 1px solid #eee;
}
.cs-lang-top-modal ul li a:hover {
  color: #428bca;
  background-color: #f8f8f8;
  text-decoration: none;
}
.cs-lang-top-modal ul li:first-child a {
  border: none;
}

.cs-layouts-options {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.cs-layouts-options.cs-first {
  margin-bottom: 50px;
}
.cs-layouts-options li {
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cs-layouts-options li:hover {
  opacity: 1;
}
.cs-layouts-options li div {
  display: block;
  font-weight: 800;
  margin-top: 5px;
}

.footer-logo-left {
  float: left;
  margin: 4px 7px 4px 0;
}

.wpb_revslider_element {
  margin-bottom: 0 !important;
}

.cs-section.wpb_row {
  margin-bottom: 0;
}

.vc_grid .entry-read-more {
  display: none;
}
.custom-top-menu{
    background: #0072bc;
    z-index: 999;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-top: 2px solid #2edee6;
}


.custom-top-menu ul li{
  display:inline-block;
  padding-left: 10px;padding-right: 10px;
}



.cycle-slideshow,
.cycle-slideshow * {
	box-sizing: border-box
}

.cycle-slideshow {
	width: 100%;
	min-width: 200px;
	padding: 0;
	position: relative
}

.cycle-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block
}

.cycle-slideshow img:first-child {
	position: static;
	z-index: 100
}

.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	top: 10px;
	overflow: hidden
}

.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer
}

.cycle-pager span.cycle-pager-active {
	color: #D69746
}

.cycle-pager>* {
	cursor: pointer
}

.cycle-caption {
	position: absolute;
	color: white;
	bottom: 15px;
	right: 15px;
	z-index: 700
}

.cycle-overlay {
	font-family: tahoma, arial;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
	background: black;
	color: white;
	padding: 15px;
	opacity: .5
}

.cycle-prev,
.cycle-next {
	position: absolute;
	top: 0;
	width: 30%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 800;
	height: 100%;
	cursor: pointer
}

.cycle-prev {
	left: 0;
	background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat
}

.cycle-next {
	right: 0;
	background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat
}

.cycle-prev:hover,
.cycle-next:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}

.disabled {
	opacity: .5;
	filter: alpha(opacity=50)
}

.cycle-paused:after {
	content: 'Paused';
	color: white;
	background: black;
	padding: 10px;
	z-index: 500;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 10px;
	opacity: .5;
	filter: alpha(opacity=50)
}

.cycle-wrapper {
	position: relative;
	height: 70vh;
	padding-top: 40px;
  overflow: hidden;
  margin-top: -89px;
  border-radius: 0 0 0 200px;
}
@media (max-width: 992px){
  .cycle-wrapper {
    position: relative;
    height: 100vh;
    padding-top: 40px;
    overflow: hidden;
    margin-top: 0px;
}
}
@media screen and (max-width: 47.95em){
  .cycle-wrapper {
    height: 600px;
}
}

@media screen and (max-width: 34em){
  .cycle-wrapper {
    height:400px;
    margin-bottom: 210px;
    padding-top: 0;
    overflow: visible;
}
}

@media screen and (max-width: 60em){
  .cs-header-default #site-logo img {
    /* position: absolute!important;
    z-index: 1;
    background-color: #fff!important;
    left: -61px!important;
    max-height: 112%!important;
    margin-top: 0px; */
    width: 100%;
    height: auto;
}
}

.home-slider {
	height: 100%
}

.home-slider div {
	width: 100%;
	height: 100%;
	background-size: cover;
  background-position: center center;
}
@media screen and (max-width:75em) {
	.home-slider div {
		background-size: cover !important;
		background-position: center center !important;
  }}
  @keyframes animatedBackground {
    from {
      background-size:100%;
      background-position: 6px 0;
    }
    to {
      background-size: 105%;
      background-position: 0 0;
    }
  }

  @keyframes animatedBackgroundOrange {
    from {
      background-position: -200px;
      background-size:100%;
    }
    to {
      background-position:500px;
      background-size:125%;
    }
  }
.carousel-overlay {
	position: absolute;
	left: 0;
	top:40px;
	width: 100%;
	height: 100%;
	/* animation: animatedBackground 2s linear infinite alternate; */
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(148, 63, 6, 0) 31%, rgb(255 73 0 / 85%) 50%, rgb(255 73 0) 100%);
    background-size: 100%;
    background-position: 59px;
    z-index: 444;
    animation:  animatedBackgroundOrange 25s linear infinite alternate; 
    
}
@media screen and (max-width:47.95em){
  .carousel-overlay { top:0;}
}
.content-carousel {
  position: absolute;
  right: 50%;
  top:60%;
  height: 379px;
 
  padding: 62px;
  /* padding-right: 0; */
  z-index: 554;
  max-width: 937px;
  background: rgb(255 255 255);
  margin-right: -468px;
  box-shadow: 3px 4px 17px #00000030;
  border-radius: 20px 20px 175px 20px;
}
@media screen and (max-width:60.95em){
  .content-carousel {
    max-width: 80%;
    right: 63vh;
}
}
@media screen and (max-width:86em){
  .content-carousel {
   
    position: absolute;
    right: 50%;
    top: 50%;
    height: 300px;
    margin-top:60px;
    padding: 45px;
    /* padding-right: 0; */
    z-index: 554;
    max-width: 937px;
    background: rgb(255 255 255);
    margin-right: -468px;
    box-shadow: 3px 4px 17px #00000030;
}
  body.rtl .content-carousel {
   
    position: absolute;
    left: 50%;
    top: 50%;
    height: 300px;
    margin-top: 60px;
    padding: 45px;
    /* padding-right: 0; */
    z-index: 554;
    max-width: 937px;
    background: rgb(255 255 255);
    margin-left: -468px;
    box-shadow: 3px 4px 17px #00000030;
}


}

@media screen and (max-width:47.95em){
  .content-carousel {
    max-width: 100%;
    left: 0;
    right: initial;
    padding:30px;
}
}
.content-carousel .cycle-slideshow>div {
	float: left;
  width: 100%;
  text-align: center;
  height: 280px;
}
@media screen and (max-width:86em){
  .content-carousel .cycle-slideshow>div {
   
    height: 205px;
}
}
@media screen and (max-width:47.95em){
  .content-carousel .cycle-slideshow>div {
    height:300px;
  }
}
.content-carousel .cycle-slideshow>div h1 {
  margin: 0 0 5px 0;
   /* Set max and min font sizes */
   --max-font: 36;
   --min-font: 25;
   font-family: var(--main-font);
   font-size: var(--responsive);

  line-height: 1;
  color: #000;
}
.content-carousel .cycle-slideshow>div p {
  color: #000;
  --max-font: 14;
  --min-font: 12;
  font-family: var(--main-font);
  font-size: var(--responsive);
  line-height: calc(var(--responsive)*1.7);
  margin-bottom: 20px;
}
.insurance_plan_h h4 {
  color: #000;
  font-size: 36px !important;
    font-weight: 400;
}
.content-carousel .cycle-slideshow>div .btn {
  padding: 12px 25px;
  min-width: 178px;
  font-size: 16px;
  font-size: 1.50rem;
  border-radius: 15px;
}
.content-carousel .cycle-slideshow>div .btn:hover {
  box-shadow: #00000047 0px 3px 6px 0px;
  text-decoration: none;
  color: #000;
}

.content-carousel .cycle-slideshow>div .btn span {
	font-size: 20.4px;
	font-size: 1.7rem;
	line-height: 0
}

.content-carousel .carousel-nav {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -10px
}

.content-carousel .carousel-nav a {
	color: white;
	opacity: 0.5;
	font-size: 16.2px;
	font-size: 1.35rem
}

.content-carousel .carousel-nav a:hover {
	opacity: 1
}

.content-carousel .carousel-nav {
  position: absolute;
  right: 49%;
  top: 94%;
  margin-top: -10px;
  margin-right: -54px;
  z-index: 999;
}
.content-carousel .carousel-nav a {
  color: #000;
  opacity: 0.5;
  font-size: 16.2px;
  font-size: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  margin: 9px;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 3px;
  padding-left: 1px;
}

.content-carousel .carousel-nav a:hover {
	opacity: 1
}
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.css-selector {
  background: linear-gradient(231deg, #ff7300, #fdf700, #fd4500);
  background-size: 600% 600%;

  -webkit-animation: AnimationName 21s ease infinite;
  -moz-animation: AnimationName 21s ease infinite;
  -o-animation: AnimationName 21s ease infinite;
  animation: AnimationName 21s ease infinite;
}

@-webkit-keyframes animatedBackgroundOrangeButton {
  0%{background-position:92% 0%}
  50%{background-position:9% 100%}
  100%{background-position:92% 0%}
}
@-moz-keyframes animatedBackgroundOrangeButton {
  0%{background-position:92% 0%}
  50%{background-position:9% 100%}
  100%{background-position:92% 0%}
}
@-o-keyframes animatedBackgroundOrangeButton {
  0%{background-position:92% 0%}
  50%{background-position:9% 100%}
  100%{background-position:92% 0%}
}
@keyframes animatedBackgroundOrangeButton {
  0%{background-position:92% 0%}
  50%{background-position:9% 100%}
  100%{background-position:92% 0%}
}
.btn-primary{
  background: linear-gradient(231deg, #f15d22, #f79063, #ff5200);
  background-size: 600% 600%;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background-size: 400px;
}
.btn-primary:hover{
  
  -webkit-animation: animatedBackgroundOrangeButton 21s ease infinite;
  -moz-animation: animatedBackgroundOrangeButton 21s ease infinite;
  -o-animation: animatedBackgroundOrangeButton 21s ease infinite;
  animation: animatedBackgroundOrangeButton 21s ease infinite;
}

.contact-column{
  border:0;
}
.contact-column .cs-icon-outer{
  border:0;
  border-right: 1px solid #fff;
}
.contact-column a{
 color:#fff;
}

.action-buttons{
  position: absolute;
  z-index: 600;
  color: #000;
  
  right: 0;
  top: 80px;
}
.action-buttons ul{
  letter-spacing: normal;
  list-style: none;
  letter-spacing: normal;
  list-style: none;
  overflow: hidden;
  height: fit-content;
  max-height: 100%;
  height: 420px
}
.action-buttons ul li{
  letter-spacing: normal;
  list-style: none;
  background-color: #fff;
  border-radius: 70px 0 0 70px;
  padding: 20px;
  margin-bottom: 10px;
  transform: translate3d(230px, 63px, -379px);
  background-color: rgb(17, 159, 253);
  transition: all .35s ease-Out;
  color: #fff;
  border-top:5px solid #fff;
  border-right:0px solid #fff;
  border-left:5px solid #fff;
  border-bottom:5px solid #fff;

}
@media screen and (max-width:100.95em){
  .action-buttons ul li{
    
    transform: translate3d(220px, 63px, -379px);
    
  
  }
}
@media screen and (max-width:47.95em){
  .action-buttons {
    
    top:-59px;
    
  
  }
}
@media screen and (max-width:47.95em){
  .action-buttons ul li{
    
    transform: translate3d(200px, 63px, -379px);
    
  
  }
}
.action-buttons ul li i{
   --max-font: 20;
   --min-font: 18;
 
   font-size: var(--responsive);
  margin-right: 20px;

}

.action-buttons ul li a{
  color: #fff;
  --max-font: 20;
  --min-font: 18;

  font-size: var(--responsive);
}
.action-buttons ul li:hover{
 
  transform: translate3d(0, 63px, -379px);
  box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.253);

}

@media screen and (max-width:450px){
  .action-buttons ul li:hover{
    transform: translate3d(0, 113px, -379px);
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.253);
  
  }
}
.igi-hover-box{
 
}
.igi-hover-box .vc-hoverbox{
  padding:100px;
}
.igi-hover-box .vc-hoverbox h2{
  font-weight: 100;
  color: #fff;
  position: relative;
  z-index: 2;
}
.igi-hover-box .vc-hoverbox .overlay-class{
 content:"";
 background:linear-gradient(45deg, black, transparent);
 position: absolute;
 top:0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 1;
}

.igi-hover-box .vc-hoverbox-block{
  background-color: #00aeef !important;
}

.hover-box-button a{
  background-color:#000 !important;
  font-size: 20px !important;
  padding: 10px 30px !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.inner-footer{
  padding-top: 40px;
}

.sidebar-right{
  text-align: right;
}

.igi-toggle .cs-toggle-title{
  background-color:#0072bc !important;
  margin: 0 !important;
  padding: 20px !important;
  color: #fff !important;
  font-weight: 300;
  font-size: 22px;
  
}
.igi-toggle .cs-toggle-title i{
  
  color: #fff !important;


}

.my-accordian{
  
}

.my-accordian .cs-accordion-title {
  background-color: rgb(0, 132, 255);
  padding: 40px;
  color: #fff;
}
.my-accordian .cs-accordion-title i{
 
  color: #fff;
}

.my-accordian .cs-accordion-title  {
  background-color: rgb(0 148 218);
  padding: 25px;
  color: #fff;
  background: linear-gradient(199deg, #00aeef, #314d63);
  border-radius: 10px 10px ;
}
.my-accordian .cs-accordion-title:hover  {
  box-shadow: #989898d9 0px 5px 7px;
}
.my-accordian .cs-accordion-content  {
  background-color: rgb(246, 246, 246);
  padding: 40px;
  color: rgb(42, 42, 42);
}

.rtl .icon_list_item{
  text-align: right !important;
    text-align: -webkit-right !important;
    margin-right: 30px !important;
}

.rtl .info-list-heading{

  margin-right: 40px !important;
}

.vc_tta-panel.my-accordian2.vc_active{
  
}

.vc_tta-panel.my-accordian2 .vc_tta-panel-heading,.vc_tta-panel.my_accordian2 .vc_tta-panel-heading{
  
  border: 1px solid #0084ff !important;
  background-image: none !important;
  background-color: #0084ff !important;
  background: #0084ff !important;
  margin-bottom: 20px;
}
.vc_tta-panel.my-accordian2 .vc_tta-panel-heading a, .rtl .vc_tta-panel.my_accordian2 .vc_tta-panel-heading a{
  
  padding:30px !important;
  padding-left: 50px !important;
  display: block !important;
  color:#fff !important;
  text-align: right;
  
}

.west-table th{
background-color:rgb(24 183 241);
border-width: 700px;
font-size: 15px;
color: #fff;
}

.extra-light{
  font-weight: 100 !important;
}

.title-box{
  color: #fff;
  padding: 20px;
  font-weight: 100;
}
.hover-new-box .vc-hoverbox-block-inner h2{
  color: #fff;
  font-weight: 100;
  font-size: 22px;
}
.hover-new-box .vc-hoverbox-block-inner p{
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  font-weight: 700;
}
.hover-box-button button{
  background-color: #fff !important;
  width:100% !important;
  color: #000 !important;
}

.hover-box-button {
  background-color: #fff !important;
  width:auto !important;
  color: #000 !important;

  display:inline-block !important;
}

.my-modal-box .ult_modal-header {
  /* border-bottom: 1px solid #e5e5e5; */
  font-size: 22px !important;
  background: #00a1ff !important;
  padding: 6px !important;
  color: #fff !important;
  font-weight: 100 !important;
}

.ult-overlay.my-modal-box {
  background: #273240f2 !important;
}
.ult-overlay.my-modal-box h3.ult_modal-title {
  color: inherit !important;
  display: table-cell !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
  font-weight: 100 !important;
}
.ult-overlay.my-modal-box .ult_modal-content {
  border-style: solid;
    border-width: 2px; 
    border-radius: 0px;
    border-color: #333333; 
    border:0 !important;
    background: #303132 !important;
    box-shadow:none !important;
    overflow: unset !important;
}
.ult-overlay.my-modal-box .ult_modal-content p {
  color: #000 !important;
}

.ult-overlay.my-modal-box .ult_modal-header>.modal-icon {
  font-size: 2em;
  display: table-cell;
  vertical-align: middle;
  padding: unset;
  position: absolute;
  top: -50px;
  /* margin-left: -26px; */
  /* border: 4px solid #fff; */
  border-radius: 50%;
  width: 100px;
  height: 71px;
  background: #0374ff;
  right: 50%;
  font-size: 44px;
  margin-right: -50px;
  border-top-left-radius: 136px;
  border-top-right-radius: 136px;
  /* border: 10px solid gray; */
  border-bottom: 0;
}

.ult-overlay.my-modal-box .ult_modal-header>.modal-icon i {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 50%;
  margin-left: -24px;
}

.ult-overlay.my-modal-box .ult-overlay-close.popup-top-right {
  right: 26px;
  top: 34px;
  left: initial;
}

.our-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;margin: 0;
  
}
.our-team li {
  letter-spacing: normal;
  list-style: none;
  flex: 0 32%;
  height: 100px;
  margin-bottom: 2%;
  border: 1px solid #e6e6e6;
  height: 200px;
  background-color: rgb(237 241 243);
  text-align: center;
  padding: 60px 20px;
}
.our-team li h5 {
  color:#000;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
} 
.our-team li p {
  color:rgb(82, 82, 82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
} 
.our-client ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;margin: 0;
  
}
.our-client ul li {
  letter-spacing: normal;
  list-style: none;
  flex: 0 32%;
  height: 100px;
  margin-bottom: 2%;
  border: 1px solid #e6e6e6;
  height: 240px;
  background-color: rgb(237 241 243);
  text-align: center;
  padding: 0;
  padding-top: 30px;
}
.our-client ul li h5 {
  color:#000;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
} 
.our-client ul li strong {
 display: block;
} 
.our-client ul li p {
  color:rgb(82, 82, 82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
} 

.my-accordian.padding-less .cs-accordion-content{
  padding: 10px 0px;
}


.contact-center h2{
  background-color:#5fc0ff;
  font-size: 20px;
  font-weight:700 !important;
  padding: 20px 30px;
  color: #fff;
  margin-bottom: 0;
}
.contact-center .cs-column-text{
  background-color:#5fc0ff;
  font-size: 16px;
  font-weight:400 !important;
  padding: 20px;
  color: #fff;
  padding: 0;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 20px;

}

.contact-center .bg-black{
 background: #000;
 margin-bottom:0px;
 padding-top:0px;
}
.contact-center h2.bg-black{
 background: #000;
 margin-bottom:0px;
 padding-top:20px;
}
.contact-center .text-1{
  margin-bottom: 1px !important;
 
 
 }

.contact-center i.fa{
  margin-bottom: 1px !important;
  font-size: 20px;
  margin-right: 10px;
 
 }

.contact-center a{
color: #fff;
 }
.contact-center .bg-remove {
background-color: #fff !important;
text-align: center;
height: 421px;
position: relative;
border: 1px solid #000;
 }
.contact-center .bg-remove p{
position: absolute;
top:50%;
left:50%;
margin-left: -62px;
margin-top: -63px;
 }
 .contact-center .title-class{
  background-color: #fff !important;
  padding: 0;margin: 0;
 }
.contact-center .title-class p{
  border: 1px solid #000;
  margin-bottom: 0;
  border-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  text-align: center;
 }
 .tooltip{
  background: #5fc0ff;
    /* bottom: 100%; */
    color: #fff;
    display: block;
    left: 44px;
    margin-bottom: 13px;
    opacity: 0;
    
    pointer-events: none;
    position: absolute;
    width: 82%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    top: 88px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 7px;
 }
 .tooltip a{
   padding: 20px;
   display: inline-block;
 }
 .tooltip a:hover{
  text-decoration: none;
 }
 .tooltip:hover{
 background-color: #000;
 text-decoration: none;
}
.tooltip:hover:after{
  border-top: solid #000 10px;
 }
 .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
      transform: translateY(0px);
  }
 .tooltip:after {
  border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #5ec0ff 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
  }
  .wpsisac-slick-carousal.wpsisac-prodesign-1 .wpsisac-slide-wrap h2.wpsisac-slide-title a{
    color:#000 !important;
  }

  .post.post-page.current-item {
    color: #000000;
    font-weight: 700;
}
  .cycle-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 340px;
    height: 80px;
    background-color: white;
    right: -5px;
    top: 40px;
  }
  .cycle-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 300px;
    height: 70px;
    background-color: #e0efe3;
    left: 0;
    top: 27px;
  }

  @media only screen and (min-device-width:1024px) and (max-device-width:1365px) {
    .cycle-wrapper {
      position: relative;
      height: 36vh ;
      padding-top: 40px;
      overflow: hidden;
      margin-top: -89px;
      border-radius: 0 0 0 200px;
  }
  .cs-header-default #site-logo {
    z-index: 9999999;
    position: relative;
    display: block;
    width: 124px;
    height: auto;
    position: absolute;
    z-index: 999999999;
    top: -7px !important;
    left: 0;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    padding: 12px;
    padding-bottom: 7px;
    padding-top: 21px;
    box-shadow: none;
}

.cs-top-left {
  float: left;
  margin-bottom: -1px;
  margin-left: 122px;
}

.cs-module-social a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  line-height: 36px;
  width: 21px;
}

.custom-top-menu ul li {
  display: inline-block;
  padding-left: 3px;
  padding-right: 0px;
}

.cs-header-default #site-nav {
  float: right;
  padding-left: 20px;
 padding-right: 10px;
  width: 100%;
}
.custom-top-menu #site-nav{
  width: 70%;
}
  }
.seper{
  margin-top: 132px;
}
  
@media screen and (max-width: 1366px) {
  .cs-header-default #site-logo {
    z-index: 9999999;
    position: relative;
    display: block;
/*     width: 186px; */
	width: 150px;  
    height: auto;
    position: absolute;
    z-index: 999999999;
    top: -17px !important;
/*     left: 249px; */
	   left: 170PX;
    background: #fff;
    border-radius: 0 0 11px 11px;
    overflow: hidden;
    padding: 12px;
    padding-bottom: 7px;
    padding-top: 21px;
    box-shadow: #06060645 -2px 2px 13px 1px;
}
  .cs-header-default #site-logo.is-sticky {
   
    top: -10px !important;
    
}
#site-nav ul li {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.custom-top-menu #site-nav ul li a {
  color: #fff;
  --max-font: 12;
  --min-font: 8;
  font-size: var(--responsive);
  margin: 7px;
  line-height: 2.3;
}
.custom-top-menu #site-nav ul li {
  line-height: 0.6;
}
#masthead.is-sticky {
  position: fixed !important;
  z-index: 999;
  top: 42px !important;
}
.cs-module-social a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  line-height:25px;
  width: 25px;
}

.custom-top-menu,.custom-top-menu ul,
.custom-top-menu ul li,
.custom-top-menu ul li a, 
.custom-top-menu .cs-module-social,.custom-top-menu .cs-top-module, .custom-top-menu .cs-top-module > a {
  margin:0;
  padding: 0;
  height: auto;
  line-height: initial ;

}
.custom-top-menu .cs-top-module > a {
  margin:0;
  padding: 0;
  height: auto;
  line-height: initial ;
  display: inline-block;

}
.custom-top-menu .phone_icon ~ .cs-module-link a {
 border:0px solid #000;
 line-height:1.9;

}

.custom-top-menu  .cs-top-left {
  float: left;
  margin-bottom: -1px;
  padding: 4px;
}
.custom-top-menu ul{
  margin:0;
  padding: 0;
  height: auto;
  line-height: initial;

}
#site-nav > ul > li > .cs-link, #site-nav > ul > li > .sf-with-ul {
  --max-font: 11.5 !important;
  --min-font:6;
  font-size: var(--responsive);
}
.cs-breadcrumb .cs-inner {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  padding: 5px 12px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #f15d22;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  font-weight: 300;
  padding: 7px 19px;
  text-transform: capitalize;
  border-radius: 20px 20px 0 0;
}
#page-header {
  position: relative;
  margin: 0;
  width: 100%;
  color: #fff;
  background-color: #428bca;
  border-radius: 0 0 0 146px;
  background-size: 147% !important;
}
#page-header .custom-padding{
 padding-top: 50px !important;
 padding-bottom: 50px !important;
}
.page-ceo-messege-urdu #page-header, .page-ceo-message #page-header {
  background-size: cover !important;
}
#page-header .page-title {
  margin: 0;
  color: #fff;
  font-size: 45px !important;
  font-weight: 300 !important;
}
#site-logo img {
  padding-top: 10px;
  padding-bottom: 0px;
}
.cs-header-default #site-logo.is-sticky {
  z-index: 9999999;
  position: relative;
  display: block;
  width: 150px;
  height: auto;
  position: absolute;
  z-index: 999999999;
  top: 0px !important;
/*   left: 249px; */
	left: 170x;
  background: #fff;
  border-radius: 0 0 11px 11px;
  overflow: hidden;
  padding: 12px;
  padding-bottom: 7px;
  padding-top: 21px;
   box-shadow: #06060645 0px 0px 0px 0px; 
  border-radius: 0;
}

 .section-takaful #site-logo
	{
	width:150px!important;
  left:170px!important; 
	}
 

.cs-header-default #site-logo.is-sticky {
  top: -23px !important;
}
.menu-item.menu-item-language.menu-item-language-current.menu-item-has-children{
  margin: 0 !important;
  padding: 0 !important;
  line-height: initial !important;
  margin-left: 0;
  padding-left: 0 !important;
}

.menu-item.menu-item-language.menu-item-language-current.menu-item-has-children a {
    margin: 0 !important;
    padding: 0 !important;
    line-height: initial !important;
    margin-left: 0;
    padding-left: 0 !important;
    padding-top: 9px !important;
    padding-left: 11px !important;
    background: #0094da;
    color: #fff !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
#masthead.is-sticky {
  position: fixed !important;
  z-index: 999;
  top: 31px !important;
}
#site-nav ul li ul li .cs-link {
  --max-font: 11.5 !important;
  --min-font:6;
  font-size: var(--responsive) !important;
  line-height: 1em !important;
  font-style: normal !important;
  font-weight: 700 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
}
@media only screen and (max-device-width :1024px) {
  .cs-header-default #site-logo {
    z-index: 9999999;
    position: relative;
    display: block;
    width: 87px;
    height: auto;
    position: absolute;
    z-index: 999999999;
    top: 0px !important;
    left: 0;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    padding: 12px;
    padding-bottom: 7px;
    padding-top: 21px;
    box-shadow: none;
}

.cs-top-left {
  float: right;
  margin-bottom: -1px;
  margin-left: 99px;
  /* float: left; */
}

#cs-mobile-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0;
  padding: 10px;
  cursor: pointer;
  line-height: 0;
  background: #0395da;
  border-radius: 50%;
  left: 0;
  right: 0;
  border-radius: 0;
  text-align: right;
}

#navigation-mobile ul li a {
  display: block;
  font-size: 22px;
  padding: 15px;
  color: #fff;
  font-weight: 100;
}
#navigation-mobile .cs-dropdown-plus {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  left: 0;
  background-color: #d14a1400;
}
#navigation-mobile .cs-dropdown-plus:hover {
  background-color: #ffffff69;
}
#navigation-mobile ul ul li:first-child {
  border-top-width: 5px;
  border-top-color: #ffffff69;
}

#navigation-mobile ul ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff69;
  position: absolute;
  top: 5px;
  left: 30px;
}
#navigation-mobile ul li.menu-item-has-children > a {
  border-right: 0px solid #333;
  margin-right: 0px;
}
#navigation-mobile {
  display: none;
  background-color: #0094da;
}



.action-buttons ul li {
  letter-spacing: normal;
  list-style: none;
  background-color: #fff;
  border-radius: 49px 0 0 49px;
  padding: 6px;
  margin-bottom: 10px;
  transform: translate3d(230px, 63px, -379px);
  background-color: rgb(17, 159, 253);
  transition: all .35s ease-Out;
  color: #fff;
  border-top: 5px solid #fff;
  border-right: 0px solid #fff;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}.action-buttons ul li {
  transform: translate3d(176px, 107px, -379px);
}
.seper{
  margin-top: 0;
}

section#section2 {
  margin-top: 22px;
  padding-top: 446px;
  overflow: hidden;
  width: 100%;
}
.slide-background-animation .upb_row_bg.vcpb-default {
  animation: slide 200s linear infinite;
  width: 4000px !important;
  background-size: contain !important;
  background-repeat: repeat !important;
  background-position: 10px -450px !important; 
}

.insurance_plan_h h4 {
  color: #fff;
  font-size: 22px !important;
  font-weight: 400;
}

.cs-iconbox p{
margin: 0;
text-align: center;
} 
.cs-iconbox-left .cs-iconbox-header {
  display: block;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
}
.contact-column .cs-icon-outer {
  width: 100%;
  border-right:0px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.contact-column .cs-icon-outer  .cs-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
  font-size: 30px !important;
  
}
.cs-iconbox-left .cs-iconbox-block, .cs-iconbox-left .cs-iconbox-header {
  display: block;
  vertical-align: top;
  text-align: center;
}
.mtphr-dnt-inline-title {
   float: none;
  padding-right: 5px;
  text-align: center;
}

#page-header {
    position: relative;
    margin: 0;
    width: 100%;
    color: #fff;
    background-color: #428bca;
    border-radius:0;
    background-size:cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}

    .rtl #page-header {
      position: relative;
      margin: 0;
      width: 100%;
      color: #fff;
      background-color: #428bca;
      border-radius: 0;
      background-size: cover !important;
      background-position: center center;
      background-repeat: no-repeat;
    }
  }

.menu-item.menu-item-language.menu-item-language-current a{
  line-height: 2.3 !important;
  padding-bottom: 0 ;
}
.menu-item.menu-item-language{
  padding-bottom: 0  !important;
  padding-left:0 !important;
}

#site-nav > ul > li > ul > li a{
  padding-top: 20px ;
  padding-bottom: 20px ;
  font-weight: 100;
}
.menu-item.menu-item-language.menu-item-language-current.menu-item-has-children ul li a{
  margin: 0 !important;
    padding: 0 !important;
    line-height: initial !important;
    margin-left: 0;
    padding-left: 0 !important;   
    padding-top: 0 !important;
    padding-left: 0 !important;
    background: #0094da;
    color: #fff !important;
    padding-bottom:0!important;
    padding-right: 0 !important;
}
@media only screen and (max-width:1366px){
  .submenu-languages{
    width: auto !important;
  }
  .wpsisac-slick-carousal.wpsisac-prodesign-1 .wpsisac-slide-wrap .wpsisac-img-wrap {
    height: 320px !important;
  }
  h2.wpsisac-slide-title  {
    margin: 39px 0!important;
    line-height: normal;
    padding-top: 0;
    font-size: 16px !important;
    padding-bottom: 0;
    color: #444;
}
h2.wpsisac-slide-title  a {
  margin: 39px 0!important;
  line-height: normal;
  padding-top: 0;
  font-size: 16px !important;
  padding-bottom: 0;
  color: #444;
}
h2.wpsisac-slide-title  a:hover {
  margin: 39px 0!important;
  line-height: normal;
  padding-top: 0;
  font-size: 16px !important;
  padding-bottom: 0;
  color: #444;
}
.wpsisac-slick-carousal.wpsisac-prodesign-1 .wpsisac-slide-wrap .wpsisac-slider-content {
  text-align: left;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all;
  font-size: 14px;
}
.menu-item.menu-item-language.menu-item-language-current.menu-item-has-children ul li a{
  margin: 0 !important;
    padding: 0 !important;
    line-height: initial !important;
    margin-left: 0;
    padding-left: 0 !important;   
    padding-top: 0 !important;
    padding-left: 0 !important;
    background: #0094da;
    color: #fff !important;
    padding-bottom:0!important;
    padding-right: 0 !important;
    text-align: right;
    display: block;
    padding-left: 40px !important;
    padding-right: 22px !important;
    
    font-size: 16px;
    padding: 6px !important;
}
}
#site-nav > ul > li > ul > li a:hover{
  background-color: #0094da !important;
 color:#fff !important;

}

.sub-menu li{
  padding: 0 !important;
}
.sub-menu li a{
  padding: 20px !important;
}
/* .main-navigation li {
  padding-bottom: 0 !important;
} */

#masthead.is-sticky #site-nav ul li ul li .cs-link:hover {
  color: #ffffff !important;
}


@media only screen and (max-width:450px){
  .our-team {
   display: block;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* list-style: none; */
    padding: 0 !important;
    margin: 0;
}

.our-team li{
height: auto;
padding: 20px;
}

.igi-drive-bg .az-img {
   position: relative; 
  height:auto;
 width:100%; 
 right:initial; 
  top:initial;
}
}





















/*

AccMenu

*/


.wpb_category_n_menu_accordion > ul {
  /* border: 1px solid #ccc; */
  border-radius: 0;
  border-bottom: 0 solid #000;
}

.menu-item-has-children ul li{
  border-right: 0 solid #000 !important;
  border-left: 0 solid #000 !important;
}
.wpb_category_n_menu_accordion > ul:after {
  content: "";
  display: block;
  height: 20px;
  border-radius: 0 0 45px 20px;
  border: 1px solid #ccc;
  border-top: 0 solid #000;
  margin-left: 0;
  margin-right: 0;
}
.wpb_category_n_menu_accordion .current-menu-parent {
  background-color: #fff;
  color:#fff !important;
}


.wpb_category_n_menu_accordion .current-menu-parent a{

  color:#333 !important;
}
.wpb_category_n_menu_accordion * {
  -webkit-font-smoothing: antialiased;
}
.wpb_category_n_menu_accordion ul li {
  list-style: none;
  display: block;
  position: relative;
}
.wpb_category_n_menu_accordion ul {
  padding: 0!important;
  margin: 0!important;
}
.wpb_category_n_menu_accordion ul.children,
.wpb_category_n_menu_accordion ul.sub-menu {
  display: none;
}
.wpb_category_n_menu_accordion ul > li {
  margin: 0!important;
  padding: 0!important;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.wpb_category_n_menu_accordion ul > li li {
  margin: 0!important;
  background: #ffffff;
}
.wpb_category_n_menu_accordion ul > li li a {
  color: #333 !important;
}
.wpb_category_n_menu_accordion a {
  display: block;
  outline: none;
  text-decoration: none;
}
.wpb_category_n_menu_accordion li a:focus {
  outline: 0;
}
.wpb_category_n_menu_accordion ul li > a > span.wpb-submenu-indicator {
  float: right;
  font-size: 20px;
  line-height: 22px;
  font-weight: bolder;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
.wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a > span.wpb-submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpb_category_n_menu_accordion li > a:hover > span.wpb-submenu-indicator {
  color: #fff;
}
.wpb_category_n_menu_accordion > ul > li:last-child > a:hover {
  background-color:#f26d38;
  color: rgb(255, 255, 255);
  
}
.wpb_category_n_menu_accordion > ul > li > a:hover {
  background-color: #f26d38;
  color: #fff !important;
  
}
.wpb_category_n_menu_accordion .current-menu-parent a[aria-current="page"]{
  color: #fff !important;
}
.wpb_category_n_menu_accordion > ul > li li > a {
  border-left: solid 6px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
.wpb_category_n_menu_accordion > ul > li li:hover > a,
.wpb_category_n_menu_accordion > ul > li li.current-cat > a,
.wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a {
  border-left-color: #00aeef;
}
.wpb_category_n_menu_accordion li a {
  font-size: 12px;
  line-height: 18px;
  padding: 14px 22px;
  font-weight: 600;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
.wpb_category_n_menu_accordion > ul > li > a {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 22px;
  background: #ffffff00;
  color: #434343!important;
  font-weight: 300;
}
.wpb_category_n_menu_accordion > ul > li:not(:last-child) > a {
  border-bottom: 0px solid #383F4A!important;
}
.wpb_category_n_menu_accordion > ul > li:last-child > a {
  border-bottom: 0;
  border-radius: 0;
}
}
.wpb_category_n_menu_accordion > ul > li > ul > li > a,
.wpb_category_n_menu_accordion > ul > li > ul > li > ul > li > a {
  border-bottom: 0;
}
.wpb_category_n_menu_accordion ul > li.current-menu-item{
  background-color: rgb(48 77 99);
  pointer-events:none;
}
.wpb_category_n_menu_accordion ul > li.current-menu-item a{
  color: #fff!important;
}
/* Cat Count */

.wpb_category_n_menu_accordion ul li .wpb-wmca-cat-count {
  min-width: 20px;
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 11px;
  font-weight: 800;
  color: #555;
  text-align: center;
  background: #f0f0f0;
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}


/* Padding Left */

.wpb_category_n_menu_accordion > ul > li > ul > li > a {
  padding-left: 30px;
}
.wpb_category_n_menu_accordion > ul > li > ul > li > ul > li > a {
  padding-left: 45px;
}


/* ==========================================================================
   RTL style
   ========================================================================== */


body.rtl .wpb_category_n_menu_accordion ul li > a > span.wpb-submenu-indicator {
  float: left;
}
body.rtl .wpb_category_n_menu_accordion > ul > li > ul > li > a {
  padding-left: 14px;
  padding-right: 30px;
}
body.rtl .wpb_category_n_menu_accordion > ul > li > ul > li > ul > li > a {
  padding-left: 14px;
  padding-right: 45px;
}
body.rtl .wpb_category_n_menu_accordion > ul > li li > a { 
  border-right: solid 6px transparent;
  border-left: 0;
}
body.rtl .wpb_category_n_menu_accordion > ul > li li:hover > a,
body.rtl .wpb_category_n_menu_accordion > ul > li li.current-cat > a,
body.rtl .wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a {
  border-right-color: #414956;
}
body.rtl .wpb_category_n_menu_accordion ul li .wpb-wmca-cat-count {
  left: 40px;
  right: inherit;
}


/**
 * Theme Support
 */

.widget-area .widget .wpb_category_n_menu_accordion > ul > li a:not(.button),
.widget .wpb_category_n_menu_accordion ul li a:hover {
  text-decoration: none;
}
.widget .wpb_category_n_menu_accordion li a {
  display: block;
}
.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) .wpb_category_n_menu_accordion ul:first-child > li:first-child > a,
.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) .wpb_category_n_menu_accordion > ul > li:first-child > a {
  padding-top: 14px;
}
.widget .wpb_category_n_menu_accordion ul li a {
  padding: 14px 22px;
}
.widget_text .wpb_category_n_menu_accordion li a {
  margin-bottom: 0;
}

.wpb_category_n_menu_accordion .current-menu-parent > a {
  background-color: #ff4900;
  color:#fff !important;
}




.top-adjust{
  top:275px;
  transition:5s top ease-in-out;
}





.top-adjust2{
  top:initial;
  transition:5s top ease-in-out;
}


.wpb_category_n_menu_accordion ul > li:last-child{
  border-radius: 0;
}

body.rtl .content-carousel .cycle-slideshow>div h1 {
  margin: 0 0 5px 0;
  --max-font: 36;
  --min-font: 25;
  font-family: var(--main-font);
  font-size: var(--responsive);
  line-height: 2;
  color: #000;
}

body.rtl .fa-chevron-right:before {
  content: "\f054";
}

body.rtl .fa-chevron-left:before {
  content: "\f053";
}

body.rtl .action-buttons ul li:hover {
  transform: translate3d(42px, 63px, 0);
  box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.253);
}
#site-nav > ul > li > ul > li a:hover{
  background-color: #0094da !important;
 color:#fff !important;
}
body.rtl .wpsisac-slick-carousal.wpsisac-prodesign-1 .wpsisac-slide-wrap .wpsisac-img-wrap img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
  -webkit-transform: translate3d(-30px,0,0);
  transform: translate3d(48px,0,0);
}

body.rtl .action-buttons ul li {
  letter-spacing: normal;
  list-style: none;
  background-color: #fff;
  border-radius: 70px 0 0 70px;
  padding: 20px;
  margin-bottom: 10px;
  transform: translate3d(230px, 63px, -379px);
  background-color: rgb(17, 159, 253);
  transition: all .35s ease-Out;
  color: #fff;
  border-top: 5px solid #fff;
  border-right: 0px solid #fff;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  text-align: left;
}
body.rtl .wpsisac-slick-carousal.wpsisac-prodesign-1 .wpsisac-slide-wrap:hover .wpsisac-img-wrap img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(0px,0,0);
}

body.rtl .wpsisac-slider-short-content p{
  font-size: 20px !important;
}
/* .main-navigation li {
  padding-bottom: 0 !important;
} */




@media only screen and (max-width:450px){
  .our-team {
   display: block;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* list-style: none; */
    padding: 0 !important;
    margin: 0;
}

.our-team li{
height: auto;
padding: 20px;
}}