* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #245d62;
}

::-webkit-scrollbar-thumb {
    background: #f6dd0c;
}

::-webkit-scrollbar-thumb:hover {
    background: #faee85;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}

p {
    font-family: 'Poppins', sans-serif !important;
}

.modal {
    backdrop-filter: blur(3px);
}

.menu2 h5 {
    color: #f6dd0c;
}

.sticky {
    background-color: #43afbaf7;
    position: fixed;
    top: 0;
    z-index: 222;
    height: fit-content;
    box-shadow: 2px 2px 20px #262626a3;
    padding: 10px;
    transition: all 1s ease;
}

.sticky .top_menu {
    padding: 10px 0;
}

.sticky .second_menu .col-lg-4 a img {
    max-width: 53% !important;
}

.sticky .bottom_menu {
    padding: 0;
}

.sticky .first_menu {
    display: none;
}

@font-face {
    font-family: "SharpSansNo1-Bold";
    src: url("154ebfcef3ca74b92a56a5826ee85d74.eot");
    src: url("154ebfcef3ca74b92a56a5826ee85d74d41d.eot?#iefix") format("embedded-opentype"), url("154ebfcef3ca74b92a56a5826ee85d74.woff2") format("woff2"), url("154ebfcef3ca74b92a56a5826ee85d74.woff") format("woff"), url("154ebfcef3ca74b92a56a5826ee85d74.ttf") format("truetype"), url("154ebfcef3ca74b92a56a5826ee85d74.svg#SharpSansNo1-Bold") format("svg");
}

a {
    text-decoration: none !important;
    outline: none;
}

img {
    max-width: 100% !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    list-style-type: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "SharpSansNo1-Bold" !important;
    font-weight: bold;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 56px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 36px;
}

.combo_btn {
    display: flex;
    margin-top: 2rem;
}

.combo_btn a {
    border-radius: 4px;
    font-weight: bold;
    width: 189px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_1 {
    color: black;
    background-color: #f6dd0c;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.btn_1:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.5;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
}

.btn_1:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn_2 {
    color: #fff;
    border: 2px solid #f6dd0c;
    transition: .2s linear;
}

.btn_2:hover {
    color: black;
    background-color: #f6dd0c;
}

.sec-price-per-page .price_tabs .table td,
.sec-price-per-page .price_tabs .table th {
    vertical-align: middle;
}

#services,
video {
    width: 100%;
    height: 90vh;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
    z-index: -1;
}

#services {
    height: 90vh;
}

header {
    width: 100%;
    height: 180px;
    position: relative;
    z-index: 1;
}

.first_menu .logo img {
    padding-top: 10px;
    width: 75%;
    object-fit: contain;
}

.top_menu {
    z-index: 111;
    background-color: #f6dd0c;
    padding: 1rem 0;
    left: 30%;
    border-radius: 0 0 6px 6px;
    float: right;
}

.menu_item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.top_menu .menu_item a {
    color: black;
    border-right: 1px solid black;
    padding: 0 20px;
}

.top_menu .menu_item a:last-child {
    border-right: none;
}

.top_menu .menu_item a i {
    margin-right: 10px;
}

nav {
    height: 180px;
    width: 100%;
}

label.logo {
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

.second_menu img.logo {
    width: 100% !important;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

nav ul li a.active,
nav ul li a:hover {
    transition: .5s;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    margin-top: 30px;
}

.bottom_menu {
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bottom_menu .main_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_menu .main_menu ul li {
    position: relative;
    transition: 1s linear;
}

.bottom_menu .main_menu>ul>li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: white;
    left: 0px;
    top: 6px;
}

.bottom_menu .main_menu>ul>:first-child:before {
    display: none;
}

.bottom_menu .main_menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 10px;
    transition: .4s linear;
}

.bottom_menu .main_menu ul li a:hover {
    color: #f6dd0c;
}

.bottom_menu .main_menu ul li ul {
    position: absolute;
    background: #fff;
    display: block;
    padding: 8px 0px 8px 21px !important;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}

.bottom_menu .main_menu ul li:hover ul {
    display: block;
    overflow: hidden;
    padding: 8px 0px 8px 21px !important;
    height: auto;
    visibility: visible;
    transition: height 2s ease-in-out;
}

.bottom_menu .main_menu ul li ul li a {
    color: #000 !important;
    transition: .4s linear;
    display: flex;
    align-items: center;
}

.bottom_menu .main_menu ul li ul li a:hover {
    color: #f6dd0c !important;
}

.bf_des img {
    width: 65%;
}

.sec-price-per-page {
    padding: 5%;
}

.main_menu ul li ul.dropdown {
    column-count: 2;
    width: 600px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 6px 10px 6px rgb(0 0 0 / 20%);
    border-radius: 0 0 12px 12px;
    top: 30px;
    left: -280px;
}

.dropdown li {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 0 15px 0 0;
}

.main_menu ul li ul.dropdown img {
    width: 25%;
    margin-right: 10px;
    object-fit: contain;
}

.dropdown li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    padding: 7px 0 !important;
    display: block;
    position: relative;
    transition: all .4s ease-in-out;
}

.dropdown li a:hover {
    color: #f6dd0c;
}

.dropdown li a i {
    border: 1px solid;
    border-radius: 60%;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-right: 8px;
    justify-content: center;
    display: inline-flex;
    opacity: 0.30;
    transition: all .5s ease-in-out;
}

.dropdown li a:hover i {
    background-color: #f6dd0c;
    color: #fff;
    opacity: 1;
}

.banner_section {
    width: 100%;
    height: 90vh;
    background-image: url("../images/article-bg.png");
    background-size: cover;
    margin-top: -180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner_left {
    padding-left: 385px;
}

.banner_section .banner_left h1 {
    color: white;
    font-size: 60px;
}

.banner_section .banner_left p {
    color: white;
    margin: 20px 0 20px 0;
    font-size: 20px;
}

.banner_section .combo_img {
    justify-content: left !important;
}

.banner_section .col-sm-12.col-lg-4 {
    padding: 0;
}

.banner_right img {
    max-width: 100% !important;
}

.sec1_main_form {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec1_form {
    width: 99%;
    background-color: white;
    padding: 2rem 3rem;
    border-radius: 8px;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2 !important;
    box-shadow: 1px 1px 25px 5px rgba(0, 0, 0, .45);
}

.sec1_form h3 {
    font-size: 30px;
}

.sec1_form form {
    padding-top: 2rem;
    display: flex;
    justify-content: space-evenly;
}

.sec1_form form input {
    width: 26%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid black;
    padding: 15px;
}

.sec1_form form input[type="Submit"] {
    width: 140px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background: #f6dd0c;
    border: none !important;
    font-weight: bold;
    transition: .2s linear;
    border-radius: 5px;
    cursor: pointer;
}

.sec1_form form input[type="Submit"]:hover {
    background-color: black;
    color: white;
}

.section2 {
    padding: 200px 0 60px 0;
    overflow-x: hidden;
}

.section2 .sec2_top h2,
.section2 .sec2_top p {
    text-align: center;
}

.sec2_blogs {
    display: flex;
    justify-content: space-evenly;
    padding: 1rem 0;
}

.section2 .slick-list.draggable {
    padding: 70px 0 !important;
}

.sec2_bottom {
    margin-top: 2rem;
}

.sec2_bottom .sec2_box {
    padding: 2rem 3rem;
    width: 380px;
    height: 480px;
    border: 1px solid #559aa0;
    position: relative;
    transform: scale(0.9);
    border-radius: 4px;
}

.sec2_bottom .sec2_box::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -30px;
    width: 270px;
    height: 250px;
    background-image: url(../images/laptop.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

.sec2_bottom .sec2_box h5 {
    color: #ebebeb;
    margin-bottom: 3rem;
}

.sec2_bottom .sec2_box h3 {
    font-size: 30px;
    padding-top: 1rem;
}

.sec2_bottom .sec2_box h3 span {
    color: #f6dd0c;
    display: block;
}

.sec2_bottom .sec2_box p {
    text-emphasis: inherit;
}

.sec2_bottom .sec2_box .btn_2 {
    border: none;
    transition: .2s linear;
}

.sec2_bottom .sec2_box .btn_2:hover {
    color: #f6dd0c;
    background: transparent !important;
}

.section2 .sec2_bottom .combo_btn {
    justify-content: center;
}

.section2 .sec2_bottom .combo_btn .btn_2 {
    color: #46b8c3;
    border: 2px solid #46b8c3;
}

.sec2_box.slick-slide.slick-current.slick-center {
    background-image: url("../images/sec1-hover.png");
    background-size: cover;
    transform: scale(1.15);
    border: none;
    border-radius: 4px;
    z-index: 222;
    padding: 2rem;
}

.sec2_box.slick-slide.slick-current.slick-center::after {
    display: block;
    z-index: -1;
}

.sec2_box.slick-slide.slick-current.slick-center h3,
.sec2_box.slick-slide.slick-current.slick-center p {
    color: white;
}

.section2 .slick-slider {
    margin: 0 -5px;
}

.section2 .slick-dots li {
    margin: 0;
}

.section2 .slick-dots {
    bottom: 5px;
}

.section3 {
    width: 100%;
    padding: 3rem 0;
    background-image: url("../images/cta-bg.png");
    text-align: center;
    position: relative;
}

.section3::before {
    content: "";
    background-image: url("../images/cta-before.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    top: -40px;
    left: 0;
}

.section3::after {
    content: "";
    background-image: url(../images/cta-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 400px;
    position: absolute;
    right: 250px;
    bottom: -1px;
}

.section3 .sec3_cta h3,
.section3 .sec3_cta p {
    color: white;
}

.section3 .sec3_cta .combo_btn {
    justify-content: center;
}

.section3 .sec3_cta .combo_btn .btn_3 {
    color: white;
    margin-right: 15px;
}

.section4 {
    width: 100%;
    padding: 4rem 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/proces.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.section4 .sec4_top {
    text-align: center;
}

.section4 .sec_bottom {
    margin-top: 2rem;
    display: flex;
    border: 1px solid #46b8c3;
    background-color: #46b8c31f;
    border-radius: 12px;
}

.section4 .sec_bottom #v-pills-tab {
    padding: 0 2rem;
    border-right: 1px solid #46b8c34a;
    margin: 1rem 0;
}

.section4 .sec_bottom .nav-pills .nav-link:last-child {
    margin-bottom: 0 !important;
}

.section4 .sec_bottom .nav-pills .nav-link {
    border: 1px solid #46b8c34a;
    margin-bottom: 15px;
    width: 250px !important;
    padding: 15px 20px;
    text-align: left;
    background-color: white;
    margin: 0 auto;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
    border-radius: 4px;
}

.section4 .sec_bottom .nav-pills .nav-link.active,
.section4 .sec_bottom .nav-pills .show>.nav-link {
    background-color: #f6dd0c;
    display: block;
    width: 250px !important;
    padding: 15px 20px;
    text-align: left;
    margin: 0 auto;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
    border: 0;
    border-radius: 4px;
}

.section4 .sec_bottom #v-pills-tabContent {
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
}

.section4 .sec_bottom .tab-content>.tab-pane h4 {
    color: #46b8c3;
}

.section4 .sec_bottom i.fa.fa-check {
    color: #46b8c3;
}

.section5 {
    width: 100%;
    background-image: url("../images/sec5-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
    text-align: center;
}

.sec5_bottom {
    margin-top: 3rem;
}

.sec5_bottom ul#pills-tab {
    width: 100%;
    justify-content: space-evenly;
}

.sec5_bottom ul#pills-tab .nav-item {
    width: 12%;
}

.sec5_bottom .nav-pills .nav-link {
    border: 1px solid #46b8c34a;
    border-radius: 4px;
    background: #46b8c3;
    font-size: 14px;
    color: white;
}

.sec5_bottom .sec5_box {
    margin-top: 3rem;
    display: flex;
    justify-content: space-evenly;
}

.sec5_bottom .sec5_box .sec5_item {
    width: 30%;
    background-color: white;
    padding: 1rem;
    transform: scale(1);
    box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, .035);
    transition: .2s linear;
}

.sec5_bottom .sec5_box .sec5_item:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, .085);
}

.sec5_bottom .sec5_box .sec5_item .item_img {
    width: 100%;
}

.sec5_bottom .sec5_box .sec5_item .item_img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
}

.sec5_bottom .sec5_box .sec5_item h4 {
    margin-top: 2rem;
    font-size: 26px;
}

.sec5_bottom .sec5_box .sec5_item .combo_btn {
    justify-content: center;
}

.sec5_bottom .sec5_box .sec5_item .combo_btn .btn_1 {
    margin: 0;
    background-color: black;
    color: white;
    padding: 5px !important;
}

.sec5_bottom .sec5_box .sec5_item .combo_btn .btn_1 {
    width: 135px;
    height: 45px;
}

.section5 .sec5_bottom .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #f6dd0c;
    border: none;
    color: black;
}

.section6 {
    width: 100%;
    padding: 3rem 0;
    background-image: url("../images/cta2-bg.png");
    text-align: center;
    position: relative;
}

.section6::before {
    content: "";
    background-image: url("../images/cta2-before.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section6::after {
    content: "";
    background-image: url(../images/cta2-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    top: -40px;
    right: 0;
}

.section6 .sec6_cta h3,
.section6 .sec6_cta p {
    color: white;
    position: relative;
    z-index: 22;
}

.section6 .sec6_cta .combo_btn {
    justify-content: center;
}

.section6 .sec6_cta .combo_btn .btn_3 {
    color: white;
    margin-right: 15px;
}

.section7 {
    padding: 4rem 0;
    width: 100%;
    overflow-x: hidden;
}

.section7 h2 {
    text-align: center;
}

.section7 .sec7_item {
    width: 100%;
    margin-top: 4rem;
    padding: 1rem;
    text-align: center;
    margin-left: 70px;
}

.section7 .sec7_item .item_img img {
    width: 80%;
    margin: 0 auto;
    margin-left: -30px;
    transform: translateY(0);
    transition: .2s linear;
}

.section7 .sec7_item .item_img img:hover {
    animation: pulse 1.2s infinite linear;
}

@keyframes pulse {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.section7 .sec7_item h5 {
    margin-top: 2rem;
    text-align: left;
}

.section7 .sec7_item h5 span {
    color: #46b8c3;
    display: block;
}

.section7 .sec7_item ul li {
    font-weight: 600;
    text-align: left;
}

.section7 .sec7_item ul li i {
    margin-right: 5px;
}

.section8 {
    width: 100%;
    background-image: url("../images/testi-Bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0 5rem;
    overflow-x: hidden;
}

.section8 h2 {
    text-align: center;
    color: white;
}

.section8 .s8_testi {
    padding-top: 2rem;
}

.section8 .s8_testi .item {
    width: 600px;
    height: 360px;
    display: flex;
    background-color: white;
}

.section8 .s8_testi .item .item_left {
    width: 65%;
    padding: 2rem;
}

.section8 .s8_testi .item .item_left i {
    color: #f6dd0c;
    font-size: 20px;
}

.section8 .s8_testi .item .item_left p {
    margin: 3rem 0;
}

.section8 .s8_testi .item .item_left span {
    color: gray;
    font-weight: 500;
    font-size: 16px;
}

.section8 .s8_testi .item .item_right {
    width: 35%;
    background: #f6dd0c;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section8 .s8_testi .item .item_right img {
    width: 80%;
}

.section8 .slider-counter {
    position: relative;
    left: 42%;
    margin-top: 40px;
}

.section8 .slider-counter img {
    margin-right: 50px;
    width: 10%;
}

.section8 button.slick-prev.slick-arrow,
.section8 button.slick-next.slick-arrow {
    display: none !important;
}

.section8 .slick-slide {
    margin: 0 27px;
}

.section8 .slick-dots {
    bottom: -65px;
}

.section8 .slick-dots li {
    margin: 0 !important;
}

.section8 .slick-dots li button:before {
    color: #fff !important;
    opacity: 1 !important;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #f6dd0c !important;
}

.section9 {
    width: 100%;
    padding: 4rem 0;
    background-image: url("../images/bfooter-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.section9 .sec9_bottom {
    margin-top: 4rem;
}

.section9 .sec9_bottom input {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    border: 0;
}

.section9 .sec9_bottom textarea {
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: 0;
}

.section9 .sec9_bottom .btn_1 {
    width: 150px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-top: 1rem;
    cursor: pointer;
}

.footer {
    width: 100%;
    background-image: url("../images/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4rem;
}

.footer .bf_des h4 {
    color: white;
}

.footer .bf_des p {
    color: white;
    padding-top: 2rem;
}

.footer h4 {
    color: white;
}

.footer .menu1 {
    padding-top: 2rem;
    color: white;
}

.footer .menu1 ul {
    color: white;
}

.footer .menu1 ul li {
    color: white;
}

.footer .menu1 ul li a {
    color: white;
    padding-left: 20px;
    position: relative;
}

.footer .menu2 {
    padding-top: 2rem;
}

.footer .menu2 ul li a {
    color: white;
    position: relative;
    padding-left: 20px;
}

.footer h4.last {
    margin-bottom: 2.5rem;
}

.footer ul li a {
    color: white;
    line-height: 30px;
    display: block;
    transition: .2s linear;
}

.footer ul li a:hover {
    color: #f5dc0c;
}

.footer #ft_menu ul li a {
    display: inline-block;
    transition: .2s linear;
}

.footer .menu1 ul li a:after,
.footer .menu2 ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: .2s linear;
}

.footer .menu1 ul li a:hover::after,
.footer .menu2 ul li a:hover::after {
    width: 80%;
    background: #f5dc0c;
}

.footer ul li a i {
    margin-right: 10px;
}

.footer ul.second li {
    color: white;
}

.footer ul.second li a {
    display: flex;
    align-items: center;
}

.footer ul.second li:last-child {
    display: flex;
    align-items: center;
}

.footer ul.second li i.fa.fa-location-arrow {
    margin-right: 10px;
}

.footer .payment {
    margin-top: 2rem;
    text-align: center;
}

.main_footer {
    border-top: 1px solid black;
    margin-top: 2rem;
    padding: 20px 0 0 0;
}

.main_footer p {
    color: white;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.main_footer img {
    float: right;
}

.article_section {
    width: 100%;
    height: 90vh;
    background-image: url("../images/article-bg.png");
    background-size: cover;
    margin-top: -180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.article_left {
    text-align: center;
}

.article_section .article_left h1 {
    color: white;
    font-size: 45px;
    padding: 1rem 11rem;
    text-transform: capitalize;
}

.article_section .article_left p {
    color: white;
    padding: 0rem 18rem;
}

.article_section .article_left .combo_btn {
    justify-content: center;
}

.banner_section .combo_img,
.article_section .combo_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.banner_section .combo_img a,
.article_section .combo_img a {
    max-width: 17% !important;
    object-fit: contain;
}

.web_section {}

.blogs_section {}

.seo_section {}

.contact_section {}

.about_section {}

.about_sec2 {
    width: 100%;
    background-image: url(../images/about-sec1-bg.png);
    background-size: cover;
    position: relative;
    /* padding: 150px 0 60px 0; */
    margin: 150px 0 60px 0;
    ;
    /* z-index: -1; */
}

.about_sec2_right {
    padding-top: 6rem;
}

.about_sec2_left img {
    position: absolute;
}

.about_sec2_left img {
    position: absolute;
    bottom: -240px;
    z-index: -1;
}

.about_sec3 {
    width: 100%;
    background-image: url(../images/about-sec2-bg.png);
    background-size: cover;
    position: relative;
    padding: 170px 0 60px 0;
}

.about_sec3_top {
    margin-bottom: 4rem;
}

.about_sec3 .about_sec3_box {
    width: 100%;
    height: 220px;
    padding: 2rem;
    box-shadow: 1px 1px 45px 15px rgb(0 0 0 / 5%);
    transition: .2s linear;
}

.about_sec3 h5 {
    color: #d0dcff;
    font-size: 30px;
}

.about_sec3 h4 {
    color: #46b8c3;
    font-size: 32px;
}

.about_sec3 p {
    color: black;
}

.about_sec3_box:hover {
    background-color: #46b8c3;
}

.about_sec3_box:hover h5,
.about_sec3_box:hover h4,
.about_sec3_box:hover p {
    color: white;
}

.about_sec3_box:hover h4>span {
    color: #f6dd0c;
}

.about_sec4 {
    width: 100%;
    background-image: url(../images/about-sec3-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.meter {
    height: 20px;
    position: relative;
    margin: 60px 0 20px 0;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: yellow;
    position: relative;
    overflow: hidden;
}

.blog-wri-box h3 {
    font-size: 26px !important;
}

.blog-wri-sec-serv {
    padding: 170px 0 150px 0 !important;
}

.blog-wri-sec-serv img {
    filter: hue-rotate(207deg);
}

.blog-wri-bx-1:before,
.blog-wri-bx-2:before,
.blog-wri-bx-3:before {
    content: '';
    position: absolute;
    left: -360px;
    right: 0;
    width: 100%;
    background: #46b8c3 !important;
    height: 100%;
    top: -270px;
    bottom: 0;
    transition-duration: 0.5s;
    z-index: -1;
}

.hd-txt,
.testi_top {
    text-align: center;
}

.hd-txt,
.testi_top {
    padding-bottom: 40px;
}

.sec5_top h4,
.hd-txt h4,
.testi_top h4 {
    color: #46b8c3 !important;
    font-size: 24px;
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hd-txt h2,
.testi_top h2 {
    font-size: 60px;
    font-size: 60px;
    text-transform: capitalize;
}

header:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f6dd0c;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
}

header.sticky::after {
    transform: scaleX(1);
    transition: all 2s;
}

.testi_top h2 {
    color: black;
}

.blog-wri-box {
    padding: 30px 40px;
    text-align: center;
    border: 1px solid #46b8c34a;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 15%);
    position: relative;
    overflow: hidden;
    height: 440px;
    z-index: 1;
}

.blog-wri-bx-1:before {
    content: '';
    position: absolute;
    left: -360px;
    right: 0;
    width: 100%;
    background: #2d305a;
    height: 100%;
    top: -270px;
    bottom: 0;
    transition-duration: 0.5s;
    z-index: -1;
}

.blog-wri-bx-1:hover::before {
    top: 0;
    left: 0;
}

.blog-wri-box:hover h3 {
    color: #fff;
}

.blog-wri-box:hover p {
    color: #fff;
}

.blog-wri-box p {
    min-height: 85px;
    font-size: 15px;
    margin-bottom: 0;
}

.blog-wri-bx-2:before {
    content: '';
    position: absolute;
    left: 400px;
    right: 0;
    width: 100%;
    background: #2d305a;
    height: 100%;
    top: 400px;
    bottom: 0;
    transition-duration: 0.5s;
    z-index: -1;
}

.blog-wri-bx-2:hover::before {
    left: 0;
    top: 0;
}

.blog-wri-bx-3:before {
    content: '';
    position: absolute;
    left: 400px;
    right: 0;
    width: 100%;
    background: #2d305a;
    height: 100%;
    top: -400px;
    bottom: 0;
    transition-duration: 0.5s;
    z-index: -1;
}

.blog-wri-bx-3:hover::before {
    left: 0;
    top: 0;
}

.blog-wri-box:hover img {
    filter: brightness(100);
}

.price-sec {
    padding: 50px 0;
    background: #f5f5f5;
}

.price-txt {
    padding-bottom: 30px;
    text-align: center;
}

.section4 .sec4_top h4,
.price-sec h4 {
    color: #46b8c3;
    font-size: 24px;
}

.price-txt h2 {
    font-size: 60px;
    padding: 10px 0;
}

.price-txt p {
    font-size: 16px;
}

.price_tabs {
    width: 100%;
}

.price_tabs table {
    width: 100%;
    text-align: center;
    border: 1px solid #46b8c34a;
    border-radius: 5px;
}

.price_tabs tr.tab-th-st {
    background: #2d305a;
    color: #fff;
    height: 100%;
}

tr.tab-tr-st {
    background: #fff;
}

.price_tabs tr.tab-th-st th {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
}

.price_tabs table th {
    text-align: center;
}

.price_tabs ul#pills-tab {
    width: 100%;
    justify-content: space-evenly;
}

.sec-price-per-page .price_tabs ul#pills-tab {
    width: 100%;
    justify-content: center;
}

.sec-price-per-page .price_tabs ul#pills-tab li {
    margin: 2px;
}

.price_tabs ul#pills-tab .nav-link.active,
.price_tabs ul#pills-tab .show>.nav-link {
    background: rgba(0, 0, 0, .6) !important;
    font-weight: 600;
    border: none;
}

.price_tabs ul#pills-tab .nav-link {
    padding: 7px 25px;
    border: 1px solid #46b8c34a;
    background-color: #46b8c3;
    color: white;
}

.price-btn-st {
    padding: 10px 25px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(42, 42, 42) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(42, 42, 42) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(42, 42, 42) 100%);
    box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 20%);
    color: #fff;
    text-transform: uppercase;
}

.price-btn-st:hover {
    background: #cd3c5d;
    color: #fff;
}

tr.tab-tr-st.tab-tr-st-2 {
    background: #f5f5f5;
}

.article_testi {
    padding: 50px 0 100px 0;
    width: 100%;
    overflow-x: hidden;
}

.article_testi .article_top {
    text-align: center;
}

.article_testi .article_top p {
    padding: 1rem 30rem;
}

.article_bottom {
    padding-top: 10rem;
}

.para-with-images {
    display: flex;
    justify-content: center;
    align-items: center;
}

.para-with-images .images {
    width: 100%;
    height: 430px;
    float: left;
}

.para-with-images .images {
    width: 100%;
}

.para-with-images .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.para-with-images .images img {
    filter: grayscale(1);
    transform: scale(0.7);
}

.para-with-images .content {
    background: #46b8c3;
    padding: 50px 20px;
    width: 100%;
    float: left;
    position: relative;
    min-height: 300px;
    border-radius: 0 4px 4px 0;
    color: white;
}

.para-with-images .content {
    display: none;
}

.para-with-images .content h3 {
    font-weight: 600;
    font-size: 21px;
}

.para-with-images .content p {
    font-size: 15px;
    padding: 15px 0px;
}

.article_bottom .nav-btn.prev-slide {
    position: absolute;
    right: 24%;
    bottom: 20px;
}

.article_bottom .nav-btn.next-slide {
    position: absolute;
    right: 14%;
    bottom: 20px;
}

.slider-counter {
    color: #203e85;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    top: 45px;
    left: 77.2%;
}

.owl-counter-span {
    font-size: 18px;
    margin-left: -5px;
}

.slider-counter img {
    padding: 0 35px;
}

.article_bottom .item.slick-slide.slick-current.slick-active.slick-center .images {
    width: 381px;
    height: 417px;
    float: left;
    margin-top: 69px;
    left: 0;
    top: -10px;
}

.article_bottom .slick-list.draggable {
    padding: 0 !important;
}

.article_bottom .item.slick-slide.slick-current.slick-active.slick-center .content {
    display: block;
}

.article_bottom .item.slick-slide.slick-current.slick-active.slick-center .images img {
    transform: scale(1);
    filter: grayscale(0);
}

.price_tabs ul#pills-tab .nav-link.active,
.price_tabs ul#pills-tab .show>.nav-link {
    background: #f6dd0c !important;
    color: black !important;
}

.price_tabs tr.tab-th-st {
    background-image: none !important;
    background: #46b8c3 !important;
}

.price-btn-st {
    background-image: none !important;
    background: #FF0000;
    color: #fff;
    font-weight: 600;
    animation: blink .4s infinite ease-in-out alternate;
    box-shadow: 10 0 3px #FF0000;
}

@keyframes blink {
    0% {
        box-shadow: 0 0 3px #FF0000;
    }
    100% {
        box-shadow: 0 0 10px #FF0000;
    }
}

.price-btn-st:hover {
    background: black !important;
    box-shadow: none !important;
    animation: unset !important;
}

section#testimonails {
    background: #fff;
    color: #fff;
    padding: 5rem 0;
    overflow-x: hidden;
}

.para-with-images .images {
    width: 350px;
    height: 430px;
    float: left;
}

#testimonails .owl-item .images {
    width: 100%;
}

.para-with-images {
    display: flex;
}

.para-with-images .images img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

#testimonails .owl-item .images img {
    filter: grayscale(1);
    transform: scale(0.7);
}

#testimonails .combo_btn a i {
    margin-right: 10px;
}

#testimonails .owl-item .content {
    display: none;
}

.para-with-images .content h3 {
    font-weight: 600;
    font-size: 21px;
}

.para-with-images .content p {
    font-size: 15px;
    padding: 15px 0px;
}

.linking-wrapper a {
    margin-right: 20px;
}

a.y-btn {
    background: #f6dd0c;
}

.y-btn i {
    font-size: 15px;
    padding-right: 5px;
}

.linking-wrapper {
    flex-flow: row wrap;
    justify-content: space-between;
}

.para-with-images .linking-wrapper a {
    display: inline-block;
    width: 159px;
    float: left;
    border: 2px solid #f6dd0c;
    padding: 10px 0px;
    border-radius: 0px;
    text-align: center;
    color: #000;
    font-size: 13px;
}

#testimonails .owl-item.active.center .content {
    display: block;
}

#testimonails .owl-item.active.center .images img {
    transform: scale(1);
    filter: grayscale(0);
}

section#testimonails .combo_btn a {
    width: 160px;
    height: 47px;
}

.footer .menu1 ul li a:before,
.footer .menu2 ul li a:before {
    content: "\f178";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    font-weight: 800;
    font-size: 16px;
    color: #f6dd0c;
    transition: .6s linear;
    animation: footer-arrow 2s infinite linear;
}

@keyframes footer-arrow {
    0% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-5px);
    }
}

.ftr_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    .second_menu a .logo {
        width: 60% !important;
        object-fit: contain;
    }
    .banner_section {
        padding-top: 2rem;
    }
    .banner_section .banner_left h1 {
        color: white;
        font-size: 60px;
    }
    .banner_right img {
        max-width: 70% !important;
    }
    .section3::before {
        width: 350px;
        height: 350px;
    }
    .main_menu ul li ul.dropdown {
        left: -360px;
    }
    .article_section {
        height: 100vh;
        padding-top: 2rem;
    }
    .section2 {
        padding: 130px 0 60px 0;
    }
    #services {
        height: 100vh;
    }
    .sec5_bottom {
        margin-top: 2rem;
    }
    .article_section .article_left h1 {
        padding: 0;
        font-size: 50px;
    }
    .combo_btn,
    .article_section .combo_img {
        margin-top: 1rem;
    }
    .blog-wri-box {
        padding: 30px;
    }
    .blog-wri-sec-serv {
        padding: 170px 0 120px 0 !important;
    }
    h3 {
        font-size: 40px;
    }
    .banner_left {
        padding-left: 225px;
    }
    .section3::after {
        right: 80px;
    }
    #testimonails {
        padding: 4rem 0 !important;
    }
    .article_testi .article_top p {
        padding: 1rem 20rem !important;
    }
    .article_bottom {
        padding-top: 0rem !important;
    }
    .section8 .slider-counter {
        left: 40%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1550px) {
    .banner_section {
        height: 100vh;
    }
    .banner_section video {
        height: 100vh !important;
    }
    .banner_left {
        padding-left: 190px !important;
    }
    .para-with-images .linking-wrapper a {
        width: 140px !important;
    }
    .banner_section .banner_left h1 {
        font-size: 40px;
        line-height: 60px;
        padding-right: 0;
    }
    .banner_section .banner_left p {
        margin: 5px 0px 5px 0;
    }
    .banner_section .combo_img,
    .article_section .combo_img {
        margin-top: 1rem;
    }
    .combo_btn {
        display: flex;
        margin-top: 1rem;
    }
    .banner_right img {
        max-width: 65% !important;
    }
    .section2 {
        padding: 190px 0 60px 0;
    }
    .sec2_bottom {
        margin-top: 0rem;
    }
    .article_section {
        height: 90vh;
    }
    .article_section video {
        height: 90vh !important;
    }
    .article_section .article_left p {
        padding: 20px 200px 0;
    }
    .contact_section {
        height: 70vh;
        padding-top: 7rem !important;
    }
}

@media only screen and (max-width: 1536px) {
    .banner_section,
    .article_section {
        padding-top: 2rem;
    }
    .banner_section .combo_img,
    .article_section .combo_img {
        margin-top: 0rem;
    }
    .combo_btn {
        margin-top: 0.5rem;
    }
    .sec1_form {
        bottom: -120px;
    }
    .section3::before {
        width: 350px;
        height: 350px;
    }
    .section6::before {
        width: 300px;
        height: 300px;
    }
    .section6::after {
        width: 350px;
        height: 350px;
    }
    .section8 .s8_testi .item {
        width: 480px;
    }
    .section8 .s8_testi .item .item_left {
        padding: 1rem;
    }
    .section8 .slick-slide {
        margin: 0 10px;
    }
    .article_section .article_left h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1460px) {
    .banner_section {
        height: 90vh;
    }
    .banner_section video {
        height: 90vh !important;
    }
    .section8 .s8_testi .item {
        width: 450px;
    }
    .section3::before {
        width: 300px;
        height: 300px;
        top: -8px;
    }
}

@media screen and (max-width: 1440px) {
    .banner_left {
        padding-left: 120px !important;
    }
    .banner_section .banner_left h1 {
        line-height: 70px;
    }
    .section3::after {
        height: 350px;
        right: 20px;
        bottom: -1px;
    }
    .section6::before {
        width: 300px;
        height: 300px;
    }
    .section6::after {
        width: 350px;
        height: 350px;
        top: -20px;
    }
    .article_section {
        height: 100vh;
    }
    .article_section video {
        height: 100vh !important;
    }
    .contact_section {
        height: 70vh;
        padding-top: 7rem !important;
    }
}

@media screen and (max-width: 1366px) {
    .main_menu ul li ul.dropdown {
        left: -400px;
    }
    h2 {
        font-size: 45px !important;
    }
    .sec2_bottom {
        margin: 0;
    }
    .banner_section .banner_left h1 {
        line-height: 40px;
        font-size: 60px;
    }
    .banner_section .banner_left p {
        margin: 20px 190px 20px 0;
    }
    .banner_section .combo_img,
    .article_section .combo_img {
        margin-top: 1rem;
    }
    .section2 {
        padding: 140px 0 60px 0;
    }
    .section3::after {
        width: 260px;
        right: 0px;
    }
    .section8 .slider-counter {
        left: 35%;
    }
    .article_section .article_left h1 {
        font-size: 50px;
        line-height: 55px;
        margin: 0;
    }
    .combo_btn {
        margin-top: 1rem;
    }
    .sec1_form {
        bottom: -110px;
    }
    .article_left {
        padding-top: 2rem;
    }
    .blog-wri-sec-serv {
        padding: 150px 0 150px 0 !important;
    }
    .about_sec3 {
        padding: 100px 0 60px 0;
    }
    .banner_section .banner_left p {
        font-size: 15px;
    }
    .banner_section .banner_left h1 {
        padding-right: 0;
        font-size: 35px;
    }
    .second_menu img.logo {
        width: 70%;
    }
}

@media only screen and (max-width: 1366px) {
    .section8 .s8_testi .item {
        width: 430px;
    }
    .advance_popup_right {
        margin-top: 0 !important;
    }
    .advance_popup .advance_popup_right form {
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 1280px) {
    .banner_section {
        height: 100vh;
    }
    .banner_section video {
        height: 100vh !important;
    }
    .banner_section,
    .article_section {
        padding-top: 3rem;
    }
    .main_menu ul li ul.dropdown {
        left: -400px;
    }
    .section8 .s8_testi .item {
        width: 400px;
    }
    .bulk-sec-01.pad-sec {
        padding: 200px 0 80px !important;
    }
    .main_menu ul li ul.dropdown {
        left: -440px;
    }
}

@media screen and (max-width: 1280px) {
    .advance_popup {
        width: 80%;
        padding: 1rem;
    }
    .combo_btn {
        margin-top: 1rem;
    }
    .combo_btn a {
        width: 185px;
        height: 45px;
    }
    .banner_left {
        padding-left: 80px !important;
        padding-top: 1rem;
    }
    .banner_section .combo_img a {
        max-width: 20% !important;
    }
    .article_section .combo_img img {
        max-width: 75% !important;
    }
    .banner_right img {
        padding-top: 2rem;
    }
    .section3::before {
        width: 250px;
        height: 250px;
        top: 18px;
    }
    .section3::after {
        height: 300px;
        right: 0px;
        bottom: -1px;
    }
    .section6::after {
        width: 300px;
        height: 300px;
        top: 0px;
    }
    .article_section,
    #services {
        height: 100vh !important;
    }
    .article_section .article_left p {
        padding: 15px 0 0 0;
        margin: 0;
    }
    .sec1_form {
        bottom: -110px;
    }
    .section2 {
        padding: 190px 0 60px 0;
    }
    .blog-wri-sec-serv {
        padding: 190px 0 150px 0 !important;
    }
    .contact_section {
        height: 90vh !important;
        padding-top: 4rem !important;
    }
}

@media screen and (max-width: 1200px) {
    h2 {
        font-size: 46px;
    }
    .bottom_menu .main_menu>ul>li:before {
        top: 7px;
    }
    .article_section,
    #services {
        height: 80vh;
    }
    .article_left {
        padding-top: 0rem;
    }
    .blog-wri-box {
        height: fit-content !important;
        padding: 15px;
    }
    .blog-wri-sec-serv {
        padding: 150px 0 90px 0 !important;
    }
    .section3::after {
        right: -60px;
    }
    .sec5_bottom ul#pills-tab .nav-item {
        width: 20%;
        margin: 10px;
    }
    .price_tabs ul#pills-tab li.nav-item {
        width: 20%;
        margin: 10px;
        text-align: center;
    }
    .price_tabs ul#pills-tab .nav-link {
        padding: 7px 5px;
    }
    .section6::after {
        width: 250px;
        height: 250px;
        top: 30px;
    }
    .section4 .sec_bottom {
        padding: 1rem;
    }
    .section4 .sec_bottom #v-pills-tab {
        padding: 1rem;
    }
    .contact_section {
        height: 70vh;
    }
    .contact_section .article_left {
        padding-top: 5rem;
    }
    .about_sec2_left img {
        bottom: -120px;
    }
    .about_sec2_right {
        padding-top: 2rem;
    }
    .blog-package {
        padding: 20px !important;
    }
    .blg-List li {
        margin-right: 5px !important;
    }
    .section4 .sec_bottom #v-pills-tabContent {
        padding: 1rem 0 0 3rem;
    }
}

@media only screen and (max-width: 1150px) {
    .section8 .s8_testi .item {
        width: 350px;
    }
    .sec1_form {
        bottom: -100px;
    }
    .sec1_form h3 {
        font-size: 27px;
    }
    .section3 .sec3_cta p {
        padding: 0 18rem;
    }
    .section8 .s8_testi .item {
        height: 310px;
    }
    .section8 .s8_testi .item .item_left p {
        margin: 1rem 0;
    }
    .section8 .s8_testi .item .item_right img {
        width: 90%;
    }
    .contact_section {
        height: 70vh !important;
        padding-top: 1rem !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    body {
        overflow-x: hidden !important;
    }
    .section3::before,
    .section3::after,
    .section6::before,
    .section6::after {
        display: none;
    }
    .footer ul li a {
        font-size: 13px !important;
    }
    .main_footer .row {
        align-items: center;
    }
    .ftr_right {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .dropdown li {
        text-align: center;
    }
    .dropdown li a {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    header {
        z-index: 444;
    }
    .section3 .sec3_cta p {
        padding: 0 6rem;
    }
    .sec1_main_form,
    .sec1_form {
        z-index: 0 !important;
    }
    .contact_section .article_left {
        padding-top: 0;
    }
    /* .ft_menu {
        display: none;
    } */
    .main_footer p {
        justify-content: center;
    }
    h2 {
        font-size: 25px !important;
    }
    .section2 {
        padding: 40px 0;
    }
    .sec2_bottom {
        margin-top: 0;
    }
    .first_menu,
    .second_menu {
        display: none;
    }
    header nav {
        display: block !important;
        height: fit-content;
    }
    nav img {
        width: 210px !important;
        padding-top: 11px;
    }
    header .checkbtn {
        display: block;
    }
    header {
        z-index: 1;
    }
    header nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #46b8c3;
        top: 10px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: -1;
    }
    header nav ul li {
        display: block;
        margin: 10px 0;
        line-height: 30px;
        position: relative;
    }
    header nav ul li a {
        font-size: 30px;
        font-weight: 600;
    }
    header a:hover,
    header a.active {
        background: none;
        color: #f6dd0c;
    }
    header #check:checked~ul {
        left: 0;
    }
    header nav ul li ul {
        position: relative;
        top: 0;
        left: 0;
        display: none;
        height: fit-content;
    }
    header {
        width: 100%;
        height: 90px;
        background-color: #46b8c3 !important;
    }
    .top_menu {
        display: none;
    }
    .banner_section,
    .article_section {
        height: fit-content !important;
        text-align: center;
        align-items: unset;
        margin-top: 0px;
        position: relative;
        overflow: hidden;
    }
    #services,
    video {
        height: 50vh;
    }
    .banner_left,
    .banner_section .banner_left h1,
    .article_section .article_left h1 {
        padding: 0 !important;
    }
    .banner_section .banner_left h1,
    .article_section .article_left h1 {
        font-size: 40px;
        line-height: normal;
    }
    .banner_section .banner_left p,
    .article_section .article_left p {
        margin: 10px 0 !important;
    }
    .banner_section .combo_img {
        justify-content: center !important;
    }
    .banner_section .combo_img a,
    .article_section .combo_img a {
        max-width: 25% !important;
    }
    .banner_right img {
        max-width: 100% !important;
        position: unset !important;
        margin-top: 1rem;
        display: none;
    }
    .sec1_main_form,
    .sec1_form {
        width: 100%;
        position: unset !important;
        transform: translateX(0px) !important;
        text-align: center;
        padding: 1rem;
    }
    .sec1_form h3 {
        font-size: 20px;
    }
    .sec1_form form {
        padding-top: 1rem;
    }
    .section3::before,
    .section3::after,
    .section6::before,
    .section6::after {
        display: none;
    }
    .section3 .sec3_cta .combo_btn,
    .section6 .sec6_cta .combo_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section3 .sec3_cta .combo_btn .btn_1,
    .section3 .sec3_cta .combo_btn .btn_2,
    .section3 .sec3_cta .combo_btn .btn_3,
    .section6 .sec6_cta .combo_btn .btn_1,
    .section6 .sec6_cta .combo_btn .btn_2,
    .section6 .sec6_cta .combo_btn .btn_3 {}
    .section4 .sec_bottom,
    .sec5_bottom ul#pills-tab,
    .sec5_bottom .sec5_box {}
    .section4 .sec_bottom #v-pills-tab {
        border-right: 0;
    }
    .section4 .sec_bottom .nav-pills .nav-link,
    .section4 .sec_bottom .nav-pills .nav-link.active,
    .section4 .sec_bottom .nav-pills .show>.nav-link {}
    .section4 .sec_bottom #v-pills-tab {
        padding: 0;
    }
    .section4 .sec_bottom .nav-pills .nav-link {
        font-size: 13px;
    }
    .section4 .sec_bottom #v-pills-tabContent {
        padding: 1rem 1rem;
    }
    .sec5_bottom {
        margin-top: 0rem;
    }
    .sec5_bottom ul#pills-tab .nav-item {
        margin: 3px;
    }
    .sec5_bottom .sec5_box .sec5_item {
        width: 30%;
        margin-top: 10px;
    }
    .section7 .sec7_item {
        margin: 0;
    }
    .section7 .sec7_item .item_img img {
        width: 30%;
        margin-left: 70px;
    }
    .section7 .sec7_item h5,
    .section7 .sec7_item ul li,
    .footer .bf_des p,
    .footer .bf_des h4,
    .footer h4,
    .footer .menu1,
    .footer .menu2,
    .footer li,
    .main_footer p,
    .main_footer {
        text-align: center;
    }
    .footer .menu2 {
        padding-top: 1rem;
    }
    .main_footer img {
        float: none;
    }
    .section8 .s8_testi .item {
        width: 400px;
        flex-direction: column-reverse;
        height: fit-content;
    }
    .section8 .s8_testi .item .item_left,
    .section8 .s8_testi .item .item_right {
        width: 100%;
    }
    .section8 .s8_testi .item .item_right img {
        width: 40%;
    }
    .section8 .s8_testi .item .item_left {
        text-align: center;
    }
    .section8 .s8_testi .item .item_left p {
        padding: 0 1rem;
        margin: 1rem 0;
    }
    .section8 .slider-counter {
        left: 4%;
    }
    .section8 .slider-counter img {
        margin: 0;
    }
    .article_section .article_left p {
        padding: 10px 0;
    }
    .blog-wri-sec-serv {
        padding: 60px 0 !important;
    }
    .blog-wri-box {
        margin-top: 10px;
    }
    .price-txt {
        padding-bottom: 20px;
    }
    .para-with-images,
    .price_tabs ul#pills-tab {}
    .para-with-images,
    .price_tabs ul#pills-tab li {
        margin: 4px;
    }
    .price-btn-st {
        font-size: 10px;
    }
    .about_sec2,
    .about_sec3 {
        padding: 20px 0 40px;
        text-align: center;
    }
    .about_sec3 .about_sec3_box {
        margin-top: 10px;
    }
    .about_sec4 h2 {
        text-align: center;
    }
    .about_sec4_left p {
        text-align: center;
    }
    .about_sec2_left img {
        position: unset;
        max-width: 50% !important;
    }
    .about_sec2_right {
        padding-top: 0rem;
    }
    .about_sec4_right {
        text-align: center;
    }
    .about_sec4_right img {
        max-width: 50% !important;
        margin: 0 auto;
        text-align: center;
    }
    .contact_right {
        text-align: center;
    }
    .contact_sec2 .contact_right .contact_btn .call_btn,
    .contact_sec2 .contact_right .contact_btn .msg_btn,
    .contact_sec2 .contact_right .contact_btn .add_btn {
        display: flex;
        align-items: center;
        margin-top: 1rem;
        justify-content: center;
        flex-direction: column;
    }
    .ftr_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .price_tabs ul#pills-tab .nav-link {
        text-align: center;
    }
    .footer ul.second li a,
    .footer ul.second li:last-child {
        justify-content: center;
    }
    .section2 .slick-list.draggable {
        padding: 40px 0 !important;
    }
    .sec2_box.slick-slide.slick-current.slick-center {
        transform: scale(1.12);
    }
    .combo_btn {
        justify-content: center;
    }
    .footer {
        text-align: center;
    }
    .bf_des img {
        width: 45%;
    }
    .blog-wri-box {
        height: fit-content;
    }
    section.blog-wri-sec-serv .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.blog-wri-sec-serv .row .col-sm-4 {
        max-width: 70%;
    }
    .blog-wri-bx-1:before {
        top: -330px;
    }
    .sec5_bottom .nav-pills .nav-link {
        font-size: 11px;
    }
    .sec5_bottom .sec5_box .sec5_item h4 {
        font-size: 16px;
        margin-top: 1rem;
    }
    .para-with-images,
    .price_tabs ul#pills-tab li {
        margin: 1px;
    }
    .price_tabs ul#pills-tab .nav-link {
        font-size: 12px;
    }
    .sec1_form form input {
        width: 25%;
    }
    .bulk-sec-01.pad-sec {
        padding: 40px 0 !important;
    }
    .bulks {
        padding-bottom: 20px;
    }
    .bulkTab li a {
        padding-left: 0;
        text-align: center;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .pkg-box {
        height: 100%;
        width: 100%;
        padding-bottom: 20px;
    }
    .blg-List>li {
        display: block;
        width: 100%;
        margin: 0 0 50px 0;
    }
    .blg-List>li.last {
        margin-bottom: 0;
    }
    .bulk-sec-01.pad-sec {
        padding: 50px 0
    }
    .pkg-wp span {
        font-size: 40px;
    }
    .pkg-box {
        width: 90% !important;
        padding: 1rem 2rem !important;
        margin: 0 auto;
    }
    .popupMaintwo {
        left: -100px !important;
    }
    .bulkTab li a {
        padding-left: 0 !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .section5 {
        width: 100%;
        background-image: none !important;
        background: #eee !important;
    }
    .section9 {
        width: 100%;
        background-image: none !important;
        background: #eee !important;
    }
    .mdn {
        display: none !important;
    }
    .dropdown li a {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        padding: 7px 0 !important;
        display: block;
        position: relative;
        transition: all .4s ease-in-out;
    }
    .dropdown li {
        display: inline-block;
        text-align: center;
        width: 90%;
        margin: 0 15px 0 0;
    }
    section.blog-wri-sec-serv .row .col-sm-4 {
        max-width: 100%;
    }
    .section3 .sec3_cta p {
        padding: 0;
    }
    .bulkTab {
        display: block;
        column-count: 2;
    }
    .bulkTab li a {
        padding-left: 0 !important;
        text-align: center !important;
    }
    .popupMaintwo {
        width: 75% !important;
        padding: 0 !important;
    }
    .popupMaintwo {
        left: 0 !important;
    }
    .bulkTab li:before {
        display: none;
    }
    .bulk-sec-01.pad-sec {
        padding-bottom: 0 !important;
    }
    h2 {
        font-size: 25px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .section4,
    .section5 {
        padding: 2rem 0;
    }
    .section4 .sec4_top h4,
    .price-sec h4 {
        font-size: 18px;
    }
    p,
    li {
        font-size: 16px !important;
    }
    .section2 {
        padding: 40px 0;
    }
    .sec2_bottom {
        margin-top: 0;
    }
    .first_menu,
    .second_menu {
        display: none;
    }
    header nav {
        display: block !important;
    }
    nav img {
        width: 210px;
        padding-top: 11px;
    }
    header .checkbtn {
        display: block;
    }
    header {
        z-index: 1;
    }
    header nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #46b8c3;
        top: 20px;
        z-index: -1;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    header nav ul li {
        display: block;
        margin: 10px 0;
        line-height: 12px;
        z-index: 222;
    }
    header nav ul li a {
        font-size: 14px;
    }
    header a:hover,
    header a.active {
        background: none;
        color: #f6dd0c;
    }
    header #check:checked~ul {
        left: 0;
    }
    header {
        width: 100%;
        height: 90px;
        background-color: #46b8c3 !important;
    }
    .top_menu {
        display: none;
    }
    .banner_section,
    .article_section {
        height: fit-content !important;
        text-align: center;
        align-items: unset;
        margin-top: 0px;
        background: #46b8c3ab !important;
        background-image: none !important;
    }
    #services,
    video {
        display: none;
    }
    .banner_left,
    .banner_section .banner_left h1,
    .article_section .article_left h1 {
        padding: 0 !important;
    }
    .banner_section .banner_left h1,
    .article_section .article_left h1 {
        font-size: 35px;
        line-height: normal;
    }
    .banner_section .banner_left p,
    .article_section .article_left p {
        margin: 10px 0 !important;
    }
    .banner_section .combo_img a,
    .article_section .combo_img a {
        max-width: 20% !important;
        margin: 0 auto;
    }
    .banner_right img {
        max-width: 100% !important;
        position: unset !important;
        margin-top: 1rem;
        display: none;
    }
    .sec1_main_form,
    .sec1_form {
        width: 100%;
        position: unset !important;
        transform: translateX(0px) !important;
        text-align: center;
        z-index: 2 !important;
        padding: 1rem;
    }
    .sec1_form h3 {
        font-size: 20px;
    }
    .sec1_form form {
        flex-direction: column;
        padding-top: 1rem;
    }
    .sec1_form form input {
        width: 100%;
        margin: 2px;
    }
    .sec1_form form input[type="Submit"] {
        width: 100% !important;
        margin: 2px;
    }
    .section3::before,
    .section3::after,
    .section6::before,
    .section6::after {
        display: none;
    }
    .section3 .sec3_cta .combo_btn,
    .section6 .sec6_cta .combo_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .section3 .sec3_cta .combo_btn .btn_1,
    .section3 .sec3_cta .combo_btn .btn_2,
    .section3 .sec3_cta .combo_btn .btn_3,
    .section6 .sec6_cta .combo_btn .btn_1,
    .section6 .sec6_cta .combo_btn .btn_2,
    .section6 .sec6_cta .combo_btn .btn_3 {
        margin-right: 0;
    }
    .section4 .sec_bottom {
        overflow-x: hidden;
    }
    .section4 .sec_bottom,
    .sec5_bottom .sec5_box {
        flex-direction: column;
    }
    .section4 .sec_bottom #v-pills-tab {
        width: 100%;
        border-right: 0;
    }
    .section4 .sec_bottom .nav-pills .nav-link,
    .section4 .sec_bottom .nav-pills .nav-link.active,
    .section4 .sec_bottom .nav-pills .show>.nav-link {
        width: 90% !important;
        text-align: center;
    }
    .section4 .sec_bottom #v-pills-tabContent {
        padding: 1rem 1rem;
        text-align: center;
    }
    .sec5_bottom {
        margin-top: 0rem;
    }
    .sec5_bottom ul#pills-tab .nav-item {
        width: 40%;
        margin: 3px;
    }
    .sec5_bottom .sec5_box .sec5_item {
        width: 90%;
        margin: 10px auto;
    }
    .section7 .sec7_item {
        margin: 0;
    }
    .section7 .sec7_item .item_img img {
        width: 40%;
        margin-left: 70px;
    }
    .section7 .sec7_item h5,
    .section7 .sec7_item ul li,
    .footer .bf_des p,
    .footer .bf_des h4,
    .footer h4,
    .footer .menu1,
    .footer .menu2,
    .footer li,
    .main_footer p,
    .main_footer {
        text-align: center;
    }
    .footer .menu2 {
        padding-top: 1rem;
    }
    .main_footer img {
        float: none;
    }
    .section8 .s8_testi .item {
        flex-direction: column-reverse;
        height: fit-content;
    }
    .section8 .s8_testi .item .item_left,
    .section8 .s8_testi .item .item_right {
        width: 100%;
    }
    .section8 .s8_testi .item .item_right img {
        width: 40%;
    }
    .section8 .s8_testi .item .item_left {
        text-align: center;
    }
    .section8 .s8_testi .item .item_left p {
        padding: 0 1rem;
        margin: 1rem 0;
    }
    .section8 .slider-counter {
        left: 4%;
    }
    .section8 .slider-counter img {
        margin: 0;
    }
    .article_section .article_left p {
        padding: 10px 0;
    }
    .blog-wri-sec-serv,
    section#testimonails {
        padding: 2rem 0 !important;
    }
    .para-with-images .images {
        height: 200px;
    }
    .hd-txt,
    .testi_top {
        padding-bottom: 10px;
    }
    .blog-wri-box {
        margin-top: 10px;
    }
    .price-txt {
        padding-bottom: 20px;
    }
    .para-with-images {
        flex-direction: column;
    }
    .price_tabs ul#pills-tab {
        flex-wrap: wrap;
    }
    .price_tabs ul#pills-tab li.nav-item {
        width: 40%;
    }
    .para-with-images,
    .price_tabs ul#pills-tab li {
        margin: 4px;
    }
    .price-btn-st {
        padding: 0;
        background: none !important;
        box-shadow: none;
        color: #46b8c3;
        font-size: 15px;
        animation: unset;
    }
    .about_sec2,
    .about_sec3 {
        padding: 20px 0 40px;
        text-align: center;
    }
    .about_sec3 .about_sec3_box {
        margin-top: 10px;
    }
    .about_sec4 h2 {
        text-align: center;
    }
    .about_sec4_left p {
        text-align: center;
    }
    .about_sec2_left img {
        position: unset;
    }
    .about_sec2_right {
        padding-top: 0rem;
    }
    .contact_right {
        text-align: center;
    }
    .contact_sec2 .contact_right .contact_btn .call_btn,
    .contact_sec2 .contact_right .contact_btn .msg_btn,
    .contact_sec2 .contact_right .contact_btn .add_btn {
        display: flex;
        align-items: center;
        margin-top: 1rem;
        justify-content: center;
        flex-direction: column;
    }
    .ftr_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .price_tabs ul#pills-tab .nav-link {
        text-align: center;
    }
    .footer ul.second li a,
    .footer ul.second li:last-child {
        justify-content: center;
    }
    .section2 .slick-list.draggable {
        padding: 40px 0 !important;
    }
    .sec2_box.slick-slide.slick-current.slick-center {
        transform: scale(1);
    }
    .combo_btn {
        justify-content: center;
    }
    .section7 .sec7_item h5 {
        margin-top: 1rem;
    }
    .section7,
    .section9 {
        padding: 2rem 0;
    }
    .section9 .sec9_bottom {
        margin-top: 2rem;
    }
    .section9 .sec9_bottom textarea {
        height: 140px;
    }
    .footer {
        padding-top: 2rem;
    }
    .footer .bf_des p {
        padding-top: 1rem;
        margin-bottom: 0 !important;
    }
    .footer h4.last {
        margin-bottom: 10px !important;
    }
    .main_footer p {
        flex-direction: column;
    }
    .table td,
    .table th {
        padding: 0;
        vertical-align: top;
        font-size: 12px;
        border-top: 1px solid #dee2e6;
    }
    .price_tabs tr.tab-th-st th {
        font-size: 12px;
    }
    .price-btn-st {
        font-size: 12px;
        animation: blink-2 .4s infinite ease-in-out alternate;
        font-weight: 500;
        color: red;
    }
    @keyframes blink-2 {
        0% {
            font-weight: 500;
        }
        50% {
            font-weight: 800;
        }
        100% {
            font-weight: 500;
        }
    }
    .price_tabs tr.tab-th-st th {
        width: 20%;
    }
    .blog-wri-box img {
        max-width: 25% !important;
        object-fit: contain;
    }
    .blog-wri-box h3 {
        font-size: 20px !important;
    }
    .blog-wri-box {
        padding: 20px 20px;
    }
    header nav ul li ul {
        position: relative;
        top: 0;
        left: 0;
        display: none;
        height: fit-content;
    }
    .blog-package .owl-nav {
        bottom: -20px !important;
    }
    .pop-h h1 {
        font-size: 26px !important;
    }
    .pop-h h2 {
        font: 30px !important;
    }
    section.thank-you {
        margin: 0 !important;
    }
    h1.display-3 {
        font-size: 40px;
    }
}

.sf-txt {
    color: #fff !important;
}

.sf-txt span {
    background-color: #ff0000 !important;
    padding: 5px;
    border-radius: 10px;
    animation: pulse2 1.5s infinite ease-in-out;
    display: inline-block;
}

@keyframes pulse2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .bottom_menu .main_menu ul li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        padding: 0px 10px;
        transition: .4s linear;
    }
}

div#accordion button.btn.btn-link.collapsed {
    white-space: normal;
}

div#accordion button.btn.btn-link {
    white-space: normal;
}

section.main-privacy.my-5.termandcond h3 {
    font-size: 25px;
}

.bf_des img.lazy {
    width: 80% !important;
}