body {

    font-family: bai jamjuree, sans-serif;

   

    font-style: normal;

    font-size: 17px !important;

    color: #666;

    overflow-x: hidden

}



a {

    outline: medium !important;

    color: #1a3d7e;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out

}

.color_red {

    outline: medium !important;

    color: #c31830;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out

}



a:focus {

    color: #1a3d7e;

    text-decoration: none !important

}



a:hover {

    color: crimson;

    text-decoration: none !important

}



input {

    outline: medium !important;

    color: #1a3d7e

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: bai jamjuree, sans-serif;

    font-weight: 400;

    color: #000;

    margin-top: 0;

    font-weight: 600;

    text-transform: capitalize

}



h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

    color: inherit

}



label {

    font-weight: 400

}



h1 {

    font-size: 36px;

    font-style: normal;

    font-weight: 700

}



h2 {

    font-size: 30px;

    font-weight: 700

}



.display-3 {

    font-size: 4rem !important;

}



h3 {

    font-size: 30px;

    font-weight: 700

}



h4 {

    font-size: 26px

}



h5 {

    font-size: 22px

}



h6 {

    font-size: 18px

}



p {

    

    line-height: 1.5

}



*::-moz-selection {

    background: #1a3d7e;

    color: #fff;

    text-shadow: none

}



::-moz-selection {

    background: #1a3d7e;

    color: #fff;

    text-shadow: none

}



::selection {

    background: #1a3d7e;

    color: #fff;

    text-shadow: none

}



.container-fluid.container-space {

    padding: 0 100px

}



.form-control {

    border: 1px solid #7d7d7d;

    border-radius: 0;

    height: 50px;

    padding: 10px 20px;

    -webkit-box-shadow: none;

    box-shadow: none;

    font-size: 14px;

    font-weight: 500;

    color: #666;

    background-clip: inherit !important

}



.form-control:focus {

    -webkit-box-shadow: none;

    box-shadow: none;

    border-color: #1a3d7e

}



.form-control::-moz-placeholder {

    color: #3a4957

}



.form-control::-ms-input-placeholder {

    color: #3a4957

}



.form-control::-webkit-input-placeholder {

    color: #3a4957

}



.custom-file {

    height: 50px

}



.custom-file .custom-file-input {

    height: 50px;

    color: #000;

    border-radius: 3px;

    border-color: #ebebeb

}



.custom-file .custom-file-input:focus {

    -webkit-box-shadow: none;

    box-shadow: none;

    border-color: #1a3d7e

}



.custom-file .custom-file-label {

    height: 50px;

    font-size: 14px;

    font-weight: 600;

    color: #000;

    border-color: #ebebeb;

    padding: 15px 90px 15px 20px;

    border-radius: 3px

}



.custom-file .custom-file-label:after {

    height: 48px;

    padding: 14px 25px

}



.custom-file-input:focus~.custom-file-label {

    -webkit-box-shadow: none;

    box-shadow: none;

    border-color: #1a3d7e

}



.input-group-prepend .input-group-text,

.input-group-append .input-group-text {

    width: 50px;

    background: 0 0;

    border-color: #ebebeb;

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center

}



.custom-control-input:checked~.custom-control-label:before {

    background: #1a3d7e;

    border-color: #1a3d7e

}



.custom-control-input:not(:disabled):active~.custom-control-label:before {

    background: 0 0;

    border-color: transparent

}



.custom-control-input:focus~.custom-control-label:before {

    -webkit-box-shadow: none;

    box-shadow: none

}



.custom-control-input:focus:not(:checked)~.custom-control-label:before {

    border-color: #ebebeb

}



.custom-control-label:before {

    top: 2px

}



.custom-control-label:after {

    top: 2px

}



.custom-checkbox .custom-control-label:before {

    border-radius: 3px;

    border: 2px solid #dfdfdf

}



.border {

    border-color: #ebebeb !important

}



.border-top {

    border-top-color: #ebebeb !important

}



.border-left {

    border-left-color: #ebebeb !important

}



.border-right {

    border-right-color: #ebebeb !important

}



.border-bottom {

    border-bottom-color: #ebebeb !important

}



.badge {

    border-radius: 3px

}



.badge+.badge {

    margin-left: 6px

}



.badge-md {

    padding: 5px 8px;

    font-size: 13px;

    font-weight: 400

}



.badge-primary {

    background: #1a3d7e

}



.back-to-top a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    position: fixed;

    bottom: 50px;

    right: 40px;

    width: 50px;

    height: 40px;

    margin: 0;

    color: #fff;

    font-size: 18px;

    background: #000;

    color: #1947c1;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    z-index: 999;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.back-to-top a i {

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.back-to-top a:hover {

    color: #fff

}



.back-to-top a:focus {

    color: #fff

}



.breadcrumb {

    margin-top: 20px;

    background: 0 0;

    border: 2px solid white;

    border-radius: 0;

    display: -webkit-inline-flexbox;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    padding: 10px 30px

}



.breadcrumb .breadcrumb-item {

    padding-right: 5px;

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: inline-block

}



.breadcrumb .breadcrumb-item a {

    color: #fff

}



.breadcrumb .breadcrumb-item a:hover {

    color: #1a3d7e

}



.breadcrumb .breadcrumb-item:before {

    color: #fff

}



.breadcrumb .breadcrumb-item.active {

    color: #aecaff;

}



.pagination .page-item .page-link {

    padding: 14px 28px;

    color: #666;

    border-color: #ebebeb;

    margin: 0 4px;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.pagination .page-item .page-link span {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: block

}



.pagination .page-item .page-link:focus {

    -webkit-box-shadow: none;

    box-shadow: none

}



.pagination .page-item.active .page-link {

    background: #1a3d7e;

    border-color: #1a3d7e;

    color: #1947c1

}



.pagination .page-item:first-child .page-link {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0

}



.pagination .page-item:last-child .page-link {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0

}



.blockquote {

    font-size: 16px;

    border-left: 10px solid #1a3d7e;

    padding-left: 30px;

    font-style: italic;

    display: block

}



.blockquote-quote {

    position: relative;

    font-size: 18px;

    border-left: 0 solid #1a3d7e;

    padding-left: 30px;

    font-style: italic;

    display: block;

    z-index: 1

}



.blockquote-quote p {

    position: relative

}



.blockquote-quote i {

    position: absolute;

    z-index: 0;

    top: 20px;

    left: 0;

    font-size: 60px;

    line-height: 60px;

    color: #dfdfdf

}



iframe {

    width: 100%

}



.table {

    border-collapse: separate;

    border-spacing: 0 1px;

    font-size: 16px;

    font-weight: 600

}



.table td {

    padding: 14px 20px

}



.table th {

    padding: 14px 20px

}



.table-borde#1a3d7e td {

    border-color: #ebebeb

}



.table-borde#1a3d7e th {

    border-color: #ebebeb

}



.table-striped tbody tr:nth-of-type(odd) {

    background: #f8f8f8

}



.table td,

.table th {

    vertical-align: middle

}



.table-skew {

    padding: 0 30px

}



.table-skew thead {

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.table-skew thead tr {

    -webkit-transform: skew(0deg);

    transform: skew(0deg)

}



.table-skew tr {

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.table-skew td {

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.table-skew th {

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.text-primary {

    color: #fff !important

}



.text-secondary {

    color: #1a3d7e !important

}



.text-white {

    color: #fff

}



.text-dark {

    color: #000 !important

}



.text-light {

    color: #666 !important

}



.text-success {

    color: #0abb0a !important

}



.text-danger {

    color: #f52626 !important

}



.text-primary-soft {

    color: rgba(243, 245, 38, .5) !important

}



.text-stroke-white {

    color: transparent !important;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: #fff;

    display: block

}



.text-stroke-primary {

    color: transparent !important;

    -webkit-text-stroke-width: 2px;

    -webkit-text-stroke-color: #ffffff;

    display: block

}



.text-stroke-dark {

    color: transparent !important;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: #18191c;

    display: block

}



.skew {

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.skew-reverse {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: inline-block

}



.bg-primary {

    background: #1a3d7e !important

}



.bg-dark {

    background: #18191c !important

}



.bg-secondary {

    background: #1947c1 !important

}



.bg-facebook {

    background: #5d82d1 !important

}



.bg-pinterest {

    background: #e13138 !important

}



.bg-linkedin {

    background: #238cc8 !important

}



.bg-white-soft {

    background: rgba(255, 255, 255, .1)

}



.bg-dark-soft {

    background: rgba(0, 0, 0, .1)

}



.space-ptb {

    padding: 40px 0

}



.space-pt {

    padding: 90px 0 0

}



.space-pb {

    padding: 0 0 90px

}



.h-100vh {

    height: 100vh !important

}



.is-sticky {

    position: -webkit-sticky;

    position: sticky;

    top: 100px

}



hr {

    border-top-color: rgba(255, 255, 255, .1)

}



hr.hr-dark {

    border-top-color: rgba(0, 0, 0, .1)

}



.bg-holder {

    background-size: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    width: 100%

}



.bg-holder-bottom {

    background-size: contain;

    background-position: center bottom;

    background-repeat: no-repeat;

    width: 100%

}



.bg-overlay-black-10 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-10:before {

    background: rgba(24, 25, 28, .1);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-black-20 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-20:before {

    background: rgba(24, 25, 28, .2);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-black-30 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-30:before {

    background: rgba(24, 25, 28, .3);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-black-40 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-40:before {

    background: rgba(24, 25, 28, .4);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-black-50 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-50:before {

    background: rgba(24, 25, 28, .5);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-black-60 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-60:before {

    background: rgba(24, 25, 28, .6);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-black-70 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-70:before {

    background: rgba(24, 25, 28, .7);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-black-80 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-80:before {

    background: rgba(24, 25, 28, .8);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-black-90 {

    position: relative;

    z-index: 1

}



.bg-overlay-black-90:before {

    background: rgba(24, 25, 28, .9);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-10 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-10:before {

    background: rgba(255, 255, 255, .1);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-20 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-20:before {

    background: rgba(255, 255, 255, .2);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-30 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-30:before {

    background: rgba(255, 255, 255, .3);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-40 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-40:before {

    background: rgba(255, 255, 255, .4);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-50 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-50:before {

    background: rgba(255, 255, 255, .5);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-60 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-60:before {

    background: rgba(255, 255, 255, .6);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-70 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-70:before {

    background: rgba(255, 255, 255, .7);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-80 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-80:before {

    background: rgba(255, 255, 255, .8);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-white-90 {

    position: relative;

    z-index: 1

}



.bg-overlay-white-90:before {

    background: rgba(255, 255, 255, .9);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-theme-20 {

    position: relative;

    z-index: 1

}



.bg-overlay-theme-20:before {

    background: rgba(243, 245, 38, .2);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-theme-50 {

    position: relative;

    z-index: 1

}



.bg-overlay-theme-50:before {

    background: rgba(243, 245, 38, .5);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-theme-70 {

    position: relative;

    z-index: 1

}



.bg-overlay-theme-70:before {

    background: rgba(243, 245, 38, .7);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-theme-90 {

    position: relative;

    z-index: 1

}



.bg-overlay-theme-90:before {

    background: rgba(243, 245, 38, .9);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-secondary-20 {

    position: relative;

    z-index: 1

}



.bg-overlay-secondary-20:before {

    background: rgba(25, 71, 193, .2);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-secondary-50 {

    position: relative;

    z-index: 1

}



.bg-overlay-secondary-50:before {

    background: rgba(25, 71, 193, .5);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-secondary-70 {

    position: relative;

    z-index: 1

}



.bg-overlay-secondary-70:before {

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-secondary-90 {

    position: relative;

    z-index: 1

}



.bg-overlay-secondary-90:before {

    background: rgba(25, 71, 193, .9);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0

}



.bg-overlay-left-100 {

    position: relative

}



.bg-overlay-left-100:before {

    position: absolute;

    content: "";

    top: 0;

    left: -100%;

    background-color: #1a3d7e;

    width: 100%;

    height: 100%

}



.bg-overlay-right-100 {

    position: relative

}



.bg-overlay-right-100:before {

    position: absolute;

    content: "";

    top: 0;

    right: -100%;

    background-color: #1947c1;

    width: 100%;

    height: 100%

}



.bg-overlay-left {

    position: relative

}



.bg-overlay-left:before {

    background-image: url('../img/about-us.png');

    width: 100%;

}



.half-overlay-left {

    position: relative

}



.half-overlay-left:before {

    position: absolute;

    content: "";

    top: -40px;

    background-color: #1a3d7e;

    width: 106%;

    height: 100%;

    right: -5%;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.half-overlay-left:after {

    position: absolute;

    content: "";

    top: -40px;

    background-color: #1a3d7e;

    width: 100%;

    height: 100%;

    right: 100%;

    z-index: -1;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.half-overlay-right {

    position: relative

}



.half-overlay-right:before {

    position: absolute;

    content: "";

    top: 0;

    background-color: #1947c1;

    width: 106%;

    left: -5%;

    height: 100%;

    z-index: -1;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.half-overlay-right:after {

    position: absolute;

    content: "";

    top: 0;

    background-color: #1947c1;

    width: 100%;

    left: 100%;

    height: 100%;

    z-index: -1;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.avatar {

    width: 50px;

    height: 50px;

    display: inline-block

}



.avatar.avatar-sm {

    width: 30px;

    height: 30px

}



.avatar.avatar-md {

    width: 40px;

    height: 40px

}



.avatar.avatar-lg {

    width: 60px;

    height: 60px

}



.avatar.avatar-xl {

    width: 80px;

    height: 80px

}



.avatar.avatar-xll {

    width: 100px;

    height: 100px

}



.avatar.avatar-xlll {

    width: 120px;

    height: 120px

}



.avatar.avatar-xllll {

    width: 180px;

    height: 180px

}



.font-sm {

    font-size: 13px

}



.font-md {

    font-size: 16px

}



.font-lg {

    font-size: 17px

}



.font-xl {

    font-size: 21px

}



.font-xxl {

    font-size: 30px

}



.font-xxxl {

    font-size: 40px;

    line-height: 40px

}



.line-h-sm {

    line-height: 13px

}



.line-h-md {

    line-height: 16px

}



.line-h-lg {

    line-height: 17px

}



.line-h-xl {

    line-height: 21px

}



.line-h-xxl {

    line-height: 30px

}



.line-h-xxxl {

    line-height: 40px

}



.b-radius-none {

    border-radius: 0 !important

}



.b-radius-left-none {

    border-radius: 0 3px 3px 0 !important

}



.b-radius-right-none {

    border-radius: 3px 0 0 3px !important

}



.sticky-top {

    z-index: 8

}



.z-index-1 {

    z-index: 1

}



.z-index-9 {

    z-index: 9

}



.z-index-99 {

    z-index: 99

}



.z-index-999 {

    z-index: 999

}



.left-0 {

    left: 0

}



.right-0 {

    right: 0

}



.bottom-0 {

    bottom: 0

}



.top-0 {

    top: 0

}



.overflw-x-hidden {

    overflow-x: hidden

}



.overflw-y-hidden {

    overflow-y: hidden

}



.position-center {

    position: absolute;

    left: 0;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    display: inline-block;

    text-align: center

}



.fill-primary {

    fill: #1a3d7e;

    fill-rule: evenodd;

    opacity: .3

}



.fill-light {

    fill: #f8f8f8;

    fill-rule: evenodd

}



.fill-secondary {

    fill: #1947c1;

    fill-rule: evenodd;

    opacity: .6

}



@media(min-width:1200px) {

    .container {

        max-width: 1200px

    }

}



@media(max-width:1599px) {

    .bmi-form {

        overflow-x: hidden;

        padding-top: 40px;

        margin-top: -40px

    }

}



@media(max-width:991px) {



    .bmi-form .col-lg-6.half-overlay-right,

    .bmi-form .col-lg-6.half-overlay-left {

        padding: 0 30px

    }



    .bmi-form .half-overlay-left:after,

    .bmi-form .half-overlay-right:after {

        content: none

    }



    .bmi-form {

        padding-top: 0;

        margin-top: 40px

    }

}



.accordion .card {

    border: none;

    padding: 0 12px

}



.accordion .card .card-header {

    background: 0 0;

    border: 1px solid #ebebeb;

    padding: 0;

    margin-bottom: 20px;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.accordion .card .card-header .btn {

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.accordion .card .card-header:before {

    border-bottom: 1px solid #ebebeb

}



.accordion .card .card-header button {

    position: relative;

    font-size: 16px;

    color: #000;

    padding: 17px 30px;

    width: 100%;

    text-align: left;

    border: none

}



.accordion .card .card-body {

    padding: 10px 30px 30px

}



.accordion .card .accordion-icon.card-header button.collapsed:after {

    background: #fff

}



.accordion.accordion-02 .card {

    padding: 8px 0;

    margin-bottom: 14px

}



.accordion.accordion-02 .card .card-header {

    margin-bottom: 0;

    border: none

}



.accordion.accordion-02 .card .card-header button {

    font-size: 14px;

    padding: 0 0 0 30px

}



.accordion.accordion-02 .card .card-header button:before {

    line-height: 12px;

    font-size: 8px;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    left: 0;

    content: "\f068";

    font-family: "font awesome 5 free";

    border: 1px solid #18191c;

    width: 15px;

    height: 15px;

    line-height: 12px;

    border-radius: 50%;

    z-index: 9;

    text-align: center

}



.accordion.accordion-02 .card .card-header button:after {

    display: none

}



.accordion.accordion-02 .card .card-body {

    padding: 10px 0 0 30px

}



.accordion .accordion-icon.card-header button.collapsed:before {

    content: "\f067"

}



.feature-box {

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out

}



.feature-box i,

.feature-box h6 {

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.feature-box:hover {

    background: #1a3d7e

}



.feature-box:hover i {

    color: #1947c1

}



.feature-box.active {

    background: #1a3d7e

}



.feature-box.active i {

    color: #1947c1

}



.testimonial {

    padding: 0 160px

}



.accordion .card {

    border: none;

    padding: 0 12px

}



.accordion .card .card-header {

    background: 0 0;

    border: 1px solid #ebebeb;

    padding: 0;

    margin-bottom: 20px;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.accordion .card .card-header .btn {

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.accordion .card .card-header:before {

    border-bottom: 1px solid #ebebeb

}



.accordion .card .card-header button {

    position: relative;

    font-size: 16px;

    color: #000;

    padding: 17px 30px;

    width: 100%;

    text-align: left;

    border: none

}



.accordion .card .card-body {

    padding: 10px 30px 30px

}



.accordion .card .accordion-icon.card-header button.collapsed:after {

    background: #fff

}



.accordion.accordion-02 .card {

    padding: 8px 0;

    margin-bottom: 14px

}



.accordion.accordion-02 .card .card-header {

    margin-bottom: 0;

    border: none

}



.accordion.accordion-02 .card .card-header button {

    font-size: 14px;

    padding: 0 0 0 30px

}



.accordion.accordion-02 .card .card-header button:before {

    line-height: 12px;

    font-size: 8px;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    left: 0;

    content: "\f068";

    font-family: "font awesome 5 free";

    border: 1px solid #18191c;

    width: 15px;

    height: 15px;

    line-height: 12px;

    border-radius: 50%;

    z-index: 9;

    text-align: center

}



.accordion.accordion-02 .card .card-header button:after {

    display: none

}



.accordion.accordion-02 .card .card-body {

    padding: 10px 0 0 30px

}



.accordion .accordion-icon.card-header button.collapsed:before {

    content: "\f067"

}



.newsletter {

    position: relative

}



.newsletter .form-control {

    margin-right: 150px;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    height: 50px

}



.newsletter .btn {

    position: absolute;

    right: 0;

    line-height: 20px;

    top: 0;

    padding: 14px 30px

}



.counter .timer {

    font-size: 48px;

    font-weight: 600;

    font-family: bai jamjuree, sans-serif

}



.counter.counter-02 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.counter.counter-02 .counter-icon .icon {

    padding-right: 20px;

    font-size: 40px;

    color: #1a3d7e

}



.counter.counter-02 .counter-content {

    vertical-align: top

}



.counter.counter-02 .counter-content .timer {

    font-size: 28px;

    color: #000;

    font-weight: 600;

    display: block;

    line-height: 28px;

    margin-bottom: 8px

}



.nav-tabs {

    border: none

}



.nav-tabs .nav-item {

    margin-bottom: 3px;

    margin-right: 3px

}



.nav-tabs .nav-item:last-child {

    margin-right: 0

}



.nav-tabs .nav-item .nav-link {

    border: none;

    font-size: 16px;

    padding: 12px 30px;

    border-radius: 0;

    font-weight: 600;

    background: #1947c1;

    color: #fff;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.nav-tabs .nav-item .nav-link span {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: block

}



.nav-tabs .nav-item .nav-link.active {

    background: #1a3d7e;

    color: #1947c1

}



.owl-carousel .owl-item img {

    width: auto;

    display: inherit

}



.owl-carousel .owl-nav {

    cursor: pointer;

    z-index: 999;

    width: 100%

}



.owl-carousel .owl-nav .owl-prev {

    display: block;

    position: absolute;

    text-indent: inherit;

    width: auto;

    cursor: pointer;

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    left: 10px;

    display: block;

    position: absolute;

    text-indent: inherit;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    margin: 0 !important;

    display: inline-block;

    margin: 14px 2px 0;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.owl-carousel .owl-nav .owl-next {

    display: block;

    position: absolute;

    text-indent: inherit;

    width: auto;

    cursor: pointer;

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    right: 10px;

    display: block;

    position: absolute;

    text-indent: inherit;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    margin: 0 !important;

    display: inline-block;

    margin: 14px 2px 0;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.owl-carousel .owl-nav i {

    font-size: 16px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    display: inline-block;

    color: #1a3d7e;

    background: #1947c1;

    border: 0 solid #ebebeb;

    text-align: center;

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out

}



.owl-carousel .owl-nav i:before {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: block

}



.owl-carousel .owl-nav i:hover {

    background: #1a3d7e;

    color: #1947c1

}



.owl-carousel .owl-controls .owl-dot {

    margin: 0;

    display: inline-block

}



.owl-carousel .owl-dots {

    display: inline-block;

    margin-top: 20px;

    text-indent: inherit;

    width: 100%;

    cursor: pointer;

    text-align: center

}



.owl-carousel .owl-dots .owl-dot span {

    background: #ddd;

    display: inline-block;

    width: 12px;

    min-height: 12px;

    margin-top: 5px;

    border-radius: 100%;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    cursor: pointer

}



.owl-carousel .owl-dots .owl-dot:hover span {

    background: #1a3d7e

}



.owl-carousel .owl-dots .owl-dot.active span {

    background: #1a3d7e

}



.owl-carousel .owl-dot {

    display: inline-block;

    margin: 14px 2px 0

}



.owl-nav-bottom .owl-nav {

    bottom: 0;

    top: inherit

}



.owl-nav-bottom .owl-nav .owl-next {

    right: 45%;

    bottom: -70px;

    top: inherit

}



.owl-nav-bottom .owl-nav .owl-prev {

    left: 45%;

    bottom: -70px;

    top: inherit

}



.owl-nav-top-left .owl-nav {

    bottom: 0;

    top: inherit

}



.owl-nav-top-left .owl-nav .owl-next {

    right: 0;

    top: -80px;

    -webkit-transform: inherit;

    transform: inherit

}



.owl-nav-top-left .owl-nav .owl-prev {

    left: inherit;

    right: 50px;

    top: -80px;

    -webkit-transform: inherit;

    transform: inherit

}



.owl-nav-top-left .owl-nav i {

    border: 1px solid transparent

}



.owl-nav-top-left .owl-nav i:hover {

    border-color: #ebebeb

}



.owl-nav-top-right .owl-nav {

    top: 0;

    bottom: inherit

}



.owl-nav-top-right .owl-nav .owl-next {

    right: 20px;

    top: 20px;

    bottom: inherit;

    -webkit-transform: inherit;

    transform: inherit

}



.owl-nav-top-right .owl-nav .owl-prev {

    left: inherit;

    right: 80px;

    top: 20px;

    bottom: inherit;

    -webkit-transform: inherit;

    transform: inherit

}



.owl-dots-bottom-center .owl-dots {

    bottom: 30px !important;

    position: absolute

}



.owl-dots-bottom-center .owl-dots .owl-dot span {

    background: #fff

}



.owl-dots-bottom-right .owl-dots {

    bottom: 30px !important;

    position: absolute;

    right: 30px;

    width: auto

}



.owl-dots-bottom-right .owl-dots .owl-dot span {

    background: #fff

}



.owl-dots-bottom-left .owl-dots {

    position: absolute;

    left: 0;

    width: auto;

    margin-top: 0

}



.owl-dots-bottom-left .owl-dots .owl-dot span {

    background: #fff

}



.our-clients .owl-carousel .owl-stage {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.owl-carousel .owl-item .property-item {

    margin-bottom: 0

}



.carousel-control-next,

.carousel-control-prev {

    opacity: .6

}



.bootstrap-datetimepicker-widget table td.active {

    background-color: #1a3d7e

}



.bootstrap-datetimepicker-widget table td.active:hover {

    background-color: #1a3d7e

}



.bootstrap-datetimepicker-widget table td.day {

    height: 30px;

    line-height: 30px;

    width: 40px;

    font-size: 14px

}



.bootstrap-datetimepicker-widget table th {

    font-size: 14px

}



.bootstrap-datetimepicker-widget table td span.active {

    background: #1a3d7e

}



.bootstrap-datetimepicker-widget.dropdown-menu {

    width: 19rem

}



.countdown {

    display: inline-block;

    text-align: center;

    margin: 0 20px

}



.countdown span {

    font-size: 80px;

    line-height: 80px;

    font-weight: 600;

    color: #1a3d7e

}



.countdown p {

    font-size: 20px;

    text-transform: capitalize;

    margin-bottom: 0;

    color: #000

}



.countdown-small span {

    font-size: 24px;

    line-height: 24px

}



.countdown-small p {

    font-size: 14px

}



.btn {

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    text-transform: uppercase

}



button {

    outline: medium !important;

    color: #1a3d7e

}



.btn {

    font-weight: 700;

    font-size: 16px;

    padding: 12px 32px;

    border-radius: 0

}



.btn:not(:disabled):not(.disabled).active:focus {

    -webkit-box-shadow: none;

    box-shadow: none;

    outline: none

}



.btn:not(:disabled):not(.disabled):active:focus {

    -webkit-box-shadow: none;

    box-shadow: none;

    outline: none;

    color: #fff

}



.btn:hover {

    -webkit-box-shadow: none;

    box-shadow: none;

    outline: none

}



.btn:focus {

    -webkit-box-shadow: none;

    box-shadow: none;

    outline: none;

    color: #fff

}



.btn:active {

    -webkit-box-shadow: none;

    box-shadow: none;

    outline: none;

    color: #fff

}



.show>.btn.dropdown-toggle:focus {

    -webkit-box-shadow: none;

    box-shadow: none;

    outline: none;

    color: #fff

}



.show>.btn-primary.dropdown-toggle {

    background: #1a3d7e;

    border-color: #1a3d7e

}



.btn-primary {

    background: #1a3d7e;

    border-color: #1a3d7e;

    color: #1947c1;

    position: relative

}



.btn-primary:hover {

    background: #a82909;

    border-color: #a82909;

    color: #1947c1

}



.btn-primary:hover:not(:disabled):not(.disabled).active {

    background: #1a3d7e;

    border-color: #1a3d7e;

    color: #1947c1

}



.btn-primary:hover:not(:disabled):not(.disabled):active {

    background: #1a3d7e;

    border-color: #1a3d7e;

    color: #1947c1

}



.btn-primary:focus {

    background: #eff10b;

    border-color: #eff10b;

    color: #1947c1

}



.btn-primary:focus {

    background: #eff10b;

    border-color: #eff10b;

    color: #1947c1

}



.btn-primary:not(:disabled):not(.disabled):active:focus {

    background: #1a3d7e;

    border-color: #1a3d7e

}



.btn-secondary {

    background: #1947c1;

    border-color: #1947c1;

    color: #fff;

    position: relative

}



.btn-secondary:hover {

    background: #153da6;

    border-color: #153da6

}



.btn-secondary:hover:not(:disabled):not(.disabled).active {

    background: #1947c1;

    border-color: #1947c1

}



.btn-secondary:hover:not(:disabled):not(.disabled):active {

    background: #1947c1;

    border-color: #1947c1

}



.btn-secondary:focus {

    background: #153da6;

    border-color: #153da6

}



.btn-secondary:focus {

    background: #153da6;

    border-color: #153da6

}



.btn-secondary:not(:disabled):not(.disabled):active:focus {

    background: #1947c1;

    border-color: #1947c1

}



.btn-dark {

    background: #18191c;

    border-color: #18191c

}



.btn-dark:hover {

    background: #24252a;

    border-color: #24252a

}



.btn:not(:disabled):not(.disabled).active:focus {

    color: #fff

}



.btn i {

    padding-right: 10px

}



.btn+.btn {

    margin-left: 3px

}



.btn-link {

    color: #1a3d7e

}



.btn-link:hover {

    color: #18191c;

    text-decoration: none;

    outline: none

}



.btn-link:focus {

    color: #18191c;

    text-decoration: none;

    outline: none

}



.btn.btn-link:not(:disabled):not(.disabled):active:focus {

    color: #18191c

}



.btn-white {

    background: #fff;

    border-color: #fff;

    color: #18191c

}



.btn-white:hover {

    background: #dfdfdf;

    border-color: #dfdfdf;

    color: #18191c

}



.btn-white:active {

    color: #18191c

}



.btn-white:focus {

    color: #18191c

}



.btn.btn-white:not(:disabled):not(.disabled):active:focus {

    color: #18191c

}



.btn-light:active {

    color: #18191c

}



.btn-light:focus {

    color: #18191c

}



.btn.btn-light:not(:disabled):not(.disabled):active:focus {

    color: #18191c

}



.btn.btn-sm {

    padding: 6px 24px

}



.btn.btn-md {

    padding: 9px 26px

}



.btn.btn-lg {

    padding: 13px 30px

}



.btn.btn-xl {

    padding: 16px 40px

}



.btn-app {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.btn-app i {

    font-size: 40px

}



.btn-outline-secondary {

    border: 2px solid #ebebeb;

    color: #000

}



.btn-outline-secondary:hover {

    background: #000;

    color: #fff;

    border-color: #18191c

}



.btn-outline-secondary:focus {

    background: #18191c;

    color: #fff;

    border-color: #18191c

}



.btn-outline-secondary:not(:disabled):not(.disabled):active {

    background: #18191c;

    color: #fff;

    border-color: #18191c

}



.btn-skew {

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.btn-skew span {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: block

}



.play-video-lg {

    width: 100px;

    height: 100px;

    line-height: 100px;

    font-size: 16px;

    background: #fff;

    color: #1947c1;

    display: block;

    border-radius: 50%;

    text-align: center

}



.play-video-md {

    width: 70px;

    height: 70px;

    line-height: 70px;

    font-size: 16px;

    background: #fff;

    color: #1947c1;

    display: block;

    border-radius: 50%;

    text-align: center

}



.select2-container .select2-selection--single {

    height: auto;

    outline: none

}



.select2-container .select2-selection--single .select2-selection__rende#1a3d7e {

    padding-left: 0

}



.select2-container--default .select2-selection--single {

    border-radius: 0;

    border: none

}



.select2-container--default .select2-selection--single .select2-selection__rende#1a3d7e {

    color: #000;

    font-weight: 700;

    line-height: inherit;

    text-transform: capitalize

}



.bigdrop {

    min-width: 196px !important

}



.select2-results__options {

    padding: 8px 2px

}



.select2-container {

    width: 100% !important

}



.select2-container--default .select2-results__option--highlighted {

    border-radius: 0;

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out

}



.select2-container--default .select2-results__option--highlighted[aria-selected] {

    padding-left: 10px;

    font-weight: 600

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 14px;

    right: 10px;

    height: 21px;

    width: 14px

}



.select2-container--default .select2-selection--single .select2-selection__arrow b {

    border: none

}



.select2-container--default .select2-selection--single .select2-selection__arrow:before {

    content: "\f078";

    font-family: "font awesome 5 free";

    font-style: normal;

    font-weight: 900;

    color: #1a3d7e

}



.select2-container--default .select2-search--dropdown {

    padding: 0

}



.select2-container--default .select2-search--dropdown .select2-search__field {

    border: 1px solid #ebebeb

}



.select2-container--default .select2-results__option[aria-selected=true] {

    background-color: #f8f8f8

}



.select2-container--default .select2-results__option--highlighted[aria-selected] {

    background: rgba(243, 245, 38, .1);

    color: #1a3d7e

}



.select2-dropdown {

    border: none;

    border-radius: 0;

    z-index: 8

}



.select-border .select2-container--default .select2-selection--single {

    border: 1px solid #ebebeb;

    height: 50px;

    padding: 15px 20px;

    border-radius: 0

}



.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 16px;

    right: 20px

}



.select2-results__option[aria-selected] {

    text-transform: capitalize

}



.select2-container--default .select2-results>.select2-results__options {

    border: none

}



.select2-container--default .select2-selection--single .select2-selection__rende#1a3d7e {

    color: #3a4957

}



.select2-container--open .select2-dropdown {

    background: #f8f8f8;

    padding: 7px;

    border: 1px solid #ebebeb

}



.select2-search--dropdown .select2-search__field {

    border: 1px solid #ebebeb;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .04);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .04)

}



.select2-container--default .select2-selection--single {

    height: 50px;

    padding: 15px 20px

}



.team {

    position: relative

}



.team .team-info {

    padding: 20px 36px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.team .share {

    margin-left: auto

}



.team .share .share-icon {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    background: #1947c1;

    color: #fff;

    display: block

}



.team .share .share-icon i {

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.team .share .share-box {

    position: absolute;

    bottom: 40px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out

}



.team .share .share-box li a {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    background: #1a3d7e;

    color: #1947c1;

    display: block

}



.team .share .share-box li a i {

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.team .share .share-box li a:hover {

    background: #1947c1;

    color: #1a3d7e

}



.team .share:hover .share-box {

    opacity: 1;

    bottom: 56px;

    visibility: visible

}



.progress {

    background: #f8f8f8

}



.progress .progress-bar {

    background: #1947c1

}



.irs--flat .irs-line {

    height: 6px

}



.irs--flat .irs-bar {

    background: #1a3d7e;

    height: 6px

}



.irs--flat .irs-from,

.irs--flat .irs-to,

.irs--flat .irs-single {

    background: 0 0;

    color: #1a3d7e;

    font-size: 13px;

    font-weight: 600

}



.irs--flat .irs-handle>i:first-child,

.irs--flat .irs-handle>i:first-child {

    background: #fff;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    border: 2px solid #1a3d7e;

    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out

}



.irs--flat .irs-from:before,

.irs--flat .irs-to:before,

.irs--flat .irs-single:before {

    display: none

}



.irs--flat .irs-handle.state_hover>i:first-child,

.irs--flat .irs-handle:hover>i:first-child {

    background: #1a3d7e

}



.my-shuffle-container {

    margin-left: -15px;

    margin-right: -15px

}



.my-shuffle-container .grid-item {

    width: 33.33%;

    padding: 15px

}



.portfolio-item img {

    width: 100%;

    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.portfolio-item .portfolio-img {

    margin-left: auto

}



.portfolio-item .portfolio-img i {

    font-size: 20px

}



.portfolio-item .portfolio-category {

    margin-bottom: 5px;

    padding: 6px 20px;

    position: absolute;

    bottom: -6px;

    left: 20px;

    background: #fff

}



.portfolio-item .portfolio-category a {

    font-size: 14px;

    font-weight: 600;

    color: #000;

    margin-right: 8px

}



.portfolio-item .portfolio-category a:last-child {

    margin-right: 0

}



.portfolio-item .portfolio-info {

    margin-top: 25px;

    margin-bottom: 35px;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.portfolio-item .portfolio-info .portfolio-title {

    color: #18191c;

    font-size: 18px;

    font-weight: 600;

    font-family: bai jamjuree, sans-serif;

    display: block

}



.portfolio-item .portfolio-info .portfolio-title:hover {

    color: #1a3d7e

}



.portfolio-item:hover .portfolio-overlay {

    opacity: 1;

    background: rgba(0, 0, 0, .3)

}



.portfolio-item.portfolio-item-02 {

    overflow: hidden

}



.portfolio-item.portfolio-item-02 .portfolio-info {

    padding: 20px;

    width: 90%;

    position: absolute;

    left: 50%;

    bottom: 0;

    z-index: 2;

    opacity: 0;

    border-radius: 5px;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    -webkit-transform: translate(-50%, 0%);

    transform: translate(-50%, 0%);

    background: #fff;

    margin-top: 0;

    margin-bottom: 0

}



.portfolio-item.portfolio-item-02:hover .portfolio-info {

    opacity: 1;

    bottom: 30px

}



.my-shuffle-container .portfolio-item .portfolio-info {

    margin-bottom: 0

}



.filters-group {

    display: table;

    margin: 0 auto 50px;

    text-align: center

}



.filters-group button {

    margin: 0 1px 4px;

    padding: 12px 20px;

    cursor: pointer;

    font-size: 18px;

    line-height: 22px;

    font-weight: 600;

    color: #fff;

    background: #1947c1;

    border: none;

    -webkit-transition: all .3s ease;

    transition: all .3s ease;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.filters-group button span {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: block

}



.filters-group button:hover {

    background: #1a3d7e;

    color: #fff

}



.filters-group button.active {

    background: #1a3d7e;

    color: #1947c1

}



.bg-dark .portfolio-item .portfolio-info .portfolio-title {

    color: #fff

}



.bg-dark .portfolio-item .portfolio-info .portfolio-title:hover {

    color: #1a3d7e

}



.my-shuffle-container.grid-style .grid-item {

    padding: 0 !important

}



.my-shuffle-container.columns-1 .grid-item {

    width: 100%;

    padding: 15px

}



.my-shuffle-container.columns-2 .grid-item {

    width: 50%;

    padding: 15px;

    float: left

}



.my-shuffle-container.columns-3 .grid-item {

    width: 33.33333333%;

    padding: 15px

}



.my-shuffle-container.columns-4 .grid-item {

    width: 25%;

    padding: 10px

}



.my-shuffle-container.columns-5 .grid-item {

    width: 20%;

    padding: 15px

}



.my-shuffle-container.columns-6 .grid-item {

    width: 16.666666%;

    padding: 15px

}



.masonry.my-shuffle-container .grid-item {

    padding: 15px;

    float: left

}



.masonry.my-shuffle-container .m-col-3 {

    width: 25%

}



.masonry.my-shuffle-container .m-col-4 {

    width: 40%

}



.masonry.my-shuffle-container .m-col-5 {

    width: 50%

}



.masonry.my-shuffle-container .m-col-6 {

    width: 50%

}



.masonry.my-shuffle-container .m-col-7 {

    width: 65%

}



@media(max-width:767px) {



    .my-shuffle-container .grid-item,

    .my-shuffle-container.columns-3 .grid-item,

    .my-shuffle-container.columns-4 .grid-item,

    .my-shuffle-container.columns-5 .grid-item,

    .my-shuffle-container.columns-6 .grid-item {

        width: 50%

    }

}



@media(max-width:575px) {



    .my-shuffle-container.columns-2 .grid-item,

    .my-shuffle-container .grid-item {

        width: 100%

    }



    .my-shuffle-container .grid-item,

    .my-shuffle-container.columns-2 .grid-item,

    .my-shuffle-container.columns-3 .grid-item,

    .my-shuffle-container.columns-4 .grid-item,

    .my-shuffle-container.columns-5 .grid-item,

    .my-shuffle-container.columns-6 .grid-item {

        width: 100%

    }

}



.header {

    z-index: 9;

    position: relative

}



.header .container-fluid {

    padding: 0 10px;

    -webkit-box-align: initial;

    -ms-flex-align: initial;

    align-items: initial

}



.header.default {

    padding-bottom: 20px;

    margin-bottom: -20px

}



.header-left-bg:before {

    position: absolute;

    content: "";

    top: 0;

    right: 6px;

    background: #fff;

    width: calc(1100% - -100%);

    height: 100%;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



/* .header.default:before {

    position: absolute;

    top: 0;

    left: 35%;

    background: #e0e0e0a6;

    width: calc(100% - 35%);

    content: "";

    z-index: -1;

    height: calc(100% - 0px)

} */



/* .header-right-bg:before {

    position: absolute;

    top: 0;

    left: -4%;

    background: #e0e0e0a6;

    width: 100%;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    content: "";

    z-index: -1;

    height: calc(100% - -20px)

} */



.header .is-sticky.navbar {

    background: #fff

}



/* .desktop-logo {

    display: block;

    padding: 16px 105px;

    position: relative

} */



.header .topbar {

    background: #1a3d7e;

    padding: 10px 0;

    padding-left: 42px;

    border-bottom: 1px solid #ebebeb;

    margin-bottom: 10px

}



.header .topbar a {

    color: #fff;

}



.header .topbar a:hover {

    color: #ff2929;

}



.header .topbar .dropdown {

    margin-right: 20px

}



.header .topbar .dropdown .dropdown-toggle {

    padding: 12px 0

}



.header .topbar .dropdown .dropdown-toggle i {

    font-size: 10px

}



.header .topbar .dropdown .dropdown-menu a {

    color: #000;

}





.header .topbar .dropdown .dropdown-menu a:hover {

    color: #ffffff;

}



.header .topbar .social {

    display: inline-block

}



.header .topbar .social ul {

    margin: 0;

    padding-right: 105px;

}



.header .topbar .social ul li {

    display: inline-block;

    padding: 0 4px

}



.header .topbar .social ul li a {

    color: #000

}



.header .topbar .social ul li a:hover {

    color: #1a3d7e

}



.header .topbar .login {

    display: inline-block

}



.header .topbar .login a {

    color: #000

}



.header .topbar .login a:hover {

    color: #1a3d7e

}



.topbar .dropdown .dropdown-menu {

    border-radius: 0;

    border: none;

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

    padding: 10px

}



.topbar .dropdown .dropdown-menu a {

    font-size: 14px;

    padding: 10px 20px;

    font-weight: 500;

    border-radius: 3px

}



.topbar .dropdown .dropdown-menu a:hover {

    color: #1a3d7e

}



.navbar {

    padding: 0;

    margin-bottom: 27px;

}



.navbar .navbar-nav .nav-link {

    font-weight: 700;

    font-size: 17px;

    padding: 20px 10px;

    color: #000;

    text-transform: capitalize

}



.navbar .navbar-nav .nav-link i {

    font-weight: 400

}



.navbar .navbar-nav .nav-link:hover {

    color: #1a3d7e;

}



.dropdown-menu {

    z-index: 9999

}



.navbar-collapse {

    position: relative

}



.navbar-light {

    color: #fff;

    background-color: #f8f8f8;

    border-color: #ebebeb

}



.navbar-light .navbar-nav>li>a {

    color: #fff

}



.navbar-light .navbar-nav>.dropdown>a .caret {

    border-top-color: #fff;

    border-bottom-color: #fff

}



.navbar-brand {

    padding: 20px 0;

    margin-right: 0

}



.navbar-brand img {

    height: auto

}



.navbar .navbar-brand {

    color: #fff;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 180px;

    flex: 0 0 180px

}



.header .navbar-nav>li {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.header .navbar-nav li>a {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 3px 0;

    color: #000;

    text-transform: capitalize;

    font-size: 14px

}



.header .navbar-nav li>a:hover {

    background: #1a3d7e;

    color: #ffffff !important

}



.header .navbar-nav li>a i {

    margin-left: 5px;

    font-size: 10px

}



.header .add-listing {

    -ms-flex-item-align: center;

    align-self: center;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 160px;

    flex: 0 0 160px;

    text-align: right

}



.megamenu {

    padding: 20px;

    width: 100%

}



.megamenu>div>li>ul {

    padding: 0;

    margin: 0

}



.megamenu>div>li>ul>li {

    list-style: none

}



.megamenu .card {

    outline: none

}



.megamenu .card:hover,

.megamenu .card:focus {

    outline: 1px solid #000

}



.megamenu>div>li>ul>li>a {

    display: block;

    padding: 3px 20px;

    clear: both;

    font-weight: 400;

    line-height: 1.428571429;

    color: #18191c;

    white-space: normal

}



.megamenu>div>li>ul>li>a:hover,

.megamenu>div>li>ul>li>a:focus {

    text-decoration: none;

    color: #18191c;

    background-color: #f8f8f8

}



.megamenu.disabled>a,

.megamenu.disabled>a:hover,

.megamenu.disabled>a:focus {

    color: #f8f8f8

}



.megamenu.disabled>a:hover,

.megamenu.disabled>a:focus {

    text-decoration: none;

    background-color: transparent;

    background-image: none;

    cursor: not-allowed

}



.megamenu.dropdown-header {

    color: #1a3d7e;

    font-size: 18px

}



.header li>.dropdown-item {

    border-bottom: 1px solid gray;

}



.header li>.dropdown-item:focus,

.header li>.dropdown-item:hover {

    color: #1a3d7e;

    background: 0 0

}



.header .dropdown-item.active,

.header .dropdown-item:active,

.header .dropdown-item:focus,

.header .dropdown-item:hover {

    background: 0 0

}



.header .dropdown-toggle::after {

    content: none

}



.header .navbar-collapse {

    -webkit-box-align: inherit;

    -ms-flex-align: inherit;

    align-items: inherit

}



.header .megamenu .dropdown-item {

    padding: 0

}



.header .navbar .dropdown-menu a.dropdown-item {

    min-width: 200px

}



.header .navbar .dropdown-menu {

    padding: 0px

}



.header .navbar .dropdown-menu li a i {

    margin-left: auto

}



.navbar .dropdown>.dropdown-menu li>a {

    font-size: 14px;

    padding: 10px 20px 10px 10px;

    border-radius: 0px;

    position: relative;

    font-weight: 600;

}



.navbar .dropdown>.dropdown-menu li>a:hover {

    color: #ffffff !important;

    background-color: #1a3d7e;

    padding-left: 12px;

}



.header-transparent {

    position: absolute;

    background: 0 0;

    width: 100%;

    z-index: 999

}



.header-transparent .navbar-brand {

    margin-right: 40px

}



.header-transparent .navbar .navbar-nav .nav-link {

    color: #fff

}



.header-transparent .navbar .navbar-nav .nav-link:hover {

    color: #1a3d7e

}



.navbar .navbar-nav .nav-item.active .nav-link {

    color: #000

}



.navbar .navbar-nav .dropdown-menu li.active>a {

    color: #1a3d7e;

    padding-left: 8px

}



.header-transparent .add-listing {

    -ms-flex-item-align: inherit;

    align-self: inherit;

    -webkit-box-flex: inherit;

    -ms-flex: inherit;

    flex: inherit;

    text-align: right

}



.header-transparent .login a {

    color: #fff

}



.header-transparent .login a:hover {

    color: #1a3d7e

}



.header .is-sticky.navbar {

    position: fixed !important;

    width: 100%;

    background: rgba(255, 255, 255, .8);

    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

    top: 0;

    left: 0;

    z-index: 9;

    padding: 0 10px;

    -webkit-backdrop-filter: blur(1.5rem);

    backdrop-filter: blur(1.5rem)

}



.header .is-sticky.navbar .navbar-brand {

    display: block;

    padding: 17px 0px 13px 108px;

}



.header .is-sticky.navbar .header-contact-info {

    display: none !important

}



.header .is-sticky.navbar .navbar-nav .nav-link {

    padding: 10px 20px

}



.header-light .info-call {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 16%;

    flex: 0 0 16%;

    padding: 33px 20px

}



.header-light .navbar {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 68%;

    flex: 0 0 68%;

    padding: 0 100px

}



.header-light .info-member {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 16%;

    flex: 0 0 16%;

    padding: 26px 40px

}



.header-light .user-box a {

    width: 36px;

    height: 36px;

    line-height: 36px;

    background: #f8f8f8;

    color: #1947c1;

    text-align: center;

    display: block;

    border-radius: 50%

}



.header-light .user-box a i {

    margin: 0 auto !important;

    font-size: 16px

}



.header-light .search-box a {

    width: 36px;

    height: 36px;

    line-height: 36px;

    background: #f8f8f8;

    color: #1947c1;

    text-align: center;

    display: block;

    border-radius: 50%

}



.header-light .search-box a i {

    margin: 0 auto !important;

    font-size: 16px

}



.header-transparent .is-sticky.navbar {

    position: fixed !important;

    width: 100%;

    background: #18191c;

    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

    top: 0;

    z-index: 9

}



.header-transparent .is-sticky.navbar .header-contact-info {

    display: none !important

}



.header-transparent .is-sticky.navbar .navbar {

    position: relative;

    top: 0;

    right: 0;

    left: 0;

    border-top: none !important;

    width: 100%

}



.nav-title {

    line-height: 1.6

}



.header.default .navbar-brand {

    display: none

}



@media(min-width:992px) {

    .header .navbar .dropdown-menu {

        margin: 0;

        font-size: 14px;

        border-radius: 0;

        border: none;

        left: 100%;

        -webkit-transform: translate3d(-50%, 10px, 0);

        transform: translate3d(-50%, 10px, 0);

        -webkit-transition: all .3s ease-in-out;

        transition: all .3s ease-in-out;

        -webkit-transition-property: opacity, visibility, -webkit-transform;

        transition-property: opacity, visibility, -webkit-transform;

        transition-property: opacity, visibility, transform;

        transition-property: opacity, visibility, transform, -webkit-transform;

        -webkit-transform-origin: top center;

        transform-origin: top center;

        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

        visibility: hidden;

        opacity: 0;

        display: block !important

    }



    .header .navbar .dropdown-menu.megamenu {

        left: 50%

    }



    .navbar-nav .dropdown-menu.dropdown-menu-lg {

        min-width: 630px

    }



    .navbar-nav .mega-menu {

        position: static

    }



    .header .navbar .dropdown:hover>.dropdown-menu {

        -webkit-transform: translate3d(-50%, 0, 0);

        transform: translate3d(-50%, 0, 0);

        visibility: visible;

        opacity: 1

    }



    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {

        left: 100%;

        right: auto;

        -webkit-transform: translate3d(15px, 10px, 0);

        transform: translate3d(15px, 10px, 0)

    }



    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {

        right: 100%;

        left: auto;

        -webkit-transform: translate3d(-15px, 10px, 0);

        transform: translate3d(-15px, 10px, 0)

    }



    .navbar-nav li:hover>ul.dropdown-menu {

        visibility: visible;

        opacity: 1

    }



    .dropdown-submenu {

        position: relative

    }



    .dropdown-submenu>.dropdown-menu {

        top: 0;

        left: 100%;

        margin-top: -6px

    }



    .dropdown-menu>li>a:hover:after {

        text-decoration: underline;

        -webkit-transform: rotate(-90deg);

        transform: rotate(-90deg)

    }

}



.place-card-large {

    display: none !important

}



@media(max-width:1500px) {

    .header-light .navbar {

        padding: 0 20px

    }

}



@media(max-width:1199px) {

    .header .container {

        max-width: 96%

    }

}



@media(max-width:991px) {

    .header .is-sticky .navbar {

        top: 0;

        right: 0

    }



    .header-right-bg:before {

        left: 0;

        height: 100%;

        -webkit-transform: inherit;

        transform: inherit

    }



    .header-light .info-call,

    .header-light .info-member {

        display: none

    }



    .header-light .navbar {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        padding: 0 20px

    }



    .header .is-sticky.navbar {

        padding: 0 20px

    }



    .header.default {

        padding: 0

    }



    .header.default .navbar-brand {

        display: block;

        max-width: 66px;

    }



    .header.default .navbar-toggler,

    .header.header-light .navbar-toggler {

        color: #1947c1

    }

}



@media(max-width:575px) {

    .header.default .navbar-toggler {

        padding: 0;

        height: 60px

    }

}



.categorize li a {

    background: #f8f8f8;

    color: #1947c1;

    padding: 16px 30px;

    display: block;

    margin-bottom: 3px;

    font-size: 16px;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    font-weight: 600

}



.categorize li a span {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: block

}



.categorize li a.active {

    background: #1a3d7e;

    color: #1947c1

}



.banner .banner-content {

    padding: 160px 0;

    position: relative;

    z-index: 1;

    height: 690px;

}



.banner .banner-title {

    font-size: 90px;

    line-height: 100px

}



.banner .banner-image {

    position: absolute;

    top: 40px;

    right: 0;

    z-index: 0

}



.banner .banner-shape {

    right: 0;

    position: absolute;

    bottom: -30px

}



.banner-home {

    margin-bottom: -20px;

    padding-bottom: 20px

}



.banner-home .swiper-container {

    padding-bottom: 45px

}



.banner-shop {

    padding: 300px 0;

    height: 90vh;

    position: relative

}



.banner-shop .banner-shop-image {

    position: absolute;

    left: 3%;

    bottom: 0;

    z-index: 1

}



.banner-shop .banner-shop-shape {

    position: absolute;

    left: 0;

    bottom: 0;

    z-index: 0

}



.banner-shop .banner-shop-shape-02 {

    position: absolute;

    right: 0;

    top: 0;

    z-index: 0

}



.banner-location {

    padding: 160px 0

}



.slider-product {

    position: relative

}



.slider-product:before {

    position: absolute;

    content: "";

    width: 45%;

    height: 100%;

    top: 0;

    left: -10%;

    background: #f8f8f8;

    z-index: -1;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.slider-product .slider-tagliine {

    font-family: yellowtail, cursive;

    font-size: 120px;

    line-height: 140px

}



.slider-product .slider-shape {

    position: relative

}



.slider-product .slider-shape:before {

    position: absolute;

    content: "";

    width: 70%;

    height: 60%;

    top: 21%;

    background: #1a3d7e;

    z-index: -1;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.banner .icon-btn {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 70px;

    height: 60px;

    text-align: center;

    background: #dfdfdf;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-item-align: center;

    align-self: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    color: #1947c1;

    font-size: 30px;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.banner .icon-btn:hover {

    background: #1a3d7e

}



.banner .icon-btn:focus {

    outline: none;

    -webkit-box-shadow: none;

    box-shadow: none

}



.banner .swiper-button-prev.icon-btn {

    left: 100px

}



.banner .swiper-button-prev.icon-btn i {

    margin-left: -90px;

    font-size: 50px;

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.banner .swiper-button-next.icon-btn {

    right: 100px

}



.banner .swiper-button-next.icon-btn i {

    margin-right: -90px;

    font-size: 50px;

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.banner-home .swiper-container-horizontal .swiper-pagination-bullets {

    right: 60px !important;

    left: auto

}



.banner-home .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 5px 4px;

    display: block;

    width: 16px;

    height: 16px;

    left: inherit !important;

    border-radius: 0;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.banner-home .swiper-pagination-bullet {

    background: #fff;

    opacity: .5;

    -webkit-box-shadow: none;

    box-shadow: none;

    outline: none

}



.banner-home .swiper-pagination-bullet-active {

    background: #1a3d7e;

    opacity: 1

}



.banner-home .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {

    left: inherit;

    top: 50%;

    -webkit-transform: inherit;

    transform: inherit;

    width: auto !important

}



.swiper-button-next,

.swiper-button-prev {

    z-index: 8

}



.section-title {

    margin-bottom: 10px

}



.section-title .sub-title {

    font-size: 30px;

    font-weight: 800;

    text-transform: uppercase;

    position: relative;

}



.section-title .pre-title {

    font-size: 16px

}



.section-title .title-shape {

    display: inline-block;

    width: 16px

}



.section-title .title-shape:before {

    content: "";

    background: #1a3d7e;

    height: 34px;

    width: 8px;

    left: 0;

    top: 0;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    position: absolute

}



.section-title .title-shape:after {

    content: "";

    background: #b5131b;

    height: 34px;

    width: 8px;

    left: 8px;

    top: 0;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    position: absolute

}



.page-title {

    padding: 140px 0

}



.about-box-border {

    position: absolute;

    width: 105%;

    margin-left: -2.5%;

    height: 60%;

    bottom: 0;

    left: 0;

    border: 2px solid #1a3d7e;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.map iframe.contact-map {

    height: 620px;

    width: 100%;

    border: 0

}



.map-box iframe {

    border: 0;

    width: 100%;

    height: 200px

}



.more-row {

    display: none

}



.classe-item .classe-image {

    position: relative

}



.classe-item .classe-meta {

    background: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 6px 16px;

    position: absolute;

    bottom: 0;

    left: 20px;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.classe-item .classe-meta li {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    position: relative

}



.classe-item .classe-meta li a {

    font-size: 12px;

    font-weight: 600

}



.product .product-image {

    position: relative

}



.product .product-image .product-overlay {

    opacity: 0;

    text-align: center;

    left: 0;

    position: absolute;

    right: 0;

    top: 50%;

    z-index: 9;

    margin: 0 auto;

    transition: all .5s ease-in-out

}



.product .product-image .product-overlay .add-to-cart a {

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg);

    display: inline-block;

    background: #1a3d7e;

    color: #000;

    text-transform: capitalize;

    padding: 10px 20px;

    border-radius: 0;

    font-weight: 700

}



.product .product-image .product-overlay .add-to-cart a span {

    transform: skew(20deg);

    display: inline-block

}



.product:hover .product-image .product-overlay {

    opacity: 1

}



.product .product-description .product-title {

    margin: 20px 0 10px

}



.product .product-description .product-title a {

    font-size: 20px;

    font-weight: 700;

    color: #000

}



.product .product-description .product-title a:hover {

    color: #1a3d7e

}



.product .product-description .product-price {

    font-size: 14px;

    font-weight: 700

}



.product .product-description .product-price del {

    color: #666

}



.product .product-description .product-price ins {

    color: #1947c1;

    text-decoration: none

}



.shop-single .nav-tabs-02 .nav-item .nav-link {

    font-size: 16px

}



.shop-single .product-detail .product-price-rating .product-price {

    margin-bottom: 20px

}



.shop-single .product-detail .product-price-rating .product-price h4 {

    font-size: 20px;

    margin-bottom: 0

}



.shop-single .product-detail .product-price-rating .product-price h4 span {

    font-size: 24px;

    color: #1a3d7e;

    margin-left: 8px

}



.shop-single .product-detail .product-price-rating .product-rating {

    margin: 20px 0

}



.shop-single .product-detail .product-price-rating .product-rating i {

    color: #1a3d7e

}



.shop-single .product-detail .product-summary {

    margin-top: 30px

}



.shop-single .product-detail .product-summary a {

    color: #000;

    margin-right: 10px

}



.shop-single .product-detail .product-summary a i {

    color: #1a3d7e;

    margin-right: 10px

}



.shop-single .product-detail .product-summary a:hover {

    color: #1a3d7e

}



.shop-single .product-detail hr {

    margin: 30px 0

}



.shop-single .product-detail .product-detail-meta {

    margin-bottom: 20px

}



.shop-single .product-detail .product-detail-meta span {

    display: block;

    margin: 10px 0

}



.shop-single .product-detail .product-detail-social {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    border-top: 1px solid #ebebeb;

    border-bottom: 1px solid #ebebeb;

    padding: 10px 0

}



.shop-single .product-detail .product-detail-social span {

    font-weight: 800

}



.shop-single .product-detail .product-detail-social ul {

    padding-left: 15px;

    margin-bottom: 0

}



.shop-single .product-detail .product-detail-social ul li {

    display: inline-block;

    list-style-type: none;

    /* float: left; */

    margin-right: 20px;

    font-size: 16px

}



.shop-single .product-detail .input-group {

    width: 90px;

    float: left;

    margin-right: 20px

}



.form-group .product-rating {

    color: #1a3d7e

}



.slider-slick .slider-nav .slick-next:before {

    position: absolute;

    right: -15px;

    top: 50%;

    z-index: 999;

    color: #214d63;

    font-size: 30px;

    -webkit-transform: translatey(-50%);

    transform: translatey(-50%)

}



.slider-slick .slider-nav .slick-prev:before {

    position: absolute;

    left: -15px;

    top: 50%;

    z-index: 999;

    color: #214d63;

    font-size: 30px;

    -webkit-transform: translatey(-50%);

    transform: translatey(-50%)

}



.slider-slick .slider-nav:hover .slick-prev {

    left: 0;

    z-index: 99;

    opacity: 1

}



.slider-slick .slider-nav:hover .slick-next {

    right: 0;

    opacity: 1

}



.slider-slick .slider-nav .slick-prev {

    opacity: 0;

    width: 30px;

    height: 50%;

    background: #1a3d7e;

    color: #000;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.slider-slick .slider-nav .slick-next {

    opacity: 0;

    width: 30px;

    height: 50%;

    background: #1a3d7e;

    color: #000;

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.slider-slick .slider-nav .slick-track .slick-slide {

    margin-left: 5px;

    margin-right: 5px

}



.commentlist {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.commentlist .comment-content {

    border: 1px solid #ebebeb;

    padding: 15px;

    margin-left: 20px;

    margin-bottom: 20px;

    width: 100%

}



.commentlist .comment-content .reviews {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.commentlist .comment-content .reviews .rating {

    margin-left: auto

}



.commentlist .comment-content .reviews .rating i {

    color: #1a3d7e

}



.form-check-label {

    padding-left: 20px

}



.shop-sidebar .widget {

    margin-bottom: 50px

}



.shop-sidebar .widget .widget-title {

    margin-bottom: 30px

}



.shop-sidebar .widget .price-filter {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.shop-sidebar .widget .price-filter a {

    margin-left: auto

}



.shop-sidebar .widget .custom-control-label {

    line-height: 20px

}



.shop-sidebar .widget .form-check {

    display: block;

    font-size: 16px;

    margin-bottom: 10px

}



.shop-sidebar .widget .form-check:last-child {

    margin-bottom: 0

}



.shop-sidebar .widget .form-check span {

    float: right

}



.shop-sidebar .widget .social ul li {

    display: inline-block;

    list-style-type: none;

    margin-right: 20px;

    font-size: 16px

}



.shop-sidebar .widget .tagcloud ul li {

    margin-bottom: 10px;

    display: inline-block

}



.shop-sidebar .widget .tagcloud ul li a {

    color: #000;

    line-height: 32px;

    border: 1px solid #ebebeb;

    padding: 0 16px;

    display: block;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.shop-sidebar .widget .tagcloud ul li a span {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: block

}



.shop-sidebar .widget .tagcloud ul li a:hover {

    background: #1a3d7e;

    border: 1px solid #1a3d7e;

    color: #000

}



.shop-sidebar .widget .widget-categories ul li a {

    font-size: 14px;

    color: #000;

    line-height: 32px;

    display: block

}



.shop-sidebar .widget .widget-categories ul li a:hover {

    color: #1a3d7e

}



.search-field {

    padding-left: 20px;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: 1px solid #ebebeb;

    height: 50px;

    border-radius: 0;

    width: 100%

}



.checkout-info {

    padding: 25px 25px 25px 120px;

    background: #f8f8f8;

    position: relative

}



.checkout-info:before {

    position: absolute;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    top: 50%;

    left: 25px;

    content: "\f2f6";

    font-size: 60px;

    font-family: "font awesome 5 free";

    z-index: 8;

    color: #dfdfdf;

    font-weight: 600

}



.checkout-info-coupon .checkout-info:before {

    content: "\f3ff"

}



.checkout-info-coupon .checkout-coupon {

    padding: 20px;

    border: 2px dashed #ebebeb

}



.checkout-review {

    padding: 15px 30px 30px;

    border: 1px solid #ebebeb

}



.checkout-review .table tr th {

    padding: 15px 0;

    font-size: 18px

}



.checkout-review .table tr th.shipping {

    font-size: 14px

}



.checkout-review .table tr td {

    padding: 15px 0;

    font-size: 14px

}



.checkout-review .table tr td.amount {

    font-size: 18px

}



.cart-table .table {

    border: 1px solid #ebebeb;

    margin-bottom: 0

}



.cart-table .table tr th {

    border: none;

    padding: 15px 10px;

    color: #000

}



.cart-table .table tr td {

    border: none;

    border-top: 1px solid #ebebeb;

    padding: 15px 10px;

    color: #000

}



.cart-table .table tr td.product-remove {

    padding: 15px 25px;

    text-align: center

}



.cart-table .table tr td.product-quantity .form-control {

    width: 100px

}



.cart-table .table tr td a {

    color: #000

}



.cart-table .table tr td a:hover {

    color: #1a3d7e

}



.cart-table .table tr td .form-group {

    margin-bottom: 0

}



.cart-table .actions {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    border: 1px solid #ebebeb;

    border-top: none;

    padding: 15px 10px

}



.cart-table .actions .coupon .input-text {

    border: 1px solid #ebebeb;

    border-radius: 0;

    height: 48px;

    padding: 10px 20px;

    -webkit-box-shadow: none;

    box-shadow: none;

    font-size: 14px;

    font-weight: 500;

    color: #214d63;

    border-radius: 0

}



.cart-table .actions .coupon .btn {

    padding: 10px 20px

}



.cart-table .actions .update-cart {

    margin-left: auto

}



.cart-table .table td.product-thumbnail img {

    width: 70px;

    height: auto

}



.cart-totals {

    background: #f8f8f8;

    padding: 20px

}



.cart-totals .cart-totals-title {

    margin-bottom: 20px;

    text-align: center

}



.cart-totals .table tr th {

    text-align: left;

    border: none;

    border-top: 1px solid #ebebeb;

    vertical-align: top;

    background: #fff

}



.cart-totals .table tr td {

    text-align: right;

    border: none;

    border-top: 1px solid #ebebeb;

    background: #fff

}



.cart-totals .table tr.shipping .form-group {

    margin-bottom: 0

}



.cart-totals .table tr.shipping .form-check-label {

    padding-left: 0

}



.cart-totals .table tr.shipping p {

    margin-bottom: 0

}



.cart-totals .table tr.order-total th {

    font-size: 18px;

    font-weight: 700

}



.cart-totals .table tr.order-total td {

    font-size: 26px;

    font-weight: 700

}



.cart-totals .table .cart-subtotal th {

    font-size: 18px;

    font-weight: 700;

    border: none

}



.cart-totals .table .cart-subtotal td {

    font-size: 18px;

    font-weight: 700;

    border: none

}



.cart-totals .checkout-button {

    width: 100%;

    text-align: center;

    padding: 15px 25px

}



.blog-post .blog-post-meta {

    border: 2px solid #ebebeb;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 14px 20px;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.blog-post .blog-post-meta li {

    margin-right: 14px;

    padding-right: 18px;

    position: relative;

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.blog-post .blog-post-meta li:before {

    content: "/";

    position: absolute;

    right: 0

}



.blog-post .blog-post-meta li:last-child {

    margin-right: 0

}



.blog-post .blog-post-meta li:last-child:before {

    display: none

}



.widget .search {

    position: relative

}



.widget .search input {

    padding-right: 64px;

    height: 50px;

    padding-left: 20px

}



.widget .search i {

    position: absolute;

    right: 0;

    top: 0;

    background: #1a3d7e;

    color: #1947c1;

    padding: 18px 20px;

    cursor: pointer;

    margin: 0;

    border-radius: 0 3px 3px 0

}



.blog-sidebar .widget {

    margin-bottom: 30px

}



.blog-sidebar .widget:last-child {

    margin-bottom: 0

}



.blog-sidebar .widget .widget-title {

    margin-bottom: 20px

}



.blog-sidebar .widget ul.list-style li {

    margin-bottom: 10px

}



.blog-sidebar .widget ul.list-style li a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #666;

    width: 100%

}



.blog-sidebar .widget ul.list-style li a:hover {

    color: #1a3d7e

}



.blog-sidebar .widget ul.list-style li:last-child {

    margin-bottom: 0

}



.blog-sidebar .widget .gallery ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap

}



.blog-sidebar .widget .gallery ul li {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 19%;

    flex: 0 0 19%;

    margin: 0 1% 1% 0

}



.blog-sidebar .widget .gallery ul li:nth-child(5n+5) {

    margin-right: 0

}



.blog-sidebar .widget .social ul li {

    padding: 10px 10px 10px 20px;

    border: 1px solid #ebebeb;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 10px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.blog-sidebar .widget .social ul li a {

    color: #000;

    font-weight: 600;

    text-transform: capitalize

}



.blog-sidebar .widget .social ul li a i {

    width: 15px

}



.blog-sidebar .widget .social ul li .follow {

    background: #f8f8f8;

    padding: 3px 18px;

    font-size: 12px

}



.blog-sidebar .widget .social ul li .follow:hover {

    background: #000;

    color: #fff

}



.blog-sidebar .widget .social ul li:last-child {

    margin-bottom: 0

}



.blog-sidebar .widget .social ul .facebook a {

    color: #466ca9

}



.blog-sidebar .widget .social ul .facebook .follow:hover {

    background: #466ca9

}



.blog-sidebar .widget .social ul .twitter a {

    color: #20b5e6

}



.blog-sidebar .widget .social ul .twitter .follow:hover {

    background: #20b5e6

}



.blog-sidebar .widget .social ul .youtube a {

    color: #d92c20

}



.blog-sidebar .widget .social ul .youtube .follow:hover {

    background: #d92c20

}



.blog-sidebar .widget .social ul .linkedIn a {

    color: #13799f

}



.blog-sidebar .widget .social ul .linkedIn .follow:hover {

    background: #13799f

}



.blog-sidebar .widget .popular-tag ul li {

    display: inline-block;

    margin-bottom: 4px

}



.blog-sidebar .widget .popular-tag ul li a {

    padding: 6px 20px;

    display: block;

    border: 1px solid #ebebeb;

    color: #666;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.blog-sidebar .widget .popular-tag ul li a span {

    display: block;

    -webkit-transform: skew(20deg);

    transform: skew(20deg)

}



.blog-sidebar .widget .popular-tag ul li a:hover {

    color: #1a3d7e;

    border-color: #1a3d7e

}



.blog-post-quote {

    position: relative

}



.blog-post-quote .blog-post-title a:hover {

    color: #1a3d7e !important

}



.blog-post-quote .blog-post-meta li:before {

    color: #fff

}



.blog-post-quote .post-quote {

    position: absolute;

    font-size: 60px;

    right: 50px;

    line-height: 60px;

    color: rgba(255, 255, 255, .2)

}



.blog-detail .blog-post-content {

    text-align: left

}



.navigation .nav-links {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.navigation .nav-links .nav-previous {

    width: 47%;

    border: 1px solid #ebebeb;

    margin-right: 3%;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out

}



.navigation .nav-links .nav-previous a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #666

}



.navigation .nav-links .nav-previous a:hover .pagi-text {

    color: #fff;

    background: #1a3d7e

}



.navigation .nav-links .nav-previous .nav-title {

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap

}



.navigation .nav-links .nav-previous .pagi-text {

    border-right: 1px solid #ebebeb;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out

}



.navigation .nav-links .nav-previous:hover {

    background: #f8f8f8

}



.navigation .nav-links .nav-next {

    width: 47%;

    border: 1px solid #ebebeb;

    margin-left: 3%;

    text-align: right;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out

}



.navigation .nav-links .nav-next a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #666;

    padding-left: 15px

}



.navigation .nav-links .nav-next a:hover .pagi-text {

    color: #fff;

    background: #1a3d7e

}



.navigation .nav-links .nav-next .nav-title {

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    margin-left: auto

}



.navigation .nav-links .nav-next .pagi-text {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    border-left: 1px solid #ebebeb

}



.navigation .nav-links .nav-next:hover {

    background: #f8f8f8

}



.navigation .nav-links .pagi-text {

    display: inline-block;

    padding: 12px 25px;

    color: #666;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out

}



.navigation .nav-links .nav-title {

    margin: 12px 20px

}



.owl-carousel .blog-post {

    padding: 0 10px

}



.error-404 h1 {

    font-size: 300px;

    line-height: 300px;

    margin-bottom: 30px;

    color: #1947c1

}



.error-404 strong {

    font-size: 30px;

    line-height: 30px;

    color: #000;

    display: block;

    margin-bottom: 20px

}



.error-404 span {

    font-size: 16px;

    font-weight: 600

}



.footer .footer-tag {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap

}



.footer .footer-tag li {

    margin-right: 3px;

    margin-bottom: 3px;

    display: block

}



.footer .footer-tag li a {

    background: #000;

    color: #fff;

    padding: 10px 16px;

    display: block;

    -webkit-transform: skew(-20deg);

    transform: skew(-20deg)

}



.footer .footer-tag li a span {

    -webkit-transform: skew(20deg);

    transform: skew(20deg);

    display: block

}



.footer .footer-tag li a:hover {

    background: #1a3d7e;

    color: #fff

}



.footer .footer-bottom {

    padding: 40px 0

}



.footer .footer-bottom .footer-logo {

    height: 40px

}



.social-round {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.social-round li a {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    display: block;

    background: #1a3d7e;

    color: #1947c1;

    border-radius: 50%;

    margin: 0 5px;

    font-size: 18px

}



.social-round li a:hover {

    background: #1947c1;

    color: #1a3d7e

}



@media(max-width:1600px) {

    .testimonial .testimonial-content {

        font-size: 20px

    }



    .header-transparent .call {

        display: none

    }



    .header-light .info-call {

        padding: 38px 20px

    }



    .header-light .info-call h4 {

        font-size: 22px

    }



    .header-light .navbar .navbar-nav .nav-link {

        padding: 10px 16px

    }

}



@media(max-width:1500px) {

    .banner .icon-btn {

        display: none

    }

}



.navbar .navbar-nav .nav-link {

    padding: 0 10px;

}



@media(max-width:1400px) {

    .navbar .navbar-nav .nav-link {

        padding: 10px 7px

    }



    .header .is-sticky.navbar .navbar-nav .nav-link {

        padding: 10px 7px

    }



    #slider h1 {

        font-size: 50px;

        line-height: 50px

    }



    #slider .carousel-item .slider-content span {

        font-size: 30px;

        line-height: 30px

    }



    #slider .btn-link {

        margin-top: 10px

    }



    .owl-nav-left.owl-carousel .owl-nav .owl-prev {

        top: 45%

    }



    .header-light .navbar .navbar-nav .nav-link {

        padding: 10px 14px

    }

}



@media(max-width:1199px) {

    .header .is-sticky.navbar .navbar-nav .nav-link {

        padding: 10px 7px;

    }



    .navbar {

        padding: 0;

        margin-bottom: 5px;

    }



    .navbar .navbar-nav .nav-link {

        padding: 10px 6px;

        font-size: 15px

    }



    .header .is-sticky.navbar .navbar-nav .nav-link {

        padding: 10px 6px

    }



    .owl-nav-left.owl-carousel .owl-nav .owl-prev {

        top: 44%

    }



    .countdown span {

        font-size: 30px;

        line-height: 40px

    }



    .header-transparent .login {

        display: none

    }



    .header-transparent .navbar-brand {

        margin-right: 20px

    }



    .about-box-border {

        width: 92%

    }



    .owl-nav-bottom .owl-nav .owl-prev {

        left: 44%

    }



    .header-light .navbar .navbar-nav .nav-link {

        padding: 10px 6px

    }



    .banner-shop {

        padding: 200px 0

    }



    .slider-product .slider-tagliine {

        font-size: 110px;

        line-height: 140px

    }



    /* .navbar-static-top.navbar-expand-xl.header-sticky{

        display: flex;

        justify-content: end;

    } */

    .navbar-static-top.navbar-expand-xl.header-sticky.is-sticky {

        display: flex;

        justify-content: space-between;

    }

}



@media only screen and (min-width:992px) and (max-width:1199px) {

    .navbar-nav li:hover ul.dropdown-menu {

        width: 8rem

    }



    .header .navbar .dropdown-menu a.dropdown-item {

        min-width: 140px

    }

}



@media(max-width:991px) {

    .space-ptb {

        padding: 60px 0

    }



    .space-pt {

        padding-top: 60px

    }



    .space-pb {

        padding-bottom: 60px

    }



    .btn {

        padding: 12px 20px

    }



    .header .container {

        max-width: 100%

    }



    .header .topbar .social {

        margin-right: 0

    }



    .header .container-fluid {

        padding: 10px 20px

    }



    .navbar-toggler {

        border: none;

        position: absolute;

        height: 75px;

        right: 0

    }



    .header .is-sticky.navbar .navbar-toggler {

        right: 20px

    }



    .header .header-left-bg {

        display: none

    }



    .megamenu {

        margin-left: 0;

        margin-right: 0

    }



    .megamenu>li {

        margin-bottom: 30px

    }



    .megamenu>li:last-child {

        margin-bottom: 0

    }



    .megamenu.dropdown-header {

        padding: 3px 15px !important

    }



    .navbar-nav .open .dropdown-menu .dropdown-header {

        color: #fff

    }



    .header .navbar-nav>li {

        display: block

    }



    .header .navbar .dropdown-menu {

        margin: 0;

        font-size: 14px;

        border-radius: 0;

        border: none;

        -webkit-box-shadow: none;

        box-shadow: none;

        background: #f8f8f8;

        padding: 14px 30px;

        font-size: 13px;

        max-height: 300px;

        overflow-x: scroll

    }



    .header .navbar .dropdown-menu .dropdown-menu {

        background: #fff

    }



    .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {

        background: #f8f8f8

    }



    .header .add-listing {

        margin-right: 50px

    }



    .header .navbar-collapse {

        position: absolute;

        top: 100%;

        z-index: 9999;

        background: #fff;

        width: 100%;

        left: 0;

        border-top: 1px solid #ebebeb;

        border-bottom: 1px solid #ebebeb;

        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)

    }





    .navbar .navbar-nav {

        padding: 10px 0

    }



    .navbar .navbar-nav .nav-link {

        padding: 10px 20px

    }



    .navbar .navbar-nav .nav-link i {

        margin-left: auto

    }



    .header .navbar .nav-title {

        margin-bottom: 10px !important;

        margin-top: 20px

    }



    .navbar .dropdown>.dropdown-menu li>a {

        font-size: 13px

    }



    .header .navbar-nav>li {

        border-bottom: 1px solid #ebebeb

    }



    .header .navbar-nav>li:last-child {

        border-bottom: 0

    }



    .header-transparent {

        position: relative;

        background: #000

    }



    .header-transparent .navbar .navbar-nav .nav-link {

        color: #000

    }



    .header-light .navbar .navbar-nav .nav-link {

        padding: 10px 20px

    }



    .header .topbar {

        margin-bottom: 0

    }



    .header .is-sticky.navbar .navbar-nav .nav-link {

        padding: 10px 20px

    }



    .banner .display-4 {

        font-size: 34px

    }



    #slider h1 {

        font-size: 30px;

        line-height: 30px

    }



    #slider .carousel-item .slider-content span {

        font-size: 20px;

        line-height: 20px

    }



    #slider .btn-link {

        margin-top: 10px;

        font-size: 14px

    }



    .banner-home .swiper-pagination {

        display: none

    }



    .location-item.location-item-big {

        min-height: 320px

    }



    .feature-info {

        padding: 24px

    }



    .navigation .nav-links .nav-previous {

        margin-right: 0

    }



    .testimonial-03 .testimonial-content p {

        font-size: 16px

    }



    .testimonial-03 .testimonial-content .quotes {

        top: 40px

    }



    .testimonial-03 .testimonial-content {

        padding: 90px 40px 30px

    }



    .testimonial-main {

        padding: 80px 0

    }



    .owl-nav-bottom .owl-nav .owl-prev {

        left: 43%

    }



    .owl-nav-bottom .owl-nav .owl-next {

        right: 43%

    }



    .display-1 {

        font-size: 5.5rem

    }



    .display-2 {

        font-size: 5rem

    }



   



    .display-4 {

        font-size: 3rem

    }



    .about-box-border {

        display: none

    }



    .banner-location {

        padding: 100px 0

    }



    .page-title {

        padding: 80px 0

    }



    .half-overlay-left:before {

        -webkit-transform: inherit;

        transform: inherit;

        right: -40px;

        top: 0

    }



    .half-overlay-right:before {

        -webkit-transform: inherit;

        transform: inherit

    }



    .banner .banner-content {

        padding: 100px 0

    }



    .banner .banner-title {

        font-size: 60px;

        line-height: 60px

    }



    .banner-shop {

        height: auto;

        padding: 130px 0

    }



    .slider-product .slider-tagliine {

        font-size: 70px;

        line-height: 100px

    }



    .slider-product .display-3 {

        font-size: 3rem

    }



    .col-lg-6.half-overlay-right,

    .col-lg-6.half-overlay-left {

        padding: 30px

    }



    .half-overlay-right:before {

        width: 100%;

        left: 0

    }



    .half-overlay-left:before {

        width: 100%;

        right: 0

    }

}



.data {

    height: 235px;

    margin-bottom: 26px;

}



@media only screen and (min-width:768px) and (max-width:991px) {

    .container {

        max-width: 96%

    }

}



@media(max-width:767px) {

    h1 {

        font-size: 32px

    }



    h2 {

        font-size: 28px

    }



    h3 {

        font-size: 24px

    }



    h4 {

        font-size: 20px

    }



    h5 {

        font-size: 18px

    }



    h6 {

        font-size: 17px

    }



    .space-ptb {

        padding: 50px 0

    }



    .space-pt {

        padding-top: 50px

    }



    .space-pb {

        padding-bottom: 50px

    }



    .container {

        max-width: 100%

    }



    .category ul .category-item a {

        display: block

    }



    .category ul .category-item a span {

        padding-left: 0

    }



    .header .topbar .dropdown .dropdown-toggle {

        padding: 4px 0;

        display: inline-block

    }



    .footer .footer-bottom {

        margin-top: 40px

    }



    .testimonial-03 .testimonial-content {

        margin-left: 0

    }



    .carousel .carousel-item img {

        height: 230px;

        -o-object-fit: cover;

        object-fit: cover

    }



    .testimonial {

        padding: 0 50px

    }



    .owl-carousel .owl-nav .owl-prev,

    .owl-carousel .owl-nav .owl-next {

        display: none

    }



    #slider .carousel-item .slider-content span {

        margin-bottom: 10px

    }



    .cart-table .actions {

        display: block

    }



    .cart-table .actions .coupon input {

        margin-bottom: 15px

    }



    .owl-nav-bottom .owl-nav .owl-prev,

    .owl-nav-bottom .owl-nav .owl-next {

        display: none

    }



    .bg-overlay-left:before {

        display: none

    }



    .slider-slick {

        overflow: hidden

    }



    .slider-product .slider-shape:before {

        display: none

    }



    .banner-yoga .swipeinner {

        padding: 40px 0

    }



    .error-404 img {

        width: 150px

    }



    .error-404 h1 {

        font-size: 180px;

        line-height: 180px

    }

}



@media(max-width:575px) {

    h1 {

        font-size: 30px

    }



    h2 {

        font-size: 26px

    }



    h3 {

        font-size: 24px

    }



    .space-ptb {

        padding: 40px 0

    }



    .space-pt {

        padding-top: 40px

    }



    .space-pb {

        padding-bottom: 40px

    }



    .section-title {

        margin-bottom: 20px

    }



    .navbar-light .navbar-brand {

        -webkit-box-flex: 0;

        -ms-flex: none;

        flex: none

    }



    .header .add-listing {

        -webkit-box-flex: 0;

        -ms-flex: none;

        flex: none

    }



    .table-skew {

        padding: 0 10px

    }



    .banner {

        padding: 60px 0

    }



    .banner .lead {

        font-size: 16px

    }



    #slider h1 {

        font-size: 16px;

        line-height: 16px

    }



    #slider .carousel-item .slider-content span {

        font-size: 14px;

        line-height: 14px

    }



    #slider .btn-link {

        display: none

    }



    .category ul .category-item {

        max-width: 100%;

        -webkit-box-flex: 100%;

        -ms-flex: 100%;

        flex: 100%;

        text-align: center

    }



    .category ul .category-item a .category-icon {

        margin-right: 0

    }



    .testimonial .testimonial-content {

        font-size: 16px

    }



    .location-list ul {

        padding: 0

    }



    .banner .banner-shape {

        display: none

    }



    .banner .banner-content {

        padding: 50px 0

    }



    .banner .btn {

        padding: 7px 20px

    }



    .banner .banner-title {

        font-size: 40px;

        line-height: 40px

    }



    .slider-product .slider-tagliine {

        font-size: 60px;

        line-height: 100px

    }



    .slider-product .display-3 {

        font-size: 2rem

    }



    .nav-tabs .nav-item .nav-link {

        padding: 20px 10px

    }



    .pagination .page-item .page-link {

        padding: 12px 15px

    }



    .navigation .nav-links .nav-previous {

        margin-right: 0

    }



    .nav-tabs.nav-tabs-02 .nav-item .nav-link {

        padding: 8px 16px

    }



    .countdown {

        margin: 0 10px

    }



    .countdown span {

        font-size: 24px;

        line-height: 24px

    }



    .countdown p {

        font-size: 14px

    }



    .error-404 h1 {

        font-size: 150px;

        line-height: 150px

    }



    .owl-nav-top-left .owl-nav {

        bottom: inherit;

        top: inherit;

        margin-top: 10px;

        margin-bottom: 50px

    }



    .owl-nav-top-left .owl-nav .owl-next {

        right: inherit;

        top: inherit;

        left: 50%;

        -webkit-transform: inherit;

        transform: inherit

    }



    .owl-nav-top-left .owl-nav .owl-prev {

        left: inherit;

        right: 50%;

        top: inherit;

        -webkit-transform: inherit;

        transform: inherit;

        margin-right: 1px !important

    }



    .owl-nav-top-right .owl-nav {

        bottom: inherit;

        top: inherit;

        margin-top: 10px;

        margin-bottom: 50px

    }



    .owl-nav-top-right .owl-nav .owl-next {

        right: inherit;

        top: inherit;

        left: 50%;

        -webkit-transform: inherit;

        transform: inherit;

        border: 1px solid #ebebeb

    }



    .owl-nav-top-right .owl-nav .owl-prev {

        left: inherit;

        right: 50%;

        top: inherit;

        -webkit-transform: inherit;

        transform: inherit;

        margin-right: 1px !important;

        border: 1px solid #ebebeb

    }



    .owl-carousel .owl-nav i {

        width: 36px;

        height: 36px;

        font-size: 14px;

        line-height: 36px

    }



    .search input {

        padding-right: 120px

    }



    .modal.login .modal-header {

        padding: 15px

    }



    .modal.login .modal-body {

        padding: 15px

    }



    .navigation .nav-links {

        display: block

    }



    .navigation .nav-links .nav-previous {

        width: 100%

    }



    .navigation .nav-links .nav-next {

        width: 100%;

        margin-top: 15px

    }



    .accordion-style-2 .card-header .accordion-title i {

        padding-left: 12px

    }



    .breadcrumb-item+.breadcrumb-item {

        padding-left: 0

    }



    .testimonial-02 .testimonial-content {

        font-size: 16px

    }



    .testimonial {

        padding: 0 30px

    }



    .testimonial-dec .h3 {

        font-size: 18px

    }



    .display-1 {

        font-size: 4rem

    }



    .display-2 {

        font-size: 3.5rem

    }



    .display-3 {

        font-size: 2.6rem !important;

    }



    .display-4 {

        font-size: 2.2rem

    }



    .testimonial .testimonial-quote {

        display: none

    }



    .blog-post .blog-post-meta {

        margin: 0 10px

    }



    .accordion .card {

        padding: 0 16px

    }



    .error-404 img {

        width: 90px

    }



    .error-404 h1 {

        font-size: 100px;

        line-height: 80px

    }

}



@media(max-width:400px) {

    .social-icon-02 ul li a {

        width: 33px;

        height: 33px;

        line-height: 33px

    }



    .btn+.btn {

        margin-left: 0

    }



    .gm-control-active.gm-fullscreen-control {

        display: none !important

    }



    .banner {

        padding: 10px 0

    }



    .banner .btn {

        padding: 6px 20px

    }

}



@media screen and (-ms-high-contrast:active),

(-ms-high-contrast:none) {

    .share-box .share-box-social {

        min-width: 170px

    }



    .navbar .navbar-nav .nav-item .nav-link {

        padding-top: 27px;

        padding-bottom: 27px

    }



    .navbar .navbar-nav .nav-link i {

        margin-top: 5px

    }

}



h3.mt-4 {

    font-size: 21px

}



.marg-ing {

    margin-left: 4px

}



.modal-body {

    h1 {

        font-weight: 900;

        font-size: 2.3em;

        text-transform: uppercase;

    }



    a.pre-order-btn {

        color: #000;

        background-color: gold;

        border-radius: 1em;

        padding: 1em;

        display: block;

        margin: 2em auto;

        width: 50%;

        font-size: 1.25em;

        font-weight: 6600;



        &:hover {

            background-color: #000;

            text-decoration: none;

            color: gold;

        }

    }

}



.lable-f {

    float: left;

    color: #000;

    font-weight: 600

}



.top-hedfds {

    margin: 0

}



.my-modal-b {

    z-index: 999999999 !important

}



.input-m {

    border: 1px solid silver;

    padding: 5px;

    height: 38px

}



.text-onl {

    width: 100%;

    height: 100px

}



.submit-btn-on {

    background-color: #f2f426;

    margin-bottom: 10px;

    border: 2px solid silver;

    float: right

}



.product-imgsd {

    height: 200px;

    width: auto

}



.inner-pro {

    text-align: center

}



.produu-d {

    border: 1px solid #000;

    padding-top: 20px

}



.portf-f {

    font-size: 20px;

    color: #000 !important

}



.our-clienyt {

    text-align: center;

    font-size: 25px;

    margin-bottom: 20px

}



.our-clieb {

    border: 1px solid silver;

    margin-bottom: 20px

}



.enq-forsd {

    margin-bottom: 15px

}



.text-areads {

    width: 100%;

    height: 150px

}



.titl::before {

    content: ' ';

    display: block;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 0;

    opacity: 0.5;

    background: url("../img/banner3.png") no-repeat center center;

    background-size: cover;

}



.team.titl::before {

    background-size: cover;

    background-image: url(../img/banner2.png);

}



.truf.titl::before {

    background-size: cover;

    background-image: url(../immg/artificial-truf.jpg);

}



.bleachers.titl::before {

    background-size: cover;

    background-image: url(../immg/Athletic-Bleachers.jpg);

}



.printed-pvc.titl::before {

    background-size: cover;

    background-image: url(../immg/printed-pvs-3.jpg);

}



.web-about {

    padding: 40px 0;

}



.about-imgg img {

    width: 100%;

}



.about-websports {

    padding: 30px 0;

    width: 100%;

}



.image-box {

    width: 100%;

    display: flex;

    background-color: #22222285;

    flex-direction: column;

    align-items: center;

    row-gap: 20px;

    padding: 18px 10px;

    margin-bottom: 20px;

}



.image-box h4 {

    color: #fff;

    text-align: center;

    font-size: 21px;

}



.image-box p {

    text-align: center;

    color: #fff;

    font-size: 16px;

}



.icon {

    width: 52px;

    height: 52px;

}



.icon img {

    width: 100%;

    height: 100%;

    filter: invert(1);

}



.shape {

    background-size: cover;

}



.shape.ex-center {

    margin-top: 145px;

}



.team-member-box .img img {

    width: 100%;

}



.team-body {

    padding: 17px 0;

    background: gainsboro;

}



section.our-team {

    padding: 45px 0;

}



.say-imgg {

    width: 100%;

    max-width: 404px;

    height: 404px;

    border-radius: 50%;

    border: solid 15px #1a3d7e;

    background: #222;

    overflow: hidden;

}



.say-imgg img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.mb-20 {

    margin-bottom: 20px;

}



.fqa-accodion {

    padding: 40px 0;

}



.accordion-container {

    position: relative;

    max-width: 1040px;

    height: auto;

    margin: 10px auto;

}



.accordion-container>h2 {

    text-align: center;

    color: #fff;

    padding-bottom: 5px;

    margin-bottom: 20px;

    padding-bottom: 15px;

    border-bottom: 1px solid #ddd;

}



.set {

    position: relative;

    width: 100%;

    height: auto;

    margin: 16px 0;

    filter: drop-shadow(2px 3px 2px #00000062);

    background-color: #f5f5f5;

}



.set .acco-head {

    display: flex;

    justify-content: space-between;

    padding: 15px 15px;

    text-decoration: none;

    color: #555;

    font-weight: 600;

    border-bottom: 1px solid #ddd;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

}



.acco-head h4 {

    display: contents;

    font-size: 20px;

}



.acco-head.active-content {

    background-color: #eb3138;

    color: #fff;

}



.acco-head.active-content h4 {

    color: #fff;

}



.content {

    background-color: #fff;

    border-bottom: 1px solid #ddd;

    display: none;

}



.content p {

    padding: 10px 15px;

    margin: 0;

    color: #000;

}



.career-img-box {

    width: 100%;

    max-width: 672px;

    height: 400px;

    position: relative;



}



.career-img-box img {

    height: 100%;

}



.career-img-box::after {

    position: absolute;

    right: 0;

    transform: translateY(-50%);

    top: 50%;

    width: 400px;

    clip-path: polygon(35% 0, 100% 0%, 100% 100%, 25% 100%, 0% 50%);

    height: 300px;

    content: '';

    z-index: -1;

    background-color: #1a3d7e;

}



.career-img-box img {

    width: 100%;

}



a.form-btn {

    color: #fff;

    padding: 12px 15px;

    margin-top: 10px;

    display: inline-block;

    background: #cd2229;

}



section.join-us-team {

    padding: 40px 0;

}





section.join-us-team::after {

    position: absolute;

    left: 0;

    top: 0;

    background-color: #000;

    content: '';

    width: 100%;

    height: 100%;

    opacity: 0.8;

}



.join-us-team {

    margin: 30px 0;

    position: relative;

    background-attachment: fixed;

    width: 100%;

    background-image: url(../immg/28.png);

    background-repeat: no-repeat;

    background-size: 100%;

}



section.join-us {

    margin-top: 40px;

}



.career-text h3 {

    color: #fff;

}



.career-text p {

    color: #e7e2e2;

}



.career-content p {

    color: #e7e2e2;

}



.career-content ul li {

    list-style: none;

    font-weight: 400;

    color: #e7e2e2;

    font-size: 18px;

}



.career-content ul li i {

    padding-right: 7px;

    font-size: 14px;

    color: #cd2229;

}



.Gallery {

    margin-top: 48px;

}



.Gallery-sec div {

    position: relative;

}



.Gallery-sec div::after {

    width: auto;

    height: auto;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    content: attr(data-after);

    color: #fff;

    padding: 12px 15px;

    bottom: 25%;

    border: 1px solid #FFF;

    background: rgba(255, 255, 255, 0.03);

    backdrop-filter: blur(18px);

}











.magnific-img img {

    width: 100%;

    height: auto;

}



.mfp-bottom-bar,

* {

    font-family: "Inter", sans-serif;

}



.magnific-img {

    display: inline-block;

    width: 32.3%;

}



a.image-popup-vertical-fit {

    cursor: -webkit-zoom-in;

}



.mfp-with-zoom .mfp-container,

.mfp-with-zoom.mfp-bg {

    opacity: 0;

    backface-visibility: hidden;

    transition: all 0.3s ease-out;

}



.mfp-with-zoom.mfp-ready .mfp-container {

    opacity: 1;

}



.mfp-with-zoom.mfp-ready.mfp-bg {

    opacity: 0.98;

}



.mfp-with-zoom.mfp-removing .mfp-container,

.mfp-with-zoom.mfp-removing.mfp-bg {

    opacity: 0;

}



.mfp-arrow-left:before {

    border-right: none !important;

}



.mfp-arrow-right:before {

    border-left: none !important;

}



button.mfp-arrow,

.mfp-counter {

    opacity: 0 !important;

    transition: opacity 200ms ease-in, opacity 2000ms ease-out;

}



.mfp-container:hover button.mfp-arrow,

.mfp-container:hover .mfp-counter {

    opacity: 1 !important;

}





/* Magnific Popup CSS */

.mfp-bg {

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1042;

    overflow: hidden;

    position: fixed;

    background: #0b0b0b;

    opacity: 0.8;

}



.mfp-wrap {

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1043;

    position: fixed;

    outline: none !important;

    backface-visibility: hidden;

}



.mfp-container {

    text-align: center;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    padding: 0 8px;

    box-sizing: border-box;

}



.mfp-container:before {

    content: '';

    display: inline-block;

    height: 100%;

    vertical-align: middle;

}



.mfp-align-top .mfp-container:before {

    display: none;

}



.mfp-content {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    margin: 0 auto;

    text-align: left;

    z-index: 1045;

}



.mfp-inline-holder .mfp-content,

.mfp-ajax-holder .mfp-content {

    width: 100%;

    cursor: auto;

}



.mfp-ajax-cur {

    cursor: progress;

}



.mfp-zoom-out-cur,

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {

    cursor: zoom-out;

}



.mfp-zoom {

    cursor: pointer;

    cursor: zoom-in;

}



.mfp-auto-cursor .mfp-content {

    cursor: auto;

}



.mfp-close,

.mfp-arrow,

.mfp-preloader,

.mfp-counter {

    user-select: none;

}



.mfp-loading.mfp-figure {

    display: none;

}



.mfp-hide {

    display: none !important;

}



.mfp-preloader {

    color: #CCC;

    position: absolute;

    top: 50%;

    width: auto;

    text-align: center;

    margin-top: -0.8em;

    left: 8px;

    right: 8px;

    z-index: 1044;

}



.mfp-preloader a {

    color: #CCC;

}



.mfp-preloader a:hover {

    color: #FFF;

}



.mfp-s-ready .mfp-preloader {

    display: none;

}



.mfp-s-error .mfp-content {

    display: none;

}



button.mfp-close,

button.mfp-arrow {

    overflow: visible;

    cursor: pointer;

    background: transparent;

    border: 0;

    appearance: none;

    display: block;

    outline: none;

    padding: 0;

    z-index: 1046;

    box-shadow: none;

    touch-action: manipulation;

}



button::-moz-focus-inner {

    padding: 0;

    border: 0;

}



.mfp-close {

    width: 44px;

    height: 44px;

    line-height: 44px;

    position: absolute;

    right: 0;

    top: 0;

    text-decoration: none;

    text-align: center;

    opacity: 0.65;

    padding: 0 0 18px 10px;

    color: #FFF;

    font-style: normal;

    font-size: 28px;

    font-family: Arial, Baskerville, monospace;

}



.mfp-close:hover,

.mfp-close:focus {

    opacity: 1;

}



.mfp-close:active {

    top: 1px;

}



.mfp-close-btn-in .mfp-close {

    color: #000;

}



.mfp-image-holder .mfp-close,

.mfp-iframe-holder .mfp-close {

    color: #FFF;

    right: -6px;

    text-align: right;

    padding-right: 6px;

    width: 100%;

}



.mfp-counter {

    position: absolute;

    top: 0;

    right: 0;

    color: #CCC;

    font-size: 12px;

    line-height: 18px;

    white-space: nowrap;

}



.mfp-arrow {

    position: absolute;

    opacity: 0.65;

    margin: 0;

    top: 50%;

    margin-top: -55px;

    padding: 0;

    width: 90px;

    height: 110px;

    -webkit-tap-highlight-color: transparent;

}



.mfp-arrow:active {

    margin-top: -54px;

}



.mfp-arrow:hover,

.mfp-arrow:focus {

    opacity: 1;

}



.mfp-arrow:before,

.mfp-arrow:after {

    content: '';

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    left: 0;

    top: 0;

    margin-top: 35px;

    margin-left: 35px;

    border: medium inset transparent;

}



.mfp-arrow:after {

    border-top-width: 13px;

    border-bottom-width: 13px;

    top: 8px;

}



.mfp-arrow:before {

    border-top-width: 21px;

    border-bottom-width: 21px;

    opacity: 0.7;

}



.mfp-arrow-left {

    left: 0;

}



.mfp-arrow-left:after {

    border-right: 17px solid #FFF;

    margin-left: 31px;

}



.mfp-arrow-left:before {

    margin-left: 25px;

    border-right: 27px solid #3F3F3F;

}



.mfp-arrow-right {

    right: 0;

}



.mfp-arrow-right:after {

    border-left: 17px solid #FFF;

    margin-left: 39px;

}



.mfp-arrow-right:before {

    border-left: 27px solid #3F3F3F;

}



.mfp-iframe-holder {

    padding-top: 40px;

    padding-bottom: 40px;

}



.mfp-iframe-holder .mfp-content {

    line-height: 0;

    width: 100%;

    max-width: 900px;

}



.mfp-iframe-holder .mfp-close {

    top: -40px;

}



.mfp-iframe-scaler {

    width: 100%;

    height: 0;

    overflow: hidden;

    padding-top: 56.25%;

}



.mfp-iframe-scaler iframe {

    position: absolute;

    display: block;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

    background: #000;

}



/* Main image in popup */

img.mfp-img {

    width: auto;

    max-width: 100%;

    height: auto;

    display: block;

    line-height: 0;

    box-sizing: border-box;

    padding: 40px 0 40px;

    margin: 0 auto;

}



/* The shadow behind the image */

.mfp-figure {

    line-height: 0;

}



.mfp-figure:after {

    content: '';

    position: absolute;

    left: 0;

    top: 40px;

    bottom: 40px;

    display: block;

    right: 0;

    width: auto;

    height: auto;

    z-index: -1;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

    background: #444;

}



.mfp-figure small {

    color: #BDBDBD;

    display: block;

    font-size: 12px;

    line-height: 14px;

}



.mfp-figure figure {

    margin: 0;

}



.mfp-bottom-bar {

    margin-top: -36px;

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    cursor: auto;

}



.mfp-title {

    text-align: left;

    line-height: 18px;

    color: #F3F3F3;

    word-wrap: break-word;

    padding-right: 36px;

}



.mfp-image-holder .mfp-content {

    max-width: 100%;

}



.mfp-gallery .mfp-image-holder .mfp-figure {

    cursor: pointer;

}



@media screen and (max-width: 800px) and (orientation: landscape),

screen and (max-height: 300px) {



    /**

       * Remove all paddings around the image on small screen

       */

    .mfp-img-mobile .mfp-image-holder {

        padding-left: 0;

        padding-right: 0;

    }



    .mfp-img-mobile img.mfp-img {

        padding: 0;

    }



    .mfp-img-mobile .mfp-figure:after {

        top: 0;

        bottom: 0;

    }



    .mfp-img-mobile .mfp-figure small {

        display: inline;

        margin-left: 5px;

    }



    .mfp-img-mobile .mfp-bottom-bar {

        background: rgba(0, 0, 0, 0.6);

        bottom: 0;

        margin: 0;

        top: auto;

        padding: 3px 5px;

        position: fixed;

        box-sizing: border-box;

    }



    .mfp-img-mobile .mfp-bottom-bar:empty {

        padding: 0;

    }



    .mfp-img-mobile .mfp-counter {

        right: 5px;

        top: 3px;

    }



    .mfp-img-mobile .mfp-close {

        top: 0;

        right: 0;

        width: 35px;

        height: 35px;

        line-height: 35px;

        background: rgba(0, 0, 0, 0.6);

        position: fixed;

        text-align: center;

        padding: 0;

    }

}



@media all and (max-width: 900px) {

    .mfp-arrow {

        -webkit-transform: scale(0.75);

        transform: scale(0.75);

    }



    .mfp-arrow-left {

        -webkit-transform-origin: 0;

        transform-origin: 0;

    }



    .mfp-arrow-right {

        -webkit-transform-origin: 100%;

        transform-origin: 100%;

    }



    .mfp-container {

        padding-left: 6px;

        padding-right: 6px;

    }

}



/* ---blog--- */

.blog-box>a {

    width: 100%;

    display: block;

    height: 155px;

    cursor: pointer;

    transition: all 0.4s;

}



.blog-box a img {

    width: 100%;

    height: 100%;

}



.author-img {

    width: 33px;

    height: 33px;

    border-radius: 50%;

    overflow: hidden;

}



.author-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.author-box {

    margin-top: 10px;

    display: flex;

    justify-content: space-between

}



.date p {

    font-size: 15.5px;

}



.blog-body {

    padding: 12px;

}



.blog-body a h5 {

    font-size: 20px;

    cursor: pointer;

    transition: all 0.4s;

}



.blog-body a h5:hover {

    color: #1a3d7e;

}



.blog-box {

    transition: all 0.4s;

    overflow: hidden;

    box-shadow: 0px 4px 4px #bbb;

    margin-bottom: 26px;

}



.blog-box:hover.blog-box>a {

    transform: scale(1.1);

}



section.gallery {

    padding: 45px 0 30px 0;

}



/* clients */

.client-img {

    position: relative;

    width: 455px;

    border: solid 10px #fff;

    filter: drop-shadow(0px 2px 3px #222);

    margin: 0 auto;

}



.client-img::after,

.client-img::before {

    filter: drop-shadow(0px 0px 0px #ccc);

    clip-path: polygon(100% 0, 90% 10%, 10% 10%, 10% 90%, 0 100%, 0 0);

    width: 120px;

    height: 120px;

    background-color: #1a3d7e;

    content: '';

    position: absolute;

}



.client-img::after {

    left: 0;

    top: 0;

}



.client-img::before {

    bottom: 0;

    right: 0;

    transform: rotate(180deg);

}



.client-img img {

    width: 100%;

}



section.our-clients {

    padding: 45px 0;

    margin-bottom: 20px;

    background-color: #faebd794;

}



section.clients-logo.w-100 {

    background-color: #222;

    padding: 20px 0;

}



.logo-box {



    background: #fff;

    max-width: 266px;

    height: 87px;

}



.logo-box img {



    width: 100%;

    height: 100%;

    object-fit: contain;

}



.product-box {

    position: relative;

    margin-bottom: 30px;

    overflow: hidden;

}



.product-box:hover .pro-img {

    transform: scale(1.2);

}



.pro-img {

    width: 100%;

    height: 266px;

    transition: all 0.5s;

}



.pro-img img {

    width: 100%;

    height: 100%;

}



.pro-content {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #0000007a;

}



.pro-content h5 {

    color: #fff;

    position: relative;

    top: 60%;

    left: 10%;

}



.product-con {

    position: relative;

    width: 100%;

    background: url(../immg/30.png) #000;

    background-size: cover;

    padding: 40px 0;

    background-attachment: fixed;

    background-color: #000;

}



.att-content p {

    color: #fff;

}



.att-content h2 {

    color: #fff;

}



.att-content h5 {

    color: #fff;

}



.product-con::after {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    content: '';

    background-color: #00000075;

}



.contact-form {

    width: 100%;

}



.contact-form form {

    max-width: 480px;

}



.contact-form form input,

.contact-form form textarea {

    width: 100%;

    padding: 10px 18px;

    margin-bottom: 12px;

    outline: none;

    font-size: 14px;

}



.contact-form form textarea::placeholder {

    text-transform: capitalize;

    font-size: 14px;

}



.contact-form form button {

    width: 100%;

    border: none;

    color: #fff;

    padding: 12px;

    background-color: #1a3d7ec4;

    outline: none;

}



.contact-form form input::placeholder {

    text-transform: capitalize;

}



.att-content {

    padding-right: 49px;

    padding-top: 30px;

}



section.all-product {

    margin-top: 40px;

}



.grass-img img {

    width: 100%;

}



.grass-img {

    position: relative;

}



.grass-img {

    position: absolute;

    left: -10%;

    top: -20%;

    width: 300px;

    height: 300px;

    border-radius: 50%;

    border: solid #000 13px;

    background-image: url(../immg/round-truf.jpg);

    z-index: -1;

    background-size: 100%;

}



.artificial-truf {

    margin-top: 120px;

}



.truf-content {

    padding-right: 83px;

}



.materials {

    width: 100%;

    margin-top: 30px;

}



.material-img {

    width: 100%;

}



.material-img img {

    width: 100%;

}



.bleachrs-img {

    width: 100%;

    height: 240px;

}



.bleachrs-img img {

    width: 100%;

    height: 100%;

}



.bleachers-images {

    padding: 30px 0;

}



.overview1 {

    margin-top: 30px;

}



.printed-pvc-img {

    width: 100%;

    height: 350px;

    margin-top: 40px;

}



.printed-pvc-img img {

    width: 100%;

    height: 100%;

    overflow-y: hidden;

}



.desktop-logo {

    display: initial;

    padding: 41px 48px;

    position: relative;

}







/* product page extra css  */









.my_product_first_section {

    position: relative;

    background: transparent;

    z-index: 1;

    padding: 2rem 0;

}



.my_product_first_section::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: url("../images/product_p_1.png");

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    opacity: .3;

    z-index: -1;

}



.my_product_first_section .image_box {

    width: 100%;

    height: 100%;

    border-radius: 0rem 3rem;

    overflow: hidden;

    box-shadow: 0px 4px 8px -3px #4b4848;

}



.my_product_first_section .image_box img {

    width: 100%;

    height: 100%;

    object-fit: fill;

}



.my_product_first_section .content_box h2 {

    font-size: 1.8em;

    color: #000;

}



.my_product_first_section .content_box p {

    font-size: 1em;

    color: #111;

    text-align: justify;

}



.my_product_first_section .content_box ul {

    list-style: none;

}







.home_banner_bg {

    position: relative;

    z-index: 1;

}



.home_banner_bg .content_box {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: max-content;

}



.home_banner_bg .content_box h2 {

    color: white;

    text-align: center;

    font-size: 2.2em;

}











.product_image_section {

    padding: 2rem 0;

    position: relative;

    z-index: 1;

}



.product_image_section .image_container {

    width: 100%;

    height: auto;

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    gap: 12px;

}



.product_image_section .image_container .image_box {

    width: 100%;

    height: 259px;

    box-shadow: 0px 1px 3px -1px #555;

}



.product_image_section .image_container .image_box img {

    width: 100%;

    height: 100%;

    object-fit: fill;

}





.my_faq_background {

    position: relative;

    background: transparent;

    z-index: 1;

}



.my_faq_background::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: url("../images/product_bg_2.jpg");

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    z-index: -1;

}







/* product page extra css  */