/*=============================
  Variable CSS
===============================*/
:root {
    --body-font-family: "Open Sans", Helvetica, Arial, sans-serif;
    --heading-font-family: "Open Sans", Helvetica, Arial, sans-serif;
    --transparent-color:transparent;
    --primary-color:#1DC2FF;
    --dark-blue-color: #007BB2;
    --text-color:#415168;
    --green-color:#0B665E;
    --green-color:#0B665E;
    --gold-color:#B78B1E;
    --grey-color:#9EA1A2;
    --orange-color:#F15F20;
    --body-font-color: #FFF;
    --heading-font-color: #FFF;
    --paragraph-color: #FFF;
    --placeholder-color: #676767;
    --menu-color:#B5B5B5;
    --section-background: #f9fbff;
    --section-background-two: #eef7ff;
    --section-background-three: #f4f4f4;
    --section-background-four: #fafafa;
    --section-background-green:#0B665E;
    --body-font-size: 16px;
    --body-font-size18: 18px;
    --heading1-font-size:35px;
    --heading2-font-size:32px;
    --heading3-font-size:28px;
    --heading4-font-size:24px;
    --heading5-font-size:21px;
    --heading6font-size:18px;
    --p1-font-size: 18px;
    --p2-font-size: 16px;
    --p3-font-size: 14px;
    --line-height-p1:26px;
    --line-height-p2:24px;
    --line-height:1.2;
    --ghost-white: #f7fbff;
    --quote-color: #dcdfe5;
    --quote-color-two: #e5e5e5;
    --blog-meta-color: #6a6a6a;
    --lily-white: #e8faff;
    --widget-border-color: #d6d6d6;
    --widget-border-color-two: #efefef;
    --widget-border-color-three:#E5E5E5;
    --widget-border-color-four:#666666;
    --contact-border-color: #c8c8c8;
    --border30-radius:30px;
    --border20-radius:20px;
    --border10-radius:10px;
    --border5-radius:5px;
    --bright-turquoise: #17c7f8;
    --blue: #1c9cea;
    --blue-two: #4378e1;
    --blue-three: #14b9e9;
    --navy-blue: #082da3;
    --violets-blue: #816ef6;
    --zircon: #f4f7ff;
    --indigo: #6610f2;
    --purple: #b12aff;
    --purple-two: #e056fd;
    --magnolia: #fbf5ff;
    --pink: #ff0099;
    --red: #f9185d;
    --red-two: #ef162f;
    --blush: #fff7f9;
    --orange: #fb491a;
    --orange-two: #ff4d24;
    --sauvignon: #fff8f6;
    --yellow: #fabf1f;
    --yellow-two: #ecb40b;
    --yellow-three: #e1ab43;
    --yellow-four: #e29104;
    --island-spice: #fffaec;
    --green: #07e09b;
    --green-two: #22d361;
    --clear: #effffa;
    --teal: #20c997;
    --brown:#AF144B;
    --bubbles: #eafffb;
    --cyan: #f5f8ff;
    --white: #ffffff;
    --black: #1b1d21;
    --black-two: #010102;
    --black-three: #2D2D2D;
    --rich-black: #071022;
    --gray: #dcdcdc;
    --gray-two: #ebf2ff;
    --gray-three: #d7d7d7;
    --gray-four: #f6f9ff;
    --gray-five: #c2c2c2;
    --gray-six: #f8f8f8;
    --gray-seven: #e1e1e1;
    --gray-eight: #646464;
    --gray-nine: #9f9f9f;
    --facebook: #1877f2;
    --twitter: #1c9cea;
    --instagram: #833ab4;
    --linkedin: #0077b5;
    --pinterest: #e60023;
    --youtube: #c4302b;
    --skype: #00aff0;
    --scale: scale(1.05);
}

* {
  margin:0;
  padding:0;
}
body {
  width: 100%;
  height: 100%;
  font-family:var(--body-font-family);
  margin:0 auto;
  font-weight:400;
  color:#5A5A5A;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
  background: #F6F6F6;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  direction: ltr;
  line-height:1.6;
  background:#FFF;
}
html {
  width: 100%;
  height: 100%;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
a {
  text-decoration:none;
  outline:none;
  color:var(--primary-color);
}
a:hover {
  text-decoration: none;
  outline: none;
}
a img {
  border: 0px none;
}
a:active {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0px;
  text-decoration: none;
}
.clear {
  clear:both;
  overflow:hidden;
  height:0px;
  font-size:0px;
}
.clear_l {
  clear:both;
}
ul, ol {
  padding:0px;
  margin:0px;
  list-style:none;
}
h1, h2, h3{
   font-family:var(--heading-font-family);
}
h1, h2, h3, h4, h5, h6, p {
  margin:0px;
  padding:0px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-weight:500;
    line-height: 1.2;
    color:var(--dark-blue-color);
}
header, article, section, footer, header, figure, aside, hgroup, nav, figcaption{
  display:block;
}
button, input {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a:hover, .btn:hover{
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; 
}
button{
  border: none;
  outline: none;
}
select,
select:focus,
input:focus,
.btn,
.btn:focus,
textarea:focus,
input:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow:none;
  outline:none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
  color: #000;
}
.noPadding{
  padding:0;
}
.page-item.active .page-link {
    background-color: #567c32;
    border-color: #567c32;
}
/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none;
}
img{
  height: auto;
  max-width: 100%;
  transition: 0.4s;
}
embed, iframe, object {
    max-width: 100%;
}
input:focus, 
textarea:focus, 
.form-control:focus {
    outline: none;
    box-shadow: 0 5px 20px rgb(95 99 242 / 10%);
}
::-moz-selection {
  color: #ffffff;
  background-color:var(--primary-color);
}
::selection {
  color: #ffffff;
  background-color:var(--primary-color);
}
form input:focus::-webkit-input-placeholder {
  color: transparent;
}
form input:focus::-moz-placeholder {
  color: transparent;
}
form input:focus:-ms-input-placeholder {
  color: transparent;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input::placeholder, form textarea::placeholder {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type=checkbox] {
  position: relative;
  background: 0 0;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer;
}
.lead{
    color:var(--black);
    font-size:16px;
    font-weight: 400;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus{
    outline:none;
    box-shadow:none;
}
.btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid var(--white);
  z-index:1;
}
.btn-main{
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    text-shadow: none !important;
    border-radius:30px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #0092a0, #005158, #0092a0, #005158);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
    padding:10px 25px;
    width:auto !important;
}
.btn-main:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color:#FFF;
}
.btn-main:focus {
    outline: none;
}
.btn-color{
  border:2px solid #459495;
  color:#459495;
  font-weight:400;
}
.btn-color:hover{
  color:#FFF !important;
}
.soild-btn {
    font-size:14px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 12px 30px;
    text-align: center;
    color:var(--white);
    background:var(--secondary-color);
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.soild-btn:hover,
.soild-btn:active,
.soild-btn:focus {
  color:var(--secondary-color);
  background:var(--white);
  border: 1px solid var(--secondary-color);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.btn-outlined {
    font-size:14px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 30px;
    text-align: center;
    color:var(--white);
    background:transparent;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.btn-outlined:hover, 
.btn-outlined:active, 
.btn-outlined:focus {
  color:var(--white);
  background:var(--secondary-color);
  border: 1px solid var(--secondary-color);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.btn-green {
    font-size:14px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 12px 30px;
    text-align: center;
    color:var(--white);
    background:var(--secondary-color);
    border-width: 1px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.btn-green:hover, 
.btn-green:active, 
.btn-green:focus {
  color:var(--secondary-color);
  background:var(--white);
  border: 1px solid var(--secondary-color);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.back-link{
  margin-bottom: 30px;
  display: block;
}
.back-link .link:hover{
  letter-spacing: 0.5px;
  color: var(--secondary-color);
}
.green-link{
  color:var(--secondary-color);
}
.green-link:hover{
  color:var(--primary-color);
}

/*----------------------------------
  GENERAL STYLING
------------------------------------*/
.bg-brown{
  background:#650000;
}
.bg-dark-blue{
  background:#1D1B4A;
}
.bg-orange{
  background:#F2B62F;
}

.text-brown{
  color:#742030;
}
.text-blue{
  color:#201440;
}
.section {
    position: relative;
    width: 100%;
    z-index: 1;
}

.ptb-0{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.p-15{
  padding:15px;
}
.p-20{
  padding:20px;
}
.p-30{
  padding:30px;
}
.p-40{
  padding:40px;
}
.p-50{
  padding:50px;
}
.p-60{
  padding:60px;
}

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-150 {
  margin-left: 150px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-150 {
  margin-right: 150px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-95 {
  padding-left: 95px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-135 {
  padding-left: 135px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-145 {
  padding-left: 145px;
}
.pl-150 {
  padding-left: 150px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-105 {
  padding-right: 105px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-115 {
  padding-right: 115px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-125 {
  padding-right: 125px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-135 {
  padding-right: 135px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-145 {
  padding-right: 145px;
}
.pr-150 {
  padding-right: 150px;
}
.fs-1 {
  font-size: 1px;
}
.fs-2 {
  font-size: 2px;
}
.fs-3 {
  font-size: 3px;
}
.fs-4 {
  font-size: 4px;
}
.fs-5 {
  font-size: 5px;
}
.fs-6 {
  font-size: 6px;
}
.fs-7 {
  font-size: 7px;
}
.fs-8 {
  font-size: 8px;
}
.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-28 {
  font-size: 28px;
}
.fs-29 {
  font-size: 29px;
}
.fs-30 {
  font-size: 30px;
}
.fs-31 {
  font-size: 31px;
}
.fs-32 {
  font-size: 32px;
}
.fs-33 {
  font-size: 33px;
}
.fs-34 {
  font-size: 34px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-37 {
  font-size: 37px;
}
.fs-38 {
  font-size: 38px;
}
.fs-39 {
  font-size: 39px;
}
.fs-40 {
  font-size: 40px;
}
.fs-41 {
  font-size: 41px;
}
.fs-42 {
  font-size: 42px;
}
.fs-43 {
  font-size: 43px;
}
.fs-44 {
  font-size: 44px;
}
.fs-45 {
  font-size: 45px;
}
.fs-46 {
  font-size: 46px;
}
.fs-47 {
  font-size: 47px;
}
.fs-48 {
  font-size: 48px;
}
.fs-49 {
  font-size: 49px;
}
.fs-50 {
  font-size: 50px;
}
.fs-51 {
  font-size: 51px;
}
.fs-52 {
  font-size: 52px;
}
.fs-53 {
  font-size: 53px;
}
.fs-54 {
  font-size: 54px;
}
.fs-55 {
  font-size: 55px;
}
.fs-56 {
  font-size: 56px;
}
.fs-57 {
  font-size: 57px;
}
.fs-58 {
  font-size: 58px;
}
.fs-59 {
  font-size: 59px;
}
.fs-60 {
  font-size: 60px;
}
.fs-61 {
  font-size: 61px;
}
.fs-62 {
  font-size: 62px;
}
.fs-63 {
  font-size: 63px;
}
.fs-64 {
  font-size: 64px;
}
.fs-65 {
  font-size: 65px;
}
.fs-66 {
  font-size: 66px;
}
.fs-67 {
  font-size: 67px;
}
.fs-68 {
  font-size: 68px;
}
.fs-69 {
  font-size: 69px;
}
.fs-70 {
  font-size: 70px;
}
.fs-71 {
  font-size: 71px;
}
.fs-72 {
  font-size: 72px;
}
.fs-73 {
  font-size: 73px;
}
.fs-74 {
  font-size: 74px;
}
.fs-75 {
  font-size: 75px;
}
.fs-76 {
  font-size: 76px;
}
.fs-77 {
  font-size: 77px;
}
.fs-78 {
  font-size: 78px;
}
.fs-79 {
  font-size: 79px;
}
.fs-80 {
  font-size: 80px;
}
.fs-81 {
  font-size: 81px;
}
.fs-82 {
  font-size: 82px;
}
.fs-83 {
  font-size: 83px;
}
.fs-84 {
  font-size: 84px;
}
.fs-85 {
  font-size: 85px;
}
.fs-86 {
  font-size: 86px;
}
.fs-87 {
  font-size: 87px;
}
.fs-88 {
  font-size: 88px;
}
.fs-89 {
  font-size: 89px;
}
.fs-90 {
  font-size: 90px;
}
.fs-91 {
  font-size: 91px;
}
.fs-92 {
  font-size: 92px;
}
.fs-93 {
  font-size: 93px;
}
.fs-94 {
  font-size: 94px;
}
.fs-95 {
  font-size: 95px;
}
.fs-96 {
  font-size: 96px;
}
.fs-97 {
  font-size: 97px;
}
.fs-98 {
  font-size: 98px;
}
.fs-99 {
  font-size: 99px;
}
.fs-100 {
  font-size: 100px;
}
.fs-101 {
  font-size: 101px;
}
.fs-102 {
  font-size: 102px;
}
.fs-103 {
  font-size: 103px;
}
.fs-104 {
  font-size: 104px;
}
.fs-105 {
  font-size: 105px;
}
.fs-106 {
  font-size: 106px;
}

.fs-107 {
  font-size: 107px;
}
.fs-108 {
  font-size: 108px;
}
.fs-109 {
  font-size: 109px;
}
.fs-110 {
  font-size: 110px;
}
.fs-111 {
  font-size: 111px;
}
.fs-112 {
  font-size: 112px;
}
.fs-113 {
  font-size: 113px;
}
.fs-114 {
  font-size: 114px;
}
.fs-115 {
  font-size: 115px;
}
.fs-116 {
  font-size: 116px;
}
.fs-117 {
  font-size: 117px;
}
.fs-118 {
  font-size: 118px;
}
.fs-119 {
  font-size: 119px;
}
.fs-120 {
  font-size: 120px;
}
.fs-121 {
  font-size: 121px;
}
.fs-122 {
  font-size: 122px;
}
.fs-123 {
  font-size: 123px;
}
.fs-124 {
  font-size: 124px;
}
.fs-125 {
  font-size: 125px;
}
.fs-126 {
  font-size: 126px;
}
.fs-127 {
  font-size: 127px;
}
.fs-128 {
  font-size: 128px;
}
.fs-129 {
  font-size: 129px;
}
.fs-130 {
  font-size: 130px;
}
.fs-131 {
  font-size: 131px;
}
.fs-132 {
  font-size: 132px;
}
.fs-133 {
  font-size: 133px;
}
.fs-134 {
  font-size: 134px;
}
.fs-135 {
  font-size: 135px;
}
.fs-136 {
  font-size: 136px;
}
.fs-137 {
  font-size: 137px;
}
.fs-138 {
  font-size: 138px;
}
.fs-139 {
  font-size: 139px;
}
.fs-140 {
  font-size: 140px;
}
.fs-141 {
  font-size: 141px;
}
.fs-142 {
  font-size: 142px;
}
.fs-143 {
  font-size: 143px;
}
.fs-144 {
  font-size: 144px;
}
.fs-145 {
  font-size: 145px;
}
.fs-146 {
  font-size: 146px;
}
.fs-147 {
  font-size: 147px;
}
.fs-148 {
  font-size: 148px;
}
.fs-149 {
  font-size: 149px;
}
.fs-150 {
  font-size: 150px;
}
.fs-151 {
  font-size: 151px;
}
.fs-152 {
  font-size: 152px;
}
.fs-153 {
  font-size: 153px;
}
.fs-154 {
  font-size: 154px;
}
.fs-155 {
  font-size: 155px;
}
.fs-156 {
  font-size: 156px;
}
.fs-157 {
  font-size: 157px;
}
.fs-158 {
  font-size: 158px;
}
.fs-159 {
  font-size: 159px;
}
.fs-160 {
  font-size: 160px;
}
.fs-161 {
  font-size: 161px;
}
.fs-162 {
  font-size: 162px;
}
.fs-163 {
  font-size: 163px;
}
.fs-164 {
  font-size: 164px;
}
.fs-165 {
  font-size: 165px;
}
.fs-166 {
  font-size: 166px;
}
.fs-167 {
  font-size: 167px;
}
.fs-168 {
  font-size: 168px;
}
.fs-169 {
  font-size: 169px;
}
.fs-170 {
  font-size: 170px;
}
.fs-171 {
  font-size: 171px;
}
.fs-172 {
  font-size: 172px;
}
.fs-173 {
  font-size: 173px;
}
.fs-174 {
  font-size: 174px;
}
.fs-175 {
  font-size: 175px;
}
.fs-176 {
  font-size: 176px;
}
.fs-177 {
  font-size: 177px;
}
.fs-178 {
  font-size: 178px;
}
.fs-179 {
  font-size: 179px;
}
.fs-180 {
  font-size: 180px;
}
.fs-181 {
  font-size: 181px;
}
.fs-182 {
  font-size: 182px;
}
.fs-183 {
  font-size: 183px;
}
.fs-184 {
  font-size: 184px;
}
.fs-185 {
  font-size: 185px;
}
.fs-186 {
  font-size: 186px;
}
.fs-187 {
  font-size: 187px;
}
.fs-188 {
  font-size: 188px;
}
.fs-189 {
  font-size: 189px;
}
.fs-190 {
  font-size: 190px;
}
.fs-191 {
  font-size: 191px;
}
.fs-192 {
  font-size: 192px;
}
.fs-193 {
  font-size: 193px;
}
.fs-194 {
  font-size: 194px;
}
.fs-195 {
  font-size: 195px;
}
.fs-196 {
  font-size: 196px;
}
.fs-197 {
  font-size: 197px;
}
.fs-198 {
  font-size: 198px;
}
.fs-199 {
  font-size: 199px;
}
.fs-200 {
  font-size: 200px;
}

/*-- Usage --*/
.bgarea {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.bg-dark{
  background: var(--primary-color);
}
.hover-zoomin a {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-zoomin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hoverlink a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    -webkit-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
}
.hoverlink a:hover:after {
    width: 100%;
}
/*********** Slider Owl ****************/
.slidenav-top-right .owl-dots {
    margin-bottom: -45px;
    background: none;
    bottom: 7px;
    position: absolute;
    width: 100%;
}
.slidenav-top-right .owl-nav .owl-next, 
.slidenav-top-right .owl-nav .owl-prev {
    top: -50px;
    left:auto;
    font-weight:700;
}
.slidenav-top-right .owl-nav .owl-prev {
    right:35px;
}

/*****  Owl dots Css  ******/
.owl-dots .owl-dot,
.owl-dots .owl-dot {
  background: transparent;
}
.owl-dots .owl-dot span,
.owl-dots .owl-dot span {
  display: inline-block !important;
  width: 25px !important;
  height: 6px !important;
  border-radius:3px;
  border: 0;
  margin: 0 5px !important;
  border:none;
  background: rgba(1, 100, 148, 0.3) !important;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot.active span {
  background: rgba(1, 100, 148, 1) !important;
}
.colorgold .owl-dots .owl-dot.active span,
.colorgold .owl-dots .owl-dot.active span {
  background-color:var(--gold-color) !important;
}
.colorgrey .owl-dots .owl-dot.active span,
.colorgrey .owl-dots .owl-dot.active span {
  background-color:var(--grey-color) !important;
}
.slidenav-center.owl-theme .owl-dots{
  text-align: center;
}
.slidenav-left.owl-theme .owl-dots,
.slidenav-left.owl-theme .owl-nav {
  text-align: left;
}
.slidenav-right.owl-theme .owl-dots,
.slidenav-right.owl-theme .owl-nav {
  text-align: right;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 3rem;
}
.owl-nav .owl-next, 
.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50% !important;
    background: #ffffff !important;
    text-align: center;
    color:var(--secondary-color) !important;
    transition: all 0.5s;
    transition-delay: 0.70s;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    border:1px solid #E8F0D6;
    padding:1px !important;
    font-size:20px;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  background:var(--primary-color);
  color: #FFF;
}
.owl-nav .owl-next {
  right: -25px;
  left: unset;
}
.slidenav-top-right .owl-nav .owl-next, 
.slidenav-top-right .owl-nav .owl-prev {
    top: -50px;
    left:auto;
    font-weight:700;
}
.slidenav-top-right .owl-nav .owl-prev {
    right:35px;
}
.slidenav-bottom-right .owl-nav .owl-next, 
.slidenav-bottom-right .owl-nav .owl-prev {
    bottom: -30px;
    left: auto;
    font-weight: 700;
    top: auto;
}
.slidenav-bottom-right .owl-nav .owl-prev {
    right:35px;
}
.slidernav-0 .owl-nav{
  margin-top:0;
}
.slidenav-bottom-right.owl-theme .owl-nav {
    margin-top: 20px;
}
.owlnav-plain .owl-nav .owl-next, 
.owlnav-plain .owl-nav .owl-prev {
    width: auto;
    height: auto;
    line-height: inherit;
    border-radius: 0 !important;
    background: none !important;
    text-align: center;
    box-shadow: none;
    border: 0;
    padding: 0 !important;
    font-size: 16px;
}
.owlnav-plain .owl-nav .owl-next {
    right: 5px;
}
.owlnav-plain.slidenav-bottom-right.owl-theme .owl-nav {
    margin-top: 10px;
}
.owlnav-plain .owl-dots .owl-dot span, 
.owlnav-plain .owl-dots .owl-dot span {
    margin: -10px 5px !important;
}
.slidernav-none .owl-nav{
  display:none;
}
.owldot-10 .owl-dots {
    margin:10px 0;
}
.owldot-20 .owl-dots {
    margin: 20px 0;
}
/*********** End Slider Owl ****************/
.btn-box {
    position: relative;
    display: block;
    line-height: 0;
}
.btn-default{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight:700;
  line-height: 1.1em;
  text-transform: capitalize;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 100px;
  padding: 16px 30px 16px 55px;
  border: none;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.btn-default.btn-white{
    background: var(--white);
    color: var(--dark-blue-color);
}
.btn-default:hover{
  background-color: transparent;
  color: var(--white);
}
.btn-default::before {
    content: "\EA6C";
    position: absolute;
    top: 50%;
    width: 33px;
    font-family: "remixicon";
    transform: translate(10px, -50%);
    transition: all 0.4s ease-in-out;
    color: #FFF;
    left: 0;
    background: var(--dark-blue-color);
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding: 8px 0;
    font-size:16px;
}
.btn-default:hover::before{
  transform: translate(12px, -50%);
  background: var(--primary-color);
}
.btn-default::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 99px;
  background: var(--dark-blue-color);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn-default:hover:after{
  width: 100%;
  left: 0;
  right: auto;
}
.btn-default.contact-btn{
  padding: 16px 25px 16px 55px;
}
.btn-highlighted{
  position: relative;
  display: inline-block;
  font-family: var(--accent-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
  text-transform: capitalize;
  background: var(--accent-color);
  color: var(--primary-color);
  border-radius: 100px;
  padding: 19px 25px;
  border: none;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.btn-highlighted:hover{
  background-color: transparent;
  color: var(--white-color);
}
.btn-highlighted::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 99px;
  background: var(--primary-color);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn-highlighted:hover::before{
  width: 100%;
  left: 0;
  right: auto;
}
.more-btn {
  position: relative;
  display: inline-flex;
  font-size: 16px;
  font-weight:600;
  min-width: 100px;
  text-transform: capitalize;
  margin-bottom: 6px;
  flex-shrink: 0;
  color: var(--white);
}
.more-btn.dark-btn{
  color:#415168;
}
.more-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111;
  overflow: hidden;
  margin-left:5px;
}
.more-btn.dark-btn i {
  color:#415168;
}
.more-btn i:first-child {
  transition: all 0.3s;
  transform: translateX(60%);
}
.more-btn i:last-child {
  transition: all 0.3s;
  transform: translateX(50%);
}
.more-btn::after {
  content: "";
  position: absolute;
  display: inline;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -2px;
  opacity: 1;
  transition: all 0.3s;
  background-color: var(--white);
}
.more-btn.dark-btn::after {
  background-color:var(--primary-color);
}
.more-btn:hover {
  color: var(--white);
}
.more-btn.dark-btn:hover {
  color: var(--primary-color);
}
.more-btn:hover i:last-child {
  transform: translateX(20%);
}
.more-btn:hover::after {
  width: 100%;
}
.btn-border{
  border:1px solid var(--dark-blue-color);
}
/*********** End Button Area ****************/
.container-auto {
    padding: 0 15px;
    max-width: 98%;
    margin: 0 auto;
}
.box-shadow{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 25px 20px -20px;
}
figure.image {
    margin: 0;
}
.bg-grey {
    background: #F0F0F0;
}
.bg-light-grey{
  background:#D0D5DD;
}
.bg-grey2{
  background:#ECEEF2;
  border:1px solid #C5D6E0;
}
.bg-blue {
    background-color: #158AC4 !important;
}
.bg-blue-gradient {
    background: rgb(0, 99, 147);
    background: linear-gradient(90deg, rgba(0, 99, 147, 1) 0%, rgba(36, 168, 232, 1) 35%);
    border-color: rgb(0, 99, 147);
}
.bg-blue-gradient h1,
.bg-blue-gradient h2,
.bg-blue-gradient h3,
.bg-blue-gradient h4,
.bg-blue-gradient h5,
.bg-blue-gradient p,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue p{
  color:var(--white) !important;
}
.border-5{
  border-radius:5px;
}
.border-10{
  border-radius:10px;
}
.border-15{
  border-radius:15px;
}
.border-20{
  border-radius:20px;
}
.border-25{
  border-radius:25px;
}
.border-30{
  border-radius:30px;
}
.border-bt-1{
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.border-tp-1{
  border-top:1px solid rgba(0, 0, 0, 0.1);
}
.border-lt-1{
  border-left:1px solid rgba(0, 0, 0, 0.1);
}
.border-rt-1{
  border-right:1px solid rgba(0, 0, 0, 0.1);
}
.bordered{
  border:1px solid rgba(0, 0, 0, 0.1);
}
.border-img img{
  border-radius:10px;
}
/************* Image Anime *************/
.image-anime{
  position: relative;
  overflow: hidden;
}
.image-anime:after{
  content: "";
  position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index:2;
}
.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.banner_image .image-anime:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,.1);
    z-index: 1;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
/************* End Image Anime *************/
/*********** Section Title ****************/
.section-title{
  position: relative;
  margin-bottom:30px;
}
.section-title h2 {
    font-size:38px;
    margin: 0 0 20px;
    font-weight:700;
    color:#415168;
}
.section-title h3 {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-title h4{
    font-size:24px;
    margin: 0 0 30px;
    line-height: 1.4;
    font-weight:700;
}
.section-title h5{
    font-size:20px;
    margin: 0 0 5px;
    line-height: 1.4;
    font-weight:700;
}
.section-title.title-inside h2 {
    font-size: 35px;
    margin: 15px 0 30px;
}
.section-title.text-white h2 {
    color: var(--white);
}
.section-title p{
  margin: 12px 0 50px;
  font-size:15px;
}
.section-title.style2{
  padding: 30px 0;
}
.section-title.style2 p{
  margin:30px 0 15px;
  font-size:16px;
}
.section-title.style3{
  display: flex;
  justify-content: space-between;
  margin:15px 0 0;
}
.section-title.text-white p{
  color: var(--white);
}
/*********** End Section Title ****************/
/*********** Header Section ****************/
.header-area {
  position: relative;
  z-index: 9;
}
.header-area .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li > a {
  color: #444;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li > a > span:after {
  background-color: #444;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
  color: #000000;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after,
 .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a:after {
  color: #000000;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span, 
.header-area .is-sticky .navigation-menu--text_white > ul > li.active > a > span {
  color: #000000;
}
.header-area .is-sticky .header-search-form .search-form-top .style-02 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header-area .is-sticky .header-search-form .search-form-top .search-field {
  color: #000;
}
.header-area .is-sticky .header-search-form .search-form-top .search-submit {
  color: #333;
}
.header-area .is-sticky .header__logo .dark-logo {
  display: inherit;
}
.header-area .is-sticky .header__logo .light-logo {
  display: none;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li > a {
  color: #333;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:after, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
  color: #333;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a > span, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #333;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:before, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
            animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
    display: none !important;
  }
}
.header-area--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area--absolute {
    position: static;
  }
}
.header-area--absolute__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header-area--default {
  border-color: #E4E8F6;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  border:1px solid rgba(0, 0, 0, 0.05);
  padding:5px 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 25px 20px -20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* logo */
}
.header__logo {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header__logo.top-logo {
  padding: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .header__logo.top-logo {
    padding: 15px 0;
  }
}
/*.header__logo > a img {
  width: 160px;
}*/
.header__logo .dark-logo {
  display: none;
}
.header__logo .light-logo {
  display: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__logo .dark-logo {
    display: inherit;
  }
  .header__logo .light-logo {
    display: none;
  }
}
.header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .header-right-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-inner.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 999;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-top-info-inner .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ddd;
  padding-left: 19px;
}
.header-top-info-inner .info-item .info-icon {
  width: 41px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #d2a98e;
}
.header-top-info-inner .info-item .info-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-top-info-inner .info-item .info-content .info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
}
.header-top-info-inner .info-item .info-content .info-sub-title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .header-top-info-inner .info-item {
    padding-left: 0px;
    margin-top: 20px;
  }
}
.header-top-info-inner.default-color .info-item .info-icon {
  color: #086AD8;
}
.top-info-slider__container {
  cursor: w-resize;
}
.top-info-slider__container .swiper-slide-active .info-item {
  border-left: none;
}
.header-social-networks.style-icons a {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  margin-top: 10px;
}
.header-bottom-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: border-box;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 25px 20px -20px;
    padding:8px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 90%;
    margin: 0 auto;
    margin-bottom: -30px;
    background: var(--white);
    margin-top: 30px;
}
.header-sticky.is-sticky .header-bottom-inner {
    margin: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width:100%;
}
.header-sticky.is-sticky .header-bottom-inner .megamenu--mega {
    width: 98%;
    left: 2%;
}
.header-sticky.is-sticky .header-bottom-inner .navigation-menu > ul > li.has-children:hover .megamenu {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.header-bottom-left-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-search-form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.header-search-form .search-form-top {
  position: relative;
  background-color: rgba(0, 47, 166, 0.3);
}
.header-search-form .search-form-top .search-field {
  width: 270px;
  border-radius: 0;
  border: 0 !important;
  background: 0 0 !important;
  min-height: 60px;
  padding-right: 50px;
  padding-left: 10px;
  color: #fff;
}
.header-search-form .search-form-top input::-webkit-input-placeholder,
 .header-search-form .search-form-top textarea::-webkit-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::-moz-placeholder, 
.header-search-form .search-form-top textarea::-moz-placeholder {
  color: #333;
}
.header-search-form .search-form-top input:-ms-input-placeholder, 
.header-search-form .search-form-top textarea:-ms-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::-ms-input-placeholder, 
.header-search-form .search-form-top textarea::-ms-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::placeholder, 
.header-search-form .search-form-top textarea::placeholder {
  color: #333;
}
.header-search-form .search-form-top .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #ffffff;
}
.header-search-form .search-form-top.style-02 {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.header-search-form .search-form-top.style-02 .search-field {
  width: 232px;
  border-radius: 0;
  background: #fff !important;
  border: 0 !important;
  min-height: 60px;
  color: #333;
}
.header-search-form .search-form-top.style-02 .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #000000;
}
.header-search-form.default-search {
  height: 100%;
}
.header-search-form.default-search .search-form-top {
  background: transparent;
  border-left: 1px solid #eee;
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .header-search-form.default-search .search-form-top {
    margin-top: 15px;
    background: #eee;
  }
}
.header-search-form.default-search .search-form-top .search-field {
  max-width: 225px;
  color: #333;
  min-height: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-search-form.default-search .search-form-top .search-field {
    max-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-form.default-search .search-form-top .search-field {
    min-height: 40px;
  }
}
.header-search-form.default-search .search-form-top .search-submit {
  color: #000000;
}
.header-menu-right {
  padding-left: 24px;
  display: flex;
  align-items: center;
}
.header-menu-right  ul{
  margin-right:20px;
}
.header-menu-right  ul li{
  display:inline-block;
  margin:0 5px;
}
.header-menu-right  ul li a{
  color: var(--dark-blue-color);
  font-size:14px;
  font-weight:600;
  font-family: "Inter", sans-serif;
  position: relative;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  padding:4px 0;
}
.header-menu-right  ul li a:before {
  content: "";
  width: 0;
  height:1px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-menu-right  ul li:hover > a:before, 
.header-menu-right  ul li.active > a:before {
    width: 100%;
    left: 0;
}
.search-icon svg {
    width: 20px;
    color:var(--dark-blue-color);
}
.top-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-bar-left .top-bar-text {
  font-size: 14px;
  line-height: 1.78;
}
.top-bar-left .top-bar-text .font-medium {
  font-weight: 500;
}
.top-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
  margin-left: 0;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
  margin-right: 5px;
  font-size: 14px;
}
.top-bar-right {
    display: flex;
    align-items: center;
}
.top-bar-info li{
  display: inline-block;
}
.top-bar-info li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    text-transform: capitalize;
    padding: 5px 25px 5px 15px;
    border-radius: 8px;
    border: none;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.top-bar-info li a::before {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: "FontAwesome";
    content: '\f35d';
    font-size: 12px;
    transform: translate(-5px, -50%);
    transition: 0.4s ease-in-out;
}
.top-bar-info li a::after{ 
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 106%;
  border-radius: 8px;
  background: var(--primary-color);
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.top-bar-info li a:hover{
  color:var(--dark-blue-color);
  font-weight: 600;
}
.common-btn {
    position: relative;
    display: inline-block;
    font-family: var(--accent-font);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    background: var(--white);
    color: var(--primary-color);
    padding: 9px 25px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--primary-color);
    margin-left: 15px;
    border-radius: 10px;
}
.common-btn svg{
  width:18px;
}
.common-btn:hover{
  background-color: transparent;
  color: var(--white);
}
.common-btn::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 10px;
  background: var(--primary-color);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.common-btn:hover::before{
  width: 100%;
  left: 0;
  right: auto;
}

/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation-menu > ul > li {
  margin: 0 14px;
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu > ul > li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu > ul > li {
    margin: 0 15px;
  }
}
.navigation-menu > ul > li > a {
  display: block;
  color: #000000;
  padding:10px 2px;
  position: relative;
  font-size: 15px;
  font-weight:500;
  line-height: 1.18;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  font-family: "Inter", sans-serif;
}
.navigation-menu > ul > li > a:before {
  content: "";
  width: 0;
  height:3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color:var(--dark-blue-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li > a span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children > a {
  position: relative;
}
/*.navigation-menu > ul > li.has-children > a:after {
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}*/
.navigation-menu > ul > li.has-children--multilevel-submenu {
  position: relative;
}
.navigation-menu > ul > li.has-children:hover .megamenu {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navigation-menu > ul > li.has-children:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li:hover > a:after, 
.navigation-menu > ul > li.active > a:after {
  color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a span, 
.navigation-menu > ul > li.active > a span {
  color:var(--dark-blue-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a:before, 
.navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}
.navigation-menu.primary--menu > ul > li > a {
  padding: 31px 2px;
}
.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
  margin: 0 24px 0 0;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086AD8;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  padding: 20px 0;
  z-index: 9;
}
.submenu > li {
  position: relative;
}
.submenu > li > a {
  display: block;
  padding: 5px 30px;
  color: #ababab;
  font-weight: 400;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.submenu > li > a > span {
  position: relative;
}
.submenu > li > a > span:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #086AD8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.submenu > li > a:hover {
  color: #086AD8;
}
.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.submenu > li:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
.submenu > li.active > a {
  color: #086AD8;
}
.submenu > li.has-children > a {
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu > li.has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}
.submenu > li.has-children > a:hover:after {
  color: #086AD8;
}
.submenu > li.has-children.active > a {
  color: #086AD8;
}
.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto;
}
.submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

/*=========================================
    - Mega Menu Css
===========================================*/
.megamenu {
  position: absolute;
  top: 100%;
  left:6%;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  background-color:#007BB7;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-radius:10px;
}
.megamenu--mega {
  min-width: 980px;
  width:88%;
  padding: 35px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*-webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;*/
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    min-width: 700px;
  }
}
.megamenu ul{
  margin-bottom:15px;
}
.megamenu--mega > li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding-left: 50px;
  padding-right: 15px;
  position: relative;
}
.megamenu--mega > li .page-list-title {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--white);
    font-weight: 600;
}
.megamenu--mega > li > ul > li > a {
  padding:7px 0;
  color:rgba(255,255,255,0.8);
  line-height: 1.2;
  font-size:13px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.megamenu--mega > li > ul > li > a:hover {
  color:rgba(255,255,255,1);
}
.megamenu--mega > li > ul > li > a:hover span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.megamenu--mega > li > ul > li > a > span {
  position: relative;
}
.megamenu--mega > li > ul > li > a > span:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color:var(--white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.megamenu--mega > li > ul > li.active > a {
  color:var(--white);
}

.container-fluid .megamenu--mega {
  padding: 35px 220px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    min-width: 700px;
  }
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
}
.mobile-navigation-icon:hover i {
  background-color: #086AD8;
}
.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #086AD8;
}
.mobile-navigation-icon:hover i:after {
  background-color: #086AD8;
  width: 60%;
}
.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #086AD8;
    width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-sticky .white-md-icon i {
    background-color: #333;
  }
  .is-sticky .white-md-icon i:before {
    background-color: #333;
  }
  .is-sticky .white-md-icon i:after {
    background-color: #333;
  }
}
.hidden-icons-menu {
  margin-left: 15px;
}
.hidden-icons-menu a {
  color: #6D70A6;
  font-size: 20px;
}
.hidden-icons-menu a:hover {
  color: #086AD8;
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/light-close.webp) 16 16, pointer;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner{
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 480px;
    height: 100%;
    float: right;
    cursor: default;
    background: var(--dark-blue-color);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}
@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    width: 80%;
  }
}
.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner, 
.page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
  background-color: #ffffff;
  padding: 15px 0;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon, 
.page-oppen-off-sidebar__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:before, 
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:after, 
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover, 
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
  color: #086AD8;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, 
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, 
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
  padding: 20px 40px 100px;
}
.mobile-menu-overlay__body .offcanvas-navigation, 
.page-oppen-off-sidebar__body .offcanvas-navigation {
  /* onepage style */
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
  display: block;
  color: #ffffff;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top:8px;
  width:30px;
  height:30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height:35px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "FontAwesome";
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, 
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "FontAwesome";
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, 
.page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
  font-weight: 700;
}
.navigation-menu > ul > li.has-children {
    position: static;
}
.header-bottom-wrap .container {
    position: relative;
}
.menu-icon{
  display:flex;
}
.iconmenu{
  border:1px solid rgba(255, 255, 255,0.8);
  padding:5px;
  border-radius:6px;
  position: absolute;
  left:0;
  top:0;
  width:35px;
  height:35px;
  text-align: center;
}
.iconmenu img{
  width:16px;
}
/*********** End Header Section ****************/
/*********** Slider Section ****************/
.slider__bg {
  height:580px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding:120px 60px;
  background-size:cover !important;
  width:100%;
  border-radius:30px;
}
.slider__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
/*  background: rgba(20, 19, 59, 0.5);*/
  z-index: 0;
}
.slider__bg .row,
.slider__bg .inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .slider__bg {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .slider__bg {
    background-position: center;
  }
}
@media (max-width: 1366px) {
  .slider__bg {
    padding-right: 0;
  }
}
.slider-content__title_small {
  color: #ffffff;
  font-size: 20px;
  font-weight:500;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
  display: inline-block;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .slider-content__title_small {
    font-size: 14px;
  }
}
.slider__single h1{
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  font-size: calc(1.5rem + 3vw);
  color: #fff;
  line-height: 1.15;
  font-weight:700;
  text-decoration-thickness: 4px;
  text-underline-position: under;
  text-underline-offset: -4px;
  margin-bottom:15px;
}
@media (min-width: 1200px) {
  .slider__single h1{
    font-size:2.8rem;
  }
}
.slider__single p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 570px;
}
@media (max-width: 1366px) {
  .slider__single p {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .slider__single p {
    padding-right: 0;
  }
}
.slider--active .slick-track:focus {
  outline: 0;
}
.slider--active .slick-dots {
  text-align: center;
  line-height: 0;
  margin-top: -96px;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
}
.slider--active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  line-height: 0;
}
.slider--active .slick-dots li button {
  text-indent: -99999px;
  width: 20px;
  height: 8px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  background: transparent;
}
.slider--active .slick-dots .slick-active button {
  width: 30px;
  background: transparent;
  border: 2px solid transparent;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  background: #ffffff;
}
/*********** End Section ****************/

.cardsection{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--white);
    background-clip: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 25px 20px -20px;
    border:1px solid rgba(0, 0, 0, 0.1);
}
/*.blue-section .white-cardsection{
  background: rgb(0,99,147);
  background: linear-gradient(90deg, rgba(0,99,147,1) 0%, rgba(36,168,232,1) 35%);
  border:none;
}*/
.blue-section .white-cardsection h1,
.blue-section .white-cardsection h2,
.blue-section .white-cardsection h3,
.blue-section .white-cardsection h4,
.blue-section .white-cardsection h5,
.blue-section .white-cardsection h6,
.blue-section .white-cardsection p{
  color:#FFF !important;
}
.card-lg-image{
  position: relative;
}
.card-lg-image img {
    border-radius: 15px;
    width: 100%;
}
.cardicon-btm {
    position: absolute;
    background: var(--white);
    padding:15px;
    bottom: 0;
}
.cardicon-btm.cardicon-btm-left{
    border-top-right-radius: 30px;
    left: 0;
}
.cardicon-btm.cardicon-btm-right{
    border-top-left-radius: 30px;
    right: 0;
}
.cardicon-btm.cardicon-btm-left:before,
.cardicon-btm.cardicon-btm-left:after,
.cardicon-btm.cardicon-btm-right:before,
.cardicon-btm.cardicon-btm-right:after{
  position: absolute;
  content: "";
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
.cardicon-btm.cardicon-btm-left:before {
    top: -18px;
    left: 0px;
    transform: rotate(90deg);
}
.cardicon-btm.cardicon-btm-left:after {
    bottom: 0;
    right: -20px;
    transform: rotate(90deg);
}
.cardicon-btm.cardicon-btm-right:before {
    top: -18px;
    right: 0px;
}
.cardicon-btm.cardicon-btm-right:after {
    bottom: 0;
    left: -20px;
}
.cardicon-btm-inner{
  background:rgba(0,123,178,0.1);
  padding:15px;
  border-radius:10px;
  display:inline-block;
}
.cardicon-btm-inner:hover{
  background:rgba(0,123,178,0.6);
}
.cardicon-btm-inner svg {
    color: var(--dark-blue-color);
    height: 40px;
    width: auto;
    stroke-width: 1px;
}
.cardicon-btm-inner:hover svg{
  color:var(--white);
}
.cardblock-inner .content-inside {
    padding: 0 30px;
}
.content-inside h3{
    font-size:21px;
    margin: 0 0 20px;
    line-height: 1.4;
    font-weight:700;
    color:#415168;
}
.content-inside h4{
    font-size:18px;
    margin: 0 0 20px;
    line-height: 1.4;
    font-weight:700;
    color:#415168;
}
.content-inside h5{
    font-size:16px;
    line-height: 1.4;
    font-weight:700;
    color:#415168;
}
.content-inside ul + h5{
  border-top:1px solid rgba(0, 0, 0, 0.3);
  padding-top:25px;
  margin-top:25px;
}
.content-inside p{
    font-size:16px;
    margin: 0 0 15px;
    line-height: 1.4;
    font-weight:400;
    color:#415168;
}
.content-bd-top .col-lg-6 {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.content-bd-top .col-lg-6:first-child{
    border-left: none;
}
.content-bd-top .card-lg-content{
  padding:0 15px;
}

.five-card-slides {
    border-radius: 15px;
    margin: 0 0 30px;
}
.slidenav-top-right .owl-dots {
    margin-bottom: -45px;
    background: none;
    bottom: 7px;
    position: absolute;
    width: 100%;
}
.single-box{
  background:var(--white);
  -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(12, 8, 0, .03), 0 .275rem .75rem -0.0625rem rgba(12, 8, 0, .06) !important;
  box-shadow: 0 .125rem .3rem -0.0625rem rgba(12, 8, 0, .03), 0 .275rem .75rem -0.0625rem rgba(12, 8, 0, .06) !important;
  padding:20px;
  border-radius:10px;
  transition: all 0.3s linear;
}
.single-box.single-sm-box{
  padding:20px 46px;
}
.single-box.single-sm-box:hover{
  background: rgb(0, 99, 147);
  background: linear-gradient(90deg, rgba(0, 99, 147, 1) 0%, rgba(36, 168, 232, 1) 35%);
}
.single-sm-box .icon-box img{
  height:20px;
}
.single-sm-box h5 {
    color: #415168;
    font-size: 16px;
}
.single-sm-box:hover h5{
  color:var(--white);
}
.slider-tp-blue .single-box {
  background: rgb(0, 99, 147);
  background: linear-gradient(90deg, rgba(0, 99, 147, 1) 0%, rgba(36, 168, 232, 1) 35%);
}
.slider-tp-blue .single-box h5 {
    color: var(--white);
}
.slider-tp-blue .single-box.single-sm-box:hover {
  background:var(--white);
}
.slider-tp-blue .single-box:hover h5 {
    color: var(--dark-blue-color);
}
.loan-feature .single-box {
    padding: 40px 30px;
    padding-bottom: 29px;
    border: 1px solid #eef1ff;
    border-radius:10px;
    margin-bottom:30px;
}
 .single-box .icon-box {
    width:45px;
    height:45px;
    background: #F0F0F0;
    border-radius:5px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .single-box h5 {
    margin: 23px 0 9px;
}
 .single-box p{
    margin: 0;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--para-color);
    line-height: 30px;
}
.card-lg-content .section-title {
    margin-bottom: 15px;
}
/********** Slick Slider **********/
.wrapper-slider{
  width:85%;
  margin:0 auto;
}
.vertical-slideinfo {
    background: #2A99CF;
    padding: 30px;
    border-radius: 15px;
    margin:0 auto;
    transform: scale(.85);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
}
/*.wrapper-slider .slick-slide{
  margin:5px 0;
}*/
.wrapper-slider .slick-list{
    padding: 0 !important;
}
.slick-slide.slick-active.slick-center .vertical-slideinfo {
   transform: scale(1); 
}
.vertical-slideinfo h2{
  font-size:24px;
  font-weight:700;
  margin-bottom:15px;
}
.vertical-slideinfo p{
  font-size:14px;
  margin-bottom:15px;
}
.wrapper-slider .slick-dots {
    display: block;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    width: auto;
    bottom: auto;
    top: 50%;
    left: -35px;
    -moz-transform: translate(-50%, -50%); /* Firefox */
    -ms-transform: translate(-50%, -50%);  /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari and Chrome*/
    -o-transform: translate(-50%, -50%); /* Opera */
    transform: translate(-50%, -50%);
}
.wrapper-slider .slick-dots li {
    margin: 0 0.25rem;
    display: block;
    width: 15px;
    height: 30px;
}
.wrapper-slider .slick-dots button {
    display: block;
    width: 6px;
    height: 23px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    text-indent: -9999px;
}
.wrapper-slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 1);
}
/********** End Slick Slider **********/

.section-titlelink{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:15px;
}
.section-title.section-titlelink h4{
  margin-bottom:0;
}
.section-titlelink .more-btn.dark-btn,
.section-titlelink .more-btn.dark-btn i{
  color:var(--primary-color);
}
.section-titlelink .more-btn.dark-btn:hover,
.section-titlelink .more-btn.dark-btn:hover i{
  color:var(--dark-blue-color);
}

.single-article-card {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f1f1f1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius:15px;
    width:100%;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(12, 8, 0, .03), 0 .275rem .75rem -0.0625rem rgba(12, 8, 0, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(12, 8, 0, .03), 0 .275rem .75rem -0.0625rem rgba(12, 8, 0, .06) !important;
}
.single-article-card a {
    text-decoration: none;
}
.single-article-card .card-img {
    position: relative;
    overflow: hidden;
    height: 130px;
}
.single-article-card .card-img img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.single-article-card:hover .card-img img {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
}
.single-article-card .card-info {
    padding: 25px;
    position:relative;
}
.single-article-card .card-info h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:16px;
    font-weight:700;
}
.single-article-card .card-info h3 a{
  color:var(--text-color);
}
.single-article-card .card-info h3 a:hover{
  color: var(--primary-color);
}
.single-article-card .card-info p {
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.single-article-card .more-btn{
  font-size:14px;
}


/*********** Footer Section ****************/
.footer-area {
    position: relative;
    display: block;
    z-index: 1;
}
.footer-top--main{
  padding:30px 0;
  background: #DFDFDF;
  border-top-left-radius:30px;
   border-top-right-radius:30px;
}
.footer-top--main h2{
  color:#415168;
  font-weight:700;
  font-size:18px;
}
.footer-top {
  position: relative;
  display: block;
  padding: 40px 0 10px;
  background: var(--white);
  border-top-left-radius:30px;
  border-top-right-radius:30px;
}
.footer-top .container{
  border-top:1px solid rgba(0, 0, 0, 0.1);
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.footer-top .single-widget {
    margin-bottom: 43px;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -4px;
}
.single-footer-widget .title h3 {
    color: #eae0e4;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 28px;
}
.single-footer-widget--link-box {
    position: relative;
}
.single-footer-widget--link-box-style2 {
    margin-top: 37px;
}
.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.footer-widget-links ul li {
    position: relative;
    display: block;
    margin-bottom:5px;
}
.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}
.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    color: #415168;
    font-size: 14px;
    font-weight: 400;
    transition: all 100ms linear;
    transition-delay: 0.1s;
    font-weight:500;
}
.footer-widget-links ul li a:hover {
    color:var(--primary-color);
    padding-left: 2px;
}
.footer-widget-links ul li a:before {
    content: "\EA6C";
    font-family: "remixicon";
    position: absolute;
    right: 0;
    font-size: 14px;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.footer-widget-links ul li a:hover:before {
    transform: perspective(400px) scaleX(1.0);
}
.footer-widget-location li{
  font-size:14px;
}
.footer-widget-location li span{
  font-weight:600;
}
.footer {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--dark-blue-color);
    z-index: 9;
    padding:15px 0;
}
.single-footer-widget {
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}
.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p {
    color: #b8b4b1;
}
.copyright-text p a {
    color: #ffffff;
    font-weight: 500;
}
.single-footer-widget-right-colum {
    position: relative;
    display: block;
}
.copyright-text p,
.single-footer-widget-right-colum p{
  font-size:14px;
  color:var(--white);
}
.footer-bottom {
    position: relative;
    display: block;
    background:var(--white);
}
.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0px 30px;
}
.footer-menu {
    position: relative;
    display: block;
}
.footer-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.footer-menu ul li {
    position: relative;
    display: block;
    float: left;
    margin-right:20px;
}
.footer-menu ul li:last-child {
    margin-right: 0;
}
.footer-menu ul li a {
    color: #98A2B3;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-menu ul li a:hover {
    color:var(--primary-color);
}
.footer-social-link {
    position: relative;
    display: block;
}
.footer-social-link ul {
    position: relative;
    display: block;
}
.footer-social-link ul li {
    position: relative;
    float: left;
    margin-right:8px;
}
.footer-social-link ul li:last-child {
    margin-right: 0;
}
.footer-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height:35px;
    width:35px;
    background: rgba(255, 255, 255, 0.10);
    border-radius:5px;
    color: #98A2B3;
    font-size: 14px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    border:1px solid #98A2B3;
}
.footer-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background:var(--primary-color);
    border-radius:5px;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
    color:#FFF;
    border-color:var(--primary-color);
}
.footer-social-link ul li:hover a:before {
    opacity: 1.0;
    transform: scale(1.0);
}
.footer-social-link ul li:hover a {
    color: var(--white);
    border-color: var(--primary-color);
}
.single-footer-widget .our-company-info .bottom-text {
    position: relative;
    display: block;
    padding-top: 10px;
}
.single-footer-widget .our-company-info .bottom-text p {
    color: #bcbcbc;
}
/**  End Css  **/
.scroll-top {
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width:50px;
  height:50px;
  border-radius:5px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  cursor: pointer;
  background-color: #98A2B3;
  color: #ffffff;
  float: right;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.scroll-top:hover{
  background: var(--primary-color);
}
/*********** End Footer Section ****************/

.banner_image img {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}
.breadcrumb-bottom {
    position: relative;
    display: block;
}
.breadcrumb-bottom .inner-content {
    display: block;
    padding: 13px 30px 12px;
    overflow: hidden;
    width: 95%;
    margin: -20px auto 0;
    background: var(--white);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 3;
    position: relative;
}
.breadcrumb-bottom ul{
  display: flex;
  align-items:center;
}
.breadcrumb-bottom ul li{
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb-bottom ul li:before{
  content: "/";
  margin:0 10px;
  color:#C4CBD6;
}
.breadcrumb-bottom ul li:first-child:before{
  content: "";
  margin:0;
}
.breadcrumb-bottom ul li:last-child{
    margin-right: 0;
}
.breadcrumb-bottom ul li a{
    color:var(--primary-color);
    text-transform: capitalize;
    transition: all 500ms ease;
}
.breadcrumb-bottom ul li.active{
    color:var(--primary-color);    
}
.breadcrumb-bottom ul li a:hover{
    color:var(--dark-blue-color);     
}
.breadcrumb-bottom ul li i {
    color: var(--primary-color);
    font-size: 16px;
}

.content_block_one h1 {
    font-size:28px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #007BB7;
}
.content_block_one h5{
    font-size:18px;
    margin: 0 0 20px;
    font-weight:600;
    color: var(--text-color);
}
.content_block_one h3 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 700;
    color: var(--text-color);
}
.content_block_one h3 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 700;
    color: var(--text-color);
}
.content_block_one p {
    font-size: 15px;
    margin-bottom: 15px;
}
.content_block_one.style-2{
  width: 85%;
  padding-left:30px;
}
.content_block_one.content-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 35px;
}

.choose-us-item {
  margin-top: 30px;
}
.choose-us-item .choose-us-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.choose-us-item .choose-us-img a {
  display: block;
  position: relative;
}
.choose-us-item .choose-us-img a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgba(14, 14, 14, 0.92) 78%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.choose-us-item .choose-us-img .choose-us-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 30px 15px;
    padding-right: 75px;
    background: #ECEEF2;
    width: 90%;
    border-top-right-radius: 15px;
}
.choose-us-item .choose-us-img .choose-us-content h3 {
  font-size: 22px;
  line-height: 27px;
  color:var(--text-color);
  padding-left: 15px;
  position: relative;
  font-weight:700;
}
.choose-us-item .choose-us-img .choose-us-content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: -14rem;
  padding-left: 15px;
  color:var(--text-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.choose-us-item:hover .choose-us-img .choose-us-content p {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1399px) {
  .choose-us-item .choose-us-img .choose-us-content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .choose-us-item .choose-us-img .choose-us-content {
    padding: 40px 30px;
    padding-right: 25px;
  }
}
.growthblock {
    border: 1px solid #D0D5DD;
    margin: 15px 0;
    padding: 30px;
    border-radius: 10px;
    background: #ECEEF2;
    transition: all 0.3s linear;
    width: 100%;
}
.growthblock:hover{
  background: var(--dark-blue-color);
}
.growthblock p{
  font-size:16px;
  font-weight:500;
  color: var(--text-color);
  min-height:80px;
}
.growthblock:hover p{
  color:var(--white);
}

.values-section{
  position: relative;
}
.values-section .slide{
  position:relative;
  border-radius:10px;
  background-size: cover;
  padding-right:30px;
}
.values-section .slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius:10px;
    background: rgba(0, 101, 168, 0.3);
    background: linear-gradient(272deg, rgba(161, 147, 75, 0.6), rgba(0, 101, 168, 0.3) 65%);
}
.values-section .content {
    position: relative;
    max-width:500px;
    padding: 80px 50px 80px;
    background: rgba(0, 101, 168, 0.3);
    background: linear-gradient(0deg, rgba(161, 147, 75, 0.6), rgba(0, 101, 168, 0.8) 100%);
    z-index: 3;
}
.values-section h2{
  position:relative;
  color:var(--white);
  font-weight:700;
  line-height:1.3em;
  margin-bottom:10px;
  font-size:24px;
}
.values-section  p{
    position: relative;
    color: #FFF;
    font-size: 15px;
    line-height: 1.6em;
    font-weight:500;
    margin-bottom: 30px;
    max-width: 580px;
}
.values-section .content-inner:nth-child(2){
  border-top:1px solid rgba(255,255,255,0.6);
  padding-top:30px;
}
.card-white{
  background:var(--white);
  padding:30px;
  border-radius:15px;
}
.card-white h3{
  color:var(--text-color);
  font-size:22px;
  font-weight:700;
}
.card-white p {
    color: var(--text-color);
    font-size: 15px;
    min-height: 80px;
}

.teams-tabs {
  border:1px solid rgba(0,0,0,0.2);
}
.team-nav.nav-tabs {
    border-bottom:1px solid rgba(0,0,0,0.2);
    text-align: center;
}
.team-nav.nav-tabs .nav-link {
    background: transparent;
    color:var(--text-color);
    padding: 16px 30px !important;
    border-color: #FFF;
    display: block;
    text-align: center;
    border-radius: 0;
    border:none;
    border-bottom:3px solid transparent;
    font-weight:600;
    text-transform: uppercase;
}
.team-nav.nav-tabs .nav-link:hover, 
.team-nav.nav-tabs .nav-item.show .nav-link, 
.team-nav.nav-tabs .nav-link.active {
    color: #00AF04;
    border-color:#00AF04;
}
.team-nav.nav-tabs .nav-item {
    padding: 0 5px;
    display: inline-block;
}
.teams-tabs .tab-content {
    padding: 30px;
}

.team-con .team-box {
    margin-bottom:30px;
    border-radius: 10px;
    position: relative;
    background-color:#ECEEF2;
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 2%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.team-con .team-box figure {
    margin-bottom:0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.team-con .team-box figure img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.team-con .team-box:hover figure img {
    transform: scale(1.1);
}
.team-content{
  padding:25px 15px 15px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.team-con .team-box a h4{
  color:var(--text-color);
  margin-bottom: 8px;
  font-size:18px;
}
.team-con .team-box .team-title {
    display: block;
    margin-bottom: 22px;
    color:var(--dark-blue-color);
    font-size:15px;
    font-weight: 700;
}
.team-con .team-box:hover .team-content{
  background: var(--dark-blue-color);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.team-con .team-box:hover .team-content h4,
.team-con .team-box:hover .team-content .team-title{
  color:#FFF;
}
.modal-team .close {
    position: absolute;
    background: var(--primary-color);
    width: 35px;
    height: 35px;
    color: #FFF;
    font-size: 26px;
    line-height: 35px;
    border-radius: 50%;
    right: -12px;
    top: -12px;
    z-index: 99;
    margin: 0 !important;
    padding: 0 !important;
}
.modal-team .modal-header {
    border-bottom: none !important;
    padding: 0 !important;
}

.cardtitle h2{
    color: var(--text-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom:50px;
    padding-top:20px;
}
.single-box-1 {
    margin: 15px 0;
}
.single-box-1 h3{
  border-bottom:1px solid rgba(0, 0, 0, 0.2);
  padding-bottom:15px;
  margin-bottom:15px;
  font-size:21px;
}
.card-white.card-left-tbl {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 60px;
}
.card-white.card-left-tbl h4{
  color:var(--text-color);
  margin-bottom:30px;
  font-weight:600;
  font-size:20px;
}

.table-grey{
  background:#FAFBFD;
  border:1px solid #B2B8C5;
  border-radius:15px;
  /*border-top-right-radius: 15px;
  border-top-left-radius: 15px;*/
}
.table-grey tr td,
.table-grey tr th{
  background:#ECEEF2;
  border:1px solid #D0D5DD;
  font-size:14px;
  color: var(--text-color);
  padding:13px 15px;
}
.table-grey thead tr th,
.table-grey tfoot tr td{
  background:#DEE4F0;
  color:#415168;
  font-weight:600;
}
.table-grey tfoot tr,
.table-grey tfoot{
  border-bottom-right-radius:15px;
}
.table-grey2 tr td,
.table-grey2 tr th{
  background:#FAFBFD;
  border:1px solid #B2B8C5;
}
.stats{
  -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    border-radius: 15px;
}
.stats li{
    color: var(--text-color);
    font-size:px;
    font-weight: 600;
    margin-bottom: 0;
    padding:20px 30px;
}
.stats li:last-child{
  border-left:1px solid rgba(0, 0, 0, 0.1);
}

/*.table-grey thead tr:first-child th:first-child{
  border-top-left-radius: 10px;
}
.table-grey thead tr:last-child th:first-child{
  border-bottom-left-radius: 10px;
}
.table-grey tfoot tr:first-child td:last-child{
  border-top-right-radius: 10px;
}
.table-grey tfoot tr:last-child td:last-child{
  border-bottom-right-radius: 10px;
}*/
.content-inside h2{
  font-size:28px;
  font-weight:700;
  color:#415168;
  margin-bottom:15px;
}
.content-inside p{
  font-size:15px;
  color:#415168;
}
.list-style1 {
    list-style: none;
    padding-left: 0;
    padding-bottom: 15px;
}
.list-style1 li {
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}
.list-style1 li:before {
    content: "\EA6C";
    font-family: "remixicon";
    font-size: 12px;
    position: absolute;
    top: 5px;
    font-weight: 800;
    left: 0;
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.4);
    width: 17px;
    height: 17px;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
}

.card-lg-content.cta-card .section-title {
    margin-bottom: 0;
    padding: 30px 0;
}
.cta-card .section-title h2 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
}
.cta-card .section-title p {
    margin: 10px 0 30px;
    font-size: 15px;
}
.cardblock-inner{
  padding:30px;
  border-radius: 10px;
}
.borderd-card{
  border:1px solid rgba(0, 0, 0, 0.5);
}
/*** Blue Light Bg **/
.bg-blue1{
  background:#BBD7E7;
}
.bg-blue1 .cardicon-btm{
    background: #bbd7e7;
}
.bg-blue1 .cardicon-btm-inner {
    background: #FFF;
}
.bg-blue1 .cardicon-btm.cardicon-btm-left:before, 
.bg-blue1 .cardicon-btm.cardicon-btm-left:after, 
.bg-blue1 .cardicon-btm.cardicon-btm-right:before, 
.bg-blue1 .cardicon-btm.cardicon-btm-right:after {
    box-shadow: 0.313rem 0.313rem 0 0.313rem #bbd7e7;
}
.bg-blue1 .cardicon-btm.cardicon-btm-left:before, 
.bg-blue1 .cardicon-btm.cardicon-btm-left:after, 
.bg-blue1 .cardicon-btm.cardicon-btm-right:before, 
.bg-blue1 .cardicon-btm.cardicon-btm-right:after {
    box-shadow: 0.313rem 0.313rem 0 0.313rem #bbd7e7;
}
.bg-blue1 .cardicon-btm-inner:hover svg {
    color:#bbd7e7;
}
/*** Blue Bg **/
.bg-blue,
.bg-blue .list-style1 li:before{
  color:#FFF;
}
.bg-blue .list-style1 li:before{
  border-color:#FFF;
}
.bg-blue .cardicon-btm{
    background: #158AC4;
}
.bg-blue .cardicon-btm-inner {
    background: #FFF;
}
.bg-blue .cardicon-btm.cardicon-btm-left:before, 
.bg-blue .cardicon-btm.cardicon-btm-left:after, 
.bg-blue .cardicon-btm.cardicon-btm-right:before, 
.bg-blue .cardicon-btm.cardicon-btm-right:after {
    box-shadow: 0.313rem 0.313rem 0 0.313rem #158AC4;
}
.bg-blue .cardicon-btm.cardicon-btm-left:before, 
.bg-blue .cardicon-btm.cardicon-btm-left:after, 
.bg-blue .cardicon-btm.cardicon-btm-right:before, 
.bg-blue .cardicon-btm.cardicon-btm-right:after {
    box-shadow: 0.313rem 0.313rem 0 0.313rem #158AC4;
}
.bg-blue1 .cardicon-btm-inner:hover svg {
    color:#158AC4;
}
/*** Grey One Bg **/
.bg-grey1{
  background:#98A2B3;
}
.bg-grey1 .cardicon-btm{
    background: #98A2B3;
}
.bg-grey1 .cardicon-btm-inner {
    background: #B3BFD3;
    color:#FFF;
}
.bg-grey1 .cardicon-btm.cardicon-btm-left:before, 
.bg-grey1 .cardicon-btm.cardicon-btm-left:after, 
.bg-grey1 .cardicon-btm.cardicon-btm-right:before, 
.bg-grey1 .cardicon-btm.cardicon-btm-right:after {
    box-shadow: 0.313rem 0.313rem 0 0.313rem #98A2B3;
}
.bg-grey1 .cardicon-btm.cardicon-btm-left:before, 
.bg-grey1 .cardicon-btm.cardicon-btm-left:after, 
.bg-grey1 .cardicon-btm.cardicon-btm-right:before, 
.bg-grey1 .cardicon-btm.cardicon-btm-right:after {
    box-shadow: 0.313rem 0.313rem 0 0.313rem #98A2B3;
}
.bg-grey1 .cardicon-btm-inner:hover svg {
    color:#98A2B3;
}
.bg-grey1 .cardicon-btm-inner svg {
    color: var(--white);
}
.bg-grey1 .content-inside {
    color:var(--white);
}
.bg-grey1 .list-style1 li:before {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
/*** Grey Bg **/
.bg-grey .cardicon-btm{
    background: #F0F0F0;
}
.bg-grey .cardicon-btm-inner {
    background: #FFF;
    color:#415168;
}
.bg-grey .cardicon-btm.cardicon-btm-left:before, 
.bg-grey .cardicon-btm.cardicon-btm-left:after, 
.bg-grey .cardicon-btm.cardicon-btm-right:before, 
.bg-grey .cardicon-btm.cardicon-btm-right:after {
    box-shadow: 0.313rem 0.313rem 0 0.313rem #F0F0F0;
}
.bg-grey .cardicon-btm.cardicon-btm-left:before, 
.bg-grey .cardicon-btm.cardicon-btm-left:after, 
.bg-grey .cardicon-btm.cardicon-btm-right:before, 
.bg-grey .cardicon-btm.cardicon-btm-right:after {
    box-shadow: 0.313rem 0.313rem 0 0.313rem #F0F0F0;
}
.bg-grey .cardicon-btm-inner:hover svg {
    color:#F0F0F0;
}
.bg-grey .cardicon-btm-inner svg {
    color:#415168;
}
.bg-grey .content-inside {
    color:#415168;
}
.bg-grey .list-style1 li:before {
    color:#415168;
    border: 1px solid #415168;
}

.card-0-padding{
  padding:0;
}
.card-0-padding .card-lg-image img {
    border-radius: 15px;
    border-top-right-radius:0;
    border-bottom-right-radius: 0;
}
.card-notify{
  margin:15px 0;
}
.card-notify .alert.alert-dark {
    background: #ECEEF2;
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
    color: var(--text-color);
}
.card-img-left .card-lg-image img {
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

.feedback-box{
  position:relative;
}
.feedback-box .box-inner .feedback-content{
  position:relative;
  display:flex;
}
.feedback-box .box-inner .feedback-content .author-image{
  width:30%;
}
.feedback-box .box-inner .feedback-content .author-image img{
  border-radius:10px;
}
.teaminfo{
  width:70%;
  padding:15px;
}
.feedback-box .box-inner .author-name{
  position:relative;
  font-weight:600;
  color:#0c0d24;
  font-size:24px;
  line-height:1.3em;
}
.feedback-box .box-inner .author-name h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.feedback-box .box-inner .author-name span{
  position:relative;
  display:block;
  opacity:0.80;
  font-size:14px;
  font-weight:400;
  color:var(--dark-blue-color);
}
.feedback-box .box-inner .text{
  margin-top:15px;
  padding-right:50px;
}
.feedback-box .box-inner .text p{
  color:#0c0d24;
  font-size:14px;
  margin-bottom:10px;
  line-height:1.6em;
}
.table-responsive h3{
  text-align: center;
  font-size:18px;
  font-weight:600;
  margin:0 0 30px;
  color:#415168;
}
.table-price.table-grey thead tr th{
    color:#007BB7;
    font-weight:600;
}
.table-price.table-grey tr td, .table-price.table-grey tr th {
    padding: 15px;
}

/*.topmenu .navbar{
  padding:0;
}*/
.tab-nav {
    display: block;
    text-align: center;
    border: none;
}
.tab-nav li {
    display: inline-block;
    position: relative;
}
.tab-nav a {
    background: transparent;
    color: #69788F;
    padding: 16px 15px;
    display: block;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}
.tab-nav a:hover, 
.tab-nav li.active a, 
.tab-nav a.active {
    color: var(--primary-color);
    background-color: transparent;
    border-color:var(--primary-color);
}
.card-elements-blk{
  background:#EDEDED;
  padding:20px;
  border-radius:10px;
  display: flex;
  align-items: center;
}
.card-blk-icon {
    background: #FFF;
    padding:0 10px;
    font-size: 35px;
    color: var(--primary-color);
    border-radius: 5px;
}
.card-blk-text {
    background-color: #fff;
    padding:14px 15px;
    margin: 0 10px;
    border-radius: 5px;
    width: 70%;
    text-align: center;
    font-weight:600;
    font-size:16px;
}
.card-elements-blk a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight:500;
  line-height: 1.1em;
  text-transform: capitalize;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  padding:18px 30px;
  border: none;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1;
  width: 25%;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
.card-elements-blk a:hover{
  background-color: transparent;
  color: var(--white);
}
.card-elements-blk a::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius:5px;
  background: var(--dark-blue-color);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.card-elements-blk a:hover:after{
  width: 100%;
  left: 0;
  right: auto;
}
.content-inside ul li ul{
  margin-top:15px;
}
.color-primary{
  color: var(--primary-color) !important;
}
.table-responsive h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
}
.table-note p{
  color:#007BB7;
  font-weight:700;
  font-size:16px;
  margin:0;
  padding:15px 0;
}
.tab-pane .cardblock-inner {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 25px 20px -20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-pane .cardblock-inner + .cardblock-inner {
  margin-top:30px;
}
.content_block_one h2 {
    font-size: 24px;
    font-weight: 700;
}
.content_block_one.title-lg h2 {
    font-size:32px;
    font-weight:500;
}
.content_block_one h2 span{
    font-size:18px;
    font-style: italic;
}
.table-responsive.text-left h3 {
    text-align: left;
}
.border-light{
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.search-mobile{
  display:none;
}
.logoinside {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.logoinside img{
  height:70px;
}
.logoinside h2{
  margin-bottom:0;
  margin-left:15px;
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none;
}
.accordion-style .card {
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
}
.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
}
.accordion-style .btn-link {
    background: #fff;
    color: var(--dark-blue-color);
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 15px 35px 15px 15px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}
.accordion-style .btn-link.collapsed{
  color:#575a7b;
  font-weight:500;
}
.accordion-style .btn-link:after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 20px;
    position: absolute;
    color: #25cdc7;
}
.accordion-style .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 20px;
    color: #25cdc7;
}
.accordion-style .card-body {
    padding: 0px 40px 30px 20px;
}
.faqinfo p{
  font-size:15px;
}
.faqinfo ol li,
.faqinfo ul li{
  font-size:15px;
}

/*-------------------------
  Dialer App Style
---------------------------*/
.stor-section {
}
.stor-sectioninner{
  padding:30px;
  background: #f1f1f1; 
  border-radius:10px;
}
.stor-section .stor-text {
  margin-bottom: 18px;
  text-align: center;
  font-size: 22px;
  line-height: 33px; 
}
.stor-section img {
  padding: 0 5px; 
}

@media (min-width: 768px) {
.stor-section {
  padding: 48px 0 50px; 
}
.stor-section .stor-text {
  margin: 0;
  text-align: left;
  font-size:22px;
  line-height: 40px; 
} 
}
@media (min-width: 1400px) {
.stor-section {
  padding:33px 0; 
}
.stor-section .stor-text {
  font-size:24px; 
} 
}


/*.modal-open {
  overflow: hidden; 
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; 
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; 
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; 
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%); 
}
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
  transition: none; 
} 
}
.modal.show .modal-dialog {
  transform: translate(0, 0); 
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); 
}*/
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; 
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; 
}
.modal-backdrop.fade {
  opacity: 0; 
}
.modal-backdrop.show {
  opacity: 0.5; 
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; 
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; 
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; 
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; 
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; 
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem; 
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem; 
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; 
}
/*@media (min-width: 576px) {
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto; 
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2)); 
}
.modal-sm {
  max-width: 300px; 
} 
}
@media (min-width: 992px) {
.modal-lg {
  max-width: 800px; 
} 
}*/

.modalsection-title {
  font-size: 18px;
  font-weight: 700;
  color: #343a40;
/*  text-transform: uppercase;*/
  margin-top:15px;
  margin-bottom:5px;
  display: block;
}
.form-layout .form-group {
  margin-bottom: 1rem; 
}
.modal-form p{
  font-size:14px;
}
.form-layout label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.form-layout .form-control{
  display: block;
  width: 100%;
  padding: 0.594rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}
@media screen and (prefers-reduced-motion: reduce) {
.form-layout .form-control{
  transition: none; 
} 
}
.form-layout .form-control::-ms-expand{
  background-color: transparent;
  border: 0; 
}
.form-layout .form-control:focus{
  color: #495057;
  background-color: #fff;
  border-color: #8ec2f3;
  outline: 0;
  box-shadow: none; 
}
.form-layout .form-control::placeholder{
  color: #6c757d;
  opacity: 1; 
}
.form-layout .form-control:disabled, .form-layout .form-control[readonly]{
  background-color: #e9ecef;
  opacity: 1; 
}
.form-layout select.form-control:not([size]):not([multiple]) {
  height: calc(2.5005rem + 2px); 
}
.form-layout select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; 
}
.form-layout .form-control-file,
.form-layout .form-control-range {
  display: block;
  width: 100%; 
}
.form-layout .form-control{
  border-radius: 0; 
}

.form-layout-footer .btn{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding:14px 30px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}
@media screen and (prefers-reduced-motion: reduce){
.form-layout-footer .btn{
transition: none; 
} 
}
.form-layout-footer .btn:hover, .form-layout-footer .btn:focus{
  text-decoration: none; 
}
.form-layout-footer .btn:focus, 
.form-layout-footer .btn.focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 231, 0.25); 
}
.form-layout-footer .btn.disabled, 
.form-layout-footer .btn:disabled{
  opacity: 0.65; 
}
.btn:not(:disabled):not(.disabled){
  cursor: pointer; 
}
.form-layout-footer .btn:not(:disabled):not(.disabled):active,
.form-layout-footer .btn:not(:disabled):not(.disabled).active{
  background-image: none; 
}
.form-layout-footer .btn-primary{
  color:#FFF;
  background-color:#007BB7;
  border-color:#007BB7;
}
.form-layout-footer .btn-primary:hover,
.form-layout-footer .btn-primary:focus{
  color:#FFF;
  background-color:rgba(36, 168, 232, 1);
  border-color:rgba(36, 168, 232, 1);
}
.form-layout-footer .btn-secondary {
  color: #fff;
  background-color:rgba(36, 168, 232, 1);
  border-color:rgba(36, 168, 232, 1); 
}
.form-layout-footer .btn-secondary:hover {
  color: #fff;
  background-color: #007BB7;
  border-color: #007BB7; 
}
.form-layout-footer .btn-secondary:focus, 
.form-layout-footer .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); 
}
.form-layout-footer .btn-secondary.disabled, 
.form-layout-footer .btn-secondary:disabled {
  color: #fff;
  background-color:rgba(36, 168, 232, 1);
  border-color:rgba(36, 168, 232, 1); 
}
.form-layout-footer .btn-secondary:not(:disabled):not(.disabled):active, 
.form-layout-footer .btn-secondary:not(:disabled):not(.disabled).active,
.form-layout-footer .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; 
}
.form-layout-footer .btn-secondary:not(:disabled):not(.disabled):active:focus, 
.form-layout-footer .btn-secondary:not(:disabled):not(.disabled).active:focus,
.form-layout-footer .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); 
}

.widget-side ul li a {
  display: block;
  width: 100%;
  border-radius:5px;
  color:var(--dark-blue-color);
  font-size: 14px;
  font-style: normal;
  font-weight:400;
  position: relative;
  padding:8px 10px;
  margin-top:10px;
  text-align: left;
  background:var(--white);
  border:1px solid var(--dark-blue-color);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.widget-side ul li.active a,
.widget-side ul li a:hover {
  background:var(--dark-blue-color);
  color: var(--white);
}
h3.widget-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom:15px;
    color:#415168;
}
.contentinner h2{
  font-size:28px;
  margin-bottom:15px;
}
.contentinner h3{
  font-size:22px;
  margin-bottom:15px;
  color:#415168;
}
.contentinner h4{
  font-size:20px;
  margin-bottom:15px;
  color: var(--primary-color);
}
.contentinner h5{
  font-size:18px;
  margin-bottom:15px;
}
.contentinner p{
  margin-bottom:15px;
  font-size:15px;
}
.contentinner ol,
.contentinner ul{
  margin-bottom:15px;
  padding-left:15px;
}
.contentinner ul li{
  font-size:14px;
  list-style:disc;
  margin-bottom:4px;
}

.point-table-widget {
  border-radius: 5px;
  width: 100%;
  float: left;
/*  border: 1px solid #e1e1e1;*/
  overflow: hidden;
}
.point-table-widget table {
  width: 100%;
  overflow: hidden;
  border-radius:
  border:none;
}
.point-table-widget table thead {
    background: #FFF;
    border-bottom: 1px solid #e1e1e1;
}
.point-table-widget table thead tr th {
  line-height: 46px;
  padding: 0 10px;
  color:#415168;
  text-transform: uppercase;
  font-size: 14px;
}
.point-table-widget table tbody tr:last-child {
  border: 0px;
}
.point-table-widget table tbody tr {
/*  border-bottom: 1px solid #e1e1e1;*/
  background: #fafafa;
}
.point-table-widget table tbody tr td {
    padding: 10px;
    font-size: 13px;
    color: #4C4C4C;
}
.point-table-widget table tbody tr td img {
    margin-right: 5px;
    height: 25px;
}
.point-table-widget table tbody tr:nth-child(even) {
  background-color: #FFF;
}
.point-table-widget table tbody tr:hover {
  background-color:var(--primary-color);
}
.point-table-widget table tbody tr:hover td{
  color: var(--white);
}

.download-widget-wrap ul{
  padding:0;
  margin:0;
}
.download-widget-wrap ul li{
  list-style: none;
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: var(--white);
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 15px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    --tilt: 40px;
    text-transform: uppercase;
}
.th-btn:hover{
  color:#FFF;
}
.download-widget-wrap .th-btn {
    width: 100%;
    text-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
.download-widget-wrap .th-btn:first-child {
    margin-bottom: 10px;
}
.th-btn:before, .th-btn:after {
    content: "";
    z-index: -1;
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(-100% - 40px);
    background:var(--dark-blue-color);
    color:var(--white);
    -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.th-btn:before {
    left: calc(-100% - 40px);
}
.th-btn:hover:before, 
.th-btn.active:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.th-btn:before, .th-btn:after {
    content: "";
    z-index: -1;
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(-100% - 40px);
    background:var(--dark-blue-color);
    color:var(--white);
    -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.th-btn:after {
    left: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.th-btn:hover:after, .th-btn.active:after {
    -webkit-transform: rotate(180deg) translateX(100%);
    -ms-transform: rotate(180deg) translateX(100%);
    transform: rotate(180deg) translateX(100%);
}
.download-widget-wrap .icon-wrap2{
    margin-left: auto;
    border-left: 1px solid rgba(18, 18, 18, 0.3);
    padding-left: 30px;
}
.download-widget-wrap .icon-wrap2:hover{
    border-color: rgba(255, 255, 255, 0.3);
}
.download-widget-wrap .icon-wrap1 {
    margin-right: 15px;
    border-right: 1px solid rgba(18, 18, 18, 0.3);
    padding-right: 15px;
}
.download-widget-wrap .icon-wrap1:hover{
    border-color: rgba(255, 255, 255, 0.3);
}
.accordiondownload.accordion-style .btn-link{
  text-transform: uppercase;
}
.tabsmenu{
  border-bottom:none;
}
.tabsmenu li {
  margin:10px 0;
}
.tabsmenu li button{
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--dark-blue-color) !important;
  border: rgb(237, 237, 237);
  background: #fff;
  color: #696969;
  padding:10px 15px;
  min-width: 100%;
  border-radius: 5px !important;
  text-align: left;
  text-transform:capitalize;
}
.tabsmenu.nav-tabs .nav-link.active,
.tabsmenu li button:hover,
.tabsmenu li button.active {
  color:var(--white);
  border-color:var(--dark-blue-color) !important;
  background:var(--dark-blue-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tabsmenu li button {
  padding: 21px 10px 19px;
}
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.tabsmenu li button {
  padding: 12px 13px 12px;
  min-width: 150px;
  margin-bottom: 10px;
}
}
.tab-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
.faqinfo h3 {
    font-size: 22px;
}
.faqinfo ul{
  padding-left:20px;
  margin-bottom:20px;
}
.faqinfo ul li {
    list-style: disc;
}
.faqinfo p{
  margin-bottom:15px;
}
.single-job-item{
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
  padding-bottom:30px;
  margin-bottom:15px;
  margin-top:15px;
}
.single-job-item .content{
  align-items: center;
}
.single-job-item .text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #415168;
}
.single-job-item .text h3 a{
    color: #415168;
    position: relative;
}
.single-job-item .text h3 a:hover{
    color:var(--primary-color);
}
.single-job-item .text h3 a:after{
    content: "";
    height: 1px;
    width: 0;
    bottom:-3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: var(--primary-color);
}
.single-job-item .text h3 a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.single-job-item .text p{
  font-size:15px;
  color:var(--text-color);
}
.action-box{
  padding:0 15px;
}
.action-box a {
    background: var(--dark-blue-color);
    color: #FFF;
    min-width:200px;
    border-radius:5px;
    padding:8px 30px;
}
.action-box a:hover{
    background:var(--primary-color);
    color: #FFF;
}
.career-date{
  margin-top:10px;
}
.career-date li{
  color:#C1C6C8;
  font-size:13px;
  float: left;
  margin-right: 15px;
  color:var(--text-color);
}
.career-date li span{
  font-weight:600;
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 30px;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1b84e7;
  background-color: #fff;
  border: 1px solid #dee2e6; 
}
.page-link:hover {
  z-index: 2;
  color: #115da4;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; 
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 231, 0.25); 
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; 
}
.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1b84e7;
  border-color: #1b84e7; 
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; 
}
.pagination .page-item + .page-item {
  padding-left: 5px;
  margin: 0; 
}
.pagination .page-item .page-link {
    color: #495057;
    padding:10px 0;
    width: 38px;
    text-align: center;
    border-radius: 0;
    border-color: #ced4da;
    display: inline-block;
}
.pagination .page-item .page-link:hover, 
.pagination .page-item .page-link:focus {
  background-color:var(--primary-color);
  color:var(--white);
}
.pagination .active .page-link, 
.pagination .active .page-link:hover, 
.pagination .active .page-link:focus {
  color: #fff;
  background-color:var(--primary-color);
  border-color: transparent; 
}
.careersinfo ul,
.careersinfo ol{
  padding-left:30px;
  margin-bottom:15px;
}
.careersinfo ol li{
  list-style: decimal;
  font-size:15px;
}
.careersinfo ul li{
  list-style: disc;
  font-size:15px;
}

/* -------------------------------- 
Modules - reusable parts of our design
-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: "";
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width:2px;
  background:rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1170px) {
#cd-timeline {
  margin-top: 3em;
  margin-bottom: 3em;
}
#cd-timeline::before {
  left: 50%;
  margin-left: -2px;
}
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
  margin: 4em 0;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e5e5e5;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
  width:15px;
  height:15px;
  left: 50%;
  margin-left: -8px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: var(--dark-blue-color);
    border-radius: 0.25em;
    padding: 1em;
    color: #FFF;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #FFF;
  font-weight:600;
}
.cd-timeline-content h3{
  color: #FFF;
  font-weight:600;
  font-size:17px;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  font-size:15px;
}
.cd-timeline-content ul{
  padding:0 15px;
}
.cd-timeline-content ul li{
  font-size:14px;
  list-style:disc;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: 0.8em 0;
    color: var(--text-color);
    font-weight:700;
    font-size:21px;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-timeline-content p {
  font-size: 14px;
}

}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
  margin-left: 0;
  padding:15px;
  width: 45%;
}
.cd-timeline-content::before {
  top: 24px;
  left: 100%;
  border-color: transparent;
  border-left-color: #ffffff;
}
.cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 118%;
    top: -25px;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  top: 24px;
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #ffffff;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 118%;
  text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}
}

@media only screen and (min-width: 1170px) {
/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  -moz-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
  opacity: 0;
  -webkit-transform: translateX(-100px);
}
60% {
  opacity: 1;
  -webkit-transform: translateX(20px);
}
100% {
  -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
0% {
  opacity: 0;
  -moz-transform: translateX(-100px);
}
60% {
  opacity: 1;
  -moz-transform: translateX(20px);
}
100% {
  -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
0% {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
60% {
  opacity: 1;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
100% {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
  opacity: 0;
  -webkit-transform: translateX(100px);
}
60% {
  opacity: 1;
  -webkit-transform: translateX(-20px);
}
100% {
  -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
0% {
  opacity: 0;
  -moz-transform: translateX(100px);
}
60% {
  opacity: 1;
  -moz-transform: translateX(-20px);
}
100% {
  -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
0% {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
60% {
  opacity: 1;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
100% {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
}
.timelinepic{
  margin-bottom:15px;
}
.timelinepic img {
    border-radius: 4px;
    width: 100%;
}
.header-search-bar {
  min-height: 270px;
  position: fixed;
  top:-200%;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom:4px solid var(--primary-color);
  background: var(--white);
  transition: 0.3s;
  display:none;
}
.header-search-bar.search-open {
  display:flex;
  top:0;
}
.contact-search-form-box {
  margin-top: 50px;
}
.contact-search-form-box form {
  position: relative;
}
.contact-search-form-box form button {
    position: absolute;
    right: 30px;
    top:10px;
    font-size: 18px;
    background: none;
}
.search-close {
    position: absolute;
    right: 50px;
    top: 35px;
    font-size: 50px;
    color: var(--dark-blue-color);
    font-weight: 300;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: none;
}
.search-bar .contact-search-form-box input {
  border: none;
  width: 100%;
  outline: none;
  color: var(--dark-blue-color);
  border-bottom: 1px solid #dcdcdc;
  font-size: 24px;
  padding-bottom:20px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .search-bar .contact-search-form-box input {
    font-size: 22px;
  }
}
.search-bar .contact-search-form-box input::placeholder {
  color: var(--dark-blue-color);
}
.search-bar .contact-search-form-box i {
  color: var(--primary-color);
}
.search-bar .contact-search-form-box p {
  color: #666C78;
  padding-top: 15px;
}
.search-bar .search-bar-title {
  font-size: 25px;
}
.searchcontent{
  margin:30px 0;
}
.searchcontent h3{
  font-size:20px;
  font-weight: 700;
}
.searchcontent ul li {
    display: inline-block;
    margin: 10px 5px;
}
.searchcontent ul li a {
    background: var(--primary-color);
    padding: 9px 15px;
    border-radius: 4px;
    color: var(--white);
    font-size: 14px;
}
.searchcontent ul li a:hover{
    background: var(--dark-blue-color);
}
.searchlist_blk {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin: 30px 0;
}
.searchlist_blk h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}
.searchlist_blk h2 a{
  color:var(--dark-blue-color);
}
.searchlist_blk a.link-search{
  color:var(--primary-color);
  font-size:14px;
  position: relative;
}
.searchlist_blk a.link-search:hover{
  color:var(--dark-blue-color);
}
.searchlist_blk a.link-search:after{
    content: "";
    height: 1px;
    width: 0;
    bottom:-3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: var(--dark-blue-color);
}
.searchlist_blk a.link-search:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.searchlist_blk p{
  margin-top:15px;
  font-size:15px;
  color:var(--text-color);
}
.u-pagination-v1__item{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: rgb(153, 153, 153);
    border: 1px solid rgb(204, 204, 204);
    transition: 0.3s;
    padding:3px 10px;
    border-radius: 3px;
}
.u-pagination-v1-5--active, 
.u-pagination-v1__item:hover, 
.u-pagination-v1__item:focus{
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    border-color: var(--primary-color);
}

.contact-info-1 {
    position: relative;
    display: block;
    border: 1px solid #f2ece7;
    padding: 50px 40px 43px;
    background: #fff;
    z-index: 2;
    width:100%;
    border-radius:10px;
}
.contact-info-1 h2{
  font-size:18px;
  margin-bottom:30px;
  color:var(--dark-blue-color);
  font-weight:700;
}
.contact-info-1 ul li {
    position: relative;
    margin:10px 0;
    align-items: center;
    display: flex;
}
.contact-info-1 ul li .icon {
    position: relative;
    margin-right:10px;
    width: 45px;
    height: 45px;
    background-color: var(--dark-blue-color);
    border: 1px solid var(--dark-blue-color);
    border-radius: 10px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: #FFF;
}
.contact-info-1 ul li .text {
    position: relative;
    display: block;
}
.contact-info-1 ul li .text p {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 7px;
}
.contact-info-1 ul li .text h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight:600;
    margin-bottom: 0;
    color: var(--text-color);
}

.top-contactinfo li {
    position: relative;
    padding-left:70px;
    margin:15px 0;
    align-items: center;
    display: flex;
}
.top-contactinfo li .icon {
    position: absolute;
    top:-3px;
    left:0;
    width:55px;
    height:55px;
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 10px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color:var(--primary-color);
}
.top-contactinfo li .text {
    position: relative;
    display: block;
}
.top-contactinfo li .text p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 7px;
    font-weight:600;
    color: var(--text-color);
}
.top-contactinfo li .text h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight:600;
    margin-bottom: 0;
    color: var(--text-color);
}

.maparea iframe{
  width:100%;
  height:600px;
}

.call-sideblock{
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
  padding:20px 0;
}
.call-sideblock h3{
  color:var(--text-color);
  font-size:18px;
  font-weight:700;
  margin-bottom:5px;
}
.call-sideblock p{
  color:var(--text-color);
  font-size:14px;
  margin-bottom:15px;
  font-weight:600;
}
.call-side {
    position: relative;
    padding: 0 0 0 51px;
    margin-top: 10px;
}
.call-side__icon {
    width: 40px;
    height: 40px;
    background-color: #EDEDED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-blue-color);
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.call-side__icon i {
  display: inline-block;
  transition: all 600ms ease;
}
.call-side:hover .call-side__icon i {
  transform: scaleX(-1);
}
.call-side__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
}
.call-side__text {
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
    background:#EDEDED;
    transition: all 500ms ease;
    padding:11px 15px;
    border-radius: 4px;
    color:var(--dark-blue-color);
    font-size: 14px;
}
.call-side__text:hover {
  background:var(--dark-blue-color);
  color: var(--white);
  background-size: 100% 1px;
}
a.call-side__text svg {
    height: 18px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer{
  overflow: hidden;
  position: relative;
}
.jspPane{
  position: absolute;
}
.jspVerticalBar{
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width:6px;
}
.jspHorizontalBar{
  background: red;
  bottom: 0;
  height:6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspCap{
  display: none;
}
.jspHorizontalBar .jspCap{
  float: left;
}
.jspTrack{
  background:var(--dark-blue-color);
  position: relative;
}
.jspDrag{
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
  float: left;
  height: 100%;
}
.jspArrow{
  background:var(--primary-color);
  cursor: pointer;
        direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}
.jspDisabled{
  background: #80808d;
  cursor: default;
}
.jspVerticalBar .jspArrow{
  height:6px;
}
.jspHorizontalBar .jspArrow{
  float: left;
  height: 100%;
  width:6px;
}
.jspVerticalBar .jspArrow:focus{
        border: 1px solid red;
  outline: none;
}
.jspCorner{
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
  margin: 0 -3px 0 0;
}
.scroll-pane {
    width: 100%;
    height:540px;
    overflow: auto;
}
.contactinfo h3 {
    font-size: 24px;
    font-weight:600;
}
.contactinfo ul{
  border-top:1px solid rgba(0, 0, 0,0.2); 
  border-bottom:1px solid rgba(0, 0, 0,0.2);
  padding:15px 0;
  margin:10px 0;
}
.contactinfo ul li{
  margin:3px 0;
}
.contactinfo h4{
    font-size:16px;
    font-weight:600;
    color:var(--text-color);
}

.search-inner{
  margin-bottom:15px;
}
.search-inner .form-group{
  position: relative;
}
.search-inner .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    height:50px;
    font-size: 15px;
    color: rgb(103, 103, 103);
    background: rgb(255, 255, 255);
    border:1px solid var(--dark-blue-color);
    border-image: initial;
    border-radius:4px;
    padding: 10px 60px 10px 30px;
    transition: 500ms;
    font-style:italic;
}
.search-inner .form-group button[type="submit"]{
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 16px;
    color: var(--white);
    transition: 500ms;
    background: var(--dark-blue-color);
    padding: 0 15px;
    height: 48px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search-inner .form-group button[type="submit"]:hover{
    background: var(--primary-color);
}
.cardblock-inner.blogblock-lg{
    padding: 0;
}
.blogblock-lg .single-article-card{
  margin:15px 0;
}
.blogblock-lg .single-article-card .card-info {
    padding: 20px;
    position:relative;
}
.single-article-card .post-date {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -27px;
    right: 0;
    z-index: 1;
    padding: 5px 10px;
    background: var(--dark-blue-color);
    border-top-left-radius: 10px;
}
.single-article-card .post-date h4 {
    font-size:14px;
    color: #fff;
    margin:0;
}


/** blog-details-content **/

.blog-details-content{
  position: relative;
}
.blog-details-content .lower-content {
    position: relative;
}
.blog-details-content .news-block .inner-box{
  padding: 0px;
}
.blog-details-content .news-block .inner-box:before{
  display: none;
}
.blog-details-content .news-block .inner-box .image-box img{
  transform: scale(1) !important;
}
.blog-details-content .list-item li{
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 8px;
}
.blog-details-content .list-item li:last-child{
  margin-bottom: 0px;
}
.blog-details-content .list-item li:before{
  position: absolute;
  content: '';
  background: var(--primary-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}
.blog-details-content blockquote{
  position: relative;
  display: block;
  margin: 0px 0px 50px 0px;
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
}
.blog-details-content blockquote .icon-box{
  position: absolute;
  right: 50px;
  bottom: 0px;
  opacity: 0.1;
}
.blog-details-content blockquote h5{
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom:10px;
}
.blog-details-content blockquote .author-inner{
  position: relative;
  display: block;
  padding: 9px 0px 9px 10px;
}
.blog-details-content .news-block .inner-box .lower-content  blockquote .author-inner  h3{
  display: block;
  font-size:16px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight:700;
}
.blog-details-content blockquote .author-inner span{
  position: relative;
  display: block;
  line-height: 22px;
  font-size:16px;
}
.blog-details-content h2 {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-details-content ul,
.blog-details-content ol,
.blog-details-content p{
  margin-bottom: 25px;
  font-size:15px;
}
.blog-details-content p:last-child{
  margin-bottom: 0px;
}
.blog-details-content .image-box .image{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.blog-details-content .image-box .image img{
  width: 100%;
}
.blog-details-content .post-tag-option .tags-list{
  margin:30px 0 15px;
}
.blog-details-content .post-tag-option .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.blog-details-content .post-tag-option .tags-list li:last-child{
  margin: 0px !important;
}
.blog-details-content .post-tag-option .tags-list li span{
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
  color: var(--text-color);
}
.blog-details-content .post-tag-option .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color);
  background: rgba(247, 247, 247, 1);
  border-radius: 5px;
  padding: 5px 18px;
}
.blog-details-content .post-tag-option .tags-list li a:hover{
  color: #fff;
  background: var(--primary-color);
}
.rtl .blog-details-content .list-item li{
  padding-left: 0px;
  padding-right: 20px;
}
.rtl .blog-details-content .list-item li:before{
  left: inherit;
  right: 0px;
}
.rtl .blog-details-content blockquote .author-inner{
  padding-left: 0px;
  padding-right: 85px;
}
.rtl .blog-details-content .post-tag-option .tags-list li{
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}
.rtl .blog-details-content .author-box{
  padding-left: 70px;
  padding-right: 190px;
}
.rtl .blog-details-content .author-box .author-thumb{
  left: inherit;
  right: 40px;
}

/** responsive-css **/
@media only screen and (max-width: 767px){
  .blog-details-content .post-tag-option .tags-list li{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 499px){
  .blog-details-content blockquote{
    padding-left: 30px;
    padding-right: 30px;
  }
}

.post-info{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom:30px;
}
.post-info li{
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--text-color);
  padding-left: 25px;
  margin-right:37px;
  font-weight: 600;
}
.post-info li:before{
  position: absolute;
  content: '';
  background: rgba(217, 217, 217, 1);
  width: 1px;
  height: 25px;
  top: 0px;
  right: -29px;
}
.post-info li:last-child:before{
  display: none;
}
.post-info li:last-child{
  margin: 0px !important;
}
.post-info li i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 16px;
  color: var(--primary-color);
}
.post-info li a{
  display: inline-block;
  color: rgba(110, 110, 110, 1);
}
.post-info li a:hover{
  color: var(--primary-color);
}
.post-info li svg{
    color: var(--primary-color);
    font-size: 20px;
    height: 17px;
    margin-right: 5px;
}
.insidebanner{
  padding:15px 0;
}
.insidebanner .owl-nav button {
    background-color: transparent !important;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #FFF;
    position: absolute;
    font-size: 21px !important;
    color:var(--white);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.insidebanner .owl-nav .owl-prev {
    left:20px;
}
.insidebanner .owl-nav .owl-next {
    right:20px;
}
.insidebanner .owl-nav i{
  color:var(--white);
}
.insidebanner .owl-nav button:hover{
  background:#FFF;
  color:var(--primary-color-);
}

/*===================================
   Video Area  
=================================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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;
  background: transparent;
  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: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .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;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.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: -40px; }

.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-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; 
} 
}

.video {
    display: block;
    position: relative;
    margin-bottom: 35px;
}
.video .video-inner {
    position: relative;
    overflow: hidden;
}
.video .video-inner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imgvideo {
    position: relative;
}
.video .video-inner a .imgvideo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.1);
}
.video .video-inner .video-play {
    z-index: 97;
    position: absolute;
    top:45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video .video-inner .video-play:before {
    content: '';
    width:55px;
    height:55px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 97;
}
.video .video-inner:hover .video-play:before {
    color:var(--primary-color);
}
.video .video-inner:hover .video-play:after {
    color:var(--primary-color);
}
.video .video-inner .video-play:after {
    content: '\eca7';
    font-family: Icofont;
    color: #fff;
    font-size:48px;
    width:55px;
    height:55px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 98;
}
.video .video-inner img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    /*transform: scale(1);*/
}
.video .video-inner:hover img {
    transform: scale(1.1);
}
.video .video-inner span {
    color: #36AA4A;
    font-size: 14px;
}
.video-hall.video .video-inner h3 a {
    background: transparent;
    height: auto;
    overflow: visible;
    color:var(--dark-blue-color);
    margin-top: 15px;
    font-size: 18px;
}
.video-hall.video .video-inner h3 a:hover {
    color: #000;
}
.gallerycaption{
  text-align: center;
  padding:15px 120px;
}
.gallerycaption p{
  margin:0;
  color:var(--text-color);
  font-weight:600;
}

.partnerlinks ul {
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
}
.partnerlinks ul li{
  width:100%;
  margin:0 0 15px;
}
.partnerlinks ul li a{
  border:1px solid #ddd;
  padding:12px 20px;
  font-size:13px;
  border-radius:4px;
  background:#ededed;
  color:var(--dark-blue-color);
  font-weight:600;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.partnerlinks ul li a svg{
  height:14px;
}
.partnerlinks ul li a:hover{
  border:1px solid var(--primary-color);
  background: var(--primary-color);
  color:var(--white);
  -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.promo-box{
  position:relative;
}
.promo-box .box-inner .promo-content{
  position:relative;
  display:flex;
  align-items: center;
}
.promo-box .box-inner .promo-content .promo-image{
  width:30%;
}
.promo-box .box-inner .promo-content .promo-image img{
  border-radius:10px;
}
.promoinfo{
  width:70%;
  padding:15px;
}
.promo-box .box-inner .text{
  margin-top:15px;
  padding-right:50px;
}
.promo-box .box-inner .text h2{
    font-size:20px;
    font-weight: 600;
    margin:15px 0;
}
.promo-box .box-inner .text h3{
    font-size:16px;
    font-weight: 700;
    margin:15px 0;
    color:var(--dark-blue-color);
}
.promo-box .box-inner .text p{
  color:#0c0d24;
  font-size:14px;
  margin-bottom:5px;
  line-height:1.5em;
}
.promo-box .box-inner .text ul li span{
  color:var(--dark-blue-color);
  margin-right:10px;
  font-weight:600;
}
.promo-box .box-inner .text ul li{
  color:var(--text-color);
  font-size:15px;
  margin:3px 0;
}

.sitemap {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.sitemap .content-wrapper {
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    -webkit-column-rule: 1px solid #e5e5e5;
    -moz-column-rule: 1px solid #e5e5e5;
}
.sitemap ul {
    font-size: 14px;
    list-style: none;
    margin: .5em 15px;
}
.sitemap ul li{
  width:100%;
  margin:0 0 15px;
}
.sitemap ul li{
    margin: 0 0 5px;
    padding: 5px 0 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
    width: 100%;
}
.sitemap ul li:first-child {
    padding-top: 0;
    margin-top: 5px;
}
.sitemap .content-wrapper>ul>li>a {
    color:var(--primary-color);
    font-size: 14px;
    font-weight:600;
    line-height: 1.5em;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding-bottom: 5px;
    position: relative;
}
.sitemap .content-wrapper>ul>li>a:hover{
  color:var(--dark-blue-color);
}
.sitemap .content-wrapper>ul>li>ul {
    list-style: disc;
    padding-left: 15px;
    padding-top: 5px;
}
.sitemap .content-wrapper>ul>li>ul>li {
    display: list-item;
    margin: 10px 0;
}
.sitemap .content-wrapper>ul>li>ul>li a {
    color:var(--dark-blue-color);
    font-size: 14px;
    display: block;
    font-weight:500;
    position: relative;
}
.sitemap .content-wrapper ul li a:hover{
  color:var(--primary-color);
}
.sitemap .content-wrapper ul li ul li ul li{
  position:relative;
}
.sitemap .content-wrapper ul li ul li ul li:first-child:before {
  top:5px;
}
.sitemap .content-wrapper ul li ul li ul li:before {
    content: "\f35d";
    position: absolute;
    font-family: 'FontAwesome';
    left: -19px;
    font-size: 10px;
    top:9px;
    color: var(--dark-blue-color);
}

.error-section{
  padding:30px 0 0;
}
.circles:after {
  content:'';
  display:inline-block;
  width:100%;
  height:100px;
  background:#fff;
  position:absolute;
  top:-50px;
  left:0;
  transform:skewY(-4deg);
  -webkit-transform:skewY(-4deg);
}
.circles { 
  background:#fff;
  text-align: center;
  position: relative;
}
.error-smblock{
  z-index:4;
  position: relative;
  padding-bottom:5rem;
}
.circles h2{
  font-size:25vw;
  color: #fff;
  padding-top: 60px;
  position: relative;
  z-index: 2;
  line-height: 100%;
  color:var(--dark-blue-color); 
  font-weight:700;
}
.circles p { 
  font-size:3vw; 
  font-weight:700; 
  z-index:2;
  margin-bottom:1rem;
  vertical-align: top;
  color:var(--dark-blue-color); 
}
.circles .circle.small {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #48A9E6;
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98); 
  -webkit-animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98);
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.circles .circle.med {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #48A9E6;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10%;
  animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75); 
  -webkit-animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75);
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.circles .circle.big {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #48A9E6;
  position: absolute;
  z-index: 1;
  top: 200px;
  right: 0;
  animation: 8s bigmove infinite; 
  -webkit-animation: 8s bigmove infinite;
  animation-delay: 3s;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes smallmove {
  0% { top: 10px; left: 45%; opacity: 1; }
  25% { top: 300px; left: 40%; opacity:0.7; }
  50% { top: 240px; left: 55%; opacity:0.4; }
  75% { top: 100px; left: 40%;  opacity:0.6; }
  100% { top: 10px; left: 45%; opacity: 1; }
}
@keyframes smallmove {
  0% { top: 10px; left: 45%; opacity: 1; }
  25% { top: 300px; left: 40%; opacity:0.7; }
  50% { top: 240px; left: 55%; opacity:0.4; }
  75% { top: 100px; left: 40%;  opacity:0.6; }
  100% { top: 10px; left: 45%; opacity: 1; }
}

@-webkit-keyframes medmove {
  0% { top: 0px; left: 20%; opacity: 1; }
  25% { top: 300px; left: 80%; opacity:0.7; }
  50% { top: 240px; left: 55%; opacity:0.4; }
  75% { top: 100px; left: 40%;  opacity:0.6; }
  100% { top: 0px; left: 20%; opacity: 1; }
}

@keyframes medmove {
  0% { top: 0px; left: 20%; opacity: 1; }
  25% { top: 300px; left: 80%; opacity:0.7; }
  50% { top: 240px; left: 55%; opacity:0.4; }
  75% { top: 100px; left: 40%;  opacity:0.6; }
  100% { top: 0px; left: 20%; opacity: 1; }
}

@-webkit-keyframes bigmove {
  0% { top: 0px; right: 4%; opacity: 0.5; }
  25% { top: 100px; right: 40%; opacity:0.4; }
  50% { top: 240px; right: 45%; opacity:0.8; }
  75% { top: 100px; right: 35%;  opacity:0.6; }
  100% { top: 0px; right: 4%; opacity: 0.5; }
}
@keyframes bigmove {
  0% { top: 0px; right: 4%; opacity: 0.5; }
  25% { top: 100px; right: 40%; opacity:0.4; }
  50% { top: 240px; right: 45%; opacity:0.8; }
  75% { top: 100px; right: 35%;  opacity:0.6; }
  100% { top: 0px; right: 4%; opacity: 0.5; }
}

.filtersection h3{
    margin: 0;
    font-size:18px;
}
.filtersection .form-select {
  font-size:14px;
  height:38px;
}
.filtersection .form-select:focus{
  outline: none !important;
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid var(--primary-color);
}
.search-form .form-group .form-control{
    background: #FFF;
    color: #000;
    border-radius:5px !important;
    height: 38px;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.1);
    background: var(--white);
    border:1px solid transparent; !important;
    font-size:14px;
}
.search-form .form-group .form-control:focus{
  border-color:var(--primary-color);
}
.search-form .form-group .form-control::placeholder{
    color: #77878F;
}
.search-form .form-group .search-btn {
    position: absolute;
    right: 10px;
    bottom: 7px;
    color:var(--primary-color);
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 1400px){
.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    max-width: 1280px;
}
}
@media screen and (max-width:1920px){
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1300px){
}
@media screen and (max-width:1280px){
.single-sm-box h5 {
    font-size: 16px;
}
.section-title h2 {
    font-size:26px;
}
.section-title h3 {
    font-size: 16px;
    letter-spacing:1px;
}
.content_block_one h3 {
    font-size: 16px;
}
.choose-us-item .choose-us-img .choose-us-content h3 {
    font-size:18px;
    line-height: 24px;
}
.team-con .team-box a h4 {
    font-size: 16px;
}
.single-box-1 h3 {
    font-size: 18px;
}
.card-white.card-left-tbl h4 {
    font-size: 18px;
}
.content-box h4 {
    font-size: 20px;
}
.content-inside h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.content_block_one h2 {
    font-size: 21px;
}
.content-inside h2 {
    font-size: 24px;
}
.slider-content__title_small {
    font-size: 16px;
}
.feedback-box .box-inner .author-name h4 {
    font-size: 21px;
}
.list-style1 li {
    margin-bottom: 5px;
    font-size: 14px;
}
.card-notify .alert.alert-dark {
    font-size: 14px;
    padding: 12px;
}
.card-blk-text {
    font-size: 14px;
}
.card-blk-icon {
    font-size: 30px;
}
.tab-nav a {
    padding: 12px 10px;
}
.content_block_one h1 {
    font-size: 25px;
}
.tabsmenu li button {
    font-size: 12px;
    padding: 7px 10px;
}
.th-btn {
    font-size: 13px;
    padding: 10px 13px;
}
.contentinner h2 {
    font-size: 24px;
}
.faqinfo ol li, .faqinfo ul li {
    font-size: 14px;
}
.faqinfo p {
    font-size: 14px;
}
.faqinfo p {
    margin-bottom: 10px;
}
.tab-content h3 {
    font-size: 21px;
}
.content-inside h4 {
    font-size: 16px;
}
}
@media screen and (max-width:1200px){
.slider__single h1 {
  font-size: 2.2rem;
}
.search-close {
    right: 30px;
    top: 6px;
}
.slider__single h1 {
    font-size: 2.3rem;
}
.slider__single p {
    font-size: 16px;
}
.content-inside h4 {
    font-size: 16px;
}
}
@media screen and (max-width:1150px){
ul.top-bar-info{
  display: none;
}
.search-mobile{
  display: block;
}
}
@media screen and (max-width:1100px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:991px){
.sitemap .content-wrapper {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}
}
@media screen and (max-width:900px){
}
@media screen and (max-width:810px){
}
@media screen and (max-width:767px){
.footer-top .single-widget {
    margin-bottom: 0;
}
.footer-social-link {
    margin-top: 15px;
}
.single-footer-widget-right-colum{
    text-align: center !important;
}
.copyright-text{
  text-align: center;
}

.circles h2 {
    font-size: 35vw;
    padding-top: 25px;
}
.circles p {
    font-size: 5vw;
}
.circles .circle.big {
    width: 300px;
    height: 300px;
}
.circles .circle.med {
    width: 150px;
    height: 150px;
}
.circles .circle.small {
    width: 100px;
    height: 100px;
}
.slider__bg {
    height: 460px;
    padding: 50px 60px 50px 20px;
    background-position: center right !important;
}
.searchcontent ul li a{
    padding: 5px 10px;
    font-size: 13px;
}
.searchcontent ul li {
    display: inline-block;
    margin: 5px 2px;
}
.search-bar .contact-search-form-box p {
    font-size: 14px;
}
.searchcontent h3 {
    font-size: 16px;
}
.section-title h2 {
    font-size: 22px;
}
.content-inside h4 {
    font-size: 15px;
}
.section-title h3 {
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 15px;
}
.wrapper-slider {
    width:98%;
}
.card-lg-content {
    margin-bottom: 15px;
}
.p-30 {
    padding: 15px;
}
.footer-top--main h2 {
    font-size: 16px;
}
.footer-top{
    padding: 15px 0;
}
.footer-widget-links {
    padding-top: 20px;
}
.footer-widget-location{
    padding-bottom:20px;
}
.section-title h4 {
    font-size: 18px;
}

.slidenav-top-right .owl-nav .owl-next{
    right: 15px;
}
.slidenav-top-right .owl-nav .owl-prev{
  right:60px;
}
.filterselect {
    margin: 10px 0;
}
}
@media screen and (max-width:600px){
.more-btn {
    font-size: 14px;
    margin: 0;
}
.owlnav-plain.slidenav-bottom-right.owl-theme .owl-nav {
    margin-top: 15px;
    top: 15px;
    position: relative;
}
.btn-default {
    font-size: 13px;
    padding: 12px 25px 12px 45px;
}
.btn-default::before {
    width: 30px;
    padding: 8px 0;
    font-size: 14px;
}
.cardicon-btm-inner {
    padding: 10px;
}
.cardicon-btm-inner svg {
    height: 24px;
}
.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    width: 380px;
}
.scroll-top {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
}
.content_block_one.style-2 {
    width: 100%;
    padding-left: 0;
    padding: 15px;
}
.choose-us-item .choose-us-img .choose-us-content {
    padding: 25px 10px 40px;
}
.cardsection.p-60 {
    padding: 30px;
}
.growthblock {
    padding: 20px;
    margin: 10px 0;
}
.growthblock p {
    font-size: 15px;
    font-weight:400;
    min-height: auto;
}
.content_block_one h2 {
    font-size: 18px;
}
.pb-60.mb-30 {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.team-nav.nav-tabs .nav-link {
    padding: 10px 15px !important;
    font-size: 14px;
}
.team-con .team-box .team-title {
    margin-bottom: 10px;
    font-size: 14px;;
}
.team-content {
    padding: 15px 15px 10px;
}
.feedback-box .box-inner .feedback-content {
    display: block;
}
.feedback-box .box-inner .feedback-content .author-image {
    width: 100%;
}
.teaminfo {
    width: 100%;
}
.feedback-box .box-inner .text{
    margin-top: 15px;
    padding-right: 0;
}
.cardsection.p-40 {
    padding: 20px;
}
.cardblock-inner {
    padding: 10px;
}
.post-info li {
    font-size: 12px;
    padding-left: 20px;
    margin-right: 15px;
}
.news-block h2{
  font-size:22px;
}
.news-block h3{
  font-size:20px;
}
.news-block h4{
  font-size:18px;
}
.news-block h5{
  font-size:16px;
}
.news-block ul li,
.news-block ol li,
.news-block p{
  font-size:14px;
}
.blog-details-content ul, .blog-details-content ol, .blog-details-content p {
    margin-bottom: 25px;
    font-size: 14px;
}
.blog-details-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.blog-details-content blockquote h5 {
    font-size: 14px;
    margin-bottom: 10px;
}
.blog-details-content .post-tag-option .tags-list li a {
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    padding: 3px 10px;
}
.accordion-style .btn-link {
    font-weight:400;
    font-size: 14px;
}
.owl-dots .owl-dot span, .owl-dots .owl-dot span{
    width: 12px !important;
    height: 4px !important;
    border-radius:2px;
    margin: 0 2px !important;
}
.single-box.single-sm-box {
    padding: 15px 40px;
    margin: 5px 0;
}
.cardsection h4 {
    font-size: 18px;
}
.video-hall.video .video-inner h3 a {
    font-size: 16px;
}
.video {
    margin-bottom: 15px;
}
.sitemap .content-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.vertical-slideinfo {
    padding: 20px;
}
.wrapper-slider .slick-dots {
    left: -1px;
}
.choose-us-item .choose-us-img .choose-us-content p {
    margin-top: 10px;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}
.card-white.card-left-tbl {
    padding: 20px;
}
.stats li {
    padding: 15px;
}
.cardtitle h2{
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
}
.card-white.card-left-tbl h4 {
    margin-bottom: 15px;
    font-size: 16px !important;
}
.tabsmenu.nav-tabs .nav-link{
    width:100%;
}
.download-widget-wrap .icon-wrap1 {
    display: none;
}
.th-btn {
    font-size: 12px;
}
.faqinfo ol li, .faqinfo ul li {
    font-size: 13px;
}
.footer-top--main {
    padding: 25px 0 15px;
}
}
@media screen and (max-width:575px){
.slider__single h1 {
    font-size: 1.6rem;
}
.values-section .content {
    max-width: 96%;
    padding:40px 30px 40px;
}
.breadcrumb-bottom ul{
  display: block;
}
.breadcrumb-bottom ul li {
    font-size: 11px;
    display: inline;
}
.breadcrumb-bottom ul li:before {
    margin: 0 5px;
}
.content_block_one h1 {
    font-size: 22px;
}
.content_block_one h3 {
    font-size: 15px;
}
.cta-card .section-title h2 {
    font-size: 18px;
}
.cta-card .section-title p {
    font-size: 14px;
}
.cardblock-inner .content-inside {
    padding: 20px 15px;
}
.content-inside h5 {
    font-size: 14px;
}
.table-grey tr td, .table-grey tr th {
    font-size: 12px;
    padding:10px 12px;
}
.content_block_one h2 {
    font-size: 16px;
}
.table-responsive h3 {
    font-size: 16px;
    margin: 0 0 20px;
}
.content_block_one.content-border {
    margin: 0 0 15px;
}
.content-box h4 {
    font-size: 16px;
}
.table-note p {
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    line-height: 1.4;
}
table.table.text-left {
    text-align: left !important;
}
.tab-nav a {
    padding: 8px 6px;
}
.content-inside h3 {
    font-size: 16px;
}
.content-inside h2 {
    font-size: 21px;
}
.btn-default::before {
    left: -5px;
}
.section-title h3 {
    font-size: 12px;
}
.single-article-card .card-info h3 {
    margin: 0;
}
.hero.overflow-hidden {
    margin: 1rem 0 0;
}
.slider__bg {
    border-radius: 20px;
}
.slider__bg:after {
    background: rgba(20, 19, 59, 0.3);
    border-radius: 20px;
}
.choose-us-item .choose-us-img .choose-us-content p {
    font-size: 13px;
}
.card-white h3 {
    font-size: 15px;
    font-weight: 600;
}
.values-section h2 {
    font-size: 18px;
}
}
@media screen and (max-width:400px){
.footer-top--main h2 {
    font-size: 15px;
}
.section-titlelink {
    display: block;
}
.cardsection h4 {
    font-size: 16px;
}
}
@media screen and (max-width:390px){
.footer-top--main h2 {
    font-size: 14px;
}
}
@media screen and (max-width:320px){
}