@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");
body {
  font-family: "Poppins", serif !important;
  font-size: 0.95rem;
  overflow-x: hidden;
  color: #222;
}

.row {
  margin: 0px;
}

a {
  text-decoration: none !important;
  color: #222;
}

a:hover {
  color: #222;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-size: 2.9rem !important;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.2rem !important;
}

h3 {
  font-size: 2rem !important;
}

h4 {
  font-size: 1.4rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 0.95rem !important;
}

.p-0 {
  padding: 0px;
}

p {
  margin-bottom: 10px;
  line-height: 30px !important;
}

.one-col li {
  width: 100%;
  list-style-image: url("../images/white-list.png");
  line-height: 30px;
  font-weight: bold;
}

.two-col li {
  width: 50%;
  list-style-image: url("../images/white-list.png");
  float: left;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .two-col li {
    width: 100%;
  }
}

.three-col li {
  width: 33%;
  list-style-image: url("../images/white-list.png");
  float: left;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .three-col li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .three-col li {
    width: 100%;
  }
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 7px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll.png);
  z-index: 99;
  padding: 38px;
  background-repeat: no-repeat;
}

body#bodynav-contact a#mynav6,
body#bodynav-area a#mynav5,
body#bodynav-gallery a#mynav4,
body#bodynav-3 a#mynav3,
body#bodynav-2 a#mynav2,
body#bodynav-1 a#mynav1,
body#home a#mynav0 {
  background: #ff2500;
  color: #ffffff !important;
}
@media (max-width: 1024px) {
  body#bodynav-contact a#mynav6,
  body#bodynav-area a#mynav5,
  body#bodynav-gallery a#mynav4,
  body#bodynav-3 a#mynav3,
  body#bodynav-2 a#mynav2,
  body#bodynav-1 a#mynav1,
  body#home a#mynav0 {
    color: unset !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
/***************************************************/
@media (max-width: 1024px) {
  .header-top-row {
    display: none;
  }
}
.header-top-row .header-top-con {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #236cca;
}
.header-top-row .header-top-con .flex-row {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  align-items: center;
}
.header-top-row .header-top-con .flex-row .flex-item {
  display: flex;
  align-self: center;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-icon {
  padding-right: 10px;
}
.header-top-row .header-top-con .flex-row .flex-item a {
  color: #ffffff;
}
.header-top-row .header-top-con .flex-row .flex-item a:hover {
  color: #ffffff;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-num {
  align-self: center;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-num h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1rem !important;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-num h4 span {
  font-size: 1rem !important;
  text-transform: capitalize;
}
.header-top-row .header-top-con .flex-row .flex-item .flex-item-num h5 {
  margin-bottom: 0px;
  font-size: 0.9rem !important;
}

/****header-row****/
.header-wrapper {
  background: #ffffff;
  border-bottom: 5px solid #ff2500;
  width: 100%;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con {
    max-width: 1024px !important;
  }
}
.header-wrapper .header-con .logo-col {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .logo-col {
    max-width: 100%;
    margin: 0px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header-wrapper .header-con .logo-col {
    max-width: 100%;
    margin: 0px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .header-wrapper .header-con .logo-col {
    margin: auto;
  }
}
.header-wrapper .header-con .logo-col img {
  width: 320px;
  padding: 10px;
}
@media (max-width: 576px) {
  .header-wrapper .header-con .logo-col img {
    width: 80%;
  }
}
.header-wrapper .header-con .header-row {
  padding-top: 10px;
}
.header-wrapper .header-con .header-row .header-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 1199px) {
  .header-wrapper .header-con .header-row .header-logos {
    gap: 0px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .header-row .header-logos {
    gap: 10px;
  }
}
.header-wrapper .header-con .header-row .header-logos .tat-cls {
  width: 50px;
}
.header-wrapper .header-con .header-row .header-logos .yell-cls {
  width: 100px;
}
.header-wrapper .header-con .header-row .header-logos .fb-cls {
  width: 38px;
}
.header-wrapper .header-con .header-row .header-logos .insta-cls {
  width: 40px;
  margin-left: 15px;
}
.header-wrapper .header-con .header-row .header-logos .tik-tok-cls {
  width: 45px;
  margin-left: 15px;
}
.header-wrapper .header-con .header-row .whatsapp-col {
  align-self: center;
}
@media (max-width: 1199px) {
  .header-wrapper .header-con .header-row .whatsapp-col {
    margin-left: -55px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .header-row .whatsapp-col {
    text-align: center;
  }
}
.header-wrapper .header-con .header-row .email-col {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-wrapper .header-con .header-row .email-col {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .header-con .header-row .email-col {
    display: none;
  }
}
.header-wrapper .header-con .header-row .email-col .email-icon {
  width: 25px;
  text-align: center;
  background-color: #236cca;
  border-radius: 10px;
}
.header-wrapper .header-con .header-row .email-col .email {
  padding-top: 10px;
  text-align: center;
}
.header-wrapper .menu-wrapper .menu-row {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #236cca;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-wrapper .menu-row {
    background: #236cca;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .header-wrapper .menu-wrapper .menu-row {
    background: #236cca;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con {
    position: relative;
  }
}
@media (max-width: 768px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con {
    position: relative;
  }
}
.header-wrapper .menu-wrapper .menu-row .menu-con .container-fluid {
  padding: 0px;
}
.header-wrapper .menu-wrapper .menu-row .menu-con .container-fluid .menu-col-nav {
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con {
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con #sticky {
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 768px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con #sticky {
    width: 100%;
    left: 0px;
  }
}
.header-wrapper .menu-wrapper .menu-row .menu-con #sticky.stick {
  margin-top: 0 !important;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 10000;
  float: left;
  background: #236cca;
  padding-bottom: 10px;
  width: 100%;
}
.header-wrapper .menu-wrapper .menu-row .menu-con #sticky.stick .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con #sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    float: left;
    background: #236cca;
  }
}
.header-wrapper .menu-wrapper .menu-row .menu-con .res-cions {
  display: none !important;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con .res-cions {
    display: block !important;
  }
}
.header-wrapper .menu-wrapper .menu-row .menu-con .res-cions .fa {
  font-size: 1.3rem;
  color: white;
}
.header-wrapper .menu-wrapper .menu-row .menu-con .res-cions .mobile-email {
  position: absolute;
  left: 47%;
  top: 7px;
}
.header-wrapper .menu-wrapper .menu-row .menu-con .res-cions .phone-icon-mobile {
  float: left !important;
  border: none !important;
}
.header-wrapper .menu-wrapper .menu-row .menu-con .res-cions .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin: 6px;
}
.header-wrapper .menu-wrapper .menu-row .menu-con .res-cions .menubtn {
  border-color: #ffffff !important;
  font-size: 17px;
}
.header-wrapper .menu-wrapper .menu-row .menu-con .res-cions .menubtn .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar {
    display: none !important;
  }
}
.header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar #main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}
.header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
  color: black;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 14px;
  }
}
@media (max-width: 1260px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 10px;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 6px;
  }
}
.header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar #main-menu li a:hover {
  background: #ff2500;
  color: #ffffff;
}
.header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar .dropdown-menu {
  padding: 0px;
  min-width: 11rem;
}
.header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li {
  background: #ff2500;
}
.header-wrapper .menu-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li:hover {
  background: #236cca;
}

/******ends******/
/****************Carousel**************/
@media (max-width: 1024px) {
  #carouselExampleControls {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  #carouselExampleControls .carousel-inner img {
    max-width: 150%;
    height: auto;
  }
}

/***********quick-quote***************/
.quickquote-row {
  margin-top: 35px;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 1024px) {
  .quickquote-row {
    display: none;
  }
}
.quickquote-row #form {
  background-color: #236cca;
  border-radius: 20px;
}
.quickquote-row .quickquote-heading {
  padding: 1.5rem;
  color: #ff2500;
  text-align: left;
}
.quickquote-row .quickquote-heading h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 30px;
}
.quickquote-row .quickquote-heading p {
  color: #000000;
}
.quickquote-row .quickquote-box {
  background: #236cca;
  padding: 50px 20px 45px 20px !important;
  border-radius: 20px;
}
.quickquote-row .quickquote-box input, .quickquote-row .quickquote-box textarea, .quickquote-row .quickquote-box .btn-submit {
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.quickquote-row .quickquote-box input {
  height: 37px;
}
@media (max-width: 1366px) {
  .quickquote-row .quickquote-box input {
    height: 34px;
  }
}
@media (max-width: 1200px) {
  .quickquote-row .quickquote-box input {
    height: 30px;
  }
}
.quickquote-row .quickquote-box textarea {
  height: 50px;
  resize: none;
}
@media (max-width: 1366px) {
  .quickquote-row .quickquote-box textarea {
    height: 45px;
    margin-bottom: 0px;
  }
}
.quickquote-row .quickquote-column3 {
  background-color: #236cca;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickquote-row .quickquote-column3 .quick-privacy {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1366px) {
  .quickquote-row .quickquote-column3 .quick-privacy {
    margin-bottom: 0px;
  }
}
.quickquote-row .quickquote-column3 .quick-privacy a {
  color: #fff;
  font-size: 1.1rem;
}
.quickquote-row .quickquote-column3 .quick-privacy a:hover {
  color: #ff2500;
}
.quickquote-row .quickquote-column3 .btn-submit {
  background: #ff2500;
  height: 40px;
  border-radius: 12px;
  padding: 5px 25px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1.2rem;
}
@media (max-width: 1260px) {
  .quickquote-row .quickquote-column3 .btn-submit {
    height: 45px;
  }
}
.quickquote-row .quickquote-column3 .btn-submit:hover {
  background: #000000;
  color: #ffffff;
}

/*********quick-quote-responsive**********/
.responsive-quickquote {
  display: none;
  background: #236cca;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .responsive-quickquote {
    display: block;
  }
}
.responsive-quickquote:hover {
  background: #ff2500;
}
.responsive-quickquote .responsive-quickquote-con {
  padding-top: 10px;
  padding-bottom: 10px;
}
.responsive-quickquote .responsive-quickquote-con a {
  color: #fff;
}
.responsive-quickquote .responsive-quickquote-con a h4 {
  margin-bottom: 0px;
}

/**welcome-row**/
.welcome-row-section .welcome-con {
  padding: 120px 20px 120px 20px;
  background-image: url(../images/welcome-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: top;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-con {
    padding: 30px 20px 30px 20px;
    background-image: none !important;
  }
}
@media (max-width: 768px) {
  .welcome-row-section .welcome-con {
    padding: 30px 20px 30px 20px;
    background-image: none !important;
    width: 100% !important;
  }
}
.welcome-row-section .welcome-con .welcome-content {
  text-align: justify;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-con .welcome-content {
    width: 100% !important;
  }
}
.welcome-row-section .welcome-con .welcome-content h5 {
  color: #ff2500;
  text-transform: uppercase;
}
.welcome-row-section .welcome-con .welcome-content h3 {
  color: #236cca;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-con .welcome-content h3 {
    text-align: left;
  }
}
.welcome-row-section .welcome-con .contact-us {
  background-color: #236cca;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  position: relative;
  left: 27%;
  padding: 30px;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-con .contact-us {
    left: auto;
    width: 100%;
    height: auto;
  }
}
.welcome-row-section .welcome-con .contact-us h4 {
  color: #ffffff;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.welcome-row-section .welcome-con .contact-us p {
  color: #ffffff;
}
.welcome-row-section .welcome-con .contact-us .btn-submit {
  background: #ff2500;
  height: 45px;
  border-radius: 12px;
  padding: 5px 25px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 1.2rem;
}
@media (max-width: 1260px) {
  .welcome-row-section .welcome-con .contact-us .btn-submit {
    height: 45px;
  }
}
.welcome-row-section .welcome-con .contact-us .btn-submit a {
  color: #ffffff;
}
.welcome-row-section .welcome-con .contact-us .btn-submit:hover {
  background-color: black;
  color: #ffffff !important;
}

/**roofing-intro-section**/
.roofing-intro-section {
  background-image: url(../images/under-welcome-bg.jpg);
}
.roofing-intro-section .roofing-intro-con {
  padding: 80px 20px 80px 20px;
}
.roofing-intro-section .roofing-intro-con .roofing-text {
  padding: 40px;
  background-color: #ffffff;
  opacity: 90%;
  border-radius: 20px;
}
.roofing-intro-section .roofing-intro-con .roofing-text p {
  text-align: justify;
}

/**ends**/
/***service-section***/
.service-row-section .service-con {
  padding: 60px 20px 60px 20px;
}
@media (max-width: 1024px) {
  .service-row-section .service-con {
    padding: 30px 20px 30px 20px;
  }
}
.service-row-section .service-con .service-heading {
  text-align: center;
}
@media (max-width: 1024px) {
  .service-row-section .service-con .service-heading {
    text-align: left;
  }
}
.service-row-section .service-con .service-heading h5 {
  color: #ff2500;
  text-transform: uppercase;
}
.service-row-section .service-con .service-heading h3 {
  color: #236cca;
}
.service-row-section .service-con .service-tab {
  padding: 20px 20px 20px 20px;
}
.service-row-section .service-con .service-tab .tab-wrap:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.service-row-section .service-con .service-tab .tab-wrap .tab-img img {
  width: 100%;
  border-radius: 20px;
}
.service-row-section .service-con .service-tab .tab-wrap .tab-title {
  padding: 20px;
  position: relative;
  margin-top: -69px;
  background-color: white;
  border-radius: 20px;
  height: 270px;
}
.service-row-section .service-con .service-tab .tab-wrap .tab-title h4 {
  font-weight: 500;
  color: #236cca;
  text-transform: capitalize;
}
.service-row-section .service-con .service-tab .tab-wrap .tab-title .tab-btn {
  background: #ff2500;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: 17px;
  height: 45px;
  width: 35%;
  padding: 10px;
  border-radius: 30px;
  font-size: 1rem;
  border: none;
}
@media (max-width: 1260px) {
  .service-row-section .service-con .service-tab .tab-wrap .tab-title .tab-btn {
    height: 45px;
    width: 60%;
  }
}
@media (max-width: 576px) {
  .service-row-section .service-con .service-tab .tab-wrap .tab-title .tab-btn {
    height: 50px;
    width: 45% !important;
  }
}
.service-row-section .service-con .service-tab .tab-wrap .tab-title .tab-btn a {
  color: #ffffff;
}
.service-row-section .service-con .service-tab .tab-wrap .tab-title .tab-btn:hover {
  background-color: #236cca;
  color: #ffffff !important;
}

.whychoose-row-section .whychoose-con {
  padding: 60px 20px 60px 20px;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con {
    padding: 30px 20px 30px 20px;
  }
}
.whychoose-row-section .whychoose-con .whychoose-content h5 {
  color: #ff2500;
  text-transform: uppercase;
}
.whychoose-row-section .whychoose-con .whychoose-content h3 {
  color: #236cca;
}
.whychoose-row-section .whychoose-con .whychoose-content .bottom-icon-content {
  display: flex;
  background-color: #236cca;
  padding: 20px;
  gap: 20px;
  border-radius: 20px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-content .bottom-icon-content {
    gap: 12px;
    padding: 10px;
  }
}
.whychoose-row-section .whychoose-con .whychoose-content .bottom-icon-content .icon img {
  width: 100%;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-content .bottom-icon-content .icon {
    align-self: center;
  }
}
.whychoose-row-section .whychoose-con .whychoose-content .bottom-icon-content .content-box {
  padding-top: 10px;
  color: #ffffff;
}
.whychoose-row-section .whychoose-con .whychoose-img {
  padding-top: 20px;
}
.whychoose-row-section .whychoose-con .whychoose-img img {
  width: 100%;
}

/************************Footer logo**************************/
.footlogo-row .footlogo-con {
  text-align: center;
  padding: 60px 0px 60px 0px;
}
.footlogo-row .footlogo-con p {
  font-size: 1.2rem !important;
}
.footlogo-row .footlogo-con img {
  width: 15%;
  padding: 10px;
  border: 1px solid #bfbfbf;
  margin-right: 10px;
  border-radius: 0px;
}
@media (max-width: 768px) {
  .footlogo-row .footlogo-con img {
    width: 24%;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .footlogo-row .footlogo-con img {
    width: 14%;
  }
}
@media (max-width: 576px) {
  .footlogo-row .footlogo-con img {
    margin-bottom: 20px;
    width: 40%;
  }
}

/************************Footer logo ends**************************/
.footer-top-row {
  background-color: #236cca;
}
.footer-top-row .footer-top-con {
  padding: 60px 0px 40px 0px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con {
    padding-bottom: 30px;
  }
}
.footer-top-row .footer-top-con .footer-logo {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-logo {
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-logo img {
  width: 70%;
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-logo img {
    width: 40%;
  }
}
.footer-top-row .footer-top-con .footer-logo .social-logos {
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-logo .social-logos {
    justify-content: center;
  }
}
.footer-top-row .footer-top-con .footer-logo .social-logos img {
  width: 12%;
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-logo .social-logos img {
    width: 6%;
  }
}
.footer-top-row .footer-top-con .footer-address {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-address {
    margin-left: -20px;
  }
}
.footer-top-row .footer-top-con .footer-address h4 {
  text-transform: capitalize;
  margin-left: -20px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-address h4 {
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-address .address-item-wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-left: -20px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-address .address-item-wrap {
    justify-content: center;
    margin-left: 0px;
  }
}
@media (max-width: 440px) {
  .footer-top-row .footer-top-con .footer-map {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-map {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.footer-top-row .footer-top-con .footer-map iframe {
  height: 200px;
  width: 410px;
  margin-left: -40px;
}
@media (max-width: 1199px) {
  .footer-top-row .footer-top-con .footer-map iframe {
    width: 300px;
    height: 170px;
    margin-left: -10px;
  }
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-map iframe {
    width: 110%;
  }
}
.footer-top-row .footer-top-con .footer-contact {
  color: #f9f7f8;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact {
    padding-top: 0px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact {
    margin: 0px;
  }
}
.footer-top-row .footer-top-con .footer-contact h4 {
  color: #f9f7f8;
  text-transform: uppercase;
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact h4 {
    margin-bottom: 10px !important;
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap {
  display: flex;
  align-items: baseline;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap {
    justify-content: center;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column {
    justify-content: center;
    padding-top: 25px;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
  align-self: center !important;
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item {
  margin-top: 15px;
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item h5 {
  font-size: 1rem !important;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item {
    margin-top: -18px;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column a:hover {
  color: #ff2500;
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
  align-self: flex-start !important;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
    margin-top: -5px !important;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .icon-item {
    margin-top: -20px;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item h6 {
  font-size: 1rem !important;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-wrap .contact-column .footer-item h6 {
    margin-right: -18px !important;
    font-size: 0.9rem !important;
  }
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con {
    /* Standard syntax */
  }
  .footer-top-row .footer-top-con #order3 {
    -webkit-order: 3;
  }
  .footer-top-row .footer-top-con #order2 {
    -webkit-order: 2;
  }
  .footer-top-row .footer-top-con #order1 {
    -webkit-order: 1;
  }
  .footer-top-row .footer-top-con #order1 {
    order: 1;
  }
  .footer-top-row .footer-top-con #order2 {
    order: 2;
  }
  .footer-top-row .footer-top-con #order3 {
    order: 3;
  }
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con {
    /* Standard syntax */
  }
  .footer-top-row .footer-top-con #order3 {
    -webkit-order: 3;
  }
  .footer-top-row .footer-top-con #order2 {
    -webkit-order: 2;
  }
  .footer-top-row .footer-top-con #order1 {
    -webkit-order: 1;
  }
  .footer-top-row .footer-top-con #order1 {
    order: 1;
  }
  .footer-top-row .footer-top-con #order2 {
    order: 2;
  }
  .footer-top-row .footer-top-con #order3 {
    order: 3;
  }
}
.footer-top-row .footer-row .footer-con {
  padding: 30px 0px 30px 0px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1199px) {
  .footer-top-row .footer-row .footer-con .foot-content {
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .footer-top-row .footer-row .footer-con .foot-content {
    text-align: center !important;
    font-size: 0.8rem !important;
  }
}
@media (max-width: 992px) {
  .footer-top-row .footer-row .footer-con .foot-content {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-row .footer-con .foot-content {
    font-size: 0.7rem !important;
  }
}

.page-container {
  padding-top: 30px;
}
.page-container h3 {
  color: #236cca;
}
.page-container p {
  text-align: justify;
}
.page-container p a:hover {
  color: #ff2500;
}
.page-container .page-img img {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 20px;
}

/*********************gallery***********************/
.gallery-con .gallery-heading {
  padding-left: 4px !important;
  padding-right: 1px !important;
}
.gallery-con .gallery-heading h3 {
  background: #236cca;
  text-align: center;
  padding: 14px;
  font-weight: 900;
  color: #fff;
  font-size: 1.4rem !important;
}
.gallery-con .gallery-heading h4 {
  background: #fff;
  text-align: left;
  padding: 14px;
  font-weight: 600;
  color: #000000;
  font-size: 1.4rem !important;
}
.gallery-con .gallery {
  list-style-type: none;
  padding-left: 0px !important;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0%;
  margin-left: 0px !important;
}
.gallery-con .gallery li {
  padding: 5px;
  float: left;
  width: 20%;
  position: relative;
  height: 200px;
  overflow: hidden;
  list-style-image: none !important;
}
@media (max-width: 768px) {
  .gallery-con .gallery li {
    width: 100% !important;
    height: auto !important;
    margin: 0px;
  }
}
.gallery-con .gallery li a {
  position: absolute;
  bottom: 0px;
  padding: 5px 0px;
}
.gallery-con .gallery li img {
  width: 100%;
  height: auto !important;
  min-height: 200px !important;
}
.gallery-con .gallery .gallery-pc {
  display: block;
  visibility: visible;
}
@media (max-width: 1024px) {
  .gallery-con .gallery .gallery-pc {
    display: none;
  }
}
.gallery-con .gallery .gallery-mobile {
  display: none !important;
}
@media (max-width: 1024px) {
  .gallery-con .gallery .gallery-mobile {
    display: block !important;
  }
}
.gallery-con .video-gallery {
  list-style-type: none;
  padding-left: 0px !important;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0%;
  margin-left: 0px !important;
}
@media (max-width: 768px) {
  .gallery-con .video-gallery li {
    width: 100% !important;
    height: auto !important;
    margin: 0px;
  }
}

/********************gallery ends***********************/
#bodynav-area .area-con iframe {
  width: 100%;
  height: 582px;
}
@media (max-width: 576px) {
  #bodynav-area .area-con iframe {
    margin-bottom: 20px;
  }
}
#bodynav-area .area-con .area-col h5 {
  text-align: center;
}
#bodynav-area .area-con .area-col ul {
  padding-left: 20px;
}
#bodynav-area .area-con .area-col ul li {
  width: 100%;
  list-style-image: url(../images/bullets.jpg);
  line-height: 30px;
  background: #ededed;
  margin-bottom: 10px;
  padding-left: 10px;
}

/******contact-us********/
.contact-con {
  padding-bottom: 40px;
}
.contact-con .contact-address h4 {
  margin-bottom: 20px;
}
.contact-con .btn-submit {
  background: #236cca;
  color: #fff;
  padding: 7px 25px 7px 25px;
  text-transform: uppercase;
}
.contact-con .btn-submit:hover {
  background: #ff2500;
}
.contact-con .contact-form {
  background: linear-gradient(180deg, #ccc 0%, white 100%);
  padding: 40px;
  text-align: center;
}
.contact-con .contact-form h4 {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.contact-con .contact-form input, .contact-con .contact-form textarea, .contact-con .contact-form select {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #ccc !important;
  padding-left: 10px;
}
.contact-con .contact-form textarea {
  height: 80px;
}
.contact-con .privacy-page h4 {
  margin-top: 20px;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.no-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

/******modal*****/
.modal {
  z-index: 5000;
}
.modal .modal-dialog {
  max-width: 50%;
  margin-top: 15%;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog p {
  text-align: justify;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-footer .close-btn {
  background: #236cca;
  color: #fff;
  padding: 9px;
  text-align: center;
}
.modal .modal-dialog .modal-header .btn-close, .modal .modal-dialog .modal-footer .close-btn .btn-close {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  background: none;
  font-size: 1.8rem;
  height: auto;
  float: right;
  padding: 0px 5px;
}
.modal .modal-dialog .modal-content {
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body h4 {
    font-size: 1.1rem !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 0px;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-toggle::after {
  display: none;
}
@media (max-width: 1024px) {
  .modal .modal-dialog .modal-content .modal-body ul .caret {
    display: none !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul li {
  list-style: none;
  border-bottom: #ccc thin solid;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-body ul li:last-child {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-body ul li a {
  color: #222;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-menu {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.modal .modal-dialog .modal-footer {
  justify-content: center;
}
.modal .modal-dialog .modal-footer .close-btn:hover {
  background: #ff2500;
}

#more .modal-dialog {
  max-width: 63%;
}
@media (max-width: 576px) {
  #more .modal-dialog {
    max-width: 93%;
  }
}

#callUs .modal-body .col-md-12 h4 {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
#callUs .modal-body .col-md-12:last-child h4 {
  border-bottom: none;
}

.f-nav {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  transition: all 0.6s;
  position: fixed !important;
}
@media (max-width: 1024px) {
  .f-nav {
    left: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
    position: unset !important;
  }
}

/**new quote-section**/
.quote-section-row .quote-con .quote-box {
  background-color: #dee4eb;
  height: 250px;
  text-align: center;
  padding: 20px 20px;
}
@media (max-width: 1024px) {
  .quote-section-row .quote-con .quote-box {
    margin-top: 10px;
    height: 280px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .quote-section-row .quote-con .quote-box {
    height: 400px !important;
  }
}
.quote-section-row .quote-con .quote-box img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.quote-section-row .quote-con .quote-box h5 {
  font-weight: bold;
  color: #236cca !important;
}
.quote-section-row .quote-con .quote-box p {
  margin: 0;
  font-size: 0.9rem;
  color: #000000 !important;
}

@media (min-width: 567px) and (max-width: 1024px) {
  .col-md-9.custom-100 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header-logos, .whatsapp-col {
    flex: 0 0 auto;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */