@import url('../css-2');

body,
html {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #959ba9;
    font-weight: 400;
    letter-spacing: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    color: #2304e3;
    margin: 0 0 15px
}

.barlow {
    font-family: 'Barlow Condensed', sans-serif
}

a {
    color: #ff5e14;
    text-decoration: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #000
}

p {
    margin: 0;
    color: #444;
    font-family: 'K2D', sans-serif
}

.topbar {
    background: #2304e3;
    position: relative;
    overflow: hidden
}

button:focus {
    outline: 0
}

b,
strong {
    font-weight: 500
}

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

ul,
ol {
    padding: 0
}

.topbar:before {
    position: absolute;
    width: 19%;
    height: 100%;
    content: '';
    /* background: #ff1f7e;
    background: -webkit-linear-gradient(to right, #ff1f7e, #ffa455);
    background: linear-gradient(to right, #ff1f7e, #ffa455); */
    background:white;
    left: -22px;
    top: 0;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg)
}

.topbar .header-container {
    position: relative;
    z-index: 2
}

.logo {
    position: relative;
    max-width: 398px;
    padding: 9px 0 8px
}

.logo img {
    height: 61px;
    width: auto;
    max-width: 100%
}

.topbar_right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end
}

.topbar_element {
    position: relative
}

.search_element {
    margin-right: 15px;
    padding-top: 4px;
    margin-left: 10px
}

.search_element form {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #707f9f
}

.search_element i {
    line-height: 26px;
    margin-right: 7px;
    position: relative;
    top: -1px
}

.search_element input[type="search"] {
    border: none;
    padding: 0;
    background: transparent;
    margin: 0;
    border-radius: 0;
    width: 190px;
    color: #a9b2c7;
    font-size: 12.8px
}

.search_element input[type="search"]::-moz-placeholder {
    color: #a9b2c7 !important;
    opacity: 1 !important
}

.search_element input[type="search"]::-ms-input-placeholder {
    color: #a9b2c7 !important;
    opacity: 1 !important
}

.search_element input[type="search"]::-webkit-input-placeholder {
    color: #a9b2c7 !important;
    opacity: 1 !important
}

.info_element {
    line-height: .8;
    text-align: left;
    padding-left: 26px;
    top: 28px;
    margin-right: 45px
}

.info_element i {
    font-size: 14px;
    color: #ff5e14;
    position: absolute;
    left: 0;
    top: 4px
}

.info_element h5 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 17px;
    line-height: inherit
}

.info_element p {
    color: #a9b2c7;
    margin: 0;
    line-height: inherit
}

.info_element p a {
    color: inherit
}

.info_element p a:hover {
    color: #ff5e14
}

.mobileMenuBar {
    display: none
}

.nav_bar {
    background: #fff;
    min-height: 54px;
    position: relative
}

.nav_bar .right_bgs {
    width: calc(24.79166666666667% - 36px);
    height: 64px;
    background: #ffa455;
    background: -moz-linear-gradient(left, #ffa455 0, #ff1f7e 100%);
    background: -webkit-linear-gradient(left, #ffa455 0, #ff1f7e 100%);
    background: linear-gradient(to right, #ffa455 0, #ff1f7e 100%);
    position: absolute;
    right: 0;
    bottom: 0
}

.nav_bar .right_bgs:before {
    width: 40px;
    height: 60px;
    border-style: solid;
    border-width: 0 38px 64px 0;
    border-color: transparent #ffa455 transparent transparent;
    background: transparent;
    position: absolute;
    left: -40px;
    top: 0;
    content: ''
}

.mainmenu {
    position: relative;
    line-height: .8;
    text-align: left
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    line-height: .8
}

.mainmenu ul li {
    list-style: none;
    display: inline-block;
    line-height: .8;
    margin-right: 64px;
    padding: 22px 0 19px;
    position: relative
}

.mainmenu ul li:last-child {
    margin-right: 0
}

.mainmenu>ul>li>a {
    font-size: 14px;
    color: #555;
    display: inline-block;
    line-height: .85;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -moz-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -ms-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -o-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-size: 200% 100%;
    background-position: 100%
}

.mainmenu ul li:hover>a,
.mainmenu ul li.current-menu-item>a {
    transition: all .4s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0
}

.mainmenu ul.sub_menu {
    position: absolute;
    width: 260px;
    padding: 0;
    background: #fcfcfc;
    top: 150%;
    left: 0;
    z-index: 999;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    text-align: left
}

.mainmenu ul.sub_menu li ul.sub_menu {
    left: 100%
}

.mainmenu ul li:hover>ul.sub_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.mainmenu ul.sub_menu li:hover ul.sub_menu {
    top: 0;
    opacity: 1;
    visibility: visible
}

.mainmenu ul.sub_menu li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0
}

.mainmenu ul.sub_menu li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    color: #444;
    border-bottom: 1px solid rgba(168, 166, 166, 0.3);
    padding: 14px 10px
}

.mainmenu ul.sub_menu li a:hover {
    padding-left: 13px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -moz-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -ms-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -o-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-size: 200% 100%;
}

.mainmenu ul.sub_menu li:last-child>a {
    border-bottom: none
}

.top_social {
    position: relative;
    z-index: 2;
    line-height: .8;
    padding-top: 15px
}

.top_social a {
    font-size: 13px;
    line-height: .8;
    letter-spacing: 0;
    color: #222;
    margin-left: 7px;
    border: 1px solid #222;
    padding: 5px 6px;
    border-radius: 50%
}

.top_social a:first-child {
    margin-left: 0
}

.top_social a:hover {
    color: #fff;
    border: 1px solid #fff
}

.submenu_toggler {
    display: none
}

.contact-info {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    top: 0
}

.contact-info .box {
    width: 100%;
    margin: 0;
    padding: 30px 30px 30px 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s
}

.contact-info .box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    margin-top: 3px
}

.contact-info ul.contact-info-listing li {
    margin-right: 70px
}

.contact-info ul.contact-info-listing li:last-child {
    margin-right: 0
}

.contact-info ul.contact-info-listing li a {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    align-content: flex-start
}

.contact-info ul.contact-info-listing li a.desk-only {
    display: flex !important;
    display: -webkit-flex !important
}

.contact-info ul.contact-info-listing li a .img-box {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #222;
    margin-right: 8px;
    vertical-align: top
}

.contact-info ul.contact-info-listing li a .img-box .fa {
    line-height: normal
}

.contact-info ul.contact-info-listing li a .img-box .fa-whatsapp {
    color: #4fce5d
}

.contact-info ul.contact-info-listing li a .img-box .fa-envelope {
    color: #d44638
}

.contact-info ul.contact-info-listing li a .img-box .fa-phone-square {
    color: #40a3f1
}

.contact-info ul.contact-info-listing li a .data {
    display: inline-block;
    vertical-align: top
}

.contact-info ul.contact-info-listing li a .data span {
    font-size: 12px;
    color: white;
    font-weight: 400;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left
}

.contact-info ul.contact-info-listing li a .data p {
    font-size: 13px;
    line-height: 14px;
    color: white;
    margin: 0;
    font-weight: 600;
    font-family: 'ubuntu', sans-serif
}

.contact-info .social-list li,
.footer .social-list li {
    margin-left: 5px
}

.contact-info .social-list li a,
.footer .social-list li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #333;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 32px
}

.contact-info .box {
    padding: 10px 30px 12px 130px
}

.contact-info ul.contact-info-listing li a .img-box {
    font-size: 34px;
    line-height: 34px;
    vertical-align: bottom;
    color: white;
}

.contact-info .social-list li a {
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px
}

.contact-info .social-list li a .fa {
    line-height: 28px
}

.contact-info ul.contact-info-listing li .data span {
    font-size: 12px;
    line-height: 16px
}

.contact-info ul.contact-info-listing li a .data p {
    line-height: 18px
}

.itm-cont {
    position: absolute;
    height: 20px;
    width: 20px !important;
    display: inline-block !important;
    background: #ff0000;
    text-align: center !important;
    line-height: 19px !important;
    border-radius: 50%;
    color: #fff !important;
    left: -18px;
    font-size: 12px;
    top: -6px
}

.prelative {
    position: relative
}

.mt-16 {
    margin-top: 16px !important
}

@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0
    }

    100% {
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0
    }

    100% {
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1
    }

    100% {
        transform: translateZ(-300px);
        opacity: 0
    }
}

.fixedHeader {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05)
}

footer {
    padding: 0;
    padding-bottom: 0;
    position: relative;
    background: linear-gradient(75deg, #0B1233 10%, #2304e3) !important
}

.foot-link {
    border-bottom: 1px solid #0a0b12;
    margin-bottom: 30px
}

.foot-link ul {
    margin: 0;
    padding: 0
}

.foot-link li {
    display: inline-block;
    margin-right: 62px
}

.foot-link li:last-child {
    margin-right: 0
}

.foot-link li a {
    font-size: 14px;
    display: inline-block;
    padding: 15px 0;
    color: #b5b5b5
}

.velaBlock {
    margin-bottom: 16px
}

.flexJustifyCenter {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.d-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.footerSocial .velaSocial {
    position: relative
}

.footerSocial .velaSocial::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #0a0b12;
    left: 0;
    top: 49%;
    position: absolute
}

.footerSocial .velaListSocial {
    text-align: center;
    margin: 0;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 0 35px;
    background: linear-gradient(75deg, #081344 10%, #07144e) !important
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.footerSocial .velaListSocial a {
    font-size: 18px;
    padding: 15px 0
}

.velaListSocial a {
    color: #555;
    line-height: 30px;
    display: block;
    margin: 0 5px;
    font-size: 20px
}

.vela-contactinfo {
    color: #b5b5b5;
    margin-bottom: 30px;
    margin-top: 10px
}

.vela-contactinfo li {
    position: relative;
    padding: 0 25px;
    display: inline-block;
    font-size: 14px
}

.vela-contactinfo li .lnr {
    font-size: 14px;
    position: relative;
    bottom: -1px
}

.vela-contactinfo li:first-child {
    padding-left: 0
}

.vela-contactinfo li:last-child {
    padding-right: 0
}

.velaCopyRight {
    padding: 15px 0
}

.velaCopyRight p {
    color: #acacac;
    font-family: 'Kanit', sans-serif
}

.footer-box {
    background-color: #060d2e87;
    border-radius: 3px;
    padding: 15px;
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.footer-box i {
    font-size: 65px;
    color: #444;
    margin: -4px 20px 0 10px
}

.footer-box a i {
    font-size: 16px;
    color: #b5b5b5;
    margin: 0 !important;
    padding-right: 5px
}

.footer-box a {
    color: #b5b5b5 !important;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    text-transform: lowercase
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0
}

.footer-box p {
    text-transform: capitalize;
    font-size: 15px;
    color: #b5b5b5;
    margin-bottom: 0;
    padding-bottom: 0
}

.footer-box strong {
    display: block;
    line-height: 1.4;
    font-size: 15px;
    color: #b5b5b5;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 6px;
    font-family: 'Kanit', sans-serif;
    letter-spacing: .5px
}

.vela-relatedlink {
    border-top: 1px solid #0a0b12;
    padding: 13px 0
}

.vela-relatedlink .related-link {
    list-style: none;
    text-align: left !important;
    margin-bottom: 0
}

.vela-relatedlink .related-link li {
    display: inline-block;
    font-size: 14px;
    width: 24.7%;
    line-height: 35px
}

.vela-relatedlink .related-link li a {
    color: #b5b5b5 !important
}

.vela-relatedlink .related-link li:before {
    content: "\f15e";
    font-family: Flaticon;
    padding-right: 5px;
    color: #f6391b;
    font-size: 13px
}

.velaReviews {
    border-top: 1px solid #0a0b12;
    border-bottom: 1px solid #0a0b12;
    padding: 10px 0;
    text-align: left
}

.velaReviews a.pay {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    border: 1px solid #ddd;
    padding: 8px 35px;
    border-radius: 4px;
    background: linear-gradient(to top, #aeabab, 20%, #fafafa);
    position: absolute;
    top: 15px
}

.velaReviews a.pay img {
    margin-left: 5px;
    margin-top: -3px
}

.velaReviews p {
    font-family: 'K2D', sans-serif;
    margin-bottom: 0;
    color: #444
}

.google-review {
    position: relative;
    top: 20px
}

.google-review img {
    width: 210px
}

.whatsapp-btn {
    position: fixed;
    left: 10px;
    bottom: 2px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    text-align: center
}

.whatsapp-btn img {
    width: 40px
}

.color666 {
    color: #444
}

.lh-28 {
    line-height: 25px
}

.pmt-15 {
    margin-top: 15px
}

.mt-25 {
    margin-top: 25px
}

.pmt-15 {
    margin-top: 15px
}

.lh-28 {
    line-height: 25px
}

.lh-22 {
    line-height: 22px
}

.mt-13 {
    margin-top: 13px
}

.slider.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 0);
    font-size: 45px;
    line-height: .8;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms
}

.slider.owl-carousel .owl-nav button:hover {
    color: #eee
}

.slider.owl-carousel .owl-nav button:focus {
    outline: 0
}

.slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    position: absolute;
    top: 40%
}

.slider.owl-carousel .owl-nav button.owl-prev:hover {
    left: 25px
}

.slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
    position: absolute;
    top: 40%
}

.slider.owl-carousel .owl-nav button.owl-next:hover {
    right: 25px
}

.shipping-info li {
    list-style: none;
    float: left;
    width: 25%;
    padding: 15px 0;
    padding-left: 15px;
    padding-bottom: 7px;
    border-right: 1px solid #ddd
}

.shipping-info li:first-child {
    border-left: 1px solid #ddd
}

.shipping-info .media-body {
    padding-bottom: 0
}

.shipping-info {
    border: 1px solid #eee;
    position: relative;
    top: -2px;
    background: #fafafa;
    background: linear-gradient(to bottom, #fffaf5 0, #f8ecff 100%)
}

.shipping-info li i {
    font-size: 38px;
    color: #08c;
    margin-right: 10px;
    line-height: 36px
}

.shipping-info li h5 {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 2px
}

.shipping-info ul span {
    font-size: 13px;
    color: #444
}

.shipping-info ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    top: 5px
}

.media-left img {
    width: 40px
}

.media-left a.thumb img {
    width: 65px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.shipping-info ul li .media-left {
    padding-left: 0;
    padding-right: 15px
}

.commonSection {
    padding: 50px 0 60px;
    position: relative;
    background: #FFF
}

.about_us_content h1 {
    font-size: 25px
}

.about_us_content p {
    line-height: 30px;
    font-size: 15px
}

.service-list {
    padding-top: 30px
}

.service-list .col-md-4:nth-child(1),
.service-list .col-md-4:nth-child(2),
.service-list .col-md-4:nth-child(3) {
    border-bottom: 1px dashed #aaa;
    border-right: 1px dashed #aaa
}

.service-list .col-md-4:nth-child(4),
.service-list .col-md-4:nth-child(5) {
    border-right: 1px dashed #aaa
}

.service-list .col-md-4:nth-child(3),
.service-list .col-md-4:nth-child(6) {
    border-right: 0 dashed #aaa !important
}

.service-list .col-md-4 {
    padding: 10px 15px
}

.serviceBox {
    display: table;
    position: relative;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    text-align: center
}

.serviceBox img {
    width: 45px !important
}

.serviceBox .service-content h3 {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    letter-spacing: .5px
}

.serviceBox .service-content p {
    padding-bottom: 0;
    margin-bottom: 0
}

.product article {
    padding: 0;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.product article img {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
    height: 100%
}

.product article .tag {
    color: #aaa;
    display: inline-block;
    width: 100%;
    margin: 7px 0;
    font-size: 13px
}

.product article .tittle {
    color: #444;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    text-transform: capitalize
}

.imgName {
    margin-bottom: 10px;
    height: 220px
}

.addcart {
    padding: 0 10px
}

.product article p.rev {
    font-size: 12px;
    color: #333;
    margin-top: 2px;
    margin-bottom: 0
}

.product article .price {
    font-weight: 400;
    color: #555
}

.product {
    margin-bottom: 10px;
    border-radius: 5px;
    padding-bottom: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.06);
    border: 1px solid #ddd
}

.qtyprice {
    width: 100%;
    text-align: center;
    padding-bottom: 10px
}

.qtyprice a {
    font-size: 13px;
    font-family: 'kanit', sans-serif;
    font-weight: 500;
    color: #eb4444
}

.actions ul.add-to-links {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.actions ul.add-to-links li {
    position: relative;
    text-align: center;
    margin: 0 3px 5px
}

.actions ul.add-to-links li a.add_to_wishlist {
    display: block;
    line-height: 39px;
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 100%;
    padding: 0;
    position: relative;
    font-weight: 400;
    color: #fff;
    background: #fd5da7;
    font-size: 18px;
    background: -moz-linear-gradient(to right, #fd5da7 0, #fd205f 100%);
    background: -webkit-linear-gradient(to right, #fd5da7 0, #fd205f 100%);
    background: linear-gradient(to right, #fd5da7 0, #fd205f 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2)
}

.actions ul.add-to-links li a.add_to_cart {
    display: block;
    line-height: 39px;
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 100%;
    padding: 0;
    position: relative;
    font-weight: 400;
    color: #fff;
    background: #59F321;
    font-size: 18px;
    background: -moz-linear-gradient(to right, #59F321 0, #3AB765 100%);
    background: -webkit-linear-gradient(to right, #59F321 0, #3AB765 100%);
    background: linear-gradient(to right, #59F321 0, #3AB765 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2)
}

.yellow {
    color: #fe8300;
    font-size: 13px;
    font-weight: 600
}

.bg-btn {
    background: #ffaa85;
    background: -moz-linear-gradient(to right, #ffaa85 0, #ff2d8d 100%);
    background: -webkit-linear-gradient(to right, #ffaa85 0, #ff2d8d 100%);
    background: linear-gradient(to right, #ffaa85 0, #ff2d8d 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    border-radius: 30px;
    font-weight: 400;
    padding: 10px 20px;
    max-width: 9.28rem;
    min-width: 9.14em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px
}

.bg-btn span.circle {
    right: -130px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.bg-btn:hover span.circle {
    top: -10%;
    right: -80px
}

.bg-btn3 {
    background: #121A23;
    background: -moz-linear-gradient(to right, #31424e 0, #121A23 100%);
    background: -webkit-linear-gradient(to right, #31424e 0, #121A23 100%);
    background: linear-gradient(to right, #31424e 0, #121A23 100%);
    box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2);
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 13px 37px;
    border-radius: 50px;
    -webkit-transition: all .3s linear 0;
    -o-transition: all .3s linear 0;
    transition: all .3s linear 0;
    border: none;
    position: relative;
    z-index: 2;
}

.stardefault {
    color: #555;
    font-size: 13px
}

.qtyprice .price {
    font-size: 14px;
    line-height: 30px;
    margin-left: 5px
}

.qtyprice .price-before-discount {
    text-decoration: line-through;
    color: #fa2626;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px
}

.qtyprice .price-before-discount i {
    font-size: 13px;
    font-weight: 600
}

.qtyprice .price i {
    font-size: 13px;
    font-weight: 600
}

.duration {
    color: #555
}

.packageslider:before {
    background: url(../images/shape-1.svg) no-repeat;
    position: absolute;
    left: -40px;
    z-index: 0;
    width: 140px;
    height: 140px;
    content: '';
    bottom: -62px
}

.packageslider:after {
    background: url(../images/shape-2.svg) no-repeat;
    position: absolute;
    right: -40px;
    z-index: -1;
    width: 140px;
    height: 140px;
    content: '';
    bottom: -36px
}

.packageslider.owl-carousel {
    padding-bottom: 26px
}

.packageslider.owl-carousel .owl-dots {
    text-align: center;
    line-height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.packageslider.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 4px;
    display: inline-block;
    background: #ffddce;
    border-radius: 10px;
    margin-right: 10px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms
}

.packageslider.owl-carousel .owl-dots .owl-dot:hover {
    background: #ff5e14
}

.packageslider.owl-carousel .owl-dots .owl-dot.active {
    width: 40px;
    background: #ff5e14
}

.packageslider.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.packageslider.owl-carousel .owl-dots .owl-dot span {
    display: none
}

input.round-btn {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #FA6742;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: all .3s linear 0;
    -o-transition: all .3s linear 0;
    transition: all .3s linear 0
}

.tw-analysis-area {
    background: #95d9fc;
    background: -moz-linear-gradient(to bottom, #c3e8fb 0, #fbf4ff 100%);
    background: -webkit-linear-gradient(to bottom, #c3e8fb 0, #fbf4ff 100%);
    background: linear-gradient(to bottom, #c3e8fb 0, #fbf4ff 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 60px 0 80px
}

.tw-analysis-area .column-title {
    margin-top: -7px
}

.tw-analysis-area:before {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, 0.541);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    opacity: 0;
    visibility: hidden
}

.tw-analysis-area:after {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, 0.541);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    opacity: 0;
    visibility: hidden;
    left: auto;
    right: -50%
}

.tw-analysis-area:hover:before {
    left: 100%;
    visibility: visible;
    opacity: 1
}

.tw-analysis-area:hover:after {
    right: 100%;
    visibility: visible;
    opacity: 1
}

.analysis-bg-pattern img {
    position: absolute;
    top: 0;
    left: 0
}

.analysis-bg-pattern img:nth-child(1) {
    top: 15px;
    left: 10px
}

.analysis-bg-pattern img:nth-child(2) {
    left: auto;
    top: 80px;
    right: 5px
}

.analysis-bg-pattern img:nth-child(3) {
    top: auto;
    bottom: 0;
    left: 65px;
    width: 270px
}

.analysis-bg-pattern img:nth-child(4) {
    top: auto;
    left: auto;
    bottom: -35px;
    right: 295px
}

.analysis-form {
    margin-top: 37px;
    margin-bottom: -15px
}

.analysis-form input[type=url],
.analysis-form input[type=tel] {
    border-radius: 50px;
    padding: 15px 30px;
    border: none;
    height: 50px
}

.analysis-form input[type=url]:focus {
    outline: solid 0
}

.analysis-form input[type=tel] {
    position: relative
}

.analysis-form input[type=tel]:focus {
    outline: solid 0
}

.analysis-form input[type=submit] {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    background: #0e192a;
    color: #fff;
    padding: 13px 37px;
    border-radius: 50px;
    -webkit-transition: all .3s linear 0;
    -o-transition: all .3s linear 0;
    transition: all .3s linear 0;
    border: none;
    position: relative;
    z-index: 2
}

.analysis-form input[type=submit]:hover {
    cursor: pointer
}

.analysis-form:focus {
    outline: solid 0
}

.tw-form-round-shape {
    position: relative;
    z-index: 1;
    margin: 0 -58px 0 0;
    right: -48px
}

.tw-form-round-shape:after {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 45px;
    height: 55px;
    background: linear-gradient(to bottom, #deedfc 0, #ecf0fd 100%);
    display: block;
    content: "";
    border-radius: 100%
}

.testimonialSection {
    background: url(../images/bg/1.jpg) repeat;
    padding: 60px 0
}

.testimonialSection .sub_title {
    margin-bottom: 10px
}

.testimonialSection .sec_title {
    margin-bottom: 10px;
    font-size: 25px !important;
    font-weight: 500
}

.testimonialSection p {
    margin-bottom: 0;
    text-align: justify
}

.testimonialSection .ind_lead {
    margin-bottom: 26px
}

.ts_item {
    padding: 0 15px
}

.pdl40 {
    padding-left: 25px
}

.testimonial_item {
    position: relative;
    border-radius: 5px;
    padding: 15px;
    min-height: 196px;
    background: #fff;
    border-right: 3px solid #ff4816 !important;
    border: 1px solid #eee
}

.testimonial_item h3 {
    font-size: 30px;
    line-height: .8;
    color: #2304e3;
    letter-spacing: -.6px;
    text-transform: capitalize;
    margin: 0 0 29px
}

.testimonial_item p {
    margin: 0 0 15px
}

.ti_author {
    position: relative
}

.ti_author img {
    float: left;
    margin-right: 21px;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.ti_author h4 {
    font-size: 15px !important;
    line-height: .8;
    text-transform: capitalize;
    margin: 0 0 11px;
    padding-top: 14px
}

.ti_author span {
    font-size: 14px;
    color: #ff5e14;
    display: block;
    line-height: .8
}

.ts_item.slick-slide:focus {
    outline: 0;
    box-shadow: none
}

.client-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding: 25px
}

.clientcarousel {
    margin-top: 40px
}

.clientcarousel .col-sm-4.col-md-3 {
    max-width: 100%
}

.client-wrapper img {
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.about_us_content h2 {
    font-size: 25px;
    font-weight: 500
}

.technology-use {
    background: #d6d6d6;
    padding: 10px 0
}

.innerborder {
    border-top: 1px dashed #888;
    border-bottom: 1px dashed #888
}

.technology-use h1 {
    font-size: 25px;
    line-height: 50px;
    margin: 15px 0;
    font-weight: 500
}

.technology-use ul.technologies {
    margin: 15px 0;
    padding: 0
}

.technology-use ul.technologies li {
    display: inline-block;
    list-style: none;
    width: 8.6%;
    text-align: center
}

.technology-use ul.technologies li img {
    width: 56px
}

.white {
    color: #333
}

.form-control {
    font-size: 14px
}

.fof_section {
    background: #f5f5f5;
    padding: 50px
}

.fof_img img {
    width: 450px
}

.fof_contents h2 {
    padding-top: 25px
}

.product_decp {
    padding-left: 15px
}

.offerDe {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: capitalize;
    display: block;
    line-height: .8
}

.proTitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px
}

.details_price {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2304e3;
    margin-bottom: 10px
}

.details_price del {
    color: #fb0a0a;
    margin-right: 11px
}

.product_decp>p {
    font-size: 14px;
    margin: 0
}

.product_decp>p:last-of-type {
    margin-bottom: 41px
}

.pd_details_meta {
    position: relative;
    border-top: 1px solid #eaeaea;
    padding: 15px 0
}

.metaTitle {
    font-size: 16px;
    line-height: .8;
    text-transform: capitalize;
    margin: 0 0 19px;
    font-weight: 500
}

.text_meta {
    margin: 0;
    line-height: 14px;
    font-size: 14px
}

.text_meta a {
    color: #959ba9
}

.text_meta a:hover {
    color: #ff5e14
}

.pd_rating {
    font-size: 10px;
    color: #ff5e14;
    letter-spacing: 0;
    margin: 0;
    line-height: 14px
}

.pd_rating i {
    margin-right: 2px
}

.description ul {
    list-style: none;
    padding: 0
}

.description ul li {
    line-height: 30px;
    font-size: 14px;
    color: #444
}

.description ul li:before {
    content: "\f15e";
    font-family: Flaticon;
    font-size: 12px;
    color: red;
    padding-right: 5px
}

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

.desc ul li {
    line-height: 25px;
    font-size: 13px;
    color: #444
}

.desc ul li:before {
    content: "\f15e";
    font-family: Flaticon;
    font-size: 12px;
    color: red;
    padding-right: 5px
}

.add_to_car_btn {
    float: left;
    height: 40px;
    background: #59F321;
    background: -moz-linear-gradient(to right, #59F321 0, #3AB765 100%);
    background: -webkit-linear-gradient(to right, #59F321 0, #3AB765 100%);
    background: linear-gradient(to right, #59F321 0, #3AB765 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    color: #FFF;
    text-align: center;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: .8;
    margin: 0 10px 0 0;
    border-radius: 25px;
    position: relative;
    font-family: 'Kanit', sans-serif
}

.add_to_car_btn:hover span.circle {
    top: -10%;
    right: -80px;
}

.add_to_car_btn span.circle {
    right: -130px;
    width: 200px;
    height: 200px;
}

.add_to_car_btn span.circle {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.add_to_car_btn i {
    margin-right: 6px
}

.add_to_car_btn i {
    font-size: 18px
}

.wishlisth_btn i {
    position: relative;
    top: -1px;
    font-size: 17px
}

.wishlisth_btn span,
.add_to_car_btn span {
    position: relative;
    top: -2px
}

.wishlisth_btn {
    height: 40px;
    float: left;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #000248;
    color: #050748;
    padding: 0 20px;
    font-size: 14px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    line-height: 39px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative
}

.wishlisth_btn:hover {
    background: #ff1f8e;
    color: #fff;
    border: 2px solid #ff1f8e;
}

.wishlisth_btn:hover span.circle {
    top: -10%;
    right: -80px;
}

.wishlisth_btn span.circle {
    right: -130px;
    width: 200px;
    height: 200px;
}

.wishlisth_btn span.circle {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.pd_details_meta.pdtb30 {
    padding-top: 20px;
    padding-bottom: 20px
}

.social_shares {
    position: absolute;
    line-height: 16px;
    top: 31px;
    right: 0
}

.social_shares strong {
    font-weight: 400;
    color: #2304e3;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-right: 20px
}

.social_shares a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center
}

.social_shares a:hover {
    color: #fff
}

.social_shares a:last-child {
    margin-right: 0
}

.social_shares a.fb {
    background: #3b5998
}

.social_shares a.tw {
    background: #00acee
}

.social_shares a.inst {
    background: #ff1f7e
}

.social_shares a.pint {
    background: #E60023
}

.pd_details_meta.pdb0 {
    padding-bottom: 0
}

.mb80 {
    margin-bottom: 40px
}

.productTabs.nav-tabs {
    border-bottom: 1px solid #e8e8e8;
    text-align: center
}

.productTabs.nav-tabs .nav-item {
    display: inline-block;
    float: none;
    margin: 0;
    position: relative
}

.productTabs.nav-tabs .nav-link {
    padding: 0;
    border: none;
    color: #333;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: .8;
    position: relative;
    padding: 0 0 22px;
    margin-right: 30px
}

.productTabs.nav-tabs .nav-link:after {
    position: absolute;
    width: 20%;
    height: 2px;
    content: '';
    left: 0;
    bottom: -1px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    background: #ff1f54;
    background: -webkit-linear-gradient(to right, #ff1f54, #ffa455);
    background: linear-gradient(to right, #ff1f54, #ffa455);
}

.productTabs.nav-tabs .nav-link:hover:after,
.productTabs.nav-tabs .nav-link.active:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.productTabs.nav-tabs .nav-link.active,
.productTabs.nav-tabs .nav-link:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-image: -moz-linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-image: -ms-linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-image: -o-linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-image: linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-size: 200% 100%;
}

.productTabContent .descriptionContent {
    font-size: 14px;
    line-height: 30px;
    color: #959ba9;
    padding-top: 24px
}

.productTabContent .descriptionContent p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #444;
    text-align: justify;
    font-family: 'Ubuntu', sans-serif;
}

.productTabContent .descriptionContent p:last-of-type,
.productTabContent .descriptionContent p:last-child {
    margin-bottom: 0
}

.adinfo {
    position: relative;
    padding-top: 23px;
    padding-bottom: 11px
}

.adinfo p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px
}

.productTabContent .descriptionContent ul {
    list-style: none;
    padding: 0
}

.productTabContent .descriptionContent ul li {
    line-height: 30px;
    font-size: 14px;
    color: #444
}

.productTabContent .descriptionContent ul li:before {
    content: "\f15e";
    font-family: Flaticon;
    font-size: 12px;
    color: red;
    padding-right: 5px
}

.adinfo ul {
    list-style: none;
    padding: 0
}

.adinfo ul li {
    line-height: 30px;
    font-size: 14px;
    color: #444
}

.adinfo ul li:before {
    content: "\f15e";
    font-family: Flaticon;
    font-size: 12px;
    color: red;
    padding-right: 5px
}

.productTabContent .comment_area {
    padding-top: 40px;
    padding-bottom: 11px
}

.commentRating {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 10px;
    color: #ff5e14;
    letter-spacing: 0;
    text-align: right;
    margin: 0;
    line-height: 14px
}

.commentRating i {
    margin-left: 5px;
    font-size: 13px
}

.relatedProductArea {
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 20px
}

.relatedProductArea .sec_title {
    line-height: .8;
    font-size: 24px;
    margin: 15px 0 30px;
    font-weight: 500
}

.relatedProductArea .packageslider.owl-carousel {
    padding-bottom: 0;
}

.bg-background-area {
    position: relative;
    padding: 70px;
    min-height: 250px
}

.bg-background-area:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 29, 94, 0.54)
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1)
}

.breadcrumb-content h2 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    padding: 25px 0 35px;
    text-transform: uppercase;
    font-weight: 500
}

.breadcrumb-content {
    position: relative;
    z-index: 9;
    margin: 0 auto
}

.breadcrumb-content:before {
    position: absolute;
    content: '';
    height: 1px;
    background: #fff;
    width: 75px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.breadcrumb-content nav {
    display: inline-block;
    position: relative;
    z-index: 9
}

.breadcrumb-content ul {
    background-color: rgba(255, 255, 255, .65);
    padding: 9px 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 25px
}

.breadcrumb-content li {
    margin-bottom: 0
}

.breadcrumb-content li a {
    transition: all ease-in-out .3s;
    color: #333
}

.breadcrumb-content li a:hover {
    color: #222
}

.breadcrumb-item span {
    color: #333
}

.breadcrumb-content .breadcrumb>.active a {
    color: #222
}

.breadcrumb>.breadcrumb-item.active span {
    color: #000
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    content: '\f108';
    font-family: Flaticon;
    color: #333
}

.max {
    width: 100%
}

.border1pxsolid {
    border: 1px solid #ddd;
    padding: 3px
}

.product-detail p.rev {
    font-size: 12px;
    color: #aaa;
    margin-top: 5px;
    margin-bottom: 2px
}

.product-detail .rev span {
    width: auto
}

.product-detail .rev i {
    font-size: 13px
}

.yellow {
    color: #fe8300;
    font-size: 13px;
    font-weight: 600
}

.stardefault {
    color: #555;
    font-size: 13px
}

.product-tabs .tab-content .tab-pane .product-tag .title {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 20px;
    font-family: K2D, sans-serif
}

.product-tag h4.title {
    font-size: 20px !important;
    color: #333 !important;
    text-transform: uppercase
}

.review input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    height: 45px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px
}

.review textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 105px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px
}

.btn-sm {
    padding: 1px 5px;
    color: #fff
}

.post {
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2)
}

.post {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0 25px;
    line-height: 40px;
    margin-top: 24px;
    outline: 0;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgba(233, 30, 99, .15);
    box-shadow: 0 10px 15px 0 rgba(233, 30, 99, .15)
}

.post span.circle {
    right: -130px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.post:hover span.circle {
    top: -10%;
    right: -80px
}

.btn-default {
    background-color: #fcfcfc;
    border-color: #999;
    border-radius: 0;
    color: #999;
    font-weight: 200
}

.rateButton {
    margin-right: 5px;
    border-radius: 3px
}

.form-group h4 {
    font-size: 17px;
    font-weight: 400;
    width: 100%
}

.comment_area {
    position: relative
}

.comment_area h3 {
    font-size: 26px;
    line-height: .8;
    text-transform: capitalize;
    color: #2304e3;
    letter-spacing: -.78px;
    margin: 0 0 40px
}

.comment_list {
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eaeaea
}

.comment_list li {
    list-style: none;
    display: block;
    position: relative
}

.ndComment {
    position: relative;
    min-height: 75px;
    padding-left: 85px;
    padding-top: 5px;
    margin-bottom: 10px
}

.ndComment img {
    position: absolute;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 2px;
}

.ndcHead {
    position: relative;
    margin-bottom: 0;
    top: -4px
}

.ndcHead h5 {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    margin: 0 0 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-image: -moz-linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-image: -ms-linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-image: -o-linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-image: linear-gradient(to right, #ff1f54, #ffa455 50%, #555 50%);
    background-size: 20% 100%;
}

.ndcHead h5 a {
    color: inherit;
    line-height: inherit;
    display: inline-block
}

.ndcHead h5 a:hover {
    color: #ff5e14
}

.ndcHead span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: .8;
    letter-spacing: .5px;
    color: #46ce4b;
    font-weight: 400
}

.ndcHead a.replys {
    font-size: 14px;
    color: #7e889b;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: .8;
    position: absolute;
    right: 0;
    top: 4px
}

.ndcHead a.replys:before {
    content: "\f3e5";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    margin-right: 5px
}

.ndcHead a.replys:hover {
    color: #ff5e14
}

.ndcContent {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #7e889b
}

.ndcContent p:last-of-type {
    margin-bottom: 0
}

.mb10 {
    margin-bottom: 10px
}

.font15 {
    font-size: 15px
}

.font22 {
    font-size: 22px
}

.sm-rating {
    padding: 0
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.service_details_area h2,
.service_details_area h1 {
    font-size: 24px
}

.service_details_area h3 {
    font-size: 24px
}

.service_details_area h5 {
    font-size: 16px
}

.sda_content p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 15px
}

ul.features {
    list-style: none;
    padding: 0
}

ul.features li {
    font-size: 14px;
    line-height: 35px;
    color: #444
}

ul.features li::before {
    content: '\f15e';
    font-family: Flaticon;
    padding-right: 6px;
    font-size: 14px;
    color: #ff2828;
    font-weight: 600
}

.sidebar_1 .widget {
    position: relative;
    border: 6px double #ddd;
    margin: 0 0 30px;
    padding: 15px 0 0
}

.sidebar_1 .widget .widget_title {
    font-size: 20px;
    font-weight: 600;
    color: #2304e3;
    line-height: .8;
    margin: 0 0 15px;
    padding: 15px 15px 0
}

.sidebar_1 .widget ul {
    margin: 0;
    padding: 0
}

.widget.havqueswidget {
    background: #d7f4f9;
    background: -webkit-linear-gradient(to bottom, #d7f4f9, #fafdff);
    background: linear-gradient(to bottom, #d7f4f9, #fafdff);
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

.widget.havqueswidget .widget_title {
    color: #333
}

.widget.havqueswidget i {
    font-size: 75px;
    line-height: 68px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(to bottom, #0e0e0e, #868382 100%);
    background-image: -moz-linear-gradient(to bottom, #0e0e0e, #868382 100%);
    background-image: -ms-linear-gradient(to bottom, #0e0e0e, #868382 100%);
    background-image: -o-linear-gradient(to bottom, #0e0e0e, #868382 100%);
    background-image: linear-gradient(to bottom, #0e0e0e, #868382 100%)
}

.hqw_content {
    position: relative;
    padding: 2px 15px 0
}

.hqw_content p {
    color: #333;
    margin: 0 0 17px;
    line-height: 22px;
    font-size: 13px
}

.hqw_content h5 {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    letter-spacing: 0;
    margin: 0 0 7px
}

.hqw_content h5:last-of-type,
.hqw_content h5:last-child {
    margin-bottom: 0
}

.portfolio-section {
    padding: 60px 0
}

.bg-white-transparent {
    background: rgba(255, 255, 255, .5)
}

.screenshot_section {
    margin-bottom: 50px
}

.screenshot_section:last-child {
    margin-bottom: 0
}

.portfolio-details {
    height: 533px
}

.portfolio-details h3 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px !important
}

.portfolio-details h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px
}

.portfolio-details p {
    text-align: justify
}

.portfolio-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px
}

.portfolio-details ul li {
    line-height: 30px;
    font-size: 14px;
    color: #444
}

.portfolio-details ul li:before {
    content: "\f15e";
    font-family: Flaticon;
    font-size: 12px;
    color: red;
    padding-right: 5px
}

.screenshort_image {
    display: block;
    height: 533px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.screenshort_image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    cursor: pointer
}

.visit-button {
    display: block;
    position: relative;
    margin-top: 15px
}

.bg-white-transparent .btn-primary {
    padding: 10px 18px
}

.filter-box {
    border: 8px double #eee;
    padding: 0;
    box-shadow: 0 0 10px 2px #fafafa
}

.filter-title h4 {
    padding: 12px 10px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    color: #ff257c;
    position: relative;
    margin-bottom: 0
}

.filter-title h4 i {
    position: absolute;
    right: 10px
}

.list-group {
    margin-bottom: 10px;
    background: #fff
}

.list-group h5 {
    background: #eee;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px
}

.list-group .filter-sub.price-slide {
    padding: 10px
}

.list-group .filter-sub {
    padding: 0 10px
}

.list-group-item:first-child {
    border-radius: 0
}

#price_show,
.list-group h5,
.list-group-item.checkbox label {
    font-weight: 600
}

.list-group-item.checkbox input[type="checkbox"] {
    margin: 3px 0 0 -20px
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    color: #222;
    font-weight: 400 !important
}

.list-group-item {
    position: relative;
    display: block;
    padding: 3px 0;
    background-color: transparent;
    border: none
}

.checkbox label,
.radio label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.products-item {
    background: #f7fcff;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #dedede
}

.products-item:hover,
.package-wiget:hover {
    -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2)
}

.products-item .products-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0;
    width: 30%;
    display: table-cell;
    border-right: 1px solid #ddd
}

.products-item .products-image .img {
    position: relative;
    z-index: 1
}

.products-item .products-image .img img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.products-item .products-image .img:before,
.products-item .products-image .img:after {
    content: '';
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.products-item .products-image .img:before {
    left: 0;
    background: #005097;
    opacity: 0
}

.products-item:hover .products-image .img:before {
    opacity: .3
}

.products-item .products-image .img:after {
    right: -90%;
    opacity: .2;
    background: #fff;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0)
}

.products-item:hover .products-image .img:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0)
}

.products-item .products-body {
    padding: 15px;
    width: 47%;
    display: table-cell;
    vertical-align: middle
}

.products-item .products-body .ratting i {
    font-size: 11px
}

.products-item .products-body h3 {
    margin: 5px 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #c63b31
}

.products-item .products-body p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px
}

.products-item .products-body .free-service i {
    font-size: 14px;
    margin-right: 3px;
    color: #333;
    cursor: pointer
}

.products-right {
    width: 23%;
    text-align: center;
    background: #f7fcff;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ddd
}

.products-person {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0
}

.products-person span {
    display: block;
    font-size: 22px;
    margin: 15px 0 13px 2px;
    font-weight: 500;
    color: #666
}

.products-item .thm-btn {
    margin-top: 8px
}

.thm-btn {
    padding: 6px 30px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    border: 0;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #ffaa85;
    background: -moz-linear-gradient(to right, #ffaa85 0, #ff2d8d 100%);
    background: -webkit-linear-gradient(to right, #ffaa85 0, #ff2d8d 100%);
    background: linear-gradient(to right, #ffaa85 0, #ff2d8d 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
}

.thm-btn:hover {
    color: #fff
}

.thm-btn:before {
    content: '';
    position: absolute;
    border: #eee solid 1px;
    border-radius: 30px;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    opacity: 1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.thm-btn:hover:before,
.thm-btn:focus:before,
.thm-btn:active:before {
    opacity: 0
}

.mt-7 {
    margin-top: 7px
}

.mb-7 {
    margin-bottom: 7px
}

.free-service {
    position: relative;
    top: 4px;
    color: #333
}

hr {
    border-top: 1px solid #ddd
}

.ui-widget-content {
    border: 1px solid transparent;
    background: #e70e0e;
    color: #333;
    background: #ffa455;
    background: -webkit-linear-gradient(to right, #ff1f7e, #ffa455);
    background: linear-gradient(to right, #ff1f7e, #ffa455);
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #ff207e;
    color: #333;
    font-weight: 700
}

.ui-slider-horizontal {
    height: .5em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -1px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

#price_show {
    margin-bottom: 13px
}

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

ul.add_btn li {
    display: inline-block;
    width: 57px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 15px 5px 0;
    border-radius: 30px
}

ul.add_btn li:last-child {
    background: #59F321;
    font-size: 18px;
    background: -moz-linear-gradient(to right, #59F321 0, #3AB765 100%);
    background: -webkit-linear-gradient(to right, #59F321 0, #3AB765 100%);
    background: linear-gradient(to right, #59F321 0, #3AB765 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
}

ul.add_btn li:first-child {
    background: #fd5da7;
    font-size: 18px;
    background: -moz-linear-gradient(to right, #fd5da7 0, #fd205f 100%);
    background: -webkit-linear-gradient(to right, #fd5da7 0, #fd205f 100%);
    background: linear-gradient(to right, #fd5da7 0, #fd205f 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .29);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.29)
}

ul.add_btn li i {
    font-size: 20px;
    color: #fff
}

ul.add_btn li a {
    padding: 14px 18px 10px
}

#load_data_message {
    text-align: center
}

#loading {
    text-align: center;
    background: url(../images/loadmore.gif) no-repeat center;
    height: 150px
}

#loader {
    text-align: center
}

.filter_data h3.notfound {
    text-align: center;
    margin: 10% auto
}

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    margin-left: 1px !important
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: block;
    padding-left: 20px !important;
    position: relative
}

input[type=checkbox]+label:hover:before,
input[type=radio]+label:hover:before {
    border-color: #fe8801
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    background-color: #fff;
    border: 2px solid #b6b7b8;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 16px;
    line-height: 1;
    margin-left: -20px;
    position: absolute;
    top: 8px;
    transition: all linear .1s;
    width: 16px
}

input[type=checkbox]+label:after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    left: 6px;
    position: absolute;
    top: 7px;
    transition: all linear .1s
}

input[type=checkbox]:checked+label:before {
    border-width: 2px;
    border-color: #fe8801
}

input[type=checkbox]:checked+label:after {
    font-size: 10px;
    left: 2px;
    top: 2px
}

input[type=radio]+label:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: ""
}

input[type=radio]:checked+label:before {
    border-color: #fe8801;
    border-width: 5px
}

.list-group-item input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.list-group-item label {
    position: relative;
    cursor: pointer;
    top: 0;
    font-size: 13px;
    font-weight: 600
}

.list-group-item label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #428bca;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -4px
}

.list-group-item input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5.5px;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid #ff4d14;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -moz-margin-start: -1px
}

.stcolor {
    color: #fe8801
}

.contactInfoSection {
    position: relative;
    z-index: 3
}

.icon_box_05 {
    position: relative;
    padding-top: 59px;
    text-align: center
}

.icon_box_05.ib5_left {
    padding-top: 0;
    padding-left: 43px;
    text-align: left;
    margin-bottom: 30px
}

.icon_box_05.ib5_left:last-child {
    margin-bottom: 0
}

.icon_box_05.ib5_right {
    padding-top: 0;
    padding-right: 59px;
    text-align: right;
    margin-bottom: 30px
}

.icon_box_05 i {
    width: 85px;
    height: 85px;
    border: 1px solid #dcdcdc;
    color: #656565;
    text-align: center;
    line-height: 83px;
    border-radius: 50%;
    background: #fff;
    font-size: 37px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto
}

.icon_box_05.ib5_left i {
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto 0
}

.icon_box_05.ib5_right i {
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0
}

.ib5_inner {
    border: 1px solid #dcdcdc;
    padding: 100px 25px 32px;
    background: #FFF
}

.icon_box_05.ib5_left .ib5_inner {
    padding: 25px 15px 10px 60px
}

.icon_box_05.ib5_right .ib5_inner {
    padding: 29px 90px 21px 20px
}

.ib5_inner h3 {
    font-size: 17px;
    line-height: .8;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 600
}

.ib5_inner p {
    font-size: 15px;
    line-height: 33px;
    color: #555;
    letter-spacing: 0;
    margin: 0 0 13px
}

.mb45 {
    margin-bottom: 45px
}

.cotactForm {
    position: relative
}

.iconInput {
    position: relative;
    margin-bottom: 20px
}

.iconInput input:not([type="submit"]),
.iconInput textarea {
    padding: 0 0 0 30px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
    color: #8b97b1;
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    height: 57px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms
}

.iconInput input:not([type="submit"]):focus,
.iconInput textarea:focus {
    color: #FFF;
    border-bottom-color: #fff
}

.light_form .iconInput input:not([type="submit"]),
.light_form .iconInput textarea {
    color: #777;
    border-color: #ddd;
    margin-bottom: 30px
}

.light_form .iconInput input:not([type="submit"]):focus,
.light_form .iconInput textarea:focus {
    color: #2304e3;
    border-bottom: 1px solid #2304e3
}

.iconInput textarea {
    padding: 15px 0 0 30px;
    resize: none;
    height: 156px;
    font-size: 14px
}

.iconInput input::-moz-placeholder,
.iconInput textarea::-moz-placeholder {
    color: #8b97b1 !important;
    opacity: 1 !important
}

.iconInput input::-ms-input-placeholder,
.iconInput textarea::-ms-input-placeholder {
    color: #8b97b1 !important;
    opacity: 1 !important
}

.iconInput input::-webkit-input-placeholder,
.iconInput textarea::-webkit-input-placeholder {
    color: #8b97b1 !important;
    opacity: 1 !important
}

.iconInput input:focus::-moz-placeholder,
.iconInput textarea:focus::-moz-placeholder {
    color: #FFF !important;
    opacity: 1 !important
}

.iconInput input:focus::-ms-input-placeholder,
.iconInput textarea:focus::-ms-input-placeholder {
    color: #FFF !important;
    opacity: 1 !important
}

.iconInput input:focus::-webkit-input-placeholder,
.iconInput textarea:focus::-webkit-input-placeholder {
    color: #FFF !important;
    opacity: 1 !important
}

.light_form .iconInput input::-moz-placeholder,
.light_form .iconInput textarea::-moz-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important
}

.light_form .iconInput input::-ms-input-placeholder,
.light_form .iconInput textarea::-ms-input-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important
}

.light_form .iconInput input::-webkit-input-placeholder,
.light_form .iconInput textarea::-webkit-input-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important
}

.light_form .iconInput input:focus::-moz-placeholder,
.light_form .iconInput textarea:focus::-moz-placeholder {
    color: #2304e3 !important;
    opacity: 1 !important
}

.light_form .iconInput input:focus::-ms-input-placeholder,
.light_form .iconInput textarea:focus::-ms-input-placeholder {
    color: #2304e3 !important;
    opacity: 1 !important
}

.light_form .iconInput input:focus::-webkit-input-placeholder,
.light_form .iconInput textarea:focus::-webkit-input-placeholder {
    color: #2304e3 !important;
    opacity: 1 !important
}

.cotactForm.light_form .reqError,
.cotactForm .reqError {
    border-color: #ff5e14 !important
}

.iconInput i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #f46904;
    height: 57px;
    line-height: 57px
}

.cotactForm input[type="submit"] {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #ffa455;
    background: -moz-linear-gradient(left, #ffa455 0, #ff1f7e 100%);
    background: -webkit-linear-gradient(left, #ffa455 0, #ff1f7e 100%);
    background: linear-gradient(to right, #ffa455 0, #ff1f7e 100%);
    display: inline-block;
    color: #FFF;
    height: 50px;
    min-width: 100%;
    padding: 0 25px;
    text-align: center;
    line-height: .9;
    border: none;
    margin-top: 30px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms
}

.light_form.cotactForm input[type="submit"] {
    margin-top: 0
}

.cotactForm input[type="submit"]:hover {
    background: #ff1f7e;
    background: -webkit-linear-gradient(to right, #ff1f7e, #ffa455);
    background: linear-gradient(to right, #ff1f7e, #ffa455);
    color: #000
}

.quote-btn {
    border: 2px solid #000248;
    color: #050748;
    padding: 0 50px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    line-height: 52px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 20px 0 40px;
    position: relative
}

.quote-btn:hover {
    color: #fff;
    border: 2px solid #ff1f8e;
    background: #ff1f8e;
    background: -moz-linear-gradient(to right, #ff1f8e 0, #ffbd84 100%);
    background: -webkit-linear-gradient(to right, #ff1f8e 0, #ffbd84 100%);
    background: linear-gradient(to right, #ff1f8e 0, #ffbd84 100%)
}

.quote-btn:hover span.circle {
    top: -10%;
    right: -80px
}

.quote-btn span.circle {
    right: -130px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.pdl45 {
    padding-left: 45px
}

.text-left h6 {
    margin-bottom: 10px
}

.text-left h2.sec_title {
    font-size: 28px
}

p.secure {
    background: #f0f0f0;
    padding: 12.5px;
    font-size: 16px
}

.contact_form .form-control {
    margin-bottom: 15px;
    height: 50px;
    box-shadow: none;
    border-color: #ccc;
    border-radius: 2px
}

.contact_form textarea {
    height: 120px !important;
    resize: none;
    border-radius: 2px
}

select {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/angle-down.png) no-repeat right 10px center !important;
    background-size: 10px !important;
    padding-right: 25px;
    width: 100%;
    height: 45px;
    font-size: 14px !important;
    font-weight: 400;
    color: #777 !important;
    border: 1px solid #ccc
}

.quotefrm {
    position: relative;
    padding: 0 40px 0 0;
    border-right: 1px solid #ddd
}

.quotefrm h6 {
    margin-bottom: 20px
}

.bgf5 {
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    border-radius: 50px
}

.bgf5 p {
    color: #000;
    font-size: 16px
}

.bgf5 a {
    color: #fff
}

.p10 {
    padding: 10px !important
}

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

.serviceico {
    text-align: center;
    margin-bottom: 30px;
    width: 49.4%;
    display: inline-block
}

.serviceico img {
    width: 50px
}

.serviceico h6 {
    margin: 15px 0 0;
    font-size: 15px;
    color: #444
}

.clientsay {
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    text-align: center
}

.clientsay p {
    margin-bottom: 12px
}

.clientsay h5 {
    font-size: 18px;
    margin-bottom: 10px
}

.clientsay h6 {
    font-size: 14px
}

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

.form-v7-content {
    width: 750px;
    margin: 20px auto;
    font-family: 'Kanit', sans-serif;
    position: relative;
    display: flex;
    display: -webkit-flex
}

.form-v7-content .form-left {
    position: relative;
    color: #fff;
    font-weight: 400;
    width: 70%;
    margin-top: 55px;
    background: url(../images/footer-bg.png)#fff;
    bottom: 26px;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-right: 0
}

.form-v7-content .form-left ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.form-v7-content .form-left ul li {
    display: block;
    margin-bottom: 15px
}

.form-v7-content .form-left ul li i {
    color: #333;
    font-size: 23px;
    position: absolute
}

.form-v7-content .form-left ul li h6 {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    position: relative;
    left: 35px;
    margin: 2px 0
}

.form-v7-content .form-left ul li p {
    font-size: 12px;
    font-weight: 400;
    color: #555;
    position: relative;
    left: 35px
}

.form-v7-content .form-left h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
    text-transform: uppercase
}

.form-v7-content .form-left h3 {
    font-size: 21px;
    font-weight: 500;
    color: #555
}

.form-v7-content .form-left .text-1,
.form-v7-content .form-left .text-2 {
    position: absolute;
    text-align: center;
    width: 100%
}

.form-v7-content .form-left .text-1 {
    font-size: 38px;
    top: 1.5%
}

.form-v7-content .form-left .text-2 {
    font-size: 16px;
    bottom: 11%
}

.form-v7-content .form-left .text-2:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 228px;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: .5
}

.form-v7-content .form-detail {
    padding: 28px 50px;
    position: relative;
    width: 100%;
    background: url(../images/footer-bg.png)#fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid #eaeaea
}

.form-v7-content .form-detail.signupfrm {
    padding: 64px 50px 28px;
    position: relative;
    width: 100%;
    background: url(../images/footer-bg.png)#fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid #eaeaea
}

.form-v7-content .form-detail .form-row {
    width: 100%;
    position: relative
}

.form-v7-content .form-detail .form-row label {
    color: #555;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 3px;
    font-family: 'Kanit', sans-serif
}

.form-v7-content .form-detail .form-row label#valid {
    position: absolute;
    right: 20px;
    top: 35%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #53c83c
}

.form-v7-content .form-detail .form-row label#valid:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form-v7-content .form-detail .form-row label.error {
    padding-left: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: none;
    color: red;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

.form-v7-content .form-detail .form-row label.error:after {
    content: "\f343";
    font-family: "LineAwesome";
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    right: 10px;
    top: -25px;
    color: red;
    font-size: 18px;
    font-weight: 900
}

.form-v7-content .form-detail .input-text {
    margin-bottom: 28px
}

.form-v7-content .form-detail input {
    width: 100%;
    background: transparent;
    padding: 8px 0 10px;
    border: 2px solid transparent;
    border-bottom: 2px solid #ddd;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.form-v7-content .form-detail .form-row input:focus {
    border-bottom: 2px solid #25d02f
}

.form-v7-content .form-detail .register {
    background: transparent;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    cursor: pointer;
    color: #25d02f;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid #25d02f;
    border-radius: 2px
}

.form-v7-content .form-detail .form-row-last p {
    font-weight: 600;
    font-size: 14px;
    color: #666;
    margin-left: 200px
}

.form-v7-content .form-detail .form-row-last a {
    font-size: 16px;
    color: #373be3;
    padding-left: 15px
}

.or {
    width: 40px;
    height: 40px;
    background: #25d02f;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    margin: 0 auto
}

.mt-15 {
    margin-top: 15px
}

.signup-text {
    color: #25d02f;
    font-family: 'Kanit', sans-serif
}

.form-v7-content h5 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center
}

.form-v7-content h5:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fe8b00;
    top: 62px;
    left: 41%
}

.form-v7-content .form-detail.signupfrm h5 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center
}

.form-v7-content .form-detail.signupfrm h5:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fe8b00;
    top: 101px;
    left: 42%
}

.toastr {
    position: fixed;
    top: 10px;
    right: 15px;
    width: 25%;
    padding: 9px 10px;
    z-index: 11
}

.toastr.successmsg {
    background: #33d220cf;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    border: 0
}

.toastr.warningmsg {
    background: #f9ad1ccf;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    border: 0
}

.toastr.deletemsg {
    background: #fd3030d6;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    border: 0
}

.toastr.successmsg p,
.toastr.warningmsg p,
.toastr.deletemsg p {
    margin: 0;
    color: #fff
}

.desktop-base-cartLayout {
    max-width: 100%;
    margin: auto;
    padding: 0;
    min-height: 320px;
    color: #282c3f
}

.itemBlock-base-leftBlock {
    display: inline-block;
    width: 70%;
    padding-right: 20px;
    margin: 0
}

.cartbox {
    width: 68.3% !important;
    padding: 0;
    border-radius: 0;
    background: #fff;
    margin-right: 20px;
    border: 1px solid #ddd
}

.offers-base-container {
    background: #fff;
    margin-bottom: 0;
    padding: 5px 4px;
    border-radius: 0;
    font-size: 14px;
    box-shadow: 0 0 10px 3px #eee
}

.offers-base-title {
    font-weight: 400;
    padding-bottom: 2px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -moz-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -ms-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: -o-linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-image: linear-gradient(to right, #ff247c, #ffa455 50%, #555 50%);
    background-size: 50% 100%;
}

.offers-base-message {
    padding-left: 15px;
    text-indent: -15px;
    list-style: none;
    white-space: normal;
    padding-bottom: 2px;
    font-size: 12px
}

.offers-base-more a {
    color: #fff !important;
    text-transform: uppercase
}

.offers-base-more {
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    background: #3AB765;
    background: -webkit-linear-gradient(to right, #59F321 0, #3AB765 100%);
    background: linear-gradient(to right, #59F321 0, #3AB765 100%);
    padding: 7px 10px;
    border-radius: 2px
}

.shippingTip-base-border,
.shippingTip-base-deliveryTip {
    border: 1px solid #eaeaec;
    border-radius: 4px
}

.shippingTip-base-deliveryTip {
    padding: 8px;
    margin-bottom: 12px;
    background: #fff
}

.itemBlock-base-itemHeader {
    padding: 8px;
    border: 1px solid #12375a;
    border-radius: 4px;
    background: #12375a;
    color: #fff
}

.itemBlock-base-itemHeader div {
    font-size: 16px;
    font-weight: 500;
    display: inline-block
}

.itemBlock-base-itemHeader div i {
    font-size: 12px
}

.itemBlock-base-totalCartValue {
    float: right;
    font-weight: 600
}

.itemBlock-base-rupeeIcon {
    padding-left: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #282c3f
}

.item-base-item {
    position: relative;
    background: #fff
}

.itemContainer-base-item {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 0;
    position: relative
}

.itemContainer-base-itemLeft {
    float: left;
    width: 25%;
    padding: 6px
}

.img-fix {
    width: 100%;
    height: 165px
}

.image-base-imgResponsive {
    display: block;
    max-width: 100%;
    height: 100%;
    width: 100%
}

.itemContainer-base-itemRight {
    padding: 10px 10px 1px;
    position: relative;
    display: inline-block;
    width: 70%;
    min-height: 110px
}

.itemContainer-base-details {
    min-height: 46px
}

.itemContainer-base-details,
.itemContainer-base-itemLink {
    text-decoration: none;
    padding-bottom: 0;
    margin-right: 6px;
    color: #535766
}

.itemContainer-base-itemName {
    font-weight: 600;
    white-space: nowrap;
    word-wrap: break-word;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis
}

.itemContainer-base-details,
.itemContainer-base-itemLink {
    text-decoration: none;
    padding-bottom: 0;
    margin-right: 6px;
    color: #444;
    font-weight: 400;
    font-size: 15px
}

.itemComponents-base-sellerData {
    text-transform: capitalize;
    font-size: 13px;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65%
}

.itemContainer-base-sizeAndQty {
    padding: 5px 0
}

.itemComponents-base-quantity,
.itemComponents-base-size {
    display: inline-block;
    color: #696b79;
    font-weight: 600;
    cursor: pointer
}

.itemComponents-base-size {
    padding-right: 5px
}

.itemComponents-base-rupeeIcon {
    font-size: 12px;
    color: #282c3f
}

.itemComponents-base-bold {
    font-weight: 600
}

.itemComponents-base-strikedAmount {
    display: inline-block
}

.itemComponents-base-itemDiscount {
    color: #f16565
}

.itemContainer-base-tradeDiscount {
    color: #444;
    padding: 0;
    font-size: 15px
}

.itemContainer-base-tradeDiscount i {
    font-size: 14px;
    position: relative;
    top: 2px
}

.itemComponents-base-strike {
    text-decoration: line-through
}

.itemComponents-base-price {
    padding-right: 5px;
    display: inline-block;
    color: #282c3f
}

.itemContainer-base-strikedAmount {
    padding-left: 5px;
    color: #535766
}

.priceBlock-base-container {
    margin-bottom: 16px
}

.priceBlock-base-priceHeader {
    font-size: 14px;
    font-weight: 500;
    margin: 2px 0 20px;
    color: #444;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd
}

.priceBreakUp-base-orderSummary {
    font-size: 14px;
    padding: 0 20px
}

.priceDetail-base-row {
    margin-bottom: 20px
}

.priceDetail-base-value {
    float: right
}

.priceDetail-base-discount {
    color: #333
}

.desktop-base-right {
    vertical-align: top;
    display: inline-block;
    width: 29.7%;
    padding: 0;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd
}

.priceDetail-base-total {
    font-weight: 500;
    font-size: 15px;
    padding-top: 16px;
    border-top: 1px dashed #ccc;
    color: #ff1010
}

.priceDetail-base-value {
    float: right
}

.priceDetail-base-value span i {
    font-size: 14px;
    position: relative;
    top: 2px
}

.button-base-button {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background: #ff227d;
    background: -webkit-linear-gradient(to right, #ffa256, #ff227d);
    background: linear-gradient(to right, #ffa256, #ff227d);
    cursor: pointer;
    text-align: center;
    border: none;
    text-transform: capitalize
}

.button-base-button:hover {
    background: #ffa256;
    background: -webkit-linear-gradient(to right, #ff227d, #ffa256);
    background: linear-gradient(to right, #ff227d, #ffa256)
}

.border1pxddd {
    border: 1px solid #ddd;
    border-left: 2px solid #ff237d
}

.btbr1pxeee {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 2px solid #ff1f7e;
    border-radius: 2px
}

.itemContainer-base-itemActions:first-child {
    width: 20%
}

.inlinebutton-base-action {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin: 10px 0
}

.itemContainer-base-itemActions {
    line-height: 19px;
    text-align: left
}

.inlinebutton-base-actionButton {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer
}

.itemContainer-base-inlineButton {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    font-weight: 500
}

.itemContainer-base-itemActions:last-child {
    width: 100%;
    border-left: none;
    display: inline-flex
}

.itemContainer-base-itemActions a:focus {
    color: #ff3f6c
}

.inlinebutton-base-action {
    display: inline-block;
    width: 49%;
    margin: 10px 0 12px
}

.tot {
    color: #fb2424;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px
}

.carttot {
    color: #ff1010
}

.priceDetail-base-value span.carttot i {
    font-size: 14px;
    position: relative;
    top: 1px;
    font-weight: 400
}

.emptyCart-base-subContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center
}

.emptyCart-base-mainContainer {
    min-height: 310px;
    position: relative
}

.emptyCart-base-emptyBagImage {
    margin: 0 auto;
    margin-bottom: 20px
}

.emptyCart-base-emptyBagImage img {
    width: 215px
}

.emptyCart-base-emptyText {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333
}

.emptyCart-base-emptyDesc {
    font-size: 14px;
    color: #555
}

.emptyCart-base-addFromWishlist {
    text-align: center;
    margin-top: 15px;
    font-size: 14px
}

.emptyCart-base-addFromWishlist .emptyCart-base-wishlistButton {
    background: #fff;
    color: #39be6d;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #39be6d;
    display: inline-block;
    padding: 7px 20px
}

.emptyCart-base-addFromWishlist .emptyCart-base-wishlistButton a {
    color: #39be6d
}

.itemContainer-base-itemActions span.dels {
    padding: 5px 15px;
    background: #fd3030;
    text-align: center;
    border-radius: 2px
}

.shopping-cart a.remove {
    color: #fff
}

.shopping-cart a.removelist {
    color: #fff
}

.itemContainer-base-itemActions span.move {
    padding: 5px 15px;
    background: #2ec83f;
    text-align: center;
    border-radius: 2px;
    margin-left: 5px
}

.itemContainer-base-itemActions span.move a {
    color: #fff
}

.save {
    color: #16c92a;
    padding: 10px 0 5px
}

.bgfc {
    background: #fefefe
}

.logh3 {
    background: #ff1f7e;
    background: -webkit-linear-gradient(to right, #ff1f7e, #ffa455);
    background: linear-gradient(to right, #ff1f7e, #ffa455);
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px
}

.bshadow-none {
    box-shadow: none
}

.b-bottom-0 {
    border-bottom: 0
}

.bradius-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.itemContainer-base-item input[type="text"],
.itemContainer-base-item input[type="password"] {
    width: 100%;
    height: 43px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px
}

.itemContainer-base-item form {
    padding: 15px
}

.itemContainer-base-item form .form-group {
    margin-bottom: 10px
}

.itemContainer-base-item form button.btn-sub {
    height: 40px;
    padding: 10px 40px;
    color: #ff237d;
    background: transparent;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #ff237d;
    line-height: 18px
}

.secure {
    list-style: none;
    padding-left: 90px;
    padding-top: 12px
}

.secure h6 {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px
}

.secure li {
    font-size: 13px;
    color: #333;
    line-height: 28px
}

.secure li:before {
    content: '\f15e';
    font-family: Flaticon;
    padding-right: 5px;
    color: red
}

.offers-base-container input[type="text"],
.offers-base-container input[type="email"] {
    width: 100%;
    height: 44px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 15px
}

.offers-base-container textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 15px;
    color: #444
}

.offers-base-container select {
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 15px;
    color: #777
}

.offers-base-container form button.btn-sub {
    height: 44px;
    padding: 10px 40px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
    background: #ff1f7e;
    background: -webkit-linear-gradient(to right, #ffa455, #ff1f7e);
    background: linear-gradient(to right, #ffa455, #ff1f7e);
    line-height: 24px;
    text-transform: uppercase
}

.offers-base-container form {
    padding-top: 15px
}

input[type="radio"] {
    opacity: 1 !important;
    margin-bottom: 15px
}

.singleBlog .sbThumb {
    height: 220px
}

.singleBlog .sbThumb img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.max {
    width: 100% !important
}

#price_show i {
    font-size: 12px
}

.bgff {
    background: #fff !important
}

.padd {
    padding: 10px 12px
}

.p15 {
    padding: 15px !important
}

.p30 {
    padding: 30px
}

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

.userlog {
    padding: 6px 15px;
    width: 90%
}

.userlog i {
    font-size: 20px;
    padding-right: 5px
}

.logsuccess {
    width: 7%;
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 30px;
    color: #32d96b
}

.garph {
    height: 210px;
    border: 1px solid #ccc;
    padding: 5px;
    object-fit: cover
}

.gal {
    padding: 10px;
    width: 100%;
}

.gallery_title {
    position: absolute;
    text-align: center;
    width: 95.3%;
    height: 40px;
    font-size: 17px;
    bottom: 10px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    background: #ff1f7ef0;
    background: -moz-linear-gradient(to right, #ffa455bf 0, #ff1f7ef0 100%);
    background: -webkit-linear-gradient(to right, #ffa455bf 0, #ff1f7ef0 100%);
    background: linear-gradient(to right, #ffa455bf 0, #ff1f7ef0 100%);
}

.bb0 {
    border-bottom: 0
}

.padd20 {
    padding: 20px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.font-25 {
    font-size: 25px
}

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

.fw-600 {
    font-weight: 600
}

.mt-10 {
    margin-top: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-50 {
    margin-bottom: 50px
}

.smb-30 {
    margin-bottom: 30px
}

.smt-40 {
    margin-top: 50px
}

.smt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.facebook {
    color: #3b5998 !important
}

.twitter {
    color: #00acee !important
}

.instagram {
    color: #ce219b !important
}

.pinterest {
    color: #c8232c !important
}

.linkedin {
    color: #0e76a8 !important
}

.youtube {
    color: #c4302b !important
}

.blog {
    color: #fdb200 !important
}

.whatsapp {
    color: #0bd058 !important;
    font-weight: 600;
}

.ml-10 {
    margin-left: 10px
}

.table th,
.table td {
    font-family: 'Kanit', sans-serif
}

.border {
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 0 5px 3px #f7f7f7
}

.myprofileDetails .tab-content .tab-pane {
    padding: 10px;
    border: 1px solid #ddd
}

.bg-gray {
    background-color: #f5f6f6;
    padding: 5px
}

.myprofileDetails .tab-content .tab-pane .table {
    margin-bottom: 0
}

.myprofileDetails .tab-content .tab-pane .table tr th,
.myprofileDetails .tab-content .tab-pane .table tr td {
    line-height: 18px
}

.myprofileDetails .nav-tabs>li>a {
    color: #273447;
    font-weight: 500;
    font-size: 13px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 0;
    padding: 7px 25px;
    font-family: 'Kanit', sans-serif
}

.myprofileDetails .nav-tabs>li a.active {
    background: #fff;
    border: 1px solid #fff
}

.myprofileDetails .nav-tabs>li {
    background: #eee;
    border: 1px solid #ddd;
    border-right: 0
}

.myprofileDetails .nav-tabs {
    border-bottom: 0
}

.editprofile .form-group {
    margin-bottom: 7px
}

.editprofile label {
    margin-bottom: 7px
}

.editprofile input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 2px;
    font-size: 14px;
    color: #333
}

.editprofile textarea {
    width: 100%;
    height: 85px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 2px;
    font-size: 14px;
    color: #333
}

.editprofile button.btn-sub {
    height: 45px;
    padding: 10px 40px;
    color: #fff;
    background: #ff207e;
    background: -webkit-linear-gradient(to right, #ffa455, #ff207e);
    background: linear-gradient(to right, #ffa455, #ff207e);
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    width: 100%;
    margin-top: 10px;
    border: 0
}

.p-t25 {
    padding-top: 25px
}

.restamt {
    background: #1dba2f;
    padding: 5px 16px;
    border: 0;
    margin-top: 8px;
    color: #fff
}

.pimg {
    border: 1px solid #ddd;
    padding: 5px
}

.close {
    font-weight: 400 !important
}

.progress-bar-success {
    background-color: #20c84a
}

.progress-bar-primary {
    background-color: #0946bb
}

.progress-bar-info {
    background-color: #2f71ef
}

.progress-bar-warning {
    background-color: #f1b502
}

.progress-bar-danger {
    background-color: #f15002
}

.aboutDescs {
    text-align: center
}

.aboutDescs h2 {
    font-size: 26px
}

.aboutDescs p {
    line-height: 34px;
    font-size: 15px;
    font-family: 'Kanit', sans-serif
}

.mob-only {
    display: none
}

.testimonialSection {
    margin: 0 auto
}

.testimonialSection .media {
    position: relative;
    padding: 0 0 0 20px
}

.testimonialSection .media img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%
}

.testimonialSection .testimonial-wrapper {
    padding: 0 10px
}

.testimonialSection .testimonial {
    color: #444;
    position: relative;
    padding: 15px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px
}

.testimonialSection .testimonial::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: -8px;
    left: 46px;
    transform: rotateZ(-46deg)
}

.testimonialSection .star-rating li {
    padding: 0;
    margin: 0 2px
}

.testimonialSection .star-rating i {
    font-size: 16px;
    color: #ffdc12
}

.testimonialSection .overview {
    padding: 0
}

.testimonialSection .overview .details {
    padding: 0;
    text-align: left;
    color: crimson;
}

.testimonialSection .overview b {
    text-transform: uppercase;
    color: #1abc9c
}

.faq p {
    margin-bottom: 15px;
    text-align: justify
}

.alert {
    padding: .4rem 1rem
}

.alert-danger {
    color: #fff;
    background-color: #ec2b2b;
    border-color: #ec2b2b
}

.alert-success {
    color: #fff;
    background-color: #3ae36c;
    border-color: #3ae36c
}

.padd30 {
    padding: 25px 20px 1px
}

.priceBreakUp-base-orderSummary img {
    width: 80px;
    margin-bottom: 15px
}

#backtotop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 31px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: 11;
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2)
}

#backtotop i {
    color: #fff;
    font-size: 18px
}

.aboutSection {
    padding: 50px 0 0
}

.note {
    color: #000;
    padding: 0;
    font-size: 15px
}

.products-body .desc {
    min-height: 125px
}

.accordionWrap {
    list-style: none;
    padding: 0;
    width: 100%
}

.accordionWrap .accordion-block {
    border: solid #ddd 1px;
    border-radius: 3px;
    margin-bottom: 5px
}

.accordionWrap a {
    display: block;
    font-weight: 500;
    color: #444 !important;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #fafafa 0, #f2f2f2 100%)
}

.accordionWrap a:after {
    content: '\f118';
    font-family: Flaticon;
    display: inline-block;
    float: right;
    margin: 5px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: -5px
}

.accordionWrap a.active:after {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.accordionWrap .content {
    list-style: none;
    padding: 10px;
    display: none
}

.accordionWrap a.active {
    color: #000;
    background: linear-gradient(to bottom, #f9f9f9 0, #fcfcfc 100%);
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.accordionWrap .active-block .content {
    display: block
}

.accordionWrap .content h2 {
    margin: 10px 0 20px;
    font-size: 18px
}

.accordionWrap .content p {
    margin: 0
}

.shadows {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.prelative {
    position: relative !important
}

.feedback .item a {
    color: #212121;
    text-decoration: none !important;
    outline: 0 !important;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.white-bip span {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite
}

.play-icon span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: .5s;
    padding-left: 5px;
    top: 42%;
    left: 50%;
    transform: translateX(-50%)
}

.play-icon {
    position: absolute;
    display: block;
    width: 100%;
    top: 42%;
    left: 50%;
    transform: translateX(-50%)
}

a.play-icon {
    border-radius: 50%;
    display: block
}

a.video-play-icon-without-bip {
    animation: none
}

a.video-play-icon-without-bip:hover {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    background-color: #65258a
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.30), 0 0 0 10px rgba(250, 250, 250, 0.30), 0 0 0 20px rgba(250, 250, 250, 0.30);
        box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.30), 0 0 0 10px rgba(250, 250, 250, 0.30), 0 0 0 20px rgba(250, 250, 250, 0.30)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(250, 250, 250, 0.30), 0 0 0 20px rgba(250, 250, 250, 0.30), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(250, 250, 250, 0.30), 0 0 0 20px rgba(250, 250, 250, 0.30), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.30), 0 0 0 10px rgba(250, 250, 250, 0.30), 0 0 0 20px rgba(250, 250, 250, 0.30);
        box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.30), 0 0 0 10px rgba(250, 250, 250, 0.30), 0 0 0 20px rgba(250, 250, 250, 0.30)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(250, 250, 250, 0.30), 0 0 0 20px rgba(250, 250, 250, 0.30), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(250, 250, 250, 0.30), 0 0 0 20px rgba(250, 250, 250, 0.30), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.details {
    text-align: center
}

.details h4 {
    font-size: 19px;
    margin-bottom: 5px
}

.details h5 {
    font-size: 16px
}

.bgfa {
    background: #fbfbfb
}

.bgf9 {
    background: #f9f9f9
}

.bgf8 {
    background: #F8F9FB
}

.bgf7 {
    background: #f7f7f7
}

.bgf6 {
    background: #f6f6f6
}

.right-4 {
    margin-right: -4px
}

.clientcarousel {
    padding: 0;
    border: 1px solid #ddd;
    border-top: 0
}

.clientcarousel .slick-slide>div {
    margin-bottom: -5px
}

.client-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px
}

.clientcarousel .card {
    padding-right: 0 !important;
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0;
    text-align: center;
    height: 135px;
    background: #fbfbfb
}

.clientcarousel .card:hover {
    box-shadow: 5px 20px 50px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2
}

.clientcarousel .card img {
    padding: 25px;
    width: 185px;
    display: inline-block
}

.client-wrapper img {
    margin: 0 auto;
    text-align: center
}

.slick-prev {
    position: absolute;
    top: 47%;
    left: -10px;
    z-index: 9;
    background: transparent;
    border: 0
}

.slick-next {
    position: absolute;
    top: 47%;
    right: -10px;
    z-index: 9;
    background: transparent;
    border: 0
}

.slick-prev i,
.slick-next i {
    font-size: 25px
}

.clients-logo:before,
.clients-logo::after {
    content: "";
    position: absolute;
    width: 475px;
    height: 275px;
    z-index: 0
}

.clients-logo:after {
    background: url(../images/rightbg.png);
    right: -85px;
    bottom: -24px;
    width: 426px
}

.clients-logo:before {
    background: url(../images/leftbg.png);
    left: -85px;
    top: -15px
}

.technologyuse {
    position: relative;
    z-index: 1
}

.technologyuse ul {
    margin: 0 -10px;
    display: flex
}

.technologyuse ul li {
    display: inline-block;
    margin: 15px 10px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0 6px 1px #eee
}

.zindex-1 {
    z-index: 1
}

.zindex-11 {
    z-index: 11
}

.autoadjust {
    width: 100% !important;
    border-radius: 5px
}

.testimonial_item:after {
    content: '\f174';
    font-family: Flaticon;
    font-size: 35px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #ccc
}

.testimonialbg {
    background: url(../images/shape-9.svg) left top no-repeat #fff
}

.packagebg {
    position: relative
}

.packagebg:before {
    content: "";
    background: url(../images/dot-shape.png) center top #f9efff;
    background-size: auto;
    position: absolute;
    height: 360px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%
}

.blogbg {
    background: #fff;
    background: -moz-linear-gradient(to bottom, #fff 0, #f8ecff 100%);
    background: -webkit-linear-gradient(to bottom, #fff 0, #f8ecff 100%);
    background: linear-gradient(to bottom, #fff 0, #f8ecff 100%)
}

.pt-15 {
    padding-top: 15px
}

.pt-30 {
    padding-top: 30px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.packageslider .owl-prev {
    position: absolute;
    top: 43%;
    left: 0
}

.packageslider .owl-next {
    position: absolute;
    top: 43%;
    right: 0
}

.packageslider .owl-prev i,
.packageslider .owl-next i {
    color: #fff;
    font-size: 25px
}

.blog_content .sec_title {
    padding-bottom: 15px
}

.singleBlog {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px
}

.sbDetails {
    padding: 20px;
    text-align: center
}

.sbDetails .sb_cats {
    color: #de0808;
    margin-bottom: 10px !important;
    line-height: 16px
}

.sbDetails p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px !important;
}

.sbDetails p:first-child {
    margin-bottom: 0
}

.sbDetails p span {
    font-size: 14px !important;
    font-family: 'k2D', sans-serif !important
}

.sbDetails ol {
    display: none
}

.sbDetails h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.sbDetails h4 a {
    color: #333
}

.sbDetails h4 a:hover {
    color: #00275a
}

.sbDetails h4.title-ellipsis {
    white-space: nowrap;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-btn {
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%)
}

.more-main {
    font-size: 14px;
    font-weight: 400;
    padding: 0 40px;
    line-height: 56px;
    text-align: center;
    outline: none;
    color: #fff;
    background-color: #ff4816;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgba(233, 30, 99, 0.29);
    box-shadow: 0 10px 15px 0 rgba(233, 30, 99, 0.29)
}

.more-main.btn-sm {
    padding: 0 20px;
    line-height: 34px
}

.more-main:hover {
    color: #fff
}

.more {
    position: relative;
    overflow: hidden
}

span.btncircle {
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transition: all .4s
}

.more:hover span.btncircle {
    top: -10%;
    right: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%
}

.float-md-right {
    float: right
}

.autowidth {
    width: 100%
}

.enquire-form {
    background: #D6FFFC;
    background: -moz-linear-gradient(top, #D6FFFC 0, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #D6FFFC 0, #ffeff5 100%);
    background: linear-gradient(to bottom, #D6FFFC 0, #ffeff5 100%)
}

.fdgn2 input,
.fdgn2 select,
.fdgn2 textarea {
    border: 2px solid #e6e6e6 !important
}

.form-block input:focus,
.form-block textarea:focus {
    border-bottom: 2px solid #ff1f8e
}

.form-block input,
.form-block textarea {
    margin: 0 0 15px;
    border: 0;
    width: 100%;
    color: #172b43;
    font-size: 14px;
    background: #fff;
    outline: 0
}

.form-block input {
    height: 50px;
    padding: 0 15px;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.form-block textarea {
    height: 100px;
    padding: 15px;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.form-block .form-group {
    margin-bottom: 0
}

.form-block select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff1f8e;
    background-color: #ff1f8e
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.form-block button {
    min-width: 100% !important
}

.form-block label a {
    color: #000
}

.form-block p.trm {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0
}

.form-block p.trm i {
    padding: 5px 5px 0 0
}

.custom-control {
    margin-bottom: 10px
}

.form-block label input {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0
}

.fieldsets label {
    top: -14px;
    font-size: 14px;
    color: #ff1f8e;
    margin: 0;
    padding: 0;
    display: inline
}

.custom-control label {
    text-indent: -21px;
    padding: 2px 0 0 21px;
    font-size: 14px
}

.form-block .bg-btn {
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2)
}

.form-block .btn-main {
    font-size: 16px;
    font-weight: 400;
    padding: 0 40px;
    line-height: 50px;
    outline: 0;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgba(233, 30, 99, .15);
    box-shadow: 0 10px 15px 0 rgba(233, 30, 99, .15)
}

.form-block .btn-main,
.btn-main:hover {
    color: #fff
}

.form-block .btn-main {
    text-align: center
}

.lnk {
    position: relative;
    overflow: hidden
}

.contact_form form .chosen-container-single .chosen-single {
    border: 1px solid #ccc !important;
    border-radius: 2px !important
}

.fieldsets .captcha {
    padding-left: 115px
}

.cap {
    position: absolute;
    left: 15px;
    top: 9px
}

.refresh {
    position: absolute;
    left: 100px;
    top: 10px
}

.refresh img {
    width: 22px
}

.capt {
    position: absolute;
    margin-top: 10px
}

.refreshbtn {
    position: absolute;
    left: 100px;
    margin-top: 10px
}

.refreshbtn img {
    width: 22px
}

.chosen-select {
    width: 100%
}

.chosen-select-deselect {
    width: 100%
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle
}

.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    margin-top: -1px;
    position: absolute;
    top: 77%;
    left: -9000px;
    z-index: 1111
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0
}

.chosen-container .chosen-results {
    color: #555;
    margin: 0 4px 4px 0;
    max-height: 217px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    padding: 8px 6px;
    border-bottom: 1px solid #ddd
}

.chosen-container .chosen-results li:last-child {
    border-bottom: 0
}

.chosen-container .chosen-results li em {
    background: #feffde;
    font-style: normal
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: 700
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item
}

.chosen-container .chosen-results li.highlighted {
    background-color: #fff;
    background-image: none;
    color: #555
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #777
}

.chosen-container .chosen-results .no-results {
    background: #eee;
    display: list-item
}

.chosen-container .chosen-results-scroll {
    background: #fff;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.42857143px;
    text-indent: -5000px;
    width: 9px
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
    background: url(../images/chosen-sprite.png) no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
    background: url(../images/chosen-sprite.png) no-repeat -22px -3px
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #555;
    display: block;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 15px
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
    background: url(../images/chosen-sprite.png) right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px
}

.chosen-container-single .chosen-single div b {
    background: url(../images/chosen-sprite.png) no-repeat 0 11px;
    display: block;
    height: 100%;
    width: 100%
}

.chosen-container-single .chosen-default {
    color: #777
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url(../images/chosen-sprite.png) no-repeat 100% -16px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
    height: 35px
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.chosen-container-single-nosearch .chosen-search input {
    position: absolute;
    left: -9000px
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    background: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    height: 32px;
    margin: 0;
    padding: 4px;
    outline: 0
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background: url(chosen-sprite.png) right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 12px;
    cursor: pointer
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-position: right -11px
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-disabled {
    cursor: default;
    opacity: .5 !important
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.gradient-text {
    background-image: linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-black {
    color: #000
}

.webdesign {
    position: relative;
    float: right;
    padding: 5px;
    margin: 10px 0 10px 10px;
    max-width: 100%;
}

.bdr1ddd {
    border: 1px solid #ddd !important
}

.bdr1ccc {
    border: 1px solid #ccc !important
}

.widget .chosen-container-single .chosen-single {
    border: 1px solid #ddd !important
}

.widget .chosen-container {
    width: 100% !important
}

.border0 {
    border: 0 !important
}

.portfolio-section h1 {
    font-size: 25px
}

.portfolio-section p {
    font-size: 15px;
    line-height: 30px;
    text-align: center
}

.bg-graphics {
    position: relative;
    background: #d8f1fe;
    background: -moz-linear-gradient(to bottom, #d8f1fe 0, #f9efff 100%);
    background: -webkit-linear-gradient(to bottom, #d8f1fe 0, #f9efff 100%);
    background: linear-gradient(to bottom, #d8f1fe 0, #f9efff 100%)
}

.bg-graphics::before {
    content: '';
    background: url(../images/banner-shap-2.png) left 0 no-repeat;
    background-size: auto;
    position: absolute;
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    background-size: contain
}

.wide-block {
    padding: 25px 20px;
    margin: 30px 0 0;
    border: 0 solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.service-img1 {
    background: #e9ddff
}

.service-img1:after {
    background: url(../images/service/service-img-1.png)
}

.service-img2 {
    background: #ffdadb
}

.service-img2:after {
    background: url(../images/service/service-img-2.png)
}

.service-img3 {
    background: #d6edff
}

.service-img3:after {
    background: url(../images/service/service-img-3.png)
}

.service-img4 {
    background: #ffede1
}

.service-img4:after {
    background: url(../images/service/service-img-4.png)
}

.wide-block:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 190px;
    background-position: right center;
    background-repeat: no-repeat
}

.block-space- {
    max-width: 76%;
    position: relative;
    z-index: 1
}

.wide-block h4 {
    margin: 20px 0 30px;
    font-size: 18px
}

.block-space- p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px
}

.mobilenav {
    display: none
}

.listmenu {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 1000;
    top: 0;
}

.listmenu .listmenubody {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.listmenubody h5 {
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0%, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0%, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0%, #ff1f8e 100%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px
}

.listmenubody .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.menuitem {
    border-radius: 5px;
    padding: 15px !important;
}

.menuitem a {
    color: #333
}

.menuitem a:hover {
    color: #ff1f8e
}

.about_us_content a {
    color: crimson;
    font-weight: 600
}

.bradius10 {
    border-radius: 10px
}

.pay-btn {
    background: #ffa455;
    background: -moz-linear-gradient(left, #ff1f7e 0, #ffa455 100%);
    background: -webkit-linear-gradient(left, #ff1f7e 0, #ffa455 100%);
    background: linear-gradient(left, #ff1f7e 0, #ffa455 100%);
}

.forget-btn {
    color: #000;
    padding-left: 10px
}

:root {
    --lh: 1.7rem;
}

.truncate-overflow {
    --max-lines: 3;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
    padding-bottom: 5px
}

.truncate-overflow::before {
    position: absolute;
    content: "...";
    bottom: 4px;
    right: 0;
}

.truncate-overflow::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem
}

.top7 {
    top: 7px
}