/*===============styles.css=====================*/

.pack_Section {
    background: #f8f9fc;
    margin: 0 0 90px;
    width: 100%;
}

.pack_box {
    border-radius: d8px;
    padding: 20px;
    position: relative;
    background: #fff;
    border: solid 1px #ed514e;
    margin:0 0 30px;
}
.pack_box:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}

.pack_box:after {
    content: '';
    width: 0px;
    height: 100%;
    background: #e5ebff;
    display: block;
    position: absolute;
    top: 0;
    right: -17px;
}

.pack_box .head {
    background: #fff;
    padding: 0;
    border-radius: 4px;
    margin: 10px 0 20px;
}

.pack_box .head h2 {
    display: block;
    font-size: 18px;
    vertical-align: top;
    color: #2f2f2f;
    margin: 0;
    text-align: center;
    font-weight: 900;
    margin: 0 0 15px;
}

.pack_box .head h3 {
    display: block;
    font-size: 3rem;
    vertical-align: middle;
    text-align: center;
    color: #ed514e;
    margin: 0;
    font-weight: 700;
}

.pack_box .head h3 span {
    display: block;
    color: #808c9c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 5px 0 5px;
}

.pack_box .head h3 .small-price {
    display: inline-block;
}

.boxyparent .etr-pera{
    font-size:12px;
}


.pack_box .head .pera{font-size: 12px;margin: 0;text-align: left;padding-left: 15px;font-weight: 600;}
.pack_box .head .pera strong{
    color: #ed514e;
}
.pack_box .head h3 span font {
    text-decoration: line-through;
}
/*.pack_box .pack_content .list-scroll{ height: 180px; }
*/
.pack_box .pack_content {
    margin: 0px 0 16px;
    height: 192px;
    padding-left: 0;
    overflow: auto;
}

.pack_box .pack_content ul {
    margin: 0;
    padding: 0;
}

.pack_box .pack_content ul li {
    display: block;
    padding: 0px 0px 0px 30px;
    margin: 4px 0;
    font-size: 13px;
    border-radius: 0;
    position: relative;
    font-weight: 600;
}

.pack_box .pack_content ul li.heading {
    background: #f8f9fc;
    font-size: 12px;
    font-weight: 400;
    color: #808c9c;
}

.pack_box .custBtn {
    color: #ea4f4c;
    display: block;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 12px;
    transition: 0.3s;
    font-weight: bold;
    margin: 13px auto;
    border: solid 1px #ea4f4c;
    background-image: linear-gradient(270deg, #cc312e, #ef5350);
    border-color: #ea4f4c;
    color: #fff;
}

.pack_box .head h3 em {
    vertical-align: top;
    font-style: inherit;
}

.pack_box .head p {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    padding: 0 30px;
}

.pack_box .pack_content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ed514e;
    display: block;
    position: absolute;
    left: 14px;
    top: 37%;
    border-radius: 100%;
}

.ss-references__bg:nth-child(2n) {
    background-color: #f6f3f9;
}

.pack_box:hover .custBtn {
    background-image: linear-gradient(270deg, #cc312e, #ef5350);
    border-color: #cc312e;
    color: #fff;
}

.home .main-header {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
}
.home .main-header .hello-bar img{
    width: 100%;
}
.home .main-header--sticky {
    position: fixed;
    z-index: 1020;
    animation: slide-down .3s;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
}
.home .main-header--sticky .hello-bar{
    display: none;
}

.home .logodark {
    display: none;
}

.home .logowhite {
    display: inline;
}

.home .main-header--sticky .logowhite {
    display: none;
}

.home .main-header--sticky .logodark {
    display: inline;
}

.logodark {
    display: inline;
}

.logowhite {
    display: none;
}

.home .main-header .menu-item a {
    color: #ffffff!important;
}

.home .main-header--sticky .menu-item a {
    color: rgba(92, 92, 92, .7)!important;
}

.vvideo {
    width: 100%;
    height: 500px;
}

.vvideo video {
    width: 100%;
    height: 480px;
}

.home .main-header--sticky .custBtn.outlinebtn {
    color: #4c4c4c;
    border: 1px solid #4c4c4c;
   
}

.home .main-header--sticky .number {
   
    color: rgba(92, 92, 92, .7) !important;
}

.service__clutch:before {
    background-image: url(../images/circle-arrow.svg);
}

.ban-form .fldset {
    margin: 0 0 15px;
}

.ban-form .fldset input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 0px;
    padding: 0 12px;
    color: #333;
    border: solid 1px #ccc;
    font-size: 14px;
}

.ban-form .fldset textarea {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    border: 0px;
    padding: 12px 12px;
    color: #333;
    border: solid 1px #ccc;
    font-size: 14px;
}

.ban-form .fldset.wdt {
    width: 93%;
}

.ban-form .fldset select {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    padding: 0 12px;
    color: #333;
    font-size: 14px;
    border: solid 1px #ccc;
}

.ban-form .fldset input[type=submit] {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 0px 40px;
    border: 0px;
    text-indent: 0;
    margin: 0;
    background-image: linear-gradient(270deg, #cc312e, #ef5350);
    border-color: #d703ab;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.banner-form {
    background: #fff;
    padding: 25px 20px 0 40px;
    position: relative;
    z-index: 9;
    border-radius: 6px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
    right: 0;
    float: right;
}

.banner-form h2 {
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

.banner-form h2 span {
    display: block;
    font-size: 16px;
    color: #000;
}

.ban-form .col-lg-6,
.ban-form .col-lg-12 {
    padding-left: 0;
}

.page-template-template-service .lp-service__description {
    padding: 0px 0 0;
}

.bottom-form {
    padding: 90px 0;
}

.bottom-form h2 {
    color: #000;
}

.bottom-form .txtwrap {
    text-align: center;
    margin: 0 0 50px;
}

.bot-form {
    text-align: center;
}

.bot-form .fldset {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.bot-form .fldset input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    padding: 0 12px;
    color: #333;
    border: solid 1px #ccc;
    font-size: 14px;
}

.bot-form .fldset textarea {
    width: 100%;
    height: 130px;
    border-radius: 6px;
    border: 0px;
    padding: 12px 12px;
    color: #333;
    border: solid 1px #ccc;
    font-size: 14px;
}

.bot-form .fldset.wdt {
    width: 93%;
}

.bot-form .fldset select {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 0px;
    padding: 0 12px;
    color: #333;
    border: solid 1px #ccc;
    font-size: 14px;
}

.bot-form .fldset input[type=submit] {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 0px 40px;
    width: auto;
    text-align: center;
    margin-left: 0;
    border: 0px;
    text-indent: 0;
    background-image: linear-gradient(270deg, #cc312e, #ef5350);
    border-color: #d703ab;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.nav .menu-item ul.dropdowm {
    border-radius: 5px;
    position: absolute;
    left: 0px;
    background: #ee524f;
    top: 45px;
    width: 250px;
    padding: 0px 20px;
    z-index: 9;
    display: none;
}

.nav .menu-item ul.dropdowm li {
    display: block;
    margin: 10px 0;
}

.nav .menu-item ul.dropdowm li a {
    color: #fff !important;
    text-decoration: none;
    padding: 0px 0;
    border-bottom: 0;
}

.nav .menu-item ul.dropdowm li a:hover {}

.nav .menu-item.dropdownlink:hover ul.dropdowm {
    display: block;
}

.custBtn {
    background-image: linear-gradient(270deg, #d93d86, #b61c34);
    border-color: #ea4f4c;
    overflow: hidden;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 11px 20px;
    font-size: 12px;
    height: 40px;
    margin: 0 0 0 15px;
}

.number {
    color: #fff;
    margin: 11px 3px;
    font-size: 14px;
    font-weight: bold;
}

.custBtn.outlinebtn {
    border: 1px solid #ffffff;
    background-color: #0000;
    background-image: none;
}

.custBtn.outlinebtn:hover {
    color: #fff
}

.vdetail {
      text-align: center;
    display: table;
    font-size: 12px;
    margin: 0 auto;
    color: #808c9c;
    padding: 0px 10px;
    font-weight: 600;
    line-height: initial;
    border: 0px;
}
.lvecht {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    font-weight: 600;
    border-radius: 4px;
    line-height: initial;
}
.main-header .navbar .navbar-nav a.custBtn {
    border: 1px solid #b71d36;
    color: #b71d36;
}

.main-header .custBtn.outlinebtn:hover {
   
}

.numberpack {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding: 10px 10px;
    font-weight: 600;
    border-radius: 4px;
    line-height: initial;
    float: right;
}

.main-header .number {
    color: #000;
}

.home .main-header .number {
       color: #fff;
}

.singleSer .ss-awards__item {
    min-height: 13rem;
}

.contactPage {
    padding: 90px 0
}

.contactPage h2 {
    text-align: left;
}

.contactPage p {
    text-align: left;
    margin: 0 0 40px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    width: 100%;
    border-radius: 5px;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label i,
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile + label {
    color: #353e47;
    border: 2px dashed #bfbaba;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #353e47;
}

.floatbutton.visible .clickbutton {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -430px;
    top: 220px;
    font-size: 0;
    width: 420px;
    z-index: 99;
}

.floating_wrap {
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floating_wrap.visible {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 99;
    opacity: 0;
    vertical-align: top;
    height: 0px;
    cursor: pointer;
    box-shadow: -20px 0 35px #0000001f;
    border-radius: 50% 0% 0 50%;
    background: #fff;
    display: inline-block;
    padding-top: 0px;
}

.floatbutton.visible {
    right: -370px;
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus p {
    font-size: 20px;
    width: 250px;
    top: 0px;
    position: relative;
    margin-top: 194px;
    background: #fff;
    height: 55px;
    background: #e94e4b;
    border-radius: 20px 20px 0px 0px;
    padding-top: 15px;
    text-align: right;
    /* padding-right: 25px; */
    text-align: center;
    font-weight: 600;
    color: #fff;
    box-shadow: 0px 0px 40px #00000026 !important;
    left: -4px;
}

.floatbutton .clickbutton .crossplus {
    transform: rotate(-90deg);
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/*floating strips css start */

.floating_wrap {
    position: fixed;
    right: 0px;
    top: 100px;
    z-index: 99;
}

.floating_wrap .btns_wrap {
    position: fixed;
    right: 0px;
}

.floating_wrap .btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}

.floating_wrap .btns_wrap .call_wrap {
    width: 275px;
    position: absolute;
    right: -225px;
    background: #ea4f4c;
    top: 60px;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floating_wrap .btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px;
    border-color: #ea4f4c;
}

.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #ed514e;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .chat_wrap:hover {
    text-decoration: none;
}

.floating_wrap .btns_wrap .call_wrap:hover {
    text-decoration: none;
}

.floating_wrap .btns_wrap .chat_wrap span.icoo,
.floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #ffffff;
    background: #eb4f4c;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    background: #ec504d;
    padding: 15px 30px 15px 15px;
}


/*floating strips css end */

.callusnow {
    width: 50px;
    height: 50px;
    color: #d33835;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0px 0;
    line-height: 50px;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 0px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #ffffff;
    /*background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);*/
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 ); */
    border: solid 3px #d33835;
}

.callusnow:hover {
    color: #ea018e;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}


/*popup form*/

.ys-layer {
    display: none;
    /*background-image: url(../images/pattern.png);*/
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.ys-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.ys-container.visible,
.ys-layer.visible {
    display: block;
}

.ys-box {
    background-color: #fff;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px 20px 20px 20px;
    /*box-shadow: 2px 2px 2px 0px rgba(0,0,0,.8);*/
    transition: height .2s ease-in-out;
}

.ys-popup-close {
    position: absolute;
    color: #6e6e6e;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    display: block;
    right: 10px;
    top: 10px;
    font-weight: 700;
    border: solid 1px #ccc;
    padding: 3px 10px;
    line-height: initial;
    border-radius: 100%;
}

.ys-container.finished .ys-popup-close {
    width: 30px;
    height: 30px;
    text-indent: 0;
}

.ys-popup-content {
    display: none;
    padding: 20px 40px;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
}

.ys-container.finished .ys-popup-content {
    display: block;
}

.ys-popup-close:hover {
    text-decoration: none;
    color: #000;
}

.ys-box {
    height: auto;
    width: 572px !important;
    background: #f3c06a;
    padding: 0;
    background-size: cover;
}

.ys-box .mainbann {
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.popupform h2 {
    font-weight: 700;
    font: 16px/20px 'Poppins', sans-serif;
    color: #3a3a3a;
    margin: 10px 0 20px;
}

.popupform h2 span {
    color: #e9028e;
}

.popupform p {
    color: #000;
    padding: 0 0 8px;
    font-size: 14px;
}

.popupform form p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.popupform form p span {
    color: #0c71f4;
}

p.small {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block;
}

.popupform form {
    font-size: 0;
}

.popupform form .fldst {
    margin: 0 0 30px;
    display: block;
    width: 100%;
}

.popupform span.heading {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    display: block;
}

.popupform figure {
    -webkit-animation: ripple 0.9s linear infinite;
    animation: ripple 0.9s linear infinite;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    margin: -40px auto 30px;
    border: solid 1px #ededed;
    background: #e9028e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.popupform form .fldst .intl-tel-input {
    width: 79%;
    margin-bottom: 15px;
}

.popupform form input[type="text"] {
    border-radius: 3px;
}

.popupform form .fldst.btnattach button {
    position: relative;
    bottom: 0;
    border: 0;
    display: block;
    right: 0;
    background: #e9028e;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.popupform form .callus {
    border-top: 3px solid transparent;
    background-color: #e9028e;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    padding: 8px 25px;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    text-align: center;
}

.popupform form .callus i {
    margin: 0 0 0 15px;
}

.popupform form .lst-p {
    text-align: center;
    padding: 0px 0px 15px;
}

.popupform form .lst-p a {
    font-weight: 700;
    color: #e9028e;
}

.popupform form .lst-p a:hover {
    color: #000;
}

.popupform form input {
    width: 79%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 0px 0;
}

.popupform form .newbtn {
    background: #e9028e;
    height: 51px;
    width: 100px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-left: 0;
    font-size: 16px;
    font-weight: bold;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(1, 201, 226, 0.3), 0 0 0 10px rgba(1, 201, 226, 0.3), 0 0 0 20px rgba(1, 201, 226, 0.3), 0 0 0 30px rgba(1, 201, 226, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(1, 201, 226, 0.3), 0 0 0 20px rgba(1, 201, 226, 0.3), 0 0 0 30px rgba(1, 201, 226, 0.3), 0 0 0 50px rgba(1, 201, 226, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 205, 206, 0.3), 0 0 0 10px rgba(232, 238, 239, 0.3), 0 0 0 20px rgba(219, 224, 224, 0.3), 0 0 0 30px rgba(197, 199, 199, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(207, 219, 220, 0.3), 0 0 0 20px rgba(167, 174, 175, 0.3), 0 0 0 30px rgba(187, 194, 195, 0.3), 0 0 0 50px rgba(1, 201, 226, 0);
    }
}

.service-testimonials .slick-next {
    position: absolute;
    top: 154px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 67px;
    padding: 0 14px;
    border-radius: 100%;
    border: 0px;
    opacity: 0;
}

.service-testimonials .slick-prev {
    display: none !important;
}

ul.subservices {
    text-align: center;
    margin: 0 0 40px;
}

ul.subservices li {
    background: #fff;
    padding: 0 10px;
}

.ss-awards .slick-dots li {
    padding: 0
}

.ss-awards .slick-dots {
    margin-top: 0;
    top: 310px;
    position: absolute;
    width: 100%;
}

ul.subservices li .ss-awards__item {
    min-height: 13rem;
}

.servicespage .ss-portfolio {
    padding-top: 0;
}

.servicespage .pack_Section {
    padding: 40px 0;
}

.bot-form .fldset input[type=checkbox] {
    width: auto;
    height: auto;
}

.bot-form .fldset label {
    font-size: 14px;
}

#packages option.colr {
    color: #d703ab;
    font-weight: 700;
}

.custMap {
    position: absolute;
    width: 100%;
    height: 420px;
    top: 0;
}

.custMap iframe {
    width: 100%;
    height: 100%;
}

.page-template-template-testimonial .ss-references__bg {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-template-testimonial .ss-references__bg .pt-4.pb-1 {
    border-bottom: solid 1px #dfd2ec;
    padding: 0 120px;
}

.subscribe-fold {
    padding: 0px 0 0;
}

.subscribe-fold {
    padding: 40px 0 40px;
}

.subscribe-fold .myheading {
    position: relative;
    padding-bottom: 40px;
    font-size: 44px;
    color: #160c28;
    line-height: 1.1em;
    margin-bottom: 30px;
    padding: 0px;
}

.subscribe-fold .mytext {
    text-align: left;
    margin: 0 0 70px;
    padding: 0px;
    font-size: 18px;
}

.subscribe-fold .myheading:after {
    position: absolute;
    background: -moz-linear-gradient(left, rgb(129, 40, 185) 0%, #0c6ed6 100%);
    /* FF3.6-15 */
    background: linear-gradient(to right, rgb(129, 40, 185) 0%, #0c6ed6 100%);
    /* Chrome10-25,Safari5.1-6 */
    width: 76px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.bronze {
    border: 1px solid transparent;
}

.subs-pac {
    box-shadow: 0 3px 30px #0000001f;
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0 0 60px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 10px;
    padding: 75px 20px 0;
}
.subscribe-fold .pricing {
    color: #e84e4b;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.9;
    margin: 0px 0 0;
    position: relative;
    padding: 0px 20px 35px;
}
.subscribe-fold .pricing span {
    display: block;
    color: #808c9c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.subs-pac.bronze:hover .pricing{
    color: #fff;
}
.subscribe-fold .pricing span font{
    text-decoration: line-through;
}
.subscribe-fold h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    font-weight: 800;
    width: 100%;
    text-align: center;
}

.subs-pac h6 {
    color: #e84e4b;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.9;
    margin: 0px 0 0;
    position: relative;
    padding: 0 20px;
}

.subs-pac h6 span.old {
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    text-decoration: line-through;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
}

.subs-pac h6 b {
    position: relative;
    font-size: 20px;
    display: inline-block;
    top: -28px;
    color: #555;
}

.subs-pac h6 span {
    font-size: 16px;
    color: #687087;
    display: inline-block;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    line-height: 1.3;
}

.subs-pac h6 span b.monthss {
    position: absolute;
    right: -61px;
    font-size: 20px;
    top: -37px;
    color: #555;
}

.subs-pac.bronze:hover {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: #e94e4b;
}

.subs-pac span {
    display: block;
    margin: 30px 0 20px;
    font-weight: 400;
}

.subs-pac a.ordrrrr {
    text-align: center;
    margin: 30px auto 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    border: none;
    padding: 14px 60px;
    color: #ffffff;
    box-shadow: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    background: #e84e4b;
    font-family: var(--heading-font-family);
}

.subs-pac:hover a.ordrrrr {
    background: #ffffff;
    color: #e94e4b;
}

.subs-pac .actions {
    border-top: 1px solid #eeeeee;
    padding: 0px 0;
    margin: 40px 0 0;
    position: relative;
}

.subs-pac:hover div.actions {
    border-top: 1px solid #fff;
}

.subs-pac .actions a.chatbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0px;
    display: inline-block;
    color: #000000;
    margin: 0px;
}

.subs-pac .actions a.numberbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0px;
    color: #000000;
    display: inline-block;
    margin: 0px;
}

.subs-pac.bronze:hover h3,
.subs-pac.bronze:hover h6,
.subs-pac.bronze:hover span,
.subs-pac.silver:hover h3,
.subs-pac.silver:hover h6,
.subs-pac.silver:hover span,
.subs-pac.gold:hover h3,
.subs-pac.gold:hover h6,
.subs-pac.gold:hover span {
    color: #fff;
}

.subs-pac:hover h6 b {
    color: #fff;
}

.subs-pac.bronze:hover a.chatbtn {
    color: #fff !important;
}

.subs-pac.bronze:hover a.numberbtn {
    color: #fff !important;
}

.subscribe-fold .table-packages.bronze {
    border: none;
}

.subscribe-fold .table-packages {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
}

.sub-list {
    padding-left: 40px
}

.subscribe-fold .table-packages .head {
    width: 100%;
    margin: 30px 0 0;
}

.subscribe-fold .table-packages .head h5 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #160c28;
}

.subscribe-fold .table-packages .body .subscription-list {
    /* height: 280px; */
    margin-top: 20px;
    padding: 0;
}

.sersvg {
    width: 40px;
    position: absolute;
    right: 88px;
    bottom: -27px;
    display: none;
}

.orderpage .footer {
    display: none;
}

.orderpage .navbar-nav {
    display: none;
}

ctainner {
    font-size: 0;
    margin-top: 50px;
    position: relative;
    padding: 50px 30px;
    border-radius: 8px;
    width: 80%;
    background-image: linear-gradient(90deg, #d83c85, #b71d37);
}

.ctainner h3 {
    text-align: left;
    padding-bottom: 0;
    font-size: 2.188rem;
    vertical-align: middle;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    
}

.ctainner .same {
    text-align: left;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    font-style: normal;
    margin: 7px 0 0;
}

.ctainner .same a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}
.ctainner .same a:hover{
    text-decoration: underline;
}

.ctainner h3 a {
    text-decoration: underline;
    color: #d704aa;
}

.ctainner h6 {
    text-align: left;
    padding-bottom: 0;
    display: block;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
    margin-bottom: 0;
}

.ctainner h6 a {
    color: #fdb116;
    display: inline-block;
    font-size: 16px;
    margin-top: 0;
    margin: 0 0 0 0;
    color: #fff;
    box-shadow: 0px 0px 25px #6d6d6d30;
    text-transform: capitalize!important;
    background-image: linear-gradient(270deg, #d93d86, #b61c34);
    border-color: #d703ab;
    border-radius: 4px;
    padding: 12px 20px!important;
    text-decoration: none;
    font-weight: 700;
}

.cta-left {
    display: inline-block;
    vertical-align: middle;
}

.cta-right {
    display: inline-block;
    width: 35%;
    text-align: right;
    position: absolute;
    right: 0;
        bottom: -9px;
}

.logosClients {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.logosClients ul {}

.logosClients ul li {}

.logosClients ul li figure {}

.mainBanner .slick-prev {
    left: -2%;
    z-index: 1;
}

.mainBanner .slick-next {
    right: -2%;
}


/* Icons */


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 39%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "";
    font-size: 60px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\f104";
    /* width: 30px; */
    /* height: 50px; */
    /* display: inline-block; */
    font-family: fontAwesome;
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\f105";
    font-family: fontAwesome;
}

[dir="rtl"] .slick-next:before {
    content: ""
}

.subscribe-fold .table-packages .body ul li {
    text-align: left;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eaeaea;
    width: 95%;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    position: relative;
}


.subscribe-fold .table-packages .body ul li::before {
    font-size: 20px;
    color: #01e252;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 32px;
    line-height: 1.6;
    float: right;
    font-family: "fontawesome";
    content: "\f00c";
    position: absolute;
    top: 10px;
    right: 0;
}


.contactPage .bot-form {
    padding-right: 40px;
}

.block-logos img {
    max-width: 50%;
}

.pt5 {
    padding-top: 5.5rem !important;
}

.aboutnew {
    padding: 40px 0;
}

.aboutnew h2 {
    text-align: center;
    margin: 0 0 50px;
    color: #000;
}

.aboutnew figure {
    min-height: 100px;
}

.aboutnew img {
    max-width: 48%;
}

.aboutnew h5 {
    margin: 20px 0;
    text-transform: capitalize;
    color: #000;
}

.aboutnew p {
    font-size: 14px;
}

.aboutFirst {
    padding: 40px 0;
}

.thrdSection {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: #cd322f;
    color: #fff;
    margin-bottom: 40px;
}

.thrdSection h3 {
    padding-left: 0;
    font-size: 20px;
    display: inline-block;
    margin: 0;
}

.thrdSection img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0;
}

.thrdSection p {
    display: inline-block;
    width: 100%;
    padding: 5px 0 20px 0;
    font-size: 14px;
}

.thrdSection .first {
    padding-left: 100px;
    padding-top: 160px;
    padding-right: 100px;
}

.thrdSection .first h3 {
    padding: 0;
}

.thrdSection .first p {
    padding: 0;
    width: 100%;
}

.orgprice {
    display: block;
    color: #808c9c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 0;
}

.orgprice span {
    text-decoration: line-through;
    display: inline;
}

.subs-pac.scrolled {
    width: 401px;
    position: fixed;
    z-index: -1;
}

.thankyou {
    text-align: center;
    padding: 200px 0;
}

.thankyou h2 {}

.thankyou p {}


@media (max-width:767px) {
    .floating_wrap.visible {
        opacity: 0;
        display: none;
    }
    .floatbutton.visible {
        visibility: hidden !important;
        display: none;
    }
    .ys-box {
        width: 320px !important;
    }
    .popupform form input {
        width: 100%;
    }
    .popupform form .newbtn {
        width: 100%;
        border-radius: 4px 4px 4px 4px;
        margin: 10px 0 0;
    }
    .vvideo {
        width: 100%;
        height: 230px;
    }
    .vvideo video {
        width: 100%;
        height: 100%;
    }
    .block-header {
        width: calc(100% - 0px);
    }
    .arch-services__item-title {
        text-align: center;
    }
    .footer__info {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .main-header .number {
        color: #fff;
        display: block;
    }
    .ctainner {
        width: 100%;
    }
    .cta-left {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }
    .cta-right {
        display: none;
        width: 100%;
        text-align: left;
    }
    .ctainner h6 {
        padding-bottom: 0;
        text-align: center;
    }
    .ctainner h3 {
        text-align: center;
    }
    .aboutnew img {
        max-width: 100%;
    }
    .thrdSection .first {
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
    }
    .h2,
    h2 {
        font-size: 1.5rem;
    }
    .ctainner .same {
        padding-bottom: 0;
        margin: 10px 0 0;
    }
    .page-template-template-testimonial .ss-references__bg .pt-4.pb-1 {
        border-bottom: solid 1px #dfd2ec;
        padding: 0;
    }
}


/*================styles.css End*/


.border-box-effect:before {
border-bottom: 3px solid #FFF;
border-left: 3px solid #FFF;
-webkit-transform-origin: 0 100%; }
.border-box-effect:after {
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
-webkit-transform-origin: 100% 0%; }
.border-box-effect:before, .border-box-effect:after {width: calc(94% - 30px);height: calc(100% - 30px);z-index: 3;content: '';position: absolute;top: 15px;left: 31px;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);z-index: 1;}
.border-box-effect:hover:before, .border-box-effect:hover:after {
-webkit-transform: scale(1); }
.border-box-effect > * {
position: relative;
display: block; }
.border-box-effect > *.new-anim:after {
content: "\e92d";
font-family: 'ingicdesign';
color: #fb2224;
font-size: 50px; }
.border-box-effect > *:before {
background: rgba(0, 0, 0, 0.2);
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
display: none;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s; }
.border-box-effect > *:after {
content: "\f002";
font-family: FontAwesome;
font-size:60px;
color: #ffffff;
text-align: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 40px;
height: 40px;
line-height: 36px;
z-index: 2;
font-weight: 200;
display: none;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s; }
.border-box-effect > *:hover:before, .border-box-effect > *:hover:after {
display: block; }


.row.iconswrp{}
.row.iconswrp ul{
    display: block;
    text-align: center;
        margin-bottom: 70px;
}
.row.iconswrp ul li{
    display: inline-block;
    margin: 0 20px;
}
.row.iconswrp ul li .mainwrp{}
.row.iconswrp ul li .mainwrp a figure img{
    width: 100%;
}
.row.iconswrp ul li p {
    color: #000;
    font-size: 20px;
    margin-top: 15px;
}



.cta-christmas a{
    display: block;
}
.cta-christmas a img{
    width: 100%;
}


.santa-cap{
    position: relative;
    overflow: visible;
    display: inline-block;
    
}
.santa-cap::before {
    content: '';
    position: absolute;
    top: -25px;
    left: -28px;
    background-image: url(../images/santa-cap.png);
    height: 70px;
    width: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(-40deg);
    display:none;
}




/*=========================================popup======================================================*/
.mypopup-wrap.active{position: fixed;top: 0px;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.mypopup-wrap{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;width: 800px;height: 600px;border-radius: 10px;position: absolute;left: 0;right: 0px;top: 10%;bottom: 0px;margin: auto;z-index: 99999;overflow: hidden;}
.mypopup-wrap .mypopup{border-radius: 10px;font-size: 0px;background: #fff;}
.mypopup-wrap .mypopup .left{width: 50%;vertical-align: top;display: inline-block;overflow: hidden;background: #386163;vertical-align: middle;}
.mypopup-wrap .mypopup .left figure{border-radius: 10px 0px 0px 10px; overflow: hidden; }
.mypopup-wrap .mypopup .left figure img{margin-left: 0; margin-top: 0; width: 100%; }
.mypopup-wrap .mypopup .right{width: 50%;padding: 19px 20px;vertical-align: top;display: inline-block;vertical-align: middle;}
.mypopup-wrap .mypopup .right .closebutton{position: absolute; width: 20px; height: 20px; /*float: right;*/ cursor: pointer; transform: rotate(45deg); right: 20px; top: 20px; }
.mypopup-wrap .mypopup .right .closebutton:before{content: "";position: absolute;height: 20px;width: 1px;top: 0;background: #000;left: 0;right: 0;margin: 0 auto;display: block;}
.mypopup-wrap .mypopup .right .closebutton:after{content: "";position: absolute;height: 1px;width: 20px;top: 0;left: 0;background: #000;display: block;bottom: 0;margin: auto;}
.mypopup-wrap .mypopup .right .mypopup-innerwrap{padding-top: 0px; padding-left: 30px; padding-right: 30px; }
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3{font-size: 26px;line-height: 1;}
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span{font-size: 38px; display: block; font-weight: 900; color: #edad0d; margin-top: 5px; margin-bottom: 10px; }
.mypopup-innerwrap .form_wrap{padding: 20px 15px; }
.mypopup-innerwrap .form_wrap .hero_form{}
.mypopup-innerwrap .form_wrap .hero_form form{}
.mypopup-innerwrap .form_wrap .hero_form .form-control{border-radius: 10px; border: 1px solid #b9b8b8; }
.mypopup-innerwrap .form_wrap .hero_form .form-control:focus{border: 1px solid #5d03db;}
.mypopup-innerwrap .form_wrap .hero_form textarea.form-control{color: #000;}
.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control{min-height: 85px;}
.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit{border-radius: 10px; min-width: 100%; }
.mypopup-innerwrap .form_wrap .hero_form .col-md-6{width: 100%;}
.mypopup-innerwrap .form_wrap .hero_form .col-sm-6{width: 100%;}
.hero_form .field-mergedleft{padding-left: 15px;}
.hero_form .field-mergedright{padding-right: 15px;}
.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {margin-bottom: 10px;}
.submit:hover {
    background-color: #1f1f1f;
}

.form_wrap .analyzeform form input[type="submit"] {width: 100%; margin: 0px; text-align: center; margin-top: 10px; border-radius: 4px; }
.submit {
    border: 0; font-family: 'Poppins', sans-serif; font-size: 18px; color: #fff; line-height: 2; padding: 5px 51px; outline: none; cursor: pointer; transition: background-color .3s; border-radius: 5px; background: #000000; }
.overlay {
    background: #0000006b;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}
/*=========================================popup======================================================*/

/*=========================================egg-popup======================================================*/

.eggoffer.show{position: fixed;bottom: 8px;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.eggoffer{width: 150px; cursor: pointer; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; position: fixed; bottom: 10px; left: 8px; z-index: 999; overflow: hidden; }
.eggoffer .top{position: relative; z-index: -1; }
.eggoffer .top figure{text-align: center; }
.eggoffer .top figure img{opacity: 1; }
.eggoffer .bottom{cursor: pointer; padding: 16px 5px; border-radius: 5px; background: #16a07d; }
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before,.eggoffer .bottom h3:before{display: none;}
.eggoffer .bottom h3{font-size: 14px; margin: 0; color: #fff; }
.eggoffer .bottom span{color: #fff; font-size: 20px; font-weight: 900; width: 100%; padding-top: 6px; line-height: 1; display: inline-block; text-align: center; text-shadow: 0 2px 2px #666; }
.form_wrap .analyzeform form .dtf {width: 100%; }
.form_wrap .analyzeform form input[type="submit"] {width: 100%; margin: 0px; text-align: center; margin-top:10px; border-radius: 4px; }
.form_wrap .analyzeform form .wrap{padding-left:0px; }
.form_wrap .analyzeform{margin:0px; }
.eggoffer .broken{display: none;}
.eggoffer .unbroken{display: block;}
.mypopup-wrap .easter{display: none!important;}
.overlay-bg.vis {display: block!important; }
.analyzeform form input[type="text"], .analyzeform form input[type="email"], .analyzeform form input[type="number"], .analyzeform form input[type="tel"], .analyzeform form textarea {width: 100%; margin: 0 0 0 0; border: 1px solid #e5e5e5; background: white; padding: 13px 15px; color: gray; font-size: 13px; /* border-radius: 5px; */ height: 50px; font-weight: 400; outline: none !important; margin-bottom: 10px; }


/*=========================================egg-popup======================================================*/





