* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
}
h5,
h6 {
  font-family: "Oswald", sans-serif;
}
p,
a,
i {
  font-family: "Roboto", sans-serif;
}
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .logo {
  font-size: 2rem;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.logo img {
  width: 300px;
}
header .navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0px;
}
header .navigation li {
  list-style: none;
  margin: 0px 40px;
}
header .navigation li a {
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* transition: 0.9s ease-in-out ; */
}
header .navigation li a:hover {
  border-bottom: 3px solid #17a0d8;
  padding-bottom: 15px;
}
.hamburger {
  display: none;
}
.hamburger a {
  text-decoration: none;
  color: #2b2b2b;
}
/* header end */
.slider {
  background-image: url(../images/slider1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 928px;
}
.slidertxt {
  position: absolute;
  top: 50%;
  left: 7%;
  z-index: 1;
  text-align: left;
}
h1 {
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fff;
}
.slidertxt h3 {
  font-size: 32px;
  font-weight: 100;
  /*text-transform: uppercase;*/
  color: #fefefe;
}
.slidertxt a {
  text-decoration: none;
}
/* .slidertxt a img{
        padding-left: 0px;
    } */
.btn1 {
  background-image: url(../images/btnimg.png);
  background-repeat: no-repeat;
  object-position: left;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  padding: 14px 55px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #17a0d8;
  background-color: #17a0d8;
}
/* slider end */

.oline {
  width: 55px;
  min-height: 4px;
  border-radius: 50px;
  background-color: #f1592a;
}
.pline {
  width: 15px;
  margin-left: 60px;
  min-height: 4px;
  border-radius: 50px;
  background-color: #bf1e2e;
}
.about {
  min-height: 700px;
  display: flex;
  align-items: center;
}
.abtxt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.abtxt h2 {
  font-size: 54px;
  text-transform: uppercase;
  color: #1b1b1b;
}
.abtxt p {
  font-size: 20px;
  color: #626262;
  margin-top: 15px;
}
.ocolor {
  color: #f1592a;
}
.btn2 {
  background-image: url(../images/btnimg.png);
  background-repeat: no-repeat;
  object-position: left;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 14px 55px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #eb3d1f;
  background-color: #eb3d1f;
}
/* about end */
.service {
  min-height: 866px;
  background-color: #eff6f6;
}
.service h2 {
  font-size: 50px;
  margin-top: 50px;
  text-transform: uppercase;
  color: #1b1b1b;
  text-align: center;
}
.rcbg {
  min-height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 85px;
  margin-top: 15px;
}
.rcbg h6 {
  font-size: 24px;
  text-transform: uppercase;
  color: #343434;
}
.rcbg p {
  font-size: 14px;
  color: #7b7b7b;
}
.rcbg img {
  margin-left: 20px;
}
.rcbgr {
  min-height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 85px;
  padding-right: 70px;
  margin-top: 15px;
}
.rcbgr h6 {
  font-size: 24px;
  text-transform: uppercase;
  color: #343434;
}
.rcbgr p {
  font-size: 14px;
  color: #7b7b7b;
}
.rcbgr img {
  margin-left: -76px;
  margin-right: 20px;
}
/* end service section */

.whys {
  background-image: url(../images/whybs.png);
  background-repeat: no-repeat;
  background-size: cover;
  object-position: center;
  min-height: 759px;
  display: flex;
  align-items: center;
  margin-top: -120px;
}
.whys h2 {
  font-size: 50px;
  /* margin-top: 50px; */
  text-transform: uppercase;
  color: #fff;
}
.wline {
  width: 55px;
  min-height: 4px;
  border-radius: 50px;
  background-color: #fff;
}
.wbline {
  width: 15px;
  margin-left: 60px;
  min-height: 4px;
  border-radius: 50px;
  background-color: #fff;
}
.whys p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.finc {
  font-size: 24px;
}
.btn3 {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 14px 45px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #6fccea;
  background-color: #6fccea;
}
/* end why we are start */

.book h2 {
  font-size: 50px;
  margin-top: 50px;
  text-transform: uppercase;
  color: #1b1b1b;
  text-align: center;
}
.books {
  min-height: 690px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.book1 {
  position: relative;
}
.book2 {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
}
.book2 h6 {
  font-size: 29px;
  color: #fff;
  text-transform: uppercase;
}
.book2 p {
  font-size: 17px;
  color: #fff;
}
.book2 h5 {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
}
/* end books sections */

.connect {
  min-height: 728px;
  background-image: url(../images//connectsbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  object-position: left;
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.connect h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
}
.connect p {
  font-size: 24px;
  margin-top: 20px;
  color: #fff;
}
.nmb {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
}
/* end connect */

.footer {
  min-height: 425px;
  background-color: transparent;
}
.footer h3 {
  margin-top: 100px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #242424;
  margin-left: -12px;
  padding-left: 35px;
  border-left: 5px solid #f0912c;
}
.footer ul {
  list-style-type: none;
  padding-top: 10px;
}
.footer ul li {
  font-size: 15px;
  font-family: "Robo", serif;
  list-style-type: none;
  line-height: 2.5;
}
.footer ul li a {
  text-decoration: none;
  color: #2d2d2d;
}
.footer ul li a:hover {
  color: #f0912c;
  /* margin-left: -44px; */
  /* padding-left: 39px; */
  /* border-left: 5px solid #f0912c; */
}
.footer ul li a img {
  margin-left: 10px;
  /* padding-left: 39px; */
  /* border-left: 5px solid #f0912c; */
}

.ftrborder {
  border-left: 2px solid rgba(105, 75, 57, 0.2);
}
.xsxs img:first-child {
  margin-top: 70px;
  margin-bottom: 0px;
}
/* big footer end */

.strip2 {
  min-height: 4.563rem;
  border-top: 1px solid #ddd;
}
.strip2 p {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 25px;
}

/* about pages start here */
.ftp {
  border-top: 2px solid rgba(105, 75, 57, 0.2);
  margin-top: 50px;
}
.abslider {
  background-image: url(../images/about-slider.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 757px;
}
/* CONNECT PAGES START HERE */
.cnslider {
  background-image: url(../images/connect-slider.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 742px;
}
.cnslider h1 {
  color: #1b1b1b !important;
}
.unconnect {
  min-height: 825px;
  display: flex;
  align-items: center;
}
.unconnect h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-top: 50px;
}
.unconnect p {
  font-size: 24px;
  margin-top: 20px;
  color: #626262;
}
.nmbb {
  font-size: 30px;
  color: #161616;
  font-weight: 600;
  margin-left: 10px;
}
/* SHOP PAGES START HERE */
.shslider {
  background-image: url(../images/shop-slider.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 757px;
}
.book p {
  font-size: 20px;
  margin: 10px 10px;
  text-align: center;
}
.btn5 {
  background-image: url(../images/btnimg.png);
  background-repeat: no-repeat;
  object-position: left;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  padding: 8px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #eb3d1f;
  background-color: #eb3d1f;
}
.ftpp {
  border-top: 2px solid rgba(105, 75, 57, 0.2);
  margin-top: 100px;
}
/*  SERVICES PAGES START HERE */
.seslider {
    background-image: url(../images/service-slider.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 756px;
  }

/* Media Querry */
@media screen and (min-width: 1400px) {
  .slider{
    background-image: url(../images/slider1xl.png);
    min-height: 1178px;
  }
  .connect{
    background-image: url(../images/connectsbgxl.png);
    min-height: 967px;
  }
  .abslider{
    background-image: url(../images/aboutpagexl.png);
    min-height: 991px;
  }
  .seslider{
    background-image: url(../images/servicexl.png);
    min-height: 986px;
  }
  .cnslider{
    background-image: url(../images/connectxl.png);
    min-height: 984px;
  }
  .shslider{
    background-image: url(../images/shopxl.png);
    min-height: 989px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .slidertxt {
    top: 30%;
  }
  h1 {
    font-size: 50px;
  }
  .slider {
    min-height: 800px;
  }
  .abslider {
    min-height: 750px;
  }
  .cnslider {
    min-height: 750px;
  }
  .shslider {
    min-height: 750px;
  }
  .seslider {
    min-height: 750px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  header .navigation li {
    list-style: none;
    margin: 0px 20px;
  }
  header .navigation li a {
    font-size: 16px;
  }

  .slidertxt {
    top: 30%;
  }
  h1 {
    font-size: 45px;
  }
  .slidertxt h3 {
    font-size: 25px;
  }
  .slider {
    min-height: 700px;
  }
  .rcbg {
    padding-left: 0px;
  }
  .rcbg img {
    margin-right: 10px;
  }
  .abslider {
    min-height: 700px;
  }
  .cnslider {
    min-height: 700px;
  }
  .shslider {
    min-height: 700px;
  }
  .seslider {
    min-height: 700px;
  }
  .rcbgr{
      padding-right: 0px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  header .navigation {
    display: none;
    position: absolute;
  }
  header .navigation li {
    padding: 7px 0px;
  }
  header .navigation li a {
    color: #fff;
  }
  .social {
    display: none !important;
  }
  .hamburger {
    display: block;
    z-index: 999;
  }
  .showw {
    top: 143px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: block !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 78px 0px;
  }

  .slidertxt {
    top: 26%;
    margin: 0px 100px;
  }
  h1 {
    font-size: 45px;
  }
  .slidertxt h3 {
    font-size: 22px;
  }
  .slider {
    min-height: 600px;
  }
  .about {
    min-height: 1100px;
  }
  .abtxt {
    text-align: center;
  }
  .oline {
    margin: 0 auto;
  }
  .abtxt h2 {
    font-size: 45px;
    margin-top: 30px;
  }
  .rcbg {
    justify-content: end;
  }
  .rcbg img {
    margin-right: 10px;
  }
  .rcbg:nth-child(4) {
    margin-bottom: 50px;
  }
  .rcbgr:nth-child(1) {
    margin-top: 50px;
  }
  .service {
    min-height: 1750px;
  }
  .whys {
    margin-top: -110px;
    text-align: center;
  }
  .wline {
    margin: 0 auto;
  }
  .book1 img:first-child {
    margin-top: 90px;
  }
  .tspetc {
    margin-top: -50px;
  }
  .connect {
    text-align: center;
  }
  .abslider {
    min-height: 500px;
  }
  .cnslider {
    min-height: 500px;
  }

  .unslider {
    min-height: 500px;
  }
  .unconnect {
    text-align: center;
  }
  .tspxs img {
    margin-top: 100px;
  }
  .shslider {
    min-height: 500px;
  }
  .seslider {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  header .navigation {
    display: none;
    position: absolute;
  }
  header .navigation li {
    padding: 7px 0px;
  }
  header .navigation li a {
    color: #fff;
  }
  .social {
    display: none !important;
  }
  .hamburger {
    display: block;
    z-index: 999;
  }
  .showw {
    top: 143px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: block !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 80px 0px;
  }
  .slidertxt {
    top: 34%;
    left: 25%;
    text-align: center;
  }
  h1 {
    font-size: 34px;
  }
  .slidertxt h3 {
    font-size: 18px;
  }
  .slider {
    min-height: 750px;
  }
  .about {
    min-height: 1000px;
  }
  .abtxt {
    text-align: center;
  }
  .oline {
    margin: 0 auto;
  }
  .abtxt h2 {
    font-size: 34px;
    margin-top: 30px;
  }
  .abtxt p {
    font-size: 18px;
    margin-top: 30px;
  }
  .service {
    min-height: 1700px;
  }
  .service h2 {
    font-size: 34px;
  }
  .rcbg {
    justify-content: end;
  }
  .rcbg img {
    margin-right: 10px;
  }
  .rcbg:nth-child(4) {
    margin-bottom: 50px;
  }
  .rcbgr:nth-child(1) {
    margin-top: 50px;
  }
  .whys {
    text-align: center;
    margin-top: -130px;
  }
  .whys h2 {
    font-size: 34px;
  }
  .wline {
    margin: 0 auto;
  }
  .book h2 {
    font-size: 34px;
  }
  .book1 img:first-child {
    margin-top: 150px;
  }
  .tspetc {
    margin-top: -100px;
  }
  .connect {
    text-align: center;
  }
  .connect h2 {
    font-size: 34px;
  }
  .connect p {
    font-size: 20px;
  }
  .footer {
    text-align: center;
  }
  .footer h3 {
    margin-top: 40px;
  }
  .abslider {
    min-height: 550px;
  }
  .cnslider {
    min-height: 550px;
  }
  .unslider {
    min-height: 550px;
  }
  .unconnect {
    text-align: center;
  }
  .tspxs img {
    margin-top: 100px;
  }
  .unconnect h2 {
    font-size: 34px;
  }
  .unconnect p {
    font-size: 18px;
  }
  .shslider {
    min-height: 550px;
  }
  .book p {
    font-size: 17px;
    margin: 10px 10px;
  }
  .seslider {
    min-height: 550px;
  }
}
@media screen and (max-width: 576px) {
  header .navigation {
    display: none;
    position: absolute;
  }
  header .navigation li {
    padding: 7px 0px;
  }
  header .navigation li a {
    color: #fff;
  }
  .logo img {
    width: 220px;
  }
  .social {
    display: none !important;
  }
  .hamburger {
    display: block;
    z-index: 999;
  }
  .showw {
    top: 143px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: block !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 80px 0px;
  }

  .slidertxt {
    top: 25%;
    /* left: 50%; */
    text-align: center;
  }
  h1 {
    font-size: 27px;
  }
  .slidertxt h3 {
    font-size: 16px;
    padding: 10px 50px;
  }
  .slider {
    min-height: 700px;
  }
  .btn1 {
    font-size: 15px;
    padding: 10px 30px;
  }
  .abtxt {
    text-align: center;
  }
  .oline {
    margin: 0 auto;
  }
  .about {
    min-height: 800px;
  }
  .abtxt h2 {
    font-size: 25px;
    margin-top: 30px;
  }
  .abtxt p {
    font-size: 16px;
    margin-top: 30px;
  }
  .btn2 {
    font-size: 15px;
    padding: 10px 30px;
  }
  .service {
    min-height: 1600px;
  }
  .service h2 {
    font-size: 25px;
  }
  .rcbg {
    justify-content: end;
    padding-left: 0px;
  }
  .rcbg h6 {
    font-size: 18px;
  }
  .rcbg p {
    font-size: 13px;
  }
  .rcbgr h6 {
    font-size: 18px;
  }
  .rcbgr p {
    font-size: 13px;
  }
  .rcbg img {
    margin-right: 10px;
  }
  .rcbg:nth-child(4) {
    margin-bottom: 50px;
  }
  .rcbgr:nth-child(1) {
    margin-top: 50px;
  }
  .whys {
    text-align: center;
    margin-top: -110px;
  }
  .whys h2 {
    font-size: 25px;
  }
  .whys p {
    font-size: 18px;
  }
  .finc {
    font-size: 20px;
  }
  .wline {
    margin: 0 auto;
  }
  .book h2 {
    font-size: 25px;
  }
  .book1 img:first-child {
    margin-top: 90px;
  }
  .book2{
    top: 69%;
  }
  .tsppp{
    margin-top: 130px;
    margin-bottom: 50px;
  }
  .book2 h6 {
    font-size: 20px;
  }
  .book2 p {
    font-size: 14px;
  }
  .book2 h5 {
    font-size: 24px;
  }
  .tspetc {
    margin-top: -50px;
  }
  .connect {
    text-align: center;
    min-height: 500px;
  }
  .connect h2 {
    font-size: 25px;
  }
  .connect p {
    font-size: 18px;
  }
  .nmb {
    font-size: 22px;
  }
  .footer {
    text-align: center;
  }
  .footer h3 {
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px solid #fff;
  }
  .footer ul {
    list-style-type: none;
    padding-top: 10px;
    padding-left: 0px;
  }
  .ftrborder {
    border-left: 0px solid rgba(255, 255, 255, 0.1);
  }
  .abslider {
    min-height: 500px;
  }
  .cnslider {
    min-height: 500px;
  }
  .unslider {
    min-height: 500px;
  }
  .unconnect {
    text-align: center;
  }
  .tspxs img {
    margin-top: 50px;
  }
  .unconnect h2 {
    font-size: 25px;
  }
  .unconnect p {
    font-size: 16px;
  }
  .shslider {
    min-height: 500px;
  }
  .book p {
    font-size: 17px;
    margin: 10px 10px;
  }
  .seslider{
      min-height: 500px;
  }
  .nmbb{
    font-size: 23px;
  }
  .btn5{
    font-size: 11px;
  }
}
