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

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

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

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

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

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

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

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

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

img {
    max-width: 100%
}


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

@font-face {
    font-family: 'gilroy';
    src: url(../fonts/Gilroy-SemiBold.ttf);
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

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

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

.over-flow-h {
    overflow: hidden;
}

.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: 'gilroy';
    font-size: 64px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 30px;
}

h2 {
    font-family: 'gilroy';
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'gilroy';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'gilroy';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'gilroy';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'gilroy';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #7c7c7c;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #222222;
    padding: 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: all ease-in 0.3s;
}

.menuSec ul li a:hover {
    color: #1e90ff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}

/*header css start */

/*banner css start */

.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 [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*/

/* header */

.menuSection .container-fluid {
    padding: 0 20%;
}

.header-logo {
    text-align: center;
}

.menuSection {
    padding: 40px 0;
}

/* header */

/* banner */

.main_slider .container-fluid {
    padding: 0 20%;
}

.banner_text {
    text-align: center;
}

.banner_text h3 {
    font-size: 30px;
    background-color: #1e90ff;
    color: #fff;
    padding: 30px 70px 0;
    border-radius: 10px 10px 0px 0px;
    width: fit-content;
    margin: 0 auto;
}

.bnr_whitebox {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 60px;
}

.banner_text ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin: 30px 0;
}

.themebtn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #1e90ff;
    color: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    overflow: hidden;
    transition: color 0.3s ease, border 0.3s ease;
}

.themebtn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #000;
    z-index: -1;
    border-radius: 10px;
    transition: height 0.4s ease;
}

.themebtn:hover::before {
    height: 100%;
}

.themebtn:hover {
    border: 1px solid #1e90ff;
    color: #1e90ff;
}

.banner_text h2 {
    color: #000;
    font-size: 30px;
}

.banner_text h2 a {
    font-family: 'gilroy';
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #000;
}

.banner_text h2 a:hover {
    color: #1e90ff;
    border-bottom: 1px solid #1e90ff;
}

.d-block {
    display: block;
}

.bnr_bg img {
    height: 770px;
    width: 100%;
    object-fit: cover;
}

/* banner */

/* icon banner */

.icon_banner {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.icon_banner_main h4 {
    font-size: 20px;
}

.icon_banner_main {
    text-align: center;
}

.icon_banner_main img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* icon banner */

/* services */

.services {
    padding: 120px 0;
}

.services h2 {
    text-align: center;
    margin-bottom: 50px;
}

.services_content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

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

.serpaddingright {
    padding-right: 30px;
    border-right: 1px solid #cccccc;
}

.serpaddingleft {
    padding-left: 20px;
}

/* services */

/* our prices */

.themebtn2 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    overflow: hidden;
    transition: color 0.3s ease, border 0.3s ease;
}

.themebtn2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #000000;
    z-index: -1;
    border-radius: 10px;
    transition: height 0.4s ease;
}

.themebtn2:hover::before {
    height: 100%;
}

.themebtn2:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.price_btn {
    text-align: end;
}

.price_heading h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.price_heading p {
    color: #a9d0f7;
}

.pricetable thead tr th {
    font-size: 25px;
    font-family: 'gilroy';
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #cccccc !important;
    padding: 20px 30px;
    text-align: center;
}

.pricetable tbody tr td {
    font-size: 18px;
    font-family: 'gilroy';
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #cccccc;
    padding: 20px 30px;
    text-align: center;
    border-radius: 10px;
}

.price {
    background: url(../images/service-bg.jpg);
    /* background-repeat: no-repeat;
    background-size: cover; */
    background-attachment: fixed;
    padding: 70px 0;
    position: relative;
}

.price::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #1e8fffe3;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.price .container {
    position: relative;
    z-index: 2;
}

.pricetable table {
    background-color: #fff;
    border-radius: 10px;
}

.pricetable tbody tr:last-child td {
    border-bottom: none !important;
}

.pricetable thead tr th:first-child,
.pricetable tbody tr td:first-child {
    text-align: left !important;
}

.pricetable tbody tr:hover {
    background-color: #f7f7f7;
    cursor: pointer;
    border-radius: 10px;
}

/* our prices */


/* about */

.abt {
    padding: 180px 0;
}

.abt_left p {
    margin-bottom: 30px;
}

.abt_left {
    padding-right: 50px;
}

.abt_right img {
    height: 535px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* about */

/* why choose us */

.wcu {
    background: url(../images/wcu-bg.jpg);
    /* background-repeat: no-repeat;
    background-size: cover; */
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}

.wcu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #1e8fffe3;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.wcu .container {
    position: relative;
    z-index: 2;
}

.wcu_left h2,
.wcu_left h4 {
    color: #ffffff;
}

.wcu_left h4 {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.wcu_left p {
    color: #add3fa;
}

.wcu_left ul li {
    margin: 30px 0;
    position: relative;
    padding-left: 35px;
}

.wcu_left ul li::before {
    position: absolute;
    content: '';
    background: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -3px;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.wcu_left {
    padding-right: 50px;
}

.wcu_right form textarea {
    height: 100px;
    resize: none;
}

.wcu_right form input,
.wcu_right form select,
.wcu_right form textarea {
    font-family: 'Poppins';
    font-size: 14px;
    padding: 15px 20px;
    border: none;
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
    width: 100%;
    color: #b2b2b2;
    text-align: start;
    border-radius: 10px;
}

.wcu_right form button {
    width: 100%;
}

.wcu_right form select {
    background: #fff url(../images/down.png) no-repeat 95%;
}

.wcu_right form input::placeholder,
.wcu_right form select,
.wcu_right form textarea::placeholder {
    color: #7c7c7c !important;
}

.wcu_right h2 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.wcu_right {
    padding: 40px 40px;
    border-radius: 10px;
    background-color: #ffffff;
}

/* why choose us */

/* smart solutions */

.solutions {
    padding: 0 0 120px;
}

.solutions_img {
    position: relative;
}

.solutions_img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px;
}

.solutions_txt h2 {
    margin-bottom: 10px;
}

.solutions_txt p {
    margin-bottom: 30px;
}

.solutions_txt h4 {
    color: #333333;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.solutions_txt h4::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/checkblue.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    z-index: 1;
}

.solutions_txt ul li {
    margin-bottom: 20px;
}

.solutions_txt ul {
    column-count: 2;
    margin-bottom: 20px;
}

.solutions_txt {
    padding: 0 0px 0 20px;
}

/* smart solutions */

/* testimonial sec starts  */

section.etstimonial-sec {
    padding: 120px 0;
}

.testimonial-slidder .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
    margin: 0 20px;
}

.testi-card-info img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    border-radius: 50%;
}

.inrflxtes {
    display: flex;
    align-items: center;
    gap: 25px;
}

.testi-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.testi-card-info p {
    font-size: 16px;
    transition: all ease-in 0.3s;
}

.testi-card-info h3 {
    font-size: 18px;
    color: #000;
    transition: all ease-in 0.3s;
}

.testi-card-info i {
    font-size: 50px;
    color: #e5e5e5;
    transition: all ease-in 0.3s;
}

p.desination {
    font-size: 12px !important;
    transition: all ease-in 0.3s;
}

.testi-card {
    padding: 30px 30px;
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    transition: all ease-in 0.3s;
}

.testi-card>p {
    padding: 10px 0;
    transition: all ease-in 0.3s;
}

.testimonial-heading {
    margin-bottom: 40px;
}

.testi-card:hover i {
    color: #4ba6ff;
}

.testi-card:hover {
    background-color: #1e90ff;
    border-radius: 20px;
    border: 1px solid transparent;
}

.testi-card:hover h3,
.testi-card:hover p {
    color: #ffffff;
}

.testi-card:hover>p {
    color: #d2e9ff;
}

.testimonial-slidder .slick-prev {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #1e90ff;
    left: -8%;
    transition: all ease-in 0.3s;
}

.testimonial-slidder .slick-prev:hover,
.testimonial-slidder .slick-next:hover {
    background: #1e90ff;
}

.testimonial-slidder .slick-prev:hover:before,
.testimonial-slidder .slick-next:hover:before {
    color: #ffffff;
}

.testimonial-slidder .slick-next {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #1e90ff;
    right: -8%;
    transition: all ease-in 0.3s;
}

.testimonial-slidder .slick-prev:before,
.testimonial-slidder .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    color: #1e90ff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease-in 0.3s;
}

/* testimonial sec startsends*/

/* footer */

.footerSec {
    background-color: #000;
}

.ftr_links h5 {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer-top {
    padding: 100px 0 40px;
    border-bottom: 1px solid #454545;
    text-align: center;
}

.ftr_links {
    padding: 50px 0;
}

.ftr_links ul li a {
    color: #909090;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    transition: all ease-in 0.3s;
}

.ftr_links ul li a:hover {
    transform: translateX(10px);
    color: #1e90ff;
    text-decoration: underline;
}

.footer-btm {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #454545;
}

.copy-txt p {
    color: #fff;
}

.ftr_links form input {
    background-color: #fff;
    border: none;
    font-size: 14px;
    color: #000;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
}

.ftr_links form input::placeholder {
    color: #7c7c7c;
}

.ftr_links form {
    margin-top: 20px;
    position: relative;
}

.ftr_links form button {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #1e90ff;
    border-radius: 10px;
    height: 100%;
    padding: 0 23px;
    border: none;
}

.ftr_links form button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.ftr_links form button:hover::before {
    width: 100%;
}

.ftr_links form button:hover {
    border: 1px solid #1e90ff;
    color: #1e90ff;
}

ul.ulcolcount {
    padding-right: 100px;
    column-count: 2;
}

/* footer */
    
    html,body{
        overflow-x: hidden;
    }
    ul#menu_head {
    display: none;
}

/*Media Query Start*/

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

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

}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .main_slider .container-fluid {
    padding: 0 7%;
}

.services {
    padding: 90px 0;
}

.abt {
    padding: 90px 0;
}

.wcu .col-lg-7{
    width:50%;
}
.wcu .col-lg-5{
    width:50%;
}

section.etstimonial-sec {
    padding: 90px 0;
}

ul.ulcolcount {
    padding-right: 0;
}

.solutions {
    padding: 0 0 80px;
}
.testimonial-slidder .slick-prev {
    left: -4%;
}

.testimonial-slidder .slick-next {
    right: -4%;
}

.menuSection .container-fluid {
    padding: 0 12%;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSection .container-fluid {
    padding: 0 5%;
}

.main_slider .col-lg-12.col-md-8.col-sm-4.align-self-center {
    width: 100%;
}

.main_slider .container-fluid {
    padding: 0 5%;
}
.banner_text h3 {
    padding: 30px 40px 0;
}

h1 {
    font-size: 50px;
    margin: 0px 0 10px;
}

.icon_banner .col-lg-2 {
    width: 50%;
}
 
 .icon_banner_main {
    padding: 10px;
    margin-bottom: 20px;
}

.services .col-lg-6 {
    width: 50%;
}

.services {
    padding: 80px 0;
}

.services h2 {
    margin-bottom: 40px;
}
h2 {
    font-size: 39px;
}

.abt {
    padding: 80px 0;
}
.abt_right img {
    height: 500px;
}


.etstimonial-sec .col-md-6 {
    width: 90%;
}
section.etstimonial-sec {
    padding: 80px 0;
}
.testimonial-slidder .slick-prev {
    left: -4%;
}

.testimonial-slidder .slick-next {
    right: -4%;
}

.solutions  .col-lg-6 {
    width: 50%;
}
.solutions_img img {
    width: 100%;
    height: 400px;
}

.solutions_txt {
    padding: 0;
}

.solutions {
    padding: 0 0 80px;
}

.solutions_txt h4 {
    font-size: 16px;
}

.wcu .col-lg-7 {
    width: 50%;
}
.wcu .col-lg-5 {
    width: 50%;
}

.wcu_left {
    padding-right: 0;
}

.wcu_right {
    padding: 30px 20px
}
.wcu_right h2 {
    font-size: 26px;
    margin-bottom: 0px;
}

.abt .col-lg-6 {
    width: 50%;
}
.abt_left {
    padding-right: 0;
}

ul.ulcolcount {
    padding-right: 0;
}

.footerSec .col-md-4 {
    width: 50%;
}
.footerSec .col-md-3 {
    width: 50%;
}
.footerSec .col-md-2 {
    width: 50%;
}
.ftr_links {
    padding: 30px 0;
}
.menuSection .col-lg-4.col-md-6.col-sm-4.d-none.d-md-block {
    width: 33.3%;
}

.menuSection .col-lg-4.col-md-3.col-sm-4 {
    width: 33.3%;
}

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


  
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    
    .main_slider .container-fluid {
    padding: 0 10%;
}
    
 .banner_text h3 {
    font-size: 25px;
    padding: 30px 50px 0;
 }
    
 .bnr_whitebox {
    padding: 30px 30px;
 } 
 
 h1 {
    font-size: 32px;
        margin: 0 0 20px;
 }
 
 .banner_text h2 {
    font-size: 27px;
}

.icon_banner .col-lg-2 {
    width: 50%;
}
 
 .icon_banner_main {
    padding: 10px;
    margin-bottom: 20px;
}

.main_slider .col-lg-12.col-md-8.col-sm-4.align-self-center {
    width: 100%;
}
 
 .serpaddingright {
    padding-right: 0;
    border-right: none;
}
 .serpaddingleft {
    padding-left: 0;
}

.services_content ul li {
    margin-bottom: 20px;
}
.services {
    padding: 60px 0;
}
h2 {
    font-size: 30px !important;
}

.price .col-lg-8 {
    width:100%;
}
.price .col-lg-4 {
    width:100%;
}
.price_btn {
    text-align: center;
}

.pricetable thead tr th {
    font-size: 20px;
}
.pricetable tbody tr td {
    font-size: 17px;
}
.price {
    padding: 60px 0;
}

.abt {
    padding: 60px 0;
}

.abt_right img {
    margin-top: 20px;
    height: 400px;
}
.abt_left p {
    margin-bottom: 10px;
}
.wcu {
    padding: 60px 0;
}
.wcu_left {
    padding-right: 0;
}
.wcu_right {
    padding: 30px 20px;
}

section.etstimonial-sec {
    padding: 60px 0 100px;
}

.testi-card {
    padding: 20px 20px;
}

.testimonial-slidder .slick-slide {
    margin: 0 10px;
}

.slick-prev, .slick-next {
    top: 115%;
}
.testimonial-slidder .slick-prev {
    left: 40%;
}

.testimonial-slidder .slick-next {
    right: 40%;
}

.solutions_img img {
    height: 400px;
    margin-bottom: 20px;
}

.solutions_txt {
    padding: 0;
}

.solutions {
    padding: 0 0 60px;
}
ul.ulcolcount {
    padding-right: 0;
}

.ftr_links {
    padding: 30px 0;
}
.ftr_links ul li a {
    margin-bottom: 10px;
}

.footerSec .col-sm-12 {
    width: 50%;
}

.footer-top {
    padding: 60px 0 30px;
}

h4 {
    font-size: 20px;
    margin: 0 0 20px;
}
h3 {
    font-size: 30px;
    margin: 0 0 10px;
}

.menuSec {
        padding: 20px 0 0;
}

.menuSection .container-fluid {
    padding: 0 10%;
}


.menuSection {
    padding: 20px 0;
}


.menuSection .row {
    justify-content: center;
}

body .vc_custom_1764851020180{
    margin-top: 0 !important;
}

}

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

.menuSection {
    padding: 10px 0;
}

.menuSection .container-fluid {
    padding: 0 5%;
}
    
.main_slider .container-fluid {
    padding: 0 5%;
}

.bnr_whitebox {
    border-radius: 5px;
    padding: 20px 20px;
}

.banner_text h3 {
    font-size: 12px;
    padding: 15px 50px 15px;
    border-radius: 5px 5px 0px 0px;
}

p {
    font-size: 12px;
    line-height: 1.6;
}

.bnr_bg img {
        height: 650px;
}

h1 {
    font-size: 20px;
    margin: 0 0 10px;
}

.themebtn {
    font-size: 11px;
    padding: 10px 20px;
    border-radius: 5px;
}

.banner_text ul {
    gap: 5px;
    margin: 10px 0;
}

.banner_text h2 {
    font-size: 16px;
}

.icon_banner_main {
    margin-bottom: 10px;
    padding: 20px;
}

.icon_banner_main img {
    height: 50px;
    width: 50px;
     margin-bottom: 20px;
}

.icon_banner_main h4 {
    font-size: 17px;
}

.services h2 {
    margin-bottom: 20px;
}
h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.services_content h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.serpaddingright {
    padding-right: 0px;
    border-right: none;
}

.serpaddingleft {
    padding-left: 0;
}
.services_content ul li {
    margin-bottom: 15px;
}

.services {
    padding: 30px 0;
}

.price .col-lg-8 {
    width:100%;
}
.price .col-lg-4 {
    width:100%;
}
.price_btn {
    text-align: center;
}

.price_heading h4 {
    margin-bottom: 10px;
}

.abt {
    padding: 40px 0;
}

.abt_left {
    padding-right: 0;
}
.abt_left p {
    margin-bottom: 10px;
}

.abt_right img {
    height: 250px;
    border-radius: 5px;
}

.wcu_left {
    padding-right: 0;
}
.wcu_left ul li::before {
    top: 2px;
    height: 15px;
    width: 15px;
}

.wcu_left ul li {
    margin: 20px 0;
    padding-left: 25px;
}

.wcu {
    padding: 40px 0;
}

.wcu_right {
    padding: 30px 10px;
    border-radius: 5px;
}

.wcu_right form input, .wcu_right form select {
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 0px;
    border-radius: 5px;
    height: 40px;
}
section.etstimonial-sec {
    padding: 40px 0;
}

.testimonial-heading {
    margin-bottom: 20px;
}

.testi-card {
    height: 210px !important;
}
.testi-card {
    padding: 20px 20px;
    border-radius: 5px;
}

.testimonial-slidder .slick-prev:before, .testimonial-slidder .slick-next:before {
    font-size: 12px;
}
.testimonial-slidder .slick-prev {
    width: 30px;
    height: 30px;
    left: -4%;
}

.testimonial-slidder .slick-next {
    width: 30px;
    height: 30px;
    right: -4%;
}

.inrflxtes {
    flex-direction: row-reverse;
}

.testi-card-info i {
    font-size: 40px;
}
.testi-card-info h3 {
    font-size: 14px;
}
.solutions_img img {
    height: 250px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.solutions_txt {
    padding: 0;
}

.solutions_txt h4 {
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.solutions_txt h4::before {
    height: 14px;
    width: 14px;
}

.solutions_txt ul li {
    margin-bottom: 10px;
}

.solutions_txt p {
    margin-bottom: 20px;
}

.solutions_txt ul {
    margin-bottom: 10px;
}

.solutions {
    padding: 0 0 40px;
}
h4 {
    font-size: 17px;
}

.footer-top {
    padding: 40px 0 30px
}

.ftr_links {
    padding: 20px 0;
}

.ftr_links ul li a {
    margin-bottom: 5px;
    font-size: 12px;
}

.ftr_links h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

ul.ulcolcount {
    padding-right: 0;
}
.ftr_links form {
    margin-top: 10px;
}

.ftr_links form input {
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 5px;
}

.ftr_links form button {
    border-radius: 5px;
}

.wcu_right h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.themebtn2 {
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 5px;
}
 
 .pricetable tbody tr td {
    font-size: 12px;
    padding: 10px 10px;
 }
 
 
 .pricetable thead tr th {
    font-size: 14px;
    padding: 10px 10px;
 }
 
 .price {
    padding: 40px 0
 }
 
 h3 {
    font-size: 17px;
     margin-bottom: 10px;
 }
 
 .price .row.pt-5 {
    padding-top: 20px !important;
}

.menuSec {
    padding: 10px 0;
}

body .text-innerban h2 {
    font-size: 30px;
}

body .innerbanner {
    height: 200px;
}


.menuSection .row {
    justify-content: center;
}
body .vc_custom_1764851020180{
    margin-top: 0 !important;
}
    
}

/*Media Query End*/




























