body{font-family: 'Onest', sans-serif;/* color: #010c2f; */font-size: 16px;font-weight: 400;overflow-x: hidden;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 10px;}
.row {margin: 0 -10px;align-items: center;} 
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 80px 0;clear: both;position: relative;margin: 0 auto;z-index: 1}  
h1,h2,h3,h4,h5,h6{font-family: 'Onest', sans-serif;color: #010c2f;} 
p {color: #010c2f;font-size: 1rem;font-weight: 400;} 
img{max-width: 100%;} 
.desk-hide{display: none} 
textarea{resize: none}
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
/*Reset Css*/

.fancybox-slide {
    display: revert !important;
}

a{
    text-decoration: none !important;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }

body::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 1px;
  }
   
  /* Handle */
  body::-webkit-scrollbar-thumb {
    background: #6e0014; 
    border-radius: 1px;
  }
  
  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background: #330009; 
  }

label.error {     display: none !important;}
footer {
    padding: 60px 0;
    position: relative;
}

.copy p {
    margin-bottom: 0;
}

.copy {
    padding: 40px 0 20px;
    border-top: 1px solid #ccc;
}



.copy ul {
    text-align: start;
}
.copy .row {
    align-items: center;
}

.copy ul li {
    display: inline-block;
    position: relative;
    padding: 0px 3px;
    font-size: 12px;

}

.copy ul li::before {content: "";height: 100%;width: 1px;position: absolute;right: -3px;top: 0;background: #6f6f6f;}

.copy ul li:last-child::before {
    display: none;
}

.copy ul li a {
    color: #000 !important;
}

header .row {
    align-items: center;
}



img{
    max-width: 100%;
}

header {
    padding: 30px 0;
    position: fixed;
    z-index: 2;
    width: 100%;
    transition: all .5s ease-in-out;
}
header.sticky a.logo>img {
    filter: brightness(0) invert(1);
    max-width: 180px;
}
header.sticky {
    background: black;
    padding: 10px 0;
}
.main-banner {
    /* background-color: #212322; */
    /* background: url("../images/main-banner.png") no-repeat; */
    background-size: cover;
    padding: 0;
    background-position: 100% 100%;
    padding: 130px 0 70px;
    position: relative;
}
.info-banner>h1>span {
    font-size: 70px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    /* text-shadow: 0 0 7px #fff; */
}
.main-banner:after {
    content: '';
    position: absolute;
    background-image: url(../images/main-banner.png);
    height: 100%;
    width: 100%;
    /* opacity: 0.04; */
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
    z-index: -9;
    /* transform: rotate(180deg); */
}
.info-banner h1 {
    font-size: 3.2rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 58px;
    /* margin-top: -140px; */
}

.info-banner h5 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: #283061;
    display: inline-flex;
    padding: 4px 25px;
    text-transform: uppercase;
    line-height: 34px;
    display: none;
}

.btn {
    border-radius: 0;
    padding: 12px 20px;
    color: #22222d !important;
    font-size: 0.875rem;
    text-transform: uppercase;
    transition: .5s all;
    font-weight: 500;
    text-align: center;
    transition: .5s all;
}

.btn-white {
    background: #fff;
    border: 0;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff !important;
    background: black !important;
}

.btn-block .btn:first-child {
    margin-right: 15px;
    border-color: #fff !important;
}


.info-banner .btn {
    width: 35%;
    padding: 12px 0;
}
.info-banner h1 + p {
    color: #cfcfcf;
    font-size: 1rem;
    margin-bottom: 20px;
}

header ul.head-ul li {
    display: inline-block;
    align-items: center;
}

header ul.head-ul li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

header ul.head-ul li {
    margin-right: 35px;
}
header ul.head-ul li:last-child {
    margin-right: 0px;
}

header ul.head-ul {
    text-align: right;
}

header ul.head-ul li a img {
    margin-right: 8px;
}

.logo-banner {
    margin: 40px 0 0 0;
}

.main-banner::before {
    position: absolute;
    content: "";
    /* background: url(../images/banner-img-1.png) no-repeat; */
    background-size: cover;
    max-width: 100%;
    width: 50%;
    height: 560px;
    right: 0;
    bottom: 17px;
    margin: auto;
    z-index: -1;
}

.info-banner .logo-banner h4 {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main-banner .row {
    align-items: center;
}

.img-arrow {
    position: absolute;
    top: 30px;
    right: -55px;
    z-index: 1;
}

h6.subhead {
    color: #04143d;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 6px;
}

h2.heading {
    font-size: 2.5rem;
    color: #04143d;
    margin-bottom: 25px;
    letter-spacing: -1px;
    font-weight: 400;
}

.btn-outline.black-out {
    border-color: #010c2f;
    color: #ffffff !important;
}

.info-prog2 h4 {
    font-size: 1.125rem;
    color: #010c2f;
    font-weight: 600;
}

.info-prog2 img {
    margin-bottom: 20px;
}

.info-prog2 p {
    margin-bottom: 0;
}
.info-prog p {color: #04143d;font-size: 1.063rem;margin-bottom: 30px;line-height: 28px;}


.in-prog {
    text-align: center;
    padding: 45px 30px;
}


.info-prog2::before {
    position: absolute;
    content: "";
    background: url("../images/bg-line.png") no-repeat;
    background-size: 100%;
    max-width: 100%;
    width: 671px;
    height: 362px;
    left: 0px;
    right: 0px;
    top: 20px;
    bottom: 0px;
    margin: auto;
    z-index: -1;
}


.info-prog2 {
    position: relative;
    z-index: 1;
}


.info-offer {
    background: #faf8f9;
    padding: 60px 50px;
    margin-bottom: 20px;
    transition: .5s all;
}

.info-offer img {
    margin-bottom: 30px;
}

.info-offer h4 {
    color: #04143e;
    font-size: 1.125rem;
    margin-bottom: 16px;
    font-weight: 600;
}

.info-offer p {
    font-weight: 300;
    margin-bottom: 0;
}

span {
    vertical-align: baseline;
}

.btn-blue {
    background: #6e0014 !important;
    color: #fff !important;
}

.info-choice {
    background: #faf8f9;
    padding: 40px 30px;
    margin-bottom: 20px;
}

.info-choice img {
    margin-bottom: 20px;
}

.info-choice h4 {
    font-size: 1.125rem;
    color: #04143e;
    margin-bottom: 16px;
}

.info-textchoice h2 {
    margin-bottom: 20px;
    font-size: 3rem;
}

.info-textchoice h6.subhead {
    margin-bottom: 20px;
}

.info-textchoice ul li {
    display: inline-block;
}

.info-textchoice ul {display: flex;justify-content: space-between;}

.info-textchoice ul li span {
    font-size: 1.25rem;
}

.info-textchoice ul li span a {
    color: #6e0014;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.info-textchoice ul li span a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #010c2f;
    width: 100%;
    height: 2px;
}

.info-textchoice a.btn {
    margin: 30px 0 0 0;
}

.our-choice .row {
    align-items: start;
}

.choice-pat {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 50%;
}



.head {
    margin-bottom: 40px;
}

.head h2.heading {
    margin-bottom: 16px;
}


.info-price .in-price {
    padding: 0 80px 0 0;
}

.info-price {
    padding: 60px 10px 80px 90px;
    background: #faf8f9;
    position: relative;
    z-index: 1;
}

.info-price::before {
    position: absolute;
    content: "";
    background: url("../images/bg-price.png") no-repeat;
    background-size: 100%;
    max-width: 100%;
    width: 100%;
    height: 93px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    z-index: -1;
}

.info-price h4 {
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.info-price p {
    font-size: 0.938rem;
    margin-bottom: 25px;
}

.info-price h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.info-price h3 > span {
    color: #a6acba;
    display: block;
    font-size: 1rem;
    font-weight: 500;
}

.info-price h3 > span > span {position: relative;z-index: 1;}

.info-price h3 > span > span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ff0000;
    width: 100%;
    height: 1px;
}

.info-price a.btn {
    width: 100%;
    margin-bottom: 30px;
}

.info-price ul li {
    line-height: 26px;
    font-size: 0.813rem;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

.info-price ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background: url('../images/tick1.png') no-repeat scroll left center; 
    top: 7px;
}

.info-price ul li img {
    margin-right: 7px;
}
.info-price img.price-img {
    position: absolute;
    right: 100px;
    top: 60px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e4e4e4 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #faf8f9;
}


.info-price ul {
    height: 255px;
}

.our-pricing .row:nth-child(2) {
    margin-bottom: 20px;
}

.info-service{
    background: url("../images/bg-service.png") no-repeat;
    background-size: cover;
    padding: 60px 60px 150px 60px;
    background-position: center center;
}

.our-services {
    padding: 0;
}

.info-service * {
    color: #fff;
}

.info-service h2.heading {
    color: #fff;
    margin-bottom: 10px;
}

.info-service ul li {
    width: 24.7%;
    display: inline-block;
    margin-bottom: 5px;
}

.info-service h6.subhead {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.25rem;
}
.info-service ul li img {
    margin-right: 6px;
}

.info-service ul {
    margin-bottom: 60px;
}

.innerprice-box {
    text-align: center;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.innerprice-box .price-box {
    display: inline-block;
    width: 40%;
    padding-left: 40px;
}

.innerprice-box .contact-box {
    display: inline-block;
    width: 54%;
}

.innerprice-box .price-box h4 {
    font-size: 1.25rem;
}

.innerprice-box .price-box h3 {
    font-size: 4.5rem;
    font-weight: 600;
    text-shadow: 2px 3px #58d2ff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.innerprice-box .price-box h3::before {
    content: "$999";
    position: absolute;
    text-shadow: -1px -3px #ff427c;
}

.innerprice-box .price-box h6 {
    font-size: 2rem;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    display: inline-block;
}

.innerprice-box .price-box h6::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #ff0000;
}

.innerprice-box .contact-box h5 > a {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

.innerprice-box .contact-box h5 {
    color: #fcad41;
    display: block;
    text-transform: initial;
    font-size: 1.125rem;
    margin: 8px 0;
}

.innerprice-box .contact-box span {
    font-size: 1.125rem;
}

.innerprice-box::before{
    position: absolute;
    content: "";
    background: url("../images/bgprice2.png") no-repeat;
    background-size: 100%;
    width: calc(100% + 40px);
    height: calc(100% + 30px);
    left: -20px;
    top: -15px;
    margin: auto;
    z-index: -1;
}

.img-ser {
    position: absolute;
    left: -250px;
    bottom: 5px;
}

.owl-port1 {
    margin-bottom: 30px;
}
.info-test {
    padding: 60px 40px;
    border: 1px solid #dfdfdf;
    min-height: 400px;
    position: relative;
}
.info-test i {
    position: absolute;
    top: -2px;
    right: 20px;
    font-size: 55px;
    color: #6e0014;
}

.info-test img.test-bg, .info-test img.qoute {
    position: absolute;
    right: 0;
    bottom: 0;
}

.info-test img.qoute {
    bottom: inherit;
    top: 25px;
    right: 40px;
}

.info-test h4 {
    margin-bottom: 0;
    font-size: 1rem;
}

.our-cta .row {
    background: #faf8f9;
    justify-content: center;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.our-cta {
    text-align: center;
    padding: 20px 0;
}


.info-cta ul li span {
    font-size: 1.25rem;
}

.info-cta ul li span a {
    color: #6e0014;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.info-cta  ul li span a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #010c2f;
    width: 100%;
    height: 2px;
}

.info-cta  a.btn {
    margin: 30px 0 0 0;
}

.info-cta ul li {
    display: inline-block;
}

.info-cta ul li:first-child {
    margin-right: 30px;
}

.info-cta h2.heading {
    margin-bottom: 10px;
    font-size: 2.3rem;
    letter-spacing: -2px;
}

.info-cta p {
    font-size: 1.25rem;
}


.our-cta .row::before{
    position: absolute;
    content: "";
    background: url("../images/cta-bg1.png") no-repeat;
    background-size: 100%;
    width: 77px;
    height: 278px;
    left: 80px;
    bottom: 0;
    top: 0px;
    margin: auto;
    z-index: -1;
}
.our-cta .row::after{
    position: absolute;
    content: "";
    background: url("../images/cta-bg2.png") no-repeat;
    background-size: 100%;
    width: 77px;
    height: 278px;
    right: 80px;
    bottom: 0;
    top: 0px;
    margin: auto;
    z-index: -1;
}


footer h2.heading,footer h6.subhead {color: #fff;}

footer * {color: #fff;}

footer .copy .row:first-child {
    margin-bottom: 0;
}

footer {
    background: url("../images/fot.png") no-repeat;
    background-size: cover;
    padding: 100px 0 0;
    position: relative;
    z-index: 1;
    background-position: 50% 50%;
}

footer h4 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 16px;
    color: #04143d;
}

footer .row {
    align-items: start;
}

footer a + p {
    font-size: 0.938rem;
    font-weight: 300;
    width: 90%;
}

footer .row:first-child {margin-bottom: 50px;}

footer h6.subhead {
    margin-bottom: 40px;
}

footer ul.foot-cont li {
    display: inline-block;
    color: #e50e35;
    font-size: 1.125rem;
    margin-right: 10px;
    align-items: end;
}
footer ul.foot-cont li a {
    display: block;
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 26px;
}

footer ul.foot-cont span {
    margin-right: 10px;
    color: #e50e35;
    vertical-align: bottom;
    font-size: 1.125rem;
}
.innerprice-box .contact-box a.btn {
    width: 70%;
    margin-top: 10px;
}


.owl-testimonial.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 5px;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot.active span, .owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
    width: 15px;
    height: 15px;
}

.owl-testimonial.owl-theme .owl-nav, .owl-testimonial.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-testimonial.owl-theme .owl-nav.disabled+.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}


.info-offer:hover {
    background: #04143d;
}

.info-offer:hover * {
    color: white;
} 

.btn-blue:hover {
    background: #000;
    color: #fff !important;
}
.btn-white:hover {
    background: #0560fd;
    color: white !important;
}


footer form .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    height: 45px;
    color: #000;
}

footer form textarea.form-control {
    height: 120px;
    resize: none;
}

footer form ::placeholder {
    color: #000 !important;
    width: 80%;
}


footer form button {
    float: right;
}
/* footer::before {
    position: absolute;
    content: "";
    background: #ccc;
    width: 100%;
    height: 1px;
    bottom: 120px;
} */

.info-test * {
    transition: .5s all;
}

.info-test:hover {
    background: #6d0013;
}

.info-test:hover * {
    color: #fff;
}




.popup-content input[type=email]:focus, .popup-content input[type=text]:focus, .popup-content textarea:focus {
    border: 1px solid #dc7707!important;
}

.popupform {
    width: 704px;
    height: 600px;
    border-radius: 0;
    padding: 0!important;
    overflow: visible;
    background: url(../images/popbbg.png) no-repeat left top !important;
}

.popup-content input[type="submit"] {
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    height: auto;
    padding: 14px 40px;
    width: auto;
    display: table;
    margin: auto;
    border-radius: 6px;
}

.popup-content h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: bold;
}

.popup-content h2+p {
    line-height: 19px;
    font-size: 13px !important;
    margin-bottom: 16px !important;
    color: #fff;
    font-weight: 400;
    /* text-align: center; */
    padding: 0;
}



input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.popupform .fancybox-close-small {
    background: #6e0014;
    opacity: 1 !important;
    padding: 0 !important;
    color: #fff !important;
    width: 30px;
    height: 31px;
    right: 19px !important;
}

.popupform .fancybox-close-small svg {
}

.popup-content form.popupform_sc {
    margin-top: 0;
}

.popup-bann {
    float: left;
    width: 40%;
    text-align: left;
    display: block;
    margin-left: -29px;
}

.popup-content {
    float: right;
    width: 63%;
    padding: 10px 40px 0px 0px;
    text-align: left;
}

form.popup-form [class^=col-] {
    padding: 0 6px
}

.popupform select {
    height: 41px
}

.popup-content input[type=email], .popup-content input[type=tel], .popup-content input[type=text], .popup-content select, .popup-content textarea {
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    padding: 8px 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    box-shadow: none!important;
    outline: 0!important;
    margin-bottom: 12px;
}

.popup-content textarea {
    height: 115px;
}

.popupform .modal-body {
    padding: 0;
    max-width: 450px;
    margin: 86px auto 0;
}

p.form_tagline {
    font-size: 10px;
    margin: 0px 0 10px;
    color: #fff;
}

.popup-content input[type="submit"] {
    box-shadow: none !important;
    border: 0px none;
    border-radius: 0px;
    margin-top: 11px;
}

.popup-content form .col-md-12 button {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 20px;
    letter-spacing: 1.5px;
    border-radius: 3px;
    outline: 0;
    width: 200px;
    font-weight: 400;
    background: rgba(251, 100, 100, 1);
    background: -moz-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(251, 100, 100, 1)), color-stop(100%, rgba(224, 62, 62, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    border: 0px none !important;
    cursor: pointer;
}

.popup-content h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: red;
    margin-bottom: 15px;
    text-align: center;
}

.popup-content h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: red;
    margin-bottom: 15px;
    text-align: center;
}


.thankyou-banner h1 {
    font-size:  46px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 58px;
    color: #fff;
}
.thankyou-banner h1 span {
    display:  block;
    font-family:  georgia;
    font-style:  italic;
}
a.logo-thankyou {
    display: inline-block;
    margin-bottom: 62px;
}

h4.sub-heading {
    font-size: 19px;
    margin-bottom: 4px;
    color: #1d1b84;
}

section.services_page_content.tt {
    padding: 60px 0;
}

ul.list-tt li {
    margin-bottom: 6px;
    list-style: disc;
    margin-left: 18px;
}
.thankyou-banner {
    text-align: center;
    background: url(../images/home-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}
a.live-chat-thank.chat {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}

section.footer-form form input[type="checkbox"] {
    display: inline-block;
    width: inherit;
    margin-top: 6px;
    margin-right: 4px;
}

.mobilePackages, .mobilePackages-sec {
    display: none;
}
p.form_tagline a {
    /* color: #dc414d; */
    vertical-align: middle;
    color: #fff;
}

.popup-content {
    width: 100%;
    padding: 0;
}

.popupform .modal-body .col-md-6 {
    max-width: 100%;
    flex: unset;
}

p.form_tagline br {
    display: none;
}   

.popup-content h2 span {
    vertical-align: baseline;
    background: #000000;
    display: inline-block;
    padding: 4px 7px;
}

ul.foot-cont.foot-address li a {
    font-size: 17px;
}

ul.foot-cont.foot-address {
    margin-top: 10px;
}


footer .social-icon {
    text-align: left;
    margin-top:10px;
}

footer .social-icon li {
    position: relative;
    padding: 0 2px;
    display: inline-block;
}

footer .social-icon li i {
    width: 15px;
    text-align: center;
    height: 15px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

footer ul.social-icon li img {
    width: 30px;
}

/*footer .social-icon  li a {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    content: "";
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}*/

.inner-banner {
    background: url(../images/main-banner.png) no-repeat;
    background-position: center; 
    padding: 130px 0 70px;
    text-align: center;
}


.inner-banner h1 {
    color: #fff;
}   

.links_pr {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 20px;
}

.links_pr ul.social-icon {
    margin-right: 20px;
}

.copy .links-icon li a {
    color: #fff !important;
    font-size: 1rem;
}    
/* BANNER FORM START */
.form-wrap {
    /* background: #fff; */
    color: #fff;
    background: #ffffff;
    padding: 40px 20px 40px;
    border-radius: 12px;
    width: 75%;
    margin: 30px auto 0;
    position: relative;
    z-index: 9;
    /* float: right; */
    backdrop-filter: blur(5px);
}
.form-wrap input::placeholder, .form-wrap textarea::placeholder  {
    /* color: #fff !important; */
}
.mainfrm .imgform {
    position: absolute;
    top: 20px;
    right: 10px;
    max-width: 70px;
}
.form-wrap h1 {
    font-size: 22px;
    text-align: left;
    margin: 0px 0 24px 0;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    line-height: 1.4;
    padding: 0 0 10px;
}
.form-wrap h1 span {
    display: block;
    color: #000;
    font-size: 32px;
    line-height: 0.5;
    padding: 10px 0 0;
    font-weight: 700;
}
.info-banner img {
    filter: brightness(6.2);
}
.mainfrm input {
    border: 1px solid #fffefe94;
} 
.bnr-inpfild input, .bnr-inpfild textarea, .bnr-inpfild select {
    width: 100%;
    padding: 10px;
    margin: 0px 0 18px 0;
    border-radius: 6px;
    border: 1px solid #c1c1c1;
    color: #333;
    height: 47px;
    font-size: 15px !important;
    border-color: #b1b1b1;
    background: #ffffff00;
    appearance: auto;
    color: #464646;
    outline: none;
}
.bnr-inpfild textarea {
    height: 117px;
}
.bnr-inpfild [type=submit] {
    color: #ffffff;
    border-radius: 8px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    outline: none;
    background: #87001f;
    background: #87001f;
    background: #6d0013;
    /* background-image: linear-gradient(to bottom, #b10655, #5f042e); */
    height: 50px;
}
/* BANNER FORM END */

/* PRICING SECTION START */
section.packages h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000000;
}
section.packages p {
    font-size: 14px;
    width: 81%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 21px;
    color: #696969;
}
section.packages [class^=col-md-4]>div {
    border-radius: 5px;
    padding: 20px 20px 0;
    position: relative;
    border: 2px solid #5b5e60;
    border-radius: 14px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
section.packages [class^=col-md-4]>div h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 14px;
    transition: all 0.3s ease-in-out;
}
section.packages [class^=col-md-4]>div h2+p {
    font-size: 11px;
    color: black;
    text-align: left;
    width: 89%;
    margin: 0 0 16px;
    line-height: 14px;
    font-weight: 600;
}
section.packages .pricebox *, section.packages ul {
    vertical-align: middle;
}
section.packages [class^=col-md-4]>div .pricebox h3 {
    display: inline-block;
    font-size: 53px;
    margin: 0;
    font-weight: 700;
    color: #000000;
    padding-right: 10px;
}
.info-banner {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
}
a.logo>img {
    filter: brightness(0) invert(1);
    max-width: 250px;
}
section.packages [class^=col-md-4]>div .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #000000;
}
section.packages [class^=col-md-4]>div .pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
}
section.packages [class^=col-md-4]>div .pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}
section.packages [class^=col-md-4]>div ul li {
    font-size: 14px;
    color: #676767;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0;
    padding-right: 12px;
}
section.packages [class^=col-md-4]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0;
    color: #6e0014;
}
section.packages p {
    font-size: 14px;
    width: 81%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 21px;
    color: #696969;
}
.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
    display: flex;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 0;
}
section.packages [class^=col-md-4]>div .pricebox {
    position: relative;
    text-align: left;
}
section.packages [class^=col-md-4]>div i {
    position: absolute;
    right: -2px;
    top: 0;
}
section.packages a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
    background: #6e0014;
}
section.packages a.grad-btn:hover {
    background-color: #000;
    color: #fff;
}
.actions a span small {
    display: block;
    font-size: 16px;
    line-height: normal;
    color: #000000;
}
.actions a {
    vertical-align: top;
    min-width: inherit;
    margin: 0;
    position: relative;
    color: #7b7b7b;
    font-size: 12px;
}
section.packages .col-md-4 {
    margin: 30px 0;
}
section.packages [class^=col-md-4]>div ul {
    margin-bottom: 0;
    margin-top: 5px;
    text-align: left;
}
.scrollbar {
    margin-left: 0;
    float: left;
    height: 188px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
    overflow-x: hidden;
}

section.packages [class^=col-md-4]>div:hover {
    background: rgb(80, 185, 182);
    background: linear-gradient(90deg, #6e0014 0%, #6e0014 100%);
}
 
 section.packages [class^=col-md-4]>div:hover h2 {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover p {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover h3 {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover sup {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover strike {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover strike span {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover ul li {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 
 section.packages [class^=col-md-4]>div:hover ul li:before {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover .addontag strong {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover small {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 
 section.packages [class^=col-md-4]>div:hover span {
    color: #fff;
    transition: all 0.3s ease-in-out;
 }
 .style-14::-webkit-scrollbar-track {
     background-color: #e8e8e8
 }
 
 .style-14::-webkit-scrollbar {
     width: 5px;
     background-color: #6e0014;
 }
 
 .style-14::-webkit-scrollbar-thumb {
     background-color: #6e0014;
 }

 section.packages * {
    vertical-align: top;
}
/* PRICING SECTION END */





.portfoliowrp {
    padding: 70px 0;
    background: #f9f9f9;
}

.portfoliowrp .txtwrp {
    display: block;
    text-align: center;
}

.portfoliowrp .navwrp {
    display: block;
    text-align: center;
    padding: 0 0 50px;
}

.portfoliowrp .navwrp ul {
    margin: 0;
    display: block;
    text-align: center;
}

.portfoliowrp .navwrp ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    color: #000000;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid;
    cursor: pointer;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}

.portfoliowrp .navwrp ul li.current {
    background: #302d2d;
    color: #fff;
}

.portfoliowrp .port-box {}

.portfoliowrp .port-box ul {
    margin: 0;
    display: block;
    text-align: center;
}

.portfoliowrp .port-box ul li {
    display: inline-block;
    width: 24%;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
    border-radius: 20px;
    margin: 0 4px 0;
}

.portfoliowrp .port-box ul li:hover {
    background-color: #fff;
}

.portfoliowrp .port-box ul li:hover {
    transform: scale(1.1);
}

.portfoliowrp .port-box ul li img {
    width: 340px;
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
}

.portfoliowrp .btnwrp {
    display: block;
    text-align: center;
    padding: 50px 0 0;
}
.tabs {
    display: none;
}

.tabs.current {
    display: block;
}

.tabs-web-dsgn li.hk_web_height {
    height: 400px;
    overflow: hidden;
    background-size: cover;
    border-radius: 10px;
}
.iconsBoxs li a>i {
    HEIGHT: 30PX;
    WIDTH: 30PX;
    background: #6e0014;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}



.floatbutton.active {
    right: 0;
    z-index: 9;
    -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: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0px 0px 3px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #6c0012;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -65px;
    white-space: pre;
    bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.ban-form input {
    width: 100%;
    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 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #6c0012;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #6c0012;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    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;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #6c0012;
    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: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.intl-tel-input .country-list .country {
    font-size: 14px;
}


/*===================floating strips css end =================*/


input#email {
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    padding: 8px 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: 0 !important;
    margin-bottom: 12px;
}
section.thankyou-banner-sec {
    background: #6b0011;
    padding: 60px;
}
section.thankyou-sec.position-relative {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 100px 60px;
    text-align: center;
}
a.btn-1.goback {
    background: #6e0014 !important;
    color: #fff !important;
    padding: 12px 40px;
    /* margin-right: 5vw; */
}
.mobilePackges {
    display: none;
}
.btn-blue:hover {
    background: #fff !important;
    color: #6e0014 !important;
}
a.btn.btn-outline.chat:hover {
    background: #6e0014 !important ; 
    border-color: #6e0014 !important;
}
.bnr-inpfild [type=submit]:hover {
    background:  #000;
    cursor: pointer;
}
button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: #6c0012 !important;
    border-radius: 100px !important;
}
button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: #6c0012 !important;
    border-radius: 100px !important;
}


.owl-nav span {
    font-size: 30px;
    color: #fff;
    transform: translateY(-9px);
    display: block;
}
@media (max-width: 767px) {
    .copy ul {
        text-align: center;
    }
}