body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
	background: #fff;
	color: #000;
}

a:hover {text-decoration: none;}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

/*-- header area start --*/


.hl-bar {
    width: 32px;
    cursor: pointer;
}

.hl-bar span {
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 8px 0;
    display: block;
    border-radius: 10px;
}

.header-left {
    display: flex;
}

.hl-logo img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.search input {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 15px;
    color: #040404;
    border: 0;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    background-size: 17px;
    border-radius: 0px 36px 36px 0px;;
    padding: 16px 33px;
    padding-right: 80px;
}
.search [data-drupal-selector=edit-field-category] {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 15px;
    color: #040404;
    border: 0;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    background-size: 17px;
    border-radius: 36px 0px 0px 36px;
    padding: 16px 33px;
    padding-right: 80px;
}
.search input::placeholder {
    opacity: 1;
    color: #040404;
}

.hr-link ul {
    display: flex;
    justify-content: space-between;
}

.header .container-fluid {
    max-width: 1650px;
    padding-left: 30px;
    padding-right: 30px;
}

.hr-link {
    padding-left: 30px;
}

.hr-link ul li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.hr-link ul li a:hover {
    color: #C21800;
}

.hr-link ul li a img {
    width: 45px;
}

.hr-link ul li:last-child a {
    position: relative;
}

/* .hr-link ul li:last-child a:after {
    content: "16";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #C21800;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 3px;
    position: absolute;
    top: -3px;
    right: -6px;
} */

.header-left {
    position: relative;
}

.header {
    padding: 20px 0;
}

/*-- header area end --*/

/*-- menu area start --*/

.menu-wrapper {
    background-color: #150162;
    padding: 11px 35px;
    border-radius: 36px;
}

.menu .container-fluid {
    max-width: 1650px;
    padding-left: 30px;
    padding-right: 30px;
}

.menu-left p {
    margin-bottom: 0;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.menu-middle {
    text-align: center;
}

.menu-middle ul li {
    display: inline-block;
}

.menu-middle ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    margin: 0px 30px;
    position: relative;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    text-transform: uppercase;
}

.menu-middle ul li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #8B7DB7;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.menu-middle ul li a:hover:after {
    width: 70%;
}

.menu-middle ul li a.is-active:after {
    width: 70%;
}

.menu-right p {
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #fff;
}

/*-- menu area end --*/

/*-- hero area start --*/

.hero-left-text > p {
    font-size: 22px;
    color: #4A4A4A;
    font-weight: 500;
    margin-bottom: 6px;
}

.hero-left-text h1 {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: #140162;
}

.hero-left-text h6 {
    font-size: 25px;
    color: #4A4A4A;
    font-weight: 400;
    margin-top: 20px;
}

.hero-left-text span p {
    display: block;
    font-size: 13px;
    color: #737B7D;
    margin-top: 15px;
}

.hero-left-text a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background-color: #150162;
    padding: 13px 48px;
    border-radius: 36px;
    margin-top: 30px;
    box-shadow: 0px 10px 20px rgba(20, 1, 98,.26);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
		font-family: 'Playfair Display', serif;
}

.hero-left-text a:hover {
    opacity: .7;
    color: #fff;
}

.hero-left-social {
    margin-top: 35px;
}

.hero-left-social ul {
    margin-left: 20px;
}

.hero-left-social ul li {
    display: inline-block;
}

.hero-left-social ul li a {
    display: inline-block;
    color: #000;
    margin-right: 25px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.hero-left-social ul li a:hover {
    color: #150162;
}

.hero-right img {
    display: inline-block;
    width: 240px;
    max-width: 100%;
		filter: drop-shadow(4px 3px 2px gray);
    height: auto;
}

.hero-right p {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    color: #4A4A4A;
    max-width: 360px;
    margin: auto;
}

.hero-right h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #4A4A4A;
    font-size: 40px;
    margin-top: 10px;
}

.hero-right {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 33px 43px 36px rgba(0,0,0,.03);
    width: 500px;
    height: 500px;
    margin-left: auto;
    padding: 60px 0px;
    position: relative;
}

.hero-right:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/background/grid1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 0;
    bottom: 52px;
    position: absolute;
    z-index: -2;
}

.hero-right:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/background/grid1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 87px;
    position: absolute;
}

.hgb {
    background-image: url(../images/background/hgb.png);
    background-repeat: no-repeat;
    background-position: top -94px left 0px;
    background-size: 100% 92%;
}

.hero {
    margin-top: 80px;
    position: relative;
}

.hero:after {
    content: "";
    display: block;
    width: 49%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background-image: url(../images/background/leftbg.png);*/
    background-repeat: no-repeat;
    background-size: 83% 73%;
    background-position: top 0px right 0px;
    z-index: -2;
}

/*-- hero area end --*/

/*-- product area start --*/
.proheading h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.proheading h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #C21800;
    position: absolute;
    left: 0;
    bottom: 0;
}

.proheading p {
    display: block;
    font-size: 13px;
    color: #737B7D;
}

.proleft {
    background-color: #150162;
    border-radius: 16px;
    padding: 40px 0;
}

.proleft h3 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 30px;
}

.proleft ul li a {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #fff;
    padding: 17px 35px;
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    position: relative;
	line-height: 18px;
}

.proleft ul li a.activecata {
    background-color: #2809A5;
}

.proleft ul li a:after {
    content: "";
    display: block;
    width: 86%;
    height: 1px;
    background-color: #2809A5;
    position: absolute;
    left: 16px;
    bottom: 0;
    margin: auto;
}

.proleft ul li a:hover {
    background-color: #2809A5;
	color:#fff;
}

.proleft ul li:last-child a {
    text-decoration: underline;
    opacity: .7;
}

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

.proleft ul li:last-child a:hover {
    background: none;
    opacity: 1;
}

.cp-one-imgc {
    position: relative;
}

.cp-one-img img {
    display: block;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.cp-one-img-link ul li {
    margin-bottom: 10px;
}

.cp-one-img-link ul li img {
    display: inline-block;
    width: 36px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.cp-one-img-link ul li img:hover {
    opacity: .7;
}

.cp-one-img-link {
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    z-index: 1;
}

.cp-one-imgc:hover .cp-one-img-link {
    transform: scale(1);
}

.img-itel {
    margin-top: 20px;
    padding-left: 10px;
}

.img-itel p {
    display: block;
    font-size: 13px;
    color: #737B7D;
    margin-bottom: 10px;
}

.img-itel p a {
    color: #737B7D;
}

.img-content {
    padding-left: 10px;
    padding-right: 15px;
}

.img-content p {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.img-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 29px;
    margin-bottom: 0;
    margin-top: 14px;
}

.img-content h3 del {
    font-size: 17px;
    opacity: .5;
    margin-left: 15px;
}

.cp-one {
    margin-bottom: 35px;
    position: relative;
}

.prolist {
    margin-top: 70px;
}

.product {
    padding: 80px 0;
}

/*-- product area end --*/

/*-- latest area start --*/
.latest-wrapper {
    background-image: url(../images/background/bbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-left: 50px;
}

.latest-left p {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.latest-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    letter-spacing: 3px;
    line-height: 1.4;
    font-weight: 400;
}

.latest-left a {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 36px;
    padding: 6px 19px;
    margin-top: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.latest-left a:hover {
    background-color: #fff;
    border-color: #fff;
}

.latest-right img {
    display: block;
    width: 400px;
    margin-left: auto;
}

/*-- latest area end --*/

/*-- items area start --*/
.items {
    background-image: url(../images/background/two.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 120px 0;
    background-size: cover;
    max-width: 1650px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

.items:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 30px;
    top: 30px;
    background-image: url(../images/background/rg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.items:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -56px;
    bottom: -31px;
    background-image: url(../images/background/rg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.imce-content-status .items{
    background-image: none;
    padding: 0px;
    margin: unset;
    padding-left: unset;
    padding-right: unset;
    margin-top: unset;
    margin-bottom: unset;
}
.imce-content-status .items:after, .imce-content-status .items:before{
    content: none;
}
.items-heading h2 {
    font-size: 34px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 35px;
}

.items-tab .nav-tabs .nav-link {
    border-radius: 0;
}

.items-tab .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.items-tab .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: none;
    border-color: transparent;
    color: #ffff;
    opacity: 1;
    font-weight: 600;
    position: relative;
}

.items-tab .nav-tabs .nav-link.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 110%;
    border: 2px solid #fff;
    border-radius: 36px;
    left: 0px;
    top: 0;
}

.items-tab .nav-tabs {
    border: 0;
}

.items-tab .nav {
    align-items: center;
    justify-content: center;
}

.items-content p{
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.items-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 8px;
    color: #fff;
}

.items-content h3  del {
    font-size: 22px;
    opacity: .4;
    margin-left: 10px;
}

.items-content {
    padding-left: 20px;
    margin-top: 15px;
}

.owl-control {
    display: flex;
}

.items-slider {
    position: relative;
}

.owlc-prev {
    position: absolute;
    left: -122px;
    top: 30%;
    z-index: 5000;
    cursor: pointer;
}

.owlc-next {
     position: absolute;
    right: -122px;
    top: 30%;
    z-index: 5000;
    cursor: pointer;
}

.owlc-prev img {
    display: inline-block;
    width: 65px;
}

.owlc-next img {
    display: inline-block;
    width: 65px;
}

.items-tab nav a {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: #fff;
    opacity: .8;
    margin: 0px 30px;
}

.items-slider {
    margin-top: 70px;
}

/*-- items area end --*/

/*-- recent area start --*/
.rco-img img {
    display: block;
    width: 100%;
}

.rco-content {
    margin-top: 16px;
}

.rco-content ul li {
    display: inline-block;
    margin-right: 30px;
    color: #9E9E9E;
    font-size: 14px;
}

.rco-content ul li a {
    display: inline-block;
    color: #9E9E9E;
    font-size: 14px;
}

.rco-content ul li span {
    margin-right: 10px;
    font-size: 16px;
}

.rco-content ul li span img {
    width: 14px;
    height: 16px;
}

.rco-content h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Playfair Display', serif;
    display: block;
    margin-top: 16px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.rco-content h4 a:hover {
    opacity: .7;
}

.rco-content p {
    font-size: 14px;
    color: #737B7D;
    margin-bottom: 10px;
}

.rco-content a#readmore {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    text-decoration: underline;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.rco-content a#readmore:hover {
    opacity: .7;
}

.recent-link a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background-color: #150162;
    border-radius: 36px;
    padding: 15px 45px;
    box-shadow: 0px 10px 20px rgba(20, 1, 98,.26);
    margin-top: 40px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.recent-link a:hover {
    opacity: .7;
}

.recent-block {
    margin-top: 50px;
}

.recent {
    padding-bottom: 70px;
}

.latest-two .latest-wrapper {
    background-image: url(../images/background/ybg.png);
}

.latest-two .latest-right img {
    width: 450px;
}

.ts-one-heading {
    display: flex;
    align-items: center;
}

.ts-oneh-left img {
    width: 85px!important;
}

.ts-oneh-left {
    margin-right: 18px;
}

.ts-oneh-right h5 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
}

.ts-oneh-right p {
    margin-bottom: 0;
    font-size: 18px;
    color: #090909;
    font-weight: 400;
}

.ts-one-content {
    margin-top: 30px;
}

.ts-one-content p {
    font-size: 17px;
    color: #737B7D;
    margin-bottom: 0;
    line-height: 1.5;
}

.ts-one-heading {
    padding-left: 40px;
}

.ts-one {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 45px 80px 25px;
    background-image: url(../images/background/quete.png);
    background-repeat: no-repeat;
    background-position: right 30px bottom 30px;
    background-size: 150px;
}

.testmonial {
    background-color: #F2F6FF;
    max-width: 1650px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 40px;
    border-radius: 60px;
    margin-top: 80px;
    position: relative;
}

.testmonila-slider {
    margin-top: 60px;
}

.testmonila-slider .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 5px;
    border-radius: 10px;
    background-color: #150556;
    opacity: .5;
}

.testmonila-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 24px;
    opacity: 1;
}

.testmonila-slider button {
    outline: none;
}

.testmonila-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
}

.testmonial:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url(../images/background/grid3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right:  35px;
    top: 100px;
}

.testmonial:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 120px;
    position: absolute;
    background-image: url(../images/background/grid4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left:  -46px;
    bottom: 165px;
}

.testbg {
    position: relative;
}

.testbg:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 48px;
    top: 25px;
    background-color: #aaa;
    opacity: .6;
}

.testbg:before {
    content: "";
    display: inline-block;
    width: 120px;
    height: 2px;
    position: absolute;
    right: 10px;
    bottom: 35px;
    background-color: #140162;
    opacity: 1;
}

/*-- recent area end --*/


/*-- service area start --*/
.sb-one {
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.sb-one:hover {
    box-shadow: 21px 20px 29px rgba(197, 197, 197,.16);
}

.sb-one-img {
    height: 84px;
}

.sb-one-img img {
    display: inline-block;
    margin-bottom: 25px;
}

.sb-one-content h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 17px;
}

.sb-one-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #737B7D;
}

.service-block {
    margin-top: 30px;
}

.service {
    margin-top: 80px;
}

/*-- service area end --*/

/*-- logo area start --*/
.logo-items img {
    max-width: 100%;
    width: inherit!important;
}

.logo {
    padding: 80px 0;
}

/*-- logo area end --*/

/*-- newslatter area start --*/

.news-left img {
    display: block;
    width: 100%;
}

.news-right h3 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 22px;
}

.news-right input[type=email] {
    width: 575px;
    border: 0;
    border-radius: 36px;
    background-color: #F2F6FF;
    padding: 15px 30px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    height: auto;
}

.news-right input[type=submit] {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    border: 0;
    outline: none;
    background-color: #150162;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    /* margin-left: 10px; */
    padding: 11px 50px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.news-right input[type=submit]:hover {
    opacity: .7;
}

.news-right {
    margin-left: 30px;
}

.newslatter {
    /* padding-top: 40px; */
    padding-bottom: 50px;
}

/*-- newslatter area end --*/


/*-- footer area start --*/

.footer {
    background-color: #191919;
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer-one-heading h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.footer-one-heading {
    margin-bottom: 35px;
}

.footer-one-content ul li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    opacity: .7;
}

/* .footer-one-content ul li:nth-child(1) {
    opacity: .5;
}

.footer-one-content ul li:nth-child(2) {
    opacity: .5;
} */

.fotter-form {
    background-color: #fff;
}

.fotter-form input {
    border: 0;
    outline: none;
    font-size: 14px;
    width: 230px;
    opacity: .8;
    padding: 16px 18px;
}

.fotter-form button {
    display: inline-block;
    background-color: #32353C;
    font-size: 15px;
    color: #fff;
    padding: 16px 26px;
    border: 0;
    outline: none;
    float: right;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.fotter-form button:hover {
    opacity: .7;
}

.footer-para {
    margin-top: 15px;
}

.footer-para p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    opacity: .7;
    line-height: 1.9;
}

.payment-wrapper h4 {
    color: #2B2B2B;
    font-size: 20px;
    margin-bottom: 30px;
}

.payment-wrapper ul li {
    display: inline-block;
}

.payment-wrapper ul li img {
    display: inline-block;
    width: 40px;
    margin-right: 15px;
}
.payment-wrapper .right-side ul li img{
	width: 60px;
	height: auto;
}
.payment {
    margin-top: 50px;
}

div#block-paymentmethods ul li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 30px;
}

div#block-paymentmethods ul li img {
    width: 70px;
    margin-top: 10px;
}

.footer-two-content ul li:nth-child(1) {
    opacity: .7;
}

.footer-two-content ul li:nth-child(2) {
    opacity: .7;
}

.footer-two-content ul li a {
    color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.footer-two-content ul li:hover {
    opacity: 1;
}

/*-- footer area end --*/

/*-- copy area start --*/
.copy {
    background-color: #191919;
    padding-left: 80px;
    padding-right: 80px;

}

.copy-border {
    border-top: 1px solid rgba(188, 188, 188,.7);
    padding: 25px 0;
}

.copy-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy-wrapper p{
    opacity: 1;
}
.copy-wrapper p {
    margin-bottom: 0;
    color: #fff;
    opacity: .7;
}

/*-- copy area end --*/

/*-- sm-header area start --*/
.smh-right ul {
    display: flex;
    justify-content: space-evenly;
}
.smh-right ul li {
    display: inline-block;
}

.smh-right ul li a {
    display: inline-block;
    font-size: 15px;
    color: #000;
    margin-left: 15px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.smh-right ul li a:hover {
    color: #C21800;
}

.smh-right ul li:nth-child(3) a img {
    width: 30px;
    display: inline-block;
    position: relative;
    top: -15px;
}

.smh-right ul li:nth-child(3) a {
    position: relative;
}

/* .smh-right ul li:nth-child(3) a:after {
    content: "16";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #C21800;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 3px;
    position: absolute;
    top: -26px;
    right: -6px;
} */

.smh-right ul li:nth-child(4) a img {
    width: 17px;
    display: inline-block;
    position: relative;
    /* top: -16px; */
}

.sm-header {
    padding: 15px 0;
}

.serbox-wrapper {
    position: relative;
}

.serch-box {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
    border-radius: 36px;
}

.serch-box input {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 36px;
    padding: 15px 18px;
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,.5);
    padding-right: 50px;
    color: #000;
}

.serch-box input::placeholder {
    opacity: 1;
}

.serch-box button {
    display: inline-block;
    border: 0;
    outline: none;
    background: none;
    position: absolute;
    right: 8px;
    bottom: 15px;
}

.serch-box button img {
    display: inline-block;
    width: 16px;
}

.over {
    position: relative;
    z-index: 20;
    overflow: hidden;
}

.over:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: -2;
}

/*-- sm-header area end --*/


/*-- menu area start --*/


.menu-sm-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.logom img {
    display: inline-block;
    width: 290px;
    position: relative;
    top: 10px;
	height:auto !important;
}

.menu-sm-items .menu-middle{
    text-align: left!important;
}

.menu-sm-items ul li {
    display: block;
}

.menu-sm-items ul li a {
    color: #150162;
    margin: 6px 0;
}

.menu-sm-items {
    margin-top: 20px;
    display: none;
}
/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 1361px) and (max-width: 1760px) {
    .hl-logo img {
        max-width: 100%;
    }

    .hr-link {
        padding-left: 0px;
    }

    .menu-middle ul li a {
        font-size: 15px;
        margin: 0px 20px;
    }

    .menu-right p {
        font-size: 14px;
    }

    .items {
        margin-left: 40px;
        margin-right: 45px;
    }

    .items::before {
        right: -35px;
    }

    .owlc-prev img {
        display: inline-block;
        width: 50px;
    }

    .owlc-next img {
        display: inline-block;
        width: 50px;
    }

    .owlc-prev {
        position: absolute;
        left: -65px;
    }

    .owlc-next {
        position: absolute;
        right: -65px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {

    .hl-logo img {
        max-width: 100%;
    }

    .hr-link {
        padding-left: 0px;
    }

    .menu-middle ul li a {
        font-size: 15px;
        margin: 0px 12px;
    }

    .items {
        overflow: hidden;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hl-logo img {
        width: 100%;
        margin-left: 15px;
    }

    .menu-middle ul li a {
        margin: 0px 10px;
    }

    .hero-right {
        width: 450px;
        height: 450px;
    }

    .proleft ul li a {
        padding: 17px 15px;
    }

    .items {
        overflow: hidden;
    }

    .news-right input[type=email]{
        width: 450px;
    }

    .fotter-form input[type=submit] {
        width: 170px;
    }
}

    /*
    ====================================
    Small Screen - Tablate
    ====================================
    */
@media screen and (min-width: 768px) and (max-width: 991px) {


    .hero-right {
        width: 320px;
        height: 320px;
        margin: auto;
            margin-top: auto;
        margin-top: 30px;
    }

    .hero-right img {
        display: inline-block;
        width: 100px;
    }

    .proleft ul li a {
        padding: 17px 20px;
    }

    .latest-right img {
        width: 300px;
    }

    .latest-left h2 {
        font-size: 28px;
    }

    .items {
        overflow: hidden;
    }

    .recent-one {
        margin-top: 35px;
    }

    .latest-two .latest-right img {
        width: 305px;
    }

    .ts-one-heading {
        padding-left: 0px;
    }

    .news-right input[type=email] {
        width: 324px;
    }

    .footer-one-heading {
        margin-bottom: 15px;
    }

    .footer-one {
        margin-bottom: 40px;
    }

    .fotter-form input {
        width: 210px;
    }
}

    /*
    ====================================
    Small Screen - Mobile
    ====================================
    */
@media screen and (min-width: 576px) and (max-width: 767px) {

    .hero-left {
        text-align: center;
    }

    .hero-right {
        width: 320px;
        height: 320px;
        margin: auto;
        margin-top: 30px;
    }

    .hero-right img {
        display: inline-block;
        width: 100px;
    }

    .proleft {
        margin-bottom: 30px;
    }

    .product {
        padding: 40px 0;
    }

    .latest-wrapper {
        padding: 15px;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 0;
    }

    .latest-right img {
        width: 113%;
        margin-top: 35px;
    }

    .items-tab nav a {
        margin: 0px -5px;
     }

     .items-tab .nav-tabs .nav-link.active::after {
         left: -1px;
     }

     .owlc-next {
         position: inherit;
     }

     .owlc-prev {
         position: inherit;
     }

     .owl-control {
         align-items: center;
         justify-content: center;
         margin-top: 20px;
    }

    .owlc-prev img {
        display: inline-block;
        width: 45px;
        margin: 0px 15px;
    }

    .owlc-next img {
        display: inline-block;
        width: 45px;
        margin: 0px 15px;
    }

    .recent-one {
        margin-top: 25px;
    }

    .latest-two .latest-right img {
        width: 100%;
    }

    .testmonial {
        margin-top: 35px;
        padding: 40px 0;
        border-radius: 20px;
    }

    .testbg::after {
        content: none;
    }

    .testbg::before {
        content: none;
    }

    .testmonial::after {
        width: 50px;
        height: 50px;
        right: 35px;
        top: 137px;
    }

    .testmonila-slider {
        margin-top: 30px;
    }

    .ts-one-heading {
        padding-left: 0px;
    }

    .testmonila-slider .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 24px;
    }

    .service {
        margin-top: 40px;
    }

    .sb-one {
        text-align: center;
    }

    .newslatter {
        margin-top: 0px;
    }

    .news-left img {
        width: 35%;
        margin: auto;
        margin-bottom: 25px;
    }

    .news-right {
        margin-left: 0px;
        text-align: center;
    }

    .news-right h3 {
        text-align: center;
    }

    .news-right input[type=email] {
        width: 100%;
    }

    .news-right input[type=submit] {
        margin-top: 25px;
    }

    .items {
        overflow: hidden;
    }

    .footer-one-heading {
        margin-bottom: 15px;
    }

    .footer-one {
        margin-bottom: 35px;
    }

    .fotter-form input {
        width: 64%;
    }

    .copy {
        padding-left: 0;
        padding-right: 0;
    }

    .copy-wrapper {
        display: block;
        text-align: center;
    }
}

    /*
    ====================================
    Xtra Small Screen - Small Mobile
    ====================================
    */
@media screen and (max-width: 576px) {

    .hero-left {
        text-align: center;
    }

    .hero-right {
        width: 320px;
        height: 320px;
        margin: auto;
        margin-top: 30px;
    }

    .hero-right img {
        display: inline-block;
        width: 100px;
    }

    .proleft {
        margin-bottom: 30px;
    }

    .product {
        padding: 40px 0;
    }

    .latest-wrapper {
        padding: 15px;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 0;
    }

    .latest-right img {
        width: 113%;
        margin-top: 35px;
    }

    .items-tab nav a {
        margin: 0px -5px;
     }

     .items-tab .nav-tabs .nav-link.active::after {
         left: -1px;
     }

     .owlc-next {
         position: inherit;
     }

     .owlc-prev {
         position: inherit;
     }

     .owl-control {
         align-items: center;
         justify-content: center;
         margin-top: 20px;
    }

    .owlc-prev img {
        display: inline-block;
        width: 45px;
        margin: 0px 15px;
    }

    .owlc-next img {
        display: inline-block;
        width: 45px;
        margin: 0px 15px;
    }

    .recent-one {
        margin-top: 25px;
    }

    .latest-two .latest-right img {
        width: 100%;
    }

    .testmonial {
        margin-top: 35px;
        padding: 40px 0;
        border-radius: 20px;
    }

    .testbg::after {
        content: none;
    }

    .testbg::before {
        content: none;
    }

    .testmonial::after {
        width: 50px;
        height: 50px;
        right: 35px;
        top: 137px;
    }

    .testmonila-slider {
        margin-top: 30px;
    }

    .ts-one-heading {
        padding-left: 0px;
    }

    .testmonila-slider .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 24px;
    }

    .service {
        margin-top: 40px;
    }

    .sb-one {
        text-align: center;
    }

    .newslatter {
        margin-top: 0px;
    }

    .news-left img {
        width: 35%;
        margin: auto;
        margin-bottom: 25px;
    }

    .news-right {
        margin-left: 0px;
        text-align: center;
    }

    .news-right h3 {
        text-align: center;
    }

    .news-right input[type=email] {
        width: 100%;
    }

    .news-right input[type=submit]{
        margin-top: 25px;
    }

    .items {
        overflow: hidden;
    }

    .footer-one-heading {
        margin-bottom: 15px;
    }

    .footer-one {
        margin-bottom: 35px;
    }

    .fotter-form input {
        width: 64%;
    }

    .copy {
        padding-left: 0;
        padding-right: 0;
    }

    .copy-wrapper {
        display: block;
        text-align: center;
    }
}

/*-- menu area end --*/

ul.terms{list-style-type:"→";}

ul.terms li{padding-left:10px;}

.items-one{
    position: relative;
}
