@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

html {
  overflow-x: hidden;
}

body {
  color: var(--bodyColor);
  font-size: var(--text-2xl);
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 1.667;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  border: none;
  margin: 0;
  outline: none !important;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

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

label {
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
}

label.auto {
  display: inline-block;
  margin: 5px 40px 5px 0
}

label.auto:last-child {
  margin-right: 0
}

ul,
ol {
  list-style: none
}

:root {
  --bodyColor: #000000;
  --primeryColor: #032e84;
  --seconderyColor: #ffcc00;
  --primeryColorLight: #9795b0;
  --seconderyColorLight: #ffce73;
  --primeryColorDark: #022365;
  --seconderyColorDark: #ffbd43;
  --blackColor: #000000;
  --whiteColor: #ffffff;


  --text-6xl: 35px;
  --text-5xl: 33px;
  --text-4lg: 28px;
  --text-4md: 26px;
  --text-4xl: 24px;
  --text-3xl: 22px;
  --text-2xl: 18px;
  --text-xl: 16px;

}

a {
  color: var(--primeryColor);
  text-decoration: none
}

a:hover,
a:focus {
  color: #6d757d;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  /*user-drag: none; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: var(--primeryColor);
  line-height: 1.2;
  margin: 25px 0 15px;
}

h1 {
  font-size: var(--text-7xl);
}

h2 {
  font-size: var(--text-6xl);
}

h3 {
  font-size: var(--text-5xl);
}

h4 {
  font-size: var(--text-4xl);
}

h5 {
  font-size: var(--text-2xl);
}

h6 {
  font-size: var(--text-xl);
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 15px 0;
}

h2 em,
h3 em {
  display: block;
  width: 52px;
  height: 3px;
  background: #dedede;
  margin: 25px 0 20px
}

h2 em.center,
h3 em.center {
  margin: 25px auto 20px
}

p.pn {
  padding: 0;
  margin: 0
}

p {
  margin: 0 0 25px;
  line-height: 30px;
}

p+ul,
p+ol {
  margin-top: -6px
}

ul {
  margin: 0 0 25px
}

ul li {
  position: relative;
  padding: 0 0 10px 27px;
  overflow: hidden;
}

ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  color: var(--primeryColor);
  ;
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 2px;
  top: 7px;
}

ol {
  padding-left: 26px;
  margin: 0 0 25px;
  text-align: left;
  overflow: hidden
}

ol li {
  list-style: decimal;
  padding-bottom: 7px;
  padding-left: 0;
}

ol li ul>li {
  padding-left: 20px;
  list-style: none
}

ol li ul>li:before {
  display: block;
  left: 1px
}

ul ol li {
  overflow: visible
}

ul ol li:before {
  display: none;
  overflow: visible
}

ol ol li {
  list-style: lower-alpha
}

ol ol ol li {
  list-style: lower-roman
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 12px;
  margin-bottom: 5px
}

ul li:last-child,
ol li:last-child {
  padding-bottom: 0
}

.text-center ul {
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto
}

.list-none li {
  padding-left: 0
}

.list-none li:before {
  display: none;
}

p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.table-responsive {
  border: none;
  margin: 20px 0;
  overflow: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #cfcdcd;
  border-collapse: collapse !important;
}

table tr td,
table tr th {
  padding: 14px 15px;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
  border: 1px solid #dddddd
}

table tr th {
  font-weight: 700;
}

th[align="center"],
td[align="center"] {
  text-align: center !important
}

th[align="right"],
td[align="right"] {
  text-align: right !important
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cccccc
}

.common-content {
  padding: 40px 0;
  display: block;
  width: 100%;
  overflow: hidden
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.flex-wrap-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a[href^="tel:"],
a[href^="mailto:"] {
  display: inline-block;
  word-break: break-word;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
  width: 100%
}

.container-fluid {
  max-width: 1270px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

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

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33%
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33%
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33%
  }
}

/******Input******/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea,
.form-control {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #6d757d;
  display: block;
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus,
.form-control:focus {
  border-color: #6d757d;
}

textarea,
textarea.form-control {
  height: 100px;
  resize: none;
}

select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}

select option {
  font-size: 16px;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
  color: #787878
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #6d757d;
  opacity: 1.0;
}

::-moz-placeholder {
  color: #6d757d;
  opacity: 1.0;
}

:-ms-input-placeholder {
  color: #6d757d;
  opacity: 1.0;
}

:-moz-placeholder {
  color: #6d757d;
  opacity: 1.0;
}

/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

/******Input Ends******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"],
:after,
:before {
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
}

.btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
  border-radius: 0px;
  padding: 13px 28px;
  border: 1px solid var(--seconderyColorDark);
  background-color: var(--seconderyColorDark);
  font-style: normal;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  white-space: normal;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
}

.secondary-btn {
  border-color: var(--primeryColor);
  background-color: var(--primeryColor);
  color: #fff;
}

.btn.focus,
.btn:focus,
.btn:hover,
.secondary-btn:hover,
.secondary-btn:focus {
  color: #fff;
  border-color: var(--primeryColorDark);
  background-color: var(--primeryColorDark);
}

.btn-row .btn {
  margin: 10px 20px 0 0
}

.btn-row .btn:last-child {
  margin-right: 0
}

@media (min-width:992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/****Space Control Top Bottom*****/
.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: 10px 0 !important
}

.m-2 {
  margin: 20px 0 !important
}

.m-3 {
  margin: 30px 0 !important
}

.m-4 {
  margin: 40px 0 !important
}

.m-5 {
  margin: 50px 0 !important
}

.m-6 {
  margin: 60px 0 !important
}

.m-7 {
  margin: 70px 0 !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: 10px 0 !important
}

.p-2 {
  padding: 20px 0 !important
}

.p-3 {
  padding: 30px 0 !important
}

.p-4 {
  padding: 40px 0 !important
}

.p-5 {
  padding: 50px 0 !important
}

.p-6 {
  padding: 60px 0 !important
}

.p-7 {
  padding: 70px 0 !important
}

.m-t0 {
  margin-top: 0 !important
}

.m-t2 {
  margin-top: 20px !important
}

.m-t3 {
  margin-top: 30px !important
}

.m-t4 {
  margin-top: 40px !important
}

.m-t5 {
  margin-top: 50px !important
}

.m-t6 {
  margin-top: 60px !important
}

.m-t7 {
  margin-top: 70px !important
}

.m-b0 {
  margin-bottom: 0 !important
}

.m-b2 {
  margin-bottom: 20px !important
}

.m-b3 {
  margin-bottom: 30px !important
}

.m-b4 {
  margin-bottom: 40px !important
}

.m-b5 {
  margin-bottom: 50px !important
}

.m-b6 {
  margin-bottom: 60px !important
}

.m-b7 {
  margin-bottom: 70px !important
}

.p-t0 {
  padding-top: 0 !important
}

.p-t2 {
  padding-top: 20px !important
}

.p-t3 {
  padding-top: 30px !important
}

.p-t4 {
  padding-top: 40px !important
}

.p-t5 {
  padding-top: 50px !important
}

.p-t6 {
  padding-top: 60px !important
}

.p-t7 {
  padding-top: 70px !important
}

.p-b0 {
  padding-bottom: 0 !important
}

.p-b2 {
  padding-bottom: 20px !important
}

.p-b3 {
  padding-bottom: 30px !important
}

.p-b4 {
  padding-bottom: 40px !important
}

.p-b5 {
  padding-bottom: 50px !important
}

.p-b6 {
  padding-bottom: 60px !important
}

.p-b7 {
  padding-bottom: 70px !important
}

/****Space Control Top Bottom End*****/

/******Hundred% Start******/
.hundred,
section,
header,
footer {
  position: relative;
  float: left;
  width: 100%;
}

/******Hundred% End******/


.scrollup {
  position: fixed;
  right: 5px;
  bottom: -40px;
  z-index: 50;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -ms-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
  filter: alpha(opacity=0);
  opacity: 0
}

.scrollup i {
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  border: 1px solid #fff;
  display: block;
  background: var(--primeryColor);
}

.scrollup i:hover {
  color: #fff;
}

.scrollup.show {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 5px;
}

/****Button & Scroll Up End******/

/******Contact Form 7 Message******/
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
  float: left;
  margin: 15px 0;
  text-align: center;
  width: 100%;
}

.wpcf7-not-valid {
  background-color: #fbc9c9 !important;
  border-color: #f00 !important;
}

.inverse-form .wpcf7-not-valid {
  background-color: transparent !important;
}

span.wpcf7-not-valid-tip {
  display: none !important
}

.wpcf7-captchac {
  background: #fff;
  float: left;
  padding: 3px;
  width: 134px;
}

/*.wpcf7-captchar{float:left;max-width:210px;margin-left:5px!important;width:100% !important;width:-moz-calc(100% - 185px)!important;width:-webkit-calc(100% - 185px )!important;width:-o-calc(100% - 185px)!important;width:calc(100% - 185px)!important;}*/
/****** Contact Form 7  Message End ******/

/*****Social Icons*****/
ul.social-icon {
  display: inline-block;
  padding: 0;
  margin: 0 0 15px;
  vertical-align: middle
}

ul.social-icon li {
  color: #6d757d;
  margin: 3px 9px 3px 0;
  display: inline-block;
  width: auto;
  background: none;
  padding: 0;
  vertical-align: middle;
}

ul.social-icon li:before {
  display: none
}

ul.social-icon li a {
  display: inline-block;
  padding: 0;
  width: auto;
}

ul.social-icon li i {
  text-align: center;
  display: inline-block;
  border: 0;
  border-radius: 0;
  vertical-align: top;
  font-size: 15px;
  color: #fff;
  background-color: var(--primeryColor);
  line-height: 1
}

ul.social-icon li i:before {
  display: inline-block;
  line-height: 36px;
  width: 36px;
}

/*ul.social-icon li a:hover .fa-twitter { background-color: #0eb1f2; }
ul.social-icon li a:hover .fa-linkedin-in { background-color: #007bb6; }
ul.social-icon li a:hover .fa-instagram { background-color: #d82370; }
ul.social-icon li a:hover .fa-pinterest-p { background-color: #cb2027; }
ul.social-icon li a:hover .fa-tumblr { background-color: #395976; }
ul.social-icon li a:hover .fa-youtube { background-color: #ff0000; }
ul.social-icon li a:hover .fa-whatsapp { background-color: #25d366; }
ul.social-icon li a:hover .fa-facebook-f { background-color: #3b5998 }
ul.social-icon li a:hover i { color: #fff; background-color: #6d757d }*/
ul.social-icon li a:hover i {
  border-color: transparent;
  background-color: var(--seconderyColor)
}

/*****Social Icons End*****/

/****** Header ******/
header {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 99999;
  background: #fff
}


/************ header inner wraper ************/
header .header-inner-wraper {
  padding: 0px 0 0;
  width: 100%;
}

header .header-inner-wraper .container {}

header .header-inner-wraper .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

header .header-inner-wraper .header-inner .header-left {
  padding: 0;
  display: flex;
  height: 120px;
  align-items: center;
  z-index: 999;
  margin-right: auto;
}

header .header-inner-wraper .header-inner .header-left a {
  display: inline-block;
  width: auto;
}

header .header-inner-wraper .header-inner .header-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0 0;
}

header .header-inner-wraper .right {
  height: 140px;
  align-content: center;
}

header .header-inner-wraper .right .header-left {
  height: auto
}

header .header-inner-wraper .right .header-middle {
  order: 2;
  max-width: 80%;
  width: 100%
}

header .header-inner-wraper .right .header-middle .nav-wrap {
  width: auto;
  float: right
}

header .header-inner-wraper .right .header-right {
  order: 1;
}

header .header-inner-wraper .full .header-middle {
  order: 2;
  width: 100%;
  padding: 0px 0 0;
  margin-left: auto;
  position: relative;
}

header .header-inner-wraper .full .header-middle::after {
  display: block;
  position: absolute;
  left: -2000px;
  width: 8000px;
  height: 100%;
  content: "";
  background: #ccc;
}

header .header-inner-wraper .margin-left-auto {
  margin-left: auto;
  white-space: nowrap
}

header .header-inner-wraper .header-right {
  margin-left: 0px;
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 99
}

header .header-inner-wraper .header-right ul {
  display: flex;
  align-items: center;
  margin: 0
}

header .header-inner-wraper .header-right ul li {
  display: inline-block;
  padding: 0 10px;
  line-height: normal;
  overflow: visible;
}

header .header-inner-wraper .header-right ul li:before {
  display: none
}

header .header-inner-wraper .header-right ul li:after {
  display: none;
  position: absolute;
  content: "|";
  font-size: 12px;
  left: auto;
  left: 0px;
  top: 4px;
  color: #000;
  width: 2px;
}

header .header-inner-wraper .header-right ul li:first-child:after {
  display: none
}

header .header-inner-wraper .header-right ul li:last-child {
  padding-right: 0
}

header .header-inner-wraper .header-right .btn {
  margin: 0
}

header .header-inner-wraper .header-right .search-sec {
  width: 186px;
  position: relative;
  padding: 5px
}

header .header-inner-wraper .header-right .search-sec input[type="text"] {
  width: 100%;
  background: var(--primeryColor) !important;
  border: none;
  height: 29px;
  border-radius: 16px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  padding: 12px 43px 12px 13px;
}

header .header-inner-wraper .header-right .search-sec input[type="submit"] {
  display: block;
  width: 20px;
  background: url(../img/search-icon.png) 0 0 no-repeat !important;
  border: none;
  height: 20px;
  margin-bottom: 0;
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer
}

header ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1
}

header :-moz-placeholder {
  color: #ffffff;
  opacity: 1
}

header ::-moz-placeholder {
  color: #ffffff;
  opacity: 1
}

header :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1
}

/************ header inner wraper ************/
.nav-trigger {
  display: none
}

.nav-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0;
  padding: 10px 0;
  text-align: left;
}

.nav_trigger,
nav #menu-button {
  display: none
}

.nav-wrap nav,
.nav-wrap nav ul,
.nav-wrap nav ul li,
.nav-wrap nav ul li a,
.nav-wrap nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99
}

.nav-wrap nav #menu-button,
.nav-wrap nav ul li:before {
  display: none;
}

.nav-wrap nav {
  display: inline-block;
  position: static;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle
}

.nav-wrap nav ul.nav {
  display: table;
}

.nav-wrap nav ul.nav>li {
  position: relative;
  float: left;
  padding: 0;
  overflow: visible;
  margin: 0 39px;
  line-height: 16px;
}

.nav-wrap nav ul.nav>li:before {
  display: inline-block;
  position: absolute;
  content: "|";
  font-size: 20px;
  left: auto;
  right: -39px;
  top: 2px;
  color: #000;
  width: 2px
}

.nav-wrap nav ul.nav>li:last-child:before {
  display: none;
  padding-right: 0
}

.nav-wrap nav ul.nav>li.has-sub>a:after {
  content: "\f107";
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: Font Awesome\ 5 Pro;
  margin-left: 5px;
  color: var(--primeryColor)
}

.nav-wrap nav ul.nav>li>a {
  font-size: var(--text-xl);
  line-height: 20px;
  color: var(--balckColor);
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  padding: 5px 0;
  letter-spacing: 0.5px
}

.nav-wrap nav ul.nav>li>a i {
  margin-right: 5px
}

.nav-wrap nav ul.nav li:hover>a,
.nav-wrap nav ul.nav li>a:hover,
.nav-wrap nav ul.nav li.current-menu-item>a,
.nav-wrap nav ul.nav li.current-menu-ancestor>a {
  color: var(--primeryColor);
}


.nav-wrap nav ul.nav>li>a::before {
  content: "";
  padding: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  transition: all 0.3s linear 0s;
}

.nav-wrap nav ul.nav>li>a::before {
  background-color: var(--seconderyColor);
}

.nav-wrap nav ul.nav>li:hover>a::before,
.nav-wrap nav ul.nav>li>a:hover::before,
.nav-wrap nav ul.nav>li.current-menu-item>a::before,
.nav-wrap nav ul.nav>li.current-menu-ancestor>a::before {
  right: 0;
}


.nav-wrap nav ul.nav li.has-sub li.has-sub>a {
  padding-right: 20px !important
}

/*.nav-wrap nav ul.nav li.has-sub li.has-sub > a:after{content:"\f067";display:inline-block;font-size:12px;line-height:18px;font-family:Font Awesome\ 5 Pro;margin-left:5px;color:#ffffff;position:absolute;right:10px;}*/
.nav-wrap nav ul.nav li.has-sub li.has-sub>a:after {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-left: 5px;
  color: #ffffff;
  position: absolute;
  right: 10px;
}

.nav-wrap nav ul.nav ul li.has-sub:hover>a:after {
  /*content:"\f068";*/
}

.nav-wrap nav ul.nav .align-left-menu ul {
  background: #02395f
}

/****sub nav menu *****/
.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent
}

.nav-wrap nav ul.nav ul {
  position: absolute;
  border-radius: 0;
  padding: 0;
  visibility: hidden;
  text-align: left;
  left: 0;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.6s ease-in;
  -moz-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  border: 0 !important;
  background: #fff
}

.nav-wrap nav ul.nav ul ul:after {
  display: none
}

.nav-wrap nav>ul.nav>li>ul:before {
  content: "";
  position: absolute;
  margin-bottom: 0;
  left: 15px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--primeryColor);
}

.nav-wrap nav>ul.nav>li>ul {
  top: 100%;
}

.nav-wrap nav ul.nav ul ul {
  left: 100%;
  padding-top: 0
}

.nav-wrap nav ul.nav ul ul:before {
  top: 0
}

.nav-wrap nav ul.nav li:hover>ul {
  display: block;
  visibility: visible;
  left: 0;
  top: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.nav-wrap nav ul.nav li ul {
  top: 100%;
  max-height: 0;
  overflow: hidden;
}

.nav-wrap nav>ul.nav li:hover ul {
  top: 100%;
  max-height: 500px;
  overflow: visible;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1)
}

@media only screen and (min-width:1024px) {
  .nav-wrap nav ul.nav li:hover ul {
    -moz-transition: all 0.3s linear 0s !important;
    -webkit-transition: all 0.3s linear 0s !important;
    -ms-transition: all 0.3s linear 0s !important;
    transition: all 0.3s linear 0s !important;
  }
}

.nav-wrap nav ul.nav ul>li:hover>ul {
  left: 100%;
  top: 0;
}

.nav-wrap nav ul.nav .reverse-menu ul>li:hover>ul {
  right: 100%;
  left: auto;
}

.nav-wrap nav ul.nav .align-left-menu:hover>ul {
  right: 0;
  left: auto;
}

.nav-wrap nav ul.nav ul .align-left-menu:hover ul,
.nav-wrap nav ul.nav ul .align-left-menu li:hover ul {
  right: 100%;
  left: auto;
}

.nav-wrap nav ul.nav ul .align-right-menu:hover ul,
.nav-wrap nav ul.nav ul .align-right-menu li:hover ul {
  left: 100% !important;
  right: auto !important;
}

.nav-wrap nav .z-h {
  z-index: 99999 !important
}

.nav-wrap nav ul.nav .align-right-menu .has-sub:after,
.nav-wrap nav ul.nav .align-right-menu:after {
  left: 100% !important;
  right: auto !important;
}

.nav-wrap nav ul.nav ul li.has-sub:after {
  content: "\f067";
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  width: auto;
  font-family: Font Awesome\ 5 Pro;
  font-size: 11px;
  line-height: 33px;
  color: var(--primeryColor)
}

.nav-wrap nav ul.nav ul li.has-sub:hover:after {
  content: "\f068";
}

.nav-wrap nav ul.nav ul li {
  float: left;
  width: 100%;
  min-width: 190px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  overflow: visible;
}

.nav-wrap nav ul.nav ul li:last-child {
  border-bottom: none
}

.nav-wrap nav ul.nav ul li a {
  color: #000;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 15px 16px 30px;
  width: auto;
  white-space: normal;
  text-decoration: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border-bottom: solid 1px #dbe7cf
}

.nav-wrap nav ul.nav ul li:last-child a {
  border-bottom: none
}

.nav-wrap nav ul.nav ul li a:before {
  content: "\f105";
  font-family: Font Awesome\ 5 Pro;
  font-size: 16px;
  position: absolute;
  top: 1.5em;
  left: 15px;
  margin: auto;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a6a6a6
}

.nav-wrap nav ul.nav li>ul>li:hover:after {
  display: block;
}

/*.nav-wrap nav ul.nav> li> a:before{content:"";padding:0;height:1px;position:absolute;left:0;right:100%;bottom:0;-moz-transition:all 0.3s linear 0s;-webkit-transition:all 0.3s linear 0s;-ms-transition:all 0.3s linear 0s;-o-transition:all 0.3s linear 0s;transition:all 0.3s linear 0s; background-color:var(--primeryColor)}*/
.nav-wrap nav ul.nav>li:hover>a:before,
.nav-wrap nav ul.nav>li>a:hover:before,
.nav-wrap nav ul.nav>li.current-menu-item>a:before,
.nav-wrap nav ul.nav>li.current-menu-ancestor>a:before {
  right: 0
}

.nav-wrap nav ul.nav ul li:hover>a,
.nav-wrap nav ul.nav ul li>a:hover,
.nav-wrap nav ul.nav ul li.current-menu-item>a,
.nav-wrap nav ul.nav ul li.current-menu-ancestor>a {
  color: #fff;
  background-color: var(--primeryColor)
}

.nav-wrap nav ul.nav ul li a:hover:before {
  color: #fff
}

.nav-wrap nav ul.nav>li:first-child {
  margin-left: 0
}

.nav-wrap nav ul.nav>li:last-child {
  margin-right: 0
}

/****** mega-dropdown ******/
.has-mega {
  position: static !important;
}

.nav-wrap nav ul.nav ul.mega-dropdown {
  display: none;
  width: 100%;
  padding: 15px
}

.menu-row {
  display: flex;
  width: 100%;
}

.menu-row .menu-col {
  flex: 1
}

.menu-row .menu-col ul {
  position: static !important;
  height: auto !important;
  max-height: inherit !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important
}

/***** Nav starts *****/

/*mega-menu*/
@media only screen and (min-width:1024px) {
  .mega-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    background: #f1f1f1;
  }

  .mega-menu-wrapper>ul li ul {
    position: static !important;
    top: 0 !important;
  }

  .nav-wrap nav ul.nav>li.mega-menu {
    position: static !important
  }

  .nav-wrap nav ul.nav>li.mega-menu:hover ul {
    opacity: 1;
    visibility: visible;
  }

  .nav-wrap nav ul.nav>li.mega-menu ul li.has-sub>a {
    font-weight: 600
  }

  .nav-wrap nav ul.nav>li.mega-menu ul li.has-sub::after {
    display: none
  }

  .nav-wrap nav ul.nav>li.mega-menu>a::after {
    content: "\f107";
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-family: Font Awesome\ 5 Pro;
    margin-left: 5px;
    color: #000;
  }
}

/*mega-menu*/

/**************Nav ends**************/
.nav-wrap nav .submenu-button.submenu-opened {
  display: none
}

@media only screen and (max-width:1024px) {
  .blak-overlay {
    position: fixed;
    z-index: 150;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .nav-trigger {
    float: right;
    padding: 6px;
    height: 42px;
    width: 42px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: var(--primeryColor);
    border: 1px solid var(--primeryColor);
    margin: 0;
    overflow: visible;
    text-align: center;
    position: absolute;
    right: 0;
  }

  .nav-trigger i {
    font-size: 20px;
    color: #fff
  }

  .nav-trigger.closemenu i:before {
    content: "\f00d"
  }

  .nav-trigger span {
    display: block;
    top: 50%;
    margin-top: -1px;
    right: 9px;
  }

  .nav-trigger span,
  .nav-trigger span::after,
  .nav-trigger span::before {
    width: 21px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .nav-trigger span::after,
  .nav-trigger span::before {
    content: "";
    display: block
  }

  .nav-trigger span::before {
    top: -7px
  }

  .nav-trigger span::after {
    bottom: -7px
  }

  .nav-trigger.closemenu span {
    top: auto;
    bottom: 7px;
    transition-duration: .15s;
    transition-delay: .15s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  .nav-trigger.closemenu span::after {
    top: -20px;
    transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
  }

  .nav-trigger.closemenu span::before {
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19)
  }

  .nav-trigger.closemenu span {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
    transition-delay: .32s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  .nav-trigger.closemenu span::after {
    top: 0;
    opacity: 0;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear
  }

  .nav-trigger.closemenu span::before {
    top: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
  }

  #push_sidebar {
    display: block;
    right: -260px;
    z-index: -1;
    top: 0 !important;
    bottom: 0;
    position: fixed;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 !important;
    padding: 0;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    background: var(--primeryColor);
  }

  html,
  header {
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.3s linear 0s;
  }

  .sidebar_active {
    /*overflow: hidden; margin-left: -260px; margin-right: 260px */
  }

  .sidebar_active .bg-overlay {
    z-index: 999;
    display: block;
  }

  .bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primeryColor);
    z-index: 99;
    opacity: 0.8;
    display: none;
    opacity: 0.8
  }

  .nav-wrap .nav-trigger {
    position: fixed;
    top: 90px;
    right: -70px;
    transition: all 0.2s linear 0s;
  }

  .nav-wrap .nav-trigger.closemenu {
    right: 260px;
    z-index: 999;
  }

  .sidebar_active #push_sidebar {
    right: 0;
    z-index: 999999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4) inset
  }

  .nav-wrap nav ul.nav>li.has-sub>a:after {
    display: none
  }

  .sidebar_active header {
    position: fixed;
    /*left: -260px; right: 260px;*/
    top: 0 !important;
  }

  .nav-wrap nav ul.nav>li.has-sub:hover>a:before {
    display: none
  }

  .nav-wrap nav ul,
  nav ul ul,
  .nav-wrap nav ul ul ul,
  .nav-wrap nav ul.nav,
  nav.align-center>ul,
  .nav-wrap nav ul.nav>li>ul,
  .nav-wrap nav ul.nav>li:hover>ul,
  .nav-wrap nav ul ul li:hover>ul,
  .nav-wrap nav ul ul ul li:hover>ul {
    position: relative;
    left: 0;
    right: auto;
    top: 100%;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }

  .nav-wrap nav ul.nav {
    padding: 0;
    margin: 0;
    border: 0;
  }

  .nav-wrap nav ul.nav>li {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important
  }

  .nav-wrap nav ul.nav>li:after,
  .nav-wrap nav ul.nav>li:first-child:before {
    display: none
  }

  .nav-wrap nav ul.nav>li:last-child {
    border-bottom: none
  }

  .nav-wrap nav ul.nav ul li {
    border: none;
    opacity: 1.0;
    padding: 0
  }

  .nav-wrap nav ul.nav>li>a,
  .nav-wrap nav ul.nav ul li a {
    color: #ffffff;
    padding: 10px 20px 10px 16px !important;
    margin: 0 !important;
    white-space: inherit;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0px;
    border-bottom: none;
    text-transform: capitalize;
    width: 100%;
    display: block
  }

  .nav-wrap nav ul.nav>li>a:before {
    display: none
  }

  .nav-wrap nav ul.nav>li.fa-home a {
    font-size: 16px;
    font-weight: normal
  }

  .nav-wrap nav ul.nav>li.fa-home a:after {
    margin-left: 10px;
    font-weight: bold
  }

  .nav-wrap nav ul.nav>li.has-sub>a {
    padding-right: 50px !important;
  }

  .nav-wrap nav ul.nav ul {
    position: static !important;
    opacity: 1.0;
    visibility: visible;
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: inherit !important
  }

  .nav-wrap nav ul.nav ul:before,
  .nav-wrap nav ul.nav ul:after {
    display: none
  }

  .nav-wrap nav ul.nav>li>ul>li {
    padding: 0 !important;
    margin: 0;
    float: left;
    width: 100% !important;
    background-color: transparent;
    border-bottom: none;
    min-width: inherit
  }

  .nav-wrap nav ul.nav>li>ul li a {
    /* font-size: 16px; */
    color: #ffffff;
    padding: 11px 15px 12px;
    white-space: inherit;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400
  }

  .nav-wrap nav .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 111;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .nav-wrap nav .submenu-button {
    background-color: rgba(0, 0, 0, 0.1)
  }

  .nav-wrap nav .submenu-button:before {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -14px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    border-radius: 0;
  }

  .nav-wrap nav .submenu-button.submenu-opened {
    padding: 7px 15px 7px 35px;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    height: auto;
    display: block
  }

  .nav-wrap nav .submenu-button.submenu-opened:before {
    content: "\f104";
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    padding-left: 15px;
  }

  .nav-wrap nav ul.nav {
    visibility: visible !important;
    display: block !important;
    top: 0
  }

  .nav-wrap nav ul.nav li:hover>a,
  .nav-wrap nav ul.nav li>a:hover,
  .nav-wrap nav ul.nav li.current-menu-item>a,
  .nav-wrap nav ul.nav li.current-menu-ancestor>a {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff
  }

  .nav-wrap nav ul.nav ul li:hover>a,
  .nav-wrap nav ul.nav ul li>a:hover,
  .nav-wrap nav ul.nav ul li.current-menu-item>a,
  .nav-wrap nav ul.nav ul li.current-menu-ancestor>a {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff
  }

  .nav-wrap nav>ul.nav>li>ul {
    max-height: inherit;
    margin-top: 0
  }

  .nav-wrap nav ul.nav ul li.has-sub:after,
  .nav-wrap nav ul.nav ul ul,
  .nav-wrap nav ul.nav>li>a:after,
  .nav-wrap nav ul.nav>li:before,
  .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after,
  .nav-wrap nav ul.nav>li.has-sub>a:after {
    display: none !important
  }

  .nav-wrap nav ul.nav ul ul.open {
    display: block !important
  }

  .nav-wrap nav ul.nav li.has-sub li.has-sub>a {
    padding-right: 45px !important;
  }

  .nav-wrap nav ul.nav>li {
    display: block
  }

  .nav-wrap nav ul.nav>li.has-sub>a br {
    display: none
  }

  .nav-wrap nav ul.nav>li>a {
    z-index: 111 !important;
  }

  .nav-wrap nav ul.nav>li>.submenu-button {
    z-index: 1111 !important;
  }

  .nav-wrap nav ul.nav .parent-active {
    z-index: 9999 !important
  }

  .mega-dropdown {
    position: static !important;
    width: auto !important;
    left: 0 !important;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .sidebar_active .mega-dropdown.open,
  .sidebar_active .nav-wrap nav ul.nav ul.open {
    display: block !important;
    position: fixed !important;
    top: 40px !important;
    left: auto !important;
    right: 0 !important;
    bottom: 0;
    width: 260px !important;
    margin: 0;
    background: var(--primeryColor);
    opacity: 1.0 !important;
    visibility: visible !important;
    border: none !important;
    height: 100%;
    overflow: auto;
    z-index: 99999
  }

  .sidebar_active .nav-wrap nav .submenu-button.submenu-opened {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 260px;
    background: var(--primeryColor);
    font-weight: 700;
    line-height: 26px;
  }

  .mega-dropdown .row {
    margin: 0
  }

  .mega-dropdown [class*=col-md-] {
    width: 100% !important;
    padding: 0;
  }

  .mega-dropdown [class*="col-md-"].has-sub>.submenu-button,
  .mega-dropdown>.submenu-button {
    display: none !important
  }

  .mega-dropdown [class*="col-md-"].has-sub>ul,
  .mega-dropdown>ul {
    display: block !important;
    max-height: inherit !important;
    border: none !important;
    height: auto !important
  }

  .mega-dropdown .box .submenu-button {
    display: none !important
  }

  .nav-wrap nav ul.nav .mega-dropdown ul {
    display: block !important
  }

  .nav-wrap nav ul.nav .mega-dropdown ul li {
    padding: 0 !important
  }

  .nav-wrap nav ul.nav .mega-dropdown ul li a {
    color: #fff;
    padding: 11px 15px 12px;
    white-space: inherit;
    font-weight: 400;
  }

  header:before {
    display: none
  }

  .nav-wrap nav ul.nav>li.btn-type a {
    font-size: 14px
  }

  header .container {
    padding: 0 15px
  }

  .top-right {
    display: block
  }

  .head-row {
    align-items: center;
  }

  .nav-wrap {
    border: none;
    background: none;
    width: 74px;
    float: right
  }

  .nav-wrap nav ul.nav ul li a::before {
    display: none
  }

}

/******Transition Start******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"],
header .logo img,
footer ul li a:before,
footer ul li a,
.social-icon *,
.btn {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

/***********Vertically Middle***********/
.lazy-image {
  position: relative;
  background: #f5f5f5;
  width: 100%;
  padding-top: 66.33%;
  overflow: hidden;
  z-index: 2;
}

.lazy-image img {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto !important;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
  transition: opacity .5s ease-in, transform .5s ease-in;
  transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in;
}

img.lazyFade {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}


/****Shrink Header***/
.head-fix header .header-inner-wraper {}

.head-fix header {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
}

/****Shrink Header end***/

.margin-top {
  margin-top: 120px
}

/*****Flexslider*******/
.flexslider {
  position: relative;
  overflow: hidden;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .photo,
.flexslider .photo>img {
  width: 100%;
  display: block;
  position: relative;
  display: none
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

.flexslider .flex-control-paging {
  position: absolute;
  bottom: 15px;
  left: 0px;
  z-index: 50;
  width: 100%;
  text-align: center;
  height: auto;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexslider .flex-control-paging li,
.flexslider .flex-control-paging li a {
  height: auto;
  width: auto;
  margin: 1px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.flexslider .flex-control-paging li:before {
  display: none !important
}

.flexslider .flex-control-paging li a:before {
  content: '';
  height: 12px;
  width: 12px;
  display: inline-block;
  border: 2px solid var(--primeryColor);
  border-radius: 30px;
  cursor: pointer;
  transition: all 300ms ease;
}

.flexslider .flex-control-paging li a.flex-active:before {
  width: 18px;
  border-color: #a3d168
}

.flexslider .flex-direction-nav a {
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  position: fixed
}

.flexslider .flex-direction-nav .flex-prev {
  width: 35px;
  height: 42px;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 20;
  display: inline-block;
  margin-top: -21px;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
  opacity: 0
}

.flexslider .flex-direction-nav .flex-prev:before {
  content: "\f104";
  font-family: Font Awesome\ 5 Pro;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  line-height: 42px;
  height: 100%;
  width: 100%;
}

.flexslider .flex-direction-nav .flex-next {
  width: 35px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 20;
  display: inline-block;
  margin-top: -21px;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
  opacity: 0
}

.flexslider .flex-direction-nav .flex-next:before {
  content: "\f105";
  font-family: Font Awesome\ 5 Pro;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  line-height: 42px;
  height: 100%;
  width: 100%;
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
  background: var(--primeryColor);
}

.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
  border-color: #ffffff;
}

.flex-direction-nav li,
.home-banner li,
.inner-banner li {
  position: inherit !important;
  padding: 0 !important
}

.flex-direction-nav li::before,
.home-banner li::before,
.inner-banner li::before {
  display: none !important
}

.flexslider:hover .flex-control-paging,
.flexslider:hover .flex-direction-nav a {
  opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}

.flexslider .flex-disabled {
  display: none !important
}

/*****Flexslider End*******/

/************home banner starts************/
.home-banner {
  min-height: 100px;
  background-color: #fff;
  padding-bottom: 0px
}

.home-banner .container {
  max-width: 90%
}

.home-banner .slides li {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.home-banner .slides > li:after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,.5)}*/
.home-banner .slide-img img {
  float: right;
  width: 100%
}

.home-banner .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 15;
  background: url(../img/home-banner-bg.png) 0 0% no-repeat;
  background-size: 100% auto;
  min-height: 210px;
  padding: 65px 0 30px 0
}

.home-banner .max-width {
  width: 100%;
  max-width: 410px;
  position: relative;
}

.home-banner .heading {
  color: var(--whiteColor);
  font-size: var(--text-4lg);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px
}

.home-banner p {
  font-size: var(--text-4xl);
  font-weight: 300;
  line-height: 1.2;
  color: var(--primeryColorLight);
  padding: 2px 0 0;
  margin: 0;
  position: relative;
  letter-spacing: 1.5px
}

.home-banner p:before {
  display: block;
  width: 110px;
  height: 4px;
  background: var(--seconderyColor);
  content: "";
  margin-bottom: 8px
}

/*.home-banner .caption:before{position:absolute;left:0;right:0; bottom:0;  background:url(../img/home-banner-bg.png) 0 0% no-repeat; background-size:100% auto; content:""; min-height:210px}*/

.home-banner .btn-row {
  padding-top: 36px
}

.home-banner .btn-row .btn {
  min-width: 196px;
  vertical-align: middle;
}

.home-banner.right .caption {
  background: url(../img/home-banner-bg-r.png) 100% 100% no-repeat;
  background-size: 100% auto;
  align-items: flex-end;
}

.home-banner.right .max-width {
  float: right;
}





/***fadeInDown , bounceInDown , slideUp *****/
.home-banner .flex-active-slide .small-heading {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.home-banner .flex-active-slide .heading {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.home-banner .flex-active-slide .sub-heading {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.home-banner .flex-active-slide p {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

/************home banner ends************/


/***********about-wrapper***********/
.about-wrapper {
  display: block;
  width: 100%;
  padding: 90px 0 40px;
  position: relative;
  clear: both
}

.about-wrapper:after {
  position: absolute;
  right: 0;
  top: 150px;
  content: "";
  display: block;
  height: 700px;
  width: 135px;
  background: url(../img/right-bg.png) 100% 0 no-repeat;
}

.about-wrapper .container {
  max-width: 1150px
}

.about-wrapper .about-row {
  display: flex;
  margin: 0 -25px;
}

.about-wrapper .about-row .about-col {
  width: calc(50% - 50px);
  margin: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 9;
}

.about-wrapper .about-row .about-col.photo {
  width: calc(46% - 50px);
}

.about-wrapper .about-row .about-col figure {
  float: left;
  width: auto;
  position: relative
}

.about-wrapper .about-row .about-col figure:before {
  position: absolute;
  left: -25px;
  top: 55px;
  bottom: -25px;
  right: 125px;
  background: var(--seconderyColor);
  content: "";
  display: block
}

.about-wrapper .about-row .about-col figure:after {
  position: absolute;
  left: 25px;
  top: -25px;
  bottom: 125px;
  right: -30px;
  background: var(--primeryColor);
  content: "";
  display: block
}

.about-wrapper .about-row .about-col figure img {
  width: auto;
  vertical-align: top;
  position: relative;
  z-index: 9
}

.about-wrapper .about-row .about-col h2 {
  font-size: var(--text-5xl);
  letter-spacing: 1.5px
}

.about-wrapper .about-row .about-col p {
  margin-bottom: 50px
}


/***********responsibility-wrapper***********/
.responsibility-wrapper {
  display: block;
  width: 100%;
  padding: 0px 0 105px;
  overflow: hidden;
  background: url(../img/responsibility-bg.png) 0 100% no-repeat
}

.responsibility-wrapper .responsibility-row {
  display: flex;
  width: 100%
}

.responsibility-wrapper .responsibility-row.reverse .responsibility-col {
  flex-direction: row-reverse;
}

.responsibility-wrapper .responsibility-row .responsibility-col {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.responsibility-wrapper .responsibility-row .responsibility-col .contnet {
  width: calc(100% - 560px);
}

.responsibility-wrapper .responsibility-row figure {
  max-width: 490px;
  overflow: hidden
}

.responsibility-wrapper .responsibility-row figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top
}


/*.responsibility-wrapper .responsibility-row.value{ background:url(../img/clock-icon.png) 100% center no-repeat}*/

/***********flex-wrapper***********/
.flex-wrapper {
  display: block;
  width: 100%;
  padding: 50px 0;
  overflow: hidden
}

.flex-wrapper .flex-row {
  display: flex;
  margin: 0 -15px;
}

.flex-wrapper .flex-row .flex-col {
  width: calc(50% - 30px);
  margin: 0 15px
}

.flex-wrapper .flex-row .flex-col img {
  width: 100%;
  vertical-align: top
}

.flex-wrapper .flex-row.fit figure {
  position: absolute;
  left: 0;
  right: 52%;
  height: 100%;
}

.flex-wrapper .flex-row.fit figure img {
  object-fit: cover;
  height: 100%;
}


/***********testimonials-wrapper***********/
.testimonials-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  text-align: center;
  background: #fafafa;
  margin-bottom: 35px
}

.testimonials-wrapper .testimonials-row {
  float: left;
  width: 100%;
  background: var(--primeryColor) url(../img/testimonial-bg.png) 0 0 no-repeat;
  background-size: auto 100%;
  text-align: left;
  max-width: 664px;
  position: relative;
  padding: 15px 90px;
}

.testimonials-wrapper .testimonials-row i {
  font-size: 30px;
  color: var(--seconderyColor);
  position: absolute;
}

.testimonials-wrapper .testimonials-row i.fa-quote-left {
  top: 70px;
  left: 40px;
}

.testimonials-wrapper .testimonials-row i.fa-quote-left.right {
  bottom: 130px;
  right: 50px;
  left: auto;
  top: auto;
  transform: scaleX(-1);
}

.testimonials-wrapper .testimonials-row .testimonial-col {
  display: flex;
  width: 100%;
  min-height: 300px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonials-wrapper .testimonials-row .testimonial-col p {
  line-height: 43px;
  color: var(--whiteColor);
  font-weight: 400;
  font-size: var(--text-3xl);
  margin-bottom: 15px
}

.testimonials-wrapper .testimonials-row .testimonial-col span {
  color: #c4d0de;
  font-weight: 400;
}

.filter-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f5f6fd;
  padding: 35px 0
}

.filter-wrapper ul {
  display: inline-block;
  width: calc(100% - 250px);
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  margin: 0
}

.filter-wrapper ul li {
  padding: 0 16px;
  font-size: var(--text-2xl);
  line-height: 34px;
  display: inline-block;
  position: relative;
  overflow: inherit;
  letter-spacing: 1px
}

.filter-wrapper ul li:first-child {
  padding-left: 0
}

.filter-wrapper ul li:last-child {
  padding-right: 0
}

.filter-wrapper ul li::before {
  display: block;
  position: absolute;
  content: "|";
  font-size: 20px;
  left: -3px;
  top: 4px;
  color: #000;
  width: 2px;
}

.filter-wrapper ul li:first-child::before {
  display: none
}

.filter-wrapper ul li a {
  color: var(--blackColor)
}

.filter-wrapper ul li.active a,
.filter-wrapper ul li a:hover {
  color: var(--primeryColor);
  text-decoration: underline
}

.filter-wrapper .search-sec {
  width: 240px;
  position: relative;
  padding: 0px;
  display: inline-block;
  vertical-align: top
}

.filter-wrapper .search-sec input[type="text"] {
  width: 100%;
  background: none !important;
  border: solid 2px var(--seconderyColor);
  height: 34px;
  border-radius: 0;
  font-size: 14px;
  color: #646568;
  margin-bottom: 0;
  padding: 5px 43px 5px 13px;
}

.filter-wrapper .search-sec input[type="submit"] {
  display: block;
  width: 40px;
  background: url(../img/search-icon.png) 6px 0 no-repeat !important;
  border: none;
  height: 30px;
  margin-bottom: 0;
  position: absolute;
  right: 0px;
  top: 8px;
  cursor: pointer
}

/***********product-wrapper ***********/
.product-wrapper {
  display: block;
  width: 100%;
  padding: 55px 0 10px;
  overflow: hidden;
  position: relative;
}

.product-wrapper .product-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px
}

.product-wrapper .product-row .product-col {
  width: calc(33.33% - 30px);
  margin: 15px;
}

.product-wrapper .product-row .product-col figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-wrapper .product-row .product-col img {
  width: 100%;
  transition: all ease-in-out 0.2s;
  vertical-align: top
}

.product-wrapper .product-row .product-col .details {
  float: left;
  width: 100%;
  padding: 15px;
  text-align: center
}

.product-wrapper .product-row .product-col .details h4 {
  display: block;
  width: 100%;
  font-size: var(--text-3xl);
  line-height: 24px;
  color: var(--primeryColor);
  text-align: center;
  font-weight: 300;
  padding: 10px 0 0;
  margin-bottom: 5px
}

.product-wrapper .product-row .product-col .details p {
  display: block;
  width: 100%;
  font-size: var(--text-2xl);
  line-height: 24px;
  color: var(--blackColor);
  font-weight: 300;
  margin: 0
}

.product-wrapper .product-row .product-col .details p span {
  display: block;
  padding: 8px 0 0
}

.product-wrapper .product-row .product-col .details p span:before {
  display: block;
  width: 90px;
  height: 2px;
  background: var(--seconderyColor);
  line-height: 4px;
  content: "";
  margin: 0 auto 8px;
}

.product-wrapper .product-row .product-col:hover img {
  transform: scale(1.1, 1.1);
}

.product-wrapper .product-row .product-col .lazy-image {
  background: none;
  padding-top: 133%
}

.product-details-wrapper {
  display: block;
  width: 100%;
  padding: 75px 0 10px;
  overflow: hidden;
}

.product-gallery {
  float: left;
  width: 100%;
  max-width: 570px;
  position: relative
}

.product-gallery .gallery-products {
  float: left;
  width: 100%;
}

.product-gallery .gallery-products .product {
  float: left;
  width: 100%;
  position: relative
}

.product-gallery .gallery-products .product img,
.product-gallery .gallery-products .product figure {
  float: left;
  width: 100%
}

.product-gallery .gallery-thumb {
  float: left;
  margin: 0 -5px
}

.product-gallery .gallery-thumb .thumb {
  float: left;
  width: 25%;
  padding: 10px 5px;
}

.product-gallery .gallery-thumb .thumb figure {
  background: #000;
  float: left;
  width: 100%
}

.product-gallery .gallery-thumb .thumb img {
  float: left;
  width: 100%;
  opacity: 1;
  cursor: pointer
}

.product-gallery .gallery-thumb .thumb:hover img {
  opacity: 0.6
}

.prvnext-wrapper {
  display: block;
  width: 100%;
  padding: 10px;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  margin: 30px 0
}

.prvnext-wrapper .prvnext-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.prvnext-wrapper .prvnext-row a {
  font-size: 14px;
  color: var(--blackColor);
  line-height: 20px;
  letter-spacing: 1px;
  max-width: 50%
}

.prvnext-wrapper .prvnext-row a i {
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  border-radius: 16px;
  vertical-align: 1px;
}

.prvnext-wrapper .prvnext-row a:hover {
  color: var(--primeryColor);
}

.prvnext-wrapper .prvnext-row a:hover i {
  color: var(--primeryColor);
  border: solid 1px var(--primeryColor);
}

.product-details {
  float: right;
  width: calc(100% - 680px)
}

.product-details h2 {
  font-size: var(--text-5xl);
  line-height: 50px;
  margin-bottom: 10px;
  letter-spacing: 1.5px
}

.product-details p {
  line-height: 30px
}

.product-details h4 {
  display: block;
  font-size: var(--text-2xl);
  color: var(--blackColor);
  font-weight: 600
}

.details-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  border-top: solid 1px #6882b5;
  padding-top: 16px;
}

.details-wrap .details-row {
  display: flex;
  margin: 0 -15px
}

.details-wrap .details-row .details-col {
  width: calc(50% - 30px);
  margin: 0px 15px 15px
}

.details-wrap .details-row .details-col strong {
  color: var(--primeryColor);
  font-weight: 600
}

.details-wrap .details-row .details-col p {
  line-height: 24px
}

.details-wrap.full {
  padding-bottom: 15px
}

.details-wrap.full .details-row {
  flex-wrap: wrap;
}

.details-wrap.full .details-row .details-col {
  width: calc(100% - 30px);
  margin: 0px 15px 5px;
}

.details-wrap.full .details-row .details-col strong,
.details-wrap .details-row .details-col p {
  display: inline-block
}

.product-img {
  float: right;
  width: 100%;
  max-width: 650px;
}

.product-img img {
  width: 100%
}

.product-details.left {
  float: left
}

.product-details em {
  display: block;
  width: 100%;
  max-width: 370px;
  height: 2px;
  background: var(--seconderyColor);
  margin-top: 10px
}

.grid-wrapper {
  width: 100%;
  overflow: hidden;
  background: #f5f6fd;
  padding: 60px 0;
  margin-top: 60px;
}

.grid-wrapper .grid-row {
  width: 100%;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: calc(33.33% - 25px);
  grid-auto-rows: 270px;
}

.grid-wrapper .grid-row .item:nth-child(2n+1) {
  grid-column: span 1 /span 2;
  grid-row: auto /span 2;
}

.grid-wrapper .grid-row .item {
  display: flex;
  height: 100%;
}

.grid-wrapper .grid-row .item img {
  object-fit: cover;
}



/**************moasaic-list starts**************/
.moasaic-list .zoom-icon {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: rgba(26, 116, 187, 0.8);
  z-index: 2;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.moasaic-list .zoom-icon i {
  position: absolute;
  font-size: 45px;
  line-height: 46px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -21px;
}

.moasaic-list a:hover .zoom-icon {
  opacity: 1
}

.justified-gallery {
  position: relative;
  overflow: hidden;
  margin-left: -10px;
  margin-bottom: 50px
}

.justified-gallery>a,
.justified-gallery>div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in
}

.justified-gallery>.entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0
}

.justified-gallery>.entry-visible>img,
.justified-gallery>.entry-visible>a>img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in
}

.justified-gallery>.jg-filtered {
  display: none
}

.justified-gallery>.spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial
}

.justified-gallery>.spinner>span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px
}

/**************moasaic-list ends**************/

.content-box {
  text-align: center;
  padding: 40px 0 40px
}

.content-box p {
  max-width: 850px;
  margin: 0 auto;
  text-align: justify;
  line-height: 30px;
  font-size: var(--text-2xl)
}

.common-content {
  position: relative
}

.common-content::after {
  position: absolute;
  right: -20px;
  top: 150px;
  content: "";
  display: block;
  height: 700px;
  width: 135px;
  background: url(../img/right-bg.png) 100% 0 no-repeat;
  z-index: -1;
}

.philanthrophy-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.philanthrophy-wrapper h3.aligncenter {
  text-align: center;
  margin: 5px auto 20px
}

.philanthrophy-wrapper .container {
  max-width: 960px
}

.philanthrophy-row {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.philanthrophy-row .philanthrophy-col {
  width: 100%;
  display: block;
  overflow: hidden;
}

/*.philanthrophy-row .philanthrophy-col img{ float:left; margin-right:60px; margin-bottom:15px;}
.philanthrophy-row .philanthrophy-col:nth-child(2n) img{ float:right; margin:0 0 15px 60px}*/
/*.philanthrophy-row .philanthrophy-col:last-child{ padding-top:0}
.philanthrophy-row .philanthrophy-col:last-child h3{ padding-top:80px;}*/
.philanthrophy-row .philanthrophy-col h3 {
  margin-top: 0
}

.philanthrophy-row .philanthrophy-col h3 span {
  font-size: var(--text-4xl)
}

.philanthrophy-row .philanthrophy-col p {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
}

.philanthrophy-row {
  display: flex;
  padding-bottom: 50px
}

.philanthrophy-row .philanthrophy-col {
  width: calc(100% - 240px);
  padding-left: 30px
}

.philanthrophy-row .philanthrophy-col.clogo {
  width: 240px;
  padding: 0;
  align-items: flex-start;
  display: flex;
}

.philanthrophy-row .philanthrophy-col.clogo img {
  width: 100%
}

.philanthrophy-row:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.philanthrophy-row:nth-child(2n + 1) .philanthrophy-col {
  padding: 0 30px 0 0
}

.philanthrophy-row:nth-child(2n + 1) .philanthrophy-col.clogo {
  padding: 0 0
}

.philanthrophy-row .philanthrophy-col.clogo img {
  width: 100%
}

.philanthrophy-row:nth-child(1) .philanthrophy-col.clogo,
.philanthrophy-row:nth-child(2) .philanthrophy-col.clogo,
.philanthrophy-row:nth-child(4) .philanthrophy-col.clogo {
  width: 200px
}

.philanthrophy-row:nth-child(1) .philanthrophy-col,
.philanthrophy-row:nth-child(2) .philanthrophy-col,
.philanthrophy-row:nth-child(4) .philanthrophy-col {
  width: calc(100% - 200px);
}

.contact-wrapper {
  padding: 50px 0;
  text-align: center;
  background: url(../img/shape-left.png), url(../img/right-bg.png);
  background-position: top left, right 15%;
  background-repeat: no-repeat
}

.contact-wrapper .container {
  max-width: 1000px
}

.address-info {
  overflow: hidden;
  clear: both
}

.address-info .column {
  float: left;
  width: 50%;
  text-align: left;
  padding: 20px 7%
}

.address-info .column p {
  margin: 0 0 10px;
}

.address-info .column p a {
  color: var(--bodyColor);
}

.address-info .has-icon {
  position: relative;
  padding-left: 40px;
}

.address-info .has-icon i {
  position: absolute;
  left: 0;
  top: 8px
}

.form-wrapper {
  border: 1px solid #aec1d2;
  display: table;
  width: 100%;
  max-width: 970px;
  border-radius: 6px;
  padding: 50px 120px;
  margin: 30px auto 0;
  text-align: left
}

.form-form h3 {
  color: #032e84;
  font-size: 24px;
  font-weight: 600
}

.form-wrapper .heading-label {
  color: #032e84;
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px
}

.form-wrapper .heading-label.type2 {
  margin-top: 0;
  display: inline-flex;
  vertical-align: middle;
}

.form-wrapper .heading-label.type2+span {
  position: relative;
  top: -2px;
}

.form-wrapper input:not(.btn),
.form-wrapper textarea,
.form-wrapper select {
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: #000000;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0
}

.form-wrapper textarea {
  height: 70px
}

.form-wrapper input:not(.btn):focus,
.form-wrapper textarea:focus {
  border-color: #000000
}

.form-wrapper .btn {
  border-radius: 30px;
  font-weight: 600;
  min-width: 180px;
  margin-top: 20px;
  float: right;
}

.form-wrapper ::-webkit-input-placeholder {
  color: #000000;
}

.form-wrapper ::-moz-placeholder {
  color: #000000;
}

.form-wrapper :-ms-input-placeholder {
  color: #000000;
}

.form-wrapper :-moz-placeholder {
  color: #000000;
}

.careers-wrapper {
  padding: 50px 0;
  text-align: center;
  background: url(../img/shape-left-2.png), url(../img/right-bg.png);
  background-position: bottom left, right top;
  background-repeat: no-repeat;
}

.careers-wrapper h2 {
  font-size: 33px;
  font-weight: 600;
}

.careers-wrapper h3 {
  font-size: 33px;
  font-weight: 600;
}

.careers-wrapper .top-block {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px
}

.careers-wrapper .top-block p {
  font-size: var(--text-2xl);
  line-height: 30px;
  text-align: justify;
}

.careers-img-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.careers-img-wrapper .img-column {
  float: left;
  width: 44%
}

.careers-img-wrapper .text-column {
  float: left;
  width: 56%;
  padding: 0 0 0 70px;
  text-align: left;
}

.careers-img-wrapper .text-column p {
  font-size: var(--text-2xl);
  line-height: 30px;
  max-width: 520px;
}

.career-form {
  max-width: 824px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 0
}

.career-form p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.career-form .form-wrapper {
  padding: 50px 70px;
}

.opportunities-row {
  border: 1px solid #032e84;
  float: left;
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  position: relative;
  padding-left: 105px;
  margin-top: 20px
}

.opportunities-row h3 {
  margin: 8px 0 2px;
  font-size: 20px;
  color: #0d4479
}

.opportunities-row .icon {
  display: block;
  background: #0d4479;
  width: 58px;
  padding-top: 58px;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
}

.opportunities-row .icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto !important;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.opportunities-row .duration {
  float: right;
  font-size: 13px;
  color: #0d4479;
  text-align: center;
  margin-left: 10px;
  display: none;
}

.opportunities-row .duration .fa {
  display: block;
  color: #f3d168;
  font-weight: 300;
  font-size: 15px
}

.opportunities-row .read-more {
  font-size: 13px;
  color: #000000;
  line-height: 1.2
}

.opportunities-row .read-more:before {
  content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
}

.opportunities-row .careers-details {
  display: none;
  float: left;
  width: 100%;
  transition: all ease-in-out 0.5s
}

.opportunities-row.open .careers-details {
  display: block
}

.opportunities-row.open .read-more::before {
  content: "\f056";
}

.success-popup {
  position: relative;
  background: #f5f6fd;
  padding: 70px 40px;
  width: 100%;
  max-width: 740px;
  display: table;
  margin: 15px auto;
  text-align: center
}

.success-popup img {
  margin: 0 auto
}

.success-popup h3 {
  font-size: 35px;
  color: #000000;
  font-weight: bold;
  margin: 15px 0 0
}

.success-popup p {
  margin: 0
}

.success-popup .mfp-close {
  background: none !important;
  border-radius: 100% !important;
  top: 5px !important;
  right: 5px !important;
  color: #000000;
}

@media only screen and (max-width:992px) {

  .home-banner .heading {

    font-size: var(--text-4xl);
  }


  .form-wrapper {
    padding: 30px
  }

  .careers-wrapper .top-block {
    margin-bottom: 30px
  }

  .careers-wrapper {
    padding: 30px 0
  }

  .careers-img-wrapper .img-column {
    width: 100%
  }

  .careers-img-wrapper .img-column img {
    width: 100%
  }

  .careers-img-wrapper .text-column {
    width: 100%;
    padding: 40px 0 0
  }

  .career-form .form-wrapper {
    padding: 30px
  }

  .career-form {
    padding: 40px 0 0
  }
}

@media only screen and (max-width:580px) {
  .opportunities-row .duration {
    float: none;
    text-align: left;
    margin: 0;
    line-height: 1
  }

  .opportunities-row .duration .fa {
    display: inline-block
  }

  .opportunities-row {
    padding-left: 95px
  }

  .address-info .has-icon {
    padding-left: 30px
  }

  .address-info .column {
    padding: 0;
    width: 100%
  }
}


/**************footer starts**************/
footer {
  display: block;
  clear: both;
  padding: 0;
  background-color: var(--primeryColor);
  overflow: hidden
}

footer h3 {
  line-height: 26px;
  color: var(--seconderyColor);
  font-size: var(--text-2xl);
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: 0;
}

footer p {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--text-xl);
}

footer ul {
  padding: 5px 0;
  overflow: hidden;
  margin: 0
}

footer ul li {
  line-height: 20px;
  color: var(--bodyColor);
  font-size: 15px;
  vertical-align: top;
  padding: 2px 0;
  overflow: hidden;
  display: block;
}

footer ul li::before {
  display: block
}

footer ul.two-col li {
  float: left;
  width: 50%
}

footer ul li a {
  position: relative;
  display: inline-block;
  padding-left: 20px
}

footer .footer-inner-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  background: url(../img/footer-bg.png) 0 0 no-repeat, url(../img/footer-bg-right.png) 100% 0 no-repeat;
  padding: 50px 0
}

footer .footer-inner-row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

footer .footer-inner-row .footer-col {
  padding: 15px 40px;
}

footer .footer-inner-row .footer-col:last-child {
  border: none
}

footer ul.add li {
  padding: 5px 0;
}

footer ul.add li a {
  padding: 0
}

footer ul.add li:after,
footer ul.add li:before {
  display: none
}

footer ul.add li i {
  float: left;
  margin: 5px 10px 0 0;
  width: 25px;
  text-align: center;
  color: #fff;
}

footer ul.add li span {
  overflow: hidden;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  font-family: 'Volte';
}

footer ul.add li i.fa-phone {
  transform: rotate(85deg)
}

footer ul.add li strong {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primeryColor);
  font-weight: 600
}

footer ul.add li i+span {
  font-family: 'Volte';
}

footer .footer-inner-row .footer-col .btn {
  min-width: 240px
}

/* footer-hover active */
footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

footer a:hover,
footer a:focus,
footer ul li.current-menu-item a,
footer ul li.current-menu-item a:hover,
footer ul li.current-menu-item a:focus,
footer ul li.current-menu-parent a,
footer ul li.current-menu-parent a:hover,
footer ul li.current-menu-parent a:focus {
  color: var(--primeryColor);
  text-decoration: none
}

footer ul li a:hover:before,
footer ul li.current-menu-item a:before,
footer ul li.current-menu-item a:hover:before,
footer ul li.current-menu-item a:focus:before,
footer ul li.current-menu-parent a:before,
footer ul li.current-menu-parent a:hover:before,
footer ul li.current-menu-parent a:focus:before {
  background-color: var(--primeryColor);
  width: calc(100% - 15px)
}

footer ul.social-icon li a:after {
  display: none !important
}

/*copyright*/
footer .copyright {
  padding: 0 0 0;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

footer .copyright .copyright-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  min-height: 60px;
  align-items: center;
  text-align: center
}

footer .copyright .copyright-wrapper p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: var(--bodyColor);
}

footer .copyright .copyright-wrapper p small {
  font-size: 10px;
  margin: 0 12px
}

footer .copyright .copyright-wrapper a {
  color: var(--bodyColor);
}

footer .copyright .copyright-wrapper a:hover {
  color: var(--seconderyColorLight);
}

footer h3 i {
  float: right;
  padding: 6px 10px;
  display: none !important
}

footer .mobile-collapse {
  display: none
}

@media (min-width:992px) {
  footer .mobile-collapse {
    display: block !important;
    height: auto !important
  }
}

/**************footer ends**************/

footer h3 i {
  float: right;
  padding: 6px 10px;
  display: none !important
}

footer .mobile-collapse {
  display: none
}

@media (min-width:992px) {
  footer .mobile-collapse {
    display: block !important;
    height: auto !important
  }
}

@media all and (min-width:992px) {
  .aside-left {
    float: left;
    width: 68%;
    padding-right: 50px
  }

  .aside-right {
    float: left;
    width: 32%;
  }
}

/************Breadcrumbs************/
div.breadcrumbs,
section.breadcrumbs {
  position: relative;
  display: block;
  padding: 10px 0;
  margin: 0;
  overflow: hidden;
  clear: both;
  text-align: left;
  z-index: 11;
}

ul.breadcrumbs {
  padding: 0;
  clear: both;
  margin: 0;
  line-height: normal;
}

ul.breadcrumbs li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  vertical-align: top;
  padding: 0 22px 0 0;
  margin-right: 11px;
  color: var(--primeryColor);
  font-style: normal;
  font-weight: 500;
}

ul.breadcrumbs li:before {
  display: none
}

ul.breadcrumbs li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #000;
  vertical-align: top;
  font-weight: normal;
  text-decoration: none
}

ul.breadcrumbs li:after {
  content: "\f105";
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 3px;
  line-height: 1;
  color: var(--primeryColor);
  font-style: normal
}

ul.breadcrumbs li:last-child {
  padding: 0;
  margin: 0
}

ul.breadcrumbs li:last-child:after {
  display: none
}

ul.breadcrumbs li:before {
  display: none
}

ul.breadcrumbs li a:hover {
  color: var(--primeryColor);
}

ul.breadcrumbs li.active a {
  color: var(--primeryColor);
}

/***********Breadcrumbs End***********/

/***Inner Banner***/
/************inner banner starts************/
.inner-banner {
  min-height: 100px;
  background-color: #fff;
  padding-bottom: 140px
}

.inner-banner .slides li {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner .slide-img img {
  float: right;
  width: 100%
}

.inner-banner .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-end;
  z-index: 15;
  background: url(../img/home-banner-bg.png) 0 100% no-repeat;
  background-size: 100% auto;
}

.inner-banner .max-width {
  width: 100%;
  max-width: 440px;
  position: relative;
  padding-bottom: 80px
}

.inner-banner .heading {
  color: var(--whiteColor);
  font-size: var(--text-4xl);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px
}

.inner-banner p {
  font-size: var(--text-4xl);
  font-weight: 300;
  line-height: 1.2;
  color: var(--primeryColorLight);
  padding: 2px 0 0;
  margin: 0;
  position: relative;
  letter-spacing: 1.5px
}

.inner-banner p:before {
  display: block;
  width: 110px;
  height: 4px;
  background: var(--seconderyColor);
  content: "";
  margin-bottom: 8px
}

.inner-banner.right .caption {
  background: url(../img/home-banner-bg-r.png) 100% 100% no-repeat;
  background-size: 100% auto;
  align-items: flex-end;
}

.inner-banner.right .max-width {
  float: right;
  padding: 0px 0 55px;
}




.menu-bar {
  display: none
}


@media only screen and (max-width:1300px) {

  .home-banner,
  .inner-banner {
    padding-bottom: 0px
  }

}

@media only screen and (max-width:1199px) {
  :root {
    --text-6xl: 30px;
    --text-5xl: 28px;
    --text-4lg: 26px;
    --text-4xl: 22px;
    --text-3xl: 20px;
  }

  body {
    font-size: var(--text-xl);
  }

  p {
    line-height: 34px;
  }

  ul li {
    padding: 0 0 14px 27px;
  }

  .nav-wrap nav ul.nav>li {
    margin: 0 24px
  }

  .nav-wrap nav ul.nav>li::before {
    right: -24px;
  }

  .home-banner .heading {
    font-size: var(--text-4xl);
  }

  .home-banner p {
    font-size: var(--text-3xl);
  }

  .home-banner .max-width {
    max-width: 340px;
  }

  .filter-wrapper .search-sec {
    width: 200px;
  }

  .filter-wrapper ul {
    width: calc(100% - 210px);
  }

  .filter-wrapper ul li {
    padding: 0 12px;
  }

  .product-wrapper {
    padding: 30px 0 10px;
  }

  .product-details-wrapper {
    padding: 40px 0 10px;
  }

  .product-details h2 {
    line-height: 1.1
  }

  .product-gallery,
  .product-img {
    max-width: 450px;
  }

  .product-details {
    width: calc(100% - 480px);
  }

  .about-wrapper {
    padding: 70px 0 40px;
  }

  .about-wrapper .about-row .about-col {
    padding-left: 10px
  }

  .about-wrapper .about-row .about-col p {
    margin-bottom: 30px;
  }

  .responsibility-wrapper {
    padding: 0px 0 55px;
  }

  .responsibility-wrapper .responsibility-row figure {
    max-width: 400px;
  }

  .responsibility-wrapper .responsibility-row .responsibility-col .contnet {
    width: calc(100% - 440px);
  }

  .grid-wrapper .grid-row {
    grid-auto-rows: 228px;
  }
}

@media only screen and (max-width:1024px) {
  .margin-top {
    margin-top: 120px;
  }

  header .header-middle .top-menu.nav {
    display: block !important
  }

  header .header-inner-wraper .header-inner {
    padding-right: 60px;
  }

  header .header-inner-wraper .header-inner .header-middle {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    padding-right: 0;
  }

  header .header-inner-wraper .full .header-middle::after {
    display: none;
    z-index: 999
  }



}

@media only screen and (max-width:991px) {
  header .header-inner-wraper .header-inner .header-left {
    height: 100px;
  }

  header .header-inner-wraper .header-inner .header-left img {
    max-width: 140px
  }

  .content-box br {
    display: none
  }

  .margin-top {
    margin-top: 100px;
  }

  .menu-bar {
    display: inline-block
  }

  .menu-bar.open i::before {
    content: "\f00d";
  }

  .filter-wrapper {
    padding: 15px 0
  }

  .filter-wrapper ul {
    position: absolute;
    left: -300px;
    top: 65px;
    width: 280px;
    height: calc(100% - 65px);
    background: #fff;
    z-index: 999;
    padding: 10px;
    transition: all ease-in-out 0.5s;
    border: solid 2px #f5f6fd;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1)
  }

  .filter-wrapper ul.open {
    left: 0px;
  }

  .filter-wrapper ul li {
    display: block;
    padding: 0 12px !important;
    color: var(--whiteColor)
  }

  .filter-wrapper ul li a,
  .filter-wrapper ul li.active a,
  .filter-wrapper ul li a:hover {}

  .filter-wrapper ul li::before {
    display: none
  }

  .filter-wrapper .search-sec {
    float: right
  }


  .product-details-wrapper {
    padding: 20px 0 10px;
  }

  .product-gallery {
    max-width: 570px;
  }

  .product-details {
    width: 100%;
    padding: 10px 0 0
  }

  .product-details h2 br {
    display: none
  }

  .product-img {
    float: left;
    max-width: inherit;
    padding-bottom: 10px
  }

  .prvnext-wrapper {
    margin: 0 0 30px 0;
  }

  .grid-wrapper {
    margin: 10px 0 20px;
    padding: 20px 0;
  }

  .grid-wrapper .grid-row {
    grid-gap: 15px;
  }

  .details-wrap .details-row {
    flex-wrap: wrap
  }

  .details-wrap .details-row .details-col {
    width: calc(100% - 30px);
    margin: 0px 15px 8px;
  }

  .home-banner .caption {
    min-height: inherit
  }

  .home-banner,
  .inner-banner {
    padding-bottom: 0px;
  }

  .home-banner .max-width,
  .home-banner.right .max-width,
  .inner-banner .max-width,
  .inner-banner.right .max-width {
    /*max-width: 280px;*/
  }

  .inner-banner .heading,
  .inner-banner .heading {
    font-size: var(--text-4md);
  }

  .inner-banner p,
  .inner-banner p {
    font-size: var(--text-2xl);
  }

  .inner-banner .caption,
  .inner-banner.right .caption,
  .inner-banner .caption,
  .inner-banner.right .caption {
    background-size: 110% auto;
  }

  .philanthrophy-row .philanthrophy-col {
    padding: 20px 0 30px;
  }

  .philanthrophy-row .philanthrophy-col img {
    max-width: 200px
  }

  .philanthrophy-row .philanthrophy-col p {
    overflow: clip;
  }

  .philanthrophy-row .philanthrophy-col h3 {
    margin-bottom: 5px;
  }

  .philanthrophy-row .philanthrophy-col img {
    margin-right: 30px;
  }

  .philanthrophy-row .philanthrophy-col:nth-child(2n) img {
    margin-left: 30px;
  }

  .about-wrapper {
    padding: 30px 0 0px;
  }

  .about-wrapper .about-row {
    flex-wrap: wrap;
  }

  .about-wrapper .about-row .about-col.photo,
  .about-wrapper .about-row .about-col {
    width: 100%;
    padding: 20px 0
  }

  .about-wrapper .about-row .about-col.photo {
    padding: 30px
  }


  .responsibility-wrapper {
    padding: 0px 0 0;
  }

  .responsibility-wrapper .responsibility-row .responsibility-col {
    display: block;
    padding: 20px 0
  }

  .responsibility-wrapper .responsibility-row .responsibility-col .contnet {
    width: auto;
    display: inherit
  }

  .responsibility-wrapper .responsibility-row figure {
    float: right;
    margin-left: 30px;
    max-width: 320px
  }

  .justified-gallery {
    margin-bottom: 30px;
  }

  footer .footer-inner-wrapper {
    padding: 30px 0 10px
  }

  footer .footer-inner-row .footer-col,
  footer .footer-inner-row .footer-col.big,
  footer .footer-inner-row .footer-col:last-child {
    width: 100%;
    max-width: inherit;
    padding: 10px 15px
  }

  footer .footer-inner-row .footer-col h3 {
    padding: 0px 0;
    margin-bottom: 0
  }

  footer .footer-inner-row .footer-col ul li {
    padding: 2px 0
  }

  footer .footer-inner-row .footer-col h3 i {
    display: block !important;
    padding-bottom: 5px
  }

  footer .newsletter-social-wrapper {
    padding: 30px 0
  }

  footer .copyright {
    padding: 20px 0;
    height: auto
  }

  footer .copyright .copyright-wrapper {
    flex-wrap: wrap;
    text-align: center;
    min-height: inherit
  }

  footer .copyright .copyright-wrapper p {
    line-height: 22px
  }

  footer .copyright-left,
  footer .copyright-middle,
  footer .copyright-right {
    display: block;
    width: 100%
  }

  .grid-wrapper .grid-row {
    grid-auto-rows: 170px;
  }
}

@media only screen and (max-width:767px) {
  :root {
    --text-6xl: 28px;
    --text-5xl: 26px;
    --text-4lg: 24px;
    --text-4xl: 20px;
    --text-3xl: 18px;
    --text-2xl: 16px;
  }

  p {
    line-height: 30px;
  }

  .nav-trigger {
    padding: 9px;
  }

  .home-banner,
  .inner-banner {
    padding-bottom: 0px;
  }

  .home-banner::before,
  .home-banner::after,
  .home-banner .caption::after,
  .inner-banner::before,
  .inner-banner::after,
  .inner-banner .caption::after {
    display: none
  }

  .home-banner .caption {
    padding: 0;
    min-height: inherit
  }

  .home-banner .max-width,
  .inner-banner .max-width {
    text-align: center;
  }

  .home-banner p::before,
  .inner-banner p::before {
    margin: 0 auto 5px
  }

  .home-banner .caption,
  .inner-banner .caption {
    background: none !important
  }

  .home-banner .max-width,
  .home-banner.right .max-width,
  .inner-banner .max-width,
  .inner-banner.right .max-width {
    background: var(--primeryColor);
    max-width: inherit;
    padding: 30px 30px;
    width: auto;
    margin: 0 -20px;
    float: none
  }

  .home-banner .caption,
  .inner-banner .caption,
  .inner-banner .caption,
  .inner-banner .caption {
    position: static;
    float: left;
    width: 100%
  }

  .home-banner .container {
    max-width: inherit
  }

  .content-box {
    padding: 30px 0 10px !important;
  }

  .philanthrophy-row {
    padding-bottom: 20px
  }

  .philanthrophy-row .philanthrophy-col {
    padding: 15px 0 15px;
  }

  .philanthrophy-row .philanthrophy-col img {
    max-width: 100%;
    float: none !important;
    margin: 0 0 25px !important
  }

  .philanthrophy-row .philanthrophy-col:last-child h3 {
    padding-top: 0px;
  }

  .justified-gallery {
    margin-bottom: 20px;
  }

  .product-wrapper .product-row {
    margin: 0 -15px
  }

  .product-wrapper .product-row .product-col {
    width: calc(50% - 20px);
    margin: 10px
  }

  .product-wrapper .product-row .product-col .details {
    padding: 5px
  }


  .testimonials-wrapper {
    padding: 50px 0;
  }

  .testimonials-wrapper .testimonials-row {
    padding: 60px 30px;
  }

  .testimonials-wrapper .testimonials-row .testimonial-col {
    min-height: inherit;
  }

  .testimonials-wrapper .testimonials-row i.fa-quote-left {
    top: 30px;
    left: 10px;
  }

  .testimonials-wrapper .testimonials-row i.fa-quote-left.right {
    right: 10px;
    bottom: 90px
  }

  .testimonials-wrapper .testimonials-row .testimonial-col p {
    line-height: 36px;
    font-size: var(--text-2xl);
  }

  .responsibility-wrapper .responsibility-row {
    text-align: center
  }

  .responsibility-wrapper .responsibility-row figure {
    float: none;
    max-width: 420px;
    display: block;
    margin: 0 auto 30px
  }

  .grid-wrapper .grid-row {
    grid-auto-rows: 140px;
  }

  .prvnext-wrapper .container {
    padding: 0
  }

  .prvnext-wrapper .prvnext-row a {
    padding-left: 35px;
    position: relative
  }

  .prvnext-wrapper .prvnext-row a+a {
    padding-right: 35px
  }

  .prvnext-wrapper .prvnext-row a i {
    position: absolute;
    left: 0;
    top: 2px;
  }

  .prvnext-wrapper .prvnext-row a+a i {
    right: 0;
    left: auto
  }

  .philanthrophy-row {
    flex-wrap: wrap
  }

  .philanthrophy-row .philanthrophy-col.clogo,
  .philanthrophy-row .philanthrophy-col {
    width: 100%;
    padding: 0 !important
  }

}

@media only screen and (max-width:639px) {

  .alignleft,
  .alignright {
    max-width: 220px
  }
}

@media only screen and (max-width:520px) {

  div.alignleft,
  div.alignright,
  .alignleft,
  .alignright {
    float: none;
    display: block;
    max-width: 100%;
    margin: 10px 0
  }

  .grid-wrapper .grid-row {
    grid-auto-rows: 102px;
  }
}

@media only screen and (max-width:479px) {
  #push_sidebar {
    width: 250px;
    right: -250px
  }

  .sidebar_active {
    /*margin-left:-250px;margin-right:250px;*/
  }

  .sidebar_active header {
    /*left:-250px;right:250px;*/
  }

  .grid-wrapper .grid-row {
    grid-auto-rows: 60px;
  }
}

@media only screen and (max-width:420px) {}

@media only screen and (min-width:991px) {
  footer h3 {
    pointer-events: none !important;
  }
}

/****FadeInDown****/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

/***** slideUp *******/
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.animateblock {
  opacity: 0;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.animateblock.animated {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(5px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(10px);
  }

  60% {
    -moz-transform: translateY(5px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(10px);
  }

  60% {
    -o-transform: translateY(5px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(10px);
  }

  60% {
    transform: translateY(5px);
  }
}

.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  text-decoration: none;
  outline: none
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing.animated {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn.animated {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp.animated {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn.animated {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge.animated {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/****Transition End******/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under:SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 70px;
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -35px;
  font-size: 0;
  cursor: pointer;
  border-radius: 0;
  border: 0 !important;
  background: none !important
}

.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  font-family: Font Awesome\ 5 Pro;
  color: var(--primeryColor);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 40px;
  line-height: 70px;
  height: 100%;
  width: 100%;
  font-weight: 700
}

.owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 70px;
  position: absolute;
  right: -40px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -35px;
  font-size: 0;
  cursor: pointer;
  border-radius: 0;
  border: 0 !important;
  background: none !important
}

.owl-carousel .owl-nav .owl-next:before {
  content: "\f054";
  font-family: Font Awesome\ 5 Pro;
  color: var(--primeryColor);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 40px;
  line-height: 70px;
  height: 100%;
  width: 100%;
  font-weight: 700
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  display: none
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev.disabled,
.owl-carousel:hover .owl-nav .owl-next.disabled {
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  cursor: not-allowed;
  border-color: #c8b2de !important;
}

.owl-carousel .owl-nav .owl-prev.disabled:before,
.owl-carousel .owl-nav .owl-next.disabled:before,
.owl-carousel .owl-nav .owl-prev.disabled:hover:before,
.owl-carousel .owl-nav .owl-next.disabled:hover:before {
  color: #ccc;
}

.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
  color: #000000;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled:hover,
.owl-carousel .owl-nav .owl-next.disabled:hover {}

.owl-carousel .owl-nav .owl-prev.disabled:before,
.owl-carousel .owl-nav .owl-next.disabled:before {}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent !important;
  color: var(--primeryColor)
}

.owl-carousel .owl-dots .owl-dots {
  align-self: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot span {
  width: auto;
  margin: 5px;
  display: inline-block;
  height: auto;
  font-size: 0;
  line-height: 0;
  border: 0;
  box-shadow: none;
  background: none
}

.owl-carousel .owl-dots .owl-dot span:before {
  content: '';
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #999696;
  cursor: pointer;
  transition: all 300ms ease;
  border-radius: 12px
}

.owl-carousel .owl-dots .owl-dot.active span:before {
  background: #494949;
}

@media only screen and (max-width:1024px) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1
  }
}

@media only screen and (max-width:1199px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0px !important;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0px !important;
  }
}

.allBox .owl-next,
.allBox .owl-prev {
  display: none !important
}

.allBox:hover .owl-next,
.allBox:hover .owl-prev {
  display: block !important
}


/********owl-carousel end**********/

/********lightbox popup starts**********/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999991;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999992;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

/*.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}*/
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  border-radius: 30px 30px 0 0;
  position: absolute;
  right: 0;
  top: 10px !important;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  color: #FFF;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  background: rgba(255, 255, 255, .3) !important
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  background-color: #F00 !important
}

.mfp-close:active {
  top: 1px;
}

/*.mfp-close-btn-in .mfp-close{color:#333;}*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
}

.common-popup .mfp-close {
  top: -30px !important;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow-left {
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
  background-color: #3e3935
}

.mfp-arrow-left:before {
  content: '';
  height: 16px;
  width: 16px;
  display: block;
  border: 2px solid #fff;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 8px;
}

.mfp-arrow-right {
  width: 30px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 30px 0 0 30px;
  background-color: #3e3935
}

.mfp-arrow-right:before {
  content: '';
  height: 16px;
  width: 16px;
  display: block;
  border: 2px solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  right: 8px;
}

.mfp-arrow-left:hover,
.mfp-arrow-right:hover {
  background-color: var(--primeryColor)
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
  border-color: #fff;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -30px !important;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/*.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}*/
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {

  /**
* Remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/********lightbox Popup ends**********/

.page-id-11 .common-content,
.page-id-13 .common-content {
  background: url(../img/responsibility-bg.png) 0 100% no-repeat;
}

[data-name="Opportunity"] {
  border: solid 1px #aaaaaa;
  display: block;
  padding: 10px 25px;
  border-radius: 20px
}

[data-name="Opportunity"] select {
  border: none !important;
  margin-bottom: 0 !important
}

.misha_loadmore.load-more {
  text-align: center;
  margin-bottom: 20px
}




.career-form select {
  -webkit-appearance: none;
  background: url(../img/select-arrow.png) right center no-repeat;
}

.wpcf7-not-valid {
  background: #fff !important
}

.wpcf7-response-output {
  text-align: center
}


.philanthrophy-row .philanthrophy-col {
  width: calc(100% - 260px);
  padding-left: 30px;
}

.philanthrophy-row .philanthrophy-col.clogo {
  width: 260px
}

.philanthrophy-row:nth-child(2n+1) .philanthrophy-col {
  padding: 0 30px 0 0;
}

.philanthrophy-row .philanthrophy-col.clogo img {
  width: 100%
}

.philanthrophy-row:nth-child(1) .philanthrophy-col.clogo,
.philanthrophy-row:nth-child(2) .philanthrophy-col.clogo,
.philanthrophy-row:nth-child(4) .philanthrophy-col.clogo {
  width: 200px
}

.philanthrophy-row:nth-child(1) .philanthrophy-col,
.philanthrophy-row:nth-child(2) .philanthrophy-col,
.philanthrophy-row:nth-child(4) .philanthrophy-col {
  width: calc(100% - 200px);
}

.philanthrophy-row:nth-child(2n+1) .philanthrophy-col {
  padding: 0 30px 0 0;
}





@media only screen and (max-width: 767px) {
  .philanthrophy-row:nth-child(2n+1) {
    flex-direction: row;
  }

  .philanthrophy-row .philanthrophy-col img {
    margin-right: 0;
    max-width: inherit;
  }

  .philanthrophy-row .philanthrophy-col {
    width: 100%;
    padding-left: 0;
  }

  .philanthrophy-row:nth-child(2n+1) .philanthrophy-col {
    padding: 0 0 0 0;
  }

  .philanthrophy-row .philanthrophy-col.clogo img {
    width: 100%
  }

  .philanthrophy-row:nth-child(1) .philanthrophy-col,
  .philanthrophy-row:nth-child(2) .philanthrophy-col,
  .philanthrophy-row:nth-child(4) .philanthrophy-col,
  .philanthrophy-row .philanthrophy-col {
    width: 100%
  }

  .form-wrapper .wpcf7-form-control.wpcf7-radio {
    margin: 0 0 0 -1em;
    display: inline-block;
  }
}