:root {
  --background-color: #f1f1f1;
  --hover-color: rgb(102, 40, 245);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #406ca1;
}
.full-height {
    background-image: linear-gradient(rgb(189 189 189 / 0%), rgb(0 123 255 / 24%));
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
body {
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
}
.container {
  width: 1140px;
  margin: 0 auto;
}

.row-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.newClass{
    background-color:#fff;
}
nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-image: linear-gradient(rgb(248 251 255 / 0%), rgb(248 251 255 / 29%));
    z-index: 999999;
}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

/* normal menu css */

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  font-size: 14px;
  color: #353535;
  padding: 20px 15px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: rgb(46 96 166);
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 250px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 13px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}
.padding-75{
    padding-top:75px;
    padding-bottom:75px;
}
.padd-75{
    padding-top:75px;
    padding-bottom:20px;
}
.about-signified{
    padding-left:100px;
    padding-right:100px;
}
.professional {
    display: flex;
}
.pro-icon img {
    width: 75px;
    padding: 5px;
}
.pro-text {
    margin-left: 20px;
}
.professional {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc3;
}
.about-section {
    padding-right: 75px;
    padding-top: 100px;
}
.group-features {
    text-align: center;
    box-shadow: 2px 2px 40px #ccc;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    height: 220px;
    border-radius: 5px;
    border-top: 10px solid #406ca1;
}
img.man-right {
    width: 90%;
    margin-right: -25px;
}
ul.world-impact-list {
    column-count: 3;
    text-align:center;
}



 .review-full {
            display: none;
        }

        .review-short {
            display: inline;
        }

        .read-more {
            color: #ba1fb5;
            cursor: pointer;
            text-decoration: underline;
        }

        .client-images {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }

        .client-review-details {
            margin-bottom: 20px;
        }

        .client-name ul {
            list-style: none;
            padding: 0;
        }

        .client-name ul li {
            display: inline;
            color: #f39c12;
            margin-right: 5px;
        }

        .client-name h6 {
            margin: 5px 0;
        }

        .client-name p {
            margin: 0;
        }


img.impact-list {
    width: 75px;
    margin-bottom: 10px;
}
ul.world-impact-list h6 {
    color: green;
}
ul.world-impact-list h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
ul.world-impact-list li {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
}
.world-impact-background {
    background-image: url(img/world-impact-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.world-impact-background h1, .world-impact-background p{
    color: #fff;
}
.world-impact-background p{
    margin-bottom:30px;
}
img.client-images {
    width: 30px;
}
.client-name ul {
    padding: 0;
    display: inline-flex;
    margin-bottom: 5px;
}
.client-name ul li {
    padding: 0px 2px;
}
.client-name ul li .fa {
    color: #dfa804;
}
.client-name h6 {
    margin-bottom: 0;
}
.client-review-details {
    background-color: #fbfbfb;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 30px 5px;
    border-bottom: 10px solid #406ca1;
}
img.client-images {
    width: 75px;
    background-color: #fff;
    padding: 10px;
    border-radius: 0px;
    height:75px;
}
.f-f-columns img {
    width: 100px;
    margin-bottom: 10px;
}
.footer ul {
    padding: 0;
}
section.footer {
    padding: 50px 0px 10px 0px;
    background-image: linear-gradient(#000000ab, #00000080), url(img/world-impact-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 60%;
    color: #fff;
}
section.footer ul li a {
    color: #fff;
    line-height: 26px;
}
.f-f-columns img {
    width: 150px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
}
.f-f-columns a {
    color: #fff;
}
.footer h5 {
    border-bottom: 1px solid #cccccc2b;
    padding: 5px 0px 5px;
    color:#fff;
}
.copyright h6 {
    margin-bottom: 0;
    font-weight: 400;
    padding: 8px 0px;
}
.copyright {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer h6 {
    padding-top: 20px;
}
section.footer h6 {
    padding-top: 0;
    font-weight: 400;
    color:#fff;
}
.margin-bottom-75{
    margin-bottom:75px;
}
section.fs-background {
    background-image: linear-gradient(rgb(230 232 235 / 55%), #e9ecefba);
    padding: 0px 0px 75px 0px;
}
section.faq {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.slick-dots li button:before {
    font-size: 18px;
    line-height: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    color:#42689e;
}
.marquees{
    font-size:24px;
    text-transform:uppercase;
}
.pd-1-30{
    padding-top:75px !important;
}
.pbt-30{
    padding-bottom:50px;
}
.benefit-items{
    border:1px solid #ffffff;
    padding:15px;
    border-radius:5px;
    margin-top:20px;
    background-color:#ffffff;
    height:120px;
}
ul.service-list {
    column-count: 5;
}
ul.service-list li {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.slick-dots li.slick-active button:before {
    color: #42689e;
}
button.btn.btn-outline-primary {
    border: 2px solid #5780ba;
    color: #5780ba;
    font-weight: 400;
    text-transform: uppercase;
}
.cat-title h6 {
    color: #fff;
}
/* ---------------------------------------- */
.logo-responsive {
    width: 120px;
    padding-top: 2px;
}
.logo-responsive-center {
    width: 250px;
    padding-top: 2px;
}

.fas.fa-angle-down {
    padding-left: 8px;
}
.sub_menu li {
    position: relative;
    border-bottom: 1px #cccccc2e dotted;
    padding: 5px 0px 0px 0px;
}
.sub_menu li:last-child{
    border:none;
}
.main_menu ul {
    margin-bottom: 0;
}
.main_menu ul{
    padding:0px;
}

video {
    object-fit: cover !important;
    border-radius: 15px;
}

.cat-pro img{
    width:100%;
    border-radius:15px;
    object-fit:cover;
    height:270px;
}
.cat-pro {
    padding: 0px 10px 0px 0px;
    overflow: hidden !important;
}

.hero-section{
    padding-top:120px;
    padding-bottom:75px;
}
.text-center.show-search {
    width: 600px;
    margin: 30px auto 50px auto;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px;
    padding: 0px 25px;
    
}
input.form-control.rounded {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    padding-left: 20px;
    border-right:none;
    
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #3eb9f3;
    border-color: #3cbaf4;
}
.my-slider.slick-initialized.slick-slider {
    margin-bottom: 10px;
}
.cat-title {
    position: absolute;
    z-index: 999999;
    bottom: 5px;
    color: #fff;
    margin-left: 20px;
    background-color: #2d60a7c9;
    padding: 8px;
    padding-bottom: 0;
    border-radius: 50px;
    text-align: center;
}

/* ****************** Breadcurms ************** */
.breadcurm{
    margin-top:100px;
    background-image
}
.breadcurm {
    margin-top: 83px;
    background-image: url(image/sits-breadcurms.jpg);
    padding: 75px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.breadcurm-heading h1 {
    color: #fff;
}
.breadcurm-heading a{
    color:#fff;
}
.main-contact{
    padding-top:75px;
}
.green{
    background-color:#82dcff;
}
.red {
    background-color: #d4f3ff;
}
.more {
    background-color: #b2dbeb;
}



.phone.condetails {
    margin-bottom: 20px;
    padding: 25px 15px 15px 15px;
    height: 100px;
    width: 500px;
    border-radius: 5px;
    overflow:hidden;
}
.details a {
    color: #000;
    font-size: 18px;
}
 

/* ---------------------------------------- */
.phone.condetails {
    display: flex;
}
.details {
    padding-left: 15px;
    padding-top: 10px;
}
#frmContact input, #frmContact textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #cccccccf;
}
button.button-default {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #3868b0;
    color: #fff;
}
.icon .fa {
    background-color: white;
    padding: 3px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 44px;
    color: #3868b0;
}

.ourpresance {
    background-image: url(image/banner-bg-3.jpg);
    margin-top: 75px;
    padding: 75px;
}
.single-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #cccccc29;
    margin-top:50px;
}
.single-item-image.overlay-effect img {
    margin-bottom: 20px;
}
.contact-text .fa {
    margin-right: 10px;
}

/* **************     franchise          ****************** */
 
.franchise-hero {
    background-image: linear-gradient(#fffffff0, #ffffffe8), url(image/franchise.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 75px;
}
.franchiseform{
    background-color:#ffffff;
    padding:20px;
    border-radius:5px;
}
ul.flist li {
    border-bottom: 1px solid #3868b03d;
    padding: 15px 0px;
    text-transform: uppercase;
}
ul.flist{
    padding:0px;
}
ul.flist .fa {
    padding-right: 10px;
}
.franchise-second {
    padding: 75px 0px;
}
img.f-image {
    border-radius: 15px;
}
section.requestbrochure h1 {
    color: #fff;
}
.requestbrochure {
     
    background-image: linear-gradient(#0000009c, #000000a6), url(image/sits-breadcurms.jpg);
    padding: 75px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.requestbrochure .btn {
    background-color: #3868b0;
    border: none;
    border-radius: 3px;
}

section.franchisee-models h1 {
    margin-bottom: 30px;
}
.franchisee-models {
    padding: 75px;
}
.franchisee {
    background-color: #e9ecef69;
    padding: 15px;
    height: 330px;
    border-radius: 5px;
}
.client-logo ul {
    column-count: 6;
}
.benefit-item {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    height: 150px;
    margin-bottom: 30px;
}
.benefit-section.padd-30 h1 {
    margin-bottom: 30px;
}
.btn.btn-primary {
    background-color: #3868b0;
    border: none;
    margin-top: 10px;
}
.owner-image{
    width:100%;
}
.clients{
    padding:75px 0px 0px 0px;
}
.client-logo ul li img {
    border-top: 1px solid #cccccc42;
    border-bottom: 1px solid #cccccc42;
    border-right: 1px solid #cccccc42;
    border-left: 1px solid #cccccc42;
    width: 100%;
    margin-bottom: 20px;
}
.about-full {
    padding: 75px;
}
.welcome-message{
    padding:0px 100px;
}
.about-full p{
    text-align:justify;
}
.m-50{
    margin-top:50px;
}
.about-image {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}
.padding-right-20{
    padding-right:30px;
}
.owner-image {
    width: 100%;
    border-radius: 15px;
}
.about-full ul {
    padding: 0;
}
.about-full ul li .fa{
    padding-right:10px;
}
.largest-manufacturer {
    width: 100%;
    height: 550px;
    padding-right: 50px;
}
#thankYouPopup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #40beee;
            padding: 50px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            text-align:center;
            color:#ffffff;
            font-size:24px;
            font-weight:400;
            border-radius:15px !important;
        }
        #closePopup{
            margin-top:30px;
            border:none;
            background-color:#3868b0;
            padding:5px 30px;
            color:#ffffff;
            border-radius:5px;
        }
/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 14px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 8px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
.main_menu ul {
    padding: 0px;
}

  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }
  .about-signified{
      padding:15px;
  }
.padd-75{
    padding-top:30px;
}
.benefit-item{
    height:175px;
    margin-top:0px;
}
section.fs-background{
    padding:0px 0px 30px 0px;
}
.single-slider-pro img{
    width:100%;
}
ul.service-list, .client-logo ul{
    column-count:2;
    padding-left:0px;
    font-size:14px;
}
ul.world-impact-list{
    padding:0px;
}
.clients{
    padding-top:30px;
}
#thankYouPopup{
    width:80%;
}

.padding-75{
    padding-top:30px;
    padding-bottom:30px;
}
  nav {
    padding: 5px 30px;
    background-color:#ffffff;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}