h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
button {
    font-family: 'Graphik';
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

body {
    overflow-x: hidden;
}

.lp6-header img {
    filter: brightness(100);
}

.heading {
    font-size: 38px;
    font-weight: bold;
    color: #0e585e;
}

.p0 {
    padding: 0px;
}

.lp6-header {
    position: relative;
    width: 100%;    /* padding-top: 10px; */

    /* padding-bottom: 10px; */

    top: 0;
    padding: 30px 0;
}

.lp6-header .row {
    display: flex;
    align-items: center;
}

.col-md-6.lp-head-left {
    position: relative;
    top: 10px;
}

.col-md-6.lp-head-left img {
    width: auto;
    position: relative;    /* top: -30px; */

    /* bottom: -90px; */

    margin: -20px 0 -20px;
}

.lp-head-right ul {
    float: right;
    margin-bottom: 0;
}

.lp6-header li {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 0;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
}

.lp6-header li a {
    color: #fff;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 3px;    /* background-color: transparent !important; */
}

.lp6-header li a.chat_key {
    padding: 10px 20px 10px !important;
    margin: 0 0 0 20px;
    border-radius: 7px;
}

.lp6-banner {

    /* background: url(../images/banner_bg.jpg) no-repeat; */

    /* width: 100%; */

    /* padding-top: 11em; */

    /* padding-bottom: 0; */

    /* position: relative; */

    /* overflow: hidden; */

    /* position: relative; */

    /* top: 0; */

    /* z-index: -9; */

    /* height: 931px; */
}

.lp6-banner .row {
    display: flex;
    align-items: center;
}

.lp6-banner h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.button a.btn-white {
    color: #0c1924;
    font-size: 24px;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 8px;
    display: inline-block;
    text-transform: uppercase;
    transition-duration: .5s;
}

.button a.btn-red {
    color: #ffffff;
    font-size: 24px;
    background: #d21d00;
    padding: 10px 40px;
    border-radius: 8px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    transition-duration: .5s;
}

.button a.btn-blue {
    color: #ffffff;
    font-size: 24px;
    background: #052a91;
    padding: 10px 40px;
    border-radius: 8px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    transition-duration: .5s;
}

.lp6-banner p {
    font-size: 22px;
    color: #fff;
    width: 97%;
    margin: 15px 0 0;
}

.lp6-bnr-line ul {
    padding: 15px 0 0 0;
}

.lp6-bnr-line ul li {
    position: relative;
    font-size: 18px;
    color: #fff;
    list-style: none;
    padding: 0 0 0 25px;
}

.lp6-bnr-line ul li:before {
    content: "\f00c";
    color: #d21d00;
    font-size: 16px;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    font-weight: 100 !important;
}

.button {
    margin: 40px 0 0 0;
}

.lws-form-area {
    background: #0c1924;
    width: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 60px 0 0;
}

.hs-head {
    position: relative;
}

img.money-back-img {
    position: absolute;
    top: -80px;
    right: -100px;
}

.lws-form-area .hs-head h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 4px;
}

.lws-form-area .hs-head h3 span {
    display: block;
    font-size: 33px;
    color: #d21d00;
    padding: 7px 0;
}

.lws-form-area .hs-head p {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.lws-form-area form ul.lform {
    padding: 0;
    margin: 0;
}

.lws-form-area form ul.lform li {
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
}

.lws-form-area form ul.lform li h4 {
    background: #d21d00;
    color: #000;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    border-radius: 8px;
    margin: 0 0 20px;
}

.lws-form-area form ul.lform li h4 span {
    color: #fff;
}

.lws-form-area form ul.lform li input.required.input-style {
    width: 100%;
    height: 67px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 17px;
    border: none;
}

.lws-form-area form ul.lform li textarea.required.input-style {
    width: 100%;
    height: 67px;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 17px;
    resize: none;
}

.lws-form-area form ul.lform li input[type="submit"] {
    color: #ffffff;
    background: #d21d00;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
    border: none !important;
}

.lws-form-area form ul.lform li p {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.lws-form-area form ul.lform li p span {
    font-weight: bold;
}

.lp6-header-main {

    /* position: relative; */

    /* top: 0; */

    /* bottom: 0; */

    /* float: left; */

    /* width: 100%; */

    /* position: absolute; */

    /* top: 0; */

    background: url(../images/banner_bg.jpg) no-repeat;
    width: 100%;    /* padding-top: 11em; */
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    position: relative;
    top: 0;
    height: 931px;
    background-size: cover;
}

.sec_clinet {
    position: relative;
    top: -120px;
    left: 0;    /* right: 20px; */
}

.sec_clinet .clinet_inner {
}

.sec_clinet .clinet_inner img.clinet_images {
    width: 85%;
}

.sec_wikipedia_p {
    display: block;
    padding: 0 0 50px 0;
}

.sec_wikipedia_p .wikipedia_p_inner {
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_l {
    padding: 70px 30px;
    border: 1px solid rgb(216, 216, 216);
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    position: relative;
    background: #fff;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_l p {
    font-size: 18px;
    color: #2d303e;
    padding: 40px 0;
    border-top: 1px solid rgb(216, 216, 216);
    margin: 50px 0 0 0;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_l img.wikipedia_p_images {
    width: 100%;
    margin: 0 0 15px 0;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r {
    padding: 70px 30px;
    border: 1px solid rgb(216, 216, 216);
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.09);
    margin: 60px 0 0 0;
    border-radius: 8px;
    position: relative;
    background: #fff;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r  p {
    font-size: 22px;
    color: #2d303e;
    padding: 40px 0 40px;
    border-bottom: 1px solid rgb(216, 216, 216);
    margin: 0 0 60px 0;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r .wikipedia_p_r_main {
    display: block;
    padding: 0 0 50px 0;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r .wikipedia_p_r_main .wikipedia_p_r_in {
    float: left;
    width: 20%;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r .wikipedia_p_r_main .wikipedia_p_r_in h4 {
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r .wikipedia_p_r_main  p {
    font-size: 18px;
    color: #2d303e;
    width: auto;
    display: inline;
    border: 0;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r .wikipedia_p_r_main h4 {
    font-size: 22px;
    font-weight: bold;
    color: #2d303e;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r .wikipedia_p_r_main:last-child {
    padding: 0;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_l:after {
    content: '';
    position: absolute;
    background: url(../images/wikipedia_p_l_after.png) no-repeat;
    height: 265px;
    width: 338px;
    left: -180px;
    bottom: 0px;
    z-index: -9999;
}

.sec_wikipedia_p .wikipedia_p_inner .wikipedia_p_r:before {
    content: '';
    position: absolute;
    background: url(../images/wikipedia_p_r_after.png) no-repeat;
    height: 329px;
    width: 334px;
    right: -142px;
    top: -115px;
    z-index: -9;
}

/*sec_services_offer*/
.sec_services_offer {
    display: block;
    padding: 50px 0;
    background: url(../images/sec_services_offer_bg.jpg);
}

.sec_services_offer h2.heading {
    text-align: center;
}

.sec_services_offer p.para {
    text-align: center;
    font-size: 22px;
    color: #616263;
}

.sec_services_offer .services_offer_inner {
    margin: 50px 0 0 0;
}

.sec_services_offer .services_offer_inner .services_offer_boxes {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid rgb(230, 234, 239);
    position: relative;
    border-radius: 8px;
}

.sec_services_offer .services_offer_inner .services_offer_boxes img {
    width: 100%;
}

.sec_services_offer .services_offer_inner .services_offer_boxes .services_offer_box {
    padding: 30px 15px;
    background: #fff;
    height: 86px;
}

.sec_services_offer .services_offer_inner .services_offer_boxes .services_offer_box h3 {
    font-weight: bold;
    color: #0c314d;
    font-size: 22px;
    text-transform: uppercase;
}

.sec_services_offer .services_offer_inner .services_offer_boxes .services_offer_box p {
    font-size: 18px;
    color: #2d303e;
    padding: 20px 0 0 0;
    display: none;
}

/*.sec_services_offer .services_offer_inner .services_offer_boxes .services_offer_box .services_offer_boxi {

transition-duration: .5s;

}*/
.sec_services_offer .services_offer_inner .services_offer_boxes:hover .services_offer_box .services_offer_boxi {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    padding: 30px 15px;
    border-radius: 0 0 8px 8px;
}

.sec_services_offer .services_offer_inner .services_offer_boxes:hover .services_offer_box p {
    display: block;
}

.sec_services_offer .services_offer_inner.services_offer_inner2 {
    padding: 30px 0 0 0;
    display: block;
    float: left;
    margin: 0;
}

/*sec_services_offer*/

/*sec_cta*/





.sec_cta {
    display: block;
    padding: 5% 0;
    background: url(../images/cta_bg.jpg) no-repeat;
    background-size: cover;
}

.sec_cta .row {
    display: grid;
    align-items: center;
    align-content: center;
}

/*.sec_cta .cta_inner {

margin: 0 auto;

width: 90%;

}*/
.sec_cta .cta_inner h2.heading {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
}

.sec_cta .cta_inner p {
    font-size: 22px;
    color: #ffffff;
}

.sec_cta .cta_inner p span {
    font-weight: bold;
}

.sec_cta .cta_inner .button {
    margin: 0;
    float: right;
}

.sec_cta .cta_inner .button a {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0 0px 0px 10px;
}

/*sec_cta*/

/*sec_packages */



.sec_packages {
    display: block;
    padding: 50px 0;
}

.sec_packages h2.heading {
    text-align: center;
    color: #0c314d;
}

.sec_packages p.para {
    text-align: center;
    font-size: 22px;
    color: #616263;
}

.sec_packages .packages_inner {
    display: block;
    padding: 40px 0 0 0;
    position: relative;
}

.sec_packages .packages_inner .packages_boxes {
}

.sec_packages .packages_inner .packages_boxes .packages_box {
    border: 1px solid #f1f1f2;
    padding: 30px 20px;
    border-radius: 8px;
    background: #fff;
    transition-duration: .5s;
}

.sec_packages .packages_inner .packages_boxes .packages_box h3 {
    color: #0c314d;
    font-size: 30px;
    font-weight: bold;
}

.sec_packages .packages_inner .packages_boxes .packages_box p {
    font-size: 14px;
    color: #5e6582;
    padding: 15px 0;
}

.sec_packages .packages_inner .packages_boxes .packages_box h4 {
    font-size: 30px;
    color: #d21d00;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.sec_packages .packages_inner .packages_boxes .packages_box h4 span {
    font-size: 18px;
    color: #bababa;
    font-weight: normal;
    text-decoration: line-through;
}

.sec_packages .packages_inner .packages_boxes .packages_box p .button {
}

.sec_packages .packages_inner .packages_boxes .packages_box .button a.btn-blue {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: table;
    padding: 10px 40px;
}

.sec_packages .packages_inner .packages_boxes .packages_box .button {
    margin: 0;
}

.sec_packages .packages_inner .packages_boxes ul li {
    color: #5e6582;
    font-size: 14px;
    list-style: none;
    padding: 3px 0 3px 20px;
    display: flex;
}

.sec_packages .packages_inner .packages_boxes ul {
    padding: 40px 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f2;
}

.sec_packages .packages_inner .packages_boxes .button a.btn-red {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: table;
    padding: 10px 40px;
}

.sec_packages .packages_inner .packages_boxes .button {
}

.sec_packages .packages_inner .packages_boxes ul li i.fa.fa-arrow-right {
    color: #d21d00;
    font-weight: 100;
    -ms-transform: rotate(-52deg); /* IE 9 */
    transform: rotate(-52deg);
    padding: 0 10px 0 0;
    position: absolute;
    left: 10px;
}

.sec_packages .packages_inner .packages_boxes .button .btn_chat {
    padding: 20px 0;
}

.sec_packages .packages_inner .packages_boxes .button .btn_chat a {
    font-size: 15px;
    font-weight: bold;
    color: #0c314d;
    padding: 0 0px 0 0;
    text-align: center;
    margin: auto;
    display: table;
}

.sec_packages .packages_inner:after {
    content: '';
    position: absolute;
    background: url(../images/packages_inner_after.png) no-repeat;
    height: 265px;
    width: 338px;
    right: -142px;
    top: -115px;
    z-index: -9;
}

.sec_packages .packages_inner:before {
    content: '';
    position: absolute;
    background: url(../images/packages_inner_before.png) no-repeat;
    height: 118px;
    width: 42px;
    left: -27px;
    top: 250px;
    z-index: -9;
}

/*sec_packages */

/*sec_work_done*/

/*sec_work_done*/

.sec_work_done {
    display: block;
    padding: 50px 0;
    background: #f7fafc;
}

.sec_work_done h2.heading {
    text-align: center;
}

.sec_work_done p.para {
    text-align: center;
    font-size: 22px;
    color: #616263;
}

.sec_work_done .work_done_inner {
    padding: 50px 0 0;
}

.sec_work_done .work_done_inner .work_done_box {
}

.sec_work_done .work_done_inner .work_done_box img.work_done_box_icon1 {
}

.sec_work_done .work_done_inner .work_done_box h3 {
    font-size: 22px;
    font-weight: bold;
    color: #2d303e;
    margin: 20px 0 10px;
}

.sec_work_done .work_done_inner .work_done_box p {
    font-size: 18px;
    color: #2d303e;
}

.sec_work_done .work_done_inner.work_done_inner2 {
    float: left;
}

/*sec_work_done*/

/*sec_testemonial*/

.sec_testemonial {
    display: block;
    padding: 50px 0 50px;
}

.sec_testemonial h2.heading {
    text-align: center;
}

.sec_testemonial p.para {
    text-align: center;
    font-size: 22px;
    color: #616263;
}

.sec_testemonial .testemonial_inner {

    /*float: left;*/

    padding: 30px 0 0 0;
}

.sec_testemonial .testemonial_inner .slick-list {
    overflow: unset;
}

.sec_testemonial .testemonial_inner .testemonial_box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
    min-height: 300px;
}

.testemonial_inner .owl-stage-outer {
    padding: 80px 0 50px;
}

.sec_testemonial .testemonial_inner .testemonial_box img {
    margin: -80px 0 0 0;
    width: auto;
}

.sec_testemonial .testemonial_inner .testemonial_box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 13px 0;
    text-transform: capitalize;
}

.sec_testemonial .testemonial_inner .testemonial_box p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.sec_testemonial .testemonial_inner ul.slick-dots {
    bottom: -60px;
}

.sec_testemonial .testemonial_inner ul.slick-dots li {
    width: auto;
    height: auto;    /* background: #ebebeb; */
    margin: 0;
}

.sec_testemonial .testemonial_inner ul.slick-dots li:first-child button {
    border-radius: 50px 0 0 50px;
}

.sec_testemonial .testemonial_inner ul.slick-dots li:last-child button {
    border-radius: 0 50px 50px 0;
}

.sec_testemonial .testemonial_inner ul.slick-dots li.slick-active button {
    background: #d1278e;
    border-radius: 50px
}

.sec_testemonial .testemonial_inner ul.slick-dots li button {
    background: #ebebeb;
    width: 65px;
    height: 10px;
}

.testemonial_inner .owl-dots {
    margin: auto;
    display: flex;
    background-color: #ebebeb;
    width: 150px;
    border-radius: 50px;
}

.testemonial_inner .owl-dot.active {
    background-color: #d1278e;
}

.testemonial_inner .owl-dot {
    width: 50px;
    height: 10px;
    background-color: transparent;
    margin: 0 0px 0px;
    border-radius: 50px;
    display: inline-table;
    text-align: center;
}

/*sec_testemonial*/
.trust_sec {
    padding: 30px 0 60px;
}

/*sec_disclaimer*/
.sec_disclaimer {
    display: block;
    padding: 30px 0;
    background: #132653;
}

.sec_disclaimer .disclaimer_inner {
}

.sec_disclaimer .disclaimer_inner p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.sec_disclaimer .disclaimer_inner p span {
    color: #ffb400;
}

/*sec_disclaimer*/

/*popup*/



.overlay-bg {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.popupform-main.active {
    display: block;
}

.popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.pop-form {
    position: absolute;
    width: 970px;
    height: 600px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/popup-bg002.png);
    padding: 0px 0 0px 0px;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    border-radius: 14px;
}

.popupform-main .main-pop .col-md-12 {
    padding: 0;
}

.popupform-main h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.popupform-main textarea {
    height: 100px;
}

.popupform-main h2 {
    font-size: 34px;
    padding-top: 50px;    /* margin: 50px 0 0 0; */
    color: #274cf4;
    font-weight: 600;
    text-transform: uppercase;
}

.popupform-main h4 {
    font-size: 26px;
    margin: 20px 0 0 0;
    color: #000000;
    font-weight: 700;
}

.fspx-23 {
    font-size: 23px;
}

.fw-exbold {
    font-weight: 800 !important;
}

.ls-xsmall {
    letter-spacing: -2px;
}

.fc-red {
    color: #fb2224;
}

.tt-uppercase {
    text-transform: uppercase !important;
}

.popupform-main h6 {
    letter-spacing: 0;
    font-size: 45px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px 15px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
}

.fspx-20 {
    font-size: 20px;
    display: block;
}

.fspx-23 {
    font-size: 23px;
    margin-bottom: 10px;
}

.fw-normal {
    font-weight: 400 !important;
}

.popupform-main .main-pop {
    padding: 25px 10px 0 0;
}

.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}

.pop-form form .control-group {
    margin-bottom: 10px;
}

form .control-group {
    margin-bottom: 24px;
    position: relative;
}

.pop-form form .control-group input[type=text],
.pop-form form .control-group input[type=text],
.pop-form form .control-group input[type=number],
.pop-form form .control-group input[type=email],
.pop-form form .control-group select,
.pop-form form .control-group textarea {
    background-color: #fff;
    text-align: left;
}

.popupform-main form input[type=text],
.popupform-main form input[type=number],
.popupform-main form input[type=email] {
    padding-left: 10px;
    min-height: 50px;
}

.popupform-main form input[type=text],
.popupform-main form input[type=number],
.popupform-main form input[type=email] {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

.popupform-main form textarea {
    color: #333333;
    padding: 20px 10px;
    height: 95px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

form .numberarea {
    width: 100%;
    position: relative;
}

.pop-form .submit-btn:hover {
    background: #000;
    transition-duration: .5s;
}

.pop-form .submit-btn {
    font-size: 22px;
    width: 100%;
    padding: 15px 0px;
    background-color: #2cc05b;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease-in-out;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
}

.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}

.popupform-main h6:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 45px solid #4274fa;
    border-bottom: 28px solid transparent;
}

.float-left {
    float: left;
}

.lh-medium {
    line-height: 1.2;
}

.lh-medium {
    line-height: 1.2;
}

.ta-left {
    text-align: left;
}

.fw-exbold {
    font-weight: 800 !important;
}

.mtpx-60 {
    margin-top: 60px;
}

.pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: -10px;
    font-size: 25px;
    position: absolute;
    right: -102%;
    font-weight: 500;
    color: #fff;
    padding-top: 0;
    background-color: #f9ce49;
    text-align: center;
    border-radius: 50px;
    align-items: center;    /* margin-top: -60px; */
    display: grid;
    border: 5px solid #f9ce49;
}

.popupform-main .field {
    padding: 25px 0px 5px;
}

.popupform-main form input:focus,
.popupform-main form select:focus,
.popupform-main form textarea:focus {
    box-shadow: 0 0 0 0 transparent;
    outline: #274cf4;
    border: 1px solid #274cf4;
}

.popupform-main form select {
    color: #333333;
    padding: 20px 10px 10px;
    height: 60px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

.popupform-main .field label {
    position: absolute;
    top: 16px;
    left: 20px;
    background: #fff;
    padding: 0 18px;
    font-weight: 500;
    color: #a9a9a9;
    z-index: 0;
}

.popupform-main .cntct-btn {
    background: #f9ce49;
    color: #fff;
    border: 0;
    border-radius: 60px;
    padding: 15px 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 10px;
}

.pop-form form {

    /* padding: 0px 15px; */
}

div#pop-form {
    padding: 0 40px 0 20px;
}

.popupform-main h2,
.popupform-main h3 {
    padding-left: 20px;
}

@media (min-width:1200px) and (max-width:1466px) {
    .pop-form {
        width: 745px;
        height: 510px;
        background-size: cover !important;
    }

    .popupform-main h3 {
        font-size: 22px;
        margin: 4px 0 0 0;
    }

    .popupform-main .field {
        padding: 18px 0px 5px;
    }

    .popupform-main h2 {
        font-size: 26px;
        margin: 10px 0 0 0;
    }

    .popupform-main h4 {
        font-size: 24px;
        margin: 15px 0 0 0;
    }

    .textarea_auto textarea {
        height: 50px !important;
    }

    div#pop-form {
        padding: 0 20px 0 10px;
    }

}

@media only screen and (max-width:1200px) {
    .pop-form {
        width: 745px;
        height: 510px;
        background-size: cover !important;
    }

    .popupform-main h3 {
        font-size: 24px;
        margin: 40px 0 0 0;
    }

    .popupform-main h2 {
        font-size: 35px;
        margin: 10px 0 0 0;
    }

    .popupform-main h4 {
        font-size: 24px;
        margin: 15px 0 0 0;
    }

    .textarea_auto textarea {
        height: 50px;
    }

}

@media(max-width:991px) {
    .pop-form {
        position: absolute;
        width: 510px;
        height: 500px;
        top: 0px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;    /* background-image: url(../images/popup-bg2.png); */
        padding: 0px 0 0px 0;
        z-index: 99;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background: #eaeaea;
    }

    .popupform-main .col-sm-offset-4.col-sm-8 {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .popupform-main h3 {
        font-size: 30px !important;
    }

    .popupform-main h6 {
        font-size: 30px;
    }

    #flform input[type="text"],
    input[type="email"] {
        margin-bottom: 0px;
    }

    .pop-form .close-btn {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 18px;
        font-weight: 900;
        color: #080808;
        padding-top: 3px;
    }

}

@media(max-width:767px) {
    .popupform-main h6:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-right: 28px solid #4274fa;
        border-bottom: 28px solid transparent;
    }

    .popupform-main .pop-form .close-btn {
        height: 40px;
    }

    .pop-form {
        position: absolute;
        width: 334px !important;
        height: 600px !important;
    }

    .popupform-main .clearfix.fieldwrap.text-right {
        text-align: center;
    }

    .popupform-main .pop-form h3 {
        font-size: 18px !important;
        margin-top: 4px;
    }

    .pop-form .close-btn {
        top: -13px;
        right: -6px;
    }

    .popupform-main h6 {
        letter-spacing: 0;
        font-size: 21px;
        background: #4274fa;
        color: #fff;
        border-radius: 10px;
        padding: 3px 8px 5px 8px;
        text-align: left;
        position: relative;
        right: 0px;
        margin: 0px;
        float: right;
    }

    .pop-form .submit-btn {
        font-size: 22px;
        width: 100%;
        padding: 8px 0px;
    }

}

@media (min-width:320px) and (max-width:767px) {
    .popupform-main h3 {
        font-size: 24px;
        margin: 40px 0 0 0;
        text-align: center;
    }

    .popupform-main h2 {
        font-size: 25px;
        margin: 10px 0 0 0;
        text-align: center;
        color: #000033;
    }

    .popupform-main h4 {
        font-size: 24px;
        margin: 15px 0 0 0;
        text-align: center;
    }

    .textarea_auto textarea {
        height: 50px;
    }

}

body .creative_samples .owl-carousel .owl-item .port-box img {
    width: 100% !important;
}

.port-box p {
    margin-top: 2px;
    font-size: 17px;
    display: none;
    padding: 10px 0;
    background: #fff;
    color: #00abe6;
}

.port-box {
    border: 1px solid #e0e6ef;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

/*popup*/
.lp6-banner .button a.btn-white:hover,
.sec_cta .cta_inner .button a.btn-white:hover {
    background: #d21d00;
    color: #fff;
}

.lp6-banner .button a.btn-red:hover,
.sec_cta .cta_inner .button a.btn-red:hover {
    background: #fff;
    color: #0c1924;
}

.sec_packages .packages_inner .packages_boxes .packages_box .button a.btn-blue:hover {
    background: #d21d00;
}

.sec_packages .packages_inner .packages_boxes .button a.btn-red:hover {
    background: #052a91;
}

.sec_packages .packages_inner .packages_boxes:hover .packages_box {
    background: #eeeeee;
}

.button a.btn-white,
.button a.btn-red,
.button a.btn-blue,
.sec_cta .cta_inner .button a {
    font-size: 18px;
}

.chat_key .animated {
    -animation-delay: 20s;
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s
}

.chat_key {
    -webkit-animation: color-change2 1s infinite;
    -moz-animation: color-change2 1s infinite;
    -o-animation: color-change2 1s infinite;
    -ms-animation: color-change2 1s infinite;
    animation: color-change2 1s infinite;
    background-color: #d21d00 !important;
}

@-webkit-keyframes color-change2 {
    0% {
        color: #fff;
    }

    50% {
        color: #000;
    }

    100% {
        color: #fff;
    }

}

@-moz-keyframes color-change2 {
    0% {
        color: #fff;
    }

    50% {
        color: #000;
    }

    100% {
        color: #fff;
    }

}

@-ms-keyframes color-change2 {
    0% {
        color: #fff;
    }

    50% {
        color: #000;
    }

    100% {
        color: #fff;
    }

}

@-o-keyframes color-change2 {
    0% {
        color: #fff;
    }

    50% {
        color: #000;
    }

    100% {
        color: #fff;
    }

}

@keyframes color-change2 {
    0% {
        color: #fff;
    }

    50% {
        color: #000;
    }

    100% {
        color: #fff;
    }

}

.lp6-header li a img {
    margin: -11px 10px 0 10px;
    filter: none;
}

/*** Reviews section Starts ***/
.present-wrap {
    padding: 50px 0 50px;
}

.rating_review {
    max-width: 100%;
    margin: 0 auto 0px;    /* text-align: center; */
}

.rating_review .single-trustpilot {
    background: transparent;
    margin: 0px 0px 0px;
    padding: 0;
    border-radius: 0px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border: unset;
    min-height: 55px;
    overflow: hidden;
}

.rating_review .single-trustpilot .name p {
    text-align: left;
    color: #181818;
    font-size: 13px;
    margin: 10px auto 0px;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    line-height: 13px;
}

.rating_review .single-trustpilot .name p span {
    font-weight: 700;
}

.rating_review .single-trustpilot .career_level p {
    text-align: left;
    color: #181818;
    font-weight: 700;
    font-size: 13px;
    margin: 5px auto 0px;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    line-height: 13px;
}

.rating_review .single-trustpilot .review_content p {
    text-align: left;
    color: #181818;
    font-size: 13px;
    margin: 0px auto 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    line-height: 18px;
}

.rating_review .guarntee img {
    margin: 35.3px auto;
    display: block;
}

.rating_review h6 {
    text-align: left;
    color: #45c2ed;
    font-weight: 700;
    font-size: 22px;
    margin: 5px 0 0px;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 0px;
}

.rating_review .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    background: unset;
    box-shadow: unset;
    text-align: left;
}

.rating_review .carousel {
    -webkit-transform: translateZ(0px) !important;
    width: 95%;
    box-shadow: unset;
    display: inline-block;
    text-align: left;
}

.rating_review .review_logos {
    margin: 0 auto;
    background-image: url(../images/review_logos.png);
    width: 200px;
    height: 40px;
    display: inline-block;
}

.rating_review  .review_logos.review_logo1 {
    background-position: 0px -9px;
    margin: 0 0px 0 -5px;
}

.rating_review .review_logos.review_logo2 {
    background-position: -195px -9px;
    margin: 0 0px 0 -5px;
}

.rating_review  h2 {
    text-align: left;
    color: #181818;
    font-weight: 500;
    font-size: 15px;
    margin: 0px 0 10px;
    vertical-align: top;
    line-height: 14px;
}

.rating_review  h2 span.rating {
    text-align: left;
    color: #45c2ed;
    font-weight: 700;
    font-size: 18px;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 15px;
    display: inline-block;
}

.rating_review h2 b {
    font-weight: 700;
    color: #ee5504;
}

.rating_review  .vl {
    border-left: 2px solid #181818;
    height: 16px;
    display: inline-block;
    margin: -2px 5px;
}

.rating_review  .star_rating .stars-active {
    color: #EEBD01;
    text-align: center;
    font-size: 20px;
    margin: 0 0 0px;
    display: inline;
}

.rating_review  .star_rating span.rating_numb {
    display: inline-block;
    color: #181818;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 700;
    margin: 0 0 0 5px;
}

.rating_review.home .boxs.box2 h6 {
    margin: 4px 0 0 30px;
}

.rating_review.home {
    text-align: center;
    max-width: 60%;
    margin: 20px auto 0;
}

.rating_review.home .boxs {
    width: 50%;
    float: left;
    text-align: center;
}

.rating_review.home .boxs.box1 img {
    height: 56px;
    object-fit: contain;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0px;
}

.rating_review.home .boxs.box2 img {
    height: 42px;
    margin: 16px auto 0px;
}

.rating_review.home .star_rating span.rating_numb {
    color: #fff;
}

.rating_review.home h6 {
    color: #fff;
    text-align: center;
    margin: 5px 0 0 30px;
}

.rating_review  .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 95%;
    z-index: 15;    /* width: 67%; */
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    right: 0;
    top: 70px;
    display: inline-block;
    margin: 0 0 0 0px;    /* border: 1px solid; */
}

.rating_review  .carousel-indicators li.active {
    opacity: 1;
    background-color: #00abe6;
}

.rating_review  .carousel-indicators li {
    margin: 0 2px;
    background-color: transparent;
    border-color: #b5b7b9;
    opacity: 1;
    border-width: 3px;
    width: 15px;
    height: 15px;
}

.rating_review  .carousel-indicators .active {
    width: 8px;
    height: 8px;    /* margin: 1px; */
    background-color: #fff;
    border: 1px solid #00abe6;
}

.rating_review  .carousel-indicators li {

    /* display: block; */

    width: 8px;
    height: 8px;
    margin: 0 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #676767;
    border: 1px solid #676767;
    border-radius: 10px;
    display: block;
}

.rating_img_mm {
    height: 42px;
    margin: 4px 0 -2px 0;
}

/*** Reviews section Ends ***/
.copy_right p {
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
    font-size: 13px;
}

.footer_links {
    text-align: center;
    color: #fff;
    margin: 10px 0 0;
}

.footer_links a {
    color: #fff;
    margin: 0 10px 0;
    font-size: 13px;
}