@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Special+Gothic:wght@400..700&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

html, body {
    overflow-x: hidden;
    margin: 0;
}

main {
    display: block;
}

figure {
    margin: 0;
}

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

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

pre {
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/

body {
    font-size: 16px;
    color: #414141;
      font-family: "Montserrat";
    background-color: #ffffff;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    body {
        font-size: 13px;
    }
}

p {
    line-height: 1.6;
    margin: 0 0 15px;
    word-wrap: break-word;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote,
pre {
    background-color: #fafafa;
    border-width: 0 0 0 3px;
    border-color: #fff;
    border-style: solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #1a1a1a;
    font-style: italic;
    margin: 0 0 15px 0;
    padding: 25px 22px;
    font-size: 18px;
}

blockquote p,
pre p {
    margin-bottom: 0;
}

blockquote {
    background-color: transparent;
    border-left: none;
    color: #023059;
    margin: 40px 0;
    text-align: center;
    position: relative;
    padding: 30px;
}

blockquote:before {
    background-color: #fff;
    color: #333333;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    line-height: 1;
    font-style: normal;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -10px;
    padding: 0 10px;
    z-index: 9;
}

blockquote:after {
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    content: "";
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    width: 200px;
}

blockquote p {
    font-size: 28px;
    line-height: 1.4;
}

blockquote cite {
    color: #8d8d8d;
    display: block;
    font-style: normal;
    font-size: 13px;
}

abbr,
acronym {
    border-bottom: 1px dotted #4d4d4d;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

big {
    font-size: 125%;
}

b,
strong {
    font-weight: 700;
}

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

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #023059;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 60px;
    font-weight: 500;
}

h2 {
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 19px;
    font-weight: 400;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 19px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em 0.875em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
    color: #0085BA;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
    outline: 0;
}

a:visited {
    text-decoration: none;
    outline: 0;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #1a1a1a;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.overlay {
    background-color: rgba(21, 21, 21, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-heading {
    margin-bottom: 50px;
}

.sub-title {
    color: #f09308;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .sub-title {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.section-title {
    margin-bottom: 20px;
    font-size: 34px;
    color: #f09308;
}

.list-more-btn {
    padding-top: 20px;
}

@media screen and (max-width: 575px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
>>> table
----------------------------------------------------------------*/

table {
    color: #737373;
    margin: 0 0 1.5em;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
    font-size: 15px;
}

table thead tr {
    background-color: #262626;
}

table thead tr th {
    color: #383838;
}

table.table {
    color: #737373;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
    border-bottom: 1px solid #e6e6e6;
}

th,
td {
    padding: 8px;
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/

form {
    position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    height: 55px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    background-color: #F8F8F8;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 0 10px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    border-color: #f09308;
    outline: 0;
}

input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0) !important;
}

textarea {
    padding: 20px 10px;
    width: 100%;
}

select {
    border: 1px solid #fff;
    color: #383838;
    height: 55px;
    padding: 0 30px 0 10px;
}

select option {
    padding: 8px;
}

select:focus {
    outline: none;
}

form label {
    font-weight: normal;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    padding: 0 55px 0 10px;
}

.search-form button {
    background-color: #f09308;
    color: #ffffff;
    font-size: 15px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 18px;
    height: 100%;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.search-form button:hover {
    background-color: #000;
}

.form-group {
    margin-bottom: 15px;
}

.form-group select {
    height: 55px;
}

.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-group label {
    display: block;
    color: #383838;
    font-size: 15px;
    margin-bottom: 10px;
}

.form-group label.checkbox-list {
    position: relative;
    padding-left: 30px;
}

.form-group label .custom-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 2px;
}

.form-group label .custom-checkbox:before {
    background-color: #f09308;
    content: "\f00c";
    font-family: "FontAwesome";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.form-group label input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -9;
}

.form-group label input:checked~.custom-checkbox {
    border-color: #f09308;
}

.form-group label input:checked~.custom-checkbox:before {
    opacity: 1;
}

.custom-radio-field {
    position: relative;
    padding-left: 30px;
}

.custom-radio-field .radio-field {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 2px;
}

.custom-radio-field .radio-field:before {
    background-color: #999;
    border-radius: 100%;
    content: "\f00c";
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 8px;
    font-weight: 900;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    line-height: 19px;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;
}

.custom-radio-field input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -9;
}

.custom-radio-field input:checked~.radio-field:before {
    opacity: 1;
}

.trip-date-input {
    position: relative;
}

.trip-date-input i {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/

.outline-primary,
.button-primary {
    font-size: 16px;
    line-height: 1.1;
    padding: 16px 24px;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .outline-primary,
    .button-primary {
        font-size: 14px;
        padding: 12px 20px;
    }
}

input[type=button],
input[type=reset],
input[type=submit] {
    border: none;
    background-color: #f09308;
    color: #ffffff;
    cursor: pointer;
    padding: 16px 24px;
    font-weight: 500;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
    background-color: #000;
}

.button-primary {
    background-color: #f09308;
    border: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active {
    background-color: #000;
    color: #ffffff;
}

.outline-primary {
    padding: 15px 24px;
    border: 1px solid #f09308;
    color: #f09308;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    -ms-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.outline-primary:hover,
.outline-primary:focus,
.outline-primary:active {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .outline-primary {
        font-size: 14px;
        padding: 10px 20px;
    }
}

.outline-primary-white {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.outline-primary-white:hover,
.outline-primary-white:focus {
    border-color: #000;
}

.button-round,
.outline-round {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

.button-text {
    color: #f09308;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-text:after {
    /* content: "\f30b"; */
    font-family: elementskit !important;
    margin-left: 5px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.button-text:hover,
.button-text:focus,
.button-text:active {
    color: #000;
}

/*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

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

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

.white-bg {
    background-color: #ffffff;
}

.bg-light-grey {
    background-color: #F8F8F8;
}

.primary-bg {
    background-color: #f09308;
}

.primary-color {
    color: #f09308;
}

.bg-transparent-img {
    background-color: rgba(21, 21, 21, 0.75);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg-transparent-img:before {
    background-color: rgba(21, 21, 21, 0.75);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


.social-links ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.social-links a {
    font-size: 15px;
    color: #404040;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.social-links a:hover,
.social-links a:focus,
.social-links a:active {
    color: #000;
}

.social-icon-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.social-icon-wrap .social-icon {
    padding: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.social-icon-wrap .social-icon a {
    background-color: #f09308;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-icon-wrap .social-icon [class*=fa-] {
    width: 40px;
    text-align: center;
}

.social-icon-wrap .social-icon span {
    background-color: #f09308;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-icon-wrap .social-icon a:hover {
    background-color: #000;
}

.social-icon-wrap .social-icon a:hover span {
    background-color: #000;
}

.to-top-icon {
    background: #f09308;
    color: #ffffff;
    font-size: 26px;
    display: none;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 17px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.to-top-icon:hover {
    background-color: #000;
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .to-top-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        right: 10px;
        bottom: 10px;
    }
}

.nav-tabs {
    margin: 0;
}

.nav-tabs .nav-link {
    color: #023059;
    border-radius: 0;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    color: #f09308;
}

.tab-container {
    margin-top: 50px;
}

.tab-container .responsive-tabs .nav-tabs {
    display: none;
}

@media screen and (min-width: 768px) {
    .tab-container .responsive-tabs .nav-tabs {
        display: flex;
    }
    .tab-container .responsive-tabs .card {
        border: none;
    }
    .tab-container .responsive-tabs .card .card-header {
        display: none;
    }
    .tab-container .responsive-tabs .card .collapse {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .tab-container .nav {
        display: block;
    }
    .tab-container .nav .nav-tabs .nav-link {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #dee2e6;
        padding: 15px 20px;
    }
    .tab-container .nav .nav-tabs .nav-link:hover,
    .tab-container .nav .nav-tabs .nav-link:focus,
    .tab-container .nav .nav-tabs .nav-link.active {
        background-color: #000;
        color: #ffffff;
    }
}

@media screen and (max-width: 767px) {
    .tab-container .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.tab-content {
    padding: 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d4d4d4;
}

.tab-content ul {
    margin-bottom: 0;
}

.tab-content ul li {
    margin-bottom: 5px;
}

.tab-content ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .tab-content .card {
        box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        margin-bottom: 20px;
        border: none;
    }
    .tab-content .card:last-child {
        margin-bottom: 0;
    }
    .tab-content .card .card-header {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }
    .tab-content .card .card-header a {
        color: #383838;
        font-size: 15px;
        display: block;
        width: 100%;
        text-decoration: none;
        padding: 22px;
        font-weight: 600;
        position: relative;
        text-align: left;
    }
    .tab-content .card .card-header a:before {
        content: "\f106";
        display: block;
        font-weight: 900;
        font-family: "FontAwesome";
        float: right;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 15px;
    }
    .tab-content .card .card-header a.collapsed:before {
        content: "\f107";
    }
    .tab-content .card .card-body {
        font-size: 15px;
        padding: 0 20px 20px;
    }
}

@media screen and (max-width: 575px) {
    .tab-content {
        padding: 0;
        border: none;
    }
}

.accordion-content .card {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: none;
}

.accordion-content .card:last-child {
    margin-bottom: 0;
}

.accordion-content .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.accordion-content .card .card-header a {
    color: #383838;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 22px;
    font-weight: 500;
    position: relative;
    text-align: left;
}

.accordion-content .card .card-header a:before {
    content: "\f106";
    display: block;
    font-weight: 900;
    font-family: "FontAwesome";
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
}

.accordion-content .card .card-header a.collapsed:before {
    content: "\f107";
}

.accordion-content .card .card-body {
    font-size: 15px;
    padding: 0 20px 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-prev {
    left: 15px;
}

.slick-slider .slick-prev:before {
    content: "\f053";
}

.slick-slider .slick-next {
    right: 15px;
}

.slick-slider .slick-next:before {
    content: "\f054";
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 1;
    width: auto;
    height: auto;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: block;
    font-family: "FontAwesome";
    font-weight: 900;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
    background-color: #000;
    color: #ffffff;
}

.slick-dots {
    position: static;
    list-style: none;
    margin: 25px 0 0 0;
    padding: 0;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
}

.slick-dots li button {
    background-color: #c6c6c6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button:hover {
    background-color: #f09308;
}

.slick-dots li.slick-active button {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #f09308;
}

.ui-datepicker {
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    width: 280px;
}

.ui-datepicker.ui-widget {
    font-family: inherit;
}

.ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 15px;
    position: relative;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 15px;
    line-height: 1.2;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background-image: none;
    font-size: 0px;
    margin: 0;
    height: auto;
    position: static;
    text-indent: inherit;
    width: auto;
}

.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
    font-size: 13px;
    font-family: "FontAwesome";
    font-weight: 900;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background-color: #000;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: "\f053";
}

.ui-datepicker .ui-datepicker-next span:before {
    content: "\f054";
}

.ui-datepicker table thead tr {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.ui-datepicker table thead tr th {
    color: #023059;
    font-weight: normal;
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-calendar tr td {
    padding: 4px;
}

.ui-datepicker .ui-datepicker-calendar tr td a {
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 12px;
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0;
    width: 30px;
    text-align: center;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    -ms-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
}

.ui-datepicker .ui-datepicker-calendar tr td a:hover,
.ui-datepicker .ui-datepicker-calendar tr td a:focus,
.ui-datepicker .ui-datepicker-calendar tr td a:active {
    background-color: #000;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-highlight {
    background-color: #f09308;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
    background-color: #000;
    color: #ffffff;
}

.rating-start {
    display: table;
    position: relative;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.rating-start:before {
    color: #ccd6df;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "FontAwesome";
    font-weight: 900;
}

.rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.rating-start span:before {
    color: #f09308;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 900;
}

.video-button a {
    background-color: rgba(34, 113, 177, 0.8);
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 18px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
}

.video-button a i {
    color: #ffffff;
}

.video-button a:before,
.video-button a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.video-button a:before {
    animation-delay: 0.9s;
}

.video-button a:after {
    animation-delay: 0.3s;
}

@media screen and (max-width: 575px) {
    .video-button a {
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

/*--------------------------------------------------------------
>>> Pagination
----------------------------------------------------------------*/

.post-navigation-wrap {
    margin-top: 30px;
}

.pagination {
    margin: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    color: #444444;
    display: block;
    border: 1px solid #e6e6e6;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination li a:hover {
    background-color: #f09308;
    border-color: #f09308;
    color: #ffffff;
}

.pagination li.active a {
    background-color: #f09308;
    border-color: #f09308;
    color: #ffffff;
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/

/*--- top header css start ---*/

.top-header {
    background-color: #F8F8F8;
}

.top-menu {
    color: #fafafa;
    padding: 11px 0;
}

.top-menu ul {
    font-size: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-menu ul li {
    display: inline-block;
    font-size: 13px;
    padding: 0 8px;
}

.top-menu ul li:last-child {
    padding-right: 0;
}

.top-menu ul li:first-child {
    padding-left: 0;
}

.top-menu ul li a {
    color: #414141;
    display: block;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.top-menu ul li a:hover,
.top-menu ul li a:focus,
.top-menu ul li a:active {
    color: #000;
}

.header-social {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-social li {
    margin: 0 8px;
}

.header-social a {
    color: #787878;
}

.header-social a:hover,
.header-social a:focus {
    color: #000;
}

@media screen and (max-width: 991px) {
    .header-social {
        padding: 8px 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
    }
}

.header-search-icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.header-search-icon .search-icon {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #787878;
    padding: 0;
}

.header-search-icon .search-icon:hover,
.header-search-icon .search-icon:focus {
    outline: none;
    color: #000;
}

@media screen and (max-width: 991px) {
    .header-search-icon {
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }
    .header-search-icon .search-icon {
        height: 100%;
        padding: 0 15px;
        width: 100%;
    }
}

/*--- top header css end ---*/

/*--- header Logo css start ---*/

.site-identity .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px;
}

.site-identity .site-description {
    font-size: 13px;
    margin-bottom: 0;
}

.site-identity img {
    max-width: 320px;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
    padding: 8px 0px;
}

.site-identity a {
    display: block;
}

/* .site-identity a:hover img,
.site-identity a:focus img,
.site-identity a:active img {
    opacity: 0.5;
} */

@media screen and (max-width: 767px) {
    .site-identity {
        width: 100%;
        text-align: center;
    }
}

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/

.mid-header {
    padding: 8px 0;
}

.header-contact ul {
    margin: 0;
    padding: 0;
}

.header-contact li {
    color: #023059;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
    position: relative;
    padding-left: 70px;
    text-align: left;
    margin-right: 20px;
}

.header-contact li i {
    border: 1px solid #f09308;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 54%;
    margin-right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.header-contact li span {
    color: #787878;
    font-weight: 400;
    display: block;
    font-size: 13px;
}

.header-contact li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1199px) {
    .header-contact li {
        padding-left: 40px;
        font-size: 13px;
    }
    .header-contact li i {
        font-size: 18px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width: 991px) {
    .header-contact li {
        padding-left: 45px;
    }
}

.header-contact a {
    color: #023059;
    display: block;
}

.bottom-header {
    position: relative;
    z-index: 9;
}

.bottom-header .bottom-header-inner {
    background-color: #f09308;
    padding: 0 15px;
}

@media screen and (max-width: 991px) {
    .bottom-header .bottom-header-inner {
        padding: 10px 15px;
    }
}

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

@media screen and (max-width: 991px) {
    .navigation-container {
        padding-right: 35px;
    }
}

.main-navigation .navigation>ul>li {
    display: inline-block;
    padding: 0 10px;
}

.main-navigation .navigation>ul>li:first-child {
    padding-left: 0;
}

.main-navigation ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul>li.menu-item-has-children>a:after {
    content: "\f0d7";
}

.main-navigation ul>li:last-child {
    border-bottom: none;
}

.main-navigation ul>li:last-child:before {
    display: none;
}

.main-navigation ul>li>a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 25px 0;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.main-navigation ul>li:hover>ul,
.main-navigation ul>li:focus>ul,
.main-navigation ul>li:active>ul {
    display: block;
}

.main-navigation ul>li:hover>a,
.main-navigation ul>li:focus>a,
.main-navigation ul>li:active>a {
    color: #ffffff;
}

.main-navigation ul>li:hover>a:after,
.main-navigation ul>li:focus>a:after,
.main-navigation ul>li:active>a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* .main-navigation ul a {
    font-family: "Inter", sans-serif;
} */

.main-navigation ul ul {
    background: #ffffff;
    border-top: 4px solid #f09308;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 99;
    display: none;
    text-align: left;
    -webkit-animation: slide-up 0.3s ease-out;
    -moz-animation: slide-up 0.3s ease-out;
    -ms-animation: slide-up 0.3s ease-out;
    -o-animation: slide-up 0.3s ease-out;
    animation: slide-up 0.3s ease-out;
}

.main-navigation ul ul li {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    display: block;
}

.main-navigation ul ul li a {
    color: #424242;
    display: block;
    padding: 13px 20px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus,
.main-navigation ul ul li a:active {
    padding-left: 30px;
    color: #f09308;
}

.main-navigation ul ul li>ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul li.menu-item-has-children>a:after {
    content: "\f0da";
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li:focus>ul,
.main-navigation ul ul li:active>ul {
    display: block;
    top: -3px;
}

.main-navigation ul ul li:hover a:after,
.main-navigation ul ul li:focus a:after,
.main-navigation ul ul li:active a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-navigation ul li {
    position: relative;
}

.main-navigation ul li:last-child ul,
.main-navigation ul li:nth-last-child(2) ul {
    left: auto;
    right: 0;
}

.main-navigation ul li:last-child ul ul,
.main-navigation ul li:nth-last-child(2) ul ul {
    right: 100%;
}

.main-navigation ul li.menu-item-has-children>a {
    position: relative;
}

.main-navigation ul li.menu-item-has-children>a:after {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-family: "FontAwesome";
    font-weight: 900;
    font-weight: 900;
    margin-left: 8PX;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.main-navigation ul li.menu-item-has-children li:hover>a,
.main-navigation ul li.menu-item-has-children li:focus>a {
    background-color: #000;
    color: #ffffff;
}

.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current-menu-parent>a {
    color: #ffffff;
}

@-webkit-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.header-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
}

.header-btn a {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    padding: 14px 20px;
}

.header-btn a:hover {
    border-color: #f09308;
}

@media screen and (max-width: 991px) {
    .header-btn {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
    }
    .header-btn a {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    .header-btn a {
        padding: 8px 10px;
        font-size: 13px;
    }
}

/*---  header search css ---*/

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

.header-search-form {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    z-index: 999;
}

.header-search-form .header-search {
    position: relative;
}

.header-search-form input[type=text] {
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #292929;
    border: none;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    text-align: center;
}

.header-search-form .search-close {
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.header-search-form .search-close:hover,
.header-search-form .search-close:focus,
.header-search-form .search-close:active {
    color: #000;
}

.header-search-form.search-in {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*---  fixed header css ---*/

.bottom-header {
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.fixed-header .bottom-header {
    background-color: #f09308;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}

.fixed-header .bottom-header .bottom-header-inner {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

/*---  mobile slick Nav css ---*/

/* Slicknav - a Mobile Menu */

.mobile-menu-container .slicknav_menu {
    background-color: transparent;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .mobile-menu-container .slicknav_menu {
        display: none;
    }
}

.mobile-menu-container .slicknav_menu .slicknav_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 10px 0;
    float: none;
}

.mobile-menu-container .slicknav_menu .slicknav_icon {
    margin-left: 0;
    margin-right: 10px;
}

.mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.mobile-menu-container .slicknav_menu .slicknav_nav {
    min-height: calc(100vh - 78px);
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li {
    border-top: 1px solid #e6e6e6;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
    color: #7a7a7a;
    font-size: 13px;
}

.mobile-menu-container .slicknav_menu .slicknav_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row>a {
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
    border-left: 1px solid #e6e6e6;
    width: 45px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
    position: static;
    padding: 0;
    margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row:hover,
.mobile-menu-container .slicknav_menu .slicknav_row:focus,
.mobile-menu-container .slicknav_menu .slicknav_row:active {
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.slicknav_menu .slicknav_btn {
    background-color: transparent;
    padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #242424;
}

.slicknav_menu .slicknav_nav ul {
    margin: 0;
    padding: 0;
}

.slicknav_menu .slicknav_nav li {
    position: relative;
    list-style: none;
}

.slicknav_menu .slicknav_nav li a {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slicknav_menu .slicknav_nav li a:hover,
.slicknav_menu .slicknav_nav li a:focus,
.slicknav_menu .slicknav_nav li a:active {
    background-color: transparent;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.slicknav_menu .slicknav_nav {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}

.slicknav_menu .slicknav_arrow {
    position: absolute;
    right: 5px;
    height: 100%;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0;
    line-height: 1.125em;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.slicknav_btn .slicknav_icon {
    width: 22px;
    height: 16px;
    display: block;
    position: relative;
    margin-top: 1px;
}

.slicknav_btn .slicknav_icon:before {
    display: none;
}

.slicknav_btn .slicknav_icon span {
    background-color: #FFF;
    box-shadow: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slicknav_btn .slicknav_icon span:first-child {
    display: block;
}

.slicknav_btn .slicknav_icon span:first-child:before,
.slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #FFF;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    -webkit-transition-delay: 0.5s, 0s;
    -moz-transition-delay: 0.5s, 0s;
    -ms-transition-delay: 0.5s, 0s;
    -o-transition-delay: 0.5s, 0s;
    transition-delay: 0.5s, 0s;
    -webkit-transition-duration: 0.5s, 0.5s;
    -moz-transition-duration: 0.5s, 0.5s;
    -ms-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
}

.slicknav_btn .slicknav_icon span:first-child:before {
    top: -6px;
}

.slicknav_btn .slicknav_icon span:first-child:after {
    top: 6px;
}

.slicknav_btn.slicknav_open span:first-child {
    background-color: transparent !important;
}

.slicknav_btn.slicknav_open span:first-child:before,
.slicknav_btn.slicknav_open span:first-child:after {
    -webkit-transition-delay: 0s, 0.5s;
    -moz-transition-delay: 0s, 0.5s;
    -ms-transition-delay: 0s, 0.5s;
    -o-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
}

.slicknav_btn.slicknav_open span:first-child:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slicknav_btn.slicknav_open span:first-child:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Home Banner Section  
----------------------------------------------------------------*/

/*.home-slider-section {*/
/*    overflow: hidden;*/
/*}*/

/*.home-banner-items {*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -ms-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    padding-top: 66px;*/
/*    padding-bottom: 150px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.home-banner-items .overlay {*/
/*    background-color: rgba(21, 21, 21, 0.55);*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .home-banner-items {*/
/*        padding-bottom: 100px;*/
/*        background-position: center center;*/
/*    }*/
/*    .home-banner-items:before {*/
/*        height: 40px;*/
/*    }*/
/*}*/

/*.banner-inner-wrap {*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -ms-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*}*/

/*.banner-content {*/
/*    color: #ffffff;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    padding-top: 150px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.banner-content .banner-title {*/
/*    font-size: 48px;*/
/*    color: #ffffff;*/
/*    line-height: 1.2;*/
/*    font-weight: 500;*/
/*    margin-bottom: 25px;*/
/*}*/

/*.banner-content p {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    margin-bottom: 25px;*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .banner-content .banner-title {*/
/*        font-size: 50px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .banner-content .banner-title {*/
/*        font-size: 45px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .banner-content {*/
/*        padding-top: 100px;*/
/*    }*/
/*    .banner-content .banner-title {*/
/*        font-size: 32px;*/
/*    }*/
/*}*/

/*.home-slider .slick-dots {*/
/*    bottom: 100px;*/
/*}*/

/*.home-slider .slick-arrow {*/
/*    -webkit-transition: linear 0.6s;*/
/*    -moz-transition: linear 0.6s;*/
/*    -ms-transition: linear 0.6s;*/
/*    -o-transition: linear 0.6s;*/
/*    transition: linear 0.6s;*/
/*    opacity: 0;*/
/*}*/

/*.home-slider .slick-arrow:before {*/
/*    font-size: 15px;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    line-height: 45px;*/
/*}*/

/*.home-slider .slick-prev {*/
/*    left: -100px;*/
/*}*/

/*.home-slider .slick-next {*/
/*    right: -100px;*/
/*}*/

/*.home-slider:hover .slick-arrow {*/
/*    opacity: 1;*/
/*}*/

/*.home-slider:hover .slick-prev {*/
/*    left: 15px;*/
/*}*/

/*.home-slider:hover .slick-next {*/
/*    right: 15px;*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .home-slider .slick-arrow:before {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*        line-height: 30px;*/
/*        font-size: 11px;*/
/*    }*/
/*}*/




.hero-section {
    position: relative;
    height: 100vh;
    background: url('../images/vishwas-banner.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    color: #ffffff;
}

/* OVERLAY */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* CONTENT */
.hero-content {
    position: relative;
    max-width: 850px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}

/* TAG */
.hero-tag {
    display: inline-block;
    /*background: #ff7a2f;*/
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* TITLE */
.hero-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-title span {
    color: #ff7a2f;
}

/* DESCRIPTION */
.hero-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #f1f1f1;
    margin-bottom: 35px;
}

/* FEATURES */
.hero-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.hero-feature span {
    width: 22px;
    height: 22px;
    background: #ff7a2f;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-primary-custom {
    background: #ff7a2f;
    border: none;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
}

.btn-primary-custom:hover {
    background: #e8651e;
}

.btn-outline-custom {
    background: #ffffff;
    color: #212529;
    padding: 14px 34px;
    /*border-radius: 50px;*/
    font-weight: 600;
    border: none;
}

.btn-outline-custom:hover {
    background: #f1f1f1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-desc {
        font-size: 16px;
    }
}


/*--------------------------------------------------------------
>>> Home Service Section  
----------------------------------------------------------------*/

.department-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.department-section .section-title {
    margin-bottom: 0;
    color: #f09308;
}

.department-section .department-item-outer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.department-section .department-item-bg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.department-section .department-item-bg .overlay {
    background-color: rgba(34, 113, 177, 0.8);
}

.department-section .department-item-bg .department-item-content {
    color: #ffffff;
}

.department-section .department-item-bg .department-item-content .counter-no {
    font-size: 60px;
    font-weight: 500;
    display: block;
    line-height: 1.1;
}

.department-section .department-item-bg .department-item-content .counter-text {
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
}

.department-section .department-item-bg .department-item-content .outline-primary {
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .department-section .department-item-outer {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .department-section .department-item-outer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .department-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 479px) {
    .department-section .department-item-outer {
        grid-template-columns: repeat(1, 1fr);
    }
}

.department-item {
    background-color: #ffffff;
    text-align: center;
    padding: 25px;
    height: 500px;
}

.department-item .department-icon {
    color: #f09308;
    font-size: 70px;
}

.department-item p {
    color: #787878;
}

.department-item:hover {
    background-color:#000;
    color:#fff !important;
}
.department-item-content:hover h3{
color:#fff;
}
.department-item-content:hover p{
color:#fff;
}
.department-icon img {
    padding-bottom: 20px;
    /* width: 100%;
    height: 200px;
    object-fit: cover; */
}
.department-item-content a:hover{
    color:#fff;
}

/*--------------------------------------------------------------
>>> Home About Section  
----------------------------------------------------------------*/

/*.intro-section {*/
/*    padding-top: 90px;*/
/*    padding-bottom: 90px;*/
/*}*/

/*.intro-section .intro-inner-container {*/
/*    background-image: url(assets/images/circle-shape1.png);*/
/*    background-size: contain;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.intro-section .schedule-item {*/
/*    padding: 30px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.intro-section .schedule-item * {*/
/*    color: #ffffff;*/
/*}*/

/*.intro-section .schedule-item h3 {*/
/*    font-size: 30px;*/
/*    position: relative;*/
/*    padding-bottom: 10px;*/
/*}*/

/*.intro-section .schedule-item h3:after {*/
/*    background-color: rgba(255, 255, 255, 0.19);*/
/*    content: "";*/
/*    height: 1px;*/
/*    width: 150px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.intro-section .schedule-item ul {*/
/*    margin: 0 0 30px 0;*/
/*    padding: 0;*/
/*    text-align: initial;*/
/*}*/

/*.intro-section .schedule-item li {*/
/*    list-style: none;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.19);*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    text-align: center;*/
/*}*/

/*.intro-section .schedule-item li:last-child {*/
/*    border-bottom: none;*/
/*    padding-bottom: 0;*/
/*}*/

/*.intro-section .schedule-item li .date {*/
/*    font-weight: 500;*/
/*}*/

/*.intro-section .schedule-item li .time {*/
/*    font-size: 13px;*/
/*}*/

/*.intro-section .schedule-item p {*/
/*    color: #fff;*/
/*    margin-bottom: 25px;*/
/*}*/

/*.intro-section .schedule-item .btn-wrap a {*/
/*    display: block;*/
/*    margin-top: 10px;*/
/*}*/

/*.intro-section .intro-mid-image {*/
/*    height: 100%;*/
/*    background-size: contain;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    position: relative;*/
/*    margin-left: -40px;*/
    /* margin-right: 50px; */
/*    margin-top: -18px;*/
/*    z-index: -99999;*/
/*}*/

/*.intro-section .intro-mid-image .gradient-overlay {*/
/*    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #FFFFFF 90%);*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.intro-section .section-heading {*/
/*    margin-bottom: 25px;*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .intro-section .section-heading {*/
/*        margin-top: 40px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .intro-section .intro-mid-image {*/
/*        height: 300px;*/
/*        text-align: center;*/
/*        margin: 20px auto;*/
/*    }*/
/*    .intro-section .section-heading {*/
/*        margin-top: 0;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .intro-section {*/
/*        padding-top: 60px;*/
/*        padding-bottom: 60px;*/
/*    }*/
/*    .intro-section .schedule-item {*/
/*        padding: 30px 20px;*/
/*    }*/
/*    .intro-section .schedule-item li {*/
/*        display: -webkit-box;*/
/*        display: -moz-box;*/
/*        display: -ms-flexbox;*/
/*        display: -webkit-flex;*/
/*        display: flex;*/
/*        -webkit-justify-content: space-between;*/
/*        -moz-justify-content: space-between;*/
/*        -ms-justify-content: space-between;*/
/*        justify-content: space-between;*/
/*        -ms-flex-pack: space-between;*/
/*    }*/
/*    .intro-section .schedule-item li .time {*/
/*        font-size: 12px;*/
/*    }*/
/*    .intro-section .schedule-item li .button-text {*/
/*        font-size: 11px;*/
/*    }*/
/*}*/

/*.intro-content ul {*/
/*    background-color: #F8F8F8;*/
/*    margin: 0;*/
/*    padding: 25px;*/
/*}*/

/*.intro-content li {*/
/*    list-style: none;*/
/*    color: #787878;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.intro-content li:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.intro-content li i {*/
/*    color: #f09308;*/
/*    margin-right: 10px;*/
/*    font-size: 14px;*/
/*}*/

/*.intro-content .author-content {*/
/*    margin-top: 25px;*/
/*}*/

/*.intro-content .author-content .author-image {*/
/*    margin-right: 15px;*/
/*}*/

/*.intro-content .author-content .author-image img {*/
/*    border-radius: 100%;*/
/*    width: 60px;*/
/*}*/

/*.intro-content .author-content .signture {*/
/*    width: 25%;*/
/*}*/

/*.intro-content .author-content .author-desc h4 {*/
/*    line-height: 1;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.intro-content .author-content .author-desc span {*/
/*    color: #787878;*/
/*    font-size: 13px;*/
/*}*/



      .about-section {
            padding: 60px 0;
            background: #ffffff;
        }

        .about-img-wrapper {
            position: relative;
        }

        .about-img-wrapper img {
            width: 100%;
            border-radius: 16px;
        }

        .experience-badge {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background: #ff7a2f;
            color: #fff;
            padding: 18px 22px;
            border-radius: 12px;
            text-align: center;
            font-weight: 600;
        }

        .experience-badge h3 {
            margin: 0;
            font-size: 28px;
            line-height: 1;
            color: #fff;
        }

        .experience-badge span {
            font-size: 13px;
            display: block;
        }

        .about-tag {
            display: inline-block;
            /*background: #fff2ea;*/
            color: #ff7a2f;
            padding: 6px 14px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .about-content h1 {
            font-size: 34px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #f09308;
        }

        .about-content p {
            color: #6c757d;
            font-size: 16px;
            line-height: 1.7;
        }

        .features-list {
            margin-top: 30px;
        }

        .feature-item {
            display: flex;
            align-items: start;
            gap: 12px;
            margin-bottom: 18px;
        }

        .feature-item i {
            color: #ff7a2f;
            font-size: 16px;
            margin-top: 4px;
        }

        .feature-item span {
            font-size: 15px;
            color: #212529;
            font-weight: 500;
        }

/*--------------------------------------------------------------
>>> Home Facility Section  
----------------------------------------------------------------*/

/* SECTION */
.why-vishwas {
    padding: 80px 0;
    background: #fafafa;
}

/* TITLE */
.section-main-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
        color: #f09308;
}

.section-main-title p {
    font-size: 16px;
    color: #6c757d;
    max-width: 750px;
    margin: auto;
}

/* CONTENT BLOCK */
.content-block {
    background: #ffffff;
    border-radius: 20px;
    margin-top: 60px;
    padding: 30px;
    transition: all 0.35s ease;
}

.content-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* IMAGE */
.content-image {
    overflow: hidden;
    border-radius: 16px;
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.content-block:hover .content-image img {
    transform: scale(1.12);
}

/* TEXT */
.content-text h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color:#f09308;
    
}

.content-text p {
    color: #6c757d;
    font-size: 15px;
}

/* LIST */
.list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.list span {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    color: #212529;
}

.list span::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff7a2f;
    font-weight: bold;
}

/* HIGHLIGHT */
.highlight {
    background: #fff1e8;
    padding: 15px 18px;
    border-left: 4px solid #ff7a2f;
    border-radius: 10px;
    margin-top: 20px;
}

.highlight p {
    margin: 0;
    font-size: 14.5px;
    color: #212529;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .list {
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
>>> Home Contact Section  
----------------------------------------------------------------*/

.section-contact {
    padding-bottom: 90px;
    padding-top: 90px;
}

.section-contact .home-contact-form {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 16px;
    /* Chrome, Safari, Edge, Opera */
}

.section-contact .home-contact-form input,
.section-contact .home-contact-form textarea {
    border: none;
    width: 100%;
}

.section-contact .home-contact-form input::-webkit-outer-spin-button,
.section-contact .home-contact-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.section-contact .video-banner,
.section-contact .contact-list {
    width: 50%;
}

.section-contact .video-banner {
    position: relative;
}

.section-contact .video-banner .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-contact .video-banner .video-button a {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.section-contact .contact-list ul {
    margin-bottom: 0;
    padding-left: 0;
}

.section-contact .contact-list li {
    color: #787878;
    list-style: none;
    margin-bottom: 5px;
}

.section-contact .contact-list li i {
    color: #f09308;
    font-size: 13px;
    margin-right: 8px;
}

@media screen and (min-width: 992px) {
    .section-contact .contact-details-right {
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .section-contact .contact-details-right {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .section-contact {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .section-contact .home-contact-form {
        padding: 20px;
    }
}

@media screen and (max-width: 479px) {
    .section-contact .video-banner,
    .section-contact .contact-list {
        width: 100%;
    }
    .section-contact .video-banner {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
>>> Home Counter Section  
----------------------------------------------------------------*/

.counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.counter-section .counter-item-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 575px) {
    .counter-section .counter-item-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

.counter-item {
    border-right: 1px solid rgba(34, 113, 177, 0.25);
    padding: 0 10px;
    text-align: center;
}

.counter-item:last-child {
    border-right: none;
}

.counter-item i {
    color: #f09308;
    font-size: 70px;
    display: block;
    margin-bottom: 15px;
}

.counter-item .counter-no {
    color: #023059;
    display: block;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
}

.counter-item .counter-text {
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .counter-item i {
        font-size: 25px;
    }
    .counter-item .counter-no {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .counter-item .counter-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item {
        padding: 15px 10px;
        border-right: 1px solid rgba(34, 113, 177, 0.25);
        border-bottom: 1px solid rgba(34, 113, 177, 0.25);
    }
    .counter-item:nth-child(2n+2) {
        border-right: none;
    }
    .counter-item:nth-last-child(2),
    .counter-item:last-child {
        border-bottom: none;
    }
}

/*--------------------------------------------------------------
>>> Home Callback Section  
----------------------------------------------------------------*/

.imagebg-callback {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.imagebg-callback .overlay {
    background: linear-gradient(45deg, #0000009c, #f0930838);
}

.imagebg-callback .section-heading {
    margin-bottom: 0;
}

.imagebg-callback .section-heading * {
    color: #ffffff;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}
.imagebg-callback .section-heading h3{
    margin-bottom: 10px;
}
.imagebg-callback .section-heading ul{
    margin-bottom: 10px;
}
.imagebg-callback .btn-wrap {
    margin: -10px;
}

.imagebg-callback .btn-wrap a {
    margin: 10px;
}

@media screen and (max-width: 479px) {
    .imagebg-callback .btn-wrap a {
        text-align: center;
        display: block;
    }
}

.imagebg-callback .call-no {
    margin-top: 25px;
}

.imagebg-callback .call-no h3 {
    color: #fff;
    margin-bottom: 0;
}

.imagebg-callback .call-no a {
    color: #ffffff;
    display: inline-block;
}

.imagebg-callback .call-no a:hover {
    color: #000;
}

/* .section-callback {
    padding-top: 70px;
} */

.section-callback .callback-circle-img {
    position: relative;
    z-index: 1;
}

.section-callback .callback-circle-img:before {
    content: "";
    background-image: url(assets/images/circle-shape1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-callback .section-disc {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .section-callback .callback-img {
        margin-top: 40px;
    }
}

/*--------------------------------------------------------------
>>> Home Pricing Section  
----------------------------------------------------------------*/

.section-branch {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media screen and (max-width: 575px) {
    .section-branch {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.branch-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 35px 25px;
}

[class*=col-]:nth-child(2n+2) .branch-item {
    box-shadow: none;
    background-color: #F8F8F8;
}

.branch-item p {
    color: #787878;
}

.branch-item .line-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.branch-item .line-icon:before,
.branch-item .line-icon:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px dashed #787878;
}

.branch-item .line-icon i {
    margin: 0 10px;
}

.branch-item a {
    color: #f09308;
    font-weight: 500;
}

.branch-item a:hover {
    color: #000;
}

/*--------------------------------------------------------------
>>> Home Team Section  
----------------------------------------------------------------*/

.section-team {
    padding-top: 90px;
}

@media screen and (min-width: 992px) {
    .section-team .row {
        margin: 0 -15px;
    }
    .section-team .row [class*=col-] {
        padding: 0 15px;
    }
}

@media screen and (max-width: 575px) {
    .section-team {
        padding-top: 60px;
    }
}

/*--------------------------------------------------------------
>>> Home home subscribe Section  
----------------------------------------------------------------*/

.section-subscribe {
    padding-top: 60px;
    margin-bottom: -80px;
}

@media screen and (max-width: 767px) {
    .section-subscribe {
        padding-top: 0;
    }
}

.subscribe-inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.subscribe-inner .overlay {
    background: linear-gradient(45deg, #0000009c, #f0930838);
}

.subscribe-inner .section-head * {
    color: #ffffff;
}

.subscribe-inner .subscribe-image {
    margin: -60px 0 0 0;
}

.subscribe-inner .subscribe-content {
    padding: 70px 0 75px 50px;
}

.subscribe-inner .subscribe-content .subscribe-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
}

.subscribe-inner .subscribe-content .subscribe-form input {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin-right: 25px;
}

@media screen and (max-width: 767px) {
    .subscribe-inner {
        padding: 0;
    }
    .subscribe-inner .subscribe-content {
        padding: 60px 40px 40px;
    }
    .subscribe-inner .subscribe-image {
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .subscribe-inner .subscribe-content .subscribe-form {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .subscribe-inner .subscribe-content .subscribe-form input {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .subscribe-inner .subscribe-content .subscribe-form .button-round {
        display: block;
        text-align: center;
        width: 100%;
    }
}

/*--------------------------------------------------------------
>>> Home Testimonial Section  
----------------------------------------------------------------*/

.section-testimonial {
    padding-top: 90px;
    padding-bottom: 90px;
    /* the slides */
    /* the parent */
}

.section-testimonial .slick-slide {
    margin: 0 15px;
}

.section-testimonial .slick-list {
    margin: 0 -15px;
}

@media screen and (max-width: 575px) {
    .section-testimonial {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.testimonial-item {
    background-color: #F8F8F8;
    padding: 50px;
    overflow: hidden;
    position: relative;
        border-radius: 16px;
}

.testimonial-item .testimonial-icon {
    background-color: #f09308;
    position: absolute;
    content: "";
    top: -70px;
    right: -70px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.testimonial-item .testimonial-icon i {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.testimonial-item .testimonial-img {
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
}

.testimonial-item .testimonial-content p:last-child {
    margin-bottom: 0;
}

.testimonial-item .rating-start-wrap {
    display: table;
    margin: 0 auto 25px;
}

/*--------------------------------------------------------------
>>> Home Blog Section  
----------------------------------------------------------------*/

.section-blog {
    padding-top: 170px;
    padding-bottom: 90px;
}

.section-blog .section-heading {
    padding-right: 40px;
}

.section-blog .section-heading .section-disc {
    margin-bottom: 25px;
}

.section-blog .post {
    background-color: #ffffff;
}

.section-blog .post .entry-content {
    padding: 25px;
}

.section-blog .post .entry-content p {
    color: #787878;
    margin-bottom: 0;
}

.section-blog .feature-image {
    position: relative;
}

.section-blog .feature-image:before {
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post:hover .section-blog .feature-image:before {
    opacity: 0;
}

.section-blog .feature-image .cat-meta {
    position: absolute;
    top: 15px;
    right: 15px;
}

.section-blog .feature-image .cat-meta a {
    background-color: #f09308;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.section-blog .feature-image .cat-meta a:hover {
    background-color: #000;
    color: #ffffff;
}

.section-blog .entry-meta {
    border-top: 1px solid #F8F8F8;
    padding: 10px 17px;
}

.section-blog .entry-meta span {
    padding: 0 8px;
    position: relative;
    display: inline-block;
    line-height: 1;
}

.section-blog .entry-meta span:before {
    color: #B6B6B6;
    content: "\f111";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 4px;
    position: absolute;
    right: -4px;
    top: 8px;
}

.section-blog .entry-meta span:last-child:before {
    display: none;
}

.section-blog .entry-meta a {
    color: #f09308;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}

.section-blog .entry-meta a:hover,
.section-blog .entry-meta a:focus {
    color: #000;
}

@media screen and (max-width: 991px) {
    .section-blog {
        padding-bottom: 60px;
    }
    .section-blog .post {
        margin-bottom: 30px;
    }
    .section-blog .feature-image img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-blog .section-heading {
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .section-blog {
        padding: 120px 0 60px;
    }
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/

.site-footer {
    background-color: #000;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.site-footer .top-footer {
    padding-bottom: 55px;
}

.site-footer .footer-callback {
    background-color: rgba(2, 48, 89, 0.35);
    padding: 50px;
}

.site-footer .footer-callback .section-title {
    color: #ffffff;
    margin-bottom: 0;
}

.site-footer .footer-callback .outline-primary {
    text-align: center;
    white-space: nowrap;
}

.site-footer .footer-logo {
    margin-bottom: 20px;
}
.footer-logo img{
    width: 400px;
}

.site-footer .bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 20px 0;
}

.site-footer .copy-right {
    font-size: 16px;
    color: #fff;
}

.site-footer .copy-right a {
    color: #ffffff;
}

.site-footer .copy-right a:hover {
    color: #000;
}

.site-footer .footer-menu {
    text-align: right;
}

/*.site-footer .footer-menu ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-size: 0;*/
/*}*/

.site-footer .footer-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.site-footer .footer-menu ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 12px;
    color: #B6B6B6;
}

.site-footer .footer-menu ul li:last-child:before {
    display: none;
}

.site-footer .footer-menu ul li a {
    color: #fff;
    font-size: 13px;
}

.site-footer .footer-menu ul li a:hover,
.site-footer .footer-menu ul li a:focus {
    color: #000;
}

.site-footer .social-links {
    margin-bottom: 15px;
}

.site-footer .social-links li {
    margin: 0 5px;
}

.site-footer .social-links li a {
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: background-color 0.4s, border-color 0.4s;
    -moz-transition: background-color 0.4s, border-color 0.4s;
    -ms-transition: background-color 0.4s, border-color 0.4s;
    -o-transition: background-color 0.4s, border-color 0.4s;
    transition: background-color 0.4s, border-color 0.4s;
}

.site-footer .social-links li a:hover {
    background-color: #000;
    border-color: #000;
}

@media screen and (max-width: 991px) {
    .site-footer .footer-callback .section-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .bottom-footer {
        text-align: center;
    }
    .site-footer .social-links {
        margin-bottom: 20px;
    }
        .site-footer .footer-menu {
        text-align: center;
        margin-top: 16px;
    }
}

@media screen and (max-width: 575px) {
    .site-footer {
        padding-top: 60px;
    }
    .site-footer .footer-shape svg {
        height: 25px;
    }
    .site-footer .top-footer {
        padding-bottom: 25px;
    }
    .site-footer .footer-callback {
        padding: 30px;
    }
}

.footer-primary .widget {
    color: #e0e0e0;
}
.widget_menu ul{
    padding-left: 0px;
    list-style-type: none;
    margin: 0px;
}
.widget-text ul{
    padding-left: 0px;
    list-style-type: none;
    margin: 0px;
}
.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

.footer-primary .widget ul li {
    margin-bottom: 6px;
}

.footer-primary .widget ul li a {
    color: #ffffff;
}

.footer-primary .widget ul li a:hover,
.footer-primary .widget ul li a:focus,
.footer-primary .widget ul li a:active {
    color: #fff;
}
.text-copy {
    color: #fff;
}
.footer-menu img{
    width: 80px;
    margin-top: -16px;
}
@media screen and (max-width: 991px) {
    .footer-primary .widget {
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------------
>>> Tour Guide Pages
----------------------------------------------------------------*/

.team-page-section {
    padding-bottom: 60px;
}

.team-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.team-item .team-img {
    margin-right: -30px;
}
.team-img img{
    border-radius: 16px;
}
.team-item .team-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
        border-radius: 8px;
}

.team-item .team-content h3 {
    margin-bottom: 7px;
}

.team-item .team-content span {
    color: #f09308;
    margin-bottom: 20px;
    display: block;
    font-size: 13px;
    line-height: 1.1;
}

.team-item .team-content p {
    color: #787878;
    margin-bottom: 25px;
}

.team-item .team-content p:last-child {
    margin-bottom: 0;
}

.team-item .team-content .button-primary {
    font-size: 13px;
    font-weight: 500;
    padding: 13px 20px;
}

@media screen and (max-width: 991px) {
    .team-item .team-img img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .team-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 479px) {
    .team-item {
        grid-template-columns: 1fr;
    }
    .team-item .team-img {
        margin-right: 0;
    }
}











/*faq starts*/
.wrapper {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0 50px;
}

/*h1 {*/
/*  margin-bottom: 20px;*/
/*}*/

/*.container {*/
  
/*}*/

.question h2 {
    font-size: 17px;
    font-weight: 500;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    margin-bottom: 0px;
}

.question h2::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question h2.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
      color: #000;
}

.question h2.active + .answercont {
}
.question.active h2::after {
    content: "-";
}

@media screen and (max-width: 790px){
  .wrapper {
  width: 100%;
}
}



        .specialities-section {
            padding: 40px 0;
        }

        .section-tag {
            display: inline-block;
            /*background: #fff1e8;*/
            color: #ff7a2f;
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .section-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .section-subtitle {
            color: #6c757d;
            font-size: 16px;
            margin-bottom: 50px;
        }

        /* CARD */
        .speciality-card {
            background: #ffffff;
            border: 1.5px solid #ff7a2f;
            border-radius: 18px;
            overflow: hidden;
            height: 100%;
            transition: all 0.35s ease;
        }

        .speciality-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 18px 40px rgba(0,0,0,0.12);
        }

        /* IMAGE */
        .speciality-img {
            height: 180px;
            overflow: hidden;
        }

        .speciality-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .speciality-card:hover .speciality-img img {
            transform: scale(1.12);
        }

        /* CONTENT */
        .speciality-content {
            padding: 20px;
        }

        .speciality-content h5 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
            transition: color 0.3s ease;
        }

        .speciality-card:hover h5 {
            color: #ff7a2f;
        }

        .speciality-content p {
            font-size: 14px;
            color: #6c757d;
            margin-bottom: 0;
        }

        /* BUTTON */
        .view-btn {
            margin-top: 50px;
        }

        .view-btn a {
            background: #ff7a2f;
            color: #ffffff;
            padding: 14px 38px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .view-btn a:hover {
            background: #e9651f;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(255,122,47,0.4);
        }



@media screen and (max-width: 991px){
.facility-item {
    height: auto;
}
.imagebg-callback {
    padding-top: 50px;
}
.question h2 {
    font-size: 15px;
}

}