/*
Theme Name: Kami Enterprises
Author: Niharika
Author URI: https://wordpress.org/
*/
@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: #ffffff
}

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
}

body.loaded {
    overflow-y: scroll
}

::-webkit-selection {
    color: #ffffff;
    background-color: rgb(17 54 91 / 89%);
    text-shadow: none;
}

::-moz-selection {
    color: #ffffff;
    background-color: rgb(17 54 91 / 89%);
    text-shadow: none;
}

::selection {
    color: #ffffff;
    background-color: rgb(17 54 91 / 89%);
    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: 13px !important
}

.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: #10355a ;
    opacity: .9
}

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

h2.section-heading.h1.mb-50 {
    color: #1a3d60;
    /* text-transform: uppercase; */
}

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

.btn:hover{
  background-color: #183c5f;
  color: white;
}

@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: #3d99fb;
    background-color: #ffffff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #ffffff;
    background-color: #3d99fb;
}

.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: #ffffff */
}

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

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

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

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

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

.owl-nav button {
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    background: #3799fb !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: #11365a !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: #113c6080 !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: #113c60 !important;
}

.work-item .btn-light {
    color: #ffffff;
    background-color: #3d99fb;
}

section.section.cm-about-us {
    background: #f1f1f1;
}

section.section.cm-testimonials {
    background: #f1f1f1;
}

.section {
    padding-top: 55px;
    padding-bottom: 55px
}

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

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

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

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

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

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

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

.cm-page-header.overlay-dark::after {
    background-color: #11365a;
    opacity: 0.55;
}

.breadcrumb.justify-content-center.bg-transparent.text-uppercase.p-0.mb-0.mt-3 a.text-primary {
    text-decoration: none;
}

.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: #ffffff;
    background-color: #ffffff
}

.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: #ffffff
}

.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
}


.cm-about-us .btn-primary {
    color: #ffffff;
    background-color: #3d99fb;
}

.cm-about-us1 .btn-primary {
    color: #ffffff;
    background-color: #3d99fb;
}

.cm-about-us .btn-primary:hover{
    background-color: #11365a;
}


.cm-about-us1 .btn-primary:hover{
    background-color: #11365a;
}


img.img-fluid {
    border-radius: 5px;
}


.text-primary {
    color: #ffffff !important
}

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

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

.text-dark {
    color: #1a3d60 !important;
}

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

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

.text-blue {
    color: #10355a  !important
}

.bg-blue {
    background-color: #10355a  !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: #ffffff;
    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: 220px;
        -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)
    }
}

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

.dropdown-item {
    font-size: 16px;
    padding: 8px 20px
}

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

.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
}

a.text-gray {
    text-decoration: none;
}

a.text-gray:hover{
   color: white !important;
}

.cm-header .navbar-light .nav-link {
    color: #35382f !important;
    font-size: 14px;
}

.cm-header .navbar-light .nav-link:hover {
    opacity: .7;
    color: #3d99fb !important;
}

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

.cm-header .nav-item.active .nav-link {
    color: #3d99fb !important;
}

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


.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.cm-header .block .icon {
    display: inline-block;
    border: 1px solid #46597d;
    border-top: 0;
    border-bottom: 0;
    padding: 12px 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: 160px
    }
    .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: #ffffff !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: #ffffff !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: #ffffff !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: #ffffff;
    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: 200px;
    padding-bottom: 155px;
}

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

.cm-banner .block h3 {
    margin-top: -4px
}

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

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

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

.banner-carousel .overlay::after {
    background-color: #000;
    opacity: 0.4;
}
.banner-carousel .cm-banner {
    padding-top: 225px;
}

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

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

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

.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 #ffffff
}

.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: #fff
}

@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 #ffffff;
    position: relative;
    z-index: 1
}

.cm-how-can-help .block .icon {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 25px;
    background-color: #ffffff;
    -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: #10355a 
}

.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: 20px 35px;
    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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    border-color: #ffffff
}

@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: #ffffff;
    -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 #ffffff;
    -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: #ffffff;
    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;
    border-radius: 5px;
    cursor: pointer;
}

.work-gallery .work-item::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background-color: #10355a66;
    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: 6px;
    left: 6px;
    margin: 0px auto;
    width: 85%;
    text-transform: capitalize;
}

.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: #12375b;
}

.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: #ffffff;
    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: 12px;
    font-size: 14px;
}

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

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

.footer-bottom p {
    font-size: 15px;
}

.footer-bottom {
    padding: 15px 10px;
    background-color: #10355a;
    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: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.social-links li a:hover {
    background-color: #3d99fb;
    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: #3d99fb;
    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
    }
}


/* ===============TEstimonial code start================= */
.testimonials{position: relative;background-repeat: no-repeat;background-size: cover;padding:50px 0;}
/* .testimonials::before{content:'';position: absolute;right:0;left:0;top:0;bottom:0;background: rgba(255,216,50,.7);} */
.testimonials .title {text-align: center;margin-bottom: 50px;position: relative;padding: 20px 0;max-width: 600px;margin: 0 auto;}
.testimonials .title h5 {color: #EB6D2F;line-height: 1.2em;font-size: 18px;font-weight: 900;margin-bottom: -3px;}
.testimonials .title h2 {color: #5A3733;line-height: 1.2em;font-weight: 900;font-size: 40px;letter-spacing: -1px;}
.testimonials .title img {margin-top: -10px;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;color: #5A3733;}
.testimonials .testi .item {background: #fff;padding: 50px 30px;border-radius:15px;}
.testimonials .testi .item .profile {display:flex;padding-left: 15px;}
.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {padding-left:20px;margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color: #3d99fb;}
.testimonials .testi .item .profile .information p {font-size: 20px;
    margin: 0px auto 0px;
    color: #313131;
    font-weight: 900;
    line-height: 1;}
.testimonials .testi .item .profile .information span {color: #10355a;font-weight: bold;margin-top: -4px;line-height: 1.6em;font-size: 14px;}
.testimonials .testi .item>p {margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    color: #252525;
    text-align: left;}
.testimonials .testi .item .icon {text-align: center;}
.testimonials .testi .item .icon i {font-size: 32px;color: #3d99fb;}

/* ===============TEstimonial code End================= */
.display-3 {
    font-size: 3.5rem;
    }

    ul.services-list {
        padding-inline-start: 40px;
        margin-top: 15px;
    }

    ul.services-list li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    section.section.product-box.cm-about-us.pt-80 {
        background: white !important;
    }

    /* ====== THE ACCORDION ====== */
.accordion {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    /* box-shadow: 0px 5px 18px 0px #A0A7C4; */
  }
  .accordion li {
    list-style-type: none;
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .accordion-button {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    background: #e6e6e6;
    margin-bottom: 10px;
    cursor: pointer;
}

.accordion-button h2 {
    font-size: 22px;
    padding-left: 18%;
    color: #1a3d60;
}
  .accordion-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    height: 3px;
    width: 20px;
    margin-left: 27px;
    background: #1a3d60;
    transform: rotate(90deg);
    transition: 0.7s ease;
  }
  .accordion-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    height: 3px;
    width: 20px;
    margin-left: 27px;
    background: #1a3d60;
  }
  .accordion-button.active:after {
    color: #1a3d60;
  }
  .accordion-button.active:before {
    transform: rotate(-360deg) translateY(-20px);
    opacity: 0;
  }
  .accordion-button.active h2, .accordion-button:focus h2 {
    position: relative;
    color: #1a3d60;
  }
  .accordion-panel {
    display: none;
    padding: 10px 15px;
    background: white;
    overflow: hidden;
  }
      .accordion-panel img {
        display: block;
        max-width: 90%;
        margin: 5px auto;
      }

      ul.product-acco-link {
        padding: 0px;
        margin: 0px;
        padding-inline-start: 40px;
    }
    ul.product-acco-link li {
        margin-bottom: 8px;
        list-style-type: initial;
        color: #13375c;
    }
    ul.product-acco-link li a{
        color: #13375c;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
    }

    .acc-heading {
        border-bottom: 2px solid #12375b;
        margin-bottom: 16px;
    }

    .acc-heading h3 {
        color: #14385c;
    }

    .looking-particular-sec {
        text-align: center;
        margin-top: 15px;
    }

    .looking-particular-sec h3 {
        color: #1a3d60;
        font-size: 22px;
    }


    /* ==================CONTACT US PAGE CODE START======================= */
    .ptb-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-info-wrap {
        background-color: #163a5e;
        padding: 120px 45px 112px 50px;
        height: 580px;
        border-radius: 5px;
    }

    .contact-social h3 {
        color: white;
    }

    .contact-map iframe {
        width: 100%;
        border: none;
        height: 325px;
        margin-top: 20px;
    }

    .contact-info-wrap .single-contact-info {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .contact-info-wrap .single-contact-info .contact-icon {
        margin-right: 20px;
    }

    .contact-info-wrap .single-contact-info .contact-icon i {
        font-size: 20px;
        color: #ffffff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ffffff;
        text-align: center;
        border-radius: 100%;
        transition: all .3s ease 0s;
    }

    .contact-info-wrap .single-contact-info .contact-info-dec p {
        line-height: 1;
        color: #ffffff;
        margin: 0 0 9px;
    }
    .contact-info-wrap .contact-social .social-info {
        margin-top: 30px;
    }
    .contact-info-wrap .contact-social .social-info ul {
        margin: 0px;
        padding: 0px;
    }
    .contact-info-wrap .contact-social .social-info ul li {
        display: inline-block;
    }
    .contact-info-wrap .contact-social .social-info a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 24px;
        padding: 0;
        line-height: 36px;
        border-radius: 100%;
        text-align: center;
        border: none;
        z-index: 1;
        transition: all .3s linear;
        margin-right: 15px;
    }

    .contact-form {
        padding: 40px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 20px rgb(158 158 158 / 16%);
        box-shadow: 0 0 20px rgb(158 158 158 / 16%);
        background-color: #ffffff;
        height: 580px;
    }
    .contact-form .title {
        margin-bottom: 25px;
    }
    .contact-form .title h3 {
        font-size: 25px;
        margin-bottom: 12px;
        color: #11365b;
    }
    .contact-form .title p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact-info-wrap .single-contact-info .contact-info-dec p a{
        color: white;
        text-decoration: none;
    }
    .contact-form form .form-group {
        margin-bottom: 15px;
    }
    .contact-form form .form-group .form-control {
        height: 40px;
        color: #09101f;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border: 1px solid #eeeeee;
        background-color: transparent;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 3px;
        padding: 1px 0 0 15px;
        font-size: 15px;
        font-weight: 500;
    }


    .contact-form form .form-group textarea.form-control {
            height: 150px;
        padding-top: 15px;
    }

       /* ==================CONTACT US PAGE CODE END======================= */

       ul.accordion ul.inner_accordion {
    height: 400px;
    overflow: auto;
}

ul.accordion ul.inner_accordion::-webkit-scrollbar {
  width: 8px;
}

ul.accordion ul.inner_accordion::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
ul.accordion ul.inner_accordion::-webkit-scrollbar-thumb {
  background: #02355a;
  border-radius: 10px;
}

ul.accordion ul.inner_accordion::-webkit-scrollbar-thumb:hover {
  background: #2b60b4; 
}

.accordion-button h2 {
    font-size: 18px;
}
.contact-form .wpcf7-response-output {
    margin-top: 3px!important;
}