body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

:hover,
 :focus,
body * {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    overflow: hidden;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    margin-bottom: 0;
    padding: 0;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    padding: 0;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    display: inline-block
}


/*main-top*/

.main-banner {
    background-image: url(../images/banner.jpg);
    height: 835px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}


/* .style{
    display: none;
} */

.main-banner h5 {
    margin-bottom: 20px;
    color: #fff;
}

.main-banner h5 span {
    font-weight: 700;
    color: #e9c311;
}

header {
    position: relative;
    padding: 40px 0px;
}

.main-top ul li {
    display: flex;
    padding-right: 55px;
}

.main-top ul li a img {
    padding-right: 19px;
}

.main-top ul {
    display: flex;
    justify-content: flex-end;
}

.main-top ul li a {
    display: flex;
    align-items: center;
}

.main-top ul li a p {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.main-top ul li a p span {
    font-weight: 600;
    font-size: 18px;
}

.main-top ul li a p span:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
}

.free-btn a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background-color: rgb(41, 39, 100);
    padding: 13px 20px;
    align-self: center;
}

.free-btn a:hover {
    background-color: #000;
    box-shadow: 0px 8px 23.78px 5.22px rgba(41, 39, 100, 0.41);
}

.main-top .free-btn {
    display: flex;
}


/*main-End*/


/*Banner-Form-start--*/

.banner-text-wrap {
    margin-top: 85px;
}

.banner-text-wrap h3 {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.main-form form .input-group input.form-control:focus {
    border: 2px solid #56cec7;
}

.main-form form .input-group {}

.main-form form .input-group .form-control {
    height: 40px;
}

.main-form form .input-group input.form-control {
    height: 58px;
    border-radius: 10px;
    padding: 0 0 0 15px;
    position: absolute;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.main-form form button {
    color: #fff;
    background-color: #07052f;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border: 0;
    line-height: 14px;
    padding: 0 15px;
    height: 45px;
    width: 140px;
    float: none;
    border-radius: 10px !important;
}

.main-form form button:focus {
    outline: none;
}

.main-form form .input-group {
    position: relative;
}

.main-form form button i.fa-arrow-circle-right {
    position: absolute;
    z-index: 1;
    color: #6c757d;
    top: 15px;
    left: 15px;
}

.main-form figure img {
    width: 100%;
}

.main-form .form-group i.fa-user {
    color: #999999;
    position: absolute;
    left: 15px;
    top: 15px;
}

.sales-sec figure img {
    width: 100%;
}

.design-sec .headings h2 {
    font-weight: 700;
    margin-bottom: 5px;
}

.main-form .tab {
    display: none;
    margin: 0;
    position: relative;
    width: 100%;
}

.main-form #nextBtn {
    border-radius: 10px !important;
    padding: 0;
}

.main-form form button#prevBtn {
    border-radius: 10px !important;
}

#regForm .tab {
    display: none;
    margin: 0;
    position: relative;
}

.main-form {
    position: relative;
    border-radius: 20px;
    /* background-image: -moz-linear-gradient( 90deg, rgb(3,3,3) 0%, rgb(35,35,35) 45%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(3,3,3) 0%, rgb(35,35,35) 45%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(3,3,3) 0%, rgb(35,35,35) 45%, rgb(0,0,0) 100%); */
    /* box-shadow: 0px 8px 35.26px 7.74px rgba(12, 12, 12, 0.41); */
    height: 156px;
    /* align-items: center; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* width: 100%; */
}

.banner-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 25px 0;
}

.banner-list-inner li {
    flex: 0 1 50%;
    margin-bottom: 8px;
    color: #fff;
}

.banner-list-inner img {
    margin-right: 10px;
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: inline-block;
}

.banner-list>a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background-color: rgb(41, 39, 100);
    padding: 13px 20px;
}

.banner-list a:hover {
    background-color: #000;
    box-shadow: 0px 8px 23.78px 5.22px rgba(41, 39, 100, 0.41);
}

.portfolio-tab-slider {
    margin: 0;
}

.btn-ct {
    margin-top: 25px;
}

.form_btn_wrap {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 6px;
}

.main-form .form-heading {
    display: flex;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 31px 0px;
    display: none;
}

.main-form .form-heading h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.main-form .form-heading h2 span {
    color: #da1e38;
    font-weight: bold;
}

.banner-portfolio-wrap {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-box-wrap-1 {
    display: flex;
    height: 100%;
}

.banner-box-wrap-2 {
    display: flex;
    bottom: 0;
    height: 100%;
    align-items: flex-end;
}

.banner-box-wrap-3 {
    display: flex;
    height: 100%;
}

.banner-portfolio-img-1 {
    position: absolute;
    top: 21%;
    left: 9%;
}

.banner-portfolio-img-transition img {
    -webkit-transition: all 650ms linear;
    -o-transition: all 650ms linear;
    transition: all 650ms linear;
}

.banner-portfolio-img-transition:hover img {
    -webkit-transform: rotateY(360deg) scale(1.1) perspective(1000px);
    transform: rotateY(360deg) scale(1.1) perspective(1000px);
}

.banner-portfolio-img-2 {
    position: absolute;
    top: 50%;
    left: 28%;
}

.banner-portfolio-img-3 {
    top: 60%;
    position: absolute;
    left: -200px;
}

.banner-portfolio-img-4 {
    position: absolute;
    bottom: 25px;
    left: 0;
}

.banner-portfolio-img-5 {
    position: absolute;
    bottom: 0px;
    right: 24%;
}

.banner-portfolio-img-6 {
    position: absolute;
    bottom: 25px;
    right: -120px;
}

.banner-portfolio-img-7 {
    position: absolute;
    top: 22%;
    left: 16%;
}

.banner-portfolio-img-8 {
    position: absolute;
    top: 52%;
    right: 18px;
}


/*Banner-Form-End*/


/******PACKAGES START******/

.main-package {
    padding: 103px 0px;
}

.package-carousel {
    padding-top: 50px;
}

.package_box * {
    transition: all .2s ease-in-out;
}

.package_box {
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 10px;
}

.pkg_top {
    padding: 23px;
    padding-bottom: 15px;
}

.pkg_title {
    border-radius: 3px;
    background-color: #ededed;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    padding: 10px 0;
}

.pkg_title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #292764;
    margin-bottom: 0;
}

.pkg_pricing_area {
    margin: 13px 0;
}

.sale_price h3 {
    font-size: 45px;
    font-weight: 600;
    background-image: linear-gradient(90deg, #d8081b, #f01b2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
    margin: 0;
}

.cut_price h4 {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.cut_price h4 span {
    text-decoration: line-through;
}

.package_box .cut_price h4 span {
    text-decoration-color: #f79b0d;
}

.form-error {
    display: none !important;
}

.short_desc p {
    font-size: 17px;
    color: #3c3664;
}

.pkg_details .slimScrollBar {
    opacity: 1 !important;
    border-radius: 0px !important;
    width: 5px !important;
}

.pkg_details {
    padding: 23px;
    margin: 0 6px;
    background-color: #e6e6e6;
    border-radius: 5px;
    border: 1px solid #fff3e1;
}

.pkg_details ul {
    padding-right: 15px;
    padding-left: 23px;
}

.pkg_details ul li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 20px;
    position: relative;
    display: block;
}

.pkg_details ul li:before {
    content: "\f0da";
    position: absolute;
    font-weight: 700;
    color: #da1e38;
    font-size: 17px;
    left: -22px;
    font-family: "Font Awesome 5 Free";
}

li.list_hd {
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

li.list_hd:before {
    display: none;
}

.pkg_bottom {
    padding: 23px;
}

.order_btn {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 35px;
    background-image: none;
    background-color: #e92747;
}

.order_btn:hover {
    color: #fff;
}

.pkg_chat_btn {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 21px;
}

.pkg_chat_btn span {
    font-size: 10px;
    font-weight: 400;
    position: relative;
}

.pkg_chat_btn span:before {
    content: "\f075";
    position: absolute;
    right: -24px;
    font-size: 16px;
    color: #ec182b;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.pkg_chat_btn:hover {
    color: #fff;
}

.package_box:hover {
    background-color: #141232;
}

.package_box:hover .pkg_title>h3 {
    color: #e92747;
}

.package_box:hover .pkg_title {
    background-color: #ffffff;
    box-shadow: 0px 5px 38px 0px rgba(0, 0, 0, 0.25);
}

.package_box:hover .cut_price h4 {
    color: #fff;
}

.package_box:hover .short_desc p {
    color: #d9d3ff;
}

.package_box:hover .pkg_details {
    background-color: #0e0d23;
    border-color: #58527e;
}

.package_box:hover .pkg_details ul li {
    color: #d9d3ff;
}

.package_box:hover .pkg_chat_btn {
    color: #fff;
}

.package_box:hover .sale_price h3 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffffff, #ffffff);
    text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
}

.package-btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 54px;
}

.package-btn-wrap .home-btn {
    color: #ef0f34;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 16px 5px 16px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 21%;
}

.package-btn-wrap .home-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 51px;
}

.package-btn-wrap .home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 27px;
    height: 2px;
    right: 24px;
    bottom: 26px;
}

.package-btn-wrap .home-btn:hover {
    color: #fff;
}

.package-btn-wrap .home-btn:hover:before,
.package-btn-wrap .home-btn:hover:after {
    background-color: #ffffffd1;
}

.package_box:hover .order_btn {
    background-image: -moz-linear-gradient( 0deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    color: #da0a1d;
}

.package-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}

.package-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
}

.package-carousel .owl-next {
    margin-right: -100px !important;
}

.package-carousel .owl-prev {
    margin-left: -100px !important;
}

.package-carousel .owl-nav button:hover {
    background-color: transparent !important;
}

.owl-dots {
    margin-top: 10px;
}

button:focus {
    outline: none !important;
}

.heading {
    text-align: center;
}

.heading h3 {
    font-size: 48px;
    color: #27255f;
    font-weight: bold;
}


/******PACKAGES END******/


/******Lastest Work Start******/

.lastest-work-wrap {
    padding-top: 50px;
}

.lastest-work-box {
    padding-bottom: 30px;
}


/* portfolio */

.port-box {
    margin-bottom: 20px;
}

section.banner.portfolio_banner h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 30px;
}

section.banner.portfolio_banner h1 span {
    display: table;
    font-size: 30px;
    font-weight: 600;
}

section.banner.portfolio_banner h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.portfolio_sec_m_page {
    padding: 60px 0 50px;
    background-color: #52397c;
    /* color: #fff !important; */
}

.portfolio_sec_m_page h2 {
    color: #fff;
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.portfolio_sec_m_page p {
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.portfolio_tabs .nav-tabs {
    border-bottom: 0px solid #ddd;
    margin: 50px auto 40px;
    display: table;
}

.portfolio_tabs .nav-tabs>li>a {
    margin-right: 20px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    position: relative;
    transition-duration: .5s;
}

.portfolio_tabs .nav-tabs>li.active>a,
.portfolio_tabs .nav-tabs>li.active>a:focus,
.portfolio_tabs .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #f6c920;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.portfolio_tabs .nav-tabs>li>a:hover {
    color: #000;
    cursor: default;
    background-color: #f6c920;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.portfolio_tabs .nav-tabs>li.active>a:before,
.portfolio_tabs .nav-tabs>li:last-child a:before,
.portfolio_tabs .nav-tabs>li>a:hover:before {
    display: none;
}

.portfolio_tabs .nav-tabs>li>a:before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: 15px;
}

.portfolio_box_h {
    margin: 0 0 30px;
}

.tab-ul-port .nav-tabs {
    border: 0;
}

.nav-tabs ul li a {}

.tab-ul-port {
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.tab-ul-port ul li a {
    border: 0;
    background: #27255f;
    color: #fff;
    padding: 12px 40px;
    border-radius: 8px;
    margin: 0 5px;
    border: 2px solid transparent;
}

.tab-ul-port ul li a.active,
.tab-ul-port ul li a:hover,
.tab-ul-port ul li a.active:hover {
    border: 2px solid #e92747;
    background: #e92747 !important;
    color: #fff;
}

.port-box {
    margin-bottom: 20px;
}

.portfolio-hdg {
    margin-bottom: 50px;
}


/******Lastest Work End******/


/******CTA Start******/

.main-cta {
    margin: 70px 0px 105px;
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 239px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: visible;
}

.main-cta:before {
    position: absolute;
    content: "";
    background-image: url(../images/cta-before.png);
    width: 344px;
    height: 283px;
    left: 0;
    top: -45px;
}

.cta-text h3 {
    font-weight: bold;
    font-size: 38px;
    color: #fff;
}

.cta-contact ul li {
    margin-bottom: 30px;
}

.cta-contact ul li:last-child {
    margin-bottom: 0px;
}

.cta-contact ul li a {
    display: flex;
    align-items: center;
}

.cta-contact ul li a img {
    padding-right: 19px;
}

.cta-contact ul li a p {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.cta-contact ul li a p span {
    font-weight: 600;
    font-size: 15px;
}

.cta-contact ul li a p span:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
}

.cta-contact {
    height: 100%;
    align-items: center;
    display: flex;
}

.cta-btn {
    height: 100%;
    align-items: center;
    display: flex;
}

.cta-btn a {
    font-size: 15px;
    color: #27255f;
    font-weight: 600;
    border-radius: 10px;
    background-color: rgb(239 239 239);
    padding: 13px 35px;
    box-shadow: 0px 8px 23.78px 5.22px rgba(41, 39, 100, 0.41);
}

.cta-btn a:hover {
    background-color: #27255f;
    color: #fff;
}


/******CTA END******/


/******SERVICE START******/

.main-service {
    background-image: url(../images/service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 969px;
    padding: 103px 0px;
}

.main-service-wrap {
    border-radius: 20px;
    background-color: rgb(57, 55, 119);
    box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid rgb(102, 98, 216);
    padding: 70px 0px 50px;
}

.service-left h3 {
    font-size: 43px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 59px;
}

.service-left .nav-tabs {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    padding-right: 110px;
}

.service-left .nav-tabs li {
    margin-bottom: 0px;
    border-bottom: 1px solid #6662d8;
}

.service-left .nav-tabs li:last-child {
    border-bottom: none;
}

.service-left .nav-tabs li .nav-link.active {
    background-color: transparent;
    border: none;
    color: #fff;
}

.service-left .nav-tabs li a {
    font-size: 23px;
    padding: 13px 0px;
    font-weight: 600;
    color: #7370bf;
    text-transform: uppercase;
    border: none;
}

.service-left .nav-tabs .nav-link:focus,
.service-left .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #fff;
    outline: none;
}

.service-right-box {
    background-color: #292764;
    padding: 29px 24px;
    border-radius: 20px;
}

.service-right-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 77px;
}

.service-right-box h3 span {
    font-size: 90px;
    font-weight: bold;
}

.service-right-box p {
    padding: 20px 0px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 29px;
}

.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.service-btn a {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 10px;
    margin-right: 40px;
}

.service-btn a:last-child {
    margin-right: 0px;
}

.service-btn .service-btn-1 {
    background-image: -moz-linear-gradient( 90deg, rgb(240, 27, 47) 1%, rgb(216, 8, 27) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 27, 47) 1%, rgb(216, 8, 27) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 27, 47) 1%, rgb(216, 8, 27) 100%);
    color: #fff;
}

.service-btn .service-btn-2 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 23.78px 5.22px rgba(41, 39, 100, 0.41);
    color: #292764;
}

.service-btn .service-btn-1:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 23.78px 5.22px rgba(41, 39, 100, 0.41);
    color: #292764;
    background-image: none;
}

.service-btn .service-btn-2:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(240, 27, 47) 1%, rgb(216, 8, 27) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 27, 47) 1%, rgb(216, 8, 27) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 27, 47) 1%, rgb(216, 8, 27) 100%);
    color: #fff;
    box-shadow: none;
}


/******SERVICE END******/


/* TESTI 29 STARTS */

.testimonial-29.pg {
    padding: 103px 0;
}

.testimonial-29.pg {}

.testimonial-29 .testiProfile {
    list-style: none;
    padding: 60px 0 0;
    margin: 0 -15px;
    display: flex;
}

.testimonial-29 .testiProfile li {
    padding: 70px 15px 0;
    margin: 0;
    position: relative;
}

.testimonial-29 .testiProfile li .author h6 {
    color: #fc430c;
    margin: 10px 0 0px 3px;
    width: 150px;
    font-size: 12px;
}

.testimonial-29 .testiProfile li .author {
    text-align: center;
}

.testiProfile li .author h6 span {
    color: #131119;
    display: block;
    font-size: 13px;
}

.testimonial-29 .testiProfile li .testImg {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
    width: 12.5rem;
    height: 12.5rem;
}

.testimonial-29 .testiProfile li .testImg img {
    width: 100%;
}

.testimonial-29 .testiProfile li {
    padding: 70px 15px 0;
    display: flex !important;
    position: relative;
    width: 50%;
    align-items: flex-end;
    overflow: hidden;
    outline: 0;
}

.testimonial-29 .testiProfile li .testCont {
    padding: 65px 80px 60px 30px;
    border: 1px solid rgb(214, 214, 214);
    box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.2);
    height: 270px;
    background-color: rgb(243, 243, 243);
}

.testimonial-29 .testiProfile li .testCont p {
    font-size: 13px;
    color: #716e78;
    margin: 0;
    font-style: italic;
    position: relative;
    height: 170px;
}

.testimonial-29 .testiProfile li .testCont p .sprite-comma-r {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
}

.testimonial-29 .testiProfile li .testCont p .sprite-comma-s {
    position: absolute;
    right: -20px;
    top: calc(85% + 10px);
}

.testimonial-29 h2.title {
    color: #131119;
    font-size: 2.7rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 .35rem;
}

.testimonial-29 h2.title+p {
    color: #8f8d93;
    font-size: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.testimonial-29 ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonial-29 ul.slick-dots li {
    padding: 0;
    width: 25px;
}

.testimonial-29 ul.slick-dots li button {
    border-radius: 100%;
    border: 0;
    text-indent: 0;
    font-size: 0;
    padding: 0;
    outline: 0;
    width: 10px;
    height: 10px;
    margin: 5px 0;
    background: #D6D6D6;
}

.testimonial-29 ul.slick-dots li.slick-active button {
    background: #292764;
    border-color: #292764;
}

.testimonial-29 .slick-arrow {
    cursor: pointer;
    z-index: 99;
    background: transparent;
    border: 0;
    color: #000;
    font-size: 2rem;
    width: 3rem;
    height: auto;
    padding: 0;
    position: absolute;
    top: calc(65% - 1.5rem);
    left: auto;
}

.testimonial-29 .slick-arrow img {
    width: 100%;
}

.testimonial-29 .slick-arrow.slick-next {
    left: calc(100% + 50px);
}

.testimonial-29 .slick-arrow.slick-prev {
    right: calc(100% + 50px);
}

.testimonial-29 .slick-arrow.slick-prev img {
    transform: rotate(180deg);
}

.testimonial-29 .slick-arrow:focus {
    outline: 0;
    box-shadow: none;
}

.testimonial-29 .sprite {
    background-image: url('../images/spritesheet.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.testimonial-29 .sprite-comma-r {
    width: 27px;
    height: 25px;
    background-position: -183px -158px;
}

.testimonial-29 .sprite-comma-s {
    width: 27px;
    height: 25px;
    background-position: -230px -158px;
}

.testimonial-29 .sprite.sprite-rating {
    width: 75px;
    height: 12px;
    background-position: -47px -313px;
}

.testimonial-29 .slick-arrow img:hover {
    filter: invert(13%) sepia(62%) saturate(6709%) hue-rotate(345deg) brightness(100%) contrast(85%);
}


/* TESTI 29 END */

.footer-cta {
    margin-bottom: 0px;
}

.main-footer {
    background-color: #111111;
    height: 65px;
    display: flex;
    align-items: center;
}

.footer-para p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.footer-links ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.footer-links ul li a:hover {
    color: #e81529;
}

.footer-links ul li {
    border-right: 1px solid #fff;
    padding: 0px 10px;
}

.footer-links ul li:last-child {
    border-right: none;
    padding-right: 0px
}

.footer-links {
    display: flex;
    justify-content: flex-end;
}


/* popup */

.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0
}

.offr-frm .close {
    background-color: #000;
    color: #fff;
    border-radius: 23px;
    width: 37px;
    height: 34px;
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 15px;
    cursor: pointer;
    opacity: 1;
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.entry-box {
    background: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 0 50px 0 #000;
    position: relative;
    overflow: hidden;
    pointer-events: auto
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px
}

.entry-box h1 span {
    color: #ffd800
}

.entry-left {
    text-align: center;
    background: #e81428;
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px
}

.entry-right .text {
    position: relative;
    margin: 15px 0 25px
}

.entry-right .text h2 {
    font-size: 30px;
    color: #313131;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.entry-right .text h2 span {
    color: #e81428;
}

.form-control.error {
    border-color: red!important
}

label.error {
    display: none!important
}

.entry-right .text strong {
    text-transform: uppercase
}

.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2)
}

.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff!important;
    color: #555!important
}

.entry-right .intl-tel-input {
    width: 100%
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}

.entery-submit {
    width: 60%;
    background: #e81428!important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none!important;
    padding: 15px;
    cursor: pointer;
    border-radius: 30px;
}

.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.entry-right a i {
    margin-left: 6px
}

.entry-right p {
    color: #343434;
    font-size: 12px;
    margin: 0
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 5px;
    background-color: #69c626;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    color: #fff;
    font-size: 29px;
    top: 10px;
    z-index: 9
}

div#popup_form {
    padding-right: 0px !important;
}

.get-quote address:last-child p {
    padding-left: 35px;
}


/* popup */

.main-work {
    padding-top: 103px;
}