@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,500,500i,600,600i,700,700i|Open+Sans:400,400i,600,700&display=swap");
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #286efb;
    --secondary: #6a747b;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f6f9fc;
    --dark: #2d343e;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --main-color: #ff4500;
    --main-low: 12;
}

*,
::after,
::before {
    box-sizing: border-box
}

/*==========Fonts CSS Start==========*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
    url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
    url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
    url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
    url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*==========Fonts CSS End==========*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent scroll-behavior: smooth;
}

body {
    font-family: "Josefin Sans", sans-serif;
    background: #fdfdfd;
    color: #464646;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    width: 100%;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1.3rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #286efb;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0451ec;
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width:1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

h1 {
    font-size: 2.5rem
}

@media (max-width:1200px) {
    h1 {
        font-size: calc(1.375rem + 1.5vw)
    }
}

h2 {
    font-size: 2rem
}

@media (max-width:1200px) {
    h2 {
        font-size: calc(1.325rem + .9vw)
    }
}

h3 {
    font-size: 1.75rem
}

@media (max-width:1200px) {
    h3 {
        font-size: calc(1.3rem + .6vw)
    }
}

h4 {
    font-size: 1.5rem
}

@media (max-width:1200px) {
    h4 {
        font-size: calc(1.275rem + .3vw)
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

a:hover {
    color: var(--main-color);
}

/*helper css start*/

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-50 {
    padding-left: 50px;
}

/* -- Margin -- */

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-18 {
    margin-left: 18px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-50 {
    margin-left: 50px;
}

/* -- Line Height -- */

.l-h-20 {
    line-height: 20px;
}

.l-h-22 {
    line-height: 22px;
}

.l-h-24 {
    line-height: 24px;
}

.l-h-26 {
    line-height: 26px;
}

.l-h-28 {
    line-height: 28px;
}

.l-h-30 {
    line-height: 30px;
}

.l-h-32 {
    line-height: 32px;
}

.l-h-34 {
    line-height: 34px;
}

.l-h-36 {
    line-height: 36px;
}

.l-h-38 {
    line-height: 38px;
}

.l-h-40 {
    line-height: 40px;
}

/* -- Font Size -- */

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

/* -- Font Weight -- */

.f-w-3 {
    font-weight: 300;
}

.f-w-4 {
    font-weight: 400;
}

.f-w-5 {
    font-weight: 500;
}

.f-w-6 {
    font-weight: 600;
}

.f-w-7 {
    font-weight: 700;
}

/* -- Border Radius -- */

.b-r-1 {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.b-r-2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.b-r-3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.b-r-4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.b-r-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.b-r-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.b-r-7 {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.b-r-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.b-r-9 {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.b-r-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.b-r-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.b-r-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.b-r-25 {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.b-r-30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.b-r-35 {
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.b-r-40 {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.b-r-45 {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

.b-r-50 {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.b-r-100 {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.my__5 {
    margin: -5px 0;
}

.my__10 {
    margin: -10px 0;
}

.my__15 {
    margin: -15px 0;
}

.my__20 {
    margin: -20px 0;
}

.my__25 {
    margin: -25px 0;
}

.my__30 {
    margin: -30px 0;
}

.my__35 {
    margin: -35px 0;
}

.my__40 {
    margin: -40px 0;
}

.my__45 {
    margin: -45px 0;
}

.my__50 {
    margin: -50px 0;
}

.mx__5 {
    margin: 0 -5px;
}

.mx__10 {
    margin: 0 -10px;
}

.mx__15 {
    margin: 0 -15px;
}

.mx__20 {
    margin: 0 -20px;
}

.mx__25 {
    margin: 0 -25px;
}

.mx__30 {
    margin: 0 -30px;
}

.mx__35 {
    margin: 0 -35px;
}

.mx__40 {
    margin: 0 -40px;
}

.mx__45 {
    margin: 0 -45px;
}

.mx__50 {
    margin: 0 -50px;
}

.mt__5 {
    margin-top: -5px;
}

.mt__10 {
    margin-top: -10px;
}

.mt__15 {
    margin-top: -15px;
}

.mt__20 {
    margin-top: -20px;
}

.mt__25 {
    margin-top: -25px;
}

.mt__30 {
    margin-top: -30px;
}

.mt__35 {
    margin-top: -35px;
}

.mt__40 {
    margin-top: -40px;
}

.mt__45 {
    margin-top: -45px;
}

.mt__50 {
    margin-top: -50px;
}

.mb__5 {
    margin-bottom: -5px;
}

.mb__10 {
    margin-bottom: -10px;
}

.mb__15 {
    margin-bottom: -15px;
}

.mb__20 {
    margin-bottom: -20px;
}

.mb__25 {
    margin-bottom: -25px;
}

.mb__30 {
    margin-bottom: -30px;
}

.mb__35 {
    margin-bottom: -35px;
}

.mb__40 {
    margin-bottom: -40px;
}

.mb__45 {
    margin-bottom: -45px;
}

.mb__50 {
    margin-bottom: -50px;
}

/*helper css end*/

.text__primary {
    color: #5964ff !important;
}

.text__secondary {
    color: #d1d8e0 !important;
}

.text__success {
    color: #2ed573 !important;
}

.text__danger {
    color: #e84118 !important;
}

.text__warning {
    color: #ffa502 !important;
}

.text__info {
    color: #1e9ff2 !important;
}

.text__dark {
    color: #10163A !important;
}

.text__muted {
    color: #ccc !important;
}

.text__base {
    color: var(--main-color) !important;
}

.text__dark {
    color: #182C61 !important;
}

.bg__primary {
    background-color: #5964ff !important;
}

.bg__secondary {
    background-color: #d1d8e0 !important;
}

.bg__success {
    background-color: #2ed573 !important;
}

.bg__danger {
    background-color: #e84118 !important;
}

.bg__warning {
    background-color: #ffa502 !important;
}

.bg__info {
    background-color: #1e9ff2 !important;
}

.bg__dark {
    background-color: #10163A !important;
}

.bg__light {
    background-color: #bcc7da !important;
}

.bg__base {
    background-color: var(--main-color) !important;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}
.text-colar-title{
    color: var(--main-color);
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pagination {
    margin: -.3125rem -.4375rem;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: .3125rem .4375rem;
}

.pagination .page-item.active .page-link {
    background-color: var(--main-color);
    color: #fff;
}

.pagination .page-item .page-link {
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid var(--main-color)33;
    color: #464646;
}

.pagination .page-item .page-link:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.pagination-md .page-item .page-link {
    width: 2.5rem;
    height: 2.5rem;
}

.pagination-sm .page-item .page-link {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: .875rem;
}

.card {
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 4px #33333326;
}

.card-header,
.card-footer {
    background: #fff
}

.oveflow-hidden {
    overflow: hidden;
}

.image-upload-area {
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 5px;
}

.image-upload-area img {
    width: 100%;
}

.image-upload-area .upload-image {
    display: none;
}

.image-upload-area .pick-image {
    display: block;
    border: 1px solid #cacaca;
    text-align: center;
    padding: 4px 0px;
    position: relative;
    color: #767676;
    cursor: pointer;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
}

.image-upload-area .pick-image::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: .375rem .75rem;
    line-height: 1.2;
    color: #767676;
    font-family: 'Font Awesome 5 Free';
    content: "\f030";
    font-weight: 700;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-50 {
    padding-left: 50px;
}

/* -- Margin -- */

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-18 {
    margin-left: 18px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-50 {
    margin-left: 50px;
}

/* -- Line Height -- */

.l-h-20 {
    line-height: 20px;
}

.l-h-22 {
    line-height: 22px;
}

.l-h-24 {
    line-height: 24px;
}

.l-h-26 {
    line-height: 26px;
}

.l-h-28 {
    line-height: 28px;
}

.l-h-30 {
    line-height: 30px;
}

.l-h-32 {
    line-height: 32px;
}

.l-h-34 {
    line-height: 34px;
}

.l-h-36 {
    line-height: 36px;
}

.l-h-38 {
    line-height: 38px;
}

.l-h-40 {
    line-height: 40px;
}

/* -- Font Size -- */

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

/* -- Font Weight -- */

.f-w-3 {
    font-weight: 300;
}

.f-w-4 {
    font-weight: 400;
}

.f-w-5 {
    font-weight: 500;
}

.f-w-6 {
    font-weight: 600;
}

.f-w-7 {
    font-weight: 700;
}

/* -- Border Radius -- */

.b-r-1 {
    border-radius: 1px;
}

.b-r-2 {
    border-radius: 2px;
}

.b-r-3 {
    border-radius: 3px;
}

.b-r-4 {
    border-radius: 4px;
}

.b-r-5 {
    border-radius: 5px;
}

.b-r-6 {
    border-radius: 6px;
}

.b-r-7 {
    border-radius: 7px;
}

.b-r-8 {
    border-radius: 8px;
}

.b-r-9 {
    border-radius: 9px;
}

.b-r-10 {
    border-radius: 10px;
}

.b-r-15 {
    border-radius: 15px;
}

.b-r-20 {
    border-radius: 20px;
}

.b-r-25 {
    border-radius: 25px;
}

.b-r-30 {
    border-radius: 30px;
}

.b-r-35 {
    border-radius: 35px;
}

.b-r-40 {
    border-radius: 40px;
}

.b-r-45 {
    border-radius: 45px;
}

.b-r-50 {
    border-radius: 50px;
}

.b-r-100 {
    border-radius: 100px;
}

.fs__18px {
    font-size: 1.125rem !important;
}

.fs__16px {
    font-size: 1rem !important;
}

.fs__14px {
    font-size: .875rem !important;
}

.fs__12px {
    font-size: .75rem !important;
}

.btn {
    padding: 7px 30px;
}

.btn-sm {
    padding: 3px 9px;
}

.btn__primary {
    background-color: #5964ff;
}

.btn__primary:hover {
    background-color: #5964ff;
}

.btn__secondary {
    background-color: #d1d8e0;
}

.btn__secondary:hover {
    background-color: #d1d8e0;
}

.btn__success {
    background-color: #2ed573;
}

.btn__success:hover {
    background-color: #2ed573;
}

.btn__danger {
    background-color: #e84118;
}

.btn__danger:hover {
    background-color: #e84118;
}

.btn__warning {
    background-color: #ffa502;
}

.btn__warning:hover {
    background-color: #ffa502;
}

.btn__info {
    background-color: #1e9ff2;
}

.btn__info:hover {
    background-color: #1e9ff2;
}

.btn__light {
    background-color: #bcc7da;
}

.btn__light:hover {
    background-color: #bcc7da;
}

.btn__dark {
    background-color: #10163A;
    color: #fff;
}

.btn__dark:hover {
    background-color: #10163A;
    color: #fff;
}

.btn__link {
    color: #5964ff;
}

.btn__base {
    background-color: var(--main-color);
    color: #fff;
}

.btn__base:hover {
    background-color: #0E0F38;
    color: #fff;
}

.btn__base.btn__custom {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -6px;
}

.btn__base.btn__custom:hover {
    outline-offset: 0;
    outline: 2px solid rgba(255, 255, 255, 0);
}

.text__btn {
    color: var(--main-color);
}

.btn-outline__primary {
    color: #5964ff;
    border-color: #5964ff;
}

.btn-outline__primary:hover {
    background-color: #5964ff;
    color: #fff;
}

.btn-outline__secondary {
    color: #d1d8e0;
    border-color: #d1d8e0;
}

.btn-outline__secondary:hover {
    background-color: #d1d8e0;
    color: #fff;
}

.btn-outline__success {
    color: #2ed573;
    border-color: #2ed573;
}

.btn-outline__success:hover {
    background-color: #2ed573;
    color: #fff;
}

.btn-outline__danger {
    color: #e84118;
    border-color: #e84118;
}

.btn-outline__danger:hover {
    background-color: #e84118;
    color: #fff;
}

.btn-outline__warning {
    color: #ffa502;
    border-color: #ffa502;
}

.btn-outline__warning:hover {
    background-color: #ffa502;
    color: #fff;
}

.btn-outline__info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}

.btn-outline__info:hover {
    background-color: #1e9ff2;
    color: #fff;
}

.btn-outline__light {
    color: #bcc7da;
    border-color: #bcc7da;
}

.btn-outline__light:hover {
    background-color: #bcc7da;
    color: #fff;
}

.btn-outline__dark {
    color: #10163A;
    border-color: #10163A;
}

.btn-outline__dark:hover {
    background-color: #10163A;
    color: #fff;
}

.btn-outline__base {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.btn-outline__base:hover {
    background-color: var(--main-color);
    color: #fff;
}

.btn-shadow__primary {
    box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}

.btn-shadow__secondary {
    box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}

.btn-shadow__success {
    box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}

.btn-shadow__danger {
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}

.btn-shadow__warning {
    box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}

.btn-shadow__info {
    box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}

.btn-shadow__light {
    box-shadow: 0 0 6px 1px rgba(188, 199, 218, 0.35);
}

.btn-shadow__dark {
    box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}

.btn-shadow__base {
    box-shadow: 0 0 6px 1px rgba(247, 124, 90, 0.35);
}

.btn__capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.btn-icon {
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-icon:hover {
    color: #fff;
}

.btn__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -.625rem;
    margin-right: -.625rem;
}

.btn__group *[class*="btn"] {
    margin: .3125rem .625rem;
    align-items: center;
}

.btn__group *[class*="btn"].d-flex {
    padding: .5rem 2.1875rem;
}

button[disabled] {
    cursor: no-drop;
}

.badge__primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #5964ff;
    color: #5964ff;
}

.badge__secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #d1d8e0;
    color: #d1d8e0;
}

.badge__success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #2ed573;
    color: #2ed573;
}

.badge__danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #e84118;
    color: #e84118;
}

.badge__warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ffa502;
    color: #ffa502;
}

.badge__info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}

.badge__light {
    background-color: rgba(188, 199, 218, 0.15);
    border: 1px solid #bcc7da;
    color: #bcc7da;
}

.badge__dark {
    background-color: rgba(16, 22, 58, 0.15);
    border: 1px solid #10163A;
    color: #10163A;
}

.badge__base {
    background-color: rgba(247, 124, 90, 0.15);
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.form-group {
    margin-bottom: .9375rem;
}

.form-control {
    padding: .625rem 1.25rem;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #000;
    height: 3.125rem;
}

.form-control:focus {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}

label {
    color: #535353;
    margin-bottom: .625rem;
    font-size: .875rem;
    font-weight: 500;
}

a.btn:hover,
.nav-btn:hover,
.nav-btn:focus {
    color: #fff !important;
}

.input-group>.form--control,
.input-group>.select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h4,
.section-title p {
    margin-bottom: 0;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mb__30 {
    margin-bottom: -30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

/*table css start*/

.table-responsive {
    white-space: nowrap;
}

.table {
    margin-bottom: 0px;
}

.table thead th {
    background: var(--main-color);
    color: #fff;
}

.table-borderless thead th {
    background: transparent;
    color: #000;
}

.table thead th {
    border: none;
}

.table thead th,
.table tbody td {
    text-align: center;
    padding: 13px 25px;
}

table th:last-child,
table td:last-child {
    text-align: right;
}

table th:first-child,
table td:first-child {
    text-align: left;
}

.image-circle-preview {
    display: inline-block;
}

.image-circle-preview img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
}

/*table css end*/

/*preloader*/

.preloader {
    background-color: #1D0731;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    overflow: hidden;
}

.preloader img {
    max-width: 50px;
}

.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}

.preloader * {
    transition: all 0.3s;
}

.preloader .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}

.preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
    background: #2c2d44;
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader img {
    max-width: 50px;
}

/*preloader end*/

/*Header css*/

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
    color: #fff;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 3px);
    -webkit-backdrop-filter: blur( 3px);
}

.header-area .top-header {
    overflow: hidden;
    padding: 12px 0px;
    border-bottom: 1px solid #fff1f;
}

.header-area .top-header .contact-area {
    float: left;
}

.header-area .top-header .lang-area {
    float: right;
}

.header-area .top-header .lang-area select {
    background: transparent;
    color: #fff;
    border: none;
}

.header-area .top-header .lang-area select option {
    background: transparent;
    color: #000;
    border: none;
}

@media(max-width: 425px) {
    .header-area .top-header .contact-area {
        float: none;
        text-align: center;
    }
    .header-area .top-header .contact-area ul li {
        margin: 0 !important;
    }
    .header-area .top-header .lang-area {
        float: none;
        text-align: center;
    }
}

.header-area .top-header .contact-area ul li {
    display: inline-block;
    margin: 0px 5px;
}

.header-area .bottom-header .navbar ul li {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 8px;
}

.dropdown-menu {
    right: 0;
    left: unset;
    background-color: #0e0f38;
    font-size: 14px;
    font-weight: 500;
    border-top: 2px solid var(--main-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: var(--main-color);
    color: #fff !important;
}

.header-area .bottom-header .navbar ul li a,
.header-area .bottom-header .navbar ul .active a {
    color: #fff;
}

.header-area .bottom-header .navbar ul li a:hover,
.header-area .bottom-header .navbar ul li a:focus,
.header-area .bottom-header .navbar ul li a:active {
    color: var(--main-color);
}

.header-area .bottom-header .navbar ul li a.nav-btn {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    line-height: 12px;
    padding: 12px 25px;
    margin-bottom: 0px;
    border-radius: 25px;
    font-size: 13px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-area .bottom-header .navbar ul li a.nav-btn:hover {
    background: transparent;
}

@media(max-width: 1199px) {
    .header-area .bottom-header .navbar ul li {
        font-size: 12px;
    }
    .header-area .bottom-header .navbar ul li a.nav-btn {
        font-size: 11px;
    }
}

.header-area .bottom-header .navbar .navbar-brand img {
    max-width: 180px;
    max-height: 85px;
}

.header-area .bottom-header .navbar .navbar-toggler {
    color: #fff;
    border-color: #fdfdfd2e;
    line-height: 1px;
}

@media(max-width: 991px) {
    .header-area .bottom-header .navbar .navbar-collapse {
        background: #02194e;
        padding: 12px;
        border-radius: 6px;
    }
    .header-area .bottom-header .navbar ul li a.nav-btn {
        display: inline-block;
        margin-bottom: 10px;
    }
}

.header-area.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
}

.header-area.fixed-header .top-header {
    display: none;
}

.header-area.fixed-header .bottom-header {
    background: #0e0f38;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*Header end css*/

/*Banner section start*/

.banner-section {
    background-image: url('../images/bg1.jpg');
    padding-top: calc(180px + 80px);
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.banner-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020b2d73;
    z-index: -1;
}

@media(max-width: 425px) {
    .banner-section {
        padding-top: calc(180px + 115px);
    }
}

@media(max-width: 320px) {
    .banner-section {
        padding-top: calc(180px + 135px);
    }
}

.banner-section .title-area h1 {
    margin-bottom: 0px;
}

.banner-section .title-area p {
    margin-bottom: 0px;
    font-size: 21px;
}

.banner-section .search-area {
    background: rgba( 255, 255, 255, 0.30);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 2.5px);
    -webkit-backdrop-filter: blur( 2.5px);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18);
    padding: 15px;
    margin-top: 10px;
}

.banner-section .search-area .form-control {
    height: 3.125rem !important;
}

.banner-section .search-area button {
    background: var(--main-color);
    color: #fff;
    width: 125px;
    border-radius: 0px 5px 5px 0px;
}

@media(max-width: 991px) {
    .banner-section .title-area p {
        font-size: 18px;
    }
    .banner-section .search-area input,
    .banner-section .search-area select,
    .banner-section .search-area button {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 5px !important;
    }
    .banner-section .search-area .input-group-append {
        width: 100%;
    }
    .banner-section .search-area button {
        margin-bottom: 0px;
        display: block;
        padding: 10px;
    }
}

@media(max-width: 425px) {
    .banner-section .title-area p {
        font-size: 14px;
    }
    .title-area-banner .title{
        font-size: 18px;
    }
    .title-area-banner .title-area-title {
        font-size: 38px;
    }
}

/*Banner section end*/


/*blog section start*/

.blog-area {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.blog-area .thumb img {
    border-radius: 8px 8px 0px 0px;
}

.blog-area h5 {
    margin: 5px 0px;
}

.blog-area h5 a {
    color: #464646;
}

.blog-area h5 a:hover {
    color: var(--main-color);
}

.blog-area p {
    font-size: 14px;
}

.blog-area .icon-area {
    overflow: hidden;
    padding: 5px 15px;
    border-bottom: 1px solid #eaeaea;
}

.blog-area .content-area {
    padding: 15px;
}

.blog-details .blog-details-area {
    margin-bottom: 30px;
}

.blog-details .blog-details-area .thumb {
    margin-bottom: 15px;
}

.blog-details .blog-widget {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.blog-details .blog-widget .widget-title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 9px;
}

.single-blog-area .blog-thumb-area {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-blog-area {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.single-blog-area:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.single-blog-area .blog-thumb-area img {
    border-radius: 5px;
}

.single-blog-area .blog-title-area {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.single-blog-area .blog-title-area a {
    color: #464646;
}

.single-blog-area .blog-title-area a:hover {
    color: #286efb;
}


/*blog section end*/

/*inner banner start*/

.inner-banner {
    background-image: url(../images/bg3.jpg);
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: calc(90px + 80px);
    padding-bottom: 90px;
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #131c3ea3;
    z-index: -1;
}

@media(max-width: 425px) {
    .inner-banner {
        padding-top: calc(90px + 98px);
    }
}

@media(max-width: 320px) {
    .inner-banner {
        padding-top: calc(90px + 135px);
    }
}

.inner-banner .inner-banner-content {
    text-align: center;
}

.inner-banner .inner-banner-content a {
    color: #fff
}

.inner-banner .inner-banner-content a:hover {
    color: #286efb
}

/*inner banner end*/

/*contact start*/

.contact-section .contact-area {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgb(7 30 62 / 15%);
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info .col-lg-4 {
    margin-bottom: 30px;
}

.contact-element {
    background: #fff;
    padding: 22px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgb(7 30 62 / 15%);
    height: 100%;
    display: flex;
    align-items: center;
}

.contact-element .icon-area {
    background: var(--main-color);
    line-height: 1;
    color: #fff;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 30px;
}

.contact-element .content-area {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.contact-element .content-area h5 {
    margin-bottom: 10px;
}

/*contat end*/

/*Reviewer area start*/

.reviewer-area {
    margin-top: 10px;
}

.reviewer-area .reviewer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0px;
    border-bottom: 1px solid #eaeaea;
}

.reviewer-area .reviewer:last-child {
    border: none;
}

.reviewer-area .reviewer .thumb {
    width: 15%;
}

.reviewer-area .reviewer .thumb img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.reviewer-area .reviewer .content {
    width: 85%;
}

.reviewer-area .reviewer .content h6,
.reviewer-area .reviewer .content p {
    margin-bottom: 0px;
}

@media(max-width: 991px) {
    .reviewer-area .reviewer .thumb {
        width: 22%;
    }
    .reviewer-area .reviewer .content {
        width: 78%;
    }
}

@media(max-width: 575px) {
    .reviewer-area .reviewer .thumb {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .reviewer-area .reviewer .content {
        width: 100%;
        text-align: center;
    }
}

/*User Details*/

.user-details ul li {
    overflow: hidden;
    padding: 7px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.user-details ul li:last-child {
    border: none;
}

.user-details ul li i {
    float: left;
    margin-top: 3px;
}

.user-details ul li span {
    float: right;
    font-weight: bold
}

/*User Details End*/

/*Reviewer area end*/

/*==========Banner CSS Start==========*/

.title-area-banner{
    text-align: left;
}

.title-area-banner button{
    background-color: var(--main-color);
    color: #fff;
}

.title-position{
    color: var(--main-color);
}

.title-area-color{
    color: #FF9A00;
}

.title-area-title{
    font-size: 70px;
}

.banner-section-right {
    position: absolute;
    top: 53%;
    z-index: 1;
    transform: translateY(-50%)
}

.banner-section-right img {
    border-radius: 50%
}

.banner-section-right .icon-area-1,
.banner-section-right .icon-area-2,
.banner-section-right .icon-area-3 {
    position: absolute;
    left: 0;
    top: 20%;
    width: 110px;
    height: 110px;
    padding: 20px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(14, 29, 44, .15);
    animation: movedelement 5s linear infinite;
}
@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.banner-section-right .icon-area-1 img,
.banner-section-right .icon-area-2 img,
.banner-section-right .icon-area-3 img {
    border-radius: 0
}

.banner-section-right .icon-area-2 {
    left: auto;
    right: 0
}

.banner-section-right .icon-area-3 {
    left: auto;
    right: 10%;
    top: auto;
    bottom: 0
}

.banner-section-right .project {
    position: absolute;
    left: 0;
    bottom: 5%;
    padding: 10px 20px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    animation: movedelement 5s linear infinite;
}
@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.banner-section-right .project .icon-area img {
    margin-right: 10px;
}

.banner-section-right .project .icon-area img:before {
    font-size: 50px;
}

.banner-section-right .project .p-text h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #202020;
}

.banner-section-right .project .p-text p {
    font-size: 15px;
    margin-bottom: 0;
    color: #585858;
}

@media(max-width:767px) {
    .banner-section-right {
        top: 50%;
        width: 400px;
        height: 400px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .banner-section{
    padding-bottom: 500px;
    }
}

@media(max-width:425px) {
    .banner-section-right {
        top: 50%;
        width: 300px;
        height: 300px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 70px;
    }
}

@media(max-width:991px) {
    .banner-section-right .icon-area-1,
    .banner-section-right .icon-area-2,
    .banner-section-right .icon-area-3 {
        top: 15%;
        width: 90px;
        height: 90px;
        padding: 15px;
        border-radius: 15px;
    }
}

@media(max-width:575px) {
    .banner-section-right .icon-area-1,
    .banner-section-right .icon-area-2,
    .banner-section-right .icon-area-3 {
        top: 10%;
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px;
    }
}

@media(max-width:991px) {
    .banner-section-right .icon-area-3 {
        left: auto;
        right: 0;
        top: auto;
        bottom: 40px;
    }
}

@media(max-width:575px) {
    .banner-section-right .icon-area-3 {
        left: auto;
        right: 0;
        top: auto;
        bottom: 25px;
    }
}

@media(max-width:575px) {
    .banner-section-right .project .icon-area img:before {
        font-size: 40px;
    }
}

@media(max-width:575px) {
    .banner-section-right .project .p-text h3 {
        font-size: 20px;
    }
}

.banner-section .image-area{
    width: 35%;
    position: relative;
}
.banner-section .image-area .slick-arrow{
    position: absolute;
    top: 40%;
    font-size: 60px;
    color: var(--main-color);
}
.banner-section .image-area .prev{
    left: -13px;
}
.banner-section .image-area .next{
    right: -13px;
    cursor: pointer;
}
@media (max-width:767px){
  .banner-section .image-area {
    display: none;
  }
  .banner-section .content-area {
    width: 100%;
    text-align: center;
    margin: 80px 0px;
  }
  .banner-section .content-area .banner-heading {
    font-size: 40px;
  }
  .banner-section .content-area p {
    font-size: 1rem;
  }
}

/*==========Banner CSS End==========*/

/*==========About Us CSS Start==========*/

.progress-one{
        height: 7px;
}

.progress-bar{
    background-color: #0E0F38;
}

.progress .progress-bar{
    animation: animate-positive 2s;
    position: relative;
    box-shadow: none;
    border-radius:20px !important;
}

@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}

@keyframes animate-positive {
    0% { width: 0%; }
}

.about-us-section {
    position: relative;
    background-color:#f7f7f7 ;
}

.about-us-section-img-area {
    position: relative;
    display: flex;
    align-items: center;
}

.about-us-section-img {
    border-radius: 50px;
    float: left;
}

.about-us-section-img img {
    border-radius: 50px;
}


.about-us-section-conten {
    padding-left: 30px;
}

.about-us-section-title-area .title-b {
    padding-bottom: 20px;
}

.about-section-details {
    margin-top: 30px;
}

.about-section-details-area {
    width: 100%;
    border-bottom: solid 2px var(--main-color);
    display: flex;
}

.about-section-details-area .nav-item {
    flex-basis: 33.3333%;
}

.about-section-details-area .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--main-color);
}

.about-section-details-area .nav-item .nav-link {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #10161b;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    padding: 17px 10px 13px 10px;
}

.about-section-details-aria {
    margin-top: 30px;
}


.about-tab-detail-show span {
    font-family: 'Rubik', sans-serif;
}

.about-tab-detail-show span:first-child {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #777777;
    display: block;
}

.about-tab-detail-show span:last-child {
    font-size: 15px;
    font-weight: 700;
    color: #10161b;
}

.about-tab-detail-show.last {
    margin-bottom: 0;
}

.skill-aira-section {
    position: relative;
    margin-bottom: 30px;
}



.skill-aria-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.skill-aria-percent.aria-detail {
    font-size: 18px;
    line-height: 18px;
}

.skill-aira-section.aria .h3-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.skill-aria-percent.aria {
    color: #10161b;
}

.skill-aria-percent .h3-title {
    margin-bottom: 0;
}

.skill-bar {
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.skill-bar.aria {
    height: 7px;
}

.skill-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.skill-bar.aria:before {
    background-color: var(--main-color);
}

.skill-bar-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 0;
    height: 100%;
    overflow: visible;
    box-shadow: 0px 10px 30px 0px rgb(194,120,251,0.5);
}

.skill-bar-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: var(--main-color);
}

.skill-shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
}

.main-about-us-two {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.about-imgbox-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.about-us-bg2-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


@media(max-width:991px) {

    .about-us-section .about-us-section-img {
        left: auto;
        right: 0;
        top: auto;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .about-us-section .about-us-section-conten {
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding-right: 20px;
    }
}
@media(max-width:575px) {

    .about-section-details-area .nav-item .nav-link {
        font-size: 11px;
    }
}
@media(max-width:425px) {

    .about-tab-detail-show span:last-child {
        font-size: 12px;
    }
}
/*==========About Us CSS End==========*/

/* ==========Counters Section==========*/

.counters-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.counters-section {
  padding: 100px 0;
}
.counters-section .section-heading-right a{
    text-align: right;
    float: right;
    padding: 0.75rem 2rem;
    background-color: var(--main-color);
    border-radius: 5%;
    border: 1px solid var(--main-color);
    color: #fff;
    font-size: bold;
}

.counters-section .section-heading {
  margin-bottom: 30px;
}

.counters-section .section-heading h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
  position: relative;
  color: #fff;
}

.counter-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2%;

}
.counter-item img{
    height: 100px;
    width: auto;
    padding-bottom: 20px;
}

.counter-item h3 {
  font-size: 50px;
  color: var(--main-color);
  margin-bottom: 15px;
}

.counter-item p {
  font-weight: 500;
  color: #000;
  font-size: 18px;
}
@media(max-width:991px) {

    .counters-section .section-heading-right a{
        float: left;
    }


}
/* ==========End Counters Section==========*/


/* ==========Skil-Area==========*/
.skill-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
          box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.skill-item .setup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skill-item .setup .text h6 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  color: var(--main-color);
  text-transform: uppercase;
}

.skill-item .setup .text h5 {
  margin-bottom: 10px;
}

.skill-item .setup .text span {
  font-weight: 600;
  color: #0E0F38;
}

.skill-item .setup .icon-outline {
  padding: 10px;
  height: 110px;
  width: 110px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid var(--main-color);
}

.skill-item .setup .icon-outline .icon-inline {
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid var(--main-color);
}

.skill-item .setup .icon-outline .icon-inline i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--main-color);
}

.skill-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.2);
          box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.2);
}

.skill-item:hover .icon-outline {
  border: 2px solid var(--main-color);
}

.skill-item:hover .icon-outline .icon-inline {
  border: 2px solid var(--main-color);
}

.skill-item:hover .icon-outline .icon-inline span {
  background: var(--main-color);
}

@media only screen and (max-width: 575.98px) {
  .skill-item .setup {
    display: block;
  }
  .skill-item .setup .text {
    margin-top: 15px;
  }
  .skill-item .setup .icon-outline {
    margin: 0;
  }
}
/* ==========End Skill Area==========*/

/* ==========Inner section 2 ========== */

.inner-2{
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.inner-2:before{
  position: absolute;
  content: '';
  background: #04041ce0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* ==========Inner section 2 ========== */

/* ==========Services section========== */
.services-item {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px 30px 50px 30px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
          box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.services-item .services-bg-img {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.services-item .setup {
  z-index: 1;
  position: relative;
}

.services-item .setup h4 {
  font-size: 50px;
  margin-bottom: 10px;
  color: var(--main-color);
}

.services-item .setup h5 {
  margin-bottom: 15px;
}

.services-item .setup p {
  margin-bottom: 30px;
}

.services-item .setup a, .services-item .setup i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-item .setup a {
  font-weight: 600;
  color: #171718;
  text-transform: uppercase;
}

.services-item .setup a i {
  margin-left: 5px;
  color: var(--main-color);
}

.services-item .setup a:hover {
  color: #0E0F38;
  text-decoration: underline;
}

.services-item .setup a:hover i {
  margin-left: 10px;
}

.services-item .icon {
  left: 50%;
  bottom: -30px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.services-item .icon i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  position: relative;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background: var(--main-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-item .icon-border-area {
  left: 50%;
  bottom: 0;
  z-index: -3;
  position: absolute;
  margin-left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.services-item .icon-border-area:after, .services-item .icon-border-area:before {
  top: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid var(--main-color);
}

.services-item .icon-border-area:after {
  right: -10px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.services-item .icon-border-area:before {
  right: -20px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.services-item:hover {
  background: #0E0F38;
}

.services-item:hover .services-bg-img {
  opacity: 0.15;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.services-item:hover .icon-border-area:after, .services-item:hover .icon-border-area:before {
  border: 2px solid #171718;
}

.services-item:hover .icon i {
  background: #0E0F38;
}

.services-item:hover .setup h4, .services-item:hover .setup h5, .services-item:hover .setup p, .services-item:hover .setup a {
  color: #fff;
}

.services-item:hover .setup p {
  opacity: 0.75;
}

.services-item:hover .setup a i {
  margin-left: 5px;
  color: var(--main-color);
}

.services-item:hover .setup a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.services-item:hover .setup a:hover i {
  margin-left: 10px;
}
/* ========== End Services section ========== */


/*Team section start*/

.our-team-section .our-team-slider .team-area {
    margin: 0px 15px;
}

.our-team-section .our-team-slider .prev {
    position: absolute;
    top: 46%;
    left: -7px;
    background: var(--main-color);
    color: #fff;
    line-height: 1;
    padding: 10px;
    z-index: 9;
    border-radius: 50px;
    cursor: pointer;
}

.our-team-section .our-team-slider .next {
    position: absolute;
    top: 46%;
    right: -7px;
    background: var(--main-color);
    color: #fff;
    line-height: 1;
    padding: 10px;
    z-index: 9;
    border-radius: 50px;
    cursor: pointer;
}

.team-area {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0 5px 20px 0 rgba(255, 69, 0, 0.15);
          box-shadow: 0 5px 20px 0 rgba(255, 69, 0, 0.15);
}

.team-area .listing-featured {
    position: absolute;
    color: #fff;
    background: var(--main-color);
    top: 23px;
    right: -31px;
    z-index: 9;
    line-height: 1;
    padding: 6px 40px;
    transform: rotate(45deg);
}

.team-area .thumb {
    overflow: hidden;
}

.team-area .thumb img {
    border-radius: 8px 8px 0px 0px;
    transition: 0.8s;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.team-area:hover .team-thumb {
    transform: scale(1.07);
}

.team-area .listing-content {
    padding: 15px;
    position: relative;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.team-area .listing-content h4 {
    margin-bottom: 5px;
    font-size: 20px;
}

.team-area .listing-content h4 a {
    color: #464646;
}

.team-area .listing-content h4 a:hover {
    color: var(--main-color);
}

.team-area .listing-content p {
    font-size: 14px;
    margin-bottom: 5px;
}

i.fill {
    color: #eac600;
}

.team-area .listing-content .listing-location {
    border-top: 1px solid #eaeaea;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
}

.team-area .listing-content .listing-location i {
    color: var(--main-color);
}

/*============== Team section end ==============*/

/*============== How work section start ==============*/

.how-work-section {
    background-image: url(../images/bg3.jpg);
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    color: #fff;
}

.how-work-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e0f38d1;
    z-index: -1;
}

.how-work-section .section-title {
    margin-bottom: 55px;
}

.how-work-section .hw-area {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}

.how-work-section .hw-area::after {
    position: absolute;
    content: '';
    top: 49px;
    left: 150px;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    z-index: -1;
}

.how-work-section .hw-area::before {
    position: absolute;
    content: "\f105";
    top: 25px;
    right: 0;
    font-family: 'Line Awesome Free';
    font-weight: 700;
    color: var(--main-color);
    font-size: 30px;
    z-index: -1;
}

.how-work-section .hw-area:last-child::after,
.how-work-section .hw-area:last-child::before {
    display: none;
}

@media (max-width : 991px) {
    .how-work-section .hw-area:nth-child(2)::after,
    .how-work-section .hw-area:nth-child(2)::before {
        display: none;
    }
}

@media (max-width : 575px) {
    .how-work-section .hw-area::after,
    .how-work-section .hw-area::before {
        display: none;
    }
}

.how-work-section .hw-area .icon-area {
    background: var(--main-color);
    color: #fff;
    height: 100px;
    width: 100px;
    line-height: 110px;
    font-size: 40px;
    margin: 0 auto;
    transform: rotate(45deg);
    border-radius: 5px;
}

.how-work-section .hw-area .icon-area i {
    transform: rotate(-45deg);
}

.how-work-section .hw-area h5 {
    margin-top: 30px;
}

/* ============== End Team Sction ==============*/


/* ============== Portfolio ==============*/
.portfolio {
    background: #f9f9f9;
}

.portfolio .nav-tabs .nav-item .nav-link {
    border: 1px solid var(--main-color);
    background-image: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88));
    border-radius: 7px;
    margin: 0px 7px;
    padding: 5px 17px;
    background: #ff450012;
    color: var(--main-color);
    margin-bottom: 10px;
}


.portfolio .nav-tabs .nav-link.active,
.portfolio .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
}

.portfolio .nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.portfolio-box {
  margin-bottom: 24px;
}

.portfolio-box .portfolio-box-inner {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
          box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.15);
}

.portfolio-box .portfolio-box-img {
  z-index: 1;
  border-radius: 10px;
  position: relative;
}

.portfolio-box .portfolio-box-img:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  visibility: hidden;
  border-radius: 10px 10px 0px 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #171718;
}

.portfolio-box .portfolio-box-img img {
  border-radius: 10px 10px 0px 0px;
}

.like-count{
    position: absolute;
    background-color:#ff450073;
    top: 8px;
    right: 8px;
    float: right;
    color:#fff;
    line-height: 1;
    padding: 7px 23px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    font-size: 16px;
    z-index: 2;
}

.like-count i{
    border: none !important;
    padding: 0 !important;
}

.portfolio-details .portfolio-details-area {
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.portfolio-category{
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.portfolio-category-area{
    border: 2px solid #ddd;
}
.portfolio-details .widget{
  background: ;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
}
.portfolio-details .widget .widget-header{
  border-bottom: 1px solid #e5e5e5;
}
.portfolio-details .widget .widget-header h6{
  margin-bottom: 7px;
}
.portfolio-details .widget .widget-body{
  margin-top: 10px;
}
.portfolio-details .widget .widget-body .form-check{
  margin: 7px 0px;
}
.portfolio-box .portfolio-box-img .zoom-link {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    font-size: 20px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    align-items: center;
    display: grid;
    visibility: hidden;
    color: #fff;
    background: #fff38;
}

.portfolio-box .portfolio-box-img i:hover{
  border-color:var(--main-color);
  color:var(--main-color) ;
}

.portfolio-box .portfolio-box-img .zoom-link :after, .portfolio-box .portfolio-box-img .zoom-link:before {
  top: 40px;
  content: "";
  position: absolute;
}

.portfolio-box .portfolio-box-img .zoom-link:after {
  right: -10px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.portfolio-box .portfolio-box-img .zoom-link:before {
  right: -20px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.portfolio-box .portfolio-box-img .zoom-link:hover {
  color: #fff;
}

.portfolio-box .portfolio-box-img .zoom-link:hover:after, .portfolio-box .portfolio-box-img .zoom-link:hover:before {
  border-color: var(--main-color);
}

.portfolio-box .body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.portfolio-box .body .portfolio-details span {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: var(--main-color);
  text-transform: uppercase;
}

.portfolio-box .body .portfolio-details a h5 {
  color: #171718;
}


.portfolio-box .body .portfolio-details a h5:hover {
  color: var(--main-color);
}

.portfolio-box .body .portfolio-link {
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #171718;
}

.portfolio-box .body .portfolio-link i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #171718;
}

.portfolio-box .body .portfolio-link:hover {
  border-color: var(--main-color);
}

.portfolio-box .body .portfolio-link:hover i {
  background: var(--main-color);
}

.portfolio-box:hover .portfolio-box-img:before {
  opacity: 0.5;
  visibility: visible;
}

.portfolio-box:hover .portfolio-box-img .zoom-link {
  opacity: 1;
  visibility: visible;
}

.portfolio-details .portfolio-widget {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.portfolio-details .portfolio-widget .widget-title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 9px;
}





.lb01M6, .lb01M7, .lb01M8, .lb01M9, .lb01M10{
    position: relative;
    background: transparent;
    padding: 0;
}
.lb01M6:after, .lb01M7:after, .lb01M8:after, .lb01M9:after, .lb01M10:after, .lb01M11:after{
    display: none;
}
.lb01M6 img,
.lb01M7 img,
.lb01M8 img,
.lb01M9 img,
.lb01M10 img{
    width: 100%;
    height: auto;
    z-index: 1;
    border-radius: 5px;
}
.lb01M6 .lbContent{
    z-index: 2;
    max-width: 60%;
    padding: 0 0 0 72px;
    top: 145px;
    bottom: auto;
}

.lookBook01{
    position: relative;
    background: #ecf5f4;
    border-radius: 5px;
    overflow: hidden;
    text-align: right;
    padding: 39px 32px 0 0;
    margin: 0 0 24px;
}

.lookBook01:after{
    content: '';
    width: 286px;
    height: 286px;
    background: #ddecea;
    border-radius: 0;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: -65px;
}

.lookBook01 img{
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}


.overLayAnim02::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.overLayAnim02:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

@media only screen and (max-width: 767px) {
  .portfolio-details-area {
    margin-bottom: 20px;  }
}
@media only screen and (max-width: 575px) {
  .portfolio-box .body {
    display: block;
  }
  .like-count{
    padding: 3px 13px;
  }
}
@media only screen and (max-width: 4200px) {
  .thumb img {
    width: 100%;
  }
}

/* ============== End Portfolio ==============*/

/* ============== My Team ==============*/


.team-area-card {
  position: relative;
  margin-top: 124px;
}

.team-area-card .img-area {
  left: 50%;
  top: -100px;
  padding: 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 10px solid #0E0F38;
}

.team-area-card .img-area img {
  border-radius: 50%;
  position: relative;
  max-width: none;
}

.team-area-card .team-body {
  text-align: center;
  border-radius: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #0E0F38;
  padding: 150px 30px 30px 30px;
}

.team-area-card .team-body .text {
  margin-bottom: 30px;
}

.team-area-card .team-body .text h5 {
  color: #fff;
  margin-bottom: 10px;
}

.team-area-card .team-body .text p {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.team-social{
    text-align: center;
}

.team-social ul li {
  display: inline-block;
  margin-right: 10px;
}

.team-social ul li a {
  padding: 1px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--main-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-social ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--main-color);
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-social ul li a:hover {
  border-color: #0E0F38;
}

.team-social ul li a:hover i {
  color: #fff;
  background: #0E0F38;
}

.team-area-card:hover .team-body {
  background: var(--main-color);
}

.team-area-card:hover .img-area {
  border-color: var(--main-color);
}

@media only screen and (max-width: 1199.98px) {
    .team-social ul li a i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      color: var(--main-color);
      background: #fff;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    .team-area-card .img-area img {
      border-radius: 50%;
      position: relative;
    }
}

/* ============== End My Team ==============*/


/*==========Testimonial CSS Start==========*/
.main-testimonial-one {
    background-color: #fafafb;
    padding: 120px 0;
    position: relative;
    z-index: 0;
}

.testimoniual-content-one {
    padding-right: 30px;
}

.testimonial-box-one {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 18px 26px -10px rgba(0,0,0,0.1);
}

.testimonial-client-box-one {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.testimonial-client-img-one {
    padding: 9px;
    border-radius: 100%;
    border: solid 2px var(--main-color);
}

.testimonial-client-name-one {
    margin-left: 20px;
}

.testimonial-client-name-one .h3-title {
    font-size: 20px;
    line-height: 20px;
}

.testimonial-client-name-one span {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: var(--main-color);
}

.testimonial-box-one p:last-child {
    margin-bottom: 0;
}

.testimonial-quort {
    position: absolute;
    top: 20px;
    right: 20px;
}

.testimonial-slider-one .swiper-button-next, .testimonial-slider-one .swiper-button-prev, .testimonial-slider-two .swiper-button-next, .testimonial-slider-two .swiper-button-prev {
    display: none;
}

.swiper.testimonial-slider-one  {
    padding: 20px 20px 50px 20px;
}

.testimonial-title-one .h2-title {
    padding-bottom: 5px;
}

.testimonial-img-one {
    border-radius: 50px;
    position: relative;
}

.testimonial-img-one img {
    border-radius: 50px;
}

.testmonial-play-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    -moz-box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.testmonial-play-icon span i {
    color: var(--main-color);
    font-size: 25px;
}

.testmonial-play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    animation: waveBtn2 2.5s infinite;
    z-index: -1;
}

@keyframes waveBtn2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,1)
    }
    50% {
        box-shadow: 0 0 0 30px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.main-testimonial-two {
    position: relative;
    padding-top: 120px;
}

.testimonial-title-two {
    text-align: center;
}

.testimonial-title-two .subtitle {
    justify-content: center;
}

.h2-subtitle {
    color: var(--main-color);
}

.testimonial-box-two {
    position: relative;
    padding: 40px;
    background-color: #1f1e33;
    border-radius: 10px;
    box-shadow: 0px 18px 26px -10px rgba(0,0,0,0.1);
}

.star-review {
    margin-bottom: 15px;
}

.star-review ul {
    padding-left: 0;
    margin-bottom: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    align-items: center;
}

.star-review ul li {
    margin-left: 10px;
}

.star-review ul li:first-child {
    margin-left: 0;
}

.star-review ul li i {
    color: #ffc107;
    font-size: 20px;
}

.testimonial-box-two .testimonial-client-box-one {
    margin-bottom: 0;
    margin-top: 20px;
}

.swiper.testimonial-slider-two  {
    padding: 20px 20px 50px 20px;
}

.testimonial-box-two .testimonial-quort {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
}

.testimonial-box-two .testimonial-quort img {
    width: 70%;
}


@media screen and (max-width: 1199px) {

    .h2-subtitle {
        font-size: 20px;
        line-height: 20px;
    }

    .testimonial-box-one {
        padding: 30px;
    }

    .testmonial-play-icon {
        width: 80px;
        height: 80px;
    }

    .testmonial-play-icon span i {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {

    .main-testimonial-one {
        padding: 80px 0;
    }

    .testimoniual-content-one {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .testimonial-img-one {
        margin-left:77px;
    }
}

@media screen and (max-width: 767px) {

    .h2-subtitle {
        font-size: 18px;
        line-height: 18px;
    }
    .testimonial-img-one {
        margin-left:0px;
    }
}

@media screen and (max-width: 352px) {

    .h2-subtitle {
        font-size: 16px;
        line-height: 16px;
    }

    .testimonial-quort {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-quort {
        right: 0;
    }

    .testimonial-quort img {
        width: 50%;
    }

    .testimonial-img-one img {
        border-radius: 30px;
    }

    .testimonial-box-one {
        padding: 25px;
    }
}

/*==========Testimonial CSS End==========*/


/*==========Footer area start ==========*/

.footer-area {
    background: #0e0f38;
    color: #fff;
}

.footer-area .footer-widget {
    margin-bottom: 30px;
}

@media(max-width: 991px) {
    .footer-area .footer-widget {
        margin-right: 20px;
    }
}

.footer-area .footer-widget .site-logo {
    max-width: 200px;
    max-height: 85px;
    margin-bottom: 10px;
}

.footer-area .footer-widget p {
    font-size: 14px;
}

.footer-area .footer-widget .widget-title {
    position: relative;
    margin-bottom: 22px;
}

.footer-area .footer-widget .widget-title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--main-color)4a;
    z-index: 1;
}

.footer-area .footer-widget .widget-title:after {
    content: '';
    position: absolute;
    top: 93%;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--main-color);
    z-index: 1;
}

.footer-area .footer-widget .widget-body ul li a {
    position: relative;
    margin-left: 15px;
}

.footer-area .footer-widget .widget-body ul li a:before {
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: -21px;
    font-size: 15px;
}

.footer-area .footer-widget .widget-body ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.footer-area .footer-widget .widget-body a {
    color: #fff;
}

.footer-area .footer-widget .widget-body .subscribe-form input {
    border-radius: 0;
}

.footer-area .footer-widget .widget-body .subscribe-form button {
    border-radius: 0;
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.footer-bottom {
    border-top: 1px solid #fff2e;
    margin-top: 30px;
    padding: 10px;
}

.footer-bottom p {
    text-align: center;
    margin-bottom: 0px;
}

/*========== Footer area end ==========*/


/*==========Back To Top CSS Start==========*/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: 0px 10px 30px 0px rgb(194,120,251,0.35);
    background-color: var(--main-color);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.progress-wrap:hover {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    box-shadow: 5px 5px 30px 0px rgba(251,120,120,0.35);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '\f062';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path { 
    fill: none; 
}

.progress-wrap svg.progress-circle path {
    stroke: #fff;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


@media screen and (max-width: 575px) {
     .progress-wrap {
        right: 30px;
        bottom: 30px;
    }
}
/*==========Back To Top CSS End==========*/

/*=====================   FAQ   ==========================*/

.faq-section {

    padding: 120px 0 90px;
}

.faq-card {
    border-radius: 4px;
    box-shadow:  0px 0px 15.2px 0.8px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    overflow: hidden;
}

.card-link:hover {
    color: #fff;
}

.card-link.collapsed:hover {
    
}

.card-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 62px 20px 26px;
    font-size: 18px;
    background: var(--main-color);
    line-height: 1.556;
    transition: all .2s ease;
    color: #fff;
}

.card-link::after {
    content: "";
    height: 1px;
    width: calc(100% - 88px);
    position: absolute;
    left: 26px;
    bottom: 0;
    background: #fff;
}

.card-link.collapsed {
    color: #0D1011;
    background: #fff;
    padding: 20px 62px 20px 26px;
}

.card-link i {
    transform: translateX(40px);
}

.card-link.collapsed .icofont-rounded-down::before {
    content:"\f106";
}

.card-link .icofont-rounded-down::before {
    content:"\f107";
}

.faq-card-body {
    background: var(--main-color);
    padding: 26px 36px 26px 26px;
    color: #fff;
}

.faq-card-body p {
    font-size: 15px;
    line-height: 1.867;
}

@media screen and (max-width: 425px) {
     .card-link {
        font-size: 12px;
    }
    .faq-card-body p {
        font-size: 12px;
    }
}

/*contact start*/
.contact-section .contact-info{
    background: #f5f5f5;
    height: 100%;
    padding: 40px;
    border-radius: 7px;
}
.contact-section .contact-widget{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.contact-section .contact-widget .icon-area{
    margin-right: 15px;
    font-size: 25px;
    background: var(--main-color);
    color: #fff;
    line-height: 1;
    border-radius: 50px;
    padding: 15px;
}
.contact-section .contact-widget h4, .contact-section .contact-widget p{
    margin-bottom: 0;
}
.contact-section .social-media li {
    display: inline-block;
    margin-bottom: 10px;
}
.contact-section .social-media  li a {
    background: var(--main-color);
    color: #fff;
    padding: 9px;
    font-size: 25px;
    border-radius: 5px;
}
/*contat end*/

