@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");



/***** General CSS *****/



body {

  word-break: break-word;



  font: 15px/25px "Poppins", sans-serif;



  color: #393939;



  overflow-x: hidden;

}



a {

  text-decoration: none;



  color: #28b16d;



  white-space: initial;

}



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;

}



img {

  max-width: 100%;

}



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;

}



ul {

  margin: 0 0 20px;



  padding: 0;



  list-style-type: none;

}



p {

  font-weight: 400;



  font-family: "centurygothic";

}



/***** Font Files *****/



@font-face {

  font-family: "centurygothic_bold";



  src: url(../fonts/centurygothic_bold.ttf);



  font-weight: 400;



  font-style: normal;

}



@font-face {

  font-family: "centurygothic";



  src: url(../fonts/centurygothic.ttf);



  font-weight: 400;



  font-style: normal;

}



/***** Custom Classes *****/



.noPadding {

  padding: 0;

}



.noLeft {

  padding-left: 0;

}



.noRight {

  padding-right: 0;

}



.centerCol {

  float: none;



  margin: 0 auto;

}



.theme-btn {

  font-size: 14px;



  line-height: 20px;



  font-weight: 500;



  padding: 15px 40px;



  color: #fff;



  margin: 20px 20px 20px 0;



  border-radius: 50px;



  -webkit-border-radius: 50px;



  -moz-border-radius: 50px;



  text-transform: capitalize;



  border: 2px solid;



  text-transform: uppercase;

}



.theme-btn:hover {

  background-color: #fff;



  color: #28b16d;



  border-color: #28b16d;

}



.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: "centurygothic_bold";



  font-size: 55px;



  line-height: 60px;



  color: #fff;



  font-weight: 500;



  margin: 0 0 17px;

}



h2 {

  font-family: "centurygothic_bold";



  font-size: 55px;



  line-height: 60px;



  color: #393939;



  font-weight: 500;



  margin: 0 0 30px;

}



h3 {

  font-family: "centurygothic_bold";



  font-size: 30px;



  line-height: 34px;



  color: #000000;



  font-weight: 600;



  margin: 0 0 28px;

}



h4 {

  font-family: "centurygothic_bold";



  font-size: 24px;



  line-height: 29px;



  color: #393939;



  font-weight: 500;



  margin: 0 0 13px;

}



h5 {

  font-family: "centurygothic_bold";



  font-size: 20px;



  line-height: 25px;



  color: #393939;



  font-weight: 500;



  margin: 0 0 20px;

}



h6 {

  font-family: "centurygothic";



  font-size: 18px;



  line-height: 23px;



  color: #393939;



  font-weight: 500;



  margin: 0 0 22px;

}



select {

  background: #fff url("../images/arrow.png") no-repeat right;



  padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

  color: #575757;

}



::-moz-placeholder {

  color: #575757;



  opacity: 1;

}



:-ms-input-placeholder {

  color: #575757;

}



:-moz-placeholder {

  color: #575757;



  opacity: 1;

}



/*header css start */



.menuSec {

  padding: 10px 0;

}



.menuSec img {

  margin: 0;

}



.menuSec ul {

  position: relative;



  list-style: none;



  padding: 0;



  margin: 0;



  /* text-align: right; */



  text-transform: capitalize;



  display: flex;



  align-items: center;



  /* justify-content: space-between; */

}



.ul-cont {

  display: flex;



  align-items: center;



  gap: 25px;



  justify-content: end;

}



.ul-cont .cont-ank {

  display: flex;



  align-items: center;



  gap: 15px;



  justify-content: start;

}



.menuSec ul li {

  position: relative;



  display: inline-block;



  margin: 0;



  padding: 0;

}



.menuSec li ul {

  display: none;

}



.menuSec .row {

  align-items: center;

}



.cont-ank a i {

  font-size: 15px;



  background-color: #2568db;



  width: 35px;



  height: 35px;



  color: #fff;



  border-radius: 50%;



  display: flex;



  align-items: center;



  justify-content: center;

}



.menuSec ul li a {

  position: relative;



  display: inline-block;



  text-decoration: none;



  color: #333333;



  padding: 10px 20px;



  font-size: 14px;



  display: flex;



  align-items: center;



  gap: 7px;

}



.menuSec ul li a:after {

  content: "";



  position: absolute;



  top: 35%;



  right: 0;



  width: 1px;



  height: 13px;



  background-color: #393939;



  display: none;

}



.menuSec ul li:last-child a {

  padding-right: 0px;

}



.menuSec ul li:last-child a:after {

  display: none;

}



.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: #3669de;

}



.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;

}



.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:hover a {

}



.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;

}



.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;



  left: 0px;



  width: 230px;



  text-align: left;



  top: 40px;

}



.droopdwon {

  float: left;

}



.droopdwon li:hover li a:hover {

  background-color: #ffffff;



  color: #000 !important;

}



/*header css start */



.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;

}



/*banner css start */



img.bann-img {

  width: 100%;



  height: 640px;



  object-fit: cover;

}



section.banner {

  position: relative;

}



.bann-txt h1 {

  font-size: 70px;



  line-height: 70px;



  font-weight: 600;

}



.bann-txt p {

  font-size: 16px;



  color: #fff;



  width: 90%;



  margin: 0 auto;



  line-height: 28px;



  margin-bottom: 30px;



  font-family: "Montserrat", sans-serif;

}



.bann-txt {

  position: absolute;



  top: 0;



  left: 0;



  width: 100%;



  height: 100%;



  display: flex;



  align-items: center;



  justify-content: center;



  z-index: 1;



  text-align: center;

}



/*banner end*/



/*plan-doers start*/



section.plan-doers {

  padding: 80px 0px;

}



.plan-doer-top-txt {

  text-align: center;



  margin-bottom: 40px;

}



.plan-doer-top-txt p {

  font-size: 16px;



  color: #555555;



  width: 54%;



  margin: 0 auto;



  font-family: "Montserrat", sans-serif;

}



.plan-doer-bx {

  padding: 10px;



  background-color: #f4f4f5;



  border-radius: 10px;



  text-align: center;

}



.plan-doer-top-txt h2 {

  font-size: 54px;



  color: #02122a;



  font-weight: 600;



  margin-bottom: 10px;

}



.plan-doer-bx h4 {

  font-size: 22px;



  color: #02122a;



  font-weight: 500;



  margin-bottom: 0;

}



.plan-doer-bx img {

  margin-top: -40px;

}



.plan-doer-bx p {

  font-size: 12px;



  width: 77%;



  line-height: 22px;



  margin: 0 auto;

}



/*plan-doers end*/



/*about start*/



section.about {

  padding-bottom: 80px;

}



.abt-img img {

  width: 100%;



  height: 540px;



  object-fit: cover;



  border-radius: 30px;

}



.abt-txt h3 {

  font-size: 54px;



  line-height: 55px;



  color: #02122a;



  margin-bottom: 10px;

}



.abt-txt p {

  font-size: 16px;



  color: #555555;



  width: 90%;



  margin-bottom: 30px;

}



/*about end*/



/*service start*/



section.service {

  padding: 80px 0px;

}



.ser-img img {

  width: 100%;



  height: 390px;



  border-radius: 30px;

}



.ser-txt {

  text-align: center;



  margin-bottom: 30px;

}



.ser-txt h3 {

  font-size: 54px;



  line-height: 60px;



  margin-bottom: 10px;



  color: #02122a;

}



.ser-txt p {

  font-size: 16px;



  width: 54%;



  margin: 0 auto;

}



section.service .row {

  align-items: center;

}



.ser-bot-txt h3 {

  font-size: 35px;



  line-height: 40px;



  margin-bottom: 10px;



  color: #02122a;

}



.ser-bot-txt p {

  font-size: 16px;



  color: #555555;



  margin-bottom: 30px;

}



a.btn-2 {

  margin: 0 auto;



  width: fit-content;



  display: block;



  font-size: 20px;



  color: #fff;



  padding: 12px 20px;



  background-color: #2568db;



  border-radius: 10px;

}



/*service end*/



/*explore start*/



section.explore {

  padding: 80px 0px;



  background-color: #02122a;

}



.exp-txt h2 {

  font-size: 54px;



  font-weight: 600;



  color: #fff;



  margin-bottom: 10px;

}



.exp-txt {

  text-align: center;



  margin-bottom: 30px;

}



.exp-txt p {

  margin: 0 auto;



  width: 46%;



  color: #fff;



  font-size: 16px;

}



.exp-txt h2 {

  font-size: 54px;



  font-weight: 600;



  color: #fff;



  margin-bottom: 10px;

}



.exp-txt {

  text-align: center;



  margin-bottom: 30px;

}



.exp-txt p {

  margin: 0 auto;



  width: 46%;



  color: #fff;



  font-size: 16px;

}



.exp-main-bx {

  background-color: #fff;



  border-radius: 30px;

}



.exp-img img {

  width: 100%;



  height: 330px;



  object-fit: cover;



  border-radius: 30px;

}



.exp-img {

  padding: 7px;

}



.exp-txt-bx {

  padding: 15px 20px;



  padding-bottom: 30px;

}



.exp-txt-bx h4 {

  font-size: 25px;



  font-weight: 500;



  color: #02122a;



  margin-bottom: 5px;

}



.exp-txt-bx p {

  font-size: 13px;



  color: #555555;



  line-height: 20px;

}



.exp-txt-bx h5 {

  font-size: 18px;



  font-weight: 500;



  color: #02122a;



  margin-bottom: 20px;

}



/*section.explore end*/



/*Live-acution start*/



.live-auction-txt {

  text-align: center;



  margin-bottom: 30px;

}



.live-auction-txt h3 {

  font-size: 54px;



  line-height: 60px;



  margin-bottom: 10px;



  color: #02122a;

}



.live-auction-txt p {

  font-size: 16px;



  width: 54%;



  margin: 0 auto;



  color: #555555;

}



.auc-main-bx img {

  width: 100%;



  height: 380px;



  object-fit: cover;



  border-radius: 10px;

}



.auc-main-txt h4 {

  font-size: 24px;



  line-height: 30px;



  margin-bottom: 5px;



  color: #fff;

}



.auc-main-txt h4 span {

  display: block;

}



.auc-main-txt-ank h6 {

  font-size: 14px;



  margin: unset;



  color: #fff;

}



.auc-main-txt-ank h6 span {

  display: block;

}



.auc-main-txt-ank {

  display: flex;



  align-items: center;



  justify-content: space-between;

}



section.live-auction {

  padding: 80px 0px;

}



.auc-main-txt {

  margin-top: -130px;



  padding: 0 20px;

}



/*Live-acution END*/



/*what-you start*/



section.what-you {

  padding: 80px 0px;



  background-color: #02122a;

}



.what-you-txt {

  text-align: center;



  margin-bottom: 30px;

}



.what-you-txt h3 {

  font-size: 54px;



  line-height: 60px;



  margin-bottom: 10px;



  color: #fff;

}



.mai-bx {

  background-color: #fff;



  display: flex;



  align-items: center;



  gap: 14px;



  border-radius: 10px;



  padding: 10px;



  justify-content: center;

}



.mai-bx h5 {

  font-size: 25px;



  margin: unset;



  color: #02122a;

}



.what-you-txt p {

  font-size: 16px;



  color: #fff;



  width: 50%;



  margin: 0 auto;

}



/*what-you end*/



/*blog start*/



section.blog {

  padding: 80px 0px;

}



.blog-txt {

  text-align: center;



  margin-bottom: 30px;

}



.blog-txt h3 {

  font-size: 54px;



  line-height: 60px;



  margin-bottom: 10px;



  color: #02122a;

}



.blog-txt p {

  font-size: 16px;



  color: #555555;



  width: 54%;



  margin: 0 auto;

}



.blog-img img {

  height: 300px;



  width: 100%;



  object-fit: cover;



  border-radius: 20px;

}



.blog-txt-bot ul {

  display: flex;



  align-items: center;



  gap: 10px;



  margin-bottom: 10px;

}



.blog-txt-bot ul li {

  display: flex;



  align-items: center;



  gap: 10px;

}



.blog-txt-bot ul li p {

  font-size: 14px;



  margin: unset;



  color: #2d2d2d;

}



.blog-txt-bot ul li i {

  font-size: 15px;



  color: #fb922f;

}



.blog-txt-bot {

  padding-top: 20px;

}



.blog-txt-bot h5 {

  font-size: 20px;



  color: #282828;



  line-height: 29px;



  margin-bottom: 20px;

}



.blog-txt-bot h5 span {

  display: block;

}



.blog-txt-bot p {

  font-size: 14px;



  color: #000000;



  width: 90%;

}



/*blog end*/



a.btn-1 {

  background-color: #fb922f;



  padding: 12px 20px;



  color: #fff;



  font-family: "centurygothic";



  font-size: 18px;



  border-radius: 10px;

}



/* Footer Start */



section.footer {

  background: #02122a;



  padding-top: 50px;



  padding-bottom: 60px;

}



section.footer p {

  font-size: 13px;



  margin-bottom: 15px;



  color: #fff;



  line-height: 25px;



  font-family: "centurygothic";



  margin: unset;

}



.foot2.chg-link {

  margin-left: 30px;

}



ul.adrs-links li a {

  display: flex;



  align-items: center;



  gap: 11px;



  transition: 0.7s ease-in-out;



  font-size: 14px;



  color: #fff;



  font-weight: 600;



  font-family: "Montserrat", sans-serif;



  /* border-bottom: 1px solid #4c4b4b; */



  padding-bottom: 0px;



  /* font-family: "Roboto", sans-serif; */

}



li.boader a {

  border: none !important;



  margin-bottom: 0 !important;



  padding-bottom: 0 !important;

}



ul.adrs-links {

  margin-bottom: 0 !important;

}



ul.adrs-links li {

  line-height: 1.5;



  margin-bottom: 25px;

}



ul.social-links {

  display: flex;



  gap: 15px;



  justify-content: center;

}



ul.social-links li a {

  display: flex;



  align-items: center;



  justify-content: center;



  background: #fff;



  color: #033059;



  height: 38px;



  width: 38px;



  border-radius: 0;



  font-size: 20px;



  border-radius: 0px;

}



ul.social-links li a:hover {

  background: #ffe1a8;



  color: #033059;



  animation: float 1s ease-in-out infinite;

}



ul.social-links li a:hover i {

  background: none;



  -webkit-background-clip: unset;



  -webkit-text-fill-color: unset;

}



ul.adrs-links li a:hover {

  color: #f44a31;

}



section.footer h2 {

  font-size: 20px;



  color: #fff;



  text-transform: uppercase;



  margin-bottom: 10px;

}



.foot1 img {

  margin-bottom: 20px;

}



.foot2.chg-link ul li a {

  font-size: 14px;



  color: #fff;



  font-family: "centurygothic";

}



ul.linkList {

  column-count: 2;

}



ul.linkList li a {

  font-size: 14px;



  text-transform: capitalize;



  font-weight: 400;



  color: #b9babb;



  font-family: "centurygothic";



  transition: 0.5s;

}



ul.linkList li a i {

  color: #ffffff94;

}



section.footer h4::before {

  position: absolute;



  content: "";



  background: #94c83d;



  height: 4px;



  width: 55px;



  bottom: -12px;



  display: none;

}



form.footerForm input {

  margin-bottom: 20px;



  background: #fff;



  border-radius: 0;



  width: 100%;



  height: 55px;



  padding: 0 20px;

}



form.footerForm input::placeholder {

  text-transform: uppercase;



  color: #b9babb;



  font-family: "Montserrat";



  font-size: 14px;



  font-weight: 500;

}



ul.linkList li a:hover {

  color: #3669de;



  /* margin-left: 20px; */

}



.foot1 {

  padding: 0 0% 0 0;



  margin-top: 24px;



  position: relative;

}



.foot4 {

  padding: 30px 0% 0px 21px;

}



section.copyrite-txt {

  background: #02122a;



  border-top: 1px solid #4c4b4b;



  padding: 20px 0;

}



section.copyrite-txt p {

  margin-bottom: 0;



  font-size: 16px;



  /* text-align: center; */



  color: #fff;



  font-family: "centurygothic";

}



@keyframes float {

  0% {

    transform: translatey(0px);

  }



  25% {

    transform: translatey(-10px);

  }



  100% {

    transform: translatey(0px);

  }

}



ul.adrs-links li a:hover i {

  animation: float 1s ease-in-out infinite;



  font-size: 20px;

}



.foot2 {

  padding-right: 0px;



  margin-top: 32px;

}



ul.adrs-links li a i {

  font-size: 18px;



  margin-right: 5px;



  color: #fff;

}



form.footerForm button {

  border-radius: 0;

}



form.footerForm button:hover {

  color: #000;

}



form.footerForm button::before,

form.footerForm button::after {

  border-radius: 0;

}



ul.adrs-links li:first-child,

ul.adrs-links li:last-child {

  display: flex;



  align-items: baseline;



  gap: 12px;



  transition: 0.7s ease-in-out;



  font-size: 13px;



  color: #fff;



  font-family: "Montserrat";



  font-weight: 400;



  /* margin-left: 10px; */

}



form.footerForm button {

  background: #ea1728;



  text-transform: uppercase;



  padding: 15px 35px;



  font-weight: 500;



  font-family: "Montserrat", sans-serif;



  color: #fff;

}



ul.footer-social li a {

  display: inline-flex;



  align-items: center;



  justify-content: center;



  height: 40px;



  width: 40px;



  /* border: 1px solid #ffffff; */



  color: #ffffff;



  font-size: 16px;



  border-radius: 50%;



  transition: 0.5s;



  animation: tada 1.5s ease infinite;



  background-color: #2568db;

}



ul.footer-social li a:hover {

  /* background: #e00f20; */



  transition: 0.5s;

}



.social-icon ul {

  display: flex;



  align-items: center;



  /* justify-content: center; */



  gap: 10px;



  margin-top: 10px;



  padding: 0 0 0 0%;

}



.social-icon h5 {

  color: #fff;



  margin-bottom: 0px;



  font-size: 14px;



  font-family: "Graphik";

}



.quick-links-ft ul {

  line-height: 40px;

}



ul.footer-social {

  display: flex;



  align-items: center;



  gap: 10px;



  margin-top: 25px;

}



.img-fluid {

  width: 100%;



  height: auto;

}



.payment-card {

  float: inline-end;

}



section.copyrite-txt .row {

  align-items: center;

}



.social-icon ul li a:hover {

  background: #fff;

}



/*Footer End*/



/*dashoboard start*/



section.dashboard {

  padding: 80px 0px;



  background-color: #f1f3f5;

}



.dashboard-txt {

  text-align: center;



  margin-bottom: 40px;

}



.dashboard-txt h3 {

  font-size: 30px;



  line-height: 38px;

}



.dashboard-txt h3 span {

  display: block;

}



.dashboard-txt p {

  font-size: 16px;



  color: #555555;



  width: 55%;



  margin: 0 auto;

}



.dash-bard-txt {

  text-align: center;



  margin-top: 50px;

}



.dash-bard-txt h4 {

  font-size: 30px;



  color: #02122a;

}



.dash-bard-txt p {

  font-size: 16px;



  color: #555555;



  width: 86%;



  margin: 0 auto;

}



.dash-board-img {

  text-align: center;

}



.dash-bard-txt.tw {

  margin-bottom: 50px;

}



.cont-ank a i:hover {

  background-color: #f3911d;



  transition: 1s;

}



a.btn-1:hover {

  box-shadow: inset 250px 0 0 #3669de;



  transition: 1s;

}



a.btn-2:hover {

  box-shadow: inset 250px 0 0 #f3911d;



  transition: 1s;

}



.foot1 h5 {

  margin-top: 15px;



  font-size: 20px;



  color: #fff;



  line-height: 20px;

}



/*inner-banner start*/



section.banner.inn img.bann-img {

  width: 100%;



  height: 410px;



  object-fit: cover;



  object-position: bottom;

}



/*logo-slider start*/



.logo-slid {

  /* padding: 20px; */



  /* border: 1px solid #ebebeb; */

}



.logo-slid-img img {

  width: 190px;



  /* margin: 0 auto; */



  object-fit: contain;



  height: 60px;

}



.logo-slid .slick-active {

  opacity: 1;

}



section.featured-brand {

  padding: 80px 0px;

}



.blog-top-txt {

  text-align: center;



  margin-bottom: 30px;

}



.blog-top-txt h2 {

  font-size: 54px;



  line-height: 60px;



  color: #000000;



  margin-bottom: 10px;

}



.blog-top-txt p {

  font-size: 16px;



  color: #000000;



  margin: 0 auto;



  width: 45%;

}



/*logo-slider end*/



/*get an estmate start*/



section.get-an form input {

  width: 100%;



  padding: 15px 20px;



  margin-bottom: 20px;



  border: 1px solid #a7a5a2;



  outline: none;



  border-radius: 0px;

}



section.get-an {

  padding: 100px 80px;

}



.input-icon {

  position: absolute;



  top: 58px;



  right: 15px;

}



.input {

  position: relative;

}



.input-icon i {

  font-size: 22px;



  color: #000;

}



section.get-an form input::placeholder {

  color: #000;

}



.text-area textarea {

  width: 100%;



  height: 300px;



  border: 1px solid #a7a5a2;



  resize: none;



  padding: 10px 20px;



  border-radius: 0px;

}



.Message-icon {

  position: absolute;



  top: 15px;



  right: 15px;

}



.text-area {

  position: relative;

}



.Message-icon i {

  font-size: 22px;



  color: #2500fe;

}



section.form-2 button.theme_btn {

  font-size: 30px;



  font-weight: 400;



  background-color: #091d35;

}



.text-area {

  position: relative;



  margin-bottom: 30px;

}



section.get-an button.theme_btn {

  font-size: 25px;



  font-weight: 400;



  padding: 15px 100px;



  color: #ffff;



  border: none;



  background: #1ba8f0;



  border-radius: 0px;

}



.input select {

  width: 100%;



  padding: 15px 20px;



  border-radius: 0px;



  margin-bottom: 20px;

}



.get-in-head h3 {

  text-align: center;



  font-size: 50px;



  line-height: 44px;



  margin-bottom: 25px;



  font-weight: 400;



  color: #000000;



  text-transform: capitalize;

}



.get-in-head p {

  font-size: 16px;



  margin: 0 auto;



  width: 63%;



  text-align: center;



  line-height: 31px;

}



.get-in-head {

  margin-bottom: 40px;

}



button.pbtn {

  border: unset;

}



.input label {

  font-size: 21px;



  color: #313131;



  margin-bottom: 15px;

}



/*get an estmate end*/



/*service-pg start*/



section.service-page {

  padding: 110px 80px 60px;

}



.ser-pg-img img {

  width: 100%;



  height: 600px;



  object-fit: cover;



  object-position: top;

}



.ser-pg-bx {

  padding-bottom: 60px;



  text-align: center;

}



.ser-pg-txt h4 {

  font-size: 60px;



  font-weight: 700;



  color: #000000;



  line-height: 60px;



  margin-bottom: 20px;

}



.ser-pg-txt {

  /* margin-top: 30px; */

}



.ser-pg-txt p {

  /* font-size: 16px; */



  /* color: #6c6b6b; */



  /* margin: 0 auto; */



  /* width: 77%; */



  /* line-height: 30px; */



  /* margin-bottom: 30px; */

}



/*CONTACT START*/



.contact_page {

  padding: 100px 100px;

}



.contact_form input {

  height: 52px;



  width: 100%;



  border: 2px solid #e4e4e4;



  margin-bottom: 25px;



  border-radius: 5px;



  padding: 0 15px;

}



/* Chrome, Safari, Edge, Opera */



input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;



  margin: 0;

}



/* Firefox */



input[type="number"] {

  -moz-appearance: textfield;

}



.contact_form textarea {

  width: 100%;



  height: 167px;



  margin-bottom: 30px;



  width: 100%;



  border: 2px solid #e4e4e4;



  border-radius: 5px;



  padding: 15px 15px;



  resize: none;

}



.section_head {

  margin-bottom: 40px;

}



.section_head p {

  color: #636363;



  width: 70%;



  margin: 0 auto;



  font-weight: 400;



  font-size: 14px;

}



.section_head h3 {

  color: #000;



  font-size: 60px;



  margin-bottom: 20px;



  line-height: 66px;



  font-weight: 400;

}



.br_gradient {

  padding: 2px;



  border-radius: 12px;

}



.contact_detail_box p span {

  display: block;

}



.contact_page h4 {

  font-size: 34px;



  font-weight: 500;



  margin-bottom: 20px;



  text-transform: capitalize;



  line-height: 30px;



  color: #fff;



  font-weight: 500;

}



.contact_detail_box figure img {

  margin: auto;



  height: 45px;



  width: 45px;



  object-fit: contain;

}



.contact_detail_box h2 {

  font-size: 20px;



  line-height: 24px;



  color: #000;



  font-weight: 700;



  margin: 30px 0 10px 0;

}



.contact_detail_box.box-2 {

  padding: 52px 30px;

}



.contact_detail_box p {

  font-size: 24px;



  line-height: 35px;



  color: #fff;



  margin: 0;



  font-weight: 400;



  margin-bottom: 0;

}



.contact_detail_box {

  padding: 40px 30px;



  height: 280px;



  background-color: #2568db;



  border-radius: 15px;

}



.contact_form {

  padding: 0 100px 7%;

}



.contact_form label {

  font-size: 15px;



  color: #5d5d5d;



  margin-bottom: 7px;



  font-weight: 600;

}



.contact_detail_box:hover {

  background-color: #fb922f;



  transition: 1s;

}



.btn_wrap button {

  border-width: 1px;



  border-color: rgb(255, 255, 255);



  border-style: solid;



  border-radius: 10px;



  background-image: -webkit-linear-gradient(

    0deg,

    rgb(107, 138, 17) 0%,

    rgb(154, 179, 80) 100%

  );



  box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);



  display: flex;



  align-items: center;



  font-size: 11px;



  font-family: "Montserrat";



  color: #fff;



  padding-left: 26px;



  gap: 20px;



  width: fit-content;



  margin: 0 auto;

}



.siteBtn {

  display: block;



  width: fit-content;



  margin: 0 auto;



  text-align: center;



  background-color: #2568db;



  border-radius: 10px;

}



.siteBtn button {

  padding: 10px 30px;



  background-color: #2568db;



  color: #fff;



  border-radius: 10px;



  text-transform: capitalize;

}



/*CONTACT END*/



section.case-studies {

  padding: 80px 0px;

}



.case-studies-img img {

  width: 100%;



  height: 440px;



  object-fit: cover;



  border-radius: 40px;

}



.case-studies-txt h3 {

  font-size: 50px;



  line-height: 60px;



  margin-bottom: 10px;



  color: #000000;

}



.case-studies-txt p {

  font-size: 17px;



  color: #000000;



  line-height: 30px;

}



/*account start*/



section.ls-fold1 {

  padding: 100px 0;



  position: relative;

}



form.login-form {

  text-align: left;



  padding: 40px 30px;



  border: 2px solid #dfe1e4;



  /* background: #fbfbfb; */



  margin: 0 10px;



  position: relative;



  border-radius: 20px;

}



form.login-form h2 {

  font-size: 41px;



  margin: 0 0 30px;



  color: #000;



  font-weight: 500;



  line-height: 1;



  /* text-align: center; */

}



form.login-form input:not(input[type="checkbox"]) {

  width: 100%;



  height: 55px;



  margin: 0 0 25px;



  padding: 0px 16px;



  border: 1px solid #c8c8c8;



  float: none;



  /* background: white; */



  border-radius: 100px;

}



.form-btm {

  display: flex;



  align-items: center;



  justify-content: space-between;



  font-weight: 500;



  width: 100%;

}



.form-btm > a {

  color: #bababa;

  font-family: "arial";

  font-size: 17px;

}



.reg-frombtm::before {

  position: absolute;



  right: -94px;



  content: "";



  background-image: url(../images/all-sec2.png);



  height: 40px;



  width: 40px;



  background-repeat: no-repeat;



  bottom: -126px;



  background-size: cover;

}



.reg-frombtm a {

  font-size: 14px;



  color: #dc3545;



  font-weight: 600;



  text-decoration: underline;



  /* font-family: 'Poppins'; */

}



.reg-frombtm {

  margin: 0 0 20px;



  position: relative;

}



input.btn-1 {

  text-transform: uppercase;



  color: #fff !important;



  display: flex;



  align-items: center;



  justify-content: center;



  background: #2568db;



  /* border-radius: 0 !important; */



  /* border-bottom: 5px solid #fed401 !important; */



  border-radius: 10px !important;



  border: unset !important;

}



form.login-form input::placeholder {

  color: #000;



  font-weight: 500;

}



/*account end*/



/*cart-pg start*/



.add-to-cart {

  position: relative;



  padding: 80px 3% 80px;

}



.add-to-cart thead {

  color: #fff;



  border-radius: 100px !important;



  /* border-bottom: 4px solid #f15b27; */



  background-color: #2568db;

}



.add-to-cart .table > thead > tr > th {

  border-bottom: 0;



  padding-left: 25px;



  padding-bottom: 20px;



  padding-top: 20px;



  font-size: 20px;



  padding-right: 0 !important;



  font-family: "Montserrat";



  font-weight: 600;



  text-transform: uppercase;

}



.add-to-cart thead tr th {

  font-size: 19px;



  font-weight: 500;



  line-height: 26px;



  /* text-transform: uppercase; */

}



.table-space h3 {

  font-size: 16px;



  color: #000;



  margin-bottom: 5px;



  line-height: 25px;



  font-weight: 400;



  /* text-transform: uppercase; */



  /* font-family: 'Poppins'; */

}



.table-space span {

  font-size: 16px;



  text-transform: uppercase;



  color: #000;



  font-weight: 400;

}



.product-img {

  /* border: 1px solid #ccc; */



  display: inline-block;



  width: 100%;



  height: 150px;



  padding: 10px 0px;



  /* background-color: #ffffff; */



  text-align: center;

}



.poduct-name {

  margin-left: 10px;

}



.table-space {

  display: flex;



  align-items: center;



  width: 100%;

}



.add-to-cart a {

  font-size: 17px;



  display: block;



  text-align: center;



  padding-top: 9px;



  color: rgba(0, 0, 0, 0.5);



  font-weight: 400;



  text-decoration: none;



  color: #000;

}



.poduct-name span:nth-child(2) {

  margin-bottom: 5px;



  display: inline-block;

}



.add-to-cart h4 {

  font-size: 20px;



  font-weight: 400;



  color: #000;



  text-align: center;



  margin-top: 40px;



  font-family: "Poppins";

}



.table {

  width: 100%;



  max-width: 100%;



  margin-bottom: 20px;

}



tr.space {

  border-bottom: 1px solid #ccc;

}



a.remove {

  font-size: 26px;



  padding: 10px 20px;



  border: none;



  margin-top: 35px;



  transform: skewX(0deg);



  color: #000;



  /* background-color: #17403b; */



  border: 1px solid #e8e8e8;

}



.proceed i {

  margin-left: 10px;



  color: #ffffff;

}



.proceed .checkout-btn {

  background-color: #df1a2b;



  border: none;



  padding: 20px;



  width: 100%;



  font-size: 20px;



  margin-top: 4px;



  border-radius: 0;



  text-align: center;



  color: #fff;



  text-transform: uppercase;

}



.or-amazon {

  margin-top: 50px;



  position: relative;



  border: 1px solid #c8c8c8;



  /* top: 25px; */



  padding: 40px 50px;



  border-radius: 5px;



  background-color: #fff;



  display: none;

}



.or-amazon p {

  font-size: 16px;



  position: absolute;



  background: #fff;



  top: -20px;



  left: 50%;



  padding: 5px 20px;



  color: #000;



  display: block;



  text-transform: uppercase;



  transform: translateX(-50%);



  border: 1px solid #c8c8c8;



  font-weight: 400;



  font-family: "Poppins";

}



.or-amazon img {

  width: 60%;

}



.or-amazon a {

  text-decoration: none;



  text-align: center;

}



.total-section {

  border: 1px solid #e5e5e5;



  padding: 50px 50px;



  background-color: #fff0;



  /* background-color: #fff; */



  background-color: #f9f9f9;

}



.total-section li {

  font-size: 20px;



  padding-bottom: 30px;



  /* color: #8da73e; */



  font-weight: 400;



  /* font-family: 'Recoleta'; */

}



li.color-change {

  font-size: 28px;



  font-weight: 600;



  padding-bottom: 0;



  font-family: "Montserrat";



  color: #000;

}



.total-section li span {

  float: right;

}



.ship-estimate {

  background-color: #fff;



  padding: 50px;



  margin-top: 25px;



  border: 1px solid #e5e5e5;



  position: relative;



  background-color: #f9f9f9;

}



.ship-estimate::before {

  position: absolute;



  content: "";



  width: 40px;



  height: 40px;



  background-image: url(../images/all-sec2.png);



  right: -82px;



  bottom: 48px;



  background-repeat: no-repeat;



  background-size: cover;

}



.ship-estimate ul {

  margin-top: 0px;



  margin-bottom: 0;

}



.ship-estimate li {

  font-size: 24px;



  margin-bottom: 5px;



  font-weight: 700;



  font-family: "Montserrat";



  color: #000;

}



.ship-estimate .grey-style {

  color: #000;



  font-size: 18px;



  font-weight: 300;

}



.product-img img {

  height: 100%;



  width: 100%;



  object-fit: contain;

}



.nice-select .list {

  height: 350px;



  overflow-y: scroll;

}



.total-section ul {

  margin: 0;

}



.input-number {

  width: 80px;



  padding: 0 12px;



  vertical-align: top;



  text-align: center;



  outline: none;



  background-color: #fff0;



  color: #000;

}



.carousel-control-next-icon {

  background: none;



  position: relative;

}



.carousel-control-next-icon:before {

  content: "\f105";



  font-family: "Font Awesome 5 Free";



  font-weight: 900;



  position: absolute;



  top: 0;



  left: 0;



  height: 50px;



  width: 50px;



  color: #00000069;



  border-radius: 50%;



  display: flex;



  align-items: center;



  justify-content: center;



  background: #fff;

}



.carousel-control-prev-icon {

  background: none;



  position: relative;



  left: -38px;

}



.carousel-control-prev-icon:before {

  content: "\f104";



  font-family: "Font Awesome 5 Free";



  font-weight: 900;



  position: absolute;



  top: 0;



  left: 0;



  height: 50px;



  width: 50px;



  color: #00000069;



  border-radius: 50%;



  display: flex;



  align-items: center;



  justify-content: center;



  background-color: #fff;

}



.input-number-decrement,

.input-number-increment {

  width: 50px;



  line-height: 48px;



  background: #fff0;



  color: #000;



  text-align: center;



  font-weight: bold;



  cursor: pointer;



  display: inline-flex;



  align-items: center;



  justify-content: center;

}



.input-number-decrement:active,

.input-number-increment:active {

  background: #ddd;

}



.input-number-decrement {

  border-right: none;



  border-radius: 0;

}



.input-number-increment {

  border-left: none;



  border-radius: 0;

}



.quan {

  margin-top: 20px;

}



.quantity_counter_wrap span {

  color: #000;



  font-size: 18px;

}



.quantity_counter_wrap {

  padding: 0 0 10px;



  /* border-bottom: 1px solid #464646; */

}



.proceed .btn_theme_green {

  color: #fff;



  border-radius: 0px;



  padding: 20px;



  /* border-bottom: 3px solid #fed401; */



  /* border-radius: 100px; */



  box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);



  text-transform: uppercase;



  background-color: #fb922f;



  border-radius: 10px;

}



/*CART END*/



section.tems {

  padding: 80px 100px;

}



section.tems ul li p {

  font-size: 15px;



  color: #666666;



  width: 95%;



  margin-bottom: 30px;

}



section.tems ul li {

  list-style: disc;

}



section.pricing {

  padding: 80px 0px;

}



.main-pricing-bx {

  text-align: center;



  border: 2px solid #696969;



  padding-bottom: 40px;



  border-radius: 15px;

}



.main-pricing-bx p {

  margin: 0 auto;



  width: 70%;



  font-size: 15px;



  color: #333333;



  margin-bottom: 30px;



  line-height: 29px;

}



.pricing-top-bx {

  background-color: #2568db;



  padding: 25px 0px;



  margin-bottom: 30px;



  border-radius: 13px;

}



.pricing-top-bx h3 {

  margin: unset;



  font-size: 40px;



  color: #fff;



  font-weight: 300;

}



.main-pricing-bx h4 {

  font-size: 60px;



  line-height: 69px;



  font-weight: 500;



  color: #333333;

}



.main-pricing-bx h4 span {

  font-size: 16px;



  color: #333333;

}



.ser-page-img img {

  width: 100%;



  height: 390px;



  object-fit: cover;



  border-radius: 30px;

}



.ser-pg-txt h3 {

  font-size: 35px;



  color: #02122a;



  font-weight: 700;



  line-height: 40px;



  margin-bottom: 10px;

}



.ser-pg-txt p {

  font-size: 16px;



  line-height: 30px;



  color: #555555;



  margin-bottom: 30px;

}



section.explore.inn {

  background-color: unset;

}



section.explore.inn .exp-img {

  padding: unset;

}



section.explore.inn .exp-txt-bx {

  padding: 15px 0px;

}



/*Inner Check Out Start */



section.checkout label {

  font-weight: 600;



  color: #737373;



  font-size: 16px;

}



section.checkout input {

  border: 1px solid #bfbfbf;



  width: 100%;



  padding: 10px;



  color: #737373;



  height: 50px;



  font-size: 17px;

}



.check-out-input {

  margin-bottom: 25px;

}



section.checkout h2 {

  font-weight: 600;



  color: #ffffff;



  background: #2568db;



  padding: 10px;



  font-size: 36px;



  border-radius: 10px;



  /* text-transform: uppercase; */



  margin-bottom: 50px;



  font-family: "centurygothic";



  padding-left: 19px;

}



section.checkout {

  padding: 80px 0;

}



ul.pri {

  display: flex;



  align-items: center;



  justify-content: space-between;



  padding: 20px 20px;



  border-bottom: 1px solid #e5e5e5;



  margin-bottom: 0;



  font-size: 17px;



  font-weight: 700;



  color: #737373;

}



section.checkout .place-order {

  border: 1px solid #e5e5e5;



  border-radius: 50px;



  padding: 20px 0;

}



.place-order h3 {

  font-weight: 900;



  font-size: 25px;



  text-transform: uppercase;



  border-bottom: 1px solid #e5e5e5;



  padding: 20px 30px 30px;



  margin-bottom: 0;



  text-align: left;

}



.pym-methd {

  padding: 0 30px;



  text-align: center;

}



ul.pri li p {

  margin-bottom: 0;



  font-size: 17px;



  color: #737373;

}



ul.pay-paymnt {

  display: flex;



  align-items: center;



  padding: 5px 30px;



  gap: 15px;



  margin-bottom: 0px;

}



.place-oder-button button {

  padding: 10px 35px;



  border: none;



  font-size: 22px;



  font-weight: 400;



  background-color: #fb922f;



  color: #fff;



  border-radius: 10px;



  text-transform: uppercase;

}



.place-oder-button {

  margin-top: 25px;



  margin-bottom: 25px;

}



/* Chrome, Safari, Edge, Opera */



input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;



  margin: 0;

}



/* Firefox */



input[type="number"] {

  -moz-appearance: textfield;

}



ul.pay-paymnt li {

  font-size: 17px;



  font-weight: 700;



  color: #737373;

}



ul.pay-paymnt li input[type="checkbox"] {

  width: inherit !important;



  height: inherit !important;

}



.pym-methd button.theme_btn {

  width: 60%;



  height: 59px;



  background: #a5becc;



  color: #243a73;



  margin: 20px 0;

}



button.theme_btn:hover {

  color: #fff;

}



ul.pay-paymnt li img {

  padding-left: 15px;



  width: 80px;

}



.payment-method-heading h3 {

  padding: 20px 30px 20px;



  margin-bottom: 20px;

}



section.checkout input::placeholder {

  color: #737373;

}



.checkout span {

  color: #26a275;

}



/* Inner Check Out End */



section.case-studies.det h3 {

  font-size: 35px;



  color: #02122a;

}



section.case-studies.det p {

  font-size: 16px;

}



section.case-studies.det img {

  height: 390px;

}



section.become-an-offer {

  padding: 80px 0px;

}



.become-an-img img {

  width: 100%;



  height: 530px;



  object-fit: cover;



  border-radius: 30px;

}



.become-an-txt h3 {

  font-size: 45px;



  line-height: 50px;



  margin-bottom: 10px;



  color: #02122a;

}



.become-an-txt p {

  font-size: 16px;



  color: #555555;



  line-height: 28px;



  margin-bottom: 30px;

}



section.business-hub-pg {

  padding: 80px 0px;



  text-align: center;

}



.business-hub-pg-img img {

  width: 100%;



  height: 460px;



  object-fit: cover;



  border-radius: 30px;

}



.business-hub-pg-txt {

  margin-top: 30px;

}



.business-hub-pg-txt h3 {

  font-size: 50px;



  line-height: 60px;



  margin-bottom: 10px;



  color: #02122a;

}



.business-hub-pg-txt p {

  font-size: 16px;



  color: #555555;



  width: 80%;



  margin: 0 auto;

}



section.copyrite-txt ul {

  display: flex;



  align-items: center;



  gap: 20px;



  justify-content: end;



  margin: unset;

}



section.copyrite-txt ul li a {

  font-size: 14px;



  color: #fff;



  font-family: "centurygothic";

}



@media only screen and (min-width: 1301px) and (max-width: 1400px) {

  .menuSec ul li a {

    padding: 10px 15px;



    font-size: 13px;

  }

}



@media only screen and (min-width: 1200px) and (max-width: 1300px) {

  .menuSec ul li a {

    padding: 10px 15px;



    font-size: 13px;

  }

}

section.explore a.btn-1 {

    margin: 0 auto;

    display: block;

    width: fit-content;

}



.exp-txt-bx a.btn-1 {

    margin: unset !important;

}
section.case-studies.det a.btn-1 {
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-top: 20px;
}