@import url("https://fonts.googleapis.com/css2?family=Barlow: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&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

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

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

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

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

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

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

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

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

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

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

img {
  max-width: 100%;
}

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

@font-face {
  font-family: "uni-sans";
  src: url(../fonts/uni-sans.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "uni-heavy";
  src: url(../fonts/uni-heavy.otf);
  font-weight: 400;
  font-style: normal;
}

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

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "uni-sans";
  font-size: 65px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 5px;
  line-height: 1.1;
}

h2 {
  font-family: "uni-heavy";
  font-size: 60px;
  color: #181817;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "uni-heavy";
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "uni-sans";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "uni-sans";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "uni-sans";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

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

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

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  padding: 0;
  font-size: 20px;
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 20px 0;
}

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

.header-logo a img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

section.main_slider {
  position: relative;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

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

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

section.main_slider:before {
  content: "";
  position: absolute;
  background: #e3ba76;
  width: 50px;
  height: 100%;
  top: 0;
  z-index: 9;
  right: 0;
}

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

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

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

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

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

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

.menuSec ul:after {
  clear: both;
}

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

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

.droopdwon {
  float: left;
}

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

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.container-fluid.add-padding {
  padding: 0 4%;
}

/* Header Ends */

/* Main Banner Start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.banner_text h1 label {
  font-family: "uni-heavy";
}

.banner_text h1 span {
  display: block;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.banner_text strong {
  font-family: "uni-sans";
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 300;
}

.banner_text p {
  color: #747067;
  margin-top: 5px;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
section.main_slider:after {
  content: "";
  position: absolute;
  background: #e3ba76;
  width: 300px;
  height: 65px;
  right: 0;
  z-index: 1;
  bottom: 0;
}
.banner_text p {
  color: #82807d;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  width: 90%;
  margin-bottom: 20px;
}
.main-banner-follow-us-boxs {
  position: absolute;
  bottom: 15px;
  z-index: 9;
  right: 25%;
  display: flex;
  align-items: center;
  gap: 200px;
}
.main-banner-follow-us-heading h2 {
  font-size: 14px;
  font-family: "uni-heavy";
  color: #fff;
  position: relative;
}
.main-banner-follow-us-heading:before {
  content: "";
  position: absolute;
  background: #49494d;
  width: 165px;
  height: 1px;
  left: -185px;
}

.main-banner-follow-us-heading {
  position: relative;
  display: flex;
  align-items: center;
}
.main-banner-follow-us-icon ul li a:hover {
  background: #e3ba76;
  color: #000;
  transition: 0.5s;
}
.main-banner-follow-us-icon ul li a {
  border: 1px solid #838483;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #828282;
  font-size: 15px;
}

.main-banner-follow-us-icon ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.theme-btn-1 {
  background: #e3ba76;
  padding: 18px 35px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #151b19;
  font-weight: 500;
  font-family: "uni-heavy";
  font-size: 14px;
}

/* Main Banner Ends */

/* About Us Start */

.about-us-images {
  background: #fff;
  margin-top: -100px;
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  border-top-right-radius: 5px;
}
.about-us-images img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 5px;
}
.about-us-sec:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 120px;
  height: 100px;
  left: 0;
  top: -100px;
  border-top-left-radius: 5px;
}
.about-us-sec {
  position: relative;
}
.about-us-text h2 {
  font-size: 60px;
  color: #181817;
  margin-bottom: 5px;
}

.about-us-text ul li h2 {
  font-size: 20px;
  color: #181817;
  margin-bottom: 10px;
}

.about-us-text ul li p {
  line-height: 22px !important;
  margin-bottom: 0;
}
.about-us-text ul {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin-top: 25px;
}
.about-us-images:before {
  content: "";
  position: absolute;
  background: #e3ba76;
  width: 350px;
  height: 270px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
  border-radius: 5px;
}
.about-us-text {
  margin-left: 50px;
}
.about-us-text ul li img {
  width: 25px;
  height: 18px;
  object-fit: contain;
}

/* About Us Ends */

/* Our Services Start */

.our-services-heading {
  text-align: center;
}

.our-services-heading p {
  width: 70%;
  margin: 0 auto;
}

.our-services-silder .slick-active {
  opacity: 1.5;
}

.our-services-silder .slick-slide {
  margin: 0px 8px;
}
.our-services-silder-items {
  margin-top: 20px;
  position: relative;
}
.our-services-silder-items-images img {
  width: 100%;
  height: 488px;
  object-fit: cover;
  border-radius: 5px;
}
.our-services-silder-items-text h2 {
  font-size: 16px;
}
.our-services-silder-items-text {
  position: absolute;
  z-index: 9;
  bottom: 25px;
  left: 30px;
}
.our-services-silder-items-images {
  position: relative;
}
.our-services-silder-items-images:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #000000, #0000003d, #00000000);
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 5px;
}

.our-services-silder-items-text p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}
.our-services-silder-items-text h2 {
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #4a4949;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.our-services-silder p.hover {
  display: none;
}
.our-services-silder .slick-slide {
  opacity: 1.2;
}

.our-services-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-services-silder-items
  .our-services-silder-items-text {
  background-color: #e3ba76;
  left: 0;
  bottom: 10px;
  width: 95%;
  margin: 0 auto;
  right: 0;
  padding: 25px 15px;
  border-radius: 5px;
}
.our-services-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-services-silder-items
  .our-services-silder-items-text
  p {
  color: #101010;
  font-weight: 600;
}
.our-services-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-services-silder-items
  .our-services-silder-items-text
  h2 {
  color: #101010;
  border-bottom: 1px solid #b59560;
}
.our-services-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-services-silder-items
  .our-services-silder-items-text
  p.hover {
  display: block;
  margin-top: 10px;
}
.our-services-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-services-silder-items
  .our-services-silder-items-number {
  display: block;
}
.our-services-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-services-silder-items
  .our-services-silder-items-images:before {
  display: none !important;
}
.our-services-silder-items-number {
  position: absolute;
  z-index: 9;
  right: 25px;
  bottom: 214px;
  display: none;
}
.our-services-silder-items-number h2 {
  color: #fff;
  font-size: 60px;
}
.our-services-silder-items-number h2 span {
  position: relative;
  z-index: -1;
}

/* Our Services Ends */

/* Why Choose CK Sealcoating Start  */

.why-choose-sealcoating-text {
  width: 680px;
  position: relative;
  background: #fff;
  padding-right: 100px;
  z-index: 999;
}
.why-choose-sealcoating-text-points {
  margin-top: 25px;
}
.why-choose-sealcoating-text h2 {
  position: relative;
  margin-bottom: 18px;
}

.why-choose-sealcoating-text h2:before {
  content: "";
  position: absolute;
  background: #f1f3f1;
  width: 40%;
  height: 1px;
  bottom: -5px;
}
.why-choose-sealcoating-text h2 span {
  display: block;
}
.why-choose-sealcoating-text-points ul li {
  font-family: "uni-heavy";
  color: #181818;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.why-choose-sealcoating-text-points ul li img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.why-choose-sealcoating-text-points ul {
  line-height: 35px;
}
.why-choose-sealcoating-images img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 5px;
}
.why-choose-sealcoating-sec {
  margin-top: 20px;
}

/* Why Choose CK Sealcoating Ends  */

/* Ready to Improve Your Driveway Start */

.ready-to-improve-your-driveway-sec {
  margin-top: 100px;
  background-image: url(../images/ready-to-improve-your-driveway-img.png);
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.ready-to-improve-your-driveway-heading h2 span {
  display: block;
}
.ready-to-improve-your-driveway-heading h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.ready-to-improve-your-driveway-heading p {
  width: 90%;
  margin-bottom: 20px;
}

/* Ready to Improve Your Driveway Ends */

/* Our Happy Client Start */

.our-happy-clients-heading {
  text-align: center;
}
.our-happy-clients-heading p {
  width: 70%;
  margin: 0 auto;
}
.our-happy-clients-silder-items ul li h2 {
  font-size: 16px;
}
.our-happy-clients-silder-items ul li h3 {
  font-size: 14px;
}
.our-happy-clients-sec .container-fluid.add-padding {
  padding: 0 0% !important;
  padding-left: 4% !important;
}
.our-happy-clients-silder ul.our-happy-clients-images {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.our-happy-clients-silder .slick-slide {
  opacity: 1.2;
}
.our-happy-clients-silder .slick-slide {
  margin: 20px 10px;
}
.our-happy-clients-silder ul.star li span {
  color: #363636;
  font-weight: 600;
  font-size: 15px;
}

.our-happy-clients-silder-items {
  box-shadow: 0 0 10px 0 #00000021;
  padding: 0 25px 30px;
  border-radius: 5px;
  margin-top: 5px;
}
.our-happy-clients-silder ul.our-happy-clients-images li img {
  background: #fff;
  padding: 8px;
  padding-top: 0;
}
.our-happy-clients-silder-items p {
  color: #adadad;
}
.our-happy-clients-silder ul.star li i {
  color: #e3ba76;
}
.our-happy-clients-silder ul.star {
  display: flex;
  align-items: center;
  gap: 20px;
}
.our-happy-clients-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-happy-clients-silder-items {
  background-color: #101010;
}

.our-happy-clients-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-happy-clients-silder-items
  p {
  color: #888888;
}
.our-happy-clients-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-happy-clients-silder-items
  h2 {
  color: #ffffff;
}
.our-happy-clients-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-happy-clients-silder-items
  h3 {
  color: #ffffff;
}
.our-happy-clients-silder
  .slick-slide.slick-current.slick-active.slick-center
  .our-happy-clients-silder-items
  ul
  span {
  color: #ffffff;
}
/* Our Happy Client Ends */

/* Our Projects Start */

.projects-one-images-box a {
  width: 100%;
}
.projects-one-images-box img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  border-radius: 5px;
}
.projects-sec a {
  width: 100%;
}
.projects-three-images-box {
  margin-top: 25px;
}
.projects-three-images-box a img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 5px;
}
.projects-one-images-box.chg {
  margin-top: 25px;
}
.projects-heading-box {
  background: #101010;
  padding: 115px 80px;
  height: 459px;
  border-radius: 5px;
}
.projects-heading-box p {
  margin-bottom: 0;
  color: #888888;
  margin-top: 18px;
}
.projects-heading-box h2 {
  color: #fff;
  border-left: 8px solid #e3ba76;
  line-height: 1;
  padding-left: 20px;
}

/* Our Projects Ends */

/* Contact Us Start */

.contact_img img {
  width: 100%;
  object-fit: cover;
  height: 460px;
  border-radius: 10px;
  object-position: 0% 50%;
}

.contact_box h2 span {
  display: block;
}
.contact_box {
  background: #101010;
  padding: 30px;
  border-radius: 10px;
  width: 80%;
  margin: -180px auto 0;
  overflow: hidden;
}

.contact_box p {
  color: #a9a9a9;
  margin-top: 10px;
}
.contact_box h2 {
  color: #ffffff;
  position: relative;
  line-height: 1;
}

.contact_box h2::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -30px;
  background: #444444;
  height: 1px;
  width: 85%;
  z-index: 1;
}

.contact_box ul li a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
  transition: all 0.3s ease-in;
}
.contact_box ul {
  margin-top: 25px;
}

.contact_box ul li a:hover {
  transform: translateX(10px);
  color: #64be34;
}

.contact_box ul li a i {
  font-size: 20px;
}

.contant_form form input,
.contant_form form select,
.contant_form form textarea {
  width: 100%;
  margin-bottom: 45px;
  padding: 5px;
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  color: #878787;
  padding-bottom: 10px;
}

.contant_form form input::placeholder,
.contant_form form textarea::placeholder {
  color: #878787;
  text-transform: uppercase;
}
.form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.contant_form button {
  border: none;
}
.contant_form form textarea {
  resize: none;
  height: 120px;
  margin-bottom: 25px;
}

.contant_form {
  padding: 40px;
}

/* Contact Us Ends */

/* Footer Start */

.footer-sec {
  background: #080808;
}
.footer-logo {
  text-align: center;
  padding: 20px 0;
}
.footer-logo a img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}
.footer-center-row {
  border: 2px solid #3e3e3e;
}
.footer-center-box {
  text-align: center;
  height: 280px;
  padding: 80px 0;
}
.footer-center-box a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.footer-center-box h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.footer-center-box i {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
}
.footer-center-box.chg {
  border-right: 2px solid #3e3e3e;
  border-left: 2px solid #3e3e3e;
}
.footer-copy-right-row p {
  margin-bottom: 0;
}
.footer-copy-right-row {
  text-align: center;
  padding: 20px 0;
}
.footer-copy-right-row p {
  font-weight: 600;
  text-transform: capitalize;
}

/* Footer Ends */
