@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
}


/***** Font Files *****/


/***** Custom Classes *****/

.btn10 {
    border: 1px solid #fff !important;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff !important;
    z-index: 10;
    display: inline-block;
    color: #000;
    font-size: 17px;
}

.btn10:hover {
    border: 1px solid #fff !important;
    color: #fff!important;
    transform: translateY(-5px);
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background-image: linear-gradient(to right, #141517, #323437);
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #323437!important;
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #ad2727!important;
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.theme_btn {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 11px 35px;
    display: inline-block;
    border-radius: 5px;
    transition: all .2s;
    border: none;
    font-family: lato;
    font-weight: 500;
    color: white;
    background-color: #0bbfe0;
}

.theme_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    color: #fff;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Abril Fatface', cursive;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Abril Fatface', cursive;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Abril Fatface', cursive;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 100;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Abril Fatface', cursive;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.main-menu.sticy {
    box-shadow: 0 0 10px 0 #000000;
    background-color: #fff;
    height: auto;
    display: block;
    position: fixed;
}

.main-menu.sticy img {
    filter: invert(1);
}

.main-menu.sticy ul li a {
    color: #000;
}

.main-menu {
    background: #fff0;
    height: 80px;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20;
    padding: 20px 0;
}

.main-menu img {
    display: block;
    margin: 0 auto;
    /* margin-top: 10px; */
    width: 200px;
}
ul.cal-nav {
    justify-content: left !important;
}

.main-menu ul {
    display: flex;
    /* padding-top: 20px; */
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    color: #fff;
    padding: 20px 18px;
    font-size: 14px;
    font-weight: 600;
}

.main-menu ul li a i {
    margin-left: 5px;
}

ul.cal-nav li a i {
    color: #00a5bd;
    font-size: 16px;
}

ul.cal-nav li a {
    font-size: 14px;
    padding: 20px 4px;
}


/*main menu*/


/*navigation*/

header {
    margin: 0;
}

.main-navigate {
    margin: 0;
    background: #fff;
    padding: 15px 3%;
}

.nav-flex {
    display: flex;
    align-items: center;
}

div#main-menu .row {
    display: flex;
    align-items: center;
}

.navigation {
    margin-top: 0px;
    text-align: center;
}

.navigation ul li a {
    color: #414141;
    padding: 0px 12px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.navigation ul li a:hover {
    color: #d60026;
}

.navigation ul li:last-child a {
    background-color: #d60026;
    padding: 10px 14px;
    border-radius: 30px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #d60026;
}

.navigation ul li:last-child a:hover {
    color: #d60026;
    background-color: #fff;
}

.navigation ul li.active a {
    color: #d60026;
}

.navigation ul li {
    display: inline-block;
    padding: 0px 0px;
}


/* END: HEADER SEC CSS */


/**/

.first-nav {
    position: absolute;
    display: none !important;
    background: #fff;
    width: 300px;
    box-shadow: 0 0 10px 0 #00000022;
    left: 0;
    top: 40px;
    z-index: 999;
}

.first-nav li a {
    line-height: 15px !important;
    transition: 0.3s ease-in-out;
    display: flex;
    color: #000 !important;
}

.first-nav li a:hover {
    background: #00a5bd;
    color: #fff;
}

.first-nav li {
    position: relative;
}

.first-nav li .first-nav {
    position: absolute;
}

.drop-box:hover .first-nav {
    display: block !important;
}

.side-drop {
    position: relative;
}

.last-nav {
    position: absolute;
    left: 100%;
    display: none !important;
    width: 300px;
    background: #fff;
    box-shadow: 10px 5px 10px 0 #00000022;
    border-left: 2px solid #00a5bd;
    top: 0;
}

.side-drop:hover .last-nav {
    display: block !important;
}

li.side-drop a i {
    margin: 0 0 0 130px !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.banner_social a {
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    margin: 0 10px 0 0;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_text_wrap img {
    margin: 0 0 30px 0;
}

.banner_text_wrap .banner_cta {
    padding: 12px 40px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    margin: 30px 0px 60px 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.banner_slider .slick-slide {
    margin-right: 0;
}

.top_banner {
    background-image: url(../images/main-banner-bg.png);
    padding-top: 100px;
    padding-left: 8.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 130px;
}

.inner_banner>img {
    width: 100%;
}

.carousel-item>img {
    width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/*MAIN BANNER STRT*/

.top_banner {
    position: relative;
}

.banner_text_wrap h1 {
    font-size: 51px;
    line-height: 1.3;
    color: #fff;
    font-weight: 400;
    margin: 0 0 40px;
}

.banner_text_wrap p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.top_banner .side_text {
    font-size: 150px;
    font-family: 'Abril Fatface';
    color: #1a1b1e;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    position: absolute;
    right: -30px;
    top: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}


/*MAIN BANNER END*/


/* PACK INFO SEC STRT */

.pack_info_sec {
    padding: 60px 0;
    position: relative;
}

.pck_info_box p {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #1a1b20;
    font-weight: 600;
}

.pck_info_box {
    padding: 50px 30px;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 2px 15px 0px #00000036;
}

.pack_info_sec .side_text {
    font-size: 182px;
    font-family: 'Abril Fatface';
    color: #000;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    position: absolute;
    left: -25px;
    top: -80px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    opacity: 0.05;
}

.sec_head h2 {
    font-size: 50px;
    line-height: 55px;
    color: #1a1b20;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: 'Poppins';
}

.sec_head h6 {
    font-size: 22px;
    line-height: 23px;
    color: #1a1b20;
    font-weight: 400;
    margin: 0;
}

.sec_head p {
    font-size: 16px;
    line-height: 26px;
    color: #3c3c3c;
    font-weight: 400;
    margin: 0;
}

.abt_client_sec {
    padding: 30px 0;
}

.abt_client_sec .row {
    padding-bottom: 40px;
    border-bottom: 1px solid #7f7f7f;
}


/* PACK INFO SEC END */


/* OBJECTIVE SEC STRT */

.obj_sec {
    padding: 40px 0 80px 0;
}


/* RESEARCH SEC SRTTR */

.research_sec {
    padding: 60px 0 0px 0;
    background-image: url(../images/reserch_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0px;
}

.txt_wht {
    color: #fff !important;
}

.res_wrap>img {
    width: 80%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50.5%, 0);
}

.res_wrap {
    margin: 70px 0 0px 0;
}

.research_slider .slick-slide img {
    width: 800px;
    margin: 34px auto 0 auto;
}

.research_slider .slick-slide {
    margin: 0;
}

.research_slider .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 20px;
    color: #000;
    opacity: 1;
}

.research_slider .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 20px;
    color: #000;
    opacity: 1;
}

.research_slider .slick-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100px;
}

.research_slider .slick-prev {
    left: -100px;
}

.research_slider .slick-next {
    right: -100px;
}

.pt-180 {
    padding-top: 180px;
}


/* RESEARCH SEC END */


/* COLOR SEC STRT */

.color_txt h3 {
    font-size: 40px;
    line-height: 45px;
    color: #1a1b20;
    font-weight: 600;
    margin: 0 0 20px;
    font-family: 'Poppins';
    padding: 10px 50px 10px 0px;
    border-top: 1px solid #fff;
    display: inline-block;
}

.font_color_sec {
    background-image: url('../images/font-color-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.color_box {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 25px;
}

.clr_pk {
    height: 250px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.color_box p {
    margin: 40px 0 0 0;
}

.bg_yellow {
    background-color: #ffcc00;
}

.bg_black {
    background-color: #000;
}

.bg_grey {
    background-color: #2f3134;
}

.bg_wht {
    background-color: #fff;
}

.font_bottom_box h5 {
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: 'Poppins';
}

.font_bottom_box p {
    color: #fff;
    font-weight: 400;
}

.font_bottom_box h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.font_bottom_box {
    padding: 30px 0 0px 0;
    border-top: 1px solid #fff;
}


/* COLOR SEC END */


/* foter start */

section.logo_sec {
    padding: 80px 0;
}

section.client_section.pb_8 {
    padding: 50px 0;
}

section.featured_sec.pb_8 {
    padding: 0px 0;
}

footer {
    background: #7ccfdb;
    padding-top: 6%;
    position: relative;
    /* margin-top: 10%; */
}

footer:after {
    content: '';
    position: absolute;
    background: url(../images/fot-after.png);
    width: 5%;
    height: 16%;
    right: -8px;
    top: -9%;
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1.8s;
}

footer::before {
    content: '';
    position: absolute;
    background: url(../images/lets-get-advrtz-after.jpg);
    top: -30%;
    width: 18%;
    height: 42%;
    left: 0%;
    z-index: -1;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1.8s;
}

.logo-fot p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    margin-top: 30px;
    color: #000;
    width: 80%;
}

.logo-fot ul {
    display: flex;
    gap: 23px;
    margin: 48px 0;
}

.logo-fot ul li i {
    font-size: 28px;
    color: #000;
}

footer h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 29px;
    color: #000;
    padding-top: 1%;
    margin-bottom: 30px;
}

.srvs-fot ul li a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.srvs-fot ul li {
    margin-bottom: 4%;
}

.srvs-fot-lnk ul li a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.srvs-fot-lnk ul li {
    margin-bottom: 4%;
}

.srvs-fot-lnk {
    margin-top: 60px;
}

.suport ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.suport ul li {
    margin-bottom: 8%;
}

.suport ul li a span {
    font-weight: 600;
}

.suport p {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

ul.fot-btm {
    display: flex;
    gap: 10px;
}

ul.fot-btm img {
    border-radius: 5px;
    height: 50px;
    object-fit: contain;
}

.advrtzd-frm:before {
    height: 113%;
    width: 118%;
    content: '';
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    left: -75px;
    z-index: -1;
    top: -51px;
}

.pb_8 {
    padding-bottom: 80px;
}

section.tab_sec.pb_8 {
    margin-top: 10%;
}

li.btn-head a {
    color: #fff !important;
}

li.btn-head {
    color: #fff !important;
    background: #00a5bd;
    border-radius: 10px;
    padding: 5px 10px;
}


/* foter end */

@keyframes blinkin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transition: scale(1);
    }
}

@-webkit-keyframes run {
    0% {
        right: 0;
    }
    50% {
        right: 20px;
    }
    100% {
        right: 0;
    }
}


/* case sec css */



.case-sec {
    padding: 80px 0;
}


.case-form ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

.case-form ul li {
    flex: 1;
}

.case-form ul li input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #e6e6e6;
    border: 0;
    border-radius: 5px;
    color: #3c3c3c;
}

.case-form ul li input::placeholder {
    color: #3c3c3c;
}

.case-form ul li button {
    width: 100%;
    height: 50px;
    background: #ffcc00;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
}

    .location_wwrpp {
        background: #7ccfdb;
        padding-top: 50px;
        padding-bottom: 0;
    }

        .location_wwrpp h2 {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 40px;
        color: #000;
        margin-bottom: 40px;
    }

    .location_wwrpp ul>li>a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #000;
        display: block;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

    .location_wwrpp ul>li>a:after {
        position: absolute;
        content: "";
        background: #000;
        width: 7px;
        height: 7px;
        left: 0;
        top: 7px;
        border-radius: 50%;
    }

    .location_wwrpp ul {
        margin: 0;
    }

    .footer_top_newsletter {
        background-color: #7ccfdb;
        padding-top: 60px;
        position: relative;
    }

    .footer_top_newsletter > .container {border-bottom: 2px solid #fff;padding-bottom: 50px;}

    .footer_top_newsletter ul {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
    }

    .footer_top_newsletter ul > li > span {
        color: #000;
        font-size: 27px;
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .footer_top_newsletter ul > li {
        font-size: 17px;
        color: #000;
        line-height: 1.3;
        font-weight: 600;
    }

    .newsletter_form_wrp {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        position: relative;
        text-align: center;
    }

    .newsletter_form_wrp>h3 {
        font-size: 19px;
        font-weight: bold;
    }

    .newsletter_form_wrp>form {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newsletter_form_wrp>form>input {
        width: 60%;
        height: 50px;
        padding: 10px;
        border: 0;
        background: #7ccfdb47;
        border-radius: 5px;
    }

    .newsletter_form_wrp>form>input::placeholder {
        color: #000;
        font-size: 18px;
    }

    .newsletter_form_wrp>form>button {
        width: 40%;
        border: 0;
        background: #001316;
        color: #fff;
        border-radius: 5px;
        height: 50px;
    }
.logo-fot > img {
    width: 50%;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
    ul.cal-nav li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    html {
        overflow-x: hidden;
    }
    .main-menu ul li a {
        color: #fff;
        padding: 20px 5px;
        font-size: 13px;
        font-weight: 600;
    }
    
    li.btn-head {
        padding: 2px 10px;
    }
    
    ul.cal-nav li a {
        font-size: 10px;
        padding: 20px 0px;
    }
    .banner_text_wrap p {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }
    
    .pck_info_box {
        padding: 40px 10px;
    }
    
    .pck_info_box p {
        margin: 0;
        font-size: 17px;
    }
    
    .sec_head h2 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .research_slider .slick-slide img {
        width: 580px;
        margin: 22px auto 0 auto;
    }
    
    .clr_pk {
        height: 150px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
    }



}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu {
        height: auto;
        padding: 20px 0;
    }
    .main-menu ul {
        padding-top: 0px;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }
    .main-menu img {
        width: 50%;
        margin: 0 auto 5% auto;
    }
    .main-menu ul li a {
        font-size: 12px;
        padding: 0 5px;
    }
    .sec_head h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    html {
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .main-menu ul {
        padding-top: 0px;
        margin-bottom: 5px;
        flex-wrap: nowrap;
    }
    .main-menu img {
        width: 50%;
        margin: 0 auto 5% auto;
    }
    .main-menu ul li a {
        font-size: 11px;
        padding: 0 5px;
    }
    .banner_text_wrap h1 {
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin: 0 0 20px;
    }
    .banner_text_wrap h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .banner_text_wrap p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec_head h2 {
        font-size: 25px;
        line-height: 1.2;
    }
    .main-menu {
        height: auto;
    }
    .sec_head h2 span {
        padding: 6px 10px 6px 10px;
        font-size: 22px;
    }
    .sec_head h2 {
        font-size: 22px;
        line-height: 1.2;
    }
    .sec_head {
        margin-bottom: 20px;
        text-align: center !important;
    }
    html {
        overflow-x: hidden;
    }
    .banner_text_wrap {
        text-align: center;
    }
    
    .drop-box:hover .first-nav {
        display: block !important;
        z-index: 99;
        padding: 6px;
        width: 270px;
        margin-left: -120px;
    }
    
    .first-nav li a {
        line-height: 25px !important;
        transition: 0.3s ease-in-out;
        display: flex;
        align-items: center;
    }
    
    .top_banner {
        padding-top: 170px;
        padding-left: 0;
        padding-bottom: 120px;
    }
    
    .top_banner .side_text {
        font-size: 70px;
        right: -26px;
    }
    
    .banner_text_wrap .banner_cta {
        padding: 7px 30px;
        margin: 10px 0px 20px 0px;
        font-size: 15px;
    }
    
    .banner_social a {
        margin: 0;
    }
    
    .banner_social {
        justify-content: center !important;
        gap: 10px;
    }
    
    .pck_info_box {
        margin: 10px 0;
    }
    
    .pack_info_sec {
        padding: 20px 0;
    }
    
    .sec_head p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .order-2 {
        order: unset !important;
    }
    
    .obj_sec .row.align-items-center {
        margin-bottom: 50px;
    }
    
    .obj_sec {
        padding: 40px 0 30px 0;
    }
    
    .research_sec {
        padding: 60px 0 0px 0;
        background-size: cover;
    }
    
    .res_wrap {
        margin: 10px 0 0px 0;
    }
    
    .research_slider .slick-slide img {
        width: 272px;
        margin: 11px auto 0 auto;
    }
    
    .res_wrap>img {
        width: 100%;
        margin: 0 auto;
         left: unset; 
         transform: unset; 
    }
    
    .color_txt h3 {
        font-size: 20px;
        line-height: 25px;
        color: #1a1b20;
        font-weight: 600;
        margin: 0 0 20px;
        font-family: 'Poppins';
        padding: 10px;
        border-top: 1px solid #fff;
        display: block;
        text-align: center;
    }
    
    .color_box {
        margin: 10px 0;
    }
    
    .case-form ul {
        flex-direction: column;
    }
    

}

@media only screen and (min-width: 300px) and (max-width: 519px) {

    .main-menu ul {
        padding-top: 0px;
        margin-bottom: 5px;
        flex-wrap: nowrap;
    }
    .main-menu img {
        width: 50%;
        margin: 0 auto 5% auto;
    }
    .main-menu ul li a {
        font-size: 11px;
        padding: 0 5px;
    }
    .banner_text_wrap h1 {
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin: 0 0 20px;
    }
    .banner_text_wrap h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .banner_text_wrap p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec_head h2 {
        font-size: 25px;
        line-height: 1.2;
    }
    .main-menu {
        height: auto;
    }
    .sec_head h2 span {
        padding: 6px 10px 6px 10px;
        font-size: 22px;
    }
    .sec_head h2 {
        font-size: 22px;
        line-height: 1.2;
    }
    .sec_head {
        margin-bottom: 20px;
        text-align: center !important;
    }
    html {
        overflow-x: hidden;
    }
    .banner_text_wrap {
        text-align: center;
    }
    
    .drop-box:hover .first-nav {
        display: block !important;
        z-index: 99;
        padding: 6px;
        width: 270px;
        margin-left: -120px;
    }
    
    .first-nav li a {
        line-height: 25px !important;
        transition: 0.3s ease-in-out;
        display: flex;
        align-items: center;
    }
    
    .top_banner {
        padding-top: 170px;
        padding-left: 0;
        padding-bottom: 120px;
    }
    
    .top_banner .side_text {
        font-size: 70px;
        right: -26px;
    }
    
    .banner_text_wrap .banner_cta {
        padding: 7px 30px;
        margin: 10px 0px 20px 0px;
        font-size: 15px;
    }
    
    .banner_social a {
        margin: 0;
    }
    
    .banner_social {
        justify-content: center !important;
        gap: 10px;
    }
    
    .pck_info_box {
        margin: 10px 0;
    }
    
    .pack_info_sec {
        padding: 20px 0;
    }
    
    .sec_head p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .order-2 {
        order: unset !important;
    }
    
    .obj_sec .row.align-items-center {
        margin-bottom: 50px;
    }
    
    .obj_sec {
        padding: 40px 0 30px 0;
    }
    
    .research_sec {
        padding: 60px 0 0px 0;
        background-size: cover;
    }
    
    .res_wrap {
        margin: 10px 0 0px 0;
    }
    
    .research_slider .slick-slide img {
        width: 272px;
        margin: 11px auto 0 auto;
    }
    
    .res_wrap>img {
        width: 100%;
        margin: 0 auto;
         left: unset; 
         transform: unset; 
    }
    
    .color_txt h3 {
        font-size: 20px;
        line-height: 25px;
        color: #1a1b20;
        font-weight: 600;
        margin: 0 0 20px;
        font-family: 'Poppins';
        padding: 10px;
        border-top: 1px solid #fff;
        display: block;
        text-align: center;
    }
    
    .color_box {
        margin: 10px 0;
    }
    
    .case-form ul {
        flex-direction: column;
    }
            
    
    
    
    
    
    
    

}



/* new header design */


.new_dropdown_wrp {
    position: absolute;
    width: 1400px;
    background: #fff;
    left: -550px;
    top: 40px;
    padding: 20px;
    box-shadow: 0 0 10px 0 #00000022;
    border-radius: 5px;
    display: none;
    padding-top: 70px;
}

.new_dropdown_wrp > * {
    width: 50%;
    display: flex;
    position: relative;
}

.new_dropdown_wrp > * > ul > li a {
    font-size: 14px !important;
    padding: 5px 5px !important;
    display: block;
    transition: 0.2s ease-in-out;
    width: fit-content;
    font-weight: 300;
}

.new_dropdown_wrp > * > * {
    width: 33.333333%;
}

.new_dropdown_wrp > * > ul > li a:hover {
    background: #00a5bd;
    color: #fff;
}

.new_dropdown_wrp > .new_dropdown_wrp_left {
    position: relative;
}

.new_dropdown_wrp > .new_dropdown_wrp_left:after {
    position: absolute;
    content: "";
    background: #00a5bd;
    width: 2px;
    height: 100%;
    right: 20px;
}

.main-menu ul li:hover .new_dropdown_wrp {
    display: flex;
}

.new_dropdown_wrp > * > span {
    position: absolute;
    top: -47px;
    left: 5px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #00a5bd;
    width: fit-content;
    padding-bottom: 3px;
}

ul#menu {
    display: none;
}

.new_dropdown_wrp > .new_dropdown_wrp_left > ul {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
}

.new_dropdown_wrp > .new_dropdown_wrp_right > ul {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
}

.new_dropdown_wrp > * > ul > li a {
    color: #000 !IMPORTANT;
    font-weight: 400 !IMPORTANT;
}

/* new header design */

@media only screen and (min-width: 1400px) and (max-width: 1500px) {

    /* new header menu responsive */

	.new_dropdown_wrp {
	    width: 1150px !IMPORTANT;
	    left: -445px;
	}

	.new_dropdown_wrp > * > ul > li a {
	    font-size: 12px !IMPORTANT;
	}

	/* new header menu responsive */

}

@media only screen and (min-width: 1366px) and (max-width: 1399px) {


    /* new header menu responsive */

	.new_dropdown_wrp {
	    width: 1150px !IMPORTANT;
	    left: -445px;
	}

	.new_dropdown_wrp > * > ul > li a {
	    font-size: 12px !IMPORTANT;
	}

	/* new header menu responsive */

}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    /* new header menu responsive */

    .main-menu ul li a {
	    padding: 0;
	}

	.main-menu ul {
	    justify-content: space-between;
	}

	.main-menu ul.cal-nav {
	    justify-content: left;
	}

	.new_dropdown_wrp {
	    width: 1150px !IMPORTANT;
	    left: -445px;
	}

	.new_dropdown_wrp > * > ul > li a {
	    font-size: 12px !IMPORTANT;
	}

	ul.cal-nav li a {
	    font-size: 12px;
	}

	/* new header menu responsive */

}


@media only screen and (min-width: 520px) and (max-width: 767px) {

	/* new css header responsive */

    ul#menuu {
	    display: none;
	}

	 .main-menu {
        position: inherit ! IMPORTANT;
        padding: 20px 0px ! IMPORTANT;
    }

	.main-menu .col-lg-3 > a {
	    position: absolute;
	    top: 10px;
	    width: 50%;
	}

	.main-menu .col-lg-3 > a > img {
	    width: 100%;
	}

	.slicknav_menu {
	    background-color: #00a4bc63;
	}

	.slicknav_nav a {
	    color: #000;
	}

	.slicknav_nav a:hover {
        background: #00a5bd;
    }

	.slicknav_nav .slicknav_item a > i {
	    display: none;
	}

	.drop-box .first-nav {
	    background: #9cdce5 !important;
	    width: 360px !important;
	    z-index: 2 !IMPORTANT;
	    padding: 10px !IMPORTANT;
	    border-radius: 5px !important;
	    height: auto !IMPORTANT;
	    position: relative !important;
	    top: 0 !important;
	    left: 0 !IMPORTANT;
	    margin-left: 20px !IMPORTANT;
	    display: none !IMPORTANT;
	}

	.slicknav_open > .first-nav {
	    display: block !IMPORTANT;
	}

	.slicknav_open > .last-nav {
	    display: block !important;
	}

	.side-drop .last-nav {
	    background: #9cdce5;
	    z-index: 3;
	    padding: 10px;
	    top: 0;
	    left: 0;
	    border-radius: 5px;
	    height: auto;
	    z-index: 2;
	    position: inherit;
	    display: none !IMPORTANT;
	}

	.main-menu ul li a {
	    color: #000;
	}

	.main-menu ul.cal-nav {
	    justify-content: space-between !IMPORTANT;
	}

	/* new css header responsive */

}


@media only screen and (min-width: 300px) and (max-width: 519px) {

	    /* new css header responsive */

    ul#menuu {
	    display: none;
	}

	 .main-menu {
        position: inherit ! IMPORTANT;
        padding: 20px 0px ! IMPORTANT;
    }

	.main-menu .col-lg-3 > a {
	    position: absolute;
	    top: 10px;
	    width: 50%;
	}

	.main-menu .col-lg-3 > a > img {
	    width: 100%;
	}

	.slicknav_menu {
	    background-color: #00a4bc63;
	}

	.slicknav_nav a {
	    color: #000;
	}

	.slicknav_nav a:hover {
        background: #00a5bd;
    }

	.slicknav_nav .slicknav_item a > i {
	    display: none;
	}

	.drop-box .first-nav {
	    background: #9cdce5 !important;
	    width: 360px !important;
	    z-index: 2 !IMPORTANT;
	    padding: 10px !IMPORTANT;
	    border-radius: 5px !important;
	    height: auto !IMPORTANT;
	    position: relative !important;
	    top: 0 !important;
	    left: 0 !IMPORTANT;
	    margin-left: 20px !IMPORTANT;
	    display: none !IMPORTANT;
	}

	.slicknav_open > .first-nav {
	    display: block !IMPORTANT;
	}

	.slicknav_open > .last-nav {
	    display: block !important;
	}

	.side-drop .last-nav {
	    background: #9cdce5;
	    z-index: 3;
	    padding: 10px;
	    top: 0;
	    left: 0;
	    border-radius: 5px;
	    height: auto;
	    z-index: 2;
	    position: inherit;
	    display: none !IMPORTANT;
	}

	.main-menu ul li a {
	    color: #000;
	}

	.main-menu ul.cal-nav {
	    justify-content: space-between !IMPORTANT;
	}

	/* new css header responsive */

}