@font-face {
    font-family: 'Maven Pro';
    src: url('MavenPro-ExtraBold.eot');
    src: url('MavenPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('MavenPro-ExtraBold.woff2') format('woff2'),
        url('MavenPro-ExtraBold.woff') format('woff'),
        url('MavenPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('MavenPro-Bold.eot');
    src: url('MavenPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('MavenPro-Bold.woff2') format('woff2'),
        url('MavenPro-Bold.woff') format('woff'),
        url('MavenPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MavenPro-Bold';
    src: url('MavenPro-Bold.eot');
    src: url('MavenPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('MavenPro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('MavenPro-Black.eot');
    src: url('MavenPro-Black.eot?#iefix') format('embedded-opentype'),
        url('MavenPro-Black.woff2') format('woff2'),
        url('MavenPro-Black.woff') format('woff'),
        url('MavenPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('MavenPro-Medium.eot');
    src: url('MavenPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('MavenPro-Medium.woff2') format('woff2'),
        url('MavenPro-Medium.woff') format('woff'),
        url('MavenPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('MavenPro-Regular.eot');
    src: url('MavenPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('MavenPro-Regular.woff2') format('woff2'),
        url('MavenPro-Regular.woff') format('woff'),
        url('MavenPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('MavenPro-SemiBold.eot');
    src: url('MavenPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('MavenPro-SemiBold.woff2') format('woff2'),
        url('MavenPro-SemiBold.woff') format('woff'),
        url('MavenPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body,
html {}

body {
    font-family: 'Maven Pro', sans-serif;
    font-weight: normal;
    background: #fff;
    line-height: 1.5;
    color: #000;
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

.light {
    font-weight: 300
}

.regular {
    font-weight: normal
}

.medium {
    font-weight: 500
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: bold
}

.heavy {
    font-weight: 900
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro';
    font-weight: bold
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

h3 {
    font-size: 30px;
    margin-bottom: 25px
}

h4 {
    font-size: 24px;
    margin-bottom: 20px
}

h5 {
    font-size: 22px;
    margin-bottom: 20px
}

h6 {
    font-size: 20px;
    margin-bottom: 15px
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.text-light {
    color: #777 !important
}

.text-grey {
    color: #999 !important
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
    outline: 0;
    text-decoration: none;
}

button,
a {
    outline: none;
    outline: 0
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    text-decoration: none
}

.btn:focus {
    box-shadow: none !important
}

.btn i {
    margin-left: 30px;
}

.btn-primary {
    background: #2496d5;
    border-radius: 22px;
    padding: 10px 25px;
    border: 2px solid #2496d5;
    color: #fff;
    transition: ease-in-out 0.3s
}

.btn-primary:hover {
    background: #fff;
    border: 2px solid #2496d5;
    color: #2496d5
}

a {
    color: #a42890
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.font-18 {
    font-size: 18px;
}

.btn-link {
    color: #2496d5;
    transition: ease-in-out 0.3s;
    font-weight: 500
}

.btn-link:hover {
    color: #1f3b5e
}

.borderless td,
.borderless th {
    border: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 5px;
    background: #ccc
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #2496d5
}

.owl-prev {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.owl-next {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
    background: none;
    color: transparent;
    z-index: 100;
    border-radius: 50%
}

.special .owl-carousel .owl-nav button.owl-next,
.special .owl-carousel .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
    background: none;
    color: #fff;
    z-index: 100;
    border-radius: 50%
}


.special .owl-carousel .owl-nav button.owl-next:hover,
.special .owl-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: transparent;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(0, 0, 0, .9);
    color: #fff;
}

.dropdown-item {
    padding: .25rem 1rem
}

header {
    background: #72677e;
    color: #fff;
    padding: 8px 0;
    font-size: 13px
}

header a {
    color: #fff;
}

header .col-md-5 i {
    font-size: 16px;
    vertical-align: text-bottom;
}

header a:hover {
    color: #fff;
    text-decoration: none
}

.socail ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    font-size: 11px;
}

.socail ul li a {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}


.navbar-light .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    color: #444445;
    font-size: 14px;
    transition: ease-in-out 0.2s;
    background: transparent;
}

.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
    color: #a42890;
}

.navbar-light .dropdown-menu {
    font-size: 14px
}

.navbar-light .navbar-nav .active .nav-link {
    color: #a42890;
}

.navbar-light .navbar-nav .active .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: #a42890;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #a42890;
    color: #fff
}

.pay-online {
    background: #a42890 !important;
    color: #fff !important;
    border: 1px solid #a42890 !important;
    padding: 3px 8px !important;
    height: 30px
}

.pay-online:hover {
    background: #fff !important;
    color: #a42890 !important;
    border: 1px solid #a42890 !important
}

.navbar {
    background: rgba(255, 255, 255, 1);
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    transition: ease-in-out 0.2s;
    top: 44px;
}

.navbar.fixed {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 5px -3px #555;
    top: 0;
    position: fixed; left: 0; right: 0; z-index: 1000
}

.navbar .navbar-brand img {
    transition: ease-in-out 0.4s;
    max-width: 212px;
}

.navbar.fixed .navbar-brand img {
    max-width: 150px;
}

section {
    margin-bottom: 75px;
}

#bannerhome {
    margin-top: 85px;
}

#bannerhome .item {
    position: relative
}

#bannerhome .item .content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 6;
}

#bannerhome .item .content h1 {
    font-weight: 500;
    line-height: 1.2;
    max-width: 350px;
    margin: 0;
    color: #fff
}

#bannerhome .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 7;
}

.home-search {
    position: relative;
    margin-top: -32px;
    z-index: 200;
}

.home-search .search-form {
    position: relative;
    width: 100%;
    max-width: 700px;
    background: #fff;
    box-shadow: 0 8px 8px #bbb;
    margin: 0 auto
}

.home-search .search-form .form-control {
    height: 64px;
    border: 0;
    box-shadow: none;
    padding-left: 200px;
    font-size: 20px;
}

.home-search .search-form .btn {
    position: absolute;
    left: 0;
    height: 64px;
    background: #a42890;
    color: #fff;
    z-index: 5;
    border-radius: 0;
    min-width: 180px;
    font-size: 24px
}

.home-about {}

h2.title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 25px;
    color: #525155
}

h2.title1 {
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 25px;
    color: #525155
}

h2.title2 {
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 15px;
    /*color: #a42890;*/
    color: #808080;
    text-transform: uppercase;
}

h3.title3 {
    font-size: 40px;
    color: #646566;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 500;
}

h5.title5 {
    margin-bottom: 15px;
    color: #525155
}


p.lead {
    font-size: 17px;
    text-align: center;
    margin: 0 auto 25px;
    color: #646566;
    font-weight: normal
}

hr {
    max-width: 560px;
    border-color: #646566;
}

.btn-purple {
    background: #a42890;
    border: 2px solid #a42890;
    color: #fff;
    transition: ease-in-out 0.3s;
    border-radius: 0;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    background: #fff;
    border: 2px solid #a42890;
    color: #a42890;
}

.help {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.help h2.title {
    font-weight: 900;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #ffffff;
}

.help p.lead {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 25px;
    color: #ffffff;
    font-weight: normal;
}

.help .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .375rem .75rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #c0c1c3;
    background-color: #fff;
    background-clip: inherit;
    border: 1px solid #fff;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.associations {
    background-color: #a42890;
    background-image: url(../images/opacity-image.png);
    background-repeat: no-repeat;
    background-position: 15%;
}


.associations h5 {
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 8px;
    vertical-align: middle;
    margin: 0;
    line-height: 27px;
}

.testimonials {
    background-color: #f33f02;
    position: relative;
    padding-top: 80px;
}

.testimonials:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #ddd;
}

#special-offer .item-details {
    background-color: #fff;
    color: #010101;
    padding: 20px 40px;
    text-align: center;
}

#special-offer .item-details h5 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 22px;
    color: #a42890;
}

#special-offer .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
}

#special-offer .item-details p {
    font-size: 14px;
    min-height: 80px;
    overflow: hidden;
}


#special-offer .item {
    text-align: center;
    background-color: #FFF;
}

#special-offer .owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#special-offer .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #d6d6d6;
}


#special-offer .owl-carousel {
    position: relative;
}

#special-offer .owl-carousel .owl-next,
#special-offer .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

#special-offer .btn i {
    margin-left: 0px;
}

#special-offer .btn-purple {
    font-size: 15px;
}



.special .owl-carousel .owl-stage {
    display: flex;
}

.special .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.special .owl-carousel .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.special .owl-carousel .flex-text {
    flex-grow: 1;
}

.special .owl-carousel .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.blog .owl-carousel .owl-nav button.owl-next i,
.blog .owl-carousel .owl-nav button.owl-prev i {
    color: #c3c3c3;
    font-size: 35px;
}

.blog .owl-carousel .item span {
    color: #878787;
    font-size: 14px;
}

.blog .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.blog .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #d6d6d6;
    border-radius: 50%;
    margin: 0 5px;
}

.blog .owl-dots button.owl-dot.active {
    background-color: #859691;
}

.explore .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #a42890;
    margin: 0 10px;
}

.explore .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.explore .owl-dots button.owl-dot.active {
    background-color: #859691;
}

.explore .btn-purple {
    font-size: 15px;
}

.explore .btn i {
    margin-left: 0px;
}

/*
.explore .owl-carousel .owl-item img{
    height: 265px;
    object-fit: cover;
}
*/

.container-fluid {
    max-width: 1230px;
}



.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}

.grey-bg {
    background-color: #72677e;
}

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

.connect {
    background-color: #a42890;
}

.connect p {
    font-size: 29px;
    line-height: 34px;
    color: #fff;
    margin: 0;
}

.connect a {
    font-weight: 900;
    color: #fff;
}


.img-container {
    position: relative;
    text-align: center;
    color: #fff;
    height: 100%;
    object-fit: cover; display: block
}
.img-container:hover {
    color: #fff;
}

.img-container img {
    height: 100%;
}

.img-container:hover .img-container img:before {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.img-container img:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    top: 0;
    border-radius: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.client-box {
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 8px 8px #bbb;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.img-container .centered {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    right: 0;
    padding: 0px 25px;
}

.img-container h5,
.img-container p {
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase; color: #fff!important
}

footer {
    background: #fff;
    color: #964188;
    padding-bottom: 30px;
}

footer .logo-footer {
    margin: 40px 0 20px;
    max-width: 280px;
}

footer .table {
    color: #bbbbbb;
    margin: 0
}

footer .table tr td {
    padding: 4px 10px 4px 0
}

footer .table tr td i {
    font-size: 20px;
    margin-top: 2px
}

footer .table a {
    color: #bbbbbb;
}

footer .table.social {
    margin-top: 25px;
    max-width: 280px
}

footer .table.social tr td {
    text-align: center
}

footer .social a {
    display: inline-block;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 50%
}

video {
    border: 4px solid #2496d5
}

footer h5 {
    margin: 40px 0 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

footer h5:after {
    position: absolute;
    left: 0;
    top: 40px;
    height: 1px;
    width: 100%;
    background: #a42890;
    content: '';
}

footer ul {
    margin-left: 10px;
}



footer ul li a {
    display: block;
    padding: 0 0 8px 0;
    color: #5f415f;
    transition: ease-in-out 0.2s
}

.social-link ul li a {
    float: left;
    width: 35px;
    height: 35px;
    background: #ccc;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.social-link ul li a:hover {
    background-color: #a42890;
    color: #fff;

}

.social-link ul li a.facebook {
    background: #3d57a1;
}

.social-link ul li a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-link ul li a.linkedin {
    background: #0e76a8;
}

.social-link ul li a:hover {    
    text-decoration: none
}

.social-link ul li a.twitter {
    background: #1DA1F2;
}
footer .form-control {
    border-radius: 0;
    min-height: 44px
}

footer .form-group {
    margin-bottom: 5px
}

footer form {
    margin-top: 10px;
    display: block
}

footer .social-link ul,
footer .social-link2 ul {
    margin-left: 0px;
}

footer .social-link ul li,
footer .social-link2 ul li {
    display: inline-block;
}

.copyright {
    background: #77256d;
    color: #ffffff;
    padding: 3px 0;
    font-size: 12px;
}

.copyright p {
    color: #fff;
    margin: 0
}

.copyright a {
    color: #57c2ff;
}

.copyright a:hover {
    color: #fff;
    text-decoration: none
}

.copyright ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-right: 10px
}

.copyright ul li:after {
    position: absolute;
    right: -8px;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #fff;
    content: '';
}

.copyright ul li:last-child:after {
    content: none;
}

.copyright ul li a {
    color: #fff;
}

.static-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
    background-attachment: fixed;
    margin-bottom: 60px;
    box-shadow: 0 20px 40px -15px #555;
    border-bottom: 2px solid #fff
}

.static-banner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 5;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    letter-spacing: 2px
}

.static-banner.aboutus {
    background-image: url(../images/static-banners/about.jpg);
}

.static-banner.whyus {
    background-image: url(../images/static-banners/whyus.jpg);
}

.static-banner.warehouse {
    background-image: url(../images/static-banners/warehouse.jpg);
}

.static-banner.team {
    background-image: url(../images/static-banners/team.jpg);
}

.static-banner.contactus {
    background-image: url(../images/static-banners/contact.jpg);
}

.client {
    background-color: #eaeaeb;
}

.client p {
    margin-bottom: 0px;
}

.client .owl-carousel .owl-nav button.owl-next,
.client .owl-carousel .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
    background: none;
    color: #fff;
    z-index: 100;
    border-radius: 50%
}

.client .owl-carousel .owl-nav button.owl-next:hover,
.client .owl-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: transparent;
}

.client .owl-carousel .item a {
    font-size: 19px;
}

.client .owl-carousel .item span {
    font-size: 30px;
    color: #010101;
    font-weight: 700;
    vertical-align: bottom;
    line-height: 18px;
    padding: 0 2px;
}

.inner-explore img.img-fluid {
    width: auto;
    margin: 0 auto;
}

.quick-contact {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
}

a.view-more {
    color: #525155;
    font-size: 20px;
}

a.view-more:hover {
    color: #a42890;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #a42890;
}

/*-------------------------------------Inner Pages-----------------------*/
.dropdown-menu{margin: 0}

.inner-banner {
    height: 310px;
    background-position: 0 60px;
    background-attachment: fixed;
    margin-bottom: 20px!important;    
    position: relative;
    margin-top: 82px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: center
}
@media screen and (max-width: 1300px) {
    .inner-banner {background-size: auto}
}
header .form-control,header .btn{height: 34px; font-size: 14px; border-radius: 0}
header .btn{padding: 6px 10px;}
header .input-group{max-width: 300px; margin: 0 auto}

.inner-banner h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 50;
    color: #fff;
    font-size: 75px;
    text-transform: uppercase;
}

.bg-grey {
    background-color: #72677e;
}

.highlight p.lead {
    color: #a42890;
    font-size: 20px;
    margin: 0;
    line-height: 24px;
    font-weight: 500;
}

.highlight .card {
    background: #fff;
    height: 100%;
}

.highlight .card-body {
    padding: 1.25rem 33px;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb li,
.breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

.breadcrumb-item.active {
    color: #ffcb05;
}

.breadcrumb {
    background-color: transparent;
    position: absolute;
    top: 150px;
    left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: ">";
}

.load-more a {
    color: #646566;
    font-size: 30px;
}

.load-more a:hover {
    text-decoration: none;
}

.load-more.color1 a {
    color: #a42890;
    font-size: 30px;
}

.outer-bg {
    background-color: #a42890;
    margin-bottom:40px!important;
}

.outer-bg h2 {
    margin-bottom: 0
}

.price {
    background-color: #646566;
    width: auto;
    display: table;
    padding: 5px 25px;
    color: #fff;
    font-size: 23px;
}

.accomodation img {
    height: 55px;
    margin-bottom: 10px;
}

/*.inner-content ul li {
    color: #555;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 5px;
    min-width: 65px;
    font-weight: 500;
}
.inner-content ul.mb-4{transition: ease-in-out 1s}
.inner-content ul.mb-4 li a{color: #333; background: #fff; font-size: 15px; border: 1px solid #999; display: block; text-transform: uppercase;padding:6px 15px;font-weight: 500; transition: ease-in-out 0.2s}
.inner-content ul.mb-4 li a:hover{background: #a42890; border-color: #a42890; color: #fff}*/
.inner-content ul.mb-4.fixed{position: fixed; top: 7px; z-index: 10000; left: 0; text-align: center; background: rgba(255,255,255,0.9); width: 100%}

.to-do ul li {
    list-style: inside;
    color: #646566;
    font-size: 17px;
}


#quickform-modal .modal-content {
    background-color: #fff;
    border-radius: 0;
}

#quickform-modal label {
    color: #a42890;
    margin-bottom: 5px;
    margin-top: 5px;
}

#quickform-modal input[type="text"],
#quickform-modal input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 0;
    border-color: #000 !important;
    border-width: 1px;
}


#quickform-modal textarea {
    width: 100%;
    height: 90px;
    resize: none;
    border-color: #000 !important;
    border-width: 1px;
}

#quickform-modal .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: #a42890;
    opacity: 1;
}

#quickform-modal .modal-header .close i.fa {
    color: #fff;
}

/*---------------------Blog Page------------------*/

.blog-content {
    transition: all 0.2s ease-in-out;
    background-clip: border-box;
    border: 1px solid #e7eaf3;
    height: 100%;
    position: relative;
}

.blog-content:hover,
.blog-content:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.comment {
    border-top: 1px solid #ccc;
    position: absolute;
    width: 94%;
    bottom: 0;
    padding: 10px 0px;
}



.inner-content .list-item ul li {
    color: #525155;
    display: block;
    font-size: 15px;
    text-transform: none;
    border: 0px solid #525155;
    padding: 0px;
    margin: 0;
    min-width: auto;
    font-weight: 500;
    list-style: circle;
    list-style-position: inside;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.inner-content .list-item ul li a {
    color: #000;
}

.inner-content .list-item ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    position: absolute;
    left: 0;
    color: #a42890;
}

.inner-content .list-item ul li:hover {
    color: #525155;
    background: none;
    border: none;
}

/*----------------------------Contact page------------------*/

.contact-form {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
    padding: 35px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form input[type="range"],
.contact-form input[type="date"],
.contact-form input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0;
    padding-left: 15px;
    font-size: 15px;
    height: 44px;
}

.contact-form textarea {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0;
    padding-left: 15px;
    font-size: 15px;
}

.contact_page h3 {
    color: #0d4382;
    margin-bottom: 15px;
}

.contact_page p {
    color: #595959;
    font-size: 15px;
}


.address .table td,
.address .table th {
    padding: .75rem .75rem 0rem 0rem;
    vertical-align: middle;
    font-size: 16px;
}

.address .table {
    margin-bottom: 2rem;
}

.address .table td a {
    color: #232323;
}

.address .table td a:hover {
    color: #5f9fbb;
}

.borderless td,
.borderless th {
    border: none;
}

.address i.la {
    width: 35px;
    height: 35px;
    background-color: #a42890;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}

.contact-inner .social-link ul li {
    margin-right: 5px;
    width: 35px;
    display: inline-block;
}

.contact-inner {
    padding: 0px 50px;
}

.contact-inner span {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
}

.contact-inner .top-social ul {
    float: left;
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 25px;
}

.top-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}

.contact-form button.btn-view {
    background-color: #010101;
    color: #fff !important;
    padding: 0;
    border-radius: 0;
}

.contact-form button.btn-view:hover {
    border-color: #e39c0c !important;
}

.welcome-to-travel-inner-right {
    position: relative;
    padding-left: 0px;
}

.welcome-to-travel-inner-right img {
    outline: 0px solid #a42890;
    padding: 0;
}

/*
.welcome-to-travel-inner-right:after {
    position: absolute;
    width: 280px;
    height: 260px;
    right: 200px;
    content: "";
    background-image: url(../images/about-us-top-img2.jpg);
    top: 140px;
    background-size: cover;
    background-position: center;
}
*/


.inner-content hr:last-child {
    display: none;
}

button.elm-button {
    background: #ffffff;
    background-image: url(../images/down-arrow-1.png) !important;
    width: 78px;
    height: 42px;
    border: none;
    color: transparent;
}

.elm-button:hover,
.elm-button:active,
.elm-button:focus {
    background: none !important;
    background-image: url(../images/down-arrow-1.png) !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 7px 4px;
    letter-spacing: normal;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
}

.gform_wrapper ul.gform_fields li.gfield {
    max-width: 100%;    
    border: none;
    margin: 10px 0px;
    padding: 0;
}

.gform_wrapper ul.gform_fields li.gfield:hover {
    background: none;
    color: #525155;
}


.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 5px 4px;    
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{width: 100%!important; height: 40px; border-color: #ccc; padding-left: 10px}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background: #a42890;
    border: 2px solid #a42890;
    color: #fff;
    transition: ease-in-out 0.3s;
    border-radius: 0;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding: .375rem 1.75rem;
}

.instruction.validation_message,
.gform_wrapper span.gform_description {
    display: none !important;
}

.sgpb-popup-builder-content-582.sgpb-popup-builder-content-html {
    padding-top: 50px;
}

.sgpb-popup-builder-content-582.sgpb-popup-builder-content-html h5 {
    text-shadow: #FC0 1px 0 10px;
}

h2.widget-title {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #646566;
    padding-bottom: 20px;
}

.single .card {
    margin-bottom: 15px;
}


section#media_image-2,
section#text-2 {
    margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .owl-prev {
        left: -40px;
    }

    .owl-next {
        right: -40px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.5);
        color: #000;
        z-index: 100;
        border-radius: 50%
    }

    .owl-carousel .owl-nav button.owl-next:hover,
    .owl-carousel .owl-nav button.owl-prev:hover {
        background: rgba(255, 255, 255, 1);
        color: #000;
    }
}

@media screen and (max-width: 1400px) {}

@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1220px;
    }    
}

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

@media screen and (max-width: 1280px) {
    .owl-carousel .owl-next {
        right: -40px;
    }

    .owl-carousel .owl-prev {
        left: -40px;
    }

    .associations {
        background-position: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-light .navbar-toggler {
        position: absolute;
        top: 27px;
        right: 20px;
        z-index: 5;
        border-radius: 0;
        border-color: #a42890
    }

    .navbar-light.fixed .navbar-toggler {
        top: 16px;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
    }

    .navbar-collapse .navbar-nav {
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar-toggler i {
        color: #a42890
    }

    .pay-online {
        margin-right: 65px;
    }

    .owl-carousel .owl-next {
        right: 10px;
    }

    .owl-carousel .owl-prev {
        left: 10px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
        max-width: 100%;
        width: 50%;
        border: none
    }
    .navbar{top: auto}
    .inner-banner{margin-top: 0}
}

@media screen and (max-width: 767px) {

    .inner-banner h2 {
        font-size: 35px;                
        left: 0;
    }

    .breadcrumb {        
        left: 20px;        
    }

    .fixed-top {
        position: relative;
    }

    .navbar.fixed .navbar-brand img,
    .navbar .navbar-brand img {
        max-width: 150px;
    }

    .navbar {
        top: 0px
    }

    #bannerhome .item .content h1 {
        max-width: 100%;
        font-size: 30px;
        text-align: center
    }

    #bannerhome {
        margin-top: 0px;
    }

    .navbar-light .navbar-toggler {
        top: 15px
    }
}

@media screen and (max-width: 640px) {

    .copyright {
        text-align: center;
    }

    .copyright .col-lg-6.text-right {
        text-align: center !important;
    }

    .inner-content ul li {
        width: 90%;
    }

    .contact-inner {
        padding: 0;
    }

    .contact-form {
        padding: 25px;
    }

    .inner-explore img.img-fluid {
        margin: 10px auto;
    }

    .connect a {
        font-size: 16px;
        display: block;
    }

    .connect br {
        display: none;
    }

    .connect p {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {


    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
        max-width: 100%;
        width: 100%;
        border: none
    }

    #bannerhome .item .content h1 {
        font-size: 20px;
    }

    .home-search {
        margin-top: 20px
    }

    .home-search .search-form .btn {
        font-size: 18px;
        min-width: 100px;
        height: 52px
    }

    .home-search .search-form .form-control {
        font-size: 18px;
        height: 52px;
        padding-left: 110px
    }
}

@media screen and (max-width: 480px) {
    .d-block-480 {
        display: block
    }

    .navbar {
        top: 0;
    }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {
.navbar-light .navbar-toggler{top:11px}
    .navbar.fixed .navbar-brand img,
    .navbar .navbar-brand img {
        max-width: 120px
    }

    .pay-online {
        margin-top: 10px;
    }

    .navbar-light.fixed .navbar-toggler {
        top: 11px
    }

    .pay-online {
        margin-top: 1px
    }
}

@media screen and (max-width: 320px) {}

#blog-slider h5 a{color: #000;}
#blog-slider p a{color: #000;}

.tour_guide{position: relative;}
.tour_guide_top{}
.tour_guide_details{opacity: 0; border: 1px solid #ccc; background: #a42890; color: #fff; transition: 1s; padding: 8px; width: 100%;
 min-height: 70px; position: absolute; top: 100%; font-size: 14px; font-weight: 400;}
 .tour_guide:hover{cursor: pointer;}
.tour_guide:hover .tour_guide_details{opacity: 1; top: 50%; transform: translateY(-50%);}


.project_img{position: relative; overflow: hidden; border: 1px solid #ccc; padding: 10px;}
.project_img:before{content: '';
    text-align: center;
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: .9;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }

.project_img:hover:before{opacity: 1; z-index:1; -webkit-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    transform: scaleX(1.0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;}
    
.gallery_item_name{position: absolute; bottom: 10%; left: 10%; z-index: 9; color: #fff; font-weight: 600; opacity: 0; transition: all 0.5s ease;}
.project_img:hover .gallery_item_name{opacity: 1;}
.gallery_zoom{ position: absolute; left: 50%; top: 0; z-index: 9; margin: -25px 0 0 -25px; background: rgba(0,0,0,.5); width: 50px; height: 50px; border-radius: 50%;
  visibility: hidden;
    opacity: 0;
    transform-style: flat;
    transition: all 0.5s ease;
    text-align: center; line-height: 50px;
}
.gallery_zoom i{color: #fff;}
.project_img:hover .gallery_zoom{ position: absolute; top: 50%; background: #a42890; width: 50px; height: 50px; border-radius: 50%;
  visibility: visible;
    opacity: 1;
    
}

.gallery .project_img img{width: 100%; height: 200px; object-fit: cover;}

.pp_social {
display: none !important;
}

.cont_blog {
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.cont_blog_icon {
    background: #a42890;
    width: 80px;
    height: 80px;
    line-height: 110px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}

.contact_branch .card {
    box-shadow: 0 0 15px #ccc; min-height: 390px;
}

.contact_branch .card .card-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.contact_branch .card .card-body {
    padding: 20px 25px 5px
}

.contact_branch .card .card-body h5 {
   
    font-size: 18px;
    margin-bottom: 2px
}

.contact_branch .card .card-body p {
    font-family: 'RobotoSlab-Light';
    margin-bottom: 20px
}

.contact_branch .card .card-body ul {
    padding: 0;
    margin: 0
}

.contact_branch .card .card-body ul li {
    list-style: none;
    position: relative;
    padding-left: 55px;
}

.contact_branch .card .card-body ul li a {
    color: #000
}

.contact_branch .card .card-body ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 42px;
    content: '';
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.contact_branch .card .card-body ul li:first-child:before {
    background: url(../images/icon2.png) no-repeat center #555555;
}

.contact_branch .card .card-body ul li:nth-child(2):before {
    background: url(../images/icon3.png) no-repeat center #555555;
}

.contact_branch .card .card-body ul li:nth-child(3):before {
    background: url(../images/icon4.png) no-repeat center #555555;
}

.contact_slider.owl-carousel .owl-nav button.owl-next, .contact_slider.owl-carousel .owl-nav button.owl-prev{background: #a42890; color: #fff;} 

.myreadmore{ font-size: 15px !important;}

/*.alignnone{margin-left: 0!important}
.alignright{margin-right: 0!important; margin-left: auto!important;display: flex!important;}
.aligncenter{margin-right: auto;margin-left: auto!important; display: flex!important;}
.alignleft{margin-left: 0!important; margin-right: auto!important} */

.alignright {
    float: right;
    padding: 15px 0 15px 15px;
}

.alignleft {
    float: left;
    padding: 15px 15px 15px 0;
}


.alignnone {
    float: left;
    padding: 15px 15px 15px 0;
}

.wp-video{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

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


.itnepdf{font-weight:bold;}

button.elm-button {
    position: relative;
    margin-top: 20px;
}

button.elm-button:after {
    content: '';
    position: absolute;
    top: -80px;
    color: #646566;
    font-size: 30px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
   
}


.load-more{display:block;width:100%;text-align:center;}
.placetovisit{font-weight: bold; font-size: 22px;}
.tophead{font-size: 22px;font-weight: bold;}
.bloghead{font-size: 40px; color: #646566; letter-spacing: 1px; margin-top: 25px; margin-bottom: 25px; font-weight: 500; font-family: 'Maven Pro';
}
.seas_offer_head{margin: 0 0 15px; font-size: 20px; line-height: 22px; color: #a42890; font-weight: bold;
font-family: 'Maven Pro';}
.home_heading{letter-spacing: 4px; margin: 0; text-transform: uppercase; color: #fff !important; font-size: 22px; font-weight: bold; font-family: 'Maven Pro';}
.home_blog_head{font-size: 22px; margin-bottom: 15px; color: #525155; font-weight: bold; font-family: 'Maven Pro';}
#blog-slider .home_blog_head a {color: #000;}
.contact_add {font-size: 22px; margin-bottom: 15px; color: #525155; font-weight: bold; font-family: 'Maven Pro';}

.side_widget{font-size: 22px; margin-bottom: 15px; color: #525155; font-weight: bold; font-family: 'Maven Pro';}
/*
.g-recaptcha{
transform:scale(0.77) !important;
-webkit-transform:scale(0.77) !important;
transform-origin:0 0 !important;
-webkit-transform-origin:0 0 !important;
}

.g-recaptcha {
    transform:scale(0.77) !important;
    transform-origin:0 0!important;
	width: desired_width!important;

border-radius: 4px !important;
border-right: 1px solid #d8d8d8 !important;
overflow: hidden !important;
}*/

.myformfoot .form-control, .myformfoot .btn-purple {
    height: 74px !important;
	max-width: 304px;
	margin: 0;
	float:left;
}
.errormsg{font-size: 15px;
    color: red;}

.outer-bg h3,.outer-bg h4,.outer-bg h5,.outer-bg h6{margin:0!important;}
.banner_head{font-weight: 500;line-height: 1.2;max-width: 350px;margin: 0;color: #fff;font-size: 45px;}