@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap');
/* font-family: 'Montserrat', sans-serif;
font-family: 'Great Vibes', cursive; */
 

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white: #fff;
  --black: #000;
  --white2:#f3f3f3;
  --grey-top:#262626;
  --heading:#000c1d;
  --orange1:#ff5e14;
  --bannertext:#fe5000;
  --paragraph:#131212;
  --navigation:#001021;
  --testi-item:#f0f0f0;
  --testi-user-name:#131212;
  --faq-question:#eaeaea;
  --faq-question-border:#c3c3c3;
  --yellow:#fdc236;
  --blue:#00a2e8;
}

ul{margin:0;
padding: 0;
list-style-type: none;
}


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 18px;
  overflow-x: hidden;
}

/* 
img {
  width: auto;
}  */

/* =================HEADER============================== */

header {
  position: relative;
  padding: 2px 80px;
  z-index: 999;
  background: #000;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  color: #fff;
}
.header-container .logo img{
  width: 270px;
}
nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
}

nav a {
  text-decoration: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

nav a:hover {
  color:#ed1c24;

}

.hamburger {
  display: none;
  cursor: pointer;
}
.fa-bars{font-size: 40px;}

@media (max-width: 768px) {
  .toggle {
    transition: ease-in-out 550ms;
    transform: translate(0px);
    opacity: 1;
    display: block;
  }

  .header-container {
    width: 100%;
    padding: 0 1rem;
  }

  nav ul {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    backdrop-filter: blur(10px);
    transform: translateX(-500px);
    opacity: 0;
  }
  nav a{color: #fff;}
  nav li {
    padding: 1rem;
    cursor: pointer;
  }

  nav li:hover {
    background: hsla(0, 0%, 0%, 0.7);
  }

  .hamburger {
    display: block;
  }
}



/* ==========BANNER CAROUSEL================================== */



.three{position: relative;
}
.three .banner-text{position:absolute;
top: 0;
left: 0;
transform: translate(20%, 80%);
}

.three  .banner-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size:50px;
  line-height:70px;
  color: var(--white);
  font-weight: 800;
  padding: 0 0 30px 0;
}

.three  .banner-text h1 span{color:#ed1c24;
}

.three  .banner-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height:45px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 0;
}
.three  .banner-text .banner-btn{ 
  font-family: 'Montserrat', sans-serif;
  font-size:20px;
  line-height:25px;
  color: var(--white);
  font-weight: 600;
background:#ed1c24;
padding: 15px 45px;
text-decoration: none;
}

.three .banner-text .banner-whatsapp {
	background: linear-gradient(180deg, #091441 0%, #2E396F 100%);
	color: #fff;
}





/* ================================BOTTOM HEADER HERE================================== */
/* nav a{display: none;} */
.bottom-head{z-index: 9999; display: none;}




/* ================================BANNER BOTTOM================================== */


.banner-bottom{
  padding: 0 80px;
}
.banner-bottom .child{
  padding: 40px 40px 20px 40px;
  border-radius: 0 0 5px 5px; 
}


.banner-bottom .c-one{background: var(--white2);
  display: flex;
}
.banner-bottom .c-one img{padding: 15px 15px 0 0;}
.banner-bottom .c-one h4{
font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--grey-top);
  margin-bottom: 0;
}
.banner-bottom .c-one p{
  font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: var(--grey-top);
    padding: 6px 0 0 0;
  }

  .banner-bottom .c-two{background:var(--yellow);
    display: flex;
  }
  .banner-bottom .c-two img{padding: 15px 15px 0 0;}
  .banner-bottom .c-two h4{
  font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color:var(--black);
    margin-bottom: 0;
  }
  .banner-bottom .c-two p{
    font-family: 'Montserrat', sans-serif;
      font-size: 15px;
      line-height: 20px;
      font-weight: 500;
      color:var(--black);
      padding: 6px 0 0 0;
    }
.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height: 45px;
}
.text-left{
  text-align: left !important;
}
/******CSS END*******/

@media (max-width: 1200px) {

  .float {
    position: fixed;
    width: 55px !important;
    height: 55px !important;
    margin: 0;
    bottom: 60px !important;
    /* right: 17px !important; */
  }

  .float2 {
    position: fixed;
    width: 55px !important;
    height: 55px !important;
    bottom: 60px !important;
    margin: 0;
    /* left: 20px !important; */
  }

  .my-float {
    margin-top: 9px !important;
    color: #fff;
    z-index: 1;
    width: 40px;
  }

  .my-float2 {
    margin-top: 9px !important;
    color: #fff;
  }

}

.float {
  position: fixed;
  bottom: 165px;
  right: 19px;
  z-index: 99;
  width: 46px;
  height: 46px;
}
.ecom-item img{
  width: 100%;
  height: 520px;
}
.float2 {
  position: fixed;
  width: 46px;
  height: 46px;
  bottom: 165px;
  left: 19px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
}

.my-float {
  width: 50px;
  color: #fff;
}

.my-float2 {
  margin-top: 12px;
  color: #fff;
  width: 50px;
}

    .banner-bottom .c-three{background:var(--grey-top);
      display: flex;
    }
    .banner-bottom .c-three img{padding: 15px 15px 0 0;}
    .banner-bottom .c-three h4{
    font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      color:var(--white);
      margin-bottom: 0;
    }
    .banner-bottom .c-three p{
      font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        color:var(--white);
        padding: 6px 0 0 0;
      }
  

/* =================================MAN SECTION===================================== */

/**********CSS********/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
  }

.policy-section {
  padding: 60px 0;
}
.policy-container {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.terms-section {
  padding: 60px 0;
}
.terms-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}
.terms-card h1 {
	font-weight: 700;
	color: #2f2f2f;
	margin-bottom: 20px;
	font-size: 30px;
}
.terms-card h5 {
  margin-top: 30px;
  font-weight: 600;
  color: #343a40;
}
.terms-card p {
  color: #555;
  line-height: 1.7;
}
.terms-card ul {
  list-style-type: disc;
  margin-left: 20px;
  color: #555;
}
.disclosure-section {
  padding: 60px 0;
}
.disclosure-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.disclosure-card h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.disclosure-card p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}
.highlight {
  color: #007bff;
  font-weight: 600;
}
.disclaimer-section {
  padding: 80px 0;
}

.disclaimer-card {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.disclaimer-card h1 {
  font-weight: 700;
  color: #444;
  margin-bottom: 25px;
  font-size: 27px;
  text-transform: uppercase;
}

.disclaimer-card p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

.disclaimer-card strong {
  color: #007bff;
}

@media (max-width: 768px) {
  .disclaimer-card {
    padding: 30px;
  }
  .man-section{
    padding: 60px 0px !important;
  }
}
.policy-container h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  font-size: 30px;
}
.policy-container h4 {
  color: #000;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.policy-container p {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

.img-thumbnail {
	background-color: #fff;
	border-top: none;
	border-radius: 10px;
	max-width: 100%;
	height: auto;
	border-bottom: none;
	box-shadow: 0 0 20px #0000000f;
	padding: 0px;
}

.my-gl .thumb img{
  width: 100%;
  height: 300px;
}
 .contact-section {
  padding: 80px 0;
}
.contact-section h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.contact-info {
	margin-bottom: 40px;
}
.contact-section {
  padding: 80px 0;
}
.contact-left h6 {
  color: #c2a65b;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-left h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}
.contact-left h2 span {
  color: #d4af37;
}
.contact-left p {
  color: #555;
  margin-bottom: 30px;
}
.contact-left .btn {
  border-radius: 0;
  font-weight: 500;
  padding: 10px 25px;
}
.btn-blue {
  background-color: #00aaff;
  color: #fff;
  border: none;
}
.btn-blue:hover {
  background-color: #0088cc;
}
.btn-yellow {
  background-color: #f5c542;
  color: #000;
  border: none;
}
.btn-yellow:hover {
  background-color: #e0b530;
}
.contact-form {
  background: linear-gradient(135deg, #d63031, #ff7675);
  padding: 30px;
  border-radius: 8px;
  color: #fff;
}
.contact-form h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-form p {
  font-size: 14px;
  color: #f5f5f5;
  margin-bottom: 25px;
}
.contact-form .form-control, 
.contact-form select {
  border-radius: 4px;
  border: none;
  margin-bottom: 15px;
}
.contact-form .btn-submit {
  background-color: #0099ff;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
}
.contact-form .btn-submit:hover {
  background-color: #007acc;
}
.contact-section p {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.contact-info {
  margin-bottom: 30px;
}
.contact-info h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-info p {
  margin: 0;
  color: #444;
  text-align: left;
}
.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}
.btn-primary {
  background-color: #00aaff;
  border: none;
  padding: 10px 30px;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #0088cc;
}
/*********CSS END***********/

.man-section{background: url(https://nontradecementmanufacting.com/wp-content/uploads/2025/02/aleksey-malinovski-554106-unsplash.jpg);
background-size:cover;
background-repeat: no-repeat;
background-position: center;
/* margin:150px 0 0 0; */
padding: 160px 0px;
}
.topbar ul{
  display: ruby-base;
}
.topbar ul li:last-child{
  padding-left: 20px;
}
.topbar {
	background: #f61b23;
	padding: 10px 0px;
	color: #fff;
	font-weight: 600;
}
.contact-section {
    padding: 60px 0;
  }
  .contact-form {
    background: #f61b23;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  .contact-form h2 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
  }
  .form-control {
    border-radius: 10px;
    box-shadow: none !important;
    border-color: #ced4da;
  }
  .btn-custom {
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    transition: 0.3s;
  }
  .btn-custom:hover {
    background-color: #0056b3;
  }
.man-section .man-section-area-para {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	color: var(--white);
	width: 100%;
	
	text-align: center;
	margin: 0;
}

.man-section .man-image{position: relative;
right: 0;
bottom:104px;
}


/* =================================REASON SECTION===================================== */


/*.reason-section{margin-top: -104px;}*/

.reason-section .reason-section-area div:nth-child(2){
  background: #00274f;
  width: 50%;
  padding: 50px;
}
.reason-section .reason-section-area div:nth-child(2) h1{
 font-weight: bold;
 color:#fff;
}

.reason-section .reason-section-area div:nth-child(2) ol li{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color:var(--white);
  margin-top: 15px;
 }
    




/* ================================ABOUT US================================== */
.dfws{
  background-image: linear-gradient(180deg, #091441 0%, #2E396F 100%);
  padding: 100px 0;
}
.aboutus {
  margin: 0px 0;
  position: relative;
}

.aboutus .aboutarea div:nth-child(1) {
  padding: 0 100px 0 0;
}

.aboutus .aboutarea div:nth-child(2) h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 35px;
  color:var(--heading);
  font-weight: 700;
  margin-bottom: 0;
  padding:15px 0;
  width: 100%;
}

.aboutus .aboutarea div:nth-child(2) h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 25px;
  color:var(--grey-top);
  font-weight: 600;
  margin-bottom: 0;
}

.aboutus .aboutarea div:nth-child(2) p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraph);
  font-weight: 500;
}

.aboutus .about-btn{
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  line-height:22px;
  color:var(--black);
  font-weight: 600;
background:var(--yellow);
padding: 12px 40px;
text-decoration: none;
}
.about-btn{
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  line-height:22px;
  color:var(--black);
  font-weight: 600;
background:var(--yellow);
padding: 12px 40px;
text-decoration: none;
}
.aboutus .founded{
  background: #ed1c24;
  padding:25px;
  font-family: 'Montserrat', sans-serif;
  font-size:20px;
  line-height:25px;
  color: var(--white);
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(330px, 421px);
  text-align: center;
}

.aboutus .founded span{font-family: 'Montserrat', sans-serif;
  font-size:50px;
  line-height:60px;
  color: var(--white);
  font-weight: 600;
}
.aboutus .m-bottom{margin-bottom: 40px;
}

/* ================================PRODUCTS================================== */

.product{
  /* background:url(../images/product-bg.jpg); */
  background-size: cover;
  padding:80px 0;
  background-image: linear-gradient(180deg, #091441 0%, #2E396F 100%);
}
.product .child{margin:16px 0 0 0;
}


.product h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 45px;
  color:var(--heading);
  font-weight: 700;
  margin-bottom: 0;
  padding:10px 0;
  text-align: center;
}

.product h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 25px;
  color:var(--grey-top);
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.product h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height:30px;
  color:var(--white);
  font-weight: 600;
  background: var(--orange1);
  padding: 10px 0;
  text-align: center;
}


.product h3 {
  font-size: 26px;
  line-height: 30px;
  color: var(--white);
  font-weight: 600;
  background: var(--orange1);
  padding: 10px 0;
  text-align: center;
}
.product .product-detail .product-btn:hover{background: var(--yellow);
  color: var(--black);
}

/* ===============================PRODUCT DETAILS ON HOVER================================== */


.card {
  transition: 0.4s all ease-in;
  border: none;
  margin: 25px auto;
  width: auto;
}

.card-img-top {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.carousel-control-next-icon {
  padding: 0 4px 0 0;
}
.product_price {
  float: right;
  font-family: lato;
  color: #6b7270;
  font-size: 20px;
  font-weight: 400;
}

.product-detail {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(223, 217, 217, 0.75);
  transition: all 0.35s;
  text-align: center;
  box-sizing: border-box;
}



.card .product-detail h5 {
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}

.card .product-detail .subheading {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.card .product-detail blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
}
.card:hover .product-detail {
  height: calc(92%);
  padding-top: 100px;
}


/* ================================FAQ================================== */

.faq{margin: 100px 0;
}


.faq h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 45px;
  color:var(--heading);
  font-weight: 700;
  margin-bottom: 0;
  padding:10px 0;
  text-align: center;
}

.faq h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 25px;
  color:var(--grey-top);
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.faq .faq-area{margin: 25px 0 0 0;}
.faq .faq-area div:nth-child(1) img{padding: 0 50px 0 0;
}

.faq_container {
  border-bottom: 2px solid #ddd;
}
.faq_question {
  padding: 10px 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: var(--faq-question);
  border: 1px solid var(--faq-question-border);
  margin: 10px 0 0 0;
  border-radius: 2px;
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  /* box-shadow: rgba(255, 94, 20, 1) 0px 1px 4px; */
  box-shadow: rgba(0, 162, 232, 1) 0px 1px 4px;

}
.answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
  
}
.answer p{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color:var(--paragraph);
  font-weight: 400;
}

.fqa_headline_container h2 span {
  font-weight: 700;
}
.faq_question-text h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--black);
  font-family: 'Montserrat', sans-serif;
}

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}
.icon:hover {
  cursor: pointer;
}
.icon-shape {
  position: relative;
  width: 50px;
  height: 50px;
}

.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 20px;
  background: #000;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}
.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}


/* ================================SERVICE================================== */


.service{margin: 100px 0;
}

.service h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 45px;
  color:var(--heading);
  font-weight: 700;
  margin-bottom: 0;
  padding:0 0 20px 0;

}


.service p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraph);
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 0 10px 0;
  text-align: left;
}

.service .faq-area div:nth-child(2){padding: 0 0 0 60px;
}


/* ================================EXPERT================================== */


.expert{
background:url(../images/product-bg.jpg);
background-size: cover;
  padding: 80px 0;

}

.expert h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 45px;
  color:var(--heading);
  font-weight: 700;
  margin-bottom: 0;
  padding:0 0 20px 0;

}


.expert p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraph);
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 0 10px 0;
  text-align: left;
}

.expert .faq-area div:nth-child(1){
  padding: 0 60px 0 0;
}



/* ================================RETAIL ORDER================================== */

.order {
	padding: 60px 0;
	background-image: linear-gradient(180deg, #091441 0%, #2E396F 100%);
}
.order i {
	background: #f61b23;
	font-size: 46px;
	width: 60px;
	height: 59px;
	text-align: center;
	line-height: 61px;
	border-radius: 50%;
	color: #fff;
	padding: 2px 0;
  margin-bottom: 15px;
}
.order .child{border-radius: 2px;
  min-height:260px;
  width: 100%;
}
.order .ord-one{background:#ed1c24;
margin: 0 20px 0 0;
display: flex;
align-items: center;
justify-content: center;
}
.order h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 38px;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.order h2 a{color: #000;
  text-decoration: none;
  font-size: 25px;
}
.order .ord-two{
  /* background:url(../images/help-pic.png); */
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order .order-btn{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color:var(--grey-top);
  font-weight: 600;
  background:var(--yellow);
  padding: 12px 38px;
  text-decoration: none;
  display: table;
  margin: 15px auto;
}



/* ================================FOOTER================================== */


footer{background:var(--paragraph);
padding: 80px 0 0px 0;
}

footer p{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color:var(--white);
  font-weight: 400;
  padding: 15px 0 0 0;
}

.f-border-botttom .rtrd img{
  width: 250px;
}
footer h5{ 
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  color:var(--white);
  font-weight: 600;
}


footer ul li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 40px;
  color:var(--white);
  font-weight: 400;
  text-decoration: none;
}

footer ul li a:hover{
  color: #ed1c24;
}

footer ul li{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height:25px;
  color:var(--white);
  font-weight: 400;
  text-decoration: none;
 
}

footer .footer-contact ul li{ margin:15px 0 0 0;}

footer .f-border-botttom{
  /* border-bottom: 1px solid var(--white); */
  padding: 0 0 40px 0;
}

footer .copyright {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: var(--white);
	font-weight: 400;
	text-align: center;
	background: #f61b23;
	margin: 0;
	padding: 15px 0;
}
