@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&amp;family=Raleway:wght@700&amp;display=swap);
.h1,
h1 {
    font-size: 40px
}

@media (max-width:767px) {
    .h1,
    h1 {
        font-size: 34px
    }
}

.h2,
h2 {
    font-size: 36px
}

@media (max-width:767px) {
    .h2,
    h2 {
        font-size: 28px
    }
}

.h3,
h3 {
    font-size: 30px
}

@media (max-width:767px) {
    .h3,
    h3 {
        font-size: 22px
    }
}

.h4,
h4 {
    font-size: 20px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 15px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif
}

.h1,
.h2,
h1,
h2,
h3 {
    font-weight: 700
}

.h5,
.h6,
h5,
h6 {
    font-weight: 600
}

a:focus,
button:focus {
    outline: 0
}

a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

a:hover {
    color: #000;
}

ol {
    list-style-position: inside
}

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

body {
    color: #7d7d7d;
    font-family: Poppins, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.loaded {
    overflow-y: scroll
}

::-webkit-selection {
    color: #35382f;
    background-color: rgba(255, 170, 25, .7);
    text-shadow: none
}

::-moz-selection {
    color: #35382f;
    background-color: rgba(255, 170, 25, .7);
    text-shadow: none
}

::selection {
    color: #35382f;
    background-color: rgba(255, 170, 25, .7);
    text-shadow: none
}

:focus {
    outline: 0
}

.font-primary {
    font-family: Raleway, sans-serif
}

.font-secondery {
    font-family: Poppins, sans-serif
}

.font-w-400 {
    font-weight: 400 !important
}

.font-w-600 {
    font-weight: 600 !important
}

.font-w-700 {
    font-weight: 700 !important
}

.small,
small {
    font-size: 22px !important;
    font-weight: 500;
    color: #3092dc;
}

.line-h-1-5 {
    line-height: 1.5
}

.line-h-1-6 {
    line-height: 1.6
}

.line-h-1-7 {
    line-height: 1.7
}

.line-h-1-8 {
    line-height: 1.8
}

.lead {
    font-size: 18px !important;
    line-height: 30px
}

@media (max-width:767px) {
    .lead {
        font-size: 16px !important
    }
}

.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.section-heading {
    margin-top: -9px
}

.overlay,
.overlay-dark,
.overlay-light {
    position: relative;
    z-index: 1
}

.overlay-dark::after,
.overlay-light::after,
.overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .35;
}

.overlay-dark::after {
    background-color: #18305d;
    opacity: .9;
}

.overlay-light::after {
    background-color: #fff;
    opacity: .5
}

.btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (max-width:767px) {
    .btn {
        padding: 14px 30px
    }
}

.btn.btn-sm {
    font-size: 15px;
    padding: 14px 30px
}

@media (max-width:767px) {
    .btn.btn-sm {
        font-size: 14px;
        padding: 14px 26px
    }
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.btn::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1
}

.btn:hover::after {
    height: 100%;
    bottom: 100%;
    -webkit-transition: height .3s, bottom .7s;
    -o-transition: height .3s, bottom .7s;
    -moz-transition: height .3s, bottom .7s;
    transition: height .3s, bottom .7s
}

.btn-primary {
    color: #fff;
    background-color: #3092dc
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #35382f;
    background-color: #3092dc
}

.btn-primary::after {
    background-color: #fff
}

.btn-light {
    color: #35382f;
    background-color: #fff
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    color: #35382f;
    background-color: #fff
}

.btn-light::after {
    background-color: #3092dc
}

.btn-primary-outline {
    color: #35382f;
    background-color: #fff;
    border: 1px solid #3092dc;
    padding: 16px 35px
}

.btn-primary-outline.btn-sm {
    padding: 13px 30px
}

@media (max-width:767px) {
    .btn-primary-outline.btn-sm {
        padding: 13px 26px
    }
}

@media (max-width: 767px) {
    .process-block .arrow-img {
        display: none !important;
    }
    .form-img img {
        width: 100% !important;
    }
    .floating-object2.bounce-y img {
        display: none;
    }
    .section.ftr-frm-bnr img {
        width: 100% !important;
    }
}

.btn-primary-outline:active,
.btn-primary-outline:focus,
.btn-primary-outline:hover {
    color: #35382f;
    background-color: #fff
}

.btn-primary-outline::after {
    background-color: #3092dc
}

.owl-nav button {
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    background: #babbb9 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff !important;
    font-size: 12px !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px)
}

.owl-nav button.disabled {
    background: rgba(255, 170, 25, .5) !important
}

.owl-nav button.disabled:hover {
    cursor: default;
    background: rgba(255, 170, 25, .5) !important
}

.owl-nav button:hover {
    background: #333 !important
}

.owl-nav .owl-prev {
    left: -15px !important
}

.owl-nav .owl-next {
    right: -15px !important
}

.owl-dots {
    margin-top: 25px;
    text-align: center;
    line-height: 0
}

.owl-dots button.owl-dot {
    width: 50px;
    height: 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #cecece !important;
    margin: 0 5px;
    margin-top: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.owl-dots button.owl-dot.active {
    background-color: #3092dc !important
}

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

@media (max-width:767px) {
    .section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

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

@media (max-width:767px) {
    .section.pt-80 {
        padding-top: 50px
    }
}

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

@media (max-width:767px) {
    .section.pt-60 {
        padding-top: 10px
    }
}

.cm-page-header {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width:767px) {
    .cm-page-header {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.cm-page-header.overlay-dark::after {
    background-color: #18305d;
    opacity: .45
}

.pagination {
    margin-top: 30px
}

.pagination li {
    margin: 0 5px
}

.pagination a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 33px;
    border: 1px solid #dbdbdb;
    color: #7d7d7d;
    text-align: center
}

.pagination a.active,
.pagination a:hover {
    text-decoration: none;
    color: #35382f;
    border-color: #3092dc;
    background-color: #3092dc
}

.check-list {
    list-style: none
}

.check-list li {
    position: relative;
    margin-top: 15px
}

.check-list li:first-child {
    margin-bottom: 0
}

.check-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 10px;
    font-size: 80%;
    color: #3092dc
}

.number-input {
    border: 1px solid #dbdbdb;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

.number-input input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    max-width: 60px;
    border: 0;
    font-size: 16px;
    height: 40px;
    font-weight: 700;
    padding: 0 15px
}

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

.number-input button {
    outline: 0;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    margin: 0;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-size: 12px;
    display: block;
    margin-right: 7px
}

.text-primary {
    color: #3092dc !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #3092dc !important;
    opacity: .7
}

.bg-primary {
    background-color: #3092dc !important
}

.text-dark {
    color: #35382f !important
}

.text-dark a:hover,
a.text-dark:hover {
    color: #000 !important
}

.bg-dark {
    background-color: #35382f !important
}

.text-blue {
    color: #18305d !important
}

.bg-blue {
    background-color: #18305d !important
}

.text-gray {
    color: #cecece !important
}

.bg-gray {
    background-color: #cecece !important
}

.bg-light-gray {
    background-color: #f3f3f5 !important
}

.bg-black {
    background-color: #000
}

.text-black {
    color: #000
}

.text-black-100 {
    color: #111
}

.bg-black-100 {
    background-color: #111
}

.bg-black-200 {
    background-color: #222
}

.text-black-200 {
    color: #222
}

.bg-black-300 {
    background-color: #333
}

.text-black-300 {
    color: #333
}

.text-black-400 {
    color: #444
}

.bg-black-400 {
    background-color: #444
}

.bg-black-500 {
    background-color: #555
}

.text-black-500 {
    color: #555
}

.text-black-600 {
    color: #666
}

.bg-black-600 {
    background-color: #666
}

.bg-black-700 {
    background-color: #777
}

.text-black-700 {
    color: #777
}

.text-black-800 {
    color: #888
}

.bg-black-800 {
    background-color: #888
}

.bg-black-900 {
    background-color: #999
}

.text-black-900 {
    color: #999
}

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #3092dc;
    z-index: 9999999;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    -moz-transition: .7s ease;
    transition: .7s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader-inner .spinner-border {
    border-width: .15em;
    position: absolute;
    top: -30%;
    color: #555;
    left: -webkit-calc(50% - 1rem);
    left: -moz-calc(50% - 1rem);
    left: calc(50% - 1rem);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.preloader-inner .spinner-border span {
    display: block
}

.preloader-wrapper.loaded {
    opacity: 0;
    visibility: hidden
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: sk-chase 2.5s infinite linear both;
    -moz-animation: sk-chase 2.5s infinite linear both;
    -o-animation: sk-chase 2.5s infinite linear both;
    animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
    -moz-animation: sk-chase-dot 2s infinite ease-in-out both;
    -o-animation: sk-chase-dot 2s infinite ease-in-out both;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot::before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #35382f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
    -moz-animation: sk-chase-dot-before 2s infinite ease-in-out both;
    -o-animation: sk-chase-dot-before 2s infinite ease-in-out both;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
    -webkit-animation-delay: -.7s;
    -moz-animation-delay: -.7s;
    -o-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
    -webkit-animation-delay: -.6s;
    -moz-animation-delay: -.6s;
    -o-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
    -webkit-animation-delay: -.7s;
    -moz-animation-delay: -.7s;
    -o-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
    -webkit-animation-delay: -.6s;
    -moz-animation-delay: -.6s;
    -o-animation-delay: -.6s;
    animation-delay: -.6s
}

@-webkit-keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes sk-chase {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes sk-chase {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-chase-dot {
    100%,
    80% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes sk-chase-dot {
    100%,
    80% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes sk-chase-dot {
    100%,
    80% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {
    100%,
    80% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes sk-chase-dot-before {
    50% {
        -moz-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes sk-chase-dot-before {
    50% {
        -o-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:991px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        width: 280px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-box-shadow: 0 10px 30px rgba(22, 28, 45, .1);
        -moz-box-shadow: 0 10px 30px rgba(22, 28, 45, .1);
        box-shadow: 0 10px 30px rgba(22, 28, 45, .1);
        border-bottom: 5px solid #3092dc;
    }
}

.dropdown-menu {
    border: 0;
    padding: 10px 0
}

.dropdown-item {
    font-size: 16px;
    padding: 8px 23px;
    margin-top: 0px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #3092dc
}

.navbar-toggler {
    border: 0
}

.navbar-toggler span {
    color: #35382f
}

.dropdown-toggle::after {
    display: none
}

@media (max-width:991px) {
    .dropdown-menu {
        border: 0;
        padding: 0;
        text-align: left !important;
        background: #f2faff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .navbar .navbar-nav {
        margin-top: 15px;
        width: 250px;
        max-width: 100%;
        margin-right: auto;
        -webkit-box-align: initial !important;
        -webkit-align-items: initial !important;
        -moz-box-align: initial !important;
        -ms-flex-align: initial !important;
        align-items: initial !important
    }
    .navbar .nav-item {
        display: block;
        text-align: left
    }
    .navbar .nav-link {
        padding: 8px 4px !important
    }
    .navbar .dropdown-menu li:first-child {
        padding-top: 10px
    }
    .navbar .dropdown-menu li:last-child {
        padding-bottom: 10px
    }
}

.cm-header .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px !important
}

.cm-header .navbar-light .nav-link {
    color: #35382f !important
}

.cm-header .navbar-light .nav-link:hover {
    opacity: .7
}

@media (max-width:991px) {
    .cm-header .navbar-light .nav-link {
        text-align: center
    }
}

.cm-header .nav-item.active .nav-link {
    color: #3092dc !important
}

@media (max-width:991px) {
    .cm-header .header-top {
        padding: 7px 0
    }
}

.cm-header .block .icon {
    display: inline-block;
    border: 1px solid #46597d;
    border-top: 0;
    border-bottom: 0;
    padding: 15px 16px
}

@media (max-width:991px) {
    .cm-header .block .icon {
        padding: 0;
        border: 0 !important;
        margin-right: 5px
    }
    .cm-header .block .icon:first-child {
        padding-left: 0 !important
    }
}

@media (max-width:991px) {
    .cm-header .block {
        font-size: 15px;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0 !important
    }
    .cm-header .block.mr-35 {
        margin-right: 25px
    }
}

@media (max-width:767px) {
    .cm-header .block {
        font-size: 13px
    }
    .cm-header .block.mr-35 {
        margin-right: 0
    }
}

.cm-header .header {
    padding: 0px 0;
    -webkit-box-shadow: 0 0 30px -15px #cecece;
    -moz-box-shadow: 0 0 30px -15px #cecece;
    box-shadow: 0 0 30px -15px #cecece;
}

@media (max-width:991px) {
    .cm-header .header {
        padding: 8px 0
    }
    .cm-header .header .navbar-brand img {
        width: 240px;
    }
    .cm-header .header .dropdown-item {
        text-align: center
    }
}

@media (max-width:767px) {
    .cm-header .header {
        padding: 4px 0
    }
}

.cm-header .header .block {
    margin-left: 15px
}

.cm-header .header .block .icon {
    padding: 5px 20px;
    position: relative;
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.cm-header .header .block .icon:hover {
    color: #3092dc !important
}

.cm-header .header .block .icon::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(206, 206, 206, .5);
    left: 0;
    top: 0
}

.cm-header .header .block .icon:first-child::after {
    display: none
}

.cm-header.cm-header-2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 15
}

.cm-header.cm-header-2 .header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.cm-header.cm-header-2 .header .navbar-light .nav-link {
    color: #fff !important
}

@media (max-width:991px) {
    .cm-header.cm-header-2 .header .navbar-light .nav-link {
        color: #35382f !important
    }
    .cm-header.cm-header-2 .header .navbar-collapse {
        background: #fff
    }
}

.cm-header.cm-header-2 .header .nav-item.active .nav-link {
    color: #3092dc !important
}

.cm-header.cm-header-2 .header .navbar-toggler {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px !important
}

.cm-header.cm-header-2 .header .navbar-toggler span {
    font-size: 15px
}

.cm-header.cm-header-2 .header .block {
    margin-left: 0
}

@media (max-width:991px) {
    .cm-header.cm-header-2 .header .block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

.cm-header.cm-header-2 .header .block .icon {
    padding: 5px;
    margin-right: 25px;
    color: #fff !important
}

@media (max-width:991px) {
    .cm-header.cm-header-2 .header .block .icon {
        color: #35382f !important
    }
}

.cm-header.cm-header-2 .header .block .icon:hover {
    color: #3092dc !important
}

.cm-header.cm-header-2 .header .block .icon::after {
    display: none
}

.search-wrapper {
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 9995;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background: rgba(0, 0, 0, .8)
}

.search-wrapper .form-control {
    height: 60px;
    width: 350px;
    max-width: 100%;
    padding-left: 30px
}

.search-wrapper .form-control:focus {
    border-color: #555
}

@media (max-width:480px) {
    .search-wrapper .form-control {
        width: 250px
    }
}

.search-wrapper .form-group {
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0
}

.search-wrapper button {
    height: 60px;
    width: 70px
}

@media (max-width:480px) {
    .search-wrapper button {
        width: 55px
    }
}

.search-wrapper .search-close-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #3092dc;
    color: #fff;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0
}

.search-wrapper .search-close-btn:hover {
    opacity: .8
}

.search-wrapper .search-close-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}

.showSearch {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.showSearch .search-close-btn {
    bottom: 70px;
    opacity: 1;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.showSearch .form-group {
    top: 70px;
    opacity: 1;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.cm-banner {
    padding-top: 126px;
    padding-bottom: 215px;
}

@media (max-width:1369px) {
    .cm-banner {
        padding-top: 150px;
        padding-bottom: 200px
    }
}

.cm-banner .block h3 {
    margin-top: -4px;
    font-size: 20px;
}

@media (max-width:767px) {
    .cm-banner .block .display-3 {
        font-size: 56px
    }
}

@media (max-width:575px) {
    .cm-banner .block .display-3 {
        font-size: 27px;
    }
}

@media (max-width:575px) {
    .cm-banner .block .lead {
        margin-top: 15px;
        margin-bottom: 25px
    }
}

.banner-carousel .overlay::after {
    background-color: #0000;
    opacity: .6;
}

.banner-carousel .cm-banner {
    /* padding-top: 300px */
}

@media (max-width:1369px) {
    .banner-carousel .cm-banner {
        padding-top: 250px
    }
}

@media (max-width:991px) {
    .banner-carousel .cm-banner {
        padding-top: 210px;
        padding-bottom: 150px
    }
}

@media (max-width:575px) {
    .banner-carousel .cm-banner {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

.banner-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    line-height: 50px !important
}

.banner-carousel .owl-nav .owl-prev {
    left: 25px !important
}

.banner-carousel .owl-nav .owl-next {
    right: 25px !important
}

@media (max-width:991px) {
    .banner-carousel .owl-nav button {
        height: 40px;
        width: 40px;
        line-height: 40px !important;
        top: -webkit-calc(100% - 65px);
        top: -moz-calc(100% - 65px);
        top: calc(100% - 65px)
    }
}

.cm-banner-03 {
    padding: 150px 0
}

@media (max-width:767px) {
    .cm-banner-03 {
        padding: 100px 0
    }
}

@media (max-width:767px) {
    .cm-banner-03 .display-4 {
        font-size: 56px
    }
}

@media (max-width:575px) {
    .cm-banner-03 .display-4 {
        font-size: 38px
    }
}

.cm-banner-03.overlay-dark::after {
    opacity: .5
}

.banner-form {
    border: 1px solid #3092dc
}

.banner-form .form-control {
    height: 45px
}

.banner-form .form-control:focus {
    border-color: #888
}

.banner-form textarea.form-control {
    height: 90px
}

.banner-form .nice-select {
    height: 45px;
    line-height: 43px;
    background-color: #f3f3f5
}

.banner-form .nice-select::after {
    height: 6px;
    right: 18px;
    width: 6px
}

.banner-form .nice-select .list {
    width: 100%
}

.cm-features {
    margin-top: -80px;
    position: relative;
    z-index: 3
}

.cm-features .block {
    margin-top: 30px;
    padding: 30px 35px;
    -webkit-box-shadow: 0 5px 25px -5px #eee;
    -moz-box-shadow: 0 5px 25px -5px #eee;
    box-shadow: 0 5px 25px -5px #eee;
    background-color: #18305d;
}

@media (max-width:575px) {
    .cm-features .block {
        padding: 30px 25px
    }
    .cm-features .block h4 {
        font-size: 18px
    }
}

.cm-features .block .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.cm-features .block .icon img {
    width: 22px
}

.cm-features .block:hover .icon {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px
}

.cm-features .block:hover .icon img {
    -webkit-transition: .7s;
    -o-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.cm-how-can-help .block {
    padding: 30px 25px;
    background-color: #fff;
    /* border: 1px solid #3092dc; */
    position: relative;
    z-index: 1;
    padding-top: 50px;
    box-shadow: 0px 9px 7px -11px;
    margin-bottom: 30px;
}

.cm-how-can-help .block .icon {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 25px;
    background-color: #3092dc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.cm-how-can-help .block .icon img {
    height: 30px;
    width: 30px
}

.cm-how-can-help .block:hover .icon {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px
}

.cm-how-can-help .block:hover .icon img {
    -webkit-transition: .7s;
    -o-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    transform: rotateY(-360deg)
}

.cm-how-can-help .block::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    top: 0;
    left: 0;
    z-index: -1
}

.cm-how-can-help .block.active,
.cm-how-can-help .block:hover {
    color: #fff;
    border-color: transparent
}

.cm-how-can-help .block.active::after,
.cm-how-can-help .block:hover::after {
    opacity: .7;
    background-color: #18305d
}

.cm-how-can-help .block.active .text-dark,
.cm-how-can-help .block:hover .text-dark {
    color: #fff !important
}

.cm-how-can-help.cm-how-can-help-2 .block {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.cm-how-can-help.cm-how-can-help-2 .block .context img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.cm-how-can-help.cm-how-can-help-2 .block::after {
    display: none
}

.cm-how-can-help.cm-how-can-help-2 .block:hover {
    color: #7d7d7d;
    border-color: transparent;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 5px 0 20px -5px #eee;
    -moz-box-shadow: 5px 0 20px -5px #eee;
    box-shadow: 5px 0 20px -5px #eee
}

.cm-how-can-help.cm-how-can-help-2 .block:hover .text-dark {
    color: #35382f !important
}

.cm-how-can-help.cm-how-can-help-2 .block:hover .context img {
    -webkit-transform: scale(.9) rotateY(360deg);
    -moz-transform: scale(.9) rotateY(360deg);
    transform: scale(.9) rotateY(360deg)
}

.cm-services .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .1);
    padding: 22px 14px;
    color: #cecece !important;
    text-transform: uppercase;
    font-weight: 600;
}

.cm-services .nav-link:last-child {
    border-bottom: 0
}

.cm-services .nav-link.active,
.cm-services .nav-link:hover {
    background-color: #3092dc;
    color: #35382f !important
}

.cm-services.cm-services-02 .nav-link {
    border-bottom: 1px solid rgba(53, 56, 47, .1);
    background-color: rgba(53, 56, 47, .05);
    padding: 20px 35px;
    color: #35382f !important;
    text-transform: uppercase;
    font-weight: 600
}

.cm-services.cm-services-02 .nav-link:last-child {
    border-bottom: 0
}

.cm-services.cm-services-02 .nav-link.active,
.cm-services.cm-services-02 .nav-link:hover {
    background-color: #3092dc;
    color: #35382f !important
}

.pricing-item h4 {
    padding: 25px 10px;
    background-color: gray
}

.pricing-item .list-unstyled li {
    padding: 12px 15px
}

.pricing-item .list-unstyled li:nth-child(odd) {
    background-color: #f3f3f5
}

.pricing-item .pricing-footer {
    background-color: #f3f3f5;
    padding: 30px 0
}

.why-choose-us .block {
    padding: 40px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, .02);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, .02);
    box-shadow: 1px 0 10px rgba(0, 0, 0, .02)
}

.why-choose-us .block:hover {
    -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, .07);
    -moz-box-shadow: 3px 0 20px rgba(0, 0, 0, .07);
    box-shadow: 3px 0 20px rgba(0, 0, 0, .07);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.why-choose-us .block .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #3092dc;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.why-choose-us .block .icon img {
    height: 30px;
    width: 30px
}

.why-choose-us .bg-shape-image {
    padding: 70px 50px;
    background-image: url(../images/why-choose-us/bg.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom
}

@media (max-width:575px) {
    .why-choose-us .bg-shape-image {
        padding: 60px 30px
    }
}

@media (max-width:480px) {
    .why-choose-us .bg-shape-image {
        padding: 60px 15px
    }
}

.why-choose-us .bg-shape-image .icon img {
    height: auto;
    margin: auto;
    padding-top: 15px
}

.why-choose-us .bg-shape-image .block:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.why-choose-us .bg-shape-image .block:hover .icon {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px
}

.why-choose-us .bg-shape-image .owl-dots {
    text-align: left;
    margin-left: -3px
}

.why-choose-us .bg-shape-image .owl-dots button.owl-dot {
    width: 12px;
    height: 12px
}

.why-choose-us .bg-shape-image .owl-dots button.owl-dot.active {
    width: 20px
}

.cm-first-time .block {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.cm-first-time .block.active,
.cm-first-time .block:hover {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 15px #ddd;
    -moz-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.product-filter-buttons button,
.product-filter-buttons-2 button {
    border: 1px solid #bbb;
    color: #35382f
}

.product-filter-buttons button.active,
.product-filter-buttons button:hover,
.product-filter-buttons-2 button.active,
.product-filter-buttons-2 button:hover {
    background-color: #3092dc;
    border-color: #3092dc
}

@media (max-width:991px) {
    .product-filter-buttons button,
    .product-filter-buttons-2 button {
        padding: 15px 25px;
        font-size: 15px
    }
}

@media (max-width:767px) {
    .product-filter-buttons button,
    .product-filter-buttons-2 button {
        border: 0
    }
}

@media (max-width:767px) {
    .product-filter-buttons,
    .product-filter-buttons-2 {
        display: block
    }
}

.carousel-fluid {
    width: 1310px;
    margin: auto;
    max-width: 100%;
    padding: 0 20px
}

.fluid-carousel .product-item .card-img-top {
    border-color: rgba(255, 170, 25, .2) !important
}

.product-img-style {
    border: 1px solid #dbdbdb;
    position: relative
}

.product-img-style::after,
.product-img-style::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 70%;
    background-color: #fff;
    left: 15%
}

.product-img-style::after {
    bottom: -1px
}

.product-img-style::before {
    top: -1px
}

.border-bottom-tab .nav-tabs {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px
}

.border-bottom-tab .nav-tabs .nav-item {
    margin-bottom: 0
}

.border-bottom-tab .nav-tabs .nav-link {
    border: 0;
    font-size: 18px;
    font-weight: 700
}

.border-bottom-tab .nav-tabs .nav-link.active {
    color: #35382f !important
}

.product-item {
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.product-item .card-img-top {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.product-item .show-on-hover {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.product-item .show-on-hover .btn {
    font-size: 12px;
    padding: 13px 22px
}

.product-item .card-body {
    position: relative
}

.product-item:hover .card-img-top {
    -webkit-filter: saturate(0) blur(1px);
    filter: saturate(0) blur(1px);
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -ms-transform: scale(.99);
    -o-transform: scale(.99);
    transform: scale(.99)
}

.product-item:hover .show-on-hover {
    top: -60px;
    opacity: 1
}

.cm-cta.overlay-light::after {
    display: none
}

@media (max-width:767px) {
    .cm-cta.overlay-light::after {
        display: block
    }
}

.cm-cta-02 {
    overflow: hidden;
    position: relative
}

@media (max-width:991px) {
    .cm-cta-02 .cta-img {
        display: none
    }
}

@media (max-width:575px) {
    .cm-team {
        padding-bottom: 110px
    }
}

@media (max-width:575px) {
    .cm-team .team-img {
        width: 250px !important
    }
}

.cm-team .owl-nav .owl-prev {
    left: auto !important;
    right: 45px !important;
    top: -80px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

@media (max-width:575px) {
    .cm-team .owl-nav .owl-prev {
        top: auto;
        bottom: -80px;
        right: -webkit-calc(50% + 10px) !important;
        right: -moz-calc(50% + 10px) !important;
        right: calc(50% + 10px) !important
    }
}

.cm-team .owl-nav .owl-next {
    right: 0 !important;
    top: -80px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

@media (max-width:575px) {
    .cm-team .owl-nav .owl-next {
        top: auto;
        bottom: -80px;
        right: -webkit-calc(50% - 30px) !important;
        right: -moz-calc(50% - 30px) !important;
        right: calc(50% - 30px) !important
    }
}

.cm-team .barWrapper {
    margin-top: 25px
}

.cm-team .barWrapper .progress-text {
    font-weight: 600;
    color: #35382f;
    display: inline-block;
    margin-bottom: 5px
}

.cm-team .progress {
    overflow: visible;
    height: 7px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative
}

.cm-team .progress .progress-bar {
    background: #3092dc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: visible;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .3s, width 1.5s ease-in-out;
    -o-transition: opacity .3s, width 1.5s ease-in-out;
    -moz-transition: opacity .3s, width 1.5s ease-in-out;
    transition: opacity .3s, width 1.5s ease-in-out
}

.cm-team .progress .progress-bar .skill-percent {
    position: absolute;
    color: #fff;
    right: 0;
    height: 26px;
    width: 30px;
    line-height: 26px;
    background-color: #35382f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    bottom: 14px
}

.cm-team .progress .progress-bar .skill-percent::after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #35382f;
    border-top: 5px solid #35382f;
    bottom: -7px;
    right: 0
}

.testimonial-item {
    padding: 30px;
    background-color: #fff;
    border-left: 5px solid #3092dc;
    -webkit-box-shadow: 0 10px 25px #eee;
    -moz-box-shadow: 0 10px 25px #eee;
    box-shadow: 0 10px 25px #eee
}

.blog-item {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.blog-item .card-img-top {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.blog-item:hover .card-img-top {
    -webkit-filter: sepia(.4);
    filter: sepia(.4)
}

.blog-item .blog-meta-overlap {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    background-color: #3092dc;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 8px;
    line-height: 1
}

.blog-item .blog-meta-overlap span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase
}

.quote-info {
    position: relative
}

.quote-info::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../images/quote-bg.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    opacity: .3
}

.quote-text {
    line-height: 1.9
}

.cm-brands {
    padding-top: 60px
}

@media (max-width:767px) {
    .cm-brands {
        padding-top: 30px
    }
}

.divider {
    border-top: 1px solid #ddd
}

.work-gallery .work-item {
    position: relative;
    padding-bottom: 24px;
    overflow: hidden;
    position: relative
}

.work-gallery .work-item::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background-color: #18305d;
    top: 0;
    left: 0
}

.work-gallery .work-item .img-fluid {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.work-gallery .work-item .btn {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 70%
}

.work-gallery .work-item:hover .btn {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background-color: #3092dc
}

.work-gallery .work-item:hover .img-fluid {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.work-gallery .work-item:hover::after {
    height: 100%;
    opacity: .2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.work-gallery .owl-nav button {
    top: -webkit-calc(50% - 44px);
    top: -moz-calc(50% - 44px);
    top: calc(50% - 44px)
}

.widget {
    margin-top: 30px
}

.widget .widget-heading {
    padding: 15px 10px;
    color: #35382f;
    background-color: #3092dc;
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.widget.widget-search form {
    background: #f2f2f3;
    border: 1px solid #dbdbdb;
    padding: 7px;
    padding-right: 10px
}

.widget.widget-search button {
    color: #7d7d7d
}

.footer-links a {
    position: relative;
    color: #cecece;
    margin-top: 20px
}

.footer-links a:hover {
    text-decoration: none;
    color: #000;
}

.footer-links a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    margin-right: 8px;
    font-size: 14px
}

.footer-bottom {
    padding: 20px 10px;
    background-color: #18305d;
    color: #fff
}

.social-links li {
    display: inline-block;
    margin-right: 10px
}

.social-links li:last-child {
    margin-right: 0
}

.social-links li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #728199;
    color: #3092dc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.social-links li a:hover {
    background-color: #3092dc;
    color: #fff;
    border-color: transparent
}

.input-group-primary {
    height: 45px;
    border: 1px solid #7988a1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    max-width: 250px
}

.input-group-primary .form-control {
    height: 44px
}

.input-group-primary .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: .7
}

.input-group-primary .form-control:-moz-placeholder {
    color: #fff;
    opacity: .7
}

.input-group-primary .form-control::-moz-placeholder {
    color: #fff;
    opacity: .7
}

.input-group-primary .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: .7
}

.input-group-primary .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: .7
}

.input-group-primary .form-control::placeholder {
    color: #fff;
    opacity: .7
}

.input-group-primary .btn {
    color: #fff !important;
    padding: 0;
    line-height: 39px;
    height: 39px;
    width: 39px;
    font-size: 13px;
    margin-top: 2px;
    margin-right: 2px
}

a.scroll-to-top {
    position: fixed;
    bottom: 0;
    right: 30px;
    height: 40px;
    width: 40px;
    background: #3092dc;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 995;
    font-size: 14px;
    opacity: 0;
    visibility: hidden
}

@media (max-width:767px) {
    a.scroll-to-top {
        right: 10px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 12px
    }
}

a.scroll-to-top.show {
    bottom: 40px;
    opacity: 1;
    visibility: visible
}

a.scroll-to-top.show:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

@media (max-width:767px) {
    a.scroll-to-top.show {
        bottom: 10px
    }
}

/*# sourceMappingURL=style.min.css.map */

.logo img {
    width: 215px;
}

.logo {
    padding: 5px 0;
}

.display-3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}

.about-heading {
    font-size: 28px;
}

.footer-logo img {
    width: 200px;
}

.footer-t a {
    color: #cecece;
}

.header-menu li a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    margin-right: 8px;
    font-size: 9px;
    /* top: -2px; */
    /* margin-bottom: 12px; */
    /* margin-top: -11px; */
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
}

.comp-name {
    font-size: 18px;
    color: #3092dc;
    margin-top: 12px;
}

.gst {
    font-size: 20px;
    color: #fff;
    margin-top: 18px;
}

.cm-how-can-help .block .icon {
    position: absolute;
    top: -30px;
    display: block;
    margin: 0px auto;
    /* width: 100%; */
    /* max-width: 70px; */
    /* text-align: center; */
    left: 40%;
    border-radius: 50%;
    box-shadow: inset 0px 0px 10px 10px #fff;
}

.table th {
    min-width: 105px;
    background: #3092dc;
    font-size: 14px;
}

.call-us a {
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.yellow-bg {
    background-color: #ccc !important;
}

.call-sec {
    background: #3092dc;
    color: #fff;
    padding: 27px 22px;
    box-shadow: 0px 9px 7px -11px;
}

.call-sec:hover {
    background: #1b335f;
    color: #fff;
}

.fix-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0px;
    z-index: 9;
}

.fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.fix-footer p a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.fix-footer p a img {
    width: 50px;
}

.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
}

@media only screen and (max-width:720px) {
    .fix-footer {
        display: block;
    }
    .footer .col-md-6 {
        margin-top: 20px;
    }
    .footer-bottom {
        margin-bottom: 70px;
    }
}

.contact-page .block {
    height: 220px;
    border: 1px solid #3092dc;
    padding: 20px 15px !important;
}

.about-page .cm-features {
    margin: 0;
}

.about-page {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.table-page .table th {
    min-width: 76px;
}

.service-head {
    font-weight: 700;
    padding-top: 18px;
}

.table-color1 table {
    color: #7d7d7d !important;
}

.table-color1 table th {
    color: white;
}

.table-color table {
    color: white !important;
}

.table-color {
    background-color: #18305d !important;
}

.border-onlyright {
    border-right: 5px solid #3092dc;
    border-left: none;
}

.process-section {
    background-color: #F2F3F5;
    padding: 60px 0 0px;
    position: relative;
}

section.ftr-frm-bnr {
    background-image: url(../images/service/bg7.jpeg);
}

section.ftr-frm-bnr .banner-form.bg-white {
    background-color: #ffffff73 !important;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.sec-title {
    margin-bottom: 50px;
    position: relative;
}

.process-section .outer-box {
    position: relative;
}

.sec-title .sub-title {
    display: inline-block;
    color: #3092dd;
    font-family: var(--title-fonts);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    position: relative;
    text-transform: uppercase;
}

.process-block {
    position: relative;
    z-index: 0;
}

.process-block .inner-box {
    margin-bottom: 50px;
    padding: 0 15px;
    text-align: center;
}

.process-block .arrow-img {
    position: absolute;
    right: -60px;
    top: 40px;
    z-index: -1;
}

.process-block:nth-child(1) .inner-box span,
.process-block:nth-child(3) .inner-box span {
    top: 80%;
}

.process-block .inner-box:hover .icon-box span {
    background-color: #ffffff;
    color: #3092dd;
}

.process-block .inner-box .icon-box:before {
    /*background-color: #3092dd;*/
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 0px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box img {
    border-radius: 50%;
    width: 90%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block:nth-child(1) .inner-box span,
.process-block:nth-child(3) .inner-box span {
    top: 80%;
}

.process-block .inner-box .icon-box span {
    background-color: #3092dd;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
    box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
    color: #ffffff;
    display: inline-block;
    font-family: var(--title-font2);
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    left: 0px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.process-block .inner-box .icon-box {
    background-color: #ffffff;
    border-radius: 50%;
    height: 190px;
    line-height: 190px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    width: 190px;
}

.process-block .inner-box:hover .icon-box::before {
    width: 190px;
    height: 190px;
}

.process-block .inner-box .icon-box:before {
    background-color: #3092dd;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 0px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box:hover .icon-box img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-section-two {
    position: relative;
}

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

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

.service-section-two .floating-object1 {
    background-size: 180px;
    bottom: -242px;
    height: 250px;
    left: 30px;
    opacity: 0.25;
    top: -100px;
    width: 180px;
    position: absolute;
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.service-section-two .floating-object2 {
    background-size: 180px;
    bottom: 100px;
    height: 250px;
    opacity: 0.25;
    position: absolute;
    right: 100px;
    width: 180px;
}

.sec-title {
    margin-bottom: 50px;
    position: relative;
}

.sec-title h2 {
    position: relative;
    font-size: 40px;
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    margin-bottom: 0;
    padding-bottom: 12px;
}

.service-block-two .inner-box {
    margin-bottom: 30px;
    position: relative;
}

.service-block-two .image-box {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.service-block-two .image-box:before {
    background: rgb(22, 36, 61);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, rgba(22, 36, 61, 0.9164040616)), color-stop(58%, rgba(22, 36, 61, 0.0368522409)));
    background: linear-gradient(0deg, rgba(22, 36, 61, 0.9164040616) 14%, rgba(22, 36, 61, 0.0368522409) 58%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.overlay-anim {
    position: relative;
}

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

figure {
    margin: 0 0 1rem;
}

.service-block-two .image-box img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.service-block-two .image-box:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(22, 36, 61, 0.3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
}

.service-block-two .lower-content {
    bottom: 25px;
    left: 30px;
    position: absolute;
    z-index: 2;
}

.service-block-two .lower-content .title {
    margin-bottom: 0;
}

.service-block-two .lower-content h4.title {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two.style2 {
    background-color: #F8F5F1;
    border-radius: 10px;
    padding: 20px;
}

.service-block-two.style2 .inner-box {
    margin-bottom: 0;
}

.service-block-two .inner-box {
    margin-bottom: 30px;
    position: relative;
}

.service-block-two.style2 .lower-content {
    bottom: 0;
    left: 0;
    position: relative;
}

.service-block-two .lower-content {
    /*bottom: 25px;*/
    /*left: 30px;*/
    /*position: absolute;*/
    z-index: 2;
}

.service-block-two.style2 .lower-content p {
    margin-bottom: 10px;
}

.service-block-two.style2 .lower-content .title {
    margin-bottom: 30px;
    line-height: 33px;
}

.service-block-two.style2 .lower-content .title a {
    color: #000;
}

.service-block-two.style2 .lower-content .btn-style-one {
    padding: 13px 39px;
}

.btn-style-one {
    background-color: var(--bg-theme-color1);
    border-radius: 0px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: var(--theme-color-light);
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    padding: 1.2rem 3.7rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn .btn-title {
    position: relative;
}

.btn-style-one:before {
    background-color: #0f2c49;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    right: -15px;
    top: 0;
    width: 35px;
    z-index: -1;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block-two .inner-box:hover .image-box:after {
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

:root {
    --theme-color1: #3092dd;
    --theme-color2: #232331;
    --theme-color3: #000;
    --theme-color4: #ff5e08;
    --theme-color5: #ff494a;
    --review-color: #ffc737;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --border-theme-color4: var(--theme-color4);
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #fff;
    --text-color-bg-theme-color3: #fff;
    --text-color-bg-theme-color4: #fff;
    --theme-color-light: #ffffff;
    --theme-color-dark: #000000;
    --text-color: #767676;
    --headings-color: var(--theme-color3);
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --text-font: "Poppins", sans-serif;
    --title-font: "DM Sans", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: var(--line-height-heading);
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 90px;
    --h2-font-size: 48px;
    --h3-font-size: 36px;
    --h4-font-size: 24px;
    --h5-font-size: 18px;
    --h6-font-size: 14px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: var(--text-color);
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 500;
    --sec-title-subtitle-line-height: 20px;
    --sec-title-color: var(--theme-color3);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f6f6f6;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #0b0b0b;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.overlay-anim {
    position: relative;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

figure.image.overlay-anim.mb-0 img {
    max-width: 100%;
}

.lower-content h4.title.dd {
    color: #000;
}

.customSwalBtn {
    background-color: rgb(115, 181, 30);
    border-left-color: rgba(214, 130, 47, 1.00);
    border-right-color: rgba(214, 130, 47, 1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 5px 0px 5px;
    padding: 10px 32px;
}

.customSwalBtn1 {
    background-color: rgb(115, 181, 30);
    border-left-color: rgba(214, 130, 47, 1.00);
    border-right-color: rgba(214, 130, 47, 1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 5px 0px 5px;
    padding: 10px 32px;
}

.swal2-image {
    max-width: 100%;
    margin: 0.25em auto !important;
}

.close {
    position: absolute;
    left: 96%;
    top: 13px;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    /* background-color: #5c5c5c; */
    cursor: pointer;
    text-decoration: none;
}

input.fip {
    margin: auto;
    width: 80%;
    background: #f5f5f5;
    border: 0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #f9f9f9;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.margin-below {
    margin-bottom: 1.2rem;
}

.form-control:focus {
    border-color: #7743ff;
    box-shadow: inset 0 1px 1px rgba(45, 45, 45, 0.07), 0 0 8px rgba(129, 129, 129, 0.6);
}

.btn2 {
    cursor: pointer;
    width: 80%;
    padding: 12px;
    border: 0;
    background: #3e7fb9;
    font-size: 1.1em;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 3px 0px #3e7fb9;
    margin-top: 1.2rem;
    border-radius: .25rem;
}

.btn2:hover {
    color: #fff;
    background: #3e7fb9;
    border-color: #3e7fb9;
}

.swal2-title {
    color: #3e7fb9 !important;
}

#pop-msg {
    font-size: 14px;
    color: red;
    font-weight: 700;
}

.swal2-container {
    z-index: 999999999 !important;
}

@media(min-width: 325px) and (max-width: 767px) {
    .swal2-title {
        font-size: 25px !important;
    }
    input.fip {
        margin: auto;
        width: 100%;
    }
    .btn2 {
        width: 100%;
    }
}

.fixedoffer {
    position: fixed;
    width: 200px;
    height: 30px;
    margin: 0;
    padding: 0;
    top: 18%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedoffer .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedoffer .phonenumber span {
    width: 65px;
    height: 35px;
    float: left;
    background: #3e7fb9;
    font-size: 18px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.fixedoffer .phonenumber p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
}

.phn {
    color: #3e7fb9;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
}

.fixedoffer .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
}

/*******/

.fixedcall1 {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 28%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall1 .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall1 .phonenumber span {
    width: 45px;
    height: 45px;
    float: left;
    background: #3e7fb9;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedcall1 .phonenumber p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
}

.phn {
    color: #3e7fb9;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
}

.fixedcall1 .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
}

.fixedcall {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 48%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall a span {
    width: 45px;
    height: 45px;
    float: left;
    background: #3e7fb9;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedcall a p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
}

.fixedcall a svg {
    color: #fff;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}

.fixedwhatapp {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 57%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedwhatapp a span {
    width: 45px;
    height: 45px;
    float: left;
    background: #3e7fb9;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedwhatapp a p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
}

.fixedwhatapp a svg {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
}

.fixedwhatapp:hover {
    right: 0;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.fixedcall:hover {
    right: 0;
}

.fixedcall1:hover {
    right: 0;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.breadcrumb-style-one {
    background: #18305d;
    padding: 150px 0;
}

.breadcrumb {
    margin-bottom: unset;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-style-one .breadcrumb-title {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.breadcrumb-style-one .breadcrumb-items .breadcrumb-item {
    font-size: 15px;
    color: #fff;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}