/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #003a66;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

#masthead {
    -webkit-transition: all 0.5s ease;
    -o-transition: position 10s;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/** Variables **/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
button,
input {
    outline: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

p {
    margin: 0 0 15px;
}

*::-moz-selection {
    background: #ffea5c;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ffea5c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e02454;
    color: #fff;
    text-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #666666;
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

.rs-layer input[type="email"] {
    border-color: transparent !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea: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="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #ff382f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}


/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}


/* clears the 'X' from Chrome */

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

textarea::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-font-color) !important;
}

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-font-color) !important;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}


/** Typography Variable **/

:root {
    --base-bodyfont: 'Poppins', sans-serif;
    --base-bodyfont-Size: 15px;
    --base-bodyfont-color: #7a8a9e;
    --base-skin: #6097bf;
    --base-dark: #003a66;
    --base-grey: #F0F5FB;
    --base-white: #ffffff;
    --base-headingfont-main: 'Playfair Display', serif;
    --base-headingfont: "Poppins", Arial, Helvetica, sans-serif;
    --base-headingfont-color: #011f4b;
}


/* .indx-cls-custom{
    height: calc(100vh - 94px) !important;
} */


/** Typo Colors **/

.border-color {
    color: #e5e5e5;
}

.bodyfont-color {
    color: var(--base-bodyfont-color);
}

.headingfont-color {
    color: var(--base-headingfont-color);
}


/** Background Colors **/

.bg-base-skin {
    background-color: var(--base-skin);
}

.bg-base-dark {
    background-color: var(--base-dark);
}

.bg-base-grey {
    background-color: var(--base-grey);
}

.bg-base-white {
    background-color: var(--base-white);
}

.bg-base-light-skin {
    background-color: #e02454bd;
}


/** Text Colors **/

.text-base-skin {
    color: var(--base-skin);
}

.text-base-dark {
    color: var(--base-dark);
}

.text-base-grey {
    color: var(--base-grey);
}

.text-base-white {
    color: var(--base-white);
}


/** Bg-layer Colors **/

.bg-base-skin>.prt-bg-layer {
    background-color: var(--base-skin);
}

.bg-base-dark>.prt-bg-layer {
    background-color: var(--base-dark);
}

.bg-base-grey>.prt-bg-layer {
    background-color: var(--base-grey);
}

.bg-base-white>.prt-bg-layer {
    background-color: var(--base-white);
}

.bg-base-skin>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-skin);
}

.bg-base-dark>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-dark);
}

.bg-base-grey>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-grey);
}

.bg-base-white>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-white);
}

.text-base-white h1:not(.text-base-skin,
    .text-base-dark),
.text-base-white h2:not(.text-base-skin,
    .text-base-dark),
.text-base-white h3:not(.text-base-skin,
    .text-base-dark),
.text-base-white h4:not(.text-base-skin,
    .text-base-dark),
.text-base-white h5:not(.text-base-skin,
    .text-base-dark),
.text-base-white h6:not(.text-base-skin,
    .text-base-dark),
.text-base-white a:not(.text-base-skin,
    .text-base-dark),
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6 {
    color: var(--base-white);
}

.bg-base-dark .text-base-white a:not(.text-base-skin,
    .text-base-dark) {
    color: var(--base-skin);
}

.bg-base-dark .text-base-white,
.bg-base-skin .text-base-white,
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
    color: rgba(255, 255, 255, .80);
}

.bg-base-dark p,
.bg-base-skin p,
.bg-base-dark span,
.bg-base-skin span {
    color: rgba(255, 255, 255, 0.8);
}

.bg-base-white h1,
.bg-base-white h2,
.bg-base-white h3,
.bg-base-white h4,
.bg-base-white h5,
.bg-base-white h6 {
    color: var(--base-dark);
}

.bg-base-white p,
.bg-base-white span {
    color: var(--base-bodyfont-color);
}

.overlay-box {
    border-style: solid;
    border-width: 0px 0px 0px 15px;
    border-color: #21A12E;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    margin: 0px 0px 0px -5px;
    padding: 32px 0px 33px 20px;
}

.overlay-inner-box {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    width: 100%;
    margin: 0px 0px 0px 18px;
}

.overlay-inner-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

body {
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 26px;
    color: var(--base-bodyfont-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--base-headingfont);
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--base-headingfont-color);
}

h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 42px;
    line-height: 52px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

.container-fluid {
    padding: 0 15px;
}

.container {
    max-width: 1330px;
    padding: 0 15px;
}

.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}

.row:not(.g-0)>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}


/** Extra-outer **/

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body .site-main {
    background-color: var(--base-white);
    position: relative;
    z-index: 1;
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: var(--base-white);
}

a {
    color: var(--base-dark);
}

a:hover {
    color: var(--base-skin);
}

a,
img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

label {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 26px;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 26px;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 26px;
}

.fs-21 {
    font-size: 21px !important;
    line-height: 32px;
}

.fs-22 {
    font-size: 22px !important;
    line-height: 35px;
}

.fs-28 {
    font-size: 28px !important;
    line-height: 38px;
}

.fs-30 {
    font-size: 28px !important;
    line-height: 40px;
}

.fs-34 {
    font-size: 34px !important;
    line-height: 40px !important;
}

.fs-42 {
    font-size: 42px !important;
    line-height: 54px !important;
}

.lh-base {
    line-height: 20px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.box-shadow {
    -webkit-box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10)
}

.border-rad_6 {
    border-radius: 6px;
}

.border-rad_8 {
    border-radius: 8px;
}

.border-rad_10 {
    border-radius: 10px;
}

.border-tl-rad_5 {
    border-top-left-radius: 6px;
}

.border-tr-rad_5 {
    border-top-right-radius: 6px;
}

.border-br-rad_5 {
    border-bottom-right-radius: 6px;
}

.border-bl-rad_5 {
    border-bottom-left-radius: 6px;
}

.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0;
}

.alignright {
    float: right;
    margin: .425em 0 1.25em 1.75em;
}

.z-index_1 {
    z-index: -1;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

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

.underline {
    position: relative;
}

.underline:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--base-skin);
    bottom: 1px;
    left: 0;
}

.border-rounded {
    border-radius: 50%;
}

.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}


/* ===============================================
    Spacing
------------------------*/


/** Padding **/

.spacing-1 {
    padding: 80px 0px 120px 105px;
    margin-left: -50px;
    margin-top: -70px;
}

.spacing-2 {
    padding: 70px 52px 39px 0px;
}

.spacing-3 {
    margin-left: 65px;
    margin-right: 65px;
}

.spacing-4 {
    padding: 70px 50px 35px;
    margin-top: 70px;
    margin-left: -50px;
    margin-bottom: -80px;
}

.spacing-5 {
    margin-right: -55px;
}

.spacing-6 {
    padding: 70px 0px 60px 80px;
    margin-top: 70px;
    margin-left: -55px;
}

.spacing-7 {
    padding: 30px 60px 6px 15px;
}

.spacing-8 {
    width: 100%;
    margin-right: 10px;
}

.spacing-9 {
    padding: 40px 30px;
    margin-top: -450px;
    margin-left: -30px;
}

.spacing-10 {
    padding: 32px 30px 28px;
}

.spacing-11 {
    margin-right: -60px;
}

.spacing-12 {
    margin-left: 60px;
}

.spacing-13 {}

.spacing-14 {
    padding: 20px 30px 26px 46px;
}

.spacing-15 {
    padding: 20px 46px 26px 16px;
}

.spacing-16 {
    padding: 80px 40px 80px 0px;
}

.spacing-17 {
    padding: 48px 0px 46px 40px;
}

.spacing-18 {
    padding: 20px 25px;
}

.spacing-19 {
    padding: 80px 50px 80px 50px;
}

.spacing-20 {
    padding: 27px 0 29px;
}

.spacing-21 {
    padding: 40px 30px;
}

.spacing-22 {
    padding: 60px 50px 60px 50px;
}

.spacing-23 {
    margin: 10px;
}

.spacing-24 {
    padding: 10px 30px 10px 30px;
}

.spacing-25 {
    padding: 28px 40px 30px 40px;
}

.spacing-26 {
    padding: 20px 0 21px;
}

.prt-shape-bottom,
.prt-shape-top {
    position: relative;
}

.prt-shape-bottom:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.prt-shape-top:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -15px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.p-10 {
    padding: 10px ! important;
}

.p-15 {
    padding: 15px ! important;
}

.p-20 {
    padding: 20px ! important;
}

.p-25 {
    padding: 25px ! important;
}

.p-30 {
    padding: 30px ! important;
}

.p-40 {
    padding: 40px ! important;
}

.p-45 {
    padding: 45px ! important;
}

.p-50 {
    padding: 50px ! important;
}

.p-60 {
    padding: 60px ! important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px ! important;
}

.pr-10 {
    padding-right: 10px ! important;
}

.pr-15 {
    padding-right: 15px ! important;
}

.pr-20 {
    padding-right: 20px ! important;
}

.pr-25 {
    padding-right: 25px ! important;
}

.pr-30 {
    padding-right: 30px ! important;
}

.pr-35 {
    padding-right: 35px ! important;
}

.pr-40 {
    padding-right: 40px ! important;
}

.pr-45 {
    padding-right: 45px ! important;
}

.pr-50 {
    padding-right: 50px ! important;
}

.pr-60 {
    padding-right: 60px ! important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px ! important;
}

.pl-10 {
    padding-left: 10px ! important;
}

.pl-15 {
    padding-left: 15px ! important;
}

.pl-20 {
    padding-left: 20px ! important;
}

.pl-25 {
    padding-left: 25px ! important;
}

.pl-30 {
    padding-left: 30px ! important;
}

.pl-35 {
    padding-left: 35px ! important;
}

.pl-40 {
    padding-left: 40px ! important;
}

.pl-45 {
    padding-left: 45px ! important;
}

.pl-50 {
    padding-left: 50px ! important;
}

.pl-60 {
    padding-left: 60px ! important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px ! important;
}

.pt-10 {
    padding-top: 10px ! important;
}

.pt-15 {
    padding-top: 15px ! important;
}

.pt-20 {
    padding-top: 20px ! important;
}

.pt-23 {
    padding-top: 23px ! important;
}

.pt-25 {
    padding-top: 25px ! important;
}

.pt-30 {
    padding-top: 30px ! important;
}

.pt-35 {
    padding-top: 35px ! important;
}

.pt-40 {
    padding-top: 40px ! important;
}

.pt-45 {
    padding-top: 45px ! important;
}

.pt-50 {
    padding-top: 50px ! important;
}

.pt-60 {
    padding-top: 60px ! important;
}

.pt-80 {
    padding-top: 80px ! important;
}

.pt-160 {
    padding-top: 160px ! important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px ! important;
}

.pb-10 {
    padding-bottom: 10px ! important;
}

.pb-15 {
    padding-bottom: 15px ! important;
}

.pb-20 {
    padding-bottom: 20px ! important;
}

.pb-25 {
    padding-bottom: 25px ! important;
}

.pb-30 {
    padding-bottom: 30px ! important;
}

.pb-35 {
    padding-bottom: 35px ! important;
}

.pb-40 {
    padding-bottom: 40px ! important;
}

.pb-45 {
    padding-bottom: 45px ! important;
}

.pb-50 {
    padding-bottom: 50px ! important;
}

.pb-60 {
    padding-bottom: 60px ! important;
}

.pb-70 {
    padding-bottom: 70px ! important;
}

.pb-80 {
    padding-bottom: 80px ! important;
}


/** Margin **/

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px ! important;
}

.mt-10 {
    margin-top: 10px ! important;
}

.mt-12 {
    margin-top: 12px ! important;
}

.mt-15 {
    margin-top: 15px ! important;
}

.mt-20 {
    margin-top: 20px ! important;
}

.mt-25 {
    margin-top: 25px ! important;
}

.mt-30 {
    margin-top: 30px ! important;
}

.mt-32 {
    margin-top: 32px ! important;
}

.mt-35 {
    margin-top: 35px ! important;
}

.mt-40 {
    margin-top: 40px ! important;
}

.mt-45 {
    margin-top: 45px ! important;
}

.mt-50 {
    margin-top: 50px ! important;
}

.mt-55 {
    margin-top: 55px ! important;
}

.mt-60 {
    margin-top: 60px ! important;
}

.mt-75 {
    margin-top: 75px ! important;
}

.mt-80 {
    margin-top: 80px ! important;
}

.mt-135 {
    margin-top: 135px ! important;
}

.mt-160 {
    margin-top: 160px ! important;
}

.mt-162 {
    margin-top: 162px ! important;
}

.mt_5 {
    margin-top: -5px ! important;
}

.mt_10 {
    margin-top: -10px ! important;
}

.mt_15 {
    margin-top: -15px ! important;
}

.mt_20 {
    margin-top: -20px ! important;
}

.mt_25 {
    margin-top: -25px ! important;
}

.mt_30 {
    margin-top: -30px ! important;
}

.mt_35 {
    margin-top: -35px ! important;
}

.mt_40 {
    margin-top: -40px ! important;
}

.mt_50 {
    margin-top: -50px ! important;
}

.mt_60 {
    margin-top: -60px ! important;
}

.mt_70 {
    margin-top: -70px ! important;
}

.mt_160 {
    margin-top: -160px ! important;
}

.mt_162 {
    margin-top: -162px ! important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px ! important;
}

.mb-10 {
    margin-bottom: 10px ! important;
}

.mb-12 {
    margin-bottom: 12px ! important;
}

.mb-15 {
    margin-bottom: 15px ! important;
}

.mb-25 {
    margin-bottom: 25px ! important;
}

.mb-20 {
    margin-bottom: 20px ! important;
}

.mb-30 {
    margin-bottom: 30px ! important;
}

.mb-35 {
    margin-bottom: 35px ! important;
}

.mb-40 {
    margin-bottom: 40px ! important;
}

.mb-45 {
    margin-bottom: 45px ! important;
}

.mb-50 {
    margin-bottom: 50px ! important;
}

.mb-60 {
    margin-bottom: 60px ! important;
}

.mb-80 {
    margin-bottom: 80px ! important;
}

.mb_5 {
    margin-bottom: -5px ! important;
}

.mb_10 {
    margin-bottom: -10px ! important;
}

.mb_12 {
    margin-bottom: -12px ! important;
}

.mb_15 {
    margin-bottom: -15px ! important;
}

.mb_20 {
    margin-bottom: -20px ! important;
}

.mb_25 {
    margin-bottom: -25px ! important;
}

.mb_30 {
    margin-bottom: -30px ! important;
}

.mb_35 {
    margin-bottom: -35px ! important;
}

.mb_40 {
    margin-bottom: -40px ! important;
}

.mb_45 {
    margin-bottom: -45px ! important;
}

.mb_50 {
    margin-bottom: -50px ! important;
}

.mb_60 {
    margin-bottom: -60px ! important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px ! important;
}

.ml-15 {
    margin-left: 15px ! important;
}

.ml-20 {
    margin-left: 20px ! important;
}

.ml-30 {
    margin-left: 30px ! important;
}

.ml-40 {
    margin-left: 40px ! important;
}

.ml-50 {
    margin-left: 50px ! important;
}

.ml-60 {
    margin-left: 60px ! important;
}

.ml-65 {
    margin-left: 65px ! important;
}

.ml-345 {
    margin-left: 345px ! important;
}

.ml_5 {
    margin-left: -5px ! important;
}

.ml_10 {
    margin-left: -10px ! important;
}

.ml_15 {
    margin-left: -15px ! important;
}

.ml_20 {
    margin-left: -20px ! important;
}

.ml_25 {
    margin-left: -25px ! important;
}

.ml_30 {
    margin-left: -30px ! important;
}

.ml_35 {
    margin-left: -35px ! important;
}

.ml_40 {
    margin-left: -40px ! important;
}

.ml_45 {
    margin-left: -45px ! important;
}

.ml_50 {
    margin-left: -50px ! important;
}

.ml_60 {
    margin-left: -60px ! important;
}

.ml_300 {
    margin-left: -300px ! important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px ! important;
}

.mr-15 {
    margin-right: 15px ! important;
}

.mr-20 {
    margin-right: 20px ! important;
}

.mr-25 {
    margin-right: 25px ! important;
}

.mr-30 {
    margin-right: 30px ! important;
}

.mr-35 {
    margin-right: 35px ! important;
}

.mr-38 {
    margin-right: 38px ! important;
}

.mr-40 {
    margin-right: 40px ! important;
}

.mr-50 {
    margin-right: 50px ! important;
}

.mr-60 {
    margin-right: 60px ! important;
}

.mr-65 {
    margin-right: 65px ! important;
}

.mr_10 {
    margin-right: -10px ! important;
}

.mr_15 {
    margin-right: -15px ! important;
}

.mr_20 {
    margin-right: -20px ! important;
}

.mr_25 {
    margin-right: -25px ! important;
}

.mr_30 {
    margin-right: -30px ! important;
}

.mr_35 {
    margin-right: -35px ! important;
}

.mr_40 {
    margin-right: -40px ! important;
}

.mr_45 {
    margin-right: -45px ! important;
}

.mr_50 {
    margin-right: -50px ! important;
}

.mr_60 {
    margin-right: -60px ! important;
}


/* ===============================================
    Pre-loader
------------------------*/

.blobs-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

.loader-blob {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}

.loader-blob,
.loader-blob:before,
.loader-blob:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.loader-blob:before,
.loader-blob:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.loader-blob {
    animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob;
}

@keyframes loader-blob {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes loader-blob {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/

ul.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}

.social-icons li:last-child {
    margin-right: 0px;
}

.social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center;
}

.social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}


/* TooltipTop */

.tooltip-top {
    position: relative;
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}

.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: inherit;
}

.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}

.tooltip-bottom:after {
    bottom: -100%;
}

.tooltip-bottom:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}

.tooltip-bottom:before {
    bottom: -7px;
}

.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -60px;
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/

.slick-slide {
    border: 0;
    outline: 0;
    padding: 0 15px;
}

.slick_slider.no-gutters .slick-slide {
    padding: 0;
}

.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}

.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    background-color: rgba(255, 255, 255, .3);
}

.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}

.slick_slider .slick-arrow {
    background-color: var(--base-skin);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    color: var(--base-white);
}

.slick_slider .slick-next {
    right: 0;
}

.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
    font-family: 'FontAwesome';
    line-height: 1;
    opacity: 1;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick_slider .slick-prev:before {
    content: "\f060";
}

.slick_slider .slick-next:before {
    content: "\f061";
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


/*  ===============================================
    TopBar
------------------------*/

.top_bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.top_bar .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
}

.top_bar .social-icons li:last-child {
    margin-right: 0px;
}

.top_bar .social-icons li a {
    border: none;
    width: auto;
    height: auto;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

.top_bar_inner {
    margin-top: 15px;
    padding: 0px 29px 0 26px;
    margin-bottom: -23px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 5px;
}

.top_bar_contact_item .top_bar_icon i {
    font-size: 15px;
}

.top_bar_contact_item .top_bar_icon i,
.top_bar_contact_item span {
    font-size: 14px;
    font-weight: 500;
    padding-right: 6px;
}

.text-base-white .top_bar_contact_item a:hover {
    color: var(--base-skin);
}

.top_bar_contact_item .social-icons ul {
    margin: 0;
}

.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}

.top_bar_icon .icon-location-2:before {
    margin: 0;
}

.top_bar_contact_item {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
    color: rgba(255, 255, 255, .950);
}


/*header-style-01*/

.prt-header-style-01 .top_bar {
    height: 48px;
    line-height: 48px;
    padding-left: 45px;
    padding-right: 45px;
}

.prt-header-style-01 .top_bar_contact_item {
    height: 48px;
    line-height: 48px;
    padding-left: 0;
    padding-right: 35px;
}

.prt-header-style-01 .top_bar_contact_item:last-child {
    padding-right: 0px;
}

.prt-header-style-01 .top_bar_contact_item a {
    color: rgba(255, 255, 255, 1);
}

.prt-header-style-01 .top_bar_contact_item .social-icons li a i {
    display: none;
}

.prt-header-style-01 .top_bar_contact_item ul.social-icons li {
    padding-left: 10px;
    padding-right: 10px;
}

.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-instagram:before,
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-facebook:before,
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-twitter:before {
    top: 22px;
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--base-skin);
    z-index: 1;
    position: absolute;
    right: -2.5px;
    left: auto;
}

.top_bar .social-icons li:last-child {
    padding-right: 0px;
}


/*header-style-03*/

.prt-header-style-03 .top_bar {
    height: 54px;
    line-height: 54px;
    padding: 0 50px 0 45px;
    background-color: var(--base-white);
    border-bottom: 1px solid #e9e9e9;
}

.prt-header-style-03 .top_bar_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prt-header-style-03 .top_bar_contact_item,
.prt-header-style-03 .top_bar_social_item {
    position: relative;
    font-size: 14px;
    line-height: 54px;
}

.prt-header-style-03 .top_bar_contact_item span {
    color: var(--base-dark);
}

.prt-header-style-03 .top_bar_contact_item i {
    color: var(--base-skin);
}

.prt-header-style-03 .top_bar_contact_item a {
    color: var(--base-bodyfont-color);
}

.prt-header-style-03 .top_bar_contact_item a:hover {
    color: var(--base-skin);
}

.prt-header-style-03 .top_bar_social_item i {
    color: var(--base-skin);
    font-size: 12px;
    padding-right: 7px;
}

.prt-header-style-03 .top_bar_social_item span {
    color: var(--base-bodyfont-color);
}

.prt-header-style-03 .top_bar_contact_item.top_bar_address span:last-child {
    color: var(--base-bodyfont-color);
}

.prt-header-style-03 .social-icons li i {
    color: var(--base-dark);
}

.prt-header-style-03 .social-icons li i:hover {
    color: var(--base-skin);
}

.prt-header-style-03 .top_bar_contact_item:not(:first-child):before {
    top: 25px;
    left: -3px;
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--base-skin);
    z-index: 1;
    position: absolute;
}

.prt-header-style-03 .top_bar_social_item {
    padding-right: 15px;
    padding-left: 15px;
}

.prt-header-style-03 .top_bar_social_item:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dfdfdf;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
}

.prt-header-style-03 .top_bar_social .top_bar_social_item:last-child:after {
    display: none;
}


/*  ===============================================
    Header
------------------------*/


/** SiteBrand(logo) **/

.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-branding h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
}

.site-branding img {
    max-height: 43px;
}

.site-branding img.stickylogo {
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


/**  side-menu **/

.side-menu-container {
    position: absolute;
    right: 50px;
    top: 21px;
    left: auto;
}

.side-menu {
    position: relative;
}

.side-menu a {
    display: block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    background-color: var(--base-dark);
    color: #fff;
    border-radius: 5px;
}

.side-overlay .side {
    display: inline-block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0px;
    width: 420px;
    padding: 45px 35px 35px;
    z-index: 5;
    background-color: #ffffff;
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transform: translateX(420px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(../images/fltingbar-bg-img.html);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.side-overlay.on .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.side .close-side {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

.side .prt-detailss ul {
    padding-left: 0;
    padding-top: 15px;
}

.side .prt-detailss ul>li {
    padding-bottom: 3px;
    list-style: none;
}

.side .prt-detailss li span:first-child {
    color: rgba(255, 255, 255, .95);
}

.side .prt-detailss li:first-child span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: var(--base-skin);
}

.side .prt-detailss ul>li a,
.side p {
    color: rgba(255, 255, 255, .6);
}

.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.side aside.widget_text h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 4px;
}

.side aside.widget_text .wrap-form.cta_form span.text-input {
    margin-bottom: 15px;
}

.side aside.widget_text .wrap-form.cta_form span.text-input input,
.side aside.widget_text .wrap-form.cta_form span.text-input textarea,
.side aside.widget_text .wrap-form.cta_form span.text-input select {
    border-radius: 5px;
    border: 0;
    background-color: #203d71;
    color: rgba(255, 255, 255, .40);
}


/* header_extra */

.header_extra>div {
    margin-left: 21px;
    position: relative;
}

.header_search_content button.close-search {
    position: absolute;
    right: 15px;
    padding: 0;
    color: #fff;
    font-size: 21px;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.header_search .header_search_content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(38 113 57 / 95%);
    height: 100%;
    width: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}

.header_search .header_search_content.on {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header_search .header_search_content #searchbox {
    position: absolute;
    left: 0;
    right: 0;
    width: 620px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_search .header_search_content #search_query_top {
    background: none;
    border: 0;
    height: 70px;
    padding: 0 60px 0 15px;
    font-weight: 500;
    font-size: 25px;
    width: 100%;
    color: var(--base-dark);
    letter-spacing: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    background-color: transparent;
}

.header_search .header_search_content input::-webkit-input-placeholder {
    color: #fff;
}

.header_search .header_search_content input::-moz-placeholder {
    color: #fff;
}

.header_search .header_search_content input:-ms-input-placeholder {
    color: #fff;
}

.header_search .header_search_content input::-ms-input-placeholder {
    color: #fff;
}

.header_search .header_search_content input::placeholder {
    color: #fff;
}

.header_search .header_search_content_inner .close_btn {
    top: 60px;
    text-align: center;
    position: absolute;
    left: 50%;
    cursor: pointer;
    z-index: 1;
}

.header_search .header_search_content .close_btn i {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.header_search .header_search_content .close_btn:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header_search .search_btn {
    position: relative;
    padding: 0;
    border: none;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-right: 0px;
    color: var(--base-dark);
}


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
    z-index: 2;
}

nav.main-menu ul {
    margin: 0;
}

#site-header-menu .site-navigation ul.menu>li>a {
    font-size: 15px;
    text-decoration: none;
    z-index: 1;
}

nav.main-menu ul.menu>li.mega-menu-item:hover>a {
    color: var(--base-skin);
}

#site-header-menu .prt-stickable-header .site-navigation ul.menu>li.active>a {
    color: var(--base-skin);
}


/*prt-header-style-01*/

.prt-header-style-01 .header_search .header_search_content #search_query_top {
    height: auto;
    padding: 0;
    font-size: 14px;
    padding-left: 10px;
}

.prt-header-style-01 .header_search .header_search_content #searchbox {
    width: 110px;
    position: unset;
}

.prt-header-style-01 .header_extra {
    padding-left: 35px;
}

.prt-header-style-01 .header_search .header_search_content {
    position: unset;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    margin-left: 0px;
}

.prt-header-style-01 .header_btn .prt-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    z-index: 2;
}

.prt-btn {
    /* float: right; */
}

.prt-header-style-01 .site-header-menu .site-header-menu-inner {
    z-index: 99999;
    padding: 0px 45px;
}

.prt-header-style-01 .header_search .header_search_content input::-webkit-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-01 .header_search .header_search_content input::-moz-placeholder {
    color: var(--base-dark);
}

.prt-header-style-01 .header_search .header_search_content input:-ms-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-01 .header_search .header_search_content input::-ms-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-01 .header_search .header_search_content input::placeholder {
    color: var(--base-dark);
}


/*prt-header-style-02*/

.prt-header-style-02 .site-branding {
    padding-right: 100px;
    margin-right: 40px;
}

.prt-header-style-02 .header_search .header_search_content #search_query_top {
    height: auto;
    padding: 0;
    font-size: 14px;
    padding-left: 10px;
}

.prt-header-style-02 .header_search .header_search_content #searchbox {
    width: 110px;
    position: unset;
}

.prt-header-style-02 .header_extra {
    padding-left: 35px;
}

.prt-header-style-02 .header_search .header_search_content {
    position: unset;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    margin-left: 0px;
}

.prt-header-style-02 .header_btn .prt-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    z-index: 2;
}

.prt-header-style-02 .header_search .header_search_content input::-webkit-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-02 .header_search .header_search_content input::-moz-placeholder {
    color: var(--base-dark);
}

.prt-header-style-02 .header_search .header_search_content input:-ms-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-02 .header_search .header_search_content input::-ms-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-02 .header_search .header_search_content input::placeholder {
    color: var(--base-dark);
}

.prt-header-style-02 .prt-social-links-wrapper {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    float: left;
    padding: 0;
}

.prt-header-style-02 .social-icons {
    padding-top: 0;
    padding-bottom: 0;
}

.prt-header-style-02 .social-icons li {
    float: left;
    display: inline-block !important;
    padding-left: 0px;
    min-width: 23px;
    border: none;
    margin: 0;
}

.prt-header-style-02 .social-icons li>a {
    border: none;
    width: 43px;
    height: 83px;
    border-radius: 0;
    line-height: 83px;
    margin-right: 0;
    font-size: 0;
}

.prt-header-style-02 .social-icons li>a.prt-social-instagram {
    color: var(--base-white);
    background-color: #D53F7F;
}

.prt-header-style-02 .social-icons li>a.prt-social-facebook {
    color: var(--base-white);
    background-color: #385da9;
}

.prt-header-style-02 .social-icons li>a.prt-social-twitter {
    color: var(--base-white);
    background-color: #33ccff;
}

.prt-header-style-02 .social-icons li>a.prt-social-linkedin {
    color: var(--base-white);
    background-color: #0073b1;
}

.prt-header-style-02 .social-icons li>a:hover {
    color: var(--base-skin);
    background-color: #fff;
}

.prt-header-style-02 .social-icons li>a i {
    font-size: 15px;
}

.prt-header-style-02 .widget_info {
    display: inline-block;
    vertical-align: super;
    background-color: var(--base-skin);
    padding-left: 22px;
    padding-top: 17px;
    padding-bottom: 17px;
}


/*prt-header-style-03*/

.prt-header-style-03 .site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.prt-header-style-03 .header_search .header_search_content {
    position: unset;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    margin-left: 0px;
}

.prt-header-style-03 .header_search .header_search_content #searchbox {
    width: 110px;
    position: unset;
}

.prt-header-style-03 .header_extra {
    padding: 6px 0;
    position: relative;
}

.prt-header-style-03 .header_extra:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dfdfdf;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.prt-header-style-03 .header_search {
    padding: 11px 30px 11px 37px;
    margin-left: 10px;
}

.prt-header-style-03 .header_search .header_search_content #search_query_top {
    height: auto;
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    border: none;
    padding-left: 10px;
    font-weight: 600;
}

.prt-header-style-03 .header_search .header_search_content input::-webkit-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-03 .header_search .header_search_content input::-moz-placeholder {
    color: var(--base-dark);
}

.prt-header-style-03 .header_search .header_search_content input:-ms-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-03 .header_search .header_search_content input::-ms-input-placeholder {
    color: var(--base-dark);
}

.prt-header-style-03 .header_search .header_search_content input::placeholder {
    color: var(--base-dark);
}


/*Revolution banner*/

.rev-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 30px 13px 30px;
    background: transparent;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    font-family: var(--base-bodyfont);
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.rev-btn:after {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: var(--base-skin);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.rev-btn:hover:after {
    bottom: -40%;
}

.rev-btn.prt-btnskin:after {
    background-color: var(--base-white);
}

.rev-btn.prt-btndark:after {
    background-color: var(--base-grey);
}


/* ===============================================
    Footer
------------------------*/

.bg-footer {
    background-image: url(../images/bg-image/footer-bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.footer.text-base-white,
.footer.text-base-white a {
    color: rgba(255, 255, 255, .65);
}

.footer.text-base-white a:hover {
    color: var(--base-skin) !important;
}

.footer .footer-logo {
    position: relative;
    margin-bottom: 24px;
}

.footer .social-icons li {
    margin: 0;
}

.footer .social-icons li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

.footer .social-icons li a:hover i {
    color: var(--base-white);
}

.footer .widget-title h3 {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.footer .widget ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

.footer .second-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .first-footer .widget-area:before {
    content: '';
    background: rgba(255, 255, 255, 0.15);
    height: 20px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer .first-footer .row .col-lg-4.widget-area:last-child:before {
    content: unset;
}


/* first-footer */

.footer .first-footer {
    padding: 60px 0 15px;
    border-bottom: 1px solid #dadada;
    border-color: rgba(255, 255, 255, .10);
}

.footer .first-footer .widget {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer .first-footer .widget ul.social-icons>li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}

.footer .first-footer .widget ul.social-icons li a {
    color: rgba(255, 255, 255, 0.70);
    width: auto;
    height: auto;
    line-height: initial;
    border-radius: 50% !important;
    border: 0 solid rgba(255, 255, 255, 0.10);
    margin: 0;
    font-size: 15px;
    background: transparent !important;
    text-transform: capitalize;
    position: relative;
}

.footer .first-footer .widget ul.social-icons li a:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.70);
    height: 1px;
    width: 100%;
    bottom: 3px;
    left: 0;
    margin: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.footer .first-footer .widget ul.social-icons li a:hover,
.footer .first-footer .widget ul.footer-nav-menu li a:hover {
    color: var(--base-skin);
}

.footer .first-footer .widget ul.social-icons li a:hover:before {
    background-color: var(--base-skin);
}

.footer .first-footer .widget ul.footer-nav-menu {
    text-align: center;
}

.footer .first-footer .widget ul.footer-nav-menu li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}

.footer .first-footer .widget ul.footer-nav-menu li a,

/* second-footer */

.second-footer p {
    margin-bottom: 0px;
}


/*widgte-text*/

.second-footer .widget-area {
    position: relative;
}

.second-footer .widget-area .widgte-text {
    padding: 12px 0;
}


/*widget_nav_menu*/

.second-footer .widget_nav_menu {
    padding: 12px 0;
}

.second-footer .widget_nav_menu ul li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0px 0px 13px 0;
    font-size: 15px;
}

.second-footer .widget_nav_menu ul li.last-link {
    padding-bottom: 0;
}

.second-footer .widget_nav_menu ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.menu-footer-quick-links li a i {
    font-size: 10px;
    padding-right: 10px;
}

.menu-footer-quick-links li a:hover {
    color: var(--base-white);
}

.menu-footer-quick-links {
    margin: 0;
}

/*widget_social*/

.second-footer .widget_social {
    padding: 12px 0 0;
}

.second-footer .social-icons li a.prt-social-facebook {
    background-color: #385da9;
    color: var(--base-white);
}

.second-footer .social-icons li a.prt-social-twitter {
    background-color: #33ccff;
    color: var(--base-white);
}

.second-footer .social-icons li a.prt-social-instagram {
    background-color: #D53F7F;
    color: var(--base-white);
}

.second-footer .social-icons li a.prt-social-linkedin {
    background-color: #0073b1;
    color: var(--base-white);
}

.second-footer .social-icons li a:hover {
    background-color: #e02454;
    border-color: #e02454;
}

.second-footer .social-icons li {
    min-width: auto;
    margin-left: 0;
    margin-right: 8px;
}

.second-footer .social-icons li a {
    border: 0;
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-radius: 6px;
}


/*enhanced-text-widget*/

.second-footer .enhanced-text-widget.en-1 {
    padding: 12px 0 0;
}

.second-footer .enhanced-text-widget {
    padding: 12px 0;
}

.second-footer .enhanced-text-widget p strong {
    color: var(--base-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

.second-footer .enhanced-text-widget .prt-btn {
    font-size: 13px;
    font-weight: 700;
    color: var(--base-white);
    padding-left: 0;
}

.second-footer .enhanced-text-widget p strong {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.second-footer .enhanced-text-widget p strong a {
    color: var(--base-white);
}

.second-footer .enhanced-text-widget p strong a:hover {
    color: var(--base-skin);
}

.second-footer .enhanced-text-widget .prt-advertiser {
    padding-top: 15px;
}

.second-footer .enhanced-text-widget .prt-advertiser a {
    display: inline-block;
    padding-right: 2px;
}

.second-footer .enhanced-text-widget .prt-btn {
    /* float: left; */
    font-size: 13px;
    font-weight: 700;
    color: var(--base-white);
    padding-left: 0;
}


/*widget-form*/

.second-footer .widget-form {
    padding: 12px 0 0;
}

.second-footer .newsletter-form {
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.second-footer .newsletter-form .mailchimp-inputbox {
    display: table;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.second-footer .newsletter-form input[type="email"] {
    background-color: transparent;
    border-color: transparent;
    color: var(--prt-white-color);
    padding: 16px 15px 12px 15px;
    font-size: 12px;
    line-height: var(--body-line-height);
    border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}

.second-footer .newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.second-footer .newsletter-form input[type="email"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.second-footer .newsletter-form input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.second-footer .newsletter-form input[type="email"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.second-footer .newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.second-footer .newsletter-form button[type="submit"] {
    font-size: var(--body-font-size);
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 6px;
    right: 10px;
    color: var(--prt-white-color);
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
}

.newsletter-form button[type="submit"] i {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    z-index: -1;
    font-size: 20px;
    color: var(--base-white);
}

.newsletter-form button[type="submit"]:hover i {
    color: var(--base-skin);
}

.newsletter-form .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
}

.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i {
    background-color: var(--base-skin);
    color: var(--base-white);
}


/* checkbox  */

.footer input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.footer input[type=checkbox]+label {
    height: 15px;
    width: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 6px;
}

.footer input[type=checkbox]+label:before {
    height: 15px;
    width: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    content: " ";
    display: inline-block;
    vertical-align: top;
}

.footer input[type=checkbox]:checked+label:before {
    content: "";
    border: solid;
    border-color: var(--base-skin);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 3px;
    top: 0;
    width: 6px;
    height: 10px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}

.footer-img-cus {
    position: relative;
}


/*visa-consultation*/

.second-footer .visa-consultation {
    position: absolute;
    top: 0;
    z-index: 1;
    /* background-position: center center;
    background-attachment: scroll;
    background-size: cover; */
    padding: 27px 30px 10px 30px;
    /* background-image: url(../images/footer-img.png);  */
}


/*visa-consultation*/

.second-footer .visa-consultation p {
    color: var(--base-white) !important;
    font-weight: 600;
}

.second-footer .visa-consultation .section-title .featured-title h3 {
    color: var(--base-dark);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
}

.second-footer .visa-consultation .section-title {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.71);
    padding: 10px 30px;
}

.second-footer .visa-consultation .section-title .featured-title {
    border-bottom: 2px solid var(--base-dark);
}

.second-footer .visa-consultation .big-heading {
    padding-top: 8px;
}

.second-footer .visa-consultation .big-heading h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--base-dark);
    line-height: 25px;
    text-transform: lowercase;
    margin-bottom: 5px;
}

.second-footer .visa-consultation .description {
    text-align: center;
    padding-top: 80px !important;
}

.second-footer .visa-consultation .description h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.second-footer .visa-consultation .description p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.second-footer .visa-consultation .description a {
    color: rgba(255, 255, 255, 1);
}


/** copyright **/

.copyright {
    font-size: 13px;
    line-height: 25px;
    color: rgba(255, 255, 255, .75);
    background-color: #003055;
    padding-top: 17px;
    padding-bottom: 18px;
    text-align: center;
}

.copyright a {
    color: rgba(255, 255, 255, 1);
}

.copyright a:hover {
    color: var(--base-skin);
}

.copyright .footer_logo {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.copyright .footer_logo img {
    max-height: 38px;
}

.copyright .footer_logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    background: rgba(255, 255, 255, 0.10);
    height: 25px;
    width: 1px;
    display: block;
}

.copyright .prt-footer2-left,
.copyright .prt-footer2-right {
    padding-top: 23px;
    padding-bottom: 22px;
    font-size: 14px;
}

.copyright .prt-footer2-right {
    text-align: right;
}


/* ===============================================
    GoTop BUtton
------------------------*/

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: var(--base-skin);
}

@-webkit-keyframes jump {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

@keyframes jump {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

#totop.top-visible {
    -webkit-animation: jump 4s infinite;
    animation: jump 4s infinite;
}


/* ===============================================
    Page-Title-Row
------------------------*/

.prt-titlebar-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.prt-titlebar-wrapper {
    background-image: url(../images/pagetitle-bg.jpg);
}

.prt-titlebar-wrapper.about-img {
    background-image: url(../images/pagetitle-bg-about.jpg);
}

.prt-titlebar-wrapper.service-img {
    background-image: url(../images/pagetitle-bg-services.jpg);
}

.prt-titlebar-wrapper.team-img {
    background-image: url(../images/pagetitle-bg-team.jpg);
}

.prt-titlebar-wrapper.country-img {
    background-image: url(../images/pagetitle-bg-country.jpg);
}

.prt-titlebar-wrapper.prt-bg>.prt-titlebar-wrapper-bg-layer.prt-bg-layer {
    background-color: rgba(0, 13, 22, 0.45);
}

.prt-titlebar-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 300px;
    text-align: left;
}

.page-title-heading h2 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    color: var(--base-white);
}

.breadcrumb-wrapper {
    z-index: 99;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 22px;
    color: var(--base-white);
}

.breadcrumb-wrapper i {
    display: inline-block;
    vertical-align: middle;
    color: var(--base-skin);
    font-size: 16px;
    padding-right: 5px;
    padding-top: 5px;
}

.breadcrumb-wrapper span {
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    border-bottom: 1px solid #ced7e4;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.breadcrumb-wrapper span:nth-child(2):hover {
    border-bottom: 1px solid var(--base-skin);
}

.breadcrumb-wrapper span:nth-child(4):hover {
    border-bottom: 1px solid var(--base-skin);
}

.breadcrumb-wrapper span:last-child:hover {
    border-bottom: 1px solid #ced7e4;
}

.breadcrumb-wrapper span a {
    color: var(--base-white);
}

.breadcrumb-wrapper span:hover a {
    color: var(--base-skin);
}

.breadcrumb-wrapper .prt-sep {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}


/* ===============================================
    Homepage
------------------------*/

.slide-text {
    font-family: var(--base-headingfont-main);
    font-style: italic;
    font-weight: 600;
    display: inline-block;
}

.services-info-fid {
    width: 292px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.prt-image-plane {
    position: absolute;
    right: -30px;
    bottom: -34px;
    width: 25%;
    height: auto;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prt-image-plane img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prt-image-plane:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* ===============================================
    Inner-Pages
------------------------*/


/*------------------------------------------------------------------------------*/


/* services-details
/*------------------------------------------------------------------------------*/

.sidebar-top ul.service-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

.sidebar-top ul.service-nav-menu li {
    list-style-type: none;
    padding: 0;
    border: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.sidebar-top ul.service-nav-menu li a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 25px 15px 25px 15px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.sidebar-top ul.service-nav-menu li.active {
    background-color: var(--base-skin);
}

.sidebar-top ul.service-nav-menu li:hover,
.sidebar-top ul.service-nav-menu li.active:hover {
    background-color: var(--base-dark);
}

.sidebar-top ul.service-nav-menu li.active a,
.sidebar-top ul.service-nav-menu li:hover a {
    color: var(--base-white);
}

.sidebar-top-section .slick_slider .slick-slide {
    padding: 0 !important;
}

.number-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CED7E4;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    padding: 19px 20px 17px 29px;
}

.number-heading h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 3px;
}

.number-heading .process-num {
    padding-right: 10px;
}

.number-heading .process-num .number {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--base-skin);
}


/*------------------------------------------------------------------------------*/


/*  single_page_coaching
/*------------------------------------------------------------------------------*/

.sidebar-link ul.coaching-service-nav-menu {
    display: block;
    padding: 0;
    margin: 0;
}

.sidebar-link ul.coaching-service-nav-menu li {
    list-style-type: none;
    padding: 0;
    border: 0;
}

.sidebar-link ul.coaching-service-nav-menu li a {
    padding: 0;
    border: 0;
}

.sidebar-link ul.coaching-service-nav-menu li.active a>.featured-icon-box.style14 {
    background-color: var(--base-skin);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.0);
}

.sidebar-link ul.coaching-service-nav-menu li.active a>.featured-icon-box.style14 .featured-icon i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    -o-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    color: var(--base-white);
}

.sidebar-link ul.coaching-service-nav-menu li.active a>.featured-icon-box.style14 .featured-content .featured-title h3 {
    color: var(--base-white);
}


/*------------------------------------------------------------------------------*/


/*  single_page_country
/*------------------------------------------------------------------------------*/

.sidebar-country ul.country-service-nav-menu {
    padding: 0;
    margin: 0;
}

.sidebar-country ul.country-service-nav-menu li {
    list-style-type: none;
    padding: 0;
    border: 0;
}

.country-post-item {
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 18px 0px 19px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    background-color: var(--base-white);
    border-right: 1px solid #ced7e4;
}

.country-post-item:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: var(--base-skin);
    height: 3px;
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.country-post-item:hover:before,
.sidebar-country ul.country-service-nav-menu li.active>a>.country-post-item:before {
    opacity: 1;
}

.country-post-item .country-post-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-flag-box span.img-thumbnail {
    line-height: 25px;
    height: 25px;
    width: 25px;
    padding: 12.5px !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.country-post-item .post-country-name span {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    line-height: 26px;
    color: var(--base-dark);
}

.country-info-title h3 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.country-info-title {
    position: relative;
}

.country-info-title:after {
    margin: 0 auto;
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    left: 0;
    background-color: var(--base-skin);
    top: 45px;
}

.country01-first-section .row .col-lg-2.slick-slide {
    padding: 0 !important;
}

.country03-first-section .row .col-lg-2.slick-slide {
    padding: 0 !important;
}

.country04-first-section .row .col-lg-2.slick-slide {
    padding: 0 !important;
}


/* Universities box*/

.ranking-table .table-control th {
    color: var(--base-dark);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 0;
}

.ranking-table .table-control td:first-child,
.ranking-table .table-control th:first-child,
.ranking-table .table-control td:last-child {
    text-align: center;
}

.ranking-table .table-control th:nth-child(2),
.ranking-table .table-control td:nth-child(2) {
    padding-left: 30px;
}

.ranking-table .table-control th:last-child {
    width: 12%;
    text-align: center;
    padding: 14px 10px;
}

.ranking-table .table-control td {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ced7e4;
    color: var(--base-bodyfont-color);
}


/*------------------------------------------------------------------------------*/


/*  single_team
/*------------------------------------------------------------------------------*/

.prt-team-member-single-content h3,
.prt-team-member-content h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}

.prt-team-member-detail {
    padding: 26px 15px 34px 60px;
}

.prt-team-member-detail .prt-team-member-single-title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
}

.prt-team-member-detail .prt-team-member-single-position {
    font-size: 14px;
    font-weight: 600;
    color: var(--base-skin);
    margin-bottom: 4px;
}

.prt-team-member-detail .prt-team-data {
    padding: 22px 0px 25px 0;
}

.certificate-team-detail img {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}


/*------------------------------------------------------------------------------*/


/*  Classic_Blog
/*------------------------------------------------------------------------------*/

article.prt-blog-classic {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

article.prt-blog-classic:last-child {
    margin-bottom: 15px;
}

article.prt-blog-classic .prt-post-featured-wrapper {
    position: relative;
    overflow: hidden;
}

article.prt-blog-classic .prt-blog-classic-content {
    background: var(--base-grey);
    padding: 22px 30px 32px;
    z-index: 11;
    position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
}

.prt-blog-classic .prt-box-post-cat {
    z-index: 1;
    top: 10px;
    left: 9px;
    font-size: 13px;
    font-weight: 500;
    width: auto;
    padding: 0 14px 2px;
    position: absolute;
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-blog-classic .prt-box-post-cat a {
    color: var(--base-white);
}

.prt-blog-classic .post-meta,
.prt-blog-single .post-meta {
    display: block;
    padding: 8px 0 11px;
}

.prt-blog-classic .post-meta .prt-meta-line,
.prt-blog-single .post-meta .prt-meta-line {
    padding-right: 15px;
    position: relative;
    color: inherit;
}

.prt-blog-classic .post-meta .prt-meta-line a,
.prt-blog-single .post-meta .prt-meta-line a {
    color: var(--body-font-color);
}

.prt-blog-classic .post-meta .prt-meta-line:last-child {
    padding-right: 0;
}

.prt-blog-classic .post-meta .prt-meta-line i,
.prt-blog-single .post-meta .prt-meta-line i {
    padding-right: 4px;
    color: var(--base-skin);
}

.prt-blog-classic .entry-header .entry-title {
    font-size: 26px;
    line-height: 30px;
    position: relative;
    margin-bottom: 12px;
}

.sidebar .widget.widget-search .search-form .btn[type="submit"]:after {
    content: unset;
}


/*------------------------------------------------------------------------------*/


/*  Single_Blog
/*------------------------------------------------------------------------------*/

.prt-blog-single .prt-blog-single-content {
    overflow: hidden;
}

.prt-blog-single .post-meta {
    display: block;
    padding: 5px 0 15px 0;
}

.prt-blog-single h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
}

p.firstcharacter::first-letter {
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
    padding: 0px 10px 0px 0px;
    color: var(--base-dark);
    float: left;
}

.prt-blog-single blockquote {
    border: none;
    background-color: var(--base-white);
    color: var(--base-dark);
    display: block;
    position: relative;
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    padding: 77px 30px 28px 30px;
    margin: 40px 0 28px 0px;
    line-height: 30px;
    min-height: 100px;
    border-radius: 0px;
    z-index: 1;
}

.prt-blog-single p {
    margin-bottom: 20px;
}

.prt-blog-single blockquote i {
    position: absolute;
    top: 30px;
    left: 30px;
    right: auto;
    z-index: 1;
    display: block;
    font-size: 46px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: var(--base-skin);
}

.prt-blog-single blockquote cite {
    display: block;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
    padding-left: 15px;
    color: var(--base-skin);
}

.prt-blog-single blockquote cite:before {
    content: "\e846";
    font-family: "fontello";
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 400;
    color: inherit;
}

.prt-blog-single .blog-tag-and-media-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 46px;
}

.prt-blog-single .social-media-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prt-blog-single .ttm_tag_lists {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prt-blog-single .ttm_tag_lists .prt-tags-links-title {
    color: var(--base-skin);
}

.prt-blog-single .prt-tags-links a {
    padding: 7px 25px;
    background-color: var(--base-white);
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    margin: 4px 6px 4px 6px;
    border-radius: 0px;
    color: var(--body-font-color);
    border: 1px solid #ced7e4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prt-blog-single .prt-tags-links a:hover {
    color: var(--base-dark);
}

.prt-blog-single .prt-social-share-wrapper ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.prt-blog-single .prt-social-share-wrapper ul li {
    display: inline-block;
    margin: 0 0 0 7px;
}

.prt-blog-single .prt-social-share-wrapper ul li:first-child {
    margin: 0;
}

.prt-blog-single .prt-social-share-wrapper ul li a {
    border: 1px solid transparent;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 0;
}

.prt-blog-single .social-icons.square li:last-child a {
    margin-right: 0;
}

.prt-blog-single .social-icons.square li a i {
    color: var(--base-white);
}

.prt-blog-single .social-icons.square li.social-facebook a {
    background-color: #385da9;
}

.prt-blog-single .social-icons.square li.social-twitter a {
    background-color: #33ccff;
}

.prt-blog-single .social-icons.square li.social-linkedin a {
    background-color: #0073b1;
}

.prt-blog-single .social-icons.square li.social-pinterest a {
    background-color: #bd081c;
}

.prt-blog-single .social-icons.square li:hover a {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


/*blog-comment*/

.comments-area {
    margin-bottom: 0;
}

.comments-area h3.comment-reply-title {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 15px;
}

.comments-area p {
    margin-bottom: 20px;
}

p.comment-notes {
    margin-bottom: 10px;
    font-style: italic;
}

p.form-submit {
    margin-bottom: 0px
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    vertical-align: middle;
    width: 100%;
    color: #8d8d8d;
    padding: 11px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(119, 119, 119, .2);
    font-size: 14px;
    line-height: inherit;
}

.bg-base-grey .comment-form textarea,
.bg-base-grey .comment-form input[type="text"],
.bg-base-grey .comment-form input[type="email"],
.bg-base-grey .comment-form input[type="url"] {
    background-color: var(--base-white);
    border: 1px solid #ced7e4;
}

.comment-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus {
    border: 1px solid var(--base-skin);
}


/*------------------------------------------------------------------------------*/


/*  Error_page
/*------------------------------------------------------------------------------*/

section.error-404 {
    position: relative;
    padding: 161px 0 96px;
}

section.error-404 {
    background-image: url(../images/bg-image/row-bg-img-4.png);
    background-color: rgba(240, 245, 251, 1);
    background-position: 0 -100px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

section.error-404 .page-content h2 {
    font-size: 110px;
    line-height: 124px;
    font-weight: 600;
    margin-bottom: 0;
}

section.error-404 .page-content h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

section.error-404 .page-content h3 span {
    font-style: italic;
    color: var(--base-skin);
    font-family: var(--base-headingfont-main);
}

section.error-404 .page-content p {
    margin-bottom: 32px;
}

section.error-404 .prt-404-img {
    margin-bottom: 35px;
}


/*------------------------------------------------------------------------------*/


/*  Map
/*------------------------------------------------------------------------------*/

#map {
    display: block;
    height: 100%;
    width: 100%;
}

#map.style2 {
    height: 500px;
}

#map iframe {
    width: 100%;
    height: 100%;
    /*filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );*/
}


/* ================= owl carousel css start here ======================  */

.circle-slider-sec {
    padding: 30px 0px;
}

#f1_container {
    position: relative;
    margin: 40px auto;
    width: 100%;
    height: 300px;
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    /* padding: 30px 0px; */
}

#f1_card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -o-transition: all 1.0s linear;
    transition: all 1.0s linear;
    border-radius: 50%;
}

.off-shore-sec #f1_card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -o-transition: all 1.0s linear;
    transition: all 1.0s linear;
    border-radius: 5px;
}

#f1_container:hover #f1_card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-shadow: -5px 5px 5px #aaa;
    box-shadow: -5px 5px 5px #aaa;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.face.back {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#f1_container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.off-shore-sec #f1_container img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.circle-content {
    /* background-color: red; */
    text-align: center;
    padding: 10px 0px;
}

.circle-content a {
    font-size: 20px;
    font-weight: 600;
    color: #7b7b7b;
}


/* ================heading css=================== */

.custom-three h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    font-weight: 600;
    font-size: 46px;
}


/* .custom-three h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
  } */

.custom-three h2:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background-color: #4699c0;
}

.custom-three h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: #4699c0;
}

.custom-head-a {
    text-align: center;
}

.custom-head-a a {
    position: relative;
    padding: 0;
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
}


/* .custom-head-a a {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
  } */


/* =======================invest-planing-sec================================= */

.invest-planing-sec {
    padding: 30px 0px;
}

.invest-planing-sec .left-invest-img {
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.invest-planing-sec .right-invest-para {}

.invest-planing-sec .right-invest-para h3 {
    margin-bottom: 0px;
    position: relative;
    margin-left: 20px;
    font-size: 30px;
    padding: 45px 0px;
}

.invest-planing-sec .right-invest-para h3:before {
    position: absolute;
    content: "\f0a4";
    left: 0px;
    /* top: 0px; */
    color: #4699c0;
    line-height: 32px;
    font-size: 25px;
    margin-left: -26px;
    font-family: "FontAwesome";
}


/* title-tip down */

.title-tip[data-title]:hover {
    position: relative;
}

.title-tip[data-title]:hover:before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    content: attr(data-title);
    margin-top: 0.5em;
    padding: 0.5em;
    min-width: 600px !important;
    height: 75px;
    line-break: anywhere;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 16px;
    color: #000;
    text-align: center;
    background-color: #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}


/* ================contact us section=========================== */

.z-index-3 {
    z-index: 3;
}

.custom-col-bg-img.col-bg-img-four.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-4.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
    width: 95%;
}

.custom-texture {
    background-color: #e5e5f7;
    opacity: 0.8;
    background-image: -o-linear-gradient(60deg, #fdfdfd 12%, transparent 12.5%, transparent 87%, #fdfdfd 87.5%, #fdfdfd), -o-linear-gradient(300deg, #fdfdfd 12%, transparent 12.5%, transparent 87%, #fdfdfd 87.5%, #fdfdfd), -o-linear-gradient(60deg, #fdfdfd 12%, transparent 12.5%, transparent 87%, #fdfdfd 87.5%, #fdfdfd), -o-linear-gradient(300deg, #fdfdfd 12%, transparent 12.5%, transparent 87%, #fdfdfd 87.5%, #fdfdfd), -o-linear-gradient(30deg, #fdfdfd77 25%, transparent 25.5%, transparent 75%, #fdfdfd77 75%, #fdfdfd77), -o-linear-gradient(30deg, #fdfdfd77 25%, transparent 25.5%, transparent 75%, #fdfdfd77 75%, #fdfdfd77);
    background-image: linear-gradient(30deg, #fdfdfd 12%, transparent 12.5%, transparent 87%, #fdfdfd 87.5%, #fdfdfd), linear-gradient(150deg, #fdfdfd 12%, transparent 12.5%, transparent 87%, #fdfdfd 87.5%, #fdfdfd), linear-gradient(30deg, #fdfdfd 12%, transparent 12.5%, transparent 87%, #fdfdfd 87.5%, #fdfdfd), linear-gradient(150deg, #fdfdfd 12%, transparent 12.5%, transparent 87%, #fdfdfd 87.5%, #fdfdfd), linear-gradient(60deg, #fdfdfd77 25%, transparent 25.5%, transparent 75%, #fdfdfd77 75%, #fdfdfd77), linear-gradient(60deg, #fdfdfd77 25%, transparent 25.5%, transparent 75%, #fdfdfd77 75%, #fdfdfd77);
    background-size: 8px 14px;
    background-position: 0 0, 0 0, 4px 7px, 4px 7px, 0 0, 4px 7px;
}

.custom-conta-foot {
    width: 100%;
    padding: 20px 20px;
}

.prt-row.padding_top_zero-section {
    padding: 0 0 0px;
}

.custom-layer-content.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* =================================about us ================================== */

.serviceBox-custom {
    color: #05AFF9;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 25px 20px 25px 80px;
    position: relative;
    z-index: 1;
}

.serviceBox-custom:before,
.serviceBox-custom:after {
    content: '';
    border: 4px solid #05AFF9;
    position: absolute;
    left: 28px;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
}

.serviceBox-custom:after {
    -webkit-clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%);
    clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%);
}

.serviceBox-custom .service-icon {
    color: #fff;
    background-color: #05AFF9;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin: 0 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}

.serviceBox-custom .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.serviceBox-custom .description {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

.serviceBox-custom.orange {
    --main-color: #F97406;
}

.serviceBox-custom.pink {
    --main-color: #FF0748;
}

@media only screen and (max-width: 1199px) {
    .serviceBox-custom {
        margin: 0 0 40px;
    }
}


/* ===============================contact us page start======================================== */

form.contact_form input,
form.contact_form textarea,
form.contact_form select {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #ced7e4;
    padding: 6px 10px 6px 10px;
    font-size: 15px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6px 10px 6px 10px !important;
    border-radius: 5px;
    border: 1px solid #ced7e4;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #888888 transparent transparent transparent;
    position: absolute;
    top: 17px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.select-styled.active:after {
    top: 17px;
    border-color: #e02454 transparent transparent transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.col8-padding-cs {
    padding: 20px 90px 20px 30px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    border: 2px solid #000;
    background-color: #f9f9f9;
    opacity: 1;
    background-image: -o-linear-gradient(#ffffff 0.8px, transparent 0.8px), -o-linear-gradient(left, #ffffff 0.8px, transparent 0.8px), -o-linear-gradient(#ffffff 0.4px, transparent 0.4px), -o-linear-gradient(left, #ffffff 0.4px, #f9f9f9 0.4px);
    background-image: linear-gradient(#ffffff 0.8px, transparent 0.8px), linear-gradient(90deg, #ffffff 0.8px, transparent 0.8px), linear-gradient(#ffffff 0.4px, transparent 0.4px), linear-gradient(90deg, #ffffff 0.4px, #f9f9f9 0.4px);
    background-size: 20px 20px, 20px 20px, 4px 4px, 4px 4px;
    background-position: -0.8px -0.8px, -0.8px -0.8px, -0.4px -0.4px, -0.4px -0.4px;
}

.contact-right-img {
    position: absolute;
    /* margin-left: -65px; */
    width: 407px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    text-align: justify;
    padding: 10px;
    left: 88%;
    top: 23%;
    -webkit-transform: translate(-88%, -23%);
    -ms-transform: translate(-88%, -23%);
    transform: translate(-88%, -23%);
}

.contact-right-img b {
    color: #000;
}

.contact-us-contact-form-section form h5,
.contact-us-contact-form-section form h6 {
    margin-bottom: 2px;
}

.contact-form-span {
    color: red;
}


/* ============================ our team ==================================== */

.team-section {
    padding: 30px 0px;
}

.teams-cus2 {
    background-color: #f6f6f6;
    opacity: 1;
    background-image: -o-linear-gradient(#fdfdfd 0.8px, transparent 0.8px), -o-linear-gradient(left, #fdfdfd 0.8px, transparent 0.8px), -o-linear-gradient(#fdfdfd 0.4px, transparent 0.4px), -o-linear-gradient(left, #fdfdfd 0.4px, #f6f6f6 0.4px);
    background-image: linear-gradient(#fdfdfd 0.8px, transparent 0.8px), linear-gradient(90deg, #fdfdfd 0.8px, transparent 0.8px), linear-gradient(#fdfdfd 0.4px, transparent 0.4px), linear-gradient(90deg, #fdfdfd 0.4px, #f6f6f6 0.4px);
    background-size: 20px 20px, 20px 20px, 4px 4px, 4px 4px;
    background-position: -0.8px -0.8px, -0.8px -0.8px, -0.4px -0.4px, -0.4px -0.4px;
    /* border-top: 2mm ridge #6097bf; */
}

.team-left-img {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    border: 1px solid #ccc;
    z-index: 1;
    position: relative;
}

.team-left-img img {
    width: 533px !important;
    height: 400px !important;
}

.team-right-content {
    /* border: 1px solid #ccc; */
    min-height: 300px;
    margin-left: -100px;
    /* position: relative; */
    z-index: -1;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.team-right-content {
    padding: 10px 10px 0px 100px;
    text-align: justify;
    height: 275px;
    overflow-y: scroll;
    background-color: #fff;
}

.team-right-content p::-webkit-scrollbar-thumb {
    background-color: #d4d4d4db;
}

.team-right-content p::-webkit-scrollbar {
    background-color: #ffffff00;
}

.team-right-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.team-left-img-sec {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    border: 1px solid #ccc;
}

.our-team-sec-img img {
    width: 533px !important;
    height: 400px !important;
}

.team-right-content-sec {
    padding: 10px 100px 10px 10px;
    text-align: justify;
    height: 275px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    min-height: 300px;
    margin-right: -100px;
    /* position: relative; */
    z-index: -1;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.team-right-content-sec p {
    padding: 10px 100px 0px 10px;
    text-align: justify;
    height: 275px;
    overflow: auto;
    direction: rtl;
}

.team-right-content-sec p::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
}

.team-right-content-sec p::-webkit-scrollbar {
    background-color: #ffffff00;
}

.team-right-content-sec p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.col-heading-2 {
    /* text-align: right; */
}


/* ========================our team page slider ===================================== */

.our-team-slider-sec {
    background-color: #dadada;
    opacity: 1;
    background-image: -o-linear-gradient(#fcfcfc 0.8px, transparent 0.8px), -o-linear-gradient(left, #fcfcfc 0.8px, transparent 0.8px), -o-linear-gradient(#fcfcfc 0.4px, transparent 0.4px), -o-linear-gradient(left, #fcfcfc 0.4px, #dadada 0.4px);
    background-image: linear-gradient(#fcfcfc 0.8px, transparent 0.8px), linear-gradient(90deg, #fcfcfc 0.8px, transparent 0.8px), linear-gradient(#fcfcfc 0.4px, transparent 0.4px), linear-gradient(90deg, #fcfcfc 0.4px, #dadada 0.4px);
    background-size: 20px 20px, 20px 20px, 4px 4px, 4px 4px;
    background-position: -0.8px -0.8px, -0.8px -0.8px, -0.4px -0.4px, -0.4px -0.4px;
}

.teams-cus {
    font-family: "Raleway", sans-serif;
}

.teams-cus .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.dedicated_team {
    max-width: 285px;
    height: 285px;
}

#customers-teams .item {
    height: 350px !important;
    text-align: center;
    padding: 20px 50px;
    /* margin-bottom: 45px; */
    opacity: 0.9;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-teams1 .item {
    height: 235px !important;
    text-align: center;
    padding: 20px 50px;
    margin-bottom: 80px;
    opacity: 0.6;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-teams .item p {
    font-size: 12px;
}

#customers-teams .item h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
    margin-bottom: 0px;
    margin-top: 15px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-break: anywhere;
}

#customers-teams .item .title {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 25px;
}

#customers-teams1 .item p {
    font-size: 12px;
}

#customers-teams1 .item h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
    margin-bottom: 0px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-break: anywhere;
}

#customers-teams1 .item .title {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 25px;
}

#pastexp {
    margin-top: 5px;
}

#customers-teams .item h5 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 0px;
    line-height: 20px;
}

#customers-teams .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#customers-teams1 .item h5 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 0px;
    line-height: 20px;
}

#customers-teams1 .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.teams-cus .owl-carousel .owl-item .img-circle {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.teams-cus2 .owl-carousel .owl-item .img-circle {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    border-radius: 50%;
}

.teams-cus .owl-carousel .owl-item .img-circle:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#customers-teams.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams.owl-carousel .owl-dots .owl-dot:hover span {
    background: #6097bf;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-teams1.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams1.owl-carousel .owl-dots .owl-dot:hover span {
    background: #6097bf;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-teams.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-teams.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-teams1.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-teams1.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-teams.owl-carousel .owl-dots .owl-dot span {
    background: #6097bf;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    margin-top: 50px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 250ms ease-out 0s;
    -o-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    width: 20px;
    outline: none;
    border-radius: 50% !important;
}

#customers-teams1.owl-carousel .owl-dots .owl-dot span {
    background: #6097bf;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    margin-top: 50px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 250ms ease-out 0s;
    -o-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    width: 20px;
    outline: none;
    border-radius: 50% !important;
}

.owl-dot,
.owl-dot:active,
.owl-dot:focus {
    outline: 0 !important;
}

@media only screen and (max-width: 1000px) {
    #customers-teams.owl-carousel .owl-dots .owl-dot span {
        height: 20px;
        width: 20px;
        margin-top: 30px;
    }

    #customers-teams1.owl-carousel .owl-dots .owl-dot span {
        height: 20px;
        width: 20px;
        margin-top: 30px;
    }
}

#teamsocial {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    margin-top: 20px;
}

#teamsocial #socialicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#teamsocial #socialicon:hover {
    font-size: 2rem;
    width: 50px;
    height: 50px;
}

.team-heading1 h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 32px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    font-weight: 600;
}


/* .team-heading1 h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
  } */

.team-heading1 h2:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background-color: #4699c0;
}

.team-heading1 h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: #4699c0;
}

.container-custom {
    max-width: 1140px;
    padding: 0 20px;
}


/* ==============================country-section=================================== */

.country-section {
    padding: 40px 2px;
}

.con-country-top {
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 20px;
}

.country-fi-a {
    text-align: right;
}

.country-fi-a a {
    border: 1px solid #ccc;
    padding: 5px 10px;
}


/*----------  Our Destinations CSS Start  ---------*/

.destinations-part .nav-tabs {
    border-bottom: none;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.color-white {
    color: #fff;
}

.desti-item {
    background: #6b6b6b;
    overflow: hidden;
    display: block;
    height: 325px;
    position: relative;
    border-radius: 5px;
}

.isotope .desti-item.filtered {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.desti-item:hover img {
    opacity: 0.7;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.desti-item .detail-inner-hover:hover .country-images img {
    opacity: 1 !important;
}

.desti-item .desti-detail-hover {
    position: absolute;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: table;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0, 0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0, 0);
    transform: translateX(-50%) translateY(-50%) scale(0, 0);
}

.desti-item:hover .desti-detail-hover {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    transform: translateX(-50%) translateY(-50%) scale(1, 1);
}

.detail-inner-hover {
    padding: 8px;
    text-align: left;
    vertical-align: bottom;
    display: table-cell;
}

p.dec {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.desti-item .detail-inner-hover:before {
    background: #ffffff;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.desti-item .detail-inner-hover:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.desti-item:hover .detail-inner-hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.desti-detail {
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 25px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.desti-item:hover .desti-detail {
    opacity: 0;
}

.desti-item .title {
    font-size: 20px;
    font-weight: 400;
}

.desti-item .tour-info {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.desti-item .price-box .price {
    font-size: 20px;
    color: #ffffff;
}

.desti-item .price-box .price span {
    font-size: 16px;
    font-weight: 400;
}

.desti-detail .rating-summary-block {
    line-height: 0;
}

.price-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 60px;
}


/*---------- Our Destinations CSS End  ---------*/


/*----- Tab CSS Start ---*/

#tabs {
    text-align: center;
}

.nav-tabs {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.nav-tabs>li {
    padding-right: 10px;
    padding: 5px !important;
}

.nav-tabs>li:last-child {
    padding-right: 0px;
}

.faq-part .nav>li>a {
    background: #f3f2fb;
    color: #daac39;
    display: block;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 25px;
}

.nav-tabs>li>a.selected,
.nav-tabs>li>a.selected:hover,
.nav-tabs>li>a.selected:focus {
    background: #daac39;
    color: #ffffff !important;
}

#items [class*="items-"] {
    display: none;
}

#items [class*="items-"].selected {
    display: block;
}


/* Tab CSS End */


/*---------- Accordion CSS Start ---------*/

.tab_content {
    margin-bottom: -20px;
}

.card-title {
    font-weight: 500;
}

.card-header {
    background: none;
    border: none;
    padding: 0;
}

.card-body.card-bg {
    padding: 15px 30px 30px;
    border-bottom: 1px solid #e1e1e1;
}

.card-body .pro-dec:last-child {
    padding-bottom: 0;
}

.accordion .card-header::after {
    content: "";
    opacity: 0.75;
    font-size: 14px;
    background: rgba(0, 0, 0, 0) url(../images/minus.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .card-header.collapsed:after {
    background: rgba(0, 0, 0, 0) url(../images/plus.svg) no-repeat center center;
    opacity: 0.75;
}

.accordion .card-header:hover:after,
.accordion .card-header.collapsed:hover:after {
    opacity: 1;
}

.accordion .card-header {
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    color: #202833;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.pro-dec {
    padding: 5px 0;
}

.product-info {
    width: 170px;
    font-weight: 500;
}

.product-info,
.pro-value {
    display: table-cell;
}


/*------- Accordion CSS End -------------*/


/**************************
    Nav Tabs Style Start
***************************/

.top-strip-flex .nav-tabs {
    padding-bottom: 0px;
    border-bottom: unset;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-tabs .nav-link {
    background: #009bc1;
    color: #ffffff;
    min-width: 100px;
    border: none;
    font-weight: 500;
    border-radius: 5px;
}

.country_nav_tabs {
    background: #009bc1;
    color: #ffffff;
    width: 155px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: none;
    font-weight: 500;
    border-radius: 5px;
}

.top-strip-flex .nav-tabs .nav-link {
    border-radius: 0px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    background: #009bc1;
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    background: #183660;
    color: #fff;
}

.top-strip-flex .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    padding: 8px 10px;
}

.top-strip-flex .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    background: #183660;
    color: #fff;
    padding: 8px 10px;
}


/**************************
      Nav Tabs End
  ***************************/

.desti-item img {
    min-height: 325px;
    width: 100%;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.packages-btn .view-details-cus {
    color: #fff;
    border: 1px solid #fff;
}

.detail-inner-hover .price-box:nth-child(3) {
    border-bottom: 1px solid #fff;
}

.country-images {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.country-images img {
    width: 55px;
    min-height: 55px;
    border-radius: 50%;
}

.country-images1 {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

.country-images1 img {
    width: 55px;
    min-height: 55px;
    border-radius: 50%;
}


/* =============================overview page ============================ */

.citizen-by-investment {
    padding: 40px 2px;
    position: relative;
    z-index: 111;
}


/* .over-first-dv{
    margin: 1em 0em 20em 0em ;
} */

.over-right-div img {
    width: 550px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.over-left-div {
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 20px;
    position: absolute;
    width: 50%;
    bottom: -120px;
    left: 20%;
    z-index: 112;
    background-color: #fff;
}

.over-left-div p {
    /* word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    /* height: 275px !important;
    overflow-y: scroll; */
}

.over-left-div h3 {
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inv-a-tag {
    margin-top: 20px !important;
    text-align: right;
}

.over-left-div a {
    padding: 10px 10px;
    background-color: #0073b1;
    color: #fff;
}

.citizen-by-investment-sec {
    margin-top: 11em;
    margin-bottom: 6em;
}

.invet-over-right {
    text-align: justify;
    /* background: url(../new-images/pat-3.jpg); */
    padding-right: 10px;
}

.invet-over-right p {
    text-align: justify;
}

.citizen-sec {
    /* background: url(../new-images/pat-3.jpg); */
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 10px;
}

.citizen-by-investment-third {
    margin: 10px 0px;
    background-color: #003a66;
    background-image: url("../new-images/bg-1.png");
    background-blend-mode: overlay;
    /* background-image: url(); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.citizen-by-investment-third .container-custom {
    padding: 10px 0px;
}

.over-content-dv {
    padding: 20px;
}

.kwybenefits-citizen-sec {
    margin: 6em 0em;
}

.over-content-dv h3,
.over-content-dv p {
    color: #fff;
    text-align: justify;
}

.over-first-dv {
    background-color: #f7f7f7;
    opacity: 1;
    background-image: -o-linear-gradient(#ffffff 2px, transparent 2px), -o-linear-gradient(left, #ffffff 2px, transparent 2px), -o-linear-gradient(#ffffff 1px, transparent 1px), -o-linear-gradient(left, #ffffff 1px, #f7f7f7 1px);
    background-image: linear-gradient(#ffffff 2px, transparent 2px), linear-gradient(90deg, #ffffff 2px, transparent 2px), linear-gradient(#ffffff 1px, transparent 1px), linear-gradient(90deg, #ffffff 1px, #f7f7f7 1px);
    background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}


/* =============================country details ================================== */

.country-by-investment {
    padding: 40px 2px;
    position: relative;
    z-index: 111;
}

.over-right-div1 {
    width: 550px !important;
    position: relative;
    z-index: 120;
}

.over-first-dv1 {
    background-color: #f7f7f7;
    opacity: 1;
    background-image: -o-linear-gradient(#ffffff 2px, transparent 2px), -o-linear-gradient(left, #ffffff 2px, transparent 2px), -o-linear-gradient(#ffffff 1px, transparent 1px), -o-linear-gradient(left, #ffffff 1px, #f7f7f7 1px);
    background-image: linear-gradient(#ffffff 2px, transparent 2px), linear-gradient(90deg, #ffffff 2px, transparent 2px), linear-gradient(#ffffff 1px, transparent 1px), linear-gradient(90deg, #ffffff 1px, #f7f7f7 1px);
    background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.over-left-div1 {
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 20px 65px 20px 20px;
    position: absolute;
    width: 50%;
    bottom: -10px;
    left: 4%;
    z-index: 107;
    background-color: #fff;
}

.over-left-div1 a {
    padding: 10px 10px;
    background-color: #0073b1;
    color: #fff;
}

.country-detail-para {
    height: 150px;
    overflow-y: scroll;
}

.country-detail-para::-webkit-scrollbar-thumb {
    background-color: #e7e7e7db;
}

.country-detail-para::-webkit-scrollbar {
    background-color: #ffffff00;
}

.country-detail-para::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.inv-a-tag1 {
    text-align: right;
    margin-top: 25px;
}

.over-right-div1 img {
    height: 300px;
    object-fit: cover;
}


/* ====================country details page ======================= */

.country-by-investment-third {
    margin: 10em 0em;
    background-color: #003a66;
    background-image: url("../new-images/bg-1.png");
    background-blend-mode: overlay;
    /* background-image: url(); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.country-by-investment-third .container-custom {
    padding: 10px 0px;
}

.first-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.first-with-icon:last-child {
    border-bottom: none;
}

.country-enq-img img {
    float: right;
    width: 50px;
    height: 50px;
}

.cntry-benifits p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.first-w-i-cont h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* .first-w-i-cont p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.first-w-i-cont h5,
.first-w-i-cont p {
    margin-bottom: 0;
}

.first-w-i-cont {}

.country-enq-left {
    background-color: #fff;
    padding: 10px;
    min-height: 300px;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    position: absolute;
    /* top: 0px; */
    bottom: -40%;
    left: 8%;
    z-index: 101;
    width: 50%;
}

.country-enq-right {
    background-color: #fff;
    min-height: 300px;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    position: relative;
    top: -30%;
    right: 25px;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.country-enq-right:hover {
    z-index: 103;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.country-enq-right p {
    padding: 0px 0px 0px 8px;
    text-align: justify;
}

.country-enq-button a {
    background-color: #0073b1;
    color: #fff;
    padding: 5px 20px;
    margin: 0px 5px;
}

.country-enq-button a i {
    margin-right: 8px;
}

.country-enq-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.usa-citizenship-left-dv {
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.usa-citizenship-left-dv img {
    width: 535px !important;
    height: 400px !important;
}

.usa-citizen-sec {
    margin: 5rem 0rem;
}

.usa-citizen-heading h2 {
    font-size: 32px;
}

.usa-citizen-heading {
    padding-bottom: 20px;
}

.usa-citizen-right-dv {
    background-color: rgb(245 245 245);
    height: 400px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.usa-citizen-right-dv::-webkit-scrollbar-thumb {
    background-color: #e7e7e7db;
}

.usa-citizen-right-dv::-webkit-scrollbar {
    background-color: #ffffff00;
}

.usa-citizen-right-dv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.top-strip-text {
    width: 100%;
    text-align: center;
}

.top-strip-text {
    position: relative;
    z-index: 222;
}

.top-strip-flex {
    background-color: rgb(255, 255, 255);
    padding: 10px 10px;
    position: relative;
    top: -27px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    width: 100%;
}

.top-strip-flex a {
    padding: 0px 10px;
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.top-strip-flex a:hover {
    color: #0073b1;
}


/* =============================certificate page================================ */

.certificate-sec {
    padding: 5rem 0rem;
    /* background-image: url("../new-images/certi-bg.jpg"); */
    /* background-color: #0073b1; */
    background-image: url("../new-images/certi-bg.jpg"), -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background-image: url("../new-images/certi-bg.jpg"), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background-image: url("../new-images/certi-bg.jpg"), linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background-blend-mode: overlay;
    /* background-image: url(); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.certificate-div {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.certificate-para {
    background-color: #4ca3ca;
    padding: 10px;
    text-align: center;
}

.certificate-para p {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
}

.certificate-para p a {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.certificate-para p a:hover {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.certificate-div {
    margin: 10px 0px;
}

.country-sec {
    padding: 20px 0px;
}

.counter-img-ic {
    width: 60px !important;
    margin: auto;
}

.fixed-header {
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
}

/* .hed-visi {
    display: none !important;
    -webkit-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
} */

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

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

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

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

.home02-about-us-section .offshor-img-cus img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.offshor-img-cus {
    width: 650px !important;
    height: 500px !important;
}

.offshor-second-img-cus {
    width: 650px !important;
    height: 500px !important;
}

.fix-img-cus {
    width: 650px !important;
    height: 500px !important;
    object-fit: cover;
}

.home02-about-us-section {
    margin-top: 50px;
}

.home02-about-us-section .fix-img-cus img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home03-welcome-section .offshor-second-img-cus img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* .home03-welcome-section .fix-img-cus{
width: 100%;
height: auto;
object-fit: cover;
} */

.home03-welcome-section .fix-img-cus img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.why-we-sa-img img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured-desc-cus p span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pad-top-bot {
    padding: 20px 30px;
}

.prt_single_image-wrapper img {
    width: 550px;
    height: 550px;
    /* padding: 0px; */
}


/* ==============Banner Slider Start================ */

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}


/* .slide-inner::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
} */

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\2190";
    font-size: 25px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\2192";
    font-size: 25px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

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

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }

    .banner-txt-format {
        line-height: 80px !important;
    }
}

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

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}




@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 555px !important;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        /* padding-top: 95px; */
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 800px;
}

.hero-style .slide-title h2 {
    font-family: var(--base-headingfont-main);
    font-size: 48px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    color: #003a66;
    margin: 0 0 10px;
    text-transform: capitalize;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 40px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: #e23861;
    color: #ffffff;
    border-radius: 50px;
    margin-top: 30px;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: rgb(0, 55, 96);
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

@media only screen and (min-width:200px) and (max-width:567px) {
    .banner-txt-format {
        line-height: 50px !important;
    }

    .hero-style .slide-title h2 {
        font-size: 18px;
        margin: 0 0 0px;
    }
}

.news-img img {
    width: 685px !important;
    object-fit: cover;
    height: 600px;
}

/* ==============Banner Slider End================ */
.testimonial-vertical .slick-list.draggable {
    overflow-y: scroll;
}

.testimonial-vertical .slick-list.draggable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #003a6600;
}

.testimonial-vertical .slick-list.draggable::-webkit-scrollbar {
    width: 10px;
    background-color: #003a6600;
}

.testimonial-vertical .slick-list.draggable::-webkit-scrollbar-thumb {
    background-color: #003a6600;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

@media (max-width:768px) {
    #contact-box2 {
        order: 4;
    }

    #contact-box3 {
        order: 2;
    }
}

@media (max-width:1200px) {
    #contact-box2 {
        order: 4;
    }

    #contact-box3 {
        order: 2;
    }
}

.slick-track {
    transform: unset !important;
}

.footer-subs-inpt {
    color: #fff;
}

/* Change the white to any color */
input.footer-subs-inpt:-webkit-autofill,
input.footer-subs-inpt:-webkit-autofill:hover,
input.footer-subs-inpt:-webkit-autofill:focus,
input.footer-subs-inpt:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #003a66 inset !important;
    box-shadow: 0 0 0 30px #003a66 inset !important;
    background-color: #003a66 !important;
    background: #003a66 !important;
    -webkit-text-color: #fff;
    -webkit-text-fill-color: #ffffff;
}

.invet-over-left img {
    width: 525px !important;
    height: 375px;
}

/* ====================Textarea Alignment====================== */
.home-second-sec {
    /* height: 320px !important; */

    overflow-y: scroll !important;
}

.home-second-sec::-webkit-scrollbar {
    background-color: #ffffff00;
}

.home-second-sec::-webkit-scrollbar-thumb {
    background-color: #e7e7e7db;
}

.home-second-sec::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.home-second-sec,
p {
    text-align: justify;
}

.choose-us-text {
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.choose-us-sec-img {
    height: 655px;
}

.about-para {
    height: 380px !important;
    overflow-y: scroll !important;
}

.about-para::-webkit-scrollbar-thumb {
    background-color: #e7e7e7db;
}

.about-para::-webkit-scrollbar {
    background-color: #ffffff00;
}

.about-para::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.about-mission {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.country-resi-para p {
    height: 275px;
    overflow-y: scroll;
}

.country-resi-para p::-webkit-scrollbar-thumb {
    background-color: #e7e7e7db;
}

.country-resi-para p::-webkit-scrollbar {
    background-color: #ffffff00;
}

.country-resi-para p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.residence-detail p {
    height: 290px;
    overflow-y: scroll;
    text-align: justify;
}

.residence-detail p::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
}

.residence-detail p::-webkit-scrollbar {
    background-color: #ffffff00;
}

.residence-detail p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.overview-first-textbox {
    height: 145px !important;
    overflow-y: scroll;
}

.overview-first-textbox::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
}

.overview-first-textbox::-webkit-scrollbar {
    background-color: #ffffff00;
}

.overview-first-textbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.overview-sec-textbox {
    height: 328px !important;
    overflow-y: scroll;
}

.overview-sec-textbox::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
}

.overview-sec-textbox::-webkit-scrollbar {
    background-color: #ffffff00;
}

.overview-sec-textbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.overview-middle-textbox p {
    max-height: 325px !important;
    padding: 20px;
    line-break: anywhere;
    overflow-y: scroll;
}

.overview-middle-textbox p::-webkit-scrollbar-thumb {
    background-color: #097cd3;
}

.overview-middle-textbox p::-webkit-scrollbar {
    background-color: #ff000000;
}

.overview-middle-textbox p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(181, 77, 77, 0);
    background-color: #003a66;
}

.cntry-invst-program p {
    height: 200px !important;
    padding: 10px;
    overflow-y: scroll;
}

.cntry-invst-program p::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
}

.cntry-invst-program p::-webkit-scrollbar {
    background-color: #ffffff00;
}

.cntry-invst-program p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.country-detail-info {
    height: 290px !important;
    padding: 10px;
    overflow-y: scroll;
}

.country-detail-info::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
}

.country-detail-info::-webkit-scrollbar {
    background-color: #ffffff00;
}

.country-detail-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
    background-color: #f5f5f500;
}

.usa-citizen-content-dv {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-break: anywhere;
}

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

.picked-resi p {
    text-align: center;
}

.lang-drop-ul {
    overflow-y: scroll;
    height: 100vh;

}

.button_name {
    width: 180px;
    background: transparent;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.button_name:hover {
    width: 180px;
    background: #ccc;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}

.button_name:focus {
    width: 180px;
    background: #ccc;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}


/* ==================blog================ */
.cus-blog {
    padding: 68px 0 65px;
}

.cus-blog h1,
.cus-blog h2,
.cus-blog h3,
.cus-blog h4,
.cus-blog h5,
.cus-blog h6 {
    color: #003a66;
}

.cus-blog .latest-blog-wrapper {
    height: 650px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 1px 3px 4px 5px;
    margin-bottom: 30px !important;
}

.cus-blog .latest-blog-img img {
    width: 100%;
    height: 350px;
}

.cus-blog .latest-blog-meta {
    margin-top: 10px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-evenly;
}

.cus-blog .latest-blog-meta span {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 29px;
    position: relative;
}

.cus-blog .latest-blog-meta span:last-child {
    margin-right: 0;
}

.cus-blog .latest-blog-meta span::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    right: 93px;
    top: 4px;
}

.cus-blog .latest-blog-meta span:first-child::before {
    display: none;
}

.cus-blog .latest-blog-meta span a {
    text-transform: uppercase;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}

.cus-blog .latest-blog-meta span a.web {
    color: #fff;
    background: #6097bf;
    padding: 3px 10px 2px 10px;
    margin-right: 13px;
}

.cus-blog .latest-blog-meta span a.web.confer {
    background: #554bb9;
}

.cus-blog .latest-blog-meta span a.web.band {
    background: #ec398b;
}

.cus-blog .latest-blog-text {
    margin-top: 15px;
}

.cus-blog .single-blog .latest-blog-text {
    margin-top: 0;
    padding: 38px 40px 32px 33px;
}

.cus-blog .single-blog .latest-blog-meta {
    margin-top: 0;
    margin-bottom: 21px;
}

.cus-blog .latest-blog-text h4 {
    font-size: 21px;
    text-transform: capitalize;
    line-height: 1.5;
    padding-right: 0;
    margin-bottom: 12px;
}

.cus-blog .latest-blog-text h4>a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.97);
    transition: 0.3s;
}

.cus-blog .latest-blog-text h4>a:hover {
    color: #094e83;
}

.cus-blog .latest-blog-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.cus-blog .single-blog .latest-blog-text p {
    margin-bottom: 0;
}

.cus-blog a {
    text-decoration: none;
}

.cus-blog .blog-on {
    color: #b90616;
    background: rgba(255, 248, 248, 0.2784313725);
    padding: 14px 21px 13px 22px;
    border-radius: 6px;
    font-size: 17px;
    text-transform: capitalize;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.cus-blog .blog-on:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cus-blog .blog-on:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cus-blog .blog-on::after {
    content: "";
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}

.cus-blog .blog-on:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.cus-blog .btn-animatedd {
    animation: moveInBottomm 5s ease-out;
    animation-fill-mode: backwards;
}

.cus-blog-dt .column-2 {
    position: sticky;
    top: 0;
}

/* =================blog-detail============== */
.cus-blog-dt {
    background-color: #f7f7fd;
    /* blog-sidebar */
    /* 24. blog-details */
    /* contact-address */
    /* 21. Contact */
}

.cus-blog-dt li {
    list-style: none;
}

.cus-blog-dt .blog-detail {
    margin-top: 40px !important;
}

.cus-blog-dt .single-blog .latest-blog-text {
    margin-top: 0;
    padding: 38px 40px 32px 33px;
}

.cus-blog-dt .single-blog .latest-blog-meta {
    margin-top: 0;
    margin-bottom: 21px;
}

.cus-blog-dt .latest-blog-meta span a.web {
    color: #fff;
    background: #6097bf;
    padding: 3px 10px 2px 10px;
    margin-right: 13px;
}

.cus-blog-dt .latest-blog-meta span a {
    text-transform: uppercase;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}

.cus-blog-dt .latest-blog-meta span::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    right: 93px;
    top: 4px;
}

.cus-blog-dt .latest-blog-text h4>a {
    color: #333333;
    transition: 0.3s;
}

.cus-blog-dt .single-blog .latest-blog-text p {
    margin-bottom: 0;
}

.cus-blog-dt a {
    text-decoration: none;
}

.cus-blog-dt .player .vp-video-wrapper .vp-preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: opacity 0.25s;
}

.cus-blog-dt .widget {
    overflow: hidden;
    padding: 42px 30px 42px 30px;
    background: #fff;
}

.cus-blog-dt .widget2 {
    border: none;
    padding: 0;
}

.cus-blog-dt .widget-title {
    font-size: 18px;
    font-weight: 700;
    height: auto;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cus-blog-dt .widget-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    left: -30px;
    height: 30px;
    background: #f7b205;
    top: -3px;
}

.cus-blog-dt .sidebar-form form {
    position: relative;
}

.cus-blog-dt .sidebar-form form input {
    background: #fff;
    border: none;
    color: #666666;
    padding: 0 10px;
    text-indent: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 56px;
    font-size: 14px;
}

.cus-blog-dt .sidebar-form form input::-moz-placeholder {
    color: #666666;
    font-size: 14px;
}

.cus-blog-dt .sidebar-form form button {
    background: none;
    border: 0 none;
    color: #666666;
    font-size: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 55px;
    cursor: pointer;
    top: 0px;
}

.cus-blog-dt .sidebar-form form button:hover {
    color: #6097bf;
}

.cus-blog-dt .blog-menu li {
    line-height: 1;
    padding-bottom: 17px;
}

.cus-blog-dt .blog-menu li:last-child {
    padding-bottom: 0;
}

.cus-blog-dt .blog-menu li a {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    transition: 0.3s;
}

.cus-blog-dt .blog-menu li:hover a {
    color: #6097bf;
}

.cus-blog-dt .blog-list li {
    padding-bottom: 16px;
}

.cus-blog-dt .blog-list li:last-child {
    padding-bottom: 0;
}

.cus-blog-dt .blog-info h5 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 23px;
    padding-right: 32px;
    margin-bottom: 0;
}

.cus-blog-dt .blog-info h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333333;
}

.cus-blog-dt .blog-info h5 a:hover {
    color: #6097bf;
}

.cus-blog-dt .blog-info span {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    margin-right: 12px;
    text-transform: capitalize;
}

.cus-blog-dt .blog-info span:last-child {
    margin-right: 0;
}

.cus-blog-dt .blog-info span a {
    color: #444;
}

.cus-blog-dt .blog-info span span {
    color: #444;
}

.cus-blog-dt .sidebar-tad li {
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}

.cus-blog-dt .sidebar-tad li a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 19px;
    text-transform: capitalize;
    transition: 0.3s;
    border: 1px solid #e5e5e5;
}

.cus-blog-dt .sidebar-tad li a:hover {
    background: #ec398b;
    color: #fff;
    border-color: #ec398b;
}

.cus-blog-dt .news-form form {
    position: relative;
}

.cus-blog-dt .news-form form input {
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #989898;
    padding: 0 10px;
    text-indent: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 0;
}

.cus-blog-dt .news-form form input::-moz-placeholder {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.cus-blog-dt .news-form form button.btn {
    background: #6097bf;
    color: #fff;
    padding: 13px 55px;
    font-size: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.cus-blog-dt .news-form form button.btn:hover {
    color: #fff;
}

.cus-blog-dt .news-form form button.btn::after {
    background: #ec398b;
}

.cus-blog-dt .details-blog {
    line-height: 30px;
    margin-bottom: 22px;
}

.cus-blog-dt .blog-post-tag span {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.cus-blog-dt .blog-post-tag>a {
    color: #666666;
    display: inline-block;
    font-size: 14px;
}

.cus-blog-dt .blog-post-tag>a:hover {
    color: #f7b205;
}

.cus-blog-dt .blog-share-icon>span {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.cus-blog-dt .blog-share-icon>a {
    color: #666666;
    font-size: 16px;
    margin: 0 6px;
    transition: 0.3s;
}

.cus-blog-dt .blog-share-icon>a:hover {
    color: #f7b205;
}

.cus-blog-dt .details-next {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 60px;
    margin-bottom: 40px;
    padding-top: 55px;
    margin-top: 53px;
}

.cus-blog-dt .details-next-text h4 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    text-transform: capitalize;
}

.cus-blog-dt .details-next-text a {
    border: 1px solid #666666;
    display: inline-block;
    padding: 8px 24px;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: 0.3s;
    margin-top: 22px;
    text-transform: capitalize;
}

.cus-blog-dt .details-next-text a:hover {
    border-color: #ec398b;
    background: #ec398b;
    color: #fff;
}

.cus-blog-dt .details-next-text a.active {
    border-color: #ec398b;
    background: #ec398b;
    color: #fff;
}

.cus-blog-dt .author {
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

.cus-blog-dt .author-img {
    float: left;
    margin-right: 25px;
}

.cus-blog-dt .author-text {
    overflow: hidden;
}

.cus-blog-dt .author-text>h4 {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.cus-blog-dt .author-text>span {
    color: #818a8b;
    font-size: 16px;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 12px;
}

.cus-blog-dt .author-text>p {
    margin-bottom: 0;
}

.cus-blog-dt .post-comments {
    padding: 42px 30px 40px 40px;
}

.cus-blog-dt .coment-title h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.cus-blog-dt .comments-avatar {
    float: left;
}

.cus-blog-dt .comments-text {
    overflow: hidden;
    padding-left: 18px;
}

.cus-blog-dt .avatar-name>h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.cus-blog-dt .avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
}

.cus-blog-dt .comments-reply {
    padding-left: 77px;
}

.cus-blog-dt .comments-text>p {
    margin-bottom: 0;
    padding-right: 56px;
}

.cus-blog-dt .comments-text>a {
    color: #333333;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s;
    line-height: 1;
    margin-top: 10px;
}

.cus-blog-dt .comments-text>a:hover {
    color: #1e1465;
}

.cus-blog-dt .post-comments-form {
    padding: 39px 30px 40px 30px;
}

.cus-blog-dt .post-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0;
}

.cus-blog-dt .post-comments-form input {
    border: 1px solid #eaeaea;
    height: 38px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 400;
    background: none;
}

.cus-blog-dt .post-comments-form input::-moz-placeholder {
    color: #a4a4a4;
    font-size: 14px;
}

.cus-blog-dt .post-comments-form textarea {
    border: 1px solid #eaeaea;
    height: 130px;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    color: #a4a4a4;
    font-size: 14px;
    background: none;
}

.cus-blog-dt .post-comments-form textarea::-moz-placeholder {
    color: #a4a4a4;
    font-size: 14px;
}

.cus-blog-dt .post-comments-form button.btn {
    font-size: 14px;
    font-weight: 700;
    padding: 15px 33px;
    color: #444;
    transition: 0.3s;
    background: #f7b205;
    transition: 0.3s;
    border-radius: 0;
}

.cus-blog-dt .post-comments-form button.btn:hover {
    color: #fff;
}

.cus-blog-dt .post-comments-form button.btn::after {
    background: #ec398b;
    color: #fff;
}

.cus-blog-dt .author-icon a {
    font-size: 12px;
    color: #818a8b;
    padding-right: 12px;
    transition: 0.3s;
}

.cus-blog-dt .author-icon a:hover {
    color: #666666;
}

.cus-blog-dt blockquote {
    color: #333333;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    margin: 28px 0 32px 35px;
}

.cus-blog-dt .contact-title h1 {
    font-size: 72px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.cus-blog-dt .contact-title p {
    font-size: 20px;
    color: #666666;
    line-height: 40px;
    margin-bottom: 0;
}

.cus-blog-dt .address-text h4 {
    color: #f7b205;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.cus-blog-dt .address-text span {
    color: #666666;
    font-size: 18px;
    display: block;
    line-height: 31px;
}

.cus-blog-dt #contact-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #ddd;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #909090;
    font-size: 15px;
    height: 87px;
    text-transform: capitalize;
    width: 100%;
    background: none;
}

.cus-blog-dt #contact-form textarea::-moz-placeholder {
    color: #666666;
    font-size: 14px;
}

.cus-blog-dt #contact-form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #666;
    font-size: 14px;
    height: 50px;
    text-transform: capitalize;
    width: 100%;
    background: none;
}

.cus-blog-dt #contact-form input::-moz-placeholder {
    color: #666666;
    font-size: 14px;
}

.cus-blog-dt .submit:hover {
    color: #222;
}

.cus-blog-dt .conatct-wrapper {
    padding-right: 70px;
}

.cus-blog-dt .contacts-title {
    margin-bottom: 28px;
}

.cus-blog-dt .contacts-title h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cus-blog-dt .contacts-title p {
    margin-bottom: 0;
}

.cus-blog-dt #contact-map {
    height: 490px;
    width: 100%;
}

.cus-blog-dt .sidebar-form form input {
    background: #fff;
    color: #666666;
    padding: 0 10px;
    text-indent: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 56px;
    font-size: 14px;
}

.cus-blog-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.cus-blog-btn button {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    color: #000;
}

.cus-blog-btn button:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    color: #ad1c29;
}

.single-image {
    position: relative;
}

.single-image.embed-responsive.embed-responsive-16by9 img {
    width: 100%;
    object-fit: cover;
    /* min-height: 500px; */
    max-height: 500px;
}

.share {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
}

.share i {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 20px;
    color: #000;
}

.spacing-9 .blog-btn button {
    border-bottom: solid 2px #6097bf;
    font-size: 18px;
    float: right;
    padding: 2px;
}

.blog-btn button a {
    color: #6097bf;
}

.blog-btn button a:hover {
    color: #000;
}

.blog-title h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-blog-thumb img {
    width: 92px;
    height: 92px;
}

.blog-date {
    float: right;
}

.pagination {
    display: flex;
    align-content: center;
    justify-content: center;
}

.services-title .latest-blog-meta .blog-hvr-date {
    color: #fff !important;
}

.featured-title .latest-blog-meta+h3>a {
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}

.services-desc .blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.skiptranslate,
.skiptranslate {
    display: none;
    visibility: hidden !important;
    height: 0px !important;
}

body {
    top: 0px !important;
}

body {
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

div#goog-gt-tt {
    display: none !important;
}

.prt-list.style9 li label span {
    font-size: 14px;
    font-weight: 400;
}

.prt-list.style9 li label a {
    font-size: 14px;
    font-weight: 400;
}

.error {
    color: red;
    font-style: italic;
}