@charset "utf-8";
/*

*/

/* Import Global Compulsory CSS Files */

/*--------------------------------------------------------------------------
							[ Table of Contents ]
---------------------------------------------------------------------------

1.Typography
2.Index

---------------------------------------------------------------------------*/

/*****************************************************
********************* Typography *********************
*****************************************************/
body {
  color: #585858;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Ubuntu", sans-serif;
}

/*----------- Heading -----------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 10px 0px;
  font-family: "Open Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

/*----------- Links -----------*/
a {
  color: #0184d8;
  text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}

a:focus {
  text-decoration: none;
}

a:hover {
  color: #00619f;
  text-decoration: none;
}

/*----------- Lists -----------*/
ul {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li ul,
li ol {
  padding: 0;
  margin: 0;
}

/*----------- Paragraph -----------*/
p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

p img.right {
  float: right;
  margin: 1.5em 1.5em 1.5em 0;
}

strong {
  font-weight: bold;
}

em,
dfn {
  font-style: italic;
}

dfn {
  font-weight: 600;
}

sup {
  line-height: 0;
  vertical-align: super;
  font-size: smaller;
}

sub {
  line-height: 0;
  vertical-align: sub;
  font-size: smaller;
}

abbr,
acronym {
  border-bottom: 1px dashed #ccc;
}

address {
  margin: 0 0 1.5em;
}

del {
  color: #666;
}

pre,
code,
tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5em;
  display: block;
}

code {
  background-color: #eee;
  display: inline;
  padding: 0px 2px 1px 2px;
  line-height: 1.1em;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.hide {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

/*----------- Flot And Alignment -----------*/
.fl {
  float: left;
}

.fr {
  float: right !important;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

/*----------- Button -----------*/
.btn {}

.btn:hover {}

/*----------- Hand cursor on clickable Input elements -----------*/
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}

/*----------- Textarea Scrollbars -----------*/
textarea {
  overflow: auto;
}

/*----------- Webkit Browsers add a 2px margin outside the chrome of form elements -----------*/
button,
input,
select,
textarea {
  margin: 0;
}

/*----------- Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer -----------*/
button {
  width: auto;
  overflow: visible;
}

/*----------- Margin -----------*/
.mr_none {
  margin: 0px !important;
}

.mr_b5,
.mr_b10,
.mr_b15,
.mr_b20,
.mr_b25,
.mr_b30,
.mr_b35,
.mr_b40,
.mr_b45,
.mr_b50,
.mr_b55,
.mr_b60 {
  clear: both;
}

.mr_b5 {
  margin-bottom: 5px;
}

.mr_b10 {
  margin-bottom: 10px;
}

.mr_b15 {
  margin-bottom: 15px;
}

.mr_b20 {
  margin-bottom: 20px;
}

.mr_b25 {
  margin-bottom: 25px;
}

.mr_b30 {
  margin-bottom: 30px;
}

.mr_b35 {
  margin-bottom: 35px;
}

.mr_b40 {
  margin-bottom: 40px;
}

.mr_b45 {
  margin-bottom: 45px;
}

.mr_b50 {
  margin-bottom: 50px;
}

.mr_b55 {
  margin-bottom: 55px;
}

.mr_b60 {
  margin-bottom: 60px;
}

/*----------- Padding -----------*/
.pd_none {
  padding: 0px !important;
}

.pdTopBot-none {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*----------- Fonts -----------*/
.ft6 {
  font-size: 6px;
}

.ft7 {
  font-size: 7px;
}

.ft8 {
  font-size: 8px;
}

.ft9 {
  font-size: 9px;
}

.ft10 {
  font-size: 10px;
}

.ft11 {
  font-size: 11px;
}

.ft12 {
  font-size: 12px;
}

.ft13 {
  font-size: 13px;
}

.ft14 {
  font-size: 14px;
}

.ft15 {
  font-size: 15px;
}

.ft16 {
  font-size: 16px;
}

.ft17 {
  font-size: 17px;
}

.ft18 {
  font-size: 18px;
}

.ft19 {
  font-size: 19px;
}

.ft20 {
  font-size: 20px;
}

/*----------- Backgrounds -----------*/

/*----------- Colors -----------*/
.col-orange {
  color: #f8691d;
}

/*----------- Heading -----------*/
#headlines {
  padding: 20px 0px;
  background: #111111;
  border-bottom: 4px solid #cccccc;
}

#headlines .about-title h2 {
  font-size: 40px;
  color: #ffffff;
}

.heading h2 {
  font-size: 2.5em;
  color: #656565;
  text-align: center;
  background: url(../images/icons/hr.png) bottom center no-repeat;
  margin-bottom: 15px;
  padding-bottom: 32px;
  text-transform: uppercase;
}

.heading h6 {
  font-size: 1.4em;
  text-align: center;
}

/*****************************************************
********************* Index Page *********************
*****************************************************/
/*-------------- Header Top --------------*/
.header-top {
  background: #061538;
  padding: 8px 0;
}

.header-top .our-address {
  display: flex;
  margin-top: 6px;
}

.header-top .our-address .icon {
  margin-right: 5px;
  color: #ff5e14;
}

.header-top .our-address .adrs-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.header-top .our-address .adrs-text span {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}

.header-top .request-quote {
  text-align: right;
}

.header-top .request-quote a {
  display: inline-block;
  padding: 7px;
  font-size: 14px;
  color: #ffffff;
  min-width: 150px;
  background: #ff5e14;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}

.header-top .top-social li {
  display: inline-block;
  margin: 7px 5px 0 5px;
}

.header-top .top-social li a {
  color: #ffffff;
  font-size: 13px;
}

.header-top .top-social li a:hover {
  color: #ff5e14;
}

/*--------------- Header ---------------*/
header {
  padding: 0;
  background: #ffffff;
}

header .social-media ul li {
  padding-right: 0;
  color: #0874b8;
  font-weight: bold;
}

header .social-media ul li a {
  display: block;
  background: #0386b7;
  padding: 1px 8px;
  border-radius: 4px;
  color: #ffffff;
}

header .social-media ul li a:hover {
  background: #f58634;
}

/*--------------- Navigation ---------------*/
.navbar {
  margin: 0;
  background-image: url(../images/icons/bg.png);
}

.navbar-brand {
  padding: 5px;
  height: 100px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background: none;
  color: #ff1a00;
}

.navbar .navbar-nav {
  margin-top: 24px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background: none;
  color: #ff1a00;
}

.navbar-nav>li>a {
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
  color: #000000;
}

/*--------------- Main Content ---------------*/
#main-content {
  padding: 40px 0px;
  background: #09a0ea;
  border-top: 5px solid #ffffff;
}

#main-content .heading h2 {
  text-align: center;
  color: #ffffff;
}

#main-content .heading h6 {
  color: #ffffff;
}

#main-content p {
  color: #ffffff;
  text-align: justify;
}

/*--------------- Product List ---------------*/
#product-list {
  padding: 40px 0px;
  background: #eeedee;
  border-top: 1px solid #686868;
  text-align: center;
}

#product-list .product-inner .item-hover {
  margin: 20px auto;
}

#product-list .product-inner .product-content h4 {
  color: #f6700d;
  font-size: 18px;
  font-weight: bold;
}

/*--------------- Why Choose ---------------*/
#why-choose {
  padding: 40px 0px;
}

#why-choose .why-choose-inner .choose-icon {
  float: left;
}

#why-choose .why-choose-inner .choose-icon i {
  font-size: 15px;
  background: #f58634;
  padding: 5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 500ms;
}

#why-choose .why-choose-inner:hover .choose-icon i {
  color: #ffffff;
  background: #00abf1;
}

#why-choose .why-choose-inner .choose-content {
  padding-left: 35px;
}

#why-choose .why-choose-inner .choose-content h4 {
  font-size: 19px;
  margin-bottom: 4px;
}

#why-choose .chosse-usList ul li {
  margin-bottom: 7px;
  padding-bottom: 7px;
}

/*--------------- Tensile Service ---------------*/
#tensile-service {
  padding: 70px 0;
  background: #eeedee;
}

#tensile-service.process-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(6, 21, 56, 0.94), rgba(6, 21, 56, 0.78)),
    url("../img/bg-img.png") center center / cover no-repeat;
}

#tensile-service.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 94, 20, 0.38), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
}

#tensile-service.process-section .container {
  position: relative;
  z-index: 1;
}

#tensile-service .process-heading {
  max-width: 760px;
  margin: 0 auto 25px;
  text-align: center;
}

#tensile-service .process-heading h2 {
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#tensile-service .process-heading h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin: 14px auto 0;
  background: #ff5e14;
}

#tensile-service .process-heading h6 {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

#tensile-service .process-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#tensile-service .process-grid>[class*="col-"] {
  display: flex;
}

#tensile-service .service-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#tensile-service .service-inner .service-lists,
#tensile-service .process-card {
  position: relative;
  min-height: 190px;
  margin-bottom: 22px;
  padding: 28px 28px 26px 96px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#tensile-service .process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 94, 20, 0.75);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.28);
}

#tensile-service .process-number {
  position: absolute;
  left: 24px;
  top: 28px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ff5e14, #d71920);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(255, 94, 20, 0.35);
}

#tensile-service .process-card h4 {
  color: #061538;
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 11px;
}

#tensile-service .process-card p {
  color: #5c6472;
  line-height: 1.75;
  margin-bottom: 0;
}

#tensile-service .service-inner ul li {
  background: url(../images/icons/arrow.png) 0px 5px no-repeat;
  padding-left: 23px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 25px;
}

#tensile-service .services-images img {
  border: 5px solid #efefef;
}

@media (max-width: 991px) {
  #tensile-service {
    padding: 55px 0;
  }

  #tensile-service .process-heading h2 {
    font-size: 30px;
  }

  #tensile-service .process-grid,
  #tensile-service .process-grid>[class*="col-"] {
    display: block;
  }

  #tensile-service .service-inner .service-lists,
  #tensile-service .process-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  #tensile-service {
    padding: 45px 0;
  }

  #tensile-service .process-heading {
    margin-bottom: 12px;
  }

  #tensile-service .process-heading h2 {
    font-size: 26px;
  }

  #tensile-service .process-heading h6 {
    font-size: 14px;
  }

  #tensile-service .service-inner .service-lists,
  #tensile-service .process-card {
    padding: 24px 22px 22px;
  }

  #tensile-service .process-number {
    position: static;
    margin-bottom: 14px;
  }

  #tensile-service .process-card h4 {
    font-size: 18px;
  }
}

/*----------- Testimonials ----------*/
#testimonials {
  background: #ffffff;
  padding: 40px 0px;
  position: relative;
  border-bottom: 2px solid #cccccc;
}

#testimonials .heading h2,
#testimonials .heading h6 {
  color: #fff;
}

#testimonials .testimonials-innner figure {
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 100%;
}

#testimonials .testimonials-innner figure img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

#testimonials .testimonials-innner .client-content {
  padding: 20px 20px 10px 180px;
}

#testimonials .testimonials-innner .client-content p {
  font-size: 18px;
  line-height: 24px;
  color: #cccccc;
}

#testimonials .testimonials-innner .client-content>footer {
  color: #ffffff;
}

#testimonials .testimonials-innner .client-content>footer cite {
  font-style: italic;
}

/*--------------- Footer ---------------*/
#footer {
  background: #222222;
  padding: 40px 0px;
  color: #ffffff;
}

#footer .footer-title h2 {
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 0px 1px 2px #111111;
}

#footer .footer-title h2 span {
  font-weight: bold;
}

#footer .office-address {
  padding-bottom: 30px;
  background: url(../images/icons/title-bg.png) bottom center no-repeat;
}

#footer .office-address:last-child {
  background: none;
}

#footer .office-address h5 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #ff5e14;
}

#footer .footer-logo {
  max-width: 170px;
  margin-bottom: 15px;
}

#footer .footer-links {
  line-height: 2;
  margin: 0;
}

#footer address {
  line-height: 1.65;
}

#footer .footer-map {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

#footer .footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  #footer .footer-map {
    height: 240px;
    margin-top: 5px;
  }
}

/*--------------- Copyright ---------------*/
#copyright {
  background: #000000;
  padding: 20px 0px;
  color: #ffffff;
}

/*---------- Enquiry Button ----------*/
.contact-button {
  position: fixed;
  top: 25%;
  right: 0;
}

.contact-button2 {
  position: fixed;
  top: 50%;
  right: 0;
}

.modal-header {
  background: #ffffff;
  padding: 0;
}

.modal-header .close {
  margin-right: 10px;
  margin-top: 10px;
  position: absolute;
  right: 7px;
}

.modal button.btn.btn-default {
  width: 100%;
  background: #e90b00;
  border: 1px solid #ffd500;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

/*****************************************************
********************* About Page *********************
*****************************************************/
.imgsCls {
  width: 100%;
  display: block;
}

.imgsCls img {
  width: 100%;
  display: block;

}


.about-us-content {
  text-align: left;
}

.about-page-section {
  background: #f7f8fb;
}

.about-page-section .heading2 h2 {
  color: #061538;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 16px 0;
  padding: 0 0 0 14px;
  border-left: 4px solid #ff5e14;
}

.about-page-section .about-us-content {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  padding: 0 0 4px 18px;
  border-left: 1px solid #dddddd;
}

.about-page-section .about-us-content p {
  margin-bottom: 14px;
}

.about-page-section .about-us-content ul {
  margin: 0 0 14px 20px;
  padding: 0;
}

.about-us-content ul li {
  margin: 10px 0;
  list-style: disc;
}

.about-title ul li a {
  color: #ffffff;
}

.about-title ul li a:hover {
  color: #ccc;
}

/*Sidebar*/
.sidebar .our-product {
  background: #f9f9f9;
  padding: 15px 20px;
  box-shadow: 0px 2px 5px #cccccc;
  margin-bottom: 15px;
}

.sidebar .our-product ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  background: url(../images/icons/check.png) 0px 5px no-repeat;
  padding-left: 25px;
  border-bottom: 1px solid #cccccc;
}

.sidebar .our-product ul li:last-child {
  border: none;
}

/*****************************************************
******************** Contact Page ********************
*****************************************************/
.section-space {
  padding: 50px 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.contact-page-section {
  background: #f7f8fb;
}

.contact-p-info-area,
.contact-page-form-area {
  background: #ffffff;
  border: 1px solid #e4e7ee;
  padding: 30px;
  min-height: 565px;
}

.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px;
  background: #fbfbfd;
  border-left: 4px solid #ff5e14;
}

.contact-box .icon-1 {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ff5e14;
  color: #ffffff;
  border-radius: 50%;
  flex: 0 0 44px;
  font-size: 18px;
}

.contact-box .info span {
  display: block;
  color: #ff5e14;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-box .info h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
  overflow-wrap: anywhere;
}

.contact-box .info a {
  color: #333333;
}

.contact-box .info a:hover {
  color: #ff5e14;
}

.section-sub-title {
  color: #ff5e14;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-title {
  color: #061538;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

.contact-page-form label {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  width: 100%;
  border: 1px solid #d9dde6;
  border-radius: 4px;
  color: #333333;
  font-size: 15px;
  margin-bottom: 18px;
  padding: 12px 14px;
  background: #ffffff;
}

.contact-page-form input,
.contact-page-form select {
  height: 46px;
}

.contact-page-form textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-page-form input:focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
  border-color: #ff5e14;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 94, 20, 0.12);
}

.primary-btn-1 {
  background: #ff5e14;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 26px;
  text-transform: uppercase;
}

.primary-btn-1:hover,
.primary-btn-1:focus {
  background: #061538;
  color: #ffffff;
}

.contact-map-title {
  background: #ff5e14;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 15px;
  text-align: center;
}

.contact-map iframe {
  border: 0;
  display: block;
  width: 100%;
}

.container-fluid.fix .row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid.fix [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

#client-portfolio {
  padding: 40px 0 10px 0;
}

#conatct-us {
  padding: 40px 0px;
}

.projects table tr th {
  text-align: center;
}

.clients li img {
  margin: 8px 0px;
  padding: 5px;
  border: 1px solid #333;
}

/* Bottom to Top Scroll */
.scrollup {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 1em;
  width: 50px;
  height: 45px;
  z-index: 99999;
  background: url(../images/icons/scroll.png) no-repeat;
}

#state-list {
  padding: 40px 0;
  background: #1365c1;
}

#state-list li a {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

#state-list li a:hover {
  color: #ffffff;
}

.contact-sidebar h3 {
  font-size: 25px;
  font-weight: bold;
}

.contact-sidebar p {
  font-size: 16px;
}

.contact-sidebar address {
  font-size: 15px;
}








.contact-calls {
  position: fixed;
  bottom: 10%;
  right: 5px;
  display: flex;
  flex-direction: column;
  z-index: 999999;
}

.contact-calls img {
  width: 40px;
  margin: 8px 0;
}


.mobile-enquiry {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px 2px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  visibility: hidden;
}

.mobile-enquiry img {
  width: 40px;
}

.mobile-enquiry p {
  margin: 1px 0 0 0;
  font-size: 11px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .mobile-enquiry {
    visibility: visible;
  }

  .contact-calls {
    display: none;
  }

  .banner-content ul {
    display: none;
  }

  .logo {
    width: 177px;
    height: 100px;
  }

  .header-top {
    display: none;
  }
}

.d-flex {
  display: flex;
}

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

.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn-quote {
  background: #d71920;
  border: 1px solid #d71920;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 4px;
  text-transform: uppercase;
}

.btn-quote:hover,
.btn-quote:focus {
  background: #b9141a;
  border-color: #b9141a;
  color: #ffffff !important;
  outline: none;
}

.quote-modal-content {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.quote-modal-header {
  background: #1365c1;
  color: #ffffff;
}

.quote-modal-header .close {
  color: #ffffff;
  opacity: 1;
}

.quote-modal-body {
  padding: 24px;
}

.quote-field {
  margin-bottom: 15px;
  min-height: 44px;
}

.quote-message {
  min-height: 110px;
}

.loader-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  animation: quote-loader-spin 0.8s linear infinite;
}

@keyframes quote-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.has-sub>ul {
  max-height: 430px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* scrollbar */
.has-sub>ul::-webkit-scrollbar {
  width: 6px;
}

.has-sub>ul::-webkit-scrollbar-track {
  background: #eeeeee;
}

.has-sub>ul::-webkit-scrollbar-thumb {
  background: #f58220;
  border-radius: 10px;
}

.has-sub>ul::-webkit-scrollbar-thumb:hover {
  background: #d96b10;
}
