@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
html, body {
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}
.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}
a, .btn {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
:focus {
  outline: none;
}

/*******************************/
.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}
.btnStyle {
  padding: 12px 20px;
  width: 100%;
  border-radius: 10px;
  font-size: 37px;
  font-weight: 800;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.btn_primary {
  background-color: #000;
  color: #fff;
}
.btn_primary:hover{
  background-color: #ffc000;
  color: #fff;
}
.btn_secondary {
  background-color: #ffc000;
}
.btn_secondary:hover{
  background-color: #000;
  color: #fff;
}
.btn_adrk {
  background-color: #1d69a7;
  color: #fff;
}
.btn_adrk:hover{
  background-color: #3382c2;
  color: #fff;
}
.headerTop {
  padding: 10px 0;
}
.social_links {
  text-align: right;
}
.social_links > ul > li{
  display: inline-block;
  vertical-align: middle;
}
.social_links > ul > li + li {
  margin-left: 5px;
}
.social_links > ul > li > a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.social_links > ul > li > a:hover {
  opacity: 0.6;
}
.headerCol {
  background-color: #ffc000;
  padding: 24px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 51px;
  z-index: 9;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.headerCol.fixedHeader {
  padding: 15px 0;
  top: 0;
}
.logo > a > img {
  max-width: 200px;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.fixedHeader .logo > a > img {
  max-width: 120px;
}
.nav_links {
  text-align: right;
}
.nav_links > ul > li{
  display: inline-block;
}
.nav_links > ul > li + li {
  margin-left: 45px;
}
.nav_links > ul > li > a{
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.nav_links > ul > li > a.active, .nav_links > ul > li > a:hover{
  color: #fff;
}
.spaceTop {
  margin-top: 185px;
}
.bannerSection {
  padding: 80px 0 0;
  background-image: url(../images/banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bannerSection::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/banner-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerStyle1 {
  padding: 70px;
  position: relative;
}
.bannerStyle1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  top: 0;
  background-color: rgba(0, 0, 0,0.8);
}
.bannerText {
  padding: 40px;
}
.bannerText > h2 {
  color: #eaeaea;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.2;
}
.bannerImg > img {
  margin-bottom: -130px;
}
.bannerText > p {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
}
.bannerContent {
  padding-top: 100px;
}
.bannerContent > span {
  font-family: 'Permanent Marker', cursive;
  display: block;
  font-size: 43px;
  color: #ffc000;
  line-height: 1.3;
}
.bannerContent > h1 {
  font-family: 'Permanent Marker', cursive;
  display: block;
  font-size: 97px;
  line-height: 1.2;
  color: #fff;
}
.bannerStyle2 {
  position: relative;
}
.bannerStyle2::before {
  content: "";
  position: absolute;
  left: -140px;
  top: 0;
  background-color: #ffc000;
  height: 2px;
  width: 36%;
}
.bannerStyle2::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 0;
  background-color: #ffc000;
  height: 2px;
  width: 35%;
}
.sectionSpace {
  padding: 80px 0;
}
.cardCol {
  width: 778px;
}
.cardStyle {
  display: inline-block;
  background-color: #000000;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  height: 100%;
  width: 315px;
}
.mdwidth {
  min-width: 440px;
}
.cardStyle > span {
  color: #6d6d6d;
  font-size: 30px;
  font-weight: 500;
  display: block;
}
.cardStyle > h2 {
  color: #fff;
  font-size: 162px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
.cardStyle > h2.baseClr {
  color: #1d69a7;
}
.btnCol {
  margin-top: 10px;
}
.cardImg {
  margin-left: -100px;
  margin-top: 80px;
  margin-right: -70px;
}
.testimonialSec {
  background-color: #ffc000;
}
.testimonialCol {
  padding: 0 70px 0 100px;
  position: relative;
}
.commentIcon {
  position: absolute;
  top: -80px;
  left: 0;
}
.testimonialStyle {
  padding-right: 160px;
}
.testimonialStyle > p {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 40px;
}
.testimonialStyle > h3 {
  text-align: right;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
.testimonialStyle > h4 {
  text-align: right;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}
.testimonialImg {
  height: 680px;
  width: 100%;
  background-color: #fff;
  padding: 25px;
  border-radius: 0;
  margin-top: -80px;
}
.testimonialImg > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.titleCol > h2 {
  font-size: 64px;
  font-weight: 700;
}
.form-group.formStyle {
  margin-top: 30px;
}
.formStyle .form-control {
  font-size: 23px;
  font-style: italic;
  background-color: #e6e6e6;
  border: 0;
  resize: none;
  padding: 24px;
  color: #000;
}
.formStyle .form-control:focus{
  box-shadow: none;
}
.formStyle .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
:.formStyle .form-control:-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.formStyle .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.formStyle .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}
.formCol .btnCol {
  padding-top: 30px;
}
.mdbtn {
  min-width: 395px;
  width: auto;
  margin: 0;
}
.footerSection {
  background-color: #ffc000;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.footerColauto {
  width: 300px;
}
.footerCol > h4 {
  color: #000000;
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 20px;
}
.footerCol > ul > li {
  display: block;
}
.footerCol > ul > li + li {
  margin-top: 12px;
}
.footerCol > ul > li > a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.footerCol > ul > li > a:hover{
  color: #fff;
}
.footerCol > p {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-bottom: 5px;
}
.footerbaseClr {
  position: relative;
  padding-left: 150px;
}
.footerbaseClr::before {
  content: "";
  position: absolute;
  left: 0;
  right: -100%;
  bottom: -100%;
  top: -100%;
  background-color: #1d69a7;
}
.cardCol > ul > li {
  display: inline-block;
  margin: 4px;
}
.footerSocialLinks{
  display: none;
}
.sliderCol {
  width: 930px;
  margin-top: 40px;
  padding-left: 90px;
}
.productDetailCol {
  border-radius: 8px;
  background-color: #e9e9e9;
  position: relative;
}
.sliderLgImg .slick-slide {
  margin-top: -90px;
  text-align: center;
  padding: 0 138px;
}
.slider-nav .slick-list {
  padding: 0 !important;
  overflow: inherit;
}
.sliderLgImg .slick-list {
  overflow: inherit;
}
.sliderLgImg .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliderLgImg .slick-slide img {
  margin: 0 auto;
}
.sliderImgLeft .slick-track {
  top: 50px;
  left: -60px;
}
.sliderImgLeft {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  z-index: 1;
}
.slider-nav .slick-slide {
  background-color: #e9e9e9;
  height: 120px;
  min-width: 118px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-nav .slick-slide + .slick-slide {
  margin-top: 25px;
}
.slider-nav .slick-slide.slick-current.slick-center {
  background-color: #fff;
  box-shadow: 15px 15px 10px rgba(0,0,0,0.07);
}
.proText .bannerText > h2 {
  color: #000;
}
.proText {
  padding: 10px 70px 70px 70px;
}
.proText .bannerText {
  padding: 0;
}
.proText .bannerText > p {
  color: #000;
  padding-top: 20px;
}
.proText .bannerText > p > b {
  font-weight: 500;
}
.linkStyle {
  padding-top: 35px;
}
.linkCol {
  font-size: 24px;
  font-weight: 800;
  border-bottom: 1px solid;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.linkCol:hover{
  color: #ffc000;
}
.rightCol {
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 90px;
}
.featureCol {
  background-color: #1d69a7;
  padding: 88px 45px 88px 70px;
  border-radius: 8px;
}
.listStyle {
  margin-top: 25px;
}
.listStyle > li {
  position: relative;
  padding-left: 39px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
.listStyle > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/list-icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.spacemdTop {
  padding-top: 60px;
}
.rightCol .btnCol {
  margin-top: 67px;
}
.cardStyle3 {
  background-color: #e6e6e6;
  padding: 35px 40px 30px 70px;
  border-radius: 6px;
  margin-top: 40px;
}
.cardCol2 {
  margin-top: 20px;
}
.cardStyle3 > h4 {
  color: #1d69a7;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.cardStyle3 > p {
  color: #000000;
  font-size: 24px;
  margin: 0;
  line-height: 1.4;
}
.moretext{
  display: none;
}
/********************************
***** MEDIA QUARY ********
********************************/
@media (min-width:1540px) {
  .xlContainer{
    max-width: 1738px;
    margin: 0 auto;
  }
  .lgContainer{
    max-width: 1560px;
    margin: 0 auto;
  }
}
@media (max-width:1840px) {
  .plSpace {
    margin: 0 21px;
  }
}
@media (max-width:1740px) {
  .logo > a > img {
    max-width: 160px;
  }
  .nav_links > ul > li > a {
    font-size: 20px;
  }
  .spaceTop {
    margin-top: 155px;
  }
  .bannerText > p {
    font-size: 20px;
  }
  .bannerText > h2 {
    font-size: 48px;
  }
  .bannerContent > span {
    font-size: 38px;
  }
  .bannerContent > h1 {
    font-size: 88px;
  }
  .cardStyle > span {
    font-size: 26px;
  }
  .cardStyle > h2 {
    font-size: 128px;
  }
  .cardImg {
    margin-left: -80px;
    margin-top: 30px;
    margin-right: -30px;
  }
  .btnStyle {
    font-size: 32px;
  }
  .mdbtn {
    min-width: 350px;
  }
  .featureCol {
    padding: 60px 40px;
  }
  .sliderCol {
    width: 855px;
  }
  .rightCol .btnCol {
    margin-top: 48px;
  }
  .plSpace {
    margin: 0 77px;
  }
}
@media (max-width:1640px) {
  .headerCol {
    padding: 15px 0;
  }
  .logo > a > img {
    max-width: 130px;
  }
  .nav_links > ul > li > a {
    font-size: 18px;
  }
  .nav_links > ul > li + li {
    margin-left: 30px;
  }
  .spaceTop {
    margin-top: 118px;
  }
  .bannerText > h2 {
    font-size: 40px;
  }
  .bannerText > p {
    font-size: 18px;
  }
  .bannerText {
    padding: 25px;
  }
  .bannerStyle1 {
    padding: 50px;
  }
  .bannerContent > span {
    font-size: 34px;
  }
  .bannerContent > h1 {
    font-size: 75px;
  }
  .testimonialStyle > p {
    font-size: 22px;
  }
  .titleCol > h2 {
    font-size: 54px;
  }
  .formStyle .form-control {
    font-size: 20px;
    padding: 20px;
  }
  .form-group.formStyle {
    margin-top: 0;
  }
  .formCol {
    padding-top: 30px;
  }
  .footerSection {
    padding: 80px 0;
    margin-top: 40px;
  }
  .footerCol > p {
    font-size: 20px;
  }
  .cardStyle > span {
    font-size: 26px;
  }
  .cardStyle {
    padding: 20px;
  }
  .cardImg {
    margin-top: 50px;
    margin-right: 0;
  }
  .commentIcon > img {
    width: 120px;
  }
  .commentIcon {
    top: -60px;
  }
  .testimonialStyle {
    padding-right: 100px;
  }
  .titleCol > h2 {
    font-size: 48px;
  }
  .btnStyle {
    font-size: 28px;
  }
  .mdbtn {
    min-width: 300px;
  }
  .footerSection {
    padding: 60px 0;
    margin-top: 0;
  }
  .footerCol > ul > li > a {
    font-size: 16px;
  }
  .footerCol > ul > li + li {
    margin-top: 8px;
  }
  .footerbaseClr {
    padding-left: 100px;
  }
  .footerCol > p {
    font-size: 16px;
  }
  .proText {
    padding: 10px 50px 50px 50px;
  }
  .rightCol {
    margin-left: 20px;
  }
  .featureCol {
    padding: 40px;
  }
  .listStyle > li {
    padding-left: 30px;
    font-size: 20px;
    margin-top: 8px;
  }
  .listStyle > li::before {
    width: 18px;
    height: 18px;
  }
  .spacemdTop {
      padding-top: 40px;
  }
  .rightCol .btnCol {
      margin-top: 50px;
  }
  .cardStyle3 {
    padding: 30px 30px 30px 50px;
    margin-top: 30px;
  }
  .cardStyle3 > h4 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .cardStyle3 > p {
    font-size: 20px;
    line-height: 1.3;
  }
  .plSpace {
    margin: 0 90px;
  }
  .sliderLgImg .slick-slide {
    padding: 0 100px;
  }
  .sliderCol {
    width: 820px;
  }
}
@media (max-width:1540px) {
  .social_links > ul > li + li {
      margin-left: 3px;
  }
  .social_links > ul > li > a {
    width: 25px;
    height: 25px;
  }
  .headerCol {
    padding: 10px 0;
    top: 45px;
  }
  .logo > a > img {
    max-width: 100px;
  }
  .nav_links > ul > li > a {
    font-size: 16px;
  }
  .nav_links > ul > li + li {
    margin-left: 20px;
  }
  .spaceTop {
    margin-top: 88px;
  }
  .bannerStyle1 {
    padding: 40px;
  }
  .bannerStyle1::before {
    bottom: -60px;
  }
  .bannerContent > span {
    font-size: 28px;
  }
  .bannerContent > h1 {
    font-size: 60px;
  }
  .bannerImg > img {
    margin-bottom: -100px;
  }
  .cardStyle > h2 {
    font-size: 100px;
  }
  .testimonialStyle {
    padding-right: 50px;
  }
  .testimonialImg {
    height: 620px;
    padding: 15px;
    margin-top: -50px;
    max-width: 500px;
  }
  .testimonialStyle > h3 {
    font-size: 20px;
  }
  .testimonialStyle > h4 {
    font-size: 20px;
  }
  .titleCol > h2 {
    font-size: 40px;
  }
  .formStyle .form-control {
    font-size: 16px;
    padding: 15px;
  }
  .btnStyle {
    font-size: 24px;
  }
  .mdbtn {
    min-width: 260px;
  }
  .footerCol > ul > li > a {
    font-size: 14px;
  }
  .footerCol > h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .footerColauto {
    width: 270px;
  }
  .footerbaseClr {
    padding-left: 80px;
  }
  .footerCol > p {
    font-size: 14px;
  }
  .testimonialStyle {
    padding-right: 30px;
  }
  .testimonialStyle > h3 {
    font-size: 20px;
  }
  .fixedHeader .logo > a > img {
    max-width: 80px;
  }
  .featureCol {
    padding: 30px;
  }
  .listStyle > li {
    font-size: 18px;
  }
  .rightCol .btnCol {
    margin-top: 46px;
  }
}
@media (max-width:1400px) {
  .bannerImg {
    text-align: center;
  }
  .footerColauto {
      width: 240px;
  }
  .cardCol {
      width: 700px;
  }
  .cardStyle {
    width: 290px;
  }
  .mdwidth {
    min-width: 385px;
  }
  .sliderCol {
    width: 700px;
  }
  .cardStyle3 {
    padding: 30px;
    margin-top: 20px;
  }
  .slider-nav .slick-slide + .slick-slide {
    margin-top: 15px;
  }
  .slider-nav .slick-slide {
    height: 100px;
    min-width: 98px;
  }
  .sliderImgLeft .slick-track {
    top: 40px;
    left: -45px;
  }
  .rightCol {
    margin-left: 0;
  }
}
@media (max-width:1300px) {
  .sliderCol {
    padding-left: 50px;
  }
  .rightCol {
    margin-right: 50px;
  }
  .plSpace {
    margin: 0 50px;
  }
}
@media (max-width:1199px) {
  .bannerText {
    padding: 15px;
  }
  .cardStyle > h2 {
    font-size: 80px;
  }
  .cardStyle > span {
    font-size: 20px;
  }
  .mdwidth {
    min-width: 325px;
  }
  .bannerContent > span {
    font-size: 24px;
  }
  .bannerContent > h1 {
    font-size: 50px;
  }
  .testimonialImg {
    height: 570px;
    padding: 10px;
    margin-top: -40px;
    max-width: 450px;
  }
  .bannerText > h2 {
    font-size: 30px;
  }
  .bannerStyle1 {
    padding: 30px;
  }
  .cardStyle > h2 {
    font-size: 70px;
  }
  .cardStyle {
    width: 230px;
  }
  .mdwidth {
    min-width: 275px;
  }
  .cardCol {
    width: 530px;
  }
  .testimonialCol {
    padding: 0;
  }
  .testimonialStyle {
    padding-right: 15px;
  }
  .footerColauto {
    width: 200px;
  }
  .footerbaseClr {
    padding-left: 60px;
  }
  .sliderCol {
    width: 520px;
    margin-top: 0;
  }
  .cardStyle3 > p {
    font-size: 18px;
  }
  .cardStyle3 > h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .proText {
    padding: 10px 30px 50px 30px;
  }
  .sliderLgImg .slick-slide {
    margin-top: -20px;
  }
  .slider-nav .slick-slide > img {
    object-fit: contain;
    height: 50px;
  }
  .slider-nav .slick-slide {
    height: 80px;
    min-width: 78px;
    padding: 10px;
  }
  .sliderLgImg .slick-slide {
    padding: 0 80px;
  }
  .rightCol {
    margin-top: 0;
  }
}
@media (max-width:991px) {
  .bannerStyle1 {
    padding: 20px;
  }
  .testimonialImg {
    height: 520px;
    padding: 8px;
    margin-top: -30px;
    max-width: 380px;
  }
  .commentIcon > img {
    width: 80px;
  }
  .commentIcon {
    top: -30px;
  }
  .btnStyle {
    font-size: 20px;
  }
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footerbaseClr {
    padding-left: 20px;
  }
  .footerColauto {
    width: 150px;
  }
  .cardCol {
    width: 480px;
  }
  .cardStyle {
    width: 220px;
  }
  .mdwidth {
    min-width: 235px;
  }
  .bannerStyle2::before {
    width: 42%;
  }
  .bannerStyle2::after {
    width: 41%;
  }
  .bannerStyle1::before {
    bottom: -50px;
  }
  .bannerText > p {
    font-size: 16px;
  }
  .sliderCol {
    width: 100%;
    padding-left: 0;
  }
  .proText {
    text-align: center;
  }
  .featureCol .bannerText > h2 {
    text-align: left;
  }
  .sliderImgLeft .slick-track {
    left: -26px;
  }
  .rightCol {
    margin-right: 0;
    margin-top: 30px;
  }
  .plSpace {
    margin: 0;
  }
  .rightCol .btnCol {
    margin-top: 20px;
  }
}
@media (max-width:767px) {
  .headerTop {
      display: none;
  }
  .headerCol {
    padding: 0;
    top: 0;
    z-index: 2;
  }
  .logo {
    text-align: center;
    padding: 15px;
  }
  .container-fluid.ptCol {
    padding: 0;
  }
  .logo > a > img {
    max-width: 150px;
  }
  .nav_links {
    text-align: center;
  }
  .navCol {
    text-align: center;
    padding: 15px;
    background-color: #fff;
  }
  .nav_links > ul > li > a {
    font-size: 18px;
  }
  .nav_links > ul > li > a.active, .nav_links > ul > li > a:hover {
    color: #ffc000;
  }
  .spaceTop {
    margin-top: 188px;
  }
  .bannerText {
    text-align: center !important;
    padding: 10px;
  }
  .bannerContent {
    padding-top: 30px;
  }
  .d_none{
    display: none;
  }
  .headerCol.fixedHeader {
    padding: 0;
  }
  .cardCol {
    width: 100%;
    padding-top: 80px;
    text-align: center;
  }
  .cardStyle {
    width: 313px;
  }
  .mdwidth {
    min-width: auto;
  }
  .cardStyle > h2 {
    font-size: 80px;
  }
  .btnStyle, .cardStyle {
    border-radius: 4px;
  }
  .cardImg {
    margin: 30px 0 0;
  }
  .testimonialStyle {
    padding-right: 0;
  }
  .testimonialImg {
    height: 400px;
    margin-top: -30px;
    max-width: 300px;
  }
  .testimonialStyle2 {
    padding: 30px 0;
  }
  .footerColauto {
    width: 250px;
  }
  .footerbaseClr::before {
    top: 0;
  }
  .footerSection {
    padding: 20px 0 0 0;
    margin-top: 0;
  }
  .footerCol {
    padding: 30px;
  }
  .footerCol > h4 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .footerCol > ul > li > a {
    font-size: 16px;
  }
  .cardStyle {
    width: 100%;
  }
  .cardCol > ul > li {
    width: 48%;
  }
  .testimonialImg {
    height: 350px;
    max-width: 260px;
  }
  .footerSocialLinks {
    display: block;
    position: relative;
    text-align: left;
    padding-top: 15px;
  }
  .social_links > ul > li > a {
    border-color: #fff;
  }
  .social_links > ul > li > a > img {
    filter: invert(1);
  }
  .bannerText > h2 {
    font-size: 36px;
  }
  .bannerStyle2::before, .bannerStyle2::after {
    width: 100%;
    top: 50px;
  }
  .bannerImg > img {
    position: relative;
    z-index: 1;
  }
  .sectionSpace {
    padding: 60px 0;
  }
  .testimonialStyle > p {
    font-size: 20px;
    margin: 0;
    padding: 0 0 20px;
  }
  .commentIcon {
    top: -40px;
  }
  .rightCol .btnCol {
    margin-top: 20px;
  }
  .cardCol2 {
      margin-top: 0;
  }
  .slider-nav .slick-slide + li {
      margin-top: 8px;
  }
  .slider-nav .slick-slide {
    height: 94px;
    min-width: 94px;
    border-radius: 8px;
    padding: 12px;
  }
  .slider-nav .slick-slide > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width:585px) {

  .bannerSection {
    padding: 50px 0 0;
  }
  .bannerText > h2 {
      font-size: 30px;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bannerText > p {
    font-size: 14px;
  }
  .bannerContent > span {
      font-size: 16px;
  }
  .bannerContent > h1 {
      font-size: 30px;
  }
  .cardStyle > h2 {
      font-size: 50px;
  }
  .cardStyle > span {
      font-size: 13px;
  }
  .testimonialSec {
      padding-top: 60px;
  }
  .commentIcon > img {
      width: 60px;
  }
  .commentIcon {
      top: -80px;
  }
  .testimonialImg {
      height: auto;
      max-width: 100%;
      margin-top: 10px;
  }
  .testimonialStyle2 {
      padding: 20px;
  }
  .titleCol > h2 {
      font-size: 30px;
  }
  .footerCol {
      padding: 20px;
  }
  .footerColauto {
      width: 100%;
  }
  .footerbaseClr::before {
    left: -50px;
  }
  .formCol {
    padding-top: 15px;
  }
  .formCol .btnCol {
      padding-top: 15px;
  }
  .cardStyle3 > p {
    font-size: 16px;
  }
  .cardStyle3 > h4 {
    font-size: 20px;
  }
  .featureCol {
    padding: 30px 15px;
  }
  .cardStyle3 {
      padding: 20px;
      margin-top: 15px;
  }
  .listStyle > li {
      padding-left: 20px;
  }
  .listStyle > li::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
}
@media (max-width:520px) {
  .cardCol > ul > li {
    width: 47%;
  }
}
@media (max-width:485px) {
  .logo > a > img {
    max-width: 120px;
  }
  .spaceTop {
    margin-top: 168px;
  }
  .nav_links > ul > li > a {
    font-size: 14px;
  }
  .navCol {
    padding: 15px 5px;
  }
  .bannerText > h2 {
    font-size: 24px;
  }
  .cardStyle > h2 {
    font-size: 44px;
  }
  .btnStyle {
    font-size: 18px;
    padding: 10px 15px;
  }
  .testimonialStyle > p {
    font-size: 18px;
  }
  .sectionSpace {
    padding: 40px 0;
  }
  .formStyle .form-control {
    font-size: 14px;
    padding: 10px 15px;
  }
  .formCol .btnCol {
    padding-top: 0;
  }
  .nav_links > ul > li + li {
    margin-left: 15px;
  }
  .proText {
    padding: 15px 20px 20px;
  }
  .sliderLgImg .slick-slide {
    margin-top: -50px;
  }
  .linkStyle {
    padding-top: 25px;
  }
  .sliderImgLeft .slick-track {
    left: 0;
    top: 24px;
  }
  .sliderImgLeft {
      width: 100px;
  }
  .slider-nav .slick-slide + .slick-slide {
    margin-top: 10px;
  }
  .slider-nav .slick-slide {
    height: 80px;
    min-width: 80px;
    border-radius: 6px;
    padding: 6px;
  }
}
@media (max-width:385px) {
  .bannerText > h2 {
    font-size: 20px;
  }
  .cardStyle {
    padding: 15px;
  }
  .cardCol > ul > li {
    width: 46%;
  }
  .slider-nav .slick-slide {
      height: 60px;
      width: 80px;
  }
}
